@getlatedev/node 0.2.604 → 0.2.606
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 +36 -5
- package/dist/index.d.ts +36 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +36 -5
package/dist/index.d.mts
CHANGED
|
@@ -22446,6 +22446,10 @@ type ListPhoneNumbersResponse = ({
|
|
|
22446
22446
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22447
22447
|
*/
|
|
22448
22448
|
regulatoryDeclineReason?: (string) | null;
|
|
22449
|
+
/**
|
|
22450
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22451
|
+
*/
|
|
22452
|
+
callingEnabled?: boolean;
|
|
22449
22453
|
createdAt?: string;
|
|
22450
22454
|
}>;
|
|
22451
22455
|
/**
|
|
@@ -22462,6 +22466,10 @@ type ListPhoneNumbersResponse = ({
|
|
|
22462
22466
|
displayName?: (string) | null;
|
|
22463
22467
|
profileId?: (string) | null;
|
|
22464
22468
|
connectedAt?: (string) | null;
|
|
22469
|
+
/**
|
|
22470
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22471
|
+
*/
|
|
22472
|
+
callingEnabled?: boolean;
|
|
22465
22473
|
}>;
|
|
22466
22474
|
/**
|
|
22467
22475
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -22832,6 +22840,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22832
22840
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22833
22841
|
*/
|
|
22834
22842
|
regulatoryDeclineReason?: (string) | null;
|
|
22843
|
+
/**
|
|
22844
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22845
|
+
*/
|
|
22846
|
+
callingEnabled?: boolean;
|
|
22835
22847
|
createdAt?: string;
|
|
22836
22848
|
}>;
|
|
22837
22849
|
/**
|
|
@@ -22848,6 +22860,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22848
22860
|
displayName?: (string) | null;
|
|
22849
22861
|
profileId?: (string) | null;
|
|
22850
22862
|
connectedAt?: (string) | null;
|
|
22863
|
+
/**
|
|
22864
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22865
|
+
*/
|
|
22866
|
+
callingEnabled?: boolean;
|
|
22851
22867
|
}>;
|
|
22852
22868
|
/**
|
|
22853
22869
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -27395,7 +27411,10 @@ type ListAdsData = {
|
|
|
27395
27411
|
};
|
|
27396
27412
|
};
|
|
27397
27413
|
type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27398
|
-
|
|
27414
|
+
/**
|
|
27415
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27416
|
+
*/
|
|
27417
|
+
backfillPending: boolean;
|
|
27399
27418
|
}));
|
|
27400
27419
|
type ListAdsError = (ErrorResponse | {
|
|
27401
27420
|
error?: string;
|
|
@@ -28374,7 +28393,10 @@ type GetAdTreeData = {
|
|
|
28374
28393
|
};
|
|
28375
28394
|
};
|
|
28376
28395
|
type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28377
|
-
|
|
28396
|
+
/**
|
|
28397
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28398
|
+
*/
|
|
28399
|
+
backfillPending: boolean;
|
|
28378
28400
|
}));
|
|
28379
28401
|
type GetAdTreeError = ({
|
|
28380
28402
|
error?: string;
|
|
@@ -28404,7 +28426,10 @@ type GetAdsTimelineData = {
|
|
|
28404
28426
|
};
|
|
28405
28427
|
};
|
|
28406
28428
|
type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28407
|
-
|
|
28429
|
+
/**
|
|
28430
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28431
|
+
*/
|
|
28432
|
+
backfillPending: boolean;
|
|
28408
28433
|
}));
|
|
28409
28434
|
type GetAdsTimelineError = (ErrorResponse | {
|
|
28410
28435
|
error?: string;
|
|
@@ -28585,7 +28610,10 @@ type GetCampaignAnalyticsData = {
|
|
|
28585
28610
|
};
|
|
28586
28611
|
};
|
|
28587
28612
|
type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
28588
|
-
|
|
28613
|
+
/**
|
|
28614
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28615
|
+
*/
|
|
28616
|
+
backfillPending: boolean;
|
|
28589
28617
|
}));
|
|
28590
28618
|
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
28591
28619
|
error?: string;
|
|
@@ -28987,7 +29015,10 @@ type GetAdAnalyticsData = {
|
|
|
28987
29015
|
};
|
|
28988
29016
|
};
|
|
28989
29017
|
type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
28990
|
-
|
|
29018
|
+
/**
|
|
29019
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29020
|
+
*/
|
|
29021
|
+
backfillPending: boolean;
|
|
28991
29022
|
}));
|
|
28992
29023
|
type GetAdAnalyticsError = (ErrorResponse | {
|
|
28993
29024
|
error?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -22446,6 +22446,10 @@ type ListPhoneNumbersResponse = ({
|
|
|
22446
22446
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22447
22447
|
*/
|
|
22448
22448
|
regulatoryDeclineReason?: (string) | null;
|
|
22449
|
+
/**
|
|
22450
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22451
|
+
*/
|
|
22452
|
+
callingEnabled?: boolean;
|
|
22449
22453
|
createdAt?: string;
|
|
22450
22454
|
}>;
|
|
22451
22455
|
/**
|
|
@@ -22462,6 +22466,10 @@ type ListPhoneNumbersResponse = ({
|
|
|
22462
22466
|
displayName?: (string) | null;
|
|
22463
22467
|
profileId?: (string) | null;
|
|
22464
22468
|
connectedAt?: (string) | null;
|
|
22469
|
+
/**
|
|
22470
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22471
|
+
*/
|
|
22472
|
+
callingEnabled?: boolean;
|
|
22465
22473
|
}>;
|
|
22466
22474
|
/**
|
|
22467
22475
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -22832,6 +22840,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22832
22840
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22833
22841
|
*/
|
|
22834
22842
|
regulatoryDeclineReason?: (string) | null;
|
|
22843
|
+
/**
|
|
22844
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22845
|
+
*/
|
|
22846
|
+
callingEnabled?: boolean;
|
|
22835
22847
|
createdAt?: string;
|
|
22836
22848
|
}>;
|
|
22837
22849
|
/**
|
|
@@ -22848,6 +22860,10 @@ type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22848
22860
|
displayName?: (string) | null;
|
|
22849
22861
|
profileId?: (string) | null;
|
|
22850
22862
|
connectedAt?: (string) | null;
|
|
22863
|
+
/**
|
|
22864
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22865
|
+
*/
|
|
22866
|
+
callingEnabled?: boolean;
|
|
22851
22867
|
}>;
|
|
22852
22868
|
/**
|
|
22853
22869
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -27395,7 +27411,10 @@ type ListAdsData = {
|
|
|
27395
27411
|
};
|
|
27396
27412
|
};
|
|
27397
27413
|
type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27398
|
-
|
|
27414
|
+
/**
|
|
27415
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27416
|
+
*/
|
|
27417
|
+
backfillPending: boolean;
|
|
27399
27418
|
}));
|
|
27400
27419
|
type ListAdsError = (ErrorResponse | {
|
|
27401
27420
|
error?: string;
|
|
@@ -28374,7 +28393,10 @@ type GetAdTreeData = {
|
|
|
28374
28393
|
};
|
|
28375
28394
|
};
|
|
28376
28395
|
type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28377
|
-
|
|
28396
|
+
/**
|
|
28397
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28398
|
+
*/
|
|
28399
|
+
backfillPending: boolean;
|
|
28378
28400
|
}));
|
|
28379
28401
|
type GetAdTreeError = ({
|
|
28380
28402
|
error?: string;
|
|
@@ -28404,7 +28426,10 @@ type GetAdsTimelineData = {
|
|
|
28404
28426
|
};
|
|
28405
28427
|
};
|
|
28406
28428
|
type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28407
|
-
|
|
28429
|
+
/**
|
|
28430
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28431
|
+
*/
|
|
28432
|
+
backfillPending: boolean;
|
|
28408
28433
|
}));
|
|
28409
28434
|
type GetAdsTimelineError = (ErrorResponse | {
|
|
28410
28435
|
error?: string;
|
|
@@ -28585,7 +28610,10 @@ type GetCampaignAnalyticsData = {
|
|
|
28585
28610
|
};
|
|
28586
28611
|
};
|
|
28587
28612
|
type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
28588
|
-
|
|
28613
|
+
/**
|
|
28614
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28615
|
+
*/
|
|
28616
|
+
backfillPending: boolean;
|
|
28589
28617
|
}));
|
|
28590
28618
|
type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
28591
28619
|
error?: string;
|
|
@@ -28987,7 +29015,10 @@ type GetAdAnalyticsData = {
|
|
|
28987
29015
|
};
|
|
28988
29016
|
};
|
|
28989
29017
|
type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
28990
|
-
|
|
29018
|
+
/**
|
|
29019
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29020
|
+
*/
|
|
29021
|
+
backfillPending: boolean;
|
|
28991
29022
|
}));
|
|
28992
29023
|
type GetAdAnalyticsError = (ErrorResponse | {
|
|
28993
29024
|
error?: string;
|
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.606",
|
|
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.606",
|
|
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
|
@@ -22430,6 +22430,10 @@ export type ListPhoneNumbersResponse = ({
|
|
|
22430
22430
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22431
22431
|
*/
|
|
22432
22432
|
regulatoryDeclineReason?: (string) | null;
|
|
22433
|
+
/**
|
|
22434
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22435
|
+
*/
|
|
22436
|
+
callingEnabled?: boolean;
|
|
22433
22437
|
createdAt?: string;
|
|
22434
22438
|
}>;
|
|
22435
22439
|
/**
|
|
@@ -22446,6 +22450,10 @@ export type ListPhoneNumbersResponse = ({
|
|
|
22446
22450
|
displayName?: (string) | null;
|
|
22447
22451
|
profileId?: (string) | null;
|
|
22448
22452
|
connectedAt?: (string) | null;
|
|
22453
|
+
/**
|
|
22454
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22455
|
+
*/
|
|
22456
|
+
callingEnabled?: boolean;
|
|
22449
22457
|
}>;
|
|
22450
22458
|
/**
|
|
22451
22459
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -22836,6 +22844,10 @@ export type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22836
22844
|
* Reviewer rejection reason when status is regulatory_declined.
|
|
22837
22845
|
*/
|
|
22838
22846
|
regulatoryDeclineReason?: (string) | null;
|
|
22847
|
+
/**
|
|
22848
|
+
* Whether WhatsApp Business Calling is enabled on this number (manage via /v1/whatsapp/phone-numbers/{id}/calling).
|
|
22849
|
+
*/
|
|
22850
|
+
callingEnabled?: boolean;
|
|
22839
22851
|
createdAt?: string;
|
|
22840
22852
|
}>;
|
|
22841
22853
|
/**
|
|
@@ -22852,6 +22864,10 @@ export type GetWhatsAppPhoneNumbersResponse = ({
|
|
|
22852
22864
|
displayName?: (string) | null;
|
|
22853
22865
|
profileId?: (string) | null;
|
|
22854
22866
|
connectedAt?: (string) | null;
|
|
22867
|
+
/**
|
|
22868
|
+
* Whether WhatsApp Business Calling is enabled on this number.
|
|
22869
|
+
*/
|
|
22870
|
+
callingEnabled?: boolean;
|
|
22855
22871
|
}>;
|
|
22856
22872
|
/**
|
|
22857
22873
|
* The shared WhatsApp sandbox (one Zernio-owned number, all users test
|
|
@@ -27768,7 +27784,10 @@ export type ListAdsData = {
|
|
|
27768
27784
|
};
|
|
27769
27785
|
|
|
27770
27786
|
export type ListAdsResponse = (AdsListResponse | (AdsListResponse & {
|
|
27771
|
-
|
|
27787
|
+
/**
|
|
27788
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
27789
|
+
*/
|
|
27790
|
+
backfillPending: boolean;
|
|
27772
27791
|
}));
|
|
27773
27792
|
|
|
27774
27793
|
export type ListAdsError = (ErrorResponse | {
|
|
@@ -28798,7 +28817,10 @@ export type GetAdTreeData = {
|
|
|
28798
28817
|
};
|
|
28799
28818
|
|
|
28800
28819
|
export type GetAdTreeResponse = (AdTreeResponse | (AdTreeResponse & {
|
|
28801
|
-
|
|
28820
|
+
/**
|
|
28821
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28822
|
+
*/
|
|
28823
|
+
backfillPending: boolean;
|
|
28802
28824
|
}));
|
|
28803
28825
|
|
|
28804
28826
|
export type GetAdTreeError = ({
|
|
@@ -28831,7 +28853,10 @@ export type GetAdsTimelineData = {
|
|
|
28831
28853
|
};
|
|
28832
28854
|
|
|
28833
28855
|
export type GetAdsTimelineResponse = (AdsTimelineResponse | (AdsTimelineResponse & {
|
|
28834
|
-
|
|
28856
|
+
/**
|
|
28857
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
28858
|
+
*/
|
|
28859
|
+
backfillPending: boolean;
|
|
28835
28860
|
}));
|
|
28836
28861
|
|
|
28837
28862
|
export type GetAdsTimelineError = (ErrorResponse | {
|
|
@@ -29027,7 +29052,10 @@ export type GetCampaignAnalyticsData = {
|
|
|
29027
29052
|
};
|
|
29028
29053
|
|
|
29029
29054
|
export type GetCampaignAnalyticsResponse = (CampaignAnalyticsResponse | (CampaignAnalyticsResponse & {
|
|
29030
|
-
|
|
29055
|
+
/**
|
|
29056
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29057
|
+
*/
|
|
29058
|
+
backfillPending: boolean;
|
|
29031
29059
|
}));
|
|
29032
29060
|
|
|
29033
29061
|
export type GetCampaignAnalyticsError = (ErrorResponse | {
|
|
@@ -29453,7 +29481,10 @@ export type GetAdAnalyticsData = {
|
|
|
29453
29481
|
};
|
|
29454
29482
|
|
|
29455
29483
|
export type GetAdAnalyticsResponse = (AdAnalyticsResponse | (AdAnalyticsResponse & {
|
|
29456
|
-
|
|
29484
|
+
/**
|
|
29485
|
+
* Always true on this response. Part of the requested range is still being backfilled; retry until the request returns 200.
|
|
29486
|
+
*/
|
|
29487
|
+
backfillPending: boolean;
|
|
29457
29488
|
}));
|
|
29458
29489
|
|
|
29459
29490
|
export type GetAdAnalyticsError = (ErrorResponse | {
|