@paygentic/sdk 0.7.2 → 0.7.3
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 +7 -3
- package/dist/commonjs/funcs/customersCreateCustomerPaymentMethod.d.ts +19 -0
- package/dist/commonjs/funcs/customersCreateCustomerPaymentMethod.d.ts.map +1 -0
- package/dist/commonjs/funcs/customersCreateCustomerPaymentMethod.js +125 -0
- package/dist/commonjs/funcs/customersCreateCustomerPaymentMethod.js.map +1 -0
- package/dist/commonjs/funcs/customersListCustomerPaymentMethods.d.ts +18 -0
- package/dist/commonjs/funcs/customersListCustomerPaymentMethods.d.ts.map +1 -0
- package/dist/commonjs/funcs/customersListCustomerPaymentMethods.js +123 -0
- package/dist/commonjs/funcs/customersListCustomerPaymentMethods.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +2 -0
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpaymentmethod.d.ts +44 -0
- package/dist/commonjs/models/operations/createcustomerpaymentmethod.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createcustomerpaymentmethod.js +65 -0
- package/dist/commonjs/models/operations/createcustomerpaymentmethod.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +2 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +2 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpaymentmethods.d.ts +35 -0
- package/dist/commonjs/models/operations/listcustomerpaymentmethods.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listcustomerpaymentmethods.js +65 -0
- package/dist/commonjs/models/operations/listcustomerpaymentmethods.js.map +1 -0
- package/dist/commonjs/models/operations/listinvoices.d.ts +1 -1
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.js +1 -1
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listpaymentsessions.d.ts +1 -1
- package/dist/commonjs/models/operations/listpaymentsessions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpaymentsessions.js +1 -1
- package/dist/commonjs/models/operations/listpaymentsessions.js.map +1 -1
- package/dist/commonjs/models/paymentmethod.d.ts +30 -0
- package/dist/commonjs/models/paymentmethod.d.ts.map +1 -0
- package/dist/commonjs/models/paymentmethod.js +62 -0
- package/dist/commonjs/models/paymentmethod.js.map +1 -0
- package/dist/commonjs/models/paymentsession.d.ts +18 -33
- package/dist/commonjs/models/paymentsession.d.ts.map +1 -1
- package/dist/commonjs/models/paymentsession.js +14 -11
- package/dist/commonjs/models/paymentsession.js.map +1 -1
- package/dist/commonjs/models/schemaspaymentsession.d.ts +68 -0
- package/dist/commonjs/models/schemaspaymentsession.d.ts.map +1 -0
- package/dist/commonjs/models/schemaspaymentsession.js +78 -0
- package/dist/commonjs/models/schemaspaymentsession.js.map +1 -0
- package/dist/commonjs/sdk/customers.d.ts +14 -0
- package/dist/commonjs/sdk/customers.d.ts.map +1 -1
- package/dist/commonjs/sdk/customers.js +20 -0
- package/dist/commonjs/sdk/customers.js.map +1 -1
- package/dist/esm/funcs/customersCreateCustomerPaymentMethod.d.ts +19 -0
- package/dist/esm/funcs/customersCreateCustomerPaymentMethod.d.ts.map +1 -0
- package/dist/esm/funcs/customersCreateCustomerPaymentMethod.js +89 -0
- package/dist/esm/funcs/customersCreateCustomerPaymentMethod.js.map +1 -0
- package/dist/esm/funcs/customersListCustomerPaymentMethods.d.ts +18 -0
- package/dist/esm/funcs/customersListCustomerPaymentMethods.d.ts.map +1 -0
- package/dist/esm/funcs/customersListCustomerPaymentMethods.js +87 -0
- package/dist/esm/funcs/customersListCustomerPaymentMethods.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpaymentmethod.d.ts +44 -0
- package/dist/esm/models/operations/createcustomerpaymentmethod.d.ts.map +1 -0
- package/dist/esm/models/operations/createcustomerpaymentmethod.js +27 -0
- package/dist/esm/models/operations/createcustomerpaymentmethod.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +2 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +2 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpaymentmethods.d.ts +35 -0
- package/dist/esm/models/operations/listcustomerpaymentmethods.d.ts.map +1 -0
- package/dist/esm/models/operations/listcustomerpaymentmethods.js +27 -0
- package/dist/esm/models/operations/listcustomerpaymentmethods.js.map +1 -0
- package/dist/esm/models/operations/listinvoices.d.ts +1 -1
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listinvoices.js +1 -1
- package/dist/esm/models/operations/listinvoices.js.map +1 -1
- package/dist/esm/models/operations/listpaymentsessions.d.ts +1 -1
- package/dist/esm/models/operations/listpaymentsessions.d.ts.map +1 -1
- package/dist/esm/models/operations/listpaymentsessions.js +1 -1
- package/dist/esm/models/operations/listpaymentsessions.js.map +1 -1
- package/dist/esm/models/paymentmethod.d.ts +30 -0
- package/dist/esm/models/paymentmethod.d.ts.map +1 -0
- package/dist/esm/models/paymentmethod.js +25 -0
- package/dist/esm/models/paymentmethod.js.map +1 -0
- package/dist/esm/models/paymentsession.d.ts +18 -33
- package/dist/esm/models/paymentsession.d.ts.map +1 -1
- package/dist/esm/models/paymentsession.js +13 -10
- package/dist/esm/models/paymentsession.js.map +1 -1
- package/dist/esm/models/schemaspaymentsession.d.ts +68 -0
- package/dist/esm/models/schemaspaymentsession.d.ts.map +1 -0
- package/dist/esm/models/schemaspaymentsession.js +41 -0
- package/dist/esm/models/schemaspaymentsession.js.map +1 -0
- package/dist/esm/sdk/customers.d.ts +14 -0
- package/dist/esm/sdk/customers.d.ts.map +1 -1
- package/dist/esm/sdk/customers.js +20 -0
- package/dist/esm/sdk/customers.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/customersCreateCustomerPaymentMethod.ts +182 -0
- package/src/funcs/customersListCustomerPaymentMethods.ts +176 -0
- package/src/lib/config.ts +2 -2
- package/src/models/index.ts +2 -0
- package/src/models/operations/createcustomerpaymentmethod.ts +90 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/listcustomerpaymentmethods.ts +82 -0
- package/src/models/operations/listinvoices.ts +2 -2
- package/src/models/operations/listpaymentsessions.ts +2 -2
- package/src/models/paymentmethod.ts +62 -0
- package/src/models/paymentsession.ts +26 -39
- package/src/models/schemaspaymentsession.ts +113 -0
- package/src/sdk/customers.ts +36 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
import * as models from "../index.js";
|
|
6
|
+
export type ListCustomerPaymentMethodsRequest = {
|
|
7
|
+
/**
|
|
8
|
+
* The unique identifier of the customer.
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const ListCustomerPaymentMethodsObject: {
|
|
13
|
+
readonly List: "list";
|
|
14
|
+
};
|
|
15
|
+
export type ListCustomerPaymentMethodsObject = ClosedEnum<typeof ListCustomerPaymentMethodsObject>;
|
|
16
|
+
/**
|
|
17
|
+
* List of payment methods
|
|
18
|
+
*/
|
|
19
|
+
export type ListCustomerPaymentMethodsResponse = {
|
|
20
|
+
object: ListCustomerPaymentMethodsObject;
|
|
21
|
+
data: Array<models.PaymentMethod>;
|
|
22
|
+
};
|
|
23
|
+
/** @internal */
|
|
24
|
+
export type ListCustomerPaymentMethodsRequest$Outbound = {
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
27
|
+
/** @internal */
|
|
28
|
+
export declare const ListCustomerPaymentMethodsRequest$outboundSchema: z.ZodType<ListCustomerPaymentMethodsRequest$Outbound, z.ZodTypeDef, ListCustomerPaymentMethodsRequest>;
|
|
29
|
+
export declare function listCustomerPaymentMethodsRequestToJSON(listCustomerPaymentMethodsRequest: ListCustomerPaymentMethodsRequest): string;
|
|
30
|
+
/** @internal */
|
|
31
|
+
export declare const ListCustomerPaymentMethodsObject$inboundSchema: z.ZodNativeEnum<typeof ListCustomerPaymentMethodsObject>;
|
|
32
|
+
/** @internal */
|
|
33
|
+
export declare const ListCustomerPaymentMethodsResponse$inboundSchema: z.ZodType<ListCustomerPaymentMethodsResponse, z.ZodTypeDef, unknown>;
|
|
34
|
+
export declare function listCustomerPaymentMethodsResponseFromJSON(jsonString: string): SafeParseResult<ListCustomerPaymentMethodsResponse, SDKValidationError>;
|
|
35
|
+
//# sourceMappingURL=listcustomerpaymentmethods.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listcustomerpaymentmethods.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/listcustomerpaymentmethods.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,iCAAiC,GAAG;IAC9C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,gCAAgC;;CAEnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,UAAU,CACvD,OAAO,gCAAgC,CACxC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C,MAAM,EAAE,gCAAgC,CAAC;IACzC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAGjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,aAAa,CAC1E,OAAO,gCAAgC,CACS,CAAC;AAEnD,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ListCustomerPaymentMethodsResponse$inboundSchema = exports.ListCustomerPaymentMethodsObject$inboundSchema = exports.ListCustomerPaymentMethodsRequest$outboundSchema = exports.ListCustomerPaymentMethodsObject = void 0;
|
|
40
|
+
exports.listCustomerPaymentMethodsRequestToJSON = listCustomerPaymentMethodsRequestToJSON;
|
|
41
|
+
exports.listCustomerPaymentMethodsResponseFromJSON = listCustomerPaymentMethodsResponseFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const models = __importStar(require("../index.js"));
|
|
45
|
+
exports.ListCustomerPaymentMethodsObject = {
|
|
46
|
+
List: "list",
|
|
47
|
+
};
|
|
48
|
+
/** @internal */
|
|
49
|
+
exports.ListCustomerPaymentMethodsRequest$outboundSchema = z.object({
|
|
50
|
+
id: z.string(),
|
|
51
|
+
});
|
|
52
|
+
function listCustomerPaymentMethodsRequestToJSON(listCustomerPaymentMethodsRequest) {
|
|
53
|
+
return JSON.stringify(exports.ListCustomerPaymentMethodsRequest$outboundSchema.parse(listCustomerPaymentMethodsRequest));
|
|
54
|
+
}
|
|
55
|
+
/** @internal */
|
|
56
|
+
exports.ListCustomerPaymentMethodsObject$inboundSchema = z.nativeEnum(exports.ListCustomerPaymentMethodsObject);
|
|
57
|
+
/** @internal */
|
|
58
|
+
exports.ListCustomerPaymentMethodsResponse$inboundSchema = z.object({
|
|
59
|
+
object: exports.ListCustomerPaymentMethodsObject$inboundSchema,
|
|
60
|
+
data: z.array(models.PaymentMethod$inboundSchema),
|
|
61
|
+
});
|
|
62
|
+
function listCustomerPaymentMethodsResponseFromJSON(jsonString) {
|
|
63
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListCustomerPaymentMethodsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListCustomerPaymentMethodsResponse' from JSON`);
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=listcustomerpaymentmethods.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listcustomerpaymentmethods.js","sourceRoot":"","sources":["../../../../src/models/operations/listcustomerpaymentmethods.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CH,0FAQC;AAiBD,gGASC;AA7ED,0CAA4B;AAC5B,qDAAiD;AAIjD,oDAAsC;AASzB,QAAA,gCAAgC,GAAG;IAC9C,IAAI,EAAE,MAAM;CACJ,CAAC;AAkBX,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,iCAAoE;IAEpE,OAAO,IAAI,CAAC,SAAS,CACnB,wDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,8CAA8C,GAEvD,CAAC,CAAC,UAAU,CAAC,wCAAgC,CAAC,CAAC;AAEnD,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,sDAA8C;IACtD,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,2BAA2B,CAAC;CAClD,CAAC,CAAC;AAEH,SAAgB,0CAA0C,CACxD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,wDAAgD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,gEAAgE,CACjE,CAAC;AACJ,CAAC"}
|
|
@@ -72,7 +72,7 @@ export type ListInvoicesResponse = {
|
|
|
72
72
|
/**
|
|
73
73
|
* Offset-based pagination response.
|
|
74
74
|
*/
|
|
75
|
-
pagination
|
|
75
|
+
pagination: models.OffsetPagination;
|
|
76
76
|
};
|
|
77
77
|
/** @internal */
|
|
78
78
|
export declare const NextActionAt$outboundSchema: z.ZodNativeEnum<typeof NextActionAt>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listinvoices.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/listinvoices.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,YAAY;;CAEf,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;CAYrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;CAErB,CAAC;AACX,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,UAAU,
|
|
1
|
+
{"version":3,"file":"listinvoices.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/listinvoices.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,YAAY;;CAEf,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;CAYrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;CAErB,CAAC;AACX,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,gBAAgB,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAQnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAM3D"}
|
|
@@ -89,7 +89,7 @@ exports.ListInvoicesObject$inboundSchema = z.nativeEnum(exports.ListInvoicesObje
|
|
|
89
89
|
exports.ListInvoicesResponse$inboundSchema = z.object({
|
|
90
90
|
object: exports.ListInvoicesObject$inboundSchema,
|
|
91
91
|
data: z.array(models.Invoice$inboundSchema),
|
|
92
|
-
pagination: models.OffsetPagination$inboundSchema
|
|
92
|
+
pagination: models.OffsetPagination$inboundSchema,
|
|
93
93
|
});
|
|
94
94
|
function listInvoicesResponseFromJSON(jsonString) {
|
|
95
95
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListInvoicesResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListInvoicesResponse' from JSON`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listinvoices.js","sourceRoot":"","sources":["../../../../src/models/operations/listinvoices.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsHH,8DAMC;AAkBD,oEAQC;AApJD,0CAA4B;AAC5B,qDAAiD;AAIjD,oDAAsC;AAEtC;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,KAAK,EAAE,OAAO;CACN,CAAC;AAMX;;GAEG;AACU,QAAA,kBAAkB,GAAG;IAChC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,QAAQ;CACR,CAAC;AAiCE,QAAA,kBAAkB,GAAG;IAChC,IAAI,EAAE,MAAM;CACJ,CAAC;AAeX,gBAAgB;AACH,QAAA,2BAA2B,GACtC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAE7B,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAYrC,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnC,YAAY,EAAE,mCAA2B,CAAC,QAAQ,EAAE;IACpD,MAAM,EAAE,yCAAiC,CAAC,QAAQ,EAAE;IACpD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,wCAAgC;IACxC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,8BAA8B
|
|
1
|
+
{"version":3,"file":"listinvoices.js","sourceRoot":"","sources":["../../../../src/models/operations/listinvoices.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsHH,8DAMC;AAkBD,oEAQC;AApJD,0CAA4B;AAC5B,qDAAiD;AAIjD,oDAAsC;AAEtC;;GAEG;AACU,QAAA,YAAY,GAAG;IAC1B,KAAK,EAAE,OAAO;CACN,CAAC;AAMX;;GAEG;AACU,QAAA,kBAAkB,GAAG;IAChC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,QAAQ;CACR,CAAC;AAiCE,QAAA,kBAAkB,GAAG;IAChC,IAAI,EAAE,MAAM;CACJ,CAAC;AAeX,gBAAgB;AACH,QAAA,2BAA2B,GACtC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAE7B,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAYrC,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnC,YAAY,EAAE,mCAA2B,CAAC,QAAQ,EAAE;IACpD,MAAM,EAAE,yCAAiC,CAAC,QAAQ,EAAE;IACpD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,wCAAgC;IACxC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,8BAA8B;CAClD,CAAC,CAAC;AAEH,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC"}
|
|
@@ -70,7 +70,7 @@ export type ListPaymentSessionsObject = ClosedEnum<typeof ListPaymentSessionsObj
|
|
|
70
70
|
*/
|
|
71
71
|
export type ListPaymentSessionsResponse = {
|
|
72
72
|
object: ListPaymentSessionsObject;
|
|
73
|
-
data: Array<models.
|
|
73
|
+
data: Array<models.SchemasPaymentSession>;
|
|
74
74
|
/**
|
|
75
75
|
* Offset-based pagination response.
|
|
76
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listpaymentsessions.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/listpaymentsessions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;CAO5B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,yBAAyB;;CAE5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,yBAAyB,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"listpaymentsessions.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/listpaymentsessions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;CAO5B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,yBAAyB;;CAE5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,yBAAyB,CAAC;IAClC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IAC1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,gBAAgB,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAChD,CAAC;AAE1B,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAS1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR;AAED,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
|
|
@@ -88,7 +88,7 @@ exports.ListPaymentSessionsObject$inboundSchema = z.nativeEnum(exports.ListPayme
|
|
|
88
88
|
/** @internal */
|
|
89
89
|
exports.ListPaymentSessionsResponse$inboundSchema = z.object({
|
|
90
90
|
object: exports.ListPaymentSessionsObject$inboundSchema,
|
|
91
|
-
data: z.array(models.
|
|
91
|
+
data: z.array(models.SchemasPaymentSession$inboundSchema),
|
|
92
92
|
pagination: models.OffsetPagination$inboundSchema,
|
|
93
93
|
});
|
|
94
94
|
function listPaymentSessionsResponseFromJSON(jsonString) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listpaymentsessions.js","sourceRoot":"","sources":["../../../../src/models/operations/listpaymentsessions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8HH,4EAMC;AAkBD,kFAQC;AA5JD,0CAA4B;AAC5B,qDAAiD;AAIjD,oDAAsC;AAEtC;;GAEG;AACU,QAAA,yBAAyB,GAAG;IACvC,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAQX;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAqCE,QAAA,yBAAyB,GAAG;IACvC,IAAI,EAAE,MAAM;CACJ,CAAC;AAiBX,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,yBAAyB,GAAuC,CAAC;KAC3E,UAAU,CAAC,kBAAU,CAAC,CAAC;AAa1B,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,gDAAwC,CAAC,QAAQ,EAAE;IAC3D,UAAU,EAAE,iCAAyB,CAAC,QAAQ,EAAE;IAChD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;CACpC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,+CAAuC;IAC/C,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"listpaymentsessions.js","sourceRoot":"","sources":["../../../../src/models/operations/listpaymentsessions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8HH,4EAMC;AAkBD,kFAQC;AA5JD,0CAA4B;AAC5B,qDAAiD;AAIjD,oDAAsC;AAEtC;;GAEG;AACU,QAAA,yBAAyB,GAAG;IACvC,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAQX;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;IAC5B,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAqCE,QAAA,yBAAyB,GAAG;IACvC,IAAI,EAAE,MAAM;CACJ,CAAC;AAiBX,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,yBAAyB,GAAuC,CAAC;KAC3E,UAAU,CAAC,kBAAU,CAAC,CAAC;AAa1B,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,gDAAwC,CAAC,QAAQ,EAAE;IAC3D,UAAU,EAAE,iCAAyB,CAAC,QAAQ,EAAE;IAChD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;CACpC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAE5C,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,+CAAuC;IAC/C,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,mCAAmC,CAAC;IACzD,UAAU,EAAE,MAAM,CAAC,8BAA8B;CAClD,CAAC,CAAC;AAEH,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const PaymentMethodObject: {
|
|
6
|
+
readonly PaymentMethod: "paymentMethod";
|
|
7
|
+
};
|
|
8
|
+
export type PaymentMethodObject = ClosedEnum<typeof PaymentMethodObject>;
|
|
9
|
+
export type PaymentMethod = {
|
|
10
|
+
object: PaymentMethodObject;
|
|
11
|
+
/**
|
|
12
|
+
* Payment method identifier.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
/**
|
|
16
|
+
* Payment method type (e.g. `card`, `sepa_debit`).
|
|
17
|
+
*/
|
|
18
|
+
type?: string | null | undefined;
|
|
19
|
+
brand?: string | null | undefined;
|
|
20
|
+
last4?: string | null | undefined;
|
|
21
|
+
expMonth?: number | null | undefined;
|
|
22
|
+
expYear?: number | null | undefined;
|
|
23
|
+
createdAt: Date;
|
|
24
|
+
};
|
|
25
|
+
/** @internal */
|
|
26
|
+
export declare const PaymentMethodObject$inboundSchema: z.ZodNativeEnum<typeof PaymentMethodObject>;
|
|
27
|
+
/** @internal */
|
|
28
|
+
export declare const PaymentMethod$inboundSchema: z.ZodType<PaymentMethod, z.ZodTypeDef, unknown>;
|
|
29
|
+
export declare function paymentMethodFromJSON(jsonString: string): SafeParseResult<PaymentMethod, SDKValidationError>;
|
|
30
|
+
//# sourceMappingURL=paymentmethod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paymentmethod.d.ts","sourceRoot":"","sources":["../../../src/models/paymentmethod.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEpE,eAAO,MAAM,mBAAmB;;CAEtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,mBAAmB,CACS,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaymentMethod$inboundSchema = exports.PaymentMethodObject$inboundSchema = exports.PaymentMethodObject = void 0;
|
|
40
|
+
exports.paymentMethodFromJSON = paymentMethodFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const schemas_js_1 = require("../lib/schemas.js");
|
|
43
|
+
exports.PaymentMethodObject = {
|
|
44
|
+
PaymentMethod: "paymentMethod",
|
|
45
|
+
};
|
|
46
|
+
/** @internal */
|
|
47
|
+
exports.PaymentMethodObject$inboundSchema = z.nativeEnum(exports.PaymentMethodObject);
|
|
48
|
+
/** @internal */
|
|
49
|
+
exports.PaymentMethod$inboundSchema = z.object({
|
|
50
|
+
object: exports.PaymentMethodObject$inboundSchema,
|
|
51
|
+
id: z.string(),
|
|
52
|
+
type: z.nullable(z.string()).optional(),
|
|
53
|
+
brand: z.nullable(z.string()).optional(),
|
|
54
|
+
last4: z.nullable(z.string()).optional(),
|
|
55
|
+
expMonth: z.nullable(z.number().int()).optional(),
|
|
56
|
+
expYear: z.nullable(z.number().int()).optional(),
|
|
57
|
+
createdAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
58
|
+
});
|
|
59
|
+
function paymentMethodFromJSON(jsonString) {
|
|
60
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PaymentMethod$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PaymentMethod' from JSON`);
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=paymentmethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paymentmethod.js","sourceRoot":"","sources":["../../../src/models/paymentmethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,sDAQC;AAzDD,0CAA4B;AAC5B,kDAA8C;AAKjC,QAAA,mBAAmB,GAAG;IACjC,aAAa,EAAE,eAAe;CACtB,CAAC;AAoBX,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,yCAAiC;IACzC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACxC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACxC,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACjD,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;CAC7E,CAAC,CAAC;AAEH,SAAgB,qBAAqB,CACnC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mCAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AACJ,CAAC"}
|
|
@@ -3,12 +3,14 @@ import { ClosedEnum } from "../types/enums.js";
|
|
|
3
3
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
5
|
export declare const PaymentSessionObject: {
|
|
6
|
-
readonly PaymentSession: "
|
|
6
|
+
readonly PaymentSession: "paymentSession";
|
|
7
7
|
};
|
|
8
8
|
export type PaymentSessionObject = ClosedEnum<typeof PaymentSessionObject>;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
export declare const Mode: {
|
|
10
|
+
readonly Payment: "payment";
|
|
11
|
+
readonly Setup: "setup";
|
|
12
|
+
};
|
|
13
|
+
export type Mode = ClosedEnum<typeof Mode>;
|
|
12
14
|
export declare const PaymentSessionStatus: {
|
|
13
15
|
readonly Pending: "pending";
|
|
14
16
|
readonly Processing: "processing";
|
|
@@ -17,50 +19,33 @@ export declare const PaymentSessionStatus: {
|
|
|
17
19
|
readonly Expired: "expired";
|
|
18
20
|
readonly Cancelled: "cancelled";
|
|
19
21
|
};
|
|
20
|
-
/**
|
|
21
|
-
* Lifecycle status of the session.
|
|
22
|
-
*/
|
|
23
22
|
export type PaymentSessionStatus = ClosedEnum<typeof PaymentSessionStatus>;
|
|
24
23
|
export type PaymentSession = {
|
|
25
24
|
object: PaymentSessionObject;
|
|
26
25
|
/**
|
|
27
|
-
* Payment session
|
|
26
|
+
* Payment session identifier (e.g. `ps_...`).
|
|
28
27
|
*/
|
|
29
28
|
id: string;
|
|
30
|
-
|
|
31
|
-
* Type of entity the session pays for (invoice, subscription, payment, topup).
|
|
32
|
-
*/
|
|
33
|
-
entityType: string;
|
|
34
|
-
/**
|
|
35
|
-
* ID of the entity the session pays for.
|
|
36
|
-
*/
|
|
37
|
-
entityId: string;
|
|
38
|
-
/**
|
|
39
|
-
* Amount in decimal dollars.
|
|
40
|
-
*/
|
|
41
|
-
amount: string;
|
|
42
|
-
/**
|
|
43
|
-
* ISO 4217 currency code.
|
|
44
|
-
*/
|
|
45
|
-
currency: string;
|
|
46
|
-
/**
|
|
47
|
-
* Lifecycle status of the session.
|
|
48
|
-
*/
|
|
29
|
+
mode: Mode;
|
|
49
30
|
status: PaymentSessionStatus;
|
|
50
31
|
/**
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
merchantPaymentAccountId?: string | null | undefined;
|
|
54
|
-
/**
|
|
55
|
-
* Timestamp the session reached terminal completion. Null until the session completes.
|
|
32
|
+
* Hosted page URL. Redirect the customer here, or load it inside an iframe — when iframed, the page reports outcomes via `postMessage` (`payment_success` / `payment_error`) to the parent window.
|
|
56
33
|
*/
|
|
34
|
+
url: string;
|
|
35
|
+
successRedirectUrl?: string | null | undefined;
|
|
36
|
+
failureRedirectUrl?: string | null | undefined;
|
|
37
|
+
metadata?: {
|
|
38
|
+
[k: string]: any;
|
|
39
|
+
} | undefined;
|
|
40
|
+
expiresAt: Date;
|
|
57
41
|
completedAt?: Date | null | undefined;
|
|
58
42
|
createdAt: Date;
|
|
59
|
-
updatedAt: Date;
|
|
60
43
|
};
|
|
61
44
|
/** @internal */
|
|
62
45
|
export declare const PaymentSessionObject$inboundSchema: z.ZodNativeEnum<typeof PaymentSessionObject>;
|
|
63
46
|
/** @internal */
|
|
47
|
+
export declare const Mode$inboundSchema: z.ZodNativeEnum<typeof Mode>;
|
|
48
|
+
/** @internal */
|
|
64
49
|
export declare const PaymentSessionStatus$inboundSchema: z.ZodNativeEnum<typeof PaymentSessionStatus>;
|
|
65
50
|
/** @internal */
|
|
66
51
|
export declare const PaymentSession$inboundSchema: z.ZodType<PaymentSession, z.ZodTypeDef, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paymentsession.d.ts","sourceRoot":"","sources":["../../../src/models/paymentsession.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEpE,eAAO,MAAM,oBAAoB;;CAEvB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E
|
|
1
|
+
{"version":3,"file":"paymentsession.d.ts","sourceRoot":"","sources":["../../../src/models/paymentsession.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEpE,eAAO,MAAM,oBAAoB;;CAEvB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,eAAO,MAAM,IAAI;;;CAGP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;;;;;CAOvB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,oBAAoB,CAAC;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAC5C,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,aAAa,CAC9D,OAAO,oBAAoB,CACS,CAAC;AAEvC,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAE3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,aAAa,CAC9D,OAAO,oBAAoB,CACS,CAAC;AAEvC,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CAeP,CAAC;AAEH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAMrD"}
|
|
@@ -36,16 +36,17 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PaymentSession$inboundSchema = exports.PaymentSessionStatus$inboundSchema = exports.PaymentSessionObject$inboundSchema = exports.PaymentSessionStatus = exports.PaymentSessionObject = void 0;
|
|
39
|
+
exports.PaymentSession$inboundSchema = exports.PaymentSessionStatus$inboundSchema = exports.Mode$inboundSchema = exports.PaymentSessionObject$inboundSchema = exports.PaymentSessionStatus = exports.Mode = exports.PaymentSessionObject = void 0;
|
|
40
40
|
exports.paymentSessionFromJSON = paymentSessionFromJSON;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const schemas_js_1 = require("../lib/schemas.js");
|
|
43
43
|
exports.PaymentSessionObject = {
|
|
44
|
-
PaymentSession: "
|
|
44
|
+
PaymentSession: "paymentSession",
|
|
45
|
+
};
|
|
46
|
+
exports.Mode = {
|
|
47
|
+
Payment: "payment",
|
|
48
|
+
Setup: "setup",
|
|
45
49
|
};
|
|
46
|
-
/**
|
|
47
|
-
* Lifecycle status of the session.
|
|
48
|
-
*/
|
|
49
50
|
exports.PaymentSessionStatus = {
|
|
50
51
|
Pending: "pending",
|
|
51
52
|
Processing: "processing",
|
|
@@ -57,20 +58,22 @@ exports.PaymentSessionStatus = {
|
|
|
57
58
|
/** @internal */
|
|
58
59
|
exports.PaymentSessionObject$inboundSchema = z.nativeEnum(exports.PaymentSessionObject);
|
|
59
60
|
/** @internal */
|
|
61
|
+
exports.Mode$inboundSchema = z.nativeEnum(exports.Mode);
|
|
62
|
+
/** @internal */
|
|
60
63
|
exports.PaymentSessionStatus$inboundSchema = z.nativeEnum(exports.PaymentSessionStatus);
|
|
61
64
|
/** @internal */
|
|
62
65
|
exports.PaymentSession$inboundSchema = z.object({
|
|
63
66
|
object: exports.PaymentSessionObject$inboundSchema,
|
|
64
67
|
id: z.string(),
|
|
65
|
-
|
|
66
|
-
entityId: z.string(),
|
|
67
|
-
amount: z.string(),
|
|
68
|
-
currency: z.string(),
|
|
68
|
+
mode: exports.Mode$inboundSchema,
|
|
69
69
|
status: exports.PaymentSessionStatus$inboundSchema,
|
|
70
|
-
|
|
70
|
+
url: z.string(),
|
|
71
|
+
successRedirectUrl: z.nullable(z.string()).optional(),
|
|
72
|
+
failureRedirectUrl: z.nullable(z.string()).optional(),
|
|
73
|
+
metadata: z.record(z.any()).optional(),
|
|
74
|
+
expiresAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
71
75
|
completedAt: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
|
|
72
76
|
createdAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
73
|
-
updatedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
74
77
|
});
|
|
75
78
|
function paymentSessionFromJSON(jsonString) {
|
|
76
79
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PaymentSession$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PaymentSession' from JSON`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paymentsession.js","sourceRoot":"","sources":["../../../src/models/paymentsession.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"paymentsession.js","sourceRoot":"","sources":["../../../src/models/paymentsession.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqFH,wDAQC;AA3FD,0CAA4B;AAC5B,kDAA8C;AAKjC,QAAA,oBAAoB,GAAG;IAClC,cAAc,EAAE,gBAAgB;CACxB,CAAC;AAGE,QAAA,IAAI,GAAG;IAClB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACN,CAAC;AAGE,QAAA,oBAAoB,GAAG;IAClC,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAuBX,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,CAAC,CAAC,UAAU,CAAC,4BAAoB,CAAC,CAAC;AAEvC,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAC1E,YAAI,CACL,CAAC;AAEF,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,CAAC,CAAC,UAAU,CAAC,4BAAoB,CAAC,CAAC;AAEvC,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,0CAAkC;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,0BAAkB;IACxB,MAAM,EAAE,0CAAkC;IAC1C,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrD,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrD,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC5E,WAAW,EAAE,CAAC,CAAC,QAAQ,CACrB,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE;IACZ,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;CAC7E,CAAC,CAAC;AAEH,SAAgB,sBAAsB,CACpC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const SchemasPaymentSessionObject: {
|
|
6
|
+
readonly PaymentSession: "payment_session";
|
|
7
|
+
};
|
|
8
|
+
export type SchemasPaymentSessionObject = ClosedEnum<typeof SchemasPaymentSessionObject>;
|
|
9
|
+
/**
|
|
10
|
+
* Lifecycle status of the session.
|
|
11
|
+
*/
|
|
12
|
+
export declare const SchemasPaymentSessionStatus: {
|
|
13
|
+
readonly Pending: "pending";
|
|
14
|
+
readonly Processing: "processing";
|
|
15
|
+
readonly Completed: "completed";
|
|
16
|
+
readonly Failed: "failed";
|
|
17
|
+
readonly Expired: "expired";
|
|
18
|
+
readonly Cancelled: "cancelled";
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Lifecycle status of the session.
|
|
22
|
+
*/
|
|
23
|
+
export type SchemasPaymentSessionStatus = ClosedEnum<typeof SchemasPaymentSessionStatus>;
|
|
24
|
+
export type SchemasPaymentSession = {
|
|
25
|
+
object: SchemasPaymentSessionObject;
|
|
26
|
+
/**
|
|
27
|
+
* Payment session ID (ps_*).
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
/**
|
|
31
|
+
* Type of entity the session pays for (invoice, subscription, payment, topup).
|
|
32
|
+
*/
|
|
33
|
+
entityType: string;
|
|
34
|
+
/**
|
|
35
|
+
* ID of the entity the session pays for.
|
|
36
|
+
*/
|
|
37
|
+
entityId: string;
|
|
38
|
+
/**
|
|
39
|
+
* Amount in decimal dollars.
|
|
40
|
+
*/
|
|
41
|
+
amount: string;
|
|
42
|
+
/**
|
|
43
|
+
* ISO 4217 currency code.
|
|
44
|
+
*/
|
|
45
|
+
currency: string;
|
|
46
|
+
/**
|
|
47
|
+
* Lifecycle status of the session.
|
|
48
|
+
*/
|
|
49
|
+
status: SchemasPaymentSessionStatus;
|
|
50
|
+
/**
|
|
51
|
+
* Stripe Connect account ID (acct_*) when the session is routed to a connected account.
|
|
52
|
+
*/
|
|
53
|
+
merchantPaymentAccountId?: string | null | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* Timestamp the session reached terminal completion. Null until the session completes.
|
|
56
|
+
*/
|
|
57
|
+
completedAt?: Date | null | undefined;
|
|
58
|
+
createdAt: Date;
|
|
59
|
+
updatedAt: Date;
|
|
60
|
+
};
|
|
61
|
+
/** @internal */
|
|
62
|
+
export declare const SchemasPaymentSessionObject$inboundSchema: z.ZodNativeEnum<typeof SchemasPaymentSessionObject>;
|
|
63
|
+
/** @internal */
|
|
64
|
+
export declare const SchemasPaymentSessionStatus$inboundSchema: z.ZodNativeEnum<typeof SchemasPaymentSessionStatus>;
|
|
65
|
+
/** @internal */
|
|
66
|
+
export declare const SchemasPaymentSession$inboundSchema: z.ZodType<SchemasPaymentSession, z.ZodTypeDef, unknown>;
|
|
67
|
+
export declare function schemasPaymentSessionFromJSON(jsonString: string): SafeParseResult<SchemasPaymentSession, SDKValidationError>;
|
|
68
|
+
//# sourceMappingURL=schemaspaymentsession.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemaspaymentsession.d.ts","sourceRoot":"","sources":["../../../src/models/schemaspaymentsession.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEpE,eAAO,MAAM,2BAA2B;;CAE9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;CAO9B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,MAAM,EAAE,2BAA2B,CAAC;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,2BAA2B,CAAC;IACpC;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,aAAa,CACrE,OAAO,2BAA2B,CACS,CAAC;AAE9C,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,aAAa,CACrE,OAAO,2BAA2B,CACS,CAAC;AAE9C,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAeP,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SchemasPaymentSession$inboundSchema = exports.SchemasPaymentSessionStatus$inboundSchema = exports.SchemasPaymentSessionObject$inboundSchema = exports.SchemasPaymentSessionStatus = exports.SchemasPaymentSessionObject = void 0;
|
|
40
|
+
exports.schemasPaymentSessionFromJSON = schemasPaymentSessionFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const schemas_js_1 = require("../lib/schemas.js");
|
|
43
|
+
exports.SchemasPaymentSessionObject = {
|
|
44
|
+
PaymentSession: "payment_session",
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Lifecycle status of the session.
|
|
48
|
+
*/
|
|
49
|
+
exports.SchemasPaymentSessionStatus = {
|
|
50
|
+
Pending: "pending",
|
|
51
|
+
Processing: "processing",
|
|
52
|
+
Completed: "completed",
|
|
53
|
+
Failed: "failed",
|
|
54
|
+
Expired: "expired",
|
|
55
|
+
Cancelled: "cancelled",
|
|
56
|
+
};
|
|
57
|
+
/** @internal */
|
|
58
|
+
exports.SchemasPaymentSessionObject$inboundSchema = z.nativeEnum(exports.SchemasPaymentSessionObject);
|
|
59
|
+
/** @internal */
|
|
60
|
+
exports.SchemasPaymentSessionStatus$inboundSchema = z.nativeEnum(exports.SchemasPaymentSessionStatus);
|
|
61
|
+
/** @internal */
|
|
62
|
+
exports.SchemasPaymentSession$inboundSchema = z.object({
|
|
63
|
+
object: exports.SchemasPaymentSessionObject$inboundSchema,
|
|
64
|
+
id: z.string(),
|
|
65
|
+
entityType: z.string(),
|
|
66
|
+
entityId: z.string(),
|
|
67
|
+
amount: z.string(),
|
|
68
|
+
currency: z.string(),
|
|
69
|
+
status: exports.SchemasPaymentSessionStatus$inboundSchema,
|
|
70
|
+
merchantPaymentAccountId: z.nullable(z.string()).optional(),
|
|
71
|
+
completedAt: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
|
|
72
|
+
createdAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
73
|
+
updatedAt: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
74
|
+
});
|
|
75
|
+
function schemasPaymentSessionFromJSON(jsonString) {
|
|
76
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SchemasPaymentSession$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SchemasPaymentSession' from JSON`);
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=schemaspaymentsession.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemaspaymentsession.js","sourceRoot":"","sources":["../../../src/models/schemaspaymentsession.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsGH,sEAQC;AA5GD,0CAA4B;AAC5B,kDAA8C;AAKjC,QAAA,2BAA2B,GAAG;IACzC,cAAc,EAAE,iBAAiB;CACzB,CAAC;AAKX;;GAEG;AACU,QAAA,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AA8CX,gBAAgB;AACH,QAAA,yCAAyC,GAElD,CAAC,CAAC,UAAU,CAAC,mCAA2B,CAAC,CAAC;AAE9C,gBAAgB;AACH,QAAA,yCAAyC,GAElD,CAAC,CAAC,UAAU,CAAC,mCAA2B,CAAC,CAAC;AAE9C,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,iDAAyC;IACjD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,iDAAyC;IACjD,wBAAwB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3D,WAAW,EAAE,CAAC,CAAC,QAAQ,CACrB,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE;IACZ,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC5E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;CAC7E,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
|