@getlatedev/node 0.2.280 → 0.2.281

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
@@ -15505,7 +15505,7 @@ type CreateWhatsAppNumberKycLinkData = {
15505
15505
  */
15506
15506
  branding?: {
15507
15507
  /**
15508
- * Your company name
15508
+ * Your company name, shown on the hosted page.
15509
15509
  */
15510
15510
  companyName?: string;
15511
15511
  /**
@@ -15513,7 +15513,7 @@ type CreateWhatsAppNumberKycLinkData = {
15513
15513
  */
15514
15514
  logoUrl?: string;
15515
15515
  /**
15516
- * Hex color (e.g. "#1a73e8") applied to the primary action.
15516
+ * Hex color (e.g. #1a73e8) used as a brand accent on the page.
15517
15517
  */
15518
15518
  brandColor?: string;
15519
15519
  };
package/dist/index.d.ts CHANGED
@@ -15505,7 +15505,7 @@ type CreateWhatsAppNumberKycLinkData = {
15505
15505
  */
15506
15506
  branding?: {
15507
15507
  /**
15508
- * Your company name
15508
+ * Your company name, shown on the hosted page.
15509
15509
  */
15510
15510
  companyName?: string;
15511
15511
  /**
@@ -15513,7 +15513,7 @@ type CreateWhatsAppNumberKycLinkData = {
15513
15513
  */
15514
15514
  logoUrl?: string;
15515
15515
  /**
15516
- * Hex color (e.g. "#1a73e8") applied to the primary action.
15516
+ * Hex color (e.g. #1a73e8) used as a brand accent on the page.
15517
15517
  */
15518
15518
  brandColor?: string;
15519
15519
  };
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.280",
39
+ version: "0.2.281",
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.280",
8
+ version: "0.2.281",
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.280",
3
+ "version": "0.2.281",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -15675,7 +15675,7 @@ export type CreateWhatsAppNumberKycLinkData = {
15675
15675
  */
15676
15676
  branding?: {
15677
15677
  /**
15678
- * Your company name
15678
+ * Your company name, shown on the hosted page.
15679
15679
  */
15680
15680
  companyName?: string;
15681
15681
  /**
@@ -15683,7 +15683,7 @@ export type CreateWhatsAppNumberKycLinkData = {
15683
15683
  */
15684
15684
  logoUrl?: string;
15685
15685
  /**
15686
- * Hex color (e.g. "#1a73e8") applied to the primary action.
15686
+ * Hex color (e.g. #1a73e8) used as a brand accent on the page.
15687
15687
  */
15688
15688
  brandColor?: string;
15689
15689
  };