@getlatedev/node 0.2.360 → 0.2.361

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
@@ -17276,11 +17276,25 @@ type StartSmsRegistrationData = {
17276
17276
  optoutKeywords: string;
17277
17277
  optoutMessage?: string;
17278
17278
  helpKeywords: string;
17279
+ /**
17280
+ * Whether messages carry links. Auto-derived from the samples when omitted, so the declaration matches what the reviewer reads.
17281
+ */
17279
17282
  embeddedLink?: boolean;
17283
+ /**
17284
+ * Whether messages carry phone numbers. Auto-derived from the samples when omitted.
17285
+ */
17280
17286
  embeddedPhone?: boolean;
17281
17287
  numberPool?: boolean;
17282
17288
  ageGated?: boolean;
17283
17289
  directLending?: boolean;
17290
+ /**
17291
+ * Link to your privacy policy. Recommended: reviewers check that it says mobile information is not sold or shared with third parties for promotional purposes. A bare domain is normalized to https://.
17292
+ */
17293
+ privacyPolicyLink?: string;
17294
+ /**
17295
+ * Link to your terms & conditions. A bare domain is normalized to https://.
17296
+ */
17297
+ termsAndConditionsLink?: string;
17284
17298
  };
17285
17299
  /**
17286
17300
  * Required for toll_free.
package/dist/index.d.ts CHANGED
@@ -17276,11 +17276,25 @@ type StartSmsRegistrationData = {
17276
17276
  optoutKeywords: string;
17277
17277
  optoutMessage?: string;
17278
17278
  helpKeywords: string;
17279
+ /**
17280
+ * Whether messages carry links. Auto-derived from the samples when omitted, so the declaration matches what the reviewer reads.
17281
+ */
17279
17282
  embeddedLink?: boolean;
17283
+ /**
17284
+ * Whether messages carry phone numbers. Auto-derived from the samples when omitted.
17285
+ */
17280
17286
  embeddedPhone?: boolean;
17281
17287
  numberPool?: boolean;
17282
17288
  ageGated?: boolean;
17283
17289
  directLending?: boolean;
17290
+ /**
17291
+ * Link to your privacy policy. Recommended: reviewers check that it says mobile information is not sold or shared with third parties for promotional purposes. A bare domain is normalized to https://.
17292
+ */
17293
+ privacyPolicyLink?: string;
17294
+ /**
17295
+ * Link to your terms & conditions. A bare domain is normalized to https://.
17296
+ */
17297
+ termsAndConditionsLink?: string;
17284
17298
  };
17285
17299
  /**
17286
17300
  * Required for toll_free.
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.360",
39
+ version: "0.2.361",
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.360",
8
+ version: "0.2.361",
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.360",
3
+ "version": "0.2.361",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -17417,11 +17417,25 @@ export type StartSmsRegistrationData = {
17417
17417
  optoutKeywords: string;
17418
17418
  optoutMessage?: string;
17419
17419
  helpKeywords: string;
17420
+ /**
17421
+ * Whether messages carry links. Auto-derived from the samples when omitted, so the declaration matches what the reviewer reads.
17422
+ */
17420
17423
  embeddedLink?: boolean;
17424
+ /**
17425
+ * Whether messages carry phone numbers. Auto-derived from the samples when omitted.
17426
+ */
17421
17427
  embeddedPhone?: boolean;
17422
17428
  numberPool?: boolean;
17423
17429
  ageGated?: boolean;
17424
17430
  directLending?: boolean;
17431
+ /**
17432
+ * Link to your privacy policy. Recommended: reviewers check that it says mobile information is not sold or shared with third parties for promotional purposes. A bare domain is normalized to https://.
17433
+ */
17434
+ privacyPolicyLink?: string;
17435
+ /**
17436
+ * Link to your terms & conditions. A bare domain is normalized to https://.
17437
+ */
17438
+ termsAndConditionsLink?: string;
17425
17439
  };
17426
17440
  /**
17427
17441
  * Required for toll_free.