mollie-api-typescript 0.1.7 → 0.1.8
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/FUNCTIONS.md +7 -139
- package/README.md +77 -877
- package/bin/mcp-server.js +375 -182
- package/bin/mcp-server.js.map +10 -10
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +40 -40
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/models/operations/createwebhook.d.ts +96 -38
- package/dist/commonjs/models/operations/createwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createwebhook.js +79 -41
- package/dist/commonjs/models/operations/createwebhook.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhook.d.ts +139 -21
- package/dist/commonjs/models/operations/getwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhook.js +114 -20
- package/dist/commonjs/models/operations/getwebhook.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +63 -17
- package/dist/commonjs/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.js +48 -21
- package/dist/commonjs/models/operations/getwebhookevent.js.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.d.ts +160 -39
- package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.js +136 -41
- package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
- package/dist/commonjs/models/operations/updatewebhook.d.ts +162 -32
- package/dist/commonjs/models/operations/updatewebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatewebhook.js +140 -33
- package/dist/commonjs/models/operations/updatewebhook.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +24 -24
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +36 -36
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +40 -40
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/models/operations/createwebhook.d.ts +96 -38
- package/dist/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/createwebhook.js +78 -40
- package/dist/esm/models/operations/createwebhook.js.map +1 -1
- package/dist/esm/models/operations/getwebhook.d.ts +139 -21
- package/dist/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhook.js +109 -19
- package/dist/esm/models/operations/getwebhook.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +63 -17
- package/dist/esm/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.js +45 -18
- package/dist/esm/models/operations/getwebhookevent.js.map +1 -1
- package/dist/esm/models/operations/listwebhooks.d.ts +160 -39
- package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/esm/models/operations/listwebhooks.js +130 -40
- package/dist/esm/models/operations/listwebhooks.js.map +1 -1
- package/dist/esm/models/operations/updatewebhook.d.ts +162 -32
- package/dist/esm/models/operations/updatewebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/updatewebhook.js +135 -32
- package/dist/esm/models/operations/updatewebhook.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +24 -24
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +36 -36
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/docs/sdks/webhooks/README.md +4 -4
- package/examples/balancesList.example.ts +33 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +40 -40
- package/src/models/operations/createwebhook.ts +134 -73
- package/src/models/operations/getwebhook.ts +228 -39
- package/src/models/operations/getwebhookevent.ts +75 -35
- package/src/models/operations/listwebhooks.ts +262 -73
- package/src/models/operations/updatewebhook.ts +273 -59
- package/src/sdk/sdk.ts +60 -60
- package/examples/paymentsCreate.example.ts +0 -166
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CreateWebhookResponse$ = exports.CreateWebhookResponse$outboundSchema = exports.CreateWebhookResponse$inboundSchema = exports.CreateWebhookLinks$ = exports.CreateWebhookLinks$outboundSchema = exports.CreateWebhookLinks$inboundSchema = exports.CreateWebhookDocumentation$ = exports.CreateWebhookDocumentation$outboundSchema = exports.CreateWebhookDocumentation$inboundSchema = exports.CreateWebhookMode$ = exports.CreateWebhookMode$outboundSchema = exports.CreateWebhookMode$inboundSchema = exports.CreateWebhookStatus$ = exports.CreateWebhookStatus$outboundSchema = exports.CreateWebhookStatus$inboundSchema = exports.CreateWebhookUnprocessableEntityLinks$ = exports.CreateWebhookUnprocessableEntityLinks$outboundSchema = exports.CreateWebhookUnprocessableEntityLinks$inboundSchema = exports.CreateWebhookUnprocessableEntityDocumentation$ = exports.CreateWebhookUnprocessableEntityDocumentation$outboundSchema = exports.CreateWebhookUnprocessableEntityDocumentation$inboundSchema = exports.CreateWebhookRequest$ = exports.CreateWebhookRequest$outboundSchema = exports.CreateWebhookRequest$inboundSchema = exports.
|
|
39
|
+
exports.CreateWebhookResponse$ = exports.CreateWebhookResponse$outboundSchema = exports.CreateWebhookResponse$inboundSchema = exports.CreateWebhookLinks$ = exports.CreateWebhookLinks$outboundSchema = exports.CreateWebhookLinks$inboundSchema = exports.CreateWebhookDocumentation$ = exports.CreateWebhookDocumentation$outboundSchema = exports.CreateWebhookDocumentation$inboundSchema = exports.CreateWebhookMode$ = exports.CreateWebhookMode$outboundSchema = exports.CreateWebhookMode$inboundSchema = exports.CreateWebhookStatus$ = exports.CreateWebhookStatus$outboundSchema = exports.CreateWebhookStatus$inboundSchema = exports.CreateWebhookEventTypeWebhookEventTypes$ = exports.CreateWebhookEventTypeWebhookEventTypes$outboundSchema = exports.CreateWebhookEventTypeWebhookEventTypes$inboundSchema = exports.CreateWebhookUnprocessableEntityLinks$ = exports.CreateWebhookUnprocessableEntityLinks$outboundSchema = exports.CreateWebhookUnprocessableEntityLinks$inboundSchema = exports.CreateWebhookUnprocessableEntityDocumentation$ = exports.CreateWebhookUnprocessableEntityDocumentation$outboundSchema = exports.CreateWebhookUnprocessableEntityDocumentation$inboundSchema = exports.CreateWebhookRequest$ = exports.CreateWebhookRequest$outboundSchema = exports.CreateWebhookRequest$inboundSchema = exports.CreateWebhookWebhookEventTypesRequest$ = exports.CreateWebhookWebhookEventTypesRequest$outboundSchema = exports.CreateWebhookWebhookEventTypesRequest$inboundSchema = exports.CreateWebhookMode = exports.CreateWebhookStatus = exports.CreateWebhookEventTypeWebhookEventTypes = exports.CreateWebhookWebhookEventTypesRequest = void 0;
|
|
40
40
|
exports.createWebhookRequestToJSON = createWebhookRequestToJSON;
|
|
41
41
|
exports.createWebhookRequestFromJSON = createWebhookRequestFromJSON;
|
|
42
42
|
exports.createWebhookUnprocessableEntityDocumentationToJSON = createWebhookUnprocessableEntityDocumentationToJSON;
|
|
@@ -53,15 +53,31 @@ const z = __importStar(require("zod"));
|
|
|
53
53
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
54
54
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
55
55
|
/**
|
|
56
|
-
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
56
|
+
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
57
|
+
*
|
|
58
|
+
* @remarks
|
|
59
|
+
* that require explicit selection. Separate multiple event types with a comma.
|
|
57
60
|
*/
|
|
58
|
-
exports.
|
|
61
|
+
exports.CreateWebhookWebhookEventTypesRequest = {
|
|
59
62
|
PaymentLinkPaid: "payment-link.paid",
|
|
60
63
|
BalanceTransactionCreated: "balance-transaction.created",
|
|
61
64
|
SalesInvoiceCreated: "sales-invoice.created",
|
|
62
65
|
SalesInvoiceIssued: "sales-invoice.issued",
|
|
63
66
|
SalesInvoiceCanceled: "sales-invoice.canceled",
|
|
64
67
|
SalesInvoicePaid: "sales-invoice.paid",
|
|
68
|
+
Wildcard: "*",
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* The event's type
|
|
72
|
+
*/
|
|
73
|
+
exports.CreateWebhookEventTypeWebhookEventTypes = {
|
|
74
|
+
PaymentLinkPaid: "payment-link.paid",
|
|
75
|
+
BalanceTransactionCreated: "balance-transaction.created",
|
|
76
|
+
SalesInvoiceCreated: "sales-invoice.created",
|
|
77
|
+
SalesInvoiceIssued: "sales-invoice.issued",
|
|
78
|
+
SalesInvoiceCanceled: "sales-invoice.canceled",
|
|
79
|
+
SalesInvoicePaid: "sales-invoice.paid",
|
|
80
|
+
Wildcard: "*",
|
|
65
81
|
};
|
|
66
82
|
/**
|
|
67
83
|
* The subscription's current status.
|
|
@@ -72,40 +88,48 @@ exports.CreateWebhookStatus = {
|
|
|
72
88
|
Disabled: "disabled",
|
|
73
89
|
};
|
|
74
90
|
/**
|
|
75
|
-
*
|
|
91
|
+
* Whether this entity was created in live mode or in test mode.
|
|
76
92
|
*/
|
|
77
93
|
exports.CreateWebhookMode = {
|
|
78
94
|
Live: "live",
|
|
79
95
|
Test: "test",
|
|
80
96
|
};
|
|
81
97
|
/** @internal */
|
|
82
|
-
exports.
|
|
98
|
+
exports.CreateWebhookWebhookEventTypesRequest$inboundSchema = z.nativeEnum(exports.CreateWebhookWebhookEventTypesRequest);
|
|
83
99
|
/** @internal */
|
|
84
|
-
exports.
|
|
100
|
+
exports.CreateWebhookWebhookEventTypesRequest$outboundSchema = exports.CreateWebhookWebhookEventTypesRequest$inboundSchema;
|
|
85
101
|
/**
|
|
86
102
|
* @internal
|
|
87
103
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
88
104
|
*/
|
|
89
|
-
var
|
|
90
|
-
(function (
|
|
91
|
-
/** @deprecated use `
|
|
92
|
-
|
|
93
|
-
/** @deprecated use `
|
|
94
|
-
|
|
95
|
-
})(
|
|
105
|
+
var CreateWebhookWebhookEventTypesRequest$;
|
|
106
|
+
(function (CreateWebhookWebhookEventTypesRequest$) {
|
|
107
|
+
/** @deprecated use `CreateWebhookWebhookEventTypesRequest$inboundSchema` instead. */
|
|
108
|
+
CreateWebhookWebhookEventTypesRequest$.inboundSchema = exports.CreateWebhookWebhookEventTypesRequest$inboundSchema;
|
|
109
|
+
/** @deprecated use `CreateWebhookWebhookEventTypesRequest$outboundSchema` instead. */
|
|
110
|
+
CreateWebhookWebhookEventTypesRequest$.outboundSchema = exports.CreateWebhookWebhookEventTypesRequest$outboundSchema;
|
|
111
|
+
})(CreateWebhookWebhookEventTypesRequest$ || (exports.CreateWebhookWebhookEventTypesRequest$ = CreateWebhookWebhookEventTypesRequest$ = {}));
|
|
96
112
|
/** @internal */
|
|
97
113
|
exports.CreateWebhookRequest$inboundSchema = z.object({
|
|
98
114
|
name: z.string(),
|
|
99
115
|
url: z.string(),
|
|
100
|
-
eventTypes: exports.
|
|
116
|
+
eventTypes: exports.CreateWebhookWebhookEventTypesRequest$inboundSchema,
|
|
101
117
|
testmode: z.nullable(z.boolean()).optional(),
|
|
118
|
+
}).transform((v) => {
|
|
119
|
+
return (0, primitives_js_1.remap)(v, {
|
|
120
|
+
"eventTypes": "webhookEventTypes",
|
|
121
|
+
});
|
|
102
122
|
});
|
|
103
123
|
/** @internal */
|
|
104
124
|
exports.CreateWebhookRequest$outboundSchema = z.object({
|
|
105
125
|
name: z.string(),
|
|
106
126
|
url: z.string(),
|
|
107
|
-
|
|
127
|
+
webhookEventTypes: exports.CreateWebhookWebhookEventTypesRequest$outboundSchema,
|
|
108
128
|
testmode: z.nullable(z.boolean()).optional(),
|
|
129
|
+
}).transform((v) => {
|
|
130
|
+
return (0, primitives_js_1.remap)(v, {
|
|
131
|
+
webhookEventTypes: "eventTypes",
|
|
132
|
+
});
|
|
109
133
|
});
|
|
110
134
|
/**
|
|
111
135
|
* @internal
|
|
@@ -177,6 +201,22 @@ function createWebhookUnprocessableEntityLinksFromJSON(jsonString) {
|
|
|
177
201
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CreateWebhookUnprocessableEntityLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateWebhookUnprocessableEntityLinks' from JSON`);
|
|
178
202
|
}
|
|
179
203
|
/** @internal */
|
|
204
|
+
exports.CreateWebhookEventTypeWebhookEventTypes$inboundSchema = z
|
|
205
|
+
.nativeEnum(exports.CreateWebhookEventTypeWebhookEventTypes);
|
|
206
|
+
/** @internal */
|
|
207
|
+
exports.CreateWebhookEventTypeWebhookEventTypes$outboundSchema = exports.CreateWebhookEventTypeWebhookEventTypes$inboundSchema;
|
|
208
|
+
/**
|
|
209
|
+
* @internal
|
|
210
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
211
|
+
*/
|
|
212
|
+
var CreateWebhookEventTypeWebhookEventTypes$;
|
|
213
|
+
(function (CreateWebhookEventTypeWebhookEventTypes$) {
|
|
214
|
+
/** @deprecated use `CreateWebhookEventTypeWebhookEventTypes$inboundSchema` instead. */
|
|
215
|
+
CreateWebhookEventTypeWebhookEventTypes$.inboundSchema = exports.CreateWebhookEventTypeWebhookEventTypes$inboundSchema;
|
|
216
|
+
/** @deprecated use `CreateWebhookEventTypeWebhookEventTypes$outboundSchema` instead. */
|
|
217
|
+
CreateWebhookEventTypeWebhookEventTypes$.outboundSchema = exports.CreateWebhookEventTypeWebhookEventTypes$outboundSchema;
|
|
218
|
+
})(CreateWebhookEventTypeWebhookEventTypes$ || (exports.CreateWebhookEventTypeWebhookEventTypes$ = CreateWebhookEventTypeWebhookEventTypes$ = {}));
|
|
219
|
+
/** @internal */
|
|
180
220
|
exports.CreateWebhookStatus$inboundSchema = z.nativeEnum(exports.CreateWebhookStatus);
|
|
181
221
|
/** @internal */
|
|
182
222
|
exports.CreateWebhookStatus$outboundSchema = exports.CreateWebhookStatus$inboundSchema;
|
|
@@ -235,13 +275,11 @@ function createWebhookDocumentationFromJSON(jsonString) {
|
|
|
235
275
|
}
|
|
236
276
|
/** @internal */
|
|
237
277
|
exports.CreateWebhookLinks$inboundSchema = z.object({
|
|
238
|
-
documentation: z.lazy(() => exports.CreateWebhookDocumentation$inboundSchema)
|
|
239
|
-
.optional(),
|
|
278
|
+
documentation: z.lazy(() => exports.CreateWebhookDocumentation$inboundSchema),
|
|
240
279
|
});
|
|
241
280
|
/** @internal */
|
|
242
281
|
exports.CreateWebhookLinks$outboundSchema = z.object({
|
|
243
|
-
documentation: z.lazy(() => exports.CreateWebhookDocumentation$outboundSchema)
|
|
244
|
-
.optional(),
|
|
282
|
+
documentation: z.lazy(() => exports.CreateWebhookDocumentation$outboundSchema),
|
|
245
283
|
});
|
|
246
284
|
/**
|
|
247
285
|
* @internal
|
|
@@ -262,17 +300,17 @@ function createWebhookLinksFromJSON(jsonString) {
|
|
|
262
300
|
}
|
|
263
301
|
/** @internal */
|
|
264
302
|
exports.CreateWebhookResponse$inboundSchema = z.object({
|
|
265
|
-
resource: z.string()
|
|
266
|
-
id: z.string()
|
|
267
|
-
url: z.string()
|
|
268
|
-
profileId: z.string()
|
|
269
|
-
createdAt: z.string()
|
|
270
|
-
name: z.string()
|
|
271
|
-
eventTypes: z.array(
|
|
272
|
-
status: exports.CreateWebhookStatus$inboundSchema
|
|
273
|
-
mode: exports.CreateWebhookMode$inboundSchema
|
|
274
|
-
webhookSecret: z.string()
|
|
275
|
-
_links: z.lazy(() => exports.CreateWebhookLinks$inboundSchema)
|
|
303
|
+
resource: z.string(),
|
|
304
|
+
id: z.string(),
|
|
305
|
+
url: z.string(),
|
|
306
|
+
profileId: z.string(),
|
|
307
|
+
createdAt: z.string(),
|
|
308
|
+
name: z.string(),
|
|
309
|
+
eventTypes: z.array(exports.CreateWebhookEventTypeWebhookEventTypes$inboundSchema),
|
|
310
|
+
status: exports.CreateWebhookStatus$inboundSchema,
|
|
311
|
+
mode: exports.CreateWebhookMode$inboundSchema,
|
|
312
|
+
webhookSecret: z.string(),
|
|
313
|
+
_links: z.lazy(() => exports.CreateWebhookLinks$inboundSchema),
|
|
276
314
|
}).transform((v) => {
|
|
277
315
|
return (0, primitives_js_1.remap)(v, {
|
|
278
316
|
"_links": "links",
|
|
@@ -280,17 +318,17 @@ exports.CreateWebhookResponse$inboundSchema = z.object({
|
|
|
280
318
|
});
|
|
281
319
|
/** @internal */
|
|
282
320
|
exports.CreateWebhookResponse$outboundSchema = z.object({
|
|
283
|
-
resource: z.string()
|
|
284
|
-
id: z.string()
|
|
285
|
-
url: z.string()
|
|
286
|
-
profileId: z.string()
|
|
287
|
-
createdAt: z.string()
|
|
288
|
-
name: z.string()
|
|
289
|
-
eventTypes: z.array(
|
|
290
|
-
status: exports.CreateWebhookStatus$outboundSchema
|
|
291
|
-
mode: exports.CreateWebhookMode$outboundSchema
|
|
292
|
-
webhookSecret: z.string()
|
|
293
|
-
links: z.lazy(() => exports.CreateWebhookLinks$outboundSchema)
|
|
321
|
+
resource: z.string(),
|
|
322
|
+
id: z.string(),
|
|
323
|
+
url: z.string(),
|
|
324
|
+
profileId: z.string(),
|
|
325
|
+
createdAt: z.string(),
|
|
326
|
+
name: z.string(),
|
|
327
|
+
eventTypes: z.array(exports.CreateWebhookEventTypeWebhookEventTypes$outboundSchema),
|
|
328
|
+
status: exports.CreateWebhookStatus$outboundSchema,
|
|
329
|
+
mode: exports.CreateWebhookMode$outboundSchema,
|
|
330
|
+
webhookSecret: z.string(),
|
|
331
|
+
links: z.lazy(() => exports.CreateWebhookLinks$outboundSchema),
|
|
294
332
|
}).transform((v) => {
|
|
295
333
|
return (0, primitives_js_1.remap)(v, {
|
|
296
334
|
links: "_links",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createwebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/createwebhook.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"createwebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/createwebhook.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgRH,gEAMC;AAED,oEAQC;AA6CD,kHASC;AAED,sHAcC;AA4CD,kGAQC;AAED,sGASC;AA0GD,4EAMC;AAED,gFAQC;AAsCD,4DAMC;AAED,gEAQC;AA4ED,kEAMC;AAED,sEAQC;AA/qBD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAKjD;;;;;GAKG;AACU,QAAA,qCAAqC,GAAG;IACnD,eAAe,EAAE,mBAAmB;IACpC,yBAAyB,EAAE,6BAA6B;IACxD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,oBAAoB,EAAE,wBAAwB;IAC9C,gBAAgB,EAAE,oBAAoB;IACtC,QAAQ,EAAE,GAAG;CACL,CAAC;AAsDX;;GAEG;AACU,QAAA,uCAAuC,GAAG;IACrD,eAAe,EAAE,mBAAmB;IACpC,yBAAyB,EAAE,6BAA6B;IACxD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,oBAAoB,EAAE,wBAAwB;IAC9C,gBAAgB,EAAE,oBAAoB;IACtC,QAAQ,EAAE,GAAG;CACL,CAAC;AAQX;;GAEG;AACU,QAAA,mBAAmB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC;AAMX;;GAEG;AACU,QAAA,iBAAiB,GAAG;IAC/B,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACJ,CAAC;AAgFX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,UAAU,EAAE,2DAAmD;IAC/D,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC7C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,mBAAmB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,iBAAiB,EAAE,4DAAoD;IACvE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC7C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,YAAY;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,0CAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,2CAAmC,CAAC;AAGpE,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC;AAED,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC;AAED,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;AAED,gBAAgB;AACH,QAAA,2DAA2D,GAKlE,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAQL,gBAAgB;AACH,QAAA,4DAA4D,GAKnE,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEL;;;GAGG;AACH,IAAiB,8CAA8C,CAS9D;AATD,WAAiB,8CAA8C;IAC7D,6FAA6F;IAChF,4DAAa,GACxB,mEAA2D,CAAC;IAC9D,8FAA8F;IACjF,6DAAc,GACzB,oEAA4D,CAAC;AAGjE,CAAC,EATgB,8CAA8C,8DAA9C,8CAA8C,QAS9D;AAED,SAAgB,mDAAmD,CACjE,6CAC+C;IAE/C,OAAO,IAAI,CAAC,SAAS,CACnB,oEAA4D,CAAC,KAAK,CAChE,6CAA6C,CAC9C,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,qDAAqD,CACnE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,mEAA2D,CAAC,KAAK,CAC/D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,2EAA2E,CAC5E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACzB,mEAA2D,CAC5D;CACF,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACzB,oEAA4D,CAC7D;CACF,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD;AAED,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,qDAAqD,GACE,CAAC;KAChE,UAAU,CAAC,+CAAuC,CAAC,CAAC;AAEzD,gBAAgB;AACH,QAAA,sDAAsD,GAE/D,6DAAqD,CAAC;AAE1D;;;GAGG;AACH,IAAiB,wCAAwC,CAOxD;AAPD,WAAiB,wCAAwC;IACvD,uFAAuF;IAC1E,sDAAa,GACxB,6DAAqD,CAAC;IACxD,wFAAwF;IAC3E,uDAAc,GACzB,8DAAsD,CAAC;AAC3D,CAAC,EAPgB,wCAAwC,wDAAxC,wCAAwC,QAOxD;AAED,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,yCAAiC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AACnE,CAAC,EALgB,oBAAoB,oCAApB,oBAAoB,QAKpC;AAED,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC;AAED,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IAC1C,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG1E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,SAAgB,kCAAkC,CAChD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gDAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gDAAwC,CAAC;CACtE,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,iDAAyC,CAAC;CACvE,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAGlE,CAAC,EAPgB,mBAAmB,mCAAnB,mBAAmB,QAOnC;AAED,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC;AAED,SAAgB,0BAA0B,CACxC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,6DAAqD,CAAC;IAC1E,MAAM,EAAE,yCAAiC;IACzC,IAAI,EAAE,uCAA+B;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,wCAAgC,CAAC;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;KAClB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAiBH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,8DAAsD,CAAC;IAC3E,MAAM,EAAE,0CAAkC;IAC1C,IAAI,EAAE,wCAAgC;IACtC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,yCAAiC,CAAC;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;KAChB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC;AAED,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AAED,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"}
|
|
@@ -44,6 +44,22 @@ export type GetWebhookNotFoundLinks = {
|
|
|
44
44
|
*/
|
|
45
45
|
documentation: GetWebhookNotFoundDocumentation;
|
|
46
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* The event's type
|
|
49
|
+
*/
|
|
50
|
+
export declare const GetWebhookWebhookEventTypes: {
|
|
51
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
52
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
53
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
54
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
55
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
56
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
57
|
+
readonly Wildcard: "*";
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* The event's type
|
|
61
|
+
*/
|
|
62
|
+
export type GetWebhookWebhookEventTypes = ClosedEnum<typeof GetWebhookWebhookEventTypes>;
|
|
47
63
|
/**
|
|
48
64
|
* The subscription's current status.
|
|
49
65
|
*/
|
|
@@ -58,16 +74,38 @@ export declare const GetWebhookStatus: {
|
|
|
58
74
|
*/
|
|
59
75
|
export type GetWebhookStatus = ClosedEnum<typeof GetWebhookStatus>;
|
|
60
76
|
/**
|
|
61
|
-
*
|
|
77
|
+
* Whether this entity was created in live mode or in test mode.
|
|
62
78
|
*/
|
|
63
79
|
export declare const GetWebhookMode: {
|
|
64
80
|
readonly Live: "live";
|
|
65
81
|
readonly Test: "test";
|
|
66
82
|
};
|
|
67
83
|
/**
|
|
68
|
-
*
|
|
84
|
+
* Whether this entity was created in live mode or in test mode.
|
|
69
85
|
*/
|
|
70
86
|
export type GetWebhookMode = ClosedEnum<typeof GetWebhookMode>;
|
|
87
|
+
/**
|
|
88
|
+
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
89
|
+
*/
|
|
90
|
+
export type GetWebhookDocumentation = {
|
|
91
|
+
/**
|
|
92
|
+
* The actual URL string.
|
|
93
|
+
*/
|
|
94
|
+
href: string;
|
|
95
|
+
/**
|
|
96
|
+
* The content type of the page or endpoint the URL points to.
|
|
97
|
+
*/
|
|
98
|
+
type: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
102
|
+
*/
|
|
103
|
+
export type GetWebhookLinks = {
|
|
104
|
+
/**
|
|
105
|
+
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
106
|
+
*/
|
|
107
|
+
documentation: GetWebhookDocumentation;
|
|
108
|
+
};
|
|
71
109
|
/**
|
|
72
110
|
* The webhook object.
|
|
73
111
|
*/
|
|
@@ -78,39 +116,43 @@ export type GetWebhookResponse = {
|
|
|
78
116
|
* @remarks
|
|
79
117
|
* Will always contain the string `webhook` for this endpoint.
|
|
80
118
|
*/
|
|
81
|
-
resource
|
|
119
|
+
resource: string;
|
|
82
120
|
/**
|
|
83
121
|
* The identifier uniquely referring to this subscription.
|
|
84
122
|
*/
|
|
85
|
-
id
|
|
123
|
+
id: string;
|
|
86
124
|
/**
|
|
87
125
|
* The subscription's events destination.
|
|
88
126
|
*/
|
|
89
|
-
url
|
|
127
|
+
url: string;
|
|
90
128
|
/**
|
|
91
129
|
* The identifier uniquely referring to the profile that created the subscription.
|
|
92
130
|
*/
|
|
93
|
-
profileId
|
|
131
|
+
profileId: string | null;
|
|
94
132
|
/**
|
|
95
133
|
* The subscription's date time of creation.
|
|
96
134
|
*/
|
|
97
|
-
createdAt
|
|
135
|
+
createdAt: string;
|
|
98
136
|
/**
|
|
99
137
|
* The subscription's name.
|
|
100
138
|
*/
|
|
101
|
-
name
|
|
139
|
+
name: string;
|
|
102
140
|
/**
|
|
103
141
|
* The events types that are subscribed.
|
|
104
142
|
*/
|
|
105
|
-
eventTypes
|
|
143
|
+
eventTypes: Array<GetWebhookWebhookEventTypes>;
|
|
106
144
|
/**
|
|
107
145
|
* The subscription's current status.
|
|
108
146
|
*/
|
|
109
|
-
status
|
|
147
|
+
status: GetWebhookStatus;
|
|
110
148
|
/**
|
|
111
|
-
*
|
|
149
|
+
* Whether this entity was created in live mode or in test mode.
|
|
112
150
|
*/
|
|
113
|
-
mode
|
|
151
|
+
mode: GetWebhookMode;
|
|
152
|
+
/**
|
|
153
|
+
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
154
|
+
*/
|
|
155
|
+
links: GetWebhookLinks;
|
|
114
156
|
};
|
|
115
157
|
/** @internal */
|
|
116
158
|
export declare const GetWebhookRequest$inboundSchema: z.ZodType<GetWebhookRequest, z.ZodTypeDef, unknown>;
|
|
@@ -226,6 +268,36 @@ export declare namespace GetWebhookNotFoundLinks$ {
|
|
|
226
268
|
export declare function getWebhookNotFoundLinksToJSON(getWebhookNotFoundLinks: GetWebhookNotFoundLinks): string;
|
|
227
269
|
export declare function getWebhookNotFoundLinksFromJSON(jsonString: string): SafeParseResult<GetWebhookNotFoundLinks, SDKValidationError>;
|
|
228
270
|
/** @internal */
|
|
271
|
+
export declare const GetWebhookWebhookEventTypes$inboundSchema: z.ZodNativeEnum<typeof GetWebhookWebhookEventTypes>;
|
|
272
|
+
/** @internal */
|
|
273
|
+
export declare const GetWebhookWebhookEventTypes$outboundSchema: z.ZodNativeEnum<typeof GetWebhookWebhookEventTypes>;
|
|
274
|
+
/**
|
|
275
|
+
* @internal
|
|
276
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
277
|
+
*/
|
|
278
|
+
export declare namespace GetWebhookWebhookEventTypes$ {
|
|
279
|
+
/** @deprecated use `GetWebhookWebhookEventTypes$inboundSchema` instead. */
|
|
280
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
281
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
282
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
283
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
284
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
285
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
286
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
287
|
+
readonly Wildcard: "*";
|
|
288
|
+
}>;
|
|
289
|
+
/** @deprecated use `GetWebhookWebhookEventTypes$outboundSchema` instead. */
|
|
290
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
291
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
292
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
293
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
294
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
295
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
296
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
297
|
+
readonly Wildcard: "*";
|
|
298
|
+
}>;
|
|
299
|
+
}
|
|
300
|
+
/** @internal */
|
|
229
301
|
export declare const GetWebhookStatus$inboundSchema: z.ZodNativeEnum<typeof GetWebhookStatus>;
|
|
230
302
|
/** @internal */
|
|
231
303
|
export declare const GetWebhookStatus$outboundSchema: z.ZodNativeEnum<typeof GetWebhookStatus>;
|
|
@@ -270,18 +342,64 @@ export declare namespace GetWebhookMode$ {
|
|
|
270
342
|
}>;
|
|
271
343
|
}
|
|
272
344
|
/** @internal */
|
|
345
|
+
export declare const GetWebhookDocumentation$inboundSchema: z.ZodType<GetWebhookDocumentation, z.ZodTypeDef, unknown>;
|
|
346
|
+
/** @internal */
|
|
347
|
+
export type GetWebhookDocumentation$Outbound = {
|
|
348
|
+
href: string;
|
|
349
|
+
type: string;
|
|
350
|
+
};
|
|
351
|
+
/** @internal */
|
|
352
|
+
export declare const GetWebhookDocumentation$outboundSchema: z.ZodType<GetWebhookDocumentation$Outbound, z.ZodTypeDef, GetWebhookDocumentation>;
|
|
353
|
+
/**
|
|
354
|
+
* @internal
|
|
355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
356
|
+
*/
|
|
357
|
+
export declare namespace GetWebhookDocumentation$ {
|
|
358
|
+
/** @deprecated use `GetWebhookDocumentation$inboundSchema` instead. */
|
|
359
|
+
const inboundSchema: z.ZodType<GetWebhookDocumentation, z.ZodTypeDef, unknown>;
|
|
360
|
+
/** @deprecated use `GetWebhookDocumentation$outboundSchema` instead. */
|
|
361
|
+
const outboundSchema: z.ZodType<GetWebhookDocumentation$Outbound, z.ZodTypeDef, GetWebhookDocumentation>;
|
|
362
|
+
/** @deprecated use `GetWebhookDocumentation$Outbound` instead. */
|
|
363
|
+
type Outbound = GetWebhookDocumentation$Outbound;
|
|
364
|
+
}
|
|
365
|
+
export declare function getWebhookDocumentationToJSON(getWebhookDocumentation: GetWebhookDocumentation): string;
|
|
366
|
+
export declare function getWebhookDocumentationFromJSON(jsonString: string): SafeParseResult<GetWebhookDocumentation, SDKValidationError>;
|
|
367
|
+
/** @internal */
|
|
368
|
+
export declare const GetWebhookLinks$inboundSchema: z.ZodType<GetWebhookLinks, z.ZodTypeDef, unknown>;
|
|
369
|
+
/** @internal */
|
|
370
|
+
export type GetWebhookLinks$Outbound = {
|
|
371
|
+
documentation: GetWebhookDocumentation$Outbound;
|
|
372
|
+
};
|
|
373
|
+
/** @internal */
|
|
374
|
+
export declare const GetWebhookLinks$outboundSchema: z.ZodType<GetWebhookLinks$Outbound, z.ZodTypeDef, GetWebhookLinks>;
|
|
375
|
+
/**
|
|
376
|
+
* @internal
|
|
377
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
378
|
+
*/
|
|
379
|
+
export declare namespace GetWebhookLinks$ {
|
|
380
|
+
/** @deprecated use `GetWebhookLinks$inboundSchema` instead. */
|
|
381
|
+
const inboundSchema: z.ZodType<GetWebhookLinks, z.ZodTypeDef, unknown>;
|
|
382
|
+
/** @deprecated use `GetWebhookLinks$outboundSchema` instead. */
|
|
383
|
+
const outboundSchema: z.ZodType<GetWebhookLinks$Outbound, z.ZodTypeDef, GetWebhookLinks>;
|
|
384
|
+
/** @deprecated use `GetWebhookLinks$Outbound` instead. */
|
|
385
|
+
type Outbound = GetWebhookLinks$Outbound;
|
|
386
|
+
}
|
|
387
|
+
export declare function getWebhookLinksToJSON(getWebhookLinks: GetWebhookLinks): string;
|
|
388
|
+
export declare function getWebhookLinksFromJSON(jsonString: string): SafeParseResult<GetWebhookLinks, SDKValidationError>;
|
|
389
|
+
/** @internal */
|
|
273
390
|
export declare const GetWebhookResponse$inboundSchema: z.ZodType<GetWebhookResponse, z.ZodTypeDef, unknown>;
|
|
274
391
|
/** @internal */
|
|
275
392
|
export type GetWebhookResponse$Outbound = {
|
|
276
|
-
resource
|
|
277
|
-
id
|
|
278
|
-
url
|
|
279
|
-
profileId
|
|
280
|
-
createdAt
|
|
281
|
-
name
|
|
282
|
-
eventTypes
|
|
283
|
-
status
|
|
284
|
-
mode
|
|
393
|
+
resource: string;
|
|
394
|
+
id: string;
|
|
395
|
+
url: string;
|
|
396
|
+
profileId: string | null;
|
|
397
|
+
createdAt: string;
|
|
398
|
+
name: string;
|
|
399
|
+
eventTypes: Array<string>;
|
|
400
|
+
status: string;
|
|
401
|
+
mode: string;
|
|
402
|
+
_links: GetWebhookLinks$Outbound;
|
|
285
403
|
};
|
|
286
404
|
/** @internal */
|
|
287
405
|
export declare const GetWebhookResponse$outboundSchema: z.ZodType<GetWebhookResponse$Outbound, z.ZodTypeDef, GetWebhookResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getwebhook.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"getwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getwebhook.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,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;AAErE,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C;;OAEG;IACH,aAAa,EAAE,0CAA0C,CAAC;CAC3D,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,aAAa,EAAE,+BAA+B,CAAC;CAChD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;CAQ9B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,aAAa,EAAE,uBAAuB,CAAC;CACxC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,UAAU,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAC/C;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IACzB;;OAEG;IACH,IAAI,EAAE,cAAc,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,eAAe,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAIjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD;AAED,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,0CAA0C,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAIvE,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAI1C,CAAC;AAEL;;;GAGG;AACH,yBAAiB,2CAA2C,CAAC;IAC3D,0FAA0F;IACnF,MAAM,aAAa,8EACgC,CAAC;IAC3D,2FAA2F;IACpF,MAAM,cAAc,0HACgC,CAAC;IAC5D,qFAAqF;IACrF,KAAY,QAAQ,GAAG,mDAAmD,CAAC;CAC5E;AAED,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR;AAED,wBAAgB,kDAAkD,CAChE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0CAA0C,EAC1C,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,aAAa,EAAE,mDAAmD,CAAC;CACpE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAKlC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mCAAmC,CAAC;IACnD,kFAAkF;IAC3E,MAAM,aAAa,sEAAmD,CAAC;IAC9E,mFAAmF;IAC5E,MAAM,cAAc,0GACwB,CAAC;IACpD,6EAA6E;IAC7E,KAAY,QAAQ,GAAG,2CAA2C,CAAC;CACpE;AAED,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AAED,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE;AAED,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAI/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE;AAED,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,aAAa,EAAE,wCAAwC,CAAC;CACzD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAGvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D;AAED,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,aAAa,CACrE,OAAO,2BAA2B,CACS,CAAC;AAE9C,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,aAAa,CACtE,OAAO,2BAA2B,CACS,CAAC;AAE9C;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa;;;;;;;;MAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc;;;;;;;;MAA6C,CAAC;CAC1E;AAED,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,gBAAgB,CACS,CAAC;AAEnC,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,gBAAgB,CACS,CAAC;AAEnC;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa;;;;;MAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc;;;;;MAAkC,CAAC;CAC/D;AAED,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;MAAgC,CAAC;CAC7D;AAED,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAIvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,gCAAgC,CAAC;CACjD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CAGf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD;AAED,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,wBAAwB,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAgBlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AAED,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|