@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,60 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-card.ts
|
|
4
|
+
const RampGetCardInput = z.object({ card_id: z.string().describe("The ID of the card to retrieve") });
|
|
5
|
+
const RampGetCard_RecipientAddressSchema = z.object({
|
|
6
|
+
city: z.string().describe("City of the shipping address.").nullable().optional(),
|
|
7
|
+
phone: z.string().describe("Phone number for delivery.").nullable().optional(),
|
|
8
|
+
state: z.string().describe("State or province code.").nullable().optional(),
|
|
9
|
+
country: z.string().describe("Country code (e.g., 'US').").nullable().optional(),
|
|
10
|
+
address1: z.string().describe("Primary street address line.").nullable().optional(),
|
|
11
|
+
last_name: z.string().describe("Last name of the recipient.").nullable().optional(),
|
|
12
|
+
first_name: z.string().describe("First name of the recipient.").nullable().optional(),
|
|
13
|
+
postal_code: z.string().describe("Postal or ZIP code.").nullable().optional()
|
|
14
|
+
}).describe("Address details for shipping.");
|
|
15
|
+
const RampGetCard_ShippingSchema = z.object({
|
|
16
|
+
method: z.string().describe("Shipping method (e.g., 'LOCAL_MAIL').").nullable().optional(),
|
|
17
|
+
recipient_address: RampGetCard_RecipientAddressSchema.nullable().optional()
|
|
18
|
+
}).describe("Shipping information for physical card delivery.");
|
|
19
|
+
const RampGetCard_FulfillmentSchema = z.object({
|
|
20
|
+
shipping: RampGetCard_ShippingSchema.nullable().optional(),
|
|
21
|
+
shipping_eta: z.string().describe("Estimated delivery date for the card.").nullable().optional(),
|
|
22
|
+
shipping_date: z.string().describe("Date when the card was shipped. Null if not yet shipped.").nullable().optional(),
|
|
23
|
+
fulfillment_status: z.string().describe("Current fulfillment status of the card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').").nullable().optional(),
|
|
24
|
+
shipping_tracking_url: z.string().describe("URL for tracking the card shipment.").nullable().optional()
|
|
25
|
+
}).describe("Fulfillment details of a Ramp card. For physical cards only.");
|
|
26
|
+
const RampGetCard_SpendingRestrictionsSchema = z.object({
|
|
27
|
+
amount: z.number().describe("The dollar limit of the card.").nullable().optional(),
|
|
28
|
+
interval: z.string().describe("The frequency at which the spending limit renews. Options include DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL.").nullable().optional(),
|
|
29
|
+
suspended: z.boolean().describe("Indicates whether the card spending is currently suspended.").nullable().optional(),
|
|
30
|
+
categories: z.array(z.string()).describe("List of allowed merchant category codes. Transactions from merchants not in these categories will be declined.").nullable().optional(),
|
|
31
|
+
auto_lock_date: z.string().describe("Auto lock date that specifies when the card will stop accepting transactions. ISO8601 format.").nullable().optional(),
|
|
32
|
+
blocked_categories: z.array(z.string()).describe("List of blocked merchant category codes. Transactions from these categories will be declined.").nullable().optional(),
|
|
33
|
+
transaction_amount_limit: z.number().describe("Maximum amount per transaction above which a transaction will be declined.").nullable().optional()
|
|
34
|
+
}).describe("Specifies the spend restrictions on a Ramp card.");
|
|
35
|
+
const rampGetCard = action("RAMP_GET_CARD", {
|
|
36
|
+
slug: "ramp-get-card",
|
|
37
|
+
name: "Get Card",
|
|
38
|
+
description: "Tool for retrieving detailed information about a specific card. Returns comprehensive card details including spending limits, cardholder info, and fulfillment status. Use this to get complete card profile for analysis or troubleshooting.",
|
|
39
|
+
input: RampGetCardInput,
|
|
40
|
+
output: z.object({
|
|
41
|
+
id: z.string().describe("Unique identifier of the card."),
|
|
42
|
+
state: z.string().describe("Current state of the card. Possible values include ACTIVE, SUSPENDED, and TERMINATED."),
|
|
43
|
+
entity_id: z.string().describe("Unique identifier of the associated business entity."),
|
|
44
|
+
last_four: z.string().describe("Last four digits of the card number."),
|
|
45
|
+
created_at: z.string().describe("Date time at which the card is created. Conforms to ISO8601 format."),
|
|
46
|
+
expiration: z.string().describe("Expiration date in the format of MMYY."),
|
|
47
|
+
fulfillment: RampGetCard_FulfillmentSchema.nullable().optional(),
|
|
48
|
+
is_physical: z.boolean().describe("Indicates whether the card is a physical card or virtual card."),
|
|
49
|
+
display_name: z.string().describe("Cosmetic display name of the card.").nullable().optional(),
|
|
50
|
+
cardholder_id: z.string().describe("Unique identifier of the card holder."),
|
|
51
|
+
card_program_id: z.string().describe("Unique identifier of the card program.").nullable().optional(),
|
|
52
|
+
cardholder_name: z.string().describe("Card holder's full name."),
|
|
53
|
+
spending_restrictions: RampGetCard_SpendingRestrictionsSchema.nullable().optional(),
|
|
54
|
+
has_program_overridden: z.boolean().describe("Whether the card has overridden the default settings from its card program.").nullable().optional()
|
|
55
|
+
}).describe("Response containing detailed information about a Ramp card.")
|
|
56
|
+
});
|
|
57
|
+
//#endregion
|
|
58
|
+
export { rampGetCard };
|
|
59
|
+
|
|
60
|
+
//# sourceMappingURL=get-card.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-card.mjs","names":[],"sources":["../../src/actions/get-card.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetCardInput: z.ZodTypeAny = z.object({\n card_id: z.string().describe(\"The ID of the card to retrieve\"),\n});\nconst RampGetCard_RecipientAddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City of the shipping address.\").nullable().optional(),\n phone: z.string().describe(\"Phone number for delivery.\").nullable().optional(),\n state: z.string().describe(\"State or province code.\").nullable().optional(),\n country: z.string().describe(\"Country code (e.g., 'US').\").nullable().optional(),\n address1: z.string().describe(\"Primary street address line.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the recipient.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the recipient.\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code.\").nullable().optional(),\n}).describe(\"Address details for shipping.\");\nconst RampGetCard_ShippingSchema: z.ZodTypeAny = z.object({\n method: z.string().describe(\"Shipping method (e.g., 'LOCAL_MAIL').\").nullable().optional(),\n recipient_address: RampGetCard_RecipientAddressSchema.nullable().optional(),\n}).describe(\"Shipping information for physical card delivery.\");\nconst RampGetCard_FulfillmentSchema: z.ZodTypeAny = z.object({\n shipping: RampGetCard_ShippingSchema.nullable().optional(),\n shipping_eta: z.string().describe(\"Estimated delivery date for the card.\").nullable().optional(),\n shipping_date: z.string().describe(\"Date when the card was shipped. Null if not yet shipped.\").nullable().optional(),\n fulfillment_status: z.string().describe(\"Current fulfillment status of the card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').\").nullable().optional(),\n shipping_tracking_url: z.string().describe(\"URL for tracking the card shipment.\").nullable().optional(),\n}).describe(\"Fulfillment details of a Ramp card. For physical cards only.\");\nconst RampGetCard_SpendingRestrictionsSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"The dollar limit of the card.\").nullable().optional(),\n interval: z.string().describe(\"The frequency at which the spending limit renews. Options include DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL.\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card spending is currently suspended.\").nullable().optional(),\n categories: z.array(z.string()).describe(\"List of allowed merchant category codes. Transactions from merchants not in these categories will be declined.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Auto lock date that specifies when the card will stop accepting transactions. ISO8601 format.\").nullable().optional(),\n blocked_categories: z.array(z.string()).describe(\"List of blocked merchant category codes. Transactions from these categories will be declined.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount per transaction above which a transaction will be declined.\").nullable().optional(),\n}).describe(\"Specifies the spend restrictions on a Ramp card.\");\nexport const RampGetCardOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the card.\"),\n state: z.string().describe(\"Current state of the card. Possible values include ACTIVE, SUSPENDED, and TERMINATED.\"),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity.\"),\n last_four: z.string().describe(\"Last four digits of the card number.\"),\n created_at: z.string().describe(\"Date time at which the card is created. Conforms to ISO8601 format.\"),\n expiration: z.string().describe(\"Expiration date in the format of MMYY.\"),\n fulfillment: RampGetCard_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether the card is a physical card or virtual card.\"),\n display_name: z.string().describe(\"Cosmetic display name of the card.\").nullable().optional(),\n cardholder_id: z.string().describe(\"Unique identifier of the card holder.\"),\n card_program_id: z.string().describe(\"Unique identifier of the card program.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Card holder's full name.\"),\n spending_restrictions: RampGetCard_SpendingRestrictionsSchema.nullable().optional(),\n has_program_overridden: z.boolean().describe(\"Whether the card has overridden the default settings from its card program.\").nullable().optional(),\n}).describe(\"Response containing detailed information about a Ramp card.\");\n\nexport const rampGetCard = action(\"RAMP_GET_CARD\", {\n slug: \"ramp-get-card\",\n name: \"Get Card\",\n description: \"Tool for retrieving detailed information about a specific card. Returns comprehensive card details including spending limits, cardholder info, and fulfillment status. Use this to get complete card profile for analysis or troubleshooting.\",\n input: RampGetCardInput,\n output: RampGetCardOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-custom-field-option.ts
|
|
4
|
+
const RampGetCustomFieldOptionInput = zod.z.object({ field_option_id: zod.z.string().describe("UUID of the custom accounting field option to fetch.") });
|
|
5
|
+
const RampGetCustomFieldOptionOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Remote/external ID of custom accounting field option from ERP system.").nullable().optional(),
|
|
7
|
+
code: zod.z.string().describe("Code of the custom field option; Usually it is a unique identifier for the custom field option in the remote ERP system.").nullable().optional(),
|
|
8
|
+
value: zod.z.string().describe("A vendor is a person or business that provides goods or services").nullable().optional(),
|
|
9
|
+
ramp_id: zod.z.string().describe("id to uniquely identify a custom field option within Ramp system").nullable().optional(),
|
|
10
|
+
is_active: zod.z.boolean().describe("Indicates whether the field option is currently active.").nullable().optional(),
|
|
11
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp indicating when the field option was created.").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp indicating when the field option was last updated.").nullable().optional(),
|
|
13
|
+
visibility: zod.z.string().describe("Visibility of the custom field option. Can be HIDDEN or VISIBLE.").nullable().optional(),
|
|
14
|
+
display_name: zod.z.string().describe("Display name of the custom field option.").nullable().optional(),
|
|
15
|
+
provider_name: zod.z.string().describe("Name of the accounting connection that the custom accounting field option belongs to.").nullable().optional(),
|
|
16
|
+
accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the custom accounting field option belongs to.").nullable().optional()
|
|
17
|
+
}).describe("Response containing details of a custom accounting field option.");
|
|
18
|
+
const rampGetCustomFieldOption = require_action.action("RAMP_GET_CUSTOM_FIELD_OPTION", {
|
|
19
|
+
slug: "ramp-get-custom-field-option",
|
|
20
|
+
name: "Get Custom Field Option",
|
|
21
|
+
description: "Tool to fetch a custom accounting field option by its ID. Use when you need to retrieve details about a specific custom accounting field option from Ramp's accounting integration.",
|
|
22
|
+
input: RampGetCustomFieldOptionInput,
|
|
23
|
+
output: RampGetCustomFieldOptionOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.rampGetCustomFieldOption = rampGetCustomFieldOption;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-custom-field-option.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field-option.cjs","names":["z","action"],"sources":["../../src/actions/get-custom-field-option.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetCustomFieldOptionInput: z.ZodTypeAny = z.object({\n field_option_id: z.string().describe(\"UUID of the custom accounting field option to fetch.\"),\n});\nexport const RampGetCustomFieldOptionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of custom accounting field option from ERP system.\").nullable().optional(),\n code: z.string().describe(\"Code of the custom field option; Usually it is a unique identifier for the custom field option in the remote ERP system.\").nullable().optional(),\n value: z.string().describe(\"A vendor is a person or business that provides goods or services\").nullable().optional(),\n ramp_id: z.string().describe(\"id to uniquely identify a custom field option within Ramp system\").nullable().optional(),\n is_active: z.boolean().describe(\"Indicates whether the field option is currently active.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the field option was created.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp indicating when the field option was last updated.\").nullable().optional(),\n visibility: z.string().describe(\"Visibility of the custom field option. Can be HIDDEN or VISIBLE.\").nullable().optional(),\n display_name: z.string().describe(\"Display name of the custom field option.\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the custom accounting field option belongs to.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the custom accounting field option belongs to.\").nullable().optional(),\n}).describe(\"Response containing details of a custom accounting field option.\");\n\nexport const rampGetCustomFieldOption = action(\"RAMP_GET_CUSTOM_FIELD_OPTION\", {\n slug: \"ramp-get-custom-field-option\",\n name: \"Get Custom Field Option\",\n description: \"Tool to fetch a custom accounting field option by its ID. Use when you need to retrieve details about a specific custom accounting field option from Ramp's accounting integration.\",\n input: RampGetCustomFieldOptionInput,\n output: RampGetCustomFieldOptionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAC7F,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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-custom-field-option.d.ts
|
|
4
|
+
declare const RampGetCustomFieldOptionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetCustomFieldOptionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetCustomFieldOption: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetCustomFieldOption };
|
|
9
|
+
//# sourceMappingURL=get-custom-field-option.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field-option.d.cts","names":[],"sources":["../../src/actions/get-custom-field-option.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAYgC;AAAA,cAElE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-custom-field-option.d.ts
|
|
4
|
+
declare const RampGetCustomFieldOptionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetCustomFieldOptionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetCustomFieldOption: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetCustomFieldOption };
|
|
9
|
+
//# sourceMappingURL=get-custom-field-option.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field-option.d.mts","names":[],"sources":["../../src/actions/get-custom-field-option.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAYgC;AAAA,cAElE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampGetCustomFieldOption = action("RAMP_GET_CUSTOM_FIELD_OPTION", {
|
|
4
|
+
slug: "ramp-get-custom-field-option",
|
|
5
|
+
name: "Get Custom Field Option",
|
|
6
|
+
description: "Tool to fetch a custom accounting field option by its ID. Use when you need to retrieve details about a specific custom accounting field option from Ramp's accounting integration.",
|
|
7
|
+
input: z.object({ field_option_id: z.string().describe("UUID of the custom accounting field option to fetch.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Remote/external ID of custom accounting field option from ERP system.").nullable().optional(),
|
|
10
|
+
code: z.string().describe("Code of the custom field option; Usually it is a unique identifier for the custom field option in the remote ERP system.").nullable().optional(),
|
|
11
|
+
value: z.string().describe("A vendor is a person or business that provides goods or services").nullable().optional(),
|
|
12
|
+
ramp_id: z.string().describe("id to uniquely identify a custom field option within Ramp system").nullable().optional(),
|
|
13
|
+
is_active: z.boolean().describe("Indicates whether the field option is currently active.").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("ISO 8601 timestamp indicating when the field option was created.").nullable().optional(),
|
|
15
|
+
updated_at: z.string().describe("ISO 8601 timestamp indicating when the field option was last updated.").nullable().optional(),
|
|
16
|
+
visibility: z.string().describe("Visibility of the custom field option. Can be HIDDEN or VISIBLE.").nullable().optional(),
|
|
17
|
+
display_name: z.string().describe("Display name of the custom field option.").nullable().optional(),
|
|
18
|
+
provider_name: z.string().describe("Name of the accounting connection that the custom accounting field option belongs to.").nullable().optional(),
|
|
19
|
+
accounting_connection_id: z.string().describe("ID of the accounting connection that the custom accounting field option belongs to.").nullable().optional()
|
|
20
|
+
}).describe("Response containing details of a custom accounting field option.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { rampGetCustomFieldOption };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-custom-field-option.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-custom-field-option.mjs","names":[],"sources":["../../src/actions/get-custom-field-option.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetCustomFieldOptionInput: z.ZodTypeAny = z.object({\n field_option_id: z.string().describe(\"UUID of the custom accounting field option to fetch.\"),\n});\nexport const RampGetCustomFieldOptionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of custom accounting field option from ERP system.\").nullable().optional(),\n code: z.string().describe(\"Code of the custom field option; Usually it is a unique identifier for the custom field option in the remote ERP system.\").nullable().optional(),\n value: z.string().describe(\"A vendor is a person or business that provides goods or services\").nullable().optional(),\n ramp_id: z.string().describe(\"id to uniquely identify a custom field option within Ramp system\").nullable().optional(),\n is_active: z.boolean().describe(\"Indicates whether the field option is currently active.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the field option was created.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp indicating when the field option was last updated.\").nullable().optional(),\n visibility: z.string().describe(\"Visibility of the custom field option. Can be HIDDEN or VISIBLE.\").nullable().optional(),\n display_name: z.string().describe(\"Display name of the custom field option.\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the custom accounting field option belongs to.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the custom accounting field option belongs to.\").nullable().optional(),\n}).describe(\"Response containing details of a custom accounting field option.\");\n\nexport const rampGetCustomFieldOption = action(\"RAMP_GET_CUSTOM_FIELD_OPTION\", {\n slug: \"ramp-get-custom-field-option\",\n name: \"Get Custom Field Option\",\n description: \"Tool to fetch a custom accounting field option by its ID. Use when you need to retrieve details about a specific custom accounting field option from Ramp's accounting integration.\",\n input: RampGetCustomFieldOptionInput,\n output: RampGetCustomFieldOptionOutput,\n});\n"],"mappings":";;AAqBA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArByD,EAAE,OAAO,EAClE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAC7F,CAmBS;CACP,QAnB0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1K,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChJ,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-department.ts
|
|
4
|
+
const RampGetDepartmentInput = zod.z.object({ department_id: zod.z.string().describe("The ID of the department to retrieve") });
|
|
5
|
+
const RampGetDepartmentOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the department in UUID format"),
|
|
7
|
+
name: zod.z.string().describe("Name of the department")
|
|
8
|
+
});
|
|
9
|
+
const rampGetDepartment = require_action.action("RAMP_GET_DEPARTMENT", {
|
|
10
|
+
slug: "ramp-get-department",
|
|
11
|
+
name: "Get Department",
|
|
12
|
+
description: "Tool for retrieving detailed information about a specific department. Returns comprehensive department details including hierarchy information. Use this to get complete department profile for organizational analysis.",
|
|
13
|
+
input: RampGetDepartmentInput,
|
|
14
|
+
output: RampGetDepartmentOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.rampGetDepartment = rampGetDepartment;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-department.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-department.cjs","names":["z","action"],"sources":["../../src/actions/get-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetDepartmentInput: z.ZodTypeAny = z.object({\n department_id: z.string().describe(\"The ID of the department to retrieve\"),\n});\nexport const RampGetDepartmentOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the department in UUID format\"),\n name: z.string().describe(\"Name of the department\"),\n});\n\nexport const rampGetDepartment = action(\"RAMP_GET_DEPARTMENT\", {\n slug: \"ramp-get-department\",\n name: \"Get Department\",\n description: \"Tool for retrieving detailed information about a specific department. Returns comprehensive department details including hierarchy information. Use this to get complete department profile for organizational analysis.\",\n input: RampGetDepartmentInput,\n output: RampGetDepartmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EAC3E,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACpD,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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-department.d.ts
|
|
4
|
+
declare const RampGetDepartmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetDepartmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetDepartment };
|
|
9
|
+
//# sourceMappingURL=get-department.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-department.d.cts","names":[],"sources":["../../src/actions/get-department.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-department.d.ts
|
|
4
|
+
declare const RampGetDepartmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetDepartmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetDepartment };
|
|
9
|
+
//# sourceMappingURL=get-department.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-department.d.mts","names":[],"sources":["../../src/actions/get-department.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampGetDepartment = action("RAMP_GET_DEPARTMENT", {
|
|
4
|
+
slug: "ramp-get-department",
|
|
5
|
+
name: "Get Department",
|
|
6
|
+
description: "Tool for retrieving detailed information about a specific department. Returns comprehensive department details including hierarchy information. Use this to get complete department profile for organizational analysis.",
|
|
7
|
+
input: z.object({ department_id: z.string().describe("The ID of the department to retrieve") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the department in UUID format"),
|
|
10
|
+
name: z.string().describe("Name of the department")
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { rampGetDepartment };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-department.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-department.mjs","names":[],"sources":["../../src/actions/get-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetDepartmentInput: z.ZodTypeAny = z.object({\n department_id: z.string().describe(\"The ID of the department to retrieve\"),\n});\nexport const RampGetDepartmentOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the department in UUID format\"),\n name: z.string().describe(\"Name of the department\"),\n});\n\nexport const rampGetDepartment = action(\"RAMP_GET_DEPARTMENT\", {\n slug: \"ramp-get-department\",\n name: \"Get Department\",\n description: \"Tool for retrieving detailed information about a specific department. Returns comprehensive department details including hierarchy information. Use this to get complete department profile for organizational analysis.\",\n input: RampGetDepartmentInput,\n output: RampGetDepartmentOutput,\n});\n"],"mappings":";;AAYA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkD,EAAE,OAAO,EAC3D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EAC3E,CAUS;CACP,QAVmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-inventory-item-field.ts
|
|
4
|
+
const RampGetInventoryItemFieldInput = zod.z.object({}).describe("Request parameters to fetch inventory item accounting field. This endpoint requires no parameters.");
|
|
5
|
+
const RampGetInventoryItemFieldOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Remote/external ID of inventory item field from ERP system."),
|
|
7
|
+
name: zod.z.string().describe("Name of the inventory item field in the remote ERP system."),
|
|
8
|
+
ramp_id: zod.z.string().describe("Unique identifier for the inventory item field within Ramp system."),
|
|
9
|
+
display_name: zod.z.string().describe("Display name of the inventory item field on Ramp.").nullable().optional(),
|
|
10
|
+
accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the inventory item field is associated with.")
|
|
11
|
+
}).describe("Response containing inventory item accounting field information.");
|
|
12
|
+
const rampGetInventoryItemField = require_action.action("RAMP_GET_INVENTORY_ITEM_FIELD", {
|
|
13
|
+
slug: "ramp-get-inventory-item-field",
|
|
14
|
+
name: "Get Inventory Item Field",
|
|
15
|
+
description: "Tool to fetch inventory item accounting field for the current accounting connection. Use when you need to retrieve the inventory item field configuration from the connected ERP system.",
|
|
16
|
+
input: RampGetInventoryItemFieldInput,
|
|
17
|
+
output: RampGetInventoryItemFieldOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.rampGetInventoryItemField = rampGetInventoryItemField;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-inventory-item-field.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-inventory-item-field.cjs","names":["z","action"],"sources":["../../src/actions/get-inventory-item-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetInventoryItemFieldInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters to fetch inventory item accounting field. This endpoint requires no parameters.\");\nexport const RampGetInventoryItemFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of inventory item field from ERP system.\"),\n name: z.string().describe(\"Name of the inventory item field in the remote ERP system.\"),\n ramp_id: z.string().describe(\"Unique identifier for the inventory item field within Ramp system.\"),\n display_name: z.string().describe(\"Display name of the inventory item field on Ramp.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the inventory item field is associated with.\"),\n}).describe(\"Response containing inventory item accounting field information.\");\n\nexport const rampGetInventoryItemField = action(\"RAMP_GET_INVENTORY_ITEM_FIELD\", {\n slug: \"ramp-get-inventory-item-field\",\n name: \"Get Inventory Item Field\",\n description: \"Tool to fetch inventory item accounting field for the current accounting connection. Use when you need to retrieve the inventory item field configuration from the connected ERP system.\",\n input: RampGetInventoryItemFieldInput,\n output: RampGetInventoryItemFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oGAAoG;AACtL,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;AACnI,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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-inventory-item-field.d.ts
|
|
4
|
+
declare const RampGetInventoryItemFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetInventoryItemFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetInventoryItemField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetInventoryItemField };
|
|
9
|
+
//# sourceMappingURL=get-inventory-item-field.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-inventory-item-field.d.cts","names":[],"sources":["../../src/actions/get-inventory-item-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAwI;AAAA,cAC1K,+BAAA,EAAiC,CAAA,CAAE,UAM+B;AAAA,cAElE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-inventory-item-field.d.ts
|
|
4
|
+
declare const RampGetInventoryItemFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetInventoryItemFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetInventoryItemField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetInventoryItemField };
|
|
9
|
+
//# sourceMappingURL=get-inventory-item-field.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-inventory-item-field.d.mts","names":[],"sources":["../../src/actions/get-inventory-item-field.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAwI;AAAA,cAC1K,+BAAA,EAAiC,CAAA,CAAE,UAM+B;AAAA,cAElE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampGetInventoryItemField = action("RAMP_GET_INVENTORY_ITEM_FIELD", {
|
|
4
|
+
slug: "ramp-get-inventory-item-field",
|
|
5
|
+
name: "Get Inventory Item Field",
|
|
6
|
+
description: "Tool to fetch inventory item accounting field for the current accounting connection. Use when you need to retrieve the inventory item field configuration from the connected ERP system.",
|
|
7
|
+
input: z.object({}).describe("Request parameters to fetch inventory item accounting field. This endpoint requires no parameters."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Remote/external ID of inventory item field from ERP system."),
|
|
10
|
+
name: z.string().describe("Name of the inventory item field in the remote ERP system."),
|
|
11
|
+
ramp_id: z.string().describe("Unique identifier for the inventory item field within Ramp system."),
|
|
12
|
+
display_name: z.string().describe("Display name of the inventory item field on Ramp.").nullable().optional(),
|
|
13
|
+
accounting_connection_id: z.string().describe("ID of the accounting connection that the inventory item field is associated with.")
|
|
14
|
+
}).describe("Response containing inventory item accounting field information.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { rampGetInventoryItemField };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-inventory-item-field.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-inventory-item-field.mjs","names":[],"sources":["../../src/actions/get-inventory-item-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetInventoryItemFieldInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters to fetch inventory item accounting field. This endpoint requires no parameters.\");\nexport const RampGetInventoryItemFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of inventory item field from ERP system.\"),\n name: z.string().describe(\"Name of the inventory item field in the remote ERP system.\"),\n ramp_id: z.string().describe(\"Unique identifier for the inventory item field within Ramp system.\"),\n display_name: z.string().describe(\"Display name of the inventory item field on Ramp.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the inventory item field is associated with.\"),\n}).describe(\"Response containing inventory item accounting field information.\");\n\nexport const rampGetInventoryItemField = action(\"RAMP_GET_INVENTORY_ITEM_FIELD\", {\n slug: \"ramp-get-inventory-item-field\",\n name: \"Get Inventory Item Field\",\n description: \"Tool to fetch inventory item accounting field for the current accounting connection. Use when you need to retrieve the inventory item field configuration from the connected ERP system.\",\n input: RampGetInventoryItemFieldInput,\n output: RampGetInventoryItemFieldOutput,\n});\n"],"mappings":";;AAaA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb0D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oGAazE;CACP,QAb2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACtF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CACnI,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-memo.ts
|
|
4
|
+
const RampGetMemoInput = zod.z.object({ transaction_id: zod.z.string().describe("Unique identifier of the transaction for which to retrieve the memo (UUID format)") });
|
|
5
|
+
const RampGetMemoOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the transaction associated with this memo (UUID format)").nullable().optional(),
|
|
7
|
+
memo: zod.z.string().describe("Text content of the memo").nullable().optional()
|
|
8
|
+
}).describe("Response containing the transaction memo details.");
|
|
9
|
+
const rampGetMemo = require_action.action("RAMP_GET_MEMO", {
|
|
10
|
+
slug: "ramp-get-memo",
|
|
11
|
+
name: "Get Memo",
|
|
12
|
+
description: "Tool to fetch a transaction memo. Use when you need to retrieve the memo text associated with a specific transaction.",
|
|
13
|
+
input: RampGetMemoInput,
|
|
14
|
+
output: RampGetMemoOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.rampGetMemo = rampGetMemo;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-memo.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-memo.cjs","names":["z","action"],"sources":["../../src/actions/get-memo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetMemoInput: z.ZodTypeAny = z.object({\n transaction_id: z.string().describe(\"Unique identifier of the transaction for which to retrieve the memo (UUID format)\"),\n});\nexport const RampGetMemoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction associated with this memo (UUID format)\").nullable().optional(),\n memo: z.string().describe(\"Text content of the memo\").nullable().optional(),\n}).describe(\"Response containing the transaction memo details.\");\n\nexport const rampGetMemo = action(\"RAMP_GET_MEMO\", {\n slug: \"ramp-get-memo\",\n name: \"Get Memo\",\n description: \"Tool to fetch a transaction memo. Use when you need to retrieve the memo text associated with a specific transaction.\",\n input: RampGetMemoInput,\n output: RampGetMemoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiCA,IAAAA,EAAE,OAAO,EACrD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,EACzH,CAAC;AACD,MAAa,oBAAkCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,cAAcC,eAAAA,OAAO,iBAAiB;CACjD,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-memo.d.ts
|
|
4
|
+
declare const RampGetMemoInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetMemoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetMemo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetMemo };
|
|
9
|
+
//# sourceMappingURL=get-memo.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-memo.d.cts","names":[],"sources":["../../src/actions/get-memo.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAE/B;AAAA,cACW,iBAAA,EAAmB,CAAA,CAAE,UAG8B;AAAA,cAEnD,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-memo.d.ts
|
|
4
|
+
declare const RampGetMemoInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetMemoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetMemo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetMemo };
|
|
9
|
+
//# sourceMappingURL=get-memo.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-memo.d.mts","names":[],"sources":["../../src/actions/get-memo.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAE/B;AAAA,cACW,iBAAA,EAAmB,CAAA,CAAE,UAG8B;AAAA,cAEnD,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampGetMemo = action("RAMP_GET_MEMO", {
|
|
4
|
+
slug: "ramp-get-memo",
|
|
5
|
+
name: "Get Memo",
|
|
6
|
+
description: "Tool to fetch a transaction memo. Use when you need to retrieve the memo text associated with a specific transaction.",
|
|
7
|
+
input: z.object({ transaction_id: z.string().describe("Unique identifier of the transaction for which to retrieve the memo (UUID format)") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the transaction associated with this memo (UUID format)").nullable().optional(),
|
|
10
|
+
memo: z.string().describe("Text content of the memo").nullable().optional()
|
|
11
|
+
}).describe("Response containing the transaction memo details.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { rampGetMemo };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-memo.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-memo.mjs","names":[],"sources":["../../src/actions/get-memo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetMemoInput: z.ZodTypeAny = z.object({\n transaction_id: z.string().describe(\"Unique identifier of the transaction for which to retrieve the memo (UUID format)\"),\n});\nexport const RampGetMemoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction associated with this memo (UUID format)\").nullable().optional(),\n memo: z.string().describe(\"Text content of the memo\").nullable().optional(),\n}).describe(\"Response containing the transaction memo details.\");\n\nexport const rampGetMemo = action(\"RAMP_GET_MEMO\", {\n slug: \"ramp-get-memo\",\n name: \"Get Memo\",\n description: \"Tool to fetch a transaction memo. Use when you need to retrieve the memo text associated with a specific transaction.\",\n input: RampGetMemoInput,\n output: RampGetMemoOutput,\n});\n"],"mappings":";;AAYA,MAAa,cAAc,OAAO,iBAAiB;CACjD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ4C,EAAE,OAAO,EACrD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,EACzH,CAUS;CACP,QAV6C,EAAE,OAAO;EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-reimbursement.ts
|
|
4
|
+
const RampGetReimbursementInput = zod.z.object({ reimbursement_id: zod.z.string().describe("ID of the reimbursement to retrieve") });
|
|
5
|
+
const RampGetReimbursement_LineItemAmountSchema = zod.z.object({
|
|
6
|
+
amount: zod.z.number().describe("Numeric value of the line item amount").nullable().optional(),
|
|
7
|
+
currency_code: zod.z.string().describe("Currency code for the line item").nullable().optional()
|
|
8
|
+
}).describe("Amount object for a line item.");
|
|
9
|
+
const RampGetReimbursement_CategoryInfoSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Internal identifier for the category").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Name of the category").nullable().optional(),
|
|
12
|
+
type: zod.z.string().describe("Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)").nullable().optional(),
|
|
13
|
+
external_id: zod.z.string().describe("External identifier for the category").nullable().optional()
|
|
14
|
+
}).describe("Category information for an accounting field.");
|
|
15
|
+
const RampGetReimbursement_AccountingFieldSelectionSchema = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("Internal identifier for the accounting field selection").nullable().optional(),
|
|
17
|
+
name: zod.z.string().describe("Name of the accounting field selection").nullable().optional(),
|
|
18
|
+
type: zod.z.string().describe("Type of the accounting field selection").nullable().optional(),
|
|
19
|
+
external_id: zod.z.string().describe("External identifier for the accounting field selection").nullable().optional(),
|
|
20
|
+
category_info: RampGetReimbursement_CategoryInfoSchema.nullable().optional()
|
|
21
|
+
}).describe("Accounting field selection with category information.");
|
|
22
|
+
const RampGetReimbursement_LineItemSchema = zod.z.object({
|
|
23
|
+
amount: RampGetReimbursement_LineItemAmountSchema.nullable().optional(),
|
|
24
|
+
accounting_field_selections: zod.z.array(RampGetReimbursement_AccountingFieldSelectionSchema).describe("Accounting field selections for this line item").nullable().optional()
|
|
25
|
+
}).describe("Individual line item within a reimbursement.");
|
|
26
|
+
const RampGetReimbursementOutput = zod.z.object({
|
|
27
|
+
id: zod.z.string().describe("Unique identifier for the reimbursement"),
|
|
28
|
+
state: zod.z.string().describe("Current state of the reimbursement (e.g., PENDING, APPROVED, DECLINED, PAID)").nullable().optional(),
|
|
29
|
+
amount: zod.z.number().describe("The reimbursement monetary value"),
|
|
30
|
+
user_id: zod.z.string().describe("Identifier linking the reimbursement to a specific user"),
|
|
31
|
+
currency: zod.z.string().describe("The currency code for the reimbursement amount (e.g., USD, EUR)"),
|
|
32
|
+
distance: zod.z.number().describe("Distance for mileage reimbursements").nullable().optional(),
|
|
33
|
+
merchant: zod.z.string().describe("Name or identifier of the merchant involved in the transaction (may be null for mileage reimbursements)").nullable().optional(),
|
|
34
|
+
receipts: zod.z.array(zod.z.string()).describe("Collection of receipt identifiers or references associated with the reimbursement"),
|
|
35
|
+
direction: zod.z.string().describe("Direction of payment (e.g., BUSINESS_TO_USER)").nullable().optional(),
|
|
36
|
+
entity_id: zod.z.string().describe("Entity identifier for multi-entity organizations").nullable().optional(),
|
|
37
|
+
created_at: zod.z.string().describe("Timestamp indicating when the reimbursement record was created (ISO 8601 datetime format)").nullable().optional(),
|
|
38
|
+
line_items: zod.z.array(RampGetReimbursement_LineItemSchema).describe("Array of individual line items within the reimbursement").nullable().optional(),
|
|
39
|
+
transaction_date: zod.z.string().describe("The date when the transaction occurred (ISO 8601 date format)").nullable().optional(),
|
|
40
|
+
accounting_field_selections: zod.z.array(RampGetReimbursement_AccountingFieldSelectionSchema).describe("Array of accounting field objects with category information").nullable().optional()
|
|
41
|
+
}).describe("Complete reimbursement details returned by the API.");
|
|
42
|
+
const rampGetReimbursement = require_action.action("RAMP_GET_REIMBURSEMENT", {
|
|
43
|
+
slug: "ramp-get-reimbursement",
|
|
44
|
+
name: "Get Reimbursement Details",
|
|
45
|
+
description: "Tool for retrieving complete details of a specific reimbursement. Includes amount, status, user information, accounting details, receipts, and sync status. Use this to get comprehensive reimbursement information for approval workflows or detailed analysis.",
|
|
46
|
+
input: RampGetReimbursementInput,
|
|
47
|
+
output: RampGetReimbursementOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.rampGetReimbursement = rampGetReimbursement;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-reimbursement.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reimbursement.cjs","names":["z","action"],"sources":["../../src/actions/get-reimbursement.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetReimbursementInput: z.ZodTypeAny = z.object({\n reimbursement_id: z.string().describe(\"ID of the reimbursement to retrieve\"),\n});\nconst RampGetReimbursement_LineItemAmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Numeric value of the line item amount\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code for the line item\").nullable().optional(),\n}).describe(\"Amount object for a line item.\");\nconst RampGetReimbursement_CategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal identifier for the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n type: z.string().describe(\"Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the category\").nullable().optional(),\n}).describe(\"Category information for an accounting field.\");\nconst RampGetReimbursement_AccountingFieldSelectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal identifier for the accounting field selection\").nullable().optional(),\n name: z.string().describe(\"Name of the accounting field selection\").nullable().optional(),\n type: z.string().describe(\"Type of the accounting field selection\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the accounting field selection\").nullable().optional(),\n category_info: RampGetReimbursement_CategoryInfoSchema.nullable().optional(),\n}).describe(\"Accounting field selection with category information.\");\nconst RampGetReimbursement_LineItemSchema: z.ZodTypeAny = z.object({\n amount: RampGetReimbursement_LineItemAmountSchema.nullable().optional(),\n accounting_field_selections: z.array(RampGetReimbursement_AccountingFieldSelectionSchema).describe(\"Accounting field selections for this line item\").nullable().optional(),\n}).describe(\"Individual line item within a reimbursement.\");\nexport const RampGetReimbursementOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the reimbursement\"),\n state: z.string().describe(\"Current state of the reimbursement (e.g., PENDING, APPROVED, DECLINED, PAID)\").nullable().optional(),\n amount: z.number().describe(\"The reimbursement monetary value\"),\n user_id: z.string().describe(\"Identifier linking the reimbursement to a specific user\"),\n currency: z.string().describe(\"The currency code for the reimbursement amount (e.g., USD, EUR)\"),\n distance: z.number().describe(\"Distance for mileage reimbursements\").nullable().optional(),\n merchant: z.string().describe(\"Name or identifier of the merchant involved in the transaction (may be null for mileage reimbursements)\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"Collection of receipt identifiers or references associated with the reimbursement\"),\n direction: z.string().describe(\"Direction of payment (e.g., BUSINESS_TO_USER)\").nullable().optional(),\n entity_id: z.string().describe(\"Entity identifier for multi-entity organizations\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp indicating when the reimbursement record was created (ISO 8601 datetime format)\").nullable().optional(),\n line_items: z.array(RampGetReimbursement_LineItemSchema).describe(\"Array of individual line items within the reimbursement\").nullable().optional(),\n transaction_date: z.string().describe(\"The date when the transaction occurred (ISO 8601 date format)\").nullable().optional(),\n accounting_field_selections: z.array(RampGetReimbursement_AccountingFieldSelectionSchema).describe(\"Array of accounting field objects with category information\").nullable().optional(),\n}).describe(\"Complete reimbursement details returned by the API.\");\n\nexport const rampGetReimbursement = action(\"RAMP_GET_REIMBURSEMENT\", {\n slug: \"ramp-get-reimbursement\",\n name: \"Get Reimbursement Details\",\n description: \"Tool for retrieving complete details of a specific reimbursement. Includes amount, status, user information, accounting details, receipts, and sync status. Use this to get comprehensive reimbursement information for approval workflows or detailed analysis.\",\n input: RampGetReimbursementInput,\n output: RampGetReimbursementOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-reimbursement.d.ts
|
|
4
|
+
declare const RampGetReimbursementInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetReimbursementOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetReimbursement: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetReimbursement };
|
|
9
|
+
//# sourceMappingURL=get-reimbursement.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reimbursement.d.cts","names":[],"sources":["../../src/actions/get-reimbursement.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cAsBW,0BAAA,EAA4B,CAAA,CAAE,UAeuB;AAAA,cAErD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-reimbursement.d.ts
|
|
4
|
+
declare const RampGetReimbursementInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetReimbursementOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetReimbursement: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetReimbursement };
|
|
9
|
+
//# sourceMappingURL=get-reimbursement.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reimbursement.d.mts","names":[],"sources":["../../src/actions/get-reimbursement.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cAsBW,0BAAA,EAA4B,CAAA,CAAE,UAeuB;AAAA,cAErD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|