@lightsparkdev/grid 0.2.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/.DS_Store +0 -0
- package/CHANGELOG.md +85 -0
- package/LICENSE +201 -0
- package/README.md +516 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +302 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +302 -0
- package/client.d.ts.map +1 -0
- package/client.js +588 -0
- package/client.js.map +1 -0
- package/client.mjs +584 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +2055 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +2055 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +857 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +787 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +58 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +58 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +109 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +103 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +86 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/.DS_Store +0 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +86 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +80 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +147 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/.DS_Store +0 -0
- package/resources/config.d.mts +130 -0
- package/resources/config.d.mts.map +1 -0
- package/resources/config.d.ts +130 -0
- package/resources/config.d.ts.map +1 -0
- package/resources/config.js +47 -0
- package/resources/config.js.map +1 -0
- package/resources/config.mjs +43 -0
- package/resources/config.mjs.map +1 -0
- package/resources/customers/bulk.d.mts +170 -0
- package/resources/customers/bulk.d.mts.map +1 -0
- package/resources/customers/bulk.d.ts +170 -0
- package/resources/customers/bulk.d.ts.map +1 -0
- package/resources/customers/bulk.js +103 -0
- package/resources/customers/bulk.js.map +1 -0
- package/resources/customers/bulk.mjs +99 -0
- package/resources/customers/bulk.mjs.map +1 -0
- package/resources/customers/customers.d.mts +1238 -0
- package/resources/customers/customers.d.mts.map +1 -0
- package/resources/customers/customers.d.ts +1238 -0
- package/resources/customers/customers.d.ts.map +1 -0
- package/resources/customers/customers.js +130 -0
- package/resources/customers/customers.js.map +1 -0
- package/resources/customers/customers.mjs +125 -0
- package/resources/customers/customers.mjs.map +1 -0
- package/resources/customers/external-accounts.d.mts +461 -0
- package/resources/customers/external-accounts.d.mts.map +1 -0
- package/resources/customers/external-accounts.d.ts +461 -0
- package/resources/customers/external-accounts.d.ts.map +1 -0
- package/resources/customers/external-accounts.js +83 -0
- package/resources/customers/external-accounts.js.map +1 -0
- package/resources/customers/external-accounts.mjs +79 -0
- package/resources/customers/external-accounts.mjs.map +1 -0
- package/resources/customers/index.d.mts +4 -0
- package/resources/customers/index.d.mts.map +1 -0
- package/resources/customers/index.d.ts +4 -0
- package/resources/customers/index.d.ts.map +1 -0
- package/resources/customers/index.js +11 -0
- package/resources/customers/index.js.map +1 -0
- package/resources/customers/index.mjs +5 -0
- package/resources/customers/index.mjs.map +1 -0
- package/resources/customers.d.mts +2 -0
- package/resources/customers.d.mts.map +1 -0
- package/resources/customers.d.ts +2 -0
- package/resources/customers.d.ts.map +1 -0
- package/resources/customers.js +6 -0
- package/resources/customers.js.map +1 -0
- package/resources/customers.mjs +3 -0
- package/resources/customers.mjs.map +1 -0
- package/resources/exchange-rates.d.mts +101 -0
- package/resources/exchange-rates.d.mts.map +1 -0
- package/resources/exchange-rates.d.ts +101 -0
- package/resources/exchange-rates.d.ts.map +1 -0
- package/resources/exchange-rates.js +23 -0
- package/resources/exchange-rates.js.map +1 -0
- package/resources/exchange-rates.mjs +19 -0
- package/resources/exchange-rates.mjs.map +1 -0
- package/resources/index.d.mts +16 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +16 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +35 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +17 -0
- package/resources/index.mjs.map +1 -0
- package/resources/invitations.d.mts +166 -0
- package/resources/invitations.d.mts.map +1 -0
- package/resources/invitations.d.ts +166 -0
- package/resources/invitations.d.ts.map +1 -0
- package/resources/invitations.js +83 -0
- package/resources/invitations.js.map +1 -0
- package/resources/invitations.mjs +79 -0
- package/resources/invitations.mjs.map +1 -0
- package/resources/plaid.d.mts +101 -0
- package/resources/plaid.d.mts.map +1 -0
- package/resources/plaid.d.ts +101 -0
- package/resources/plaid.d.ts.map +1 -0
- package/resources/plaid.js +64 -0
- package/resources/plaid.js.map +1 -0
- package/resources/plaid.mjs +60 -0
- package/resources/plaid.mjs.map +1 -0
- package/resources/platform/external-accounts.d.mts +111 -0
- package/resources/platform/external-accounts.d.mts.map +1 -0
- package/resources/platform/external-accounts.d.ts +111 -0
- package/resources/platform/external-accounts.d.ts.map +1 -0
- package/resources/platform/external-accounts.js +74 -0
- package/resources/platform/external-accounts.js.map +1 -0
- package/resources/platform/external-accounts.mjs +70 -0
- package/resources/platform/external-accounts.mjs.map +1 -0
- package/resources/platform/index.d.mts +3 -0
- package/resources/platform/index.d.mts.map +1 -0
- package/resources/platform/index.d.ts +3 -0
- package/resources/platform/index.d.ts.map +1 -0
- package/resources/platform/index.js +9 -0
- package/resources/platform/index.js.map +1 -0
- package/resources/platform/index.mjs +4 -0
- package/resources/platform/index.mjs.map +1 -0
- package/resources/platform/platform.d.mts +41 -0
- package/resources/platform/platform.d.mts.map +1 -0
- package/resources/platform/platform.d.ts +41 -0
- package/resources/platform/platform.d.ts.map +1 -0
- package/resources/platform/platform.js +34 -0
- package/resources/platform/platform.js.map +1 -0
- package/resources/platform/platform.mjs +29 -0
- package/resources/platform/platform.mjs.map +1 -0
- package/resources/platform.d.mts +2 -0
- package/resources/platform.d.mts.map +1 -0
- package/resources/platform.d.ts +2 -0
- package/resources/platform.d.ts.map +1 -0
- package/resources/platform.js +6 -0
- package/resources/platform.js.map +1 -0
- package/resources/platform.mjs +3 -0
- package/resources/platform.mjs.map +1 -0
- package/resources/quotes.d.mts +580 -0
- package/resources/quotes.d.mts.map +1 -0
- package/resources/quotes.d.ts +580 -0
- package/resources/quotes.d.ts.map +1 -0
- package/resources/quotes.js +122 -0
- package/resources/quotes.js.map +1 -0
- package/resources/quotes.mjs +118 -0
- package/resources/quotes.mjs.map +1 -0
- package/resources/receiver.d.mts +100 -0
- package/resources/receiver.d.mts.map +1 -0
- package/resources/receiver.d.ts +100 -0
- package/resources/receiver.d.ts.map +1 -0
- package/resources/receiver.js +27 -0
- package/resources/receiver.js.map +1 -0
- package/resources/receiver.mjs +23 -0
- package/resources/receiver.mjs.map +1 -0
- package/resources/sandbox/index.d.mts +4 -0
- package/resources/sandbox/index.d.mts.map +1 -0
- package/resources/sandbox/index.d.ts +4 -0
- package/resources/sandbox/index.d.ts.map +1 -0
- package/resources/sandbox/index.js +11 -0
- package/resources/sandbox/index.js.map +1 -0
- package/resources/sandbox/index.mjs +5 -0
- package/resources/sandbox/index.mjs.map +1 -0
- package/resources/sandbox/internal-accounts.d.mts +61 -0
- package/resources/sandbox/internal-accounts.d.mts.map +1 -0
- package/resources/sandbox/internal-accounts.d.ts +61 -0
- package/resources/sandbox/internal-accounts.d.ts.map +1 -0
- package/resources/sandbox/internal-accounts.js +29 -0
- package/resources/sandbox/internal-accounts.js.map +1 -0
- package/resources/sandbox/internal-accounts.mjs +25 -0
- package/resources/sandbox/internal-accounts.mjs.map +1 -0
- package/resources/sandbox/sandbox.d.mts +116 -0
- package/resources/sandbox/sandbox.d.mts.map +1 -0
- package/resources/sandbox/sandbox.d.ts +116 -0
- package/resources/sandbox/sandbox.d.ts.map +1 -0
- package/resources/sandbox/sandbox.js +37 -0
- package/resources/sandbox/sandbox.js.map +1 -0
- package/resources/sandbox/sandbox.mjs +32 -0
- package/resources/sandbox/sandbox.mjs.map +1 -0
- package/resources/sandbox/uma.d.mts +48 -0
- package/resources/sandbox/uma.d.mts.map +1 -0
- package/resources/sandbox/uma.d.ts +48 -0
- package/resources/sandbox/uma.d.ts.map +1 -0
- package/resources/sandbox/uma.js +27 -0
- package/resources/sandbox/uma.js.map +1 -0
- package/resources/sandbox/uma.mjs +23 -0
- package/resources/sandbox/uma.mjs.map +1 -0
- package/resources/sandbox.d.mts +2 -0
- package/resources/sandbox.d.mts.map +1 -0
- package/resources/sandbox.d.ts +2 -0
- package/resources/sandbox.d.ts.map +1 -0
- package/resources/sandbox.js +6 -0
- package/resources/sandbox.js.map +1 -0
- package/resources/sandbox.mjs +3 -0
- package/resources/sandbox.mjs.map +1 -0
- package/resources/tokens.d.mts +131 -0
- package/resources/tokens.d.mts.map +1 -0
- package/resources/tokens.d.ts +131 -0
- package/resources/tokens.d.ts.map +1 -0
- package/resources/tokens.js +67 -0
- package/resources/tokens.js.map +1 -0
- package/resources/tokens.mjs +63 -0
- package/resources/tokens.mjs.map +1 -0
- package/resources/transactions.d.mts +226 -0
- package/resources/transactions.d.mts.map +1 -0
- package/resources/transactions.d.ts +226 -0
- package/resources/transactions.d.ts.map +1 -0
- package/resources/transactions.js +71 -0
- package/resources/transactions.js.map +1 -0
- package/resources/transactions.mjs +67 -0
- package/resources/transactions.mjs.map +1 -0
- package/resources/transfer-in.d.mts +154 -0
- package/resources/transfer-in.d.mts.map +1 -0
- package/resources/transfer-in.d.ts +154 -0
- package/resources/transfer-in.d.ts.map +1 -0
- package/resources/transfer-in.js +42 -0
- package/resources/transfer-in.js.map +1 -0
- package/resources/transfer-in.mjs +38 -0
- package/resources/transfer-in.mjs.map +1 -0
- package/resources/transfer-out.d.mts +70 -0
- package/resources/transfer-out.d.mts.map +1 -0
- package/resources/transfer-out.d.ts +70 -0
- package/resources/transfer-out.d.ts.map +1 -0
- package/resources/transfer-out.js +40 -0
- package/resources/transfer-out.js.map +1 -0
- package/resources/transfer-out.mjs +36 -0
- package/resources/transfer-out.mjs.map +1 -0
- package/resources/uma-providers.d.mts +70 -0
- package/resources/uma-providers.d.mts.map +1 -0
- package/resources/uma-providers.d.ts +70 -0
- package/resources/uma-providers.d.ts.map +1 -0
- package/resources/uma-providers.js +21 -0
- package/resources/uma-providers.js.map +1 -0
- package/resources/uma-providers.mjs +17 -0
- package/resources/uma-providers.mjs.map +1 -0
- package/resources/webhooks.d.mts +27 -0
- package/resources/webhooks.d.mts.map +1 -0
- package/resources/webhooks.d.ts +27 -0
- package/resources/webhooks.d.ts.map +1 -0
- package/resources/webhooks.js +15 -0
- package/resources/webhooks.js.map +1 -0
- package/resources/webhooks.mjs +11 -0
- package/resources/webhooks.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/.DS_Store +0 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1111 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +2936 -0
- package/src/core/pagination.ts +173 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +76 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +127 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/config.ts +178 -0
- package/src/resources/customers/bulk.ts +201 -0
- package/src/resources/customers/customers.ts +1687 -0
- package/src/resources/customers/external-accounts.ts +630 -0
- package/src/resources/customers/index.ts +51 -0
- package/src/resources/customers.ts +3 -0
- package/src/resources/exchange-rates.ts +127 -0
- package/src/resources/index.ts +104 -0
- package/src/resources/invitations.ts +207 -0
- package/src/resources/plaid.ts +128 -0
- package/src/resources/platform/external-accounts.ts +136 -0
- package/src/resources/platform/index.ts +13 -0
- package/src/resources/platform/platform.ts +70 -0
- package/src/resources/platform.ts +3 -0
- package/src/resources/quotes.ts +726 -0
- package/src/resources/receiver.ts +139 -0
- package/src/resources/sandbox/index.ts +10 -0
- package/src/resources/sandbox/internal-accounts.ts +82 -0
- package/src/resources/sandbox/sandbox.ts +159 -0
- package/src/resources/sandbox/uma.ts +61 -0
- package/src/resources/sandbox.ts +3 -0
- package/src/resources/tokens.ts +176 -0
- package/src/resources/transactions.ts +312 -0
- package/src/resources/transfer-in.ts +193 -0
- package/src/resources/transfer-out.ts +90 -0
- package/src/resources/uma-providers.ts +98 -0
- package/src/resources/webhooks.ts +35 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.mjs","sourceRoot":"","sources":["../../src/resources/platform/platform.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,mBAAmB;OACxB,EAIL,gBAAgB,GACjB;AAKD,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;IAsBJ,CAAC;IApBC;;;;;;;;;;;;;OAaG;IACH,oBAAoB,CAClB,QAA+D,EAAE,EACjE,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAgBD,QAAQ,CAAC,gBAAgB,GAAG,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.d.mts","sourceRoot":"","sources":["../src/resources/platform.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/resources/platform.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./platform/index.js"), exports);
|
|
6
|
+
//# sourceMappingURL=platform.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/resources/platform.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8DAAiC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"platform.mjs","sourceRoot":"","sources":["../src/resources/platform.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -0,0 +1,580 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as ExternalAccountsAPI from "./customers/external-accounts.mjs";
|
|
3
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
4
|
+
import { DefaultPagination, type DefaultPaginationParams, PagePromise } from "../core/pagination.mjs";
|
|
5
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
6
|
+
export declare class Quotes extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Generate a quote for a cross-currency transfer between any combination of
|
|
9
|
+
* accounts and UMA addresses. This endpoint handles currency exchange and provides
|
|
10
|
+
* the necessary instructions to execute the transfer.
|
|
11
|
+
*
|
|
12
|
+
* **Transfer Types Supported:**
|
|
13
|
+
*
|
|
14
|
+
* - **Account to Account**: Transfer between internal/external accounts with
|
|
15
|
+
* currency exchange.
|
|
16
|
+
* - **Account to UMA**: Transfer from an internal account to an UMA address.
|
|
17
|
+
* - **UMA to Account or UMA to UMA**: This transfer type will only be funded by
|
|
18
|
+
* payment instructions, not from an internal account.
|
|
19
|
+
*
|
|
20
|
+
* **Key Features:**
|
|
21
|
+
*
|
|
22
|
+
* - **Flexible Amount Locking**: Always specify whether you want to lock the
|
|
23
|
+
* sending amount or receiving amount
|
|
24
|
+
* - **Currency Exchange**: Handles all cross-currency transfers with real-time
|
|
25
|
+
* exchange rates
|
|
26
|
+
* - **Payment Instructions**: For UMA or customer ID sources, provides banking
|
|
27
|
+
* details needed for execution
|
|
28
|
+
*
|
|
29
|
+
* **Important:** If you are transferring funds in the same currency (no exchange
|
|
30
|
+
* required), use the `/transfer-in` or `/transfer-out` endpoints instead.
|
|
31
|
+
*
|
|
32
|
+
* **Sandbox Testing:** When using the `externalAccountDetails` destination type in
|
|
33
|
+
* sandbox mode, use account number patterns ending in specific digits to test
|
|
34
|
+
* different scenarios. These patterns should be used with the primary alias,
|
|
35
|
+
* address, or identifier of whatever account type you're testing. For example, the
|
|
36
|
+
* US account number, a CLABE, an IBAN, a spark wallet address, etc. The failure
|
|
37
|
+
* patterns are:
|
|
38
|
+
*
|
|
39
|
+
* - Account numbers ending in **002**: Insufficient funds (transfer-in will fail)
|
|
40
|
+
* - Account numbers ending in **003**: Account closed/invalid (transfers will
|
|
41
|
+
* fail)
|
|
42
|
+
* - Account numbers ending in **004**: Transfer rejected (bank rejects the
|
|
43
|
+
* transfer)
|
|
44
|
+
* - Account numbers ending in **005**: Timeout/delayed failure (stays pending
|
|
45
|
+
* ~30s, then fails)
|
|
46
|
+
* - Any other account number: Success (transfers complete normally)
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const quote = await client.quotes.create({
|
|
51
|
+
* destination: {
|
|
52
|
+
* accountId:
|
|
53
|
+
* 'ExternalAccount:a12dcbd6-dced-4ec4-b756-3c3a9ea3d123',
|
|
54
|
+
* },
|
|
55
|
+
* lockedCurrencyAmount: 10000,
|
|
56
|
+
* lockedCurrencySide: 'SENDING',
|
|
57
|
+
* source: {
|
|
58
|
+
* accountId:
|
|
59
|
+
* 'InternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965',
|
|
60
|
+
* },
|
|
61
|
+
* description:
|
|
62
|
+
* 'Transfer between accounts, either internal or external.',
|
|
63
|
+
* });
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
create(body: QuoteCreateParams, options?: RequestOptions): APIPromise<Quote>;
|
|
67
|
+
/**
|
|
68
|
+
* Retrieve a quote by its ID. If the quote has been settled, it will include the
|
|
69
|
+
* transaction ID. This allows clients to track the full lifecycle of a payment
|
|
70
|
+
* from quote creation to settlement.
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* ```ts
|
|
74
|
+
* const quote = await client.quotes.retrieve('quoteId');
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
retrieve(quoteID: string, options?: RequestOptions): APIPromise<Quote>;
|
|
78
|
+
/**
|
|
79
|
+
* Retrieve a list of transfer quotes with optional filtering parameters. Returns
|
|
80
|
+
* all quotes that match the specified filters. If no filters are provided, returns
|
|
81
|
+
* all quotes (paginated).
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* ```ts
|
|
85
|
+
* // Automatically fetches more pages as needed.
|
|
86
|
+
* for await (const quote of client.quotes.list()) {
|
|
87
|
+
* // ...
|
|
88
|
+
* }
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
list(query?: QuoteListParams | null | undefined, options?: RequestOptions): PagePromise<QuotesDefaultPagination, Quote>;
|
|
92
|
+
/**
|
|
93
|
+
* Execute a quote by its ID. This endpoint initiates the transfer between the
|
|
94
|
+
* source and destination accounts.
|
|
95
|
+
*
|
|
96
|
+
* This endpoint can only be used for quotes with a `source` which is either an
|
|
97
|
+
* internal account, or has direct pull functionality (e.g. ACH pull with an
|
|
98
|
+
* external account).
|
|
99
|
+
*
|
|
100
|
+
* Once executed, the quote cannot be cancelled and the transfer will be processed.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* ```ts
|
|
104
|
+
* const quote = await client.quotes.execute(
|
|
105
|
+
* 'Quote:019542f5-b3e7-1d02-0000-000000000001',
|
|
106
|
+
* );
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
execute(quoteID: string, options?: RequestOptions): APIPromise<Quote>;
|
|
110
|
+
}
|
|
111
|
+
export type QuotesDefaultPagination = DefaultPagination<Quote>;
|
|
112
|
+
export type BaseDestination = unknown;
|
|
113
|
+
export type BasePaymentAccountInfo = unknown;
|
|
114
|
+
export type BaseQuoteSource = unknown;
|
|
115
|
+
export interface Currency {
|
|
116
|
+
/**
|
|
117
|
+
* Three-letter currency code (ISO 4217) for fiat currencies. Some cryptocurrencies
|
|
118
|
+
* may use their own ticker symbols (e.g. "BTC" for Bitcoin, "USDC" for USDC, etc.)
|
|
119
|
+
*/
|
|
120
|
+
code?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Number of decimal places for the currency
|
|
123
|
+
*/
|
|
124
|
+
decimals?: number;
|
|
125
|
+
/**
|
|
126
|
+
* Full name of the currency
|
|
127
|
+
*/
|
|
128
|
+
name?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Symbol of the currency
|
|
131
|
+
*/
|
|
132
|
+
symbol?: string;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Details about the rate and fees for an outgoing transaction or quote.
|
|
136
|
+
*/
|
|
137
|
+
export interface OutgoingRateDetails {
|
|
138
|
+
/**
|
|
139
|
+
* The fixed fee charged by the counterparty institution to execute the quote in
|
|
140
|
+
* the smallest unit of the receiving currency (eg. cents).
|
|
141
|
+
*/
|
|
142
|
+
counterpartyFixedFee: number;
|
|
143
|
+
/**
|
|
144
|
+
* The underlying multiplier from mSATs to the receiving currency as returned by
|
|
145
|
+
* the counterparty institution.
|
|
146
|
+
*/
|
|
147
|
+
counterpartyMultiplier: number;
|
|
148
|
+
/**
|
|
149
|
+
* The fixed fee charged by the Grid product to execute the quote in the smallest
|
|
150
|
+
* unit of the sending currency (eg. cents).
|
|
151
|
+
*/
|
|
152
|
+
gridApiFixedFee: number;
|
|
153
|
+
/**
|
|
154
|
+
* The underlying multiplier from the sending currency to mSATS, including variable
|
|
155
|
+
* fees.
|
|
156
|
+
*/
|
|
157
|
+
gridApiMultiplier: number;
|
|
158
|
+
/**
|
|
159
|
+
* The variable fee amount charged by the Grid product to execute the quote in the
|
|
160
|
+
* smallest unit of the sending currency (eg. cents). This is the sending amount
|
|
161
|
+
* times gridApiVariableFeeRate.
|
|
162
|
+
*/
|
|
163
|
+
gridApiVariableFeeAmount: number;
|
|
164
|
+
/**
|
|
165
|
+
* The variable fee rate charged by the Grid product to execute the quote as a
|
|
166
|
+
* percentage of the sending currency amount.
|
|
167
|
+
*/
|
|
168
|
+
gridApiVariableFeeRate: number;
|
|
169
|
+
}
|
|
170
|
+
export interface PaymentInstructions {
|
|
171
|
+
accountOrWalletInfo: PaymentInstructions.PaymentClabeAccountInfo | PaymentInstructions.PaymentUsAccountInfo | PaymentInstructions.PixAccountInfo | PaymentInstructions.PaymentIbanAccountInfo | PaymentInstructions.UpiAccountInfo | PaymentInstructions.PaymentSparkWalletInfo | PaymentInstructions.PaymentLightningInvoiceInfo | PaymentInstructions.PaymentSolanaWalletInfo | PaymentInstructions.PaymentTronWalletInfo | PaymentInstructions.PaymentPolygonWalletInfo | PaymentInstructions.PaymentBaseWalletInfo;
|
|
172
|
+
/**
|
|
173
|
+
* Additional human-readable instructions for making the payment
|
|
174
|
+
*/
|
|
175
|
+
instructionsNotes?: string;
|
|
176
|
+
/**
|
|
177
|
+
* Indicates whether the account is a platform account or a customer account.
|
|
178
|
+
*/
|
|
179
|
+
isPlatformAccount?: boolean;
|
|
180
|
+
}
|
|
181
|
+
export declare namespace PaymentInstructions {
|
|
182
|
+
interface PaymentClabeAccountInfo {
|
|
183
|
+
accountType: 'CLABE';
|
|
184
|
+
/**
|
|
185
|
+
* 18-digit CLABE number (Mexican banking standard)
|
|
186
|
+
*/
|
|
187
|
+
clabeNumber: string;
|
|
188
|
+
/**
|
|
189
|
+
* Unique reference code that must be included with the payment to properly credit
|
|
190
|
+
* it
|
|
191
|
+
*/
|
|
192
|
+
reference: string;
|
|
193
|
+
}
|
|
194
|
+
interface PaymentUsAccountInfo {
|
|
195
|
+
/**
|
|
196
|
+
* Type of account (checking or savings)
|
|
197
|
+
*/
|
|
198
|
+
accountCategory: 'CHECKING' | 'SAVINGS';
|
|
199
|
+
/**
|
|
200
|
+
* US bank account number
|
|
201
|
+
*/
|
|
202
|
+
accountNumber: string;
|
|
203
|
+
accountType: 'US_ACCOUNT';
|
|
204
|
+
/**
|
|
205
|
+
* Unique reference code that must be included with the payment to properly credit
|
|
206
|
+
* it
|
|
207
|
+
*/
|
|
208
|
+
reference: string;
|
|
209
|
+
/**
|
|
210
|
+
* ACH routing number (9 digits)
|
|
211
|
+
*/
|
|
212
|
+
routingNumber: string;
|
|
213
|
+
/**
|
|
214
|
+
* Name of the bank
|
|
215
|
+
*/
|
|
216
|
+
bankName?: string;
|
|
217
|
+
}
|
|
218
|
+
interface PixAccountInfo {
|
|
219
|
+
accountType: 'PIX';
|
|
220
|
+
/**
|
|
221
|
+
* PIX key for Brazilian instant payments
|
|
222
|
+
*/
|
|
223
|
+
pixKey: string;
|
|
224
|
+
/**
|
|
225
|
+
* Type of PIX key being used
|
|
226
|
+
*/
|
|
227
|
+
pixKeyType: 'CPF' | 'CNPJ' | 'EMAIL' | 'PHONE' | 'RANDOM';
|
|
228
|
+
/**
|
|
229
|
+
* Tax ID of the account holder
|
|
230
|
+
*/
|
|
231
|
+
taxId: string;
|
|
232
|
+
}
|
|
233
|
+
interface PaymentIbanAccountInfo {
|
|
234
|
+
accountType: 'IBAN';
|
|
235
|
+
/**
|
|
236
|
+
* International Bank Account Number
|
|
237
|
+
*/
|
|
238
|
+
iban: string;
|
|
239
|
+
/**
|
|
240
|
+
* Unique reference code that must be included with the payment to properly credit
|
|
241
|
+
* it
|
|
242
|
+
*/
|
|
243
|
+
reference: string;
|
|
244
|
+
/**
|
|
245
|
+
* SWIFT/BIC code (8 or 11 characters)
|
|
246
|
+
*/
|
|
247
|
+
swiftBic: string;
|
|
248
|
+
}
|
|
249
|
+
interface UpiAccountInfo {
|
|
250
|
+
accountType: 'UPI';
|
|
251
|
+
/**
|
|
252
|
+
* Virtual Payment Address for UPI payments
|
|
253
|
+
*/
|
|
254
|
+
vpa: string;
|
|
255
|
+
}
|
|
256
|
+
interface PaymentSparkWalletInfo {
|
|
257
|
+
accountType: 'SPARK_WALLET';
|
|
258
|
+
/**
|
|
259
|
+
* Spark wallet address
|
|
260
|
+
*/
|
|
261
|
+
address: string;
|
|
262
|
+
/**
|
|
263
|
+
* Type of asset
|
|
264
|
+
*/
|
|
265
|
+
assetType: 'BTC' | 'USDB';
|
|
266
|
+
/**
|
|
267
|
+
* Invoice for the payment
|
|
268
|
+
*/
|
|
269
|
+
invoice?: string;
|
|
270
|
+
}
|
|
271
|
+
interface PaymentLightningInvoiceInfo {
|
|
272
|
+
/**
|
|
273
|
+
* Invoice for the payment
|
|
274
|
+
*/
|
|
275
|
+
invoice: string;
|
|
276
|
+
accountType?: 'LIGHTNING';
|
|
277
|
+
}
|
|
278
|
+
interface PaymentSolanaWalletInfo {
|
|
279
|
+
accountType: 'SOLANA_WALLET';
|
|
280
|
+
/**
|
|
281
|
+
* Solana wallet address
|
|
282
|
+
*/
|
|
283
|
+
address: string;
|
|
284
|
+
/**
|
|
285
|
+
* Type of asset
|
|
286
|
+
*/
|
|
287
|
+
assetType?: 'USDC' | 'USDT';
|
|
288
|
+
}
|
|
289
|
+
interface PaymentTronWalletInfo {
|
|
290
|
+
accountType: 'TRON_WALLET';
|
|
291
|
+
/**
|
|
292
|
+
* Tron wallet address
|
|
293
|
+
*/
|
|
294
|
+
address: string;
|
|
295
|
+
/**
|
|
296
|
+
* Type of asset
|
|
297
|
+
*/
|
|
298
|
+
assetType?: 'USDT';
|
|
299
|
+
}
|
|
300
|
+
interface PaymentPolygonWalletInfo {
|
|
301
|
+
accountType: 'POLYGON_WALLET';
|
|
302
|
+
/**
|
|
303
|
+
* Polygon eth wallet address
|
|
304
|
+
*/
|
|
305
|
+
address: string;
|
|
306
|
+
/**
|
|
307
|
+
* Type of asset
|
|
308
|
+
*/
|
|
309
|
+
assetType?: 'USDC';
|
|
310
|
+
}
|
|
311
|
+
interface PaymentBaseWalletInfo {
|
|
312
|
+
accountType: 'BASE_WALLET';
|
|
313
|
+
/**
|
|
314
|
+
* Base eth wallet address
|
|
315
|
+
*/
|
|
316
|
+
address: string;
|
|
317
|
+
/**
|
|
318
|
+
* Type of asset
|
|
319
|
+
*/
|
|
320
|
+
assetType?: 'USDC';
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export interface Quote {
|
|
324
|
+
/**
|
|
325
|
+
* When this quote was created
|
|
326
|
+
*/
|
|
327
|
+
createdAt: string;
|
|
328
|
+
/**
|
|
329
|
+
* Destination account details
|
|
330
|
+
*/
|
|
331
|
+
destination: QuoteDestinationOneOf;
|
|
332
|
+
/**
|
|
333
|
+
* Number of sending currency units per receiving currency unit.
|
|
334
|
+
*/
|
|
335
|
+
exchangeRate: number;
|
|
336
|
+
/**
|
|
337
|
+
* When this quote expires (typically 1-5 minutes after creation)
|
|
338
|
+
*/
|
|
339
|
+
expiresAt: string;
|
|
340
|
+
/**
|
|
341
|
+
* The fees associated with the quote in the smallest unit of the sending currency
|
|
342
|
+
* (eg. cents).
|
|
343
|
+
*/
|
|
344
|
+
feesIncluded: number;
|
|
345
|
+
/**
|
|
346
|
+
* Unique identifier for this quote
|
|
347
|
+
*/
|
|
348
|
+
quoteId: string;
|
|
349
|
+
/**
|
|
350
|
+
* Currency for the receiving amount
|
|
351
|
+
*/
|
|
352
|
+
receivingCurrency: Currency;
|
|
353
|
+
/**
|
|
354
|
+
* Currency for the sending amount
|
|
355
|
+
*/
|
|
356
|
+
sendingCurrency: Currency;
|
|
357
|
+
/**
|
|
358
|
+
* Source account details
|
|
359
|
+
*/
|
|
360
|
+
source: QuoteSourceOneOf;
|
|
361
|
+
/**
|
|
362
|
+
* Current status of the quote
|
|
363
|
+
*/
|
|
364
|
+
status: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'EXPIRED';
|
|
365
|
+
/**
|
|
366
|
+
* The total amount that will be received in the smallest unit of the receiving
|
|
367
|
+
* currency (eg. cents).
|
|
368
|
+
*/
|
|
369
|
+
totalReceivingAmount: number;
|
|
370
|
+
/**
|
|
371
|
+
* The total amount that will be sent in the smallest unit of the sending currency
|
|
372
|
+
* (eg. cents).
|
|
373
|
+
*/
|
|
374
|
+
totalSendingAmount: number;
|
|
375
|
+
/**
|
|
376
|
+
* The ID of the transaction created from this quote.
|
|
377
|
+
*/
|
|
378
|
+
transactionId: string;
|
|
379
|
+
/**
|
|
380
|
+
* ID of the quote that is being retried
|
|
381
|
+
*/
|
|
382
|
+
originalQuoteId?: string;
|
|
383
|
+
/**
|
|
384
|
+
* Payment instructions for executing the payment. This is not required when using
|
|
385
|
+
* an internal account source.
|
|
386
|
+
*/
|
|
387
|
+
paymentInstructions?: Array<PaymentInstructions>;
|
|
388
|
+
/**
|
|
389
|
+
* Details about the rate and fees for the transaction.
|
|
390
|
+
*/
|
|
391
|
+
rateDetails?: OutgoingRateDetails;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Destination account details
|
|
395
|
+
*/
|
|
396
|
+
export type QuoteDestinationOneOf = QuoteDestinationOneOf.AccountDestination | QuoteDestinationOneOf.UmaAddressDestination | QuoteDestinationOneOf.ExternalAccountDetailsDestination;
|
|
397
|
+
export declare namespace QuoteDestinationOneOf {
|
|
398
|
+
/**
|
|
399
|
+
* Destination account details
|
|
400
|
+
*/
|
|
401
|
+
interface AccountDestination {
|
|
402
|
+
/**
|
|
403
|
+
* Destination account identifier
|
|
404
|
+
*/
|
|
405
|
+
accountId: string;
|
|
406
|
+
destinationType: 'ACCOUNT';
|
|
407
|
+
}
|
|
408
|
+
/**
|
|
409
|
+
* UMA address destination details
|
|
410
|
+
*/
|
|
411
|
+
interface UmaAddressDestination {
|
|
412
|
+
destinationType: 'UMA_ADDRESS';
|
|
413
|
+
/**
|
|
414
|
+
* UMA address of the recipient
|
|
415
|
+
*/
|
|
416
|
+
umaAddress: string;
|
|
417
|
+
/**
|
|
418
|
+
* Information about the recipient, as required by the platform in their
|
|
419
|
+
* configuration.
|
|
420
|
+
*/
|
|
421
|
+
counterpartyInformation?: {
|
|
422
|
+
[key: string]: unknown;
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* Currency code for the destination. See
|
|
426
|
+
* [Supported Currencies](https://grid.lightspark.com/platform-overview/core-concepts/currencies-and-rails)
|
|
427
|
+
* for the full list of supported fiat and crypto currencies.
|
|
428
|
+
*/
|
|
429
|
+
currency?: string;
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* A convenient destination option which adds the external account and creates the
|
|
433
|
+
* quote in one step rather than first needing to call /external-accounts to add
|
|
434
|
+
* the account. Useful for one-off payments to some destination. See the external
|
|
435
|
+
* accounts endpoints for test values in sandbox mode.
|
|
436
|
+
*/
|
|
437
|
+
interface ExternalAccountDetailsDestination {
|
|
438
|
+
destinationType: 'EXTERNAL_ACCOUNT_DETAILS';
|
|
439
|
+
externalAccountDetails: ExternalAccountsAPI.ExternalAccountCreate;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* Source account details
|
|
444
|
+
*/
|
|
445
|
+
export type QuoteSourceOneOf = QuoteSourceOneOf.AccountQuoteSource | QuoteSourceOneOf.RealtimeFundingQuoteSource;
|
|
446
|
+
export declare namespace QuoteSourceOneOf {
|
|
447
|
+
/**
|
|
448
|
+
* Source account details
|
|
449
|
+
*/
|
|
450
|
+
interface AccountQuoteSource {
|
|
451
|
+
/**
|
|
452
|
+
* Source account identifier
|
|
453
|
+
*/
|
|
454
|
+
accountId: string;
|
|
455
|
+
sourceType: 'ACCOUNT';
|
|
456
|
+
/**
|
|
457
|
+
* Required when funding from an FBO account to identify the customer on whose
|
|
458
|
+
* behalf the transaction is being initiated. Otherwise, will default to the
|
|
459
|
+
* customerId of the account owner.
|
|
460
|
+
*/
|
|
461
|
+
customerId?: string;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* Fund the quote using a real-time funding source (RTP, SEPA Instant, Spark,
|
|
465
|
+
* Stables, etc.). This will require manual just-in-time funding using
|
|
466
|
+
* `paymentInstructions` in the response. Because quotes expire quickly, this
|
|
467
|
+
* option is only valid for instant payment methods. Do not try to fund a quote
|
|
468
|
+
* with a non-instant payment method (ACH, etc.).
|
|
469
|
+
*/
|
|
470
|
+
interface RealtimeFundingQuoteSource {
|
|
471
|
+
/**
|
|
472
|
+
* Currency code for the funding source. See
|
|
473
|
+
* [Supported Currencies](https://grid.lightspark.com/platform-overview/core-concepts/currencies-and-rails)
|
|
474
|
+
* for the full list of supported fiat and crypto currencies.
|
|
475
|
+
*/
|
|
476
|
+
currency: string;
|
|
477
|
+
sourceType: 'REALTIME_FUNDING';
|
|
478
|
+
/**
|
|
479
|
+
* Source customer ID. If this transaction is being initiated on behalf of a
|
|
480
|
+
* customer, this is required. If customerId is not provided, the quote will be
|
|
481
|
+
* created on behalf of the platform itself.
|
|
482
|
+
*/
|
|
483
|
+
customerId?: string;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
export interface QuoteCreateParams {
|
|
487
|
+
/**
|
|
488
|
+
* Destination account details
|
|
489
|
+
*/
|
|
490
|
+
destination: QuoteDestinationOneOf;
|
|
491
|
+
/**
|
|
492
|
+
* The amount to send/receive in the smallest unit of the locked currency (eg.
|
|
493
|
+
* cents). See `lockedCurrencySide` for more information.
|
|
494
|
+
*/
|
|
495
|
+
lockedCurrencyAmount: number;
|
|
496
|
+
/**
|
|
497
|
+
* The side of the quote which should be locked and specified in the
|
|
498
|
+
* `lockedCurrencyAmount`. For example, if I want to send exactly $5 MXN from my
|
|
499
|
+
* wallet, I would set this to "sending", and the `lockedCurrencyAmount` to 500 (in
|
|
500
|
+
* cents). If I want the receiver to receive exactly $10 USD, I would set this to
|
|
501
|
+
* "receiving" and the `lockedCurrencyAmount` to 10000 (in cents).
|
|
502
|
+
*/
|
|
503
|
+
lockedCurrencySide: 'SENDING' | 'RECEIVING';
|
|
504
|
+
/**
|
|
505
|
+
* Source account details
|
|
506
|
+
*/
|
|
507
|
+
source: QuoteSourceOneOf;
|
|
508
|
+
/**
|
|
509
|
+
* Optional description/memo for the transfer
|
|
510
|
+
*/
|
|
511
|
+
description?: string;
|
|
512
|
+
/**
|
|
513
|
+
* Whether to immediately execute the quote after creation. If true, the quote will
|
|
514
|
+
* be executed and the transaction will be created at the current exchange rate. It
|
|
515
|
+
* should only be used if you don't want to lock and view rate details before
|
|
516
|
+
* executing the quote. If you are executing a pre-existing quote, use the
|
|
517
|
+
* `/quotes/{quoteId}/execute` endpoint instead. This is false by default.
|
|
518
|
+
*/
|
|
519
|
+
immediatelyExecute?: boolean;
|
|
520
|
+
/**
|
|
521
|
+
* Lookup ID from a previous receiver lookup request. If provided, this can make
|
|
522
|
+
* the quote creation more efficient by reusing cached lookup data. NOTE: This is
|
|
523
|
+
* required for UMA destinations due to counterparty institution requirements. See
|
|
524
|
+
* `senderCustomerInfo` for more information.
|
|
525
|
+
*/
|
|
526
|
+
lookupId?: string;
|
|
527
|
+
/**
|
|
528
|
+
* Only relevant for UMA destinations. Key-value pairs of information about the
|
|
529
|
+
* sender which was requested by the counterparty (recipient) institution. Any
|
|
530
|
+
* fields specified in `requiredPayerDataFields` from the response of the
|
|
531
|
+
* `/receiver/uma/{receiverUmaAddress}` (lookupUma) endpoint MUST be provided here
|
|
532
|
+
* if they were requested. If the counterparty (recipient) institution did not
|
|
533
|
+
* request any information, this field can be omitted.
|
|
534
|
+
*/
|
|
535
|
+
senderCustomerInfo?: {
|
|
536
|
+
[key: string]: unknown;
|
|
537
|
+
};
|
|
538
|
+
}
|
|
539
|
+
export interface QuoteListParams extends DefaultPaginationParams {
|
|
540
|
+
/**
|
|
541
|
+
* Filter quotes created after this timestamp (inclusive)
|
|
542
|
+
*/
|
|
543
|
+
createdAfter?: string;
|
|
544
|
+
/**
|
|
545
|
+
* Filter quotes created before this timestamp (inclusive)
|
|
546
|
+
*/
|
|
547
|
+
createdBefore?: string;
|
|
548
|
+
/**
|
|
549
|
+
* Filter by sending customer ID
|
|
550
|
+
*/
|
|
551
|
+
customerId?: string;
|
|
552
|
+
/**
|
|
553
|
+
* Maximum number of results to return (default 20, max 100)
|
|
554
|
+
*/
|
|
555
|
+
limit?: number;
|
|
556
|
+
/**
|
|
557
|
+
* Filter by receiving account ID
|
|
558
|
+
*/
|
|
559
|
+
receivingAccountId?: string;
|
|
560
|
+
/**
|
|
561
|
+
* Filter by receiving UMA address
|
|
562
|
+
*/
|
|
563
|
+
receivingUmaAddress?: string;
|
|
564
|
+
/**
|
|
565
|
+
* Filter by sending account ID
|
|
566
|
+
*/
|
|
567
|
+
sendingAccountId?: string;
|
|
568
|
+
/**
|
|
569
|
+
* Filter by sending UMA address
|
|
570
|
+
*/
|
|
571
|
+
sendingUmaAddress?: string;
|
|
572
|
+
/**
|
|
573
|
+
* Filter by quote status
|
|
574
|
+
*/
|
|
575
|
+
status?: 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'EXPIRED';
|
|
576
|
+
}
|
|
577
|
+
export declare namespace Quotes {
|
|
578
|
+
export { type BaseDestination as BaseDestination, type BasePaymentAccountInfo as BasePaymentAccountInfo, type BaseQuoteSource as BaseQuoteSource, type Currency as Currency, type OutgoingRateDetails as OutgoingRateDetails, type PaymentInstructions as PaymentInstructions, type Quote as Quote, type QuoteDestinationOneOf as QuoteDestinationOneOf, type QuoteSourceOneOf as QuoteSourceOneOf, type QuotesDefaultPagination as QuotesDefaultPagination, type QuoteCreateParams as QuoteCreateParams, type QuoteListParams as QuoteListParams, };
|
|
579
|
+
}
|
|
580
|
+
//# sourceMappingURL=quotes.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quotes.d.mts","sourceRoot":"","sources":["../src/resources/quotes.ts"],"names":[],"mappings":"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"}
|