@getlatedev/node 0.2.222 → 0.2.223

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
@@ -14506,10 +14506,13 @@ type GetWhatsAppPhoneNumbersData = {
14506
14506
  * still in review PLUS recently-declined (last 30 days) ones, so a
14507
14507
  * failed registration surfaces (with `regulatoryDeclineReason`) instead
14508
14508
  * of silently disappearing. Declined numbers can be re-submitted via
14509
- * POST /v1/whatsapp/phone-numbers/{id}/remediate.
14509
+ * POST /v1/whatsapp/phone-numbers/{id}/remediate. `verifying` is the
14510
+ * short-lived state after the number is provisioned on our side while
14511
+ * WhatsApp confirms the activation code; the number is not billed until
14512
+ * it reaches `active`.
14510
14513
  *
14511
14514
  */
14512
- status?: 'provisioning' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14515
+ status?: 'provisioning' | 'verifying' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14513
14516
  };
14514
14517
  };
14515
14518
  type GetWhatsAppPhoneNumbersResponse = ({
@@ -14517,7 +14520,7 @@ type GetWhatsAppPhoneNumbersResponse = ({
14517
14520
  _id?: string;
14518
14521
  phoneNumber?: string;
14519
14522
  country?: string;
14520
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
14523
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
14521
14524
  /**
14522
14525
  * For regulated numbers
14523
14526
  */
@@ -14864,7 +14867,7 @@ type GetWhatsAppPhoneNumberResponse = ({
14864
14867
  phoneNumber?: {
14865
14868
  id?: string;
14866
14869
  phoneNumber?: string;
14867
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
14870
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
14868
14871
  country?: string;
14869
14872
  metaPreverifiedId?: string;
14870
14873
  metaVerificationStatus?: string;
package/dist/index.d.ts CHANGED
@@ -14506,10 +14506,13 @@ type GetWhatsAppPhoneNumbersData = {
14506
14506
  * still in review PLUS recently-declined (last 30 days) ones, so a
14507
14507
  * failed registration surfaces (with `regulatoryDeclineReason`) instead
14508
14508
  * of silently disappearing. Declined numbers can be re-submitted via
14509
- * POST /v1/whatsapp/phone-numbers/{id}/remediate.
14509
+ * POST /v1/whatsapp/phone-numbers/{id}/remediate. `verifying` is the
14510
+ * short-lived state after the number is provisioned on our side while
14511
+ * WhatsApp confirms the activation code; the number is not billed until
14512
+ * it reaches `active`.
14510
14513
  *
14511
14514
  */
14512
- status?: 'provisioning' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14515
+ status?: 'provisioning' | 'verifying' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14513
14516
  };
14514
14517
  };
14515
14518
  type GetWhatsAppPhoneNumbersResponse = ({
@@ -14517,7 +14520,7 @@ type GetWhatsAppPhoneNumbersResponse = ({
14517
14520
  _id?: string;
14518
14521
  phoneNumber?: string;
14519
14522
  country?: string;
14520
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
14523
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
14521
14524
  /**
14522
14525
  * For regulated numbers
14523
14526
  */
@@ -14864,7 +14867,7 @@ type GetWhatsAppPhoneNumberResponse = ({
14864
14867
  phoneNumber?: {
14865
14868
  id?: string;
14866
14869
  phoneNumber?: string;
14867
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
14870
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
14868
14871
  country?: string;
14869
14872
  metaPreverifiedId?: string;
14870
14873
  metaVerificationStatus?: string;
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: "@getlatedev/node",
39
- version: "0.2.222",
39
+ version: "0.2.223",
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: "@getlatedev/node",
8
- version: "0.2.222",
8
+ version: "0.2.223",
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": "@getlatedev/node",
3
- "version": "0.2.222",
3
+ "version": "0.2.223",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -14656,10 +14656,13 @@ export type GetWhatsAppPhoneNumbersData = {
14656
14656
  * still in review PLUS recently-declined (last 30 days) ones, so a
14657
14657
  * failed registration surfaces (with `regulatoryDeclineReason`) instead
14658
14658
  * of silently disappearing. Declined numbers can be re-submitted via
14659
- * POST /v1/whatsapp/phone-numbers/{id}/remediate.
14659
+ * POST /v1/whatsapp/phone-numbers/{id}/remediate. `verifying` is the
14660
+ * short-lived state after the number is provisioned on our side while
14661
+ * WhatsApp confirms the activation code; the number is not billed until
14662
+ * it reaches `active`.
14660
14663
  *
14661
14664
  */
14662
- status?: 'provisioning' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14665
+ status?: 'provisioning' | 'verifying' | 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'active' | 'suspended' | 'releasing' | 'released';
14663
14666
  };
14664
14667
  };
14665
14668
 
@@ -14668,7 +14671,7 @@ export type GetWhatsAppPhoneNumbersResponse = ({
14668
14671
  _id?: string;
14669
14672
  phoneNumber?: string;
14670
14673
  country?: string;
14671
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
14674
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
14672
14675
  /**
14673
14676
  * For regulated numbers
14674
14677
  */
@@ -15044,7 +15047,7 @@ export type GetWhatsAppPhoneNumberResponse = ({
15044
15047
  phoneNumber?: {
15045
15048
  id?: string;
15046
15049
  phoneNumber?: string;
15047
- status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'active' | 'suspended' | 'releasing' | 'released';
15050
+ status?: 'pending_payment' | 'pending_regulatory' | 'regulatory_declined' | 'provisioning' | 'verifying' | 'active' | 'suspended' | 'releasing' | 'released';
15048
15051
  country?: string;
15049
15052
  metaPreverifiedId?: string;
15050
15053
  metaVerificationStatus?: string;