@appwrite.io/console 0.6.0-rc.11 → 0.6.0-rc.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cjs/sdk.js +291 -196
- package/dist/cjs/sdk.js.map +1 -1
- package/dist/esm/sdk.js +292 -197
- package/dist/esm/sdk.js.map +1 -1
- package/dist/iife/sdk.js +291 -196
- package/docs/examples/account/add-authenticator.md +8 -13
- package/docs/examples/account/create-anonymous-session.md +6 -13
- package/docs/examples/account/create-email-password-session.md +9 -13
- package/docs/examples/account/create-email-token.md +10 -13
- package/docs/examples/account/create-j-w-t.md +6 -13
- package/docs/examples/account/create-magic-u-r-l-token.md +11 -13
- package/docs/examples/account/create-o-auth2session.md +11 -9
- package/docs/examples/account/create-phone-token.md +9 -13
- package/docs/examples/account/create-phone-verification.md +6 -13
- package/docs/examples/account/create-push-target.md +10 -13
- package/docs/examples/account/create-recovery.md +9 -13
- package/docs/examples/account/create-session.md +9 -13
- package/docs/examples/account/create-verification.md +8 -13
- package/docs/examples/account/create.md +11 -13
- package/docs/examples/account/create2f-a-challenge.md +8 -13
- package/docs/examples/account/delete-authenticator.md +9 -13
- package/docs/examples/account/delete-identity.md +8 -13
- package/docs/examples/account/delete-push-target.md +8 -13
- package/docs/examples/account/delete-session.md +8 -13
- package/docs/examples/account/delete-sessions.md +6 -13
- package/docs/examples/account/delete.md +6 -13
- package/docs/examples/account/get-prefs.md +6 -13
- package/docs/examples/account/get-session.md +8 -13
- package/docs/examples/account/get.md +6 -13
- package/docs/examples/account/list-factors.md +6 -13
- package/docs/examples/account/list-identities.md +8 -13
- package/docs/examples/account/list-logs.md +8 -13
- package/docs/examples/account/list-sessions.md +6 -13
- package/docs/examples/account/update-challenge.md +9 -13
- package/docs/examples/account/update-email.md +9 -13
- package/docs/examples/account/update-m-f-a.md +8 -13
- package/docs/examples/account/update-magic-u-r-l-session.md +9 -13
- package/docs/examples/account/update-name.md +8 -13
- package/docs/examples/account/update-password.md +9 -13
- package/docs/examples/account/update-phone-verification.md +9 -13
- package/docs/examples/account/update-phone.md +9 -13
- package/docs/examples/account/update-prefs.md +8 -13
- package/docs/examples/account/update-push-target.md +9 -13
- package/docs/examples/account/update-recovery.md +10 -13
- package/docs/examples/account/update-session.md +8 -13
- package/docs/examples/account/update-status.md +6 -13
- package/docs/examples/account/update-verification.md +9 -13
- package/docs/examples/account/verify-authenticator.md +9 -13
- package/docs/examples/assistant/chat.md +8 -13
- package/docs/examples/avatars/get-browser.md +11 -9
- package/docs/examples/avatars/get-credit-card.md +11 -9
- package/docs/examples/avatars/get-favicon.md +8 -9
- package/docs/examples/avatars/get-flag.md +11 -9
- package/docs/examples/avatars/get-image.md +10 -9
- package/docs/examples/avatars/get-initials.md +11 -9
- package/docs/examples/avatars/get-q-r.md +11 -9
- package/docs/examples/console/variables.md +6 -13
- package/docs/examples/databases/create-boolean-attribute.md +13 -13
- package/docs/examples/databases/create-collection.md +13 -13
- package/docs/examples/databases/create-datetime-attribute.md +13 -13
- package/docs/examples/databases/create-document.md +12 -13
- package/docs/examples/databases/create-email-attribute.md +13 -13
- package/docs/examples/databases/create-enum-attribute.md +14 -13
- package/docs/examples/databases/create-float-attribute.md +15 -13
- package/docs/examples/databases/create-index.md +13 -13
- package/docs/examples/databases/create-integer-attribute.md +15 -13
- package/docs/examples/databases/create-ip-attribute.md +13 -13
- package/docs/examples/databases/create-relationship-attribute.md +15 -13
- package/docs/examples/databases/create-string-attribute.md +15 -13
- package/docs/examples/databases/create-url-attribute.md +13 -13
- package/docs/examples/databases/create.md +10 -13
- package/docs/examples/databases/delete-attribute.md +10 -13
- package/docs/examples/databases/delete-collection.md +9 -13
- package/docs/examples/databases/delete-document.md +10 -13
- package/docs/examples/databases/delete-index.md +10 -13
- package/docs/examples/databases/delete.md +8 -13
- package/docs/examples/databases/get-attribute.md +10 -13
- package/docs/examples/databases/get-collection-usage.md +10 -13
- package/docs/examples/databases/get-collection.md +9 -13
- package/docs/examples/databases/get-database-usage.md +9 -13
- package/docs/examples/databases/get-document.md +11 -13
- package/docs/examples/databases/get-index.md +10 -13
- package/docs/examples/databases/get-usage.md +8 -13
- package/docs/examples/databases/get.md +8 -13
- package/docs/examples/databases/list-attributes.md +10 -13
- package/docs/examples/databases/list-collection-logs.md +10 -13
- package/docs/examples/databases/list-collections.md +10 -13
- package/docs/examples/databases/list-document-logs.md +11 -13
- package/docs/examples/databases/list-documents.md +10 -13
- package/docs/examples/databases/list-indexes.md +10 -13
- package/docs/examples/databases/list-logs.md +9 -13
- package/docs/examples/databases/list.md +9 -13
- package/docs/examples/databases/update-boolean-attribute.md +12 -13
- package/docs/examples/databases/update-collection.md +13 -13
- package/docs/examples/databases/update-datetime-attribute.md +12 -13
- package/docs/examples/databases/update-document.md +12 -13
- package/docs/examples/databases/update-email-attribute.md +12 -13
- package/docs/examples/databases/update-enum-attribute.md +13 -13
- package/docs/examples/databases/update-float-attribute.md +14 -13
- package/docs/examples/databases/update-integer-attribute.md +14 -13
- package/docs/examples/databases/update-ip-attribute.md +12 -13
- package/docs/examples/databases/update-relationship-attribute.md +11 -13
- package/docs/examples/databases/update-string-attribute.md +12 -13
- package/docs/examples/databases/update-url-attribute.md +12 -13
- package/docs/examples/databases/update.md +10 -13
- package/docs/examples/functions/create-build.md +10 -13
- package/docs/examples/functions/create-deployment.md +12 -13
- package/docs/examples/functions/create-execution.md +13 -13
- package/docs/examples/functions/create-variable.md +10 -13
- package/docs/examples/functions/create.md +27 -13
- package/docs/examples/functions/delete-deployment.md +9 -13
- package/docs/examples/functions/delete-variable.md +9 -13
- package/docs/examples/functions/delete.md +8 -13
- package/docs/examples/functions/download-deployment.md +9 -9
- package/docs/examples/functions/get-deployment.md +9 -13
- package/docs/examples/functions/get-execution.md +9 -13
- package/docs/examples/functions/get-function-usage.md +9 -13
- package/docs/examples/functions/get-usage.md +8 -13
- package/docs/examples/functions/get-variable.md +9 -13
- package/docs/examples/functions/get.md +8 -13
- package/docs/examples/functions/list-deployments.md +10 -13
- package/docs/examples/functions/list-executions.md +10 -13
- package/docs/examples/functions/list-runtimes.md +6 -13
- package/docs/examples/functions/list-variables.md +8 -13
- package/docs/examples/functions/list.md +9 -13
- package/docs/examples/functions/update-deployment.md +9 -13
- package/docs/examples/functions/update-variable.md +11 -13
- package/docs/examples/functions/update.md +23 -13
- package/docs/examples/graphql/mutation.md +8 -13
- package/docs/examples/graphql/query.md +8 -13
- package/docs/examples/health/get-antivirus.md +6 -13
- package/docs/examples/health/get-cache.md +6 -13
- package/docs/examples/health/get-certificate.md +8 -13
- package/docs/examples/health/get-d-b.md +6 -13
- package/docs/examples/health/get-failed-jobs.md +9 -13
- package/docs/examples/health/get-pub-sub.md +6 -13
- package/docs/examples/health/get-queue-builds.md +8 -13
- package/docs/examples/health/get-queue-certificates.md +8 -13
- package/docs/examples/health/get-queue-databases.md +9 -13
- package/docs/examples/health/get-queue-deletes.md +8 -13
- package/docs/examples/health/get-queue-functions.md +8 -13
- package/docs/examples/health/get-queue-logs.md +8 -13
- package/docs/examples/health/get-queue-mails.md +8 -13
- package/docs/examples/health/get-queue-messaging.md +8 -13
- package/docs/examples/health/get-queue-migrations.md +8 -13
- package/docs/examples/health/get-queue-webhooks.md +8 -13
- package/docs/examples/health/get-queue.md +6 -13
- package/docs/examples/health/get-storage-local.md +6 -13
- package/docs/examples/health/get-time.md +6 -13
- package/docs/examples/health/get.md +6 -13
- package/docs/examples/locale/get.md +6 -13
- package/docs/examples/locale/list-codes.md +6 -13
- package/docs/examples/locale/list-continents.md +6 -13
- package/docs/examples/locale/list-countries-e-u.md +6 -13
- package/docs/examples/locale/list-countries-phones.md +6 -13
- package/docs/examples/locale/list-countries.md +6 -13
- package/docs/examples/locale/list-currencies.md +6 -13
- package/docs/examples/locale/list-languages.md +6 -13
- package/docs/examples/messaging/create-apns-provider.md +19 -0
- package/docs/examples/messaging/create-email.md +19 -13
- package/docs/examples/messaging/create-fcm-provider.md +16 -0
- package/docs/examples/messaging/create-mailgun-provider.md +17 -13
- package/docs/examples/messaging/create-msg91provider.md +13 -13
- package/docs/examples/messaging/create-push.md +23 -13
- package/docs/examples/messaging/create-sendgrid-provider.md +15 -13
- package/docs/examples/messaging/create-sms.md +19 -0
- package/docs/examples/messaging/create-smtp-provider.md +26 -0
- package/docs/examples/messaging/create-subscriber.md +10 -13
- package/docs/examples/messaging/create-telesign-provider.md +13 -13
- package/docs/examples/messaging/create-textmagic-provider.md +13 -13
- package/docs/examples/messaging/create-topic.md +10 -13
- package/docs/examples/messaging/create-twilio-provider.md +13 -13
- package/docs/examples/messaging/create-vonage-provider.md +13 -13
- package/docs/examples/messaging/delete-provider.md +8 -13
- package/docs/examples/messaging/delete-subscriber.md +9 -13
- package/docs/examples/messaging/delete-topic.md +8 -13
- package/docs/examples/messaging/delete.md +8 -13
- package/docs/examples/messaging/get-message.md +8 -13
- package/docs/examples/messaging/get-provider.md +8 -13
- package/docs/examples/messaging/get-subscriber.md +9 -13
- package/docs/examples/messaging/get-topic.md +8 -13
- package/docs/examples/messaging/list-message-logs.md +9 -13
- package/docs/examples/messaging/list-messages.md +9 -13
- package/docs/examples/messaging/list-provider-logs.md +9 -13
- package/docs/examples/messaging/list-providers.md +9 -13
- package/docs/examples/messaging/list-subscriber-logs.md +9 -13
- package/docs/examples/messaging/list-subscribers.md +10 -13
- package/docs/examples/messaging/list-targets.md +9 -13
- package/docs/examples/messaging/list-topic-logs.md +9 -13
- package/docs/examples/messaging/list-topics.md +9 -13
- package/docs/examples/messaging/update-a-p-n-s-provider.md +14 -13
- package/docs/examples/messaging/update-email.md +18 -13
- package/docs/examples/messaging/update-f-c-m-provider.md +11 -13
- package/docs/examples/messaging/update-mailgun-provider.md +17 -13
- package/docs/examples/messaging/update-msg91provider.md +13 -13
- package/docs/examples/messaging/update-push.md +23 -13
- package/docs/examples/messaging/update-sendgrid-provider.md +15 -13
- package/docs/examples/messaging/update-sms.md +19 -0
- package/docs/examples/messaging/update-smtp-provider.md +26 -0
- package/docs/examples/messaging/update-telesign-provider.md +13 -13
- package/docs/examples/messaging/update-textmagic-provider.md +13 -13
- package/docs/examples/messaging/update-topic.md +9 -13
- package/docs/examples/messaging/update-twilio-provider.md +13 -13
- package/docs/examples/messaging/update-vonage-provider.md +13 -13
- package/docs/examples/migrations/create-appwrite-migration.md +11 -13
- package/docs/examples/migrations/create-firebase-migration.md +9 -13
- package/docs/examples/migrations/create-firebase-o-auth-migration.md +9 -13
- package/docs/examples/migrations/create-n-host-migration.md +15 -13
- package/docs/examples/migrations/create-supabase-migration.md +14 -13
- package/docs/examples/migrations/delete-firebase-auth.md +6 -13
- package/docs/examples/migrations/delete.md +8 -13
- package/docs/examples/migrations/get-appwrite-report.md +11 -13
- package/docs/examples/migrations/get-firebase-report-o-auth.md +9 -13
- package/docs/examples/migrations/get-firebase-report.md +9 -13
- package/docs/examples/migrations/get-n-host-report.md +15 -13
- package/docs/examples/migrations/get-supabase-report.md +14 -13
- package/docs/examples/migrations/get.md +8 -13
- package/docs/examples/migrations/list-firebase-projects.md +6 -13
- package/docs/examples/migrations/list.md +9 -13
- package/docs/examples/migrations/retry.md +8 -13
- package/docs/examples/project/create-variable.md +9 -13
- package/docs/examples/project/delete-variable.md +8 -13
- package/docs/examples/project/get-usage.md +10 -13
- package/docs/examples/project/get-variable.md +8 -13
- package/docs/examples/project/list-variables.md +6 -13
- package/docs/examples/project/update-variable.md +10 -13
- package/docs/examples/projects/create-key.md +11 -13
- package/docs/examples/projects/create-platform.md +13 -13
- package/docs/examples/projects/create-smtp-test.md +17 -13
- package/docs/examples/projects/create-webhook.md +15 -13
- package/docs/examples/projects/create.md +20 -13
- package/docs/examples/projects/delete-email-template.md +10 -13
- package/docs/examples/projects/delete-key.md +9 -13
- package/docs/examples/projects/delete-platform.md +9 -13
- package/docs/examples/projects/delete-sms-template.md +10 -13
- package/docs/examples/projects/delete-webhook.md +9 -13
- package/docs/examples/projects/delete.md +8 -13
- package/docs/examples/projects/get-email-template.md +10 -13
- package/docs/examples/projects/get-key.md +9 -13
- package/docs/examples/projects/get-platform.md +9 -13
- package/docs/examples/projects/get-sms-template.md +10 -13
- package/docs/examples/projects/get-webhook.md +9 -13
- package/docs/examples/projects/get.md +8 -13
- package/docs/examples/projects/list-keys.md +8 -13
- package/docs/examples/projects/list-platforms.md +8 -13
- package/docs/examples/projects/list-webhooks.md +8 -13
- package/docs/examples/projects/list.md +9 -13
- package/docs/examples/projects/update-auth-duration.md +9 -13
- package/docs/examples/projects/update-auth-limit.md +9 -13
- package/docs/examples/projects/update-auth-password-dictionary.md +9 -13
- package/docs/examples/projects/update-auth-password-history.md +9 -13
- package/docs/examples/projects/update-auth-sessions-limit.md +9 -13
- package/docs/examples/projects/update-auth-status.md +10 -13
- package/docs/examples/projects/update-email-template.md +15 -13
- package/docs/examples/projects/update-key.md +12 -13
- package/docs/examples/projects/update-o-auth2.md +12 -13
- package/docs/examples/projects/update-personal-data-check.md +9 -13
- package/docs/examples/projects/update-platform.md +13 -13
- package/docs/examples/projects/update-service-status-all.md +9 -13
- package/docs/examples/projects/update-service-status.md +10 -13
- package/docs/examples/projects/update-sms-template.md +11 -13
- package/docs/examples/projects/update-smtp.md +17 -13
- package/docs/examples/projects/update-team.md +9 -13
- package/docs/examples/projects/update-webhook-signature.md +9 -13
- package/docs/examples/projects/update-webhook.md +16 -13
- package/docs/examples/projects/update.md +18 -13
- package/docs/examples/proxy/create-rule.md +10 -13
- package/docs/examples/proxy/delete-rule.md +8 -13
- package/docs/examples/proxy/get-rule.md +8 -13
- package/docs/examples/proxy/list-rules.md +9 -13
- package/docs/examples/proxy/update-rule-verification.md +8 -13
- package/docs/examples/storage/create-bucket.md +17 -13
- package/docs/examples/storage/create-file.md +11 -13
- package/docs/examples/storage/delete-bucket.md +8 -13
- package/docs/examples/storage/delete-file.md +9 -13
- package/docs/examples/storage/get-bucket-usage.md +9 -13
- package/docs/examples/storage/get-bucket.md +8 -13
- package/docs/examples/storage/get-file-download.md +9 -9
- package/docs/examples/storage/get-file-preview.md +20 -9
- package/docs/examples/storage/get-file-view.md +9 -9
- package/docs/examples/storage/get-file.md +9 -13
- package/docs/examples/storage/get-usage.md +8 -13
- package/docs/examples/storage/list-buckets.md +9 -13
- package/docs/examples/storage/list-files.md +10 -13
- package/docs/examples/storage/update-bucket.md +17 -13
- package/docs/examples/storage/update-file.md +11 -13
- package/docs/examples/teams/create-membership.md +14 -13
- package/docs/examples/teams/create.md +10 -13
- package/docs/examples/teams/delete-membership.md +9 -13
- package/docs/examples/teams/delete.md +8 -13
- package/docs/examples/teams/get-membership.md +9 -13
- package/docs/examples/teams/get-prefs.md +8 -13
- package/docs/examples/teams/get.md +8 -13
- package/docs/examples/teams/list-logs.md +9 -13
- package/docs/examples/teams/list-memberships.md +10 -13
- package/docs/examples/teams/list.md +9 -13
- package/docs/examples/teams/update-membership-status.md +11 -13
- package/docs/examples/teams/update-membership.md +10 -13
- package/docs/examples/teams/update-name.md +9 -13
- package/docs/examples/teams/update-prefs.md +9 -13
- package/docs/examples/users/create-argon2user.md +11 -13
- package/docs/examples/users/create-bcrypt-user.md +11 -13
- package/docs/examples/users/create-m-d5user.md +11 -13
- package/docs/examples/users/create-p-h-pass-user.md +11 -13
- package/docs/examples/users/create-s-h-a-user.md +12 -13
- package/docs/examples/users/create-scrypt-modified-user.md +14 -13
- package/docs/examples/users/create-scrypt-user.md +16 -13
- package/docs/examples/users/create-session.md +8 -13
- package/docs/examples/users/create-target.md +13 -13
- package/docs/examples/users/create-token.md +10 -13
- package/docs/examples/users/create.md +12 -13
- package/docs/examples/users/delete-authenticator.md +10 -13
- package/docs/examples/users/delete-identity.md +8 -13
- package/docs/examples/users/delete-session.md +9 -13
- package/docs/examples/users/delete-sessions.md +8 -13
- package/docs/examples/users/delete-target.md +9 -13
- package/docs/examples/users/delete.md +8 -13
- package/docs/examples/users/get-prefs.md +8 -13
- package/docs/examples/users/get-target.md +9 -13
- package/docs/examples/users/get-usage.md +8 -13
- package/docs/examples/users/get.md +8 -13
- package/docs/examples/users/list-factors.md +8 -13
- package/docs/examples/users/list-identities.md +9 -13
- package/docs/examples/users/list-logs.md +9 -13
- package/docs/examples/users/list-memberships.md +8 -13
- package/docs/examples/users/list-sessions.md +8 -13
- package/docs/examples/users/list-targets.md +9 -13
- package/docs/examples/users/list.md +9 -13
- package/docs/examples/users/update-email-verification.md +9 -13
- package/docs/examples/users/update-email.md +9 -13
- package/docs/examples/users/update-labels.md +9 -13
- package/docs/examples/users/update-mfa.md +9 -13
- package/docs/examples/users/update-name.md +9 -13
- package/docs/examples/users/update-password.md +9 -13
- package/docs/examples/users/update-phone-verification.md +9 -13
- package/docs/examples/users/update-phone.md +9 -13
- package/docs/examples/users/update-prefs.md +9 -13
- package/docs/examples/users/update-status.md +9 -13
- package/docs/examples/users/update-target.md +12 -13
- package/docs/examples/vcs/create-repository-detection.md +10 -13
- package/docs/examples/vcs/create-repository.md +10 -13
- package/docs/examples/vcs/delete-installation.md +8 -13
- package/docs/examples/vcs/get-installation.md +8 -13
- package/docs/examples/vcs/get-repository.md +9 -13
- package/docs/examples/vcs/list-installations.md +9 -13
- package/docs/examples/vcs/list-repositories.md +9 -13
- package/docs/examples/vcs/list-repository-branches.md +9 -13
- package/docs/examples/vcs/update-external-deployments.md +10 -13
- package/package.json +1 -1
- package/src/client.ts +1 -1
- package/src/enums/{a-p-i-service.ts → api-service.ts} +1 -1
- package/src/enums/{s-m-t-p-encryption.ts → encryption.ts} +1 -1
- package/src/enums/region.ts +1 -0
- package/src/enums/runtime.ts +32 -0
- package/src/enums/{s-m-s-template-locale.ts → sms-template-locale.ts} +1 -1
- package/src/enums/{s-m-s-template-type.ts → sms-template-type.ts} +1 -1
- package/src/index.ts +4 -4
- package/src/services/messaging.ts +94 -29
- package/src/services/projects.ts +14 -14
- package/types/enums/{a-p-i-service.d.ts → api-service.d.ts} +1 -1
- package/types/enums/{s-m-t-p-encryption.d.ts → encryption.d.ts} +1 -1
- package/types/enums/region.d.ts +2 -1
- package/types/enums/runtime.d.ts +33 -1
- package/types/enums/{s-m-s-template-locale.d.ts → sms-template-locale.d.ts} +1 -1
- package/types/enums/{s-m-s-template-type.d.ts → sms-template-type.d.ts} +1 -1
- package/types/index.d.ts +4 -4
- package/types/services/messaging.d.ts +82 -29
- package/types/services/projects.d.ts +14 -14
- package/docs/examples/messaging/create-a-p-n-s-provider.md +0 -18
- package/docs/examples/messaging/create-f-c-m-provider.md +0 -18
- package/docs/examples/messaging/create-s-m-s.md +0 -18
- package/docs/examples/messaging/create-s-m-t-p-provider.md +0 -18
- package/docs/examples/messaging/update-s-m-s.md +0 -18
- package/docs/examples/messaging/update-s-m-t-p-provider.md +0 -18
package/dist/cjs/sdk.js
CHANGED
|
@@ -120,7 +120,7 @@ class Client {
|
|
|
120
120
|
'x-sdk-name': 'Console',
|
|
121
121
|
'x-sdk-platform': 'console',
|
|
122
122
|
'x-sdk-language': 'web',
|
|
123
|
-
'x-sdk-version': '0.6.0-rc.
|
|
123
|
+
'x-sdk-version': '0.6.0-rc.12',
|
|
124
124
|
'X-Appwrite-Response-Format': '1.5.0',
|
|
125
125
|
};
|
|
126
126
|
this.realtime = {
|
|
@@ -5509,6 +5509,7 @@ class Messaging extends Service {
|
|
|
5509
5509
|
/**
|
|
5510
5510
|
* List messages
|
|
5511
5511
|
*
|
|
5512
|
+
* Get a list of all messages from the current Appwrite project.
|
|
5512
5513
|
*
|
|
5513
5514
|
* @param {string[]} queries
|
|
5514
5515
|
* @param {string} search
|
|
@@ -5532,8 +5533,9 @@ class Messaging extends Service {
|
|
|
5532
5533
|
});
|
|
5533
5534
|
}
|
|
5534
5535
|
/**
|
|
5535
|
-
* Create an email
|
|
5536
|
+
* Create an email
|
|
5536
5537
|
*
|
|
5538
|
+
* Create a new email message.
|
|
5537
5539
|
*
|
|
5538
5540
|
* @param {string} messageId
|
|
5539
5541
|
* @param {string} subject
|
|
@@ -5543,13 +5545,14 @@ class Messaging extends Service {
|
|
|
5543
5545
|
* @param {string[]} targets
|
|
5544
5546
|
* @param {string[]} cc
|
|
5545
5547
|
* @param {string[]} bcc
|
|
5548
|
+
* @param {string[]} attachments
|
|
5546
5549
|
* @param {MessageStatus} status
|
|
5547
5550
|
* @param {boolean} html
|
|
5548
5551
|
* @param {string} scheduledAt
|
|
5549
5552
|
* @throws {AppwriteException}
|
|
5550
5553
|
* @returns {Promise}
|
|
5551
5554
|
*/
|
|
5552
|
-
createEmail(messageId, subject, content, topics, users, targets, cc, bcc, status, html, scheduledAt) {
|
|
5555
|
+
createEmail(messageId, subject, content, topics, users, targets, cc, bcc, attachments, status, html, scheduledAt) {
|
|
5553
5556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5554
5557
|
if (typeof messageId === 'undefined') {
|
|
5555
5558
|
throw new AppwriteException('Missing required parameter: "messageId"');
|
|
@@ -5586,6 +5589,9 @@ class Messaging extends Service {
|
|
|
5586
5589
|
if (typeof bcc !== 'undefined') {
|
|
5587
5590
|
payload['bcc'] = bcc;
|
|
5588
5591
|
}
|
|
5592
|
+
if (typeof attachments !== 'undefined') {
|
|
5593
|
+
payload['attachments'] = attachments;
|
|
5594
|
+
}
|
|
5589
5595
|
if (typeof status !== 'undefined') {
|
|
5590
5596
|
payload['status'] = status;
|
|
5591
5597
|
}
|
|
@@ -5602,7 +5608,9 @@ class Messaging extends Service {
|
|
|
5602
5608
|
});
|
|
5603
5609
|
}
|
|
5604
5610
|
/**
|
|
5605
|
-
* Update an email
|
|
5611
|
+
* Update an email
|
|
5612
|
+
*
|
|
5613
|
+
* Update an email message by its unique ID.
|
|
5606
5614
|
*
|
|
5607
5615
|
*
|
|
5608
5616
|
* @param {string} messageId
|
|
@@ -5663,8 +5671,9 @@ class Messaging extends Service {
|
|
|
5663
5671
|
});
|
|
5664
5672
|
}
|
|
5665
5673
|
/**
|
|
5666
|
-
* Create a push notification
|
|
5674
|
+
* Create a push notification
|
|
5667
5675
|
*
|
|
5676
|
+
* Create a new push notification.
|
|
5668
5677
|
*
|
|
5669
5678
|
* @param {string} messageId
|
|
5670
5679
|
* @param {string} title
|
|
@@ -5674,6 +5683,7 @@ class Messaging extends Service {
|
|
|
5674
5683
|
* @param {string[]} targets
|
|
5675
5684
|
* @param {object} data
|
|
5676
5685
|
* @param {string} action
|
|
5686
|
+
* @param {string} image
|
|
5677
5687
|
* @param {string} icon
|
|
5678
5688
|
* @param {string} sound
|
|
5679
5689
|
* @param {string} color
|
|
@@ -5684,7 +5694,7 @@ class Messaging extends Service {
|
|
|
5684
5694
|
* @throws {AppwriteException}
|
|
5685
5695
|
* @returns {Promise}
|
|
5686
5696
|
*/
|
|
5687
|
-
createPush(messageId, title, body, topics, users, targets, data, action, icon, sound, color, tag, badge, status, scheduledAt) {
|
|
5697
|
+
createPush(messageId, title, body, topics, users, targets, data, action, image, icon, sound, color, tag, badge, status, scheduledAt) {
|
|
5688
5698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5689
5699
|
if (typeof messageId === 'undefined') {
|
|
5690
5700
|
throw new AppwriteException('Missing required parameter: "messageId"');
|
|
@@ -5721,6 +5731,9 @@ class Messaging extends Service {
|
|
|
5721
5731
|
if (typeof action !== 'undefined') {
|
|
5722
5732
|
payload['action'] = action;
|
|
5723
5733
|
}
|
|
5734
|
+
if (typeof image !== 'undefined') {
|
|
5735
|
+
payload['image'] = image;
|
|
5736
|
+
}
|
|
5724
5737
|
if (typeof icon !== 'undefined') {
|
|
5725
5738
|
payload['icon'] = icon;
|
|
5726
5739
|
}
|
|
@@ -5749,7 +5762,9 @@ class Messaging extends Service {
|
|
|
5749
5762
|
});
|
|
5750
5763
|
}
|
|
5751
5764
|
/**
|
|
5752
|
-
* Update a push notification
|
|
5765
|
+
* Update a push notification
|
|
5766
|
+
*
|
|
5767
|
+
* Update a push notification by its unique ID.
|
|
5753
5768
|
*
|
|
5754
5769
|
*
|
|
5755
5770
|
* @param {string} messageId
|
|
@@ -5760,6 +5775,7 @@ class Messaging extends Service {
|
|
|
5760
5775
|
* @param {string} body
|
|
5761
5776
|
* @param {object} data
|
|
5762
5777
|
* @param {string} action
|
|
5778
|
+
* @param {string} image
|
|
5763
5779
|
* @param {string} icon
|
|
5764
5780
|
* @param {string} sound
|
|
5765
5781
|
* @param {string} color
|
|
@@ -5770,7 +5786,7 @@ class Messaging extends Service {
|
|
|
5770
5786
|
* @throws {AppwriteException}
|
|
5771
5787
|
* @returns {Promise}
|
|
5772
5788
|
*/
|
|
5773
|
-
updatePush(messageId, topics, users, targets, title, body, data, action, icon, sound, color, tag, badge, status, scheduledAt) {
|
|
5789
|
+
updatePush(messageId, topics, users, targets, title, body, data, action, image, icon, sound, color, tag, badge, status, scheduledAt) {
|
|
5774
5790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5775
5791
|
if (typeof messageId === 'undefined') {
|
|
5776
5792
|
throw new AppwriteException('Missing required parameter: "messageId"');
|
|
@@ -5798,6 +5814,9 @@ class Messaging extends Service {
|
|
|
5798
5814
|
if (typeof action !== 'undefined') {
|
|
5799
5815
|
payload['action'] = action;
|
|
5800
5816
|
}
|
|
5817
|
+
if (typeof image !== 'undefined') {
|
|
5818
|
+
payload['image'] = image;
|
|
5819
|
+
}
|
|
5801
5820
|
if (typeof icon !== 'undefined') {
|
|
5802
5821
|
payload['icon'] = icon;
|
|
5803
5822
|
}
|
|
@@ -5826,8 +5845,9 @@ class Messaging extends Service {
|
|
|
5826
5845
|
});
|
|
5827
5846
|
}
|
|
5828
5847
|
/**
|
|
5829
|
-
* Create an SMS
|
|
5848
|
+
* Create an SMS
|
|
5830
5849
|
*
|
|
5850
|
+
* Create a new SMS message.
|
|
5831
5851
|
*
|
|
5832
5852
|
* @param {string} messageId
|
|
5833
5853
|
* @param {string} content
|
|
@@ -5839,7 +5859,7 @@ class Messaging extends Service {
|
|
|
5839
5859
|
* @throws {AppwriteException}
|
|
5840
5860
|
* @returns {Promise}
|
|
5841
5861
|
*/
|
|
5842
|
-
|
|
5862
|
+
createSms(messageId, content, topics, users, targets, status, scheduledAt) {
|
|
5843
5863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5844
5864
|
if (typeof messageId === 'undefined') {
|
|
5845
5865
|
throw new AppwriteException('Missing required parameter: "messageId"');
|
|
@@ -5877,7 +5897,9 @@ class Messaging extends Service {
|
|
|
5877
5897
|
});
|
|
5878
5898
|
}
|
|
5879
5899
|
/**
|
|
5880
|
-
* Update an SMS
|
|
5900
|
+
* Update an SMS
|
|
5901
|
+
*
|
|
5902
|
+
* Update an email message by its unique ID.
|
|
5881
5903
|
*
|
|
5882
5904
|
*
|
|
5883
5905
|
* @param {string} messageId
|
|
@@ -5890,7 +5912,7 @@ class Messaging extends Service {
|
|
|
5890
5912
|
* @throws {AppwriteException}
|
|
5891
5913
|
* @returns {Promise}
|
|
5892
5914
|
*/
|
|
5893
|
-
|
|
5915
|
+
updateSms(messageId, topics, users, targets, content, status, scheduledAt) {
|
|
5894
5916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5895
5917
|
if (typeof messageId === 'undefined') {
|
|
5896
5918
|
throw new AppwriteException('Missing required parameter: "messageId"');
|
|
@@ -5924,6 +5946,8 @@ class Messaging extends Service {
|
|
|
5924
5946
|
/**
|
|
5925
5947
|
* Get a message
|
|
5926
5948
|
*
|
|
5949
|
+
* Get a message by its unique ID.
|
|
5950
|
+
*
|
|
5927
5951
|
*
|
|
5928
5952
|
* @param {string} messageId
|
|
5929
5953
|
* @throws {AppwriteException}
|
|
@@ -5966,6 +5990,7 @@ class Messaging extends Service {
|
|
|
5966
5990
|
/**
|
|
5967
5991
|
* List message logs
|
|
5968
5992
|
*
|
|
5993
|
+
* Get the message activity logs listed by its unique ID.
|
|
5969
5994
|
*
|
|
5970
5995
|
* @param {string} messageId
|
|
5971
5996
|
* @param {string[]} queries
|
|
@@ -5991,8 +6016,7 @@ class Messaging extends Service {
|
|
|
5991
6016
|
/**
|
|
5992
6017
|
* List message targets
|
|
5993
6018
|
*
|
|
5994
|
-
*
|
|
5995
|
-
* attribute.
|
|
6019
|
+
* Get a list of the targets associated with a message.
|
|
5996
6020
|
*
|
|
5997
6021
|
* @param {string} messageId
|
|
5998
6022
|
* @param {string[]} queries
|
|
@@ -6018,6 +6042,7 @@ class Messaging extends Service {
|
|
|
6018
6042
|
/**
|
|
6019
6043
|
* List providers
|
|
6020
6044
|
*
|
|
6045
|
+
* Get a list of all providers from the current Appwrite project.
|
|
6021
6046
|
*
|
|
6022
6047
|
* @param {string[]} queries
|
|
6023
6048
|
* @param {string} search
|
|
@@ -6043,6 +6068,7 @@ class Messaging extends Service {
|
|
|
6043
6068
|
/**
|
|
6044
6069
|
* Create APNS provider
|
|
6045
6070
|
*
|
|
6071
|
+
* Create a new Apple Push Notification service provider.
|
|
6046
6072
|
*
|
|
6047
6073
|
* @param {string} providerId
|
|
6048
6074
|
* @param {string} name
|
|
@@ -6054,7 +6080,7 @@ class Messaging extends Service {
|
|
|
6054
6080
|
* @throws {AppwriteException}
|
|
6055
6081
|
* @returns {Promise}
|
|
6056
6082
|
*/
|
|
6057
|
-
|
|
6083
|
+
createApnsProvider(providerId, name, authKey, authKeyId, teamId, bundleId, enabled) {
|
|
6058
6084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6059
6085
|
if (typeof providerId === 'undefined') {
|
|
6060
6086
|
throw new AppwriteException('Missing required parameter: "providerId"');
|
|
@@ -6094,6 +6120,7 @@ class Messaging extends Service {
|
|
|
6094
6120
|
/**
|
|
6095
6121
|
* Update APNS provider
|
|
6096
6122
|
*
|
|
6123
|
+
* Update a Apple Push Notification service provider by its unique ID.
|
|
6097
6124
|
*
|
|
6098
6125
|
* @param {string} providerId
|
|
6099
6126
|
* @param {string} name
|
|
@@ -6139,6 +6166,7 @@ class Messaging extends Service {
|
|
|
6139
6166
|
/**
|
|
6140
6167
|
* Create FCM provider
|
|
6141
6168
|
*
|
|
6169
|
+
* Create a new Firebase Cloud Messaging provider.
|
|
6142
6170
|
*
|
|
6143
6171
|
* @param {string} providerId
|
|
6144
6172
|
* @param {string} name
|
|
@@ -6147,7 +6175,7 @@ class Messaging extends Service {
|
|
|
6147
6175
|
* @throws {AppwriteException}
|
|
6148
6176
|
* @returns {Promise}
|
|
6149
6177
|
*/
|
|
6150
|
-
|
|
6178
|
+
createFcmProvider(providerId, name, serviceAccountJSON, enabled) {
|
|
6151
6179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6152
6180
|
if (typeof providerId === 'undefined') {
|
|
6153
6181
|
throw new AppwriteException('Missing required parameter: "providerId"');
|
|
@@ -6178,6 +6206,7 @@ class Messaging extends Service {
|
|
|
6178
6206
|
/**
|
|
6179
6207
|
* Update FCM provider
|
|
6180
6208
|
*
|
|
6209
|
+
* Update a Firebase Cloud Messaging provider by its unique ID.
|
|
6181
6210
|
*
|
|
6182
6211
|
* @param {string} providerId
|
|
6183
6212
|
* @param {string} name
|
|
@@ -6211,6 +6240,7 @@ class Messaging extends Service {
|
|
|
6211
6240
|
/**
|
|
6212
6241
|
* Create Mailgun provider
|
|
6213
6242
|
*
|
|
6243
|
+
* Create a new Mailgun provider.
|
|
6214
6244
|
*
|
|
6215
6245
|
* @param {string} providerId
|
|
6216
6246
|
* @param {string} name
|
|
@@ -6274,6 +6304,7 @@ class Messaging extends Service {
|
|
|
6274
6304
|
/**
|
|
6275
6305
|
* Update Mailgun provider
|
|
6276
6306
|
*
|
|
6307
|
+
* Update a Mailgun provider by its unique ID.
|
|
6277
6308
|
*
|
|
6278
6309
|
* @param {string} providerId
|
|
6279
6310
|
* @param {string} name
|
|
@@ -6331,6 +6362,7 @@ class Messaging extends Service {
|
|
|
6331
6362
|
/**
|
|
6332
6363
|
* Create Msg91 provider
|
|
6333
6364
|
*
|
|
6365
|
+
* Create a new MSG91 provider.
|
|
6334
6366
|
*
|
|
6335
6367
|
* @param {string} providerId
|
|
6336
6368
|
* @param {string} name
|
|
@@ -6378,6 +6410,7 @@ class Messaging extends Service {
|
|
|
6378
6410
|
/**
|
|
6379
6411
|
* Update Msg91 provider
|
|
6380
6412
|
*
|
|
6413
|
+
* Update a MSG91 provider by its unique ID.
|
|
6381
6414
|
*
|
|
6382
6415
|
* @param {string} providerId
|
|
6383
6416
|
* @param {string} name
|
|
@@ -6474,6 +6507,7 @@ class Messaging extends Service {
|
|
|
6474
6507
|
/**
|
|
6475
6508
|
* Update Sendgrid provider
|
|
6476
6509
|
*
|
|
6510
|
+
* Update a Sendgrid provider by its unique ID.
|
|
6477
6511
|
*
|
|
6478
6512
|
* @param {string} providerId
|
|
6479
6513
|
* @param {string} name
|
|
@@ -6523,6 +6557,7 @@ class Messaging extends Service {
|
|
|
6523
6557
|
/**
|
|
6524
6558
|
* Create SMTP provider
|
|
6525
6559
|
*
|
|
6560
|
+
* Create a new SMTP provider.
|
|
6526
6561
|
*
|
|
6527
6562
|
* @param {string} providerId
|
|
6528
6563
|
* @param {string} name
|
|
@@ -6530,7 +6565,7 @@ class Messaging extends Service {
|
|
|
6530
6565
|
* @param {number} port
|
|
6531
6566
|
* @param {string} username
|
|
6532
6567
|
* @param {string} password
|
|
6533
|
-
* @param {
|
|
6568
|
+
* @param {Encryption} encryption
|
|
6534
6569
|
* @param {boolean} autoTLS
|
|
6535
6570
|
* @param {string} mailer
|
|
6536
6571
|
* @param {string} fromName
|
|
@@ -6541,7 +6576,7 @@ class Messaging extends Service {
|
|
|
6541
6576
|
* @throws {AppwriteException}
|
|
6542
6577
|
* @returns {Promise}
|
|
6543
6578
|
*/
|
|
6544
|
-
|
|
6579
|
+
createSmtpProvider(providerId, name, host, port, username, password, encryption, autoTLS, mailer, fromName, fromEmail, replyToName, replyToEmail, enabled) {
|
|
6545
6580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6546
6581
|
if (typeof providerId === 'undefined') {
|
|
6547
6582
|
throw new AppwriteException('Missing required parameter: "providerId"');
|
|
@@ -6605,6 +6640,7 @@ class Messaging extends Service {
|
|
|
6605
6640
|
/**
|
|
6606
6641
|
* Update SMTP provider
|
|
6607
6642
|
*
|
|
6643
|
+
* Update a SMTP provider by its unique ID.
|
|
6608
6644
|
*
|
|
6609
6645
|
* @param {string} providerId
|
|
6610
6646
|
* @param {string} name
|
|
@@ -6612,7 +6648,7 @@ class Messaging extends Service {
|
|
|
6612
6648
|
* @param {number} port
|
|
6613
6649
|
* @param {string} username
|
|
6614
6650
|
* @param {string} password
|
|
6615
|
-
* @param {
|
|
6651
|
+
* @param {Encryption} encryption
|
|
6616
6652
|
* @param {boolean} autoTLS
|
|
6617
6653
|
* @param {string} mailer
|
|
6618
6654
|
* @param {string} fromName
|
|
@@ -6623,7 +6659,7 @@ class Messaging extends Service {
|
|
|
6623
6659
|
* @throws {AppwriteException}
|
|
6624
6660
|
* @returns {Promise}
|
|
6625
6661
|
*/
|
|
6626
|
-
|
|
6662
|
+
updateSmtpProvider(providerId, name, host, port, username, password, encryption, autoTLS, mailer, fromName, fromEmail, replyToName, replyToEmail, enabled) {
|
|
6627
6663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6628
6664
|
if (typeof providerId === 'undefined') {
|
|
6629
6665
|
throw new AppwriteException('Missing required parameter: "providerId"');
|
|
@@ -6678,6 +6714,7 @@ class Messaging extends Service {
|
|
|
6678
6714
|
/**
|
|
6679
6715
|
* Create Telesign provider
|
|
6680
6716
|
*
|
|
6717
|
+
* Create a new Telesign provider.
|
|
6681
6718
|
*
|
|
6682
6719
|
* @param {string} providerId
|
|
6683
6720
|
* @param {string} name
|
|
@@ -6725,6 +6762,7 @@ class Messaging extends Service {
|
|
|
6725
6762
|
/**
|
|
6726
6763
|
* Update Telesign provider
|
|
6727
6764
|
*
|
|
6765
|
+
* Update a Telesign provider by its unique ID.
|
|
6728
6766
|
*
|
|
6729
6767
|
* @param {string} providerId
|
|
6730
6768
|
* @param {string} name
|
|
@@ -6766,6 +6804,7 @@ class Messaging extends Service {
|
|
|
6766
6804
|
/**
|
|
6767
6805
|
* Create Textmagic provider
|
|
6768
6806
|
*
|
|
6807
|
+
* Create a new Textmagic provider.
|
|
6769
6808
|
*
|
|
6770
6809
|
* @param {string} providerId
|
|
6771
6810
|
* @param {string} name
|
|
@@ -6813,6 +6852,7 @@ class Messaging extends Service {
|
|
|
6813
6852
|
/**
|
|
6814
6853
|
* Update Textmagic provider
|
|
6815
6854
|
*
|
|
6855
|
+
* Update a Textmagic provider by its unique ID.
|
|
6816
6856
|
*
|
|
6817
6857
|
* @param {string} providerId
|
|
6818
6858
|
* @param {string} name
|
|
@@ -6854,6 +6894,7 @@ class Messaging extends Service {
|
|
|
6854
6894
|
/**
|
|
6855
6895
|
* Create Twilio provider
|
|
6856
6896
|
*
|
|
6897
|
+
* Create a new Twilio provider.
|
|
6857
6898
|
*
|
|
6858
6899
|
* @param {string} providerId
|
|
6859
6900
|
* @param {string} name
|
|
@@ -6901,6 +6942,7 @@ class Messaging extends Service {
|
|
|
6901
6942
|
/**
|
|
6902
6943
|
* Update Twilio provider
|
|
6903
6944
|
*
|
|
6945
|
+
* Update a Twilio provider by its unique ID.
|
|
6904
6946
|
*
|
|
6905
6947
|
* @param {string} providerId
|
|
6906
6948
|
* @param {string} name
|
|
@@ -6942,6 +6984,7 @@ class Messaging extends Service {
|
|
|
6942
6984
|
/**
|
|
6943
6985
|
* Create Vonage provider
|
|
6944
6986
|
*
|
|
6987
|
+
* Create a new Vonage provider.
|
|
6945
6988
|
*
|
|
6946
6989
|
* @param {string} providerId
|
|
6947
6990
|
* @param {string} name
|
|
@@ -6989,6 +7032,7 @@ class Messaging extends Service {
|
|
|
6989
7032
|
/**
|
|
6990
7033
|
* Update Vonage provider
|
|
6991
7034
|
*
|
|
7035
|
+
* Update a Vonage provider by its unique ID.
|
|
6992
7036
|
*
|
|
6993
7037
|
* @param {string} providerId
|
|
6994
7038
|
* @param {string} name
|
|
@@ -7030,6 +7074,8 @@ class Messaging extends Service {
|
|
|
7030
7074
|
/**
|
|
7031
7075
|
* Get provider
|
|
7032
7076
|
*
|
|
7077
|
+
* Get a provider by its unique ID.
|
|
7078
|
+
*
|
|
7033
7079
|
*
|
|
7034
7080
|
* @param {string} providerId
|
|
7035
7081
|
* @throws {AppwriteException}
|
|
@@ -7051,6 +7097,7 @@ class Messaging extends Service {
|
|
|
7051
7097
|
/**
|
|
7052
7098
|
* Delete provider
|
|
7053
7099
|
*
|
|
7100
|
+
* Delete a provider by its unique ID.
|
|
7054
7101
|
*
|
|
7055
7102
|
* @param {string} providerId
|
|
7056
7103
|
* @throws {AppwriteException}
|
|
@@ -7072,6 +7119,7 @@ class Messaging extends Service {
|
|
|
7072
7119
|
/**
|
|
7073
7120
|
* List provider logs
|
|
7074
7121
|
*
|
|
7122
|
+
* Get the provider activity logs listed by its unique ID.
|
|
7075
7123
|
*
|
|
7076
7124
|
* @param {string} providerId
|
|
7077
7125
|
* @param {string[]} queries
|
|
@@ -7097,6 +7145,7 @@ class Messaging extends Service {
|
|
|
7097
7145
|
/**
|
|
7098
7146
|
* List subscriber logs
|
|
7099
7147
|
*
|
|
7148
|
+
* Get the subscriber activity logs listed by its unique ID.
|
|
7100
7149
|
*
|
|
7101
7150
|
* @param {string} subscriberId
|
|
7102
7151
|
* @param {string[]} queries
|
|
@@ -7120,8 +7169,9 @@ class Messaging extends Service {
|
|
|
7120
7169
|
});
|
|
7121
7170
|
}
|
|
7122
7171
|
/**
|
|
7123
|
-
* List topics
|
|
7172
|
+
* List topics
|
|
7124
7173
|
*
|
|
7174
|
+
* Get a list of all topics from the current Appwrite project.
|
|
7125
7175
|
*
|
|
7126
7176
|
* @param {string[]} queries
|
|
7127
7177
|
* @param {string} search
|
|
@@ -7145,8 +7195,9 @@ class Messaging extends Service {
|
|
|
7145
7195
|
});
|
|
7146
7196
|
}
|
|
7147
7197
|
/**
|
|
7148
|
-
* Create a topic
|
|
7198
|
+
* Create a topic
|
|
7149
7199
|
*
|
|
7200
|
+
* Create a new topic.
|
|
7150
7201
|
*
|
|
7151
7202
|
* @param {string} topicId
|
|
7152
7203
|
* @param {string} name
|
|
@@ -7180,7 +7231,9 @@ class Messaging extends Service {
|
|
|
7180
7231
|
});
|
|
7181
7232
|
}
|
|
7182
7233
|
/**
|
|
7183
|
-
* Get a topic
|
|
7234
|
+
* Get a topic
|
|
7235
|
+
*
|
|
7236
|
+
* Get a topic by its unique ID.
|
|
7184
7237
|
*
|
|
7185
7238
|
*
|
|
7186
7239
|
* @param {string} topicId
|
|
@@ -7201,7 +7254,9 @@ class Messaging extends Service {
|
|
|
7201
7254
|
});
|
|
7202
7255
|
}
|
|
7203
7256
|
/**
|
|
7204
|
-
* Update a topic
|
|
7257
|
+
* Update a topic
|
|
7258
|
+
*
|
|
7259
|
+
* Update a topic by its unique ID.
|
|
7205
7260
|
*
|
|
7206
7261
|
*
|
|
7207
7262
|
* @param {string} topicId
|
|
@@ -7226,8 +7281,9 @@ class Messaging extends Service {
|
|
|
7226
7281
|
});
|
|
7227
7282
|
}
|
|
7228
7283
|
/**
|
|
7229
|
-
* Delete a topic
|
|
7284
|
+
* Delete a topic
|
|
7230
7285
|
*
|
|
7286
|
+
* Delete a topic by its unique ID.
|
|
7231
7287
|
*
|
|
7232
7288
|
* @param {string} topicId
|
|
7233
7289
|
* @throws {AppwriteException}
|
|
@@ -7249,6 +7305,7 @@ class Messaging extends Service {
|
|
|
7249
7305
|
/**
|
|
7250
7306
|
* List topic logs
|
|
7251
7307
|
*
|
|
7308
|
+
* Get the topic activity logs listed by its unique ID.
|
|
7252
7309
|
*
|
|
7253
7310
|
* @param {string} topicId
|
|
7254
7311
|
* @param {string[]} queries
|
|
@@ -7272,8 +7329,9 @@ class Messaging extends Service {
|
|
|
7272
7329
|
});
|
|
7273
7330
|
}
|
|
7274
7331
|
/**
|
|
7275
|
-
* List subscribers
|
|
7332
|
+
* List subscribers
|
|
7276
7333
|
*
|
|
7334
|
+
* Get a list of all subscribers from the current Appwrite project.
|
|
7277
7335
|
*
|
|
7278
7336
|
* @param {string} topicId
|
|
7279
7337
|
* @param {string[]} queries
|
|
@@ -7301,8 +7359,9 @@ class Messaging extends Service {
|
|
|
7301
7359
|
});
|
|
7302
7360
|
}
|
|
7303
7361
|
/**
|
|
7304
|
-
* Create a subscriber
|
|
7362
|
+
* Create a subscriber
|
|
7305
7363
|
*
|
|
7364
|
+
* Create a new subscriber.
|
|
7306
7365
|
*
|
|
7307
7366
|
* @param {string} topicId
|
|
7308
7367
|
* @param {string} subscriberId
|
|
@@ -7336,7 +7395,9 @@ class Messaging extends Service {
|
|
|
7336
7395
|
});
|
|
7337
7396
|
}
|
|
7338
7397
|
/**
|
|
7339
|
-
* Get a subscriber
|
|
7398
|
+
* Get a subscriber
|
|
7399
|
+
*
|
|
7400
|
+
* Get a subscriber by its unique ID.
|
|
7340
7401
|
*
|
|
7341
7402
|
*
|
|
7342
7403
|
* @param {string} topicId
|
|
@@ -7361,8 +7422,9 @@ class Messaging extends Service {
|
|
|
7361
7422
|
});
|
|
7362
7423
|
}
|
|
7363
7424
|
/**
|
|
7364
|
-
* Delete a subscriber
|
|
7425
|
+
* Delete a subscriber
|
|
7365
7426
|
*
|
|
7427
|
+
* Delete a subscriber by its unique ID.
|
|
7366
7428
|
*
|
|
7367
7429
|
* @param {string} topicId
|
|
7368
7430
|
* @param {string} subscriberId
|
|
@@ -8939,7 +9001,7 @@ class Projects extends Service {
|
|
|
8939
9001
|
*
|
|
8940
9002
|
*
|
|
8941
9003
|
* @param {string} projectId
|
|
8942
|
-
* @param {
|
|
9004
|
+
* @param {ApiService} service
|
|
8943
9005
|
* @param {boolean} status
|
|
8944
9006
|
* @throws {AppwriteException}
|
|
8945
9007
|
* @returns {Promise}
|
|
@@ -9272,8 +9334,8 @@ class Projects extends Service {
|
|
|
9272
9334
|
*
|
|
9273
9335
|
*
|
|
9274
9336
|
* @param {string} projectId
|
|
9275
|
-
* @param {
|
|
9276
|
-
* @param {
|
|
9337
|
+
* @param {SmsTemplateType} type
|
|
9338
|
+
* @param {SmsTemplateLocale} locale
|
|
9277
9339
|
* @throws {AppwriteException}
|
|
9278
9340
|
* @returns {Promise}
|
|
9279
9341
|
*/
|
|
@@ -9301,8 +9363,8 @@ class Projects extends Service {
|
|
|
9301
9363
|
*
|
|
9302
9364
|
*
|
|
9303
9365
|
* @param {string} projectId
|
|
9304
|
-
* @param {
|
|
9305
|
-
* @param {
|
|
9366
|
+
* @param {SmsTemplateType} type
|
|
9367
|
+
* @param {SmsTemplateLocale} locale
|
|
9306
9368
|
* @param {string} message
|
|
9307
9369
|
* @throws {AppwriteException}
|
|
9308
9370
|
* @returns {Promise}
|
|
@@ -9337,8 +9399,8 @@ class Projects extends Service {
|
|
|
9337
9399
|
*
|
|
9338
9400
|
*
|
|
9339
9401
|
* @param {string} projectId
|
|
9340
|
-
* @param {
|
|
9341
|
-
* @param {
|
|
9402
|
+
* @param {SmsTemplateType} type
|
|
9403
|
+
* @param {SmsTemplateLocale} locale
|
|
9342
9404
|
* @throws {AppwriteException}
|
|
9343
9405
|
* @returns {Promise}
|
|
9344
9406
|
*/
|
|
@@ -12754,10 +12816,42 @@ exports.IndexType = void 0;
|
|
|
12754
12816
|
|
|
12755
12817
|
exports.Runtime = void 0;
|
|
12756
12818
|
(function (Runtime) {
|
|
12819
|
+
Runtime["Node145"] = "node-14.5";
|
|
12820
|
+
Runtime["Node160"] = "node-16.0";
|
|
12757
12821
|
Runtime["Node180"] = "node-18.0";
|
|
12822
|
+
Runtime["Node190"] = "node-19.0";
|
|
12823
|
+
Runtime["Node200"] = "node-20.0";
|
|
12758
12824
|
Runtime["Php80"] = "php-8.0";
|
|
12825
|
+
Runtime["Php81"] = "php-8.1";
|
|
12826
|
+
Runtime["Php82"] = "php-8.2";
|
|
12827
|
+
Runtime["Ruby30"] = "ruby-3.0";
|
|
12759
12828
|
Runtime["Ruby31"] = "ruby-3.1";
|
|
12829
|
+
Runtime["Ruby32"] = "ruby-3.2";
|
|
12830
|
+
Runtime["Python38"] = "python-3.8";
|
|
12760
12831
|
Runtime["Python39"] = "python-3.9";
|
|
12832
|
+
Runtime["Python310"] = "python-3.10";
|
|
12833
|
+
Runtime["Python311"] = "python-3.11";
|
|
12834
|
+
Runtime["Python312"] = "python-3.12";
|
|
12835
|
+
Runtime["Dart215"] = "dart-2.15";
|
|
12836
|
+
Runtime["Dart216"] = "dart-2.16";
|
|
12837
|
+
Runtime["Dart217"] = "dart-2.17";
|
|
12838
|
+
Runtime["Dart218"] = "dart-2.18";
|
|
12839
|
+
Runtime["Dart30"] = "dart-3.0";
|
|
12840
|
+
Runtime["Dart31"] = "dart-3.1";
|
|
12841
|
+
Runtime["Dotnet31"] = "dotnet-3.1";
|
|
12842
|
+
Runtime["Dotnet60"] = "dotnet-6.0";
|
|
12843
|
+
Runtime["Dotnet70"] = "dotnet-7.0";
|
|
12844
|
+
Runtime["Java80"] = "java-8.0";
|
|
12845
|
+
Runtime["Java110"] = "java-11.0";
|
|
12846
|
+
Runtime["Java170"] = "java-17.0";
|
|
12847
|
+
Runtime["Java180"] = "java-18.0";
|
|
12848
|
+
Runtime["Swift55"] = "swift-5.5";
|
|
12849
|
+
Runtime["Swift58"] = "swift-5.8";
|
|
12850
|
+
Runtime["Kotlin16"] = "kotlin-1.6";
|
|
12851
|
+
Runtime["Kotlin18"] = "kotlin-1.8";
|
|
12852
|
+
Runtime["Cpp17"] = "cpp-17";
|
|
12853
|
+
Runtime["Cpp20"] = "cpp-20";
|
|
12854
|
+
Runtime["Bun10"] = "bun-1.0";
|
|
12761
12855
|
})(exports.Runtime || (exports.Runtime = {}));
|
|
12762
12856
|
|
|
12763
12857
|
exports.FunctionUsageRange = void 0;
|
|
@@ -12800,12 +12894,12 @@ exports.MessageStatus = void 0;
|
|
|
12800
12894
|
MessageStatus["Processing"] = "processing";
|
|
12801
12895
|
})(exports.MessageStatus || (exports.MessageStatus = {}));
|
|
12802
12896
|
|
|
12803
|
-
exports.
|
|
12804
|
-
(function (
|
|
12805
|
-
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
})(exports.
|
|
12897
|
+
exports.Encryption = void 0;
|
|
12898
|
+
(function (Encryption) {
|
|
12899
|
+
Encryption["None"] = "none";
|
|
12900
|
+
Encryption["Ssl"] = "ssl";
|
|
12901
|
+
Encryption["Tls"] = "tls";
|
|
12902
|
+
})(exports.Encryption || (exports.Encryption = {}));
|
|
12809
12903
|
|
|
12810
12904
|
exports.ProjectUsageRange = void 0;
|
|
12811
12905
|
(function (ProjectUsageRange) {
|
|
@@ -12816,6 +12910,7 @@ exports.ProjectUsageRange = void 0;
|
|
|
12816
12910
|
exports.Region = void 0;
|
|
12817
12911
|
(function (Region) {
|
|
12818
12912
|
Region["Default"] = "default";
|
|
12913
|
+
Region["Fra"] = "fra";
|
|
12819
12914
|
})(exports.Region || (exports.Region = {}));
|
|
12820
12915
|
|
|
12821
12916
|
exports.AuthMethod = void 0;
|
|
@@ -12846,20 +12941,20 @@ exports.PlatformType = void 0;
|
|
|
12846
12941
|
PlatformType["Unity"] = "unity";
|
|
12847
12942
|
})(exports.PlatformType || (exports.PlatformType = {}));
|
|
12848
12943
|
|
|
12849
|
-
exports.
|
|
12850
|
-
(function (
|
|
12851
|
-
|
|
12852
|
-
|
|
12853
|
-
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
|
-
|
|
12858
|
-
|
|
12859
|
-
|
|
12860
|
-
|
|
12861
|
-
|
|
12862
|
-
})(exports.
|
|
12944
|
+
exports.ApiService = void 0;
|
|
12945
|
+
(function (ApiService) {
|
|
12946
|
+
ApiService["Account"] = "account";
|
|
12947
|
+
ApiService["Avatars"] = "avatars";
|
|
12948
|
+
ApiService["Databases"] = "databases";
|
|
12949
|
+
ApiService["Locale"] = "locale";
|
|
12950
|
+
ApiService["Health"] = "health";
|
|
12951
|
+
ApiService["Storage"] = "storage";
|
|
12952
|
+
ApiService["Teams"] = "teams";
|
|
12953
|
+
ApiService["Users"] = "users";
|
|
12954
|
+
ApiService["Functions"] = "functions";
|
|
12955
|
+
ApiService["Graphql"] = "graphql";
|
|
12956
|
+
ApiService["Messaging"] = "messaging";
|
|
12957
|
+
})(exports.ApiService || (exports.ApiService = {}));
|
|
12863
12958
|
|
|
12864
12959
|
exports.SMTPSecure = void 0;
|
|
12865
12960
|
(function (SMTPSecure) {
|
|
@@ -13009,147 +13104,147 @@ exports.EmailTemplateLocale = void 0;
|
|
|
13009
13104
|
EmailTemplateLocale["Zu"] = "zu";
|
|
13010
13105
|
})(exports.EmailTemplateLocale || (exports.EmailTemplateLocale = {}));
|
|
13011
13106
|
|
|
13012
|
-
exports.
|
|
13013
|
-
(function (
|
|
13014
|
-
|
|
13015
|
-
|
|
13016
|
-
|
|
13017
|
-
})(exports.
|
|
13107
|
+
exports.SmsTemplateType = void 0;
|
|
13108
|
+
(function (SmsTemplateType) {
|
|
13109
|
+
SmsTemplateType["Verification"] = "verification";
|
|
13110
|
+
SmsTemplateType["Login"] = "login";
|
|
13111
|
+
SmsTemplateType["Invitation"] = "invitation";
|
|
13112
|
+
})(exports.SmsTemplateType || (exports.SmsTemplateType = {}));
|
|
13018
13113
|
|
|
13019
|
-
exports.
|
|
13020
|
-
(function (
|
|
13021
|
-
|
|
13022
|
-
|
|
13023
|
-
|
|
13024
|
-
|
|
13025
|
-
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
|
|
13029
|
-
|
|
13030
|
-
|
|
13031
|
-
|
|
13032
|
-
|
|
13033
|
-
|
|
13034
|
-
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
|
|
13071
|
-
|
|
13072
|
-
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
|
|
13084
|
-
|
|
13085
|
-
|
|
13086
|
-
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
|
|
13090
|
-
|
|
13091
|
-
|
|
13092
|
-
|
|
13093
|
-
|
|
13094
|
-
|
|
13095
|
-
|
|
13096
|
-
|
|
13097
|
-
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
|
|
13152
|
-
})(exports.
|
|
13114
|
+
exports.SmsTemplateLocale = void 0;
|
|
13115
|
+
(function (SmsTemplateLocale) {
|
|
13116
|
+
SmsTemplateLocale["Af"] = "af";
|
|
13117
|
+
SmsTemplateLocale["Arae"] = "ar-ae";
|
|
13118
|
+
SmsTemplateLocale["Arbh"] = "ar-bh";
|
|
13119
|
+
SmsTemplateLocale["Ardz"] = "ar-dz";
|
|
13120
|
+
SmsTemplateLocale["Areg"] = "ar-eg";
|
|
13121
|
+
SmsTemplateLocale["Ariq"] = "ar-iq";
|
|
13122
|
+
SmsTemplateLocale["Arjo"] = "ar-jo";
|
|
13123
|
+
SmsTemplateLocale["Arkw"] = "ar-kw";
|
|
13124
|
+
SmsTemplateLocale["Arlb"] = "ar-lb";
|
|
13125
|
+
SmsTemplateLocale["Arly"] = "ar-ly";
|
|
13126
|
+
SmsTemplateLocale["Arma"] = "ar-ma";
|
|
13127
|
+
SmsTemplateLocale["Arom"] = "ar-om";
|
|
13128
|
+
SmsTemplateLocale["Arqa"] = "ar-qa";
|
|
13129
|
+
SmsTemplateLocale["Arsa"] = "ar-sa";
|
|
13130
|
+
SmsTemplateLocale["Arsy"] = "ar-sy";
|
|
13131
|
+
SmsTemplateLocale["Artn"] = "ar-tn";
|
|
13132
|
+
SmsTemplateLocale["Arye"] = "ar-ye";
|
|
13133
|
+
SmsTemplateLocale["As"] = "as";
|
|
13134
|
+
SmsTemplateLocale["Az"] = "az";
|
|
13135
|
+
SmsTemplateLocale["Be"] = "be";
|
|
13136
|
+
SmsTemplateLocale["Bg"] = "bg";
|
|
13137
|
+
SmsTemplateLocale["Bh"] = "bh";
|
|
13138
|
+
SmsTemplateLocale["Bn"] = "bn";
|
|
13139
|
+
SmsTemplateLocale["Bs"] = "bs";
|
|
13140
|
+
SmsTemplateLocale["Ca"] = "ca";
|
|
13141
|
+
SmsTemplateLocale["Cs"] = "cs";
|
|
13142
|
+
SmsTemplateLocale["Cy"] = "cy";
|
|
13143
|
+
SmsTemplateLocale["Da"] = "da";
|
|
13144
|
+
SmsTemplateLocale["De"] = "de";
|
|
13145
|
+
SmsTemplateLocale["Deat"] = "de-at";
|
|
13146
|
+
SmsTemplateLocale["Dech"] = "de-ch";
|
|
13147
|
+
SmsTemplateLocale["Deli"] = "de-li";
|
|
13148
|
+
SmsTemplateLocale["Delu"] = "de-lu";
|
|
13149
|
+
SmsTemplateLocale["El"] = "el";
|
|
13150
|
+
SmsTemplateLocale["En"] = "en";
|
|
13151
|
+
SmsTemplateLocale["Enau"] = "en-au";
|
|
13152
|
+
SmsTemplateLocale["Enbz"] = "en-bz";
|
|
13153
|
+
SmsTemplateLocale["Enca"] = "en-ca";
|
|
13154
|
+
SmsTemplateLocale["Engb"] = "en-gb";
|
|
13155
|
+
SmsTemplateLocale["Enie"] = "en-ie";
|
|
13156
|
+
SmsTemplateLocale["Enjm"] = "en-jm";
|
|
13157
|
+
SmsTemplateLocale["Ennz"] = "en-nz";
|
|
13158
|
+
SmsTemplateLocale["Entt"] = "en-tt";
|
|
13159
|
+
SmsTemplateLocale["Enus"] = "en-us";
|
|
13160
|
+
SmsTemplateLocale["Enza"] = "en-za";
|
|
13161
|
+
SmsTemplateLocale["Eo"] = "eo";
|
|
13162
|
+
SmsTemplateLocale["Es"] = "es";
|
|
13163
|
+
SmsTemplateLocale["Esar"] = "es-ar";
|
|
13164
|
+
SmsTemplateLocale["Esbo"] = "es-bo";
|
|
13165
|
+
SmsTemplateLocale["Escl"] = "es-cl";
|
|
13166
|
+
SmsTemplateLocale["Esco"] = "es-co";
|
|
13167
|
+
SmsTemplateLocale["Escr"] = "es-cr";
|
|
13168
|
+
SmsTemplateLocale["Esdo"] = "es-do";
|
|
13169
|
+
SmsTemplateLocale["Esec"] = "es-ec";
|
|
13170
|
+
SmsTemplateLocale["Esgt"] = "es-gt";
|
|
13171
|
+
SmsTemplateLocale["Eshn"] = "es-hn";
|
|
13172
|
+
SmsTemplateLocale["Esmx"] = "es-mx";
|
|
13173
|
+
SmsTemplateLocale["Esni"] = "es-ni";
|
|
13174
|
+
SmsTemplateLocale["Espa"] = "es-pa";
|
|
13175
|
+
SmsTemplateLocale["Espe"] = "es-pe";
|
|
13176
|
+
SmsTemplateLocale["Espr"] = "es-pr";
|
|
13177
|
+
SmsTemplateLocale["Espy"] = "es-py";
|
|
13178
|
+
SmsTemplateLocale["Essv"] = "es-sv";
|
|
13179
|
+
SmsTemplateLocale["Esuy"] = "es-uy";
|
|
13180
|
+
SmsTemplateLocale["Esve"] = "es-ve";
|
|
13181
|
+
SmsTemplateLocale["Et"] = "et";
|
|
13182
|
+
SmsTemplateLocale["Eu"] = "eu";
|
|
13183
|
+
SmsTemplateLocale["Fa"] = "fa";
|
|
13184
|
+
SmsTemplateLocale["Fi"] = "fi";
|
|
13185
|
+
SmsTemplateLocale["Fo"] = "fo";
|
|
13186
|
+
SmsTemplateLocale["Fr"] = "fr";
|
|
13187
|
+
SmsTemplateLocale["Frbe"] = "fr-be";
|
|
13188
|
+
SmsTemplateLocale["Frca"] = "fr-ca";
|
|
13189
|
+
SmsTemplateLocale["Frch"] = "fr-ch";
|
|
13190
|
+
SmsTemplateLocale["Frlu"] = "fr-lu";
|
|
13191
|
+
SmsTemplateLocale["Ga"] = "ga";
|
|
13192
|
+
SmsTemplateLocale["Gd"] = "gd";
|
|
13193
|
+
SmsTemplateLocale["He"] = "he";
|
|
13194
|
+
SmsTemplateLocale["Hi"] = "hi";
|
|
13195
|
+
SmsTemplateLocale["Hr"] = "hr";
|
|
13196
|
+
SmsTemplateLocale["Hu"] = "hu";
|
|
13197
|
+
SmsTemplateLocale["Id"] = "id";
|
|
13198
|
+
SmsTemplateLocale["Is"] = "is";
|
|
13199
|
+
SmsTemplateLocale["It"] = "it";
|
|
13200
|
+
SmsTemplateLocale["Itch"] = "it-ch";
|
|
13201
|
+
SmsTemplateLocale["Ja"] = "ja";
|
|
13202
|
+
SmsTemplateLocale["Ji"] = "ji";
|
|
13203
|
+
SmsTemplateLocale["Ko"] = "ko";
|
|
13204
|
+
SmsTemplateLocale["Ku"] = "ku";
|
|
13205
|
+
SmsTemplateLocale["Lt"] = "lt";
|
|
13206
|
+
SmsTemplateLocale["Lv"] = "lv";
|
|
13207
|
+
SmsTemplateLocale["Mk"] = "mk";
|
|
13208
|
+
SmsTemplateLocale["Ml"] = "ml";
|
|
13209
|
+
SmsTemplateLocale["Ms"] = "ms";
|
|
13210
|
+
SmsTemplateLocale["Mt"] = "mt";
|
|
13211
|
+
SmsTemplateLocale["Nb"] = "nb";
|
|
13212
|
+
SmsTemplateLocale["Ne"] = "ne";
|
|
13213
|
+
SmsTemplateLocale["Nl"] = "nl";
|
|
13214
|
+
SmsTemplateLocale["Nlbe"] = "nl-be";
|
|
13215
|
+
SmsTemplateLocale["Nn"] = "nn";
|
|
13216
|
+
SmsTemplateLocale["No"] = "no";
|
|
13217
|
+
SmsTemplateLocale["Pa"] = "pa";
|
|
13218
|
+
SmsTemplateLocale["Pl"] = "pl";
|
|
13219
|
+
SmsTemplateLocale["Pt"] = "pt";
|
|
13220
|
+
SmsTemplateLocale["Ptbr"] = "pt-br";
|
|
13221
|
+
SmsTemplateLocale["Rm"] = "rm";
|
|
13222
|
+
SmsTemplateLocale["Ro"] = "ro";
|
|
13223
|
+
SmsTemplateLocale["Romd"] = "ro-md";
|
|
13224
|
+
SmsTemplateLocale["Ru"] = "ru";
|
|
13225
|
+
SmsTemplateLocale["Rumd"] = "ru-md";
|
|
13226
|
+
SmsTemplateLocale["Sb"] = "sb";
|
|
13227
|
+
SmsTemplateLocale["Sk"] = "sk";
|
|
13228
|
+
SmsTemplateLocale["Sl"] = "sl";
|
|
13229
|
+
SmsTemplateLocale["Sq"] = "sq";
|
|
13230
|
+
SmsTemplateLocale["Sr"] = "sr";
|
|
13231
|
+
SmsTemplateLocale["Sv"] = "sv";
|
|
13232
|
+
SmsTemplateLocale["Svfi"] = "sv-fi";
|
|
13233
|
+
SmsTemplateLocale["Th"] = "th";
|
|
13234
|
+
SmsTemplateLocale["Tn"] = "tn";
|
|
13235
|
+
SmsTemplateLocale["Tr"] = "tr";
|
|
13236
|
+
SmsTemplateLocale["Ts"] = "ts";
|
|
13237
|
+
SmsTemplateLocale["Ua"] = "ua";
|
|
13238
|
+
SmsTemplateLocale["Ur"] = "ur";
|
|
13239
|
+
SmsTemplateLocale["Ve"] = "ve";
|
|
13240
|
+
SmsTemplateLocale["Vi"] = "vi";
|
|
13241
|
+
SmsTemplateLocale["Xh"] = "xh";
|
|
13242
|
+
SmsTemplateLocale["Zhcn"] = "zh-cn";
|
|
13243
|
+
SmsTemplateLocale["Zhhk"] = "zh-hk";
|
|
13244
|
+
SmsTemplateLocale["Zhsg"] = "zh-sg";
|
|
13245
|
+
SmsTemplateLocale["Zhtw"] = "zh-tw";
|
|
13246
|
+
SmsTemplateLocale["Zu"] = "zu";
|
|
13247
|
+
})(exports.SmsTemplateLocale || (exports.SmsTemplateLocale = {}));
|
|
13153
13248
|
|
|
13154
13249
|
exports.ResourceType = void 0;
|
|
13155
13250
|
(function (ResourceType) {
|