@keystrokehq/ramp 0.0.16 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -54
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-department.cjs +19 -0
- package/dist/actions/create-department.cjs.map +1 -0
- package/dist/actions/create-department.d.cts +9 -0
- package/dist/actions/create-department.d.cts.map +1 -0
- package/dist/actions/create-department.d.mts +9 -0
- package/dist/actions/create-department.d.mts.map +1 -0
- package/dist/actions/create-department.mjs +16 -0
- package/dist/actions/create-department.mjs.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.cjs +25 -0
- package/dist/actions/create-inventory-item-accounting-field.cjs.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.d.cts +9 -0
- package/dist/actions/create-inventory-item-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.d.mts +9 -0
- package/dist/actions/create-inventory-item-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-inventory-item-accounting-field.mjs +22 -0
- package/dist/actions/create-inventory-item-accounting-field.mjs.map +1 -0
- package/dist/actions/create-memo.cjs +23 -0
- package/dist/actions/create-memo.cjs.map +1 -0
- package/dist/actions/create-memo.d.cts +9 -0
- package/dist/actions/create-memo.d.cts.map +1 -0
- package/dist/actions/create-memo.d.mts +9 -0
- package/dist/actions/create-memo.d.mts.map +1 -0
- package/dist/actions/create-memo.mjs +20 -0
- package/dist/actions/create-memo.mjs.map +1 -0
- package/dist/actions/create-mileage-reimbursement.cjs +140 -0
- package/dist/actions/create-mileage-reimbursement.cjs.map +1 -0
- package/dist/actions/create-mileage-reimbursement.d.cts +9 -0
- package/dist/actions/create-mileage-reimbursement.d.cts.map +1 -0
- package/dist/actions/create-mileage-reimbursement.d.mts +9 -0
- package/dist/actions/create-mileage-reimbursement.d.mts.map +1 -0
- package/dist/actions/create-mileage-reimbursement.mjs +139 -0
- package/dist/actions/create-mileage-reimbursement.mjs.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.cjs +45 -0
- package/dist/actions/create-new-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.d.cts +9 -0
- package/dist/actions/create-new-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.d.mts +9 -0
- package/dist/actions/create-new-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-new-custom-accounting-field.mjs +42 -0
- package/dist/actions/create-new-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.cjs +25 -0
- package/dist/actions/create-tax-code-accounting-field.cjs.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.d.cts +9 -0
- package/dist/actions/create-tax-code-accounting-field.d.cts.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.d.mts +9 -0
- package/dist/actions/create-tax-code-accounting-field.d.mts.map +1 -0
- package/dist/actions/create-tax-code-accounting-field.mjs +22 -0
- package/dist/actions/create-tax-code-accounting-field.mjs.map +1 -0
- package/dist/actions/create-user-invite.cjs +34 -0
- package/dist/actions/create-user-invite.cjs.map +1 -0
- package/dist/actions/create-user-invite.d.cts +9 -0
- package/dist/actions/create-user-invite.d.cts.map +1 -0
- package/dist/actions/create-user-invite.d.mts +9 -0
- package/dist/actions/create-user-invite.d.mts.map +1 -0
- package/dist/actions/create-user-invite.mjs +31 -0
- package/dist/actions/create-user-invite.mjs.map +1 -0
- package/dist/actions/create-webhook-subscription.cjs +58 -0
- package/dist/actions/create-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-webhook-subscription.mjs +57 -0
- package/dist/actions/create-webhook-subscription.mjs.map +1 -0
- package/dist/actions/deactivate-user.cjs +16 -0
- package/dist/actions/deactivate-user.cjs.map +1 -0
- package/dist/actions/deactivate-user.d.cts +9 -0
- package/dist/actions/deactivate-user.d.cts.map +1 -0
- package/dist/actions/deactivate-user.d.mts +9 -0
- package/dist/actions/deactivate-user.d.mts.map +1 -0
- package/dist/actions/deactivate-user.mjs +13 -0
- package/dist/actions/deactivate-user.mjs.map +1 -0
- package/dist/actions/delete-accounting-account.cjs +16 -0
- package/dist/actions/delete-accounting-account.cjs.map +1 -0
- package/dist/actions/delete-accounting-account.d.cts +9 -0
- package/dist/actions/delete-accounting-account.d.cts.map +1 -0
- package/dist/actions/delete-accounting-account.d.mts +9 -0
- package/dist/actions/delete-accounting-account.d.mts.map +1 -0
- package/dist/actions/delete-accounting-account.mjs +13 -0
- package/dist/actions/delete-accounting-account.mjs.map +1 -0
- package/dist/actions/delete-accounting-connection.cjs +16 -0
- package/dist/actions/delete-accounting-connection.cjs.map +1 -0
- package/dist/actions/delete-accounting-connection.d.cts +9 -0
- package/dist/actions/delete-accounting-connection.d.cts.map +1 -0
- package/dist/actions/delete-accounting-connection.d.mts +9 -0
- package/dist/actions/delete-accounting-connection.d.mts.map +1 -0
- package/dist/actions/delete-accounting-connection.mjs +13 -0
- package/dist/actions/delete-accounting-connection.mjs.map +1 -0
- package/dist/actions/delete-accounting-fields.cjs +16 -0
- package/dist/actions/delete-accounting-fields.cjs.map +1 -0
- package/dist/actions/delete-accounting-fields.d.cts +9 -0
- package/dist/actions/delete-accounting-fields.d.cts.map +1 -0
- package/dist/actions/delete-accounting-fields.d.mts +9 -0
- package/dist/actions/delete-accounting-fields.d.mts.map +1 -0
- package/dist/actions/delete-accounting-fields.mjs +13 -0
- package/dist/actions/delete-accounting-fields.mjs.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.cjs +16 -0
- package/dist/actions/delete-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/delete-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/delete-accounting-inventory-item-options.mjs +13 -0
- package/dist/actions/delete-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.cjs +16 -0
- package/dist/actions/delete-accounting-tax-code-options.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-code-options.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-code-options.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-code-options.mjs +13 -0
- package/dist/actions/delete-accounting-tax-code-options.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code.cjs +16 -0
- package/dist/actions/delete-accounting-tax-code.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-code.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-code.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-code.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-code.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-code.mjs +13 -0
- package/dist/actions/delete-accounting-tax-code.mjs.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.cjs +19 -0
- package/dist/actions/delete-accounting-tax-rates.cjs.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.d.cts +9 -0
- package/dist/actions/delete-accounting-tax-rates.d.cts.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.d.mts +9 -0
- package/dist/actions/delete-accounting-tax-rates.d.mts.map +1 -0
- package/dist/actions/delete-accounting-tax-rates.mjs +16 -0
- package/dist/actions/delete-accounting-tax-rates.mjs.map +1 -0
- package/dist/actions/delete-accounting-vendors.cjs +16 -0
- package/dist/actions/delete-accounting-vendors.cjs.map +1 -0
- package/dist/actions/delete-accounting-vendors.d.cts +9 -0
- package/dist/actions/delete-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/delete-accounting-vendors.d.mts +9 -0
- package/dist/actions/delete-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/delete-accounting-vendors.mjs +13 -0
- package/dist/actions/delete-accounting-vendors.mjs.map +1 -0
- package/dist/actions/delete-custom-field-option.cjs +16 -0
- package/dist/actions/delete-custom-field-option.cjs.map +1 -0
- package/dist/actions/delete-custom-field-option.d.cts +9 -0
- package/dist/actions/delete-custom-field-option.d.cts.map +1 -0
- package/dist/actions/delete-custom-field-option.d.mts +9 -0
- package/dist/actions/delete-custom-field-option.d.mts.map +1 -0
- package/dist/actions/delete-custom-field-option.mjs +13 -0
- package/dist/actions/delete-custom-field-option.mjs.map +1 -0
- package/dist/actions/delete-inventory-item-field.cjs +16 -0
- package/dist/actions/delete-inventory-item-field.cjs.map +1 -0
- package/dist/actions/delete-inventory-item-field.d.cts +9 -0
- package/dist/actions/delete-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/delete-inventory-item-field.d.mts +9 -0
- package/dist/actions/delete-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/delete-inventory-item-field.mjs +13 -0
- package/dist/actions/delete-inventory-item-field.mjs.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.cjs +76 -0
- package/dist/actions/delete-spend-allocation-delete-users.cjs.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.cts +9 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.cts.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.mts +9 -0
- package/dist/actions/delete-spend-allocation-delete-users.d.mts.map +1 -0
- package/dist/actions/delete-spend-allocation-delete-users.mjs +75 -0
- package/dist/actions/delete-spend-allocation-delete-users.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/fetch-accounting-account.cjs +36 -0
- package/dist/actions/fetch-accounting-account.cjs.map +1 -0
- package/dist/actions/fetch-accounting-account.d.cts +9 -0
- package/dist/actions/fetch-accounting-account.d.cts.map +1 -0
- package/dist/actions/fetch-accounting-account.d.mts +9 -0
- package/dist/actions/fetch-accounting-account.d.mts.map +1 -0
- package/dist/actions/fetch-accounting-account.mjs +35 -0
- package/dist/actions/fetch-accounting-account.mjs.map +1 -0
- package/dist/actions/fetch-accounting-vendor.cjs +36 -0
- package/dist/actions/fetch-accounting-vendor.cjs.map +1 -0
- package/dist/actions/fetch-accounting-vendor.d.cts +9 -0
- package/dist/actions/fetch-accounting-vendor.d.cts.map +1 -0
- package/dist/actions/fetch-accounting-vendor.d.mts +9 -0
- package/dist/actions/fetch-accounting-vendor.d.mts.map +1 -0
- package/dist/actions/fetch-accounting-vendor.mjs +35 -0
- package/dist/actions/fetch-accounting-vendor.mjs.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.cjs +26 -0
- package/dist/actions/fetch-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.d.cts +9 -0
- package/dist/actions/fetch-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.d.mts +9 -0
- package/dist/actions/fetch-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/fetch-custom-accounting-field.mjs +25 -0
- package/dist/actions/fetch-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/get-accounting-accounts.cjs +45 -0
- package/dist/actions/get-accounting-accounts.cjs.map +1 -0
- package/dist/actions/get-accounting-accounts.d.cts +9 -0
- package/dist/actions/get-accounting-accounts.d.cts.map +1 -0
- package/dist/actions/get-accounting-accounts.d.mts +9 -0
- package/dist/actions/get-accounting-accounts.d.mts.map +1 -0
- package/dist/actions/get-accounting-accounts.mjs +44 -0
- package/dist/actions/get-accounting-accounts.mjs.map +1 -0
- package/dist/actions/get-accounting-all-connections.cjs +23 -0
- package/dist/actions/get-accounting-all-connections.cjs.map +1 -0
- package/dist/actions/get-accounting-all-connections.d.cts +9 -0
- package/dist/actions/get-accounting-all-connections.d.cts.map +1 -0
- package/dist/actions/get-accounting-all-connections.d.mts +9 -0
- package/dist/actions/get-accounting-all-connections.d.mts.map +1 -0
- package/dist/actions/get-accounting-all-connections.mjs +22 -0
- package/dist/actions/get-accounting-all-connections.mjs.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.cjs +41 -0
- package/dist/actions/get-accounting-connection-by-id.cjs.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.d.cts +9 -0
- package/dist/actions/get-accounting-connection-by-id.d.cts.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.d.mts +9 -0
- package/dist/actions/get-accounting-connection-by-id.d.mts.map +1 -0
- package/dist/actions/get-accounting-connection-by-id.mjs +40 -0
- package/dist/actions/get-accounting-connection-by-id.mjs.map +1 -0
- package/dist/actions/get-accounting-connection.cjs +27 -0
- package/dist/actions/get-accounting-connection.cjs.map +1 -0
- package/dist/actions/get-accounting-connection.d.cts +9 -0
- package/dist/actions/get-accounting-connection.d.cts.map +1 -0
- package/dist/actions/get-accounting-connection.d.mts +9 -0
- package/dist/actions/get-accounting-connection.d.mts.map +1 -0
- package/dist/actions/get-accounting-connection.mjs +26 -0
- package/dist/actions/get-accounting-connection.mjs.map +1 -0
- package/dist/actions/get-accounting-fields.cjs +29 -0
- package/dist/actions/get-accounting-fields.cjs.map +1 -0
- package/dist/actions/get-accounting-fields.d.cts +9 -0
- package/dist/actions/get-accounting-fields.d.cts.map +1 -0
- package/dist/actions/get-accounting-fields.d.mts +9 -0
- package/dist/actions/get-accounting-fields.d.mts.map +1 -0
- package/dist/actions/get-accounting-fields.mjs +28 -0
- package/dist/actions/get-accounting-fields.mjs.map +1 -0
- package/dist/actions/get-accounting-vendors.cjs +29 -0
- package/dist/actions/get-accounting-vendors.cjs.map +1 -0
- package/dist/actions/get-accounting-vendors.d.cts +9 -0
- package/dist/actions/get-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/get-accounting-vendors.d.mts +9 -0
- package/dist/actions/get-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/get-accounting-vendors.mjs +28 -0
- package/dist/actions/get-accounting-vendors.mjs.map +1 -0
- package/dist/actions/get-all-transactions.cjs +75 -0
- package/dist/actions/get-all-transactions.cjs.map +1 -0
- package/dist/actions/get-all-transactions.d.cts +9 -0
- package/dist/actions/get-all-transactions.d.cts.map +1 -0
- package/dist/actions/get-all-transactions.d.mts +9 -0
- package/dist/actions/get-all-transactions.d.mts.map +1 -0
- package/dist/actions/get-all-transactions.mjs +74 -0
- package/dist/actions/get-all-transactions.mjs.map +1 -0
- package/dist/actions/get-card-vault-resource.cjs +20 -0
- package/dist/actions/get-card-vault-resource.cjs.map +1 -0
- package/dist/actions/get-card-vault-resource.d.cts +9 -0
- package/dist/actions/get-card-vault-resource.d.cts.map +1 -0
- package/dist/actions/get-card-vault-resource.d.mts +9 -0
- package/dist/actions/get-card-vault-resource.d.mts.map +1 -0
- package/dist/actions/get-card-vault-resource.mjs +17 -0
- package/dist/actions/get-card-vault-resource.mjs.map +1 -0
- package/dist/actions/get-card.cjs +61 -0
- package/dist/actions/get-card.cjs.map +1 -0
- package/dist/actions/get-card.d.cts +9 -0
- package/dist/actions/get-card.d.cts.map +1 -0
- package/dist/actions/get-card.d.mts +9 -0
- package/dist/actions/get-card.d.mts.map +1 -0
- package/dist/actions/get-card.mjs +60 -0
- package/dist/actions/get-card.mjs.map +1 -0
- package/dist/actions/get-custom-field-option.cjs +28 -0
- package/dist/actions/get-custom-field-option.cjs.map +1 -0
- package/dist/actions/get-custom-field-option.d.cts +9 -0
- package/dist/actions/get-custom-field-option.d.cts.map +1 -0
- package/dist/actions/get-custom-field-option.d.mts +9 -0
- package/dist/actions/get-custom-field-option.d.mts.map +1 -0
- package/dist/actions/get-custom-field-option.mjs +25 -0
- package/dist/actions/get-custom-field-option.mjs.map +1 -0
- package/dist/actions/get-department.cjs +19 -0
- package/dist/actions/get-department.cjs.map +1 -0
- package/dist/actions/get-department.d.cts +9 -0
- package/dist/actions/get-department.d.cts.map +1 -0
- package/dist/actions/get-department.d.mts +9 -0
- package/dist/actions/get-department.d.mts.map +1 -0
- package/dist/actions/get-department.mjs +16 -0
- package/dist/actions/get-department.mjs.map +1 -0
- package/dist/actions/get-inventory-item-field.cjs +22 -0
- package/dist/actions/get-inventory-item-field.cjs.map +1 -0
- package/dist/actions/get-inventory-item-field.d.cts +9 -0
- package/dist/actions/get-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/get-inventory-item-field.d.mts +9 -0
- package/dist/actions/get-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/get-inventory-item-field.mjs +19 -0
- package/dist/actions/get-inventory-item-field.mjs.map +1 -0
- package/dist/actions/get-memo.cjs +19 -0
- package/dist/actions/get-memo.cjs.map +1 -0
- package/dist/actions/get-memo.d.cts +9 -0
- package/dist/actions/get-memo.d.cts.map +1 -0
- package/dist/actions/get-memo.d.mts +9 -0
- package/dist/actions/get-memo.d.mts.map +1 -0
- package/dist/actions/get-memo.mjs +16 -0
- package/dist/actions/get-memo.mjs.map +1 -0
- package/dist/actions/get-reimbursement.cjs +52 -0
- package/dist/actions/get-reimbursement.cjs.map +1 -0
- package/dist/actions/get-reimbursement.d.cts +9 -0
- package/dist/actions/get-reimbursement.d.cts.map +1 -0
- package/dist/actions/get-reimbursement.d.mts +9 -0
- package/dist/actions/get-reimbursement.d.mts.map +1 -0
- package/dist/actions/get-reimbursement.mjs +51 -0
- package/dist/actions/get-reimbursement.mjs.map +1 -0
- package/dist/actions/get-spend-limit.cjs +103 -0
- package/dist/actions/get-spend-limit.cjs.map +1 -0
- package/dist/actions/get-spend-limit.d.cts +9 -0
- package/dist/actions/get-spend-limit.d.cts.map +1 -0
- package/dist/actions/get-spend-limit.d.mts +9 -0
- package/dist/actions/get-spend-limit.d.mts.map +1 -0
- package/dist/actions/get-spend-limit.mjs +102 -0
- package/dist/actions/get-spend-limit.mjs.map +1 -0
- package/dist/actions/get-statement.cjs +49 -0
- package/dist/actions/get-statement.cjs.map +1 -0
- package/dist/actions/get-statement.d.cts +9 -0
- package/dist/actions/get-statement.d.cts.map +1 -0
- package/dist/actions/get-statement.d.mts +9 -0
- package/dist/actions/get-statement.d.mts.map +1 -0
- package/dist/actions/get-statement.mjs +48 -0
- package/dist/actions/get-statement.mjs.map +1 -0
- package/dist/actions/get-transaction.cjs +57 -0
- package/dist/actions/get-transaction.cjs.map +1 -0
- package/dist/actions/get-transaction.d.cts +9 -0
- package/dist/actions/get-transaction.d.cts.map +1 -0
- package/dist/actions/get-transaction.d.mts +9 -0
- package/dist/actions/get-transaction.d.mts.map +1 -0
- package/dist/actions/get-transaction.mjs +56 -0
- package/dist/actions/get-transaction.mjs.map +1 -0
- package/dist/actions/get-user.cjs +37 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +36 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-users-deferred-status.cjs +32 -0
- package/dist/actions/get-users-deferred-status.cjs.map +1 -0
- package/dist/actions/get-users-deferred-status.d.cts +9 -0
- package/dist/actions/get-users-deferred-status.d.cts.map +1 -0
- package/dist/actions/get-users-deferred-status.d.mts +9 -0
- package/dist/actions/get-users-deferred-status.d.mts.map +1 -0
- package/dist/actions/get-users-deferred-status.mjs +31 -0
- package/dist/actions/get-users-deferred-status.mjs.map +1 -0
- package/dist/actions/get-vendor.cjs +55 -0
- package/dist/actions/get-vendor.cjs.map +1 -0
- package/dist/actions/get-vendor.d.cts +9 -0
- package/dist/actions/get-vendor.d.cts.map +1 -0
- package/dist/actions/get-vendor.d.mts +9 -0
- package/dist/actions/get-vendor.d.mts.map +1 -0
- package/dist/actions/get-vendor.mjs +54 -0
- package/dist/actions/get-vendor.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +53 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +52 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +177 -0
- package/dist/actions/index.d.cts +89 -0
- package/dist/actions/index.d.mts +89 -0
- package/dist/actions/index.mjs +89 -0
- package/dist/actions/issue-virtual-card.cjs +36 -0
- package/dist/actions/issue-virtual-card.cjs.map +1 -0
- package/dist/actions/issue-virtual-card.d.cts +9 -0
- package/dist/actions/issue-virtual-card.d.cts.map +1 -0
- package/dist/actions/issue-virtual-card.d.mts +9 -0
- package/dist/actions/issue-virtual-card.d.mts.map +1 -0
- package/dist/actions/issue-virtual-card.mjs +35 -0
- package/dist/actions/issue-virtual-card.mjs.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.cjs +34 -0
- package/dist/actions/list-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/list-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/list-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/list-accounting-inventory-item-options.mjs +33 -0
- package/dist/actions/list-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/list-accounting-tax-rates.cjs +31 -0
- package/dist/actions/list-accounting-tax-rates.cjs.map +1 -0
- package/dist/actions/list-accounting-tax-rates.d.cts +9 -0
- package/dist/actions/list-accounting-tax-rates.d.cts.map +1 -0
- package/dist/actions/list-accounting-tax-rates.d.mts +9 -0
- package/dist/actions/list-accounting-tax-rates.d.mts.map +1 -0
- package/dist/actions/list-accounting-tax-rates.mjs +30 -0
- package/dist/actions/list-accounting-tax-rates.mjs.map +1 -0
- package/dist/actions/list-cards.cjs +71 -0
- package/dist/actions/list-cards.cjs.map +1 -0
- package/dist/actions/list-cards.d.cts +9 -0
- package/dist/actions/list-cards.d.cts.map +1 -0
- package/dist/actions/list-cards.d.mts +9 -0
- package/dist/actions/list-cards.d.mts.map +1 -0
- package/dist/actions/list-cards.mjs +70 -0
- package/dist/actions/list-cards.mjs.map +1 -0
- package/dist/actions/list-departments.cjs +27 -0
- package/dist/actions/list-departments.cjs.map +1 -0
- package/dist/actions/list-departments.d.cts +9 -0
- package/dist/actions/list-departments.d.cts.map +1 -0
- package/dist/actions/list-departments.d.mts +9 -0
- package/dist/actions/list-departments.d.mts.map +1 -0
- package/dist/actions/list-departments.mjs +26 -0
- package/dist/actions/list-departments.mjs.map +1 -0
- package/dist/actions/list-memos.cjs +35 -0
- package/dist/actions/list-memos.cjs.map +1 -0
- package/dist/actions/list-memos.d.cts +9 -0
- package/dist/actions/list-memos.d.cts.map +1 -0
- package/dist/actions/list-memos.d.mts +9 -0
- package/dist/actions/list-memos.d.mts.map +1 -0
- package/dist/actions/list-memos.mjs +34 -0
- package/dist/actions/list-memos.mjs.map +1 -0
- package/dist/actions/list-reimbursements.cjs +77 -0
- package/dist/actions/list-reimbursements.cjs.map +1 -0
- package/dist/actions/list-reimbursements.d.cts +9 -0
- package/dist/actions/list-reimbursements.d.cts.map +1 -0
- package/dist/actions/list-reimbursements.d.mts +9 -0
- package/dist/actions/list-reimbursements.d.mts.map +1 -0
- package/dist/actions/list-reimbursements.mjs +76 -0
- package/dist/actions/list-reimbursements.mjs.map +1 -0
- package/dist/actions/list-statements.cjs +60 -0
- package/dist/actions/list-statements.cjs.map +1 -0
- package/dist/actions/list-statements.d.cts +9 -0
- package/dist/actions/list-statements.d.cts.map +1 -0
- package/dist/actions/list-statements.d.mts +9 -0
- package/dist/actions/list-statements.d.mts.map +1 -0
- package/dist/actions/list-statements.mjs +59 -0
- package/dist/actions/list-statements.mjs.map +1 -0
- package/dist/actions/list-users.cjs +50 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +49 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/list-vendors-accounts.cjs +31 -0
- package/dist/actions/list-vendors-accounts.cjs.map +1 -0
- package/dist/actions/list-vendors-accounts.d.cts +9 -0
- package/dist/actions/list-vendors-accounts.d.cts.map +1 -0
- package/dist/actions/list-vendors-accounts.d.mts +9 -0
- package/dist/actions/list-vendors-accounts.d.mts.map +1 -0
- package/dist/actions/list-vendors-accounts.mjs +30 -0
- package/dist/actions/list-vendors-accounts.mjs.map +1 -0
- package/dist/actions/list-vendors-contacts.cjs +32 -0
- package/dist/actions/list-vendors-contacts.cjs.map +1 -0
- package/dist/actions/list-vendors-contacts.d.cts +9 -0
- package/dist/actions/list-vendors-contacts.d.cts.map +1 -0
- package/dist/actions/list-vendors-contacts.d.mts +9 -0
- package/dist/actions/list-vendors-contacts.d.mts.map +1 -0
- package/dist/actions/list-vendors-contacts.mjs +31 -0
- package/dist/actions/list-vendors-contacts.mjs.map +1 -0
- package/dist/actions/list-vendors-credits.cjs +76 -0
- package/dist/actions/list-vendors-credits.cjs.map +1 -0
- package/dist/actions/list-vendors-credits.d.cts +9 -0
- package/dist/actions/list-vendors-credits.d.cts.map +1 -0
- package/dist/actions/list-vendors-credits.d.mts +9 -0
- package/dist/actions/list-vendors-credits.d.mts.map +1 -0
- package/dist/actions/list-vendors-credits.mjs +75 -0
- package/dist/actions/list-vendors-credits.mjs.map +1 -0
- package/dist/actions/list-vendors.cjs +64 -0
- package/dist/actions/list-vendors.cjs.map +1 -0
- package/dist/actions/list-vendors.d.cts +9 -0
- package/dist/actions/list-vendors.d.cts.map +1 -0
- package/dist/actions/list-vendors.d.mts +9 -0
- package/dist/actions/list-vendors.d.mts.map +1 -0
- package/dist/actions/list-vendors.mjs +63 -0
- package/dist/actions/list-vendors.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +25 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +24 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.cjs +33 -0
- package/dist/actions/options-for-custom-accounting-field.cjs.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.d.cts +9 -0
- package/dist/actions/options-for-custom-accounting-field.d.cts.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.d.mts +9 -0
- package/dist/actions/options-for-custom-accounting-field.d.mts.map +1 -0
- package/dist/actions/options-for-custom-accounting-field.mjs +32 -0
- package/dist/actions/options-for-custom-accounting-field.mjs.map +1 -0
- package/dist/actions/patch-accounting-connection.cjs +36 -0
- package/dist/actions/patch-accounting-connection.cjs.map +1 -0
- package/dist/actions/patch-accounting-connection.d.cts +9 -0
- package/dist/actions/patch-accounting-connection.d.cts.map +1 -0
- package/dist/actions/patch-accounting-connection.d.mts +9 -0
- package/dist/actions/patch-accounting-connection.d.mts.map +1 -0
- package/dist/actions/patch-accounting-connection.mjs +35 -0
- package/dist/actions/patch-accounting-connection.mjs.map +1 -0
- package/dist/actions/patch-card-resource.cjs +46 -0
- package/dist/actions/patch-card-resource.cjs.map +1 -0
- package/dist/actions/patch-card-resource.d.cts +9 -0
- package/dist/actions/patch-card-resource.d.cts.map +1 -0
- package/dist/actions/patch-card-resource.d.mts +9 -0
- package/dist/actions/patch-card-resource.d.mts.map +1 -0
- package/dist/actions/patch-card-resource.mjs +43 -0
- package/dist/actions/patch-card-resource.mjs.map +1 -0
- package/dist/actions/patch-custom-field-option.cjs +35 -0
- package/dist/actions/patch-custom-field-option.cjs.map +1 -0
- package/dist/actions/patch-custom-field-option.d.cts +9 -0
- package/dist/actions/patch-custom-field-option.d.cts.map +1 -0
- package/dist/actions/patch-custom-field-option.d.mts +9 -0
- package/dist/actions/patch-custom-field-option.d.mts.map +1 -0
- package/dist/actions/patch-custom-field-option.mjs +32 -0
- package/dist/actions/patch-custom-field-option.mjs.map +1 -0
- package/dist/actions/patch-gl-account-resource.cjs +38 -0
- package/dist/actions/patch-gl-account-resource.cjs.map +1 -0
- package/dist/actions/patch-gl-account-resource.d.cts +9 -0
- package/dist/actions/patch-gl-account-resource.d.cts.map +1 -0
- package/dist/actions/patch-gl-account-resource.d.mts +9 -0
- package/dist/actions/patch-gl-account-resource.d.mts.map +1 -0
- package/dist/actions/patch-gl-account-resource.mjs +37 -0
- package/dist/actions/patch-gl-account-resource.mjs.map +1 -0
- package/dist/actions/patch-inventory-item-field.cjs +25 -0
- package/dist/actions/patch-inventory-item-field.cjs.map +1 -0
- package/dist/actions/patch-inventory-item-field.d.cts +9 -0
- package/dist/actions/patch-inventory-item-field.d.cts.map +1 -0
- package/dist/actions/patch-inventory-item-field.d.mts +9 -0
- package/dist/actions/patch-inventory-item-field.d.mts.map +1 -0
- package/dist/actions/patch-inventory-item-field.mjs +22 -0
- package/dist/actions/patch-inventory-item-field.mjs.map +1 -0
- package/dist/actions/post-accounting-accounts.cjs +47 -0
- package/dist/actions/post-accounting-accounts.cjs.map +1 -0
- package/dist/actions/post-accounting-accounts.d.cts +9 -0
- package/dist/actions/post-accounting-accounts.d.cts.map +1 -0
- package/dist/actions/post-accounting-accounts.d.mts +9 -0
- package/dist/actions/post-accounting-accounts.d.mts.map +1 -0
- package/dist/actions/post-accounting-accounts.mjs +46 -0
- package/dist/actions/post-accounting-accounts.mjs.map +1 -0
- package/dist/actions/post-accounting-connection.cjs +30 -0
- package/dist/actions/post-accounting-connection.cjs.map +1 -0
- package/dist/actions/post-accounting-connection.d.cts +9 -0
- package/dist/actions/post-accounting-connection.d.cts.map +1 -0
- package/dist/actions/post-accounting-connection.d.mts +9 -0
- package/dist/actions/post-accounting-connection.d.mts.map +1 -0
- package/dist/actions/post-accounting-connection.mjs +29 -0
- package/dist/actions/post-accounting-connection.mjs.map +1 -0
- package/dist/actions/post-accounting-vendors.cjs +38 -0
- package/dist/actions/post-accounting-vendors.cjs.map +1 -0
- package/dist/actions/post-accounting-vendors.d.cts +9 -0
- package/dist/actions/post-accounting-vendors.d.cts.map +1 -0
- package/dist/actions/post-accounting-vendors.d.mts +9 -0
- package/dist/actions/post-accounting-vendors.d.mts.map +1 -0
- package/dist/actions/post-accounting-vendors.mjs +37 -0
- package/dist/actions/post-accounting-vendors.mjs.map +1 -0
- package/dist/actions/post-inventory-item-options.cjs +26 -0
- package/dist/actions/post-inventory-item-options.cjs.map +1 -0
- package/dist/actions/post-inventory-item-options.d.cts +9 -0
- package/dist/actions/post-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/post-inventory-item-options.d.mts +9 -0
- package/dist/actions/post-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/post-inventory-item-options.mjs +25 -0
- package/dist/actions/post-inventory-item-options.mjs.map +1 -0
- package/dist/actions/post-physical-card.cjs +59 -0
- package/dist/actions/post-physical-card.cjs.map +1 -0
- package/dist/actions/post-physical-card.d.cts +9 -0
- package/dist/actions/post-physical-card.d.cts.map +1 -0
- package/dist/actions/post-physical-card.d.mts +9 -0
- package/dist/actions/post-physical-card.d.mts.map +1 -0
- package/dist/actions/post-physical-card.mjs +56 -0
- package/dist/actions/post-physical-card.mjs.map +1 -0
- package/dist/actions/reactivate-accounting-connection.cjs +26 -0
- package/dist/actions/reactivate-accounting-connection.cjs.map +1 -0
- package/dist/actions/reactivate-accounting-connection.d.cts +9 -0
- package/dist/actions/reactivate-accounting-connection.d.cts.map +1 -0
- package/dist/actions/reactivate-accounting-connection.d.mts +9 -0
- package/dist/actions/reactivate-accounting-connection.d.mts.map +1 -0
- package/dist/actions/reactivate-accounting-connection.mjs +25 -0
- package/dist/actions/reactivate-accounting-connection.mjs.map +1 -0
- package/dist/actions/reactivate-user.cjs +16 -0
- package/dist/actions/reactivate-user.cjs.map +1 -0
- package/dist/actions/reactivate-user.d.cts +9 -0
- package/dist/actions/reactivate-user.d.cts.map +1 -0
- package/dist/actions/reactivate-user.d.mts +9 -0
- package/dist/actions/reactivate-user.d.mts.map +1 -0
- package/dist/actions/reactivate-user.mjs +13 -0
- package/dist/actions/reactivate-user.mjs.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.cjs +144 -0
- package/dist/actions/submit-reimbursement-receipt.cjs.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.d.cts +9 -0
- package/dist/actions/submit-reimbursement-receipt.d.cts.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.d.mts +9 -0
- package/dist/actions/submit-reimbursement-receipt.d.mts.map +1 -0
- package/dist/actions/submit-reimbursement-receipt.mjs +143 -0
- package/dist/actions/submit-reimbursement-receipt.mjs.map +1 -0
- package/dist/actions/suspend-card.cjs +19 -0
- package/dist/actions/suspend-card.cjs.map +1 -0
- package/dist/actions/suspend-card.d.cts +9 -0
- package/dist/actions/suspend-card.d.cts.map +1 -0
- package/dist/actions/suspend-card.d.mts +9 -0
- package/dist/actions/suspend-card.d.mts.map +1 -0
- package/dist/actions/suspend-card.mjs +16 -0
- package/dist/actions/suspend-card.mjs.map +1 -0
- package/dist/actions/terminate-card.cjs +19 -0
- package/dist/actions/terminate-card.cjs.map +1 -0
- package/dist/actions/terminate-card.d.cts +9 -0
- package/dist/actions/terminate-card.d.cts.map +1 -0
- package/dist/actions/terminate-card.d.mts +9 -0
- package/dist/actions/terminate-card.d.mts.map +1 -0
- package/dist/actions/terminate-card.mjs +16 -0
- package/dist/actions/terminate-card.mjs.map +1 -0
- package/dist/actions/update-accounting-field.cjs +48 -0
- package/dist/actions/update-accounting-field.cjs.map +1 -0
- package/dist/actions/update-accounting-field.d.cts +9 -0
- package/dist/actions/update-accounting-field.d.cts.map +1 -0
- package/dist/actions/update-accounting-field.d.mts +9 -0
- package/dist/actions/update-accounting-field.d.mts.map +1 -0
- package/dist/actions/update-accounting-field.mjs +47 -0
- package/dist/actions/update-accounting-field.mjs.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.cjs +25 -0
- package/dist/actions/update-accounting-inventory-item-options.cjs.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.d.cts +9 -0
- package/dist/actions/update-accounting-inventory-item-options.d.cts.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.d.mts +9 -0
- package/dist/actions/update-accounting-inventory-item-options.d.mts.map +1 -0
- package/dist/actions/update-accounting-inventory-item-options.mjs +22 -0
- package/dist/actions/update-accounting-inventory-item-options.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.cjs +27 -0
- package/dist/actions/update-accounting-tax-code-options.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.d.cts +9 -0
- package/dist/actions/update-accounting-tax-code-options.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.d.mts +9 -0
- package/dist/actions/update-accounting-tax-code-options.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-code-options.mjs +24 -0
- package/dist/actions/update-accounting-tax-code-options.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-code.cjs +25 -0
- package/dist/actions/update-accounting-tax-code.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-code.d.cts +9 -0
- package/dist/actions/update-accounting-tax-code.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-code.d.mts +9 -0
- package/dist/actions/update-accounting-tax-code.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-code.mjs +22 -0
- package/dist/actions/update-accounting-tax-code.mjs.map +1 -0
- package/dist/actions/update-accounting-tax-rate.cjs +28 -0
- package/dist/actions/update-accounting-tax-rate.cjs.map +1 -0
- package/dist/actions/update-accounting-tax-rate.d.cts +9 -0
- package/dist/actions/update-accounting-tax-rate.d.cts.map +1 -0
- package/dist/actions/update-accounting-tax-rate.d.mts +9 -0
- package/dist/actions/update-accounting-tax-rate.d.mts.map +1 -0
- package/dist/actions/update-accounting-tax-rate.mjs +25 -0
- package/dist/actions/update-accounting-tax-rate.mjs.map +1 -0
- package/dist/actions/update-accounting-vendor.cjs +38 -0
- package/dist/actions/update-accounting-vendor.cjs.map +1 -0
- package/dist/actions/update-accounting-vendor.d.cts +9 -0
- package/dist/actions/update-accounting-vendor.d.cts.map +1 -0
- package/dist/actions/update-accounting-vendor.d.mts +9 -0
- package/dist/actions/update-accounting-vendor.d.mts.map +1 -0
- package/dist/actions/update-accounting-vendor.mjs +37 -0
- package/dist/actions/update-accounting-vendor.mjs.map +1 -0
- package/dist/actions/update-card-limit.cjs +42 -0
- package/dist/actions/update-card-limit.cjs.map +1 -0
- package/dist/actions/update-card-limit.d.cts +9 -0
- package/dist/actions/update-card-limit.d.cts.map +1 -0
- package/dist/actions/update-card-limit.d.mts +9 -0
- package/dist/actions/update-card-limit.d.mts.map +1 -0
- package/dist/actions/update-card-limit.mjs +41 -0
- package/dist/actions/update-card-limit.mjs.map +1 -0
- package/dist/actions/update-department.cjs +24 -0
- package/dist/actions/update-department.cjs.map +1 -0
- package/dist/actions/update-department.d.cts +9 -0
- package/dist/actions/update-department.d.cts.map +1 -0
- package/dist/actions/update-department.d.mts +9 -0
- package/dist/actions/update-department.d.mts.map +1 -0
- package/dist/actions/update-department.mjs +21 -0
- package/dist/actions/update-department.mjs.map +1 -0
- package/dist/actions/update-limits.cjs +126 -0
- package/dist/actions/update-limits.cjs.map +1 -0
- package/dist/actions/update-limits.d.cts +9 -0
- package/dist/actions/update-limits.d.cts.map +1 -0
- package/dist/actions/update-limits.d.mts +9 -0
- package/dist/actions/update-limits.d.mts.map +1 -0
- package/dist/actions/update-limits.mjs +125 -0
- package/dist/actions/update-limits.mjs.map +1 -0
- package/dist/actions/update-user.cjs +35 -0
- package/dist/actions/update-user.cjs.map +1 -0
- package/dist/actions/update-user.d.cts +9 -0
- package/dist/actions/update-user.d.cts.map +1 -0
- package/dist/actions/update-user.d.mts +9 -0
- package/dist/actions/update-user.d.mts.map +1 -0
- package/dist/actions/update-user.mjs +32 -0
- package/dist/actions/update-user.mjs.map +1 -0
- package/dist/actions/upload-new-options.cjs +40 -0
- package/dist/actions/upload-new-options.cjs.map +1 -0
- package/dist/actions/upload-new-options.d.cts +9 -0
- package/dist/actions/upload-new-options.d.cts.map +1 -0
- package/dist/actions/upload-new-options.d.mts +9 -0
- package/dist/actions/upload-new-options.d.mts.map +1 -0
- package/dist/actions/upload-new-options.mjs +39 -0
- package/dist/actions/upload-new-options.mjs.map +1 -0
- package/dist/actions/upload-tax-code-options.cjs +28 -0
- package/dist/actions/upload-tax-code-options.cjs.map +1 -0
- package/dist/actions/upload-tax-code-options.d.cts +9 -0
- package/dist/actions/upload-tax-code-options.d.cts.map +1 -0
- package/dist/actions/upload-tax-code-options.d.mts +9 -0
- package/dist/actions/upload-tax-code-options.d.mts.map +1 -0
- package/dist/actions/upload-tax-code-options.mjs +27 -0
- package/dist/actions/upload-tax-code-options.mjs.map +1 -0
- package/dist/actions/upload-tax-rates.cjs +32 -0
- package/dist/actions/upload-tax-rates.cjs.map +1 -0
- package/dist/actions/upload-tax-rates.d.cts +9 -0
- package/dist/actions/upload-tax-rates.d.cts.map +1 -0
- package/dist/actions/upload-tax-rates.d.mts +9 -0
- package/dist/actions/upload-tax-rates.d.mts.map +1 -0
- package/dist/actions/upload-tax-rates.mjs +31 -0
- package/dist/actions/upload-tax-rates.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +182 -0
- package/dist/index.d.cts +91 -0
- package/dist/index.d.mts +91 -4
- package/dist/index.mjs +92 -7
- package/package.json +31 -58
- package/LICENSE +0 -21
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -4
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/ramp-app.credential-set-Lfv-WYR0.mjs +0 -24
- package/dist/ramp-app.credential-set-cr5rSCuj.d.mts +0 -51
- package/dist/ramp.credential-set-IqskZBeS.mjs +0 -65
- package/dist/schemas/index.d.mts +0 -2101
- package/dist/schemas/index.mjs +0 -99
- package/dist/transactions-BbD9dl3x.mjs +0 -1005
- package/dist/upload-receipt.operation-ClJzqNb-.d.mts +0 -3907
- package/dist/upload-receipt.operation-DNDW2WTQ.mjs +0 -2322
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-accounts.cjs","names":["z","action"],"sources":["../../src/actions/get-accounting-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingAccountsInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Filter by account code (e.g., '6410')\").optional(),\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n is_active: z.boolean().describe(\"Filter by active status. If not provided, returns all accounts. If true, returns only active accounts. If false, returns only inactive accounts.\").optional(),\n is_synced: z.boolean().describe(\"Filter by sync status with the accounting system\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n remote_id: z.string().describe(\"Filter by Remote/external ID from the ERP system\").optional(),\n}).describe(\"Request parameters to list general ledger accounts.\");\nconst RampGetAccountingAccounts_GLAccountCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the category\").nullable().optional(),\n}).describe(\"Category information for a general ledger account.\");\nconst RampGetAccountingAccounts_GLAccountSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of GL account in ERP system\").nullable().optional(),\n code: z.string().describe(\"Account code (e.g., '6410', '400-100')\").nullable().optional(),\n name: z.string().describe(\"Name of the general ledger account (e.g., 'Employees:Salaries & Wages')\").nullable().optional(),\n ramp_id: z.string().describe(\"UUID to uniquely identify a general ledger account within Ramp system\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the account is active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 datetime when the account was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 datetime when the account was last updated\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')\").nullable().optional(),\n classification: z.string().describe(\"Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the GL account is uploaded to\").nullable().optional(),\n gl_account_category_info: RampGetAccountingAccounts_GLAccountCategoryInfoSchema.nullable().optional(),\n}).describe(\"Individual general ledger account object.\");\nconst RampGetAccountingAccounts_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampGetAccountingAccountsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampGetAccountingAccounts_GLAccountSchema).describe(\"Array of general ledger account objects returned in the paginated response\"),\n page: RampGetAccountingAccounts_PageSchema.nullable().optional(),\n}).describe(\"Response from Ramp GET accounting accounts endpoint with paginated GL account data.\");\n\nexport const rampGetAccountingAccounts = action(\"RAMP_GET_ACCOUNTING_ACCOUNTS\", {\n slug: \"ramp-get-accounting-accounts\",\n name: \"List General Ledger Accounts\",\n description: \"Tool to list general ledger accounts from Ramp. Use when you need to retrieve GL accounts for accounting integration or transaction categorization.\",\n input: RampGetAccountingAccountsInput,\n output: RampGetAccountingAccountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kJAAkJ,CAAC,CAAC,SAAS;CAC7L,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC1M,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,0BAA0B,sDAAsD,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO,EAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,4EAA4E;CAC9I,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,qFAAqF;AAEjG,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-accounts.d.ts
|
|
4
|
+
declare const RampGetAccountingAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingAccounts };
|
|
9
|
+
//# sourceMappingURL=get-accounting-accounts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-accounts.d.cts","names":[],"sources":["../../src/actions/get-accounting-accounts.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAOmB;AAAA,cAsBrD,+BAAA,EAAiC,CAAA,CAAE,UAGkD;AAAA,cAErF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-accounts.d.ts
|
|
4
|
+
declare const RampGetAccountingAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingAccounts };
|
|
9
|
+
//# sourceMappingURL=get-accounting-accounts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-accounts.d.mts","names":[],"sources":["../../src/actions/get-accounting-accounts.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAOmB;AAAA,cAsBrD,+BAAA,EAAiC,CAAA,CAAE,UAGkD;AAAA,cAErF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-accounting-accounts.ts
|
|
4
|
+
const RampGetAccountingAccountsInput = z.object({
|
|
5
|
+
code: z.string().describe("Filter by account code (e.g., '6410')").optional(),
|
|
6
|
+
start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
7
|
+
is_active: z.boolean().describe("Filter by active status. If not provided, returns all accounts. If true, returns only active accounts. If false, returns only inactive accounts.").optional(),
|
|
8
|
+
is_synced: z.boolean().describe("Filter by sync status with the accounting system").optional(),
|
|
9
|
+
page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional(),
|
|
10
|
+
remote_id: z.string().describe("Filter by Remote/external ID from the ERP system").optional()
|
|
11
|
+
}).describe("Request parameters to list general ledger accounts.");
|
|
12
|
+
const RampGetAccountingAccounts_GLAccountCategoryInfoSchema = z.object({
|
|
13
|
+
id: z.string().describe("Remote/external ID of the category").nullable().optional(),
|
|
14
|
+
name: z.string().describe("Name of the category").nullable().optional(),
|
|
15
|
+
ramp_id: z.string().describe("Ramp's internal UUID for the category").nullable().optional()
|
|
16
|
+
}).describe("Category information for a general ledger account.");
|
|
17
|
+
const RampGetAccountingAccounts_GLAccountSchema = z.object({
|
|
18
|
+
id: z.string().describe("Remote/external ID of GL account in ERP system").nullable().optional(),
|
|
19
|
+
code: z.string().describe("Account code (e.g., '6410', '400-100')").nullable().optional(),
|
|
20
|
+
name: z.string().describe("Name of the general ledger account (e.g., 'Employees:Salaries & Wages')").nullable().optional(),
|
|
21
|
+
ramp_id: z.string().describe("UUID to uniquely identify a general ledger account within Ramp system").nullable().optional(),
|
|
22
|
+
is_active: z.boolean().describe("Whether the account is active").nullable().optional(),
|
|
23
|
+
created_at: z.string().describe("ISO 8601 datetime when the account was created").nullable().optional(),
|
|
24
|
+
updated_at: z.string().describe("ISO 8601 datetime when the account was last updated").nullable().optional(),
|
|
25
|
+
provider_name: z.string().describe("Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')").nullable().optional(),
|
|
26
|
+
classification: z.string().describe("Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)").nullable().optional(),
|
|
27
|
+
accounting_connection_id: z.string().describe("UUID of the accounting connection that the GL account is uploaded to").nullable().optional(),
|
|
28
|
+
gl_account_category_info: RampGetAccountingAccounts_GLAccountCategoryInfoSchema.nullable().optional()
|
|
29
|
+
}).describe("Individual general ledger account object.");
|
|
30
|
+
const RampGetAccountingAccounts_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
31
|
+
const rampGetAccountingAccounts = action("RAMP_GET_ACCOUNTING_ACCOUNTS", {
|
|
32
|
+
slug: "ramp-get-accounting-accounts",
|
|
33
|
+
name: "List General Ledger Accounts",
|
|
34
|
+
description: "Tool to list general ledger accounts from Ramp. Use when you need to retrieve GL accounts for accounting integration or transaction categorization.",
|
|
35
|
+
input: RampGetAccountingAccountsInput,
|
|
36
|
+
output: z.object({
|
|
37
|
+
data: z.array(RampGetAccountingAccounts_GLAccountSchema).describe("Array of general ledger account objects returned in the paginated response"),
|
|
38
|
+
page: RampGetAccountingAccounts_PageSchema.nullable().optional()
|
|
39
|
+
}).describe("Response from Ramp GET accounting accounts endpoint with paginated GL account data.")
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
export { rampGetAccountingAccounts };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=get-accounting-accounts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-accounts.mjs","names":[],"sources":["../../src/actions/get-accounting-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingAccountsInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Filter by account code (e.g., '6410')\").optional(),\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n is_active: z.boolean().describe(\"Filter by active status. If not provided, returns all accounts. If true, returns only active accounts. If false, returns only inactive accounts.\").optional(),\n is_synced: z.boolean().describe(\"Filter by sync status with the accounting system\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n remote_id: z.string().describe(\"Filter by Remote/external ID from the ERP system\").optional(),\n}).describe(\"Request parameters to list general ledger accounts.\");\nconst RampGetAccountingAccounts_GLAccountCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the category\").nullable().optional(),\n}).describe(\"Category information for a general ledger account.\");\nconst RampGetAccountingAccounts_GLAccountSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of GL account in ERP system\").nullable().optional(),\n code: z.string().describe(\"Account code (e.g., '6410', '400-100')\").nullable().optional(),\n name: z.string().describe(\"Name of the general ledger account (e.g., 'Employees:Salaries & Wages')\").nullable().optional(),\n ramp_id: z.string().describe(\"UUID to uniquely identify a general ledger account within Ramp system\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the account is active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 datetime when the account was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 datetime when the account was last updated\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')\").nullable().optional(),\n classification: z.string().describe(\"Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the GL account is uploaded to\").nullable().optional(),\n gl_account_category_info: RampGetAccountingAccounts_GLAccountCategoryInfoSchema.nullable().optional(),\n}).describe(\"Individual general ledger account object.\");\nconst RampGetAccountingAccounts_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampGetAccountingAccountsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampGetAccountingAccounts_GLAccountSchema).describe(\"Array of general ledger account objects returned in the paginated response\"),\n page: RampGetAccountingAccounts_PageSchema.nullable().optional(),\n}).describe(\"Response from Ramp GET accounting accounts endpoint with paginated GL account data.\");\n\nexport const rampGetAccountingAccounts = action(\"RAMP_GET_ACCOUNTING_ACCOUNTS\", {\n slug: \"ramp-get-accounting-accounts\",\n name: \"List General Ledger Accounts\",\n description: \"Tool to list general ledger accounts from Ramp. Use when you need to retrieve GL accounts for accounting integration or transaction categorization.\",\n input: RampGetAccountingAccountsInput,\n output: RampGetAccountingAccountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kJAAkJ,CAAC,CAAC,SAAS;CAC7L,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC1M,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,0BAA0B,sDAAsD,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,uCAAqD,EAAE,OAAO,EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,4EAA4E;EAC9I,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,CAAC,CAAC,CAAC,SAAS,qFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-accounting-all-connections.ts
|
|
4
|
+
const RampGetAccountingAllConnectionsInput = zod.z.object({}).describe("Request parameters for fetching all accounting connections. This endpoint has no request parameters.");
|
|
5
|
+
const RampGetAccountingAllConnections_AccountingConnectionSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the accounting connection in UUID format").nullable().optional(),
|
|
7
|
+
status: zod.z.string().describe("The current status of the accounting connection (e.g., LINKED, UNLINKED)").nullable().optional(),
|
|
8
|
+
created_at: zod.z.string().describe("The date and time the accounting connection was created in ISO 8601 format").nullable().optional(),
|
|
9
|
+
last_linked_at: zod.z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
10
|
+
remote_provider_name: zod.z.string().describe("The name of the remote accounting provider (e.g., Quickbooks, Netsuite, Xero)").nullable().optional()
|
|
11
|
+
}).describe("Individual accounting connection object.");
|
|
12
|
+
const RampGetAccountingAllConnectionsOutput = zod.z.object({ connections: zod.z.array(RampGetAccountingAllConnections_AccountingConnectionSchema).describe("A list of accounting connections for the current business") }).describe("Response from Ramp GET all accounting connections endpoint.");
|
|
13
|
+
const rampGetAccountingAllConnections = require_action.action("RAMP_GET_ACCOUNTING_ALL_CONNECTIONS", {
|
|
14
|
+
slug: "ramp-get-accounting-all-connections",
|
|
15
|
+
name: "Fetch All Accounting Connections",
|
|
16
|
+
description: "Tool to fetch all accounting connections for the current Ramp business. Use when you need to view all accounting integrations, including both active and inactive connections.",
|
|
17
|
+
input: RampGetAccountingAllConnectionsInput,
|
|
18
|
+
output: RampGetAccountingAllConnectionsOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.rampGetAccountingAllConnections = rampGetAccountingAllConnections;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-accounting-all-connections.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-all-connections.cjs","names":["z","action"],"sources":["../../src/actions/get-accounting-all-connections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingAllConnectionsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for fetching all accounting connections. This endpoint has no request parameters.\");\nconst RampGetAccountingAllConnections_AccountingConnectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\").nullable().optional(),\n status: z.string().describe(\"The current status of the accounting connection (e.g., LINKED, UNLINKED)\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\").nullable().optional(),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n remote_provider_name: z.string().describe(\"The name of the remote accounting provider (e.g., Quickbooks, Netsuite, Xero)\").nullable().optional(),\n}).describe(\"Individual accounting connection object.\");\nexport const RampGetAccountingAllConnectionsOutput: z.ZodTypeAny = z.object({\n connections: z.array(RampGetAccountingAllConnections_AccountingConnectionSchema).describe(\"A list of accounting connections for the current business\"),\n}).describe(\"Response from Ramp GET all accounting connections endpoint.\");\n\nexport const rampGetAccountingAllConnections = action(\"RAMP_GET_ACCOUNTING_ALL_CONNECTIONS\", {\n slug: \"ramp-get-accounting-all-connections\",\n name: \"Fetch All Accounting Connections\",\n description: \"Tool to fetch all accounting connections for the current Ramp business. Use when you need to view all accounting integrations, including both active and inactive connections.\",\n input: RampGetAccountingAllConnectionsInput,\n output: RampGetAccountingAllConnectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sGAAsG;AAC9L,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,aAAaA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,2DAA2D,EACvJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-all-connections.d.ts
|
|
4
|
+
declare const RampGetAccountingAllConnectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingAllConnectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingAllConnections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingAllConnections };
|
|
9
|
+
//# sourceMappingURL=get-accounting-all-connections.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-all-connections.d.cts","names":[],"sources":["../../src/actions/get-accounting-all-connections.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAA0I;AAAA,cAQlL,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-all-connections.d.ts
|
|
4
|
+
declare const RampGetAccountingAllConnectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingAllConnectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingAllConnections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingAllConnections };
|
|
9
|
+
//# sourceMappingURL=get-accounting-all-connections.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-all-connections.d.mts","names":[],"sources":["../../src/actions/get-accounting-all-connections.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAA0I;AAAA,cAQlL,qCAAA,EAAuC,CAAA,CAAE,UAEoB;AAAA,cAE7D,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-accounting-all-connections.ts
|
|
4
|
+
const RampGetAccountingAllConnectionsInput = z.object({}).describe("Request parameters for fetching all accounting connections. This endpoint has no request parameters.");
|
|
5
|
+
const RampGetAccountingAllConnections_AccountingConnectionSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the accounting connection in UUID format").nullable().optional(),
|
|
7
|
+
status: z.string().describe("The current status of the accounting connection (e.g., LINKED, UNLINKED)").nullable().optional(),
|
|
8
|
+
created_at: z.string().describe("The date and time the accounting connection was created in ISO 8601 format").nullable().optional(),
|
|
9
|
+
last_linked_at: z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
10
|
+
remote_provider_name: z.string().describe("The name of the remote accounting provider (e.g., Quickbooks, Netsuite, Xero)").nullable().optional()
|
|
11
|
+
}).describe("Individual accounting connection object.");
|
|
12
|
+
const rampGetAccountingAllConnections = action("RAMP_GET_ACCOUNTING_ALL_CONNECTIONS", {
|
|
13
|
+
slug: "ramp-get-accounting-all-connections",
|
|
14
|
+
name: "Fetch All Accounting Connections",
|
|
15
|
+
description: "Tool to fetch all accounting connections for the current Ramp business. Use when you need to view all accounting integrations, including both active and inactive connections.",
|
|
16
|
+
input: RampGetAccountingAllConnectionsInput,
|
|
17
|
+
output: z.object({ connections: z.array(RampGetAccountingAllConnections_AccountingConnectionSchema).describe("A list of accounting connections for the current business") }).describe("Response from Ramp GET all accounting connections endpoint.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { rampGetAccountingAllConnections };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-accounting-all-connections.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-all-connections.mjs","names":[],"sources":["../../src/actions/get-accounting-all-connections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingAllConnectionsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for fetching all accounting connections. This endpoint has no request parameters.\");\nconst RampGetAccountingAllConnections_AccountingConnectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\").nullable().optional(),\n status: z.string().describe(\"The current status of the accounting connection (e.g., LINKED, UNLINKED)\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\").nullable().optional(),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n remote_provider_name: z.string().describe(\"The name of the remote accounting provider (e.g., Quickbooks, Netsuite, Xero)\").nullable().optional(),\n}).describe(\"Individual accounting connection object.\");\nexport const RampGetAccountingAllConnectionsOutput: z.ZodTypeAny = z.object({\n connections: z.array(RampGetAccountingAllConnections_AccountingConnectionSchema).describe(\"A list of accounting connections for the current business\"),\n}).describe(\"Response from Ramp GET all accounting connections endpoint.\");\n\nexport const rampGetAccountingAllConnections = action(\"RAMP_GET_ACCOUNTING_ALL_CONNECTIONS\", {\n slug: \"ramp-get-accounting-all-connections\",\n name: \"Fetch All Accounting Connections\",\n description: \"Tool to fetch all accounting connections for the current Ramp business. Use when you need to view all accounting integrations, including both active and inactive connections.\",\n input: RampGetAccountingAllConnectionsInput,\n output: RampGetAccountingAllConnectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sGAAsG;AAC9L,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,aAAa,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,2DAA2D,EACvJ,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-accounting-connection-by-id.ts
|
|
4
|
+
const RampGetAccountingConnectionByIdInput = zod.z.object({ connection_id: zod.z.string().describe("UUID of the accounting connection to retrieve") }).describe("Request parameters to fetch a specific accounting connection by ID.");
|
|
5
|
+
const RampGetAccountingConnectionById_ConnectionStatusSchema = zod.z.enum([
|
|
6
|
+
"failed_to_auth",
|
|
7
|
+
"linked",
|
|
8
|
+
"revoked",
|
|
9
|
+
"unlinked"
|
|
10
|
+
]).describe("The current status of the accounting connection.");
|
|
11
|
+
const RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema = zod.z.object({
|
|
12
|
+
vendor_credits_enabled: zod.z.boolean().describe("Whether vendor credits are enabled for this connection"),
|
|
13
|
+
transaction_sync_button_enabled: zod.z.boolean().describe("Whether the transaction sync button is enabled for this connection")
|
|
14
|
+
}).describe("Connection settings for API-based accounting connections.");
|
|
15
|
+
const RampGetAccountingConnectionById_ConnectionTypeSchema = zod.z.enum([
|
|
16
|
+
"API",
|
|
17
|
+
"CSV",
|
|
18
|
+
"DIRECT"
|
|
19
|
+
]).describe("The type of accounting connection.");
|
|
20
|
+
const RampGetAccountingConnectionByIdOutput = zod.z.object({
|
|
21
|
+
id: zod.z.string().describe("Unique identifier for the accounting connection in UUID format"),
|
|
22
|
+
status: RampGetAccountingConnectionById_ConnectionStatusSchema.nullable(),
|
|
23
|
+
settings: RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema.nullable().optional(),
|
|
24
|
+
is_active: zod.z.boolean().describe("Whether the accounting connection is active"),
|
|
25
|
+
created_at: zod.z.string().describe("The date and time the accounting connection was created in ISO 8601 format"),
|
|
26
|
+
last_linked_at: zod.z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
27
|
+
connection_type: RampGetAccountingConnectionById_ConnectionTypeSchema.nullable(),
|
|
28
|
+
is_ready_to_migrate: zod.z.boolean().describe("Whether an Accounting Connection is marked as ready to migrate. For use by the ERP migration flow. Only one Accounting Connection will be marked as ready to migrate per business at a given time. Once a customer begins an ERP migration, a ready to migrate Accounting Connection will no longer be considered ready to migrate."),
|
|
29
|
+
remote_provider_name: zod.z.string().describe("The name of the accounting connection").nullable().optional()
|
|
30
|
+
}).describe("Response containing detailed information for a specific accounting connection.");
|
|
31
|
+
const rampGetAccountingConnectionById = require_action.action("RAMP_GET_ACCOUNTING_CONNECTION_BY_ID", {
|
|
32
|
+
slug: "ramp-get-accounting-connection-by-id",
|
|
33
|
+
name: "Fetch Accounting Connection By ID",
|
|
34
|
+
description: "Tool to fetch a specific accounting connection by ID from Ramp. Use when you need to retrieve detailed information about a particular accounting integration.",
|
|
35
|
+
input: RampGetAccountingConnectionByIdInput,
|
|
36
|
+
output: RampGetAccountingConnectionByIdOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.rampGetAccountingConnectionById = rampGetAccountingConnectionById;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=get-accounting-connection-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-accounting-connection-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingConnectionByIdInput: z.ZodTypeAny = z.object({\n connection_id: z.string().describe(\"UUID of the accounting connection to retrieve\"),\n}).describe(\"Request parameters to fetch a specific accounting connection by ID.\");\nconst RampGetAccountingConnectionById_ConnectionStatusSchema: z.ZodTypeAny = z.enum([\"failed_to_auth\", \"linked\", \"revoked\", \"unlinked\"]).describe(\"The current status of the accounting connection.\");\nconst RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema: z.ZodTypeAny = z.object({\n vendor_credits_enabled: z.boolean().describe(\"Whether vendor credits are enabled for this connection\"),\n transaction_sync_button_enabled: z.boolean().describe(\"Whether the transaction sync button is enabled for this connection\"),\n}).describe(\"Connection settings for API-based accounting connections.\");\nconst RampGetAccountingConnectionById_ConnectionTypeSchema: z.ZodTypeAny = z.enum([\"API\", \"CSV\", \"DIRECT\"]).describe(\"The type of accounting connection.\");\nexport const RampGetAccountingConnectionByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\"),\n status: RampGetAccountingConnectionById_ConnectionStatusSchema.nullable(),\n settings: RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema.nullable().optional(),\n is_active: z.boolean().describe(\"Whether the accounting connection is active\"),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\"),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n connection_type: RampGetAccountingConnectionById_ConnectionTypeSchema.nullable(),\n is_ready_to_migrate: z.boolean().describe(\"Whether an Accounting Connection is marked as ready to migrate. For use by the ERP migration flow. Only one Accounting Connection will be marked as ready to migrate per business at a given time. Once a customer begins an ERP migration, a ready to migrate Accounting Connection will no longer be considered ready to migrate.\"),\n remote_provider_name: z.string().describe(\"The name of the accounting connection\").nullable().optional(),\n}).describe(\"Response containing detailed information for a specific accounting connection.\");\n\nexport const rampGetAccountingConnectionById = action(\"RAMP_GET_ACCOUNTING_CONNECTION_BY_ID\", {\n slug: \"ramp-get-accounting-connection-by-id\",\n name: \"Fetch Accounting Connection By ID\",\n description: \"Tool to fetch a specific accounting connection by ID from Ramp. Use when you need to retrieve detailed information about a particular accounting integration.\",\n input: RampGetAccountingConnectionByIdInput,\n output: RampGetAccountingConnectionByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,yDAAuEA,IAAAA,EAAE,KAAK;CAAC;CAAkB;CAAU;CAAW;AAAU,CAAC,CAAC,CAAC,SAAS,kDAAkD;AACpM,MAAM,2EAAyFA,IAAAA,EAAE,OAAO;CACtG,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;CACrG,iCAAiCA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;AAC5H,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uDAAqEA,IAAAA,EAAE,KAAK;CAAC;CAAO;CAAO;AAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC;AACzJ,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CACxF,QAAQ,uDAAuD,SAAS;CACxE,UAAU,yEAAyE,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC5G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,iBAAiB,qDAAqD,SAAS;CAC/E,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qUAAqU;CAC/W,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAE5F,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-connection-by-id.d.ts
|
|
4
|
+
declare const RampGetAccountingConnectionByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingConnectionByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingConnectionById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingConnectionById };
|
|
9
|
+
//# sourceMappingURL=get-accounting-connection-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection-by-id.d.cts","names":[],"sources":["../../src/actions/get-accounting-connection-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAE6B;AAAA,cAOrE,qCAAA,EAAuC,CAAA,CAAE,UAUuC;AAAA,cAEhF,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-connection-by-id.d.ts
|
|
4
|
+
declare const RampGetAccountingConnectionByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingConnectionByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingConnectionById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingConnectionById };
|
|
9
|
+
//# sourceMappingURL=get-accounting-connection-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection-by-id.d.mts","names":[],"sources":["../../src/actions/get-accounting-connection-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAE6B;AAAA,cAOrE,qCAAA,EAAuC,CAAA,CAAE,UAUuC;AAAA,cAEhF,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-accounting-connection-by-id.ts
|
|
4
|
+
const RampGetAccountingConnectionByIdInput = z.object({ connection_id: z.string().describe("UUID of the accounting connection to retrieve") }).describe("Request parameters to fetch a specific accounting connection by ID.");
|
|
5
|
+
const RampGetAccountingConnectionById_ConnectionStatusSchema = z.enum([
|
|
6
|
+
"failed_to_auth",
|
|
7
|
+
"linked",
|
|
8
|
+
"revoked",
|
|
9
|
+
"unlinked"
|
|
10
|
+
]).describe("The current status of the accounting connection.");
|
|
11
|
+
const RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema = z.object({
|
|
12
|
+
vendor_credits_enabled: z.boolean().describe("Whether vendor credits are enabled for this connection"),
|
|
13
|
+
transaction_sync_button_enabled: z.boolean().describe("Whether the transaction sync button is enabled for this connection")
|
|
14
|
+
}).describe("Connection settings for API-based accounting connections.");
|
|
15
|
+
const RampGetAccountingConnectionById_ConnectionTypeSchema = z.enum([
|
|
16
|
+
"API",
|
|
17
|
+
"CSV",
|
|
18
|
+
"DIRECT"
|
|
19
|
+
]).describe("The type of accounting connection.");
|
|
20
|
+
const rampGetAccountingConnectionById = action("RAMP_GET_ACCOUNTING_CONNECTION_BY_ID", {
|
|
21
|
+
slug: "ramp-get-accounting-connection-by-id",
|
|
22
|
+
name: "Fetch Accounting Connection By ID",
|
|
23
|
+
description: "Tool to fetch a specific accounting connection by ID from Ramp. Use when you need to retrieve detailed information about a particular accounting integration.",
|
|
24
|
+
input: RampGetAccountingConnectionByIdInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
id: z.string().describe("Unique identifier for the accounting connection in UUID format"),
|
|
27
|
+
status: RampGetAccountingConnectionById_ConnectionStatusSchema.nullable(),
|
|
28
|
+
settings: RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema.nullable().optional(),
|
|
29
|
+
is_active: z.boolean().describe("Whether the accounting connection is active"),
|
|
30
|
+
created_at: z.string().describe("The date and time the accounting connection was created in ISO 8601 format"),
|
|
31
|
+
last_linked_at: z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
32
|
+
connection_type: RampGetAccountingConnectionById_ConnectionTypeSchema.nullable(),
|
|
33
|
+
is_ready_to_migrate: z.boolean().describe("Whether an Accounting Connection is marked as ready to migrate. For use by the ERP migration flow. Only one Accounting Connection will be marked as ready to migrate per business at a given time. Once a customer begins an ERP migration, a ready to migrate Accounting Connection will no longer be considered ready to migrate."),
|
|
34
|
+
remote_provider_name: z.string().describe("The name of the accounting connection").nullable().optional()
|
|
35
|
+
}).describe("Response containing detailed information for a specific accounting connection.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { rampGetAccountingConnectionById };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-accounting-connection-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection-by-id.mjs","names":[],"sources":["../../src/actions/get-accounting-connection-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingConnectionByIdInput: z.ZodTypeAny = z.object({\n connection_id: z.string().describe(\"UUID of the accounting connection to retrieve\"),\n}).describe(\"Request parameters to fetch a specific accounting connection by ID.\");\nconst RampGetAccountingConnectionById_ConnectionStatusSchema: z.ZodTypeAny = z.enum([\"failed_to_auth\", \"linked\", \"revoked\", \"unlinked\"]).describe(\"The current status of the accounting connection.\");\nconst RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema: z.ZodTypeAny = z.object({\n vendor_credits_enabled: z.boolean().describe(\"Whether vendor credits are enabled for this connection\"),\n transaction_sync_button_enabled: z.boolean().describe(\"Whether the transaction sync button is enabled for this connection\"),\n}).describe(\"Connection settings for API-based accounting connections.\");\nconst RampGetAccountingConnectionById_ConnectionTypeSchema: z.ZodTypeAny = z.enum([\"API\", \"CSV\", \"DIRECT\"]).describe(\"The type of accounting connection.\");\nexport const RampGetAccountingConnectionByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\"),\n status: RampGetAccountingConnectionById_ConnectionStatusSchema.nullable(),\n settings: RampGetAccountingConnectionById_AccountingConnectionSettingsDetailSchema.nullable().optional(),\n is_active: z.boolean().describe(\"Whether the accounting connection is active\"),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\"),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n connection_type: RampGetAccountingConnectionById_ConnectionTypeSchema.nullable(),\n is_ready_to_migrate: z.boolean().describe(\"Whether an Accounting Connection is marked as ready to migrate. For use by the ERP migration flow. Only one Accounting Connection will be marked as ready to migrate per business at a given time. Once a customer begins an ERP migration, a ready to migrate Accounting Connection will no longer be considered ready to migrate.\"),\n remote_provider_name: z.string().describe(\"The name of the accounting connection\").nullable().optional(),\n}).describe(\"Response containing detailed information for a specific accounting connection.\");\n\nexport const rampGetAccountingConnectionById = action(\"RAMP_GET_ACCOUNTING_CONNECTION_BY_ID\", {\n slug: \"ramp-get-accounting-connection-by-id\",\n name: \"Fetch Accounting Connection By ID\",\n description: \"Tool to fetch a specific accounting connection by ID from Ramp. Use when you need to retrieve detailed information about a particular accounting integration.\",\n input: RampGetAccountingConnectionByIdInput,\n output: RampGetAccountingConnectionByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO,EACzE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,yDAAuE,EAAE,KAAK;CAAC;CAAkB;CAAU;CAAW;AAAU,CAAC,CAAC,CAAC,SAAS,kDAAkD;AACpM,MAAM,2EAAyF,EAAE,OAAO;CACtG,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;CACrG,iCAAiC,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;AAC5H,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,uDAAqE,EAAE,KAAK;CAAC;CAAO;CAAO;AAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAazJ,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EACxF,QAAQ,uDAAuD,SAAS;EACxE,UAAU,yEAAyE,SAAS,CAAC,CAAC,SAAS;EACvG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EAC5G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,iBAAiB,qDAAqD,SAAS;EAC/E,qBAAqB,EAAE,QAAQ,CAAC,CAAC,SAAS,qUAAqU;EAC/W,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,gFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-accounting-connection.ts
|
|
4
|
+
const RampGetAccountingConnectionInput = zod.z.object({}).describe("Request parameters to get the current active accounting connection. This endpoint requires no parameters.");
|
|
5
|
+
const RampGetAccountingConnection_AccountingConnectionSettingsSchema = zod.z.object({ vendor_credits_enabled: zod.z.boolean().describe("Whether vendor credits are enabled for this connection").nullable().optional() }).describe("Connection settings for API-based accounting connections.");
|
|
6
|
+
const RampGetAccountingConnectionOutput = zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("Unique identifier for the accounting connection in UUID format").nullable().optional(),
|
|
8
|
+
status: zod.z.string().describe("The current status of the accounting connection (e.g., LINKED, UNLINKED)").nullable().optional(),
|
|
9
|
+
message: zod.z.string().describe("Message returned when the business has no active accounting connection").nullable().optional(),
|
|
10
|
+
settings: RampGetAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),
|
|
11
|
+
is_active: zod.z.boolean().describe("Whether the accounting connection is currently active").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("The date and time the accounting connection was created in ISO 8601 format").nullable().optional(),
|
|
13
|
+
last_linked_at: zod.z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
14
|
+
connection_type: zod.z.string().describe("The type of the accounting connection (e.g., API, CSV)").nullable().optional(),
|
|
15
|
+
remote_provider_name: zod.z.string().describe("The name of the remote accounting provider (e.g., QuickBooks, NetSuite)").nullable().optional()
|
|
16
|
+
}).describe("Response from Ramp GET accounting connection endpoint.");
|
|
17
|
+
const rampGetAccountingConnection = require_action.action("RAMP_GET_ACCOUNTING_CONNECTION", {
|
|
18
|
+
slug: "ramp-get-accounting-connection",
|
|
19
|
+
name: "Get Accounting Connection",
|
|
20
|
+
description: "Tool to fetch the current active accounting connection for a Ramp account. Use when you need to check the status, type, or configuration of the active accounting integration with providers like QuickBooks or NetSuite.",
|
|
21
|
+
input: RampGetAccountingConnectionInput,
|
|
22
|
+
output: RampGetAccountingConnectionOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.rampGetAccountingConnection = rampGetAccountingConnection;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-accounting-connection.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection.cjs","names":["z","action"],"sources":["../../src/actions/get-accounting-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingConnectionInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters to get the current active accounting connection. This endpoint requires no parameters.\");\nconst RampGetAccountingConnection_AccountingConnectionSettingsSchema: z.ZodTypeAny = z.object({\n vendor_credits_enabled: z.boolean().describe(\"Whether vendor credits are enabled for this connection\").nullable().optional(),\n}).describe(\"Connection settings for API-based accounting connections.\");\nexport const RampGetAccountingConnectionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\").nullable().optional(),\n status: z.string().describe(\"The current status of the accounting connection (e.g., LINKED, UNLINKED)\").nullable().optional(),\n message: z.string().describe(\"Message returned when the business has no active accounting connection\").nullable().optional(),\n settings: RampGetAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),\n is_active: z.boolean().describe(\"Whether the accounting connection is currently active\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\").nullable().optional(),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n connection_type: z.string().describe(\"The type of the accounting connection (e.g., API, CSV)\").nullable().optional(),\n remote_provider_name: z.string().describe(\"The name of the remote accounting provider (e.g., QuickBooks, NetSuite)\").nullable().optional(),\n}).describe(\"Response from Ramp GET accounting connection endpoint.\");\n\nexport const rampGetAccountingConnection = action(\"RAMP_GET_ACCOUNTING_CONNECTION\", {\n slug: \"ramp-get-accounting-connection\",\n name: \"Get Accounting Connection\",\n description: \"Tool to fetch the current active accounting connection for a Ramp account. Use when you need to check the status, type, or configuration of the active accounting integration with providers like QuickBooks or NetSuite.\",\n input: RampGetAccountingConnectionInput,\n output: RampGetAccountingConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAA2G;AAC/L,MAAM,iEAA+EA,IAAAA,EAAE,OAAO,EAC5F,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7H,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,UAAU,+DAA+D,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-connection.d.ts
|
|
4
|
+
declare const RampGetAccountingConnectionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingConnectionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingConnection };
|
|
9
|
+
//# sourceMappingURL=get-accounting-connection.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection.d.cts","names":[],"sources":["../../src/actions/get-accounting-connection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA+I;AAAA,cAInL,iCAAA,EAAmC,CAAA,CAAE,UAUmB;AAAA,cAExD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-connection.d.ts
|
|
4
|
+
declare const RampGetAccountingConnectionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingConnectionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingConnection };
|
|
9
|
+
//# sourceMappingURL=get-accounting-connection.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection.d.mts","names":[],"sources":["../../src/actions/get-accounting-connection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA+I;AAAA,cAInL,iCAAA,EAAmC,CAAA,CAAE,UAUmB;AAAA,cAExD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-accounting-connection.ts
|
|
4
|
+
const RampGetAccountingConnectionInput = z.object({}).describe("Request parameters to get the current active accounting connection. This endpoint requires no parameters.");
|
|
5
|
+
const RampGetAccountingConnection_AccountingConnectionSettingsSchema = z.object({ vendor_credits_enabled: z.boolean().describe("Whether vendor credits are enabled for this connection").nullable().optional() }).describe("Connection settings for API-based accounting connections.");
|
|
6
|
+
const rampGetAccountingConnection = action("RAMP_GET_ACCOUNTING_CONNECTION", {
|
|
7
|
+
slug: "ramp-get-accounting-connection",
|
|
8
|
+
name: "Get Accounting Connection",
|
|
9
|
+
description: "Tool to fetch the current active accounting connection for a Ramp account. Use when you need to check the status, type, or configuration of the active accounting integration with providers like QuickBooks or NetSuite.",
|
|
10
|
+
input: RampGetAccountingConnectionInput,
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the accounting connection in UUID format").nullable().optional(),
|
|
13
|
+
status: z.string().describe("The current status of the accounting connection (e.g., LINKED, UNLINKED)").nullable().optional(),
|
|
14
|
+
message: z.string().describe("Message returned when the business has no active accounting connection").nullable().optional(),
|
|
15
|
+
settings: RampGetAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),
|
|
16
|
+
is_active: z.boolean().describe("Whether the accounting connection is currently active").nullable().optional(),
|
|
17
|
+
created_at: z.string().describe("The date and time the accounting connection was created in ISO 8601 format").nullable().optional(),
|
|
18
|
+
last_linked_at: z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
|
|
19
|
+
connection_type: z.string().describe("The type of the accounting connection (e.g., API, CSV)").nullable().optional(),
|
|
20
|
+
remote_provider_name: z.string().describe("The name of the remote accounting provider (e.g., QuickBooks, NetSuite)").nullable().optional()
|
|
21
|
+
}).describe("Response from Ramp GET accounting connection endpoint.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { rampGetAccountingConnection };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-accounting-connection.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-connection.mjs","names":[],"sources":["../../src/actions/get-accounting-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingConnectionInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters to get the current active accounting connection. This endpoint requires no parameters.\");\nconst RampGetAccountingConnection_AccountingConnectionSettingsSchema: z.ZodTypeAny = z.object({\n vendor_credits_enabled: z.boolean().describe(\"Whether vendor credits are enabled for this connection\").nullable().optional(),\n}).describe(\"Connection settings for API-based accounting connections.\");\nexport const RampGetAccountingConnectionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\").nullable().optional(),\n status: z.string().describe(\"The current status of the accounting connection (e.g., LINKED, UNLINKED)\").nullable().optional(),\n message: z.string().describe(\"Message returned when the business has no active accounting connection\").nullable().optional(),\n settings: RampGetAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),\n is_active: z.boolean().describe(\"Whether the accounting connection is currently active\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\").nullable().optional(),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n connection_type: z.string().describe(\"The type of the accounting connection (e.g., API, CSV)\").nullable().optional(),\n remote_provider_name: z.string().describe(\"The name of the remote accounting provider (e.g., QuickBooks, NetSuite)\").nullable().optional(),\n}).describe(\"Response from Ramp GET accounting connection endpoint.\");\n\nexport const rampGetAccountingConnection = action(\"RAMP_GET_ACCOUNTING_CONNECTION\", {\n slug: \"ramp-get-accounting-connection\",\n name: \"Get Accounting Connection\",\n description: \"Tool to fetch the current active accounting connection for a Ramp account. Use when you need to check the status, type, or configuration of the active accounting integration with providers like QuickBooks or NetSuite.\",\n input: RampGetAccountingConnectionInput,\n output: RampGetAccountingConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2GAA2G;AAC/L,MAAM,iEAA+E,EAAE,OAAO,EAC5F,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7H,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAavE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3H,UAAU,+DAA+D,SAAS,CAAC,CAAC,SAAS;EAC7F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-accounting-fields.ts
|
|
4
|
+
const RampGetAccountingFieldsInput = zod.z.object({
|
|
5
|
+
start: zod.z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
6
|
+
page_size: zod.z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
|
|
7
|
+
}).describe("Request parameters to list custom accounting fields.");
|
|
8
|
+
const RampGetAccountingFields_AccountingFieldSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the custom field in UUID format").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Display name of the custom accounting field").nullable().optional(),
|
|
11
|
+
input_type: zod.z.string().describe("Type of field input (e.g., 'SINGLE_CHOICE', 'BOOLEAN', 'FREE_TEXT')").nullable().optional(),
|
|
12
|
+
is_splittable: zod.z.boolean().describe("Whether the field can be split across multiple line items in transactions").nullable().optional()
|
|
13
|
+
}).describe("Individual custom accounting field object.");
|
|
14
|
+
const RampGetAccountingFields_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
15
|
+
const RampGetAccountingFieldsOutput = zod.z.object({
|
|
16
|
+
data: zod.z.array(RampGetAccountingFields_AccountingFieldSchema).describe("Array of custom accounting field objects returned in the paginated response"),
|
|
17
|
+
page: RampGetAccountingFields_PageSchema.nullable().optional()
|
|
18
|
+
}).describe("Response from Ramp GET accounting fields endpoint with paginated field data.");
|
|
19
|
+
const rampGetAccountingFields = require_action.action("RAMP_GET_ACCOUNTING_FIELDS", {
|
|
20
|
+
slug: "ramp-get-accounting-fields",
|
|
21
|
+
name: "List Custom Accounting Fields",
|
|
22
|
+
description: "Tool to list custom accounting fields for coding transactions. Use when you need to retrieve custom accounting fields that can be leveraged to code transactions, reimbursements, and bills.",
|
|
23
|
+
input: RampGetAccountingFieldsInput,
|
|
24
|
+
output: RampGetAccountingFieldsOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.rampGetAccountingFields = rampGetAccountingFields;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-accounting-fields.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-fields.cjs","names":["z","action"],"sources":["../../src/actions/get-accounting-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingFieldsInput: z.ZodTypeAny = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list custom accounting fields.\");\nconst RampGetAccountingFields_AccountingFieldSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the custom field in UUID format\").nullable().optional(),\n name: z.string().describe(\"Display name of the custom accounting field\").nullable().optional(),\n input_type: z.string().describe(\"Type of field input (e.g., 'SINGLE_CHOICE', 'BOOLEAN', 'FREE_TEXT')\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the field can be split across multiple line items in transactions\").nullable().optional(),\n}).describe(\"Individual custom accounting field object.\");\nconst RampGetAccountingFields_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampGetAccountingFieldsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampGetAccountingFields_AccountingFieldSchema).describe(\"Array of custom accounting field objects returned in the paginated response\"),\n page: RampGetAccountingFields_PageSchema.nullable().optional(),\n}).describe(\"Response from Ramp GET accounting fields endpoint with paginated field data.\");\n\nexport const rampGetAccountingFields = action(\"RAMP_GET_ACCOUNTING_FIELDS\", {\n slug: \"ramp-get-accounting-fields\",\n name: \"List Custom Accounting Fields\",\n description: \"Tool to list custom accounting fields for coding transactions. Use when you need to retrieve custom accounting fields that can be leveraged to code transactions, reimbursements, and bills.\",\n input: RampGetAccountingFieldsInput,\n output: RampGetAccountingFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,qCAAmDA,IAAAA,EAAE,OAAO,EAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,6EAA6E;CACnJ,MAAM,mCAAmC,SAAS,CAAC,CAAC,SAAS;AAC/D,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAE1F,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-fields.d.ts
|
|
4
|
+
declare const RampGetAccountingFieldsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingFieldsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingFields: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingFields };
|
|
9
|
+
//# sourceMappingURL=get-accounting-fields.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-fields.d.cts","names":[],"sources":["../../src/actions/get-accounting-fields.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGsB;AAAA,cAUtD,6BAAA,EAA+B,CAAA,CAAE,UAG6C;AAAA,cAE9E,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-accounting-fields.d.ts
|
|
4
|
+
declare const RampGetAccountingFieldsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RampGetAccountingFieldsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const rampGetAccountingFields: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { rampGetAccountingFields };
|
|
9
|
+
//# sourceMappingURL=get-accounting-fields.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-fields.d.mts","names":[],"sources":["../../src/actions/get-accounting-fields.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGsB;AAAA,cAUtD,6BAAA,EAA+B,CAAA,CAAE,UAG6C;AAAA,cAE9E,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-accounting-fields.ts
|
|
4
|
+
const RampGetAccountingFieldsInput = z.object({
|
|
5
|
+
start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
|
|
6
|
+
page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
|
|
7
|
+
}).describe("Request parameters to list custom accounting fields.");
|
|
8
|
+
const RampGetAccountingFields_AccountingFieldSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the custom field in UUID format").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Display name of the custom accounting field").nullable().optional(),
|
|
11
|
+
input_type: z.string().describe("Type of field input (e.g., 'SINGLE_CHOICE', 'BOOLEAN', 'FREE_TEXT')").nullable().optional(),
|
|
12
|
+
is_splittable: z.boolean().describe("Whether the field can be split across multiple line items in transactions").nullable().optional()
|
|
13
|
+
}).describe("Individual custom accounting field object.");
|
|
14
|
+
const RampGetAccountingFields_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
|
|
15
|
+
const rampGetAccountingFields = action("RAMP_GET_ACCOUNTING_FIELDS", {
|
|
16
|
+
slug: "ramp-get-accounting-fields",
|
|
17
|
+
name: "List Custom Accounting Fields",
|
|
18
|
+
description: "Tool to list custom accounting fields for coding transactions. Use when you need to retrieve custom accounting fields that can be leveraged to code transactions, reimbursements, and bills.",
|
|
19
|
+
input: RampGetAccountingFieldsInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
data: z.array(RampGetAccountingFields_AccountingFieldSchema).describe("Array of custom accounting field objects returned in the paginated response"),
|
|
22
|
+
page: RampGetAccountingFields_PageSchema.nullable().optional()
|
|
23
|
+
}).describe("Response from Ramp GET accounting fields endpoint with paginated field data.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { rampGetAccountingFields };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-accounting-fields.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-accounting-fields.mjs","names":[],"sources":["../../src/actions/get-accounting-fields.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetAccountingFieldsInput: z.ZodTypeAny = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list custom accounting fields.\");\nconst RampGetAccountingFields_AccountingFieldSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the custom field in UUID format\").nullable().optional(),\n name: z.string().describe(\"Display name of the custom accounting field\").nullable().optional(),\n input_type: z.string().describe(\"Type of field input (e.g., 'SINGLE_CHOICE', 'BOOLEAN', 'FREE_TEXT')\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the field can be split across multiple line items in transactions\").nullable().optional(),\n}).describe(\"Individual custom accounting field object.\");\nconst RampGetAccountingFields_PageSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampGetAccountingFieldsOutput: z.ZodTypeAny = z.object({\n data: z.array(RampGetAccountingFields_AccountingFieldSchema).describe(\"Array of custom accounting field objects returned in the paginated response\"),\n page: RampGetAccountingFields_PageSchema.nullable().optional(),\n}).describe(\"Response from Ramp GET accounting fields endpoint with paginated field data.\");\n\nexport const rampGetAccountingFields = action(\"RAMP_GET_ACCOUNTING_FIELDS\", {\n slug: \"ramp-get-accounting-fields\",\n name: \"List Custom Accounting Fields\",\n description: \"Tool to list custom accounting fields for coding transactions. Use when you need to retrieve custom accounting fields that can be leveraged to code transactions, reimbursements, and bills.\",\n input: RampGetAccountingFieldsInput,\n output: RampGetAccountingFieldsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,qCAAmD,EAAE,OAAO,EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,6EAA6E;EACnJ,MAAM,mCAAmC,SAAS,CAAC,CAAC,SAAS;CAC/D,CAAC,CAAC,CAAC,SAAS,8EAOF;AACV,CAAC"}
|