@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 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";
package/dist/index.js CHANGED
@@ -2838,7 +2838,7 @@ var ExtractionModule = class {
2838
2838
  };
2839
2839
 
2840
2840
  // src/version.ts
2841
- var SDK_VERSION = "0.5.0";
2841
+ var SDK_VERSION = "0.5.1";
2842
2842
  var SDK_NAME = "kadoa-node-sdk";
2843
2843
  var SDK_LANGUAGE = "node";
2844
2844