@appwrite.io/console 2.1.3 → 2.3.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/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/dist/cjs/sdk.js +2201 -692
- package/dist/cjs/sdk.js.map +1 -1
- package/dist/esm/sdk.js +2202 -693
- package/dist/esm/sdk.js.map +1 -1
- package/dist/iife/sdk.js +2201 -692
- package/docs/examples/account/create-anonymous-session.md +2 -0
- package/docs/examples/account/create-billing-address.md +2 -0
- package/docs/examples/account/create-email-password-session.md +2 -0
- package/docs/examples/account/create-email-token.md +2 -0
- package/docs/examples/account/create-email-verification.md +2 -0
- package/docs/examples/account/create-jwt.md +2 -0
- package/docs/examples/account/create-key.md +17 -0
- package/docs/examples/account/create-magic-url-token.md +2 -0
- package/docs/examples/account/create-mfa-authenticator.md +2 -0
- package/docs/examples/account/create-mfa-challenge.md +2 -0
- package/docs/examples/account/create-mfa-recovery-codes.md +2 -0
- package/docs/examples/account/create-o-auth-2-session.md +2 -0
- package/docs/examples/account/create-o-auth-2-token.md +2 -0
- package/docs/examples/account/create-payment-method.md +2 -0
- package/docs/examples/account/create-phone-token.md +2 -0
- package/docs/examples/account/create-phone-verification.md +2 -0
- package/docs/examples/account/create-push-target.md +2 -0
- package/docs/examples/account/create-recovery.md +2 -0
- package/docs/examples/account/create-session.md +2 -0
- package/docs/examples/account/create-verification.md +2 -0
- package/docs/examples/account/create.md +2 -0
- package/docs/examples/account/delete-billing-address.md +2 -0
- package/docs/examples/account/delete-identity.md +2 -0
- package/docs/examples/account/delete-key.md +15 -0
- package/docs/examples/account/delete-mfa-authenticator.md +2 -0
- package/docs/examples/account/delete-payment-method.md +2 -0
- package/docs/examples/account/delete-push-target.md +2 -0
- package/docs/examples/account/delete-session.md +2 -0
- package/docs/examples/account/delete-sessions.md +2 -0
- package/docs/examples/account/delete.md +2 -0
- package/docs/examples/account/get-billing-address.md +2 -0
- package/docs/examples/account/get-coupon.md +2 -0
- package/docs/examples/account/get-key.md +15 -0
- package/docs/examples/account/get-mfa-recovery-codes.md +2 -0
- package/docs/examples/account/get-payment-method.md +2 -0
- package/docs/examples/account/get-prefs.md +2 -0
- package/docs/examples/account/get-session.md +2 -0
- package/docs/examples/account/get.md +2 -0
- package/docs/examples/account/list-billing-addresses.md +2 -0
- package/docs/examples/account/list-identities.md +2 -0
- package/docs/examples/account/list-invoices.md +2 -0
- package/docs/examples/account/list-keys.md +15 -0
- package/docs/examples/account/list-logs.md +2 -0
- package/docs/examples/account/list-mfa-factors.md +2 -0
- package/docs/examples/account/list-payment-methods.md +2 -0
- package/docs/examples/account/list-sessions.md +2 -0
- package/docs/examples/account/update-billing-address.md +2 -0
- package/docs/examples/account/update-email-verification.md +2 -0
- package/docs/examples/account/update-email.md +2 -0
- package/docs/examples/account/update-key.md +18 -0
- package/docs/examples/account/update-magic-url-session.md +2 -0
- package/docs/examples/account/update-mfa-authenticator.md +2 -0
- package/docs/examples/account/update-mfa-challenge.md +2 -0
- package/docs/examples/account/update-mfa-recovery-codes.md +2 -0
- package/docs/examples/account/update-mfa.md +2 -0
- package/docs/examples/account/update-name.md +2 -0
- package/docs/examples/account/update-password.md +2 -0
- package/docs/examples/account/update-payment-method-mandate-options.md +2 -0
- package/docs/examples/account/update-payment-method-provider.md +2 -0
- package/docs/examples/account/update-payment-method.md +2 -0
- package/docs/examples/account/update-phone-session.md +2 -0
- package/docs/examples/account/update-phone-verification.md +2 -0
- package/docs/examples/account/update-phone.md +2 -0
- package/docs/examples/account/update-prefs.md +2 -0
- package/docs/examples/account/update-push-target.md +2 -0
- package/docs/examples/account/update-recovery.md +2 -0
- package/docs/examples/account/update-session.md +2 -0
- package/docs/examples/account/update-status.md +2 -0
- package/docs/examples/account/update-verification.md +2 -0
- package/docs/examples/assistant/chat.md +2 -0
- package/docs/examples/avatars/get-browser.md +2 -0
- package/docs/examples/avatars/get-credit-card.md +2 -0
- package/docs/examples/avatars/get-favicon.md +2 -0
- package/docs/examples/avatars/get-flag.md +2 -0
- package/docs/examples/avatars/get-image.md +2 -0
- package/docs/examples/avatars/get-initials.md +2 -0
- package/docs/examples/avatars/get-qr.md +2 -0
- package/docs/examples/avatars/get-screenshot.md +7 -5
- package/docs/examples/backups/create-archive.md +4 -2
- package/docs/examples/backups/create-policy.md +4 -2
- package/docs/examples/backups/create-restoration.md +4 -2
- package/docs/examples/backups/delete-archive.md +2 -0
- package/docs/examples/backups/delete-policy.md +2 -0
- package/docs/examples/backups/get-archive.md +2 -0
- package/docs/examples/backups/get-policy.md +2 -0
- package/docs/examples/backups/get-restoration.md +2 -0
- package/docs/examples/backups/list-archives.md +2 -0
- package/docs/examples/backups/list-policies.md +2 -0
- package/docs/examples/backups/list-restorations.md +2 -0
- package/docs/examples/backups/update-policy.md +2 -0
- package/docs/examples/console/create-program-membership.md +2 -0
- package/docs/examples/console/create-source.md +2 -0
- package/docs/examples/console/get-campaign.md +2 -0
- package/docs/examples/console/get-coupon.md +2 -0
- package/docs/examples/console/get-plan.md +2 -0
- package/docs/examples/console/get-plans.md +2 -0
- package/docs/examples/console/get-program.md +2 -0
- package/docs/examples/console/get-resource.md +2 -0
- package/docs/examples/console/{get-regions.md → list-regions.md} +3 -3
- package/docs/examples/console/suggest-columns.md +2 -0
- package/docs/examples/console/suggest-indexes.md +2 -0
- package/docs/examples/console/variables.md +2 -0
- package/docs/examples/databases/create-boolean-attribute.md +2 -0
- package/docs/examples/databases/create-collection.md +2 -0
- package/docs/examples/databases/create-datetime-attribute.md +2 -0
- package/docs/examples/databases/create-document.md +2 -0
- package/docs/examples/databases/create-documents.md +2 -0
- package/docs/examples/databases/create-email-attribute.md +2 -0
- package/docs/examples/databases/create-enum-attribute.md +2 -0
- package/docs/examples/databases/create-float-attribute.md +2 -0
- package/docs/examples/databases/create-index.md +4 -2
- package/docs/examples/databases/create-integer-attribute.md +2 -0
- package/docs/examples/databases/create-ip-attribute.md +2 -0
- package/docs/examples/databases/create-line-attribute.md +2 -0
- package/docs/examples/databases/create-longtext-attribute.md +20 -0
- package/docs/examples/databases/create-mediumtext-attribute.md +20 -0
- package/docs/examples/databases/create-operations.md +2 -0
- package/docs/examples/databases/create-point-attribute.md +2 -0
- package/docs/examples/databases/create-polygon-attribute.md +2 -0
- package/docs/examples/databases/create-relationship-attribute.md +2 -0
- package/docs/examples/databases/create-string-attribute.md +2 -0
- package/docs/examples/databases/create-text-attribute.md +20 -0
- package/docs/examples/databases/create-transaction.md +2 -0
- package/docs/examples/databases/create-url-attribute.md +2 -0
- package/docs/examples/databases/create-varchar-attribute.md +21 -0
- package/docs/examples/databases/create.md +2 -0
- package/docs/examples/databases/decrement-document-attribute.md +2 -0
- package/docs/examples/databases/delete-attribute.md +2 -0
- package/docs/examples/databases/delete-collection.md +2 -0
- package/docs/examples/databases/delete-document.md +2 -0
- package/docs/examples/databases/delete-documents.md +2 -0
- package/docs/examples/databases/delete-index.md +2 -0
- package/docs/examples/databases/delete-transaction.md +2 -0
- package/docs/examples/databases/delete.md +2 -0
- package/docs/examples/databases/get-attribute.md +2 -0
- package/docs/examples/databases/get-collection-usage.md +2 -0
- package/docs/examples/databases/get-collection.md +2 -0
- package/docs/examples/databases/get-document.md +2 -0
- package/docs/examples/databases/get-index.md +2 -0
- package/docs/examples/databases/get-transaction.md +2 -0
- package/docs/examples/databases/get-usage.md +2 -0
- package/docs/examples/databases/get.md +2 -0
- package/docs/examples/databases/increment-document-attribute.md +2 -0
- package/docs/examples/databases/list-attributes.md +2 -0
- package/docs/examples/databases/list-collection-logs.md +2 -0
- package/docs/examples/databases/list-collections.md +2 -0
- package/docs/examples/databases/list-document-logs.md +2 -0
- package/docs/examples/databases/list-documents.md +2 -0
- package/docs/examples/databases/list-indexes.md +2 -0
- package/docs/examples/databases/list-logs.md +2 -0
- package/docs/examples/databases/list-transactions.md +2 -0
- package/docs/examples/databases/list-usage.md +2 -0
- package/docs/examples/databases/list.md +2 -0
- package/docs/examples/databases/update-boolean-attribute.md +2 -0
- package/docs/examples/databases/update-collection.md +3 -1
- package/docs/examples/databases/update-datetime-attribute.md +2 -0
- package/docs/examples/databases/update-document.md +2 -0
- package/docs/examples/databases/update-documents.md +2 -0
- package/docs/examples/databases/update-email-attribute.md +2 -0
- package/docs/examples/databases/update-enum-attribute.md +2 -0
- package/docs/examples/databases/update-float-attribute.md +2 -0
- package/docs/examples/databases/update-integer-attribute.md +2 -0
- package/docs/examples/databases/update-ip-attribute.md +2 -0
- package/docs/examples/databases/update-line-attribute.md +2 -0
- package/docs/examples/databases/update-longtext-attribute.md +20 -0
- package/docs/examples/databases/update-mediumtext-attribute.md +20 -0
- package/docs/examples/databases/update-point-attribute.md +2 -0
- package/docs/examples/databases/update-polygon-attribute.md +2 -0
- package/docs/examples/databases/update-relationship-attribute.md +2 -0
- package/docs/examples/databases/update-string-attribute.md +2 -0
- package/docs/examples/databases/update-text-attribute.md +20 -0
- package/docs/examples/databases/update-transaction.md +2 -0
- package/docs/examples/databases/update-url-attribute.md +2 -0
- package/docs/examples/databases/update-varchar-attribute.md +21 -0
- package/docs/examples/databases/update.md +3 -1
- package/docs/examples/databases/upsert-document.md +2 -0
- package/docs/examples/databases/upsert-documents.md +2 -0
- package/docs/examples/domains/create-preset-google-workspace.md +2 -0
- package/docs/examples/domains/create-preset-i-cloud.md +2 -0
- package/docs/examples/domains/create-preset-mailgun.md +2 -0
- package/docs/examples/domains/create-preset-outlook.md +2 -0
- package/docs/examples/domains/create-preset-proton-mail.md +2 -0
- package/docs/examples/domains/create-preset-zoho.md +2 -0
- package/docs/examples/domains/create-record-a.md +2 -0
- package/docs/examples/domains/create-record-aaaa.md +2 -0
- package/docs/examples/domains/create-record-alias.md +2 -0
- package/docs/examples/domains/create-record-caa.md +2 -0
- package/docs/examples/domains/create-record-cname.md +2 -0
- package/docs/examples/domains/create-record-https.md +2 -0
- package/docs/examples/domains/create-record-mx.md +2 -0
- package/docs/examples/domains/create-record-ns.md +2 -0
- package/docs/examples/domains/create-record-srv.md +2 -0
- package/docs/examples/domains/create-record-txt.md +2 -0
- package/docs/examples/domains/create.md +2 -0
- package/docs/examples/domains/delete-record.md +2 -0
- package/docs/examples/domains/delete.md +2 -0
- package/docs/examples/domains/get-preset-google-workspace.md +2 -0
- package/docs/examples/domains/get-preset-i-cloud.md +2 -0
- package/docs/examples/domains/get-preset-mailgun.md +2 -0
- package/docs/examples/domains/get-preset-outlook.md +2 -0
- package/docs/examples/domains/get-preset-proton-mail.md +2 -0
- package/docs/examples/domains/get-preset-zoho.md +2 -0
- package/docs/examples/domains/get-price.md +17 -0
- package/docs/examples/domains/get-record.md +2 -0
- package/docs/examples/domains/get-zone.md +2 -0
- package/docs/examples/domains/get.md +2 -0
- package/docs/examples/domains/list-records.md +2 -0
- package/docs/examples/domains/list-suggestions.md +2 -0
- package/docs/examples/domains/list.md +2 -0
- package/docs/examples/domains/update-nameservers.md +2 -0
- package/docs/examples/domains/update-record-a.md +2 -0
- package/docs/examples/domains/update-record-aaaa.md +2 -0
- package/docs/examples/domains/update-record-alias.md +2 -0
- package/docs/examples/domains/update-record-caa.md +2 -0
- package/docs/examples/domains/update-record-cname.md +2 -0
- package/docs/examples/domains/update-record-https.md +2 -0
- package/docs/examples/domains/update-record-mx.md +2 -0
- package/docs/examples/domains/update-record-ns.md +2 -0
- package/docs/examples/domains/update-record-srv.md +2 -0
- package/docs/examples/domains/update-record-txt.md +2 -0
- package/docs/examples/domains/update-team.md +2 -0
- package/docs/examples/domains/update-zone.md +2 -0
- package/docs/examples/functions/create-deployment.md +2 -0
- package/docs/examples/functions/create-duplicate-deployment.md +2 -0
- package/docs/examples/functions/create-execution.md +2 -0
- package/docs/examples/functions/create-template-deployment.md +2 -0
- package/docs/examples/functions/create-variable.md +2 -0
- package/docs/examples/functions/create-vcs-deployment.md +2 -0
- package/docs/examples/functions/create.md +4 -2
- package/docs/examples/functions/delete-deployment.md +2 -0
- package/docs/examples/functions/delete-execution.md +2 -0
- package/docs/examples/functions/delete-variable.md +2 -0
- package/docs/examples/functions/delete.md +2 -0
- package/docs/examples/functions/get-deployment-download.md +2 -0
- package/docs/examples/functions/get-deployment.md +2 -0
- package/docs/examples/functions/get-execution.md +2 -0
- package/docs/examples/functions/get-template.md +2 -0
- package/docs/examples/functions/get-usage.md +2 -0
- package/docs/examples/functions/get-variable.md +2 -0
- package/docs/examples/functions/get.md +2 -0
- package/docs/examples/functions/list-deployments.md +2 -0
- package/docs/examples/functions/list-executions.md +2 -0
- package/docs/examples/functions/list-runtimes.md +2 -0
- package/docs/examples/functions/list-specifications.md +2 -0
- package/docs/examples/functions/list-templates.md +5 -3
- package/docs/examples/functions/list-usage.md +2 -0
- package/docs/examples/functions/list-variables.md +2 -0
- package/docs/examples/functions/list.md +2 -0
- package/docs/examples/functions/update-deployment-status.md +2 -0
- package/docs/examples/functions/update-function-deployment.md +2 -0
- package/docs/examples/functions/update-variable.md +2 -0
- package/docs/examples/functions/update.md +4 -2
- package/docs/examples/graphql/mutation.md +2 -0
- package/docs/examples/graphql/query.md +2 -0
- package/docs/examples/health/get-antivirus.md +2 -0
- package/docs/examples/health/get-cache.md +2 -0
- package/docs/examples/health/get-certificate.md +2 -0
- package/docs/examples/health/get-db.md +2 -0
- package/docs/examples/health/get-failed-jobs.md +2 -0
- package/docs/examples/health/get-pub-sub.md +2 -0
- package/docs/examples/health/get-queue-audits.md +2 -0
- package/docs/examples/health/get-queue-billing-project-aggregation.md +2 -0
- package/docs/examples/health/get-queue-billing-team-aggregation.md +2 -0
- package/docs/examples/health/get-queue-builds.md +2 -0
- package/docs/examples/health/get-queue-certificates.md +2 -0
- package/docs/examples/health/get-queue-databases.md +2 -0
- package/docs/examples/health/get-queue-deletes.md +2 -0
- package/docs/examples/health/get-queue-functions.md +2 -0
- package/docs/examples/health/get-queue-logs.md +2 -0
- package/docs/examples/health/get-queue-mails.md +2 -0
- package/docs/examples/health/get-queue-messaging.md +2 -0
- package/docs/examples/health/get-queue-migrations.md +2 -0
- package/docs/examples/health/get-queue-priority-builds.md +2 -0
- package/docs/examples/health/get-queue-region-manager.md +2 -0
- package/docs/examples/health/get-queue-stats-resources.md +2 -0
- package/docs/examples/health/get-queue-threats.md +2 -0
- package/docs/examples/health/get-queue-usage.md +2 -0
- package/docs/examples/health/get-queue-webhooks.md +2 -0
- package/docs/examples/health/get-storage-local.md +2 -0
- package/docs/examples/health/get-storage.md +2 -0
- package/docs/examples/health/get-time.md +2 -0
- package/docs/examples/health/get.md +2 -0
- package/docs/examples/locale/get.md +2 -0
- package/docs/examples/locale/list-codes.md +2 -0
- package/docs/examples/locale/list-continents.md +2 -0
- package/docs/examples/locale/list-countries-eu.md +2 -0
- package/docs/examples/locale/list-countries-phones.md +2 -0
- package/docs/examples/locale/list-countries.md +2 -0
- package/docs/examples/locale/list-currencies.md +2 -0
- package/docs/examples/locale/list-languages.md +2 -0
- package/docs/examples/messaging/create-apns-provider.md +2 -0
- package/docs/examples/messaging/create-email.md +2 -0
- package/docs/examples/messaging/create-fcm-provider.md +2 -0
- package/docs/examples/messaging/create-mailgun-provider.md +2 -0
- package/docs/examples/messaging/create-msg-91-provider.md +2 -0
- package/docs/examples/messaging/create-push.md +2 -0
- package/docs/examples/messaging/create-resend-provider.md +2 -0
- package/docs/examples/messaging/create-sendgrid-provider.md +2 -0
- package/docs/examples/messaging/create-sms.md +2 -0
- package/docs/examples/messaging/create-smtp-provider.md +2 -0
- package/docs/examples/messaging/create-subscriber.md +2 -0
- package/docs/examples/messaging/create-telesign-provider.md +2 -0
- package/docs/examples/messaging/create-textmagic-provider.md +2 -0
- package/docs/examples/messaging/create-topic.md +2 -0
- package/docs/examples/messaging/create-twilio-provider.md +2 -0
- package/docs/examples/messaging/create-vonage-provider.md +2 -0
- package/docs/examples/messaging/delete-provider.md +2 -0
- package/docs/examples/messaging/delete-subscriber.md +2 -0
- package/docs/examples/messaging/delete-topic.md +2 -0
- package/docs/examples/messaging/delete.md +2 -0
- package/docs/examples/messaging/get-message.md +2 -0
- package/docs/examples/messaging/get-provider.md +2 -0
- package/docs/examples/messaging/get-subscriber.md +2 -0
- package/docs/examples/messaging/get-topic.md +2 -0
- package/docs/examples/messaging/list-message-logs.md +2 -0
- package/docs/examples/messaging/list-messages.md +2 -0
- package/docs/examples/messaging/list-provider-logs.md +2 -0
- package/docs/examples/messaging/list-providers.md +2 -0
- package/docs/examples/messaging/list-subscriber-logs.md +2 -0
- package/docs/examples/messaging/list-subscribers.md +2 -0
- package/docs/examples/messaging/list-targets.md +2 -0
- package/docs/examples/messaging/list-topic-logs.md +2 -0
- package/docs/examples/messaging/list-topics.md +2 -0
- package/docs/examples/messaging/update-apns-provider.md +2 -0
- package/docs/examples/messaging/update-email.md +2 -0
- package/docs/examples/messaging/update-fcm-provider.md +2 -0
- package/docs/examples/messaging/update-mailgun-provider.md +2 -0
- package/docs/examples/messaging/update-msg-91-provider.md +2 -0
- package/docs/examples/messaging/update-push.md +2 -0
- package/docs/examples/messaging/update-resend-provider.md +2 -0
- package/docs/examples/messaging/update-sendgrid-provider.md +2 -0
- package/docs/examples/messaging/update-sms.md +2 -0
- package/docs/examples/messaging/update-smtp-provider.md +2 -0
- package/docs/examples/messaging/update-telesign-provider.md +2 -0
- package/docs/examples/messaging/update-textmagic-provider.md +2 -0
- package/docs/examples/messaging/update-topic.md +2 -0
- package/docs/examples/messaging/update-twilio-provider.md +2 -0
- package/docs/examples/messaging/update-vonage-provider.md +2 -0
- package/docs/examples/migrations/create-appwrite-migration.md +4 -2
- package/docs/examples/migrations/create-csv-export.md +2 -0
- package/docs/examples/migrations/create-csv-import.md +2 -0
- package/docs/examples/migrations/create-firebase-migration.md +4 -2
- package/docs/examples/migrations/create-n-host-migration.md +4 -2
- package/docs/examples/migrations/create-supabase-migration.md +4 -2
- package/docs/examples/migrations/delete.md +2 -0
- package/docs/examples/migrations/get-appwrite-report.md +4 -2
- package/docs/examples/migrations/get-firebase-report.md +4 -2
- package/docs/examples/migrations/get-n-host-report.md +4 -2
- package/docs/examples/migrations/get-supabase-report.md +4 -2
- package/docs/examples/migrations/get.md +2 -0
- package/docs/examples/migrations/list.md +2 -0
- package/docs/examples/migrations/retry.md +2 -0
- package/docs/examples/organizations/add-credit.md +2 -0
- package/docs/examples/organizations/cancel-downgrade.md +2 -0
- package/docs/examples/organizations/create-downgrade-feedback.md +2 -0
- package/docs/examples/organizations/create-invoice-payment.md +2 -0
- package/docs/examples/organizations/create-key.md +18 -0
- package/docs/examples/organizations/create.md +4 -2
- package/docs/examples/organizations/delete-backup-payment-method.md +2 -0
- package/docs/examples/organizations/delete-billing-address.md +2 -0
- package/docs/examples/organizations/delete-default-payment-method.md +2 -0
- package/docs/examples/organizations/delete-key.md +16 -0
- package/docs/examples/organizations/delete.md +2 -0
- package/docs/examples/organizations/estimation-create-organization.md +4 -2
- package/docs/examples/organizations/estimation-delete-organization.md +2 -0
- package/docs/examples/organizations/estimation-update-plan.md +4 -2
- package/docs/examples/organizations/get-aggregation.md +2 -0
- package/docs/examples/organizations/get-available-credits.md +2 -0
- package/docs/examples/organizations/get-billing-address.md +2 -0
- package/docs/examples/organizations/get-credit.md +2 -0
- package/docs/examples/organizations/get-invoice-download.md +2 -0
- package/docs/examples/organizations/get-invoice-view.md +2 -0
- package/docs/examples/organizations/get-invoice.md +2 -0
- package/docs/examples/organizations/{update-projects.md → get-key.md} +4 -2
- package/docs/examples/organizations/get-payment-method.md +2 -0
- package/docs/examples/organizations/get-plan.md +2 -0
- package/docs/examples/organizations/get-scopes.md +2 -0
- package/docs/examples/organizations/get-usage.md +2 -0
- package/docs/examples/organizations/list-aggregations.md +2 -0
- package/docs/examples/organizations/list-credits.md +2 -0
- package/docs/examples/organizations/list-invoices.md +2 -0
- package/docs/examples/organizations/list-keys.md +16 -0
- package/docs/examples/organizations/list-regions.md +15 -0
- package/docs/examples/organizations/list.md +2 -0
- package/docs/examples/organizations/set-backup-payment-method.md +2 -0
- package/docs/examples/organizations/set-billing-address.md +2 -0
- package/docs/examples/organizations/set-billing-email.md +2 -0
- package/docs/examples/organizations/set-billing-tax-id.md +2 -0
- package/docs/examples/organizations/set-default-payment-method.md +2 -0
- package/docs/examples/organizations/update-budget.md +2 -0
- package/docs/examples/organizations/update-key.md +19 -0
- package/docs/examples/organizations/update-plan.md +4 -2
- package/docs/examples/organizations/validate-invoice.md +2 -0
- package/docs/examples/organizations/validate-payment.md +2 -0
- package/docs/examples/project/create-variable.md +2 -0
- package/docs/examples/project/delete-variable.md +2 -0
- package/docs/examples/project/get-usage.md +2 -0
- package/docs/examples/project/get-variable.md +2 -0
- package/docs/examples/project/list-variables.md +2 -0
- package/docs/examples/project/update-variable.md +2 -0
- package/docs/examples/projects/create-dev-key.md +2 -0
- package/docs/examples/projects/create-jwt.md +4 -2
- package/docs/examples/projects/create-key.md +5 -2
- package/docs/examples/projects/create-platform.md +2 -0
- package/docs/examples/projects/create-smtp-test.md +2 -0
- package/docs/examples/projects/create-webhook.md +2 -0
- package/docs/examples/projects/create.md +2 -0
- package/docs/examples/projects/delete-dev-key.md +2 -0
- package/docs/examples/projects/delete-email-template.md +2 -0
- package/docs/examples/projects/delete-key.md +2 -0
- package/docs/examples/projects/delete-platform.md +2 -0
- package/docs/examples/projects/delete-sms-template.md +2 -0
- package/docs/examples/projects/delete-webhook.md +2 -0
- package/docs/examples/projects/delete.md +2 -0
- package/docs/examples/projects/get-dev-key.md +2 -0
- package/docs/examples/projects/get-email-template.md +2 -0
- package/docs/examples/projects/get-key.md +2 -0
- package/docs/examples/projects/get-platform.md +2 -0
- package/docs/examples/projects/get-sms-template.md +2 -0
- package/docs/examples/projects/get-webhook.md +2 -0
- package/docs/examples/projects/get.md +2 -0
- package/docs/examples/projects/list-dev-keys.md +2 -0
- package/docs/examples/projects/list-keys.md +3 -0
- package/docs/examples/projects/list-platforms.md +2 -0
- package/docs/examples/projects/list-webhooks.md +2 -0
- package/docs/examples/projects/list.md +2 -0
- package/docs/examples/projects/update-api-status-all.md +2 -0
- package/docs/examples/projects/update-api-status.md +2 -0
- package/docs/examples/projects/update-auth-duration.md +2 -0
- package/docs/examples/projects/update-auth-limit.md +2 -0
- package/docs/examples/projects/update-auth-password-dictionary.md +2 -0
- package/docs/examples/projects/update-auth-password-history.md +2 -0
- package/docs/examples/projects/update-auth-sessions-limit.md +2 -0
- package/docs/examples/projects/update-auth-status.md +2 -0
- package/docs/examples/projects/update-dev-key.md +2 -0
- package/docs/examples/projects/update-email-template.md +2 -0
- package/docs/examples/projects/update-key.md +4 -2
- package/docs/examples/projects/update-labels.md +2 -0
- package/docs/examples/projects/update-memberships-privacy.md +2 -0
- package/docs/examples/projects/update-mock-numbers.md +2 -0
- package/docs/examples/projects/update-o-auth-2.md +2 -0
- package/docs/examples/projects/update-personal-data-check.md +2 -0
- package/docs/examples/projects/update-platform.md +2 -0
- package/docs/examples/projects/update-service-status-all.md +2 -0
- package/docs/examples/projects/update-service-status.md +2 -0
- package/docs/examples/projects/update-session-alerts.md +2 -0
- package/docs/examples/projects/update-session-invalidation.md +2 -0
- package/docs/examples/projects/update-sms-template.md +2 -0
- package/docs/examples/projects/update-smtp.md +2 -0
- package/docs/examples/projects/update-team.md +2 -0
- package/docs/examples/projects/update-webhook-signature.md +2 -0
- package/docs/examples/projects/update-webhook.md +2 -0
- package/docs/examples/projects/update.md +2 -0
- package/docs/examples/proxy/create-api-rule.md +2 -0
- package/docs/examples/proxy/create-function-rule.md +2 -0
- package/docs/examples/proxy/create-redirect-rule.md +2 -0
- package/docs/examples/proxy/create-site-rule.md +2 -0
- package/docs/examples/proxy/delete-rule.md +2 -0
- package/docs/examples/proxy/get-rule.md +2 -0
- package/docs/examples/proxy/list-rules.md +2 -0
- package/docs/examples/proxy/update-rule-verification.md +2 -0
- package/docs/examples/sites/create-deployment.md +2 -0
- package/docs/examples/sites/create-duplicate-deployment.md +2 -0
- package/docs/examples/sites/create-template-deployment.md +2 -0
- package/docs/examples/sites/create-variable.md +2 -0
- package/docs/examples/sites/create-vcs-deployment.md +2 -0
- package/docs/examples/sites/create.md +2 -0
- package/docs/examples/sites/delete-deployment.md +2 -0
- package/docs/examples/sites/delete-log.md +2 -0
- package/docs/examples/sites/delete-variable.md +2 -0
- package/docs/examples/sites/delete.md +2 -0
- package/docs/examples/sites/get-deployment-download.md +2 -0
- package/docs/examples/sites/get-deployment.md +2 -0
- package/docs/examples/sites/get-log.md +2 -0
- package/docs/examples/sites/get-template.md +2 -0
- package/docs/examples/sites/get-usage.md +2 -0
- package/docs/examples/sites/get-variable.md +2 -0
- package/docs/examples/sites/get.md +2 -0
- package/docs/examples/sites/list-deployments.md +2 -0
- package/docs/examples/sites/list-frameworks.md +2 -0
- package/docs/examples/sites/list-logs.md +2 -0
- package/docs/examples/sites/list-specifications.md +2 -0
- package/docs/examples/sites/list-templates.md +5 -3
- package/docs/examples/sites/list-usage.md +2 -0
- package/docs/examples/sites/list-variables.md +2 -0
- package/docs/examples/sites/list.md +2 -0
- package/docs/examples/sites/update-deployment-status.md +2 -0
- package/docs/examples/sites/update-site-deployment.md +2 -0
- package/docs/examples/sites/update-variable.md +2 -0
- package/docs/examples/sites/update.md +2 -0
- package/docs/examples/storage/create-bucket.md +2 -0
- package/docs/examples/storage/create-file.md +2 -0
- package/docs/examples/storage/delete-bucket.md +2 -0
- package/docs/examples/storage/delete-file.md +2 -0
- package/docs/examples/storage/get-bucket-usage.md +2 -0
- package/docs/examples/storage/get-bucket.md +2 -0
- package/docs/examples/storage/get-file-download.md +2 -0
- package/docs/examples/storage/get-file-preview.md +2 -0
- package/docs/examples/storage/get-file-view.md +2 -0
- package/docs/examples/storage/get-file.md +2 -0
- package/docs/examples/storage/get-usage.md +2 -0
- package/docs/examples/storage/list-buckets.md +2 -0
- package/docs/examples/storage/list-files.md +2 -0
- package/docs/examples/storage/update-bucket.md +2 -0
- package/docs/examples/storage/update-file.md +2 -0
- package/docs/examples/tablesdb/create-boolean-column.md +2 -0
- package/docs/examples/tablesdb/create-datetime-column.md +2 -0
- package/docs/examples/tablesdb/create-email-column.md +2 -0
- package/docs/examples/tablesdb/create-enum-column.md +2 -0
- package/docs/examples/tablesdb/create-float-column.md +2 -0
- package/docs/examples/tablesdb/create-index.md +4 -2
- package/docs/examples/tablesdb/create-integer-column.md +2 -0
- package/docs/examples/tablesdb/create-ip-column.md +2 -0
- package/docs/examples/tablesdb/create-line-column.md +2 -0
- package/docs/examples/tablesdb/create-longtext-column.md +20 -0
- package/docs/examples/tablesdb/create-mediumtext-column.md +20 -0
- package/docs/examples/tablesdb/create-operations.md +2 -0
- package/docs/examples/tablesdb/create-point-column.md +2 -0
- package/docs/examples/tablesdb/create-polygon-column.md +2 -0
- package/docs/examples/tablesdb/create-relationship-column.md +2 -0
- package/docs/examples/tablesdb/create-row.md +2 -0
- package/docs/examples/tablesdb/create-rows.md +2 -0
- package/docs/examples/tablesdb/create-string-column.md +2 -0
- package/docs/examples/tablesdb/create-table.md +2 -0
- package/docs/examples/tablesdb/create-text-column.md +20 -0
- package/docs/examples/tablesdb/create-transaction.md +2 -0
- package/docs/examples/tablesdb/create-url-column.md +2 -0
- package/docs/examples/tablesdb/create-varchar-column.md +21 -0
- package/docs/examples/tablesdb/create.md +2 -0
- package/docs/examples/tablesdb/decrement-row-column.md +2 -0
- package/docs/examples/tablesdb/delete-column.md +2 -0
- package/docs/examples/tablesdb/delete-index.md +2 -0
- package/docs/examples/tablesdb/delete-row.md +2 -0
- package/docs/examples/tablesdb/delete-rows.md +2 -0
- package/docs/examples/tablesdb/delete-table.md +2 -0
- package/docs/examples/tablesdb/delete-transaction.md +2 -0
- package/docs/examples/tablesdb/delete.md +2 -0
- package/docs/examples/tablesdb/get-column.md +2 -0
- package/docs/examples/tablesdb/get-index.md +2 -0
- package/docs/examples/tablesdb/get-row.md +2 -0
- package/docs/examples/tablesdb/get-table-usage.md +2 -0
- package/docs/examples/tablesdb/get-table.md +2 -0
- package/docs/examples/tablesdb/get-transaction.md +2 -0
- package/docs/examples/tablesdb/get-usage.md +2 -0
- package/docs/examples/tablesdb/get.md +2 -0
- package/docs/examples/tablesdb/increment-row-column.md +2 -0
- package/docs/examples/tablesdb/list-columns.md +2 -0
- package/docs/examples/tablesdb/list-indexes.md +2 -0
- package/docs/examples/tablesdb/list-row-logs.md +2 -0
- package/docs/examples/tablesdb/list-rows.md +2 -0
- package/docs/examples/tablesdb/list-table-logs.md +2 -0
- package/docs/examples/tablesdb/list-tables.md +2 -0
- package/docs/examples/tablesdb/list-transactions.md +2 -0
- package/docs/examples/tablesdb/list-usage.md +2 -0
- package/docs/examples/tablesdb/list.md +2 -0
- package/docs/examples/tablesdb/update-boolean-column.md +2 -0
- package/docs/examples/tablesdb/update-datetime-column.md +2 -0
- package/docs/examples/tablesdb/update-email-column.md +2 -0
- package/docs/examples/tablesdb/update-enum-column.md +2 -0
- package/docs/examples/tablesdb/update-float-column.md +2 -0
- package/docs/examples/tablesdb/update-integer-column.md +2 -0
- package/docs/examples/tablesdb/update-ip-column.md +2 -0
- package/docs/examples/tablesdb/update-line-column.md +2 -0
- package/docs/examples/tablesdb/update-longtext-column.md +20 -0
- package/docs/examples/tablesdb/update-mediumtext-column.md +20 -0
- package/docs/examples/tablesdb/update-point-column.md +2 -0
- package/docs/examples/tablesdb/update-polygon-column.md +2 -0
- package/docs/examples/tablesdb/update-relationship-column.md +2 -0
- package/docs/examples/tablesdb/update-row.md +2 -0
- package/docs/examples/tablesdb/update-rows.md +2 -0
- package/docs/examples/tablesdb/update-string-column.md +2 -0
- package/docs/examples/tablesdb/update-table.md +3 -1
- package/docs/examples/tablesdb/update-text-column.md +20 -0
- package/docs/examples/tablesdb/update-transaction.md +2 -0
- package/docs/examples/tablesdb/update-url-column.md +2 -0
- package/docs/examples/tablesdb/update-varchar-column.md +21 -0
- package/docs/examples/tablesdb/update.md +3 -1
- package/docs/examples/tablesdb/upsert-row.md +2 -0
- package/docs/examples/tablesdb/upsert-rows.md +2 -0
- package/docs/examples/teams/create-membership.md +2 -0
- package/docs/examples/teams/create.md +2 -0
- package/docs/examples/teams/delete-membership.md +2 -0
- package/docs/examples/teams/delete.md +2 -0
- package/docs/examples/teams/get-membership.md +2 -0
- package/docs/examples/teams/get-prefs.md +2 -0
- package/docs/examples/teams/get.md +2 -0
- package/docs/examples/teams/list-logs.md +2 -0
- package/docs/examples/teams/list-memberships.md +2 -0
- package/docs/examples/teams/list.md +2 -0
- package/docs/examples/teams/update-membership-status.md +2 -0
- package/docs/examples/teams/update-membership.md +2 -0
- package/docs/examples/teams/update-name.md +2 -0
- package/docs/examples/teams/update-prefs.md +2 -0
- package/docs/examples/tokens/create-file-token.md +2 -0
- package/docs/examples/tokens/delete.md +2 -0
- package/docs/examples/tokens/get.md +2 -0
- package/docs/examples/tokens/list.md +2 -0
- package/docs/examples/tokens/update.md +2 -0
- package/docs/examples/users/create-argon-2-user.md +2 -0
- package/docs/examples/users/create-bcrypt-user.md +2 -0
- package/docs/examples/users/create-jwt.md +2 -0
- package/docs/examples/users/create-md-5-user.md +2 -0
- package/docs/examples/users/create-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/create-ph-pass-user.md +2 -0
- package/docs/examples/users/create-scrypt-modified-user.md +2 -0
- package/docs/examples/users/create-scrypt-user.md +2 -0
- package/docs/examples/users/create-session.md +2 -0
- package/docs/examples/users/create-sha-user.md +2 -0
- package/docs/examples/users/create-target.md +2 -0
- package/docs/examples/users/create-token.md +2 -0
- package/docs/examples/users/create.md +2 -0
- package/docs/examples/users/delete-identity.md +2 -0
- package/docs/examples/users/delete-mfa-authenticator.md +2 -0
- package/docs/examples/users/delete-session.md +2 -0
- package/docs/examples/users/delete-sessions.md +2 -0
- package/docs/examples/users/delete-target.md +2 -0
- package/docs/examples/users/delete.md +2 -0
- package/docs/examples/users/get-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/get-prefs.md +2 -0
- package/docs/examples/users/get-target.md +2 -0
- package/docs/examples/users/get-usage.md +2 -0
- package/docs/examples/users/get.md +2 -0
- package/docs/examples/users/list-identities.md +2 -0
- package/docs/examples/users/list-logs.md +2 -0
- package/docs/examples/users/list-memberships.md +2 -0
- package/docs/examples/users/list-mfa-factors.md +2 -0
- package/docs/examples/users/list-sessions.md +2 -0
- package/docs/examples/users/list-targets.md +2 -0
- package/docs/examples/users/list.md +2 -0
- package/docs/examples/users/update-email-verification.md +2 -0
- package/docs/examples/users/update-email.md +2 -0
- package/docs/examples/users/update-labels.md +2 -0
- package/docs/examples/users/update-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/update-mfa.md +2 -0
- package/docs/examples/users/update-name.md +2 -0
- package/docs/examples/users/update-password.md +2 -0
- package/docs/examples/users/update-phone-verification.md +2 -0
- package/docs/examples/users/update-phone.md +2 -0
- package/docs/examples/users/update-prefs.md +2 -0
- package/docs/examples/users/update-status.md +2 -0
- package/docs/examples/users/update-target.md +2 -0
- package/docs/examples/vcs/create-repository-detection.md +2 -0
- package/docs/examples/vcs/create-repository.md +2 -0
- package/docs/examples/vcs/delete-installation.md +2 -0
- package/docs/examples/vcs/get-installation.md +2 -0
- package/docs/examples/vcs/get-repository-contents.md +2 -0
- package/docs/examples/vcs/get-repository.md +2 -0
- package/docs/examples/vcs/list-installations.md +2 -0
- package/docs/examples/vcs/list-repositories.md +2 -0
- package/docs/examples/vcs/list-repository-branches.md +2 -0
- package/docs/examples/vcs/update-external-deployments.md +2 -0
- package/package.json +1 -1
- package/src/channel.ts +38 -22
- package/src/client.ts +110 -49
- package/src/enums/backup-services.ts +5 -0
- package/src/enums/browser-permission.ts +22 -0
- package/src/enums/build-runtime.ts +5 -0
- package/src/enums/deployment-status.ts +1 -0
- package/src/enums/frameworks.ts +17 -0
- package/src/enums/order-by.ts +4 -0
- package/src/enums/registration-type.ts +6 -0
- package/src/enums/resources.ts +13 -0
- package/src/enums/runtime.ts +5 -0
- package/src/enums/runtimes.ts +71 -0
- package/src/enums/scopes.ts +66 -0
- package/src/enums/use-cases.ts +11 -0
- package/src/index.ts +9 -2
- package/src/models.ts +394 -4
- package/src/services/account.ts +375 -67
- package/src/services/assistant.ts +1 -1
- package/src/services/avatars.ts +20 -19
- package/src/services/backups.ts +37 -36
- package/src/services/console.ts +12 -43
- package/src/services/databases.ts +1061 -281
- package/src/services/domains.ts +114 -44
- package/src/services/functions.ts +61 -58
- package/src/services/graphql.ts +4 -4
- package/src/services/health.ts +23 -21
- package/src/services/messaging.ts +56 -56
- package/src/services/migrations.ts +79 -78
- package/src/services/organizations.ts +430 -94
- package/src/services/project.ts +5 -5
- package/src/services/projects.ts +106 -155
- package/src/services/proxy.ts +8 -8
- package/src/services/realtime.ts +135 -58
- package/src/services/sites.ts +43 -41
- package/src/services/storage.ts +17 -17
- package/src/services/tables-db.ts +1051 -269
- package/src/services/teams.ts +14 -14
- package/src/services/tokens.ts +5 -5
- package/src/services/users.ts +50 -50
- package/src/services/vcs.ts +10 -10
- package/types/channel.d.ts +9 -7
- package/types/client.d.ts +7 -2
- package/types/enums/backup-services.d.ts +5 -0
- package/types/enums/browser-permission.d.ts +22 -0
- package/types/enums/build-runtime.d.ts +6 -1
- package/types/enums/deployment-status.d.ts +1 -0
- package/types/enums/frameworks.d.ts +17 -0
- package/types/enums/order-by.d.ts +4 -0
- package/types/enums/registration-type.d.ts +6 -0
- package/types/enums/resources.d.ts +13 -0
- package/types/enums/runtime.d.ts +6 -1
- package/types/enums/runtimes.d.ts +71 -0
- package/types/enums/scopes.d.ts +66 -0
- package/types/enums/use-cases.d.ts +11 -0
- package/types/index.d.ts +9 -2
- package/types/models.d.ts +385 -4
- package/types/services/account.d.ts +111 -0
- package/types/services/avatars.d.ts +5 -4
- package/types/services/backups.d.ts +13 -12
- package/types/services/console.d.ts +1 -13
- package/types/services/databases.d.ts +303 -8
- package/types/services/domains.d.ts +26 -0
- package/types/services/functions.d.ts +18 -15
- package/types/services/health.d.ts +2 -0
- package/types/services/migrations.d.ts +33 -32
- package/types/services/organizations.d.ts +151 -29
- package/types/services/projects.d.ts +20 -36
- package/types/services/realtime.d.ts +13 -6
- package/types/services/sites.d.ts +9 -7
- package/types/services/tables-db.d.ts +305 -8
- package/docs/examples/projects/update-status.md +0 -14
- package/src/enums/billing-plan.ts +0 -17
- package/src/enums/status.ts +0 -4
- package/types/enums/billing-plan.d.ts +0 -17
- package/types/enums/status.d.ts +0 -4
|
@@ -4,6 +4,7 @@ import { UsageRange } from '../enums/usage-range';
|
|
|
4
4
|
import { RelationshipType } from '../enums/relationship-type';
|
|
5
5
|
import { RelationMutate } from '../enums/relation-mutate';
|
|
6
6
|
import { IndexType } from '../enums/index-type';
|
|
7
|
+
import { OrderBy } from '../enums/order-by';
|
|
7
8
|
export declare class TablesDB {
|
|
8
9
|
client: Client;
|
|
9
10
|
constructor(client: Client);
|
|
@@ -231,7 +232,7 @@ export declare class TablesDB {
|
|
|
231
232
|
*/
|
|
232
233
|
update(params: {
|
|
233
234
|
databaseId: string;
|
|
234
|
-
name
|
|
235
|
+
name?: string;
|
|
235
236
|
enabled?: boolean;
|
|
236
237
|
}): Promise<Models.Database>;
|
|
237
238
|
/**
|
|
@@ -244,7 +245,7 @@ export declare class TablesDB {
|
|
|
244
245
|
* @returns {Promise<Models.Database>}
|
|
245
246
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
246
247
|
*/
|
|
247
|
-
update(databaseId: string, name
|
|
248
|
+
update(databaseId: string, name?: string, enabled?: boolean): Promise<Models.Database>;
|
|
248
249
|
/**
|
|
249
250
|
* Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.
|
|
250
251
|
*
|
|
@@ -369,7 +370,7 @@ export declare class TablesDB {
|
|
|
369
370
|
updateTable(params: {
|
|
370
371
|
databaseId: string;
|
|
371
372
|
tableId: string;
|
|
372
|
-
name
|
|
373
|
+
name?: string;
|
|
373
374
|
permissions?: string[];
|
|
374
375
|
rowSecurity?: boolean;
|
|
375
376
|
enabled?: boolean;
|
|
@@ -387,7 +388,7 @@ export declare class TablesDB {
|
|
|
387
388
|
* @returns {Promise<Models.Table>}
|
|
388
389
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
389
390
|
*/
|
|
390
|
-
updateTable(databaseId: string, tableId: string, name
|
|
391
|
+
updateTable(databaseId: string, tableId: string, name?: string, permissions?: string[], rowSecurity?: boolean, enabled?: boolean): Promise<Models.Table>;
|
|
391
392
|
/**
|
|
392
393
|
* Delete a table by its unique ID. Only users with write permissions have access to delete this resource.
|
|
393
394
|
*
|
|
@@ -1029,6 +1030,150 @@ export declare class TablesDB {
|
|
|
1029
1030
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1030
1031
|
*/
|
|
1031
1032
|
updateLineColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: any[], newKey?: string): Promise<Models.ColumnLine>;
|
|
1033
|
+
/**
|
|
1034
|
+
* Create a longtext column.
|
|
1035
|
+
*
|
|
1036
|
+
*
|
|
1037
|
+
* @param {string} params.databaseId - Database ID.
|
|
1038
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1039
|
+
* @param {string} params.key - Column Key.
|
|
1040
|
+
* @param {boolean} params.required - Is column required?
|
|
1041
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1042
|
+
* @param {boolean} params.array - Is column an array?
|
|
1043
|
+
* @throws {AppwriteException}
|
|
1044
|
+
* @returns {Promise<Models.ColumnLongtext>}
|
|
1045
|
+
*/
|
|
1046
|
+
createLongtextColumn(params: {
|
|
1047
|
+
databaseId: string;
|
|
1048
|
+
tableId: string;
|
|
1049
|
+
key: string;
|
|
1050
|
+
required: boolean;
|
|
1051
|
+
xdefault?: string;
|
|
1052
|
+
array?: boolean;
|
|
1053
|
+
}): Promise<Models.ColumnLongtext>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Create a longtext column.
|
|
1056
|
+
*
|
|
1057
|
+
*
|
|
1058
|
+
* @param {string} databaseId - Database ID.
|
|
1059
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1060
|
+
* @param {string} key - Column Key.
|
|
1061
|
+
* @param {boolean} required - Is column required?
|
|
1062
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1063
|
+
* @param {boolean} array - Is column an array?
|
|
1064
|
+
* @throws {AppwriteException}
|
|
1065
|
+
* @returns {Promise<Models.ColumnLongtext>}
|
|
1066
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1067
|
+
*/
|
|
1068
|
+
createLongtextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, array?: boolean): Promise<Models.ColumnLongtext>;
|
|
1069
|
+
/**
|
|
1070
|
+
* Update a longtext column. Changing the `default` value will not update already existing rows.
|
|
1071
|
+
*
|
|
1072
|
+
*
|
|
1073
|
+
* @param {string} params.databaseId - Database ID.
|
|
1074
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1075
|
+
* @param {string} params.key - Column Key.
|
|
1076
|
+
* @param {boolean} params.required - Is column required?
|
|
1077
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1078
|
+
* @param {string} params.newKey - New Column Key.
|
|
1079
|
+
* @throws {AppwriteException}
|
|
1080
|
+
* @returns {Promise<Models.ColumnLongtext>}
|
|
1081
|
+
*/
|
|
1082
|
+
updateLongtextColumn(params: {
|
|
1083
|
+
databaseId: string;
|
|
1084
|
+
tableId: string;
|
|
1085
|
+
key: string;
|
|
1086
|
+
required: boolean;
|
|
1087
|
+
xdefault?: string;
|
|
1088
|
+
newKey?: string;
|
|
1089
|
+
}): Promise<Models.ColumnLongtext>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Update a longtext column. Changing the `default` value will not update already existing rows.
|
|
1092
|
+
*
|
|
1093
|
+
*
|
|
1094
|
+
* @param {string} databaseId - Database ID.
|
|
1095
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1096
|
+
* @param {string} key - Column Key.
|
|
1097
|
+
* @param {boolean} required - Is column required?
|
|
1098
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1099
|
+
* @param {string} newKey - New Column Key.
|
|
1100
|
+
* @throws {AppwriteException}
|
|
1101
|
+
* @returns {Promise<Models.ColumnLongtext>}
|
|
1102
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1103
|
+
*/
|
|
1104
|
+
updateLongtextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, newKey?: string): Promise<Models.ColumnLongtext>;
|
|
1105
|
+
/**
|
|
1106
|
+
* Create a mediumtext column.
|
|
1107
|
+
*
|
|
1108
|
+
*
|
|
1109
|
+
* @param {string} params.databaseId - Database ID.
|
|
1110
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1111
|
+
* @param {string} params.key - Column Key.
|
|
1112
|
+
* @param {boolean} params.required - Is column required?
|
|
1113
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1114
|
+
* @param {boolean} params.array - Is column an array?
|
|
1115
|
+
* @throws {AppwriteException}
|
|
1116
|
+
* @returns {Promise<Models.ColumnMediumtext>}
|
|
1117
|
+
*/
|
|
1118
|
+
createMediumtextColumn(params: {
|
|
1119
|
+
databaseId: string;
|
|
1120
|
+
tableId: string;
|
|
1121
|
+
key: string;
|
|
1122
|
+
required: boolean;
|
|
1123
|
+
xdefault?: string;
|
|
1124
|
+
array?: boolean;
|
|
1125
|
+
}): Promise<Models.ColumnMediumtext>;
|
|
1126
|
+
/**
|
|
1127
|
+
* Create a mediumtext column.
|
|
1128
|
+
*
|
|
1129
|
+
*
|
|
1130
|
+
* @param {string} databaseId - Database ID.
|
|
1131
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1132
|
+
* @param {string} key - Column Key.
|
|
1133
|
+
* @param {boolean} required - Is column required?
|
|
1134
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1135
|
+
* @param {boolean} array - Is column an array?
|
|
1136
|
+
* @throws {AppwriteException}
|
|
1137
|
+
* @returns {Promise<Models.ColumnMediumtext>}
|
|
1138
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1139
|
+
*/
|
|
1140
|
+
createMediumtextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, array?: boolean): Promise<Models.ColumnMediumtext>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Update a mediumtext column. Changing the `default` value will not update already existing rows.
|
|
1143
|
+
*
|
|
1144
|
+
*
|
|
1145
|
+
* @param {string} params.databaseId - Database ID.
|
|
1146
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1147
|
+
* @param {string} params.key - Column Key.
|
|
1148
|
+
* @param {boolean} params.required - Is column required?
|
|
1149
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1150
|
+
* @param {string} params.newKey - New Column Key.
|
|
1151
|
+
* @throws {AppwriteException}
|
|
1152
|
+
* @returns {Promise<Models.ColumnMediumtext>}
|
|
1153
|
+
*/
|
|
1154
|
+
updateMediumtextColumn(params: {
|
|
1155
|
+
databaseId: string;
|
|
1156
|
+
tableId: string;
|
|
1157
|
+
key: string;
|
|
1158
|
+
required: boolean;
|
|
1159
|
+
xdefault?: string;
|
|
1160
|
+
newKey?: string;
|
|
1161
|
+
}): Promise<Models.ColumnMediumtext>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Update a mediumtext column. Changing the `default` value will not update already existing rows.
|
|
1164
|
+
*
|
|
1165
|
+
*
|
|
1166
|
+
* @param {string} databaseId - Database ID.
|
|
1167
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1168
|
+
* @param {string} key - Column Key.
|
|
1169
|
+
* @param {boolean} required - Is column required?
|
|
1170
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1171
|
+
* @param {string} newKey - New Column Key.
|
|
1172
|
+
* @throws {AppwriteException}
|
|
1173
|
+
* @returns {Promise<Models.ColumnMediumtext>}
|
|
1174
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1175
|
+
*/
|
|
1176
|
+
updateMediumtextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, newKey?: string): Promise<Models.ColumnMediumtext>;
|
|
1032
1177
|
/**
|
|
1033
1178
|
* Create a geometric point column.
|
|
1034
1179
|
*
|
|
@@ -1215,6 +1360,7 @@ export declare class TablesDB {
|
|
|
1215
1360
|
* @param {boolean} params.encrypt - Toggle encryption for the column. Encryption enhances security by not storing any plain text values in the database. However, encrypted columns cannot be queried.
|
|
1216
1361
|
* @throws {AppwriteException}
|
|
1217
1362
|
* @returns {Promise<Models.ColumnString>}
|
|
1363
|
+
* @deprecated This API has been deprecated since 1.9.0. Please use `TablesDB.createTextColumn` instead.
|
|
1218
1364
|
*/
|
|
1219
1365
|
createStringColumn(params: {
|
|
1220
1366
|
databaseId: string;
|
|
@@ -1256,6 +1402,7 @@ export declare class TablesDB {
|
|
|
1256
1402
|
* @param {string} params.newKey - New Column Key.
|
|
1257
1403
|
* @throws {AppwriteException}
|
|
1258
1404
|
* @returns {Promise<Models.ColumnString>}
|
|
1405
|
+
* @deprecated This API has been deprecated since 1.8.0. Please use `TablesDB.updateTextColumn` instead.
|
|
1259
1406
|
*/
|
|
1260
1407
|
updateStringColumn(params: {
|
|
1261
1408
|
databaseId: string;
|
|
@@ -1282,6 +1429,78 @@ export declare class TablesDB {
|
|
|
1282
1429
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1283
1430
|
*/
|
|
1284
1431
|
updateStringColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, size?: number, newKey?: string): Promise<Models.ColumnString>;
|
|
1432
|
+
/**
|
|
1433
|
+
* Create a text column.
|
|
1434
|
+
*
|
|
1435
|
+
*
|
|
1436
|
+
* @param {string} params.databaseId - Database ID.
|
|
1437
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1438
|
+
* @param {string} params.key - Column Key.
|
|
1439
|
+
* @param {boolean} params.required - Is column required?
|
|
1440
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1441
|
+
* @param {boolean} params.array - Is column an array?
|
|
1442
|
+
* @throws {AppwriteException}
|
|
1443
|
+
* @returns {Promise<Models.ColumnText>}
|
|
1444
|
+
*/
|
|
1445
|
+
createTextColumn(params: {
|
|
1446
|
+
databaseId: string;
|
|
1447
|
+
tableId: string;
|
|
1448
|
+
key: string;
|
|
1449
|
+
required: boolean;
|
|
1450
|
+
xdefault?: string;
|
|
1451
|
+
array?: boolean;
|
|
1452
|
+
}): Promise<Models.ColumnText>;
|
|
1453
|
+
/**
|
|
1454
|
+
* Create a text column.
|
|
1455
|
+
*
|
|
1456
|
+
*
|
|
1457
|
+
* @param {string} databaseId - Database ID.
|
|
1458
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1459
|
+
* @param {string} key - Column Key.
|
|
1460
|
+
* @param {boolean} required - Is column required?
|
|
1461
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1462
|
+
* @param {boolean} array - Is column an array?
|
|
1463
|
+
* @throws {AppwriteException}
|
|
1464
|
+
* @returns {Promise<Models.ColumnText>}
|
|
1465
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1466
|
+
*/
|
|
1467
|
+
createTextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, array?: boolean): Promise<Models.ColumnText>;
|
|
1468
|
+
/**
|
|
1469
|
+
* Update a text column. Changing the `default` value will not update already existing rows.
|
|
1470
|
+
*
|
|
1471
|
+
*
|
|
1472
|
+
* @param {string} params.databaseId - Database ID.
|
|
1473
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1474
|
+
* @param {string} params.key - Column Key.
|
|
1475
|
+
* @param {boolean} params.required - Is column required?
|
|
1476
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1477
|
+
* @param {string} params.newKey - New Column Key.
|
|
1478
|
+
* @throws {AppwriteException}
|
|
1479
|
+
* @returns {Promise<Models.ColumnText>}
|
|
1480
|
+
*/
|
|
1481
|
+
updateTextColumn(params: {
|
|
1482
|
+
databaseId: string;
|
|
1483
|
+
tableId: string;
|
|
1484
|
+
key: string;
|
|
1485
|
+
required: boolean;
|
|
1486
|
+
xdefault?: string;
|
|
1487
|
+
newKey?: string;
|
|
1488
|
+
}): Promise<Models.ColumnText>;
|
|
1489
|
+
/**
|
|
1490
|
+
* Update a text column. Changing the `default` value will not update already existing rows.
|
|
1491
|
+
*
|
|
1492
|
+
*
|
|
1493
|
+
* @param {string} databaseId - Database ID.
|
|
1494
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1495
|
+
* @param {string} key - Column Key.
|
|
1496
|
+
* @param {boolean} required - Is column required?
|
|
1497
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1498
|
+
* @param {string} newKey - New Column Key.
|
|
1499
|
+
* @throws {AppwriteException}
|
|
1500
|
+
* @returns {Promise<Models.ColumnText>}
|
|
1501
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1502
|
+
*/
|
|
1503
|
+
updateTextColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, newKey?: string): Promise<Models.ColumnText>;
|
|
1285
1504
|
/**
|
|
1286
1505
|
* Create a URL column.
|
|
1287
1506
|
*
|
|
@@ -1354,6 +1573,84 @@ export declare class TablesDB {
|
|
|
1354
1573
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1355
1574
|
*/
|
|
1356
1575
|
updateUrlColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, newKey?: string): Promise<Models.ColumnUrl>;
|
|
1576
|
+
/**
|
|
1577
|
+
* Create a varchar column.
|
|
1578
|
+
*
|
|
1579
|
+
*
|
|
1580
|
+
* @param {string} params.databaseId - Database ID.
|
|
1581
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1582
|
+
* @param {string} params.key - Column Key.
|
|
1583
|
+
* @param {number} params.size - Column size for varchar columns, in number of characters. Maximum size is 16381.
|
|
1584
|
+
* @param {boolean} params.required - Is column required?
|
|
1585
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1586
|
+
* @param {boolean} params.array - Is column an array?
|
|
1587
|
+
* @throws {AppwriteException}
|
|
1588
|
+
* @returns {Promise<Models.ColumnVarchar>}
|
|
1589
|
+
*/
|
|
1590
|
+
createVarcharColumn(params: {
|
|
1591
|
+
databaseId: string;
|
|
1592
|
+
tableId: string;
|
|
1593
|
+
key: string;
|
|
1594
|
+
size: number;
|
|
1595
|
+
required: boolean;
|
|
1596
|
+
xdefault?: string;
|
|
1597
|
+
array?: boolean;
|
|
1598
|
+
}): Promise<Models.ColumnVarchar>;
|
|
1599
|
+
/**
|
|
1600
|
+
* Create a varchar column.
|
|
1601
|
+
*
|
|
1602
|
+
*
|
|
1603
|
+
* @param {string} databaseId - Database ID.
|
|
1604
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1605
|
+
* @param {string} key - Column Key.
|
|
1606
|
+
* @param {number} size - Column size for varchar columns, in number of characters. Maximum size is 16381.
|
|
1607
|
+
* @param {boolean} required - Is column required?
|
|
1608
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1609
|
+
* @param {boolean} array - Is column an array?
|
|
1610
|
+
* @throws {AppwriteException}
|
|
1611
|
+
* @returns {Promise<Models.ColumnVarchar>}
|
|
1612
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1613
|
+
*/
|
|
1614
|
+
createVarcharColumn(databaseId: string, tableId: string, key: string, size: number, required: boolean, xdefault?: string, array?: boolean): Promise<Models.ColumnVarchar>;
|
|
1615
|
+
/**
|
|
1616
|
+
* Update a varchar column. Changing the `default` value will not update already existing rows.
|
|
1617
|
+
*
|
|
1618
|
+
*
|
|
1619
|
+
* @param {string} params.databaseId - Database ID.
|
|
1620
|
+
* @param {string} params.tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1621
|
+
* @param {string} params.key - Column Key.
|
|
1622
|
+
* @param {boolean} params.required - Is column required?
|
|
1623
|
+
* @param {string} params.xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1624
|
+
* @param {number} params.size - Maximum size of the varchar column.
|
|
1625
|
+
* @param {string} params.newKey - New Column Key.
|
|
1626
|
+
* @throws {AppwriteException}
|
|
1627
|
+
* @returns {Promise<Models.ColumnVarchar>}
|
|
1628
|
+
*/
|
|
1629
|
+
updateVarcharColumn(params: {
|
|
1630
|
+
databaseId: string;
|
|
1631
|
+
tableId: string;
|
|
1632
|
+
key: string;
|
|
1633
|
+
required: boolean;
|
|
1634
|
+
xdefault?: string;
|
|
1635
|
+
size?: number;
|
|
1636
|
+
newKey?: string;
|
|
1637
|
+
}): Promise<Models.ColumnVarchar>;
|
|
1638
|
+
/**
|
|
1639
|
+
* Update a varchar column. Changing the `default` value will not update already existing rows.
|
|
1640
|
+
*
|
|
1641
|
+
*
|
|
1642
|
+
* @param {string} databaseId - Database ID.
|
|
1643
|
+
* @param {string} tableId - Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
|
|
1644
|
+
* @param {string} key - Column Key.
|
|
1645
|
+
* @param {boolean} required - Is column required?
|
|
1646
|
+
* @param {string} xdefault - Default value for column when not provided. Cannot be set when column is required.
|
|
1647
|
+
* @param {number} size - Maximum size of the varchar column.
|
|
1648
|
+
* @param {string} newKey - New Column Key.
|
|
1649
|
+
* @throws {AppwriteException}
|
|
1650
|
+
* @returns {Promise<Models.ColumnVarchar>}
|
|
1651
|
+
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1652
|
+
*/
|
|
1653
|
+
updateVarcharColumn(databaseId: string, tableId: string, key: string, required: boolean, xdefault?: string, size?: number, newKey?: string): Promise<Models.ColumnVarchar>;
|
|
1357
1654
|
/**
|
|
1358
1655
|
* Get column by ID.
|
|
1359
1656
|
*
|
|
@@ -1474,7 +1771,7 @@ export declare class TablesDB {
|
|
|
1474
1771
|
* @param {string} params.key - Index Key.
|
|
1475
1772
|
* @param {IndexType} params.type - Index type.
|
|
1476
1773
|
* @param {string[]} params.columns - Array of columns to index. Maximum of 100 columns are allowed, each 32 characters long.
|
|
1477
|
-
* @param {
|
|
1774
|
+
* @param {OrderBy[]} params.orders - Array of index orders. Maximum of 100 orders are allowed.
|
|
1478
1775
|
* @param {number[]} params.lengths - Length of index. Maximum of 100
|
|
1479
1776
|
* @throws {AppwriteException}
|
|
1480
1777
|
* @returns {Promise<Models.ColumnIndex>}
|
|
@@ -1485,7 +1782,7 @@ export declare class TablesDB {
|
|
|
1485
1782
|
key: string;
|
|
1486
1783
|
type: IndexType;
|
|
1487
1784
|
columns: string[];
|
|
1488
|
-
orders?:
|
|
1785
|
+
orders?: OrderBy[];
|
|
1489
1786
|
lengths?: number[];
|
|
1490
1787
|
}): Promise<Models.ColumnIndex>;
|
|
1491
1788
|
/**
|
|
@@ -1497,13 +1794,13 @@ export declare class TablesDB {
|
|
|
1497
1794
|
* @param {string} key - Index Key.
|
|
1498
1795
|
* @param {IndexType} type - Index type.
|
|
1499
1796
|
* @param {string[]} columns - Array of columns to index. Maximum of 100 columns are allowed, each 32 characters long.
|
|
1500
|
-
* @param {
|
|
1797
|
+
* @param {OrderBy[]} orders - Array of index orders. Maximum of 100 orders are allowed.
|
|
1501
1798
|
* @param {number[]} lengths - Length of index. Maximum of 100
|
|
1502
1799
|
* @throws {AppwriteException}
|
|
1503
1800
|
* @returns {Promise<Models.ColumnIndex>}
|
|
1504
1801
|
* @deprecated Use the object parameter style method for a better developer experience.
|
|
1505
1802
|
*/
|
|
1506
|
-
createIndex(databaseId: string, tableId: string, key: string, type: IndexType, columns: string[], orders?:
|
|
1803
|
+
createIndex(databaseId: string, tableId: string, key: string, type: IndexType, columns: string[], orders?: OrderBy[], lengths?: number[]): Promise<Models.ColumnIndex>;
|
|
1507
1804
|
/**
|
|
1508
1805
|
* Get index by ID.
|
|
1509
1806
|
*
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Client, Projects, Status } from "@appwrite.io/console";
|
|
2
|
-
|
|
3
|
-
const client = new Client()
|
|
4
|
-
.setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
|
|
5
|
-
.setProject('<YOUR_PROJECT_ID>'); // Your project ID
|
|
6
|
-
|
|
7
|
-
const projects = new Projects(client);
|
|
8
|
-
|
|
9
|
-
const result = await projects.updateStatus({
|
|
10
|
-
projectId: '<PROJECT_ID>',
|
|
11
|
-
status: Status.Active
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
console.log(result);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export enum BillingPlan {
|
|
2
|
-
Tier0 = 'tier-0',
|
|
3
|
-
Tier1 = 'tier-1',
|
|
4
|
-
Tier2 = 'tier-2',
|
|
5
|
-
Imaginetier0 = 'imagine-tier-0',
|
|
6
|
-
Imaginetier1 = 'imagine-tier-1',
|
|
7
|
-
Imaginetier150 = 'imagine-tier-1-50',
|
|
8
|
-
Imaginetier1100 = 'imagine-tier-1-100',
|
|
9
|
-
Imaginetier1200 = 'imagine-tier-1-200',
|
|
10
|
-
Imaginetier1290 = 'imagine-tier-1-290',
|
|
11
|
-
Imaginetier1480 = 'imagine-tier-1-480',
|
|
12
|
-
Imaginetier1700 = 'imagine-tier-1-700',
|
|
13
|
-
Imaginetier1900 = 'imagine-tier-1-900',
|
|
14
|
-
Imaginetier11100 = 'imagine-tier-1-1100',
|
|
15
|
-
Imaginetier11650 = 'imagine-tier-1-1650',
|
|
16
|
-
Imaginetier12200 = 'imagine-tier-1-2200',
|
|
17
|
-
}
|
package/src/enums/status.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum BillingPlan {
|
|
2
|
-
Tier0 = "tier-0",
|
|
3
|
-
Tier1 = "tier-1",
|
|
4
|
-
Tier2 = "tier-2",
|
|
5
|
-
Imaginetier0 = "imagine-tier-0",
|
|
6
|
-
Imaginetier1 = "imagine-tier-1",
|
|
7
|
-
Imaginetier150 = "imagine-tier-1-50",
|
|
8
|
-
Imaginetier1100 = "imagine-tier-1-100",
|
|
9
|
-
Imaginetier1200 = "imagine-tier-1-200",
|
|
10
|
-
Imaginetier1290 = "imagine-tier-1-290",
|
|
11
|
-
Imaginetier1480 = "imagine-tier-1-480",
|
|
12
|
-
Imaginetier1700 = "imagine-tier-1-700",
|
|
13
|
-
Imaginetier1900 = "imagine-tier-1-900",
|
|
14
|
-
Imaginetier11100 = "imagine-tier-1-1100",
|
|
15
|
-
Imaginetier11650 = "imagine-tier-1-1650",
|
|
16
|
-
Imaginetier12200 = "imagine-tier-1-2200"
|
|
17
|
-
}
|
package/types/enums/status.d.ts
DELETED