@moovio/sdk 0.12.5 → 0.13.0
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 +48 -35
- package/bin/mcp-server.js +1194 -69
- package/bin/mcp-server.js.map +64 -24
- package/docs/sdks/underwriting/README.md +95 -0
- package/funcs/transfersList.js +1 -0
- package/funcs/transfersList.js.map +1 -1
- package/funcs/underwritingSave.d.ts +20 -0
- package/funcs/underwritingSave.d.ts.map +1 -0
- package/funcs/underwritingSave.js +145 -0
- package/funcs/underwritingSave.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +3 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/underwritingSave.d.ts +8 -0
- package/mcp-server/tools/underwritingSave.d.ts.map +1 -0
- package/mcp-server/tools/underwritingSave.js +67 -0
- package/mcp-server/tools/underwritingSave.js.map +1 -0
- package/models/components/businesspresence.d.ts +40 -0
- package/models/components/businesspresence.d.ts.map +1 -0
- package/models/components/businesspresence.js +64 -0
- package/models/components/businesspresence.js.map +1 -0
- package/models/components/capability.d.ts +1 -1
- package/models/components/capabilityid.d.ts +32 -2
- package/models/components/capabilityid.d.ts.map +1 -1
- package/models/components/capabilityid.js +11 -1
- package/models/components/capabilityid.js.map +1 -1
- package/models/components/cardacceptancemethods.d.ts +45 -0
- package/models/components/cardacceptancemethods.d.ts.map +1 -0
- package/models/components/cardacceptancemethods.js +73 -0
- package/models/components/cardacceptancemethods.js.map +1 -0
- package/models/components/cardacceptancemethodserror.d.ts +33 -0
- package/models/components/cardacceptancemethodserror.d.ts.map +1 -0
- package/models/components/cardacceptancemethodserror.js +73 -0
- package/models/components/cardacceptancemethodserror.js.map +1 -0
- package/models/components/collectfunds.d.ts +33 -0
- package/models/components/collectfunds.d.ts.map +1 -0
- package/models/components/collectfunds.js +73 -0
- package/models/components/collectfunds.js.map +1 -0
- package/models/components/collectfundsach.d.ts +30 -0
- package/models/components/collectfundsach.d.ts.map +1 -0
- package/models/components/collectfundsach.js +70 -0
- package/models/components/collectfundsach.js.map +1 -0
- package/models/components/collectfundsacherror.d.ts +30 -0
- package/models/components/collectfundsacherror.d.ts.map +1 -0
- package/models/components/collectfundsacherror.js +70 -0
- package/models/components/collectfundsacherror.js.map +1 -0
- package/models/components/collectfundscardpayments.d.ts +44 -0
- package/models/components/collectfundscardpayments.d.ts.map +1 -0
- package/models/components/collectfundscardpayments.js +81 -0
- package/models/components/collectfundscardpayments.js.map +1 -0
- package/models/components/collectfundscardpaymentserror.d.ts +40 -0
- package/models/components/collectfundscardpaymentserror.d.ts.map +1 -0
- package/models/components/collectfundscardpaymentserror.js +80 -0
- package/models/components/collectfundscardpaymentserror.js.map +1 -0
- package/models/components/collectfundserror.d.ts +33 -0
- package/models/components/collectfundserror.d.ts.map +1 -0
- package/models/components/collectfundserror.js +73 -0
- package/models/components/collectfundserror.js.map +1 -0
- package/models/components/createdtransfer.d.ts +5 -0
- package/models/components/createdtransfer.d.ts.map +1 -1
- package/models/components/createdtransfer.js +2 -0
- package/models/components/createdtransfer.js.map +1 -1
- package/models/components/createtransfer.d.ts +5 -0
- package/models/components/createtransfer.d.ts.map +1 -1
- package/models/components/createtransfer.js +2 -0
- package/models/components/createtransfer.js.map +1 -1
- package/models/components/estimatedactivity.d.ts +37 -0
- package/models/components/estimatedactivity.d.ts.map +1 -0
- package/models/components/estimatedactivity.js +74 -0
- package/models/components/estimatedactivity.js.map +1 -0
- package/models/components/estimatedactivityerror.d.ts +33 -0
- package/models/components/estimatedactivityerror.d.ts.map +1 -0
- package/models/components/estimatedactivityerror.js +73 -0
- package/models/components/estimatedactivityerror.js.map +1 -0
- package/models/components/fulfillment.d.ts +33 -0
- package/models/components/fulfillment.d.ts.map +1 -0
- package/models/components/fulfillment.js +73 -0
- package/models/components/fulfillment.js.map +1 -0
- package/models/components/fulfillmenterror.d.ts +31 -0
- package/models/components/fulfillmenterror.d.ts.map +1 -0
- package/models/components/fulfillmenterror.js +71 -0
- package/models/components/fulfillmenterror.js.map +1 -0
- package/models/components/fulfillmentmethod.d.ts +49 -0
- package/models/components/fulfillmentmethod.d.ts.map +1 -0
- package/models/components/fulfillmentmethod.js +67 -0
- package/models/components/fulfillmentmethod.js.map +1 -0
- package/models/components/fulfillmenttimeframe.d.ts +46 -0
- package/models/components/fulfillmenttimeframe.d.ts.map +1 -0
- package/models/components/fulfillmenttimeframe.js +66 -0
- package/models/components/fulfillmenttimeframe.js.map +1 -0
- package/models/components/geographicreach.d.ts +31 -0
- package/models/components/geographicreach.d.ts.map +1 -0
- package/models/components/geographicreach.js +61 -0
- package/models/components/geographicreach.js.map +1 -0
- package/models/components/index.d.ts +36 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +36 -0
- package/models/components/index.js.map +1 -1
- package/models/components/moneytransfer.d.ts +33 -0
- package/models/components/moneytransfer.d.ts.map +1 -0
- package/models/components/moneytransfer.js +73 -0
- package/models/components/moneytransfer.js.map +1 -0
- package/models/components/moneytransfererror.d.ts +33 -0
- package/models/components/moneytransfererror.d.ts.map +1 -0
- package/models/components/moneytransfererror.js +73 -0
- package/models/components/moneytransfererror.js.map +1 -0
- package/models/components/moneytransferpullfromcard.d.ts +30 -0
- package/models/components/moneytransferpullfromcard.d.ts.map +1 -0
- package/models/components/moneytransferpullfromcard.js +70 -0
- package/models/components/moneytransferpullfromcard.js.map +1 -0
- package/models/components/moneytransferpullfromcarderror.d.ts +30 -0
- package/models/components/moneytransferpullfromcarderror.d.ts.map +1 -0
- package/models/components/moneytransferpullfromcarderror.js +70 -0
- package/models/components/moneytransferpullfromcarderror.js.map +1 -0
- package/models/components/moneytransferpushtocard.d.ts +30 -0
- package/models/components/moneytransferpushtocard.d.ts.map +1 -0
- package/models/components/moneytransferpushtocard.js +70 -0
- package/models/components/moneytransferpushtocard.js.map +1 -0
- package/models/components/moneytransferpushtocarderror.d.ts +30 -0
- package/models/components/moneytransferpushtocarderror.d.ts.map +1 -0
- package/models/components/moneytransferpushtocarderror.js +70 -0
- package/models/components/moneytransferpushtocarderror.js.map +1 -0
- package/models/components/monthlyvolumerange.d.ts +52 -0
- package/models/components/monthlyvolumerange.d.ts.map +1 -0
- package/models/components/monthlyvolumerange.js +69 -0
- package/models/components/monthlyvolumerange.js.map +1 -0
- package/models/components/pendinglitigation.d.ts +52 -0
- package/models/components/pendinglitigation.d.ts.map +1 -0
- package/models/components/pendinglitigation.js +68 -0
- package/models/components/pendinglitigation.js.map +1 -0
- package/models/components/refundpolicy.d.ts +49 -0
- package/models/components/refundpolicy.d.ts.map +1 -0
- package/models/components/refundpolicy.js +67 -0
- package/models/components/refundpolicy.js.map +1 -0
- package/models/components/sendfunds.d.ts +36 -0
- package/models/components/sendfunds.d.ts.map +1 -0
- package/models/components/sendfunds.js +76 -0
- package/models/components/sendfunds.js.map +1 -0
- package/models/components/sendfundsach.d.ts +30 -0
- package/models/components/sendfundsach.d.ts.map +1 -0
- package/models/components/sendfundsach.js +70 -0
- package/models/components/sendfundsach.js.map +1 -0
- package/models/components/sendfundsacherror.d.ts +30 -0
- package/models/components/sendfundsacherror.d.ts.map +1 -0
- package/models/components/sendfundsacherror.js +70 -0
- package/models/components/sendfundsacherror.js.map +1 -0
- package/models/components/sendfundserror.d.ts +36 -0
- package/models/components/sendfundserror.d.ts.map +1 -0
- package/models/components/sendfundserror.js +76 -0
- package/models/components/sendfundserror.js.map +1 -0
- package/models/components/sendfundspushtocard.d.ts +30 -0
- package/models/components/sendfundspushtocard.d.ts.map +1 -0
- package/models/components/sendfundspushtocard.js +70 -0
- package/models/components/sendfundspushtocard.js.map +1 -0
- package/models/components/sendfundspushtocarderror.d.ts +30 -0
- package/models/components/sendfundspushtocarderror.d.ts.map +1 -0
- package/models/components/sendfundspushtocarderror.js +70 -0
- package/models/components/sendfundspushtocarderror.js.map +1 -0
- package/models/components/sendfundsrtp.d.ts +30 -0
- package/models/components/sendfundsrtp.d.ts.map +1 -0
- package/models/components/sendfundsrtp.js +70 -0
- package/models/components/sendfundsrtp.js.map +1 -0
- package/models/components/sendfundsrtperror.d.ts +30 -0
- package/models/components/sendfundsrtperror.d.ts.map +1 -0
- package/models/components/sendfundsrtperror.js +70 -0
- package/models/components/sendfundsrtperror.js.map +1 -0
- package/models/components/transfer.d.ts +5 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +2 -0
- package/models/components/transfer.js.map +1 -1
- package/models/components/underwriting.d.ts +35 -14
- package/models/components/underwriting.d.ts.map +1 -1
- package/models/components/underwriting.js +36 -14
- package/models/components/underwriting.js.map +1 -1
- package/models/components/upsertunderwriting.d.ts +48 -0
- package/models/components/upsertunderwriting.d.ts.map +1 -0
- package/models/components/upsertunderwriting.js +89 -0
- package/models/components/upsertunderwriting.js.map +1 -0
- package/models/components/volumesharebycustomertype.d.ts +33 -0
- package/models/components/volumesharebycustomertype.d.ts.map +1 -0
- package/models/components/volumesharebycustomertype.js +73 -0
- package/models/components/volumesharebycustomertype.js.map +1 -0
- package/models/components/volumesharebycustomertypeerror.d.ts +33 -0
- package/models/components/volumesharebycustomertypeerror.d.ts.map +1 -0
- package/models/components/volumesharebycustomertypeerror.js +73 -0
- package/models/components/volumesharebycustomertypeerror.js.map +1 -0
- package/models/components/webhookdatacapabilityrequested.d.ts +1 -1
- package/models/components/webhookdatacapabilityupdated.d.ts +1 -1
- package/models/components/webhookdatatransfercreated.d.ts +2 -0
- package/models/components/webhookdatatransfercreated.d.ts.map +1 -1
- package/models/components/webhookdatatransfercreated.js +2 -0
- package/models/components/webhookdatatransfercreated.js.map +1 -1
- package/models/components/webhookdatatransferupdated.d.ts +2 -0
- package/models/components/webhookdatatransferupdated.d.ts.map +1 -1
- package/models/components/webhookdatatransferupdated.js +2 -0
- package/models/components/webhookdatatransferupdated.js.map +1 -1
- package/models/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/transfer.d.ts +9 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +4 -0
- package/models/errors/transfer.js.map +1 -1
- package/models/errors/upsertunderwritingerror.d.ts +73 -0
- package/models/errors/upsertunderwritingerror.d.ts.map +1 -0
- package/models/errors/upsertunderwritingerror.js +150 -0
- package/models/errors/upsertunderwritingerror.js.map +1 -0
- package/models/operations/disablecapability.d.ts +1 -1
- package/models/operations/getcapability.d.ts +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/listtransfers.d.ts +5 -0
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +2 -0
- package/models/operations/listtransfers.js.map +1 -1
- package/models/operations/saveunderwriting.d.ts +101 -0
- package/models/operations/saveunderwriting.d.ts.map +1 -0
- package/models/operations/saveunderwriting.js +155 -0
- package/models/operations/saveunderwriting.js.map +1 -0
- package/package.json +1 -1
- package/sdk/underwriting.d.ts +9 -0
- package/sdk/underwriting.d.ts.map +1 -1
- package/sdk/underwriting.js +12 -0
- package/sdk/underwriting.js.map +1 -1
- package/src/__tests__/mockserver/README.md +52 -0
- package/src/funcs/transfersList.ts +1 -0
- package/src/funcs/underwritingSave.ts +207 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/underwritingSave.ts +40 -0
- package/src/models/components/businesspresence.ts +37 -0
- package/src/models/components/capability.ts +1 -1
- package/src/models/components/capabilityid.ts +12 -2
- package/src/models/components/cardacceptancemethods.ts +86 -0
- package/src/models/components/cardacceptancemethodserror.ts +74 -0
- package/src/models/components/collectfunds.ts +78 -0
- package/src/models/components/collectfundsach.ts +70 -0
- package/src/models/components/collectfundsacherror.ts +72 -0
- package/src/models/components/collectfundscardpayments.ts +108 -0
- package/src/models/components/collectfundscardpaymentserror.ts +102 -0
- package/src/models/components/collectfundserror.ts +82 -0
- package/src/models/components/createdtransfer.ts +7 -0
- package/src/models/components/createtransfer.ts +7 -0
- package/src/models/components/estimatedactivity.ts +82 -0
- package/src/models/components/estimatedactivityerror.ts +74 -0
- package/src/models/components/fulfillment.ts +76 -0
- package/src/models/components/fulfillmenterror.ts +70 -0
- package/src/models/components/fulfillmentmethod.ts +40 -0
- package/src/models/components/fulfillmenttimeframe.ts +39 -0
- package/src/models/components/geographicreach.ts +34 -0
- package/src/models/components/index.ts +36 -0
- package/src/models/components/moneytransfer.ts +78 -0
- package/src/models/components/moneytransfererror.ts +82 -0
- package/src/models/components/moneytransferpullfromcard.ts +72 -0
- package/src/models/components/moneytransferpullfromcarderror.ts +74 -0
- package/src/models/components/moneytransferpushtocard.ts +72 -0
- package/src/models/components/moneytransferpushtocarderror.ts +74 -0
- package/src/models/components/monthlyvolumerange.ts +45 -0
- package/src/models/components/pendinglitigation.ts +42 -0
- package/src/models/components/refundpolicy.ts +38 -0
- package/src/models/components/sendfunds.ts +88 -0
- package/src/models/components/sendfundsach.ts +68 -0
- package/src/models/components/sendfundsacherror.ts +72 -0
- package/src/models/components/sendfundserror.ts +88 -0
- package/src/models/components/sendfundspushtocard.ts +72 -0
- package/src/models/components/sendfundspushtocarderror.ts +72 -0
- package/src/models/components/sendfundsrtp.ts +68 -0
- package/src/models/components/sendfundsrtperror.ts +72 -0
- package/src/models/components/transfer.ts +7 -0
- package/src/models/components/underwriting.ts +96 -28
- package/src/models/components/upsertunderwriting.ts +130 -0
- package/src/models/components/volumesharebycustomertype.ts +74 -0
- package/src/models/components/volumesharebycustomertypeerror.ts +76 -0
- package/src/models/components/webhookdatacapabilityrequested.ts +1 -1
- package/src/models/components/webhookdatacapabilityupdated.ts +1 -1
- package/src/models/components/webhookdatatransfercreated.ts +4 -0
- package/src/models/components/webhookdatatransferupdated.ts +4 -0
- package/src/models/errors/index.ts +1 -0
- package/src/models/errors/transfer.ts +12 -0
- package/src/models/errors/upsertunderwritingerror.ts +185 -0
- package/src/models/operations/disablecapability.ts +1 -1
- package/src/models/operations/getcapability.ts +1 -1
- package/src/models/operations/index.ts +1 -0
- package/src/models/operations/listtransfers.ts +7 -0
- package/src/models/operations/saveunderwriting.ts +231 -0
- package/src/sdk/underwriting.ts +20 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moneytransferpushtocarderror.js","sourceRoot":"","sources":["../../src/models/components/moneytransferpushtocarderror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,gFAQC;AAED,oFAQC;AArED,uCAAyB;AACzB,qDAAiD;AAGjD,2EAKqC;AAMrC,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,gEAAoC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,6BAA6B,CAO7C;AAPD,WAAiB,6BAA6B;IAC5C,4EAA4E;IAC/D,2CAAa,GAAG,kDAA0C,CAAC;IACxE,6EAA6E;IAChE,4CAAc,GAAG,mDAA2C,CAAC;AAG5E,CAAC,EAPgB,6BAA6B,6CAA7B,6BAA6B,QAO7C;AAED,SAAgB,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,mDAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,oCAAoC,CAClD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kDAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
/**
|
|
4
|
+
* The low value in each range is included. The high value in each range is excluded.
|
|
5
|
+
*/
|
|
6
|
+
export declare const MonthlyVolumeRange: {
|
|
7
|
+
readonly Under10k: "under-10k";
|
|
8
|
+
readonly TenK50K: "10K-50K";
|
|
9
|
+
readonly FiftyK100K: "50K-100K";
|
|
10
|
+
readonly OneHundredK250K: "100K-250K";
|
|
11
|
+
readonly TwoHundredAndFiftyK500K: "250K-500K";
|
|
12
|
+
readonly FiveHundredK1M: "500K-1M";
|
|
13
|
+
readonly OneM5M: "1M-5M";
|
|
14
|
+
readonly Over5m: "over-5m";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* The low value in each range is included. The high value in each range is excluded.
|
|
18
|
+
*/
|
|
19
|
+
export type MonthlyVolumeRange = ClosedEnum<typeof MonthlyVolumeRange>;
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const MonthlyVolumeRange$inboundSchema: z.ZodNativeEnum<typeof MonthlyVolumeRange>;
|
|
22
|
+
/** @internal */
|
|
23
|
+
export declare const MonthlyVolumeRange$outboundSchema: z.ZodNativeEnum<typeof MonthlyVolumeRange>;
|
|
24
|
+
/**
|
|
25
|
+
* @internal
|
|
26
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
27
|
+
*/
|
|
28
|
+
export declare namespace MonthlyVolumeRange$ {
|
|
29
|
+
/** @deprecated use `MonthlyVolumeRange$inboundSchema` instead. */
|
|
30
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
31
|
+
readonly Under10k: "under-10k";
|
|
32
|
+
readonly TenK50K: "10K-50K";
|
|
33
|
+
readonly FiftyK100K: "50K-100K";
|
|
34
|
+
readonly OneHundredK250K: "100K-250K";
|
|
35
|
+
readonly TwoHundredAndFiftyK500K: "250K-500K";
|
|
36
|
+
readonly FiveHundredK1M: "500K-1M";
|
|
37
|
+
readonly OneM5M: "1M-5M";
|
|
38
|
+
readonly Over5m: "over-5m";
|
|
39
|
+
}>;
|
|
40
|
+
/** @deprecated use `MonthlyVolumeRange$outboundSchema` instead. */
|
|
41
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
42
|
+
readonly Under10k: "under-10k";
|
|
43
|
+
readonly TenK50K: "10K-50K";
|
|
44
|
+
readonly FiftyK100K: "50K-100K";
|
|
45
|
+
readonly OneHundredK250K: "100K-250K";
|
|
46
|
+
readonly TwoHundredAndFiftyK500K: "250K-500K";
|
|
47
|
+
readonly FiveHundredK1M: "500K-1M";
|
|
48
|
+
readonly OneM5M: "1M-5M";
|
|
49
|
+
readonly Over5m: "over-5m";
|
|
50
|
+
}>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=monthlyvolumerange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monthlyvolumerange.d.ts","sourceRoot":"","sources":["../../src/models/components/monthlyvolumerange.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;CASrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa;;;;;;;;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;;;;;;;;MAAoC,CAAC;CACjE"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.MonthlyVolumeRange$ = exports.MonthlyVolumeRange$outboundSchema = exports.MonthlyVolumeRange$inboundSchema = exports.MonthlyVolumeRange = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
/**
|
|
42
|
+
* The low value in each range is included. The high value in each range is excluded.
|
|
43
|
+
*/
|
|
44
|
+
exports.MonthlyVolumeRange = {
|
|
45
|
+
Under10k: "under-10k",
|
|
46
|
+
TenK50K: "10K-50K",
|
|
47
|
+
FiftyK100K: "50K-100K",
|
|
48
|
+
OneHundredK250K: "100K-250K",
|
|
49
|
+
TwoHundredAndFiftyK500K: "250K-500K",
|
|
50
|
+
FiveHundredK1M: "500K-1M",
|
|
51
|
+
OneM5M: "1M-5M",
|
|
52
|
+
Over5m: "over-5m",
|
|
53
|
+
};
|
|
54
|
+
/** @internal */
|
|
55
|
+
exports.MonthlyVolumeRange$inboundSchema = z.nativeEnum(exports.MonthlyVolumeRange);
|
|
56
|
+
/** @internal */
|
|
57
|
+
exports.MonthlyVolumeRange$outboundSchema = exports.MonthlyVolumeRange$inboundSchema;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
61
|
+
*/
|
|
62
|
+
var MonthlyVolumeRange$;
|
|
63
|
+
(function (MonthlyVolumeRange$) {
|
|
64
|
+
/** @deprecated use `MonthlyVolumeRange$inboundSchema` instead. */
|
|
65
|
+
MonthlyVolumeRange$.inboundSchema = exports.MonthlyVolumeRange$inboundSchema;
|
|
66
|
+
/** @deprecated use `MonthlyVolumeRange$outboundSchema` instead. */
|
|
67
|
+
MonthlyVolumeRange$.outboundSchema = exports.MonthlyVolumeRange$outboundSchema;
|
|
68
|
+
})(MonthlyVolumeRange$ || (exports.MonthlyVolumeRange$ = MonthlyVolumeRange$ = {}));
|
|
69
|
+
//# sourceMappingURL=monthlyvolumerange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monthlyvolumerange.js","sourceRoot":"","sources":["../../src/models/components/monthlyvolumerange.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,kBAAkB,GAAG;IAChC,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,UAAU;IACtB,eAAe,EAAE,WAAW;IAC5B,uBAAuB,EAAE,WAAW;IACpC,cAAc,EAAE,SAAS;IACzB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,SAAS;CACT,CAAC;AAMX,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,wCAAgC,CAAC;AAErC;;;GAGG;AACH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAClE,CAAC,EALgB,mBAAmB,mCAAnB,mBAAmB,QAKnC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const PendingLitigation: {
|
|
4
|
+
readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
|
|
5
|
+
readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
|
|
6
|
+
readonly DataBreachOrPrivacy: "data-breach-or-privacy";
|
|
7
|
+
readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
|
|
8
|
+
readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
|
|
9
|
+
readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
|
|
10
|
+
readonly IntellectualProperty: "intellectual-property";
|
|
11
|
+
readonly None: "none";
|
|
12
|
+
readonly Other: "other";
|
|
13
|
+
readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
|
|
14
|
+
};
|
|
15
|
+
export type PendingLitigation = ClosedEnum<typeof PendingLitigation>;
|
|
16
|
+
/** @internal */
|
|
17
|
+
export declare const PendingLitigation$inboundSchema: z.ZodNativeEnum<typeof PendingLitigation>;
|
|
18
|
+
/** @internal */
|
|
19
|
+
export declare const PendingLitigation$outboundSchema: z.ZodNativeEnum<typeof PendingLitigation>;
|
|
20
|
+
/**
|
|
21
|
+
* @internal
|
|
22
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
23
|
+
*/
|
|
24
|
+
export declare namespace PendingLitigation$ {
|
|
25
|
+
/** @deprecated use `PendingLitigation$inboundSchema` instead. */
|
|
26
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
27
|
+
readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
|
|
28
|
+
readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
|
|
29
|
+
readonly DataBreachOrPrivacy: "data-breach-or-privacy";
|
|
30
|
+
readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
|
|
31
|
+
readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
|
|
32
|
+
readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
|
|
33
|
+
readonly IntellectualProperty: "intellectual-property";
|
|
34
|
+
readonly None: "none";
|
|
35
|
+
readonly Other: "other";
|
|
36
|
+
readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
|
|
37
|
+
}>;
|
|
38
|
+
/** @deprecated use `PendingLitigation$outboundSchema` instead. */
|
|
39
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
40
|
+
readonly BankruptcyOrInsolvency: "bankruptcy-or-insolvency";
|
|
41
|
+
readonly ConsumerProtectionOrClassAction: "consumer-protection-or-class-action";
|
|
42
|
+
readonly DataBreachOrPrivacy: "data-breach-or-privacy";
|
|
43
|
+
readonly EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes";
|
|
44
|
+
readonly FraudOrFinancialCrime: "fraud-or-financial-crime";
|
|
45
|
+
readonly GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation";
|
|
46
|
+
readonly IntellectualProperty: "intellectual-property";
|
|
47
|
+
readonly None: "none";
|
|
48
|
+
readonly Other: "other";
|
|
49
|
+
readonly PersonalInjuryOrMedical: "personal-injury-or-medical";
|
|
50
|
+
}>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=pendinglitigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pendinglitigation.d.ts","sourceRoot":"","sources":["../../src/models/components/pendinglitigation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,iBAAiB;;;;;;;;;;;CAYpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAErE,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,iBAAiB,CACS,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,iBAAiB,CACS,CAAC;AAEpC;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa;;;;;;;;;;;MAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc;;;;;;;;;;;MAAmC,CAAC;CAChE"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PendingLitigation$ = exports.PendingLitigation$outboundSchema = exports.PendingLitigation$inboundSchema = exports.PendingLitigation = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
exports.PendingLitigation = {
|
|
42
|
+
BankruptcyOrInsolvency: "bankruptcy-or-insolvency",
|
|
43
|
+
ConsumerProtectionOrClassAction: "consumer-protection-or-class-action",
|
|
44
|
+
DataBreachOrPrivacy: "data-breach-or-privacy",
|
|
45
|
+
EmploymentOrWorkplaceDisputes: "employment-or-workplace-disputes",
|
|
46
|
+
FraudOrFinancialCrime: "fraud-or-financial-crime",
|
|
47
|
+
GovernmentEnforcementOrInvestigation: "government-enforcement-or-investigation",
|
|
48
|
+
IntellectualProperty: "intellectual-property",
|
|
49
|
+
None: "none",
|
|
50
|
+
Other: "other",
|
|
51
|
+
PersonalInjuryOrMedical: "personal-injury-or-medical",
|
|
52
|
+
};
|
|
53
|
+
/** @internal */
|
|
54
|
+
exports.PendingLitigation$inboundSchema = z.nativeEnum(exports.PendingLitigation);
|
|
55
|
+
/** @internal */
|
|
56
|
+
exports.PendingLitigation$outboundSchema = exports.PendingLitigation$inboundSchema;
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var PendingLitigation$;
|
|
62
|
+
(function (PendingLitigation$) {
|
|
63
|
+
/** @deprecated use `PendingLitigation$inboundSchema` instead. */
|
|
64
|
+
PendingLitigation$.inboundSchema = exports.PendingLitigation$inboundSchema;
|
|
65
|
+
/** @deprecated use `PendingLitigation$outboundSchema` instead. */
|
|
66
|
+
PendingLitigation$.outboundSchema = exports.PendingLitigation$outboundSchema;
|
|
67
|
+
})(PendingLitigation$ || (exports.PendingLitigation$ = PendingLitigation$ = {}));
|
|
68
|
+
//# sourceMappingURL=pendinglitigation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pendinglitigation.js","sourceRoot":"","sources":["../../src/models/components/pendinglitigation.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,iBAAiB,GAAG;IAC/B,sBAAsB,EAAE,0BAA0B;IAClD,+BAA+B,EAAE,qCAAqC;IACtE,mBAAmB,EAAE,wBAAwB;IAC7C,6BAA6B,EAAE,kCAAkC;IACjE,qBAAqB,EAAE,0BAA0B;IACjD,oCAAoC,EAClC,yCAAyC;IAC3C,oBAAoB,EAAE,uBAAuB;IAC7C,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,uBAAuB,EAAE,4BAA4B;CAC7C,CAAC;AAGX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,yBAAiB,CAAC,CAAC;AAEpC,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,uCAA+B,CAAC;AAEpC;;;GAGG;AACH,IAAiB,kBAAkB,CAKlC;AALD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AACjE,CAAC,EALgB,kBAAkB,kCAAlB,kBAAkB,QAKlC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const RefundPolicy: {
|
|
4
|
+
readonly ConditionalRefund: "conditional-refund";
|
|
5
|
+
readonly CustomPolicy: "custom-policy";
|
|
6
|
+
readonly EventBasedPolicy: "event-based-policy";
|
|
7
|
+
readonly FullRefundExtendedWindow: "full-refund-extended-window";
|
|
8
|
+
readonly FullRefundWithin30Days: "full-refund-within-30-days";
|
|
9
|
+
readonly NoRefunds: "no-refunds";
|
|
10
|
+
readonly PartialRefund: "partial-refund";
|
|
11
|
+
readonly ProratedRefund: "prorated-refund";
|
|
12
|
+
readonly StoreCreditOnly: "store-credit-only";
|
|
13
|
+
};
|
|
14
|
+
export type RefundPolicy = ClosedEnum<typeof RefundPolicy>;
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const RefundPolicy$inboundSchema: z.ZodNativeEnum<typeof RefundPolicy>;
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const RefundPolicy$outboundSchema: z.ZodNativeEnum<typeof RefundPolicy>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace RefundPolicy$ {
|
|
24
|
+
/** @deprecated use `RefundPolicy$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
26
|
+
readonly ConditionalRefund: "conditional-refund";
|
|
27
|
+
readonly CustomPolicy: "custom-policy";
|
|
28
|
+
readonly EventBasedPolicy: "event-based-policy";
|
|
29
|
+
readonly FullRefundExtendedWindow: "full-refund-extended-window";
|
|
30
|
+
readonly FullRefundWithin30Days: "full-refund-within-30-days";
|
|
31
|
+
readonly NoRefunds: "no-refunds";
|
|
32
|
+
readonly PartialRefund: "partial-refund";
|
|
33
|
+
readonly ProratedRefund: "prorated-refund";
|
|
34
|
+
readonly StoreCreditOnly: "store-credit-only";
|
|
35
|
+
}>;
|
|
36
|
+
/** @deprecated use `RefundPolicy$outboundSchema` instead. */
|
|
37
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
38
|
+
readonly ConditionalRefund: "conditional-refund";
|
|
39
|
+
readonly CustomPolicy: "custom-policy";
|
|
40
|
+
readonly EventBasedPolicy: "event-based-policy";
|
|
41
|
+
readonly FullRefundExtendedWindow: "full-refund-extended-window";
|
|
42
|
+
readonly FullRefundWithin30Days: "full-refund-within-30-days";
|
|
43
|
+
readonly NoRefunds: "no-refunds";
|
|
44
|
+
readonly PartialRefund: "partial-refund";
|
|
45
|
+
readonly ProratedRefund: "prorated-refund";
|
|
46
|
+
readonly StoreCreditOnly: "store-credit-only";
|
|
47
|
+
}>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=refundpolicy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refundpolicy.d.ts","sourceRoot":"","sources":["../../src/models/components/refundpolicy.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC;AAE7B;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa;;;;;;;;;;MAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc;;;;;;;;;;MAA8B,CAAC;CAC3D"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.RefundPolicy$ = exports.RefundPolicy$outboundSchema = exports.RefundPolicy$inboundSchema = exports.RefundPolicy = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
exports.RefundPolicy = {
|
|
42
|
+
ConditionalRefund: "conditional-refund",
|
|
43
|
+
CustomPolicy: "custom-policy",
|
|
44
|
+
EventBasedPolicy: "event-based-policy",
|
|
45
|
+
FullRefundExtendedWindow: "full-refund-extended-window",
|
|
46
|
+
FullRefundWithin30Days: "full-refund-within-30-days",
|
|
47
|
+
NoRefunds: "no-refunds",
|
|
48
|
+
PartialRefund: "partial-refund",
|
|
49
|
+
ProratedRefund: "prorated-refund",
|
|
50
|
+
StoreCreditOnly: "store-credit-only",
|
|
51
|
+
};
|
|
52
|
+
/** @internal */
|
|
53
|
+
exports.RefundPolicy$inboundSchema = z.nativeEnum(exports.RefundPolicy);
|
|
54
|
+
/** @internal */
|
|
55
|
+
exports.RefundPolicy$outboundSchema = exports.RefundPolicy$inboundSchema;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
var RefundPolicy$;
|
|
61
|
+
(function (RefundPolicy$) {
|
|
62
|
+
/** @deprecated use `RefundPolicy$inboundSchema` instead. */
|
|
63
|
+
RefundPolicy$.inboundSchema = exports.RefundPolicy$inboundSchema;
|
|
64
|
+
/** @deprecated use `RefundPolicy$outboundSchema` instead. */
|
|
65
|
+
RefundPolicy$.outboundSchema = exports.RefundPolicy$outboundSchema;
|
|
66
|
+
})(RefundPolicy$ || (exports.RefundPolicy$ = RefundPolicy$ = {}));
|
|
67
|
+
//# sourceMappingURL=refundpolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refundpolicy.js","sourceRoot":"","sources":["../../src/models/components/refundpolicy.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,YAAY,GAAG;IAC1B,iBAAiB,EAAE,oBAAoB;IACvC,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,oBAAoB;IACtC,wBAAwB,EAAE,6BAA6B;IACvD,sBAAsB,EAAE,4BAA4B;IACpD,SAAS,EAAE,YAAY;IACvB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,eAAe,EAAE,mBAAmB;CAC5B,CAAC;AAGX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC;AAE7B,gBAAgB;AACH,QAAA,2BAA2B,GACtC,kCAA0B,CAAC;AAE7B;;;GAGG;AACH,IAAiB,aAAa,CAK7B;AALD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAC5D,CAAC,EALgB,aAAa,6BAAb,aAAa,QAK7B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { SendFundsAch, SendFundsAch$Outbound } from "./sendfundsach.js";
|
|
5
|
+
import { SendFundsPushToCard, SendFundsPushToCard$Outbound } from "./sendfundspushtocard.js";
|
|
6
|
+
import { SendFundsRtp, SendFundsRtp$Outbound } from "./sendfundsrtp.js";
|
|
7
|
+
export type SendFunds = {
|
|
8
|
+
ach?: SendFundsAch | undefined;
|
|
9
|
+
pushToCard?: SendFundsPushToCard | undefined;
|
|
10
|
+
rtp?: SendFundsRtp | undefined;
|
|
11
|
+
};
|
|
12
|
+
/** @internal */
|
|
13
|
+
export declare const SendFunds$inboundSchema: z.ZodType<SendFunds, z.ZodTypeDef, unknown>;
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type SendFunds$Outbound = {
|
|
16
|
+
ach?: SendFundsAch$Outbound | undefined;
|
|
17
|
+
pushToCard?: SendFundsPushToCard$Outbound | undefined;
|
|
18
|
+
rtp?: SendFundsRtp$Outbound | undefined;
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const SendFunds$outboundSchema: z.ZodType<SendFunds$Outbound, z.ZodTypeDef, SendFunds>;
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
25
|
+
*/
|
|
26
|
+
export declare namespace SendFunds$ {
|
|
27
|
+
/** @deprecated use `SendFunds$inboundSchema` instead. */
|
|
28
|
+
const inboundSchema: z.ZodType<SendFunds, z.ZodTypeDef, unknown>;
|
|
29
|
+
/** @deprecated use `SendFunds$outboundSchema` instead. */
|
|
30
|
+
const outboundSchema: z.ZodType<SendFunds$Outbound, z.ZodTypeDef, SendFunds>;
|
|
31
|
+
/** @deprecated use `SendFunds$Outbound` instead. */
|
|
32
|
+
type Outbound = SendFunds$Outbound;
|
|
33
|
+
}
|
|
34
|
+
export declare function sendFundsToJSON(sendFunds: SendFunds): string;
|
|
35
|
+
export declare function sendFundsFromJSON(jsonString: string): SafeParseResult<SendFunds, SDKValidationError>;
|
|
36
|
+
//# sourceMappingURL=sendfunds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfunds.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAC7C,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,SAAS,EACT,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IACtD,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,SAAS,CAKT,CAAC;AAEH;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa,6CAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc,wDAA2B,CAAC;IACvD,oDAAoD;IACpD,KAAY,QAAQ,GAAG,kBAAkB,CAAC;CAC3C;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM,CAE5D;AAED,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAMhD"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SendFunds$ = exports.SendFunds$outboundSchema = exports.SendFunds$inboundSchema = void 0;
|
|
40
|
+
exports.sendFundsToJSON = sendFundsToJSON;
|
|
41
|
+
exports.sendFundsFromJSON = sendFundsFromJSON;
|
|
42
|
+
const z = __importStar(require("zod"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const sendfundsach_js_1 = require("./sendfundsach.js");
|
|
45
|
+
const sendfundspushtocard_js_1 = require("./sendfundspushtocard.js");
|
|
46
|
+
const sendfundsrtp_js_1 = require("./sendfundsrtp.js");
|
|
47
|
+
/** @internal */
|
|
48
|
+
exports.SendFunds$inboundSchema = z.object({
|
|
49
|
+
ach: sendfundsach_js_1.SendFundsAch$inboundSchema.optional(),
|
|
50
|
+
pushToCard: sendfundspushtocard_js_1.SendFundsPushToCard$inboundSchema.optional(),
|
|
51
|
+
rtp: sendfundsrtp_js_1.SendFundsRtp$inboundSchema.optional(),
|
|
52
|
+
});
|
|
53
|
+
/** @internal */
|
|
54
|
+
exports.SendFunds$outboundSchema = z.object({
|
|
55
|
+
ach: sendfundsach_js_1.SendFundsAch$outboundSchema.optional(),
|
|
56
|
+
pushToCard: sendfundspushtocard_js_1.SendFundsPushToCard$outboundSchema.optional(),
|
|
57
|
+
rtp: sendfundsrtp_js_1.SendFundsRtp$outboundSchema.optional(),
|
|
58
|
+
});
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
62
|
+
*/
|
|
63
|
+
var SendFunds$;
|
|
64
|
+
(function (SendFunds$) {
|
|
65
|
+
/** @deprecated use `SendFunds$inboundSchema` instead. */
|
|
66
|
+
SendFunds$.inboundSchema = exports.SendFunds$inboundSchema;
|
|
67
|
+
/** @deprecated use `SendFunds$outboundSchema` instead. */
|
|
68
|
+
SendFunds$.outboundSchema = exports.SendFunds$outboundSchema;
|
|
69
|
+
})(SendFunds$ || (exports.SendFunds$ = SendFunds$ = {}));
|
|
70
|
+
function sendFundsToJSON(sendFunds) {
|
|
71
|
+
return JSON.stringify(exports.SendFunds$outboundSchema.parse(sendFunds));
|
|
72
|
+
}
|
|
73
|
+
function sendFundsFromJSON(jsonString) {
|
|
74
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFunds$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFunds' from JSON`);
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=sendfunds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfunds.js","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyEH,0CAEC;AAED,8CAQC;AAnFD,uCAAyB;AACzB,qDAAiD;AAGjD,uDAK2B;AAC3B,qEAKkC;AAClC,uDAK2B;AAQ3B,gBAAgB;AACH,QAAA,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,4CAA0B,CAAC,QAAQ,EAAE;IAC1C,UAAU,EAAE,0DAAiC,CAAC,QAAQ,EAAE;IACxD,GAAG,EAAE,4CAA0B,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,2DAAkC,CAAC,QAAQ,EAAE;IACzD,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,UAAU,CAO1B;AAPD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AAGzD,CAAC,EAPgB,UAAU,0BAAV,UAAU,QAO1B;AAED,SAAgB,eAAe,CAAC,SAAoB;IAClD,OAAO,IAAI,CAAC,SAAS,CAAC,gCAAwB,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,iBAAiB,CAC/B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+BAAuB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnD,uCAAuC,CACxC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { EstimatedActivity, EstimatedActivity$Outbound } from "./estimatedactivity.js";
|
|
5
|
+
export type SendFundsAch = {
|
|
6
|
+
estimatedActivity?: EstimatedActivity | undefined;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const SendFundsAch$inboundSchema: z.ZodType<SendFundsAch, z.ZodTypeDef, unknown>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type SendFundsAch$Outbound = {
|
|
12
|
+
estimatedActivity?: EstimatedActivity$Outbound | undefined;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const SendFundsAch$outboundSchema: z.ZodType<SendFundsAch$Outbound, z.ZodTypeDef, SendFundsAch>;
|
|
16
|
+
/**
|
|
17
|
+
* @internal
|
|
18
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
19
|
+
*/
|
|
20
|
+
export declare namespace SendFundsAch$ {
|
|
21
|
+
/** @deprecated use `SendFundsAch$inboundSchema` instead. */
|
|
22
|
+
const inboundSchema: z.ZodType<SendFundsAch, z.ZodTypeDef, unknown>;
|
|
23
|
+
/** @deprecated use `SendFundsAch$outboundSchema` instead. */
|
|
24
|
+
const outboundSchema: z.ZodType<SendFundsAch$Outbound, z.ZodTypeDef, SendFundsAch>;
|
|
25
|
+
/** @deprecated use `SendFundsAch$Outbound` instead. */
|
|
26
|
+
type Outbound = SendFundsAch$Outbound;
|
|
27
|
+
}
|
|
28
|
+
export declare function sendFundsAchToJSON(sendFundsAch: SendFundsAch): string;
|
|
29
|
+
export declare function sendFundsAchFromJSON(jsonString: string): SafeParseResult<SendFundsAch, SDKValidationError>;
|
|
30
|
+
//# sourceMappingURL=sendfundsach.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfundsach.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundsach.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG;IACzB,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAClC,iBAAiB,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAGZ,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAC9C;AAED,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SendFundsAch$ = exports.SendFundsAch$outboundSchema = exports.SendFundsAch$inboundSchema = void 0;
|
|
40
|
+
exports.sendFundsAchToJSON = sendFundsAchToJSON;
|
|
41
|
+
exports.sendFundsAchFromJSON = sendFundsAchFromJSON;
|
|
42
|
+
const z = __importStar(require("zod"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const estimatedactivity_js_1 = require("./estimatedactivity.js");
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.SendFundsAch$inboundSchema = z.object({
|
|
47
|
+
estimatedActivity: estimatedactivity_js_1.EstimatedActivity$inboundSchema.optional(),
|
|
48
|
+
});
|
|
49
|
+
/** @internal */
|
|
50
|
+
exports.SendFundsAch$outboundSchema = z.object({
|
|
51
|
+
estimatedActivity: estimatedactivity_js_1.EstimatedActivity$outboundSchema.optional(),
|
|
52
|
+
});
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
var SendFundsAch$;
|
|
58
|
+
(function (SendFundsAch$) {
|
|
59
|
+
/** @deprecated use `SendFundsAch$inboundSchema` instead. */
|
|
60
|
+
SendFundsAch$.inboundSchema = exports.SendFundsAch$inboundSchema;
|
|
61
|
+
/** @deprecated use `SendFundsAch$outboundSchema` instead. */
|
|
62
|
+
SendFundsAch$.outboundSchema = exports.SendFundsAch$outboundSchema;
|
|
63
|
+
})(SendFundsAch$ || (exports.SendFundsAch$ = SendFundsAch$ = {}));
|
|
64
|
+
function sendFundsAchToJSON(sendFundsAch) {
|
|
65
|
+
return JSON.stringify(exports.SendFundsAch$outboundSchema.parse(sendFundsAch));
|
|
66
|
+
}
|
|
67
|
+
function sendFundsAchFromJSON(jsonString) {
|
|
68
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsAch$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsAch' from JSON`);
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=sendfundsach.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfundsach.js","sourceRoot":"","sources":["../../src/models/components/sendfundsach.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqDH,gDAEC;AAED,oDAQC;AA/DD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAKgC;AAMhC,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,sDAA+B,CAAC,QAAQ,EAAE;CAC9D,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,uDAAgC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG5D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B;AAED,SAAgB,kBAAkB,CAAC,YAA0B;IAC3D,OAAO,IAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,oBAAoB,CAClC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kCAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtD,0CAA0C,CAC3C,CAAC;AACJ,CAAC"}
|