@deliverart/sdk-js-payment 2.2.0 → 2.2.1
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 +84 -84
- package/dist/index.d.ts +84 -84
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -553,12 +553,12 @@ declare const getPaymentConfigBankTransferListResponseSchema: z.ZodObject<{
|
|
|
553
553
|
currency: z.ZodString;
|
|
554
554
|
}, z.core.$strip>>;
|
|
555
555
|
pagination: z.ZodObject<{
|
|
556
|
-
from: z.
|
|
557
|
-
to: z.
|
|
558
|
-
itemsPerPage: z.
|
|
559
|
-
totalItems: z.
|
|
560
|
-
currentPage: z.
|
|
561
|
-
lastPage: z.
|
|
556
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
557
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
558
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
559
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
560
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
561
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
562
562
|
}, z.core.$strip>;
|
|
563
563
|
}, z.core.$strip>;
|
|
564
564
|
type GetPaymentConfigBankTransferListResponse = z.infer<typeof getPaymentConfigBankTransferListResponseSchema>;
|
|
@@ -582,12 +582,12 @@ declare class GetPaymentConfigBankTransferList extends AbstractApiRequest<typeof
|
|
|
582
582
|
currency: z.ZodString;
|
|
583
583
|
}, z.core.$strip>>;
|
|
584
584
|
pagination: z.ZodObject<{
|
|
585
|
-
from: z.
|
|
586
|
-
to: z.
|
|
587
|
-
itemsPerPage: z.
|
|
588
|
-
totalItems: z.
|
|
589
|
-
currentPage: z.
|
|
590
|
-
lastPage: z.
|
|
585
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
586
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
587
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
588
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
589
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
590
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
591
591
|
}, z.core.$strip>;
|
|
592
592
|
}, z.core.$strip>;
|
|
593
593
|
readonly querySchema: z.ZodObject<{
|
|
@@ -773,12 +773,12 @@ declare const getPaymentConfigCashListResponseSchema: z.ZodObject<{
|
|
|
773
773
|
method: z.ZodLiteral<"cash">;
|
|
774
774
|
}, z.core.$strip>>;
|
|
775
775
|
pagination: z.ZodObject<{
|
|
776
|
-
from: z.
|
|
777
|
-
to: z.
|
|
778
|
-
itemsPerPage: z.
|
|
779
|
-
totalItems: z.
|
|
780
|
-
currentPage: z.
|
|
781
|
-
lastPage: z.
|
|
776
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
777
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
778
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
779
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
780
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
781
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
782
782
|
}, z.core.$strip>;
|
|
783
783
|
}, z.core.$strip>;
|
|
784
784
|
type GetPaymentConfigCashListResponse = z.infer<typeof getPaymentConfigCashListResponseSchema>;
|
|
@@ -796,12 +796,12 @@ declare class GetPaymentConfigCashList extends AbstractApiRequest<typeof getPaym
|
|
|
796
796
|
method: z.ZodLiteral<"cash">;
|
|
797
797
|
}, z.core.$strip>>;
|
|
798
798
|
pagination: z.ZodObject<{
|
|
799
|
-
from: z.
|
|
800
|
-
to: z.
|
|
801
|
-
itemsPerPage: z.
|
|
802
|
-
totalItems: z.
|
|
803
|
-
currentPage: z.
|
|
804
|
-
lastPage: z.
|
|
799
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
800
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
801
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
802
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
803
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
804
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
805
805
|
}, z.core.$strip>;
|
|
806
806
|
}, z.core.$strip>;
|
|
807
807
|
readonly querySchema: z.ZodObject<{
|
|
@@ -930,12 +930,12 @@ declare const getPaymentConfigCreditCardListResponseSchema: z.ZodObject<{
|
|
|
930
930
|
method: z.ZodLiteral<"credit_card">;
|
|
931
931
|
}, z.core.$strip>>;
|
|
932
932
|
pagination: z.ZodObject<{
|
|
933
|
-
from: z.
|
|
934
|
-
to: z.
|
|
935
|
-
itemsPerPage: z.
|
|
936
|
-
totalItems: z.
|
|
937
|
-
currentPage: z.
|
|
938
|
-
lastPage: z.
|
|
933
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
934
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
935
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
936
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
937
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
938
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
939
939
|
}, z.core.$strip>;
|
|
940
940
|
}, z.core.$strip>;
|
|
941
941
|
type GetPaymentConfigCreditCardListResponse = z.infer<typeof getPaymentConfigCreditCardListResponseSchema>;
|
|
@@ -953,12 +953,12 @@ declare class GetPaymentConfigCreditCardList extends AbstractApiRequest<typeof g
|
|
|
953
953
|
method: z.ZodLiteral<"credit_card">;
|
|
954
954
|
}, z.core.$strip>>;
|
|
955
955
|
pagination: z.ZodObject<{
|
|
956
|
-
from: z.
|
|
957
|
-
to: z.
|
|
958
|
-
itemsPerPage: z.
|
|
959
|
-
totalItems: z.
|
|
960
|
-
currentPage: z.
|
|
961
|
-
lastPage: z.
|
|
956
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
957
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
958
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
959
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
960
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
961
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
962
962
|
}, z.core.$strip>;
|
|
963
963
|
}, z.core.$strip>;
|
|
964
964
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1140,12 +1140,12 @@ declare const getPaymentConfigsResponseSchema: z.ZodObject<{
|
|
|
1140
1140
|
method: z.ZodLiteral<"credit_card">;
|
|
1141
1141
|
}, z.core.$strip>]>>;
|
|
1142
1142
|
pagination: z.ZodObject<{
|
|
1143
|
-
from: z.
|
|
1144
|
-
to: z.
|
|
1145
|
-
itemsPerPage: z.
|
|
1146
|
-
totalItems: z.
|
|
1147
|
-
currentPage: z.
|
|
1148
|
-
lastPage: z.
|
|
1143
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1144
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1145
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1146
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1147
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1148
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1149
1149
|
}, z.core.$strip>;
|
|
1150
1150
|
}, z.core.$strip>;
|
|
1151
1151
|
type GetPaymentConfigsResponse = z.infer<typeof getPaymentConfigsResponseSchema>;
|
|
@@ -1190,12 +1190,12 @@ declare class GetPaymentConfigs extends AbstractApiRequest<typeof getPaymentConf
|
|
|
1190
1190
|
method: z.ZodLiteral<"credit_card">;
|
|
1191
1191
|
}, z.core.$strip>]>>;
|
|
1192
1192
|
pagination: z.ZodObject<{
|
|
1193
|
-
from: z.
|
|
1194
|
-
to: z.
|
|
1195
|
-
itemsPerPage: z.
|
|
1196
|
-
totalItems: z.
|
|
1197
|
-
currentPage: z.
|
|
1198
|
-
lastPage: z.
|
|
1193
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1194
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1195
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1196
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1197
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1198
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1199
1199
|
}, z.core.$strip>;
|
|
1200
1200
|
}, z.core.$strip>;
|
|
1201
1201
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1341,12 +1341,12 @@ declare const getPaymentConfigStripeListResponseSchema: z.ZodObject<{
|
|
|
1341
1341
|
webhookId: z.ZodNullable<z.ZodString>;
|
|
1342
1342
|
}, z.core.$strip>>;
|
|
1343
1343
|
pagination: z.ZodObject<{
|
|
1344
|
-
from: z.
|
|
1345
|
-
to: z.
|
|
1346
|
-
itemsPerPage: z.
|
|
1347
|
-
totalItems: z.
|
|
1348
|
-
currentPage: z.
|
|
1349
|
-
lastPage: z.
|
|
1344
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1345
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1346
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1347
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1348
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1349
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1350
1350
|
}, z.core.$strip>;
|
|
1351
1351
|
}, z.core.$strip>;
|
|
1352
1352
|
type GetPaymentConfigStripeListResponse = z.infer<typeof getPaymentConfigStripeListResponseSchema>;
|
|
@@ -1367,12 +1367,12 @@ declare class GetPaymentConfigStripeList extends AbstractApiRequest<typeof getPa
|
|
|
1367
1367
|
webhookId: z.ZodNullable<z.ZodString>;
|
|
1368
1368
|
}, z.core.$strip>>;
|
|
1369
1369
|
pagination: z.ZodObject<{
|
|
1370
|
-
from: z.
|
|
1371
|
-
to: z.
|
|
1372
|
-
itemsPerPage: z.
|
|
1373
|
-
totalItems: z.
|
|
1374
|
-
currentPage: z.
|
|
1375
|
-
lastPage: z.
|
|
1370
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1371
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1372
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1373
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1374
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1375
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1376
1376
|
}, z.core.$strip>;
|
|
1377
1377
|
}, z.core.$strip>;
|
|
1378
1378
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1671,12 +1671,12 @@ declare const getPaymentsResponseSchema: z.ZodObject<{
|
|
|
1671
1671
|
updatedAt: z.ZodString;
|
|
1672
1672
|
}, z.core.$strip>>;
|
|
1673
1673
|
pagination: z.ZodObject<{
|
|
1674
|
-
from: z.
|
|
1675
|
-
to: z.
|
|
1676
|
-
itemsPerPage: z.
|
|
1677
|
-
totalItems: z.
|
|
1678
|
-
currentPage: z.
|
|
1679
|
-
lastPage: z.
|
|
1674
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1675
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1676
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1677
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1678
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1679
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1680
1680
|
}, z.core.$strip>;
|
|
1681
1681
|
}, z.core.$strip>;
|
|
1682
1682
|
type GetPaymentsResponse = z.infer<typeof getPaymentsResponseSchema>;
|
|
@@ -1711,12 +1711,12 @@ declare class GetPayments extends AbstractApiRequest<typeof getPaymentsInputSche
|
|
|
1711
1711
|
updatedAt: z.ZodString;
|
|
1712
1712
|
}, z.core.$strip>>;
|
|
1713
1713
|
pagination: z.ZodObject<{
|
|
1714
|
-
from: z.
|
|
1715
|
-
to: z.
|
|
1716
|
-
itemsPerPage: z.
|
|
1717
|
-
totalItems: z.
|
|
1718
|
-
currentPage: z.
|
|
1719
|
-
lastPage: z.
|
|
1714
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1715
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1716
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1717
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1718
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1719
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1720
1720
|
}, z.core.$strip>;
|
|
1721
1721
|
}, z.core.$strip>;
|
|
1722
1722
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1808,12 +1808,12 @@ declare const getPaymentsForPaymentConfigResponseSchema: z.ZodObject<{
|
|
|
1808
1808
|
updatedAt: z.ZodString;
|
|
1809
1809
|
}, z.core.$strip>>;
|
|
1810
1810
|
pagination: z.ZodObject<{
|
|
1811
|
-
from: z.
|
|
1812
|
-
to: z.
|
|
1813
|
-
itemsPerPage: z.
|
|
1814
|
-
totalItems: z.
|
|
1815
|
-
currentPage: z.
|
|
1816
|
-
lastPage: z.
|
|
1811
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1812
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1813
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1814
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1815
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1816
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1817
1817
|
}, z.core.$strip>;
|
|
1818
1818
|
}, z.core.$strip>;
|
|
1819
1819
|
type GetPaymentsForPaymentConfigResponse = z.infer<typeof getPaymentsForPaymentConfigResponseSchema>;
|
|
@@ -1848,12 +1848,12 @@ declare class GetPaymentsForPaymentConfig extends AbstractApiRequest<typeof getP
|
|
|
1848
1848
|
updatedAt: z.ZodString;
|
|
1849
1849
|
}, z.core.$strip>>;
|
|
1850
1850
|
pagination: z.ZodObject<{
|
|
1851
|
-
from: z.
|
|
1852
|
-
to: z.
|
|
1853
|
-
itemsPerPage: z.
|
|
1854
|
-
totalItems: z.
|
|
1855
|
-
currentPage: z.
|
|
1856
|
-
lastPage: z.
|
|
1851
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1852
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1853
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1854
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1855
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1856
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1857
1857
|
}, z.core.$strip>;
|
|
1858
1858
|
}, z.core.$strip>;
|
|
1859
1859
|
readonly querySchema: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -553,12 +553,12 @@ declare const getPaymentConfigBankTransferListResponseSchema: z.ZodObject<{
|
|
|
553
553
|
currency: z.ZodString;
|
|
554
554
|
}, z.core.$strip>>;
|
|
555
555
|
pagination: z.ZodObject<{
|
|
556
|
-
from: z.
|
|
557
|
-
to: z.
|
|
558
|
-
itemsPerPage: z.
|
|
559
|
-
totalItems: z.
|
|
560
|
-
currentPage: z.
|
|
561
|
-
lastPage: z.
|
|
556
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
557
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
558
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
559
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
560
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
561
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
562
562
|
}, z.core.$strip>;
|
|
563
563
|
}, z.core.$strip>;
|
|
564
564
|
type GetPaymentConfigBankTransferListResponse = z.infer<typeof getPaymentConfigBankTransferListResponseSchema>;
|
|
@@ -582,12 +582,12 @@ declare class GetPaymentConfigBankTransferList extends AbstractApiRequest<typeof
|
|
|
582
582
|
currency: z.ZodString;
|
|
583
583
|
}, z.core.$strip>>;
|
|
584
584
|
pagination: z.ZodObject<{
|
|
585
|
-
from: z.
|
|
586
|
-
to: z.
|
|
587
|
-
itemsPerPage: z.
|
|
588
|
-
totalItems: z.
|
|
589
|
-
currentPage: z.
|
|
590
|
-
lastPage: z.
|
|
585
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
586
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
587
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
588
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
589
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
590
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
591
591
|
}, z.core.$strip>;
|
|
592
592
|
}, z.core.$strip>;
|
|
593
593
|
readonly querySchema: z.ZodObject<{
|
|
@@ -773,12 +773,12 @@ declare const getPaymentConfigCashListResponseSchema: z.ZodObject<{
|
|
|
773
773
|
method: z.ZodLiteral<"cash">;
|
|
774
774
|
}, z.core.$strip>>;
|
|
775
775
|
pagination: z.ZodObject<{
|
|
776
|
-
from: z.
|
|
777
|
-
to: z.
|
|
778
|
-
itemsPerPage: z.
|
|
779
|
-
totalItems: z.
|
|
780
|
-
currentPage: z.
|
|
781
|
-
lastPage: z.
|
|
776
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
777
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
778
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
779
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
780
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
781
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
782
782
|
}, z.core.$strip>;
|
|
783
783
|
}, z.core.$strip>;
|
|
784
784
|
type GetPaymentConfigCashListResponse = z.infer<typeof getPaymentConfigCashListResponseSchema>;
|
|
@@ -796,12 +796,12 @@ declare class GetPaymentConfigCashList extends AbstractApiRequest<typeof getPaym
|
|
|
796
796
|
method: z.ZodLiteral<"cash">;
|
|
797
797
|
}, z.core.$strip>>;
|
|
798
798
|
pagination: z.ZodObject<{
|
|
799
|
-
from: z.
|
|
800
|
-
to: z.
|
|
801
|
-
itemsPerPage: z.
|
|
802
|
-
totalItems: z.
|
|
803
|
-
currentPage: z.
|
|
804
|
-
lastPage: z.
|
|
799
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
800
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
801
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
802
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
803
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
804
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
805
805
|
}, z.core.$strip>;
|
|
806
806
|
}, z.core.$strip>;
|
|
807
807
|
readonly querySchema: z.ZodObject<{
|
|
@@ -930,12 +930,12 @@ declare const getPaymentConfigCreditCardListResponseSchema: z.ZodObject<{
|
|
|
930
930
|
method: z.ZodLiteral<"credit_card">;
|
|
931
931
|
}, z.core.$strip>>;
|
|
932
932
|
pagination: z.ZodObject<{
|
|
933
|
-
from: z.
|
|
934
|
-
to: z.
|
|
935
|
-
itemsPerPage: z.
|
|
936
|
-
totalItems: z.
|
|
937
|
-
currentPage: z.
|
|
938
|
-
lastPage: z.
|
|
933
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
934
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
935
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
936
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
937
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
938
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
939
939
|
}, z.core.$strip>;
|
|
940
940
|
}, z.core.$strip>;
|
|
941
941
|
type GetPaymentConfigCreditCardListResponse = z.infer<typeof getPaymentConfigCreditCardListResponseSchema>;
|
|
@@ -953,12 +953,12 @@ declare class GetPaymentConfigCreditCardList extends AbstractApiRequest<typeof g
|
|
|
953
953
|
method: z.ZodLiteral<"credit_card">;
|
|
954
954
|
}, z.core.$strip>>;
|
|
955
955
|
pagination: z.ZodObject<{
|
|
956
|
-
from: z.
|
|
957
|
-
to: z.
|
|
958
|
-
itemsPerPage: z.
|
|
959
|
-
totalItems: z.
|
|
960
|
-
currentPage: z.
|
|
961
|
-
lastPage: z.
|
|
956
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
957
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
958
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
959
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
960
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
961
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
962
962
|
}, z.core.$strip>;
|
|
963
963
|
}, z.core.$strip>;
|
|
964
964
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1140,12 +1140,12 @@ declare const getPaymentConfigsResponseSchema: z.ZodObject<{
|
|
|
1140
1140
|
method: z.ZodLiteral<"credit_card">;
|
|
1141
1141
|
}, z.core.$strip>]>>;
|
|
1142
1142
|
pagination: z.ZodObject<{
|
|
1143
|
-
from: z.
|
|
1144
|
-
to: z.
|
|
1145
|
-
itemsPerPage: z.
|
|
1146
|
-
totalItems: z.
|
|
1147
|
-
currentPage: z.
|
|
1148
|
-
lastPage: z.
|
|
1143
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1144
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1145
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1146
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1147
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1148
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1149
1149
|
}, z.core.$strip>;
|
|
1150
1150
|
}, z.core.$strip>;
|
|
1151
1151
|
type GetPaymentConfigsResponse = z.infer<typeof getPaymentConfigsResponseSchema>;
|
|
@@ -1190,12 +1190,12 @@ declare class GetPaymentConfigs extends AbstractApiRequest<typeof getPaymentConf
|
|
|
1190
1190
|
method: z.ZodLiteral<"credit_card">;
|
|
1191
1191
|
}, z.core.$strip>]>>;
|
|
1192
1192
|
pagination: z.ZodObject<{
|
|
1193
|
-
from: z.
|
|
1194
|
-
to: z.
|
|
1195
|
-
itemsPerPage: z.
|
|
1196
|
-
totalItems: z.
|
|
1197
|
-
currentPage: z.
|
|
1198
|
-
lastPage: z.
|
|
1193
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1194
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1195
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1196
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1197
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1198
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1199
1199
|
}, z.core.$strip>;
|
|
1200
1200
|
}, z.core.$strip>;
|
|
1201
1201
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1341,12 +1341,12 @@ declare const getPaymentConfigStripeListResponseSchema: z.ZodObject<{
|
|
|
1341
1341
|
webhookId: z.ZodNullable<z.ZodString>;
|
|
1342
1342
|
}, z.core.$strip>>;
|
|
1343
1343
|
pagination: z.ZodObject<{
|
|
1344
|
-
from: z.
|
|
1345
|
-
to: z.
|
|
1346
|
-
itemsPerPage: z.
|
|
1347
|
-
totalItems: z.
|
|
1348
|
-
currentPage: z.
|
|
1349
|
-
lastPage: z.
|
|
1344
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1345
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1346
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1347
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1348
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1349
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1350
1350
|
}, z.core.$strip>;
|
|
1351
1351
|
}, z.core.$strip>;
|
|
1352
1352
|
type GetPaymentConfigStripeListResponse = z.infer<typeof getPaymentConfigStripeListResponseSchema>;
|
|
@@ -1367,12 +1367,12 @@ declare class GetPaymentConfigStripeList extends AbstractApiRequest<typeof getPa
|
|
|
1367
1367
|
webhookId: z.ZodNullable<z.ZodString>;
|
|
1368
1368
|
}, z.core.$strip>>;
|
|
1369
1369
|
pagination: z.ZodObject<{
|
|
1370
|
-
from: z.
|
|
1371
|
-
to: z.
|
|
1372
|
-
itemsPerPage: z.
|
|
1373
|
-
totalItems: z.
|
|
1374
|
-
currentPage: z.
|
|
1375
|
-
lastPage: z.
|
|
1370
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1371
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1372
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1373
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1374
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1375
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1376
1376
|
}, z.core.$strip>;
|
|
1377
1377
|
}, z.core.$strip>;
|
|
1378
1378
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1671,12 +1671,12 @@ declare const getPaymentsResponseSchema: z.ZodObject<{
|
|
|
1671
1671
|
updatedAt: z.ZodString;
|
|
1672
1672
|
}, z.core.$strip>>;
|
|
1673
1673
|
pagination: z.ZodObject<{
|
|
1674
|
-
from: z.
|
|
1675
|
-
to: z.
|
|
1676
|
-
itemsPerPage: z.
|
|
1677
|
-
totalItems: z.
|
|
1678
|
-
currentPage: z.
|
|
1679
|
-
lastPage: z.
|
|
1674
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1675
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1676
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1677
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1678
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1679
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1680
1680
|
}, z.core.$strip>;
|
|
1681
1681
|
}, z.core.$strip>;
|
|
1682
1682
|
type GetPaymentsResponse = z.infer<typeof getPaymentsResponseSchema>;
|
|
@@ -1711,12 +1711,12 @@ declare class GetPayments extends AbstractApiRequest<typeof getPaymentsInputSche
|
|
|
1711
1711
|
updatedAt: z.ZodString;
|
|
1712
1712
|
}, z.core.$strip>>;
|
|
1713
1713
|
pagination: z.ZodObject<{
|
|
1714
|
-
from: z.
|
|
1715
|
-
to: z.
|
|
1716
|
-
itemsPerPage: z.
|
|
1717
|
-
totalItems: z.
|
|
1718
|
-
currentPage: z.
|
|
1719
|
-
lastPage: z.
|
|
1714
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1715
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1716
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1717
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1718
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1719
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1720
1720
|
}, z.core.$strip>;
|
|
1721
1721
|
}, z.core.$strip>;
|
|
1722
1722
|
readonly querySchema: z.ZodObject<{
|
|
@@ -1808,12 +1808,12 @@ declare const getPaymentsForPaymentConfigResponseSchema: z.ZodObject<{
|
|
|
1808
1808
|
updatedAt: z.ZodString;
|
|
1809
1809
|
}, z.core.$strip>>;
|
|
1810
1810
|
pagination: z.ZodObject<{
|
|
1811
|
-
from: z.
|
|
1812
|
-
to: z.
|
|
1813
|
-
itemsPerPage: z.
|
|
1814
|
-
totalItems: z.
|
|
1815
|
-
currentPage: z.
|
|
1816
|
-
lastPage: z.
|
|
1811
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1812
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1813
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1814
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1815
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1816
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1817
1817
|
}, z.core.$strip>;
|
|
1818
1818
|
}, z.core.$strip>;
|
|
1819
1819
|
type GetPaymentsForPaymentConfigResponse = z.infer<typeof getPaymentsForPaymentConfigResponseSchema>;
|
|
@@ -1848,12 +1848,12 @@ declare class GetPaymentsForPaymentConfig extends AbstractApiRequest<typeof getP
|
|
|
1848
1848
|
updatedAt: z.ZodString;
|
|
1849
1849
|
}, z.core.$strip>>;
|
|
1850
1850
|
pagination: z.ZodObject<{
|
|
1851
|
-
from: z.
|
|
1852
|
-
to: z.
|
|
1853
|
-
itemsPerPage: z.
|
|
1854
|
-
totalItems: z.
|
|
1855
|
-
currentPage: z.
|
|
1856
|
-
lastPage: z.
|
|
1851
|
+
from: z.ZodCoercedNumber<unknown>;
|
|
1852
|
+
to: z.ZodCoercedNumber<unknown>;
|
|
1853
|
+
itemsPerPage: z.ZodCoercedNumber<unknown>;
|
|
1854
|
+
totalItems: z.ZodCoercedNumber<unknown>;
|
|
1855
|
+
currentPage: z.ZodCoercedNumber<unknown>;
|
|
1856
|
+
lastPage: z.ZodCoercedNumber<unknown>;
|
|
1857
1857
|
}, z.core.$strip>;
|
|
1858
1858
|
}, z.core.$strip>;
|
|
1859
1859
|
readonly querySchema: z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-payment",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Payment Management",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.1",
|
|
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.2.
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.2.
|
|
23
|
-
"@deliverart/sdk-js-point-of-sale": "2.2.
|
|
21
|
+
"@deliverart/sdk-js-core": "2.2.1",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.2.1",
|
|
23
|
+
"@deliverart/sdk-js-point-of-sale": "2.2.1"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|