@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,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-webhook.ts
|
|
4
|
+
const RampGetWebhookInput = zod.z.object({ webhook_id: zod.z.string().describe("The unique identifier of the webhook subscription to retrieve") });
|
|
5
|
+
const RampGetWebhook_WebhookStatusSchema = zod.z.enum([
|
|
6
|
+
"active",
|
|
7
|
+
"inactive",
|
|
8
|
+
"pending_verification"
|
|
9
|
+
]).describe("Status values for webhook subscriptions.");
|
|
10
|
+
const RampGetWebhook_WebhookEventTypeSchema = zod.z.enum([
|
|
11
|
+
"bills.approved",
|
|
12
|
+
"bills.created",
|
|
13
|
+
"bills.paid",
|
|
14
|
+
"bills.rejected",
|
|
15
|
+
"item_receipts.created",
|
|
16
|
+
"purchase_orders.archived",
|
|
17
|
+
"purchase_orders.created",
|
|
18
|
+
"purchase_orders.updated",
|
|
19
|
+
"reimbursements.ready_for_review",
|
|
20
|
+
"reimbursements.ready_to_sync",
|
|
21
|
+
"reimbursements.sync_requested",
|
|
22
|
+
"spend_requests.comment_created",
|
|
23
|
+
"tests.test_event",
|
|
24
|
+
"transactions.authorized",
|
|
25
|
+
"transactions.cleared",
|
|
26
|
+
"transactions.ready_for_review",
|
|
27
|
+
"transactions.ready_to_sync",
|
|
28
|
+
"transactions.sync_requested",
|
|
29
|
+
"unified_requests.external_approval_request",
|
|
30
|
+
"unified_requests.external_approval_request_reset",
|
|
31
|
+
"vendors.activated",
|
|
32
|
+
"webhooks.verification"
|
|
33
|
+
]).describe("Event types that webhooks can subscribe to.");
|
|
34
|
+
const RampGetWebhookOutput = zod.z.object({
|
|
35
|
+
id: zod.z.string().describe("Unique identifier for the webhook subscription"),
|
|
36
|
+
status: RampGetWebhook_WebhookStatusSchema.nullable(),
|
|
37
|
+
created_at: zod.z.string().describe("ISO-8601 timestamp when the subscription was created"),
|
|
38
|
+
updated_at: zod.z.string().describe("ISO-8601 timestamp when the subscription was last updated"),
|
|
39
|
+
business_id: zod.z.string().describe("UUID of the business that this webhook subscription is for").nullable().optional(),
|
|
40
|
+
event_types: zod.z.array(RampGetWebhook_WebhookEventTypeSchema).describe("Types of events this subscription will receive"),
|
|
41
|
+
endpoint_url: zod.z.string().describe("URL where webhook events will be sent")
|
|
42
|
+
}).describe("Response containing detailed information about a webhook subscription.");
|
|
43
|
+
const rampGetWebhook = require_action.action("RAMP_GET_WEBHOOK", {
|
|
44
|
+
slug: "ramp-get-webhook",
|
|
45
|
+
name: "Get Webhook",
|
|
46
|
+
description: "Tool to retrieve detailed information about a specific webhook subscription by ID. Use when you need to check webhook configuration, status, or event types.",
|
|
47
|
+
input: RampGetWebhookInput,
|
|
48
|
+
output: RampGetWebhookOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.rampGetWebhook = rampGetWebhook;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=get-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook.cjs","names":["z","action"],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"The unique identifier of the webhook subscription to retrieve\"),\n});\nconst RampGetWebhook_WebhookStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"inactive\", \"pending_verification\"]).describe(\"Status values for webhook subscriptions.\");\nconst RampGetWebhook_WebhookEventTypeSchema: z.ZodTypeAny = z.enum([\"bills.approved\", \"bills.created\", \"bills.paid\", \"bills.rejected\", \"item_receipts.created\", \"purchase_orders.archived\", \"purchase_orders.created\", \"purchase_orders.updated\", \"reimbursements.ready_for_review\", \"reimbursements.ready_to_sync\", \"reimbursements.sync_requested\", \"spend_requests.comment_created\", \"tests.test_event\", \"transactions.authorized\", \"transactions.cleared\", \"transactions.ready_for_review\", \"transactions.ready_to_sync\", \"transactions.sync_requested\", \"unified_requests.external_approval_request\", \"unified_requests.external_approval_request_reset\", \"vendors.activated\", \"webhooks.verification\"]).describe(\"Event types that webhooks can subscribe to.\");\nexport const RampGetWebhookOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the webhook subscription\"),\n status: RampGetWebhook_WebhookStatusSchema.nullable(),\n created_at: z.string().describe(\"ISO-8601 timestamp when the subscription was created\"),\n updated_at: z.string().describe(\"ISO-8601 timestamp when the subscription was last updated\"),\n business_id: z.string().describe(\"UUID of the business that this webhook subscription is for\").nullable().optional(),\n event_types: z.array(RampGetWebhook_WebhookEventTypeSchema).describe(\"Types of events this subscription will receive\"),\n endpoint_url: z.string().describe(\"URL where webhook events will be sent\"),\n}).describe(\"Response containing detailed information about a webhook subscription.\");\n\nexport const rampGetWebhook = action(\"RAMP_GET_WEBHOOK\", {\n slug: \"ramp-get-webhook\",\n name: \"Get Webhook\",\n description: \"Tool to retrieve detailed information about a specific webhook subscription by ID. Use when you need to check webhook configuration, status, or event types.\",\n input: RampGetWebhookInput,\n output: RampGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACjG,CAAC;AACD,MAAM,qCAAmDA,IAAAA,EAAE,KAAK;CAAC;CAAU;CAAY;AAAsB,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACnK,MAAM,wCAAsDA,IAAAA,EAAE,KAAK;CAAC;CAAkB;CAAiB;CAAc;CAAkB;CAAyB;CAA4B;CAA2B;CAA2B;CAAmC;CAAgC;CAAiC;CAAkC;CAAoB;CAA2B;CAAwB;CAAiC;CAA8B;CAA+B;CAA8C;CAAoD;CAAqB;AAAuB,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACpuB,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,QAAQ,mCAAmC,SAAS;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAaA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,gDAAgD;CACrH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC3E,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,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/get-webhook.d.ts
|
|
4
|
+
declare const RampGetWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetWebhook };
|
|
9
|
+
//# sourceMappingURL=get-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook.d.cts","names":[],"sources":["../../src/actions/get-webhook.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAElC;AAAA,cAGW,oBAAA,EAAsB,CAAA,CAAE,UAQgD;AAAA,cAExE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-webhook.d.ts
|
|
4
|
+
declare const RampGetWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetWebhook };
|
|
9
|
+
//# sourceMappingURL=get-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook.d.mts","names":[],"sources":["../../src/actions/get-webhook.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAElC;AAAA,cAGW,oBAAA,EAAsB,CAAA,CAAE,UAQgD;AAAA,cAExE,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-webhook.ts
|
|
4
|
+
const RampGetWebhookInput = z.object({ webhook_id: z.string().describe("The unique identifier of the webhook subscription to retrieve") });
|
|
5
|
+
const RampGetWebhook_WebhookStatusSchema = z.enum([
|
|
6
|
+
"active",
|
|
7
|
+
"inactive",
|
|
8
|
+
"pending_verification"
|
|
9
|
+
]).describe("Status values for webhook subscriptions.");
|
|
10
|
+
const RampGetWebhook_WebhookEventTypeSchema = z.enum([
|
|
11
|
+
"bills.approved",
|
|
12
|
+
"bills.created",
|
|
13
|
+
"bills.paid",
|
|
14
|
+
"bills.rejected",
|
|
15
|
+
"item_receipts.created",
|
|
16
|
+
"purchase_orders.archived",
|
|
17
|
+
"purchase_orders.created",
|
|
18
|
+
"purchase_orders.updated",
|
|
19
|
+
"reimbursements.ready_for_review",
|
|
20
|
+
"reimbursements.ready_to_sync",
|
|
21
|
+
"reimbursements.sync_requested",
|
|
22
|
+
"spend_requests.comment_created",
|
|
23
|
+
"tests.test_event",
|
|
24
|
+
"transactions.authorized",
|
|
25
|
+
"transactions.cleared",
|
|
26
|
+
"transactions.ready_for_review",
|
|
27
|
+
"transactions.ready_to_sync",
|
|
28
|
+
"transactions.sync_requested",
|
|
29
|
+
"unified_requests.external_approval_request",
|
|
30
|
+
"unified_requests.external_approval_request_reset",
|
|
31
|
+
"vendors.activated",
|
|
32
|
+
"webhooks.verification"
|
|
33
|
+
]).describe("Event types that webhooks can subscribe to.");
|
|
34
|
+
const rampGetWebhook = action("RAMP_GET_WEBHOOK", {
|
|
35
|
+
slug: "ramp-get-webhook",
|
|
36
|
+
name: "Get Webhook",
|
|
37
|
+
description: "Tool to retrieve detailed information about a specific webhook subscription by ID. Use when you need to check webhook configuration, status, or event types.",
|
|
38
|
+
input: RampGetWebhookInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
id: z.string().describe("Unique identifier for the webhook subscription"),
|
|
41
|
+
status: RampGetWebhook_WebhookStatusSchema.nullable(),
|
|
42
|
+
created_at: z.string().describe("ISO-8601 timestamp when the subscription was created"),
|
|
43
|
+
updated_at: z.string().describe("ISO-8601 timestamp when the subscription was last updated"),
|
|
44
|
+
business_id: z.string().describe("UUID of the business that this webhook subscription is for").nullable().optional(),
|
|
45
|
+
event_types: z.array(RampGetWebhook_WebhookEventTypeSchema).describe("Types of events this subscription will receive"),
|
|
46
|
+
endpoint_url: z.string().describe("URL where webhook events will be sent")
|
|
47
|
+
}).describe("Response containing detailed information about a webhook subscription.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { rampGetWebhook };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-webhook.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook.mjs","names":[],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"The unique identifier of the webhook subscription to retrieve\"),\n});\nconst RampGetWebhook_WebhookStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"inactive\", \"pending_verification\"]).describe(\"Status values for webhook subscriptions.\");\nconst RampGetWebhook_WebhookEventTypeSchema: z.ZodTypeAny = z.enum([\"bills.approved\", \"bills.created\", \"bills.paid\", \"bills.rejected\", \"item_receipts.created\", \"purchase_orders.archived\", \"purchase_orders.created\", \"purchase_orders.updated\", \"reimbursements.ready_for_review\", \"reimbursements.ready_to_sync\", \"reimbursements.sync_requested\", \"spend_requests.comment_created\", \"tests.test_event\", \"transactions.authorized\", \"transactions.cleared\", \"transactions.ready_for_review\", \"transactions.ready_to_sync\", \"transactions.sync_requested\", \"unified_requests.external_approval_request\", \"unified_requests.external_approval_request_reset\", \"vendors.activated\", \"webhooks.verification\"]).describe(\"Event types that webhooks can subscribe to.\");\nexport const RampGetWebhookOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the webhook subscription\"),\n status: RampGetWebhook_WebhookStatusSchema.nullable(),\n created_at: z.string().describe(\"ISO-8601 timestamp when the subscription was created\"),\n updated_at: z.string().describe(\"ISO-8601 timestamp when the subscription was last updated\"),\n business_id: z.string().describe(\"UUID of the business that this webhook subscription is for\").nullable().optional(),\n event_types: z.array(RampGetWebhook_WebhookEventTypeSchema).describe(\"Types of events this subscription will receive\"),\n endpoint_url: z.string().describe(\"URL where webhook events will be sent\"),\n}).describe(\"Response containing detailed information about a webhook subscription.\");\n\nexport const rampGetWebhook = action(\"RAMP_GET_WEBHOOK\", {\n slug: \"ramp-get-webhook\",\n name: \"Get Webhook\",\n description: \"Tool to retrieve detailed information about a specific webhook subscription by ID. Use when you need to check webhook configuration, status, or event types.\",\n input: RampGetWebhookInput,\n output: RampGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACjG,CAAC;AACD,MAAM,qCAAmD,EAAE,KAAK;CAAC;CAAU;CAAY;AAAsB,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACnK,MAAM,wCAAsD,EAAE,KAAK;CAAC;CAAkB;CAAiB;CAAc;CAAkB;CAAyB;CAA4B;CAA2B;CAA2B;CAAmC;CAAgC;CAAiC;CAAkC;CAAoB;CAA2B;CAAwB;CAAiC;CAA8B;CAA+B;CAA8C;CAAoD;CAAqB;AAAuB,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAWpuB,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfgD,EAAE,OAAO;EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACxE,QAAQ,mCAAmC,SAAS;EACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,aAAa,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,gDAAgD;EACrH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC3E,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_create_department = require("./create-department.cjs");
|
|
3
|
+
const require_create_inventory_item_accounting_field = require("./create-inventory-item-accounting-field.cjs");
|
|
4
|
+
const require_create_memo = require("./create-memo.cjs");
|
|
5
|
+
const require_create_mileage_reimbursement = require("./create-mileage-reimbursement.cjs");
|
|
6
|
+
const require_create_new_custom_accounting_field = require("./create-new-custom-accounting-field.cjs");
|
|
7
|
+
const require_create_tax_code_accounting_field = require("./create-tax-code-accounting-field.cjs");
|
|
8
|
+
const require_create_user_invite = require("./create-user-invite.cjs");
|
|
9
|
+
const require_create_webhook_subscription = require("./create-webhook-subscription.cjs");
|
|
10
|
+
const require_deactivate_user = require("./deactivate-user.cjs");
|
|
11
|
+
const require_delete_accounting_account = require("./delete-accounting-account.cjs");
|
|
12
|
+
const require_delete_accounting_connection = require("./delete-accounting-connection.cjs");
|
|
13
|
+
const require_delete_accounting_fields = require("./delete-accounting-fields.cjs");
|
|
14
|
+
const require_delete_accounting_inventory_item_options = require("./delete-accounting-inventory-item-options.cjs");
|
|
15
|
+
const require_delete_accounting_tax_code = require("./delete-accounting-tax-code.cjs");
|
|
16
|
+
const require_delete_accounting_tax_code_options = require("./delete-accounting-tax-code-options.cjs");
|
|
17
|
+
const require_delete_accounting_tax_rates = require("./delete-accounting-tax-rates.cjs");
|
|
18
|
+
const require_delete_accounting_vendors = require("./delete-accounting-vendors.cjs");
|
|
19
|
+
const require_delete_custom_field_option = require("./delete-custom-field-option.cjs");
|
|
20
|
+
const require_delete_inventory_item_field = require("./delete-inventory-item-field.cjs");
|
|
21
|
+
const require_delete_spend_allocation_delete_users = require("./delete-spend-allocation-delete-users.cjs");
|
|
22
|
+
const require_delete_webhook = require("./delete-webhook.cjs");
|
|
23
|
+
const require_fetch_accounting_account = require("./fetch-accounting-account.cjs");
|
|
24
|
+
const require_fetch_accounting_vendor = require("./fetch-accounting-vendor.cjs");
|
|
25
|
+
const require_fetch_custom_accounting_field = require("./fetch-custom-accounting-field.cjs");
|
|
26
|
+
const require_get_accounting_accounts = require("./get-accounting-accounts.cjs");
|
|
27
|
+
const require_get_accounting_all_connections = require("./get-accounting-all-connections.cjs");
|
|
28
|
+
const require_get_accounting_connection = require("./get-accounting-connection.cjs");
|
|
29
|
+
const require_get_accounting_connection_by_id = require("./get-accounting-connection-by-id.cjs");
|
|
30
|
+
const require_get_accounting_fields = require("./get-accounting-fields.cjs");
|
|
31
|
+
const require_get_accounting_vendors = require("./get-accounting-vendors.cjs");
|
|
32
|
+
const require_get_all_transactions = require("./get-all-transactions.cjs");
|
|
33
|
+
const require_get_card = require("./get-card.cjs");
|
|
34
|
+
const require_get_card_vault_resource = require("./get-card-vault-resource.cjs");
|
|
35
|
+
const require_get_custom_field_option = require("./get-custom-field-option.cjs");
|
|
36
|
+
const require_get_department = require("./get-department.cjs");
|
|
37
|
+
const require_get_inventory_item_field = require("./get-inventory-item-field.cjs");
|
|
38
|
+
const require_get_memo = require("./get-memo.cjs");
|
|
39
|
+
const require_get_reimbursement = require("./get-reimbursement.cjs");
|
|
40
|
+
const require_get_spend_limit = require("./get-spend-limit.cjs");
|
|
41
|
+
const require_get_statement = require("./get-statement.cjs");
|
|
42
|
+
const require_get_transaction = require("./get-transaction.cjs");
|
|
43
|
+
const require_get_user = require("./get-user.cjs");
|
|
44
|
+
const require_get_users_deferred_status = require("./get-users-deferred-status.cjs");
|
|
45
|
+
const require_get_vendor = require("./get-vendor.cjs");
|
|
46
|
+
const require_get_webhook = require("./get-webhook.cjs");
|
|
47
|
+
const require_issue_virtual_card = require("./issue-virtual-card.cjs");
|
|
48
|
+
const require_list_accounting_inventory_item_options = require("./list-accounting-inventory-item-options.cjs");
|
|
49
|
+
const require_list_accounting_tax_rates = require("./list-accounting-tax-rates.cjs");
|
|
50
|
+
const require_list_cards = require("./list-cards.cjs");
|
|
51
|
+
const require_list_departments = require("./list-departments.cjs");
|
|
52
|
+
const require_list_memos = require("./list-memos.cjs");
|
|
53
|
+
const require_list_reimbursements = require("./list-reimbursements.cjs");
|
|
54
|
+
const require_list_statements = require("./list-statements.cjs");
|
|
55
|
+
const require_list_users = require("./list-users.cjs");
|
|
56
|
+
const require_list_vendors = require("./list-vendors.cjs");
|
|
57
|
+
const require_list_vendors_accounts = require("./list-vendors-accounts.cjs");
|
|
58
|
+
const require_list_vendors_contacts = require("./list-vendors-contacts.cjs");
|
|
59
|
+
const require_list_vendors_credits = require("./list-vendors-credits.cjs");
|
|
60
|
+
const require_list_webhooks = require("./list-webhooks.cjs");
|
|
61
|
+
const require_options_for_custom_accounting_field = require("./options-for-custom-accounting-field.cjs");
|
|
62
|
+
const require_patch_accounting_connection = require("./patch-accounting-connection.cjs");
|
|
63
|
+
const require_patch_card_resource = require("./patch-card-resource.cjs");
|
|
64
|
+
const require_patch_custom_field_option = require("./patch-custom-field-option.cjs");
|
|
65
|
+
const require_patch_gl_account_resource = require("./patch-gl-account-resource.cjs");
|
|
66
|
+
const require_patch_inventory_item_field = require("./patch-inventory-item-field.cjs");
|
|
67
|
+
const require_post_accounting_accounts = require("./post-accounting-accounts.cjs");
|
|
68
|
+
const require_post_accounting_connection = require("./post-accounting-connection.cjs");
|
|
69
|
+
const require_post_accounting_vendors = require("./post-accounting-vendors.cjs");
|
|
70
|
+
const require_post_inventory_item_options = require("./post-inventory-item-options.cjs");
|
|
71
|
+
const require_post_physical_card = require("./post-physical-card.cjs");
|
|
72
|
+
const require_reactivate_accounting_connection = require("./reactivate-accounting-connection.cjs");
|
|
73
|
+
const require_reactivate_user = require("./reactivate-user.cjs");
|
|
74
|
+
const require_submit_reimbursement_receipt = require("./submit-reimbursement-receipt.cjs");
|
|
75
|
+
const require_suspend_card = require("./suspend-card.cjs");
|
|
76
|
+
const require_terminate_card = require("./terminate-card.cjs");
|
|
77
|
+
const require_update_accounting_field = require("./update-accounting-field.cjs");
|
|
78
|
+
const require_update_accounting_inventory_item_options = require("./update-accounting-inventory-item-options.cjs");
|
|
79
|
+
const require_update_accounting_tax_code = require("./update-accounting-tax-code.cjs");
|
|
80
|
+
const require_update_accounting_tax_code_options = require("./update-accounting-tax-code-options.cjs");
|
|
81
|
+
const require_update_accounting_tax_rate = require("./update-accounting-tax-rate.cjs");
|
|
82
|
+
const require_update_accounting_vendor = require("./update-accounting-vendor.cjs");
|
|
83
|
+
const require_update_card_limit = require("./update-card-limit.cjs");
|
|
84
|
+
const require_update_department = require("./update-department.cjs");
|
|
85
|
+
const require_update_limits = require("./update-limits.cjs");
|
|
86
|
+
const require_update_user = require("./update-user.cjs");
|
|
87
|
+
const require_upload_new_options = require("./upload-new-options.cjs");
|
|
88
|
+
const require_upload_tax_code_options = require("./upload-tax-code-options.cjs");
|
|
89
|
+
const require_upload_tax_rates = require("./upload-tax-rates.cjs");
|
|
90
|
+
exports.rampCreateDepartment = require_create_department.rampCreateDepartment;
|
|
91
|
+
exports.rampCreateInventoryItemAccountingField = require_create_inventory_item_accounting_field.rampCreateInventoryItemAccountingField;
|
|
92
|
+
exports.rampCreateMemo = require_create_memo.rampCreateMemo;
|
|
93
|
+
exports.rampCreateMileageReimbursement = require_create_mileage_reimbursement.rampCreateMileageReimbursement;
|
|
94
|
+
exports.rampCreateNewCustomAccountingField = require_create_new_custom_accounting_field.rampCreateNewCustomAccountingField;
|
|
95
|
+
exports.rampCreateTaxCodeAccountingField = require_create_tax_code_accounting_field.rampCreateTaxCodeAccountingField;
|
|
96
|
+
exports.rampCreateUserInvite = require_create_user_invite.rampCreateUserInvite;
|
|
97
|
+
exports.rampCreateWebhookSubscription = require_create_webhook_subscription.rampCreateWebhookSubscription;
|
|
98
|
+
exports.rampDeactivateUser = require_deactivate_user.rampDeactivateUser;
|
|
99
|
+
exports.rampDeleteAccountingAccount = require_delete_accounting_account.rampDeleteAccountingAccount;
|
|
100
|
+
exports.rampDeleteAccountingConnection = require_delete_accounting_connection.rampDeleteAccountingConnection;
|
|
101
|
+
exports.rampDeleteAccountingFields = require_delete_accounting_fields.rampDeleteAccountingFields;
|
|
102
|
+
exports.rampDeleteAccountingInventoryItemOptions = require_delete_accounting_inventory_item_options.rampDeleteAccountingInventoryItemOptions;
|
|
103
|
+
exports.rampDeleteAccountingTaxCode = require_delete_accounting_tax_code.rampDeleteAccountingTaxCode;
|
|
104
|
+
exports.rampDeleteAccountingTaxCodeOptions = require_delete_accounting_tax_code_options.rampDeleteAccountingTaxCodeOptions;
|
|
105
|
+
exports.rampDeleteAccountingTaxRates = require_delete_accounting_tax_rates.rampDeleteAccountingTaxRates;
|
|
106
|
+
exports.rampDeleteAccountingVendors = require_delete_accounting_vendors.rampDeleteAccountingVendors;
|
|
107
|
+
exports.rampDeleteCustomFieldOption = require_delete_custom_field_option.rampDeleteCustomFieldOption;
|
|
108
|
+
exports.rampDeleteInventoryItemField = require_delete_inventory_item_field.rampDeleteInventoryItemField;
|
|
109
|
+
exports.rampDeleteSpendAllocationDeleteUsers = require_delete_spend_allocation_delete_users.rampDeleteSpendAllocationDeleteUsers;
|
|
110
|
+
exports.rampDeleteWebhook = require_delete_webhook.rampDeleteWebhook;
|
|
111
|
+
exports.rampFetchAccountingAccount = require_fetch_accounting_account.rampFetchAccountingAccount;
|
|
112
|
+
exports.rampFetchAccountingVendor = require_fetch_accounting_vendor.rampFetchAccountingVendor;
|
|
113
|
+
exports.rampFetchCustomAccountingField = require_fetch_custom_accounting_field.rampFetchCustomAccountingField;
|
|
114
|
+
exports.rampGetAccountingAccounts = require_get_accounting_accounts.rampGetAccountingAccounts;
|
|
115
|
+
exports.rampGetAccountingAllConnections = require_get_accounting_all_connections.rampGetAccountingAllConnections;
|
|
116
|
+
exports.rampGetAccountingConnection = require_get_accounting_connection.rampGetAccountingConnection;
|
|
117
|
+
exports.rampGetAccountingConnectionById = require_get_accounting_connection_by_id.rampGetAccountingConnectionById;
|
|
118
|
+
exports.rampGetAccountingFields = require_get_accounting_fields.rampGetAccountingFields;
|
|
119
|
+
exports.rampGetAccountingVendors = require_get_accounting_vendors.rampGetAccountingVendors;
|
|
120
|
+
exports.rampGetAllTransactions = require_get_all_transactions.rampGetAllTransactions;
|
|
121
|
+
exports.rampGetCard = require_get_card.rampGetCard;
|
|
122
|
+
exports.rampGetCardVaultResource = require_get_card_vault_resource.rampGetCardVaultResource;
|
|
123
|
+
exports.rampGetCustomFieldOption = require_get_custom_field_option.rampGetCustomFieldOption;
|
|
124
|
+
exports.rampGetDepartment = require_get_department.rampGetDepartment;
|
|
125
|
+
exports.rampGetInventoryItemField = require_get_inventory_item_field.rampGetInventoryItemField;
|
|
126
|
+
exports.rampGetMemo = require_get_memo.rampGetMemo;
|
|
127
|
+
exports.rampGetReimbursement = require_get_reimbursement.rampGetReimbursement;
|
|
128
|
+
exports.rampGetSpendLimit = require_get_spend_limit.rampGetSpendLimit;
|
|
129
|
+
exports.rampGetStatement = require_get_statement.rampGetStatement;
|
|
130
|
+
exports.rampGetTransaction = require_get_transaction.rampGetTransaction;
|
|
131
|
+
exports.rampGetUser = require_get_user.rampGetUser;
|
|
132
|
+
exports.rampGetUsersDeferredStatus = require_get_users_deferred_status.rampGetUsersDeferredStatus;
|
|
133
|
+
exports.rampGetVendor = require_get_vendor.rampGetVendor;
|
|
134
|
+
exports.rampGetWebhook = require_get_webhook.rampGetWebhook;
|
|
135
|
+
exports.rampIssueVirtualCard = require_issue_virtual_card.rampIssueVirtualCard;
|
|
136
|
+
exports.rampListAccountingInventoryItemOptions = require_list_accounting_inventory_item_options.rampListAccountingInventoryItemOptions;
|
|
137
|
+
exports.rampListAccountingTaxRates = require_list_accounting_tax_rates.rampListAccountingTaxRates;
|
|
138
|
+
exports.rampListCards = require_list_cards.rampListCards;
|
|
139
|
+
exports.rampListDepartments = require_list_departments.rampListDepartments;
|
|
140
|
+
exports.rampListMemos = require_list_memos.rampListMemos;
|
|
141
|
+
exports.rampListReimbursements = require_list_reimbursements.rampListReimbursements;
|
|
142
|
+
exports.rampListStatements = require_list_statements.rampListStatements;
|
|
143
|
+
exports.rampListUsers = require_list_users.rampListUsers;
|
|
144
|
+
exports.rampListVendors = require_list_vendors.rampListVendors;
|
|
145
|
+
exports.rampListVendorsAccounts = require_list_vendors_accounts.rampListVendorsAccounts;
|
|
146
|
+
exports.rampListVendorsContacts = require_list_vendors_contacts.rampListVendorsContacts;
|
|
147
|
+
exports.rampListVendorsCredits = require_list_vendors_credits.rampListVendorsCredits;
|
|
148
|
+
exports.rampListWebhooks = require_list_webhooks.rampListWebhooks;
|
|
149
|
+
exports.rampOptionsForCustomAccountingField = require_options_for_custom_accounting_field.rampOptionsForCustomAccountingField;
|
|
150
|
+
exports.rampPatchAccountingConnection = require_patch_accounting_connection.rampPatchAccountingConnection;
|
|
151
|
+
exports.rampPatchCardResource = require_patch_card_resource.rampPatchCardResource;
|
|
152
|
+
exports.rampPatchCustomFieldOption = require_patch_custom_field_option.rampPatchCustomFieldOption;
|
|
153
|
+
exports.rampPatchGlAccountResource = require_patch_gl_account_resource.rampPatchGlAccountResource;
|
|
154
|
+
exports.rampPatchInventoryItemField = require_patch_inventory_item_field.rampPatchInventoryItemField;
|
|
155
|
+
exports.rampPostAccountingAccounts = require_post_accounting_accounts.rampPostAccountingAccounts;
|
|
156
|
+
exports.rampPostAccountingConnection = require_post_accounting_connection.rampPostAccountingConnection;
|
|
157
|
+
exports.rampPostAccountingVendors = require_post_accounting_vendors.rampPostAccountingVendors;
|
|
158
|
+
exports.rampPostInventoryItemOptions = require_post_inventory_item_options.rampPostInventoryItemOptions;
|
|
159
|
+
exports.rampPostPhysicalCard = require_post_physical_card.rampPostPhysicalCard;
|
|
160
|
+
exports.rampReactivateAccountingConnection = require_reactivate_accounting_connection.rampReactivateAccountingConnection;
|
|
161
|
+
exports.rampReactivateUser = require_reactivate_user.rampReactivateUser;
|
|
162
|
+
exports.rampSubmitReimbursementReceipt = require_submit_reimbursement_receipt.rampSubmitReimbursementReceipt;
|
|
163
|
+
exports.rampSuspendCard = require_suspend_card.rampSuspendCard;
|
|
164
|
+
exports.rampTerminateCard = require_terminate_card.rampTerminateCard;
|
|
165
|
+
exports.rampUpdateAccountingField = require_update_accounting_field.rampUpdateAccountingField;
|
|
166
|
+
exports.rampUpdateAccountingInventoryItemOptions = require_update_accounting_inventory_item_options.rampUpdateAccountingInventoryItemOptions;
|
|
167
|
+
exports.rampUpdateAccountingTaxCode = require_update_accounting_tax_code.rampUpdateAccountingTaxCode;
|
|
168
|
+
exports.rampUpdateAccountingTaxCodeOptions = require_update_accounting_tax_code_options.rampUpdateAccountingTaxCodeOptions;
|
|
169
|
+
exports.rampUpdateAccountingTaxRate = require_update_accounting_tax_rate.rampUpdateAccountingTaxRate;
|
|
170
|
+
exports.rampUpdateAccountingVendor = require_update_accounting_vendor.rampUpdateAccountingVendor;
|
|
171
|
+
exports.rampUpdateCardLimit = require_update_card_limit.rampUpdateCardLimit;
|
|
172
|
+
exports.rampUpdateDepartment = require_update_department.rampUpdateDepartment;
|
|
173
|
+
exports.rampUpdateLimits = require_update_limits.rampUpdateLimits;
|
|
174
|
+
exports.rampUpdateUser = require_update_user.rampUpdateUser;
|
|
175
|
+
exports.rampUploadNewOptions = require_upload_new_options.rampUploadNewOptions;
|
|
176
|
+
exports.rampUploadTaxCodeOptions = require_upload_tax_code_options.rampUploadTaxCodeOptions;
|
|
177
|
+
exports.rampUploadTaxRates = require_upload_tax_rates.rampUploadTaxRates;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { rampCreateDepartment } from "./create-department.cjs";
|
|
2
|
+
import { rampCreateInventoryItemAccountingField } from "./create-inventory-item-accounting-field.cjs";
|
|
3
|
+
import { rampCreateMemo } from "./create-memo.cjs";
|
|
4
|
+
import { rampCreateMileageReimbursement } from "./create-mileage-reimbursement.cjs";
|
|
5
|
+
import { rampCreateNewCustomAccountingField } from "./create-new-custom-accounting-field.cjs";
|
|
6
|
+
import { rampCreateTaxCodeAccountingField } from "./create-tax-code-accounting-field.cjs";
|
|
7
|
+
import { rampCreateUserInvite } from "./create-user-invite.cjs";
|
|
8
|
+
import { rampCreateWebhookSubscription } from "./create-webhook-subscription.cjs";
|
|
9
|
+
import { rampDeactivateUser } from "./deactivate-user.cjs";
|
|
10
|
+
import { rampDeleteAccountingAccount } from "./delete-accounting-account.cjs";
|
|
11
|
+
import { rampDeleteAccountingConnection } from "./delete-accounting-connection.cjs";
|
|
12
|
+
import { rampDeleteAccountingFields } from "./delete-accounting-fields.cjs";
|
|
13
|
+
import { rampDeleteAccountingInventoryItemOptions } from "./delete-accounting-inventory-item-options.cjs";
|
|
14
|
+
import { rampDeleteAccountingTaxCode } from "./delete-accounting-tax-code.cjs";
|
|
15
|
+
import { rampDeleteAccountingTaxCodeOptions } from "./delete-accounting-tax-code-options.cjs";
|
|
16
|
+
import { rampDeleteAccountingTaxRates } from "./delete-accounting-tax-rates.cjs";
|
|
17
|
+
import { rampDeleteAccountingVendors } from "./delete-accounting-vendors.cjs";
|
|
18
|
+
import { rampDeleteCustomFieldOption } from "./delete-custom-field-option.cjs";
|
|
19
|
+
import { rampDeleteInventoryItemField } from "./delete-inventory-item-field.cjs";
|
|
20
|
+
import { rampDeleteSpendAllocationDeleteUsers } from "./delete-spend-allocation-delete-users.cjs";
|
|
21
|
+
import { rampDeleteWebhook } from "./delete-webhook.cjs";
|
|
22
|
+
import { rampFetchAccountingAccount } from "./fetch-accounting-account.cjs";
|
|
23
|
+
import { rampFetchAccountingVendor } from "./fetch-accounting-vendor.cjs";
|
|
24
|
+
import { rampFetchCustomAccountingField } from "./fetch-custom-accounting-field.cjs";
|
|
25
|
+
import { rampGetAccountingAccounts } from "./get-accounting-accounts.cjs";
|
|
26
|
+
import { rampGetAccountingAllConnections } from "./get-accounting-all-connections.cjs";
|
|
27
|
+
import { rampGetAccountingConnection } from "./get-accounting-connection.cjs";
|
|
28
|
+
import { rampGetAccountingConnectionById } from "./get-accounting-connection-by-id.cjs";
|
|
29
|
+
import { rampGetAccountingFields } from "./get-accounting-fields.cjs";
|
|
30
|
+
import { rampGetAccountingVendors } from "./get-accounting-vendors.cjs";
|
|
31
|
+
import { rampGetAllTransactions } from "./get-all-transactions.cjs";
|
|
32
|
+
import { rampGetCard } from "./get-card.cjs";
|
|
33
|
+
import { rampGetCardVaultResource } from "./get-card-vault-resource.cjs";
|
|
34
|
+
import { rampGetCustomFieldOption } from "./get-custom-field-option.cjs";
|
|
35
|
+
import { rampGetDepartment } from "./get-department.cjs";
|
|
36
|
+
import { rampGetInventoryItemField } from "./get-inventory-item-field.cjs";
|
|
37
|
+
import { rampGetMemo } from "./get-memo.cjs";
|
|
38
|
+
import { rampGetReimbursement } from "./get-reimbursement.cjs";
|
|
39
|
+
import { rampGetSpendLimit } from "./get-spend-limit.cjs";
|
|
40
|
+
import { rampGetStatement } from "./get-statement.cjs";
|
|
41
|
+
import { rampGetTransaction } from "./get-transaction.cjs";
|
|
42
|
+
import { rampGetUser } from "./get-user.cjs";
|
|
43
|
+
import { rampGetUsersDeferredStatus } from "./get-users-deferred-status.cjs";
|
|
44
|
+
import { rampGetVendor } from "./get-vendor.cjs";
|
|
45
|
+
import { rampGetWebhook } from "./get-webhook.cjs";
|
|
46
|
+
import { rampIssueVirtualCard } from "./issue-virtual-card.cjs";
|
|
47
|
+
import { rampListAccountingInventoryItemOptions } from "./list-accounting-inventory-item-options.cjs";
|
|
48
|
+
import { rampListAccountingTaxRates } from "./list-accounting-tax-rates.cjs";
|
|
49
|
+
import { rampListCards } from "./list-cards.cjs";
|
|
50
|
+
import { rampListDepartments } from "./list-departments.cjs";
|
|
51
|
+
import { rampListMemos } from "./list-memos.cjs";
|
|
52
|
+
import { rampListReimbursements } from "./list-reimbursements.cjs";
|
|
53
|
+
import { rampListStatements } from "./list-statements.cjs";
|
|
54
|
+
import { rampListUsers } from "./list-users.cjs";
|
|
55
|
+
import { rampListVendors } from "./list-vendors.cjs";
|
|
56
|
+
import { rampListVendorsAccounts } from "./list-vendors-accounts.cjs";
|
|
57
|
+
import { rampListVendorsContacts } from "./list-vendors-contacts.cjs";
|
|
58
|
+
import { rampListVendorsCredits } from "./list-vendors-credits.cjs";
|
|
59
|
+
import { rampListWebhooks } from "./list-webhooks.cjs";
|
|
60
|
+
import { rampOptionsForCustomAccountingField } from "./options-for-custom-accounting-field.cjs";
|
|
61
|
+
import { rampPatchAccountingConnection } from "./patch-accounting-connection.cjs";
|
|
62
|
+
import { rampPatchCardResource } from "./patch-card-resource.cjs";
|
|
63
|
+
import { rampPatchCustomFieldOption } from "./patch-custom-field-option.cjs";
|
|
64
|
+
import { rampPatchGlAccountResource } from "./patch-gl-account-resource.cjs";
|
|
65
|
+
import { rampPatchInventoryItemField } from "./patch-inventory-item-field.cjs";
|
|
66
|
+
import { rampPostAccountingAccounts } from "./post-accounting-accounts.cjs";
|
|
67
|
+
import { rampPostAccountingConnection } from "./post-accounting-connection.cjs";
|
|
68
|
+
import { rampPostAccountingVendors } from "./post-accounting-vendors.cjs";
|
|
69
|
+
import { rampPostInventoryItemOptions } from "./post-inventory-item-options.cjs";
|
|
70
|
+
import { rampPostPhysicalCard } from "./post-physical-card.cjs";
|
|
71
|
+
import { rampReactivateAccountingConnection } from "./reactivate-accounting-connection.cjs";
|
|
72
|
+
import { rampReactivateUser } from "./reactivate-user.cjs";
|
|
73
|
+
import { rampSubmitReimbursementReceipt } from "./submit-reimbursement-receipt.cjs";
|
|
74
|
+
import { rampSuspendCard } from "./suspend-card.cjs";
|
|
75
|
+
import { rampTerminateCard } from "./terminate-card.cjs";
|
|
76
|
+
import { rampUpdateAccountingField } from "./update-accounting-field.cjs";
|
|
77
|
+
import { rampUpdateAccountingInventoryItemOptions } from "./update-accounting-inventory-item-options.cjs";
|
|
78
|
+
import { rampUpdateAccountingTaxCode } from "./update-accounting-tax-code.cjs";
|
|
79
|
+
import { rampUpdateAccountingTaxCodeOptions } from "./update-accounting-tax-code-options.cjs";
|
|
80
|
+
import { rampUpdateAccountingTaxRate } from "./update-accounting-tax-rate.cjs";
|
|
81
|
+
import { rampUpdateAccountingVendor } from "./update-accounting-vendor.cjs";
|
|
82
|
+
import { rampUpdateCardLimit } from "./update-card-limit.cjs";
|
|
83
|
+
import { rampUpdateDepartment } from "./update-department.cjs";
|
|
84
|
+
import { rampUpdateLimits } from "./update-limits.cjs";
|
|
85
|
+
import { rampUpdateUser } from "./update-user.cjs";
|
|
86
|
+
import { rampUploadNewOptions } from "./upload-new-options.cjs";
|
|
87
|
+
import { rampUploadTaxCodeOptions } from "./upload-tax-code-options.cjs";
|
|
88
|
+
import { rampUploadTaxRates } from "./upload-tax-rates.cjs";
|
|
89
|
+
export { rampCreateDepartment, rampCreateInventoryItemAccountingField, rampCreateMemo, rampCreateMileageReimbursement, rampCreateNewCustomAccountingField, rampCreateTaxCodeAccountingField, rampCreateUserInvite, rampCreateWebhookSubscription, rampDeactivateUser, rampDeleteAccountingAccount, rampDeleteAccountingConnection, rampDeleteAccountingFields, rampDeleteAccountingInventoryItemOptions, rampDeleteAccountingTaxCode, rampDeleteAccountingTaxCodeOptions, rampDeleteAccountingTaxRates, rampDeleteAccountingVendors, rampDeleteCustomFieldOption, rampDeleteInventoryItemField, rampDeleteSpendAllocationDeleteUsers, rampDeleteWebhook, rampFetchAccountingAccount, rampFetchAccountingVendor, rampFetchCustomAccountingField, rampGetAccountingAccounts, rampGetAccountingAllConnections, rampGetAccountingConnection, rampGetAccountingConnectionById, rampGetAccountingFields, rampGetAccountingVendors, rampGetAllTransactions, rampGetCard, rampGetCardVaultResource, rampGetCustomFieldOption, rampGetDepartment, rampGetInventoryItemField, rampGetMemo, rampGetReimbursement, rampGetSpendLimit, rampGetStatement, rampGetTransaction, rampGetUser, rampGetUsersDeferredStatus, rampGetVendor, rampGetWebhook, rampIssueVirtualCard, rampListAccountingInventoryItemOptions, rampListAccountingTaxRates, rampListCards, rampListDepartments, rampListMemos, rampListReimbursements, rampListStatements, rampListUsers, rampListVendors, rampListVendorsAccounts, rampListVendorsContacts, rampListVendorsCredits, rampListWebhooks, rampOptionsForCustomAccountingField, rampPatchAccountingConnection, rampPatchCardResource, rampPatchCustomFieldOption, rampPatchGlAccountResource, rampPatchInventoryItemField, rampPostAccountingAccounts, rampPostAccountingConnection, rampPostAccountingVendors, rampPostInventoryItemOptions, rampPostPhysicalCard, rampReactivateAccountingConnection, rampReactivateUser, rampSubmitReimbursementReceipt, rampSuspendCard, rampTerminateCard, rampUpdateAccountingField, rampUpdateAccountingInventoryItemOptions, rampUpdateAccountingTaxCode, rampUpdateAccountingTaxCodeOptions, rampUpdateAccountingTaxRate, rampUpdateAccountingVendor, rampUpdateCardLimit, rampUpdateDepartment, rampUpdateLimits, rampUpdateUser, rampUploadNewOptions, rampUploadTaxCodeOptions, rampUploadTaxRates };
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { rampCreateDepartment } from "./create-department.mjs";
|
|
2
|
+
import { rampCreateInventoryItemAccountingField } from "./create-inventory-item-accounting-field.mjs";
|
|
3
|
+
import { rampCreateMemo } from "./create-memo.mjs";
|
|
4
|
+
import { rampCreateMileageReimbursement } from "./create-mileage-reimbursement.mjs";
|
|
5
|
+
import { rampCreateNewCustomAccountingField } from "./create-new-custom-accounting-field.mjs";
|
|
6
|
+
import { rampCreateTaxCodeAccountingField } from "./create-tax-code-accounting-field.mjs";
|
|
7
|
+
import { rampCreateUserInvite } from "./create-user-invite.mjs";
|
|
8
|
+
import { rampCreateWebhookSubscription } from "./create-webhook-subscription.mjs";
|
|
9
|
+
import { rampDeactivateUser } from "./deactivate-user.mjs";
|
|
10
|
+
import { rampDeleteAccountingAccount } from "./delete-accounting-account.mjs";
|
|
11
|
+
import { rampDeleteAccountingConnection } from "./delete-accounting-connection.mjs";
|
|
12
|
+
import { rampDeleteAccountingFields } from "./delete-accounting-fields.mjs";
|
|
13
|
+
import { rampDeleteAccountingInventoryItemOptions } from "./delete-accounting-inventory-item-options.mjs";
|
|
14
|
+
import { rampDeleteAccountingTaxCode } from "./delete-accounting-tax-code.mjs";
|
|
15
|
+
import { rampDeleteAccountingTaxCodeOptions } from "./delete-accounting-tax-code-options.mjs";
|
|
16
|
+
import { rampDeleteAccountingTaxRates } from "./delete-accounting-tax-rates.mjs";
|
|
17
|
+
import { rampDeleteAccountingVendors } from "./delete-accounting-vendors.mjs";
|
|
18
|
+
import { rampDeleteCustomFieldOption } from "./delete-custom-field-option.mjs";
|
|
19
|
+
import { rampDeleteInventoryItemField } from "./delete-inventory-item-field.mjs";
|
|
20
|
+
import { rampDeleteSpendAllocationDeleteUsers } from "./delete-spend-allocation-delete-users.mjs";
|
|
21
|
+
import { rampDeleteWebhook } from "./delete-webhook.mjs";
|
|
22
|
+
import { rampFetchAccountingAccount } from "./fetch-accounting-account.mjs";
|
|
23
|
+
import { rampFetchAccountingVendor } from "./fetch-accounting-vendor.mjs";
|
|
24
|
+
import { rampFetchCustomAccountingField } from "./fetch-custom-accounting-field.mjs";
|
|
25
|
+
import { rampGetAccountingAccounts } from "./get-accounting-accounts.mjs";
|
|
26
|
+
import { rampGetAccountingAllConnections } from "./get-accounting-all-connections.mjs";
|
|
27
|
+
import { rampGetAccountingConnection } from "./get-accounting-connection.mjs";
|
|
28
|
+
import { rampGetAccountingConnectionById } from "./get-accounting-connection-by-id.mjs";
|
|
29
|
+
import { rampGetAccountingFields } from "./get-accounting-fields.mjs";
|
|
30
|
+
import { rampGetAccountingVendors } from "./get-accounting-vendors.mjs";
|
|
31
|
+
import { rampGetAllTransactions } from "./get-all-transactions.mjs";
|
|
32
|
+
import { rampGetCard } from "./get-card.mjs";
|
|
33
|
+
import { rampGetCardVaultResource } from "./get-card-vault-resource.mjs";
|
|
34
|
+
import { rampGetCustomFieldOption } from "./get-custom-field-option.mjs";
|
|
35
|
+
import { rampGetDepartment } from "./get-department.mjs";
|
|
36
|
+
import { rampGetInventoryItemField } from "./get-inventory-item-field.mjs";
|
|
37
|
+
import { rampGetMemo } from "./get-memo.mjs";
|
|
38
|
+
import { rampGetReimbursement } from "./get-reimbursement.mjs";
|
|
39
|
+
import { rampGetSpendLimit } from "./get-spend-limit.mjs";
|
|
40
|
+
import { rampGetStatement } from "./get-statement.mjs";
|
|
41
|
+
import { rampGetTransaction } from "./get-transaction.mjs";
|
|
42
|
+
import { rampGetUser } from "./get-user.mjs";
|
|
43
|
+
import { rampGetUsersDeferredStatus } from "./get-users-deferred-status.mjs";
|
|
44
|
+
import { rampGetVendor } from "./get-vendor.mjs";
|
|
45
|
+
import { rampGetWebhook } from "./get-webhook.mjs";
|
|
46
|
+
import { rampIssueVirtualCard } from "./issue-virtual-card.mjs";
|
|
47
|
+
import { rampListAccountingInventoryItemOptions } from "./list-accounting-inventory-item-options.mjs";
|
|
48
|
+
import { rampListAccountingTaxRates } from "./list-accounting-tax-rates.mjs";
|
|
49
|
+
import { rampListCards } from "./list-cards.mjs";
|
|
50
|
+
import { rampListDepartments } from "./list-departments.mjs";
|
|
51
|
+
import { rampListMemos } from "./list-memos.mjs";
|
|
52
|
+
import { rampListReimbursements } from "./list-reimbursements.mjs";
|
|
53
|
+
import { rampListStatements } from "./list-statements.mjs";
|
|
54
|
+
import { rampListUsers } from "./list-users.mjs";
|
|
55
|
+
import { rampListVendors } from "./list-vendors.mjs";
|
|
56
|
+
import { rampListVendorsAccounts } from "./list-vendors-accounts.mjs";
|
|
57
|
+
import { rampListVendorsContacts } from "./list-vendors-contacts.mjs";
|
|
58
|
+
import { rampListVendorsCredits } from "./list-vendors-credits.mjs";
|
|
59
|
+
import { rampListWebhooks } from "./list-webhooks.mjs";
|
|
60
|
+
import { rampOptionsForCustomAccountingField } from "./options-for-custom-accounting-field.mjs";
|
|
61
|
+
import { rampPatchAccountingConnection } from "./patch-accounting-connection.mjs";
|
|
62
|
+
import { rampPatchCardResource } from "./patch-card-resource.mjs";
|
|
63
|
+
import { rampPatchCustomFieldOption } from "./patch-custom-field-option.mjs";
|
|
64
|
+
import { rampPatchGlAccountResource } from "./patch-gl-account-resource.mjs";
|
|
65
|
+
import { rampPatchInventoryItemField } from "./patch-inventory-item-field.mjs";
|
|
66
|
+
import { rampPostAccountingAccounts } from "./post-accounting-accounts.mjs";
|
|
67
|
+
import { rampPostAccountingConnection } from "./post-accounting-connection.mjs";
|
|
68
|
+
import { rampPostAccountingVendors } from "./post-accounting-vendors.mjs";
|
|
69
|
+
import { rampPostInventoryItemOptions } from "./post-inventory-item-options.mjs";
|
|
70
|
+
import { rampPostPhysicalCard } from "./post-physical-card.mjs";
|
|
71
|
+
import { rampReactivateAccountingConnection } from "./reactivate-accounting-connection.mjs";
|
|
72
|
+
import { rampReactivateUser } from "./reactivate-user.mjs";
|
|
73
|
+
import { rampSubmitReimbursementReceipt } from "./submit-reimbursement-receipt.mjs";
|
|
74
|
+
import { rampSuspendCard } from "./suspend-card.mjs";
|
|
75
|
+
import { rampTerminateCard } from "./terminate-card.mjs";
|
|
76
|
+
import { rampUpdateAccountingField } from "./update-accounting-field.mjs";
|
|
77
|
+
import { rampUpdateAccountingInventoryItemOptions } from "./update-accounting-inventory-item-options.mjs";
|
|
78
|
+
import { rampUpdateAccountingTaxCode } from "./update-accounting-tax-code.mjs";
|
|
79
|
+
import { rampUpdateAccountingTaxCodeOptions } from "./update-accounting-tax-code-options.mjs";
|
|
80
|
+
import { rampUpdateAccountingTaxRate } from "./update-accounting-tax-rate.mjs";
|
|
81
|
+
import { rampUpdateAccountingVendor } from "./update-accounting-vendor.mjs";
|
|
82
|
+
import { rampUpdateCardLimit } from "./update-card-limit.mjs";
|
|
83
|
+
import { rampUpdateDepartment } from "./update-department.mjs";
|
|
84
|
+
import { rampUpdateLimits } from "./update-limits.mjs";
|
|
85
|
+
import { rampUpdateUser } from "./update-user.mjs";
|
|
86
|
+
import { rampUploadNewOptions } from "./upload-new-options.mjs";
|
|
87
|
+
import { rampUploadTaxCodeOptions } from "./upload-tax-code-options.mjs";
|
|
88
|
+
import { rampUploadTaxRates } from "./upload-tax-rates.mjs";
|
|
89
|
+
export { rampCreateDepartment, rampCreateInventoryItemAccountingField, rampCreateMemo, rampCreateMileageReimbursement, rampCreateNewCustomAccountingField, rampCreateTaxCodeAccountingField, rampCreateUserInvite, rampCreateWebhookSubscription, rampDeactivateUser, rampDeleteAccountingAccount, rampDeleteAccountingConnection, rampDeleteAccountingFields, rampDeleteAccountingInventoryItemOptions, rampDeleteAccountingTaxCode, rampDeleteAccountingTaxCodeOptions, rampDeleteAccountingTaxRates, rampDeleteAccountingVendors, rampDeleteCustomFieldOption, rampDeleteInventoryItemField, rampDeleteSpendAllocationDeleteUsers, rampDeleteWebhook, rampFetchAccountingAccount, rampFetchAccountingVendor, rampFetchCustomAccountingField, rampGetAccountingAccounts, rampGetAccountingAllConnections, rampGetAccountingConnection, rampGetAccountingConnectionById, rampGetAccountingFields, rampGetAccountingVendors, rampGetAllTransactions, rampGetCard, rampGetCardVaultResource, rampGetCustomFieldOption, rampGetDepartment, rampGetInventoryItemField, rampGetMemo, rampGetReimbursement, rampGetSpendLimit, rampGetStatement, rampGetTransaction, rampGetUser, rampGetUsersDeferredStatus, rampGetVendor, rampGetWebhook, rampIssueVirtualCard, rampListAccountingInventoryItemOptions, rampListAccountingTaxRates, rampListCards, rampListDepartments, rampListMemos, rampListReimbursements, rampListStatements, rampListUsers, rampListVendors, rampListVendorsAccounts, rampListVendorsContacts, rampListVendorsCredits, rampListWebhooks, rampOptionsForCustomAccountingField, rampPatchAccountingConnection, rampPatchCardResource, rampPatchCustomFieldOption, rampPatchGlAccountResource, rampPatchInventoryItemField, rampPostAccountingAccounts, rampPostAccountingConnection, rampPostAccountingVendors, rampPostInventoryItemOptions, rampPostPhysicalCard, rampReactivateAccountingConnection, rampReactivateUser, rampSubmitReimbursementReceipt, rampSuspendCard, rampTerminateCard, rampUpdateAccountingField, rampUpdateAccountingInventoryItemOptions, rampUpdateAccountingTaxCode, rampUpdateAccountingTaxCodeOptions, rampUpdateAccountingTaxRate, rampUpdateAccountingVendor, rampUpdateCardLimit, rampUpdateDepartment, rampUpdateLimits, rampUpdateUser, rampUploadNewOptions, rampUploadTaxCodeOptions, rampUploadTaxRates };
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { rampCreateDepartment } from "./create-department.mjs";
|
|
2
|
+
import { rampCreateInventoryItemAccountingField } from "./create-inventory-item-accounting-field.mjs";
|
|
3
|
+
import { rampCreateMemo } from "./create-memo.mjs";
|
|
4
|
+
import { rampCreateMileageReimbursement } from "./create-mileage-reimbursement.mjs";
|
|
5
|
+
import { rampCreateNewCustomAccountingField } from "./create-new-custom-accounting-field.mjs";
|
|
6
|
+
import { rampCreateTaxCodeAccountingField } from "./create-tax-code-accounting-field.mjs";
|
|
7
|
+
import { rampCreateUserInvite } from "./create-user-invite.mjs";
|
|
8
|
+
import { rampCreateWebhookSubscription } from "./create-webhook-subscription.mjs";
|
|
9
|
+
import { rampDeactivateUser } from "./deactivate-user.mjs";
|
|
10
|
+
import { rampDeleteAccountingAccount } from "./delete-accounting-account.mjs";
|
|
11
|
+
import { rampDeleteAccountingConnection } from "./delete-accounting-connection.mjs";
|
|
12
|
+
import { rampDeleteAccountingFields } from "./delete-accounting-fields.mjs";
|
|
13
|
+
import { rampDeleteAccountingInventoryItemOptions } from "./delete-accounting-inventory-item-options.mjs";
|
|
14
|
+
import { rampDeleteAccountingTaxCode } from "./delete-accounting-tax-code.mjs";
|
|
15
|
+
import { rampDeleteAccountingTaxCodeOptions } from "./delete-accounting-tax-code-options.mjs";
|
|
16
|
+
import { rampDeleteAccountingTaxRates } from "./delete-accounting-tax-rates.mjs";
|
|
17
|
+
import { rampDeleteAccountingVendors } from "./delete-accounting-vendors.mjs";
|
|
18
|
+
import { rampDeleteCustomFieldOption } from "./delete-custom-field-option.mjs";
|
|
19
|
+
import { rampDeleteInventoryItemField } from "./delete-inventory-item-field.mjs";
|
|
20
|
+
import { rampDeleteSpendAllocationDeleteUsers } from "./delete-spend-allocation-delete-users.mjs";
|
|
21
|
+
import { rampDeleteWebhook } from "./delete-webhook.mjs";
|
|
22
|
+
import { rampFetchAccountingAccount } from "./fetch-accounting-account.mjs";
|
|
23
|
+
import { rampFetchAccountingVendor } from "./fetch-accounting-vendor.mjs";
|
|
24
|
+
import { rampFetchCustomAccountingField } from "./fetch-custom-accounting-field.mjs";
|
|
25
|
+
import { rampGetAccountingAccounts } from "./get-accounting-accounts.mjs";
|
|
26
|
+
import { rampGetAccountingAllConnections } from "./get-accounting-all-connections.mjs";
|
|
27
|
+
import { rampGetAccountingConnection } from "./get-accounting-connection.mjs";
|
|
28
|
+
import { rampGetAccountingConnectionById } from "./get-accounting-connection-by-id.mjs";
|
|
29
|
+
import { rampGetAccountingFields } from "./get-accounting-fields.mjs";
|
|
30
|
+
import { rampGetAccountingVendors } from "./get-accounting-vendors.mjs";
|
|
31
|
+
import { rampGetAllTransactions } from "./get-all-transactions.mjs";
|
|
32
|
+
import { rampGetCard } from "./get-card.mjs";
|
|
33
|
+
import { rampGetCardVaultResource } from "./get-card-vault-resource.mjs";
|
|
34
|
+
import { rampGetCustomFieldOption } from "./get-custom-field-option.mjs";
|
|
35
|
+
import { rampGetDepartment } from "./get-department.mjs";
|
|
36
|
+
import { rampGetInventoryItemField } from "./get-inventory-item-field.mjs";
|
|
37
|
+
import { rampGetMemo } from "./get-memo.mjs";
|
|
38
|
+
import { rampGetReimbursement } from "./get-reimbursement.mjs";
|
|
39
|
+
import { rampGetSpendLimit } from "./get-spend-limit.mjs";
|
|
40
|
+
import { rampGetStatement } from "./get-statement.mjs";
|
|
41
|
+
import { rampGetTransaction } from "./get-transaction.mjs";
|
|
42
|
+
import { rampGetUser } from "./get-user.mjs";
|
|
43
|
+
import { rampGetUsersDeferredStatus } from "./get-users-deferred-status.mjs";
|
|
44
|
+
import { rampGetVendor } from "./get-vendor.mjs";
|
|
45
|
+
import { rampGetWebhook } from "./get-webhook.mjs";
|
|
46
|
+
import { rampIssueVirtualCard } from "./issue-virtual-card.mjs";
|
|
47
|
+
import { rampListAccountingInventoryItemOptions } from "./list-accounting-inventory-item-options.mjs";
|
|
48
|
+
import { rampListAccountingTaxRates } from "./list-accounting-tax-rates.mjs";
|
|
49
|
+
import { rampListCards } from "./list-cards.mjs";
|
|
50
|
+
import { rampListDepartments } from "./list-departments.mjs";
|
|
51
|
+
import { rampListMemos } from "./list-memos.mjs";
|
|
52
|
+
import { rampListReimbursements } from "./list-reimbursements.mjs";
|
|
53
|
+
import { rampListStatements } from "./list-statements.mjs";
|
|
54
|
+
import { rampListUsers } from "./list-users.mjs";
|
|
55
|
+
import { rampListVendors } from "./list-vendors.mjs";
|
|
56
|
+
import { rampListVendorsAccounts } from "./list-vendors-accounts.mjs";
|
|
57
|
+
import { rampListVendorsContacts } from "./list-vendors-contacts.mjs";
|
|
58
|
+
import { rampListVendorsCredits } from "./list-vendors-credits.mjs";
|
|
59
|
+
import { rampListWebhooks } from "./list-webhooks.mjs";
|
|
60
|
+
import { rampOptionsForCustomAccountingField } from "./options-for-custom-accounting-field.mjs";
|
|
61
|
+
import { rampPatchAccountingConnection } from "./patch-accounting-connection.mjs";
|
|
62
|
+
import { rampPatchCardResource } from "./patch-card-resource.mjs";
|
|
63
|
+
import { rampPatchCustomFieldOption } from "./patch-custom-field-option.mjs";
|
|
64
|
+
import { rampPatchGlAccountResource } from "./patch-gl-account-resource.mjs";
|
|
65
|
+
import { rampPatchInventoryItemField } from "./patch-inventory-item-field.mjs";
|
|
66
|
+
import { rampPostAccountingAccounts } from "./post-accounting-accounts.mjs";
|
|
67
|
+
import { rampPostAccountingConnection } from "./post-accounting-connection.mjs";
|
|
68
|
+
import { rampPostAccountingVendors } from "./post-accounting-vendors.mjs";
|
|
69
|
+
import { rampPostInventoryItemOptions } from "./post-inventory-item-options.mjs";
|
|
70
|
+
import { rampPostPhysicalCard } from "./post-physical-card.mjs";
|
|
71
|
+
import { rampReactivateAccountingConnection } from "./reactivate-accounting-connection.mjs";
|
|
72
|
+
import { rampReactivateUser } from "./reactivate-user.mjs";
|
|
73
|
+
import { rampSubmitReimbursementReceipt } from "./submit-reimbursement-receipt.mjs";
|
|
74
|
+
import { rampSuspendCard } from "./suspend-card.mjs";
|
|
75
|
+
import { rampTerminateCard } from "./terminate-card.mjs";
|
|
76
|
+
import { rampUpdateAccountingField } from "./update-accounting-field.mjs";
|
|
77
|
+
import { rampUpdateAccountingInventoryItemOptions } from "./update-accounting-inventory-item-options.mjs";
|
|
78
|
+
import { rampUpdateAccountingTaxCode } from "./update-accounting-tax-code.mjs";
|
|
79
|
+
import { rampUpdateAccountingTaxCodeOptions } from "./update-accounting-tax-code-options.mjs";
|
|
80
|
+
import { rampUpdateAccountingTaxRate } from "./update-accounting-tax-rate.mjs";
|
|
81
|
+
import { rampUpdateAccountingVendor } from "./update-accounting-vendor.mjs";
|
|
82
|
+
import { rampUpdateCardLimit } from "./update-card-limit.mjs";
|
|
83
|
+
import { rampUpdateDepartment } from "./update-department.mjs";
|
|
84
|
+
import { rampUpdateLimits } from "./update-limits.mjs";
|
|
85
|
+
import { rampUpdateUser } from "./update-user.mjs";
|
|
86
|
+
import { rampUploadNewOptions } from "./upload-new-options.mjs";
|
|
87
|
+
import { rampUploadTaxCodeOptions } from "./upload-tax-code-options.mjs";
|
|
88
|
+
import { rampUploadTaxRates } from "./upload-tax-rates.mjs";
|
|
89
|
+
export { rampCreateDepartment, rampCreateInventoryItemAccountingField, rampCreateMemo, rampCreateMileageReimbursement, rampCreateNewCustomAccountingField, rampCreateTaxCodeAccountingField, rampCreateUserInvite, rampCreateWebhookSubscription, rampDeactivateUser, rampDeleteAccountingAccount, rampDeleteAccountingConnection, rampDeleteAccountingFields, rampDeleteAccountingInventoryItemOptions, rampDeleteAccountingTaxCode, rampDeleteAccountingTaxCodeOptions, rampDeleteAccountingTaxRates, rampDeleteAccountingVendors, rampDeleteCustomFieldOption, rampDeleteInventoryItemField, rampDeleteSpendAllocationDeleteUsers, rampDeleteWebhook, rampFetchAccountingAccount, rampFetchAccountingVendor, rampFetchCustomAccountingField, rampGetAccountingAccounts, rampGetAccountingAllConnections, rampGetAccountingConnection, rampGetAccountingConnectionById, rampGetAccountingFields, rampGetAccountingVendors, rampGetAllTransactions, rampGetCard, rampGetCardVaultResource, rampGetCustomFieldOption, rampGetDepartment, rampGetInventoryItemField, rampGetMemo, rampGetReimbursement, rampGetSpendLimit, rampGetStatement, rampGetTransaction, rampGetUser, rampGetUsersDeferredStatus, rampGetVendor, rampGetWebhook, rampIssueVirtualCard, rampListAccountingInventoryItemOptions, rampListAccountingTaxRates, rampListCards, rampListDepartments, rampListMemos, rampListReimbursements, rampListStatements, rampListUsers, rampListVendors, rampListVendorsAccounts, rampListVendorsContacts, rampListVendorsCredits, rampListWebhooks, rampOptionsForCustomAccountingField, rampPatchAccountingConnection, rampPatchCardResource, rampPatchCustomFieldOption, rampPatchGlAccountResource, rampPatchInventoryItemField, rampPostAccountingAccounts, rampPostAccountingConnection, rampPostAccountingVendors, rampPostInventoryItemOptions, rampPostPhysicalCard, rampReactivateAccountingConnection, rampReactivateUser, rampSubmitReimbursementReceipt, rampSuspendCard, rampTerminateCard, rampUpdateAccountingField, rampUpdateAccountingInventoryItemOptions, rampUpdateAccountingTaxCode, rampUpdateAccountingTaxCodeOptions, rampUpdateAccountingTaxRate, rampUpdateAccountingVendor, rampUpdateCardLimit, rampUpdateDepartment, rampUpdateLimits, rampUpdateUser, rampUploadNewOptions, rampUploadTaxCodeOptions, rampUploadTaxRates };
|