@getlatedev/node 0.2.18 → 0.2.19
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
- package/src/generated/types.gen.ts +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -625,7 +625,7 @@ type AnalyticsListResponse = {
|
|
|
625
625
|
posts?: Array<{
|
|
626
626
|
_id?: string;
|
|
627
627
|
/**
|
|
628
|
-
* Original
|
|
628
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
629
629
|
*/
|
|
630
630
|
latePostId?: (string) | null;
|
|
631
631
|
content?: string;
|
|
@@ -684,7 +684,7 @@ type AnalyticsOverview = {
|
|
|
684
684
|
type AnalyticsSinglePostResponse = {
|
|
685
685
|
postId?: string;
|
|
686
686
|
/**
|
|
687
|
-
* Original
|
|
687
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
688
688
|
*/
|
|
689
689
|
latePostId?: (string) | null;
|
|
690
690
|
/**
|
|
@@ -5346,7 +5346,7 @@ type ConnectBlueskyCredentialsError = (unknown | {
|
|
|
5346
5346
|
type ConnectWhatsAppCredentialsData = {
|
|
5347
5347
|
body: {
|
|
5348
5348
|
/**
|
|
5349
|
-
* Your
|
|
5349
|
+
* Your Zernio profile ID
|
|
5350
5350
|
*/
|
|
5351
5351
|
profileId: string;
|
|
5352
5352
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -625,7 +625,7 @@ type AnalyticsListResponse = {
|
|
|
625
625
|
posts?: Array<{
|
|
626
626
|
_id?: string;
|
|
627
627
|
/**
|
|
628
|
-
* Original
|
|
628
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
629
629
|
*/
|
|
630
630
|
latePostId?: (string) | null;
|
|
631
631
|
content?: string;
|
|
@@ -684,7 +684,7 @@ type AnalyticsOverview = {
|
|
|
684
684
|
type AnalyticsSinglePostResponse = {
|
|
685
685
|
postId?: string;
|
|
686
686
|
/**
|
|
687
|
-
* Original
|
|
687
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
688
688
|
*/
|
|
689
689
|
latePostId?: (string) | null;
|
|
690
690
|
/**
|
|
@@ -5346,7 +5346,7 @@ type ConnectBlueskyCredentialsError = (unknown | {
|
|
|
5346
5346
|
type ConnectWhatsAppCredentialsData = {
|
|
5347
5347
|
body: {
|
|
5348
5348
|
/**
|
|
5349
|
-
* Your
|
|
5349
|
+
* Your Zernio profile ID
|
|
5350
5350
|
*/
|
|
5351
5351
|
profileId: string;
|
|
5352
5352
|
/**
|
package/package.json
CHANGED
|
@@ -89,7 +89,7 @@ export type AnalyticsListResponse = {
|
|
|
89
89
|
posts?: Array<{
|
|
90
90
|
_id?: string;
|
|
91
91
|
/**
|
|
92
|
-
* Original
|
|
92
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
93
93
|
*/
|
|
94
94
|
latePostId?: (string) | null;
|
|
95
95
|
content?: string;
|
|
@@ -150,7 +150,7 @@ export type AnalyticsOverview = {
|
|
|
150
150
|
export type AnalyticsSinglePostResponse = {
|
|
151
151
|
postId?: string;
|
|
152
152
|
/**
|
|
153
|
-
* Original
|
|
153
|
+
* Original Zernio post ID if scheduled via Zernio
|
|
154
154
|
*/
|
|
155
155
|
latePostId?: (string) | null;
|
|
156
156
|
/**
|
|
@@ -5190,7 +5190,7 @@ export type ConnectBlueskyCredentialsError = (unknown | {
|
|
|
5190
5190
|
export type ConnectWhatsAppCredentialsData = {
|
|
5191
5191
|
body: {
|
|
5192
5192
|
/**
|
|
5193
|
-
* Your
|
|
5193
|
+
* Your Zernio profile ID
|
|
5194
5194
|
*/
|
|
5195
5195
|
profileId: string;
|
|
5196
5196
|
/**
|