@zernio/node 0.2.604 → 0.2.605

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
@@ -22446,6 +22446,10 @@ type ListPhoneNumbersResponse = ({
22446
22446
  * Reviewer rejection reason when status is regulatory_declined.
22447
22447
  */
22448
22448
  regulatoryDeclineReason?: (string) | null;
22449
+ /**
22450
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22451
+ */
22452
+ callingEnabled?: boolean;
22449
22453
  createdAt?: string;
22450
22454
  }>;
22451
22455
  /**
@@ -22462,6 +22466,10 @@ type ListPhoneNumbersResponse = ({
22462
22466
  displayName?: (string) | null;
22463
22467
  profileId?: (string) | null;
22464
22468
  connectedAt?: (string) | null;
22469
+ /**
22470
+ * Whether WhatsApp Business Calling is enabled on this number.
22471
+ */
22472
+ callingEnabled?: boolean;
22465
22473
  }>;
22466
22474
  /**
22467
22475
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test
@@ -22832,6 +22840,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
22832
22840
  * Reviewer rejection reason when status is regulatory_declined.
22833
22841
  */
22834
22842
  regulatoryDeclineReason?: (string) | null;
22843
+ /**
22844
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22845
+ */
22846
+ callingEnabled?: boolean;
22835
22847
  createdAt?: string;
22836
22848
  }>;
22837
22849
  /**
@@ -22848,6 +22860,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
22848
22860
  displayName?: (string) | null;
22849
22861
  profileId?: (string) | null;
22850
22862
  connectedAt?: (string) | null;
22863
+ /**
22864
+ * Whether WhatsApp Business Calling is enabled on this number.
22865
+ */
22866
+ callingEnabled?: boolean;
22851
22867
  }>;
22852
22868
  /**
22853
22869
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test
package/dist/index.d.ts CHANGED
@@ -22446,6 +22446,10 @@ type ListPhoneNumbersResponse = ({
22446
22446
  * Reviewer rejection reason when status is regulatory_declined.
22447
22447
  */
22448
22448
  regulatoryDeclineReason?: (string) | null;
22449
+ /**
22450
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22451
+ */
22452
+ callingEnabled?: boolean;
22449
22453
  createdAt?: string;
22450
22454
  }>;
22451
22455
  /**
@@ -22462,6 +22466,10 @@ type ListPhoneNumbersResponse = ({
22462
22466
  displayName?: (string) | null;
22463
22467
  profileId?: (string) | null;
22464
22468
  connectedAt?: (string) | null;
22469
+ /**
22470
+ * Whether WhatsApp Business Calling is enabled on this number.
22471
+ */
22472
+ callingEnabled?: boolean;
22465
22473
  }>;
22466
22474
  /**
22467
22475
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test
@@ -22832,6 +22840,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
22832
22840
  * Reviewer rejection reason when status is regulatory_declined.
22833
22841
  */
22834
22842
  regulatoryDeclineReason?: (string) | null;
22843
+ /**
22844
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22845
+ */
22846
+ callingEnabled?: boolean;
22835
22847
  createdAt?: string;
22836
22848
  }>;
22837
22849
  /**
@@ -22848,6 +22860,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
22848
22860
  displayName?: (string) | null;
22849
22861
  profileId?: (string) | null;
22850
22862
  connectedAt?: (string) | null;
22863
+ /**
22864
+ * Whether WhatsApp Business Calling is enabled on this number.
22865
+ */
22866
+ callingEnabled?: boolean;
22851
22867
  }>;
22852
22868
  /**
22853
22869
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test
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.604",
39
+ version: "0.2.605",
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.604",
8
+ version: "0.2.605",
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.604",
3
+ "version": "0.2.605",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22430,6 +22430,10 @@ export type ListPhoneNumbersResponse = ({
22430
22430
  * Reviewer rejection reason when status is regulatory_declined.
22431
22431
  */
22432
22432
  regulatoryDeclineReason?: (string) | null;
22433
+ /**
22434
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22435
+ */
22436
+ callingEnabled?: boolean;
22433
22437
  createdAt?: string;
22434
22438
  }>;
22435
22439
  /**
@@ -22446,6 +22450,10 @@ export type ListPhoneNumbersResponse = ({
22446
22450
  displayName?: (string) | null;
22447
22451
  profileId?: (string) | null;
22448
22452
  connectedAt?: (string) | null;
22453
+ /**
22454
+ * Whether WhatsApp Business Calling is enabled on this number.
22455
+ */
22456
+ callingEnabled?: boolean;
22449
22457
  }>;
22450
22458
  /**
22451
22459
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test
@@ -22836,6 +22844,10 @@ export type GetWhatsAppPhoneNumbersResponse = ({
22836
22844
  * Reviewer rejection reason when status is regulatory_declined.
22837
22845
  */
22838
22846
  regulatoryDeclineReason?: (string) | null;
22847
+ /**
22848
+ * Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
22849
+ */
22850
+ callingEnabled?: boolean;
22839
22851
  createdAt?: string;
22840
22852
  }>;
22841
22853
  /**
@@ -22852,6 +22864,10 @@ export type GetWhatsAppPhoneNumbersResponse = ({
22852
22864
  displayName?: (string) | null;
22853
22865
  profileId?: (string) | null;
22854
22866
  connectedAt?: (string) | null;
22867
+ /**
22868
+ * Whether WhatsApp Business Calling is enabled on this number.
22869
+ */
22870
+ callingEnabled?: boolean;
22855
22871
  }>;
22856
22872
  /**
22857
22873
  * The shared WhatsApp sandbox (one Zernio-owned number, all users test