@kadoa/node-sdk 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1282,6 +1282,7 @@ declare const V4WorkflowsGet200ResponseWorkflowsInnerSchemaInnerDataTypeEnum: {
|
|
|
1282
1282
|
readonly Date: "DATE";
|
|
1283
1283
|
readonly Datetime: "DATETIME";
|
|
1284
1284
|
readonly Currency: "CURRENCY";
|
|
1285
|
+
readonly Money: "MONEY";
|
|
1285
1286
|
readonly Image: "IMAGE";
|
|
1286
1287
|
readonly Link: "LINK";
|
|
1287
1288
|
readonly Object: "OBJECT";
|
|
@@ -1726,6 +1727,7 @@ declare const WorkflowWithCustomSchemaFieldsInnerDataTypeEnum: {
|
|
|
1726
1727
|
readonly Date: "DATE";
|
|
1727
1728
|
readonly Datetime: "DATETIME";
|
|
1728
1729
|
readonly Currency: "CURRENCY";
|
|
1730
|
+
readonly Money: "MONEY";
|
|
1729
1731
|
readonly Image: "IMAGE";
|
|
1730
1732
|
readonly Link: "LINK";
|
|
1731
1733
|
readonly Object: "OBJECT";
|
package/dist/index.d.ts
CHANGED
|
@@ -1282,6 +1282,7 @@ declare const V4WorkflowsGet200ResponseWorkflowsInnerSchemaInnerDataTypeEnum: {
|
|
|
1282
1282
|
readonly Date: "DATE";
|
|
1283
1283
|
readonly Datetime: "DATETIME";
|
|
1284
1284
|
readonly Currency: "CURRENCY";
|
|
1285
|
+
readonly Money: "MONEY";
|
|
1285
1286
|
readonly Image: "IMAGE";
|
|
1286
1287
|
readonly Link: "LINK";
|
|
1287
1288
|
readonly Object: "OBJECT";
|
|
@@ -1726,6 +1727,7 @@ declare const WorkflowWithCustomSchemaFieldsInnerDataTypeEnum: {
|
|
|
1726
1727
|
readonly Date: "DATE";
|
|
1727
1728
|
readonly Datetime: "DATETIME";
|
|
1728
1729
|
readonly Currency: "CURRENCY";
|
|
1730
|
+
readonly Money: "MONEY";
|
|
1729
1731
|
readonly Image: "IMAGE";
|
|
1730
1732
|
readonly Link: "LINK";
|
|
1731
1733
|
readonly Object: "OBJECT";
|