@getlatedev/node 0.2.431 → 0.2.432
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -25230,7 +25230,7 @@ type ListAdsBusinessCentersData = {
|
|
|
25230
25230
|
type ListAdsBusinessCentersResponse = ({
|
|
25231
25231
|
businessCenters?: Array<BusinessCenter>;
|
|
25232
25232
|
});
|
|
25233
|
-
type ListAdsBusinessCentersError = ({
|
|
25233
|
+
type ListAdsBusinessCentersError = (ErrorResponse | {
|
|
25234
25234
|
error?: string;
|
|
25235
25235
|
} | unknown);
|
|
25236
25236
|
type GetAdsActivityLogData = {
|
|
@@ -26988,7 +26988,7 @@ type ListLeadsResponse = ({
|
|
|
26988
26988
|
cursor?: (string) | null;
|
|
26989
26989
|
};
|
|
26990
26990
|
});
|
|
26991
|
-
type ListLeadsError = ({
|
|
26991
|
+
type ListLeadsError = (ErrorResponse | {
|
|
26992
26992
|
error?: string;
|
|
26993
26993
|
} | unknown);
|
|
26994
26994
|
type ListLeadFormsData = {
|
|
@@ -27015,7 +27015,7 @@ type ListLeadFormsResponse = ({
|
|
|
27015
27015
|
cursor?: (string) | null;
|
|
27016
27016
|
};
|
|
27017
27017
|
});
|
|
27018
|
-
type ListLeadFormsError = ({
|
|
27018
|
+
type ListLeadFormsError = (ErrorResponse | {
|
|
27019
27019
|
error?: string;
|
|
27020
27020
|
} | unknown);
|
|
27021
27021
|
type CreateLeadFormData = {
|
|
@@ -27187,7 +27187,7 @@ type CreateLeadFormResponse = ({
|
|
|
27187
27187
|
name?: string;
|
|
27188
27188
|
};
|
|
27189
27189
|
});
|
|
27190
|
-
type CreateLeadFormError = ({
|
|
27190
|
+
type CreateLeadFormError = (ErrorResponse | {
|
|
27191
27191
|
error?: string;
|
|
27192
27192
|
} | unknown);
|
|
27193
27193
|
type GetLeadFormData = {
|
|
@@ -27210,7 +27210,7 @@ type GetLeadFormResponse = ({
|
|
|
27210
27210
|
[key: string]: unknown;
|
|
27211
27211
|
};
|
|
27212
27212
|
});
|
|
27213
|
-
type GetLeadFormError = ({
|
|
27213
|
+
type GetLeadFormError = (ErrorResponse | {
|
|
27214
27214
|
error?: string;
|
|
27215
27215
|
});
|
|
27216
27216
|
type ArchiveLeadFormData = {
|
|
@@ -27232,7 +27232,7 @@ type ArchiveLeadFormResponse = ({
|
|
|
27232
27232
|
formId?: string;
|
|
27233
27233
|
archived?: boolean;
|
|
27234
27234
|
});
|
|
27235
|
-
type ArchiveLeadFormError = ({
|
|
27235
|
+
type ArchiveLeadFormError = (ErrorResponse | {
|
|
27236
27236
|
error?: string;
|
|
27237
27237
|
});
|
|
27238
27238
|
type ListFormLeadsData = {
|
|
@@ -27268,7 +27268,7 @@ type ListFormLeadsResponse = ({
|
|
|
27268
27268
|
cursor?: (string) | null;
|
|
27269
27269
|
};
|
|
27270
27270
|
});
|
|
27271
|
-
type ListFormLeadsError = ({
|
|
27271
|
+
type ListFormLeadsError = (ErrorResponse | {
|
|
27272
27272
|
error?: string;
|
|
27273
27273
|
});
|
|
27274
27274
|
type CreateTestLeadData = {
|
|
@@ -27289,7 +27289,7 @@ type CreateTestLeadResponse = ({
|
|
|
27289
27289
|
id?: string;
|
|
27290
27290
|
};
|
|
27291
27291
|
});
|
|
27292
|
-
type CreateTestLeadError = ({
|
|
27292
|
+
type CreateTestLeadError = (ErrorResponse | {
|
|
27293
27293
|
error?: string;
|
|
27294
27294
|
});
|
|
27295
27295
|
type UploadAdImageData = {
|
package/dist/index.d.ts
CHANGED
|
@@ -25230,7 +25230,7 @@ type ListAdsBusinessCentersData = {
|
|
|
25230
25230
|
type ListAdsBusinessCentersResponse = ({
|
|
25231
25231
|
businessCenters?: Array<BusinessCenter>;
|
|
25232
25232
|
});
|
|
25233
|
-
type ListAdsBusinessCentersError = ({
|
|
25233
|
+
type ListAdsBusinessCentersError = (ErrorResponse | {
|
|
25234
25234
|
error?: string;
|
|
25235
25235
|
} | unknown);
|
|
25236
25236
|
type GetAdsActivityLogData = {
|
|
@@ -26988,7 +26988,7 @@ type ListLeadsResponse = ({
|
|
|
26988
26988
|
cursor?: (string) | null;
|
|
26989
26989
|
};
|
|
26990
26990
|
});
|
|
26991
|
-
type ListLeadsError = ({
|
|
26991
|
+
type ListLeadsError = (ErrorResponse | {
|
|
26992
26992
|
error?: string;
|
|
26993
26993
|
} | unknown);
|
|
26994
26994
|
type ListLeadFormsData = {
|
|
@@ -27015,7 +27015,7 @@ type ListLeadFormsResponse = ({
|
|
|
27015
27015
|
cursor?: (string) | null;
|
|
27016
27016
|
};
|
|
27017
27017
|
});
|
|
27018
|
-
type ListLeadFormsError = ({
|
|
27018
|
+
type ListLeadFormsError = (ErrorResponse | {
|
|
27019
27019
|
error?: string;
|
|
27020
27020
|
} | unknown);
|
|
27021
27021
|
type CreateLeadFormData = {
|
|
@@ -27187,7 +27187,7 @@ type CreateLeadFormResponse = ({
|
|
|
27187
27187
|
name?: string;
|
|
27188
27188
|
};
|
|
27189
27189
|
});
|
|
27190
|
-
type CreateLeadFormError = ({
|
|
27190
|
+
type CreateLeadFormError = (ErrorResponse | {
|
|
27191
27191
|
error?: string;
|
|
27192
27192
|
} | unknown);
|
|
27193
27193
|
type GetLeadFormData = {
|
|
@@ -27210,7 +27210,7 @@ type GetLeadFormResponse = ({
|
|
|
27210
27210
|
[key: string]: unknown;
|
|
27211
27211
|
};
|
|
27212
27212
|
});
|
|
27213
|
-
type GetLeadFormError = ({
|
|
27213
|
+
type GetLeadFormError = (ErrorResponse | {
|
|
27214
27214
|
error?: string;
|
|
27215
27215
|
});
|
|
27216
27216
|
type ArchiveLeadFormData = {
|
|
@@ -27232,7 +27232,7 @@ type ArchiveLeadFormResponse = ({
|
|
|
27232
27232
|
formId?: string;
|
|
27233
27233
|
archived?: boolean;
|
|
27234
27234
|
});
|
|
27235
|
-
type ArchiveLeadFormError = ({
|
|
27235
|
+
type ArchiveLeadFormError = (ErrorResponse | {
|
|
27236
27236
|
error?: string;
|
|
27237
27237
|
});
|
|
27238
27238
|
type ListFormLeadsData = {
|
|
@@ -27268,7 +27268,7 @@ type ListFormLeadsResponse = ({
|
|
|
27268
27268
|
cursor?: (string) | null;
|
|
27269
27269
|
};
|
|
27270
27270
|
});
|
|
27271
|
-
type ListFormLeadsError = ({
|
|
27271
|
+
type ListFormLeadsError = (ErrorResponse | {
|
|
27272
27272
|
error?: string;
|
|
27273
27273
|
});
|
|
27274
27274
|
type CreateTestLeadData = {
|
|
@@ -27289,7 +27289,7 @@ type CreateTestLeadResponse = ({
|
|
|
27289
27289
|
id?: string;
|
|
27290
27290
|
};
|
|
27291
27291
|
});
|
|
27292
|
-
type CreateTestLeadError = ({
|
|
27292
|
+
type CreateTestLeadError = (ErrorResponse | {
|
|
27293
27293
|
error?: string;
|
|
27294
27294
|
});
|
|
27295
27295
|
type UploadAdImageData = {
|
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.432",
|
|
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.432",
|
|
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
|
@@ -25677,7 +25677,7 @@ export type ListAdsBusinessCentersResponse = ({
|
|
|
25677
25677
|
businessCenters?: Array<BusinessCenter>;
|
|
25678
25678
|
});
|
|
25679
25679
|
|
|
25680
|
-
export type ListAdsBusinessCentersError = ({
|
|
25680
|
+
export type ListAdsBusinessCentersError = (ErrorResponse | {
|
|
25681
25681
|
error?: string;
|
|
25682
25682
|
} | unknown);
|
|
25683
25683
|
|
|
@@ -27501,7 +27501,7 @@ export type ListLeadsResponse = ({
|
|
|
27501
27501
|
};
|
|
27502
27502
|
});
|
|
27503
27503
|
|
|
27504
|
-
export type ListLeadsError = ({
|
|
27504
|
+
export type ListLeadsError = (ErrorResponse | {
|
|
27505
27505
|
error?: string;
|
|
27506
27506
|
} | unknown);
|
|
27507
27507
|
|
|
@@ -27531,7 +27531,7 @@ export type ListLeadFormsResponse = ({
|
|
|
27531
27531
|
};
|
|
27532
27532
|
});
|
|
27533
27533
|
|
|
27534
|
-
export type ListLeadFormsError = ({
|
|
27534
|
+
export type ListLeadFormsError = (ErrorResponse | {
|
|
27535
27535
|
error?: string;
|
|
27536
27536
|
} | unknown);
|
|
27537
27537
|
|
|
@@ -27706,7 +27706,7 @@ export type CreateLeadFormResponse = ({
|
|
|
27706
27706
|
};
|
|
27707
27707
|
});
|
|
27708
27708
|
|
|
27709
|
-
export type CreateLeadFormError = ({
|
|
27709
|
+
export type CreateLeadFormError = (ErrorResponse | {
|
|
27710
27710
|
error?: string;
|
|
27711
27711
|
} | unknown);
|
|
27712
27712
|
|
|
@@ -27732,7 +27732,7 @@ export type GetLeadFormResponse = ({
|
|
|
27732
27732
|
};
|
|
27733
27733
|
});
|
|
27734
27734
|
|
|
27735
|
-
export type GetLeadFormError = ({
|
|
27735
|
+
export type GetLeadFormError = (ErrorResponse | {
|
|
27736
27736
|
error?: string;
|
|
27737
27737
|
});
|
|
27738
27738
|
|
|
@@ -27757,7 +27757,7 @@ export type ArchiveLeadFormResponse = ({
|
|
|
27757
27757
|
archived?: boolean;
|
|
27758
27758
|
});
|
|
27759
27759
|
|
|
27760
|
-
export type ArchiveLeadFormError = ({
|
|
27760
|
+
export type ArchiveLeadFormError = (ErrorResponse | {
|
|
27761
27761
|
error?: string;
|
|
27762
27762
|
});
|
|
27763
27763
|
|
|
@@ -27796,7 +27796,7 @@ export type ListFormLeadsResponse = ({
|
|
|
27796
27796
|
};
|
|
27797
27797
|
});
|
|
27798
27798
|
|
|
27799
|
-
export type ListFormLeadsError = ({
|
|
27799
|
+
export type ListFormLeadsError = (ErrorResponse | {
|
|
27800
27800
|
error?: string;
|
|
27801
27801
|
});
|
|
27802
27802
|
|
|
@@ -27820,7 +27820,7 @@ export type CreateTestLeadResponse = ({
|
|
|
27820
27820
|
};
|
|
27821
27821
|
});
|
|
27822
27822
|
|
|
27823
|
-
export type CreateTestLeadError = ({
|
|
27823
|
+
export type CreateTestLeadError = (ErrorResponse | {
|
|
27824
27824
|
error?: string;
|
|
27825
27825
|
});
|
|
27826
27826
|
|