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
|
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
35
35
|
export declare const SDK_METADATA: {
|
|
36
36
|
readonly language: "typescript";
|
|
37
37
|
readonly openapiDocVersion: "1.0.0";
|
|
38
|
-
readonly sdkVersion: "0.1.
|
|
39
|
-
readonly genVersion: "2.
|
|
40
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.
|
|
38
|
+
readonly sdkVersion: "0.1.8";
|
|
39
|
+
readonly genVersion: "2.692.0";
|
|
40
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.8 2.692.0 1.0.0 mollie-api-typescript";
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "1.0.0",
|
|
31
|
-
sdkVersion: "0.1.
|
|
32
|
-
genVersion: "2.
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
31
|
+
sdkVersion: "0.1.8",
|
|
32
|
+
genVersion: "2.692.0",
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 0.1.8 2.692.0 1.0.0 mollie-api-typescript",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "0.1.
|
|
25
|
+
currentVersion: "0.1.8",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
|
@@ -105,7 +105,7 @@ const webhooksUpdate_js_1 = require("./tools/webhooksUpdate.js");
|
|
|
105
105
|
function createMCPServer(deps) {
|
|
106
106
|
const server = new mcp_js_1.McpServer({
|
|
107
107
|
name: "Client",
|
|
108
|
-
version: "0.1.
|
|
108
|
+
version: "0.1.8",
|
|
109
109
|
});
|
|
110
110
|
const client = new core_js_1.ClientCore({
|
|
111
111
|
security: deps.security,
|
|
@@ -120,6 +120,45 @@ function createMCPServer(deps) {
|
|
|
120
120
|
const prompt = (0, prompts_js_1.createRegisterPrompt)(deps.logger, server, client, scopes);
|
|
121
121
|
const register = { tool, resource, resourceTemplate, prompt };
|
|
122
122
|
void register; // suppress unused warnings
|
|
123
|
+
tool(balancesList_js_1.tool$balancesList);
|
|
124
|
+
tool(balancesGet_js_1.tool$balancesGet);
|
|
125
|
+
tool(balancesGetPrimary_js_1.tool$balancesGetPrimary);
|
|
126
|
+
tool(balancesGetReport_js_1.tool$balancesGetReport);
|
|
127
|
+
tool(balancesListTransactions_js_1.tool$balancesListTransactions);
|
|
128
|
+
tool(settlementsList_js_1.tool$settlementsList);
|
|
129
|
+
tool(settlementsGet_js_1.tool$settlementsGet);
|
|
130
|
+
tool(settlementsGetOpen_js_1.tool$settlementsGetOpen);
|
|
131
|
+
tool(settlementsGetNext_js_1.tool$settlementsGetNext);
|
|
132
|
+
tool(settlementsListPayments_js_1.tool$settlementsListPayments);
|
|
133
|
+
tool(settlementsListCaptures_js_1.tool$settlementsListCaptures);
|
|
134
|
+
tool(settlementsListRefunds_js_1.tool$settlementsListRefunds);
|
|
135
|
+
tool(settlementsListChargebacks_js_1.tool$settlementsListChargebacks);
|
|
136
|
+
tool(invoicesList_js_1.tool$invoicesList);
|
|
137
|
+
tool(invoicesGet_js_1.tool$invoicesGet);
|
|
138
|
+
tool(permissionsList_js_1.tool$permissionsList);
|
|
139
|
+
tool(permissionsGet_js_1.tool$permissionsGet);
|
|
140
|
+
tool(organizationsGet_js_1.tool$organizationsGet);
|
|
141
|
+
tool(organizationsGetCurrent_js_1.tool$organizationsGetCurrent);
|
|
142
|
+
tool(organizationsGetPartner_js_1.tool$organizationsGetPartner);
|
|
143
|
+
tool(profilesCreate_js_1.tool$profilesCreate);
|
|
144
|
+
tool(profilesList_js_1.tool$profilesList);
|
|
145
|
+
tool(profilesGet_js_1.tool$profilesGet);
|
|
146
|
+
tool(profilesUpdate_js_1.tool$profilesUpdate);
|
|
147
|
+
tool(profilesDelete_js_1.tool$profilesDelete);
|
|
148
|
+
tool(profilesGetCurrent_js_1.tool$profilesGetCurrent);
|
|
149
|
+
tool(onboardingGet_js_1.tool$onboardingGet);
|
|
150
|
+
tool(onboardingSubmit_js_1.tool$onboardingSubmit);
|
|
151
|
+
tool(capabilitiesList_js_1.tool$capabilitiesList);
|
|
152
|
+
tool(clientsList_js_1.tool$clientsList);
|
|
153
|
+
tool(clientsGet_js_1.tool$clientsGet);
|
|
154
|
+
tool(clientLinksCreate_js_1.tool$clientLinksCreate);
|
|
155
|
+
tool(webhooksCreate_js_1.tool$webhooksCreate);
|
|
156
|
+
tool(webhooksList_js_1.tool$webhooksList);
|
|
157
|
+
tool(webhooksUpdate_js_1.tool$webhooksUpdate);
|
|
158
|
+
tool(webhooksGet_js_1.tool$webhooksGet);
|
|
159
|
+
tool(webhooksDelete_js_1.tool$webhooksDelete);
|
|
160
|
+
tool(webhooksTest_js_1.tool$webhooksTest);
|
|
161
|
+
tool(webhookEventsGet_js_1.tool$webhookEventsGet);
|
|
123
162
|
tool(paymentsCreate_js_1.tool$paymentsCreate);
|
|
124
163
|
tool(paymentsList_js_1.tool$paymentsList);
|
|
125
164
|
tool(paymentsGet_js_1.tool$paymentsGet);
|
|
@@ -169,45 +208,6 @@ function createMCPServer(deps) {
|
|
|
169
208
|
tool(subscriptionsCancel_js_1.tool$subscriptionsCancel);
|
|
170
209
|
tool(subscriptionsAll_js_1.tool$subscriptionsAll);
|
|
171
210
|
tool(subscriptionsListPayments_js_1.tool$subscriptionsListPayments);
|
|
172
|
-
tool(permissionsList_js_1.tool$permissionsList);
|
|
173
|
-
tool(permissionsGet_js_1.tool$permissionsGet);
|
|
174
|
-
tool(organizationsGet_js_1.tool$organizationsGet);
|
|
175
|
-
tool(organizationsGetCurrent_js_1.tool$organizationsGetCurrent);
|
|
176
|
-
tool(organizationsGetPartner_js_1.tool$organizationsGetPartner);
|
|
177
|
-
tool(profilesCreate_js_1.tool$profilesCreate);
|
|
178
|
-
tool(profilesList_js_1.tool$profilesList);
|
|
179
|
-
tool(profilesGet_js_1.tool$profilesGet);
|
|
180
|
-
tool(profilesUpdate_js_1.tool$profilesUpdate);
|
|
181
|
-
tool(profilesDelete_js_1.tool$profilesDelete);
|
|
182
|
-
tool(profilesGetCurrent_js_1.tool$profilesGetCurrent);
|
|
183
|
-
tool(onboardingGet_js_1.tool$onboardingGet);
|
|
184
|
-
tool(onboardingSubmit_js_1.tool$onboardingSubmit);
|
|
185
|
-
tool(capabilitiesList_js_1.tool$capabilitiesList);
|
|
186
|
-
tool(clientsList_js_1.tool$clientsList);
|
|
187
|
-
tool(clientsGet_js_1.tool$clientsGet);
|
|
188
|
-
tool(clientLinksCreate_js_1.tool$clientLinksCreate);
|
|
189
|
-
tool(webhooksCreate_js_1.tool$webhooksCreate);
|
|
190
|
-
tool(webhooksList_js_1.tool$webhooksList);
|
|
191
|
-
tool(webhooksUpdate_js_1.tool$webhooksUpdate);
|
|
192
|
-
tool(webhooksGet_js_1.tool$webhooksGet);
|
|
193
|
-
tool(webhooksDelete_js_1.tool$webhooksDelete);
|
|
194
|
-
tool(webhooksTest_js_1.tool$webhooksTest);
|
|
195
|
-
tool(webhookEventsGet_js_1.tool$webhookEventsGet);
|
|
196
|
-
tool(balancesList_js_1.tool$balancesList);
|
|
197
|
-
tool(balancesGet_js_1.tool$balancesGet);
|
|
198
|
-
tool(balancesGetPrimary_js_1.tool$balancesGetPrimary);
|
|
199
|
-
tool(balancesGetReport_js_1.tool$balancesGetReport);
|
|
200
|
-
tool(balancesListTransactions_js_1.tool$balancesListTransactions);
|
|
201
|
-
tool(settlementsList_js_1.tool$settlementsList);
|
|
202
|
-
tool(settlementsGet_js_1.tool$settlementsGet);
|
|
203
|
-
tool(settlementsGetOpen_js_1.tool$settlementsGetOpen);
|
|
204
|
-
tool(settlementsGetNext_js_1.tool$settlementsGetNext);
|
|
205
|
-
tool(settlementsListPayments_js_1.tool$settlementsListPayments);
|
|
206
|
-
tool(settlementsListCaptures_js_1.tool$settlementsListCaptures);
|
|
207
|
-
tool(settlementsListRefunds_js_1.tool$settlementsListRefunds);
|
|
208
|
-
tool(settlementsListChargebacks_js_1.tool$settlementsListChargebacks);
|
|
209
|
-
tool(invoicesList_js_1.tool$invoicesList);
|
|
210
|
-
tool(invoicesGet_js_1.tool$invoicesGet);
|
|
211
211
|
tool(salesInvoicesCreate_js_1.tool$salesInvoicesCreate);
|
|
212
212
|
tool(salesInvoicesList_js_1.tool$salesInvoicesList);
|
|
213
213
|
tool(salesInvoicesGet_js_1.tool$salesInvoicesGet);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.js","sourceRoot":"","sources":["../../../src/mcp-server/server.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"server.js","sourceRoot":"","sources":["../../../src/mcp-server/server.ts"],"names":[],"mappings":"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"}
|
|
@@ -1184,7 +1184,7 @@ export declare const CancelPaymentFeeRegion: {
|
|
|
1184
1184
|
readonly Maestro: "maestro";
|
|
1185
1185
|
readonly Other: "other";
|
|
1186
1186
|
readonly Inter: "inter";
|
|
1187
|
-
readonly IntraEea: "
|
|
1187
|
+
readonly IntraEea: "intra_eea";
|
|
1188
1188
|
};
|
|
1189
1189
|
/**
|
|
1190
1190
|
* The applicable card fee region.
|
|
@@ -3838,7 +3838,7 @@ export declare namespace CancelPaymentFeeRegion$ {
|
|
|
3838
3838
|
readonly Maestro: "maestro";
|
|
3839
3839
|
readonly Other: "other";
|
|
3840
3840
|
readonly Inter: "inter";
|
|
3841
|
-
readonly IntraEea: "
|
|
3841
|
+
readonly IntraEea: "intra_eea";
|
|
3842
3842
|
}>;
|
|
3843
3843
|
/** @deprecated use `CancelPaymentFeeRegion$outboundSchema` instead. */
|
|
3844
3844
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3851,7 +3851,7 @@ export declare namespace CancelPaymentFeeRegion$ {
|
|
|
3851
3851
|
readonly Maestro: "maestro";
|
|
3852
3852
|
readonly Other: "other";
|
|
3853
3853
|
readonly Inter: "inter";
|
|
3854
|
-
readonly IntraEea: "
|
|
3854
|
+
readonly IntraEea: "intra_eea";
|
|
3855
3855
|
}>;
|
|
3856
3856
|
}
|
|
3857
3857
|
/** @internal */
|
|
@@ -2352,7 +2352,7 @@ export declare const CreateCustomerPaymentFeeRegion: {
|
|
|
2352
2352
|
readonly Maestro: "maestro";
|
|
2353
2353
|
readonly Other: "other";
|
|
2354
2354
|
readonly Inter: "inter";
|
|
2355
|
-
readonly IntraEea: "
|
|
2355
|
+
readonly IntraEea: "intra_eea";
|
|
2356
2356
|
};
|
|
2357
2357
|
/**
|
|
2358
2358
|
* The applicable card fee region.
|
|
@@ -5804,7 +5804,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
|
|
|
5804
5804
|
readonly Maestro: "maestro";
|
|
5805
5805
|
readonly Other: "other";
|
|
5806
5806
|
readonly Inter: "inter";
|
|
5807
|
-
readonly IntraEea: "
|
|
5807
|
+
readonly IntraEea: "intra_eea";
|
|
5808
5808
|
}>;
|
|
5809
5809
|
/** @deprecated use `CreateCustomerPaymentFeeRegion$outboundSchema` instead. */
|
|
5810
5810
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -5817,7 +5817,7 @@ export declare namespace CreateCustomerPaymentFeeRegion$ {
|
|
|
5817
5817
|
readonly Maestro: "maestro";
|
|
5818
5818
|
readonly Other: "other";
|
|
5819
5819
|
readonly Inter: "inter";
|
|
5820
|
-
readonly IntraEea: "
|
|
5820
|
+
readonly IntraEea: "intra_eea";
|
|
5821
5821
|
}>;
|
|
5822
5822
|
}
|
|
5823
5823
|
/** @internal */
|
|
@@ -2362,7 +2362,7 @@ export declare const CreatePaymentFeeRegion: {
|
|
|
2362
2362
|
readonly Maestro: "maestro";
|
|
2363
2363
|
readonly Other: "other";
|
|
2364
2364
|
readonly Inter: "inter";
|
|
2365
|
-
readonly IntraEea: "
|
|
2365
|
+
readonly IntraEea: "intra_eea";
|
|
2366
2366
|
};
|
|
2367
2367
|
/**
|
|
2368
2368
|
* The applicable card fee region.
|
|
@@ -5832,7 +5832,7 @@ export declare namespace CreatePaymentFeeRegion$ {
|
|
|
5832
5832
|
readonly Maestro: "maestro";
|
|
5833
5833
|
readonly Other: "other";
|
|
5834
5834
|
readonly Inter: "inter";
|
|
5835
|
-
readonly IntraEea: "
|
|
5835
|
+
readonly IntraEea: "intra_eea";
|
|
5836
5836
|
}>;
|
|
5837
5837
|
/** @deprecated use `CreatePaymentFeeRegion$outboundSchema` instead. */
|
|
5838
5838
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -5845,7 +5845,7 @@ export declare namespace CreatePaymentFeeRegion$ {
|
|
|
5845
5845
|
readonly Maestro: "maestro";
|
|
5846
5846
|
readonly Other: "other";
|
|
5847
5847
|
readonly Inter: "inter";
|
|
5848
|
-
readonly IntraEea: "
|
|
5848
|
+
readonly IntraEea: "intra_eea";
|
|
5849
5849
|
}>;
|
|
5850
5850
|
}
|
|
5851
5851
|
/** @internal */
|
|
@@ -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 CreateWebhookWebhookEventTypesRequest: {
|
|
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 CreateWebhookWebhookEventTypesRequest = ClosedEnum<typeof CreateWebhookWebhookEventTypesRequest>;
|
|
20
27
|
export type CreateWebhookRequest = {
|
|
21
28
|
/**
|
|
22
29
|
* A name that identifies the webhook.
|
|
@@ -27,9 +34,12 @@ export type CreateWebhookRequest = {
|
|
|
27
34
|
*/
|
|
28
35
|
url: string;
|
|
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: CreateWebhookWebhookEventTypesRequest;
|
|
33
43
|
/**
|
|
34
44
|
* Whether to create the entity in test mode or live mode.
|
|
35
45
|
*
|
|
@@ -54,6 +64,22 @@ export type CreateWebhookUnprocessableEntityLinks = {
|
|
|
54
64
|
*/
|
|
55
65
|
documentation: CreateWebhookUnprocessableEntityDocumentation;
|
|
56
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* The event's type
|
|
69
|
+
*/
|
|
70
|
+
export declare const CreateWebhookEventTypeWebhookEventTypes: {
|
|
71
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
72
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
73
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
74
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
75
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
76
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
77
|
+
readonly Wildcard: "*";
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* The event's type
|
|
81
|
+
*/
|
|
82
|
+
export type CreateWebhookEventTypeWebhookEventTypes = ClosedEnum<typeof CreateWebhookEventTypeWebhookEventTypes>;
|
|
57
83
|
/**
|
|
58
84
|
* The subscription's current status.
|
|
59
85
|
*/
|
|
@@ -67,14 +93,14 @@ export declare const CreateWebhookStatus: {
|
|
|
67
93
|
*/
|
|
68
94
|
export type CreateWebhookStatus = ClosedEnum<typeof CreateWebhookStatus>;
|
|
69
95
|
/**
|
|
70
|
-
*
|
|
96
|
+
* Whether this entity was created in live mode or in test mode.
|
|
71
97
|
*/
|
|
72
98
|
export declare const CreateWebhookMode: {
|
|
73
99
|
readonly Live: "live";
|
|
74
100
|
readonly Test: "test";
|
|
75
101
|
};
|
|
76
102
|
/**
|
|
77
|
-
*
|
|
103
|
+
* Whether this entity was created in live mode or in test mode.
|
|
78
104
|
*/
|
|
79
105
|
export type CreateWebhookMode = ClosedEnum<typeof CreateWebhookMode>;
|
|
80
106
|
/**
|
|
@@ -97,7 +123,7 @@ export type CreateWebhookLinks = {
|
|
|
97
123
|
/**
|
|
98
124
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
99
125
|
*/
|
|
100
|
-
documentation
|
|
126
|
+
documentation: CreateWebhookDocumentation;
|
|
101
127
|
};
|
|
102
128
|
/**
|
|
103
129
|
* The webhook object.
|
|
@@ -106,58 +132,58 @@ export type CreateWebhookResponse = {
|
|
|
106
132
|
/**
|
|
107
133
|
* Indicates the response contains a webhook subscription object. Will always contain the string `webhook` for this endpoint.
|
|
108
134
|
*/
|
|
109
|
-
resource
|
|
135
|
+
resource: string;
|
|
110
136
|
/**
|
|
111
137
|
* The identifier uniquely referring to this subscription.
|
|
112
138
|
*/
|
|
113
|
-
id
|
|
139
|
+
id: string;
|
|
114
140
|
/**
|
|
115
141
|
* The subscription's events destination.
|
|
116
142
|
*/
|
|
117
|
-
url
|
|
143
|
+
url: string;
|
|
118
144
|
/**
|
|
119
145
|
* The identifier uniquely referring to the profile that created the subscription.
|
|
120
146
|
*/
|
|
121
|
-
profileId
|
|
147
|
+
profileId: string;
|
|
122
148
|
/**
|
|
123
149
|
* The subscription's date time of creation.
|
|
124
150
|
*/
|
|
125
|
-
createdAt
|
|
151
|
+
createdAt: string;
|
|
126
152
|
/**
|
|
127
153
|
* The subscription's name.
|
|
128
154
|
*/
|
|
129
|
-
name
|
|
155
|
+
name: string;
|
|
130
156
|
/**
|
|
131
157
|
* The events types that are subscribed.
|
|
132
158
|
*/
|
|
133
|
-
eventTypes
|
|
159
|
+
eventTypes: Array<CreateWebhookEventTypeWebhookEventTypes>;
|
|
134
160
|
/**
|
|
135
161
|
* The subscription's current status.
|
|
136
162
|
*/
|
|
137
|
-
status
|
|
163
|
+
status: CreateWebhookStatus;
|
|
138
164
|
/**
|
|
139
|
-
*
|
|
165
|
+
* Whether this entity was created in live mode or in test mode.
|
|
140
166
|
*/
|
|
141
|
-
mode
|
|
167
|
+
mode: CreateWebhookMode;
|
|
142
168
|
/**
|
|
143
169
|
* The subscription's secret.
|
|
144
170
|
*/
|
|
145
|
-
webhookSecret
|
|
171
|
+
webhookSecret: string;
|
|
146
172
|
/**
|
|
147
173
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
148
174
|
*/
|
|
149
|
-
links
|
|
175
|
+
links: CreateWebhookLinks;
|
|
150
176
|
};
|
|
151
177
|
/** @internal */
|
|
152
|
-
export declare const
|
|
178
|
+
export declare const CreateWebhookWebhookEventTypesRequest$inboundSchema: z.ZodNativeEnum<typeof CreateWebhookWebhookEventTypesRequest>;
|
|
153
179
|
/** @internal */
|
|
154
|
-
export declare const
|
|
180
|
+
export declare const CreateWebhookWebhookEventTypesRequest$outboundSchema: z.ZodNativeEnum<typeof CreateWebhookWebhookEventTypesRequest>;
|
|
155
181
|
/**
|
|
156
182
|
* @internal
|
|
157
183
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
158
184
|
*/
|
|
159
|
-
export declare namespace
|
|
160
|
-
/** @deprecated use `
|
|
185
|
+
export declare namespace CreateWebhookWebhookEventTypesRequest$ {
|
|
186
|
+
/** @deprecated use `CreateWebhookWebhookEventTypesRequest$inboundSchema` instead. */
|
|
161
187
|
const inboundSchema: z.ZodNativeEnum<{
|
|
162
188
|
readonly PaymentLinkPaid: "payment-link.paid";
|
|
163
189
|
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
@@ -165,8 +191,9 @@ export declare namespace CreateWebhookEventTypes$ {
|
|
|
165
191
|
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
166
192
|
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
167
193
|
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
194
|
+
readonly Wildcard: "*";
|
|
168
195
|
}>;
|
|
169
|
-
/** @deprecated use `
|
|
196
|
+
/** @deprecated use `CreateWebhookWebhookEventTypesRequest$outboundSchema` instead. */
|
|
170
197
|
const outboundSchema: z.ZodNativeEnum<{
|
|
171
198
|
readonly PaymentLinkPaid: "payment-link.paid";
|
|
172
199
|
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
@@ -174,6 +201,7 @@ export declare namespace CreateWebhookEventTypes$ {
|
|
|
174
201
|
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
175
202
|
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
176
203
|
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
204
|
+
readonly Wildcard: "*";
|
|
177
205
|
}>;
|
|
178
206
|
}
|
|
179
207
|
/** @internal */
|
|
@@ -247,6 +275,36 @@ export declare namespace CreateWebhookUnprocessableEntityLinks$ {
|
|
|
247
275
|
export declare function createWebhookUnprocessableEntityLinksToJSON(createWebhookUnprocessableEntityLinks: CreateWebhookUnprocessableEntityLinks): string;
|
|
248
276
|
export declare function createWebhookUnprocessableEntityLinksFromJSON(jsonString: string): SafeParseResult<CreateWebhookUnprocessableEntityLinks, SDKValidationError>;
|
|
249
277
|
/** @internal */
|
|
278
|
+
export declare const CreateWebhookEventTypeWebhookEventTypes$inboundSchema: z.ZodNativeEnum<typeof CreateWebhookEventTypeWebhookEventTypes>;
|
|
279
|
+
/** @internal */
|
|
280
|
+
export declare const CreateWebhookEventTypeWebhookEventTypes$outboundSchema: z.ZodNativeEnum<typeof CreateWebhookEventTypeWebhookEventTypes>;
|
|
281
|
+
/**
|
|
282
|
+
* @internal
|
|
283
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
284
|
+
*/
|
|
285
|
+
export declare namespace CreateWebhookEventTypeWebhookEventTypes$ {
|
|
286
|
+
/** @deprecated use `CreateWebhookEventTypeWebhookEventTypes$inboundSchema` instead. */
|
|
287
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
288
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
289
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
290
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
291
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
292
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
293
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
294
|
+
readonly Wildcard: "*";
|
|
295
|
+
}>;
|
|
296
|
+
/** @deprecated use `CreateWebhookEventTypeWebhookEventTypes$outboundSchema` instead. */
|
|
297
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
298
|
+
readonly PaymentLinkPaid: "payment-link.paid";
|
|
299
|
+
readonly BalanceTransactionCreated: "balance-transaction.created";
|
|
300
|
+
readonly SalesInvoiceCreated: "sales-invoice.created";
|
|
301
|
+
readonly SalesInvoiceIssued: "sales-invoice.issued";
|
|
302
|
+
readonly SalesInvoiceCanceled: "sales-invoice.canceled";
|
|
303
|
+
readonly SalesInvoicePaid: "sales-invoice.paid";
|
|
304
|
+
readonly Wildcard: "*";
|
|
305
|
+
}>;
|
|
306
|
+
}
|
|
307
|
+
/** @internal */
|
|
250
308
|
export declare const CreateWebhookStatus$inboundSchema: z.ZodNativeEnum<typeof CreateWebhookStatus>;
|
|
251
309
|
/** @internal */
|
|
252
310
|
export declare const CreateWebhookStatus$outboundSchema: z.ZodNativeEnum<typeof CreateWebhookStatus>;
|
|
@@ -315,7 +373,7 @@ export declare function createWebhookDocumentationFromJSON(jsonString: string):
|
|
|
315
373
|
export declare const CreateWebhookLinks$inboundSchema: z.ZodType<CreateWebhookLinks, z.ZodTypeDef, unknown>;
|
|
316
374
|
/** @internal */
|
|
317
375
|
export type CreateWebhookLinks$Outbound = {
|
|
318
|
-
documentation
|
|
376
|
+
documentation: CreateWebhookDocumentation$Outbound;
|
|
319
377
|
};
|
|
320
378
|
/** @internal */
|
|
321
379
|
export declare const CreateWebhookLinks$outboundSchema: z.ZodType<CreateWebhookLinks$Outbound, z.ZodTypeDef, CreateWebhookLinks>;
|
|
@@ -337,17 +395,17 @@ export declare function createWebhookLinksFromJSON(jsonString: string): SafePars
|
|
|
337
395
|
export declare const CreateWebhookResponse$inboundSchema: z.ZodType<CreateWebhookResponse, z.ZodTypeDef, unknown>;
|
|
338
396
|
/** @internal */
|
|
339
397
|
export type CreateWebhookResponse$Outbound = {
|
|
340
|
-
resource
|
|
341
|
-
id
|
|
342
|
-
url
|
|
343
|
-
profileId
|
|
344
|
-
createdAt
|
|
345
|
-
name
|
|
346
|
-
eventTypes
|
|
347
|
-
status
|
|
348
|
-
mode
|
|
349
|
-
webhookSecret
|
|
350
|
-
_links
|
|
398
|
+
resource: string;
|
|
399
|
+
id: string;
|
|
400
|
+
url: string;
|
|
401
|
+
profileId: string;
|
|
402
|
+
createdAt: string;
|
|
403
|
+
name: string;
|
|
404
|
+
eventTypes: Array<string>;
|
|
405
|
+
status: string;
|
|
406
|
+
mode: string;
|
|
407
|
+
webhookSecret: string;
|
|
408
|
+
_links: CreateWebhookLinks$Outbound;
|
|
351
409
|
};
|
|
352
410
|
/** @internal */
|
|
353
411
|
export declare const CreateWebhookResponse$outboundSchema: z.ZodType<CreateWebhookResponse$Outbound, z.ZodTypeDef, CreateWebhookResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/createwebhook.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":"createwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/createwebhook.ts"],"names":[],"mappings":"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"}
|