@zernio/node 0.2.415 → 0.2.417

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
@@ -19619,7 +19619,7 @@ type GetWhatsAppPhoneNumbersResponse = ({
19619
19619
  isSandbox?: boolean;
19620
19620
  } | null;
19621
19621
  });
19622
- type GetWhatsAppPhoneNumbersError = ({
19622
+ type GetWhatsAppPhoneNumbersError = (ErrorResponse | {
19623
19623
  error?: string;
19624
19624
  });
19625
19625
  type PurchaseWhatsAppPhoneNumberData = {
@@ -22811,7 +22811,7 @@ type PauseWorkflowResponse = ({
22811
22811
  status?: string;
22812
22812
  };
22813
22813
  });
22814
- type PauseWorkflowError = ({
22814
+ type PauseWorkflowError = (ErrorResponse | {
22815
22815
  error?: string;
22816
22816
  });
22817
22817
  type ListWorkflowExecutionsData = {
@@ -22912,7 +22912,7 @@ type ListWorkflowExecutionEventsResponse = ({
22912
22912
  */
22913
22913
  events?: Array<WorkflowExecutionEvent>;
22914
22914
  });
22915
- type ListWorkflowExecutionEventsError = ({
22915
+ type ListWorkflowExecutionEventsError = (ErrorResponse | {
22916
22916
  error?: string;
22917
22917
  });
22918
22918
  type DuplicateWorkflowData = {
@@ -22935,7 +22935,7 @@ type DuplicateWorkflowResponse = ({
22935
22935
  createdAt?: string;
22936
22936
  };
22937
22937
  });
22938
- type DuplicateWorkflowError = ({
22938
+ type DuplicateWorkflowError = (ErrorResponse | {
22939
22939
  error?: string;
22940
22940
  });
22941
22941
  type ListWorkflowVersionsData = {
@@ -22970,7 +22970,7 @@ type ListWorkflowVersionsResponse = ({
22970
22970
  createdAt?: string;
22971
22971
  }>;
22972
22972
  });
22973
- type ListWorkflowVersionsError = ({
22973
+ type ListWorkflowVersionsError = (ErrorResponse | {
22974
22974
  error?: string;
22975
22975
  });
22976
22976
  type GetWorkflowVersionData = {
@@ -22997,7 +22997,7 @@ type GetWorkflowVersionResponse = ({
22997
22997
  createdAt?: string;
22998
22998
  };
22999
22999
  });
23000
- type GetWorkflowVersionError = ({
23000
+ type GetWorkflowVersionError = (ErrorResponse | {
23001
23001
  error?: string;
23002
23002
  });
23003
23003
  type RestoreWorkflowVersionData = {
@@ -24392,7 +24392,7 @@ type GetAdsTimelineResponse = ({
24392
24392
  */
24393
24393
  backfillPending?: boolean;
24394
24394
  } | unknown);
24395
- type GetAdsTimelineError = ({
24395
+ type GetAdsTimelineError = (ErrorResponse | {
24396
24396
  error?: string;
24397
24397
  } | unknown);
24398
24398
  type GetAdData = {
package/dist/index.d.ts CHANGED
@@ -19619,7 +19619,7 @@ type GetWhatsAppPhoneNumbersResponse = ({
19619
19619
  isSandbox?: boolean;
19620
19620
  } | null;
19621
19621
  });
19622
- type GetWhatsAppPhoneNumbersError = ({
19622
+ type GetWhatsAppPhoneNumbersError = (ErrorResponse | {
19623
19623
  error?: string;
19624
19624
  });
19625
19625
  type PurchaseWhatsAppPhoneNumberData = {
@@ -22811,7 +22811,7 @@ type PauseWorkflowResponse = ({
22811
22811
  status?: string;
22812
22812
  };
22813
22813
  });
22814
- type PauseWorkflowError = ({
22814
+ type PauseWorkflowError = (ErrorResponse | {
22815
22815
  error?: string;
22816
22816
  });
22817
22817
  type ListWorkflowExecutionsData = {
@@ -22912,7 +22912,7 @@ type ListWorkflowExecutionEventsResponse = ({
22912
22912
  */
22913
22913
  events?: Array<WorkflowExecutionEvent>;
22914
22914
  });
22915
- type ListWorkflowExecutionEventsError = ({
22915
+ type ListWorkflowExecutionEventsError = (ErrorResponse | {
22916
22916
  error?: string;
22917
22917
  });
22918
22918
  type DuplicateWorkflowData = {
@@ -22935,7 +22935,7 @@ type DuplicateWorkflowResponse = ({
22935
22935
  createdAt?: string;
22936
22936
  };
22937
22937
  });
22938
- type DuplicateWorkflowError = ({
22938
+ type DuplicateWorkflowError = (ErrorResponse | {
22939
22939
  error?: string;
22940
22940
  });
22941
22941
  type ListWorkflowVersionsData = {
@@ -22970,7 +22970,7 @@ type ListWorkflowVersionsResponse = ({
22970
22970
  createdAt?: string;
22971
22971
  }>;
22972
22972
  });
22973
- type ListWorkflowVersionsError = ({
22973
+ type ListWorkflowVersionsError = (ErrorResponse | {
22974
22974
  error?: string;
22975
22975
  });
22976
22976
  type GetWorkflowVersionData = {
@@ -22997,7 +22997,7 @@ type GetWorkflowVersionResponse = ({
22997
22997
  createdAt?: string;
22998
22998
  };
22999
22999
  });
23000
- type GetWorkflowVersionError = ({
23000
+ type GetWorkflowVersionError = (ErrorResponse | {
23001
23001
  error?: string;
23002
23002
  });
23003
23003
  type RestoreWorkflowVersionData = {
@@ -24392,7 +24392,7 @@ type GetAdsTimelineResponse = ({
24392
24392
  */
24393
24393
  backfillPending?: boolean;
24394
24394
  } | unknown);
24395
- type GetAdsTimelineError = ({
24395
+ type GetAdsTimelineError = (ErrorResponse | {
24396
24396
  error?: string;
24397
24397
  } | unknown);
24398
24398
  type GetAdData = {
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@zernio/node",
39
- version: "0.2.415",
39
+ version: "0.2.417",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@zernio/node",
8
- version: "0.2.415",
8
+ version: "0.2.417",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.415",
3
+ "version": "0.2.417",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -19619,7 +19619,7 @@ export type GetWhatsAppPhoneNumbersResponse = ({
19619
19619
  } | null;
19620
19620
  });
19621
19621
 
19622
- export type GetWhatsAppPhoneNumbersError = ({
19622
+ export type GetWhatsAppPhoneNumbersError = (ErrorResponse | {
19623
19623
  error?: string;
19624
19624
  });
19625
19625
 
@@ -23099,7 +23099,7 @@ export type PauseWorkflowResponse = ({
23099
23099
  };
23100
23100
  });
23101
23101
 
23102
- export type PauseWorkflowError = ({
23102
+ export type PauseWorkflowError = (ErrorResponse | {
23103
23103
  error?: string;
23104
23104
  });
23105
23105
 
@@ -23209,7 +23209,7 @@ export type ListWorkflowExecutionEventsResponse = ({
23209
23209
  events?: Array<WorkflowExecutionEvent>;
23210
23210
  });
23211
23211
 
23212
- export type ListWorkflowExecutionEventsError = ({
23212
+ export type ListWorkflowExecutionEventsError = (ErrorResponse | {
23213
23213
  error?: string;
23214
23214
  });
23215
23215
 
@@ -23235,7 +23235,7 @@ export type DuplicateWorkflowResponse = ({
23235
23235
  };
23236
23236
  });
23237
23237
 
23238
- export type DuplicateWorkflowError = ({
23238
+ export type DuplicateWorkflowError = (ErrorResponse | {
23239
23239
  error?: string;
23240
23240
  });
23241
23241
 
@@ -23273,7 +23273,7 @@ export type ListWorkflowVersionsResponse = ({
23273
23273
  }>;
23274
23274
  });
23275
23275
 
23276
- export type ListWorkflowVersionsError = ({
23276
+ export type ListWorkflowVersionsError = (ErrorResponse | {
23277
23277
  error?: string;
23278
23278
  });
23279
23279
 
@@ -23303,7 +23303,7 @@ export type GetWorkflowVersionResponse = ({
23303
23303
  };
23304
23304
  });
23305
23305
 
23306
- export type GetWorkflowVersionError = ({
23306
+ export type GetWorkflowVersionError = (ErrorResponse | {
23307
23307
  error?: string;
23308
23308
  });
23309
23309
 
@@ -24794,7 +24794,7 @@ export type GetAdsTimelineResponse = ({
24794
24794
  backfillPending?: boolean;
24795
24795
  } | unknown);
24796
24796
 
24797
- export type GetAdsTimelineError = ({
24797
+ export type GetAdsTimelineError = (ErrorResponse | {
24798
24798
  error?: string;
24799
24799
  } | unknown);
24800
24800