@getlatedev/node 0.2.368 → 0.2.369

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
@@ -17333,6 +17333,16 @@ type StartSmsRegistrationData = {
17333
17333
  */
17334
17334
  termsAndConditionsLink?: string;
17335
17335
  };
17336
+ /**
17337
+ * Raw dashboard-wizard answers, stored only to prefill edit-and-resubmit. API integrators can omit.
17338
+ */
17339
+ wizardValues?: {
17340
+ [key: string]: (string);
17341
+ };
17342
+ /**
17343
+ * Resubmit a registration that was returned for changes — updates it in place instead of creating a new one.
17344
+ */
17345
+ resubmitRequestId?: string;
17336
17346
  /**
17337
17347
  * Required for toll_free.
17338
17348
  */
@@ -17401,7 +17411,10 @@ type ListSmsRegistrationsResponse = ({
17401
17411
  id?: string;
17402
17412
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17403
17413
  displayName?: (string) | null;
17404
- status?: 'pending' | 'approved' | 'rejected';
17414
+ /**
17415
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17416
+ */
17417
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17405
17418
  /**
17406
17419
  * Carrier-registry brand status (e.g. VERIFIED).
17407
17420
  */
@@ -17457,7 +17470,10 @@ type GetSmsRegistrationData = {
17457
17470
  type GetSmsRegistrationResponse = ({
17458
17471
  id?: string;
17459
17472
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17460
- status?: 'pending' | 'approved' | 'rejected';
17473
+ /**
17474
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17475
+ */
17476
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17461
17477
  brandStatus?: string;
17462
17478
  campaignStatus?: string;
17463
17479
  declineReason?: (string) | null;
@@ -19588,7 +19604,10 @@ type ReuseSmsRegistrationForNumberData = {
19588
19604
  };
19589
19605
  type ReuseSmsRegistrationForNumberResponse = ({
19590
19606
  registrationId?: string;
19591
- status?: 'pending' | 'approved' | 'rejected';
19607
+ /**
19608
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
19609
+ */
19610
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
19592
19611
  });
19593
19612
  type ReuseSmsRegistrationForNumberError = ({
19594
19613
  error?: string;
package/dist/index.d.ts CHANGED
@@ -17333,6 +17333,16 @@ type StartSmsRegistrationData = {
17333
17333
  */
17334
17334
  termsAndConditionsLink?: string;
17335
17335
  };
17336
+ /**
17337
+ * Raw dashboard-wizard answers, stored only to prefill edit-and-resubmit. API integrators can omit.
17338
+ */
17339
+ wizardValues?: {
17340
+ [key: string]: (string);
17341
+ };
17342
+ /**
17343
+ * Resubmit a registration that was returned for changes — updates it in place instead of creating a new one.
17344
+ */
17345
+ resubmitRequestId?: string;
17336
17346
  /**
17337
17347
  * Required for toll_free.
17338
17348
  */
@@ -17401,7 +17411,10 @@ type ListSmsRegistrationsResponse = ({
17401
17411
  id?: string;
17402
17412
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17403
17413
  displayName?: (string) | null;
17404
- status?: 'pending' | 'approved' | 'rejected';
17414
+ /**
17415
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17416
+ */
17417
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17405
17418
  /**
17406
17419
  * Carrier-registry brand status (e.g. VERIFIED).
17407
17420
  */
@@ -17457,7 +17470,10 @@ type GetSmsRegistrationData = {
17457
17470
  type GetSmsRegistrationResponse = ({
17458
17471
  id?: string;
17459
17472
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17460
- status?: 'pending' | 'approved' | 'rejected';
17473
+ /**
17474
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17475
+ */
17476
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17461
17477
  brandStatus?: string;
17462
17478
  campaignStatus?: string;
17463
17479
  declineReason?: (string) | null;
@@ -19588,7 +19604,10 @@ type ReuseSmsRegistrationForNumberData = {
19588
19604
  };
19589
19605
  type ReuseSmsRegistrationForNumberResponse = ({
19590
19606
  registrationId?: string;
19591
- status?: 'pending' | 'approved' | 'rejected';
19607
+ /**
19608
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
19609
+ */
19610
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
19592
19611
  });
19593
19612
  type ReuseSmsRegistrationForNumberError = ({
19594
19613
  error?: 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.368",
39
+ version: "0.2.369",
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.368",
8
+ version: "0.2.369",
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.368",
3
+ "version": "0.2.369",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -17471,6 +17471,16 @@ export type StartSmsRegistrationData = {
17471
17471
  */
17472
17472
  termsAndConditionsLink?: string;
17473
17473
  };
17474
+ /**
17475
+ * Raw dashboard-wizard answers, stored only to prefill edit-and-resubmit. API integrators can omit.
17476
+ */
17477
+ wizardValues?: {
17478
+ [key: string]: (string);
17479
+ };
17480
+ /**
17481
+ * Resubmit a registration that was returned for changes — updates it in place instead of creating a new one.
17482
+ */
17483
+ resubmitRequestId?: string;
17474
17484
  /**
17475
17485
  * Required for toll_free.
17476
17486
  */
@@ -17543,7 +17553,10 @@ export type ListSmsRegistrationsResponse = ({
17543
17553
  id?: string;
17544
17554
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17545
17555
  displayName?: (string) | null;
17546
- status?: 'pending' | 'approved' | 'rejected';
17556
+ /**
17557
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17558
+ */
17559
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17547
17560
  /**
17548
17561
  * Carrier-registry brand status (e.g. VERIFIED).
17549
17562
  */
@@ -17605,7 +17618,10 @@ export type GetSmsRegistrationData = {
17605
17618
  export type GetSmsRegistrationResponse = ({
17606
17619
  id?: string;
17607
17620
  registrationType?: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
17608
- status?: 'pending' | 'approved' | 'rejected';
17621
+ /**
17622
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
17623
+ */
17624
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
17609
17625
  brandStatus?: string;
17610
17626
  campaignStatus?: string;
17611
17627
  declineReason?: (string) | null;
@@ -19913,7 +19929,10 @@ export type ReuseSmsRegistrationForNumberData = {
19913
19929
 
19914
19930
  export type ReuseSmsRegistrationForNumberResponse = ({
19915
19931
  registrationId?: string;
19916
- status?: 'pending' | 'approved' | 'rejected';
19932
+ /**
19933
+ * requested/changes_requested = pre-submission review states; customers see them as pending / needs changes.
19934
+ */
19935
+ status?: 'pending' | 'approved' | 'rejected' | 'requested' | 'changes_requested' | 'deactivated';
19917
19936
  });
19918
19937
 
19919
19938
  export type ReuseSmsRegistrationForNumberError = ({