@getlatedev/node 0.2.427 → 0.2.429

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
@@ -19906,7 +19906,7 @@ type SubmitPhoneNumberKycData = {
19906
19906
  */
19907
19907
  submissionId?: string;
19908
19908
  /**
19909
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19909
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19910
19910
  */
19911
19911
  quantity?: number;
19912
19912
  /**
@@ -20654,7 +20654,7 @@ type SubmitWhatsAppNumberKycData = {
20654
20654
  */
20655
20655
  submissionId?: string;
20656
20656
  /**
20657
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20657
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20658
20658
  */
20659
20659
  quantity?: number;
20660
20660
  /**
package/dist/index.d.ts CHANGED
@@ -19906,7 +19906,7 @@ type SubmitPhoneNumberKycData = {
19906
19906
  */
19907
19907
  submissionId?: string;
19908
19908
  /**
19909
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19909
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19910
19910
  */
19911
19911
  quantity?: number;
19912
19912
  /**
@@ -20654,7 +20654,7 @@ type SubmitWhatsAppNumberKycData = {
20654
20654
  */
20655
20655
  submissionId?: string;
20656
20656
  /**
20657
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20657
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20658
20658
  */
20659
20659
  quantity?: number;
20660
20660
  /**
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.427",
39
+ version: "0.2.429",
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.427",
8
+ version: "0.2.429",
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.427",
3
+ "version": "0.2.429",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -6431,10 +6431,15 @@ export const listAds = <ThrowOnError extends boolean = false>(options?: OptionsL
6431
6431
  /**
6432
6432
  * List Search keywords
6433
6433
  * Returns the Google Search keyword criteria (positive and negative) synced from
6434
- * connected Google Ads accounts, one row per ad-group keyword. Populated by the
6435
- * periodic ads discovery sweep (roughly every 3 hours per account), so keywords
6436
- * added on Google appear with that delay. Campaign-level negative keywords are
6437
- * not included; only ad-group-level criteria are.
6434
+ * connected Google Ads accounts, one row per ad-group keyword. Refreshed about
6435
+ * once a week per Google Ads customer (the keyword sweep rides the ads discovery
6436
+ * pass on a slower slot, to stay inside Google's shared daily API quota), so
6437
+ * keywords added on Google can take several days to appear. A customer synced
6438
+ * for the first time is populated on the next discovery pass rather than
6439
+ * waiting for its weekly slot, and connecting an account or triggering a
6440
+ * manual sync refreshes it immediately.
6441
+ * Campaign-level negative keywords are not included; only ad-group-level
6442
+ * criteria are.
6438
6443
  *
6439
6444
  */
6440
6445
  export const listAdKeywords = <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<ListAdKeywordsData, ThrowOnError>) => {
@@ -19918,7 +19918,7 @@ export type SubmitPhoneNumberKycData = {
19918
19918
  */
19919
19919
  submissionId?: string;
19920
19920
  /**
19921
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
19921
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
19922
19922
  */
19923
19923
  quantity?: number;
19924
19924
  /**
@@ -20719,7 +20719,7 @@ export type SubmitWhatsAppNumberKycData = {
20719
20719
  */
20720
20720
  submissionId?: string;
20721
20721
  /**
20722
- * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
20722
+ * Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
20723
20723
  */
20724
20724
  quantity?: number;
20725
20725
  /**