@gr4vy/sdk 1.1.45 → 1.1.47
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/docs/sdks/digitalwallets/README.md +4 -4
- package/docs/sdks/domains/README.md +4 -4
- package/docs/sdks/giftcards/README.md +4 -4
- package/docs/sdks/merchantaccounts/README.md +4 -0
- package/docs/sdks/paymentservices/README.md +4 -4
- package/docs/sdks/shippingdetails/README.md +4 -4
- package/examples/package-lock.json +1 -1
- package/funcs/buyersShippingDetailsDelete.d.ts +1 -1
- package/funcs/buyersShippingDetailsDelete.d.ts.map +1 -1
- package/funcs/buyersShippingDetailsDelete.js +1 -1
- package/funcs/buyersShippingDetailsDelete.js.map +1 -1
- package/funcs/digitalWalletsDelete.d.ts +1 -1
- package/funcs/digitalWalletsDelete.d.ts.map +1 -1
- package/funcs/digitalWalletsDelete.js +1 -1
- package/funcs/digitalWalletsDelete.js.map +1 -1
- package/funcs/digitalWalletsDomainsDelete.d.ts +1 -1
- package/funcs/digitalWalletsDomainsDelete.d.ts.map +1 -1
- package/funcs/digitalWalletsDomainsDelete.js +1 -1
- package/funcs/digitalWalletsDomainsDelete.js.map +1 -1
- package/funcs/giftCardsDelete.d.ts +1 -1
- package/funcs/giftCardsDelete.d.ts.map +1 -1
- package/funcs/giftCardsDelete.js +1 -1
- package/funcs/giftCardsDelete.js.map +1 -1
- package/funcs/paymentServicesDelete.d.ts +1 -1
- package/funcs/paymentServicesDelete.d.ts.map +1 -1
- package/funcs/paymentServicesDelete.js +1 -1
- package/funcs/paymentServicesDelete.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/merchantaccount.d.ts +5 -0
- package/models/components/merchantaccount.d.ts.map +1 -1
- package/models/components/merchantaccount.js +4 -0
- package/models/components/merchantaccount.js.map +1 -1
- package/models/components/merchantaccountcreate.d.ts +5 -0
- package/models/components/merchantaccountcreate.d.ts.map +1 -1
- package/models/components/merchantaccountcreate.js +4 -0
- package/models/components/merchantaccountcreate.js.map +1 -1
- package/models/components/merchantaccountupdate.d.ts +5 -0
- package/models/components/merchantaccountupdate.d.ts.map +1 -1
- package/models/components/merchantaccountupdate.js +4 -0
- package/models/components/merchantaccountupdate.js.map +1 -1
- package/models/components/nuveipseoptions.d.ts +47 -0
- package/models/components/nuveipseoptions.d.ts.map +1 -0
- package/models/components/nuveipseoptions.js +75 -0
- package/models/components/nuveipseoptions.js.map +1 -0
- package/models/components/transactionconnectionoptions.d.ts +6 -0
- package/models/components/transactionconnectionoptions.d.ts.map +1 -1
- package/models/components/transactionconnectionoptions.js +5 -0
- package/models/components/transactionconnectionoptions.js.map +1 -1
- package/package.json +1 -1
- package/sdk/digitalwallets.d.ts +1 -1
- package/sdk/digitalwallets.d.ts.map +1 -1
- package/sdk/domains.d.ts +1 -1
- package/sdk/domains.d.ts.map +1 -1
- package/sdk/giftcards.d.ts +1 -1
- package/sdk/giftcards.d.ts.map +1 -1
- package/sdk/paymentservices.d.ts +1 -1
- package/sdk/paymentservices.d.ts.map +1 -1
- package/sdk/shippingdetails.d.ts +1 -1
- package/sdk/shippingdetails.d.ts.map +1 -1
- package/src/funcs/buyersShippingDetailsDelete.ts +4 -4
- package/src/funcs/digitalWalletsDelete.ts +4 -4
- package/src/funcs/digitalWalletsDomainsDelete.ts +4 -4
- package/src/funcs/giftCardsDelete.ts +4 -4
- package/src/funcs/paymentServicesDelete.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/models/components/index.ts +1 -0
- package/src/models/components/merchantaccount.ts +9 -0
- package/src/models/components/merchantaccountcreate.ts +9 -0
- package/src/models/components/merchantaccountupdate.ts +9 -0
- package/src/models/components/nuveipseoptions.ts +88 -0
- package/src/models/components/transactionconnectionoptions.ts +15 -0
- package/src/sdk/digitalwallets.ts +1 -1
- package/src/sdk/domains.ts +1 -1
- package/src/sdk/giftcards.ts +1 -1
- package/src/sdk/paymentservices.ts +1 -1
- package/src/sdk/shippingdetails.ts +1 -1
package/sdk/paymentservices.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare class PaymentServices extends ClientSDK {
|
|
|
39
39
|
* @remarks
|
|
40
40
|
* Deletes all the configuration of a payment service.
|
|
41
41
|
*/
|
|
42
|
-
delete(paymentServiceId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<
|
|
42
|
+
delete(paymentServiceId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<void>;
|
|
43
43
|
/**
|
|
44
44
|
* Verify payment service credentials
|
|
45
45
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paymentservices.d.ts","sourceRoot":"","sources":["../src/sdk/paymentservices.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AAE5E,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,UAAU,CAAC,0BAA0B,GAAG,SAAS,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,YAAY,CAAC,UAAU,CAAC,2BAA2B,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CACzE;IAQD;;;;;OAKG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IASrC;;;;;OAKG;IACG,GAAG,CACP,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IASrC;;;;;OAKG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IAUrC;;;;;OAKG;IACG,MAAM,CACV,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"paymentservices.d.ts","sourceRoot":"","sources":["../src/sdk/paymentservices.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AAE5E,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,UAAU,CAAC,0BAA0B,GAAG,SAAS,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,YAAY,CAAC,UAAU,CAAC,2BAA2B,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CACzE;IAQD;;;;;OAKG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IASrC;;;;;OAKG;IACG,GAAG,CACP,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IASrC;;;;;OAKG;IACG,MAAM,CACV,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EACrD,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC;IAUrC;;;;;OAKG;IACG,MAAM,CACV,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACG,MAAM,CACV,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,EAC/C,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,GAAG,CAAC;IASf;;;;;OAKG;IACG,OAAO,CACX,WAAW,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,EACjC,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,aAAa,CAAC;CASrC"}
|
package/sdk/shippingdetails.d.ts
CHANGED
|
@@ -35,6 +35,6 @@ export declare class ShippingDetails extends ClientSDK {
|
|
|
35
35
|
* @remarks
|
|
36
36
|
* Delete the shipping details associated to a specific buyer.
|
|
37
37
|
*/
|
|
38
|
-
delete(buyerId: string, shippingDetailsId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<
|
|
38
|
+
delete(buyerId: string, shippingDetailsId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<void>;
|
|
39
39
|
}
|
|
40
40
|
//# sourceMappingURL=shippingdetails.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shippingdetails.d.ts","sourceRoot":"","sources":["../src/sdk/shippingdetails.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;OAKG;IACG,MAAM,CACV,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,EACvD,OAAO,EAAE,MAAM,EACf,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAUtC;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,MAAM,EACf,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAS1C;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAUtC;;;;;OAKG;IACG,MAAM,CACV,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,EACvD,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAWtC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"shippingdetails.d.ts","sourceRoot":"","sources":["../src/sdk/shippingdetails.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;OAKG;IACG,MAAM,CACV,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,EACvD,OAAO,EAAE,MAAM,EACf,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAUtC;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,MAAM,EACf,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAS1C;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAUtC;;;;;OAKG;IACG,MAAM,CACV,qBAAqB,EAAE,UAAU,CAAC,qBAAqB,EACvD,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAWtC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;CASjB"}
|
|
@@ -40,7 +40,7 @@ export function buyersShippingDetailsDelete(
|
|
|
40
40
|
options?: RequestOptions,
|
|
41
41
|
): APIPromise<
|
|
42
42
|
Result<
|
|
43
|
-
|
|
43
|
+
void,
|
|
44
44
|
| errors.Error400
|
|
45
45
|
| errors.Error401
|
|
46
46
|
| errors.Error403
|
|
@@ -81,7 +81,7 @@ async function $do(
|
|
|
81
81
|
): Promise<
|
|
82
82
|
[
|
|
83
83
|
Result<
|
|
84
|
-
|
|
84
|
+
void,
|
|
85
85
|
| errors.Error400
|
|
86
86
|
| errors.Error401
|
|
87
87
|
| errors.Error403
|
|
@@ -214,7 +214,7 @@ async function $do(
|
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
const [result] = await M.match<
|
|
217
|
-
|
|
217
|
+
void,
|
|
218
218
|
| errors.Error400
|
|
219
219
|
| errors.Error401
|
|
220
220
|
| errors.Error403
|
|
@@ -236,7 +236,7 @@ async function $do(
|
|
|
236
236
|
| UnexpectedClientError
|
|
237
237
|
| SDKValidationError
|
|
238
238
|
>(
|
|
239
|
-
M.
|
|
239
|
+
M.nil(204, z.void()),
|
|
240
240
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
241
241
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
242
242
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -39,7 +39,7 @@ export function digitalWalletsDelete(
|
|
|
39
39
|
options?: RequestOptions,
|
|
40
40
|
): APIPromise<
|
|
41
41
|
Result<
|
|
42
|
-
|
|
42
|
+
void,
|
|
43
43
|
| errors.Error400
|
|
44
44
|
| errors.Error401
|
|
45
45
|
| errors.Error403
|
|
@@ -78,7 +78,7 @@ async function $do(
|
|
|
78
78
|
): Promise<
|
|
79
79
|
[
|
|
80
80
|
Result<
|
|
81
|
-
|
|
81
|
+
void,
|
|
82
82
|
| errors.Error400
|
|
83
83
|
| errors.Error401
|
|
84
84
|
| errors.Error403
|
|
@@ -204,7 +204,7 @@ async function $do(
|
|
|
204
204
|
};
|
|
205
205
|
|
|
206
206
|
const [result] = await M.match<
|
|
207
|
-
|
|
207
|
+
void,
|
|
208
208
|
| errors.Error400
|
|
209
209
|
| errors.Error401
|
|
210
210
|
| errors.Error403
|
|
@@ -226,7 +226,7 @@ async function $do(
|
|
|
226
226
|
| UnexpectedClientError
|
|
227
227
|
| SDKValidationError
|
|
228
228
|
>(
|
|
229
|
-
M.
|
|
229
|
+
M.nil(204, z.void()),
|
|
230
230
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
231
231
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
232
232
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -41,7 +41,7 @@ export function digitalWalletsDomainsDelete(
|
|
|
41
41
|
options?: RequestOptions,
|
|
42
42
|
): APIPromise<
|
|
43
43
|
Result<
|
|
44
|
-
|
|
44
|
+
void,
|
|
45
45
|
| errors.Error400
|
|
46
46
|
| errors.Error401
|
|
47
47
|
| errors.Error403
|
|
@@ -82,7 +82,7 @@ async function $do(
|
|
|
82
82
|
): Promise<
|
|
83
83
|
[
|
|
84
84
|
Result<
|
|
85
|
-
|
|
85
|
+
void,
|
|
86
86
|
| errors.Error400
|
|
87
87
|
| errors.Error401
|
|
88
88
|
| errors.Error403
|
|
@@ -216,7 +216,7 @@ async function $do(
|
|
|
216
216
|
};
|
|
217
217
|
|
|
218
218
|
const [result] = await M.match<
|
|
219
|
-
|
|
219
|
+
void,
|
|
220
220
|
| errors.Error400
|
|
221
221
|
| errors.Error401
|
|
222
222
|
| errors.Error403
|
|
@@ -238,7 +238,7 @@ async function $do(
|
|
|
238
238
|
| UnexpectedClientError
|
|
239
239
|
| SDKValidationError
|
|
240
240
|
>(
|
|
241
|
-
M.
|
|
241
|
+
M.nil(204, z.void()),
|
|
242
242
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
243
243
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
244
244
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -39,7 +39,7 @@ export function giftCardsDelete(
|
|
|
39
39
|
options?: RequestOptions,
|
|
40
40
|
): APIPromise<
|
|
41
41
|
Result<
|
|
42
|
-
|
|
42
|
+
void,
|
|
43
43
|
| errors.Error400
|
|
44
44
|
| errors.Error401
|
|
45
45
|
| errors.Error403
|
|
@@ -78,7 +78,7 @@ async function $do(
|
|
|
78
78
|
): Promise<
|
|
79
79
|
[
|
|
80
80
|
Result<
|
|
81
|
-
|
|
81
|
+
void,
|
|
82
82
|
| errors.Error400
|
|
83
83
|
| errors.Error401
|
|
84
84
|
| errors.Error403
|
|
@@ -202,7 +202,7 @@ async function $do(
|
|
|
202
202
|
};
|
|
203
203
|
|
|
204
204
|
const [result] = await M.match<
|
|
205
|
-
|
|
205
|
+
void,
|
|
206
206
|
| errors.Error400
|
|
207
207
|
| errors.Error401
|
|
208
208
|
| errors.Error403
|
|
@@ -224,7 +224,7 @@ async function $do(
|
|
|
224
224
|
| UnexpectedClientError
|
|
225
225
|
| SDKValidationError
|
|
226
226
|
>(
|
|
227
|
-
M.
|
|
227
|
+
M.nil(204, z.void()),
|
|
228
228
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
229
229
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
230
230
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -39,7 +39,7 @@ export function paymentServicesDelete(
|
|
|
39
39
|
options?: RequestOptions,
|
|
40
40
|
): APIPromise<
|
|
41
41
|
Result<
|
|
42
|
-
|
|
42
|
+
void,
|
|
43
43
|
| errors.Error400
|
|
44
44
|
| errors.Error401
|
|
45
45
|
| errors.Error403
|
|
@@ -78,7 +78,7 @@ async function $do(
|
|
|
78
78
|
): Promise<
|
|
79
79
|
[
|
|
80
80
|
Result<
|
|
81
|
-
|
|
81
|
+
void,
|
|
82
82
|
| errors.Error400
|
|
83
83
|
| errors.Error401
|
|
84
84
|
| errors.Error403
|
|
@@ -204,7 +204,7 @@ async function $do(
|
|
|
204
204
|
};
|
|
205
205
|
|
|
206
206
|
const [result] = await M.match<
|
|
207
|
-
|
|
207
|
+
void,
|
|
208
208
|
| errors.Error400
|
|
209
209
|
| errors.Error401
|
|
210
210
|
| errors.Error403
|
|
@@ -226,7 +226,7 @@ async function $do(
|
|
|
226
226
|
| UnexpectedClientError
|
|
227
227
|
| SDKValidationError
|
|
228
228
|
>(
|
|
229
|
-
M.
|
|
229
|
+
M.nil(204, z.void()),
|
|
230
230
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
231
231
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
232
232
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
package/src/lib/config.ts
CHANGED
|
@@ -77,7 +77,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
77
77
|
export const SDK_METADATA = {
|
|
78
78
|
language: "typescript",
|
|
79
79
|
openapiDocVersion: "1.0.0",
|
|
80
|
-
sdkVersion: "1.1.
|
|
81
|
-
genVersion: "2.
|
|
82
|
-
userAgent: "speakeasy-sdk/typescript 1.1.
|
|
80
|
+
sdkVersion: "1.1.47",
|
|
81
|
+
genVersion: "2.701.8",
|
|
82
|
+
userAgent: "speakeasy-sdk/typescript 1.1.47 2.701.8 1.0.0 @gr4vy/sdk",
|
|
83
83
|
} as const;
|
|
@@ -137,6 +137,7 @@ export * from "./networktokens.js";
|
|
|
137
137
|
export * from "./networktokenstatus.js";
|
|
138
138
|
export * from "./nuveiairlinedataoptions.js";
|
|
139
139
|
export * from "./nuveioptions.js";
|
|
140
|
+
export * from "./nuveipseoptions.js";
|
|
140
141
|
export * from "./oxxooptions.js";
|
|
141
142
|
export * from "./paymentlink.js";
|
|
142
143
|
export * from "./paymentlinkcreate.js";
|
|
@@ -90,6 +90,10 @@ export type MerchantAccount = {
|
|
|
90
90
|
* Application ID provided for Mastercard after onboarding to use Network Tokens.
|
|
91
91
|
*/
|
|
92
92
|
mastercardNetworkTokensAppId?: string | null | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* When enabled network tokens will be generated asynchronously and only used on subsequent transactions to speed up transaction processing.
|
|
95
|
+
*/
|
|
96
|
+
asyncNetworkTokensEnabled?: boolean | undefined;
|
|
93
97
|
/**
|
|
94
98
|
* The date this merchant account was created at.
|
|
95
99
|
*/
|
|
@@ -126,6 +130,7 @@ export const MerchantAccount$inboundSchema: z.ZodType<
|
|
|
126
130
|
amex_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
127
131
|
mastercard_network_tokens_requestor_id: z.nullable(z.string()).optional(),
|
|
128
132
|
mastercard_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
133
|
+
async_network_tokens_enabled: z.boolean().default(false),
|
|
129
134
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
130
135
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
131
136
|
}).transform((v) => {
|
|
@@ -152,6 +157,7 @@ export const MerchantAccount$inboundSchema: z.ZodType<
|
|
|
152
157
|
"mastercard_network_tokens_requestor_id":
|
|
153
158
|
"mastercardNetworkTokensRequestorId",
|
|
154
159
|
"mastercard_network_tokens_app_id": "mastercardNetworkTokensAppId",
|
|
160
|
+
"async_network_tokens_enabled": "asyncNetworkTokensEnabled",
|
|
155
161
|
"created_at": "createdAt",
|
|
156
162
|
"updated_at": "updatedAt",
|
|
157
163
|
});
|
|
@@ -178,6 +184,7 @@ export type MerchantAccount$Outbound = {
|
|
|
178
184
|
amex_network_tokens_app_id?: string | null | undefined;
|
|
179
185
|
mastercard_network_tokens_requestor_id?: string | null | undefined;
|
|
180
186
|
mastercard_network_tokens_app_id?: string | null | undefined;
|
|
187
|
+
async_network_tokens_enabled: boolean;
|
|
181
188
|
created_at: string;
|
|
182
189
|
updated_at: string;
|
|
183
190
|
};
|
|
@@ -208,6 +215,7 @@ export const MerchantAccount$outboundSchema: z.ZodType<
|
|
|
208
215
|
amexNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
209
216
|
mastercardNetworkTokensRequestorId: z.nullable(z.string()).optional(),
|
|
210
217
|
mastercardNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
218
|
+
asyncNetworkTokensEnabled: z.boolean().default(false),
|
|
211
219
|
createdAt: z.date().transform(v => v.toISOString()),
|
|
212
220
|
updatedAt: z.date().transform(v => v.toISOString()),
|
|
213
221
|
}).transform((v) => {
|
|
@@ -234,6 +242,7 @@ export const MerchantAccount$outboundSchema: z.ZodType<
|
|
|
234
242
|
mastercardNetworkTokensRequestorId:
|
|
235
243
|
"mastercard_network_tokens_requestor_id",
|
|
236
244
|
mastercardNetworkTokensAppId: "mastercard_network_tokens_app_id",
|
|
245
|
+
asyncNetworkTokensEnabled: "async_network_tokens_enabled",
|
|
237
246
|
createdAt: "created_at",
|
|
238
247
|
updatedAt: "updated_at",
|
|
239
248
|
});
|
|
@@ -78,6 +78,10 @@ export type MerchantAccountCreate = {
|
|
|
78
78
|
* Application ID provided for Mastercard after onboarding to use Network Tokens.
|
|
79
79
|
*/
|
|
80
80
|
mastercardNetworkTokensAppId?: string | null | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* When enabled network tokens will be generated asynchronously and only used on subsequent transactions to speed up transaction processing.
|
|
83
|
+
*/
|
|
84
|
+
asyncNetworkTokensEnabled?: boolean | undefined;
|
|
81
85
|
/**
|
|
82
86
|
* The ID for the merchant account.
|
|
83
87
|
*/
|
|
@@ -111,6 +115,7 @@ export const MerchantAccountCreate$inboundSchema: z.ZodType<
|
|
|
111
115
|
amex_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
112
116
|
mastercard_network_tokens_requestor_id: z.nullable(z.string()).optional(),
|
|
113
117
|
mastercard_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
118
|
+
async_network_tokens_enabled: z.boolean().default(false),
|
|
114
119
|
id: z.string(),
|
|
115
120
|
display_name: z.string(),
|
|
116
121
|
}).transform((v) => {
|
|
@@ -136,6 +141,7 @@ export const MerchantAccountCreate$inboundSchema: z.ZodType<
|
|
|
136
141
|
"mastercard_network_tokens_requestor_id":
|
|
137
142
|
"mastercardNetworkTokensRequestorId",
|
|
138
143
|
"mastercard_network_tokens_app_id": "mastercardNetworkTokensAppId",
|
|
144
|
+
"async_network_tokens_enabled": "asyncNetworkTokensEnabled",
|
|
139
145
|
"display_name": "displayName",
|
|
140
146
|
});
|
|
141
147
|
});
|
|
@@ -158,6 +164,7 @@ export type MerchantAccountCreate$Outbound = {
|
|
|
158
164
|
amex_network_tokens_app_id?: string | null | undefined;
|
|
159
165
|
mastercard_network_tokens_requestor_id?: string | null | undefined;
|
|
160
166
|
mastercard_network_tokens_app_id?: string | null | undefined;
|
|
167
|
+
async_network_tokens_enabled: boolean;
|
|
161
168
|
id: string;
|
|
162
169
|
display_name: string;
|
|
163
170
|
};
|
|
@@ -185,6 +192,7 @@ export const MerchantAccountCreate$outboundSchema: z.ZodType<
|
|
|
185
192
|
amexNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
186
193
|
mastercardNetworkTokensRequestorId: z.nullable(z.string()).optional(),
|
|
187
194
|
mastercardNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
195
|
+
asyncNetworkTokensEnabled: z.boolean().default(false),
|
|
188
196
|
id: z.string(),
|
|
189
197
|
displayName: z.string(),
|
|
190
198
|
}).transform((v) => {
|
|
@@ -210,6 +218,7 @@ export const MerchantAccountCreate$outboundSchema: z.ZodType<
|
|
|
210
218
|
mastercardNetworkTokensRequestorId:
|
|
211
219
|
"mastercard_network_tokens_requestor_id",
|
|
212
220
|
mastercardNetworkTokensAppId: "mastercard_network_tokens_app_id",
|
|
221
|
+
asyncNetworkTokensEnabled: "async_network_tokens_enabled",
|
|
213
222
|
displayName: "display_name",
|
|
214
223
|
});
|
|
215
224
|
});
|
|
@@ -78,6 +78,10 @@ export type MerchantAccountUpdate = {
|
|
|
78
78
|
* Application ID provided for Mastercard after onboarding to use Network Tokens.
|
|
79
79
|
*/
|
|
80
80
|
mastercardNetworkTokensAppId?: string | null | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* When enabled network tokens will be generated asynchronously and only used on subsequent transactions to speed up transaction processing.
|
|
83
|
+
*/
|
|
84
|
+
asyncNetworkTokensEnabled?: boolean | undefined;
|
|
81
85
|
/**
|
|
82
86
|
* The display name for the merchant account.
|
|
83
87
|
*/
|
|
@@ -107,6 +111,7 @@ export const MerchantAccountUpdate$inboundSchema: z.ZodType<
|
|
|
107
111
|
amex_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
108
112
|
mastercard_network_tokens_requestor_id: z.nullable(z.string()).optional(),
|
|
109
113
|
mastercard_network_tokens_app_id: z.nullable(z.string()).optional(),
|
|
114
|
+
async_network_tokens_enabled: z.boolean().default(false),
|
|
110
115
|
display_name: z.nullable(z.string()).optional(),
|
|
111
116
|
}).transform((v) => {
|
|
112
117
|
return remap$(v, {
|
|
@@ -131,6 +136,7 @@ export const MerchantAccountUpdate$inboundSchema: z.ZodType<
|
|
|
131
136
|
"mastercard_network_tokens_requestor_id":
|
|
132
137
|
"mastercardNetworkTokensRequestorId",
|
|
133
138
|
"mastercard_network_tokens_app_id": "mastercardNetworkTokensAppId",
|
|
139
|
+
"async_network_tokens_enabled": "asyncNetworkTokensEnabled",
|
|
134
140
|
"display_name": "displayName",
|
|
135
141
|
});
|
|
136
142
|
});
|
|
@@ -153,6 +159,7 @@ export type MerchantAccountUpdate$Outbound = {
|
|
|
153
159
|
amex_network_tokens_app_id?: string | null | undefined;
|
|
154
160
|
mastercard_network_tokens_requestor_id?: string | null | undefined;
|
|
155
161
|
mastercard_network_tokens_app_id?: string | null | undefined;
|
|
162
|
+
async_network_tokens_enabled: boolean;
|
|
156
163
|
display_name?: string | null | undefined;
|
|
157
164
|
};
|
|
158
165
|
|
|
@@ -179,6 +186,7 @@ export const MerchantAccountUpdate$outboundSchema: z.ZodType<
|
|
|
179
186
|
amexNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
180
187
|
mastercardNetworkTokensRequestorId: z.nullable(z.string()).optional(),
|
|
181
188
|
mastercardNetworkTokensAppId: z.nullable(z.string()).optional(),
|
|
189
|
+
asyncNetworkTokensEnabled: z.boolean().default(false),
|
|
182
190
|
displayName: z.nullable(z.string()).optional(),
|
|
183
191
|
}).transform((v) => {
|
|
184
192
|
return remap$(v, {
|
|
@@ -203,6 +211,7 @@ export const MerchantAccountUpdate$outboundSchema: z.ZodType<
|
|
|
203
211
|
mastercardNetworkTokensRequestorId:
|
|
204
212
|
"mastercard_network_tokens_requestor_id",
|
|
205
213
|
mastercardNetworkTokensAppId: "mastercard_network_tokens_app_id",
|
|
214
|
+
asyncNetworkTokensEnabled: "async_network_tokens_enabled",
|
|
206
215
|
displayName: "display_name",
|
|
207
216
|
});
|
|
208
217
|
});
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
|
|
10
|
+
export type NuveiPSEOptions = {
|
|
11
|
+
/**
|
|
12
|
+
* Customer type ("N" for persona natural, "J" for persona jurídica)
|
|
13
|
+
*/
|
|
14
|
+
userType?: string | null | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* Customer’s document type
|
|
17
|
+
*/
|
|
18
|
+
userFisNumber?: string | null | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Customer’s document number
|
|
21
|
+
*/
|
|
22
|
+
fiscalNumber?: string | null | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The bank code of the selected bank
|
|
25
|
+
*/
|
|
26
|
+
bankCode?: string | null | undefined;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
/** @internal */
|
|
30
|
+
export const NuveiPSEOptions$inboundSchema: z.ZodType<
|
|
31
|
+
NuveiPSEOptions,
|
|
32
|
+
z.ZodTypeDef,
|
|
33
|
+
unknown
|
|
34
|
+
> = z.object({
|
|
35
|
+
userType: z.nullable(z.string()).optional(),
|
|
36
|
+
userFisNumber: z.nullable(z.string()).optional(),
|
|
37
|
+
fiscalNumber: z.nullable(z.string()).optional(),
|
|
38
|
+
bankCode: z.nullable(z.string()).optional(),
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
/** @internal */
|
|
42
|
+
export type NuveiPSEOptions$Outbound = {
|
|
43
|
+
userType?: string | null | undefined;
|
|
44
|
+
userFisNumber?: string | null | undefined;
|
|
45
|
+
fiscalNumber?: string | null | undefined;
|
|
46
|
+
bankCode?: string | null | undefined;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const NuveiPSEOptions$outboundSchema: z.ZodType<
|
|
51
|
+
NuveiPSEOptions$Outbound,
|
|
52
|
+
z.ZodTypeDef,
|
|
53
|
+
NuveiPSEOptions
|
|
54
|
+
> = z.object({
|
|
55
|
+
userType: z.nullable(z.string()).optional(),
|
|
56
|
+
userFisNumber: z.nullable(z.string()).optional(),
|
|
57
|
+
fiscalNumber: z.nullable(z.string()).optional(),
|
|
58
|
+
bankCode: z.nullable(z.string()).optional(),
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
64
|
+
*/
|
|
65
|
+
export namespace NuveiPSEOptions$ {
|
|
66
|
+
/** @deprecated use `NuveiPSEOptions$inboundSchema` instead. */
|
|
67
|
+
export const inboundSchema = NuveiPSEOptions$inboundSchema;
|
|
68
|
+
/** @deprecated use `NuveiPSEOptions$outboundSchema` instead. */
|
|
69
|
+
export const outboundSchema = NuveiPSEOptions$outboundSchema;
|
|
70
|
+
/** @deprecated use `NuveiPSEOptions$Outbound` instead. */
|
|
71
|
+
export type Outbound = NuveiPSEOptions$Outbound;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export function nuveiPSEOptionsToJSON(
|
|
75
|
+
nuveiPSEOptions: NuveiPSEOptions,
|
|
76
|
+
): string {
|
|
77
|
+
return JSON.stringify(NuveiPSEOptions$outboundSchema.parse(nuveiPSEOptions));
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export function nuveiPSEOptionsFromJSON(
|
|
81
|
+
jsonString: string,
|
|
82
|
+
): SafeParseResult<NuveiPSEOptions, SDKValidationError> {
|
|
83
|
+
return safeParse(
|
|
84
|
+
jsonString,
|
|
85
|
+
(x) => NuveiPSEOptions$inboundSchema.parse(JSON.parse(x)),
|
|
86
|
+
`Failed to parse 'NuveiPSEOptions' from JSON`,
|
|
87
|
+
);
|
|
88
|
+
}
|
|
@@ -103,6 +103,12 @@ import {
|
|
|
103
103
|
NuveiOptions$Outbound,
|
|
104
104
|
NuveiOptions$outboundSchema,
|
|
105
105
|
} from "./nuveioptions.js";
|
|
106
|
+
import {
|
|
107
|
+
NuveiPSEOptions,
|
|
108
|
+
NuveiPSEOptions$inboundSchema,
|
|
109
|
+
NuveiPSEOptions$Outbound,
|
|
110
|
+
NuveiPSEOptions$outboundSchema,
|
|
111
|
+
} from "./nuveipseoptions.js";
|
|
106
112
|
import {
|
|
107
113
|
OxxoOptions,
|
|
108
114
|
OxxoOptions$inboundSchema,
|
|
@@ -265,6 +271,10 @@ export type TransactionConnectionOptions = {
|
|
|
265
271
|
* Custom options to be passed to the `nuvei-card` connector.
|
|
266
272
|
*/
|
|
267
273
|
nuveiCard?: NuveiOptions | null | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* Custom options to be passed to the `nuvei-pse` connector.
|
|
276
|
+
*/
|
|
277
|
+
nuveiPse?: NuveiPSEOptions | null | undefined;
|
|
268
278
|
/**
|
|
269
279
|
* Custom options to be passed to the `oxxo-oxxo` connector.
|
|
270
280
|
*/
|
|
@@ -342,6 +352,7 @@ export const TransactionConnectionOptions$inboundSchema: z.ZodType<
|
|
|
342
352
|
.optional(),
|
|
343
353
|
"mock-card": z.nullable(MockCardOptions$inboundSchema).optional(),
|
|
344
354
|
"nuvei-card": z.nullable(NuveiOptions$inboundSchema).optional(),
|
|
355
|
+
"nuvei-pse": z.nullable(NuveiPSEOptions$inboundSchema).optional(),
|
|
345
356
|
"oxxo-oxxo": z.nullable(OxxoOptions$inboundSchema).optional(),
|
|
346
357
|
"paypal-paypal": z.nullable(PaypalOptions$inboundSchema).optional(),
|
|
347
358
|
"paypal-paypalpaylater": z.nullable(PaypalOptions$inboundSchema).optional(),
|
|
@@ -382,6 +393,7 @@ export const TransactionConnectionOptions$inboundSchema: z.ZodType<
|
|
|
382
393
|
"mattilda-tapifintechs": "mattildaTapifintechs",
|
|
383
394
|
"mock-card": "mockCard",
|
|
384
395
|
"nuvei-card": "nuveiCard",
|
|
396
|
+
"nuvei-pse": "nuveiPse",
|
|
385
397
|
"oxxo-oxxo": "oxxoOxxo",
|
|
386
398
|
"paypal-paypal": "paypalPaypal",
|
|
387
399
|
"paypal-paypalpaylater": "paypalPaypalpaylater",
|
|
@@ -427,6 +439,7 @@ export type TransactionConnectionOptions$Outbound = {
|
|
|
427
439
|
"mattilda-tapifintechs"?: MattildaTapiOptions$Outbound | null | undefined;
|
|
428
440
|
"mock-card"?: MockCardOptions$Outbound | null | undefined;
|
|
429
441
|
"nuvei-card"?: NuveiOptions$Outbound | null | undefined;
|
|
442
|
+
"nuvei-pse"?: NuveiPSEOptions$Outbound | null | undefined;
|
|
430
443
|
"oxxo-oxxo"?: OxxoOptions$Outbound | null | undefined;
|
|
431
444
|
"paypal-paypal"?: PaypalOptions$Outbound | null | undefined;
|
|
432
445
|
"paypal-paypalpaylater"?: PaypalOptions$Outbound | null | undefined;
|
|
@@ -475,6 +488,7 @@ export const TransactionConnectionOptions$outboundSchema: z.ZodType<
|
|
|
475
488
|
.optional(),
|
|
476
489
|
mockCard: z.nullable(MockCardOptions$outboundSchema).optional(),
|
|
477
490
|
nuveiCard: z.nullable(NuveiOptions$outboundSchema).optional(),
|
|
491
|
+
nuveiPse: z.nullable(NuveiPSEOptions$outboundSchema).optional(),
|
|
478
492
|
oxxoOxxo: z.nullable(OxxoOptions$outboundSchema).optional(),
|
|
479
493
|
paypalPaypal: z.nullable(PaypalOptions$outboundSchema).optional(),
|
|
480
494
|
paypalPaypalpaylater: z.nullable(PaypalOptions$outboundSchema).optional(),
|
|
@@ -514,6 +528,7 @@ export const TransactionConnectionOptions$outboundSchema: z.ZodType<
|
|
|
514
528
|
mattildaTapifintechs: "mattilda-tapifintechs",
|
|
515
529
|
mockCard: "mock-card",
|
|
516
530
|
nuveiCard: "nuvei-card",
|
|
531
|
+
nuveiPse: "nuvei-pse",
|
|
517
532
|
oxxoOxxo: "oxxo-oxxo",
|
|
518
533
|
paypalPaypal: "paypal-paypal",
|
|
519
534
|
paypalPaypalpaylater: "paypal-paypalpaylater",
|
|
@@ -89,7 +89,7 @@ export class DigitalWallets extends ClientSDK {
|
|
|
89
89
|
digitalWalletId: string,
|
|
90
90
|
merchantAccountId?: string | null | undefined,
|
|
91
91
|
options?: RequestOptions,
|
|
92
|
-
): Promise<
|
|
92
|
+
): Promise<void> {
|
|
93
93
|
return unwrapAsync(digitalWalletsDelete(
|
|
94
94
|
this,
|
|
95
95
|
digitalWalletId,
|
package/src/sdk/domains.ts
CHANGED
|
@@ -41,7 +41,7 @@ export class Domains extends ClientSDK {
|
|
|
41
41
|
digitalWalletId: string,
|
|
42
42
|
merchantAccountId?: string | null | undefined,
|
|
43
43
|
options?: RequestOptions,
|
|
44
|
-
): Promise<
|
|
44
|
+
): Promise<void> {
|
|
45
45
|
return unwrapAsync(digitalWalletsDomainsDelete(
|
|
46
46
|
this,
|
|
47
47
|
digitalWalletDomain,
|
package/src/sdk/giftcards.ts
CHANGED
|
@@ -104,7 +104,7 @@ export class PaymentServices extends ClientSDK {
|
|
|
104
104
|
paymentServiceId: string,
|
|
105
105
|
merchantAccountId?: string | null | undefined,
|
|
106
106
|
options?: RequestOptions,
|
|
107
|
-
): Promise<
|
|
107
|
+
): Promise<void> {
|
|
108
108
|
return unwrapAsync(paymentServicesDelete(
|
|
109
109
|
this,
|
|
110
110
|
paymentServiceId,
|
|
@@ -107,7 +107,7 @@ export class ShippingDetails extends ClientSDK {
|
|
|
107
107
|
shippingDetailsId: string,
|
|
108
108
|
merchantAccountId?: string | null | undefined,
|
|
109
109
|
options?: RequestOptions,
|
|
110
|
-
): Promise<
|
|
110
|
+
): Promise<void> {
|
|
111
111
|
return unwrapAsync(buyersShippingDetailsDelete(
|
|
112
112
|
this,
|
|
113
113
|
buyerId,
|