@deliverart/sdk-js-webhook 2.2.7 → 2.3.0
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.cts +36 -36
- package/dist/index.d.ts +36 -36
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -465,12 +465,12 @@ declare const getWebhookConfigurationsResponseSchema: z.ZodObject<{
|
|
|
465
465
|
description: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
466
466
|
}, z.core.$strip>>;
|
|
467
467
|
pagination: z.ZodObject<{
|
|
468
|
-
from: z.
|
|
469
|
-
to: z.
|
|
470
|
-
itemsPerPage: z.
|
|
471
|
-
totalItems: z.
|
|
472
|
-
currentPage: z.
|
|
473
|
-
lastPage: z.
|
|
468
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
469
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
470
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
471
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
472
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
473
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
474
474
|
}, z.core.$strip>;
|
|
475
475
|
}, z.core.$strip>;
|
|
476
476
|
type GetWebhookConfigurationsResponse = z.infer<typeof getWebhookConfigurationsResponseSchema>;
|
|
@@ -507,12 +507,12 @@ declare class GetWebhookConfigurations extends AbstractApiRequest<typeof getWebh
|
|
|
507
507
|
description: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
508
508
|
}, z.core.$strip>>;
|
|
509
509
|
pagination: z.ZodObject<{
|
|
510
|
-
from: z.
|
|
511
|
-
to: z.
|
|
512
|
-
itemsPerPage: z.
|
|
513
|
-
totalItems: z.
|
|
514
|
-
currentPage: z.
|
|
515
|
-
lastPage: z.
|
|
510
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
511
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
512
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
513
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
514
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
515
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
516
516
|
}, z.core.$strip>;
|
|
517
517
|
}, z.core.$strip>;
|
|
518
518
|
readonly querySchema: z.ZodObject<{
|
|
@@ -965,12 +965,12 @@ declare const getWebhookLogsResponseSchema: z.ZodObject<{
|
|
|
965
965
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
966
966
|
}, z.core.$strip>>;
|
|
967
967
|
pagination: z.ZodObject<{
|
|
968
|
-
from: z.
|
|
969
|
-
to: z.
|
|
970
|
-
itemsPerPage: z.
|
|
971
|
-
totalItems: z.
|
|
972
|
-
currentPage: z.
|
|
973
|
-
lastPage: z.
|
|
968
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
969
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
970
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
971
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
972
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
973
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
974
974
|
}, z.core.$strip>;
|
|
975
975
|
}, z.core.$strip>;
|
|
976
976
|
type GetWebhookLogsResponse = z.infer<typeof getWebhookLogsResponseSchema>;
|
|
@@ -1017,12 +1017,12 @@ declare class GetWebhookLogs extends AbstractApiRequest<typeof getWebhookLogsInp
|
|
|
1017
1017
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1018
1018
|
}, z.core.$strip>>;
|
|
1019
1019
|
pagination: z.ZodObject<{
|
|
1020
|
-
from: z.
|
|
1021
|
-
to: z.
|
|
1022
|
-
itemsPerPage: z.
|
|
1023
|
-
totalItems: z.
|
|
1024
|
-
currentPage: z.
|
|
1025
|
-
lastPage: z.
|
|
1020
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1021
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1022
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1023
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1024
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1025
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1026
1026
|
}, z.core.$strip>;
|
|
1027
1027
|
}, z.core.$strip>;
|
|
1028
1028
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1158,12 +1158,12 @@ declare const getWebhookLogsFromWebhookConfigurationResponseSchema: z.ZodObject<
|
|
|
1158
1158
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1159
1159
|
}, z.core.$strip>>;
|
|
1160
1160
|
pagination: z.ZodObject<{
|
|
1161
|
-
from: z.
|
|
1162
|
-
to: z.
|
|
1163
|
-
itemsPerPage: z.
|
|
1164
|
-
totalItems: z.
|
|
1165
|
-
currentPage: z.
|
|
1166
|
-
lastPage: z.
|
|
1161
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1162
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1163
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1164
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1165
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1166
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1167
1167
|
}, z.core.$strip>;
|
|
1168
1168
|
}, z.core.$strip>;
|
|
1169
1169
|
type GetWebhookLogsFromWebhookConfigurationResponse = z.infer<typeof getWebhookLogsFromWebhookConfigurationResponseSchema>;
|
|
@@ -1210,12 +1210,12 @@ declare class GetWebhookLogsFromWebhookConfiguration extends AbstractApiRequest<
|
|
|
1210
1210
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1211
1211
|
}, z.core.$strip>>;
|
|
1212
1212
|
pagination: z.ZodObject<{
|
|
1213
|
-
from: z.
|
|
1214
|
-
to: z.
|
|
1215
|
-
itemsPerPage: z.
|
|
1216
|
-
totalItems: z.
|
|
1217
|
-
currentPage: z.
|
|
1218
|
-
lastPage: z.
|
|
1213
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1214
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1215
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1216
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1217
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1218
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1219
1219
|
}, z.core.$strip>;
|
|
1220
1220
|
}, z.core.$strip>;
|
|
1221
1221
|
readonly querySchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -465,12 +465,12 @@ declare const getWebhookConfigurationsResponseSchema: z.ZodObject<{
|
|
|
465
465
|
description: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
466
466
|
}, z.core.$strip>>;
|
|
467
467
|
pagination: z.ZodObject<{
|
|
468
|
-
from: z.
|
|
469
|
-
to: z.
|
|
470
|
-
itemsPerPage: z.
|
|
471
|
-
totalItems: z.
|
|
472
|
-
currentPage: z.
|
|
473
|
-
lastPage: z.
|
|
468
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
469
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
470
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
471
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
472
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
473
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
474
474
|
}, z.core.$strip>;
|
|
475
475
|
}, z.core.$strip>;
|
|
476
476
|
type GetWebhookConfigurationsResponse = z.infer<typeof getWebhookConfigurationsResponseSchema>;
|
|
@@ -507,12 +507,12 @@ declare class GetWebhookConfigurations extends AbstractApiRequest<typeof getWebh
|
|
|
507
507
|
description: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
508
508
|
}, z.core.$strip>>;
|
|
509
509
|
pagination: z.ZodObject<{
|
|
510
|
-
from: z.
|
|
511
|
-
to: z.
|
|
512
|
-
itemsPerPage: z.
|
|
513
|
-
totalItems: z.
|
|
514
|
-
currentPage: z.
|
|
515
|
-
lastPage: z.
|
|
510
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
511
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
512
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
513
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
514
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
515
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
516
516
|
}, z.core.$strip>;
|
|
517
517
|
}, z.core.$strip>;
|
|
518
518
|
readonly querySchema: z.ZodObject<{
|
|
@@ -965,12 +965,12 @@ declare const getWebhookLogsResponseSchema: z.ZodObject<{
|
|
|
965
965
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
966
966
|
}, z.core.$strip>>;
|
|
967
967
|
pagination: z.ZodObject<{
|
|
968
|
-
from: z.
|
|
969
|
-
to: z.
|
|
970
|
-
itemsPerPage: z.
|
|
971
|
-
totalItems: z.
|
|
972
|
-
currentPage: z.
|
|
973
|
-
lastPage: z.
|
|
968
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
969
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
970
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
971
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
972
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
973
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
974
974
|
}, z.core.$strip>;
|
|
975
975
|
}, z.core.$strip>;
|
|
976
976
|
type GetWebhookLogsResponse = z.infer<typeof getWebhookLogsResponseSchema>;
|
|
@@ -1017,12 +1017,12 @@ declare class GetWebhookLogs extends AbstractApiRequest<typeof getWebhookLogsInp
|
|
|
1017
1017
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1018
1018
|
}, z.core.$strip>>;
|
|
1019
1019
|
pagination: z.ZodObject<{
|
|
1020
|
-
from: z.
|
|
1021
|
-
to: z.
|
|
1022
|
-
itemsPerPage: z.
|
|
1023
|
-
totalItems: z.
|
|
1024
|
-
currentPage: z.
|
|
1025
|
-
lastPage: z.
|
|
1020
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1021
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1022
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1023
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1024
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1025
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1026
1026
|
}, z.core.$strip>;
|
|
1027
1027
|
}, z.core.$strip>;
|
|
1028
1028
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1158,12 +1158,12 @@ declare const getWebhookLogsFromWebhookConfigurationResponseSchema: z.ZodObject<
|
|
|
1158
1158
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1159
1159
|
}, z.core.$strip>>;
|
|
1160
1160
|
pagination: z.ZodObject<{
|
|
1161
|
-
from: z.
|
|
1162
|
-
to: z.
|
|
1163
|
-
itemsPerPage: z.
|
|
1164
|
-
totalItems: z.
|
|
1165
|
-
currentPage: z.
|
|
1166
|
-
lastPage: z.
|
|
1161
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1162
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1163
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1164
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1165
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1166
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1167
1167
|
}, z.core.$strip>;
|
|
1168
1168
|
}, z.core.$strip>;
|
|
1169
1169
|
type GetWebhookLogsFromWebhookConfigurationResponse = z.infer<typeof getWebhookLogsFromWebhookConfigurationResponseSchema>;
|
|
@@ -1210,12 +1210,12 @@ declare class GetWebhookLogsFromWebhookConfiguration extends AbstractApiRequest<
|
|
|
1210
1210
|
completedAt: z.ZodNullable<z.ZodString>;
|
|
1211
1211
|
}, z.core.$strip>>;
|
|
1212
1212
|
pagination: z.ZodObject<{
|
|
1213
|
-
from: z.
|
|
1214
|
-
to: z.
|
|
1215
|
-
itemsPerPage: z.
|
|
1216
|
-
totalItems: z.
|
|
1217
|
-
currentPage: z.
|
|
1218
|
-
lastPage: z.
|
|
1213
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1214
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1215
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1216
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1217
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1218
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1219
1219
|
}, z.core.$strip>;
|
|
1220
1220
|
}, z.core.$strip>;
|
|
1221
1221
|
readonly querySchema: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-webhook",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Webhook Management",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "2.
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.
|
|
23
|
-
"@deliverart/sdk-js-point-of-sale": "2.
|
|
21
|
+
"@deliverart/sdk-js-core": "2.3.0",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.3.0",
|
|
23
|
+
"@deliverart/sdk-js-point-of-sale": "2.3.0"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|