@appwrite.io/console 0.7.0-rc.2 → 1.0.1
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 +1 -1
- package/dist/cjs/sdk.js +122 -31
- package/dist/cjs/sdk.js.map +1 -1
- package/dist/esm/sdk.js +122 -31
- package/dist/esm/sdk.js.map +1 -1
- package/dist/iife/sdk.js +122 -31
- package/docs/examples/account/create-anonymous-session.md +1 -1
- package/docs/examples/account/create-email-password-session.md +1 -1
- package/docs/examples/account/create-email-token.md +1 -1
- package/docs/examples/account/create-j-w-t.md +1 -1
- package/docs/examples/account/create-magic-u-r-l-token.md +1 -1
- package/docs/examples/account/create-mfa-authenticator.md +1 -1
- package/docs/examples/account/create-mfa-challenge.md +1 -1
- package/docs/examples/account/create-mfa-recovery-codes.md +1 -1
- package/docs/examples/account/create-o-auth2session.md +1 -1
- package/docs/examples/account/create-o-auth2token.md +1 -1
- package/docs/examples/account/create-phone-token.md +1 -1
- package/docs/examples/account/create-phone-verification.md +1 -1
- package/docs/examples/account/create-push-target.md +1 -1
- package/docs/examples/account/create-recovery.md +1 -1
- package/docs/examples/account/create-session.md +1 -1
- package/docs/examples/account/create-verification.md +1 -1
- package/docs/examples/account/create.md +1 -1
- package/docs/examples/account/delete-identity.md +1 -1
- package/docs/examples/account/delete-mfa-authenticator.md +1 -1
- package/docs/examples/account/delete-push-target.md +1 -1
- package/docs/examples/account/delete-session.md +1 -1
- package/docs/examples/account/delete-sessions.md +1 -1
- package/docs/examples/account/delete.md +1 -1
- package/docs/examples/account/get-mfa-recovery-codes.md +1 -1
- package/docs/examples/account/get-prefs.md +1 -1
- package/docs/examples/account/get-session.md +1 -1
- package/docs/examples/account/get.md +1 -1
- package/docs/examples/account/list-identities.md +1 -1
- package/docs/examples/account/list-logs.md +1 -1
- package/docs/examples/account/list-mfa-factors.md +1 -1
- package/docs/examples/account/list-sessions.md +1 -1
- package/docs/examples/account/update-email.md +1 -1
- package/docs/examples/account/update-m-f-a.md +1 -1
- package/docs/examples/account/update-magic-u-r-l-session.md +1 -1
- package/docs/examples/account/update-mfa-authenticator.md +1 -1
- package/docs/examples/account/update-mfa-challenge.md +1 -1
- package/docs/examples/account/update-mfa-recovery-codes.md +1 -1
- package/docs/examples/account/update-name.md +1 -1
- package/docs/examples/account/update-password.md +1 -1
- package/docs/examples/account/update-phone-session.md +1 -1
- package/docs/examples/account/update-phone-verification.md +1 -1
- package/docs/examples/account/update-phone.md +1 -1
- package/docs/examples/account/update-prefs.md +1 -1
- package/docs/examples/account/update-push-target.md +1 -1
- package/docs/examples/account/update-recovery.md +1 -1
- package/docs/examples/account/update-session.md +1 -1
- package/docs/examples/account/update-status.md +1 -1
- package/docs/examples/account/update-verification.md +1 -1
- package/docs/examples/assistant/chat.md +1 -1
- package/docs/examples/avatars/get-browser.md +1 -1
- package/docs/examples/avatars/get-credit-card.md +1 -1
- package/docs/examples/avatars/get-favicon.md +1 -1
- package/docs/examples/avatars/get-flag.md +1 -1
- package/docs/examples/avatars/get-image.md +1 -1
- package/docs/examples/avatars/get-initials.md +1 -1
- package/docs/examples/avatars/get-q-r.md +1 -1
- package/docs/examples/console/variables.md +1 -1
- package/docs/examples/databases/create-boolean-attribute.md +1 -1
- package/docs/examples/databases/create-collection.md +1 -1
- package/docs/examples/databases/create-datetime-attribute.md +1 -1
- package/docs/examples/databases/create-document.md +1 -1
- package/docs/examples/databases/create-email-attribute.md +1 -1
- package/docs/examples/databases/create-enum-attribute.md +1 -1
- package/docs/examples/databases/create-float-attribute.md +1 -1
- package/docs/examples/databases/create-index.md +1 -1
- package/docs/examples/databases/create-integer-attribute.md +1 -1
- package/docs/examples/databases/create-ip-attribute.md +1 -1
- package/docs/examples/databases/create-relationship-attribute.md +1 -1
- package/docs/examples/databases/create-string-attribute.md +1 -1
- package/docs/examples/databases/create-url-attribute.md +1 -1
- package/docs/examples/databases/create.md +1 -1
- package/docs/examples/databases/delete-attribute.md +1 -1
- package/docs/examples/databases/delete-collection.md +1 -1
- package/docs/examples/databases/delete-document.md +1 -1
- package/docs/examples/databases/delete-index.md +1 -1
- package/docs/examples/databases/delete.md +1 -1
- package/docs/examples/databases/get-attribute.md +1 -1
- package/docs/examples/databases/get-collection-usage.md +1 -1
- package/docs/examples/databases/get-collection.md +1 -1
- package/docs/examples/databases/get-database-usage.md +1 -1
- package/docs/examples/databases/get-document.md +1 -1
- package/docs/examples/databases/get-index.md +1 -1
- package/docs/examples/databases/get-usage.md +1 -1
- package/docs/examples/databases/get.md +1 -1
- package/docs/examples/databases/list-attributes.md +1 -1
- package/docs/examples/databases/list-collection-logs.md +1 -1
- package/docs/examples/databases/list-collections.md +1 -1
- package/docs/examples/databases/list-document-logs.md +1 -1
- package/docs/examples/databases/list-documents.md +1 -1
- package/docs/examples/databases/list-indexes.md +1 -1
- package/docs/examples/databases/list-logs.md +1 -1
- package/docs/examples/databases/list.md +1 -1
- package/docs/examples/databases/update-boolean-attribute.md +1 -1
- package/docs/examples/databases/update-collection.md +1 -1
- package/docs/examples/databases/update-datetime-attribute.md +1 -1
- package/docs/examples/databases/update-document.md +1 -1
- package/docs/examples/databases/update-email-attribute.md +1 -1
- package/docs/examples/databases/update-enum-attribute.md +1 -1
- package/docs/examples/databases/update-float-attribute.md +1 -1
- package/docs/examples/databases/update-integer-attribute.md +1 -1
- package/docs/examples/databases/update-ip-attribute.md +1 -1
- package/docs/examples/databases/update-relationship-attribute.md +1 -1
- package/docs/examples/databases/update-string-attribute.md +1 -1
- package/docs/examples/databases/update-url-attribute.md +1 -1
- package/docs/examples/databases/update.md +1 -1
- package/docs/examples/functions/create-build.md +1 -1
- package/docs/examples/functions/create-deployment.md +1 -1
- package/docs/examples/functions/create-execution.md +1 -1
- package/docs/examples/functions/create-variable.md +1 -1
- package/docs/examples/functions/create.md +3 -2
- package/docs/examples/functions/delete-deployment.md +1 -1
- package/docs/examples/functions/delete-execution.md +1 -1
- package/docs/examples/functions/delete-variable.md +1 -1
- package/docs/examples/functions/delete.md +1 -1
- package/docs/examples/functions/get-deployment-download.md +1 -1
- package/docs/examples/functions/get-deployment.md +1 -1
- package/docs/examples/functions/get-execution.md +1 -1
- package/docs/examples/functions/get-function-usage.md +1 -1
- package/docs/examples/functions/get-template.md +1 -1
- package/docs/examples/functions/get-usage.md +1 -1
- package/docs/examples/functions/get-variable.md +1 -1
- package/docs/examples/functions/get.md +1 -1
- package/docs/examples/functions/list-deployments.md +1 -1
- package/docs/examples/functions/list-executions.md +1 -1
- package/docs/examples/functions/list-runtimes.md +1 -1
- package/docs/examples/functions/list-specifications.md +11 -0
- package/docs/examples/functions/list-templates.md +1 -1
- package/docs/examples/functions/list-variables.md +1 -1
- package/docs/examples/functions/list.md +1 -1
- package/docs/examples/functions/update-deployment-build.md +1 -1
- package/docs/examples/functions/update-deployment.md +1 -1
- package/docs/examples/functions/update-variable.md +1 -1
- package/docs/examples/functions/update.md +3 -2
- package/docs/examples/graphql/mutation.md +1 -1
- package/docs/examples/graphql/query.md +1 -1
- package/docs/examples/health/get-antivirus.md +1 -1
- package/docs/examples/health/get-cache.md +1 -1
- package/docs/examples/health/get-certificate.md +1 -1
- package/docs/examples/health/get-d-b.md +1 -1
- package/docs/examples/health/get-failed-jobs.md +1 -1
- package/docs/examples/health/get-pub-sub.md +1 -1
- package/docs/examples/health/get-queue-builds.md +1 -1
- package/docs/examples/health/get-queue-certificates.md +1 -1
- package/docs/examples/health/get-queue-databases.md +1 -1
- package/docs/examples/health/get-queue-deletes.md +1 -1
- package/docs/examples/health/get-queue-functions.md +1 -1
- package/docs/examples/health/get-queue-logs.md +1 -1
- package/docs/examples/health/get-queue-mails.md +1 -1
- package/docs/examples/health/get-queue-messaging.md +1 -1
- package/docs/examples/health/get-queue-migrations.md +1 -1
- package/docs/examples/health/get-queue-usage-dump.md +1 -1
- package/docs/examples/health/get-queue-usage.md +1 -1
- package/docs/examples/health/get-queue-webhooks.md +1 -1
- package/docs/examples/health/get-queue.md +1 -1
- package/docs/examples/health/get-storage-local.md +1 -1
- package/docs/examples/health/get-storage.md +1 -1
- package/docs/examples/health/get-time.md +1 -1
- package/docs/examples/health/get.md +1 -1
- package/docs/examples/locale/get.md +1 -1
- package/docs/examples/locale/list-codes.md +1 -1
- package/docs/examples/locale/list-continents.md +1 -1
- package/docs/examples/locale/list-countries-e-u.md +1 -1
- package/docs/examples/locale/list-countries-phones.md +1 -1
- package/docs/examples/locale/list-countries.md +1 -1
- package/docs/examples/locale/list-currencies.md +1 -1
- package/docs/examples/locale/list-languages.md +1 -1
- package/docs/examples/messaging/create-apns-provider.md +1 -1
- package/docs/examples/messaging/create-email.md +1 -1
- package/docs/examples/messaging/create-fcm-provider.md +1 -1
- package/docs/examples/messaging/create-mailgun-provider.md +1 -1
- package/docs/examples/messaging/create-msg91provider.md +1 -1
- package/docs/examples/messaging/create-push.md +1 -1
- package/docs/examples/messaging/create-sendgrid-provider.md +1 -1
- package/docs/examples/messaging/create-sms.md +1 -1
- package/docs/examples/messaging/create-smtp-provider.md +1 -1
- package/docs/examples/messaging/create-subscriber.md +1 -1
- package/docs/examples/messaging/create-telesign-provider.md +1 -1
- package/docs/examples/messaging/create-textmagic-provider.md +1 -1
- package/docs/examples/messaging/create-topic.md +1 -1
- package/docs/examples/messaging/create-twilio-provider.md +1 -1
- package/docs/examples/messaging/create-vonage-provider.md +1 -1
- package/docs/examples/messaging/delete-provider.md +1 -1
- package/docs/examples/messaging/delete-subscriber.md +1 -1
- package/docs/examples/messaging/delete-topic.md +1 -1
- package/docs/examples/messaging/delete.md +1 -1
- package/docs/examples/messaging/get-message.md +1 -1
- package/docs/examples/messaging/get-provider.md +1 -1
- package/docs/examples/messaging/get-subscriber.md +1 -1
- package/docs/examples/messaging/get-topic.md +1 -1
- package/docs/examples/messaging/list-message-logs.md +1 -1
- package/docs/examples/messaging/list-messages.md +1 -1
- package/docs/examples/messaging/list-provider-logs.md +1 -1
- package/docs/examples/messaging/list-providers.md +1 -1
- package/docs/examples/messaging/list-subscriber-logs.md +1 -1
- package/docs/examples/messaging/list-subscribers.md +1 -1
- package/docs/examples/messaging/list-targets.md +1 -1
- package/docs/examples/messaging/list-topic-logs.md +1 -1
- package/docs/examples/messaging/list-topics.md +1 -1
- package/docs/examples/messaging/update-apns-provider.md +1 -1
- package/docs/examples/messaging/update-email.md +1 -1
- package/docs/examples/messaging/update-fcm-provider.md +1 -1
- package/docs/examples/messaging/update-mailgun-provider.md +1 -1
- package/docs/examples/messaging/update-msg91provider.md +1 -1
- package/docs/examples/messaging/update-push.md +1 -1
- package/docs/examples/messaging/update-sendgrid-provider.md +1 -1
- package/docs/examples/messaging/update-sms.md +1 -1
- package/docs/examples/messaging/update-smtp-provider.md +1 -1
- package/docs/examples/messaging/update-telesign-provider.md +1 -1
- package/docs/examples/messaging/update-textmagic-provider.md +1 -1
- package/docs/examples/messaging/update-topic.md +1 -1
- package/docs/examples/messaging/update-twilio-provider.md +1 -1
- package/docs/examples/messaging/update-vonage-provider.md +1 -1
- package/docs/examples/migrations/create-appwrite-migration.md +1 -1
- package/docs/examples/migrations/create-firebase-migration.md +1 -1
- package/docs/examples/migrations/create-firebase-o-auth-migration.md +1 -1
- package/docs/examples/migrations/create-n-host-migration.md +1 -1
- package/docs/examples/migrations/create-supabase-migration.md +1 -1
- package/docs/examples/migrations/delete-firebase-auth.md +1 -1
- package/docs/examples/migrations/delete.md +1 -1
- package/docs/examples/migrations/get-appwrite-report.md +1 -1
- package/docs/examples/migrations/get-firebase-report-o-auth.md +1 -1
- package/docs/examples/migrations/get-firebase-report.md +1 -1
- package/docs/examples/migrations/get-n-host-report.md +1 -1
- package/docs/examples/migrations/get-supabase-report.md +1 -1
- package/docs/examples/migrations/get.md +1 -1
- package/docs/examples/migrations/list-firebase-projects.md +1 -1
- package/docs/examples/migrations/list.md +1 -1
- package/docs/examples/migrations/retry.md +1 -1
- package/docs/examples/project/create-variable.md +1 -1
- package/docs/examples/project/delete-variable.md +1 -1
- package/docs/examples/project/get-usage.md +1 -1
- package/docs/examples/project/get-variable.md +1 -1
- package/docs/examples/project/list-variables.md +1 -1
- package/docs/examples/project/update-variable.md +1 -1
- package/docs/examples/projects/create-j-w-t.md +1 -1
- package/docs/examples/projects/create-key.md +1 -1
- package/docs/examples/projects/create-platform.md +1 -1
- package/docs/examples/projects/create-smtp-test.md +1 -1
- package/docs/examples/projects/create-webhook.md +1 -1
- package/docs/examples/projects/create.md +1 -1
- package/docs/examples/projects/delete-email-template.md +1 -1
- package/docs/examples/projects/delete-key.md +1 -1
- package/docs/examples/projects/delete-platform.md +1 -1
- package/docs/examples/projects/delete-sms-template.md +1 -1
- package/docs/examples/projects/delete-webhook.md +1 -1
- package/docs/examples/projects/delete.md +1 -1
- package/docs/examples/projects/get-email-template.md +1 -1
- package/docs/examples/projects/get-key.md +1 -1
- package/docs/examples/projects/get-platform.md +1 -1
- package/docs/examples/projects/get-sms-template.md +1 -1
- package/docs/examples/projects/get-webhook.md +1 -1
- package/docs/examples/projects/get.md +1 -1
- package/docs/examples/projects/list-keys.md +1 -1
- package/docs/examples/projects/list-platforms.md +1 -1
- package/docs/examples/projects/list-webhooks.md +1 -1
- package/docs/examples/projects/list.md +1 -1
- package/docs/examples/projects/update-api-status-all.md +1 -1
- package/docs/examples/projects/update-api-status.md +1 -1
- package/docs/examples/projects/update-auth-duration.md +1 -1
- package/docs/examples/projects/update-auth-limit.md +1 -1
- package/docs/examples/projects/update-auth-password-dictionary.md +1 -1
- package/docs/examples/projects/update-auth-password-history.md +1 -1
- package/docs/examples/projects/update-auth-sessions-limit.md +1 -1
- package/docs/examples/projects/update-auth-status.md +1 -1
- package/docs/examples/projects/update-email-template.md +1 -1
- package/docs/examples/projects/update-key.md +1 -1
- package/docs/examples/projects/update-mock-numbers.md +1 -1
- package/docs/examples/projects/update-o-auth2.md +1 -1
- package/docs/examples/projects/update-personal-data-check.md +1 -1
- package/docs/examples/projects/update-platform.md +1 -1
- package/docs/examples/projects/update-service-status-all.md +1 -1
- package/docs/examples/projects/update-service-status.md +1 -1
- package/docs/examples/projects/update-session-alerts.md +1 -1
- package/docs/examples/projects/update-sms-template.md +1 -1
- package/docs/examples/projects/update-smtp.md +1 -1
- package/docs/examples/projects/update-team.md +1 -1
- package/docs/examples/projects/update-webhook-signature.md +1 -1
- package/docs/examples/projects/update-webhook.md +1 -1
- package/docs/examples/projects/update.md +1 -1
- package/docs/examples/proxy/create-rule.md +1 -1
- package/docs/examples/proxy/delete-rule.md +1 -1
- package/docs/examples/proxy/get-rule.md +1 -1
- package/docs/examples/proxy/list-rules.md +1 -1
- package/docs/examples/proxy/update-rule-verification.md +1 -1
- package/docs/examples/storage/create-bucket.md +1 -1
- package/docs/examples/storage/create-file.md +1 -1
- package/docs/examples/storage/delete-bucket.md +1 -1
- package/docs/examples/storage/delete-file.md +1 -1
- package/docs/examples/storage/get-bucket-usage.md +1 -1
- package/docs/examples/storage/get-bucket.md +1 -1
- package/docs/examples/storage/get-file-download.md +1 -1
- package/docs/examples/storage/get-file-preview.md +1 -1
- package/docs/examples/storage/get-file-view.md +1 -1
- package/docs/examples/storage/get-file.md +1 -1
- package/docs/examples/storage/get-usage.md +1 -1
- package/docs/examples/storage/list-buckets.md +1 -1
- package/docs/examples/storage/list-files.md +1 -1
- package/docs/examples/storage/update-bucket.md +1 -1
- package/docs/examples/storage/update-file.md +1 -1
- package/docs/examples/teams/create-membership.md +1 -1
- package/docs/examples/teams/create.md +1 -1
- package/docs/examples/teams/delete-membership.md +1 -1
- package/docs/examples/teams/delete.md +1 -1
- package/docs/examples/teams/get-membership.md +1 -1
- package/docs/examples/teams/get-prefs.md +1 -1
- package/docs/examples/teams/get.md +1 -1
- package/docs/examples/teams/list-logs.md +1 -1
- package/docs/examples/teams/list-memberships.md +1 -1
- package/docs/examples/teams/list.md +1 -1
- package/docs/examples/teams/update-membership-status.md +1 -1
- package/docs/examples/teams/update-membership.md +1 -1
- package/docs/examples/teams/update-name.md +1 -1
- package/docs/examples/teams/update-prefs.md +1 -1
- package/docs/examples/users/create-argon2user.md +1 -1
- package/docs/examples/users/create-bcrypt-user.md +1 -1
- package/docs/examples/users/create-j-w-t.md +1 -1
- package/docs/examples/users/create-m-d5user.md +1 -1
- package/docs/examples/users/create-mfa-recovery-codes.md +1 -1
- package/docs/examples/users/create-p-h-pass-user.md +1 -1
- package/docs/examples/users/create-s-h-a-user.md +1 -1
- package/docs/examples/users/create-scrypt-modified-user.md +1 -1
- package/docs/examples/users/create-scrypt-user.md +1 -1
- package/docs/examples/users/create-session.md +1 -1
- package/docs/examples/users/create-target.md +1 -1
- package/docs/examples/users/create-token.md +1 -1
- package/docs/examples/users/create.md +1 -1
- package/docs/examples/users/delete-identity.md +1 -1
- package/docs/examples/users/delete-mfa-authenticator.md +1 -1
- package/docs/examples/users/delete-session.md +1 -1
- package/docs/examples/users/delete-sessions.md +1 -1
- package/docs/examples/users/delete-target.md +1 -1
- package/docs/examples/users/delete.md +1 -1
- package/docs/examples/users/get-mfa-recovery-codes.md +1 -1
- package/docs/examples/users/get-prefs.md +1 -1
- package/docs/examples/users/get-target.md +1 -1
- package/docs/examples/users/get-usage.md +1 -1
- package/docs/examples/users/get.md +1 -1
- package/docs/examples/users/list-identities.md +1 -1
- package/docs/examples/users/list-logs.md +1 -1
- package/docs/examples/users/list-memberships.md +1 -1
- package/docs/examples/users/list-mfa-factors.md +1 -1
- package/docs/examples/users/list-sessions.md +1 -1
- package/docs/examples/users/list-targets.md +1 -1
- package/docs/examples/users/list.md +1 -1
- package/docs/examples/users/update-email-verification.md +1 -1
- package/docs/examples/users/update-email.md +1 -1
- package/docs/examples/users/update-labels.md +1 -1
- package/docs/examples/users/update-mfa-recovery-codes.md +1 -1
- package/docs/examples/users/update-mfa.md +1 -1
- package/docs/examples/users/update-name.md +1 -1
- package/docs/examples/users/update-password.md +1 -1
- package/docs/examples/users/update-phone-verification.md +1 -1
- package/docs/examples/users/update-phone.md +1 -1
- package/docs/examples/users/update-prefs.md +1 -1
- package/docs/examples/users/update-status.md +1 -1
- package/docs/examples/users/update-target.md +1 -1
- package/docs/examples/vcs/create-repository-detection.md +1 -1
- package/docs/examples/vcs/create-repository.md +1 -1
- package/docs/examples/vcs/delete-installation.md +1 -1
- package/docs/examples/vcs/get-installation.md +1 -1
- package/docs/examples/vcs/get-repository-contents.md +1 -1
- package/docs/examples/vcs/get-repository.md +1 -1
- package/docs/examples/vcs/list-installations.md +1 -1
- package/docs/examples/vcs/list-repositories.md +1 -1
- package/docs/examples/vcs/list-repository-branches.md +1 -1
- package/docs/examples/vcs/update-external-deployments.md +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -19
- package/src/enums/runtime.ts +1 -1
- package/src/models.ts +42 -0
- package/src/services/account.ts +67 -18
- package/src/services/assistant.ts +2 -0
- package/src/services/avatars.ts +36 -0
- package/src/services/console.ts +2 -0
- package/src/services/databases.ts +49 -0
- package/src/services/functions.ts +72 -7
- package/src/services/graphql.ts +3 -0
- package/src/services/health.ts +24 -0
- package/src/services/locale.ts +9 -0
- package/src/services/messaging.ts +47 -0
- package/src/services/migrations.ts +17 -0
- package/src/services/project.ts +7 -0
- package/src/services/projects.ts +46 -0
- package/src/services/proxy.ts +6 -0
- package/src/services/storage.ts +28 -0
- package/src/services/teams.ts +15 -0
- package/src/services/users.ts +44 -0
- package/src/services/vcs.ts +11 -0
- package/types/client.d.ts +0 -1
- package/types/enums/runtime.d.ts +1 -1
- package/types/models.d.ts +42 -0
- package/types/services/functions.d.ts +15 -3
package/src/services/health.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Service } from '../service';
|
|
1
2
|
import { AppwriteException, Client, type Payload, UploadProgress } from '../client';
|
|
2
3
|
import type { Models } from '../models';
|
|
3
4
|
import { Name } from '../enums/name';
|
|
@@ -26,6 +27,7 @@ export class Health {
|
|
|
26
27
|
'content-type': 'application/json',
|
|
27
28
|
}
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
return await this.client.call(
|
|
30
32
|
'get',
|
|
31
33
|
uri,
|
|
@@ -50,6 +52,7 @@ export class Health {
|
|
|
50
52
|
'content-type': 'application/json',
|
|
51
53
|
}
|
|
52
54
|
|
|
55
|
+
|
|
53
56
|
return await this.client.call(
|
|
54
57
|
'get',
|
|
55
58
|
uri,
|
|
@@ -74,6 +77,7 @@ export class Health {
|
|
|
74
77
|
'content-type': 'application/json',
|
|
75
78
|
}
|
|
76
79
|
|
|
80
|
+
|
|
77
81
|
return await this.client.call(
|
|
78
82
|
'get',
|
|
79
83
|
uri,
|
|
@@ -102,6 +106,7 @@ export class Health {
|
|
|
102
106
|
'content-type': 'application/json',
|
|
103
107
|
}
|
|
104
108
|
|
|
109
|
+
|
|
105
110
|
return await this.client.call(
|
|
106
111
|
'get',
|
|
107
112
|
uri,
|
|
@@ -126,6 +131,7 @@ export class Health {
|
|
|
126
131
|
'content-type': 'application/json',
|
|
127
132
|
}
|
|
128
133
|
|
|
134
|
+
|
|
129
135
|
return await this.client.call(
|
|
130
136
|
'get',
|
|
131
137
|
uri,
|
|
@@ -150,6 +156,7 @@ export class Health {
|
|
|
150
156
|
'content-type': 'application/json',
|
|
151
157
|
}
|
|
152
158
|
|
|
159
|
+
|
|
153
160
|
return await this.client.call(
|
|
154
161
|
'get',
|
|
155
162
|
uri,
|
|
@@ -174,6 +181,7 @@ export class Health {
|
|
|
174
181
|
'content-type': 'application/json',
|
|
175
182
|
}
|
|
176
183
|
|
|
184
|
+
|
|
177
185
|
return await this.client.call(
|
|
178
186
|
'get',
|
|
179
187
|
uri,
|
|
@@ -202,6 +210,7 @@ export class Health {
|
|
|
202
210
|
'content-type': 'application/json',
|
|
203
211
|
}
|
|
204
212
|
|
|
213
|
+
|
|
205
214
|
return await this.client.call(
|
|
206
215
|
'get',
|
|
207
216
|
uri,
|
|
@@ -230,6 +239,7 @@ export class Health {
|
|
|
230
239
|
'content-type': 'application/json',
|
|
231
240
|
}
|
|
232
241
|
|
|
242
|
+
|
|
233
243
|
return await this.client.call(
|
|
234
244
|
'get',
|
|
235
245
|
uri,
|
|
@@ -262,6 +272,7 @@ export class Health {
|
|
|
262
272
|
'content-type': 'application/json',
|
|
263
273
|
}
|
|
264
274
|
|
|
275
|
+
|
|
265
276
|
return await this.client.call(
|
|
266
277
|
'get',
|
|
267
278
|
uri,
|
|
@@ -290,6 +301,7 @@ export class Health {
|
|
|
290
301
|
'content-type': 'application/json',
|
|
291
302
|
}
|
|
292
303
|
|
|
304
|
+
|
|
293
305
|
return await this.client.call(
|
|
294
306
|
'get',
|
|
295
307
|
uri,
|
|
@@ -323,6 +335,7 @@ export class Health {
|
|
|
323
335
|
'content-type': 'application/json',
|
|
324
336
|
}
|
|
325
337
|
|
|
338
|
+
|
|
326
339
|
return await this.client.call(
|
|
327
340
|
'get',
|
|
328
341
|
uri,
|
|
@@ -351,6 +364,7 @@ export class Health {
|
|
|
351
364
|
'content-type': 'application/json',
|
|
352
365
|
}
|
|
353
366
|
|
|
367
|
+
|
|
354
368
|
return await this.client.call(
|
|
355
369
|
'get',
|
|
356
370
|
uri,
|
|
@@ -379,6 +393,7 @@ export class Health {
|
|
|
379
393
|
'content-type': 'application/json',
|
|
380
394
|
}
|
|
381
395
|
|
|
396
|
+
|
|
382
397
|
return await this.client.call(
|
|
383
398
|
'get',
|
|
384
399
|
uri,
|
|
@@ -407,6 +422,7 @@ export class Health {
|
|
|
407
422
|
'content-type': 'application/json',
|
|
408
423
|
}
|
|
409
424
|
|
|
425
|
+
|
|
410
426
|
return await this.client.call(
|
|
411
427
|
'get',
|
|
412
428
|
uri,
|
|
@@ -435,6 +451,7 @@ export class Health {
|
|
|
435
451
|
'content-type': 'application/json',
|
|
436
452
|
}
|
|
437
453
|
|
|
454
|
+
|
|
438
455
|
return await this.client.call(
|
|
439
456
|
'get',
|
|
440
457
|
uri,
|
|
@@ -463,6 +480,7 @@ export class Health {
|
|
|
463
480
|
'content-type': 'application/json',
|
|
464
481
|
}
|
|
465
482
|
|
|
483
|
+
|
|
466
484
|
return await this.client.call(
|
|
467
485
|
'get',
|
|
468
486
|
uri,
|
|
@@ -491,6 +509,7 @@ export class Health {
|
|
|
491
509
|
'content-type': 'application/json',
|
|
492
510
|
}
|
|
493
511
|
|
|
512
|
+
|
|
494
513
|
return await this.client.call(
|
|
495
514
|
'get',
|
|
496
515
|
uri,
|
|
@@ -519,6 +538,7 @@ export class Health {
|
|
|
519
538
|
'content-type': 'application/json',
|
|
520
539
|
}
|
|
521
540
|
|
|
541
|
+
|
|
522
542
|
return await this.client.call(
|
|
523
543
|
'get',
|
|
524
544
|
uri,
|
|
@@ -547,6 +567,7 @@ export class Health {
|
|
|
547
567
|
'content-type': 'application/json',
|
|
548
568
|
}
|
|
549
569
|
|
|
570
|
+
|
|
550
571
|
return await this.client.call(
|
|
551
572
|
'get',
|
|
552
573
|
uri,
|
|
@@ -571,6 +592,7 @@ export class Health {
|
|
|
571
592
|
'content-type': 'application/json',
|
|
572
593
|
}
|
|
573
594
|
|
|
595
|
+
|
|
574
596
|
return await this.client.call(
|
|
575
597
|
'get',
|
|
576
598
|
uri,
|
|
@@ -595,6 +617,7 @@ export class Health {
|
|
|
595
617
|
'content-type': 'application/json',
|
|
596
618
|
}
|
|
597
619
|
|
|
620
|
+
|
|
598
621
|
return await this.client.call(
|
|
599
622
|
'get',
|
|
600
623
|
uri,
|
|
@@ -619,6 +642,7 @@ export class Health {
|
|
|
619
642
|
'content-type': 'application/json',
|
|
620
643
|
}
|
|
621
644
|
|
|
645
|
+
|
|
622
646
|
return await this.client.call(
|
|
623
647
|
'get',
|
|
624
648
|
uri,
|
package/src/services/locale.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Service } from '../service';
|
|
1
2
|
import { AppwriteException, Client, type Payload, UploadProgress } from '../client';
|
|
2
3
|
import type { Models } from '../models';
|
|
3
4
|
|
|
@@ -27,6 +28,7 @@ export class Locale {
|
|
|
27
28
|
'content-type': 'application/json',
|
|
28
29
|
}
|
|
29
30
|
|
|
31
|
+
|
|
30
32
|
return await this.client.call(
|
|
31
33
|
'get',
|
|
32
34
|
uri,
|
|
@@ -51,6 +53,7 @@ export class Locale {
|
|
|
51
53
|
'content-type': 'application/json',
|
|
52
54
|
}
|
|
53
55
|
|
|
56
|
+
|
|
54
57
|
return await this.client.call(
|
|
55
58
|
'get',
|
|
56
59
|
uri,
|
|
@@ -75,6 +78,7 @@ export class Locale {
|
|
|
75
78
|
'content-type': 'application/json',
|
|
76
79
|
}
|
|
77
80
|
|
|
81
|
+
|
|
78
82
|
return await this.client.call(
|
|
79
83
|
'get',
|
|
80
84
|
uri,
|
|
@@ -99,6 +103,7 @@ export class Locale {
|
|
|
99
103
|
'content-type': 'application/json',
|
|
100
104
|
}
|
|
101
105
|
|
|
106
|
+
|
|
102
107
|
return await this.client.call(
|
|
103
108
|
'get',
|
|
104
109
|
uri,
|
|
@@ -123,6 +128,7 @@ export class Locale {
|
|
|
123
128
|
'content-type': 'application/json',
|
|
124
129
|
}
|
|
125
130
|
|
|
131
|
+
|
|
126
132
|
return await this.client.call(
|
|
127
133
|
'get',
|
|
128
134
|
uri,
|
|
@@ -147,6 +153,7 @@ export class Locale {
|
|
|
147
153
|
'content-type': 'application/json',
|
|
148
154
|
}
|
|
149
155
|
|
|
156
|
+
|
|
150
157
|
return await this.client.call(
|
|
151
158
|
'get',
|
|
152
159
|
uri,
|
|
@@ -171,6 +178,7 @@ export class Locale {
|
|
|
171
178
|
'content-type': 'application/json',
|
|
172
179
|
}
|
|
173
180
|
|
|
181
|
+
|
|
174
182
|
return await this.client.call(
|
|
175
183
|
'get',
|
|
176
184
|
uri,
|
|
@@ -195,6 +203,7 @@ export class Locale {
|
|
|
195
203
|
'content-type': 'application/json',
|
|
196
204
|
}
|
|
197
205
|
|
|
206
|
+
|
|
198
207
|
return await this.client.call(
|
|
199
208
|
'get',
|
|
200
209
|
uri,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Service } from '../service';
|
|
1
2
|
import { AppwriteException, Client, type Payload, UploadProgress } from '../client';
|
|
2
3
|
import type { Models } from '../models';
|
|
3
4
|
import { SmtpEncryption } from '../enums/smtp-encryption';
|
|
@@ -34,6 +35,7 @@ export class Messaging {
|
|
|
34
35
|
'content-type': 'application/json',
|
|
35
36
|
}
|
|
36
37
|
|
|
38
|
+
|
|
37
39
|
return await this.client.call(
|
|
38
40
|
'get',
|
|
39
41
|
uri,
|
|
@@ -115,6 +117,7 @@ export class Messaging {
|
|
|
115
117
|
'content-type': 'application/json',
|
|
116
118
|
}
|
|
117
119
|
|
|
120
|
+
|
|
118
121
|
return await this.client.call(
|
|
119
122
|
'post',
|
|
120
123
|
uri,
|
|
@@ -188,6 +191,7 @@ export class Messaging {
|
|
|
188
191
|
'content-type': 'application/json',
|
|
189
192
|
}
|
|
190
193
|
|
|
194
|
+
|
|
191
195
|
return await this.client.call(
|
|
192
196
|
'patch',
|
|
193
197
|
uri,
|
|
@@ -285,6 +289,7 @@ export class Messaging {
|
|
|
285
289
|
'content-type': 'application/json',
|
|
286
290
|
}
|
|
287
291
|
|
|
292
|
+
|
|
288
293
|
return await this.client.call(
|
|
289
294
|
'post',
|
|
290
295
|
uri,
|
|
@@ -374,6 +379,7 @@ export class Messaging {
|
|
|
374
379
|
'content-type': 'application/json',
|
|
375
380
|
}
|
|
376
381
|
|
|
382
|
+
|
|
377
383
|
return await this.client.call(
|
|
378
384
|
'patch',
|
|
379
385
|
uri,
|
|
@@ -432,6 +438,7 @@ export class Messaging {
|
|
|
432
438
|
'content-type': 'application/json',
|
|
433
439
|
}
|
|
434
440
|
|
|
441
|
+
|
|
435
442
|
return await this.client.call(
|
|
436
443
|
'post',
|
|
437
444
|
uri,
|
|
@@ -485,6 +492,7 @@ export class Messaging {
|
|
|
485
492
|
'content-type': 'application/json',
|
|
486
493
|
}
|
|
487
494
|
|
|
495
|
+
|
|
488
496
|
return await this.client.call(
|
|
489
497
|
'patch',
|
|
490
498
|
uri,
|
|
@@ -514,6 +522,7 @@ export class Messaging {
|
|
|
514
522
|
'content-type': 'application/json',
|
|
515
523
|
}
|
|
516
524
|
|
|
525
|
+
|
|
517
526
|
return await this.client.call(
|
|
518
527
|
'get',
|
|
519
528
|
uri,
|
|
@@ -542,6 +551,7 @@ export class Messaging {
|
|
|
542
551
|
'content-type': 'application/json',
|
|
543
552
|
}
|
|
544
553
|
|
|
554
|
+
|
|
545
555
|
return await this.client.call(
|
|
546
556
|
'delete',
|
|
547
557
|
uri,
|
|
@@ -574,6 +584,7 @@ export class Messaging {
|
|
|
574
584
|
'content-type': 'application/json',
|
|
575
585
|
}
|
|
576
586
|
|
|
587
|
+
|
|
577
588
|
return await this.client.call(
|
|
578
589
|
'get',
|
|
579
590
|
uri,
|
|
@@ -606,6 +617,7 @@ export class Messaging {
|
|
|
606
617
|
'content-type': 'application/json',
|
|
607
618
|
}
|
|
608
619
|
|
|
620
|
+
|
|
609
621
|
return await this.client.call(
|
|
610
622
|
'get',
|
|
611
623
|
uri,
|
|
@@ -638,6 +650,7 @@ export class Messaging {
|
|
|
638
650
|
'content-type': 'application/json',
|
|
639
651
|
}
|
|
640
652
|
|
|
653
|
+
|
|
641
654
|
return await this.client.call(
|
|
642
655
|
'get',
|
|
643
656
|
uri,
|
|
@@ -700,6 +713,7 @@ export class Messaging {
|
|
|
700
713
|
'content-type': 'application/json',
|
|
701
714
|
}
|
|
702
715
|
|
|
716
|
+
|
|
703
717
|
return await this.client.call(
|
|
704
718
|
'post',
|
|
705
719
|
uri,
|
|
@@ -756,6 +770,7 @@ export class Messaging {
|
|
|
756
770
|
'content-type': 'application/json',
|
|
757
771
|
}
|
|
758
772
|
|
|
773
|
+
|
|
759
774
|
return await this.client.call(
|
|
760
775
|
'patch',
|
|
761
776
|
uri,
|
|
@@ -802,6 +817,7 @@ export class Messaging {
|
|
|
802
817
|
'content-type': 'application/json',
|
|
803
818
|
}
|
|
804
819
|
|
|
820
|
+
|
|
805
821
|
return await this.client.call(
|
|
806
822
|
'post',
|
|
807
823
|
uri,
|
|
@@ -842,6 +858,7 @@ export class Messaging {
|
|
|
842
858
|
'content-type': 'application/json',
|
|
843
859
|
}
|
|
844
860
|
|
|
861
|
+
|
|
845
862
|
return await this.client.call(
|
|
846
863
|
'patch',
|
|
847
864
|
uri,
|
|
@@ -912,6 +929,7 @@ export class Messaging {
|
|
|
912
929
|
'content-type': 'application/json',
|
|
913
930
|
}
|
|
914
931
|
|
|
932
|
+
|
|
915
933
|
return await this.client.call(
|
|
916
934
|
'post',
|
|
917
935
|
uri,
|
|
@@ -976,6 +994,7 @@ export class Messaging {
|
|
|
976
994
|
'content-type': 'application/json',
|
|
977
995
|
}
|
|
978
996
|
|
|
997
|
+
|
|
979
998
|
return await this.client.call(
|
|
980
999
|
'patch',
|
|
981
1000
|
uri,
|
|
@@ -1030,6 +1049,7 @@ export class Messaging {
|
|
|
1030
1049
|
'content-type': 'application/json',
|
|
1031
1050
|
}
|
|
1032
1051
|
|
|
1052
|
+
|
|
1033
1053
|
return await this.client.call(
|
|
1034
1054
|
'post',
|
|
1035
1055
|
uri,
|
|
@@ -1078,6 +1098,7 @@ export class Messaging {
|
|
|
1078
1098
|
'content-type': 'application/json',
|
|
1079
1099
|
}
|
|
1080
1100
|
|
|
1101
|
+
|
|
1081
1102
|
return await this.client.call(
|
|
1082
1103
|
'patch',
|
|
1083
1104
|
uri,
|
|
@@ -1140,6 +1161,7 @@ export class Messaging {
|
|
|
1140
1161
|
'content-type': 'application/json',
|
|
1141
1162
|
}
|
|
1142
1163
|
|
|
1164
|
+
|
|
1143
1165
|
return await this.client.call(
|
|
1144
1166
|
'post',
|
|
1145
1167
|
uri,
|
|
@@ -1196,6 +1218,7 @@ export class Messaging {
|
|
|
1196
1218
|
'content-type': 'application/json',
|
|
1197
1219
|
}
|
|
1198
1220
|
|
|
1221
|
+
|
|
1199
1222
|
return await this.client.call(
|
|
1200
1223
|
'patch',
|
|
1201
1224
|
uri,
|
|
@@ -1285,6 +1308,7 @@ export class Messaging {
|
|
|
1285
1308
|
'content-type': 'application/json',
|
|
1286
1309
|
}
|
|
1287
1310
|
|
|
1311
|
+
|
|
1288
1312
|
return await this.client.call(
|
|
1289
1313
|
'post',
|
|
1290
1314
|
uri,
|
|
@@ -1365,6 +1389,7 @@ export class Messaging {
|
|
|
1365
1389
|
'content-type': 'application/json',
|
|
1366
1390
|
}
|
|
1367
1391
|
|
|
1392
|
+
|
|
1368
1393
|
return await this.client.call(
|
|
1369
1394
|
'patch',
|
|
1370
1395
|
uri,
|
|
@@ -1419,6 +1444,7 @@ export class Messaging {
|
|
|
1419
1444
|
'content-type': 'application/json',
|
|
1420
1445
|
}
|
|
1421
1446
|
|
|
1447
|
+
|
|
1422
1448
|
return await this.client.call(
|
|
1423
1449
|
'post',
|
|
1424
1450
|
uri,
|
|
@@ -1467,6 +1493,7 @@ export class Messaging {
|
|
|
1467
1493
|
'content-type': 'application/json',
|
|
1468
1494
|
}
|
|
1469
1495
|
|
|
1496
|
+
|
|
1470
1497
|
return await this.client.call(
|
|
1471
1498
|
'patch',
|
|
1472
1499
|
uri,
|
|
@@ -1521,6 +1548,7 @@ export class Messaging {
|
|
|
1521
1548
|
'content-type': 'application/json',
|
|
1522
1549
|
}
|
|
1523
1550
|
|
|
1551
|
+
|
|
1524
1552
|
return await this.client.call(
|
|
1525
1553
|
'post',
|
|
1526
1554
|
uri,
|
|
@@ -1569,6 +1597,7 @@ export class Messaging {
|
|
|
1569
1597
|
'content-type': 'application/json',
|
|
1570
1598
|
}
|
|
1571
1599
|
|
|
1600
|
+
|
|
1572
1601
|
return await this.client.call(
|
|
1573
1602
|
'patch',
|
|
1574
1603
|
uri,
|
|
@@ -1623,6 +1652,7 @@ export class Messaging {
|
|
|
1623
1652
|
'content-type': 'application/json',
|
|
1624
1653
|
}
|
|
1625
1654
|
|
|
1655
|
+
|
|
1626
1656
|
return await this.client.call(
|
|
1627
1657
|
'post',
|
|
1628
1658
|
uri,
|
|
@@ -1671,6 +1701,7 @@ export class Messaging {
|
|
|
1671
1701
|
'content-type': 'application/json',
|
|
1672
1702
|
}
|
|
1673
1703
|
|
|
1704
|
+
|
|
1674
1705
|
return await this.client.call(
|
|
1675
1706
|
'patch',
|
|
1676
1707
|
uri,
|
|
@@ -1725,6 +1756,7 @@ export class Messaging {
|
|
|
1725
1756
|
'content-type': 'application/json',
|
|
1726
1757
|
}
|
|
1727
1758
|
|
|
1759
|
+
|
|
1728
1760
|
return await this.client.call(
|
|
1729
1761
|
'post',
|
|
1730
1762
|
uri,
|
|
@@ -1773,6 +1805,7 @@ export class Messaging {
|
|
|
1773
1805
|
'content-type': 'application/json',
|
|
1774
1806
|
}
|
|
1775
1807
|
|
|
1808
|
+
|
|
1776
1809
|
return await this.client.call(
|
|
1777
1810
|
'patch',
|
|
1778
1811
|
uri,
|
|
@@ -1802,6 +1835,7 @@ export class Messaging {
|
|
|
1802
1835
|
'content-type': 'application/json',
|
|
1803
1836
|
}
|
|
1804
1837
|
|
|
1838
|
+
|
|
1805
1839
|
return await this.client.call(
|
|
1806
1840
|
'get',
|
|
1807
1841
|
uri,
|
|
@@ -1830,6 +1864,7 @@ export class Messaging {
|
|
|
1830
1864
|
'content-type': 'application/json',
|
|
1831
1865
|
}
|
|
1832
1866
|
|
|
1867
|
+
|
|
1833
1868
|
return await this.client.call(
|
|
1834
1869
|
'delete',
|
|
1835
1870
|
uri,
|
|
@@ -1862,6 +1897,7 @@ export class Messaging {
|
|
|
1862
1897
|
'content-type': 'application/json',
|
|
1863
1898
|
}
|
|
1864
1899
|
|
|
1900
|
+
|
|
1865
1901
|
return await this.client.call(
|
|
1866
1902
|
'get',
|
|
1867
1903
|
uri,
|
|
@@ -1894,6 +1930,7 @@ export class Messaging {
|
|
|
1894
1930
|
'content-type': 'application/json',
|
|
1895
1931
|
}
|
|
1896
1932
|
|
|
1933
|
+
|
|
1897
1934
|
return await this.client.call(
|
|
1898
1935
|
'get',
|
|
1899
1936
|
uri,
|
|
@@ -1926,6 +1963,7 @@ export class Messaging {
|
|
|
1926
1963
|
'content-type': 'application/json',
|
|
1927
1964
|
}
|
|
1928
1965
|
|
|
1966
|
+
|
|
1929
1967
|
return await this.client.call(
|
|
1930
1968
|
'get',
|
|
1931
1969
|
uri,
|
|
@@ -1968,6 +2006,7 @@ export class Messaging {
|
|
|
1968
2006
|
'content-type': 'application/json',
|
|
1969
2007
|
}
|
|
1970
2008
|
|
|
2009
|
+
|
|
1971
2010
|
return await this.client.call(
|
|
1972
2011
|
'post',
|
|
1973
2012
|
uri,
|
|
@@ -1997,6 +2036,7 @@ export class Messaging {
|
|
|
1997
2036
|
'content-type': 'application/json',
|
|
1998
2037
|
}
|
|
1999
2038
|
|
|
2039
|
+
|
|
2000
2040
|
return await this.client.call(
|
|
2001
2041
|
'get',
|
|
2002
2042
|
uri,
|
|
@@ -2034,6 +2074,7 @@ export class Messaging {
|
|
|
2034
2074
|
'content-type': 'application/json',
|
|
2035
2075
|
}
|
|
2036
2076
|
|
|
2077
|
+
|
|
2037
2078
|
return await this.client.call(
|
|
2038
2079
|
'patch',
|
|
2039
2080
|
uri,
|
|
@@ -2062,6 +2103,7 @@ export class Messaging {
|
|
|
2062
2103
|
'content-type': 'application/json',
|
|
2063
2104
|
}
|
|
2064
2105
|
|
|
2106
|
+
|
|
2065
2107
|
return await this.client.call(
|
|
2066
2108
|
'delete',
|
|
2067
2109
|
uri,
|
|
@@ -2094,6 +2136,7 @@ export class Messaging {
|
|
|
2094
2136
|
'content-type': 'application/json',
|
|
2095
2137
|
}
|
|
2096
2138
|
|
|
2139
|
+
|
|
2097
2140
|
return await this.client.call(
|
|
2098
2141
|
'get',
|
|
2099
2142
|
uri,
|
|
@@ -2130,6 +2173,7 @@ export class Messaging {
|
|
|
2130
2173
|
'content-type': 'application/json',
|
|
2131
2174
|
}
|
|
2132
2175
|
|
|
2176
|
+
|
|
2133
2177
|
return await this.client.call(
|
|
2134
2178
|
'get',
|
|
2135
2179
|
uri,
|
|
@@ -2172,6 +2216,7 @@ export class Messaging {
|
|
|
2172
2216
|
'content-type': 'application/json',
|
|
2173
2217
|
}
|
|
2174
2218
|
|
|
2219
|
+
|
|
2175
2220
|
return await this.client.call(
|
|
2176
2221
|
'post',
|
|
2177
2222
|
uri,
|
|
@@ -2205,6 +2250,7 @@ export class Messaging {
|
|
|
2205
2250
|
'content-type': 'application/json',
|
|
2206
2251
|
}
|
|
2207
2252
|
|
|
2253
|
+
|
|
2208
2254
|
return await this.client.call(
|
|
2209
2255
|
'get',
|
|
2210
2256
|
uri,
|
|
@@ -2237,6 +2283,7 @@ export class Messaging {
|
|
|
2237
2283
|
'content-type': 'application/json',
|
|
2238
2284
|
}
|
|
2239
2285
|
|
|
2286
|
+
|
|
2240
2287
|
return await this.client.call(
|
|
2241
2288
|
'delete',
|
|
2242
2289
|
uri,
|