mollie-api-typescript 1.0.5 → 1.0.7
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 +354 -9
- package/bin/mcp-server.js.map +7 -7
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/clientlinkrequest.d.ts +938 -0
- package/dist/commonjs/models/clientlinkrequest.d.ts.map +1 -1
- package/dist/commonjs/models/clientlinkrequest.js +688 -1
- package/dist/commonjs/models/clientlinkrequest.js.map +1 -1
- package/dist/commonjs/models/statusreason.d.ts +1 -0
- package/dist/commonjs/models/statusreason.d.ts.map +1 -1
- package/dist/commonjs/models/statusreason.js +1 -0
- package/dist/commonjs/models/statusreason.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/clientlinkrequest.d.ts +938 -0
- package/dist/esm/models/clientlinkrequest.d.ts.map +1 -1
- package/dist/esm/models/clientlinkrequest.js +684 -0
- package/dist/esm/models/clientlinkrequest.js.map +1 -1
- package/dist/esm/models/statusreason.d.ts +1 -0
- package/dist/esm/models/statusreason.d.ts.map +1 -1
- package/dist/esm/models/statusreason.js +1 -0
- package/dist/esm/models/statusreason.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 +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/clientlinkrequest.ts +1131 -0
- package/src/models/statusreason.ts +1 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52403,9 +52403,9 @@ var init_config = __esm(() => {
|
|
|
52403
52403
|
SDK_METADATA = {
|
|
52404
52404
|
language: "typescript",
|
|
52405
52405
|
openapiDocVersion: "1.0.0",
|
|
52406
|
-
sdkVersion: "1.0.
|
|
52406
|
+
sdkVersion: "1.0.7",
|
|
52407
52407
|
genVersion: "2.801.2",
|
|
52408
|
-
userAgent: "speakeasy-sdk/typescript 1.0.
|
|
52408
|
+
userAgent: "speakeasy-sdk/typescript 1.0.7 2.801.2 1.0.0 mollie-api-typescript"
|
|
52409
52409
|
};
|
|
52410
52410
|
});
|
|
52411
52411
|
|
|
@@ -54776,10 +54776,250 @@ var init_localeresponse = __esm(() => {
|
|
|
54776
54776
|
});
|
|
54777
54777
|
|
|
54778
54778
|
// src/models/clientlinkrequest.ts
|
|
54779
|
-
var Owner$inboundSchema, Owner$outboundSchema, ClientLinkRequestAddress$inboundSchema, ClientLinkRequestAddress$outboundSchema, ClientLinkRequest$inboundSchema, ClientLinkRequest$outboundSchema;
|
|
54779
|
+
var Other, Gb, It, No, Se2, Dk, Fi, Ch, Pt, Es, Lu, Fr, At, De2, Be2, Nl, Owner$inboundSchema, Owner$outboundSchema, ClientLinkRequestAddress$inboundSchema, ClientLinkRequestAddress$outboundSchema, Other$inboundSchema, Other$outboundSchema, Gb$inboundSchema, Gb$outboundSchema, It$inboundSchema, It$outboundSchema, No$inboundSchema, No$outboundSchema, Se$inboundSchema, Se$outboundSchema, Dk$inboundSchema, Dk$outboundSchema, Fi$inboundSchema, Fi$outboundSchema, Ch$inboundSchema, Ch$outboundSchema, Pt$inboundSchema, Pt$outboundSchema, Es$inboundSchema, Es$outboundSchema, Lu$inboundSchema, Lu$outboundSchema, Fr$inboundSchema, Fr$outboundSchema, At$inboundSchema, At$outboundSchema, De$inboundSchema, De$outboundSchema, Be$inboundSchema, Be$outboundSchema, Nl$inboundSchema, Nl$outboundSchema, LegalEntity$inboundSchema, LegalEntity$outboundSchema, ClientLinkRequest$inboundSchema, ClientLinkRequest$outboundSchema;
|
|
54780
54780
|
var init_clientlinkrequest = __esm(() => {
|
|
54781
54781
|
init_esm();
|
|
54782
54782
|
init_localeresponse();
|
|
54783
|
+
Other = {
|
|
54784
|
+
Other: "other"
|
|
54785
|
+
};
|
|
54786
|
+
Gb = {
|
|
54787
|
+
GbLlp: "gb-llp",
|
|
54788
|
+
GbLp: "gb-lp",
|
|
54789
|
+
GbLtd: "gb-ltd",
|
|
54790
|
+
GbPlc: "gb-plc",
|
|
54791
|
+
GbCharitableCompany: "gb-charitable-company",
|
|
54792
|
+
GbGeneralPartnership: "gb-general-partnership",
|
|
54793
|
+
GbSoleTrader: "gb-sole-trader",
|
|
54794
|
+
GbTrust: "gb-trust"
|
|
54795
|
+
};
|
|
54796
|
+
It = {
|
|
54797
|
+
ItAssociazioneNonRiconosciuta: "it-associazione-non-riconosciuta",
|
|
54798
|
+
ItAssociazioneRiconosciuta: "it-associazione-riconosciuta",
|
|
54799
|
+
ItDittaIndividuale: "it-ditta-individuale",
|
|
54800
|
+
ItFondazione: "it-fondazione",
|
|
54801
|
+
ItFondoFiduciario: "it-fondo-fiduciario",
|
|
54802
|
+
ItSapa: "it-sapa",
|
|
54803
|
+
ItSas: "it-sas",
|
|
54804
|
+
ItSnc: "it-snc",
|
|
54805
|
+
ItSocietaCooperativa: "it-societa-cooperativa",
|
|
54806
|
+
ItSpa: "it-spa",
|
|
54807
|
+
ItSrl: "it-srl",
|
|
54808
|
+
ItSs: "it-ss"
|
|
54809
|
+
};
|
|
54810
|
+
No = {
|
|
54811
|
+
NoAnsDa: "no-ans-da",
|
|
54812
|
+
NoAs: "no-as",
|
|
54813
|
+
NoAsa: "no-asa",
|
|
54814
|
+
NoDa: "no-da",
|
|
54815
|
+
NoEnk: "no-enk",
|
|
54816
|
+
NoKs: "no-ks",
|
|
54817
|
+
NoNuf: "no-nuf",
|
|
54818
|
+
NoSamvirkeforetak: "no-samvirkeforetak",
|
|
54819
|
+
NoStatesforetak: "no-statesforetak",
|
|
54820
|
+
NoStiftelse: "no-stiftelse"
|
|
54821
|
+
};
|
|
54822
|
+
Se2 = {
|
|
54823
|
+
SeAb: "se-ab",
|
|
54824
|
+
SeAbPubl: "se-ab-publ",
|
|
54825
|
+
SeEkonomiskForening: "se-ekonomisk-forening",
|
|
54826
|
+
SeEnklaBolag: "se-enkla-bolag",
|
|
54827
|
+
SeEnskildFirma: "se-enskild-firma",
|
|
54828
|
+
SeFillialUtlandsktBolag: "se-fillial-utlandskt-bolag",
|
|
54829
|
+
SeHb: "se-hb",
|
|
54830
|
+
SeIdeelForening: "se-ideel-forening",
|
|
54831
|
+
SeKb: "se-kb",
|
|
54832
|
+
SeSamriskforetag: "se-samriskforetag",
|
|
54833
|
+
SeStiftelse: "se-stiftelse",
|
|
54834
|
+
SeTrust: "se-trust"
|
|
54835
|
+
};
|
|
54836
|
+
Dk = {
|
|
54837
|
+
DkAktieselskab: "dk-aktieselskab",
|
|
54838
|
+
DkAnpartsselskab: "dk-anpartsselskab",
|
|
54839
|
+
DkEnkeltmandsvirksomhed: "dk-enkeltmandsvirksomhed",
|
|
54840
|
+
DkInteressentskab: "dk-interessentskab",
|
|
54841
|
+
DkIvaerksaetterselskab: "dk-ivaerksaetterselskab",
|
|
54842
|
+
DkKommanditselskab: "dk-kommanditselskab",
|
|
54843
|
+
DkStiftelse: "dk-stiftelse",
|
|
54844
|
+
DkTrust: "dk-trust"
|
|
54845
|
+
};
|
|
54846
|
+
Fi = {
|
|
54847
|
+
FiAvoinYhtio: "fi-avoin-yhtio",
|
|
54848
|
+
FiJulkinenOsakeyhtio: "fi-julkinen-osakeyhtio",
|
|
54849
|
+
FiKommandiittiyhtio: "fi-kommandiittiyhtio",
|
|
54850
|
+
FiOsakeythio: "fi-osakeythio",
|
|
54851
|
+
FiOsuuskunta: "fi-osuuskunta",
|
|
54852
|
+
FiRekisteroityYhdistys: "fi-rekisteroity-yhdistys",
|
|
54853
|
+
FiSaatio: "fi-saatio",
|
|
54854
|
+
FiToiminimi: "fi-toiminimi"
|
|
54855
|
+
};
|
|
54856
|
+
Ch = {
|
|
54857
|
+
ChAg: "ch-ag",
|
|
54858
|
+
ChEg: "ch-eg",
|
|
54859
|
+
ChEinzelunternehmen: "ch-einzelunternehmen",
|
|
54860
|
+
ChGenossenschaft: "ch-genossenschaft",
|
|
54861
|
+
ChGmbh: "ch-gmbh",
|
|
54862
|
+
ChKg: "ch-kg",
|
|
54863
|
+
ChKig: "ch-kig",
|
|
54864
|
+
ChKmag: "ch-kmag",
|
|
54865
|
+
ChStiftung: "ch-stiftung",
|
|
54866
|
+
ChTrust: "ch-trust",
|
|
54867
|
+
ChVerein: "ch-verein"
|
|
54868
|
+
};
|
|
54869
|
+
Pt = {
|
|
54870
|
+
PtCooperativa: "pt-cooperativa",
|
|
54871
|
+
PtEirl: "pt-eirl",
|
|
54872
|
+
PtEmpresarioNomeIndividual: "pt-empresario-nome-individual",
|
|
54873
|
+
PtFondoFiduciario: "pt-fondo-fiduciario",
|
|
54874
|
+
PtFundacao: "pt-fundacao",
|
|
54875
|
+
PtSociedadeAnonima: "pt-sociedade-anonima",
|
|
54876
|
+
PtSociedadeComandita: "pt-sociedade-comandita",
|
|
54877
|
+
PtSociedadeNomeColectivo: "pt-sociedade-nome-colectivo",
|
|
54878
|
+
PtSociedadeQuotas: "pt-sociedade-quotas",
|
|
54879
|
+
PtSociedadeUnipessoalQuotas: "pt-sociedade-unipessoal-quotas"
|
|
54880
|
+
};
|
|
54881
|
+
Es = {
|
|
54882
|
+
EsAutonomo: "es-autonomo",
|
|
54883
|
+
EsAsociacion: "es-asociacion",
|
|
54884
|
+
EsCb: "es-cb",
|
|
54885
|
+
EsComercianteIndividual: "es-comerciante-individual",
|
|
54886
|
+
EsFiducia: "es-fiducia",
|
|
54887
|
+
EsFundacion: "es-fundacion",
|
|
54888
|
+
EsSa: "es-sa",
|
|
54889
|
+
EsSrSrc: "es-sr-src",
|
|
54890
|
+
EsSe: "es-se",
|
|
54891
|
+
EsSociedadCivil: "es-sociedad-civil",
|
|
54892
|
+
EsSociedadCooperativa: "es-sociedad-cooperativa",
|
|
54893
|
+
EsSociedadComanditaria: "es-sociedad-comanditaria",
|
|
54894
|
+
EsSrlSl: "es-srl-sl",
|
|
54895
|
+
EsSrlu: "es-srlu"
|
|
54896
|
+
};
|
|
54897
|
+
Lu = {
|
|
54898
|
+
LuEi: "lu-ei",
|
|
54899
|
+
LuLpf: "lu-lpf",
|
|
54900
|
+
LuSa: "lu-sa",
|
|
54901
|
+
LuSarl: "lu-sarl",
|
|
54902
|
+
LuSarlS: "lu-sarl-s",
|
|
54903
|
+
LuSas: "lu-sas",
|
|
54904
|
+
LuSc: "lu-sc",
|
|
54905
|
+
LuSca: "lu-sca",
|
|
54906
|
+
LuSci: "lu-sci",
|
|
54907
|
+
LuScsp: "lu-scsp",
|
|
54908
|
+
LuSecs: "lu-secs",
|
|
54909
|
+
LuSenc: "lu-senc",
|
|
54910
|
+
LuTrust: "lu-trust"
|
|
54911
|
+
};
|
|
54912
|
+
Fr = {
|
|
54913
|
+
FrAdl: "fr-adl",
|
|
54914
|
+
FrAssociation: "fr-association",
|
|
54915
|
+
FrCt: "fr-ct",
|
|
54916
|
+
FrEntrepriseIndividuelle: "fr-entreprise-individuelle",
|
|
54917
|
+
FrAutoEntrepreneur: "fr-auto-entrepreneur",
|
|
54918
|
+
FrEpa: "fr-epa",
|
|
54919
|
+
FrFiducie: "fr-fiducie",
|
|
54920
|
+
FrFondation: "fr-fondation",
|
|
54921
|
+
FrGie: "fr-gie",
|
|
54922
|
+
FrEurl: "fr-eurl",
|
|
54923
|
+
FrSarl: "fr-sarl",
|
|
54924
|
+
FrSa: "fr-sa",
|
|
54925
|
+
FrSc: "fr-sc",
|
|
54926
|
+
FrSca: "fr-sca",
|
|
54927
|
+
FrSccp: "fr-sccp",
|
|
54928
|
+
FrSdm: "fr-sdm",
|
|
54929
|
+
FrCivile: "fr-civile",
|
|
54930
|
+
FrSnc: "fr-snc",
|
|
54931
|
+
FrSe: "fr-se",
|
|
54932
|
+
FrSas: "fr-sas",
|
|
54933
|
+
FrSasu: "fr-sasu"
|
|
54934
|
+
};
|
|
54935
|
+
At = {
|
|
54936
|
+
AtAktiengesellschaft: "at-aktiengesellschaft",
|
|
54937
|
+
AtEinzelunternehmen: "at-einzelunternehmen",
|
|
54938
|
+
AtFreieBerufe: "at-freie-berufe",
|
|
54939
|
+
AtGesbr: "at-gesbr",
|
|
54940
|
+
AtGmbh: "at-gmbh",
|
|
54941
|
+
AtInteressenVerienigung: "at-interessen-verienigung",
|
|
54942
|
+
AtKeg: "at-keg",
|
|
54943
|
+
AtKommanditgesellschaft: "at-kommanditgesellschaft",
|
|
54944
|
+
AtKorperschaftOffentlichenRechts: "at-korperschaft-offentlichen-rechts",
|
|
54945
|
+
AtOeg: "at-oeg",
|
|
54946
|
+
AtOffeneGesellschaft: "at-offene-gesellschaft",
|
|
54947
|
+
AtOffentlichesUnternehmen: "at-offentliches-unternehmen",
|
|
54948
|
+
AtSe: "at-se",
|
|
54949
|
+
AtStiftung: "at-stiftung",
|
|
54950
|
+
AtTrust: "at-trust",
|
|
54951
|
+
AtVerein: "at-verein"
|
|
54952
|
+
};
|
|
54953
|
+
De2 = {
|
|
54954
|
+
DeAktiengesellschaft: "de-aktiengesellschaft",
|
|
54955
|
+
DeEingetrageneGenossenschaft: "de-eingetragene-genossenschaft",
|
|
54956
|
+
DeEinzelunternehmen: "de-einzelunternehmen",
|
|
54957
|
+
DeFreiberufler: "de-freiberufler",
|
|
54958
|
+
DeGesellschaftBurgerlichenRechts: "de-gesellschaft-burgerlichen-rechts",
|
|
54959
|
+
DeGmbh: "de-gmbh",
|
|
54960
|
+
DeInteressenVerienigung: "de-interessen-verienigung",
|
|
54961
|
+
DeKg: "de-kg",
|
|
54962
|
+
DeKirchlicheStiftung: "de-kirchliche-stiftung",
|
|
54963
|
+
DeKorperschaftOffentlichenRechts: "de-korperschaft-offentlichen-rechts",
|
|
54964
|
+
DeNev: "de-nev",
|
|
54965
|
+
DeOffentlichesUnternehmen: "de-offentliches-unternehmen",
|
|
54966
|
+
DeOhg: "de-ohg",
|
|
54967
|
+
DePartnergesellschaft: "de-partnergesellschaft",
|
|
54968
|
+
DeSe: "de-se",
|
|
54969
|
+
DeStiftungDesPrivatenRechts: "de-stiftung-des-privaten-rechts",
|
|
54970
|
+
DeTreuhandstiftung: "de-treuhandstiftung",
|
|
54971
|
+
DeUnternehmergesellschaft: "de-unternehmergesellschaft",
|
|
54972
|
+
DeVerein: "de-verein"
|
|
54973
|
+
};
|
|
54974
|
+
Be2 = {
|
|
54975
|
+
BeAutonoomGemeentebedrijf: "be-autonoom-gemeentebedrijf",
|
|
54976
|
+
BeBelgischeStaat: "be-belgische-staat",
|
|
54977
|
+
BeBv: "be-bv",
|
|
54978
|
+
BeBvba: "be-bvba",
|
|
54979
|
+
BeCommV: "be-comm-v",
|
|
54980
|
+
BeCommVa: "be-comm-va",
|
|
54981
|
+
BeCv: "be-cv",
|
|
54982
|
+
BeCvoa: "be-cvoa",
|
|
54983
|
+
BeCvoha: "be-cvoha",
|
|
54984
|
+
BeCvba: "be-cvba",
|
|
54985
|
+
BeEconomischSamenwerkingsverband: "be-economisch-samenwerkingsverband",
|
|
54986
|
+
BeEenmanszaak: "be-eenmanszaak",
|
|
54987
|
+
BeEenmansBvba: "be-eenmans-bvba",
|
|
54988
|
+
BeEuropeseCooperatieveVennootschap: "be-europese-cooperatieve-vennootschap",
|
|
54989
|
+
BeEuropeseVennootschap: "be-europese-vennootschap",
|
|
54990
|
+
BeIvzw: "be-ivzw",
|
|
54991
|
+
BeKerkgenootschap: "be-kerkgenootschap",
|
|
54992
|
+
BeLandbouwvennootschap: "be-landbouwvennootschap",
|
|
54993
|
+
BeMaatschap: "be-maatschap",
|
|
54994
|
+
BeNv: "be-nv",
|
|
54995
|
+
BePolitiekPubliekRechtspersoon: "be-politiek-publiek-rechtspersoon",
|
|
54996
|
+
BeSBvba: "be-s-bvba",
|
|
54997
|
+
BeStichting: "be-stichting",
|
|
54998
|
+
BeStilleHandelsvennootschap: "be-stille-handelsvennootschap",
|
|
54999
|
+
BeTijdelijkeHandelsvennootschap: "be-tijdelijke-handelsvennootschap",
|
|
55000
|
+
BeTrust: "be-trust",
|
|
55001
|
+
BeVerenigingZonderWinstoogmerk: "be-vereniging-zonder-winstoogmerk",
|
|
55002
|
+
BeVof: "be-vof"
|
|
55003
|
+
};
|
|
55004
|
+
Nl = {
|
|
55005
|
+
NlBv: "nl-bv",
|
|
55006
|
+
NlCooperatie: "nl-cooperatie",
|
|
55007
|
+
NlCv: "nl-cv",
|
|
55008
|
+
NlEenmanszaak: "nl-eenmanszaak",
|
|
55009
|
+
NlEesv: "nl-eesv",
|
|
55010
|
+
NlKerkgenootschap: "nl-kerkgenootschap",
|
|
55011
|
+
NlKroondomein: "nl-kroondomein",
|
|
55012
|
+
NlMaatschap: "nl-maatschap",
|
|
55013
|
+
NlNv: "nl-nv",
|
|
55014
|
+
NlOverheid: "nl-overheid",
|
|
55015
|
+
NlSce: "nl-sce",
|
|
55016
|
+
NlSe: "nl-se",
|
|
55017
|
+
NlStichting: "nl-stichting",
|
|
55018
|
+
NlTrust: "nl-trust",
|
|
55019
|
+
NlVereniging: "nl-vereniging",
|
|
55020
|
+
NlVof: "nl-vof",
|
|
55021
|
+
NlWaarborgmaatschappij: "nl-waarborgmaatschappij"
|
|
55022
|
+
};
|
|
54783
55023
|
Owner$inboundSchema = objectType({
|
|
54784
55024
|
email: stringType(),
|
|
54785
55025
|
givenName: stringType(),
|
|
@@ -54804,19 +55044,123 @@ var init_clientlinkrequest = __esm(() => {
|
|
|
54804
55044
|
city: nullableType(stringType()).optional(),
|
|
54805
55045
|
country: stringType()
|
|
54806
55046
|
});
|
|
55047
|
+
Other$inboundSchema = nativeEnumType(Other);
|
|
55048
|
+
Other$outboundSchema = Other$inboundSchema;
|
|
55049
|
+
Gb$inboundSchema = nativeEnumType(Gb);
|
|
55050
|
+
Gb$outboundSchema = Gb$inboundSchema;
|
|
55051
|
+
It$inboundSchema = nativeEnumType(It);
|
|
55052
|
+
It$outboundSchema = It$inboundSchema;
|
|
55053
|
+
No$inboundSchema = nativeEnumType(No);
|
|
55054
|
+
No$outboundSchema = No$inboundSchema;
|
|
55055
|
+
Se$inboundSchema = nativeEnumType(Se2);
|
|
55056
|
+
Se$outboundSchema = Se$inboundSchema;
|
|
55057
|
+
Dk$inboundSchema = nativeEnumType(Dk);
|
|
55058
|
+
Dk$outboundSchema = Dk$inboundSchema;
|
|
55059
|
+
Fi$inboundSchema = nativeEnumType(Fi);
|
|
55060
|
+
Fi$outboundSchema = Fi$inboundSchema;
|
|
55061
|
+
Ch$inboundSchema = nativeEnumType(Ch);
|
|
55062
|
+
Ch$outboundSchema = Ch$inboundSchema;
|
|
55063
|
+
Pt$inboundSchema = nativeEnumType(Pt);
|
|
55064
|
+
Pt$outboundSchema = Pt$inboundSchema;
|
|
55065
|
+
Es$inboundSchema = nativeEnumType(Es);
|
|
55066
|
+
Es$outboundSchema = Es$inboundSchema;
|
|
55067
|
+
Lu$inboundSchema = nativeEnumType(Lu);
|
|
55068
|
+
Lu$outboundSchema = Lu$inboundSchema;
|
|
55069
|
+
Fr$inboundSchema = nativeEnumType(Fr);
|
|
55070
|
+
Fr$outboundSchema = Fr$inboundSchema;
|
|
55071
|
+
At$inboundSchema = nativeEnumType(At);
|
|
55072
|
+
At$outboundSchema = At$inboundSchema;
|
|
55073
|
+
De$inboundSchema = nativeEnumType(De2);
|
|
55074
|
+
De$outboundSchema = De$inboundSchema;
|
|
55075
|
+
Be$inboundSchema = nativeEnumType(Be2);
|
|
55076
|
+
Be$outboundSchema = Be$inboundSchema;
|
|
55077
|
+
Nl$inboundSchema = nativeEnumType(Nl);
|
|
55078
|
+
Nl$outboundSchema = Nl$inboundSchema;
|
|
55079
|
+
LegalEntity$inboundSchema = unionType([
|
|
55080
|
+
Nl$inboundSchema,
|
|
55081
|
+
Be$inboundSchema,
|
|
55082
|
+
De$inboundSchema,
|
|
55083
|
+
At$inboundSchema,
|
|
55084
|
+
Fr$inboundSchema,
|
|
55085
|
+
Lu$inboundSchema,
|
|
55086
|
+
Es$inboundSchema,
|
|
55087
|
+
Pt$inboundSchema,
|
|
55088
|
+
Ch$inboundSchema,
|
|
55089
|
+
Fi$inboundSchema,
|
|
55090
|
+
Dk$inboundSchema,
|
|
55091
|
+
Se$inboundSchema,
|
|
55092
|
+
No$inboundSchema,
|
|
55093
|
+
It$inboundSchema,
|
|
55094
|
+
Gb$inboundSchema,
|
|
55095
|
+
Other$inboundSchema
|
|
55096
|
+
]);
|
|
55097
|
+
LegalEntity$outboundSchema = unionType([
|
|
55098
|
+
Nl$outboundSchema,
|
|
55099
|
+
Be$outboundSchema,
|
|
55100
|
+
De$outboundSchema,
|
|
55101
|
+
At$outboundSchema,
|
|
55102
|
+
Fr$outboundSchema,
|
|
55103
|
+
Lu$outboundSchema,
|
|
55104
|
+
Es$outboundSchema,
|
|
55105
|
+
Pt$outboundSchema,
|
|
55106
|
+
Ch$outboundSchema,
|
|
55107
|
+
Fi$outboundSchema,
|
|
55108
|
+
Dk$outboundSchema,
|
|
55109
|
+
Se$outboundSchema,
|
|
55110
|
+
No$outboundSchema,
|
|
55111
|
+
It$outboundSchema,
|
|
55112
|
+
Gb$outboundSchema,
|
|
55113
|
+
Other$outboundSchema
|
|
55114
|
+
]);
|
|
54807
55115
|
ClientLinkRequest$inboundSchema = objectType({
|
|
54808
55116
|
owner: lazyType(() => Owner$inboundSchema),
|
|
54809
55117
|
name: stringType(),
|
|
54810
55118
|
address: lazyType(() => ClientLinkRequestAddress$inboundSchema),
|
|
54811
55119
|
registrationNumber: nullableType(stringType()).optional(),
|
|
54812
|
-
vatNumber: nullableType(stringType()).optional()
|
|
55120
|
+
vatNumber: nullableType(stringType()).optional(),
|
|
55121
|
+
legalEntity: unionType([
|
|
55122
|
+
Nl$inboundSchema,
|
|
55123
|
+
Be$inboundSchema,
|
|
55124
|
+
De$inboundSchema,
|
|
55125
|
+
At$inboundSchema,
|
|
55126
|
+
Fr$inboundSchema,
|
|
55127
|
+
Lu$inboundSchema,
|
|
55128
|
+
Es$inboundSchema,
|
|
55129
|
+
Pt$inboundSchema,
|
|
55130
|
+
Ch$inboundSchema,
|
|
55131
|
+
Fi$inboundSchema,
|
|
55132
|
+
Dk$inboundSchema,
|
|
55133
|
+
Se$inboundSchema,
|
|
55134
|
+
No$inboundSchema,
|
|
55135
|
+
It$inboundSchema,
|
|
55136
|
+
Gb$inboundSchema,
|
|
55137
|
+
Other$inboundSchema
|
|
55138
|
+
]).optional()
|
|
54813
55139
|
});
|
|
54814
55140
|
ClientLinkRequest$outboundSchema = objectType({
|
|
54815
55141
|
owner: lazyType(() => Owner$outboundSchema),
|
|
54816
55142
|
name: stringType(),
|
|
54817
55143
|
address: lazyType(() => ClientLinkRequestAddress$outboundSchema),
|
|
54818
55144
|
registrationNumber: nullableType(stringType()).optional(),
|
|
54819
|
-
vatNumber: nullableType(stringType()).optional()
|
|
55145
|
+
vatNumber: nullableType(stringType()).optional(),
|
|
55146
|
+
legalEntity: unionType([
|
|
55147
|
+
Nl$outboundSchema,
|
|
55148
|
+
Be$outboundSchema,
|
|
55149
|
+
De$outboundSchema,
|
|
55150
|
+
At$outboundSchema,
|
|
55151
|
+
Fr$outboundSchema,
|
|
55152
|
+
Lu$outboundSchema,
|
|
55153
|
+
Es$outboundSchema,
|
|
55154
|
+
Pt$outboundSchema,
|
|
55155
|
+
Ch$outboundSchema,
|
|
55156
|
+
Fi$outboundSchema,
|
|
55157
|
+
Dk$outboundSchema,
|
|
55158
|
+
Se$outboundSchema,
|
|
55159
|
+
No$outboundSchema,
|
|
55160
|
+
It$outboundSchema,
|
|
55161
|
+
Gb$outboundSchema,
|
|
55162
|
+
Other$outboundSchema
|
|
55163
|
+
]).optional()
|
|
54820
55164
|
});
|
|
54821
55165
|
});
|
|
54822
55166
|
|
|
@@ -59366,7 +59710,8 @@ var init_statusreason = __esm(() => {
|
|
|
59366
59710
|
LoginFailedUnknownUser: "login_failed_unknown_user",
|
|
59367
59711
|
LoginFailedInvalidPassword: "login_failed_invalid_password",
|
|
59368
59712
|
InvalidEanCode: "invalid_ean_code",
|
|
59369
|
-
CardError: "card_error"
|
|
59713
|
+
CardError: "card_error",
|
|
59714
|
+
TerminalConfigurationIssue: "terminal_configuration_issue"
|
|
59370
59715
|
};
|
|
59371
59716
|
Code$inboundSchema = nativeEnumType(Code);
|
|
59372
59717
|
Code$outboundSchema = Code$inboundSchema;
|
|
@@ -79147,7 +79492,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
79147
79492
|
function createMCPServer(deps) {
|
|
79148
79493
|
const server = new McpServer({
|
|
79149
79494
|
name: "Client",
|
|
79150
|
-
version: "1.0.
|
|
79495
|
+
version: "1.0.7"
|
|
79151
79496
|
});
|
|
79152
79497
|
const client = new ClientCore({
|
|
79153
79498
|
security: deps.security,
|
|
@@ -80575,7 +80920,7 @@ var routes = an({
|
|
|
80575
80920
|
var app = He(routes, {
|
|
80576
80921
|
name: "mcp",
|
|
80577
80922
|
versionInfo: {
|
|
80578
|
-
currentVersion: "1.0.
|
|
80923
|
+
currentVersion: "1.0.7"
|
|
80579
80924
|
}
|
|
80580
80925
|
});
|
|
80581
80926
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -80583,5 +80928,5 @@ export {
|
|
|
80583
80928
|
app
|
|
80584
80929
|
};
|
|
80585
80930
|
|
|
80586
|
-
//# debugId=
|
|
80931
|
+
//# debugId=33C9E56F6C823E0564756E2164756E21
|
|
80587
80932
|
//# sourceMappingURL=mcp-server.js.map
|