mollie-api-typescript 0.9.2 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -31
- package/bin/mcp-server.js +22 -22
- package/bin/mcp-server.js.map +25 -25
- 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 +1 -1
- package/dist/commonjs/models/entitybalancetransfer.d.ts +3 -5
- package/dist/commonjs/models/entitybalancetransfer.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancetransfer.js +2 -2
- package/dist/commonjs/models/entitybalancetransfer.js.map +1 -1
- package/dist/commonjs/models/entitymethod.d.ts +2 -2
- package/dist/commonjs/models/entitymethod.d.ts.map +1 -1
- package/dist/commonjs/models/entitymethod.js +2 -2
- package/dist/commonjs/models/entitymethod.js.map +1 -1
- package/dist/commonjs/models/listentitymethod.d.ts +2 -2
- package/dist/commonjs/models/listentitymethod.d.ts.map +1 -1
- package/dist/commonjs/models/listentitymethod.js +2 -2
- package/dist/commonjs/models/listentitymethod.js.map +1 -1
- package/dist/commonjs/models/listentitymethodall.d.ts +2 -2
- package/dist/commonjs/models/listentitymethodall.d.ts.map +1 -1
- package/dist/commonjs/models/listentitymethodall.js +2 -2
- package/dist/commonjs/models/listentitymethodall.js.map +1 -1
- package/dist/commonjs/models/operations/createwebhook.d.ts +3 -5
- package/dist/commonjs/models/operations/createwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createwebhook.js +2 -2
- package/dist/commonjs/models/operations/createwebhook.js.map +1 -1
- package/dist/commonjs/models/operations/deletewebhook.d.ts +3 -4
- package/dist/commonjs/models/operations/deletewebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/deletewebhook.js +2 -2
- package/dist/commonjs/models/operations/deletewebhook.js.map +1 -1
- package/dist/commonjs/models/operations/getbalance.d.ts +1 -3
- package/dist/commonjs/models/operations/getbalance.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbalance.js.map +1 -1
- package/dist/commonjs/models/operations/getbalancereport.d.ts +1 -3
- package/dist/commonjs/models/operations/getbalancereport.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbalancereport.js.map +1 -1
- package/dist/commonjs/models/operations/getconnectbalancetransfer.d.ts +1 -3
- package/dist/commonjs/models/operations/getconnectbalancetransfer.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getconnectbalancetransfer.js.map +1 -1
- package/dist/commonjs/models/operations/getorganization.d.ts +1 -3
- package/dist/commonjs/models/operations/getorganization.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getorganization.js.map +1 -1
- package/dist/commonjs/models/operations/getpermission.d.ts +1 -3
- package/dist/commonjs/models/operations/getpermission.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpermission.js.map +1 -1
- package/dist/commonjs/models/operations/getprofile.d.ts +1 -3
- package/dist/commonjs/models/operations/getprofile.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getprofile.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhook.d.ts +1 -3
- package/dist/commonjs/models/operations/getwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhook.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +1 -3
- package/dist/commonjs/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.js.map +1 -1
- package/dist/commonjs/models/operations/listbalances.d.ts +1 -3
- package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalances.js.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts +1 -3
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/commonjs/models/operations/listconnectbalancetransfers.d.ts +1 -3
- package/dist/commonjs/models/operations/listconnectbalancetransfers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listconnectbalancetransfers.js.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.d.ts +1 -3
- package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
- package/dist/commonjs/models/operations/testwebhook.d.ts +3 -4
- package/dist/commonjs/models/operations/testwebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/testwebhook.js +2 -2
- package/dist/commonjs/models/operations/testwebhook.js.map +1 -1
- package/dist/commonjs/models/operations/updatewebhook.d.ts +3 -4
- package/dist/commonjs/models/operations/updatewebhook.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatewebhook.js +2 -2
- package/dist/commonjs/models/operations/updatewebhook.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 +1 -1
- package/dist/esm/models/entitybalancetransfer.d.ts +3 -5
- package/dist/esm/models/entitybalancetransfer.d.ts.map +1 -1
- package/dist/esm/models/entitybalancetransfer.js +2 -2
- package/dist/esm/models/entitybalancetransfer.js.map +1 -1
- package/dist/esm/models/entitymethod.d.ts +2 -2
- package/dist/esm/models/entitymethod.d.ts.map +1 -1
- package/dist/esm/models/entitymethod.js +2 -2
- package/dist/esm/models/entitymethod.js.map +1 -1
- package/dist/esm/models/listentitymethod.d.ts +2 -2
- package/dist/esm/models/listentitymethod.d.ts.map +1 -1
- package/dist/esm/models/listentitymethod.js +2 -2
- package/dist/esm/models/listentitymethod.js.map +1 -1
- package/dist/esm/models/listentitymethodall.d.ts +2 -2
- package/dist/esm/models/listentitymethodall.d.ts.map +1 -1
- package/dist/esm/models/listentitymethodall.js +2 -2
- package/dist/esm/models/listentitymethodall.js.map +1 -1
- package/dist/esm/models/operations/createwebhook.d.ts +3 -5
- package/dist/esm/models/operations/createwebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/createwebhook.js +2 -2
- package/dist/esm/models/operations/createwebhook.js.map +1 -1
- package/dist/esm/models/operations/deletewebhook.d.ts +3 -4
- package/dist/esm/models/operations/deletewebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/deletewebhook.js +2 -2
- package/dist/esm/models/operations/deletewebhook.js.map +1 -1
- package/dist/esm/models/operations/getbalance.d.ts +1 -3
- package/dist/esm/models/operations/getbalance.d.ts.map +1 -1
- package/dist/esm/models/operations/getbalance.js.map +1 -1
- package/dist/esm/models/operations/getbalancereport.d.ts +1 -3
- package/dist/esm/models/operations/getbalancereport.d.ts.map +1 -1
- package/dist/esm/models/operations/getbalancereport.js.map +1 -1
- package/dist/esm/models/operations/getconnectbalancetransfer.d.ts +1 -3
- package/dist/esm/models/operations/getconnectbalancetransfer.d.ts.map +1 -1
- package/dist/esm/models/operations/getconnectbalancetransfer.js.map +1 -1
- package/dist/esm/models/operations/getorganization.d.ts +1 -3
- package/dist/esm/models/operations/getorganization.d.ts.map +1 -1
- package/dist/esm/models/operations/getorganization.js.map +1 -1
- package/dist/esm/models/operations/getpermission.d.ts +1 -3
- package/dist/esm/models/operations/getpermission.d.ts.map +1 -1
- package/dist/esm/models/operations/getpermission.js.map +1 -1
- package/dist/esm/models/operations/getprofile.d.ts +1 -3
- package/dist/esm/models/operations/getprofile.d.ts.map +1 -1
- package/dist/esm/models/operations/getprofile.js.map +1 -1
- package/dist/esm/models/operations/getwebhook.d.ts +1 -3
- package/dist/esm/models/operations/getwebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhook.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +1 -3
- package/dist/esm/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.js.map +1 -1
- package/dist/esm/models/operations/listbalances.d.ts +1 -3
- package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalances.js.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.d.ts +1 -3
- package/dist/esm/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/esm/models/operations/listconnectbalancetransfers.d.ts +1 -3
- package/dist/esm/models/operations/listconnectbalancetransfers.d.ts.map +1 -1
- package/dist/esm/models/operations/listconnectbalancetransfers.js.map +1 -1
- package/dist/esm/models/operations/listwebhooks.d.ts +1 -3
- package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/esm/models/operations/listwebhooks.js.map +1 -1
- package/dist/esm/models/operations/testwebhook.d.ts +3 -4
- package/dist/esm/models/operations/testwebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/testwebhook.js +2 -2
- package/dist/esm/models/operations/testwebhook.js.map +1 -1
- package/dist/esm/models/operations/updatewebhook.d.ts +3 -4
- package/dist/esm/models/operations/updatewebhook.d.ts.map +1 -1
- package/dist/esm/models/operations/updatewebhook.js +2 -2
- package/dist/esm/models/operations/updatewebhook.js.map +1 -1
- 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 +1 -1
- package/src/models/entitybalancetransfer.ts +5 -7
- package/src/models/entitymethod.ts +4 -4
- package/src/models/listentitymethod.ts +4 -4
- package/src/models/listentitymethodall.ts +4 -4
- package/src/models/operations/createwebhook.ts +5 -7
- package/src/models/operations/deletewebhook.ts +5 -6
- package/src/models/operations/getbalance.ts +1 -3
- package/src/models/operations/getbalancereport.ts +1 -3
- package/src/models/operations/getconnectbalancetransfer.ts +1 -3
- package/src/models/operations/getorganization.ts +1 -3
- package/src/models/operations/getpermission.ts +1 -3
- package/src/models/operations/getprofile.ts +1 -3
- package/src/models/operations/getwebhook.ts +1 -3
- package/src/models/operations/getwebhookevent.ts +1 -3
- package/src/models/operations/listbalances.ts +1 -3
- package/src/models/operations/listbalancetransactions.ts +1 -3
- package/src/models/operations/listconnectbalancetransfers.ts +1 -3
- package/src/models/operations/listwebhooks.ts +1 -3
- package/src/models/operations/testwebhook.ts +5 -6
- package/src/models/operations/updatewebhook.ts +5 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listwebhooks.js","sourceRoot":"","sources":["../../../../src/models/operations/listwebhooks.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"listwebhooks.js","sourceRoot":"","sources":["../../../../src/models/operations/listwebhooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,14 +3,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
3
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
4
|
export type TestWebhookRequestBody = {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* You can enable test mode by setting `testmode` to `true`.
|
|
7
7
|
*
|
|
8
8
|
* @remarks
|
|
9
|
-
* such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
|
|
10
9
|
*
|
|
11
10
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
12
11
|
*/
|
|
13
|
-
testmode?: boolean |
|
|
12
|
+
testmode?: boolean | undefined;
|
|
14
13
|
};
|
|
15
14
|
export type TestWebhookRequest = {
|
|
16
15
|
/**
|
|
@@ -27,7 +26,7 @@ export type TestWebhookRequest = {
|
|
|
27
26
|
export declare const TestWebhookRequestBody$inboundSchema: z.ZodType<TestWebhookRequestBody, z.ZodTypeDef, unknown>;
|
|
28
27
|
/** @internal */
|
|
29
28
|
export type TestWebhookRequestBody$Outbound = {
|
|
30
|
-
testmode?: boolean |
|
|
29
|
+
testmode?: boolean | undefined;
|
|
31
30
|
};
|
|
32
31
|
/** @internal */
|
|
33
32
|
export declare const TestWebhookRequestBody$outboundSchema: z.ZodType<TestWebhookRequestBody$Outbound, z.ZodTypeDef, TestWebhookRequestBody>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/testwebhook.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG;IACnC
|
|
1
|
+
{"version":3,"file":"testwebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/testwebhook.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,WAAW,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAGtB,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR;AACD,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAM7D;AAED,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CAC3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAUlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AACD,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -6,11 +6,11 @@ import { remap as remap$ } from "../../lib/primitives.js";
|
|
|
6
6
|
import { safeParse } from "../../lib/schemas.js";
|
|
7
7
|
/** @internal */
|
|
8
8
|
export const TestWebhookRequestBody$inboundSchema = z.object({
|
|
9
|
-
testmode: z.
|
|
9
|
+
testmode: z.boolean().optional(),
|
|
10
10
|
});
|
|
11
11
|
/** @internal */
|
|
12
12
|
export const TestWebhookRequestBody$outboundSchema = z.object({
|
|
13
|
-
testmode: z.
|
|
13
|
+
testmode: z.boolean().optional(),
|
|
14
14
|
});
|
|
15
15
|
export function testWebhookRequestBodyToJSON(testWebhookRequestBody) {
|
|
16
16
|
return JSON.stringify(TestWebhookRequestBody$outboundSchema.parse(testWebhookRequestBody));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testwebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/testwebhook.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"testwebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/testwebhook.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AA2BjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEH,MAAM,UAAU,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,qCAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,oCAAoC,CAAC,CAAC,QAAQ,EAAE;CAC3E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;QACnC,aAAa,EAAE,aAAa;KAC7B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,qCAAqC,CAAC,CAAC,QAAQ,EAAE;CAC5E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,WAAW,EAAE,aAAa;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,iCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,0BAA0B,CACxC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC"}
|
|
@@ -14,14 +14,13 @@ export type UpdateWebhookRequestBody = {
|
|
|
14
14
|
url?: string | undefined;
|
|
15
15
|
eventTypes?: Array<models.WebhookEventTypes> | models.WebhookEventTypes | undefined;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* You can enable test mode by setting `testmode` to `true`.
|
|
18
18
|
*
|
|
19
19
|
* @remarks
|
|
20
|
-
* such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
|
|
21
20
|
*
|
|
22
21
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
23
22
|
*/
|
|
24
|
-
testmode?: boolean |
|
|
23
|
+
testmode?: boolean | undefined;
|
|
25
24
|
};
|
|
26
25
|
export type UpdateWebhookRequest = {
|
|
27
26
|
/**
|
|
@@ -49,7 +48,7 @@ export type UpdateWebhookRequestBody$Outbound = {
|
|
|
49
48
|
name?: string | undefined;
|
|
50
49
|
url?: string | undefined;
|
|
51
50
|
eventTypes?: Array<string> | string | undefined;
|
|
52
|
-
testmode?: boolean |
|
|
51
|
+
testmode?: boolean | undefined;
|
|
53
52
|
};
|
|
54
53
|
/** @internal */
|
|
55
54
|
export declare const UpdateWebhookRequestBody$outboundSchema: z.ZodType<UpdateWebhookRequestBody$Outbound, z.ZodTypeDef, UpdateWebhookRequestBody>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatewebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,uBAAuB,GAC/B,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAC/B,MAAM,CAAC,iBAAiB,CAAC;AAE7B,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,UAAU,CAAC,EACP,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAC/B,MAAM,CAAC,iBAAiB,GACxB,SAAS,CAAC;IACd
|
|
1
|
+
{"version":3,"file":"updatewebhook.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,7 @@ export const UpdateWebhookRequestBody$inboundSchema = z.object({
|
|
|
29
29
|
z.array(models.WebhookEventTypes$inboundSchema),
|
|
30
30
|
models.WebhookEventTypes$inboundSchema,
|
|
31
31
|
]).optional(),
|
|
32
|
-
testmode: z.
|
|
32
|
+
testmode: z.boolean().optional(),
|
|
33
33
|
});
|
|
34
34
|
/** @internal */
|
|
35
35
|
export const UpdateWebhookRequestBody$outboundSchema = z.object({
|
|
@@ -39,7 +39,7 @@ export const UpdateWebhookRequestBody$outboundSchema = z.object({
|
|
|
39
39
|
z.array(models.WebhookEventTypes$outboundSchema),
|
|
40
40
|
models.WebhookEventTypes$outboundSchema,
|
|
41
41
|
]).optional(),
|
|
42
|
-
testmode: z.
|
|
42
|
+
testmode: z.boolean().optional(),
|
|
43
43
|
});
|
|
44
44
|
export function updateWebhookRequestBodyToJSON(updateWebhookRequestBody) {
|
|
45
45
|
return JSON.stringify(UpdateWebhookRequestBody$outboundSchema.parse(updateWebhookRequestBody));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatewebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"updatewebhook.js","sourceRoot":"","sources":["../../../../src/models/operations/updatewebhook.ts"],"names":[],"mappings":"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"}
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -77,8 +77,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
77
77
|
export const SDK_METADATA = {
|
|
78
78
|
language: "typescript",
|
|
79
79
|
openapiDocVersion: "1.0.0",
|
|
80
|
-
sdkVersion: "0.9.
|
|
81
|
-
genVersion: "2.
|
|
80
|
+
sdkVersion: "0.9.4",
|
|
81
|
+
genVersion: "2.781.2",
|
|
82
82
|
userAgent:
|
|
83
|
-
"speakeasy-sdk/typescript 0.9.
|
|
83
|
+
"speakeasy-sdk/typescript 0.9.4 2.781.2 1.0.0 mollie-api-typescript",
|
|
84
84
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -57,11 +57,9 @@ export type EntityBalanceTransfer = {
|
|
|
57
57
|
*
|
|
58
58
|
* @remarks
|
|
59
59
|
*
|
|
60
|
-
*
|
|
61
|
-
* omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
|
|
62
|
-
* `testmode` to `true`.
|
|
60
|
+
* You can enable test mode by setting `testmode` to `true`.
|
|
63
61
|
*/
|
|
64
|
-
testmode?: boolean |
|
|
62
|
+
testmode?: boolean | undefined;
|
|
65
63
|
};
|
|
66
64
|
|
|
67
65
|
/** @internal */
|
|
@@ -76,7 +74,7 @@ export const EntityBalanceTransfer$inboundSchema: z.ZodType<
|
|
|
76
74
|
description: z.string(),
|
|
77
75
|
category: BalanceTransferCategory$inboundSchema.optional(),
|
|
78
76
|
metadata: z.record(z.any()).optional(),
|
|
79
|
-
testmode: z.
|
|
77
|
+
testmode: z.boolean().optional(),
|
|
80
78
|
});
|
|
81
79
|
/** @internal */
|
|
82
80
|
export type EntityBalanceTransfer$Outbound = {
|
|
@@ -86,7 +84,7 @@ export type EntityBalanceTransfer$Outbound = {
|
|
|
86
84
|
description: string;
|
|
87
85
|
category?: string | undefined;
|
|
88
86
|
metadata?: { [k: string]: any } | undefined;
|
|
89
|
-
testmode?: boolean |
|
|
87
|
+
testmode?: boolean | undefined;
|
|
90
88
|
};
|
|
91
89
|
|
|
92
90
|
/** @internal */
|
|
@@ -101,7 +99,7 @@ export const EntityBalanceTransfer$outboundSchema: z.ZodType<
|
|
|
101
99
|
description: z.string(),
|
|
102
100
|
category: BalanceTransferCategory$outboundSchema.optional(),
|
|
103
101
|
metadata: z.record(z.any()).optional(),
|
|
104
|
-
testmode: z.
|
|
102
|
+
testmode: z.boolean().optional(),
|
|
105
103
|
});
|
|
106
104
|
|
|
107
105
|
export function entityBalanceTransferToJSON(
|
|
@@ -240,7 +240,7 @@ export type EntityMethod = {
|
|
|
240
240
|
/**
|
|
241
241
|
* The payment method's activation status for this profile.
|
|
242
242
|
*/
|
|
243
|
-
status: MethodStatus;
|
|
243
|
+
status: MethodStatus | null;
|
|
244
244
|
/**
|
|
245
245
|
* **Optional include.** Array of objects for each 'issuer' that is available for this payment method. Only relevant
|
|
246
246
|
*
|
|
@@ -545,7 +545,7 @@ export const EntityMethod$inboundSchema: z.ZodType<
|
|
|
545
545
|
z.lazy(() => EntityMethodMaximumAmount$inboundSchema),
|
|
546
546
|
),
|
|
547
547
|
image: z.lazy(() => EntityMethodImage$inboundSchema),
|
|
548
|
-
status: MethodStatus$inboundSchema,
|
|
548
|
+
status: z.nullable(MethodStatus$inboundSchema),
|
|
549
549
|
issuers: z.array(z.lazy(() => EntityMethodIssuer$inboundSchema)).optional(),
|
|
550
550
|
_links: z.lazy(() => EntityMethodLinks$inboundSchema),
|
|
551
551
|
}).transform((v) => {
|
|
@@ -561,7 +561,7 @@ export type EntityMethod$Outbound = {
|
|
|
561
561
|
minimumAmount: EntityMethodMinimumAmount$Outbound;
|
|
562
562
|
maximumAmount: EntityMethodMaximumAmount$Outbound | null;
|
|
563
563
|
image: EntityMethodImage$Outbound;
|
|
564
|
-
status: string;
|
|
564
|
+
status: string | null;
|
|
565
565
|
issuers?: Array<EntityMethodIssuer$Outbound> | undefined;
|
|
566
566
|
_links: EntityMethodLinks$Outbound;
|
|
567
567
|
};
|
|
@@ -580,7 +580,7 @@ export const EntityMethod$outboundSchema: z.ZodType<
|
|
|
580
580
|
z.lazy(() => EntityMethodMaximumAmount$outboundSchema),
|
|
581
581
|
),
|
|
582
582
|
image: z.lazy(() => EntityMethodImage$outboundSchema),
|
|
583
|
-
status: MethodStatus$outboundSchema,
|
|
583
|
+
status: z.nullable(MethodStatus$outboundSchema),
|
|
584
584
|
issuers: z.array(z.lazy(() => EntityMethodIssuer$outboundSchema)).optional(),
|
|
585
585
|
links: z.lazy(() => EntityMethodLinks$outboundSchema),
|
|
586
586
|
}).transform((v) => {
|
|
@@ -236,7 +236,7 @@ export type ListEntityMethod = {
|
|
|
236
236
|
/**
|
|
237
237
|
* The payment method's activation status for this profile.
|
|
238
238
|
*/
|
|
239
|
-
status: MethodStatus;
|
|
239
|
+
status: MethodStatus | null;
|
|
240
240
|
/**
|
|
241
241
|
* **Optional include.** Array of objects for each 'issuer' that is available for this payment method. Only relevant
|
|
242
242
|
*
|
|
@@ -544,7 +544,7 @@ export const ListEntityMethod$inboundSchema: z.ZodType<
|
|
|
544
544
|
z.lazy(() => ListEntityMethodMaximumAmount$inboundSchema),
|
|
545
545
|
),
|
|
546
546
|
image: z.lazy(() => ListEntityMethodImage$inboundSchema),
|
|
547
|
-
status: MethodStatus$inboundSchema,
|
|
547
|
+
status: z.nullable(MethodStatus$inboundSchema),
|
|
548
548
|
issuers: z.array(z.lazy(() => ListEntityMethodIssuer$inboundSchema))
|
|
549
549
|
.optional(),
|
|
550
550
|
_links: z.lazy(() => ListEntityMethodLinks$inboundSchema),
|
|
@@ -561,7 +561,7 @@ export type ListEntityMethod$Outbound = {
|
|
|
561
561
|
minimumAmount: ListEntityMethodMinimumAmount$Outbound;
|
|
562
562
|
maximumAmount: ListEntityMethodMaximumAmount$Outbound | null;
|
|
563
563
|
image: ListEntityMethodImage$Outbound;
|
|
564
|
-
status: string;
|
|
564
|
+
status: string | null;
|
|
565
565
|
issuers?: Array<ListEntityMethodIssuer$Outbound> | undefined;
|
|
566
566
|
_links: ListEntityMethodLinks$Outbound;
|
|
567
567
|
};
|
|
@@ -580,7 +580,7 @@ export const ListEntityMethod$outboundSchema: z.ZodType<
|
|
|
580
580
|
z.lazy(() => ListEntityMethodMaximumAmount$outboundSchema),
|
|
581
581
|
),
|
|
582
582
|
image: z.lazy(() => ListEntityMethodImage$outboundSchema),
|
|
583
|
-
status: MethodStatus$outboundSchema,
|
|
583
|
+
status: z.nullable(MethodStatus$outboundSchema),
|
|
584
584
|
issuers: z.array(z.lazy(() => ListEntityMethodIssuer$outboundSchema))
|
|
585
585
|
.optional(),
|
|
586
586
|
links: z.lazy(() => ListEntityMethodLinks$outboundSchema),
|
|
@@ -271,7 +271,7 @@ export type ListEntityMethodAll = {
|
|
|
271
271
|
/**
|
|
272
272
|
* The payment method's activation status for this profile.
|
|
273
273
|
*/
|
|
274
|
-
status: MethodStatus;
|
|
274
|
+
status: MethodStatus | null;
|
|
275
275
|
/**
|
|
276
276
|
* **Optional include.** Array of objects for each 'issuer' that is available for this payment method. Only relevant
|
|
277
277
|
*
|
|
@@ -630,7 +630,7 @@ export const ListEntityMethodAll$inboundSchema: z.ZodType<
|
|
|
630
630
|
z.lazy(() => ListEntityMethodAllMaximumAmount$inboundSchema),
|
|
631
631
|
),
|
|
632
632
|
image: z.lazy(() => ListEntityMethodAllImage$inboundSchema),
|
|
633
|
-
status: MethodStatus$inboundSchema,
|
|
633
|
+
status: z.nullable(MethodStatus$inboundSchema),
|
|
634
634
|
issuers: z.array(z.lazy(() => ListEntityMethodAllIssuer$inboundSchema))
|
|
635
635
|
.optional(),
|
|
636
636
|
_links: z.lazy(() => ListEntityMethodAllLinks$inboundSchema),
|
|
@@ -648,7 +648,7 @@ export type ListEntityMethodAll$Outbound = {
|
|
|
648
648
|
minimumAmount: ListEntityMethodAllMinimumAmount$Outbound;
|
|
649
649
|
maximumAmount: ListEntityMethodAllMaximumAmount$Outbound | null;
|
|
650
650
|
image: ListEntityMethodAllImage$Outbound;
|
|
651
|
-
status: string;
|
|
651
|
+
status: string | null;
|
|
652
652
|
issuers?: Array<ListEntityMethodAllIssuer$Outbound> | undefined;
|
|
653
653
|
_links: ListEntityMethodAllLinks$Outbound;
|
|
654
654
|
pricing?: Array<Pricing$Outbound> | undefined;
|
|
@@ -668,7 +668,7 @@ export const ListEntityMethodAll$outboundSchema: z.ZodType<
|
|
|
668
668
|
z.lazy(() => ListEntityMethodAllMaximumAmount$outboundSchema),
|
|
669
669
|
),
|
|
670
670
|
image: z.lazy(() => ListEntityMethodAllImage$outboundSchema),
|
|
671
|
-
status: MethodStatus$outboundSchema,
|
|
671
|
+
status: z.nullable(MethodStatus$outboundSchema),
|
|
672
672
|
issuers: z.array(z.lazy(() => ListEntityMethodAllIssuer$outboundSchema))
|
|
673
673
|
.optional(),
|
|
674
674
|
links: z.lazy(() => ListEntityMethodAllLinks$outboundSchema),
|
|
@@ -28,11 +28,9 @@ export type CreateWebhookRequestBody = {
|
|
|
28
28
|
*
|
|
29
29
|
* @remarks
|
|
30
30
|
*
|
|
31
|
-
*
|
|
32
|
-
* omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting
|
|
33
|
-
* `testmode` to `true`.
|
|
31
|
+
* You can enable test mode by setting `testmode` to `true`.
|
|
34
32
|
*/
|
|
35
|
-
testmode?: boolean |
|
|
33
|
+
testmode?: boolean | undefined;
|
|
36
34
|
};
|
|
37
35
|
|
|
38
36
|
export type CreateWebhookRequest = {
|
|
@@ -94,14 +92,14 @@ export const CreateWebhookRequestBody$inboundSchema: z.ZodType<
|
|
|
94
92
|
z.array(models.WebhookEventTypes$inboundSchema),
|
|
95
93
|
models.WebhookEventTypes$inboundSchema,
|
|
96
94
|
]),
|
|
97
|
-
testmode: z.
|
|
95
|
+
testmode: z.boolean().optional(),
|
|
98
96
|
});
|
|
99
97
|
/** @internal */
|
|
100
98
|
export type CreateWebhookRequestBody$Outbound = {
|
|
101
99
|
name: string;
|
|
102
100
|
url: string;
|
|
103
101
|
eventTypes: Array<string> | string;
|
|
104
|
-
testmode?: boolean |
|
|
102
|
+
testmode?: boolean | undefined;
|
|
105
103
|
};
|
|
106
104
|
|
|
107
105
|
/** @internal */
|
|
@@ -116,7 +114,7 @@ export const CreateWebhookRequestBody$outboundSchema: z.ZodType<
|
|
|
116
114
|
z.array(models.WebhookEventTypes$outboundSchema),
|
|
117
115
|
models.WebhookEventTypes$outboundSchema,
|
|
118
116
|
]),
|
|
119
|
-
testmode: z.
|
|
117
|
+
testmode: z.boolean().optional(),
|
|
120
118
|
});
|
|
121
119
|
|
|
122
120
|
export function createWebhookRequestBodyToJSON(
|
|
@@ -10,14 +10,13 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
10
10
|
|
|
11
11
|
export type DeleteWebhookRequestBody = {
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* You can enable test mode by setting `testmode` to `true`.
|
|
14
14
|
*
|
|
15
15
|
* @remarks
|
|
16
|
-
* such as OAuth access tokens, you can enable test mode by setting `testmode` to `true`.
|
|
17
16
|
*
|
|
18
17
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
19
18
|
*/
|
|
20
|
-
testmode?: boolean |
|
|
19
|
+
testmode?: boolean | undefined;
|
|
21
20
|
};
|
|
22
21
|
|
|
23
22
|
export type DeleteWebhookRequest = {
|
|
@@ -38,11 +37,11 @@ export const DeleteWebhookRequestBody$inboundSchema: z.ZodType<
|
|
|
38
37
|
z.ZodTypeDef,
|
|
39
38
|
unknown
|
|
40
39
|
> = z.object({
|
|
41
|
-
testmode: z.
|
|
40
|
+
testmode: z.boolean().optional(),
|
|
42
41
|
});
|
|
43
42
|
/** @internal */
|
|
44
43
|
export type DeleteWebhookRequestBody$Outbound = {
|
|
45
|
-
testmode?: boolean |
|
|
44
|
+
testmode?: boolean | undefined;
|
|
46
45
|
};
|
|
47
46
|
|
|
48
47
|
/** @internal */
|
|
@@ -51,7 +50,7 @@ export const DeleteWebhookRequestBody$outboundSchema: z.ZodType<
|
|
|
51
50
|
z.ZodTypeDef,
|
|
52
51
|
DeleteWebhookRequestBody
|
|
53
52
|
> = z.object({
|
|
54
|
-
testmode: z.
|
|
53
|
+
testmode: z.boolean().optional(),
|
|
55
54
|
});
|
|
56
55
|
|
|
57
56
|
export function deleteWebhookRequestBodyToJSON(
|
|
@@ -27,11 +27,9 @@ export type GetBalanceRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -55,11 +55,9 @@ export type GetBalanceReportRequest = {
|
|
|
55
55
|
*/
|
|
56
56
|
grouping?: models.BalanceReportGrouping | undefined;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
59
59
|
*
|
|
60
60
|
* @remarks
|
|
61
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
62
|
-
* setting the `testmode` query parameter to `true`.
|
|
63
61
|
*
|
|
64
62
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
65
63
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetConnectBalanceTransferRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetOrganizationRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetPermissionRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
permissionId: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetProfileRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetWebhookRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -27,11 +27,9 @@ export type GetWebhookEventRequest = {
|
|
|
27
27
|
*/
|
|
28
28
|
id: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
34
|
-
* setting the `testmode` query parameter to `true`.
|
|
35
33
|
*
|
|
36
34
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
37
35
|
*/
|
|
@@ -39,11 +39,9 @@ export type ListBalancesRequest = {
|
|
|
39
39
|
*/
|
|
40
40
|
limit?: number | null | undefined;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
43
43
|
*
|
|
44
44
|
* @remarks
|
|
45
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
46
|
-
* setting the `testmode` query parameter to `true`.
|
|
47
45
|
*
|
|
48
46
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
49
47
|
*/
|
|
@@ -39,11 +39,9 @@ export type ListBalanceTransactionsRequest = {
|
|
|
39
39
|
*/
|
|
40
40
|
limit?: number | null | undefined;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
43
43
|
*
|
|
44
44
|
* @remarks
|
|
45
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
46
|
-
* setting the `testmode` query parameter to `true`.
|
|
47
45
|
*
|
|
48
46
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
49
47
|
*/
|
|
@@ -42,11 +42,9 @@ export type ListConnectBalanceTransfersRequest = {
|
|
|
42
42
|
*/
|
|
43
43
|
sort?: models.Sorting | undefined;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
46
46
|
*
|
|
47
47
|
* @remarks
|
|
48
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
49
|
-
* setting the `testmode` query parameter to `true`.
|
|
50
48
|
*
|
|
51
49
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
52
50
|
*/
|
|
@@ -46,11 +46,9 @@ export type ListWebhooksRequest = {
|
|
|
46
46
|
*/
|
|
47
47
|
eventTypes?: models.WebhookEventTypes | undefined;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* You can enable test mode by setting the `testmode` query parameter to `true`.
|
|
50
50
|
*
|
|
51
51
|
* @remarks
|
|
52
|
-
* parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by
|
|
53
|
-
* setting the `testmode` query parameter to `true`.
|
|
54
52
|
*
|
|
55
53
|
* Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
|
|
56
54
|
*/
|