@deliverart/sdk-js-payment 2.4.20 → 2.4.21
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.cjs +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -11497,7 +11497,7 @@ var paymentQuerySchema = external_exports.object({
|
|
|
11497
11497
|
}).extend(import_sdk_js_global_types2.timestampsFilterSchema.shape);
|
|
11498
11498
|
var paymentConfigsQuerySchema = external_exports.object({
|
|
11499
11499
|
method: paymentMethodSchema.optional(),
|
|
11500
|
-
configurationCompleted:
|
|
11500
|
+
configurationCompleted: import_sdk_js_global_types2.booleanSchema.optional(),
|
|
11501
11501
|
"order[createdAt]": import_sdk_js_global_types2.sortDirSchema.optional(),
|
|
11502
11502
|
"order[updatedAt]": import_sdk_js_global_types2.sortDirSchema.optional(),
|
|
11503
11503
|
page: external_exports.coerce.number().optional()
|
package/dist/index.d.cts
CHANGED
|
@@ -522,7 +522,7 @@ declare const paymentConfigsQuerySchema: z.ZodObject<{
|
|
|
522
522
|
cash: "cash";
|
|
523
523
|
credit_card: "credit_card";
|
|
524
524
|
}>>;
|
|
525
|
-
configurationCompleted: z.ZodOptional<z.
|
|
525
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
526
526
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
527
527
|
asc: "asc";
|
|
528
528
|
desc: "desc";
|
|
@@ -721,7 +721,7 @@ declare class GetPaymentConfigBankTransferList extends AbstractApiRequest<typeof
|
|
|
721
721
|
cash: "cash";
|
|
722
722
|
credit_card: "credit_card";
|
|
723
723
|
}>>;
|
|
724
|
-
configurationCompleted: z.ZodOptional<z.
|
|
724
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
725
725
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
726
726
|
asc: "asc";
|
|
727
727
|
desc: "desc";
|
|
@@ -935,7 +935,7 @@ declare class GetPaymentConfigCashList extends AbstractApiRequest<typeof getPaym
|
|
|
935
935
|
cash: "cash";
|
|
936
936
|
credit_card: "credit_card";
|
|
937
937
|
}>>;
|
|
938
|
-
configurationCompleted: z.ZodOptional<z.
|
|
938
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
939
939
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
940
940
|
asc: "asc";
|
|
941
941
|
desc: "desc";
|
|
@@ -1092,7 +1092,7 @@ declare class GetPaymentConfigCreditCardList extends AbstractApiRequest<typeof g
|
|
|
1092
1092
|
cash: "cash";
|
|
1093
1093
|
credit_card: "credit_card";
|
|
1094
1094
|
}>>;
|
|
1095
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1095
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1096
1096
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1097
1097
|
asc: "asc";
|
|
1098
1098
|
desc: "desc";
|
|
@@ -1329,7 +1329,7 @@ declare class GetPaymentConfigs extends AbstractApiRequest<typeof getPaymentConf
|
|
|
1329
1329
|
cash: "cash";
|
|
1330
1330
|
credit_card: "credit_card";
|
|
1331
1331
|
}>>;
|
|
1332
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1332
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1333
1333
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1334
1334
|
asc: "asc";
|
|
1335
1335
|
desc: "desc";
|
|
@@ -1440,7 +1440,7 @@ declare class GetPaymentConfigsFromPointOfSale extends AbstractApiRequest<typeof
|
|
|
1440
1440
|
cash: "cash";
|
|
1441
1441
|
credit_card: "credit_card";
|
|
1442
1442
|
}>>;
|
|
1443
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1443
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1444
1444
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1445
1445
|
asc: "asc";
|
|
1446
1446
|
desc: "desc";
|
|
@@ -1618,7 +1618,7 @@ declare class GetPaymentConfigStripeList extends AbstractApiRequest<typeof getPa
|
|
|
1618
1618
|
cash: "cash";
|
|
1619
1619
|
credit_card: "credit_card";
|
|
1620
1620
|
}>>;
|
|
1621
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1621
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1622
1622
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1623
1623
|
asc: "asc";
|
|
1624
1624
|
desc: "desc";
|
package/dist/index.d.ts
CHANGED
|
@@ -522,7 +522,7 @@ declare const paymentConfigsQuerySchema: z.ZodObject<{
|
|
|
522
522
|
cash: "cash";
|
|
523
523
|
credit_card: "credit_card";
|
|
524
524
|
}>>;
|
|
525
|
-
configurationCompleted: z.ZodOptional<z.
|
|
525
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
526
526
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
527
527
|
asc: "asc";
|
|
528
528
|
desc: "desc";
|
|
@@ -721,7 +721,7 @@ declare class GetPaymentConfigBankTransferList extends AbstractApiRequest<typeof
|
|
|
721
721
|
cash: "cash";
|
|
722
722
|
credit_card: "credit_card";
|
|
723
723
|
}>>;
|
|
724
|
-
configurationCompleted: z.ZodOptional<z.
|
|
724
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
725
725
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
726
726
|
asc: "asc";
|
|
727
727
|
desc: "desc";
|
|
@@ -935,7 +935,7 @@ declare class GetPaymentConfigCashList extends AbstractApiRequest<typeof getPaym
|
|
|
935
935
|
cash: "cash";
|
|
936
936
|
credit_card: "credit_card";
|
|
937
937
|
}>>;
|
|
938
|
-
configurationCompleted: z.ZodOptional<z.
|
|
938
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
939
939
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
940
940
|
asc: "asc";
|
|
941
941
|
desc: "desc";
|
|
@@ -1092,7 +1092,7 @@ declare class GetPaymentConfigCreditCardList extends AbstractApiRequest<typeof g
|
|
|
1092
1092
|
cash: "cash";
|
|
1093
1093
|
credit_card: "credit_card";
|
|
1094
1094
|
}>>;
|
|
1095
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1095
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1096
1096
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1097
1097
|
asc: "asc";
|
|
1098
1098
|
desc: "desc";
|
|
@@ -1329,7 +1329,7 @@ declare class GetPaymentConfigs extends AbstractApiRequest<typeof getPaymentConf
|
|
|
1329
1329
|
cash: "cash";
|
|
1330
1330
|
credit_card: "credit_card";
|
|
1331
1331
|
}>>;
|
|
1332
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1332
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1333
1333
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1334
1334
|
asc: "asc";
|
|
1335
1335
|
desc: "desc";
|
|
@@ -1440,7 +1440,7 @@ declare class GetPaymentConfigsFromPointOfSale extends AbstractApiRequest<typeof
|
|
|
1440
1440
|
cash: "cash";
|
|
1441
1441
|
credit_card: "credit_card";
|
|
1442
1442
|
}>>;
|
|
1443
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1443
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1444
1444
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1445
1445
|
asc: "asc";
|
|
1446
1446
|
desc: "desc";
|
|
@@ -1618,7 +1618,7 @@ declare class GetPaymentConfigStripeList extends AbstractApiRequest<typeof getPa
|
|
|
1618
1618
|
cash: "cash";
|
|
1619
1619
|
credit_card: "credit_card";
|
|
1620
1620
|
}>>;
|
|
1621
|
-
configurationCompleted: z.ZodOptional<z.
|
|
1621
|
+
configurationCompleted: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
1622
1622
|
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
1623
1623
|
asc: "asc";
|
|
1624
1624
|
desc: "desc";
|
package/dist/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var __export = (target, all) => {
|
|
|
6
6
|
|
|
7
7
|
// src/models.ts
|
|
8
8
|
import {
|
|
9
|
+
booleanSchema,
|
|
9
10
|
datetimeSchema,
|
|
10
11
|
sortDirSchema,
|
|
11
12
|
timestampsFilterSchema
|
|
@@ -11356,7 +11357,7 @@ var paymentQuerySchema = external_exports.object({
|
|
|
11356
11357
|
}).extend(timestampsFilterSchema.shape);
|
|
11357
11358
|
var paymentConfigsQuerySchema = external_exports.object({
|
|
11358
11359
|
method: paymentMethodSchema.optional(),
|
|
11359
|
-
configurationCompleted:
|
|
11360
|
+
configurationCompleted: booleanSchema.optional(),
|
|
11360
11361
|
"order[createdAt]": sortDirSchema.optional(),
|
|
11361
11362
|
"order[updatedAt]": sortDirSchema.optional(),
|
|
11362
11363
|
page: external_exports.coerce.number().optional()
|
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.4.
|
|
4
|
+
"version": "2.4.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@deliverart/sdk-js-core": "2.4.20",
|
|
22
|
-
"@deliverart/sdk-js-point-of-sale": "2.4.
|
|
23
|
-
"@deliverart/sdk-js-global-types": "2.4.
|
|
22
|
+
"@deliverart/sdk-js-point-of-sale": "2.4.21",
|
|
23
|
+
"@deliverart/sdk-js-global-types": "2.4.21"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|