@getlatedev/node 0.2.348 → 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 +20 -18
- package/dist/index.d.ts +20 -18
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +20 -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;
|
|
@@ -15959,6 +15949,14 @@ type ListInboxReviewsResponse = ({
|
|
|
15959
15949
|
text?: string;
|
|
15960
15950
|
created?: string;
|
|
15961
15951
|
hasReply?: boolean;
|
|
15952
|
+
/**
|
|
15953
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
15954
|
+
*/
|
|
15955
|
+
hasPhotos?: boolean;
|
|
15956
|
+
/**
|
|
15957
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
15958
|
+
*/
|
|
15959
|
+
photoCount?: number;
|
|
15962
15960
|
reply?: {
|
|
15963
15961
|
id?: string;
|
|
15964
15962
|
text?: string;
|
|
@@ -22705,6 +22703,10 @@ type ListAdAccountsResponse = ({
|
|
|
22705
22703
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22706
22704
|
*/
|
|
22707
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;
|
|
22708
22710
|
/**
|
|
22709
22711
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22710
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;
|
|
@@ -15959,6 +15949,14 @@ type ListInboxReviewsResponse = ({
|
|
|
15959
15949
|
text?: string;
|
|
15960
15950
|
created?: string;
|
|
15961
15951
|
hasReply?: boolean;
|
|
15952
|
+
/**
|
|
15953
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
15954
|
+
*/
|
|
15955
|
+
hasPhotos?: boolean;
|
|
15956
|
+
/**
|
|
15957
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
15958
|
+
*/
|
|
15959
|
+
photoCount?: number;
|
|
15962
15960
|
reply?: {
|
|
15963
15961
|
id?: string;
|
|
15964
15962
|
text?: string;
|
|
@@ -22705,6 +22703,10 @@ type ListAdAccountsResponse = ({
|
|
|
22705
22703
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22706
22704
|
*/
|
|
22707
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;
|
|
22708
22710
|
/**
|
|
22709
22711
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22710
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;
|
|
@@ -15999,6 +15989,14 @@ export type ListInboxReviewsResponse = ({
|
|
|
15999
15989
|
text?: string;
|
|
16000
15990
|
created?: string;
|
|
16001
15991
|
hasReply?: boolean;
|
|
15992
|
+
/**
|
|
15993
|
+
* Whether the review has at least one photo. Google Business only; always false for other platforms.
|
|
15994
|
+
*/
|
|
15995
|
+
hasPhotos?: boolean;
|
|
15996
|
+
/**
|
|
15997
|
+
* Number of photos attached to the review (photos only; videos are not counted). Google Business only; 0 for other platforms.
|
|
15998
|
+
*/
|
|
15999
|
+
photoCount?: number;
|
|
16002
16000
|
reply?: {
|
|
16003
16001
|
id?: string;
|
|
16004
16002
|
text?: string;
|
|
@@ -23339,6 +23337,10 @@ export type ListAdAccountsResponse = ({
|
|
|
23339
23337
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
23340
23338
|
*/
|
|
23341
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;
|
|
23342
23344
|
/**
|
|
23343
23345
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
23344
23346
|
*/
|