Skip to content

Commit

Permalink
Merge pull request #133 from nginformatica/feat/esocial-1.3
Browse files Browse the repository at this point in the history
feat(esocial): added 1.3.0 esocial version to type ESocialVersion
  • Loading branch information
juliakon authored Dec 2, 2024
2 parents 8437415 + 9a0ea85 commit 0eb5ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quirons-broker",
"version": "0.0.1-alpha.144",
"version": "0.0.1-alpha.145",
"description": "A small library to expose the broker types",
"typings": "index.d.ts",
"types": "index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/esocial/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const ESocialVersion = t.union([
t.literal('1.0.0'),
t.literal('1.1.0'),
t.literal('1.2.0'),
t.literal('1.3.0'),
])

export const ESocialRequest = t.intersection([
Expand Down

0 comments on commit 0eb5ff4

Please sign in to comment.