mollie-api-typescript 0.1.0 → 0.1.1
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/bin/mcp-server.js +42 -40
- package/bin/mcp-server.js.map +9 -9
- 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/operations/createpaymentlink.d.ts +11 -0
- package/dist/commonjs/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.js +2 -0
- package/dist/commonjs/models/operations/createpaymentlink.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +6 -6
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +6 -8
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +17 -17
- package/dist/commonjs/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.js +20 -20
- package/dist/commonjs/models/operations/getwebhookevent.js.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts +21 -21
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.js +24 -24
- package/dist/commonjs/models/operations/listpaymentlinks.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/operations/createpaymentlink.d.ts +11 -0
- package/dist/esm/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.js +2 -0
- package/dist/esm/models/operations/createpaymentlink.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +6 -6
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +6 -8
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +17 -17
- package/dist/esm/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.js +17 -17
- package/dist/esm/models/operations/getwebhookevent.js.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.d.ts +21 -21
- package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.js +21 -21
- package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
- package/docs/sdks/paymentlinks/README.md +2 -0
- package/examples/package-lock.json +1 -1
- package/examples/paymentsCreate.example.ts +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/operations/createpaymentlink.ts +13 -0
- package/src/models/operations/getpaymentlinkpayments.ts +12 -14
- package/src/models/operations/getwebhookevent.ts +34 -29
- package/src/models/operations/listpaymentlinks.ts +39 -38
package/bin/mcp-server.js
CHANGED
|
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
|
|
|
34269
34269
|
SDK_METADATA = {
|
|
34270
34270
|
language: "typescript",
|
|
34271
34271
|
openapiDocVersion: "1.0.0",
|
|
34272
|
-
sdkVersion: "0.1.
|
|
34273
|
-
genVersion: "2.
|
|
34274
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34272
|
+
sdkVersion: "0.1.1",
|
|
34273
|
+
genVersion: "2.681.1",
|
|
34274
|
+
userAgent: "speakeasy-sdk/typescript 0.1.1 2.681.1 1.0.0 mollie-api-typescript"
|
|
34275
34275
|
};
|
|
34276
34276
|
});
|
|
34277
34277
|
|
|
@@ -41454,7 +41454,8 @@ var init_createpaymentlink = __esm(() => {
|
|
|
41454
41454
|
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41455
41455
|
applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional(),
|
|
41456
41456
|
sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$inboundSchema).optional(),
|
|
41457
|
-
customerId: nullableType(stringType()).optional()
|
|
41457
|
+
customerId: nullableType(stringType()).optional(),
|
|
41458
|
+
testmode: nullableType(booleanType()).optional()
|
|
41458
41459
|
});
|
|
41459
41460
|
CreatePaymentLinkRequest$outboundSchema = objectType({
|
|
41460
41461
|
description: stringType(),
|
|
@@ -41471,7 +41472,8 @@ var init_createpaymentlink = __esm(() => {
|
|
|
41471
41472
|
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41472
41473
|
applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional(),
|
|
41473
41474
|
sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$outboundSchema).optional(),
|
|
41474
|
-
customerId: nullableType(stringType()).optional()
|
|
41475
|
+
customerId: nullableType(stringType()).optional(),
|
|
41476
|
+
testmode: nullableType(booleanType()).optional()
|
|
41475
41477
|
});
|
|
41476
41478
|
((CreatePaymentLinkRequest$) => {
|
|
41477
41479
|
CreatePaymentLinkRequest$.inboundSchema = CreatePaymentLinkRequest$inboundSchema;
|
|
@@ -66746,9 +66748,9 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66746
66748
|
GetPaymentLinkPaymentsLinks$.outboundSchema = GetPaymentLinkPaymentsLinks$outboundSchema;
|
|
66747
66749
|
})(GetPaymentLinkPaymentsLinks$ ||= {});
|
|
66748
66750
|
GetPaymentLinkPaymentsResponse$inboundSchema = objectType({
|
|
66749
|
-
count: numberType().int()
|
|
66750
|
-
_embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$inboundSchema)
|
|
66751
|
-
_links: lazyType(() => GetPaymentLinkPaymentsLinks$inboundSchema)
|
|
66751
|
+
count: numberType().int(),
|
|
66752
|
+
_embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$inboundSchema),
|
|
66753
|
+
_links: lazyType(() => GetPaymentLinkPaymentsLinks$inboundSchema)
|
|
66752
66754
|
}).transform((v2) => {
|
|
66753
66755
|
return remap(v2, {
|
|
66754
66756
|
_embedded: "embedded",
|
|
@@ -66756,9 +66758,9 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66756
66758
|
});
|
|
66757
66759
|
});
|
|
66758
66760
|
GetPaymentLinkPaymentsResponse$outboundSchema = objectType({
|
|
66759
|
-
count: numberType().int()
|
|
66760
|
-
embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$outboundSchema)
|
|
66761
|
-
links: lazyType(() => GetPaymentLinkPaymentsLinks$outboundSchema)
|
|
66761
|
+
count: numberType().int(),
|
|
66762
|
+
embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$outboundSchema),
|
|
66763
|
+
links: lazyType(() => GetPaymentLinkPaymentsLinks$outboundSchema)
|
|
66762
66764
|
}).transform((v2) => {
|
|
66763
66765
|
return remap(v2, {
|
|
66764
66766
|
embedded: "_embedded",
|
|
@@ -69182,7 +69184,7 @@ var init_getwebhook = __esm(() => {
|
|
|
69182
69184
|
});
|
|
69183
69185
|
|
|
69184
69186
|
// src/models/operations/getwebhookevent.ts
|
|
69185
|
-
var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventSequenceType, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, GetWebhookEventSequenceType$inboundSchema, GetWebhookEventSequenceType$outboundSchema, GetWebhookEventSequenceType$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$,
|
|
69187
|
+
var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventSequenceType, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, GetWebhookEventSequenceType$inboundSchema, GetWebhookEventSequenceType$outboundSchema, GetWebhookEventSequenceType$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$, GetWebhookEventPaymentLinkOutput$inboundSchema, GetWebhookEventPaymentLinkOutput$outboundSchema, GetWebhookEventPaymentLinkOutput$, Entity$inboundSchema, Entity$outboundSchema, Entity$, GetWebhookEventEmbedded$inboundSchema, GetWebhookEventEmbedded$outboundSchema, GetWebhookEventEmbedded$, GetWebhookEventSelf$inboundSchema, GetWebhookEventSelf$outboundSchema, GetWebhookEventSelf$, GetWebhookEventDocumentation$inboundSchema, GetWebhookEventDocumentation$outboundSchema, GetWebhookEventDocumentation$, LinksEntity$inboundSchema, LinksEntity$outboundSchema, LinksEntity$, GetWebhookEventLinks$inboundSchema, GetWebhookEventLinks$outboundSchema, GetWebhookEventLinks$, GetWebhookEventResponse$inboundSchema, GetWebhookEventResponse$outboundSchema, GetWebhookEventResponse$;
|
|
69186
69188
|
var init_getwebhookevent = __esm(() => {
|
|
69187
69189
|
init_esm();
|
|
69188
69190
|
init_primitives();
|
|
@@ -69703,7 +69705,7 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69703
69705
|
EntityLinks1$.inboundSchema = EntityLinks1$inboundSchema;
|
|
69704
69706
|
EntityLinks1$.outboundSchema = EntityLinks1$outboundSchema;
|
|
69705
69707
|
})(EntityLinks1$ ||= {});
|
|
69706
|
-
|
|
69708
|
+
GetWebhookEventPaymentLinkOutput$inboundSchema = objectType({
|
|
69707
69709
|
resource: stringType(),
|
|
69708
69710
|
id: stringType(),
|
|
69709
69711
|
mode: GetWebhookEventMode1$inboundSchema,
|
|
@@ -69731,7 +69733,7 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69731
69733
|
_links: "links"
|
|
69732
69734
|
});
|
|
69733
69735
|
});
|
|
69734
|
-
|
|
69736
|
+
GetWebhookEventPaymentLinkOutput$outboundSchema = objectType({
|
|
69735
69737
|
resource: stringType(),
|
|
69736
69738
|
id: stringType(),
|
|
69737
69739
|
mode: GetWebhookEventMode1$outboundSchema,
|
|
@@ -69759,16 +69761,16 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69759
69761
|
links: "_links"
|
|
69760
69762
|
});
|
|
69761
69763
|
});
|
|
69762
|
-
((
|
|
69763
|
-
|
|
69764
|
-
|
|
69765
|
-
})(
|
|
69764
|
+
((GetWebhookEventPaymentLinkOutput$) => {
|
|
69765
|
+
GetWebhookEventPaymentLinkOutput$.inboundSchema = GetWebhookEventPaymentLinkOutput$inboundSchema;
|
|
69766
|
+
GetWebhookEventPaymentLinkOutput$.outboundSchema = GetWebhookEventPaymentLinkOutput$outboundSchema;
|
|
69767
|
+
})(GetWebhookEventPaymentLinkOutput$ ||= {});
|
|
69766
69768
|
Entity$inboundSchema = unionType([
|
|
69767
|
-
lazyType(() =>
|
|
69769
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$inboundSchema),
|
|
69768
69770
|
lazyType(() => GetWebhookEventProfile$inboundSchema)
|
|
69769
69771
|
]);
|
|
69770
69772
|
Entity$outboundSchema = unionType([
|
|
69771
|
-
lazyType(() =>
|
|
69773
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$outboundSchema),
|
|
69772
69774
|
lazyType(() => GetWebhookEventProfile$outboundSchema)
|
|
69773
69775
|
]);
|
|
69774
69776
|
((Entity$) => {
|
|
@@ -69777,13 +69779,13 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69777
69779
|
})(Entity$ ||= {});
|
|
69778
69780
|
GetWebhookEventEmbedded$inboundSchema = objectType({
|
|
69779
69781
|
entity: unionType([
|
|
69780
|
-
lazyType(() =>
|
|
69782
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$inboundSchema),
|
|
69781
69783
|
lazyType(() => GetWebhookEventProfile$inboundSchema)
|
|
69782
69784
|
]).optional()
|
|
69783
69785
|
});
|
|
69784
69786
|
GetWebhookEventEmbedded$outboundSchema = objectType({
|
|
69785
69787
|
entity: unionType([
|
|
69786
|
-
lazyType(() =>
|
|
69788
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$outboundSchema),
|
|
69787
69789
|
lazyType(() => GetWebhookEventProfile$outboundSchema)
|
|
69788
69790
|
]).optional()
|
|
69789
69791
|
});
|
|
@@ -76511,7 +76513,7 @@ var init_listmethods = __esm(() => {
|
|
|
76511
76513
|
});
|
|
76512
76514
|
|
|
76513
76515
|
// src/models/operations/listpaymentlinks.ts
|
|
76514
|
-
var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksSequenceType, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, ListPaymentLinksSequenceType$inboundSchema, ListPaymentLinksSequenceType$outboundSchema, ListPaymentLinksSequenceType$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$,
|
|
76516
|
+
var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksSequenceType, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, ListPaymentLinksSequenceType$inboundSchema, ListPaymentLinksSequenceType$outboundSchema, ListPaymentLinksSequenceType$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$, ListPaymentLinksPaymentLinkOutput$inboundSchema, ListPaymentLinksPaymentLinkOutput$outboundSchema, ListPaymentLinksPaymentLinkOutput$, ListPaymentLinksEmbedded$inboundSchema, ListPaymentLinksEmbedded$outboundSchema, ListPaymentLinksEmbedded$, ListPaymentLinksSelf$inboundSchema, ListPaymentLinksSelf$outboundSchema, ListPaymentLinksSelf$, ListPaymentLinksPrevious$inboundSchema, ListPaymentLinksPrevious$outboundSchema, ListPaymentLinksPrevious$, ListPaymentLinksNext$inboundSchema, ListPaymentLinksNext$outboundSchema, ListPaymentLinksNext$, ListPaymentLinksDocumentation$inboundSchema, ListPaymentLinksDocumentation$outboundSchema, ListPaymentLinksDocumentation$, ListPaymentLinksLinks$inboundSchema, ListPaymentLinksLinks$outboundSchema, ListPaymentLinksLinks$, ListPaymentLinksResponse$inboundSchema, ListPaymentLinksResponse$outboundSchema, ListPaymentLinksResponse$;
|
|
76515
76517
|
var init_listpaymentlinks = __esm(() => {
|
|
76516
76518
|
init_esm();
|
|
76517
76519
|
init_primitives();
|
|
@@ -76829,7 +76831,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76829
76831
|
PaymentLinkLinks$.inboundSchema = PaymentLinkLinks$inboundSchema;
|
|
76830
76832
|
PaymentLinkLinks$.outboundSchema = PaymentLinkLinks$outboundSchema;
|
|
76831
76833
|
})(PaymentLinkLinks$ ||= {});
|
|
76832
|
-
|
|
76834
|
+
ListPaymentLinksPaymentLinkOutput$inboundSchema = objectType({
|
|
76833
76835
|
resource: stringType(),
|
|
76834
76836
|
id: stringType(),
|
|
76835
76837
|
mode: ListPaymentLinksMode$inboundSchema,
|
|
@@ -76857,7 +76859,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76857
76859
|
_links: "links"
|
|
76858
76860
|
});
|
|
76859
76861
|
});
|
|
76860
|
-
|
|
76862
|
+
ListPaymentLinksPaymentLinkOutput$outboundSchema = objectType({
|
|
76861
76863
|
resource: stringType(),
|
|
76862
76864
|
id: stringType(),
|
|
76863
76865
|
mode: ListPaymentLinksMode$outboundSchema,
|
|
@@ -76885,19 +76887,19 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76885
76887
|
links: "_links"
|
|
76886
76888
|
});
|
|
76887
76889
|
});
|
|
76888
|
-
((
|
|
76889
|
-
|
|
76890
|
-
|
|
76891
|
-
})(
|
|
76890
|
+
((ListPaymentLinksPaymentLinkOutput$) => {
|
|
76891
|
+
ListPaymentLinksPaymentLinkOutput$.inboundSchema = ListPaymentLinksPaymentLinkOutput$inboundSchema;
|
|
76892
|
+
ListPaymentLinksPaymentLinkOutput$.outboundSchema = ListPaymentLinksPaymentLinkOutput$outboundSchema;
|
|
76893
|
+
})(ListPaymentLinksPaymentLinkOutput$ ||= {});
|
|
76892
76894
|
ListPaymentLinksEmbedded$inboundSchema = objectType({
|
|
76893
|
-
payment_links: arrayType(lazyType(() =>
|
|
76895
|
+
payment_links: arrayType(lazyType(() => ListPaymentLinksPaymentLinkOutput$inboundSchema)).optional()
|
|
76894
76896
|
}).transform((v2) => {
|
|
76895
76897
|
return remap(v2, {
|
|
76896
76898
|
payment_links: "paymentLinks"
|
|
76897
76899
|
});
|
|
76898
76900
|
});
|
|
76899
76901
|
ListPaymentLinksEmbedded$outboundSchema = objectType({
|
|
76900
|
-
paymentLinks: arrayType(lazyType(() =>
|
|
76902
|
+
paymentLinks: arrayType(lazyType(() => ListPaymentLinksPaymentLinkOutput$outboundSchema)).optional()
|
|
76901
76903
|
}).transform((v2) => {
|
|
76902
76904
|
return remap(v2, {
|
|
76903
76905
|
paymentLinks: "payment_links"
|
|
@@ -76972,9 +76974,9 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76972
76974
|
ListPaymentLinksLinks$.outboundSchema = ListPaymentLinksLinks$outboundSchema;
|
|
76973
76975
|
})(ListPaymentLinksLinks$ ||= {});
|
|
76974
76976
|
ListPaymentLinksResponse$inboundSchema = objectType({
|
|
76975
|
-
count: numberType().int()
|
|
76976
|
-
_embedded: lazyType(() => ListPaymentLinksEmbedded$inboundSchema)
|
|
76977
|
-
_links: lazyType(() => ListPaymentLinksLinks$inboundSchema)
|
|
76977
|
+
count: numberType().int(),
|
|
76978
|
+
_embedded: lazyType(() => ListPaymentLinksEmbedded$inboundSchema),
|
|
76979
|
+
_links: lazyType(() => ListPaymentLinksLinks$inboundSchema)
|
|
76978
76980
|
}).transform((v2) => {
|
|
76979
76981
|
return remap(v2, {
|
|
76980
76982
|
_embedded: "embedded",
|
|
@@ -76982,9 +76984,9 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76982
76984
|
});
|
|
76983
76985
|
});
|
|
76984
76986
|
ListPaymentLinksResponse$outboundSchema = objectType({
|
|
76985
|
-
count: numberType().int()
|
|
76986
|
-
embedded: lazyType(() => ListPaymentLinksEmbedded$outboundSchema)
|
|
76987
|
-
links: lazyType(() => ListPaymentLinksLinks$outboundSchema)
|
|
76987
|
+
count: numberType().int(),
|
|
76988
|
+
embedded: lazyType(() => ListPaymentLinksEmbedded$outboundSchema),
|
|
76989
|
+
links: lazyType(() => ListPaymentLinksLinks$outboundSchema)
|
|
76988
76990
|
}).transform((v2) => {
|
|
76989
76991
|
return remap(v2, {
|
|
76990
76992
|
embedded: "_embedded",
|
|
@@ -108128,7 +108130,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
108128
108130
|
function createMCPServer(deps) {
|
|
108129
108131
|
const server = new McpServer({
|
|
108130
108132
|
name: "Client",
|
|
108131
|
-
version: "0.1.
|
|
108133
|
+
version: "0.1.1"
|
|
108132
108134
|
});
|
|
108133
108135
|
const client = new ClientCore({
|
|
108134
108136
|
security: deps.security,
|
|
@@ -109517,7 +109519,7 @@ var routes = an({
|
|
|
109517
109519
|
var app = He(routes, {
|
|
109518
109520
|
name: "mcp",
|
|
109519
109521
|
versionInfo: {
|
|
109520
|
-
currentVersion: "0.1.
|
|
109522
|
+
currentVersion: "0.1.1"
|
|
109521
109523
|
}
|
|
109522
109524
|
});
|
|
109523
109525
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -109525,5 +109527,5 @@ export {
|
|
|
109525
109527
|
app
|
|
109526
109528
|
};
|
|
109527
109529
|
|
|
109528
|
-
//# debugId=
|
|
109530
|
+
//# debugId=8C4E425233D5FB4864756E2164756E21
|
|
109529
109531
|
//# sourceMappingURL=mcp-server.js.map
|