@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
package/src/services/vcs.ts
CHANGED
|
@@ -21,7 +21,7 @@ export class Vcs {
|
|
|
21
21
|
* @throws {AppwriteException}
|
|
22
22
|
* @returns {Promise<Models.DetectionFramework>}
|
|
23
23
|
*/
|
|
24
|
-
createRepositoryDetection(params: { installationId: string, providerRepositoryId: string, type: VCSDetectionType, providerRootDirectory?: string
|
|
24
|
+
createRepositoryDetection(params: { installationId: string, providerRepositoryId: string, type: VCSDetectionType, providerRootDirectory?: string }): Promise<Models.DetectionFramework>;
|
|
25
25
|
/**
|
|
26
26
|
* Analyze a GitHub repository to automatically detect the programming language and runtime environment. This endpoint scans the repository's files and language statistics to determine the appropriate runtime settings for your function. The GitHub installation must be properly configured and the repository must be accessible through your installation for this endpoint to work.
|
|
27
27
|
*
|
|
@@ -101,7 +101,7 @@ export class Vcs {
|
|
|
101
101
|
* @throws {AppwriteException}
|
|
102
102
|
* @returns {Promise<Models.ProviderRepositoryFrameworkList>}
|
|
103
103
|
*/
|
|
104
|
-
listRepositories(params: { installationId: string, type: VCSDetectionType, search?: string, queries?: string[]
|
|
104
|
+
listRepositories(params: { installationId: string, type: VCSDetectionType, search?: string, queries?: string[] }): Promise<Models.ProviderRepositoryFrameworkList>;
|
|
105
105
|
/**
|
|
106
106
|
* Get a list of GitHub repositories available through your installation. This endpoint returns repositories with their basic information, detected runtime environments, and latest push dates. You can optionally filter repositories using a search term. Each repository's runtime is automatically detected based on its contents and language statistics. The GitHub installation must be properly configured for this endpoint to work.
|
|
107
107
|
*
|
|
@@ -176,7 +176,7 @@ export class Vcs {
|
|
|
176
176
|
* @throws {AppwriteException}
|
|
177
177
|
* @returns {Promise<Models.ProviderRepository>}
|
|
178
178
|
*/
|
|
179
|
-
createRepository(params: { installationId: string, name: string, xprivate: boolean
|
|
179
|
+
createRepository(params: { installationId: string, name: string, xprivate: boolean }): Promise<Models.ProviderRepository>;
|
|
180
180
|
/**
|
|
181
181
|
* Create a new GitHub repository through your installation. This endpoint allows you to create either a public or private repository by specifying a name and visibility setting. The repository will be created under your GitHub user account or organization, depending on your installation type. The GitHub installation must be properly configured and have the necessary permissions for repository creation.
|
|
182
182
|
*
|
|
@@ -248,7 +248,7 @@ export class Vcs {
|
|
|
248
248
|
* @throws {AppwriteException}
|
|
249
249
|
* @returns {Promise<Models.ProviderRepository>}
|
|
250
250
|
*/
|
|
251
|
-
getRepository(params: { installationId: string, providerRepositoryId: string
|
|
251
|
+
getRepository(params: { installationId: string, providerRepositoryId: string }): Promise<Models.ProviderRepository>;
|
|
252
252
|
/**
|
|
253
253
|
* Get detailed information about a specific GitHub repository from your installation. This endpoint returns repository details including its ID, name, visibility status, organization, and latest push date. The GitHub installation must be properly configured and have access to the requested repository for this endpoint to work.
|
|
254
254
|
*
|
|
@@ -308,7 +308,7 @@ export class Vcs {
|
|
|
308
308
|
* @throws {AppwriteException}
|
|
309
309
|
* @returns {Promise<Models.BranchList>}
|
|
310
310
|
*/
|
|
311
|
-
listRepositoryBranches(params: { installationId: string, providerRepositoryId: string
|
|
311
|
+
listRepositoryBranches(params: { installationId: string, providerRepositoryId: string }): Promise<Models.BranchList>;
|
|
312
312
|
/**
|
|
313
313
|
* Get a list of all branches from a GitHub repository in your installation. This endpoint returns the names of all branches in the repository and their total count. The GitHub installation must be properly configured and have access to the requested repository for this endpoint to work.
|
|
314
314
|
*
|
|
@@ -370,7 +370,7 @@ export class Vcs {
|
|
|
370
370
|
* @throws {AppwriteException}
|
|
371
371
|
* @returns {Promise<Models.VcsContentList>}
|
|
372
372
|
*/
|
|
373
|
-
getRepositoryContents(params: { installationId: string, providerRepositoryId: string, providerRootDirectory?: string, providerReference?: string
|
|
373
|
+
getRepositoryContents(params: { installationId: string, providerRepositoryId: string, providerRootDirectory?: string, providerReference?: string }): Promise<Models.VcsContentList>;
|
|
374
374
|
/**
|
|
375
375
|
* Get a list of files and directories from a GitHub repository connected to your project. This endpoint returns the contents of a specified repository path, including file names, sizes, and whether each item is a file or directory. The GitHub installation must be properly configured and the repository must be accessible through your installation for this endpoint to work.
|
|
376
376
|
*
|
|
@@ -442,7 +442,7 @@ export class Vcs {
|
|
|
442
442
|
* @throws {AppwriteException}
|
|
443
443
|
* @returns {Promise<{}>}
|
|
444
444
|
*/
|
|
445
|
-
updateExternalDeployments(params: { installationId: string, repositoryId: string, providerPullRequestId: string
|
|
445
|
+
updateExternalDeployments(params: { installationId: string, repositoryId: string, providerPullRequestId: string }): Promise<{}>;
|
|
446
446
|
/**
|
|
447
447
|
* Authorize and create deployments for a GitHub pull request in your project. This endpoint allows external contributions by creating deployments from pull requests, enabling preview environments for code review. The pull request must be open and not previously authorized. The GitHub installation must be properly configured and have access to both the repository and pull request for this endpoint to work.
|
|
448
448
|
*
|
|
@@ -513,7 +513,7 @@ export class Vcs {
|
|
|
513
513
|
* @throws {AppwriteException}
|
|
514
514
|
* @returns {Promise<Models.InstallationList>}
|
|
515
515
|
*/
|
|
516
|
-
listInstallations(params?: { queries?: string[], search?: string, total?: boolean
|
|
516
|
+
listInstallations(params?: { queries?: string[], search?: string, total?: boolean }): Promise<Models.InstallationList>;
|
|
517
517
|
/**
|
|
518
518
|
* List all VCS installations configured for the current project. This endpoint returns a list of installations including their provider, organization, and other configuration details.
|
|
519
519
|
*
|
|
@@ -578,7 +578,7 @@ export class Vcs {
|
|
|
578
578
|
* @throws {AppwriteException}
|
|
579
579
|
* @returns {Promise<Models.Installation>}
|
|
580
580
|
*/
|
|
581
|
-
getInstallation(params: { installationId: string
|
|
581
|
+
getInstallation(params: { installationId: string }): Promise<Models.Installation>;
|
|
582
582
|
/**
|
|
583
583
|
* Get a VCS installation by its unique ID. This endpoint returns the installation's details including its provider, organization, and configuration.
|
|
584
584
|
*
|
|
@@ -629,7 +629,7 @@ export class Vcs {
|
|
|
629
629
|
* @throws {AppwriteException}
|
|
630
630
|
* @returns {Promise<{}>}
|
|
631
631
|
*/
|
|
632
|
-
deleteInstallation(params: { installationId: string
|
|
632
|
+
deleteInstallation(params: { installationId: string }): Promise<{}>;
|
|
633
633
|
/**
|
|
634
634
|
* Delete a VCS installation by its unique ID. This endpoint removes the installation and all its associated repositories from the project.
|
|
635
635
|
*
|
package/types/channel.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ interface Membership {
|
|
|
37
37
|
interface Resolved {
|
|
38
38
|
_res: any;
|
|
39
39
|
}
|
|
40
|
-
declare type Actionable = Document | Row | File |
|
|
40
|
+
declare type Actionable = Document | Row | File | Team | Membership;
|
|
41
41
|
export declare class Channel<T> {
|
|
42
42
|
private readonly segments;
|
|
43
43
|
_type: T;
|
|
@@ -50,21 +50,23 @@ export declare class Channel<T> {
|
|
|
50
50
|
table(this: Channel<TablesDB>, id?: string): Channel<Table>;
|
|
51
51
|
row(this: Channel<Table>, id?: string): Channel<Row>;
|
|
52
52
|
file(this: Channel<Bucket>, id?: string): Channel<File>;
|
|
53
|
-
execution(this: Channel<Func>, id?: string): Channel<Execution>;
|
|
54
53
|
create(this: Channel<Actionable>): Channel<Resolved>;
|
|
55
54
|
update(this: Channel<Actionable>): Channel<Resolved>;
|
|
56
55
|
delete(this: Channel<Actionable>): Channel<Resolved>;
|
|
57
56
|
static database(id?: string): Channel<Database>;
|
|
57
|
+
static execution(id?: string): Channel<Execution>;
|
|
58
58
|
static tablesdb(id?: string): Channel<TablesDB>;
|
|
59
59
|
static bucket(id?: string): Channel<Bucket>;
|
|
60
60
|
static function(id?: string): Channel<Func>;
|
|
61
61
|
static team(id?: string): Channel<Team>;
|
|
62
62
|
static membership(id?: string): Channel<Membership>;
|
|
63
|
-
static account(
|
|
64
|
-
static
|
|
65
|
-
static
|
|
66
|
-
static
|
|
67
|
-
static
|
|
63
|
+
static account(): string;
|
|
64
|
+
static documents(): string;
|
|
65
|
+
static rows(): string;
|
|
66
|
+
static files(): string;
|
|
67
|
+
static executions(): string;
|
|
68
|
+
static teams(): string;
|
|
69
|
+
static memberships(): string;
|
|
68
70
|
}
|
|
69
71
|
export declare type ActionableChannel = Channel<Document> | Channel<Row> | Channel<File> | Channel<Execution> | Channel<Team> | Channel<Membership>;
|
|
70
72
|
export declare type ResolvedChannel = Channel<Resolved>;
|
package/types/client.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Models } from './models';
|
|
2
2
|
import { Channel, ActionableChannel, ResolvedChannel } from './channel';
|
|
3
|
+
import { Query } from './query';
|
|
3
4
|
/**
|
|
4
5
|
* Payload type representing a key-value pair with string keys and any values.
|
|
5
6
|
*/
|
|
@@ -27,11 +28,15 @@ declare type RealtimeResponseEvent<T extends unknown> = {
|
|
|
27
28
|
/**
|
|
28
29
|
* Timestamp indicating the time of the event.
|
|
29
30
|
*/
|
|
30
|
-
timestamp:
|
|
31
|
+
timestamp: string;
|
|
31
32
|
/**
|
|
32
33
|
* Payload containing event-specific data.
|
|
33
34
|
*/
|
|
34
35
|
payload: T;
|
|
36
|
+
/**
|
|
37
|
+
* Subscription IDs this event matches (from backend, optional).
|
|
38
|
+
*/
|
|
39
|
+
subscriptions?: string[];
|
|
35
40
|
};
|
|
36
41
|
/**
|
|
37
42
|
* Type representing upload progress information.
|
|
@@ -238,7 +243,7 @@ declare class Client {
|
|
|
238
243
|
* @param {(payload: RealtimeMessage) => void} callback Is called on every realtime update.
|
|
239
244
|
* @returns {() => void} Unsubscribes from events.
|
|
240
245
|
*/
|
|
241
|
-
subscribe<T extends unknown>(channels: string | string[] | Channel<any> | ActionableChannel | ResolvedChannel | (Channel<any> | ActionableChannel | ResolvedChannel)[], callback: (payload: RealtimeResponseEvent<T>) => void): () => void;
|
|
246
|
+
subscribe<T extends unknown>(channels: string | string[] | Channel<any> | ActionableChannel | ResolvedChannel | (Channel<any> | ActionableChannel | ResolvedChannel)[], callback: (payload: RealtimeResponseEvent<T>) => void, queries?: (string | Query)[]): () => void;
|
|
242
247
|
prepareRequest(method: string, url: URL, headers?: Headers, params?: Payload): {
|
|
243
248
|
uri: string;
|
|
244
249
|
options: RequestInit;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare enum BrowserPermission {
|
|
2
|
+
Geolocation = "geolocation",
|
|
3
|
+
Camera = "camera",
|
|
4
|
+
Microphone = "microphone",
|
|
5
|
+
Notifications = "notifications",
|
|
6
|
+
Midi = "midi",
|
|
7
|
+
Push = "push",
|
|
8
|
+
Clipboardread = "clipboard-read",
|
|
9
|
+
Clipboardwrite = "clipboard-write",
|
|
10
|
+
Paymenthandler = "payment-handler",
|
|
11
|
+
Usb = "usb",
|
|
12
|
+
Bluetooth = "bluetooth",
|
|
13
|
+
Accelerometer = "accelerometer",
|
|
14
|
+
Gyroscope = "gyroscope",
|
|
15
|
+
Magnetometer = "magnetometer",
|
|
16
|
+
Ambientlightsensor = "ambient-light-sensor",
|
|
17
|
+
Backgroundsync = "background-sync",
|
|
18
|
+
Persistentstorage = "persistent-storage",
|
|
19
|
+
Screenwakelock = "screen-wake-lock",
|
|
20
|
+
Webshare = "web-share",
|
|
21
|
+
Xrspatialtracking = "xr-spatial-tracking"
|
|
22
|
+
}
|
|
@@ -21,6 +21,9 @@ export declare enum BuildRuntime {
|
|
|
21
21
|
Python312 = "python-3.12",
|
|
22
22
|
Pythonml311 = "python-ml-3.11",
|
|
23
23
|
Pythonml312 = "python-ml-3.12",
|
|
24
|
+
Deno121 = "deno-1.21",
|
|
25
|
+
Deno124 = "deno-1.24",
|
|
26
|
+
Deno135 = "deno-1.35",
|
|
24
27
|
Deno140 = "deno-1.40",
|
|
25
28
|
Deno146 = "deno-1.46",
|
|
26
29
|
Deno20 = "deno-2.0",
|
|
@@ -35,6 +38,7 @@ export declare enum BuildRuntime {
|
|
|
35
38
|
Dart35 = "dart-3.5",
|
|
36
39
|
Dart38 = "dart-3.8",
|
|
37
40
|
Dart39 = "dart-3.9",
|
|
41
|
+
Dart310 = "dart-3.10",
|
|
38
42
|
Dotnet60 = "dotnet-6.0",
|
|
39
43
|
Dotnet70 = "dotnet-7.0",
|
|
40
44
|
Dotnet80 = "dotnet-8.0",
|
|
@@ -62,5 +66,6 @@ export declare enum BuildRuntime {
|
|
|
62
66
|
Flutter327 = "flutter-3.27",
|
|
63
67
|
Flutter329 = "flutter-3.29",
|
|
64
68
|
Flutter332 = "flutter-3.32",
|
|
65
|
-
Flutter335 = "flutter-3.35"
|
|
69
|
+
Flutter335 = "flutter-3.35",
|
|
70
|
+
Flutter338 = "flutter-3.38"
|
|
66
71
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum Frameworks {
|
|
2
|
+
Analog = "analog",
|
|
3
|
+
Angular = "angular",
|
|
4
|
+
Nextjs = "nextjs",
|
|
5
|
+
React = "react",
|
|
6
|
+
Nuxt = "nuxt",
|
|
7
|
+
Vue = "vue",
|
|
8
|
+
Sveltekit = "sveltekit",
|
|
9
|
+
Astro = "astro",
|
|
10
|
+
Tanstackstart = "tanstack-start",
|
|
11
|
+
Remix = "remix",
|
|
12
|
+
Lynx = "lynx",
|
|
13
|
+
Flutter = "flutter",
|
|
14
|
+
Reactnative = "react-native",
|
|
15
|
+
Vite = "vite",
|
|
16
|
+
Other = "other"
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum Resources {
|
|
2
|
+
User = "user",
|
|
3
|
+
Database = "database",
|
|
4
|
+
Table = "table",
|
|
5
|
+
Column = "column",
|
|
6
|
+
Index = "index",
|
|
7
|
+
Row = "row",
|
|
8
|
+
Document = "document",
|
|
9
|
+
Attribute = "attribute",
|
|
10
|
+
Collection = "collection",
|
|
11
|
+
Bucket = "bucket",
|
|
12
|
+
File = "file"
|
|
13
|
+
}
|
package/types/enums/runtime.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export declare enum Runtime {
|
|
|
21
21
|
Python312 = "python-3.12",
|
|
22
22
|
Pythonml311 = "python-ml-3.11",
|
|
23
23
|
Pythonml312 = "python-ml-3.12",
|
|
24
|
+
Deno121 = "deno-1.21",
|
|
25
|
+
Deno124 = "deno-1.24",
|
|
26
|
+
Deno135 = "deno-1.35",
|
|
24
27
|
Deno140 = "deno-1.40",
|
|
25
28
|
Deno146 = "deno-1.46",
|
|
26
29
|
Deno20 = "deno-2.0",
|
|
@@ -35,6 +38,7 @@ export declare enum Runtime {
|
|
|
35
38
|
Dart35 = "dart-3.5",
|
|
36
39
|
Dart38 = "dart-3.8",
|
|
37
40
|
Dart39 = "dart-3.9",
|
|
41
|
+
Dart310 = "dart-3.10",
|
|
38
42
|
Dotnet60 = "dotnet-6.0",
|
|
39
43
|
Dotnet70 = "dotnet-7.0",
|
|
40
44
|
Dotnet80 = "dotnet-8.0",
|
|
@@ -62,5 +66,6 @@ export declare enum Runtime {
|
|
|
62
66
|
Flutter327 = "flutter-3.27",
|
|
63
67
|
Flutter329 = "flutter-3.29",
|
|
64
68
|
Flutter332 = "flutter-3.32",
|
|
65
|
-
Flutter335 = "flutter-3.35"
|
|
69
|
+
Flutter335 = "flutter-3.35",
|
|
70
|
+
Flutter338 = "flutter-3.38"
|
|
66
71
|
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export declare enum Runtimes {
|
|
2
|
+
Node145 = "node-14.5",
|
|
3
|
+
Node160 = "node-16.0",
|
|
4
|
+
Node180 = "node-18.0",
|
|
5
|
+
Node190 = "node-19.0",
|
|
6
|
+
Node200 = "node-20.0",
|
|
7
|
+
Node210 = "node-21.0",
|
|
8
|
+
Node22 = "node-22",
|
|
9
|
+
Php80 = "php-8.0",
|
|
10
|
+
Php81 = "php-8.1",
|
|
11
|
+
Php82 = "php-8.2",
|
|
12
|
+
Php83 = "php-8.3",
|
|
13
|
+
Ruby30 = "ruby-3.0",
|
|
14
|
+
Ruby31 = "ruby-3.1",
|
|
15
|
+
Ruby32 = "ruby-3.2",
|
|
16
|
+
Ruby33 = "ruby-3.3",
|
|
17
|
+
Python38 = "python-3.8",
|
|
18
|
+
Python39 = "python-3.9",
|
|
19
|
+
Python310 = "python-3.10",
|
|
20
|
+
Python311 = "python-3.11",
|
|
21
|
+
Python312 = "python-3.12",
|
|
22
|
+
Pythonml311 = "python-ml-3.11",
|
|
23
|
+
Pythonml312 = "python-ml-3.12",
|
|
24
|
+
Deno121 = "deno-1.21",
|
|
25
|
+
Deno124 = "deno-1.24",
|
|
26
|
+
Deno135 = "deno-1.35",
|
|
27
|
+
Deno140 = "deno-1.40",
|
|
28
|
+
Deno146 = "deno-1.46",
|
|
29
|
+
Deno20 = "deno-2.0",
|
|
30
|
+
Dart215 = "dart-2.15",
|
|
31
|
+
Dart216 = "dart-2.16",
|
|
32
|
+
Dart217 = "dart-2.17",
|
|
33
|
+
Dart218 = "dart-2.18",
|
|
34
|
+
Dart219 = "dart-2.19",
|
|
35
|
+
Dart30 = "dart-3.0",
|
|
36
|
+
Dart31 = "dart-3.1",
|
|
37
|
+
Dart33 = "dart-3.3",
|
|
38
|
+
Dart35 = "dart-3.5",
|
|
39
|
+
Dart38 = "dart-3.8",
|
|
40
|
+
Dart39 = "dart-3.9",
|
|
41
|
+
Dart310 = "dart-3.10",
|
|
42
|
+
Dotnet60 = "dotnet-6.0",
|
|
43
|
+
Dotnet70 = "dotnet-7.0",
|
|
44
|
+
Dotnet80 = "dotnet-8.0",
|
|
45
|
+
Java80 = "java-8.0",
|
|
46
|
+
Java110 = "java-11.0",
|
|
47
|
+
Java170 = "java-17.0",
|
|
48
|
+
Java180 = "java-18.0",
|
|
49
|
+
Java210 = "java-21.0",
|
|
50
|
+
Java22 = "java-22",
|
|
51
|
+
Swift55 = "swift-5.5",
|
|
52
|
+
Swift58 = "swift-5.8",
|
|
53
|
+
Swift59 = "swift-5.9",
|
|
54
|
+
Swift510 = "swift-5.10",
|
|
55
|
+
Kotlin16 = "kotlin-1.6",
|
|
56
|
+
Kotlin18 = "kotlin-1.8",
|
|
57
|
+
Kotlin19 = "kotlin-1.9",
|
|
58
|
+
Kotlin20 = "kotlin-2.0",
|
|
59
|
+
Cpp17 = "cpp-17",
|
|
60
|
+
Cpp20 = "cpp-20",
|
|
61
|
+
Bun10 = "bun-1.0",
|
|
62
|
+
Bun11 = "bun-1.1",
|
|
63
|
+
Go123 = "go-1.23",
|
|
64
|
+
Static1 = "static-1",
|
|
65
|
+
Flutter324 = "flutter-3.24",
|
|
66
|
+
Flutter327 = "flutter-3.27",
|
|
67
|
+
Flutter329 = "flutter-3.29",
|
|
68
|
+
Flutter332 = "flutter-3.32",
|
|
69
|
+
Flutter335 = "flutter-3.35",
|
|
70
|
+
Flutter338 = "flutter-3.38"
|
|
71
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare enum Scopes {
|
|
2
|
+
SessionsWrite = "sessions.write",
|
|
3
|
+
UsersRead = "users.read",
|
|
4
|
+
UsersWrite = "users.write",
|
|
5
|
+
TeamsRead = "teams.read",
|
|
6
|
+
TeamsWrite = "teams.write",
|
|
7
|
+
DatabasesRead = "databases.read",
|
|
8
|
+
DatabasesWrite = "databases.write",
|
|
9
|
+
CollectionsRead = "collections.read",
|
|
10
|
+
CollectionsWrite = "collections.write",
|
|
11
|
+
TablesRead = "tables.read",
|
|
12
|
+
TablesWrite = "tables.write",
|
|
13
|
+
AttributesRead = "attributes.read",
|
|
14
|
+
AttributesWrite = "attributes.write",
|
|
15
|
+
ColumnsRead = "columns.read",
|
|
16
|
+
ColumnsWrite = "columns.write",
|
|
17
|
+
IndexesRead = "indexes.read",
|
|
18
|
+
IndexesWrite = "indexes.write",
|
|
19
|
+
DocumentsRead = "documents.read",
|
|
20
|
+
DocumentsWrite = "documents.write",
|
|
21
|
+
RowsRead = "rows.read",
|
|
22
|
+
RowsWrite = "rows.write",
|
|
23
|
+
FilesRead = "files.read",
|
|
24
|
+
FilesWrite = "files.write",
|
|
25
|
+
BucketsRead = "buckets.read",
|
|
26
|
+
BucketsWrite = "buckets.write",
|
|
27
|
+
FunctionsRead = "functions.read",
|
|
28
|
+
FunctionsWrite = "functions.write",
|
|
29
|
+
SitesRead = "sites.read",
|
|
30
|
+
SitesWrite = "sites.write",
|
|
31
|
+
LogRead = "log.read",
|
|
32
|
+
LogWrite = "log.write",
|
|
33
|
+
ExecutionRead = "execution.read",
|
|
34
|
+
ExecutionWrite = "execution.write",
|
|
35
|
+
LocaleRead = "locale.read",
|
|
36
|
+
AvatarsRead = "avatars.read",
|
|
37
|
+
HealthRead = "health.read",
|
|
38
|
+
ProvidersRead = "providers.read",
|
|
39
|
+
ProvidersWrite = "providers.write",
|
|
40
|
+
MessagesRead = "messages.read",
|
|
41
|
+
MessagesWrite = "messages.write",
|
|
42
|
+
TopicsRead = "topics.read",
|
|
43
|
+
TopicsWrite = "topics.write",
|
|
44
|
+
SubscribersRead = "subscribers.read",
|
|
45
|
+
SubscribersWrite = "subscribers.write",
|
|
46
|
+
TargetsRead = "targets.read",
|
|
47
|
+
TargetsWrite = "targets.write",
|
|
48
|
+
RulesRead = "rules.read",
|
|
49
|
+
RulesWrite = "rules.write",
|
|
50
|
+
MigrationsRead = "migrations.read",
|
|
51
|
+
MigrationsWrite = "migrations.write",
|
|
52
|
+
VcsRead = "vcs.read",
|
|
53
|
+
VcsWrite = "vcs.write",
|
|
54
|
+
AssistantRead = "assistant.read",
|
|
55
|
+
TokensRead = "tokens.read",
|
|
56
|
+
TokensWrite = "tokens.write",
|
|
57
|
+
PoliciesWrite = "policies.write",
|
|
58
|
+
PoliciesRead = "policies.read",
|
|
59
|
+
ArchivesRead = "archives.read",
|
|
60
|
+
ArchivesWrite = "archives.write",
|
|
61
|
+
RestorationsRead = "restorations.read",
|
|
62
|
+
RestorationsWrite = "restorations.write",
|
|
63
|
+
DomainsRead = "domains.read",
|
|
64
|
+
DomainsWrite = "domains.write",
|
|
65
|
+
EventsRead = "events.read"
|
|
66
|
+
}
|
package/types/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export { Role } from './role';
|
|
|
38
38
|
export { ID } from './id';
|
|
39
39
|
export { Channel } from './channel';
|
|
40
40
|
export { Operator, Condition } from './operator';
|
|
41
|
+
export { Scopes } from './enums/scopes';
|
|
41
42
|
export { AuthenticatorType } from './enums/authenticator-type';
|
|
42
43
|
export { AuthenticationFactor } from './enums/authentication-factor';
|
|
43
44
|
export { OAuthProvider } from './enums/o-auth-provider';
|
|
@@ -46,15 +47,21 @@ export { CreditCard } from './enums/credit-card';
|
|
|
46
47
|
export { Flag } from './enums/flag';
|
|
47
48
|
export { Theme } from './enums/theme';
|
|
48
49
|
export { Timezone } from './enums/timezone';
|
|
50
|
+
export { BrowserPermission } from './enums/browser-permission';
|
|
49
51
|
export { ImageFormat } from './enums/image-format';
|
|
52
|
+
export { BackupServices } from './enums/backup-services';
|
|
50
53
|
export { Platform } from './enums/platform';
|
|
51
54
|
export { ConsoleResourceType } from './enums/console-resource-type';
|
|
52
55
|
export { UsageRange } from './enums/usage-range';
|
|
53
56
|
export { RelationshipType } from './enums/relationship-type';
|
|
54
57
|
export { RelationMutate } from './enums/relation-mutate';
|
|
55
58
|
export { IndexType } from './enums/index-type';
|
|
59
|
+
export { OrderBy } from './enums/order-by';
|
|
60
|
+
export { RegistrationType } from './enums/registration-type';
|
|
56
61
|
export { FilterType } from './enums/filter-type';
|
|
57
62
|
export { Runtime } from './enums/runtime';
|
|
63
|
+
export { Runtimes } from './enums/runtimes';
|
|
64
|
+
export { UseCases } from './enums/use-cases';
|
|
58
65
|
export { TemplateReferenceType } from './enums/template-reference-type';
|
|
59
66
|
export { VCSReferenceType } from './enums/vcs-reference-type';
|
|
60
67
|
export { DeploymentDownloadType } from './enums/deployment-download-type';
|
|
@@ -62,7 +69,7 @@ export { ExecutionMethod } from './enums/execution-method';
|
|
|
62
69
|
export { Name } from './enums/name';
|
|
63
70
|
export { MessagePriority } from './enums/message-priority';
|
|
64
71
|
export { SmtpEncryption } from './enums/smtp-encryption';
|
|
65
|
-
export {
|
|
72
|
+
export { Resources } from './enums/resources';
|
|
66
73
|
export { ProjectUsageRange } from './enums/project-usage-range';
|
|
67
74
|
export { Region } from './enums/region';
|
|
68
75
|
export { Api } from './enums/api';
|
|
@@ -70,7 +77,6 @@ export { AuthMethod } from './enums/auth-method';
|
|
|
70
77
|
export { PlatformType } from './enums/platform-type';
|
|
71
78
|
export { ApiService } from './enums/api-service';
|
|
72
79
|
export { SMTPSecure } from './enums/smtp-secure';
|
|
73
|
-
export { Status } from './enums/status';
|
|
74
80
|
export { EmailTemplateType } from './enums/email-template-type';
|
|
75
81
|
export { EmailTemplateLocale } from './enums/email-template-locale';
|
|
76
82
|
export { SmsTemplateType } from './enums/sms-template-type';
|
|
@@ -80,6 +86,7 @@ export { ProxyResourceType } from './enums/proxy-resource-type';
|
|
|
80
86
|
export { Framework } from './enums/framework';
|
|
81
87
|
export { BuildRuntime } from './enums/build-runtime';
|
|
82
88
|
export { Adapter } from './enums/adapter';
|
|
89
|
+
export { Frameworks } from './enums/frameworks';
|
|
83
90
|
export { Compression } from './enums/compression';
|
|
84
91
|
export { ImageGravity } from './enums/image-gravity';
|
|
85
92
|
export { PasswordHash } from './enums/password-hash';
|