@getlatedev/node 0.2.349 → 0.2.350
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 +12 -18
- package/dist/index.d.ts +12 -18
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +12 -18
package/dist/index.d.mts
CHANGED
|
@@ -9150,15 +9150,10 @@ type CreateProfileError = (unknown | {
|
|
|
9150
9150
|
*/
|
|
9151
9151
|
has_payment_method?: boolean;
|
|
9152
9152
|
/**
|
|
9153
|
-
*
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
* The cap actually applied to this team. Equals
|
|
9158
|
-
* `public_account_limit` for organic teams; for teams
|
|
9159
|
-
* with a per-customer override (grandfathered legacy
|
|
9160
|
-
* customers, signed enterprise contracts) this can
|
|
9161
|
-
* be higher. Only set when reason=enterprise_required.
|
|
9153
|
+
* The negotiated connected-account cap from the
|
|
9154
|
+
* team's enterprise contract. Self-service teams
|
|
9155
|
+
* have no cap and never receive this reason. Only
|
|
9156
|
+
* set when reason=enterprise_required.
|
|
9162
9157
|
*
|
|
9163
9158
|
*/
|
|
9164
9159
|
effective_account_limit?: number;
|
|
@@ -9686,15 +9681,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
9686
9681
|
*/
|
|
9687
9682
|
has_payment_method?: boolean;
|
|
9688
9683
|
/**
|
|
9689
|
-
*
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
* The cap actually applied to this team. Equals
|
|
9694
|
-
* `public_account_limit` for organic teams; for teams
|
|
9695
|
-
* with a per-customer override (grandfathered legacy
|
|
9696
|
-
* customers, signed enterprise contracts) this can
|
|
9697
|
-
* be higher. Only set when reason=enterprise_required.
|
|
9684
|
+
* The negotiated connected-account cap from the
|
|
9685
|
+
* team's enterprise contract. Self-service teams
|
|
9686
|
+
* have no cap and never receive this reason. Only
|
|
9687
|
+
* set when reason=enterprise_required.
|
|
9698
9688
|
*
|
|
9699
9689
|
*/
|
|
9700
9690
|
effective_account_limit?: number;
|
|
@@ -22713,6 +22703,10 @@ type ListAdAccountsResponse = ({
|
|
|
22713
22703
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22714
22704
|
*/
|
|
22715
22705
|
timezoneOffsetHoursUtc?: number;
|
|
22706
|
+
/**
|
|
22707
|
+
* 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.
|
|
22708
|
+
*/
|
|
22709
|
+
minimumDailyBudget?: number;
|
|
22716
22710
|
/**
|
|
22717
22711
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22718
22712
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -9150,15 +9150,10 @@ type CreateProfileError = (unknown | {
|
|
|
9150
9150
|
*/
|
|
9151
9151
|
has_payment_method?: boolean;
|
|
9152
9152
|
/**
|
|
9153
|
-
*
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
* The cap actually applied to this team. Equals
|
|
9158
|
-
* `public_account_limit` for organic teams; for teams
|
|
9159
|
-
* with a per-customer override (grandfathered legacy
|
|
9160
|
-
* customers, signed enterprise contracts) this can
|
|
9161
|
-
* be higher. Only set when reason=enterprise_required.
|
|
9153
|
+
* The negotiated connected-account cap from the
|
|
9154
|
+
* team's enterprise contract. Self-service teams
|
|
9155
|
+
* have no cap and never receive this reason. Only
|
|
9156
|
+
* set when reason=enterprise_required.
|
|
9162
9157
|
*
|
|
9163
9158
|
*/
|
|
9164
9159
|
effective_account_limit?: number;
|
|
@@ -9686,15 +9681,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
9686
9681
|
*/
|
|
9687
9682
|
has_payment_method?: boolean;
|
|
9688
9683
|
/**
|
|
9689
|
-
*
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
* The cap actually applied to this team. Equals
|
|
9694
|
-
* `public_account_limit` for organic teams; for teams
|
|
9695
|
-
* with a per-customer override (grandfathered legacy
|
|
9696
|
-
* customers, signed enterprise contracts) this can
|
|
9697
|
-
* be higher. Only set when reason=enterprise_required.
|
|
9684
|
+
* The negotiated connected-account cap from the
|
|
9685
|
+
* team's enterprise contract. Self-service teams
|
|
9686
|
+
* have no cap and never receive this reason. Only
|
|
9687
|
+
* set when reason=enterprise_required.
|
|
9698
9688
|
*
|
|
9699
9689
|
*/
|
|
9700
9690
|
effective_account_limit?: number;
|
|
@@ -22713,6 +22703,10 @@ type ListAdAccountsResponse = ({
|
|
|
22713
22703
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22714
22704
|
*/
|
|
22715
22705
|
timezoneOffsetHoursUtc?: number;
|
|
22706
|
+
/**
|
|
22707
|
+
* 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.
|
|
22708
|
+
*/
|
|
22709
|
+
minimumDailyBudget?: number;
|
|
22716
22710
|
/**
|
|
22717
22711
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22718
22712
|
*/
|
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.
|
|
39
|
+
version: "0.2.350",
|
|
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.
|
|
8
|
+
version: "0.2.350",
|
|
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
|
@@ -8704,15 +8704,10 @@ export type CreateProfileError = (unknown | {
|
|
|
8704
8704
|
*/
|
|
8705
8705
|
has_payment_method?: boolean;
|
|
8706
8706
|
/**
|
|
8707
|
-
*
|
|
8708
|
-
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
* The cap actually applied to this team. Equals
|
|
8712
|
-
* `public_account_limit` for organic teams; for teams
|
|
8713
|
-
* with a per-customer override (grandfathered legacy
|
|
8714
|
-
* customers, signed enterprise contracts) this can
|
|
8715
|
-
* be higher. Only set when reason=enterprise_required.
|
|
8707
|
+
* The negotiated connected-account cap from the
|
|
8708
|
+
* team's enterprise contract. Self-service teams
|
|
8709
|
+
* have no cap and never receive this reason. Only
|
|
8710
|
+
* set when reason=enterprise_required.
|
|
8716
8711
|
*
|
|
8717
8712
|
*/
|
|
8718
8713
|
effective_account_limit?: number;
|
|
@@ -9287,15 +9282,10 @@ export type GetConnectUrlError = (unknown | {
|
|
|
9287
9282
|
*/
|
|
9288
9283
|
has_payment_method?: boolean;
|
|
9289
9284
|
/**
|
|
9290
|
-
*
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
* The cap actually applied to this team. Equals
|
|
9295
|
-
* `public_account_limit` for organic teams; for teams
|
|
9296
|
-
* with a per-customer override (grandfathered legacy
|
|
9297
|
-
* customers, signed enterprise contracts) this can
|
|
9298
|
-
* be higher. Only set when reason=enterprise_required.
|
|
9285
|
+
* The negotiated connected-account cap from the
|
|
9286
|
+
* team's enterprise contract. Self-service teams
|
|
9287
|
+
* have no cap and never receive this reason. Only
|
|
9288
|
+
* set when reason=enterprise_required.
|
|
9299
9289
|
*
|
|
9300
9290
|
*/
|
|
9301
9291
|
effective_account_limit?: number;
|
|
@@ -23347,6 +23337,10 @@ export type ListAdAccountsResponse = ({
|
|
|
23347
23337
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
23348
23338
|
*/
|
|
23349
23339
|
timezoneOffsetHoursUtc?: number;
|
|
23340
|
+
/**
|
|
23341
|
+
* 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.
|
|
23342
|
+
*/
|
|
23343
|
+
minimumDailyBudget?: number;
|
|
23350
23344
|
/**
|
|
23351
23345
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
23352
23346
|
*/
|