@deliverart/sdk-js-order 2.8.13 → 2.8.15
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 +5108 -2483
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5108 -2483
- package/package.json +9 -9
package/dist/index.d.cts
CHANGED
|
@@ -8504,7 +8504,7 @@ declare const payOrderResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8504
8504
|
}>;
|
|
8505
8505
|
amount: z.ZodString;
|
|
8506
8506
|
method: z.ZodLiteral<"credit_card">;
|
|
8507
|
-
}, z.core.$strip>]>;
|
|
8507
|
+
}, z.core.$strip>], "method">;
|
|
8508
8508
|
type PayOrderResponse = z.infer<typeof payOrderResponseSchema>;
|
|
8509
8509
|
declare class PayOrder extends AbstractApiRequest<typeof payOrderInputSchema, typeof payOrderResponseSchema> {
|
|
8510
8510
|
readonly method = "POST";
|
|
@@ -8575,7 +8575,7 @@ declare class PayOrder extends AbstractApiRequest<typeof payOrderInputSchema, ty
|
|
|
8575
8575
|
}>;
|
|
8576
8576
|
amount: z.ZodString;
|
|
8577
8577
|
method: z.ZodLiteral<"credit_card">;
|
|
8578
|
-
}, z.core.$strip>]>;
|
|
8578
|
+
}, z.core.$strip>], "method">;
|
|
8579
8579
|
readonly querySchema: undefined;
|
|
8580
8580
|
readonly headersSchema: undefined;
|
|
8581
8581
|
private readonly orderId;
|
package/dist/index.d.ts
CHANGED
|
@@ -8504,7 +8504,7 @@ declare const payOrderResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8504
8504
|
}>;
|
|
8505
8505
|
amount: z.ZodString;
|
|
8506
8506
|
method: z.ZodLiteral<"credit_card">;
|
|
8507
|
-
}, z.core.$strip>]>;
|
|
8507
|
+
}, z.core.$strip>], "method">;
|
|
8508
8508
|
type PayOrderResponse = z.infer<typeof payOrderResponseSchema>;
|
|
8509
8509
|
declare class PayOrder extends AbstractApiRequest<typeof payOrderInputSchema, typeof payOrderResponseSchema> {
|
|
8510
8510
|
readonly method = "POST";
|
|
@@ -8575,7 +8575,7 @@ declare class PayOrder extends AbstractApiRequest<typeof payOrderInputSchema, ty
|
|
|
8575
8575
|
}>;
|
|
8576
8576
|
amount: z.ZodString;
|
|
8577
8577
|
method: z.ZodLiteral<"credit_card">;
|
|
8578
|
-
}, z.core.$strip>]>;
|
|
8578
|
+
}, z.core.$strip>], "method">;
|
|
8579
8579
|
readonly querySchema: undefined;
|
|
8580
8580
|
readonly headersSchema: undefined;
|
|
8581
8581
|
private readonly orderId;
|