quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.14
@@ -678,2 +678,19 @@ import * as t from 'io-ts'; | ||
}>, t.TypeC<{ | ||
kind: t.LiteralC<"organization">; | ||
content: t.PartialC<{ | ||
erpId: t.StringC; | ||
socialName: t.StringC; | ||
documentNumber: t.StringC; | ||
email: t.StringC; | ||
cnae: t.StringC; | ||
}>; | ||
}>, t.TypeC<{ | ||
kind: t.LiteralC<"payment">; | ||
content: t.PartialC<{ | ||
erpId: t.StringC; | ||
organizationId: t.StringC; | ||
date: t.Type<Date, string, unknown>; | ||
value: t.NumberC; | ||
}>; | ||
}>, t.TypeC<{ | ||
kind: t.LiteralC<"request">; | ||
@@ -680,0 +697,0 @@ identification: t.TypeC<{ |
@@ -32,2 +32,4 @@ "use strict"; | ||
const occupation_1 = require("./internal/occupation"); | ||
const organization_1 = require("./internal/organization"); | ||
const payment_1 = require("./internal/payment"); | ||
const person_1 = require("./internal/person"); | ||
@@ -181,2 +183,4 @@ const stability_type_1 = require("./internal/stability-type"); | ||
metaMessage('greeting', exports.Greeting), | ||
metaMessage('organization', organization_1.Organization), | ||
metaMessage('payment', payment_1.Payment), | ||
exports.BusinessRequestMessage, | ||
@@ -183,0 +187,0 @@ userMessage('delete', exports.Delete), |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.13", | ||
"version": "0.0.1-alpha.14", | ||
"description": "A small library to expose the broker ttalk types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
177995
64
4815