@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
package/README.md
CHANGED
|
@@ -1,61 +1,17 @@
|
|
|
1
1
|
# @keystrokehq/ramp
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Keystroke-managed integration.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Use the public Ramp credential set for connected-account workflow operations:
|
|
10
|
-
|
|
11
|
-
```ts
|
|
12
|
-
import { rampCredentialSet } from '@keystrokehq/ramp/credential-sets';
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
The package ships a hand-rolled fetch client in `src/utils/client.ts` (no third-party SDK) so OAuth token lifecycle, webhook signature verification, and Ramp's monetary-cents boundary stay aligned with the official integration model. Access tokens are read from `context.credentials.ramp.RAMP_ACCESS_TOKEN` on each request; refresh is handled by the platform OAuth machinery rather than client-side caching.
|
|
16
|
-
|
|
17
|
-
The public OAuth surface uses the Authorization Code grant with refreshable access tokens. Sandbox routing (`demo-api.ramp.com`) is available via `createRampClient(credentials, { environment: 'sandbox' })` when a workflow needs to bypass the public OAuth connection.
|
|
18
|
-
|
|
19
|
-
## Public surface
|
|
20
|
-
|
|
21
|
-
Authored workflow code should import **only** these subpaths:
|
|
22
|
-
|
|
23
|
-
| Subpath | What it exports |
|
|
24
|
-
|---|---|
|
|
25
|
-
| `@keystrokehq/ramp` | Credential sets, operations, and schemas barrels |
|
|
26
|
-
| `@keystrokehq/ramp/credential-sets` | `rampCredentialSet`, `rampAppCredentialSet`, and credential types |
|
|
27
|
-
| `@keystrokehq/ramp/operations` | All Ramp operations (also exported as `*Tool` aliases) |
|
|
28
|
-
| `@keystrokehq/ramp/schemas` | Reusable Zod schemas |
|
|
29
|
-
|
|
30
|
-
Hidden, repo-only subpaths (`_official`) are for platform internals — **do not import these from authored code**.
|
|
31
|
-
|
|
32
|
-
## Operations
|
|
33
|
-
|
|
34
|
-
All operations are bound to the `ramp` credential set and exported from `@keystrokehq/ramp/operations`:
|
|
5
|
+
**App:** `ramp`
|
|
6
|
+
**Version:** `20260616_00`
|
|
7
|
+
**Actions:** 88
|
|
35
8
|
|
|
36
9
|
```ts
|
|
37
|
-
import {
|
|
38
|
-
|
|
39
|
-
getTransactionOperation,
|
|
40
|
-
} from '@keystrokehq/ramp/operations';
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { rampCreateDepartment } from "@keystrokehq/ramp/actions";
|
|
41
12
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
end: '2026-04-17T00:00:00Z',
|
|
47
|
-
pageSize: 50,
|
|
48
|
-
},
|
|
49
|
-
context
|
|
50
|
-
);
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "ramp-agent",
|
|
15
|
+
tools: [rampCreateDepartment],
|
|
16
|
+
});
|
|
51
17
|
```
|
|
52
|
-
|
|
53
|
-
Mutating operations (card issuance, bill approval, vendor updates, etc.) set `needsApproval: true` where Ramp-side risk warrants human review.
|
|
54
|
-
|
|
55
|
-
## Webhooks
|
|
56
|
-
|
|
57
|
-
Ramp card-transaction webhooks use HMAC-SHA256 body signatures (`X-Ramp-Signature`). Verification helpers live in `src/utils/verification.ts`. The platform credential set (`ramp-app`) optionally stores a shared `webhookSecret` for inbound trigger validation.
|
|
58
|
-
|
|
59
|
-
## Triggers
|
|
60
|
-
|
|
61
|
-
Polling trigger bindings under `src/triggers/` compensate for gaps in Ramp's native webhook catalog. They poll canonical list endpoints on a conservative cadence and emit one event per resource id discovered since the last poll.
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.ramp.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executeRampTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["ramp","executeRampTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { ramp } from \"./app\";\nimport { executeRampTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return ramp.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRampTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,KAAK,OAAO;EACjB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,gBAAgB,MAAM,KAAgC,CAAC;EACvF;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ramp } from "./app.mjs";
|
|
2
|
+
import { executeRampTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return ramp.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executeRampTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { ramp } from \"./app\";\nimport { executeRampTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return ramp.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRampTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,KAAK,OAAO;EACjB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,gBAAgB,MAAM,KAAgC,CAAC;EACvF;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-department.ts
|
|
4
|
+
const RampCreateDepartmentInput = zod.z.object({ name: zod.z.string().describe("Name of the department") });
|
|
5
|
+
const RampCreateDepartmentOutput = 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 rampCreateDepartment = require_action.action("RAMP_CREATE_DEPARTMENT", {
|
|
10
|
+
slug: "ramp-create-department",
|
|
11
|
+
name: "Create Department",
|
|
12
|
+
description: "Tool for creating a new department in your Ramp organization. Perfect for setting up organizational structure and expense categorization.",
|
|
13
|
+
input: RampCreateDepartmentInput,
|
|
14
|
+
output: RampCreateDepartmentOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.rampCreateDepartment = rampCreateDepartment;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=create-department.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-department.cjs","names":["z","action"],"sources":["../../src/actions/create-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateDepartmentInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the department\"),\n});\nexport const RampCreateDepartmentOutput: 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 rampCreateDepartment = action(\"RAMP_CREATE_DEPARTMENT\", {\n slug: \"ramp-create-department\",\n name: \"Create Department\",\n description: \"Tool for creating a new department in your Ramp organization. Perfect for setting up organizational structure and expense categorization.\",\n input: RampCreateDepartmentInput,\n output: RampCreateDepartmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EACpD,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACrD,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/create-department.d.ts
|
|
4
|
+
declare const RampCreateDepartmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateDepartmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateDepartment };
|
|
9
|
+
//# sourceMappingURL=create-department.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-department.d.cts","names":[],"sources":["../../src/actions/create-department.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAGzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-department.d.ts
|
|
4
|
+
declare const RampCreateDepartmentInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateDepartmentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateDepartment };
|
|
9
|
+
//# sourceMappingURL=create-department.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-department.d.mts","names":[],"sources":["../../src/actions/create-department.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAGzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampCreateDepartment = action("RAMP_CREATE_DEPARTMENT", {
|
|
4
|
+
slug: "ramp-create-department",
|
|
5
|
+
name: "Create Department",
|
|
6
|
+
description: "Tool for creating a new department in your Ramp organization. Perfect for setting up organizational structure and expense categorization.",
|
|
7
|
+
input: z.object({ name: z.string().describe("Name of the department") }),
|
|
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 { rampCreateDepartment };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=create-department.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-department.mjs","names":[],"sources":["../../src/actions/create-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateDepartmentInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the department\"),\n});\nexport const RampCreateDepartmentOutput: 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 rampCreateDepartment = action(\"RAMP_CREATE_DEPARTMENT\", {\n slug: \"ramp-create-department\",\n name: \"Create Department\",\n description: \"Tool for creating a new department in your Ramp organization. Perfect for setting up organizational structure and expense categorization.\",\n input: RampCreateDepartmentInput,\n output: RampCreateDepartmentOutput,\n});\n"],"mappings":";;AAYA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EACpD,CAUS;CACP,QAVsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACrD,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-inventory-item-accounting-field.ts
|
|
4
|
+
const RampCreateInventoryItemAccountingFieldInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Name of the inventory item tracking category in the remote ERP system"),
|
|
6
|
+
display_name: zod.z.string().describe("The name of the inventory item tracking category as shown on Ramp. If not provided, defaults to the name field").optional()
|
|
7
|
+
}).describe("Request to create a new inventory item accounting field.");
|
|
8
|
+
const RampCreateInventoryItemAccountingFieldOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Remote/external ID of inventory item field from ERP system"),
|
|
10
|
+
name: zod.z.string().describe("Name of the inventory item field in the remote ERP system"),
|
|
11
|
+
ramp_id: zod.z.string().describe("Unique identifier for the inventory item field within Ramp system (UUID format)"),
|
|
12
|
+
display_name: zod.z.string().describe("Display name of the inventory item field on Ramp").nullable().optional(),
|
|
13
|
+
accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the inventory item field is associated with (UUID format)")
|
|
14
|
+
}).describe("Response from creating a new inventory item accounting field.");
|
|
15
|
+
const rampCreateInventoryItemAccountingField = require_action.action("RAMP_CREATE_INVENTORY_ITEM_ACCOUNTING_FIELD", {
|
|
16
|
+
slug: "ramp-create-inventory-item-accounting-field",
|
|
17
|
+
name: "Create Inventory Item Accounting Field",
|
|
18
|
+
description: "Tool to create a new inventory item accounting field for tracking inventory categories. Use when setting up inventory tracking for an accounting connection. Note: There can only be one active inventory item accounting field per accounting connection.",
|
|
19
|
+
input: RampCreateInventoryItemAccountingFieldInput,
|
|
20
|
+
output: RampCreateInventoryItemAccountingFieldOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.rampCreateInventoryItemAccountingField = rampCreateInventoryItemAccountingField;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=create-inventory-item-accounting-field.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-inventory-item-accounting-field.cjs","names":["z","action"],"sources":["../../src/actions/create-inventory-item-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateInventoryItemAccountingFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the inventory item tracking category in the remote ERP system\"),\n display_name: z.string().describe(\"The name of the inventory item tracking category as shown on Ramp. If not provided, defaults to the name field\").optional(),\n}).describe(\"Request to create a new inventory item accounting field.\");\nexport const RampCreateInventoryItemAccountingFieldOutput: 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 (UUID format)\"),\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 (UUID format)\"),\n}).describe(\"Response from creating a new inventory item accounting field.\");\n\nexport const rampCreateInventoryItemAccountingField = action(\"RAMP_CREATE_INVENTORY_ITEM_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-inventory-item-accounting-field\",\n name: \"Create Inventory Item Accounting Field\",\n description: \"Tool to create a new inventory item accounting field for tracking inventory categories. Use when setting up inventory tracking for an accounting connection. Note: There can only be one active inventory item accounting field per accounting connection.\",\n input: RampCreateInventoryItemAccountingFieldInput,\n output: RampCreateInventoryItemAccountingFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;AAC/J,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CAC9G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;AAChJ,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-inventory-item-accounting-field.d.ts
|
|
4
|
+
declare const RampCreateInventoryItemAccountingFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateInventoryItemAccountingFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateInventoryItemAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateInventoryItemAccountingField };
|
|
9
|
+
//# sourceMappingURL=create-inventory-item-accounting-field.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-inventory-item-accounting-field.d.cts","names":[],"sources":["../../src/actions/create-inventory-item-accounting-field.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAGW;AAAA,cAC1D,4CAAA,EAA8C,CAAA,CAAE,UAMe;AAAA,cAE/D,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-inventory-item-accounting-field.d.ts
|
|
4
|
+
declare const RampCreateInventoryItemAccountingFieldInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateInventoryItemAccountingFieldOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateInventoryItemAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateInventoryItemAccountingField };
|
|
9
|
+
//# sourceMappingURL=create-inventory-item-accounting-field.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-inventory-item-accounting-field.d.mts","names":[],"sources":["../../src/actions/create-inventory-item-accounting-field.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAGW;AAAA,cAC1D,4CAAA,EAA8C,CAAA,CAAE,UAMe;AAAA,cAE/D,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampCreateInventoryItemAccountingField = action("RAMP_CREATE_INVENTORY_ITEM_ACCOUNTING_FIELD", {
|
|
4
|
+
slug: "ramp-create-inventory-item-accounting-field",
|
|
5
|
+
name: "Create Inventory Item Accounting Field",
|
|
6
|
+
description: "Tool to create a new inventory item accounting field for tracking inventory categories. Use when setting up inventory tracking for an accounting connection. Note: There can only be one active inventory item accounting field per accounting connection.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("Name of the inventory item tracking category in the remote ERP system"),
|
|
9
|
+
display_name: z.string().describe("The name of the inventory item tracking category as shown on Ramp. If not provided, defaults to the name field").optional()
|
|
10
|
+
}).describe("Request to create a new inventory item accounting field."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("Remote/external ID of inventory item field from ERP system"),
|
|
13
|
+
name: z.string().describe("Name of the inventory item field in the remote ERP system"),
|
|
14
|
+
ramp_id: z.string().describe("Unique identifier for the inventory item field within Ramp system (UUID format)"),
|
|
15
|
+
display_name: z.string().describe("Display name of the inventory item field on Ramp").nullable().optional(),
|
|
16
|
+
accounting_connection_id: z.string().describe("ID of the accounting connection that the inventory item field is associated with (UUID format)")
|
|
17
|
+
}).describe("Response from creating a new inventory item accounting field.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { rampCreateInventoryItemAccountingField };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=create-inventory-item-accounting-field.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-inventory-item-accounting-field.mjs","names":[],"sources":["../../src/actions/create-inventory-item-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateInventoryItemAccountingFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the inventory item tracking category in the remote ERP system\"),\n display_name: z.string().describe(\"The name of the inventory item tracking category as shown on Ramp. If not provided, defaults to the name field\").optional(),\n}).describe(\"Request to create a new inventory item accounting field.\");\nexport const RampCreateInventoryItemAccountingFieldOutput: 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 (UUID format)\"),\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 (UUID format)\"),\n}).describe(\"Response from creating a new inventory item accounting field.\");\n\nexport const rampCreateInventoryItemAccountingField = action(\"RAMP_CREATE_INVENTORY_ITEM_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-inventory-item-accounting-field\",\n name: \"Create Inventory Item Accounting Field\",\n description: \"Tool to create a new inventory item accounting field for tracking inventory categories. Use when setting up inventory tracking for an accounting connection. Note: There can only be one active inventory item accounting field per accounting connection.\",\n input: RampCreateInventoryItemAccountingFieldInput,\n output: RampCreateInventoryItemAccountingFieldOutput,\n});\n"],"mappings":";;AAgBA,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBuE,EAAE,OAAO;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;CAC/J,CAAC,CAAC,CAAC,SAAS,0DAaH;CACP,QAbwE,EAAE,OAAO;EACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACrF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;EAC9G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;CAChJ,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-memo.ts
|
|
4
|
+
const RampCreateMemoInput = zod.z.object({
|
|
5
|
+
memo: zod.z.string().describe("Text content of the memo to create. Maximum length is 255 characters."),
|
|
6
|
+
transaction_id: zod.z.string().describe("Unique identifier for the transaction to attach the memo to"),
|
|
7
|
+
is_memo_recurring: zod.z.boolean().default(false).describe("Whether this memo should automatically apply to similar future transactions. Defaults to false.").optional()
|
|
8
|
+
});
|
|
9
|
+
const RampCreateMemoOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier for the transaction associated with this memo"),
|
|
11
|
+
memo: zod.z.string().describe("Text content of the memo")
|
|
12
|
+
}).describe("Response containing the created memo details");
|
|
13
|
+
const rampCreateMemo = require_action.action("RAMP_CREATE_MEMO", {
|
|
14
|
+
slug: "ramp-create-memo",
|
|
15
|
+
name: "Create Transaction Memo",
|
|
16
|
+
description: "Tool for uploading a new memo for a transaction in Ramp. Use when you need to add notes or context to existing transactions.",
|
|
17
|
+
input: RampCreateMemoInput,
|
|
18
|
+
output: RampCreateMemoOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.rampCreateMemo = rampCreateMemo;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=create-memo.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-memo.cjs","names":["z","action"],"sources":["../../src/actions/create-memo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateMemoInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Text content of the memo to create. Maximum length is 255 characters.\"),\n transaction_id: z.string().describe(\"Unique identifier for the transaction to attach the memo to\"),\n is_memo_recurring: z.boolean().default(false).describe(\"Whether this memo should automatically apply to similar future transactions. Defaults to false.\").optional(),\n});\nexport const RampCreateMemoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction associated with this memo\"),\n memo: z.string().describe(\"Text content of the memo\"),\n}).describe(\"Response containing the created memo details\");\n\nexport const rampCreateMemo = action(\"RAMP_CREATE_MEMO\", {\n slug: \"ramp-create-memo\",\n name: \"Create Transaction Memo\",\n description: \"Tool for uploading a new memo for a transaction in Ramp. Use when you need to add notes or context to existing transactions.\",\n input: RampCreateMemoInput,\n output: RampCreateMemoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACjG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACjG,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AACrK,CAAC;AACD,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;AACtD,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-memo.d.ts
|
|
4
|
+
declare const RampCreateMemoInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateMemoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateMemo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateMemo };
|
|
9
|
+
//# sourceMappingURL=create-memo.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-memo.d.cts","names":[],"sources":["../../src/actions/create-memo.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAIlC;AAAA,cACW,oBAAA,EAAsB,CAAA,CAAE,UAGsB;AAAA,cAE9C,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-memo.d.ts
|
|
4
|
+
declare const RampCreateMemoInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateMemoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateMemo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateMemo };
|
|
9
|
+
//# sourceMappingURL=create-memo.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-memo.d.mts","names":[],"sources":["../../src/actions/create-memo.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAIlC;AAAA,cACW,oBAAA,EAAsB,CAAA,CAAE,UAGsB;AAAA,cAE9C,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const rampCreateMemo = action("RAMP_CREATE_MEMO", {
|
|
4
|
+
slug: "ramp-create-memo",
|
|
5
|
+
name: "Create Transaction Memo",
|
|
6
|
+
description: "Tool for uploading a new memo for a transaction in Ramp. Use when you need to add notes or context to existing transactions.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
memo: z.string().describe("Text content of the memo to create. Maximum length is 255 characters."),
|
|
9
|
+
transaction_id: z.string().describe("Unique identifier for the transaction to attach the memo to"),
|
|
10
|
+
is_memo_recurring: z.boolean().default(false).describe("Whether this memo should automatically apply to similar future transactions. Defaults to false.").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("Unique identifier for the transaction associated with this memo"),
|
|
14
|
+
memo: z.string().describe("Text content of the memo")
|
|
15
|
+
}).describe("Response containing the created memo details")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { rampCreateMemo };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-memo.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-memo.mjs","names":[],"sources":["../../src/actions/create-memo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateMemoInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Text content of the memo to create. Maximum length is 255 characters.\"),\n transaction_id: z.string().describe(\"Unique identifier for the transaction to attach the memo to\"),\n is_memo_recurring: z.boolean().default(false).describe(\"Whether this memo should automatically apply to similar future transactions. Defaults to false.\").optional(),\n});\nexport const RampCreateMemoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction associated with this memo\"),\n memo: z.string().describe(\"Text content of the memo\"),\n}).describe(\"Response containing the created memo details\");\n\nexport const rampCreateMemo = action(\"RAMP_CREATE_MEMO\", {\n slug: \"ramp-create-memo\",\n name: \"Create Transaction Memo\",\n description: \"Tool for uploading a new memo for a transaction in Ramp. Use when you need to add notes or context to existing transactions.\",\n input: RampCreateMemoInput,\n output: RampCreateMemoOutput,\n});\n"],"mappings":";;AAcA,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd+C,EAAE,OAAO;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACjG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EACjG,mBAAmB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CACrK,CAUS;CACP,QAVgD,EAAE,OAAO;EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-mileage-reimbursement.ts
|
|
4
|
+
const RampCreateMileageReimbursementInput = zod.z.object({
|
|
5
|
+
memo: zod.z.string().describe("Memo or note describing the purpose of the mileage reimbursement. This field is required."),
|
|
6
|
+
distance: zod.z.union([zod.z.string(), zod.z.number()]),
|
|
7
|
+
trip_date: zod.z.string().describe("Date of the trip in ISO 8601 date format (YYYY-MM-DD)."),
|
|
8
|
+
waypoints: zod.z.array(zod.z.string()).describe("List of intermediate stops during the trip.").optional(),
|
|
9
|
+
end_location: zod.z.string().describe("Ending location of the trip.").optional(),
|
|
10
|
+
reimbursee_id: zod.z.string().describe("Unique identifier (UUID) of the user to be reimbursed."),
|
|
11
|
+
distance_units: zod.z.enum(["KILOMETERS", "MILES"]).describe("Distance units for mileage reimbursement.").optional(),
|
|
12
|
+
start_location: zod.z.string().describe("Starting location of the trip.").optional()
|
|
13
|
+
});
|
|
14
|
+
const RampCreateMileageReimbursement_ReimbursementTypeSchema = zod.z.enum([
|
|
15
|
+
"MILEAGE",
|
|
16
|
+
"OUT_OF_POCKET",
|
|
17
|
+
"PAYBACK_FULL",
|
|
18
|
+
"PAYBACK_PARTIAL",
|
|
19
|
+
"PER_DIEM"
|
|
20
|
+
]).describe("Type of the reimbursement.");
|
|
21
|
+
const RampCreateMileageReimbursement_ReimbursementStateSchema = zod.z.enum([
|
|
22
|
+
"APPROVED",
|
|
23
|
+
"AWAITING_EXPORT",
|
|
24
|
+
"AWAITING_PAYMENT",
|
|
25
|
+
"AWAITING_PUSH_PAYMENT",
|
|
26
|
+
"CANCELED",
|
|
27
|
+
"DELETED",
|
|
28
|
+
"DRAFT",
|
|
29
|
+
"EXPORTED",
|
|
30
|
+
"EXPORT_FAILED",
|
|
31
|
+
"EXPORT_INITIATED",
|
|
32
|
+
"EXPORT_MARKED_AS_FAILED",
|
|
33
|
+
"EXPORT_SUCCESSFUL",
|
|
34
|
+
"FAILED_REIMBURSEMENT",
|
|
35
|
+
"INIT",
|
|
36
|
+
"MANUALLY_REIMBURSED",
|
|
37
|
+
"MISSING_ACH",
|
|
38
|
+
"PENDING",
|
|
39
|
+
"PROCESSING",
|
|
40
|
+
"PUSH_PAYMENT_FAILED",
|
|
41
|
+
"PUSH_PAYMENT_INITIATED",
|
|
42
|
+
"REIMBURSED",
|
|
43
|
+
"REIMBURSED_VIA_PUSH",
|
|
44
|
+
"REJECTED"
|
|
45
|
+
]).describe("Current state of the reimbursement.");
|
|
46
|
+
const RampCreateMileageReimbursement_AttendeeSchema = zod.z.object({
|
|
47
|
+
name: zod.z.string().describe("Name of the attendee"),
|
|
48
|
+
user_id: zod.z.string().describe("User ID of the attendee if they are a Ramp user").nullable().optional()
|
|
49
|
+
}).describe("Attendee information for a reimbursement.");
|
|
50
|
+
const RampCreateMileageReimbursement_ReimbursementDirectionSchema = zod.z.enum(["BUSINESS_TO_USER", "USER_TO_BUSINESS"]).describe("Direction of the reimbursement.");
|
|
51
|
+
const RampCreateMileageReimbursement_LineItemAmountSchema = zod.z.object({
|
|
52
|
+
amount: zod.z.number().int().describe("Numeric value of the line item amount in minor currency units"),
|
|
53
|
+
currency_code: zod.z.string().describe("Currency code for the line item")
|
|
54
|
+
}).describe("Amount object for a line item.");
|
|
55
|
+
const RampCreateMileageReimbursement_CategoryInfoSchema = zod.z.object({
|
|
56
|
+
id: zod.z.string().describe("Internal identifier for the category").nullable().optional(),
|
|
57
|
+
name: zod.z.string().describe("Name of the category").nullable().optional(),
|
|
58
|
+
type: zod.z.string().describe("Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)").nullable().optional(),
|
|
59
|
+
external_id: zod.z.string().describe("External identifier for the category").nullable().optional()
|
|
60
|
+
}).describe("Category information for an accounting field.");
|
|
61
|
+
const RampCreateMileageReimbursement_AccountingFieldSelectionSchema = zod.z.object({
|
|
62
|
+
id: zod.z.string().describe("Internal identifier for the accounting field selection").nullable().optional(),
|
|
63
|
+
name: zod.z.string().describe("Name of the accounting field selection").nullable().optional(),
|
|
64
|
+
type: zod.z.string().describe("Type of the accounting field selection").nullable().optional(),
|
|
65
|
+
source: zod.z.object({}).describe("Source information for the accounting field selection").nullable().optional(),
|
|
66
|
+
external_id: zod.z.string().describe("External identifier for the accounting field selection").nullable().optional(),
|
|
67
|
+
category_info: RampCreateMileageReimbursement_CategoryInfoSchema.nullable().optional(),
|
|
68
|
+
external_code: zod.z.string().describe("External code for the accounting field selection").nullable().optional(),
|
|
69
|
+
provider_name: zod.z.string().describe("Provider name for the accounting field selection").nullable().optional()
|
|
70
|
+
}).describe("Accounting field selection with category information.");
|
|
71
|
+
const RampCreateMileageReimbursement_LineItemSchema = zod.z.object({
|
|
72
|
+
memo: zod.z.string().describe("Memo for this line item").nullable().optional(),
|
|
73
|
+
amount: RampCreateMileageReimbursement_LineItemAmountSchema.nullable(),
|
|
74
|
+
accounting_field_selections: zod.z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe("Accounting field selections for this line item")
|
|
75
|
+
}).describe("Individual line item within a reimbursement.");
|
|
76
|
+
const RampCreateMileageReimbursement_SyncStatusSchema = zod.z.enum([
|
|
77
|
+
"NOT_SYNC_READY",
|
|
78
|
+
"SYNCED",
|
|
79
|
+
"SYNC_READY"
|
|
80
|
+
]).describe("Current sync status of the reimbursement.");
|
|
81
|
+
const RampCreateMileageReimbursement_MoneyAmountSchema = zod.z.object({
|
|
82
|
+
amount: zod.z.number().int().describe("Numeric value of the amount in minor currency units (e.g., cents)"),
|
|
83
|
+
currency_code: zod.z.string().describe("Currency code (e.g., USD, EUR)"),
|
|
84
|
+
minor_unit_conversion_rate: zod.z.number().int().describe("Conversion rate for minor units").nullable().optional()
|
|
85
|
+
}).describe("Amount object with currency information.");
|
|
86
|
+
const RampCreateMileageReimbursement_ExpenseGroupSchema = zod.z.object({
|
|
87
|
+
id: zod.z.string().describe("Unique identifier of the expense group"),
|
|
88
|
+
name: zod.z.string().describe("Name of the expense group")
|
|
89
|
+
}).describe("Expense group information.");
|
|
90
|
+
const RampCreateMileageReimbursementOutput = zod.z.object({
|
|
91
|
+
id: zod.z.string().describe("Unique identifier of the reimbursement"),
|
|
92
|
+
memo: zod.z.string().describe("Reimbursement memo").nullable().optional(),
|
|
93
|
+
type: RampCreateMileageReimbursement_ReimbursementTypeSchema.nullable(),
|
|
94
|
+
state: RampCreateMileageReimbursement_ReimbursementStateSchema.nullable(),
|
|
95
|
+
amount: zod.z.number().describe("The amount that the payor pays.").nullable().optional(),
|
|
96
|
+
trip_id: zod.z.string().describe("Trip ID associated with the reimbursement if a Trip ID is available.").nullable().optional(),
|
|
97
|
+
user_id: zod.z.string().describe("Unique identifier of the person who made the reimbursement."),
|
|
98
|
+
currency: zod.z.string().describe("The currency that the payor pays with."),
|
|
99
|
+
distance: zod.z.number().describe("The distance of the reimbursement in miles, for mileage reimbursements.").nullable().optional(),
|
|
100
|
+
merchant: zod.z.string().describe("The name of the merchant that the reimbursement is associated with.").nullable().optional(),
|
|
101
|
+
receipts: zod.z.array(zod.z.string()).describe("List of receipt IDs associated with the reimbursement.").nullable().optional(),
|
|
102
|
+
attendees: zod.z.array(RampCreateMileageReimbursement_AttendeeSchema).describe("List of attendees for the reimbursement.").nullable().optional(),
|
|
103
|
+
direction: RampCreateMileageReimbursement_ReimbursementDirectionSchema.nullable(),
|
|
104
|
+
entity_id: zod.z.string().describe("Unique identifier of the associated business entity.").nullable().optional(),
|
|
105
|
+
synced_at: zod.z.string().describe("Time when reimbursement has been synced. Will be None if the reimbursement is not synced.").nullable().optional(),
|
|
106
|
+
waypoints: zod.z.array(zod.z.string()).describe("List of intermediate stops during the trip, for mileage reimbursements.").nullable().optional(),
|
|
107
|
+
created_at: zod.z.string().describe("Time at which the reimbursement is created. Presented in ISO8601 format."),
|
|
108
|
+
line_items: zod.z.array(RampCreateMileageReimbursement_LineItemSchema).describe("List of line items related to the reimbursement.").nullable().optional(),
|
|
109
|
+
payment_id: zod.z.string().describe("The unique identifier of the payment batch that the reimbursement is associated with, once paid.").nullable().optional(),
|
|
110
|
+
updated_at: zod.z.string().describe("Time at which the reimbursement was last updated. Presented in ISO8601 format.").nullable().optional(),
|
|
111
|
+
user_email: zod.z.string().describe("Email of the person who made the reimbursement."),
|
|
112
|
+
approved_at: zod.z.string().describe("Time at which the reimbursement is approved. Presented in ISO8601 format.").nullable().optional(),
|
|
113
|
+
employee_id: zod.z.string().describe("Employee ID of the person who made the reimbursement.").nullable().optional(),
|
|
114
|
+
merchant_id: zod.z.string().describe("The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant.").nullable().optional(),
|
|
115
|
+
sync_status: RampCreateMileageReimbursement_SyncStatusSchema.nullable().optional(),
|
|
116
|
+
end_location: zod.z.string().describe("Ending location of the trip, for mileage reimbursements.").nullable().optional(),
|
|
117
|
+
payee_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),
|
|
118
|
+
submitted_at: zod.z.string().describe("Time when reimbursement was most recently submitted").nullable().optional(),
|
|
119
|
+
expense_group: RampCreateMileageReimbursement_ExpenseGroupSchema.nullable().optional(),
|
|
120
|
+
spend_limit_id: zod.z.string().describe("Spend limit to which the reimbursement is attributed, if it exists.").nullable().optional(),
|
|
121
|
+
start_location: zod.z.string().describe("Starting location of the trip, for mileage reimbursements.").nullable().optional(),
|
|
122
|
+
user_full_name: zod.z.string().describe("Full name of the person who made the reimbursement."),
|
|
123
|
+
accounting_date: zod.z.string().describe("The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date.").nullable().optional(),
|
|
124
|
+
payment_batch_id: zod.z.string().describe("The unique identifier of the reimbursement payment batch that the reimbursement is associated with.").nullable().optional(),
|
|
125
|
+
transaction_date: zod.z.string().describe("Date of the transaction in ISO 8601 date format.").nullable().optional(),
|
|
126
|
+
payment_processed_at: zod.z.string().describe("Time of reimbursement payment. Presented in ISO8601 format.").nullable().optional(),
|
|
127
|
+
accounting_field_selections: zod.z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe("List of accounting fields selected to code the reimbursement.").nullable().optional(),
|
|
128
|
+
original_reimbursement_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional()
|
|
129
|
+
}).describe("Complete mileage reimbursement details returned by the API.");
|
|
130
|
+
const rampCreateMileageReimbursement = require_action.action("RAMP_CREATE_MILEAGE_REIMBURSEMENT", {
|
|
131
|
+
slug: "ramp-create-mileage-reimbursement",
|
|
132
|
+
name: "Create Mileage Reimbursement",
|
|
133
|
+
description: "Tool to create a mileage reimbursement in Ramp. Use when a user needs to submit a reimbursement for business-related travel distance. Requires distance, reimbursee_id, and trip_date as mandatory fields.",
|
|
134
|
+
input: RampCreateMileageReimbursementInput,
|
|
135
|
+
output: RampCreateMileageReimbursementOutput
|
|
136
|
+
});
|
|
137
|
+
//#endregion
|
|
138
|
+
exports.rampCreateMileageReimbursement = rampCreateMileageReimbursement;
|
|
139
|
+
|
|
140
|
+
//# sourceMappingURL=create-mileage-reimbursement.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-mileage-reimbursement.cjs","names":["z","action"],"sources":["../../src/actions/create-mileage-reimbursement.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateMileageReimbursementInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo or note describing the purpose of the mileage reimbursement. This field is required.\"),\n distance: z.union([z.string(), z.number()]),\n trip_date: z.string().describe(\"Date of the trip in ISO 8601 date format (YYYY-MM-DD).\"),\n waypoints: z.array(z.string()).describe(\"List of intermediate stops during the trip.\").optional(),\n end_location: z.string().describe(\"Ending location of the trip.\").optional(),\n reimbursee_id: z.string().describe(\"Unique identifier (UUID) of the user to be reimbursed.\"),\n distance_units: z.enum([\"KILOMETERS\", \"MILES\"]).describe(\"Distance units for mileage reimbursement.\").optional(),\n start_location: z.string().describe(\"Starting location of the trip.\").optional(),\n});\nconst RampCreateMileageReimbursement_ReimbursementTypeSchema: z.ZodTypeAny = z.enum([\"MILEAGE\", \"OUT_OF_POCKET\", \"PAYBACK_FULL\", \"PAYBACK_PARTIAL\", \"PER_DIEM\"]).describe(\"Type of the reimbursement.\");\nconst RampCreateMileageReimbursement_ReimbursementStateSchema: z.ZodTypeAny = z.enum([\"APPROVED\", \"AWAITING_EXPORT\", \"AWAITING_PAYMENT\", \"AWAITING_PUSH_PAYMENT\", \"CANCELED\", \"DELETED\", \"DRAFT\", \"EXPORTED\", \"EXPORT_FAILED\", \"EXPORT_INITIATED\", \"EXPORT_MARKED_AS_FAILED\", \"EXPORT_SUCCESSFUL\", \"FAILED_REIMBURSEMENT\", \"INIT\", \"MANUALLY_REIMBURSED\", \"MISSING_ACH\", \"PENDING\", \"PROCESSING\", \"PUSH_PAYMENT_FAILED\", \"PUSH_PAYMENT_INITIATED\", \"REIMBURSED\", \"REIMBURSED_VIA_PUSH\", \"REJECTED\"]).describe(\"Current state of the reimbursement.\");\nconst RampCreateMileageReimbursement_AttendeeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the attendee\"),\n user_id: z.string().describe(\"User ID of the attendee if they are a Ramp user\").nullable().optional(),\n}).describe(\"Attendee information for a reimbursement.\");\nconst RampCreateMileageReimbursement_ReimbursementDirectionSchema: z.ZodTypeAny = z.enum([\"BUSINESS_TO_USER\", \"USER_TO_BUSINESS\"]).describe(\"Direction of the reimbursement.\");\nconst RampCreateMileageReimbursement_LineItemAmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"Numeric value of the line item amount in minor currency units\"),\n currency_code: z.string().describe(\"Currency code for the line item\"),\n}).describe(\"Amount object for a line item.\");\nconst RampCreateMileageReimbursement_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 RampCreateMileageReimbursement_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 source: z.object({}).describe(\"Source information for the accounting field selection\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the accounting field selection\").nullable().optional(),\n category_info: RampCreateMileageReimbursement_CategoryInfoSchema.nullable().optional(),\n external_code: z.string().describe(\"External code for the accounting field selection\").nullable().optional(),\n provider_name: z.string().describe(\"Provider name for the accounting field selection\").nullable().optional(),\n}).describe(\"Accounting field selection with category information.\");\nconst RampCreateMileageReimbursement_LineItemSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo for this line item\").nullable().optional(),\n amount: RampCreateMileageReimbursement_LineItemAmountSchema.nullable(),\n accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe(\"Accounting field selections for this line item\"),\n}).describe(\"Individual line item within a reimbursement.\");\nconst RampCreateMileageReimbursement_SyncStatusSchema: z.ZodTypeAny = z.enum([\"NOT_SYNC_READY\", \"SYNCED\", \"SYNC_READY\"]).describe(\"Current sync status of the reimbursement.\");\nconst RampCreateMileageReimbursement_MoneyAmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"Numeric value of the amount in minor currency units (e.g., cents)\"),\n currency_code: z.string().describe(\"Currency code (e.g., USD, EUR)\"),\n minor_unit_conversion_rate: z.number().int().describe(\"Conversion rate for minor units\").nullable().optional(),\n}).describe(\"Amount object with currency information.\");\nconst RampCreateMileageReimbursement_ExpenseGroupSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the expense group\"),\n name: z.string().describe(\"Name of the expense group\"),\n}).describe(\"Expense group information.\");\nexport const RampCreateMileageReimbursementOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the reimbursement\"),\n memo: z.string().describe(\"Reimbursement memo\").nullable().optional(),\n type: RampCreateMileageReimbursement_ReimbursementTypeSchema.nullable(),\n state: RampCreateMileageReimbursement_ReimbursementStateSchema.nullable(),\n amount: z.number().describe(\"The amount that the payor pays.\").nullable().optional(),\n trip_id: z.string().describe(\"Trip ID associated with the reimbursement if a Trip ID is available.\").nullable().optional(),\n user_id: z.string().describe(\"Unique identifier of the person who made the reimbursement.\"),\n currency: z.string().describe(\"The currency that the payor pays with.\"),\n distance: z.number().describe(\"The distance of the reimbursement in miles, for mileage reimbursements.\").nullable().optional(),\n merchant: z.string().describe(\"The name of the merchant that the reimbursement is associated with.\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"List of receipt IDs associated with the reimbursement.\").nullable().optional(),\n attendees: z.array(RampCreateMileageReimbursement_AttendeeSchema).describe(\"List of attendees for the reimbursement.\").nullable().optional(),\n direction: RampCreateMileageReimbursement_ReimbursementDirectionSchema.nullable(),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity.\").nullable().optional(),\n synced_at: z.string().describe(\"Time when reimbursement has been synced. Will be None if the reimbursement is not synced.\").nullable().optional(),\n waypoints: z.array(z.string()).describe(\"List of intermediate stops during the trip, for mileage reimbursements.\").nullable().optional(),\n created_at: z.string().describe(\"Time at which the reimbursement is created. Presented in ISO8601 format.\"),\n line_items: z.array(RampCreateMileageReimbursement_LineItemSchema).describe(\"List of line items related to the reimbursement.\").nullable().optional(),\n payment_id: z.string().describe(\"The unique identifier of the payment batch that the reimbursement is associated with, once paid.\").nullable().optional(),\n updated_at: z.string().describe(\"Time at which the reimbursement was last updated. Presented in ISO8601 format.\").nullable().optional(),\n user_email: z.string().describe(\"Email of the person who made the reimbursement.\"),\n approved_at: z.string().describe(\"Time at which the reimbursement is approved. Presented in ISO8601 format.\").nullable().optional(),\n employee_id: z.string().describe(\"Employee ID of the person who made the reimbursement.\").nullable().optional(),\n merchant_id: z.string().describe(\"The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant.\").nullable().optional(),\n sync_status: RampCreateMileageReimbursement_SyncStatusSchema.nullable().optional(),\n end_location: z.string().describe(\"Ending location of the trip, for mileage reimbursements.\").nullable().optional(),\n payee_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),\n submitted_at: z.string().describe(\"Time when reimbursement was most recently submitted\").nullable().optional(),\n expense_group: RampCreateMileageReimbursement_ExpenseGroupSchema.nullable().optional(),\n spend_limit_id: z.string().describe(\"Spend limit to which the reimbursement is attributed, if it exists.\").nullable().optional(),\n start_location: z.string().describe(\"Starting location of the trip, for mileage reimbursements.\").nullable().optional(),\n user_full_name: z.string().describe(\"Full name of the person who made the reimbursement.\"),\n accounting_date: z.string().describe(\"The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date.\").nullable().optional(),\n payment_batch_id: z.string().describe(\"The unique identifier of the reimbursement payment batch that the reimbursement is associated with.\").nullable().optional(),\n transaction_date: z.string().describe(\"Date of the transaction in ISO 8601 date format.\").nullable().optional(),\n payment_processed_at: z.string().describe(\"Time of reimbursement payment. Presented in ISO8601 format.\").nullable().optional(),\n accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe(\"List of accounting fields selected to code the reimbursement.\").nullable().optional(),\n original_reimbursement_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),\n}).describe(\"Complete mileage reimbursement details returned by the API.\");\n\nexport const rampCreateMileageReimbursement = action(\"RAMP_CREATE_MILEAGE_REIMBURSEMENT\", {\n slug: \"ramp-create-mileage-reimbursement\",\n name: \"Create Mileage Reimbursement\",\n description: \"Tool to create a mileage reimbursement in Ramp. Use when a user needs to submit a reimbursement for business-related travel distance. Requires distance, reimbursee_id, and trip_date as mandatory fields.\",\n input: RampCreateMileageReimbursementInput,\n output: RampCreateMileageReimbursementOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-mileage-reimbursement.d.ts
|
|
4
|
+
declare const RampCreateMileageReimbursementInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateMileageReimbursementOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateMileageReimbursement: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateMileageReimbursement };
|
|
9
|
+
//# sourceMappingURL=create-mileage-reimbursement.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-mileage-reimbursement.d.cts","names":[],"sources":["../../src/actions/create-mileage-reimbursement.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UASlD;AAAA,cA2CW,oCAAA,EAAsC,CAAA,CAAE,UAuCqB;AAAA,cAE7D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-mileage-reimbursement.d.ts
|
|
4
|
+
declare const RampCreateMileageReimbursementInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampCreateMileageReimbursementOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampCreateMileageReimbursement: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampCreateMileageReimbursement };
|
|
9
|
+
//# sourceMappingURL=create-mileage-reimbursement.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-mileage-reimbursement.d.mts","names":[],"sources":["../../src/actions/create-mileage-reimbursement.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UASlD;AAAA,cA2CW,oCAAA,EAAsC,CAAA,CAAE,UAuCqB;AAAA,cAE7D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|