@zernio/node 0.2.439 → 0.2.440

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
@@ -18445,9 +18445,9 @@ type StartSmsRegistrationData = {
18445
18445
  body: {
18446
18446
  registrationType: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
18447
18447
  /**
18448
- * Your numbers this registration covers.
18448
+ * Your numbers this registration covers. When omitted or empty on a 10DLC registration, defaults to your active SMS-enabled US local numbers not already covered by another registration.
18449
18449
  */
18450
- phoneNumbers: Array<(string)>;
18450
+ phoneNumbers?: Array<(string)>;
18451
18451
  /**
18452
18452
  * Required for 10DLC. The legal entity behind the traffic (TCR brand).
18453
18453
  */
package/dist/index.d.ts CHANGED
@@ -18445,9 +18445,9 @@ type StartSmsRegistrationData = {
18445
18445
  body: {
18446
18446
  registrationType: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
18447
18447
  /**
18448
- * Your numbers this registration covers.
18448
+ * Your numbers this registration covers. When omitted or empty on a 10DLC registration, defaults to your active SMS-enabled US local numbers not already covered by another registration.
18449
18449
  */
18450
- phoneNumbers: Array<(string)>;
18450
+ phoneNumbers?: Array<(string)>;
18451
18451
  /**
18452
18452
  * Required for 10DLC. The legal entity behind the traffic (TCR brand).
18453
18453
  */
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.439",
39
+ version: "0.2.440",
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.439",
8
+ version: "0.2.440",
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.439",
3
+ "version": "0.2.440",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -18340,9 +18340,9 @@ export type StartSmsRegistrationData = {
18340
18340
  body: {
18341
18341
  registrationType: 'standard_10dlc' | 'sole_prop_10dlc' | 'toll_free';
18342
18342
  /**
18343
- * Your numbers this registration covers.
18343
+ * Your numbers this registration covers. When omitted or empty on a 10DLC registration, defaults to your active SMS-enabled US local numbers not already covered by another registration.
18344
18344
  */
18345
- phoneNumbers: Array<(string)>;
18345
+ phoneNumbers?: Array<(string)>;
18346
18346
  /**
18347
18347
  * Required for 10DLC. The legal entity behind the traffic (TCR brand).
18348
18348
  */