@getlatedev/node 0.2.346 → 0.2.347

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
@@ -16916,7 +16916,10 @@ type StartSmsRegistrationData = {
16916
16916
  city: string;
16917
16917
  state: string;
16918
16918
  postalCode: string;
16919
- country: 'US' | 'CA';
16919
+ /**
16920
+ * ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
16921
+ */
16922
+ country: string;
16920
16923
  /**
16921
16924
  * Brand contact email; defaults to your account email when omitted.
16922
16925
  */
package/dist/index.d.ts CHANGED
@@ -16916,7 +16916,10 @@ type StartSmsRegistrationData = {
16916
16916
  city: string;
16917
16917
  state: string;
16918
16918
  postalCode: string;
16919
- country: 'US' | 'CA';
16919
+ /**
16920
+ * ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
16921
+ */
16922
+ country: string;
16920
16923
  /**
16921
16924
  * Brand contact email; defaults to your account email when omitted.
16922
16925
  */
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.346",
39
+ version: "0.2.347",
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.346",
8
+ version: "0.2.347",
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.346",
3
+ "version": "0.2.347",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -17056,7 +17056,10 @@ export type StartSmsRegistrationData = {
17056
17056
  city: string;
17057
17057
  state: string;
17058
17058
  postalCode: string;
17059
- country: 'US' | 'CA';
17059
+ /**
17060
+ * ISO 3166-1 alpha-2 country where the company is registered. Companies worldwide can register standard 10DLC (non-US companies use their local tax ID in `ein`; carrier vetting may take longer). SOLE_PROPRIETOR is US/CA only.
17061
+ */
17062
+ country: string;
17060
17063
  /**
17061
17064
  * Brand contact email; defaults to your account email when omitted.
17062
17065
  */