@keystrokehq/ramp 0.0.16 → 0.1.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 +10 -54
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-department.cjs +19 -0
- package/dist/actions/create-department.cjs.map +1 -0
- package/dist/actions/create-department.d.cts +9 -0
- package/dist/actions/create-department.d.cts.map +1 -0
- package/dist/actions/create-department.d.mts +9 -0
- package/dist/actions/create-department.d.mts.map +1 -0
- package/dist/actions/create-department.mjs +16 -0
- package/dist/actions/create-department.mjs.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.cjs +25 -0
- package/dist/actions/create-inventory-item-accounting-field.cjs.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.d.cts +9 -0
- package/dist/actions/create-inventory-item-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.d.mts +9 -0
- package/dist/actions/create-inventory-item-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.mjs +22 -0
- package/dist/actions/create-inventory-item-accounting-field.mjs.map +1 -0
- package/dist/actions/create-memo.cjs +23 -0
- package/dist/actions/create-memo.cjs.map +1 -0
- package/dist/actions/create-memo.d.cts +9 -0
- package/dist/actions/create-memo.d.cts.map +1 -0
- package/dist/actions/create-memo.d.mts +9 -0
- package/dist/actions/create-memo.d.mts.map +1 -0
- package/dist/actions/create-memo.mjs +20 -0
- package/dist/actions/create-memo.mjs.map +1 -0
- package/dist/actions/create-mileage-reimbursement.cjs +140 -0
- package/dist/actions/create-mileage-reimbursement.cjs.map +1 -0
- package/dist/actions/create-mileage-reimbursement.d.cts +9 -0
- package/dist/actions/create-mileage-reimbursement.d.cts.map +1 -0
- package/dist/actions/create-mileage-reimbursement.d.mts +9 -0
- package/dist/actions/create-mileage-reimbursement.d.mts.map +1 -0
- package/dist/actions/create-mileage-reimbursement.mjs +139 -0
- package/dist/actions/create-mileage-reimbursement.mjs.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.cjs +45 -0
- package/dist/actions/create-new-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.d.cts +9 -0
- package/dist/actions/create-new-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.d.mts +9 -0
- package/dist/actions/create-new-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.mjs +42 -0
- package/dist/actions/create-new-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.cjs +25 -0
- package/dist/actions/create-tax-code-accounting-field.cjs.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.d.cts +9 -0
- package/dist/actions/create-tax-code-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.d.mts +9 -0
- package/dist/actions/create-tax-code-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.mjs +22 -0
- package/dist/actions/create-tax-code-accounting-field.mjs.map +1 -0
- package/dist/actions/create-user-invite.cjs +34 -0
- package/dist/actions/create-user-invite.cjs.map +1 -0
- package/dist/actions/create-user-invite.d.cts +9 -0
- package/dist/actions/create-user-invite.d.cts.map +1 -0
- package/dist/actions/create-user-invite.d.mts +9 -0
- package/dist/actions/create-user-invite.d.mts.map +1 -0
- package/dist/actions/create-user-invite.mjs +31 -0
- package/dist/actions/create-user-invite.mjs.map +1 -0
- package/dist/actions/create-webhook-subscription.cjs +58 -0
- package/dist/actions/create-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-webhook-subscription.mjs +57 -0
- package/dist/actions/create-webhook-subscription.mjs.map +1 -0
- package/dist/actions/deactivate-user.cjs +16 -0
- package/dist/actions/deactivate-user.cjs.map +1 -0
- package/dist/actions/deactivate-user.d.cts +9 -0
- package/dist/actions/deactivate-user.d.cts.map +1 -0
- package/dist/actions/deactivate-user.d.mts +9 -0
- package/dist/actions/deactivate-user.d.mts.map +1 -0
- package/dist/actions/deactivate-user.mjs +13 -0
- package/dist/actions/deactivate-user.mjs.map +1 -0
- package/dist/actions/delete-accounting-account.cjs +16 -0
- package/dist/actions/delete-accounting-account.cjs.map +1 -0
- package/dist/actions/delete-accounting-account.d.cts +9 -0
- package/dist/actions/delete-accounting-account.d.cts.map +1 -0
- package/dist/actions/delete-accounting-account.d.mts +9 -0
- package/dist/actions/delete-accounting-account.d.mts.map +1 -0
- package/dist/actions/delete-accounting-account.mjs +13 -0
- package/dist/actions/delete-accounting-account.mjs.map +1 -0
- package/dist/actions/delete-accounting-connection.cjs +16 -0
- package/dist/actions/delete-accounting-connection.cjs.map +1 -0
- package/dist/actions/delete-accounting-connection.d.cts +9 -0
- package/dist/actions/delete-accounting-connection.d.cts.map +1 -0
- package/dist/actions/delete-accounting-connection.d.mts +9 -0
- package/dist/actions/delete-accounting-connection.d.mts.map +1 -0
- package/dist/actions/delete-accounting-connection.mjs +13 -0
- package/dist/actions/delete-accounting-connection.mjs.map +1 -0
- package/dist/actions/delete-accounting-fields.cjs +16 -0
- package/dist/actions/delete-accounting-fields.cjs.map +1 -0
- package/dist/actions/delete-accounting-fields.d.cts +9 -0
- package/dist/actions/delete-accounting-fields.d.cts.map +1 -0
- package/dist/actions/delete-accounting-fields.d.mts +9 -0
- package/dist/actions/delete-accounting-fields.d.mts.map +1 -0
- package/dist/actions/delete-accounting-fields.mjs +13 -0
- package/dist/actions/delete-accounting-fields.mjs.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.cjs +16 -0
- package/dist/actions/delete-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.mjs +13 -0
- package/dist/actions/delete-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.cjs +16 -0
- package/dist/actions/delete-accounting-tax-code-options.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-code-options.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-code-options.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.mjs +13 -0
- package/dist/actions/delete-accounting-tax-code-options.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code.cjs +16 -0
- package/dist/actions/delete-accounting-tax-code.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-code.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-code.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-code.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-code.mjs +13 -0
- package/dist/actions/delete-accounting-tax-code.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.cjs +19 -0
- package/dist/actions/delete-accounting-tax-rates.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-rates.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-rates.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.mjs +16 -0
- package/dist/actions/delete-accounting-tax-rates.mjs.map +1 -0
- package/dist/actions/delete-accounting-vendors.cjs +16 -0
- package/dist/actions/delete-accounting-vendors.cjs.map +1 -0
- package/dist/actions/delete-accounting-vendors.d.cts +9 -0
- package/dist/actions/delete-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/delete-accounting-vendors.d.mts +9 -0
- package/dist/actions/delete-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/delete-accounting-vendors.mjs +13 -0
- package/dist/actions/delete-accounting-vendors.mjs.map +1 -0
- package/dist/actions/delete-custom-field-option.cjs +16 -0
- package/dist/actions/delete-custom-field-option.cjs.map +1 -0
- package/dist/actions/delete-custom-field-option.d.cts +9 -0
- package/dist/actions/delete-custom-field-option.d.cts.map +1 -0
- package/dist/actions/delete-custom-field-option.d.mts +9 -0
- package/dist/actions/delete-custom-field-option.d.mts.map +1 -0
- package/dist/actions/delete-custom-field-option.mjs +13 -0
- package/dist/actions/delete-custom-field-option.mjs.map +1 -0
- package/dist/actions/delete-inventory-item-field.cjs +16 -0
- package/dist/actions/delete-inventory-item-field.cjs.map +1 -0
- package/dist/actions/delete-inventory-item-field.d.cts +9 -0
- package/dist/actions/delete-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/delete-inventory-item-field.d.mts +9 -0
- package/dist/actions/delete-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/delete-inventory-item-field.mjs +13 -0
- package/dist/actions/delete-inventory-item-field.mjs.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.cjs +76 -0
- package/dist/actions/delete-spend-allocation-delete-users.cjs.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.cts +9 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.cts.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.mts +9 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.mts.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.mjs +75 -0
- package/dist/actions/delete-spend-allocation-delete-users.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/fetch-accounting-account.cjs +36 -0
- package/dist/actions/fetch-accounting-account.cjs.map +1 -0
- package/dist/actions/fetch-accounting-account.d.cts +9 -0
- package/dist/actions/fetch-accounting-account.d.cts.map +1 -0
- package/dist/actions/fetch-accounting-account.d.mts +9 -0
- package/dist/actions/fetch-accounting-account.d.mts.map +1 -0
- package/dist/actions/fetch-accounting-account.mjs +35 -0
- package/dist/actions/fetch-accounting-account.mjs.map +1 -0
- package/dist/actions/fetch-accounting-vendor.cjs +36 -0
- package/dist/actions/fetch-accounting-vendor.cjs.map +1 -0
- package/dist/actions/fetch-accounting-vendor.d.cts +9 -0
- package/dist/actions/fetch-accounting-vendor.d.cts.map +1 -0
- package/dist/actions/fetch-accounting-vendor.d.mts +9 -0
- package/dist/actions/fetch-accounting-vendor.d.mts.map +1 -0
- package/dist/actions/fetch-accounting-vendor.mjs +35 -0
- package/dist/actions/fetch-accounting-vendor.mjs.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.cjs +26 -0
- package/dist/actions/fetch-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.d.cts +9 -0
- package/dist/actions/fetch-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.d.mts +9 -0
- package/dist/actions/fetch-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.mjs +25 -0
- package/dist/actions/fetch-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/get-accounting-accounts.cjs +45 -0
- package/dist/actions/get-accounting-accounts.cjs.map +1 -0
- package/dist/actions/get-accounting-accounts.d.cts +9 -0
- package/dist/actions/get-accounting-accounts.d.cts.map +1 -0
- package/dist/actions/get-accounting-accounts.d.mts +9 -0
- package/dist/actions/get-accounting-accounts.d.mts.map +1 -0
- package/dist/actions/get-accounting-accounts.mjs +44 -0
- package/dist/actions/get-accounting-accounts.mjs.map +1 -0
- package/dist/actions/get-accounting-all-connections.cjs +23 -0
- package/dist/actions/get-accounting-all-connections.cjs.map +1 -0
- package/dist/actions/get-accounting-all-connections.d.cts +9 -0
- package/dist/actions/get-accounting-all-connections.d.cts.map +1 -0
- package/dist/actions/get-accounting-all-connections.d.mts +9 -0
- package/dist/actions/get-accounting-all-connections.d.mts.map +1 -0
- package/dist/actions/get-accounting-all-connections.mjs +22 -0
- package/dist/actions/get-accounting-all-connections.mjs.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.cjs +41 -0
- package/dist/actions/get-accounting-connection-by-id.cjs.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.d.cts +9 -0
- package/dist/actions/get-accounting-connection-by-id.d.cts.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.d.mts +9 -0
- package/dist/actions/get-accounting-connection-by-id.d.mts.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.mjs +40 -0
- package/dist/actions/get-accounting-connection-by-id.mjs.map +1 -0
- package/dist/actions/get-accounting-connection.cjs +27 -0
- package/dist/actions/get-accounting-connection.cjs.map +1 -0
- package/dist/actions/get-accounting-connection.d.cts +9 -0
- package/dist/actions/get-accounting-connection.d.cts.map +1 -0
- package/dist/actions/get-accounting-connection.d.mts +9 -0
- package/dist/actions/get-accounting-connection.d.mts.map +1 -0
- package/dist/actions/get-accounting-connection.mjs +26 -0
- package/dist/actions/get-accounting-connection.mjs.map +1 -0
- package/dist/actions/get-accounting-fields.cjs +29 -0
- package/dist/actions/get-accounting-fields.cjs.map +1 -0
- package/dist/actions/get-accounting-fields.d.cts +9 -0
- package/dist/actions/get-accounting-fields.d.cts.map +1 -0
- package/dist/actions/get-accounting-fields.d.mts +9 -0
- package/dist/actions/get-accounting-fields.d.mts.map +1 -0
- package/dist/actions/get-accounting-fields.mjs +28 -0
- package/dist/actions/get-accounting-fields.mjs.map +1 -0
- package/dist/actions/get-accounting-vendors.cjs +29 -0
- package/dist/actions/get-accounting-vendors.cjs.map +1 -0
- package/dist/actions/get-accounting-vendors.d.cts +9 -0
- package/dist/actions/get-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/get-accounting-vendors.d.mts +9 -0
- package/dist/actions/get-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/get-accounting-vendors.mjs +28 -0
- package/dist/actions/get-accounting-vendors.mjs.map +1 -0
- package/dist/actions/get-all-transactions.cjs +75 -0
- package/dist/actions/get-all-transactions.cjs.map +1 -0
- package/dist/actions/get-all-transactions.d.cts +9 -0
- package/dist/actions/get-all-transactions.d.cts.map +1 -0
- package/dist/actions/get-all-transactions.d.mts +9 -0
- package/dist/actions/get-all-transactions.d.mts.map +1 -0
- package/dist/actions/get-all-transactions.mjs +74 -0
- package/dist/actions/get-all-transactions.mjs.map +1 -0
- package/dist/actions/get-card-vault-resource.cjs +20 -0
- package/dist/actions/get-card-vault-resource.cjs.map +1 -0
- package/dist/actions/get-card-vault-resource.d.cts +9 -0
- package/dist/actions/get-card-vault-resource.d.cts.map +1 -0
- package/dist/actions/get-card-vault-resource.d.mts +9 -0
- package/dist/actions/get-card-vault-resource.d.mts.map +1 -0
- package/dist/actions/get-card-vault-resource.mjs +17 -0
- package/dist/actions/get-card-vault-resource.mjs.map +1 -0
- package/dist/actions/get-card.cjs +61 -0
- package/dist/actions/get-card.cjs.map +1 -0
- package/dist/actions/get-card.d.cts +9 -0
- package/dist/actions/get-card.d.cts.map +1 -0
- package/dist/actions/get-card.d.mts +9 -0
- package/dist/actions/get-card.d.mts.map +1 -0
- package/dist/actions/get-card.mjs +60 -0
- package/dist/actions/get-card.mjs.map +1 -0
- package/dist/actions/get-custom-field-option.cjs +28 -0
- package/dist/actions/get-custom-field-option.cjs.map +1 -0
- package/dist/actions/get-custom-field-option.d.cts +9 -0
- package/dist/actions/get-custom-field-option.d.cts.map +1 -0
- package/dist/actions/get-custom-field-option.d.mts +9 -0
- package/dist/actions/get-custom-field-option.d.mts.map +1 -0
- package/dist/actions/get-custom-field-option.mjs +25 -0
- package/dist/actions/get-custom-field-option.mjs.map +1 -0
- package/dist/actions/get-department.cjs +19 -0
- package/dist/actions/get-department.cjs.map +1 -0
- package/dist/actions/get-department.d.cts +9 -0
- package/dist/actions/get-department.d.cts.map +1 -0
- package/dist/actions/get-department.d.mts +9 -0
- package/dist/actions/get-department.d.mts.map +1 -0
- package/dist/actions/get-department.mjs +16 -0
- package/dist/actions/get-department.mjs.map +1 -0
- package/dist/actions/get-inventory-item-field.cjs +22 -0
- package/dist/actions/get-inventory-item-field.cjs.map +1 -0
- package/dist/actions/get-inventory-item-field.d.cts +9 -0
- package/dist/actions/get-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/get-inventory-item-field.d.mts +9 -0
- package/dist/actions/get-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/get-inventory-item-field.mjs +19 -0
- package/dist/actions/get-inventory-item-field.mjs.map +1 -0
- package/dist/actions/get-memo.cjs +19 -0
- package/dist/actions/get-memo.cjs.map +1 -0
- package/dist/actions/get-memo.d.cts +9 -0
- package/dist/actions/get-memo.d.cts.map +1 -0
- package/dist/actions/get-memo.d.mts +9 -0
- package/dist/actions/get-memo.d.mts.map +1 -0
- package/dist/actions/get-memo.mjs +16 -0
- package/dist/actions/get-memo.mjs.map +1 -0
- package/dist/actions/get-reimbursement.cjs +52 -0
- package/dist/actions/get-reimbursement.cjs.map +1 -0
- package/dist/actions/get-reimbursement.d.cts +9 -0
- package/dist/actions/get-reimbursement.d.cts.map +1 -0
- package/dist/actions/get-reimbursement.d.mts +9 -0
- package/dist/actions/get-reimbursement.d.mts.map +1 -0
- package/dist/actions/get-reimbursement.mjs +51 -0
- package/dist/actions/get-reimbursement.mjs.map +1 -0
- package/dist/actions/get-spend-limit.cjs +103 -0
- package/dist/actions/get-spend-limit.cjs.map +1 -0
- package/dist/actions/get-spend-limit.d.cts +9 -0
- package/dist/actions/get-spend-limit.d.cts.map +1 -0
- package/dist/actions/get-spend-limit.d.mts +9 -0
- package/dist/actions/get-spend-limit.d.mts.map +1 -0
- package/dist/actions/get-spend-limit.mjs +102 -0
- package/dist/actions/get-spend-limit.mjs.map +1 -0
- package/dist/actions/get-statement.cjs +49 -0
- package/dist/actions/get-statement.cjs.map +1 -0
- package/dist/actions/get-statement.d.cts +9 -0
- package/dist/actions/get-statement.d.cts.map +1 -0
- package/dist/actions/get-statement.d.mts +9 -0
- package/dist/actions/get-statement.d.mts.map +1 -0
- package/dist/actions/get-statement.mjs +48 -0
- package/dist/actions/get-statement.mjs.map +1 -0
- package/dist/actions/get-transaction.cjs +57 -0
- package/dist/actions/get-transaction.cjs.map +1 -0
- package/dist/actions/get-transaction.d.cts +9 -0
- package/dist/actions/get-transaction.d.cts.map +1 -0
- package/dist/actions/get-transaction.d.mts +9 -0
- package/dist/actions/get-transaction.d.mts.map +1 -0
- package/dist/actions/get-transaction.mjs +56 -0
- package/dist/actions/get-transaction.mjs.map +1 -0
- package/dist/actions/get-user.cjs +37 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +36 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-users-deferred-status.cjs +32 -0
- package/dist/actions/get-users-deferred-status.cjs.map +1 -0
- package/dist/actions/get-users-deferred-status.d.cts +9 -0
- package/dist/actions/get-users-deferred-status.d.cts.map +1 -0
- package/dist/actions/get-users-deferred-status.d.mts +9 -0
- package/dist/actions/get-users-deferred-status.d.mts.map +1 -0
- package/dist/actions/get-users-deferred-status.mjs +31 -0
- package/dist/actions/get-users-deferred-status.mjs.map +1 -0
- package/dist/actions/get-vendor.cjs +55 -0
- package/dist/actions/get-vendor.cjs.map +1 -0
- package/dist/actions/get-vendor.d.cts +9 -0
- package/dist/actions/get-vendor.d.cts.map +1 -0
- package/dist/actions/get-vendor.d.mts +9 -0
- package/dist/actions/get-vendor.d.mts.map +1 -0
- package/dist/actions/get-vendor.mjs +54 -0
- package/dist/actions/get-vendor.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +53 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +52 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +177 -0
- package/dist/actions/index.d.cts +89 -0
- package/dist/actions/index.d.mts +89 -0
- package/dist/actions/index.mjs +89 -0
- package/dist/actions/issue-virtual-card.cjs +36 -0
- package/dist/actions/issue-virtual-card.cjs.map +1 -0
- package/dist/actions/issue-virtual-card.d.cts +9 -0
- package/dist/actions/issue-virtual-card.d.cts.map +1 -0
- package/dist/actions/issue-virtual-card.d.mts +9 -0
- package/dist/actions/issue-virtual-card.d.mts.map +1 -0
- package/dist/actions/issue-virtual-card.mjs +35 -0
- package/dist/actions/issue-virtual-card.mjs.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.cjs +34 -0
- package/dist/actions/list-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/list-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/list-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.mjs +33 -0
- package/dist/actions/list-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/list-accounting-tax-rates.cjs +31 -0
- package/dist/actions/list-accounting-tax-rates.cjs.map +1 -0
- package/dist/actions/list-accounting-tax-rates.d.cts +9 -0
- package/dist/actions/list-accounting-tax-rates.d.cts.map +1 -0
- package/dist/actions/list-accounting-tax-rates.d.mts +9 -0
- package/dist/actions/list-accounting-tax-rates.d.mts.map +1 -0
- package/dist/actions/list-accounting-tax-rates.mjs +30 -0
- package/dist/actions/list-accounting-tax-rates.mjs.map +1 -0
- package/dist/actions/list-cards.cjs +71 -0
- package/dist/actions/list-cards.cjs.map +1 -0
- package/dist/actions/list-cards.d.cts +9 -0
- package/dist/actions/list-cards.d.cts.map +1 -0
- package/dist/actions/list-cards.d.mts +9 -0
- package/dist/actions/list-cards.d.mts.map +1 -0
- package/dist/actions/list-cards.mjs +70 -0
- package/dist/actions/list-cards.mjs.map +1 -0
- package/dist/actions/list-departments.cjs +27 -0
- package/dist/actions/list-departments.cjs.map +1 -0
- package/dist/actions/list-departments.d.cts +9 -0
- package/dist/actions/list-departments.d.cts.map +1 -0
- package/dist/actions/list-departments.d.mts +9 -0
- package/dist/actions/list-departments.d.mts.map +1 -0
- package/dist/actions/list-departments.mjs +26 -0
- package/dist/actions/list-departments.mjs.map +1 -0
- package/dist/actions/list-memos.cjs +35 -0
- package/dist/actions/list-memos.cjs.map +1 -0
- package/dist/actions/list-memos.d.cts +9 -0
- package/dist/actions/list-memos.d.cts.map +1 -0
- package/dist/actions/list-memos.d.mts +9 -0
- package/dist/actions/list-memos.d.mts.map +1 -0
- package/dist/actions/list-memos.mjs +34 -0
- package/dist/actions/list-memos.mjs.map +1 -0
- package/dist/actions/list-reimbursements.cjs +77 -0
- package/dist/actions/list-reimbursements.cjs.map +1 -0
- package/dist/actions/list-reimbursements.d.cts +9 -0
- package/dist/actions/list-reimbursements.d.cts.map +1 -0
- package/dist/actions/list-reimbursements.d.mts +9 -0
- package/dist/actions/list-reimbursements.d.mts.map +1 -0
- package/dist/actions/list-reimbursements.mjs +76 -0
- package/dist/actions/list-reimbursements.mjs.map +1 -0
- package/dist/actions/list-statements.cjs +60 -0
- package/dist/actions/list-statements.cjs.map +1 -0
- package/dist/actions/list-statements.d.cts +9 -0
- package/dist/actions/list-statements.d.cts.map +1 -0
- package/dist/actions/list-statements.d.mts +9 -0
- package/dist/actions/list-statements.d.mts.map +1 -0
- package/dist/actions/list-statements.mjs +59 -0
- package/dist/actions/list-statements.mjs.map +1 -0
- package/dist/actions/list-users.cjs +50 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +49 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/list-vendors-accounts.cjs +31 -0
- package/dist/actions/list-vendors-accounts.cjs.map +1 -0
- package/dist/actions/list-vendors-accounts.d.cts +9 -0
- package/dist/actions/list-vendors-accounts.d.cts.map +1 -0
- package/dist/actions/list-vendors-accounts.d.mts +9 -0
- package/dist/actions/list-vendors-accounts.d.mts.map +1 -0
- package/dist/actions/list-vendors-accounts.mjs +30 -0
- package/dist/actions/list-vendors-accounts.mjs.map +1 -0
- package/dist/actions/list-vendors-contacts.cjs +32 -0
- package/dist/actions/list-vendors-contacts.cjs.map +1 -0
- package/dist/actions/list-vendors-contacts.d.cts +9 -0
- package/dist/actions/list-vendors-contacts.d.cts.map +1 -0
- package/dist/actions/list-vendors-contacts.d.mts +9 -0
- package/dist/actions/list-vendors-contacts.d.mts.map +1 -0
- package/dist/actions/list-vendors-contacts.mjs +31 -0
- package/dist/actions/list-vendors-contacts.mjs.map +1 -0
- package/dist/actions/list-vendors-credits.cjs +76 -0
- package/dist/actions/list-vendors-credits.cjs.map +1 -0
- package/dist/actions/list-vendors-credits.d.cts +9 -0
- package/dist/actions/list-vendors-credits.d.cts.map +1 -0
- package/dist/actions/list-vendors-credits.d.mts +9 -0
- package/dist/actions/list-vendors-credits.d.mts.map +1 -0
- package/dist/actions/list-vendors-credits.mjs +75 -0
- package/dist/actions/list-vendors-credits.mjs.map +1 -0
- package/dist/actions/list-vendors.cjs +64 -0
- package/dist/actions/list-vendors.cjs.map +1 -0
- package/dist/actions/list-vendors.d.cts +9 -0
- package/dist/actions/list-vendors.d.cts.map +1 -0
- package/dist/actions/list-vendors.d.mts +9 -0
- package/dist/actions/list-vendors.d.mts.map +1 -0
- package/dist/actions/list-vendors.mjs +63 -0
- package/dist/actions/list-vendors.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +25 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +24 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.cjs +33 -0
- package/dist/actions/options-for-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.d.cts +9 -0
- package/dist/actions/options-for-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.d.mts +9 -0
- package/dist/actions/options-for-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.mjs +32 -0
- package/dist/actions/options-for-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/patch-accounting-connection.cjs +36 -0
- package/dist/actions/patch-accounting-connection.cjs.map +1 -0
- package/dist/actions/patch-accounting-connection.d.cts +9 -0
- package/dist/actions/patch-accounting-connection.d.cts.map +1 -0
- package/dist/actions/patch-accounting-connection.d.mts +9 -0
- package/dist/actions/patch-accounting-connection.d.mts.map +1 -0
- package/dist/actions/patch-accounting-connection.mjs +35 -0
- package/dist/actions/patch-accounting-connection.mjs.map +1 -0
- package/dist/actions/patch-card-resource.cjs +46 -0
- package/dist/actions/patch-card-resource.cjs.map +1 -0
- package/dist/actions/patch-card-resource.d.cts +9 -0
- package/dist/actions/patch-card-resource.d.cts.map +1 -0
- package/dist/actions/patch-card-resource.d.mts +9 -0
- package/dist/actions/patch-card-resource.d.mts.map +1 -0
- package/dist/actions/patch-card-resource.mjs +43 -0
- package/dist/actions/patch-card-resource.mjs.map +1 -0
- package/dist/actions/patch-custom-field-option.cjs +35 -0
- package/dist/actions/patch-custom-field-option.cjs.map +1 -0
- package/dist/actions/patch-custom-field-option.d.cts +9 -0
- package/dist/actions/patch-custom-field-option.d.cts.map +1 -0
- package/dist/actions/patch-custom-field-option.d.mts +9 -0
- package/dist/actions/patch-custom-field-option.d.mts.map +1 -0
- package/dist/actions/patch-custom-field-option.mjs +32 -0
- package/dist/actions/patch-custom-field-option.mjs.map +1 -0
- package/dist/actions/patch-gl-account-resource.cjs +38 -0
- package/dist/actions/patch-gl-account-resource.cjs.map +1 -0
- package/dist/actions/patch-gl-account-resource.d.cts +9 -0
- package/dist/actions/patch-gl-account-resource.d.cts.map +1 -0
- package/dist/actions/patch-gl-account-resource.d.mts +9 -0
- package/dist/actions/patch-gl-account-resource.d.mts.map +1 -0
- package/dist/actions/patch-gl-account-resource.mjs +37 -0
- package/dist/actions/patch-gl-account-resource.mjs.map +1 -0
- package/dist/actions/patch-inventory-item-field.cjs +25 -0
- package/dist/actions/patch-inventory-item-field.cjs.map +1 -0
- package/dist/actions/patch-inventory-item-field.d.cts +9 -0
- package/dist/actions/patch-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/patch-inventory-item-field.d.mts +9 -0
- package/dist/actions/patch-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/patch-inventory-item-field.mjs +22 -0
- package/dist/actions/patch-inventory-item-field.mjs.map +1 -0
- package/dist/actions/post-accounting-accounts.cjs +47 -0
- package/dist/actions/post-accounting-accounts.cjs.map +1 -0
- package/dist/actions/post-accounting-accounts.d.cts +9 -0
- package/dist/actions/post-accounting-accounts.d.cts.map +1 -0
- package/dist/actions/post-accounting-accounts.d.mts +9 -0
- package/dist/actions/post-accounting-accounts.d.mts.map +1 -0
- package/dist/actions/post-accounting-accounts.mjs +46 -0
- package/dist/actions/post-accounting-accounts.mjs.map +1 -0
- package/dist/actions/post-accounting-connection.cjs +30 -0
- package/dist/actions/post-accounting-connection.cjs.map +1 -0
- package/dist/actions/post-accounting-connection.d.cts +9 -0
- package/dist/actions/post-accounting-connection.d.cts.map +1 -0
- package/dist/actions/post-accounting-connection.d.mts +9 -0
- package/dist/actions/post-accounting-connection.d.mts.map +1 -0
- package/dist/actions/post-accounting-connection.mjs +29 -0
- package/dist/actions/post-accounting-connection.mjs.map +1 -0
- package/dist/actions/post-accounting-vendors.cjs +38 -0
- package/dist/actions/post-accounting-vendors.cjs.map +1 -0
- package/dist/actions/post-accounting-vendors.d.cts +9 -0
- package/dist/actions/post-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/post-accounting-vendors.d.mts +9 -0
- package/dist/actions/post-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/post-accounting-vendors.mjs +37 -0
- package/dist/actions/post-accounting-vendors.mjs.map +1 -0
- package/dist/actions/post-inventory-item-options.cjs +26 -0
- package/dist/actions/post-inventory-item-options.cjs.map +1 -0
- package/dist/actions/post-inventory-item-options.d.cts +9 -0
- package/dist/actions/post-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/post-inventory-item-options.d.mts +9 -0
- package/dist/actions/post-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/post-inventory-item-options.mjs +25 -0
- package/dist/actions/post-inventory-item-options.mjs.map +1 -0
- package/dist/actions/post-physical-card.cjs +59 -0
- package/dist/actions/post-physical-card.cjs.map +1 -0
- package/dist/actions/post-physical-card.d.cts +9 -0
- package/dist/actions/post-physical-card.d.cts.map +1 -0
- package/dist/actions/post-physical-card.d.mts +9 -0
- package/dist/actions/post-physical-card.d.mts.map +1 -0
- package/dist/actions/post-physical-card.mjs +56 -0
- package/dist/actions/post-physical-card.mjs.map +1 -0
- package/dist/actions/reactivate-accounting-connection.cjs +26 -0
- package/dist/actions/reactivate-accounting-connection.cjs.map +1 -0
- package/dist/actions/reactivate-accounting-connection.d.cts +9 -0
- package/dist/actions/reactivate-accounting-connection.d.cts.map +1 -0
- package/dist/actions/reactivate-accounting-connection.d.mts +9 -0
- package/dist/actions/reactivate-accounting-connection.d.mts.map +1 -0
- package/dist/actions/reactivate-accounting-connection.mjs +25 -0
- package/dist/actions/reactivate-accounting-connection.mjs.map +1 -0
- package/dist/actions/reactivate-user.cjs +16 -0
- package/dist/actions/reactivate-user.cjs.map +1 -0
- package/dist/actions/reactivate-user.d.cts +9 -0
- package/dist/actions/reactivate-user.d.cts.map +1 -0
- package/dist/actions/reactivate-user.d.mts +9 -0
- package/dist/actions/reactivate-user.d.mts.map +1 -0
- package/dist/actions/reactivate-user.mjs +13 -0
- package/dist/actions/reactivate-user.mjs.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.cjs +144 -0
- package/dist/actions/submit-reimbursement-receipt.cjs.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.d.cts +9 -0
- package/dist/actions/submit-reimbursement-receipt.d.cts.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.d.mts +9 -0
- package/dist/actions/submit-reimbursement-receipt.d.mts.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.mjs +143 -0
- package/dist/actions/submit-reimbursement-receipt.mjs.map +1 -0
- package/dist/actions/suspend-card.cjs +19 -0
- package/dist/actions/suspend-card.cjs.map +1 -0
- package/dist/actions/suspend-card.d.cts +9 -0
- package/dist/actions/suspend-card.d.cts.map +1 -0
- package/dist/actions/suspend-card.d.mts +9 -0
- package/dist/actions/suspend-card.d.mts.map +1 -0
- package/dist/actions/suspend-card.mjs +16 -0
- package/dist/actions/suspend-card.mjs.map +1 -0
- package/dist/actions/terminate-card.cjs +19 -0
- package/dist/actions/terminate-card.cjs.map +1 -0
- package/dist/actions/terminate-card.d.cts +9 -0
- package/dist/actions/terminate-card.d.cts.map +1 -0
- package/dist/actions/terminate-card.d.mts +9 -0
- package/dist/actions/terminate-card.d.mts.map +1 -0
- package/dist/actions/terminate-card.mjs +16 -0
- package/dist/actions/terminate-card.mjs.map +1 -0
- package/dist/actions/update-accounting-field.cjs +48 -0
- package/dist/actions/update-accounting-field.cjs.map +1 -0
- package/dist/actions/update-accounting-field.d.cts +9 -0
- package/dist/actions/update-accounting-field.d.cts.map +1 -0
- package/dist/actions/update-accounting-field.d.mts +9 -0
- package/dist/actions/update-accounting-field.d.mts.map +1 -0
- package/dist/actions/update-accounting-field.mjs +47 -0
- package/dist/actions/update-accounting-field.mjs.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.cjs +25 -0
- package/dist/actions/update-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/update-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/update-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.mjs +22 -0
- package/dist/actions/update-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.cjs +27 -0
- package/dist/actions/update-accounting-tax-code-options.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.d.cts +9 -0
- package/dist/actions/update-accounting-tax-code-options.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.d.mts +9 -0
- package/dist/actions/update-accounting-tax-code-options.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.mjs +24 -0
- package/dist/actions/update-accounting-tax-code-options.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-code.cjs +25 -0
- package/dist/actions/update-accounting-tax-code.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-code.d.cts +9 -0
- package/dist/actions/update-accounting-tax-code.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-code.d.mts +9 -0
- package/dist/actions/update-accounting-tax-code.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-code.mjs +22 -0
- package/dist/actions/update-accounting-tax-code.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-rate.cjs +28 -0
- package/dist/actions/update-accounting-tax-rate.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-rate.d.cts +9 -0
- package/dist/actions/update-accounting-tax-rate.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-rate.d.mts +9 -0
- package/dist/actions/update-accounting-tax-rate.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-rate.mjs +25 -0
- package/dist/actions/update-accounting-tax-rate.mjs.map +1 -0
- package/dist/actions/update-accounting-vendor.cjs +38 -0
- package/dist/actions/update-accounting-vendor.cjs.map +1 -0
- package/dist/actions/update-accounting-vendor.d.cts +9 -0
- package/dist/actions/update-accounting-vendor.d.cts.map +1 -0
- package/dist/actions/update-accounting-vendor.d.mts +9 -0
- package/dist/actions/update-accounting-vendor.d.mts.map +1 -0
- package/dist/actions/update-accounting-vendor.mjs +37 -0
- package/dist/actions/update-accounting-vendor.mjs.map +1 -0
- package/dist/actions/update-card-limit.cjs +42 -0
- package/dist/actions/update-card-limit.cjs.map +1 -0
- package/dist/actions/update-card-limit.d.cts +9 -0
- package/dist/actions/update-card-limit.d.cts.map +1 -0
- package/dist/actions/update-card-limit.d.mts +9 -0
- package/dist/actions/update-card-limit.d.mts.map +1 -0
- package/dist/actions/update-card-limit.mjs +41 -0
- package/dist/actions/update-card-limit.mjs.map +1 -0
- package/dist/actions/update-department.cjs +24 -0
- package/dist/actions/update-department.cjs.map +1 -0
- package/dist/actions/update-department.d.cts +9 -0
- package/dist/actions/update-department.d.cts.map +1 -0
- package/dist/actions/update-department.d.mts +9 -0
- package/dist/actions/update-department.d.mts.map +1 -0
- package/dist/actions/update-department.mjs +21 -0
- package/dist/actions/update-department.mjs.map +1 -0
- package/dist/actions/update-limits.cjs +126 -0
- package/dist/actions/update-limits.cjs.map +1 -0
- package/dist/actions/update-limits.d.cts +9 -0
- package/dist/actions/update-limits.d.cts.map +1 -0
- package/dist/actions/update-limits.d.mts +9 -0
- package/dist/actions/update-limits.d.mts.map +1 -0
- package/dist/actions/update-limits.mjs +125 -0
- package/dist/actions/update-limits.mjs.map +1 -0
- package/dist/actions/update-user.cjs +35 -0
- package/dist/actions/update-user.cjs.map +1 -0
- package/dist/actions/update-user.d.cts +9 -0
- package/dist/actions/update-user.d.cts.map +1 -0
- package/dist/actions/update-user.d.mts +9 -0
- package/dist/actions/update-user.d.mts.map +1 -0
- package/dist/actions/update-user.mjs +32 -0
- package/dist/actions/update-user.mjs.map +1 -0
- package/dist/actions/upload-new-options.cjs +40 -0
- package/dist/actions/upload-new-options.cjs.map +1 -0
- package/dist/actions/upload-new-options.d.cts +9 -0
- package/dist/actions/upload-new-options.d.cts.map +1 -0
- package/dist/actions/upload-new-options.d.mts +9 -0
- package/dist/actions/upload-new-options.d.mts.map +1 -0
- package/dist/actions/upload-new-options.mjs +39 -0
- package/dist/actions/upload-new-options.mjs.map +1 -0
- package/dist/actions/upload-tax-code-options.cjs +28 -0
- package/dist/actions/upload-tax-code-options.cjs.map +1 -0
- package/dist/actions/upload-tax-code-options.d.cts +9 -0
- package/dist/actions/upload-tax-code-options.d.cts.map +1 -0
- package/dist/actions/upload-tax-code-options.d.mts +9 -0
- package/dist/actions/upload-tax-code-options.d.mts.map +1 -0
- package/dist/actions/upload-tax-code-options.mjs +27 -0
- package/dist/actions/upload-tax-code-options.mjs.map +1 -0
- package/dist/actions/upload-tax-rates.cjs +32 -0
- package/dist/actions/upload-tax-rates.cjs.map +1 -0
- package/dist/actions/upload-tax-rates.d.cts +9 -0
- package/dist/actions/upload-tax-rates.d.cts.map +1 -0
- package/dist/actions/upload-tax-rates.d.mts +9 -0
- package/dist/actions/upload-tax-rates.d.mts.map +1 -0
- package/dist/actions/upload-tax-rates.mjs +31 -0
- package/dist/actions/upload-tax-rates.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +182 -0
- package/dist/index.d.cts +91 -0
- package/dist/index.d.mts +91 -4
- package/dist/index.mjs +92 -7
- package/package.json +31 -58
- package/LICENSE +0 -21
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -4
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/ramp-app.credential-set-Lfv-WYR0.mjs +0 -24
- package/dist/ramp-app.credential-set-cr5rSCuj.d.mts +0 -51
- package/dist/ramp.credential-set-IqskZBeS.mjs +0 -65
- package/dist/schemas/index.d.mts +0 -2101
- package/dist/schemas/index.mjs +0 -99
- package/dist/transactions-BbD9dl3x.mjs +0 -1005
- package/dist/upload-receipt.operation-ClJzqNb-.d.mts +0 -3907
- package/dist/upload-receipt.operation-DNDW2WTQ.mjs +0 -2322
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/issue-virtual-card.ts
|
|
4
|
+
const RampIssueVirtualCardInput = zod.z.object({
|
|
5
|
+
memo: zod.z.string().describe("Memo for the card creation").optional(),
|
|
6
|
+
user_id: zod.z.string().describe("User ID to issue the card to"),
|
|
7
|
+
display_name: zod.z.string().describe("Display name for the card").optional(),
|
|
8
|
+
card_program_id: zod.z.string().describe("Card program ID to use for the card").optional(),
|
|
9
|
+
spending_restrictions: zod.z.object({
|
|
10
|
+
amount: zod.z.number().int().describe("Spending limit amount in cents"),
|
|
11
|
+
interval: zod.z.string().describe("Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL"),
|
|
12
|
+
lock_date: zod.z.string().describe("Date when the card will automatically lock (format: YYYY-MM-DD)").optional(),
|
|
13
|
+
categories_blacklist: zod.z.array(zod.z.number().int()).describe("List of blocked merchant category codes (blacklist)").optional(),
|
|
14
|
+
categories_whitelist: zod.z.array(zod.z.number().int()).describe("List of allowed merchant category codes (whitelist)").optional(),
|
|
15
|
+
transaction_amount_limit: zod.z.number().int().describe("Maximum amount in cents for a single transaction").optional()
|
|
16
|
+
}).describe("Spending restrictions for the card").optional()
|
|
17
|
+
});
|
|
18
|
+
const RampIssueVirtualCard_DeferredTaskDataSchema = zod.z.object({ limitId: zod.z.string().describe("Unique identifier of the created virtual card limit (returned when task completes successfully).").nullable().optional() });
|
|
19
|
+
const RampIssueVirtualCard_DeferredTaskContextSchema = zod.z.object({ actingUserId: zod.z.string().describe("Unique identifier of the user who initiated the virtual card creation request.").nullable().optional() });
|
|
20
|
+
const RampIssueVirtualCardOutput = zod.z.object({
|
|
21
|
+
id: zod.z.string().describe("Unique identifier of the deferred task used to track the asynchronous virtual card creation operation."),
|
|
22
|
+
data: RampIssueVirtualCard_DeferredTaskDataSchema.nullable().optional(),
|
|
23
|
+
status: zod.z.string().describe("Status of the deferred task. Possible values: STARTED, IN_PROGRESS, ERROR, SUCCESS.").nullable().optional(),
|
|
24
|
+
context: RampIssueVirtualCard_DeferredTaskContextSchema.nullable().optional()
|
|
25
|
+
});
|
|
26
|
+
const rampIssueVirtualCard = require_action.action("RAMP_ISSUE_VIRTUAL_CARD", {
|
|
27
|
+
slug: "ramp-issue-virtual-card",
|
|
28
|
+
name: "Issue Virtual Card",
|
|
29
|
+
description: "Tool for issuing virtual cards to users instantly. Creates cards with customizable spending limits and restrictions. Returns full card details including card number and CVV.",
|
|
30
|
+
input: RampIssueVirtualCardInput,
|
|
31
|
+
output: RampIssueVirtualCardOutput
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.rampIssueVirtualCard = rampIssueVirtualCard;
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=issue-virtual-card.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-virtual-card.cjs","names":["z","action"],"sources":["../../src/actions/issue-virtual-card.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampIssueVirtualCardInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo for the card creation\").optional(),\n user_id: z.string().describe(\"User ID to issue the card to\"),\n display_name: z.string().describe(\"Display name for the card\").optional(),\n card_program_id: z.string().describe(\"Card program ID to use for the card\").optional(),\n spending_restrictions: z.object({\n amount: z.number().int().describe(\"Spending limit amount in cents\"),\n interval: z.string().describe(\"Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL\"),\n lock_date: z.string().describe(\"Date when the card will automatically lock (format: YYYY-MM-DD)\").optional(),\n categories_blacklist: z.array(z.number().int()).describe(\"List of blocked merchant category codes (blacklist)\").optional(),\n categories_whitelist: z.array(z.number().int()).describe(\"List of allowed merchant category codes (whitelist)\").optional(),\n transaction_amount_limit: z.number().int().describe(\"Maximum amount in cents for a single transaction\").optional(),\n}).describe(\"Spending restrictions for the card\").optional(),\n});\nconst RampIssueVirtualCard_DeferredTaskDataSchema: z.ZodTypeAny = z.object({\n limitId: z.string().describe(\"Unique identifier of the created virtual card limit (returned when task completes successfully).\").nullable().optional(),\n});\nconst RampIssueVirtualCard_DeferredTaskContextSchema: z.ZodTypeAny = z.object({\n actingUserId: z.string().describe(\"Unique identifier of the user who initiated the virtual card creation request.\").nullable().optional(),\n});\nexport const RampIssueVirtualCardOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deferred task used to track the asynchronous virtual card creation operation.\"),\n data: RampIssueVirtualCard_DeferredTaskDataSchema.nullable().optional(),\n status: z.string().describe(\"Status of the deferred task. Possible values: STARTED, IN_PROGRESS, ERROR, SUCCESS.\").nullable().optional(),\n context: RampIssueVirtualCard_DeferredTaskContextSchema.nullable().optional(),\n});\n\nexport const rampIssueVirtualCard = action(\"RAMP_ISSUE_VIRTUAL_CARD\", {\n slug: \"ramp-issue-virtual-card\",\n name: \"Issue Virtual Card\",\n description: \"Tool for issuing virtual cards to users instantly. Creates cards with customizable spending limits and restrictions. Returns full card details including card number and CVV.\",\n input: RampIssueVirtualCardInput,\n output: RampIssueVirtualCardOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC3D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACrF,uBAAuBA,IAAAA,EAAE,OAAO;EAChC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EAC5G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAC3G,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACzH,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACzH,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC3D,CAAC;AACD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvJ,CAAC;AACD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO,EAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1I,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;CAChI,MAAM,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/issue-virtual-card.d.ts
|
|
4
|
+
declare const RampIssueVirtualCardInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampIssueVirtualCardOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampIssueVirtualCard: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampIssueVirtualCard };
|
|
9
|
+
//# sourceMappingURL=issue-virtual-card.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-virtual-card.d.cts","names":[],"sources":["../../src/actions/issue-virtual-card.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAaxC;AAAA,cAOW,0BAAA,EAA4B,CAAA,CAAE,UAKzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/issue-virtual-card.d.ts
|
|
4
|
+
declare const RampIssueVirtualCardInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampIssueVirtualCardOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampIssueVirtualCard: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampIssueVirtualCard };
|
|
9
|
+
//# sourceMappingURL=issue-virtual-card.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-virtual-card.d.mts","names":[],"sources":["../../src/actions/issue-virtual-card.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAaxC;AAAA,cAOW,0BAAA,EAA4B,CAAA,CAAE,UAKzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/issue-virtual-card.ts
|
|
4
|
+
const RampIssueVirtualCardInput = z.object({
|
|
5
|
+
memo: z.string().describe("Memo for the card creation").optional(),
|
|
6
|
+
user_id: z.string().describe("User ID to issue the card to"),
|
|
7
|
+
display_name: z.string().describe("Display name for the card").optional(),
|
|
8
|
+
card_program_id: z.string().describe("Card program ID to use for the card").optional(),
|
|
9
|
+
spending_restrictions: z.object({
|
|
10
|
+
amount: z.number().int().describe("Spending limit amount in cents"),
|
|
11
|
+
interval: z.string().describe("Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL"),
|
|
12
|
+
lock_date: z.string().describe("Date when the card will automatically lock (format: YYYY-MM-DD)").optional(),
|
|
13
|
+
categories_blacklist: z.array(z.number().int()).describe("List of blocked merchant category codes (blacklist)").optional(),
|
|
14
|
+
categories_whitelist: z.array(z.number().int()).describe("List of allowed merchant category codes (whitelist)").optional(),
|
|
15
|
+
transaction_amount_limit: z.number().int().describe("Maximum amount in cents for a single transaction").optional()
|
|
16
|
+
}).describe("Spending restrictions for the card").optional()
|
|
17
|
+
});
|
|
18
|
+
const RampIssueVirtualCard_DeferredTaskDataSchema = z.object({ limitId: z.string().describe("Unique identifier of the created virtual card limit (returned when task completes successfully).").nullable().optional() });
|
|
19
|
+
const RampIssueVirtualCard_DeferredTaskContextSchema = z.object({ actingUserId: z.string().describe("Unique identifier of the user who initiated the virtual card creation request.").nullable().optional() });
|
|
20
|
+
const rampIssueVirtualCard = action("RAMP_ISSUE_VIRTUAL_CARD", {
|
|
21
|
+
slug: "ramp-issue-virtual-card",
|
|
22
|
+
name: "Issue Virtual Card",
|
|
23
|
+
description: "Tool for issuing virtual cards to users instantly. Creates cards with customizable spending limits and restrictions. Returns full card details including card number and CVV.",
|
|
24
|
+
input: RampIssueVirtualCardInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
id: z.string().describe("Unique identifier of the deferred task used to track the asynchronous virtual card creation operation."),
|
|
27
|
+
data: RampIssueVirtualCard_DeferredTaskDataSchema.nullable().optional(),
|
|
28
|
+
status: z.string().describe("Status of the deferred task. Possible values: STARTED, IN_PROGRESS, ERROR, SUCCESS.").nullable().optional(),
|
|
29
|
+
context: RampIssueVirtualCard_DeferredTaskContextSchema.nullable().optional()
|
|
30
|
+
})
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
export { rampIssueVirtualCard };
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=issue-virtual-card.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-virtual-card.mjs","names":[],"sources":["../../src/actions/issue-virtual-card.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampIssueVirtualCardInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo for the card creation\").optional(),\n user_id: z.string().describe(\"User ID to issue the card to\"),\n display_name: z.string().describe(\"Display name for the card\").optional(),\n card_program_id: z.string().describe(\"Card program ID to use for the card\").optional(),\n spending_restrictions: z.object({\n amount: z.number().int().describe(\"Spending limit amount in cents\"),\n interval: z.string().describe(\"Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL\"),\n lock_date: z.string().describe(\"Date when the card will automatically lock (format: YYYY-MM-DD)\").optional(),\n categories_blacklist: z.array(z.number().int()).describe(\"List of blocked merchant category codes (blacklist)\").optional(),\n categories_whitelist: z.array(z.number().int()).describe(\"List of allowed merchant category codes (whitelist)\").optional(),\n transaction_amount_limit: z.number().int().describe(\"Maximum amount in cents for a single transaction\").optional(),\n}).describe(\"Spending restrictions for the card\").optional(),\n});\nconst RampIssueVirtualCard_DeferredTaskDataSchema: z.ZodTypeAny = z.object({\n limitId: z.string().describe(\"Unique identifier of the created virtual card limit (returned when task completes successfully).\").nullable().optional(),\n});\nconst RampIssueVirtualCard_DeferredTaskContextSchema: z.ZodTypeAny = z.object({\n actingUserId: z.string().describe(\"Unique identifier of the user who initiated the virtual card creation request.\").nullable().optional(),\n});\nexport const RampIssueVirtualCardOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deferred task used to track the asynchronous virtual card creation operation.\"),\n data: RampIssueVirtualCard_DeferredTaskDataSchema.nullable().optional(),\n status: z.string().describe(\"Status of the deferred task. Possible values: STARTED, IN_PROGRESS, ERROR, SUCCESS.\").nullable().optional(),\n context: RampIssueVirtualCard_DeferredTaskContextSchema.nullable().optional(),\n});\n\nexport const rampIssueVirtualCard = action(\"RAMP_ISSUE_VIRTUAL_CARD\", {\n slug: \"ramp-issue-virtual-card\",\n name: \"Issue Virtual Card\",\n description: \"Tool for issuing virtual cards to users instantly. Creates cards with customizable spending limits and restrictions. Returns full card details including card number and CVV.\",\n input: RampIssueVirtualCardInput,\n output: RampIssueVirtualCardOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC3D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACrF,uBAAuB,EAAE,OAAO;EAChC,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;EAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EAC5G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAC3G,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACzH,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACzH,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC3D,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO,EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvJ,CAAC;AACD,MAAM,iDAA+D,EAAE,OAAO,EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1I,CAAC;AAQD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;EAChI,MAAM,4CAA4C,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC9E,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-accounting-inventory-item-options.ts
|
|
4
|
+
const RampListAccountingInventoryItemOptionsInput = zod.z.object({
|
|
5
|
+
code: zod.z.string().describe("Filter by code").optional(),
|
|
6
|
+
start: zod.z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
7
|
+
is_active: zod.z.boolean().describe("Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.").optional(),
|
|
8
|
+
is_synced: zod.z.boolean().describe("Filter by sync status with the accounting system").optional(),
|
|
9
|
+
page_size: zod.z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional(),
|
|
10
|
+
remote_id: zod.z.string().describe("Filter by Remote/external ID from the ERP system").optional()
|
|
11
|
+
}).describe("Request parameters to list accounting inventory item options.");
|
|
12
|
+
const RampListAccountingInventoryItemOptions_InventoryItemOptionSchema = zod.z.object({
|
|
13
|
+
id: zod.z.string().describe("Remote/external ID of inventory item in ERP system"),
|
|
14
|
+
name: zod.z.string().describe("Display name of the inventory item"),
|
|
15
|
+
ramp_id: zod.z.string().describe("Ramp's unique identifier for this inventory item"),
|
|
16
|
+
is_active: zod.z.boolean().describe("Whether the inventory item is active"),
|
|
17
|
+
accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the inventory item is associated with")
|
|
18
|
+
}).describe("Individual inventory item option object.");
|
|
19
|
+
const RampListAccountingInventoryItemOptions_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
20
|
+
const RampListAccountingInventoryItemOptionsOutput = zod.z.object({
|
|
21
|
+
data: zod.z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe("Array of inventory item option objects returned in the paginated response"),
|
|
22
|
+
page: RampListAccountingInventoryItemOptions_PageSchema.nullable()
|
|
23
|
+
}).describe("Response from Ramp GET accounting inventory item options endpoint with paginated data.");
|
|
24
|
+
const rampListAccountingInventoryItemOptions = require_action.action("RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS", {
|
|
25
|
+
slug: "ramp-list-accounting-inventory-item-options",
|
|
26
|
+
name: "List Accounting Inventory Item Options",
|
|
27
|
+
description: "Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.",
|
|
28
|
+
input: RampListAccountingInventoryItemOptionsInput,
|
|
29
|
+
output: RampListAccountingInventoryItemOptionsOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.rampListAccountingInventoryItemOptions = rampListAccountingInventoryItemOptions;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-accounting-inventory-item-options.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-inventory-item-options.cjs","names":["z","action"],"sources":["../../src/actions/list-accounting-inventory-item-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingInventoryItemOptionsInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Filter by code\").optional(),\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n is_active: z.boolean().describe(\"Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.\").optional(),\n is_synced: z.boolean().describe(\"Filter by sync status with the accounting system\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n remote_id: z.string().describe(\"Filter by Remote/external ID from the ERP system\").optional(),\n}).describe(\"Request parameters to list accounting inventory item options.\");\nconst RampListAccountingInventoryItemOptions_InventoryItemOptionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of inventory item in ERP system\"),\n name: z.string().describe(\"Display name of the inventory item\"),\n ramp_id: z.string().describe(\"Ramp's unique identifier for this inventory item\"),\n is_active: z.boolean().describe(\"Whether the inventory item is active\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the inventory item is associated with\"),\n}).describe(\"Individual inventory item option object.\");\nconst RampListAccountingInventoryItemOptions_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingInventoryItemOptionsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe(\"Array of inventory item option objects returned in the paginated response\"),\n page: RampListAccountingInventoryItemOptions_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting inventory item options endpoint with paginated data.\");\n\nexport const rampListAccountingInventoryItemOptions = action(\"RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS\", {\n slug: \"ramp-list-accounting-inventory-item-options\",\n name: \"List Accounting Inventory Item Options\",\n description: \"Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.\",\n input: RampListAccountingInventoryItemOptionsInput,\n output: RampListAccountingInventoryItemOptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;CAC1L,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC1M,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC;CACtE,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AAC9H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO,EAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,MAAMA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,2EAA2E;CACpK,MAAM,kDAAkD,SAAS;AACnE,CAAC,CAAC,CAAC,SAAS,wFAAwF;AAEpG,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-accounting-inventory-item-options.d.ts
|
|
4
|
+
declare const RampListAccountingInventoryItemOptionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListAccountingInventoryItemOptionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListAccountingInventoryItemOptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListAccountingInventoryItemOptions };
|
|
9
|
+
//# sourceMappingURL=list-accounting-inventory-item-options.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-inventory-item-options.d.cts","names":[],"sources":["../../src/actions/list-accounting-inventory-item-options.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAOgB;AAAA,cAW/D,4CAAA,EAA8C,CAAA,CAAE,UAGwC;AAAA,cAExF,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-accounting-inventory-item-options.d.ts
|
|
4
|
+
declare const RampListAccountingInventoryItemOptionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListAccountingInventoryItemOptionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListAccountingInventoryItemOptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListAccountingInventoryItemOptions };
|
|
9
|
+
//# sourceMappingURL=list-accounting-inventory-item-options.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-inventory-item-options.d.mts","names":[],"sources":["../../src/actions/list-accounting-inventory-item-options.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAOgB;AAAA,cAW/D,4CAAA,EAA8C,CAAA,CAAE,UAGwC;AAAA,cAExF,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-accounting-inventory-item-options.ts
|
|
4
|
+
const RampListAccountingInventoryItemOptionsInput = z.object({
|
|
5
|
+
code: z.string().describe("Filter by code").optional(),
|
|
6
|
+
start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
7
|
+
is_active: z.boolean().describe("Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.").optional(),
|
|
8
|
+
is_synced: z.boolean().describe("Filter by sync status with the accounting system").optional(),
|
|
9
|
+
page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional(),
|
|
10
|
+
remote_id: z.string().describe("Filter by Remote/external ID from the ERP system").optional()
|
|
11
|
+
}).describe("Request parameters to list accounting inventory item options.");
|
|
12
|
+
const RampListAccountingInventoryItemOptions_InventoryItemOptionSchema = z.object({
|
|
13
|
+
id: z.string().describe("Remote/external ID of inventory item in ERP system"),
|
|
14
|
+
name: z.string().describe("Display name of the inventory item"),
|
|
15
|
+
ramp_id: z.string().describe("Ramp's unique identifier for this inventory item"),
|
|
16
|
+
is_active: z.boolean().describe("Whether the inventory item is active"),
|
|
17
|
+
accounting_connection_id: z.string().describe("UUID of the accounting connection that the inventory item is associated with")
|
|
18
|
+
}).describe("Individual inventory item option object.");
|
|
19
|
+
const RampListAccountingInventoryItemOptions_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
20
|
+
const rampListAccountingInventoryItemOptions = action("RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS", {
|
|
21
|
+
slug: "ramp-list-accounting-inventory-item-options",
|
|
22
|
+
name: "List Accounting Inventory Item Options",
|
|
23
|
+
description: "Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.",
|
|
24
|
+
input: RampListAccountingInventoryItemOptionsInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
data: z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe("Array of inventory item option objects returned in the paginated response"),
|
|
27
|
+
page: RampListAccountingInventoryItemOptions_PageSchema.nullable()
|
|
28
|
+
}).describe("Response from Ramp GET accounting inventory item options endpoint with paginated data.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { rampListAccountingInventoryItemOptions };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-accounting-inventory-item-options.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-inventory-item-options.mjs","names":[],"sources":["../../src/actions/list-accounting-inventory-item-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingInventoryItemOptionsInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Filter by code\").optional(),\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n is_active: z.boolean().describe(\"Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.\").optional(),\n is_synced: z.boolean().describe(\"Filter by sync status with the accounting system\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n remote_id: z.string().describe(\"Filter by Remote/external ID from the ERP system\").optional(),\n}).describe(\"Request parameters to list accounting inventory item options.\");\nconst RampListAccountingInventoryItemOptions_InventoryItemOptionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of inventory item in ERP system\"),\n name: z.string().describe(\"Display name of the inventory item\"),\n ramp_id: z.string().describe(\"Ramp's unique identifier for this inventory item\"),\n is_active: z.boolean().describe(\"Whether the inventory item is active\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the inventory item is associated with\"),\n}).describe(\"Individual inventory item option object.\");\nconst RampListAccountingInventoryItemOptions_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingInventoryItemOptionsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe(\"Array of inventory item option objects returned in the paginated response\"),\n page: RampListAccountingInventoryItemOptions_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting inventory item options endpoint with paginated data.\");\n\nexport const rampListAccountingInventoryItemOptions = action(\"RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS\", {\n slug: \"ramp-list-accounting-inventory-item-options\",\n name: \"List Accounting Inventory Item Options\",\n description: \"Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.\",\n input: RampListAccountingInventoryItemOptionsInput,\n output: RampListAccountingInventoryItemOptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4D,EAAE,OAAO;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;CAC1L,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC1M,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mEAAiF,EAAE,OAAO;CAC9F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC;CACtE,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AAC9H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,oDAAkE,EAAE,OAAO,EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwE,EAAE,OAAO;EACjF,MAAM,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,2EAA2E;EACpK,MAAM,kDAAkD,SAAS;CACnE,CAAC,CAAC,CAAC,SAAS,wFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-accounting-tax-rates.ts
|
|
4
|
+
const RampListAccountingTaxRatesInput = zod.z.object({
|
|
5
|
+
start: zod.z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
6
|
+
page_size: zod.z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
|
|
7
|
+
}).describe("Request parameters to list accounting tax rates.");
|
|
8
|
+
const RampListAccountingTaxRates_TaxRateSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the tax rate in the external accounting system"),
|
|
10
|
+
name: zod.z.string().describe("Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')"),
|
|
11
|
+
rate: zod.z.string().describe("The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)"),
|
|
12
|
+
ramp_id: zod.z.string().describe("Ramp's internal UUID for the tax rate"),
|
|
13
|
+
accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the tax rate is associated with"),
|
|
14
|
+
accounting_gl_account_id: zod.z.string().describe("UUID of the general ledger account associated with this tax rate")
|
|
15
|
+
}).describe("Individual tax rate object.");
|
|
16
|
+
const RampListAccountingTaxRates_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
17
|
+
const RampListAccountingTaxRatesOutput = zod.z.object({
|
|
18
|
+
data: zod.z.array(RampListAccountingTaxRates_TaxRateSchema).describe("Array of tax rate objects returned in the paginated response"),
|
|
19
|
+
page: RampListAccountingTaxRates_PageSchema.nullable()
|
|
20
|
+
}).describe("Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.");
|
|
21
|
+
const rampListAccountingTaxRates = require_action.action("RAMP_LIST_ACCOUNTING_TAX_RATES", {
|
|
22
|
+
slug: "ramp-list-accounting-tax-rates",
|
|
23
|
+
name: "List Accounting Tax Rates",
|
|
24
|
+
description: "Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.",
|
|
25
|
+
input: RampListAccountingTaxRatesInput,
|
|
26
|
+
output: RampListAccountingTaxRatesOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.rampListAccountingTaxRates = rampListAccountingTaxRates;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-accounting-tax-rates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-tax-rates.cjs","names":["z","action"],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingTaxRatesInput: z.ZodTypeAny = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list accounting tax rates.\");\nconst RampListAccountingTaxRates_TaxRateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the tax rate in the external accounting system\"),\n name: z.string().describe(\"Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')\"),\n rate: z.string().describe(\"The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)\"),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the tax rate\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the tax rate is associated with\"),\n accounting_gl_account_id: z.string().describe(\"UUID of the general ledger account associated with this tax rate\"),\n}).describe(\"Individual tax rate object.\");\nconst RampListAccountingTaxRates_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingTaxRatesOutput: z.ZodTypeAny = z.object({\n data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe(\"Array of tax rate objects returned in the paginated response\"),\n page: RampListAccountingTaxRates_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.\");\n\nexport const rampListAccountingTaxRates = action(\"RAMP_LIST_ACCOUNTING_TAX_RATES\", {\n slug: \"ramp-list-accounting-tax-rates\",\n name: \"List Accounting Tax Rates\",\n description: \"Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.\",\n input: RampListAccountingTaxRatesInput,\n output: RampListAccountingTaxRatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACtH,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAClH,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,wCAAsDA,IAAAA,EAAE,OAAO,EACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,8DAA8D;CAC/H,MAAM,sCAAsC,SAAS;AACvD,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAEhG,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-accounting-tax-rates.d.ts
|
|
4
|
+
declare const RampListAccountingTaxRatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListAccountingTaxRatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListAccountingTaxRates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListAccountingTaxRates };
|
|
9
|
+
//# sourceMappingURL=list-accounting-tax-rates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-tax-rates.d.cts","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAYlD,gCAAA,EAAkC,CAAA,CAAE,UAGgD;AAAA,cAEpF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-accounting-tax-rates.d.ts
|
|
4
|
+
declare const RampListAccountingTaxRatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListAccountingTaxRatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListAccountingTaxRates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListAccountingTaxRates };
|
|
9
|
+
//# sourceMappingURL=list-accounting-tax-rates.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-tax-rates.d.mts","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAYlD,gCAAA,EAAkC,CAAA,CAAE,UAGgD;AAAA,cAEpF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-accounting-tax-rates.ts
|
|
4
|
+
const RampListAccountingTaxRatesInput = z.object({
|
|
5
|
+
start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
6
|
+
page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
|
|
7
|
+
}).describe("Request parameters to list accounting tax rates.");
|
|
8
|
+
const RampListAccountingTaxRates_TaxRateSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the tax rate in the external accounting system"),
|
|
10
|
+
name: z.string().describe("Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')"),
|
|
11
|
+
rate: z.string().describe("The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)"),
|
|
12
|
+
ramp_id: z.string().describe("Ramp's internal UUID for the tax rate"),
|
|
13
|
+
accounting_connection_id: z.string().describe("UUID of the accounting connection that the tax rate is associated with"),
|
|
14
|
+
accounting_gl_account_id: z.string().describe("UUID of the general ledger account associated with this tax rate")
|
|
15
|
+
}).describe("Individual tax rate object.");
|
|
16
|
+
const RampListAccountingTaxRates_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
17
|
+
const rampListAccountingTaxRates = action("RAMP_LIST_ACCOUNTING_TAX_RATES", {
|
|
18
|
+
slug: "ramp-list-accounting-tax-rates",
|
|
19
|
+
name: "List Accounting Tax Rates",
|
|
20
|
+
description: "Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.",
|
|
21
|
+
input: RampListAccountingTaxRatesInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe("Array of tax rate objects returned in the paginated response"),
|
|
24
|
+
page: RampListAccountingTaxRates_PageSchema.nullable()
|
|
25
|
+
}).describe("Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { rampListAccountingTaxRates };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-accounting-tax-rates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-accounting-tax-rates.mjs","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingTaxRatesInput: z.ZodTypeAny = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list accounting tax rates.\");\nconst RampListAccountingTaxRates_TaxRateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the tax rate in the external accounting system\"),\n name: z.string().describe(\"Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')\"),\n rate: z.string().describe(\"The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)\"),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the tax rate\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the tax rate is associated with\"),\n accounting_gl_account_id: z.string().describe(\"UUID of the general ledger account associated with this tax rate\"),\n}).describe(\"Individual tax rate object.\");\nconst RampListAccountingTaxRates_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingTaxRatesOutput: z.ZodTypeAny = z.object({\n data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe(\"Array of tax rate objects returned in the paginated response\"),\n page: RampListAccountingTaxRates_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.\");\n\nexport const rampListAccountingTaxRates = action(\"RAMP_LIST_ACCOUNTING_TAX_RATES\", {\n slug: \"ramp-list-accounting-tax-rates\",\n name: \"List Accounting Tax Rates\",\n description: \"Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.\",\n input: RampListAccountingTaxRatesInput,\n output: RampListAccountingTaxRatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAClG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACtH,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAClH,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,wCAAsD,EAAE,OAAO,EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,8DAA8D;EAC/H,MAAM,sCAAsC,SAAS;CACvD,CAAC,CAAC,CAAC,SAAS,oFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-cards.ts
|
|
4
|
+
const RampListCardsInput = zod.z.object({
|
|
5
|
+
start: zod.z.string().describe("ID of the last entity of the previous page for pagination").optional(),
|
|
6
|
+
user_id: zod.z.string().describe("Filter by card owner UUID").optional(),
|
|
7
|
+
entity_id: zod.z.string().describe("Filter by business entity UUID").optional(),
|
|
8
|
+
page_size: zod.z.number().int().default(20).describe("Number of results per page (2-100, default: 20)").optional(),
|
|
9
|
+
display_name: zod.z.string().describe("Filter by display name").optional(),
|
|
10
|
+
is_activated: zod.z.boolean().describe("Filter only for activated cards. Defaults to True if not specified").optional(),
|
|
11
|
+
is_terminated: zod.z.boolean().describe("Filter only for terminated cards. Defaults to False if not specified").optional(),
|
|
12
|
+
card_program_id: zod.z.string().describe("Filter by card program UUID").optional()
|
|
13
|
+
});
|
|
14
|
+
const RampListCards_RecipientAddressSchema = zod.z.object({
|
|
15
|
+
city: zod.z.string().describe("City of the shipping address.").nullable().optional(),
|
|
16
|
+
state: zod.z.string().describe("State or province code of the shipping address.").nullable().optional(),
|
|
17
|
+
country: zod.z.string().describe("Country code of the shipping address (e.g., 'US').").nullable().optional(),
|
|
18
|
+
address1: zod.z.string().describe("Primary street address line.").nullable().optional(),
|
|
19
|
+
last_name: zod.z.string().describe("Last name of the recipient.").nullable().optional(),
|
|
20
|
+
first_name: zod.z.string().describe("First name of the recipient.").nullable().optional(),
|
|
21
|
+
postal_code: zod.z.string().describe("Postal or ZIP code of the shipping address.").nullable().optional()
|
|
22
|
+
});
|
|
23
|
+
const RampListCards_ShippingSchema = zod.z.object({ recipient_address: RampListCards_RecipientAddressSchema.nullable().optional() });
|
|
24
|
+
const RampListCards_FulfillmentSchema = zod.z.object({
|
|
25
|
+
shipping: RampListCards_ShippingSchema.nullable().optional(),
|
|
26
|
+
shipping_eta: zod.z.string().describe("Estimated delivery date for the shipped card. Null if not available.").nullable().optional(),
|
|
27
|
+
shipping_date: zod.z.string().describe("Date when the card was shipped. Null if not yet shipped.").nullable().optional(),
|
|
28
|
+
fulfillment_status: zod.z.string().describe("Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').").nullable().optional(),
|
|
29
|
+
shipping_tracking_url: zod.z.string().describe("URL for tracking the card shipment. Null if not available.").nullable().optional()
|
|
30
|
+
});
|
|
31
|
+
const RampListCards_SpendingRestrictionsSchema = zod.z.object({
|
|
32
|
+
amount: zod.z.number().describe("Maximum spending amount allowed for the specified interval.").nullable().optional(),
|
|
33
|
+
interval: zod.z.string().describe("Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').").nullable().optional(),
|
|
34
|
+
suspended: zod.z.boolean().describe("Indicates whether the card spending is currently suspended.").nullable().optional(),
|
|
35
|
+
categories: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("List of merchant category codes where the card can be used. Empty array means no category restrictions.").nullable().optional(),
|
|
36
|
+
auto_lock_date: zod.z.string().describe("Date when the card will be automatically locked. Null if no auto-lock is set.").nullable().optional(),
|
|
37
|
+
blocked_categories: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("List of merchant category codes where the card cannot be used. Empty array means no blocked categories.").nullable().optional(),
|
|
38
|
+
transaction_amount_limit: zod.z.number().describe("Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.").nullable().optional()
|
|
39
|
+
});
|
|
40
|
+
const RampListCards_CardSchema = zod.z.object({
|
|
41
|
+
id: zod.z.string().describe("Unique identifier of the card (UUID format)."),
|
|
42
|
+
state: zod.z.string().describe("Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED')."),
|
|
43
|
+
entity_id: zod.z.string().describe("Unique identifier of the associated business entity (UUID format)."),
|
|
44
|
+
last_four: zod.z.string().describe("Last four digits of the card number."),
|
|
45
|
+
created_at: zod.z.string().describe("Date and time at which the card was created, in ISO8601 format."),
|
|
46
|
+
expiration: zod.z.string().describe("Expiration date of the card in MMYY format."),
|
|
47
|
+
fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),
|
|
48
|
+
is_physical: zod.z.boolean().describe("Indicates whether the card is physical (true) or virtual (false)."),
|
|
49
|
+
display_name: zod.z.string().describe("Cosmetic display name of the card."),
|
|
50
|
+
cardholder_id: zod.z.string().describe("Unique identifier of the card holder (UUID format)."),
|
|
51
|
+
card_program_id: zod.z.string().describe("Unique identifier of the card program. Null if no card program is associated.").nullable().optional(),
|
|
52
|
+
cardholder_name: zod.z.string().describe("Full name of the card holder."),
|
|
53
|
+
spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),
|
|
54
|
+
has_program_overridden: zod.z.boolean().describe("Whether the card has overridden the default settings from its card program.")
|
|
55
|
+
});
|
|
56
|
+
const RampListCards_PageSchema = zod.z.object({ next: zod.z.string().describe("Cursor or ID for fetching the next page of results. Null if this is the last page.").nullable().optional() });
|
|
57
|
+
const RampListCardsOutput = zod.z.object({
|
|
58
|
+
data: zod.z.array(RampListCards_CardSchema).describe("Array of card objects returned by the list cards endpoint."),
|
|
59
|
+
page: RampListCards_PageSchema.nullable().optional()
|
|
60
|
+
});
|
|
61
|
+
const rampListCards = require_action.action("RAMP_LIST_CARDS", {
|
|
62
|
+
slug: "ramp-list-cards",
|
|
63
|
+
name: "List All Cards",
|
|
64
|
+
description: "Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.",
|
|
65
|
+
input: RampListCardsInput,
|
|
66
|
+
output: RampListCardsOutput
|
|
67
|
+
});
|
|
68
|
+
//#endregion
|
|
69
|
+
exports.rampListCards = rampListCards;
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=list-cards.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cards.cjs","names":["z","action"],"sources":["../../src/actions/list-cards.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListCardsInput: z.ZodTypeAny = z.object({\n start: z.string().describe(\"ID of the last entity of the previous page for pagination\").optional(),\n user_id: z.string().describe(\"Filter by card owner UUID\").optional(),\n entity_id: z.string().describe(\"Filter by business entity UUID\").optional(),\n page_size: z.number().int().default(20).describe(\"Number of results per page (2-100, default: 20)\").optional(),\n display_name: z.string().describe(\"Filter by display name\").optional(),\n is_activated: z.boolean().describe(\"Filter only for activated cards. Defaults to True if not specified\").optional(),\n is_terminated: z.boolean().describe(\"Filter only for terminated cards. Defaults to False if not specified\").optional(),\n card_program_id: z.string().describe(\"Filter by card program UUID\").optional(),\n});\nconst RampListCards_RecipientAddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City of the shipping address.\").nullable().optional(),\n state: z.string().describe(\"State or province code of the shipping address.\").nullable().optional(),\n country: z.string().describe(\"Country code of the shipping address (e.g., 'US').\").nullable().optional(),\n address1: z.string().describe(\"Primary street address line.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the recipient.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the recipient.\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code of the shipping address.\").nullable().optional(),\n});\nconst RampListCards_ShippingSchema: z.ZodTypeAny = z.object({\n recipient_address: RampListCards_RecipientAddressSchema.nullable().optional(),\n});\nconst RampListCards_FulfillmentSchema: z.ZodTypeAny = z.object({\n shipping: RampListCards_ShippingSchema.nullable().optional(),\n shipping_eta: z.string().describe(\"Estimated delivery date for the shipped card. Null if not available.\").nullable().optional(),\n shipping_date: z.string().describe(\"Date when the card was shipped. Null if not yet shipped.\").nullable().optional(),\n fulfillment_status: z.string().describe(\"Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').\").nullable().optional(),\n shipping_tracking_url: z.string().describe(\"URL for tracking the card shipment. Null if not available.\").nullable().optional(),\n});\nconst RampListCards_SpendingRestrictionsSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Maximum spending amount allowed for the specified interval.\").nullable().optional(),\n interval: z.string().describe(\"Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card spending is currently suspended.\").nullable().optional(),\n categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card can be used. Empty array means no category restrictions.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Date when the card will be automatically locked. Null if no auto-lock is set.\").nullable().optional(),\n blocked_categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card cannot be used. Empty array means no blocked categories.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.\").nullable().optional(),\n});\nconst RampListCards_CardSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the card (UUID format).\"),\n state: z.string().describe(\"Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED').\"),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity (UUID format).\"),\n last_four: z.string().describe(\"Last four digits of the card number.\"),\n created_at: z.string().describe(\"Date and time at which the card was created, in ISO8601 format.\"),\n expiration: z.string().describe(\"Expiration date of the card in MMYY format.\"),\n fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether the card is physical (true) or virtual (false).\"),\n display_name: z.string().describe(\"Cosmetic display name of the card.\"),\n cardholder_id: z.string().describe(\"Unique identifier of the card holder (UUID format).\"),\n card_program_id: z.string().describe(\"Unique identifier of the card program. Null if no card program is associated.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Full name of the card holder.\"),\n spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),\n has_program_overridden: z.boolean().describe(\"Whether the card has overridden the default settings from its card program.\"),\n});\nconst RampListCards_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Cursor or ID for fetching the next page of results. Null if this is the last page.\").nullable().optional(),\n});\nexport const RampListCardsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampListCards_CardSchema).describe(\"Array of card objects returned by the list cards endpoint.\"),\n page: RampListCards_PageSchema.nullable().optional(),\n});\n\nexport const rampListCards = action(\"RAMP_LIST_CARDS\", {\n slug: \"ramp-list-cards\",\n name: \"List All Cards\",\n description: \"Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.\",\n input: RampListCardsInput,\n output: RampListCardsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACrE,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAClH,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACrH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AAC/E,CAAC;AACD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AACD,MAAM,+BAA6CA,IAAAA,EAAE,OAAO,EAC1D,mBAAmB,qCAAqC,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC;AACD,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,UAAU,6BAA6B,SAAS,CAAC,CAAC,SAAS;CAC3D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC;AACD,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrM,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7M,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnK,CAAC;AACD,MAAM,2BAAyCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,aAAa,gCAAgC,SAAS,CAAC,CAAC,SAAS;CACjE,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACxF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACpE,uBAAuB,yCAAyC,SAAS,CAAC,CAAC,SAAS;CACpF,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E;AAC5H,CAAC;AACD,MAAM,2BAAyCA,IAAAA,EAAE,OAAO,EACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtI,CAAC;AACD,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAM,wBAAwB,CAAC,CAAC,SAAS,4DAA4D;CAC7G,MAAM,yBAAyB,SAAS,CAAC,CAAC,SAAS;AACrD,CAAC;AAED,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-cards.d.ts
|
|
4
|
+
declare const RampListCardsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListCardsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListCards: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListCards };
|
|
9
|
+
//# sourceMappingURL=list-cards.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cards.d.cts","names":[],"sources":["../../src/actions/list-cards.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UASjC;AAAA,cAgDW,mBAAA,EAAqB,CAAA,CAAE,UAGlC;AAAA,cAEW,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-cards.d.ts
|
|
4
|
+
declare const RampListCardsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampListCardsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampListCards: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampListCards };
|
|
9
|
+
//# sourceMappingURL=list-cards.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cards.d.mts","names":[],"sources":["../../src/actions/list-cards.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UASjC;AAAA,cAgDW,mBAAA,EAAqB,CAAA,CAAE,UAGlC;AAAA,cAEW,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-cards.ts
|
|
4
|
+
const RampListCardsInput = z.object({
|
|
5
|
+
start: z.string().describe("ID of the last entity of the previous page for pagination").optional(),
|
|
6
|
+
user_id: z.string().describe("Filter by card owner UUID").optional(),
|
|
7
|
+
entity_id: z.string().describe("Filter by business entity UUID").optional(),
|
|
8
|
+
page_size: z.number().int().default(20).describe("Number of results per page (2-100, default: 20)").optional(),
|
|
9
|
+
display_name: z.string().describe("Filter by display name").optional(),
|
|
10
|
+
is_activated: z.boolean().describe("Filter only for activated cards. Defaults to True if not specified").optional(),
|
|
11
|
+
is_terminated: z.boolean().describe("Filter only for terminated cards. Defaults to False if not specified").optional(),
|
|
12
|
+
card_program_id: z.string().describe("Filter by card program UUID").optional()
|
|
13
|
+
});
|
|
14
|
+
const RampListCards_RecipientAddressSchema = z.object({
|
|
15
|
+
city: z.string().describe("City of the shipping address.").nullable().optional(),
|
|
16
|
+
state: z.string().describe("State or province code of the shipping address.").nullable().optional(),
|
|
17
|
+
country: z.string().describe("Country code of the shipping address (e.g., 'US').").nullable().optional(),
|
|
18
|
+
address1: z.string().describe("Primary street address line.").nullable().optional(),
|
|
19
|
+
last_name: z.string().describe("Last name of the recipient.").nullable().optional(),
|
|
20
|
+
first_name: z.string().describe("First name of the recipient.").nullable().optional(),
|
|
21
|
+
postal_code: z.string().describe("Postal or ZIP code of the shipping address.").nullable().optional()
|
|
22
|
+
});
|
|
23
|
+
const RampListCards_ShippingSchema = z.object({ recipient_address: RampListCards_RecipientAddressSchema.nullable().optional() });
|
|
24
|
+
const RampListCards_FulfillmentSchema = z.object({
|
|
25
|
+
shipping: RampListCards_ShippingSchema.nullable().optional(),
|
|
26
|
+
shipping_eta: z.string().describe("Estimated delivery date for the shipped card. Null if not available.").nullable().optional(),
|
|
27
|
+
shipping_date: z.string().describe("Date when the card was shipped. Null if not yet shipped.").nullable().optional(),
|
|
28
|
+
fulfillment_status: z.string().describe("Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').").nullable().optional(),
|
|
29
|
+
shipping_tracking_url: z.string().describe("URL for tracking the card shipment. Null if not available.").nullable().optional()
|
|
30
|
+
});
|
|
31
|
+
const RampListCards_SpendingRestrictionsSchema = z.object({
|
|
32
|
+
amount: z.number().describe("Maximum spending amount allowed for the specified interval.").nullable().optional(),
|
|
33
|
+
interval: z.string().describe("Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').").nullable().optional(),
|
|
34
|
+
suspended: z.boolean().describe("Indicates whether the card spending is currently suspended.").nullable().optional(),
|
|
35
|
+
categories: z.array(z.union([z.string(), z.number().int()])).describe("List of merchant category codes where the card can be used. Empty array means no category restrictions.").nullable().optional(),
|
|
36
|
+
auto_lock_date: z.string().describe("Date when the card will be automatically locked. Null if no auto-lock is set.").nullable().optional(),
|
|
37
|
+
blocked_categories: z.array(z.union([z.string(), z.number().int()])).describe("List of merchant category codes where the card cannot be used. Empty array means no blocked categories.").nullable().optional(),
|
|
38
|
+
transaction_amount_limit: z.number().describe("Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.").nullable().optional()
|
|
39
|
+
});
|
|
40
|
+
const RampListCards_CardSchema = z.object({
|
|
41
|
+
id: z.string().describe("Unique identifier of the card (UUID format)."),
|
|
42
|
+
state: z.string().describe("Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED')."),
|
|
43
|
+
entity_id: z.string().describe("Unique identifier of the associated business entity (UUID format)."),
|
|
44
|
+
last_four: z.string().describe("Last four digits of the card number."),
|
|
45
|
+
created_at: z.string().describe("Date and time at which the card was created, in ISO8601 format."),
|
|
46
|
+
expiration: z.string().describe("Expiration date of the card in MMYY format."),
|
|
47
|
+
fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),
|
|
48
|
+
is_physical: z.boolean().describe("Indicates whether the card is physical (true) or virtual (false)."),
|
|
49
|
+
display_name: z.string().describe("Cosmetic display name of the card."),
|
|
50
|
+
cardholder_id: z.string().describe("Unique identifier of the card holder (UUID format)."),
|
|
51
|
+
card_program_id: z.string().describe("Unique identifier of the card program. Null if no card program is associated.").nullable().optional(),
|
|
52
|
+
cardholder_name: z.string().describe("Full name of the card holder."),
|
|
53
|
+
spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),
|
|
54
|
+
has_program_overridden: z.boolean().describe("Whether the card has overridden the default settings from its card program.")
|
|
55
|
+
});
|
|
56
|
+
const RampListCards_PageSchema = z.object({ next: z.string().describe("Cursor or ID for fetching the next page of results. Null if this is the last page.").nullable().optional() });
|
|
57
|
+
const rampListCards = action("RAMP_LIST_CARDS", {
|
|
58
|
+
slug: "ramp-list-cards",
|
|
59
|
+
name: "List All Cards",
|
|
60
|
+
description: "Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.",
|
|
61
|
+
input: RampListCardsInput,
|
|
62
|
+
output: z.object({
|
|
63
|
+
data: z.array(RampListCards_CardSchema).describe("Array of card objects returned by the list cards endpoint."),
|
|
64
|
+
page: RampListCards_PageSchema.nullable().optional()
|
|
65
|
+
})
|
|
66
|
+
});
|
|
67
|
+
//#endregion
|
|
68
|
+
export { rampListCards };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=list-cards.mjs.map
|