@kadoa/node-sdk 0.17.0 → 0.18.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
@@ -2678,6 +2678,7 @@ declare const V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum: {
2678
2678
  readonly Setup: "SETUP";
2679
2679
  readonly Running: "RUNNING";
2680
2680
  readonly Failed: "FAILED";
2681
+ readonly Deleted: "DELETED";
2681
2682
  };
2682
2683
  type V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum = typeof V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum[keyof typeof V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum];
2683
2684
 
@@ -3212,6 +3213,7 @@ declare const V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum: {
3212
3213
  readonly Queued: "QUEUED";
3213
3214
  readonly Setup: "SETUP";
3214
3215
  readonly Running: "RUNNING";
3216
+ readonly Deleted: "DELETED";
3215
3217
  };
3216
3218
  type V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum = typeof V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum[keyof typeof V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum];
3217
3219
 
@@ -5530,6 +5532,7 @@ declare const WorkflowDisplayStateEnum: {
5530
5532
  readonly Setup: "SETUP";
5531
5533
  readonly Running: "RUNNING";
5532
5534
  readonly Failed: "FAILED";
5535
+ readonly Deleted: "DELETED";
5533
5536
  };
5534
5537
  type WorkflowDisplayStateEnum = (typeof WorkflowDisplayStateEnum)[keyof typeof WorkflowDisplayStateEnum];
5535
5538
  /**
package/dist/index.d.ts CHANGED
@@ -2678,6 +2678,7 @@ declare const V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum: {
2678
2678
  readonly Setup: "SETUP";
2679
2679
  readonly Running: "RUNNING";
2680
2680
  readonly Failed: "FAILED";
2681
+ readonly Deleted: "DELETED";
2681
2682
  };
2682
2683
  type V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum = typeof V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum[keyof typeof V4WorkflowsGet200ResponseWorkflowsInnerDisplayStateEnum];
2683
2684
 
@@ -3212,6 +3213,7 @@ declare const V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum: {
3212
3213
  readonly Queued: "QUEUED";
3213
3214
  readonly Setup: "SETUP";
3214
3215
  readonly Running: "RUNNING";
3216
+ readonly Deleted: "DELETED";
3215
3217
  };
3216
3218
  type V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum = typeof V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum[keyof typeof V4WorkflowsWorkflowIdGet200ResponseDisplayStateEnum];
3217
3219
 
@@ -5530,6 +5532,7 @@ declare const WorkflowDisplayStateEnum: {
5530
5532
  readonly Setup: "SETUP";
5531
5533
  readonly Running: "RUNNING";
5532
5534
  readonly Failed: "FAILED";
5535
+ readonly Deleted: "DELETED";
5533
5536
  };
5534
5537
  type WorkflowDisplayStateEnum = (typeof WorkflowDisplayStateEnum)[keyof typeof WorkflowDisplayStateEnum];
5535
5538
  /**
package/dist/index.js CHANGED
@@ -5178,7 +5178,7 @@ var WSS_API_URI = process.env.KADOA_WSS_API_URI ?? "wss://realtime.kadoa.com";
5178
5178
  var REALTIME_API_URI = process.env.KADOA_REALTIME_API_URI ?? "https://realtime.kadoa.com";
5179
5179
 
5180
5180
  // src/version.ts
5181
- var SDK_VERSION = "0.17.0";
5181
+ var SDK_VERSION = "0.18.1";
5182
5182
  var SDK_NAME = "kadoa-node-sdk";
5183
5183
  var SDK_LANGUAGE = "node";
5184
5184