@getlatedev/node 0.2.349 → 0.2.351
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
|
@@ -1567,6 +1567,10 @@ type AnalyticsListResponse = {
|
|
|
1567
1567
|
* Thumbnail URL (same as url for images)
|
|
1568
1568
|
*/
|
|
1569
1569
|
thumbnail?: string;
|
|
1570
|
+
/**
|
|
1571
|
+
* Accessibility alt text set on the media, when present.
|
|
1572
|
+
*/
|
|
1573
|
+
altText?: string;
|
|
1570
1574
|
}>;
|
|
1571
1575
|
}>;
|
|
1572
1576
|
pagination?: Pagination;
|
|
@@ -1636,6 +1640,10 @@ type AnalyticsSinglePostResponse = {
|
|
|
1636
1640
|
* Thumbnail URL (same as url for images)
|
|
1637
1641
|
*/
|
|
1638
1642
|
thumbnail?: string;
|
|
1643
|
+
/**
|
|
1644
|
+
* Accessibility alt text set on the media, when present.
|
|
1645
|
+
*/
|
|
1646
|
+
altText?: string;
|
|
1639
1647
|
}>;
|
|
1640
1648
|
};
|
|
1641
1649
|
/**
|
|
@@ -9150,15 +9158,10 @@ type CreateProfileError = (unknown | {
|
|
|
9150
9158
|
*/
|
|
9151
9159
|
has_payment_method?: boolean;
|
|
9152
9160
|
/**
|
|
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.
|
|
9161
|
+
* The negotiated connected-account cap from the
|
|
9162
|
+
* team's enterprise contract. Self-service teams
|
|
9163
|
+
* have no cap and never receive this reason. Only
|
|
9164
|
+
* set when reason=enterprise_required.
|
|
9162
9165
|
*
|
|
9163
9166
|
*/
|
|
9164
9167
|
effective_account_limit?: number;
|
|
@@ -9686,15 +9689,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
9686
9689
|
*/
|
|
9687
9690
|
has_payment_method?: boolean;
|
|
9688
9691
|
/**
|
|
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.
|
|
9692
|
+
* The negotiated connected-account cap from the
|
|
9693
|
+
* team's enterprise contract. Self-service teams
|
|
9694
|
+
* have no cap and never receive this reason. Only
|
|
9695
|
+
* set when reason=enterprise_required.
|
|
9698
9696
|
*
|
|
9699
9697
|
*/
|
|
9700
9698
|
effective_account_limit?: number;
|
|
@@ -22713,6 +22711,10 @@ type ListAdAccountsResponse = ({
|
|
|
22713
22711
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22714
22712
|
*/
|
|
22715
22713
|
timezoneOffsetHoursUtc?: number;
|
|
22714
|
+
/**
|
|
22715
|
+
* 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.
|
|
22716
|
+
*/
|
|
22717
|
+
minimumDailyBudget?: number;
|
|
22716
22718
|
/**
|
|
22717
22719
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22718
22720
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1567,6 +1567,10 @@ type AnalyticsListResponse = {
|
|
|
1567
1567
|
* Thumbnail URL (same as url for images)
|
|
1568
1568
|
*/
|
|
1569
1569
|
thumbnail?: string;
|
|
1570
|
+
/**
|
|
1571
|
+
* Accessibility alt text set on the media, when present.
|
|
1572
|
+
*/
|
|
1573
|
+
altText?: string;
|
|
1570
1574
|
}>;
|
|
1571
1575
|
}>;
|
|
1572
1576
|
pagination?: Pagination;
|
|
@@ -1636,6 +1640,10 @@ type AnalyticsSinglePostResponse = {
|
|
|
1636
1640
|
* Thumbnail URL (same as url for images)
|
|
1637
1641
|
*/
|
|
1638
1642
|
thumbnail?: string;
|
|
1643
|
+
/**
|
|
1644
|
+
* Accessibility alt text set on the media, when present.
|
|
1645
|
+
*/
|
|
1646
|
+
altText?: string;
|
|
1639
1647
|
}>;
|
|
1640
1648
|
};
|
|
1641
1649
|
/**
|
|
@@ -9150,15 +9158,10 @@ type CreateProfileError = (unknown | {
|
|
|
9150
9158
|
*/
|
|
9151
9159
|
has_payment_method?: boolean;
|
|
9152
9160
|
/**
|
|
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.
|
|
9161
|
+
* The negotiated connected-account cap from the
|
|
9162
|
+
* team's enterprise contract. Self-service teams
|
|
9163
|
+
* have no cap and never receive this reason. Only
|
|
9164
|
+
* set when reason=enterprise_required.
|
|
9162
9165
|
*
|
|
9163
9166
|
*/
|
|
9164
9167
|
effective_account_limit?: number;
|
|
@@ -9686,15 +9689,10 @@ type GetConnectUrlError = (unknown | {
|
|
|
9686
9689
|
*/
|
|
9687
9690
|
has_payment_method?: boolean;
|
|
9688
9691
|
/**
|
|
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.
|
|
9692
|
+
* The negotiated connected-account cap from the
|
|
9693
|
+
* team's enterprise contract. Self-service teams
|
|
9694
|
+
* have no cap and never receive this reason. Only
|
|
9695
|
+
* set when reason=enterprise_required.
|
|
9698
9696
|
*
|
|
9699
9697
|
*/
|
|
9700
9698
|
effective_account_limit?: number;
|
|
@@ -22713,6 +22711,10 @@ type ListAdAccountsResponse = ({
|
|
|
22713
22711
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
22714
22712
|
*/
|
|
22715
22713
|
timezoneOffsetHoursUtc?: number;
|
|
22714
|
+
/**
|
|
22715
|
+
* 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.
|
|
22716
|
+
*/
|
|
22717
|
+
minimumDailyBudget?: number;
|
|
22716
22718
|
/**
|
|
22717
22719
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
22718
22720
|
*/
|
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.351",
|
|
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.351",
|
|
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
|
@@ -713,6 +713,10 @@ export type AnalyticsListResponse = {
|
|
|
713
713
|
* Thumbnail URL (same as url for images)
|
|
714
714
|
*/
|
|
715
715
|
thumbnail?: string;
|
|
716
|
+
/**
|
|
717
|
+
* Accessibility alt text set on the media, when present.
|
|
718
|
+
*/
|
|
719
|
+
altText?: string;
|
|
716
720
|
}>;
|
|
717
721
|
}>;
|
|
718
722
|
pagination?: Pagination;
|
|
@@ -784,6 +788,10 @@ export type AnalyticsSinglePostResponse = {
|
|
|
784
788
|
* Thumbnail URL (same as url for images)
|
|
785
789
|
*/
|
|
786
790
|
thumbnail?: string;
|
|
791
|
+
/**
|
|
792
|
+
* Accessibility alt text set on the media, when present.
|
|
793
|
+
*/
|
|
794
|
+
altText?: string;
|
|
787
795
|
}>;
|
|
788
796
|
};
|
|
789
797
|
|
|
@@ -8704,15 +8712,10 @@ export type CreateProfileError = (unknown | {
|
|
|
8704
8712
|
*/
|
|
8705
8713
|
has_payment_method?: boolean;
|
|
8706
8714
|
/**
|
|
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.
|
|
8715
|
+
* The negotiated connected-account cap from the
|
|
8716
|
+
* team's enterprise contract. Self-service teams
|
|
8717
|
+
* have no cap and never receive this reason. Only
|
|
8718
|
+
* set when reason=enterprise_required.
|
|
8716
8719
|
*
|
|
8717
8720
|
*/
|
|
8718
8721
|
effective_account_limit?: number;
|
|
@@ -9287,15 +9290,10 @@ export type GetConnectUrlError = (unknown | {
|
|
|
9287
9290
|
*/
|
|
9288
9291
|
has_payment_method?: boolean;
|
|
9289
9292
|
/**
|
|
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.
|
|
9293
|
+
* The negotiated connected-account cap from the
|
|
9294
|
+
* team's enterprise contract. Self-service teams
|
|
9295
|
+
* have no cap and never receive this reason. Only
|
|
9296
|
+
* set when reason=enterprise_required.
|
|
9299
9297
|
*
|
|
9300
9298
|
*/
|
|
9301
9299
|
effective_account_limit?: number;
|
|
@@ -23347,6 +23345,10 @@ export type ListAdAccountsResponse = ({
|
|
|
23347
23345
|
* Signed UTC offset in hours, reflecting current DST (Meta only).
|
|
23348
23346
|
*/
|
|
23349
23347
|
timezoneOffsetHoursUtc?: number;
|
|
23348
|
+
/**
|
|
23349
|
+
* 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.
|
|
23350
|
+
*/
|
|
23351
|
+
minimumDailyBudget?: number;
|
|
23350
23352
|
/**
|
|
23351
23353
|
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on non-Meta platforms.
|
|
23352
23354
|
*/
|