mollie-api-typescript 0.1.6 → 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 +385 -192
- package/bin/mcp-server.js.map +20 -20
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- 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/cancelpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/cancelpayment.js +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createcustomerpayment.js +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createpayment.js +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/getpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/getpayment.js +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +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/listcustomerpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listcustomerpayments.js +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listpayments.js +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsettlementpayments.js +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +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/updatepayment.d.ts +3 -3
- package/dist/commonjs/models/operations/updatepayment.js +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/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/cancelpayment.d.ts +3 -3
- package/dist/esm/models/operations/cancelpayment.js +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/esm/models/operations/createcustomerpayment.js +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +3 -3
- package/dist/esm/models/operations/createpayment.js +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/getpayment.d.ts +3 -3
- package/dist/esm/models/operations/getpayment.js +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/esm/models/operations/getpaymentlinkpayments.js +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/listcustomerpayments.d.ts +3 -3
- package/dist/esm/models/operations/listcustomerpayments.js +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +3 -3
- package/dist/esm/models/operations/listpayments.js +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsettlementpayments.js +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsubscriptionpayments.js +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/updatepayment.d.ts +3 -3
- package/dist/esm/models/operations/updatepayment.js +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/cancelpayment.ts +1 -1
- package/src/models/operations/createcustomerpayment.ts +1 -1
- package/src/models/operations/createpayment.ts +1 -1
- package/src/models/operations/createwebhook.ts +134 -73
- package/src/models/operations/getpayment.ts +1 -1
- package/src/models/operations/getpaymentlinkpayments.ts +1 -1
- package/src/models/operations/getwebhook.ts +228 -39
- package/src/models/operations/getwebhookevent.ts +75 -35
- package/src/models/operations/listcustomerpayments.ts +1 -1
- package/src/models/operations/listpayments.ts +1 -1
- package/src/models/operations/listsettlementpayments.ts +1 -1
- package/src/models/operations/listsubscriptionpayments.ts +1 -1
- package/src/models/operations/listwebhooks.ts +262 -73
- package/src/models/operations/updatepayment.ts +1 -1
- package/src/models/operations/updatewebhook.ts +273 -59
- package/src/sdk/sdk.ts +60 -60
- package/examples/paymentsCreate.example.ts +0 -166
|
@@ -3,20 +3,27 @@ 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
|
/**
|
|
6
|
-
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
6
|
+
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
* that require explicit selection. Separate multiple event types with a comma.
|
|
7
10
|
*/
|
|
8
|
-
export declare const
|
|
11
|
+
export declare const UpdateWebhookWebhookEventTypesRequest: {
|
|
9
12
|
readonly PaymentLinkPaid: "payment-link.paid";
|
|
10
13
|
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
11
14
|
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
12
15
|
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
13
16
|
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
14
17
|
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
18
|
+
readonly Wildcard: "*";
|
|
15
19
|
};
|
|
16
20
|
/**
|
|
17
|
-
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
21
|
+
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* that require explicit selection. Separate multiple event types with a comma.
|
|
18
25
|
*/
|
|
19
|
-
export type
|
|
26
|
+
export type UpdateWebhookWebhookEventTypesRequest = ClosedEnum<typeof UpdateWebhookWebhookEventTypesRequest>;
|
|
20
27
|
export type UpdateWebhookRequestBody = {
|
|
21
28
|
/**
|
|
22
29
|
* A name that identifies the webhook.
|
|
@@ -27,9 +34,12 @@ export type UpdateWebhookRequestBody = {
|
|
|
27
34
|
*/
|
|
28
35
|
url?: string | undefined;
|
|
29
36
|
/**
|
|
30
|
-
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
37
|
+
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
38
|
+
*
|
|
39
|
+
* @remarks
|
|
40
|
+
* that require explicit selection. Separate multiple event types with a comma.
|
|
31
41
|
*/
|
|
32
|
-
|
|
42
|
+
webhookEventTypes?: UpdateWebhookWebhookEventTypesRequest | undefined;
|
|
33
43
|
/**
|
|
34
44
|
* Most API credentials are specifically created for either live mode or test mode. For organization-level credentials
|
|
35
45
|
*
|
|
@@ -73,6 +83,22 @@ export type UpdateWebhookNotFoundLinks = {
|
|
|
73
83
|
*/
|
|
74
84
|
documentation: UpdateWebhookNotFoundDocumentation;
|
|
75
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
* The event's type
|
|
88
|
+
*/
|
|
89
|
+
export declare const UpdateWebhookEventTypeWebhookEventTypes: {
|
|
90
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
91
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
92
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
93
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
94
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
95
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
96
|
+
readonly Wildcard: "*";
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* The event's type
|
|
100
|
+
*/
|
|
101
|
+
export type UpdateWebhookEventTypeWebhookEventTypes = ClosedEnum<typeof UpdateWebhookEventTypeWebhookEventTypes>;
|
|
76
102
|
/**
|
|
77
103
|
* The subscription's current status.
|
|
78
104
|
*/
|
|
@@ -87,16 +113,38 @@ export declare const UpdateWebhookStatus: {
|
|
|
87
113
|
*/
|
|
88
114
|
export type UpdateWebhookStatus = ClosedEnum<typeof UpdateWebhookStatus>;
|
|
89
115
|
/**
|
|
90
|
-
*
|
|
116
|
+
* Whether this entity was created in live mode or in test mode.
|
|
91
117
|
*/
|
|
92
118
|
export declare const UpdateWebhookMode: {
|
|
93
119
|
readonly Live: "live";
|
|
94
120
|
readonly Test: "test";
|
|
95
121
|
};
|
|
96
122
|
/**
|
|
97
|
-
*
|
|
123
|
+
* Whether this entity was created in live mode or in test mode.
|
|
98
124
|
*/
|
|
99
125
|
export type UpdateWebhookMode = ClosedEnum<typeof UpdateWebhookMode>;
|
|
126
|
+
/**
|
|
127
|
+
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
128
|
+
*/
|
|
129
|
+
export type UpdateWebhookDocumentation = {
|
|
130
|
+
/**
|
|
131
|
+
* The actual URL string.
|
|
132
|
+
*/
|
|
133
|
+
href: string;
|
|
134
|
+
/**
|
|
135
|
+
* The content type of the page or endpoint the URL points to.
|
|
136
|
+
*/
|
|
137
|
+
type: string;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
141
|
+
*/
|
|
142
|
+
export type UpdateWebhookLinks = {
|
|
143
|
+
/**
|
|
144
|
+
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
145
|
+
*/
|
|
146
|
+
documentation: UpdateWebhookDocumentation;
|
|
147
|
+
};
|
|
100
148
|
/**
|
|
101
149
|
* The webhook object.
|
|
102
150
|
*/
|
|
@@ -107,50 +155,54 @@ export type UpdateWebhookResponse = {
|
|
|
107
155
|
* @remarks
|
|
108
156
|
* Will always contain the string `webhook` for this endpoint.
|
|
109
157
|
*/
|
|
110
|
-
resource
|
|
158
|
+
resource: string;
|
|
111
159
|
/**
|
|
112
160
|
* The identifier uniquely referring to this subscription.
|
|
113
161
|
*/
|
|
114
|
-
id
|
|
162
|
+
id: string;
|
|
115
163
|
/**
|
|
116
164
|
* The subscription's events destination.
|
|
117
165
|
*/
|
|
118
|
-
url
|
|
166
|
+
url: string;
|
|
119
167
|
/**
|
|
120
168
|
* The identifier uniquely referring to the profile that created the subscription.
|
|
121
169
|
*/
|
|
122
|
-
profileId
|
|
170
|
+
profileId: string | null;
|
|
123
171
|
/**
|
|
124
172
|
* The subscription's date time of creation.
|
|
125
173
|
*/
|
|
126
|
-
createdAt
|
|
174
|
+
createdAt: string;
|
|
127
175
|
/**
|
|
128
176
|
* The subscription's name.
|
|
129
177
|
*/
|
|
130
|
-
name
|
|
178
|
+
name: string;
|
|
131
179
|
/**
|
|
132
180
|
* The events types that are subscribed.
|
|
133
181
|
*/
|
|
134
|
-
eventTypes
|
|
182
|
+
eventTypes: Array<UpdateWebhookEventTypeWebhookEventTypes>;
|
|
135
183
|
/**
|
|
136
184
|
* The subscription's current status.
|
|
137
185
|
*/
|
|
138
|
-
status
|
|
186
|
+
status: UpdateWebhookStatus;
|
|
139
187
|
/**
|
|
140
|
-
*
|
|
188
|
+
* Whether this entity was created in live mode or in test mode.
|
|
141
189
|
*/
|
|
142
|
-
mode
|
|
190
|
+
mode: UpdateWebhookMode;
|
|
191
|
+
/**
|
|
192
|
+
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
193
|
+
*/
|
|
194
|
+
links: UpdateWebhookLinks;
|
|
143
195
|
};
|
|
144
196
|
/** @internal */
|
|
145
|
-
export declare const
|
|
197
|
+
export declare const UpdateWebhookWebhookEventTypesRequest$inboundSchema: z.ZodNativeEnum<typeof UpdateWebhookWebhookEventTypesRequest>;
|
|
146
198
|
/** @internal */
|
|
147
|
-
export declare const
|
|
199
|
+
export declare const UpdateWebhookWebhookEventTypesRequest$outboundSchema: z.ZodNativeEnum<typeof UpdateWebhookWebhookEventTypesRequest>;
|
|
148
200
|
/**
|
|
149
201
|
* @internal
|
|
150
202
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
151
203
|
*/
|
|
152
|
-
export declare namespace
|
|
153
|
-
/** @deprecated use `
|
|
204
|
+
export declare namespace UpdateWebhookWebhookEventTypesRequest$ {
|
|
205
|
+
/** @deprecated use `UpdateWebhookWebhookEventTypesRequest$inboundSchema` instead. */
|
|
154
206
|
const inboundSchema: z.ZodNativeEnum<{
|
|
155
207
|
readonly PaymentLinkPaid: "payment-link.paid";
|
|
156
208
|
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
@@ -158,8 +210,9 @@ export declare namespace UpdateWebhookEventTypes$ {
|
|
|
158
210
|
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
159
211
|
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
160
212
|
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
213
|
+
readonly Wildcard: "*";
|
|
161
214
|
}>;
|
|
162
|
-
/** @deprecated use `
|
|
215
|
+
/** @deprecated use `UpdateWebhookWebhookEventTypesRequest$outboundSchema` instead. */
|
|
163
216
|
const outboundSchema: z.ZodNativeEnum<{
|
|
164
217
|
readonly PaymentLinkPaid: "payment-link.paid";
|
|
165
218
|
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
@@ -167,6 +220,7 @@ export declare namespace UpdateWebhookEventTypes$ {
|
|
|
167
220
|
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
168
221
|
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
169
222
|
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
223
|
+
readonly Wildcard: "*";
|
|
170
224
|
}>;
|
|
171
225
|
}
|
|
172
226
|
/** @internal */
|
|
@@ -308,6 +362,36 @@ export declare namespace UpdateWebhookNotFoundLinks$ {
|
|
|
308
362
|
export declare function updateWebhookNotFoundLinksToJSON(updateWebhookNotFoundLinks: UpdateWebhookNotFoundLinks): string;
|
|
309
363
|
export declare function updateWebhookNotFoundLinksFromJSON(jsonString: string): SafeParseResult<UpdateWebhookNotFoundLinks, SDKValidationError>;
|
|
310
364
|
/** @internal */
|
|
365
|
+
export declare const UpdateWebhookEventTypeWebhookEventTypes$inboundSchema: z.ZodNativeEnum<typeof UpdateWebhookEventTypeWebhookEventTypes>;
|
|
366
|
+
/** @internal */
|
|
367
|
+
export declare const UpdateWebhookEventTypeWebhookEventTypes$outboundSchema: z.ZodNativeEnum<typeof UpdateWebhookEventTypeWebhookEventTypes>;
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
371
|
+
*/
|
|
372
|
+
export declare namespace UpdateWebhookEventTypeWebhookEventTypes$ {
|
|
373
|
+
/** @deprecated use `UpdateWebhookEventTypeWebhookEventTypes$inboundSchema` instead. */
|
|
374
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
375
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
376
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
377
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
378
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
379
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
380
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
381
|
+
readonly Wildcard: "*";
|
|
382
|
+
}>;
|
|
383
|
+
/** @deprecated use `UpdateWebhookEventTypeWebhookEventTypes$outboundSchema` instead. */
|
|
384
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
385
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
386
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
387
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
388
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
389
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
390
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
391
|
+
readonly Wildcard: "*";
|
|
392
|
+
}>;
|
|
393
|
+
}
|
|
394
|
+
/** @internal */
|
|
311
395
|
export declare const UpdateWebhookStatus$inboundSchema: z.ZodNativeEnum<typeof UpdateWebhookStatus>;
|
|
312
396
|
/** @internal */
|
|
313
397
|
export declare const UpdateWebhookStatus$outboundSchema: z.ZodNativeEnum<typeof UpdateWebhookStatus>;
|
|
@@ -352,18 +436,64 @@ export declare namespace UpdateWebhookMode$ {
|
|
|
352
436
|
}>;
|
|
353
437
|
}
|
|
354
438
|
/** @internal */
|
|
439
|
+
export declare const UpdateWebhookDocumentation$inboundSchema: z.ZodType<UpdateWebhookDocumentation, z.ZodTypeDef, unknown>;
|
|
440
|
+
/** @internal */
|
|
441
|
+
export type UpdateWebhookDocumentation$Outbound = {
|
|
442
|
+
href: string;
|
|
443
|
+
type: string;
|
|
444
|
+
};
|
|
445
|
+
/** @internal */
|
|
446
|
+
export declare const UpdateWebhookDocumentation$outboundSchema: z.ZodType<UpdateWebhookDocumentation$Outbound, z.ZodTypeDef, UpdateWebhookDocumentation>;
|
|
447
|
+
/**
|
|
448
|
+
* @internal
|
|
449
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
450
|
+
*/
|
|
451
|
+
export declare namespace UpdateWebhookDocumentation$ {
|
|
452
|
+
/** @deprecated use `UpdateWebhookDocumentation$inboundSchema` instead. */
|
|
453
|
+
const inboundSchema: z.ZodType<UpdateWebhookDocumentation, z.ZodTypeDef, unknown>;
|
|
454
|
+
/** @deprecated use `UpdateWebhookDocumentation$outboundSchema` instead. */
|
|
455
|
+
const outboundSchema: z.ZodType<UpdateWebhookDocumentation$Outbound, z.ZodTypeDef, UpdateWebhookDocumentation>;
|
|
456
|
+
/** @deprecated use `UpdateWebhookDocumentation$Outbound` instead. */
|
|
457
|
+
type Outbound = UpdateWebhookDocumentation$Outbound;
|
|
458
|
+
}
|
|
459
|
+
export declare function updateWebhookDocumentationToJSON(updateWebhookDocumentation: UpdateWebhookDocumentation): string;
|
|
460
|
+
export declare function updateWebhookDocumentationFromJSON(jsonString: string): SafeParseResult<UpdateWebhookDocumentation, SDKValidationError>;
|
|
461
|
+
/** @internal */
|
|
462
|
+
export declare const UpdateWebhookLinks$inboundSchema: z.ZodType<UpdateWebhookLinks, z.ZodTypeDef, unknown>;
|
|
463
|
+
/** @internal */
|
|
464
|
+
export type UpdateWebhookLinks$Outbound = {
|
|
465
|
+
documentation: UpdateWebhookDocumentation$Outbound;
|
|
466
|
+
};
|
|
467
|
+
/** @internal */
|
|
468
|
+
export declare const UpdateWebhookLinks$outboundSchema: z.ZodType<UpdateWebhookLinks$Outbound, z.ZodTypeDef, UpdateWebhookLinks>;
|
|
469
|
+
/**
|
|
470
|
+
* @internal
|
|
471
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
472
|
+
*/
|
|
473
|
+
export declare namespace UpdateWebhookLinks$ {
|
|
474
|
+
/** @deprecated use `UpdateWebhookLinks$inboundSchema` instead. */
|
|
475
|
+
const inboundSchema: z.ZodType<UpdateWebhookLinks, z.ZodTypeDef, unknown>;
|
|
476
|
+
/** @deprecated use `UpdateWebhookLinks$outboundSchema` instead. */
|
|
477
|
+
const outboundSchema: z.ZodType<UpdateWebhookLinks$Outbound, z.ZodTypeDef, UpdateWebhookLinks>;
|
|
478
|
+
/** @deprecated use `UpdateWebhookLinks$Outbound` instead. */
|
|
479
|
+
type Outbound = UpdateWebhookLinks$Outbound;
|
|
480
|
+
}
|
|
481
|
+
export declare function updateWebhookLinksToJSON(updateWebhookLinks: UpdateWebhookLinks): string;
|
|
482
|
+
export declare function updateWebhookLinksFromJSON(jsonString: string): SafeParseResult<UpdateWebhookLinks, SDKValidationError>;
|
|
483
|
+
/** @internal */
|
|
355
484
|
export declare const UpdateWebhookResponse$inboundSchema: z.ZodType<UpdateWebhookResponse, z.ZodTypeDef, unknown>;
|
|
356
485
|
/** @internal */
|
|
357
486
|
export type UpdateWebhookResponse$Outbound = {
|
|
358
|
-
resource
|
|
359
|
-
id
|
|
360
|
-
url
|
|
361
|
-
profileId
|
|
362
|
-
createdAt
|
|
363
|
-
name
|
|
364
|
-
eventTypes
|
|
365
|
-
status
|
|
366
|
-
mode
|
|
487
|
+
resource: string;
|
|
488
|
+
id: string;
|
|
489
|
+
url: string;
|
|
490
|
+
profileId: string | null;
|
|
491
|
+
createdAt: string;
|
|
492
|
+
name: string;
|
|
493
|
+
eventTypes: Array<string>;
|
|
494
|
+
status: string;
|
|
495
|
+
mode: string;
|
|
496
|
+
_links: UpdateWebhookLinks$Outbound;
|
|
367
497
|
};
|
|
368
498
|
/** @internal */
|
|
369
499
|
export declare const UpdateWebhookResponse$outboundSchema: z.ZodType<UpdateWebhookResponse$Outbound, z.ZodTypeDef, UpdateWebhookResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatewebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.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
|
|
1
|
+
{"version":3,"file":"updatewebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.UpdateWebhookResponse$ = exports.UpdateWebhookResponse$outboundSchema = exports.UpdateWebhookResponse$inboundSchema = exports.UpdateWebhookMode$ = exports.UpdateWebhookMode$outboundSchema = exports.UpdateWebhookMode$inboundSchema = exports.UpdateWebhookStatus$ = exports.UpdateWebhookStatus$outboundSchema = exports.UpdateWebhookStatus$inboundSchema = exports.UpdateWebhookNotFoundLinks$ = exports.UpdateWebhookNotFoundLinks$outboundSchema = exports.UpdateWebhookNotFoundLinks$inboundSchema = exports.UpdateWebhookNotFoundDocumentation$ = exports.UpdateWebhookNotFoundDocumentation$outboundSchema = exports.UpdateWebhookNotFoundDocumentation$inboundSchema = exports.UpdateWebhookUnprocessableEntityLinks$ = exports.UpdateWebhookUnprocessableEntityLinks$outboundSchema = exports.UpdateWebhookUnprocessableEntityLinks$inboundSchema = exports.UpdateWebhookUnprocessableEntityDocumentation$ = exports.UpdateWebhookUnprocessableEntityDocumentation$outboundSchema = exports.UpdateWebhookUnprocessableEntityDocumentation$inboundSchema = exports.UpdateWebhookRequest$ = exports.UpdateWebhookRequest$outboundSchema = exports.UpdateWebhookRequest$inboundSchema = exports.UpdateWebhookRequestBody$ = exports.UpdateWebhookRequestBody$outboundSchema = exports.UpdateWebhookRequestBody$inboundSchema = exports.
|
|
39
|
+
exports.UpdateWebhookResponse$ = exports.UpdateWebhookResponse$outboundSchema = exports.UpdateWebhookResponse$inboundSchema = exports.UpdateWebhookLinks$ = exports.UpdateWebhookLinks$outboundSchema = exports.UpdateWebhookLinks$inboundSchema = exports.UpdateWebhookDocumentation$ = exports.UpdateWebhookDocumentation$outboundSchema = exports.UpdateWebhookDocumentation$inboundSchema = exports.UpdateWebhookMode$ = exports.UpdateWebhookMode$outboundSchema = exports.UpdateWebhookMode$inboundSchema = exports.UpdateWebhookStatus$ = exports.UpdateWebhookStatus$outboundSchema = exports.UpdateWebhookStatus$inboundSchema = exports.UpdateWebhookEventTypeWebhookEventTypes$ = exports.UpdateWebhookEventTypeWebhookEventTypes$outboundSchema = exports.UpdateWebhookEventTypeWebhookEventTypes$inboundSchema = exports.UpdateWebhookNotFoundLinks$ = exports.UpdateWebhookNotFoundLinks$outboundSchema = exports.UpdateWebhookNotFoundLinks$inboundSchema = exports.UpdateWebhookNotFoundDocumentation$ = exports.UpdateWebhookNotFoundDocumentation$outboundSchema = exports.UpdateWebhookNotFoundDocumentation$inboundSchema = exports.UpdateWebhookUnprocessableEntityLinks$ = exports.UpdateWebhookUnprocessableEntityLinks$outboundSchema = exports.UpdateWebhookUnprocessableEntityLinks$inboundSchema = exports.UpdateWebhookUnprocessableEntityDocumentation$ = exports.UpdateWebhookUnprocessableEntityDocumentation$outboundSchema = exports.UpdateWebhookUnprocessableEntityDocumentation$inboundSchema = exports.UpdateWebhookRequest$ = exports.UpdateWebhookRequest$outboundSchema = exports.UpdateWebhookRequest$inboundSchema = exports.UpdateWebhookRequestBody$ = exports.UpdateWebhookRequestBody$outboundSchema = exports.UpdateWebhookRequestBody$inboundSchema = exports.UpdateWebhookWebhookEventTypesRequest$ = exports.UpdateWebhookWebhookEventTypesRequest$outboundSchema = exports.UpdateWebhookWebhookEventTypesRequest$inboundSchema = exports.UpdateWebhookMode = exports.UpdateWebhookStatus = exports.UpdateWebhookEventTypeWebhookEventTypes = exports.UpdateWebhookWebhookEventTypesRequest = void 0;
|
|
40
40
|
exports.updateWebhookRequestBodyToJSON = updateWebhookRequestBodyToJSON;
|
|
41
41
|
exports.updateWebhookRequestBodyFromJSON = updateWebhookRequestBodyFromJSON;
|
|
42
42
|
exports.updateWebhookRequestToJSON = updateWebhookRequestToJSON;
|
|
@@ -49,21 +49,41 @@ exports.updateWebhookNotFoundDocumentationToJSON = updateWebhookNotFoundDocument
|
|
|
49
49
|
exports.updateWebhookNotFoundDocumentationFromJSON = updateWebhookNotFoundDocumentationFromJSON;
|
|
50
50
|
exports.updateWebhookNotFoundLinksToJSON = updateWebhookNotFoundLinksToJSON;
|
|
51
51
|
exports.updateWebhookNotFoundLinksFromJSON = updateWebhookNotFoundLinksFromJSON;
|
|
52
|
+
exports.updateWebhookDocumentationToJSON = updateWebhookDocumentationToJSON;
|
|
53
|
+
exports.updateWebhookDocumentationFromJSON = updateWebhookDocumentationFromJSON;
|
|
54
|
+
exports.updateWebhookLinksToJSON = updateWebhookLinksToJSON;
|
|
55
|
+
exports.updateWebhookLinksFromJSON = updateWebhookLinksFromJSON;
|
|
52
56
|
exports.updateWebhookResponseToJSON = updateWebhookResponseToJSON;
|
|
53
57
|
exports.updateWebhookResponseFromJSON = updateWebhookResponseFromJSON;
|
|
54
58
|
const z = __importStar(require("zod"));
|
|
55
59
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
56
60
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
57
61
|
/**
|
|
58
|
-
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
62
|
+
* The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
|
|
63
|
+
*
|
|
64
|
+
* @remarks
|
|
65
|
+
* that require explicit selection. Separate multiple event types with a comma.
|
|
59
66
|
*/
|
|
60
|
-
exports.
|
|
67
|
+
exports.UpdateWebhookWebhookEventTypesRequest = {
|
|
61
68
|
PaymentLinkPaid: "payment-link.paid",
|
|
62
69
|
BalanceTransactionCreated: "balance-transaction.created",
|
|
63
70
|
SalesInvoiceCreated: "sales-invoice.created",
|
|
64
71
|
SalesInvoiceIssued: "sales-invoice.issued",
|
|
65
72
|
SalesInvoiceCanceled: "sales-invoice.canceled",
|
|
66
73
|
SalesInvoicePaid: "sales-invoice.paid",
|
|
74
|
+
Wildcard: "*",
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* The event's type
|
|
78
|
+
*/
|
|
79
|
+
exports.UpdateWebhookEventTypeWebhookEventTypes = {
|
|
80
|
+
PaymentLinkPaid: "payment-link.paid",
|
|
81
|
+
BalanceTransactionCreated: "balance-transaction.created",
|
|
82
|
+
SalesInvoiceCreated: "sales-invoice.created",
|
|
83
|
+
SalesInvoiceIssued: "sales-invoice.issued",
|
|
84
|
+
SalesInvoiceCanceled: "sales-invoice.canceled",
|
|
85
|
+
SalesInvoicePaid: "sales-invoice.paid",
|
|
86
|
+
Wildcard: "*",
|
|
67
87
|
};
|
|
68
88
|
/**
|
|
69
89
|
* The subscription's current status.
|
|
@@ -75,40 +95,49 @@ exports.UpdateWebhookStatus = {
|
|
|
75
95
|
Deleted: "deleted",
|
|
76
96
|
};
|
|
77
97
|
/**
|
|
78
|
-
*
|
|
98
|
+
* Whether this entity was created in live mode or in test mode.
|
|
79
99
|
*/
|
|
80
100
|
exports.UpdateWebhookMode = {
|
|
81
101
|
Live: "live",
|
|
82
102
|
Test: "test",
|
|
83
103
|
};
|
|
84
104
|
/** @internal */
|
|
85
|
-
exports.
|
|
105
|
+
exports.UpdateWebhookWebhookEventTypesRequest$inboundSchema = z.nativeEnum(exports.UpdateWebhookWebhookEventTypesRequest);
|
|
86
106
|
/** @internal */
|
|
87
|
-
exports.
|
|
107
|
+
exports.UpdateWebhookWebhookEventTypesRequest$outboundSchema = exports.UpdateWebhookWebhookEventTypesRequest$inboundSchema;
|
|
88
108
|
/**
|
|
89
109
|
* @internal
|
|
90
110
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
91
111
|
*/
|
|
92
|
-
var
|
|
93
|
-
(function (
|
|
94
|
-
/** @deprecated use `
|
|
95
|
-
|
|
96
|
-
/** @deprecated use `
|
|
97
|
-
|
|
98
|
-
})(
|
|
112
|
+
var UpdateWebhookWebhookEventTypesRequest$;
|
|
113
|
+
(function (UpdateWebhookWebhookEventTypesRequest$) {
|
|
114
|
+
/** @deprecated use `UpdateWebhookWebhookEventTypesRequest$inboundSchema` instead. */
|
|
115
|
+
UpdateWebhookWebhookEventTypesRequest$.inboundSchema = exports.UpdateWebhookWebhookEventTypesRequest$inboundSchema;
|
|
116
|
+
/** @deprecated use `UpdateWebhookWebhookEventTypesRequest$outboundSchema` instead. */
|
|
117
|
+
UpdateWebhookWebhookEventTypesRequest$.outboundSchema = exports.UpdateWebhookWebhookEventTypesRequest$outboundSchema;
|
|
118
|
+
})(UpdateWebhookWebhookEventTypesRequest$ || (exports.UpdateWebhookWebhookEventTypesRequest$ = UpdateWebhookWebhookEventTypesRequest$ = {}));
|
|
99
119
|
/** @internal */
|
|
100
120
|
exports.UpdateWebhookRequestBody$inboundSchema = z.object({
|
|
101
121
|
name: z.string().optional(),
|
|
102
122
|
url: z.string().optional(),
|
|
103
|
-
eventTypes: exports.
|
|
123
|
+
eventTypes: exports.UpdateWebhookWebhookEventTypesRequest$inboundSchema.optional(),
|
|
104
124
|
testmode: z.nullable(z.boolean()).optional(),
|
|
125
|
+
}).transform((v) => {
|
|
126
|
+
return (0, primitives_js_1.remap)(v, {
|
|
127
|
+
"eventTypes": "webhookEventTypes",
|
|
128
|
+
});
|
|
105
129
|
});
|
|
106
130
|
/** @internal */
|
|
107
131
|
exports.UpdateWebhookRequestBody$outboundSchema = z.object({
|
|
108
132
|
name: z.string().optional(),
|
|
109
133
|
url: z.string().optional(),
|
|
110
|
-
|
|
134
|
+
webhookEventTypes: exports.UpdateWebhookWebhookEventTypesRequest$outboundSchema
|
|
135
|
+
.optional(),
|
|
111
136
|
testmode: z.nullable(z.boolean()).optional(),
|
|
137
|
+
}).transform((v) => {
|
|
138
|
+
return (0, primitives_js_1.remap)(v, {
|
|
139
|
+
webhookEventTypes: "eventTypes",
|
|
140
|
+
});
|
|
112
141
|
});
|
|
113
142
|
/**
|
|
114
143
|
* @internal
|
|
@@ -267,6 +296,22 @@ function updateWebhookNotFoundLinksFromJSON(jsonString) {
|
|
|
267
296
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdateWebhookNotFoundLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateWebhookNotFoundLinks' from JSON`);
|
|
268
297
|
}
|
|
269
298
|
/** @internal */
|
|
299
|
+
exports.UpdateWebhookEventTypeWebhookEventTypes$inboundSchema = z
|
|
300
|
+
.nativeEnum(exports.UpdateWebhookEventTypeWebhookEventTypes);
|
|
301
|
+
/** @internal */
|
|
302
|
+
exports.UpdateWebhookEventTypeWebhookEventTypes$outboundSchema = exports.UpdateWebhookEventTypeWebhookEventTypes$inboundSchema;
|
|
303
|
+
/**
|
|
304
|
+
* @internal
|
|
305
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
306
|
+
*/
|
|
307
|
+
var UpdateWebhookEventTypeWebhookEventTypes$;
|
|
308
|
+
(function (UpdateWebhookEventTypeWebhookEventTypes$) {
|
|
309
|
+
/** @deprecated use `UpdateWebhookEventTypeWebhookEventTypes$inboundSchema` instead. */
|
|
310
|
+
UpdateWebhookEventTypeWebhookEventTypes$.inboundSchema = exports.UpdateWebhookEventTypeWebhookEventTypes$inboundSchema;
|
|
311
|
+
/** @deprecated use `UpdateWebhookEventTypeWebhookEventTypes$outboundSchema` instead. */
|
|
312
|
+
UpdateWebhookEventTypeWebhookEventTypes$.outboundSchema = exports.UpdateWebhookEventTypeWebhookEventTypes$outboundSchema;
|
|
313
|
+
})(UpdateWebhookEventTypeWebhookEventTypes$ || (exports.UpdateWebhookEventTypeWebhookEventTypes$ = UpdateWebhookEventTypeWebhookEventTypes$ = {}));
|
|
314
|
+
/** @internal */
|
|
270
315
|
exports.UpdateWebhookStatus$inboundSchema = z.nativeEnum(exports.UpdateWebhookStatus);
|
|
271
316
|
/** @internal */
|
|
272
317
|
exports.UpdateWebhookStatus$outboundSchema = exports.UpdateWebhookStatus$inboundSchema;
|
|
@@ -297,28 +342,90 @@ var UpdateWebhookMode$;
|
|
|
297
342
|
UpdateWebhookMode$.outboundSchema = exports.UpdateWebhookMode$outboundSchema;
|
|
298
343
|
})(UpdateWebhookMode$ || (exports.UpdateWebhookMode$ = UpdateWebhookMode$ = {}));
|
|
299
344
|
/** @internal */
|
|
345
|
+
exports.UpdateWebhookDocumentation$inboundSchema = z.object({
|
|
346
|
+
href: z.string(),
|
|
347
|
+
type: z.string(),
|
|
348
|
+
});
|
|
349
|
+
/** @internal */
|
|
350
|
+
exports.UpdateWebhookDocumentation$outboundSchema = z.object({
|
|
351
|
+
href: z.string(),
|
|
352
|
+
type: z.string(),
|
|
353
|
+
});
|
|
354
|
+
/**
|
|
355
|
+
* @internal
|
|
356
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
357
|
+
*/
|
|
358
|
+
var UpdateWebhookDocumentation$;
|
|
359
|
+
(function (UpdateWebhookDocumentation$) {
|
|
360
|
+
/** @deprecated use `UpdateWebhookDocumentation$inboundSchema` instead. */
|
|
361
|
+
UpdateWebhookDocumentation$.inboundSchema = exports.UpdateWebhookDocumentation$inboundSchema;
|
|
362
|
+
/** @deprecated use `UpdateWebhookDocumentation$outboundSchema` instead. */
|
|
363
|
+
UpdateWebhookDocumentation$.outboundSchema = exports.UpdateWebhookDocumentation$outboundSchema;
|
|
364
|
+
})(UpdateWebhookDocumentation$ || (exports.UpdateWebhookDocumentation$ = UpdateWebhookDocumentation$ = {}));
|
|
365
|
+
function updateWebhookDocumentationToJSON(updateWebhookDocumentation) {
|
|
366
|
+
return JSON.stringify(exports.UpdateWebhookDocumentation$outboundSchema.parse(updateWebhookDocumentation));
|
|
367
|
+
}
|
|
368
|
+
function updateWebhookDocumentationFromJSON(jsonString) {
|
|
369
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdateWebhookDocumentation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateWebhookDocumentation' from JSON`);
|
|
370
|
+
}
|
|
371
|
+
/** @internal */
|
|
372
|
+
exports.UpdateWebhookLinks$inboundSchema = z.object({
|
|
373
|
+
documentation: z.lazy(() => exports.UpdateWebhookDocumentation$inboundSchema),
|
|
374
|
+
});
|
|
375
|
+
/** @internal */
|
|
376
|
+
exports.UpdateWebhookLinks$outboundSchema = z.object({
|
|
377
|
+
documentation: z.lazy(() => exports.UpdateWebhookDocumentation$outboundSchema),
|
|
378
|
+
});
|
|
379
|
+
/**
|
|
380
|
+
* @internal
|
|
381
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
382
|
+
*/
|
|
383
|
+
var UpdateWebhookLinks$;
|
|
384
|
+
(function (UpdateWebhookLinks$) {
|
|
385
|
+
/** @deprecated use `UpdateWebhookLinks$inboundSchema` instead. */
|
|
386
|
+
UpdateWebhookLinks$.inboundSchema = exports.UpdateWebhookLinks$inboundSchema;
|
|
387
|
+
/** @deprecated use `UpdateWebhookLinks$outboundSchema` instead. */
|
|
388
|
+
UpdateWebhookLinks$.outboundSchema = exports.UpdateWebhookLinks$outboundSchema;
|
|
389
|
+
})(UpdateWebhookLinks$ || (exports.UpdateWebhookLinks$ = UpdateWebhookLinks$ = {}));
|
|
390
|
+
function updateWebhookLinksToJSON(updateWebhookLinks) {
|
|
391
|
+
return JSON.stringify(exports.UpdateWebhookLinks$outboundSchema.parse(updateWebhookLinks));
|
|
392
|
+
}
|
|
393
|
+
function updateWebhookLinksFromJSON(jsonString) {
|
|
394
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdateWebhookLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateWebhookLinks' from JSON`);
|
|
395
|
+
}
|
|
396
|
+
/** @internal */
|
|
300
397
|
exports.UpdateWebhookResponse$inboundSchema = z.object({
|
|
301
|
-
resource: z.string()
|
|
302
|
-
id: z.string()
|
|
303
|
-
url: z.string()
|
|
304
|
-
profileId: z.
|
|
305
|
-
createdAt: z.string()
|
|
306
|
-
name: z.string()
|
|
307
|
-
eventTypes: z.array(
|
|
308
|
-
status: exports.UpdateWebhookStatus$inboundSchema
|
|
309
|
-
mode: exports.UpdateWebhookMode$inboundSchema
|
|
398
|
+
resource: z.string(),
|
|
399
|
+
id: z.string(),
|
|
400
|
+
url: z.string(),
|
|
401
|
+
profileId: z.nullable(z.string()),
|
|
402
|
+
createdAt: z.string(),
|
|
403
|
+
name: z.string(),
|
|
404
|
+
eventTypes: z.array(exports.UpdateWebhookEventTypeWebhookEventTypes$inboundSchema),
|
|
405
|
+
status: exports.UpdateWebhookStatus$inboundSchema,
|
|
406
|
+
mode: exports.UpdateWebhookMode$inboundSchema,
|
|
407
|
+
_links: z.lazy(() => exports.UpdateWebhookLinks$inboundSchema),
|
|
408
|
+
}).transform((v) => {
|
|
409
|
+
return (0, primitives_js_1.remap)(v, {
|
|
410
|
+
"_links": "links",
|
|
411
|
+
});
|
|
310
412
|
});
|
|
311
413
|
/** @internal */
|
|
312
414
|
exports.UpdateWebhookResponse$outboundSchema = z.object({
|
|
313
|
-
resource: z.string()
|
|
314
|
-
id: z.string()
|
|
315
|
-
url: z.string()
|
|
316
|
-
profileId: z.
|
|
317
|
-
createdAt: z.string()
|
|
318
|
-
name: z.string()
|
|
319
|
-
eventTypes: z.array(
|
|
320
|
-
status: exports.UpdateWebhookStatus$outboundSchema
|
|
321
|
-
mode: exports.UpdateWebhookMode$outboundSchema
|
|
415
|
+
resource: z.string(),
|
|
416
|
+
id: z.string(),
|
|
417
|
+
url: z.string(),
|
|
418
|
+
profileId: z.nullable(z.string()),
|
|
419
|
+
createdAt: z.string(),
|
|
420
|
+
name: z.string(),
|
|
421
|
+
eventTypes: z.array(exports.UpdateWebhookEventTypeWebhookEventTypes$outboundSchema),
|
|
422
|
+
status: exports.UpdateWebhookStatus$outboundSchema,
|
|
423
|
+
mode: exports.UpdateWebhookMode$outboundSchema,
|
|
424
|
+
links: z.lazy(() => exports.UpdateWebhookLinks$outboundSchema),
|
|
425
|
+
}).transform((v) => {
|
|
426
|
+
return (0, primitives_js_1.remap)(v, {
|
|
427
|
+
links: "_links",
|
|
428
|
+
});
|
|
322
429
|
});
|
|
323
430
|
/**
|
|
324
431
|
* @internal
|