ce-storefront 0.18.2 → 0.19.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/README.md +2 -2
- package/docs/sdks/orders/README.md +2 -14
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/models/components/index.d.ts +3 -5
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +3 -5
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/juspayexpresscheckout.d.ts +3 -3
- package/esm/models/components/juspayexpresscheckout.d.ts.map +1 -1
- package/esm/models/components/juspayexpresscheckout.js +3 -3
- package/esm/models/components/juspayexpresscheckout.js.map +1 -1
- package/esm/models/components/juspayexpresscheckoutresponse.d.ts +187 -0
- package/esm/models/components/juspayexpresscheckoutresponse.d.ts.map +1 -0
- package/esm/models/components/juspayexpresscheckoutresponse.js +237 -0
- package/esm/models/components/juspayexpresscheckoutresponse.js.map +1 -0
- package/esm/models/components/juspayhypercheckout.d.ts +2 -2
- package/esm/models/components/juspayhypercheckout.d.ts.map +1 -1
- package/esm/models/components/juspayhypercheckout.js +4 -4
- package/esm/models/components/juspayhypercheckout.js.map +1 -1
- package/esm/models/components/{juspaypaymentinfo.d.ts → juspayhypercheckoutresponse.d.ts} +17 -15
- package/esm/models/components/juspayhypercheckoutresponse.d.ts.map +1 -0
- package/esm/models/components/{juspaypaymentinfo.js → juspayhypercheckoutresponse.js} +18 -14
- package/esm/models/components/juspayhypercheckoutresponse.js.map +1 -0
- package/esm/models/components/juspaynetbanking.d.ts +6 -4
- package/esm/models/components/juspaynetbanking.d.ts.map +1 -1
- package/esm/models/components/juspaynetbanking.js +10 -6
- package/esm/models/components/juspaynetbanking.js.map +1 -1
- package/esm/models/components/{juspaycard.d.ts → juspaynewcard.d.ts} +21 -19
- package/esm/models/components/juspaynewcard.d.ts.map +1 -0
- package/esm/models/components/{juspaycard.js → juspaynewcard.js} +24 -20
- package/esm/models/components/juspaynewcard.js.map +1 -0
- package/esm/models/components/juspaysavedcardtoken.d.ts +6 -4
- package/esm/models/components/juspaysavedcardtoken.d.ts.map +1 -1
- package/esm/models/components/juspaysavedcardtoken.js +10 -6
- package/esm/models/components/juspaysavedcardtoken.js.map +1 -1
- package/esm/models/components/juspayupicollect.d.ts +6 -4
- package/esm/models/components/juspayupicollect.d.ts.map +1 -1
- package/esm/models/components/juspayupicollect.js +10 -6
- package/esm/models/components/juspayupicollect.js.map +1 -1
- package/esm/models/components/juspayupiintent.d.ts +6 -4
- package/esm/models/components/juspayupiintent.d.ts.map +1 -1
- package/esm/models/components/juspayupiintent.js +10 -6
- package/esm/models/components/juspayupiintent.js.map +1 -1
- package/esm/models/operations/createorder.d.ts +4 -4
- package/esm/models/operations/createorder.d.ts.map +1 -1
- package/esm/models/operations/createorder.js +8 -4
- package/esm/models/operations/createorder.js.map +1 -1
- package/esm/models/operations/retryorderpayment.d.ts +6 -6
- package/esm/models/operations/retryorderpayment.d.ts.map +1 -1
- package/esm/models/operations/retryorderpayment.js +12 -8
- package/esm/models/operations/retryorderpayment.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/index.ts +3 -5
- package/src/models/components/juspayexpresscheckout.ts +10 -10
- package/src/models/components/juspayexpresscheckoutresponse.ts +443 -0
- package/src/models/components/juspayhypercheckout.ts +6 -6
- package/src/models/components/{juspaypaymentinfo.ts → juspayhypercheckoutresponse.ts} +32 -22
- package/src/models/components/juspaynetbanking.ts +16 -10
- package/src/models/components/{juspaycard.ts → juspaynewcard.ts} +37 -31
- package/src/models/components/juspaysavedcardtoken.ts +16 -10
- package/src/models/components/juspayupicollect.ts +16 -10
- package/src/models/components/juspayupiintent.ts +16 -10
- package/src/models/operations/createorder.ts +21 -11
- package/src/models/operations/retryorderpayment.ts +27 -17
- package/esm/models/components/juspaycard.d.ts.map +0 -1
- package/esm/models/components/juspaycard.js.map +0 -1
- package/esm/models/components/juspaypaymentgatewayparams.d.ts +0 -115
- package/esm/models/components/juspaypaymentgatewayparams.d.ts.map +0 -1
- package/esm/models/components/juspaypaymentgatewayparams.js +0 -98
- package/esm/models/components/juspaypaymentgatewayparams.js.map +0 -1
- package/esm/models/components/juspaypaymentinfo.d.ts.map +0 -1
- package/esm/models/components/juspaypaymentinfo.js.map +0 -1
- package/esm/models/components/paymentgatewayparams.d.ts +0 -38
- package/esm/models/components/paymentgatewayparams.d.ts.map +0 -1
- package/esm/models/components/paymentgatewayparams.js +0 -43
- package/esm/models/components/paymentgatewayparams.js.map +0 -1
- package/esm/models/components/payupaymentgatewayparams.d.ts +0 -36
- package/esm/models/components/payupaymentgatewayparams.d.ts.map +0 -1
- package/esm/models/components/payupaymentgatewayparams.js +0 -44
- package/esm/models/components/payupaymentgatewayparams.js.map +0 -1
- package/src/models/components/juspaypaymentgatewayparams.ts +0 -181
- package/src/models/components/paymentgatewayparams.ts +0 -99
- package/src/models/components/payupaymentgatewayparams.ts +0 -86
|
@@ -16,14 +16,15 @@ export const PaymentMethod = {
|
|
|
16
16
|
export type PaymentMethod = ClosedEnum<typeof PaymentMethod>;
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/
|
|
19
|
+
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/JusPayNewCard} - API reference for the JusPayNewCard schema
|
|
20
20
|
*/
|
|
21
|
-
export type
|
|
22
|
-
|
|
21
|
+
export type JusPayNewCard = {
|
|
22
|
+
paymentProviderSlug: string;
|
|
23
23
|
integrationType?: "express-checkout" | undefined;
|
|
24
24
|
gatewayReferenceId: string;
|
|
25
25
|
returnUrl?: string | undefined;
|
|
26
|
-
redirectAfterPayment
|
|
26
|
+
redirectAfterPayment?: boolean | undefined;
|
|
27
|
+
getClientAuthToken?: boolean | undefined;
|
|
27
28
|
authType?: "OTP" | undefined;
|
|
28
29
|
tokenize: boolean;
|
|
29
30
|
saveToLocker: boolean;
|
|
@@ -58,17 +59,18 @@ export namespace PaymentMethod$ {
|
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
/** @internal */
|
|
61
|
-
export const
|
|
62
|
-
|
|
62
|
+
export const JusPayNewCard$inboundSchema: z.ZodType<
|
|
63
|
+
JusPayNewCard,
|
|
63
64
|
z.ZodTypeDef,
|
|
64
65
|
unknown
|
|
65
66
|
> = z.object({
|
|
66
|
-
|
|
67
|
+
payment_provider_slug: z.string(),
|
|
67
68
|
integration_type: z.literal("express-checkout").default("express-checkout")
|
|
68
69
|
.optional(),
|
|
69
70
|
gateway_reference_id: z.string(),
|
|
70
71
|
return_url: z.string().optional(),
|
|
71
|
-
redirect_after_payment: z.boolean(),
|
|
72
|
+
redirect_after_payment: z.boolean().optional(),
|
|
73
|
+
get_client_auth_token: z.boolean().optional(),
|
|
72
74
|
auth_type: z.literal("OTP").default("OTP").optional(),
|
|
73
75
|
tokenize: z.boolean(),
|
|
74
76
|
save_to_locker: z.boolean(),
|
|
@@ -81,11 +83,12 @@ export const JusPayCard$inboundSchema: z.ZodType<
|
|
|
81
83
|
card_security_code: z.string(),
|
|
82
84
|
}).transform((v) => {
|
|
83
85
|
return remap$(v, {
|
|
84
|
-
"
|
|
86
|
+
"payment_provider_slug": "paymentProviderSlug",
|
|
85
87
|
"integration_type": "integrationType",
|
|
86
88
|
"gateway_reference_id": "gatewayReferenceId",
|
|
87
89
|
"return_url": "returnUrl",
|
|
88
90
|
"redirect_after_payment": "redirectAfterPayment",
|
|
91
|
+
"get_client_auth_token": "getClientAuthToken",
|
|
89
92
|
"auth_type": "authType",
|
|
90
93
|
"save_to_locker": "saveToLocker",
|
|
91
94
|
"payment_method_type": "paymentMethodType",
|
|
@@ -99,12 +102,13 @@ export const JusPayCard$inboundSchema: z.ZodType<
|
|
|
99
102
|
});
|
|
100
103
|
|
|
101
104
|
/** @internal */
|
|
102
|
-
export type
|
|
103
|
-
|
|
105
|
+
export type JusPayNewCard$Outbound = {
|
|
106
|
+
payment_provider_slug: string;
|
|
104
107
|
integration_type: "express-checkout";
|
|
105
108
|
gateway_reference_id: string;
|
|
106
109
|
return_url?: string | undefined;
|
|
107
|
-
redirect_after_payment
|
|
110
|
+
redirect_after_payment?: boolean | undefined;
|
|
111
|
+
get_client_auth_token?: boolean | undefined;
|
|
108
112
|
auth_type: "OTP";
|
|
109
113
|
tokenize: boolean;
|
|
110
114
|
save_to_locker: boolean;
|
|
@@ -118,16 +122,17 @@ export type JusPayCard$Outbound = {
|
|
|
118
122
|
};
|
|
119
123
|
|
|
120
124
|
/** @internal */
|
|
121
|
-
export const
|
|
122
|
-
|
|
125
|
+
export const JusPayNewCard$outboundSchema: z.ZodType<
|
|
126
|
+
JusPayNewCard$Outbound,
|
|
123
127
|
z.ZodTypeDef,
|
|
124
|
-
|
|
128
|
+
JusPayNewCard
|
|
125
129
|
> = z.object({
|
|
126
|
-
|
|
130
|
+
paymentProviderSlug: z.string(),
|
|
127
131
|
integrationType: z.literal("express-checkout"),
|
|
128
132
|
gatewayReferenceId: z.string(),
|
|
129
133
|
returnUrl: z.string().optional(),
|
|
130
|
-
redirectAfterPayment: z.boolean(),
|
|
134
|
+
redirectAfterPayment: z.boolean().optional(),
|
|
135
|
+
getClientAuthToken: z.boolean().optional(),
|
|
131
136
|
authType: z.literal("OTP"),
|
|
132
137
|
tokenize: z.boolean(),
|
|
133
138
|
saveToLocker: z.boolean(),
|
|
@@ -140,11 +145,12 @@ export const JusPayCard$outboundSchema: z.ZodType<
|
|
|
140
145
|
cardSecurityCode: z.string(),
|
|
141
146
|
}).transform((v) => {
|
|
142
147
|
return remap$(v, {
|
|
143
|
-
|
|
148
|
+
paymentProviderSlug: "payment_provider_slug",
|
|
144
149
|
integrationType: "integration_type",
|
|
145
150
|
gatewayReferenceId: "gateway_reference_id",
|
|
146
151
|
returnUrl: "return_url",
|
|
147
152
|
redirectAfterPayment: "redirect_after_payment",
|
|
153
|
+
getClientAuthToken: "get_client_auth_token",
|
|
148
154
|
authType: "auth_type",
|
|
149
155
|
saveToLocker: "save_to_locker",
|
|
150
156
|
paymentMethodType: "payment_method_type",
|
|
@@ -161,25 +167,25 @@ export const JusPayCard$outboundSchema: z.ZodType<
|
|
|
161
167
|
* @internal
|
|
162
168
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
163
169
|
*/
|
|
164
|
-
export namespace
|
|
165
|
-
/** @deprecated use `
|
|
166
|
-
export const inboundSchema =
|
|
167
|
-
/** @deprecated use `
|
|
168
|
-
export const outboundSchema =
|
|
169
|
-
/** @deprecated use `
|
|
170
|
-
export type Outbound =
|
|
170
|
+
export namespace JusPayNewCard$ {
|
|
171
|
+
/** @deprecated use `JusPayNewCard$inboundSchema` instead. */
|
|
172
|
+
export const inboundSchema = JusPayNewCard$inboundSchema;
|
|
173
|
+
/** @deprecated use `JusPayNewCard$outboundSchema` instead. */
|
|
174
|
+
export const outboundSchema = JusPayNewCard$outboundSchema;
|
|
175
|
+
/** @deprecated use `JusPayNewCard$Outbound` instead. */
|
|
176
|
+
export type Outbound = JusPayNewCard$Outbound;
|
|
171
177
|
}
|
|
172
178
|
|
|
173
|
-
export function
|
|
174
|
-
return JSON.stringify(
|
|
179
|
+
export function jusPayNewCardToJSON(jusPayNewCard: JusPayNewCard): string {
|
|
180
|
+
return JSON.stringify(JusPayNewCard$outboundSchema.parse(jusPayNewCard));
|
|
175
181
|
}
|
|
176
182
|
|
|
177
|
-
export function
|
|
183
|
+
export function jusPayNewCardFromJSON(
|
|
178
184
|
jsonString: string,
|
|
179
|
-
): SafeParseResult<
|
|
185
|
+
): SafeParseResult<JusPayNewCard, SDKValidationError> {
|
|
180
186
|
return safeParse(
|
|
181
187
|
jsonString,
|
|
182
|
-
(x) =>
|
|
183
|
-
`Failed to parse '
|
|
188
|
+
(x) => JusPayNewCard$inboundSchema.parse(JSON.parse(x)),
|
|
189
|
+
`Failed to parse 'JusPayNewCard' from JSON`,
|
|
184
190
|
);
|
|
185
191
|
}
|
|
@@ -21,11 +21,12 @@ export type JusPaySavedCardTokenPaymentMethod = ClosedEnum<
|
|
|
21
21
|
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/JusPaySavedCardToken} - API reference for the JusPaySavedCardToken schema
|
|
22
22
|
*/
|
|
23
23
|
export type JusPaySavedCardToken = {
|
|
24
|
-
|
|
24
|
+
paymentProviderSlug: string;
|
|
25
25
|
integrationType?: "express-checkout" | undefined;
|
|
26
26
|
gatewayReferenceId: string;
|
|
27
27
|
returnUrl?: string | undefined;
|
|
28
|
-
redirectAfterPayment
|
|
28
|
+
redirectAfterPayment?: boolean | undefined;
|
|
29
|
+
getClientAuthToken?: boolean | undefined;
|
|
29
30
|
authType?: "OTP" | undefined;
|
|
30
31
|
tokenize: boolean;
|
|
31
32
|
saveToLocker: boolean;
|
|
@@ -63,12 +64,13 @@ export const JusPaySavedCardToken$inboundSchema: z.ZodType<
|
|
|
63
64
|
z.ZodTypeDef,
|
|
64
65
|
unknown
|
|
65
66
|
> = z.object({
|
|
66
|
-
|
|
67
|
+
payment_provider_slug: z.string(),
|
|
67
68
|
integration_type: z.literal("express-checkout").default("express-checkout")
|
|
68
69
|
.optional(),
|
|
69
70
|
gateway_reference_id: z.string(),
|
|
70
71
|
return_url: z.string().optional(),
|
|
71
|
-
redirect_after_payment: z.boolean(),
|
|
72
|
+
redirect_after_payment: z.boolean().optional(),
|
|
73
|
+
get_client_auth_token: z.boolean().optional(),
|
|
72
74
|
auth_type: z.literal("OTP").default("OTP").optional(),
|
|
73
75
|
tokenize: z.boolean(),
|
|
74
76
|
save_to_locker: z.boolean(),
|
|
@@ -78,11 +80,12 @@ export const JusPaySavedCardToken$inboundSchema: z.ZodType<
|
|
|
78
80
|
card_security_code: z.string(),
|
|
79
81
|
}).transform((v) => {
|
|
80
82
|
return remap$(v, {
|
|
81
|
-
"
|
|
83
|
+
"payment_provider_slug": "paymentProviderSlug",
|
|
82
84
|
"integration_type": "integrationType",
|
|
83
85
|
"gateway_reference_id": "gatewayReferenceId",
|
|
84
86
|
"return_url": "returnUrl",
|
|
85
87
|
"redirect_after_payment": "redirectAfterPayment",
|
|
88
|
+
"get_client_auth_token": "getClientAuthToken",
|
|
86
89
|
"auth_type": "authType",
|
|
87
90
|
"save_to_locker": "saveToLocker",
|
|
88
91
|
"payment_method_type": "paymentMethodType",
|
|
@@ -94,11 +97,12 @@ export const JusPaySavedCardToken$inboundSchema: z.ZodType<
|
|
|
94
97
|
|
|
95
98
|
/** @internal */
|
|
96
99
|
export type JusPaySavedCardToken$Outbound = {
|
|
97
|
-
|
|
100
|
+
payment_provider_slug: string;
|
|
98
101
|
integration_type: "express-checkout";
|
|
99
102
|
gateway_reference_id: string;
|
|
100
103
|
return_url?: string | undefined;
|
|
101
|
-
redirect_after_payment
|
|
104
|
+
redirect_after_payment?: boolean | undefined;
|
|
105
|
+
get_client_auth_token?: boolean | undefined;
|
|
102
106
|
auth_type: "OTP";
|
|
103
107
|
tokenize: boolean;
|
|
104
108
|
save_to_locker: boolean;
|
|
@@ -114,11 +118,12 @@ export const JusPaySavedCardToken$outboundSchema: z.ZodType<
|
|
|
114
118
|
z.ZodTypeDef,
|
|
115
119
|
JusPaySavedCardToken
|
|
116
120
|
> = z.object({
|
|
117
|
-
|
|
121
|
+
paymentProviderSlug: z.string(),
|
|
118
122
|
integrationType: z.literal("express-checkout"),
|
|
119
123
|
gatewayReferenceId: z.string(),
|
|
120
124
|
returnUrl: z.string().optional(),
|
|
121
|
-
redirectAfterPayment: z.boolean(),
|
|
125
|
+
redirectAfterPayment: z.boolean().optional(),
|
|
126
|
+
getClientAuthToken: z.boolean().optional(),
|
|
122
127
|
authType: z.literal("OTP"),
|
|
123
128
|
tokenize: z.boolean(),
|
|
124
129
|
saveToLocker: z.boolean(),
|
|
@@ -128,11 +133,12 @@ export const JusPaySavedCardToken$outboundSchema: z.ZodType<
|
|
|
128
133
|
cardSecurityCode: z.string(),
|
|
129
134
|
}).transform((v) => {
|
|
130
135
|
return remap$(v, {
|
|
131
|
-
|
|
136
|
+
paymentProviderSlug: "payment_provider_slug",
|
|
132
137
|
integrationType: "integration_type",
|
|
133
138
|
gatewayReferenceId: "gateway_reference_id",
|
|
134
139
|
returnUrl: "return_url",
|
|
135
140
|
redirectAfterPayment: "redirect_after_payment",
|
|
141
|
+
getClientAuthToken: "get_client_auth_token",
|
|
136
142
|
authType: "auth_type",
|
|
137
143
|
saveToLocker: "save_to_locker",
|
|
138
144
|
paymentMethodType: "payment_method_type",
|
|
@@ -12,11 +12,12 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/JuspayUpiCollect} - API reference for the JuspayUpiCollect schema
|
|
13
13
|
*/
|
|
14
14
|
export type JuspayUpiCollect = {
|
|
15
|
-
|
|
15
|
+
paymentProviderSlug: string;
|
|
16
16
|
integrationType?: "express-checkout" | undefined;
|
|
17
17
|
gatewayReferenceId: string;
|
|
18
18
|
returnUrl?: string | undefined;
|
|
19
|
-
redirectAfterPayment
|
|
19
|
+
redirectAfterPayment?: boolean | undefined;
|
|
20
|
+
getClientAuthToken?: boolean | undefined;
|
|
20
21
|
paymentMethodType?: "UPI" | undefined;
|
|
21
22
|
paymentMethod?: "UPI_COLLECT" | undefined;
|
|
22
23
|
upiVpa: string;
|
|
@@ -28,22 +29,24 @@ export const JuspayUpiCollect$inboundSchema: z.ZodType<
|
|
|
28
29
|
z.ZodTypeDef,
|
|
29
30
|
unknown
|
|
30
31
|
> = z.object({
|
|
31
|
-
|
|
32
|
+
payment_provider_slug: z.string(),
|
|
32
33
|
integration_type: z.literal("express-checkout").default("express-checkout")
|
|
33
34
|
.optional(),
|
|
34
35
|
gateway_reference_id: z.string(),
|
|
35
36
|
return_url: z.string().optional(),
|
|
36
|
-
redirect_after_payment: z.boolean(),
|
|
37
|
+
redirect_after_payment: z.boolean().optional(),
|
|
38
|
+
get_client_auth_token: z.boolean().optional(),
|
|
37
39
|
payment_method_type: z.literal("UPI").default("UPI").optional(),
|
|
38
40
|
payment_method: z.literal("UPI_COLLECT").default("UPI_COLLECT").optional(),
|
|
39
41
|
upi_vpa: z.string(),
|
|
40
42
|
}).transform((v) => {
|
|
41
43
|
return remap$(v, {
|
|
42
|
-
"
|
|
44
|
+
"payment_provider_slug": "paymentProviderSlug",
|
|
43
45
|
"integration_type": "integrationType",
|
|
44
46
|
"gateway_reference_id": "gatewayReferenceId",
|
|
45
47
|
"return_url": "returnUrl",
|
|
46
48
|
"redirect_after_payment": "redirectAfterPayment",
|
|
49
|
+
"get_client_auth_token": "getClientAuthToken",
|
|
47
50
|
"payment_method_type": "paymentMethodType",
|
|
48
51
|
"payment_method": "paymentMethod",
|
|
49
52
|
"upi_vpa": "upiVpa",
|
|
@@ -52,11 +55,12 @@ export const JuspayUpiCollect$inboundSchema: z.ZodType<
|
|
|
52
55
|
|
|
53
56
|
/** @internal */
|
|
54
57
|
export type JuspayUpiCollect$Outbound = {
|
|
55
|
-
|
|
58
|
+
payment_provider_slug: string;
|
|
56
59
|
integration_type: "express-checkout";
|
|
57
60
|
gateway_reference_id: string;
|
|
58
61
|
return_url?: string | undefined;
|
|
59
|
-
redirect_after_payment
|
|
62
|
+
redirect_after_payment?: boolean | undefined;
|
|
63
|
+
get_client_auth_token?: boolean | undefined;
|
|
60
64
|
payment_method_type: "UPI";
|
|
61
65
|
payment_method: "UPI_COLLECT";
|
|
62
66
|
upi_vpa: string;
|
|
@@ -68,21 +72,23 @@ export const JuspayUpiCollect$outboundSchema: z.ZodType<
|
|
|
68
72
|
z.ZodTypeDef,
|
|
69
73
|
JuspayUpiCollect
|
|
70
74
|
> = z.object({
|
|
71
|
-
|
|
75
|
+
paymentProviderSlug: z.string(),
|
|
72
76
|
integrationType: z.literal("express-checkout"),
|
|
73
77
|
gatewayReferenceId: z.string(),
|
|
74
78
|
returnUrl: z.string().optional(),
|
|
75
|
-
redirectAfterPayment: z.boolean(),
|
|
79
|
+
redirectAfterPayment: z.boolean().optional(),
|
|
80
|
+
getClientAuthToken: z.boolean().optional(),
|
|
76
81
|
paymentMethodType: z.literal("UPI"),
|
|
77
82
|
paymentMethod: z.literal("UPI_COLLECT"),
|
|
78
83
|
upiVpa: z.string(),
|
|
79
84
|
}).transform((v) => {
|
|
80
85
|
return remap$(v, {
|
|
81
|
-
|
|
86
|
+
paymentProviderSlug: "payment_provider_slug",
|
|
82
87
|
integrationType: "integration_type",
|
|
83
88
|
gatewayReferenceId: "gateway_reference_id",
|
|
84
89
|
returnUrl: "return_url",
|
|
85
90
|
redirectAfterPayment: "redirect_after_payment",
|
|
91
|
+
getClientAuthToken: "get_client_auth_token",
|
|
86
92
|
paymentMethodType: "payment_method_type",
|
|
87
93
|
paymentMethod: "payment_method",
|
|
88
94
|
upiVpa: "upi_vpa",
|
|
@@ -12,11 +12,12 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
12
12
|
* @see {@link https://llm-docs.commercengine.io/storefront/schemas/JuspayUpiIntent} - API reference for the JuspayUpiIntent schema
|
|
13
13
|
*/
|
|
14
14
|
export type JuspayUpiIntent = {
|
|
15
|
-
|
|
15
|
+
paymentProviderSlug: string;
|
|
16
16
|
integrationType?: "express-checkout" | undefined;
|
|
17
17
|
gatewayReferenceId: string;
|
|
18
18
|
returnUrl?: string | undefined;
|
|
19
|
-
redirectAfterPayment
|
|
19
|
+
redirectAfterPayment?: boolean | undefined;
|
|
20
|
+
getClientAuthToken?: boolean | undefined;
|
|
20
21
|
paymentMethodType?: "UPI" | undefined;
|
|
21
22
|
paymentMethod?: "UPI_PAY" | undefined;
|
|
22
23
|
sdkParams: boolean;
|
|
@@ -29,23 +30,25 @@ export const JuspayUpiIntent$inboundSchema: z.ZodType<
|
|
|
29
30
|
z.ZodTypeDef,
|
|
30
31
|
unknown
|
|
31
32
|
> = z.object({
|
|
32
|
-
|
|
33
|
+
payment_provider_slug: z.string(),
|
|
33
34
|
integration_type: z.literal("express-checkout").default("express-checkout")
|
|
34
35
|
.optional(),
|
|
35
36
|
gateway_reference_id: z.string(),
|
|
36
37
|
return_url: z.string().optional(),
|
|
37
|
-
redirect_after_payment: z.boolean(),
|
|
38
|
+
redirect_after_payment: z.boolean().optional(),
|
|
39
|
+
get_client_auth_token: z.boolean().optional(),
|
|
38
40
|
payment_method_type: z.literal("UPI").default("UPI").optional(),
|
|
39
41
|
payment_method: z.literal("UPI_PAY").default("UPI_PAY").optional(),
|
|
40
42
|
sdk_params: z.boolean(),
|
|
41
43
|
upi_app: z.string(),
|
|
42
44
|
}).transform((v) => {
|
|
43
45
|
return remap$(v, {
|
|
44
|
-
"
|
|
46
|
+
"payment_provider_slug": "paymentProviderSlug",
|
|
45
47
|
"integration_type": "integrationType",
|
|
46
48
|
"gateway_reference_id": "gatewayReferenceId",
|
|
47
49
|
"return_url": "returnUrl",
|
|
48
50
|
"redirect_after_payment": "redirectAfterPayment",
|
|
51
|
+
"get_client_auth_token": "getClientAuthToken",
|
|
49
52
|
"payment_method_type": "paymentMethodType",
|
|
50
53
|
"payment_method": "paymentMethod",
|
|
51
54
|
"sdk_params": "sdkParams",
|
|
@@ -55,11 +58,12 @@ export const JuspayUpiIntent$inboundSchema: z.ZodType<
|
|
|
55
58
|
|
|
56
59
|
/** @internal */
|
|
57
60
|
export type JuspayUpiIntent$Outbound = {
|
|
58
|
-
|
|
61
|
+
payment_provider_slug: string;
|
|
59
62
|
integration_type: "express-checkout";
|
|
60
63
|
gateway_reference_id: string;
|
|
61
64
|
return_url?: string | undefined;
|
|
62
|
-
redirect_after_payment
|
|
65
|
+
redirect_after_payment?: boolean | undefined;
|
|
66
|
+
get_client_auth_token?: boolean | undefined;
|
|
63
67
|
payment_method_type: "UPI";
|
|
64
68
|
payment_method: "UPI_PAY";
|
|
65
69
|
sdk_params: boolean;
|
|
@@ -72,22 +76,24 @@ export const JuspayUpiIntent$outboundSchema: z.ZodType<
|
|
|
72
76
|
z.ZodTypeDef,
|
|
73
77
|
JuspayUpiIntent
|
|
74
78
|
> = z.object({
|
|
75
|
-
|
|
79
|
+
paymentProviderSlug: z.string(),
|
|
76
80
|
integrationType: z.literal("express-checkout"),
|
|
77
81
|
gatewayReferenceId: z.string(),
|
|
78
82
|
returnUrl: z.string().optional(),
|
|
79
|
-
redirectAfterPayment: z.boolean(),
|
|
83
|
+
redirectAfterPayment: z.boolean().optional(),
|
|
84
|
+
getClientAuthToken: z.boolean().optional(),
|
|
80
85
|
paymentMethodType: z.literal("UPI"),
|
|
81
86
|
paymentMethod: z.literal("UPI_PAY"),
|
|
82
87
|
sdkParams: z.boolean(),
|
|
83
88
|
upiApp: z.string(),
|
|
84
89
|
}).transform((v) => {
|
|
85
90
|
return remap$(v, {
|
|
86
|
-
|
|
91
|
+
paymentProviderSlug: "payment_provider_slug",
|
|
87
92
|
integrationType: "integration_type",
|
|
88
93
|
gatewayReferenceId: "gateway_reference_id",
|
|
89
94
|
returnUrl: "return_url",
|
|
90
95
|
redirectAfterPayment: "redirect_after_payment",
|
|
96
|
+
getClientAuthToken: "get_client_auth_token",
|
|
91
97
|
paymentMethodType: "payment_method_type",
|
|
92
98
|
paymentMethod: "payment_method",
|
|
93
99
|
sdkParams: "sdk_params",
|
|
@@ -18,13 +18,17 @@ export type CreateOrderRequestBody = {
|
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export type PaymentInfo =
|
|
21
|
-
| components.
|
|
22
|
-
| components.
|
|
21
|
+
| components.JusPayHyperCheckoutResponse
|
|
22
|
+
| components.JusPayExpressCheckoutResponse
|
|
23
|
+
| components.PayuPaymentInfo;
|
|
23
24
|
|
|
24
25
|
export type CreateOrderContent = {
|
|
25
26
|
order: components.Order;
|
|
26
27
|
paymentRequired: boolean;
|
|
27
|
-
paymentInfo:
|
|
28
|
+
paymentInfo:
|
|
29
|
+
| components.JusPayHyperCheckoutResponse
|
|
30
|
+
| components.JusPayExpressCheckoutResponse
|
|
31
|
+
| components.PayuPaymentInfo;
|
|
28
32
|
};
|
|
29
33
|
|
|
30
34
|
/**
|
|
@@ -109,14 +113,16 @@ export const PaymentInfo$inboundSchema: z.ZodType<
|
|
|
109
113
|
z.ZodTypeDef,
|
|
110
114
|
unknown
|
|
111
115
|
> = z.union([
|
|
116
|
+
components.JusPayHyperCheckoutResponse$inboundSchema,
|
|
117
|
+
components.JusPayExpressCheckoutResponse$inboundSchema,
|
|
112
118
|
components.PayuPaymentInfo$inboundSchema,
|
|
113
|
-
components.JuspayPaymentInfo$inboundSchema,
|
|
114
119
|
]);
|
|
115
120
|
|
|
116
121
|
/** @internal */
|
|
117
122
|
export type PaymentInfo$Outbound =
|
|
118
|
-
| components.
|
|
119
|
-
| components.
|
|
123
|
+
| components.JusPayHyperCheckoutResponse$Outbound
|
|
124
|
+
| components.JusPayExpressCheckoutResponse$Outbound
|
|
125
|
+
| components.PayuPaymentInfo$Outbound;
|
|
120
126
|
|
|
121
127
|
/** @internal */
|
|
122
128
|
export const PaymentInfo$outboundSchema: z.ZodType<
|
|
@@ -124,8 +130,9 @@ export const PaymentInfo$outboundSchema: z.ZodType<
|
|
|
124
130
|
z.ZodTypeDef,
|
|
125
131
|
PaymentInfo
|
|
126
132
|
> = z.union([
|
|
133
|
+
components.JusPayHyperCheckoutResponse$outboundSchema,
|
|
134
|
+
components.JusPayExpressCheckoutResponse$outboundSchema,
|
|
127
135
|
components.PayuPaymentInfo$outboundSchema,
|
|
128
|
-
components.JuspayPaymentInfo$outboundSchema,
|
|
129
136
|
]);
|
|
130
137
|
|
|
131
138
|
/**
|
|
@@ -164,8 +171,9 @@ export const CreateOrderContent$inboundSchema: z.ZodType<
|
|
|
164
171
|
order: components.Order$inboundSchema,
|
|
165
172
|
payment_required: z.boolean(),
|
|
166
173
|
payment_info: z.union([
|
|
174
|
+
components.JusPayHyperCheckoutResponse$inboundSchema,
|
|
175
|
+
components.JusPayExpressCheckoutResponse$inboundSchema,
|
|
167
176
|
components.PayuPaymentInfo$inboundSchema,
|
|
168
|
-
components.JuspayPaymentInfo$inboundSchema,
|
|
169
177
|
]),
|
|
170
178
|
}).transform((v) => {
|
|
171
179
|
return remap$(v, {
|
|
@@ -179,8 +187,9 @@ export type CreateOrderContent$Outbound = {
|
|
|
179
187
|
order: components.Order$Outbound;
|
|
180
188
|
payment_required: boolean;
|
|
181
189
|
payment_info:
|
|
182
|
-
| components.
|
|
183
|
-
| components.
|
|
190
|
+
| components.JusPayHyperCheckoutResponse$Outbound
|
|
191
|
+
| components.JusPayExpressCheckoutResponse$Outbound
|
|
192
|
+
| components.PayuPaymentInfo$Outbound;
|
|
184
193
|
};
|
|
185
194
|
|
|
186
195
|
/** @internal */
|
|
@@ -192,8 +201,9 @@ export const CreateOrderContent$outboundSchema: z.ZodType<
|
|
|
192
201
|
order: components.Order$outboundSchema,
|
|
193
202
|
paymentRequired: z.boolean(),
|
|
194
203
|
paymentInfo: z.union([
|
|
204
|
+
components.JusPayHyperCheckoutResponse$outboundSchema,
|
|
205
|
+
components.JusPayExpressCheckoutResponse$outboundSchema,
|
|
195
206
|
components.PayuPaymentInfo$outboundSchema,
|
|
196
|
-
components.JuspayPaymentInfo$outboundSchema,
|
|
197
207
|
]),
|
|
198
208
|
}).transform((v) => {
|
|
199
209
|
return remap$(v, {
|
|
@@ -10,7 +10,7 @@ import * as components from "../components/index.js";
|
|
|
10
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
11
|
|
|
12
12
|
export type RetryOrderPaymentRequestBody = {
|
|
13
|
-
|
|
13
|
+
paymentMethod?: components.PaymentMethodPayload | undefined;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
export type RetryOrderPaymentRequest = {
|
|
@@ -22,11 +22,15 @@ export type RetryOrderPaymentRequest = {
|
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export type RetryOrderPaymentPaymentInfo =
|
|
25
|
-
| components.
|
|
26
|
-
| components.
|
|
25
|
+
| components.JusPayHyperCheckoutResponse
|
|
26
|
+
| components.JusPayExpressCheckoutResponse
|
|
27
|
+
| components.PayuPaymentInfo;
|
|
27
28
|
|
|
28
29
|
export type RetryOrderPaymentContent = {
|
|
29
|
-
paymentInfo:
|
|
30
|
+
paymentInfo:
|
|
31
|
+
| components.JusPayHyperCheckoutResponse
|
|
32
|
+
| components.JusPayExpressCheckoutResponse
|
|
33
|
+
| components.PayuPaymentInfo;
|
|
30
34
|
};
|
|
31
35
|
|
|
32
36
|
/**
|
|
@@ -44,16 +48,16 @@ export const RetryOrderPaymentRequestBody$inboundSchema: z.ZodType<
|
|
|
44
48
|
z.ZodTypeDef,
|
|
45
49
|
unknown
|
|
46
50
|
> = z.object({
|
|
47
|
-
|
|
51
|
+
payment_method: components.PaymentMethodPayload$inboundSchema.optional(),
|
|
48
52
|
}).transform((v) => {
|
|
49
53
|
return remap$(v, {
|
|
50
|
-
"
|
|
54
|
+
"payment_method": "paymentMethod",
|
|
51
55
|
});
|
|
52
56
|
});
|
|
53
57
|
|
|
54
58
|
/** @internal */
|
|
55
59
|
export type RetryOrderPaymentRequestBody$Outbound = {
|
|
56
|
-
|
|
60
|
+
payment_method?: components.PaymentMethodPayload$Outbound | undefined;
|
|
57
61
|
};
|
|
58
62
|
|
|
59
63
|
/** @internal */
|
|
@@ -62,10 +66,10 @@ export const RetryOrderPaymentRequestBody$outboundSchema: z.ZodType<
|
|
|
62
66
|
z.ZodTypeDef,
|
|
63
67
|
RetryOrderPaymentRequestBody
|
|
64
68
|
> = z.object({
|
|
65
|
-
|
|
69
|
+
paymentMethod: components.PaymentMethodPayload$outboundSchema.optional(),
|
|
66
70
|
}).transform((v) => {
|
|
67
71
|
return remap$(v, {
|
|
68
|
-
|
|
72
|
+
paymentMethod: "payment_method",
|
|
69
73
|
});
|
|
70
74
|
});
|
|
71
75
|
|
|
@@ -175,14 +179,16 @@ export const RetryOrderPaymentPaymentInfo$inboundSchema: z.ZodType<
|
|
|
175
179
|
z.ZodTypeDef,
|
|
176
180
|
unknown
|
|
177
181
|
> = z.union([
|
|
182
|
+
components.JusPayHyperCheckoutResponse$inboundSchema,
|
|
183
|
+
components.JusPayExpressCheckoutResponse$inboundSchema,
|
|
178
184
|
components.PayuPaymentInfo$inboundSchema,
|
|
179
|
-
components.JuspayPaymentInfo$inboundSchema,
|
|
180
185
|
]);
|
|
181
186
|
|
|
182
187
|
/** @internal */
|
|
183
188
|
export type RetryOrderPaymentPaymentInfo$Outbound =
|
|
184
|
-
| components.
|
|
185
|
-
| components.
|
|
189
|
+
| components.JusPayHyperCheckoutResponse$Outbound
|
|
190
|
+
| components.JusPayExpressCheckoutResponse$Outbound
|
|
191
|
+
| components.PayuPaymentInfo$Outbound;
|
|
186
192
|
|
|
187
193
|
/** @internal */
|
|
188
194
|
export const RetryOrderPaymentPaymentInfo$outboundSchema: z.ZodType<
|
|
@@ -190,8 +196,9 @@ export const RetryOrderPaymentPaymentInfo$outboundSchema: z.ZodType<
|
|
|
190
196
|
z.ZodTypeDef,
|
|
191
197
|
RetryOrderPaymentPaymentInfo
|
|
192
198
|
> = z.union([
|
|
199
|
+
components.JusPayHyperCheckoutResponse$outboundSchema,
|
|
200
|
+
components.JusPayExpressCheckoutResponse$outboundSchema,
|
|
193
201
|
components.PayuPaymentInfo$outboundSchema,
|
|
194
|
-
components.JuspayPaymentInfo$outboundSchema,
|
|
195
202
|
]);
|
|
196
203
|
|
|
197
204
|
/**
|
|
@@ -234,8 +241,9 @@ export const RetryOrderPaymentContent$inboundSchema: z.ZodType<
|
|
|
234
241
|
unknown
|
|
235
242
|
> = z.object({
|
|
236
243
|
payment_info: z.union([
|
|
244
|
+
components.JusPayHyperCheckoutResponse$inboundSchema,
|
|
245
|
+
components.JusPayExpressCheckoutResponse$inboundSchema,
|
|
237
246
|
components.PayuPaymentInfo$inboundSchema,
|
|
238
|
-
components.JuspayPaymentInfo$inboundSchema,
|
|
239
247
|
]),
|
|
240
248
|
}).transform((v) => {
|
|
241
249
|
return remap$(v, {
|
|
@@ -246,8 +254,9 @@ export const RetryOrderPaymentContent$inboundSchema: z.ZodType<
|
|
|
246
254
|
/** @internal */
|
|
247
255
|
export type RetryOrderPaymentContent$Outbound = {
|
|
248
256
|
payment_info:
|
|
249
|
-
| components.
|
|
250
|
-
| components.
|
|
257
|
+
| components.JusPayHyperCheckoutResponse$Outbound
|
|
258
|
+
| components.JusPayExpressCheckoutResponse$Outbound
|
|
259
|
+
| components.PayuPaymentInfo$Outbound;
|
|
251
260
|
};
|
|
252
261
|
|
|
253
262
|
/** @internal */
|
|
@@ -257,8 +266,9 @@ export const RetryOrderPaymentContent$outboundSchema: z.ZodType<
|
|
|
257
266
|
RetryOrderPaymentContent
|
|
258
267
|
> = z.object({
|
|
259
268
|
paymentInfo: z.union([
|
|
269
|
+
components.JusPayHyperCheckoutResponse$outboundSchema,
|
|
270
|
+
components.JusPayExpressCheckoutResponse$outboundSchema,
|
|
260
271
|
components.PayuPaymentInfo$outboundSchema,
|
|
261
|
-
components.JuspayPaymentInfo$outboundSchema,
|
|
262
272
|
]),
|
|
263
273
|
}).transform((v) => {
|
|
264
274
|
return remap$(v, {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"juspaycard.d.ts","sourceRoot":"","sources":["../../../src/models/components/juspaycard.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"juspaycard.js","sourceRoot":"","sources":["../../../src/models/components/juspaycard.ts"],"names":[],"mappings":"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"}
|