@zernio/node 0.2.838 → 0.2.839

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
@@ -38558,6 +38558,32 @@ type ListAdAccountsResponse = ({
38558
38558
  * Meta only. Minimum daily budget for the account, in the account currency's major units. This is the impressions-billed minimum; other billing events have higher minimums. Absent when the connected token cannot read it.
38559
38559
  */
38560
38560
  minimumDailyBudget?: number;
38561
+ /**
38562
+ * Meta only. Meta's `funding_source` ID for the ad account, forwarded unchanged. ABSENT when this connection's token cannot see billing on the account, which is not the same as the account having no payment method: never read the missing key as `no payment method configured`.
38563
+ */
38564
+ fundingSource?: string;
38565
+ /**
38566
+ * Meta only. Meta's `funding_source_details` object, forwarded unchanged.
38567
+ * ABSENT under exactly the same condition as `fundingSource`: this
38568
+ * connection's token cannot see billing on the ad account. It is never
38569
+ * sent as null or as an empty object, so treat the missing key as
38570
+ * 'unknown', never as 'no payment method configured'.
38571
+ *
38572
+ */
38573
+ fundingSourceDetails?: {
38574
+ /**
38575
+ * Meta's ID for the funding instrument. Matches `fundingSource`.
38576
+ */
38577
+ id?: string;
38578
+ /**
38579
+ * Meta's own human-readable label for the funding instrument, e.g. 'Available Balance (EUR)' or a masked card. Meta composes this string; do not parse it.
38580
+ */
38581
+ displayString?: string;
38582
+ /**
38583
+ * Meta's raw numeric funding-source type, forwarded unchanged. Meta publishes no mapping from these numbers to payment-method kinds, so none is documented here and none should be inferred.
38584
+ */
38585
+ type?: number;
38586
+ };
38561
38587
  /**
38562
38588
  * Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
38563
38589
  */
package/dist/index.d.ts CHANGED
@@ -38558,6 +38558,32 @@ type ListAdAccountsResponse = ({
38558
38558
  * Meta only. Minimum daily budget for the account, in the account currency's major units. This is the impressions-billed minimum; other billing events have higher minimums. Absent when the connected token cannot read it.
38559
38559
  */
38560
38560
  minimumDailyBudget?: number;
38561
+ /**
38562
+ * Meta only. Meta's `funding_source` ID for the ad account, forwarded unchanged. ABSENT when this connection's token cannot see billing on the account, which is not the same as the account having no payment method: never read the missing key as `no payment method configured`.
38563
+ */
38564
+ fundingSource?: string;
38565
+ /**
38566
+ * Meta only. Meta's `funding_source_details` object, forwarded unchanged.
38567
+ * ABSENT under exactly the same condition as `fundingSource`: this
38568
+ * connection's token cannot see billing on the ad account. It is never
38569
+ * sent as null or as an empty object, so treat the missing key as
38570
+ * 'unknown', never as 'no payment method configured'.
38571
+ *
38572
+ */
38573
+ fundingSourceDetails?: {
38574
+ /**
38575
+ * Meta's ID for the funding instrument. Matches `fundingSource`.
38576
+ */
38577
+ id?: string;
38578
+ /**
38579
+ * Meta's own human-readable label for the funding instrument, e.g. 'Available Balance (EUR)' or a masked card. Meta composes this string; do not parse it.
38580
+ */
38581
+ displayString?: string;
38582
+ /**
38583
+ * Meta's raw numeric funding-source type, forwarded unchanged. Meta publishes no mapping from these numbers to payment-method kinds, so none is documented here and none should be inferred.
38584
+ */
38585
+ type?: number;
38586
+ };
38561
38587
  /**
38562
38588
  * Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
38563
38589
  */
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.838",
39
+ version: "0.2.839",
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.838",
8
+ version: "0.2.839",
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.838",
3
+ "version": "0.2.839",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -39192,6 +39192,32 @@ export type ListAdAccountsResponse = ({
39192
39192
  * Meta only. Minimum daily budget for the account, in the account currency's major units. This is the impressions-billed minimum; other billing events have higher minimums. Absent when the connected token cannot read it.
39193
39193
  */
39194
39194
  minimumDailyBudget?: number;
39195
+ /**
39196
+ * Meta only. Meta's `funding_source` ID for the ad account, forwarded unchanged. ABSENT when this connection's token cannot see billing on the account, which is not the same as the account having no payment method: never read the missing key as `no payment method configured`.
39197
+ */
39198
+ fundingSource?: string;
39199
+ /**
39200
+ * Meta only. Meta's `funding_source_details` object, forwarded unchanged.
39201
+ * ABSENT under exactly the same condition as `fundingSource`: this
39202
+ * connection's token cannot see billing on the ad account. It is never
39203
+ * sent as null or as an empty object, so treat the missing key as
39204
+ * 'unknown', never as 'no payment method configured'.
39205
+ *
39206
+ */
39207
+ fundingSourceDetails?: {
39208
+ /**
39209
+ * Meta's ID for the funding instrument. Matches `fundingSource`.
39210
+ */
39211
+ id?: string;
39212
+ /**
39213
+ * Meta's own human-readable label for the funding instrument, e.g. 'Available Balance (EUR)' or a masked card. Meta composes this string; do not parse it.
39214
+ */
39215
+ displayString?: string;
39216
+ /**
39217
+ * Meta's raw numeric funding-source type, forwarded unchanged. Meta publishes no mapping from these numbers to payment-method kinds, so none is documented here and none should be inferred.
39218
+ */
39219
+ type?: number;
39220
+ };
39195
39221
  /**
39196
39222
  * Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
39197
39223
  */