appwrite-utils
Version:
180 lines (179 loc) • 13 kB
TypeScript
export { AlgoArgon2Schema, type AlgoArgon2 } from "./AlgoArgon2.js";
export { AlgoBcryptSchema, type AlgoBcrypt } from "./AlgoBcrypt.js";
export { AlgoMd5Schema, type AlgoMd5 } from "./AlgoMd5.js";
export { AlgoPhpassSchema, type AlgoPhpass } from "./AlgoPhpass.js";
export { AlgoScryptSchema, type AlgoScrypt } from "./AlgoScrypt.js";
export { AlgoScryptModifiedSchema, type AlgoScryptModified } from "./AlgoScryptModified.js";
export { AlgoShaSchema, type AlgoSha } from "./AlgoSha.js";
export { AnySchema, type Any } from "./Any.js";
export { AttributeBooleanSchema, type AttributeBoolean } from "./AttributeBoolean.js";
export { AttributeDatetimeSchema, type AttributeDatetime } from "./AttributeDatetime.js";
export { AttributeEmailSchema, type AttributeEmail } from "./AttributeEmail.js";
export { AttributeEnumSchema, type AttributeEnum } from "./AttributeEnum.js";
export { AttributeFloatSchema, type AttributeFloat } from "./AttributeFloat.js";
export { AttributeIntegerSchema, type AttributeInteger } from "./AttributeInteger.js";
export { AttributeIpSchema, type AttributeIp } from "./AttributeIp.js";
export { AttributeLineSchema, type AttributeLine } from "./AttributeLine.js";
export { AttributeListSchema, type AttributeList } from "./AttributeList.js";
export { AttributePointSchema, type AttributePoint } from "./AttributePoint.js";
export { AttributePolygonSchema, type AttributePolygon } from "./AttributePolygon.js";
export { AttributeRelationshipSchema, type AttributeRelationship } from "./AttributeRelationship.js";
export { AttributeStringSchema, type AttributeString } from "./AttributeString.js";
export { AttributeUrlSchema, type AttributeUrl } from "./AttributeUrl.js";
export { AuthProviderSchema, type AuthProvider } from "./AuthProvider.js";
export { BranchSchema, type Branch } from "./Branch.js";
export { BranchListSchema, type BranchList } from "./BranchList.js";
export { BucketSchema, type Bucket } from "./Bucket.js";
export { BucketListSchema, type BucketList } from "./BucketList.js";
export { CollectionSchema, type Collection } from "./Collection.js";
export { CollectionListSchema, type CollectionList } from "./CollectionList.js";
export { ColumnBooleanSchema, type ColumnBoolean } from "./ColumnBoolean.js";
export { ColumnDatetimeSchema, type ColumnDatetime } from "./ColumnDatetime.js";
export { ColumnEmailSchema, type ColumnEmail } from "./ColumnEmail.js";
export { ColumnEnumSchema, type ColumnEnum } from "./ColumnEnum.js";
export { ColumnFloatSchema, type ColumnFloat } from "./ColumnFloat.js";
export { ColumnIndexSchema, type ColumnIndex } from "./ColumnIndex.js";
export { ColumnIndexListSchema, type ColumnIndexList } from "./ColumnIndexList.js";
export { ColumnIntegerSchema, type ColumnInteger } from "./ColumnInteger.js";
export { ColumnIpSchema, type ColumnIp } from "./ColumnIp.js";
export { ColumnLineSchema, type ColumnLine } from "./ColumnLine.js";
export { ColumnListSchema, type ColumnList } from "./ColumnList.js";
export { ColumnPointSchema, type ColumnPoint } from "./ColumnPoint.js";
export { ColumnPolygonSchema, type ColumnPolygon } from "./ColumnPolygon.js";
export { ColumnRelationshipSchema, type ColumnRelationship } from "./ColumnRelationship.js";
export { ColumnStringSchema, type ColumnString } from "./ColumnString.js";
export { ColumnUrlSchema, type ColumnUrl } from "./ColumnUrl.js";
export { ConsoleVariablesSchema, type ConsoleVariables } from "./ConsoleVariables.js";
export { ContinentSchema, type Continent } from "./Continent.js";
export { ContinentListSchema, type ContinentList } from "./ContinentList.js";
export { CountrySchema, type Country } from "./Country.js";
export { CountryListSchema, type CountryList } from "./CountryList.js";
export { CurrencySchema, type Currency } from "./Currency.js";
export { CurrencyListSchema, type CurrencyList } from "./CurrencyList.js";
export { DatabaseSchema, type Database } from "./Database.js";
export { DatabaseListSchema, type DatabaseList } from "./DatabaseList.js";
export { DeploymentSchema, type Deployment } from "./Deployment.js";
export { DeploymentListSchema, type DeploymentList } from "./DeploymentList.js";
export { DetectionFrameworkSchema, type DetectionFramework } from "./DetectionFramework.js";
export { DetectionRuntimeSchema, type DetectionRuntime } from "./DetectionRuntime.js";
export { DetectionVariableSchema, type DetectionVariable } from "./DetectionVariable.js";
export { DevKeySchema, type DevKey } from "./DevKey.js";
export { DevKeyListSchema, type DevKeyList } from "./DevKeyList.js";
export { DocumentSchema, type Document } from "./Document.js";
export { DocumentListSchema, type DocumentList } from "./DocumentList.js";
export { EmailTemplateSchema, type EmailTemplate } from "./EmailTemplate.js";
export { ErrorSchema, type Error } from "./Error.js";
export { ExecutionSchema, type Execution } from "./Execution.js";
export { ExecutionListSchema, type ExecutionList } from "./ExecutionList.js";
export { FileSchema, type File } from "./File.js";
export { FileListSchema, type FileList } from "./FileList.js";
export { FrameworkSchema, type Framework } from "./Framework.js";
export { FrameworkAdapterSchema, type FrameworkAdapter } from "./FrameworkAdapter.js";
export { FrameworkListSchema, type FrameworkList } from "./FrameworkList.js";
export { FunctionSchema, type Function } from "./Function.js";
export { FunctionListSchema, type FunctionList } from "./FunctionList.js";
export { HeadersSchema, type Headers } from "./Headers.js";
export { HealthAntivirusSchema, type HealthAntivirus } from "./HealthAntivirus.js";
export { HealthCertificateSchema, type HealthCertificate } from "./HealthCertificate.js";
export { HealthQueueSchema, type HealthQueue } from "./HealthQueue.js";
export { HealthStatusSchema, type HealthStatus } from "./HealthStatus.js";
export { HealthTimeSchema, type HealthTime } from "./HealthTime.js";
export { IdentitySchema, type Identity } from "./Identity.js";
export { IdentityListSchema, type IdentityList } from "./IdentityList.js";
export { IndexSchema, type Index } from "./Index_.js";
export { IndexListSchema, type IndexList } from "./IndexList.js";
export { InstallationSchema, type Installation } from "./Installation.js";
export { InstallationListSchema, type InstallationList } from "./InstallationList.js";
export { JwtSchema, type Jwt } from "./Jwt.js";
export { KeySchema, type Key } from "./Key.js";
export { KeyListSchema, type KeyList } from "./KeyList.js";
export { LanguageSchema, type Language } from "./Language.js";
export { LanguageListSchema, type LanguageList } from "./LanguageList.js";
export { LocaleSchema, type Locale } from "./Locale.js";
export { LocaleCodeSchema, type LocaleCode } from "./LocaleCode.js";
export { LocaleCodeListSchema, type LocaleCodeList } from "./LocaleCodeList.js";
export { LogSchema, type Log } from "./Log.js";
export { LogListSchema, type LogList } from "./LogList.js";
export { MembershipSchema, type Membership } from "./Membership.js";
export { MembershipListSchema, type MembershipList } from "./MembershipList.js";
export { MessageSchema, type Message } from "./Message.js";
export { MessageListSchema, type MessageList } from "./MessageList.js";
export { MetricSchema, type Metric } from "./Metric.js";
export { MetricBreakdownSchema, type MetricBreakdown } from "./MetricBreakdown.js";
export { MfaChallengeSchema, type MfaChallenge } from "./MfaChallenge.js";
export { MfaFactorsSchema, type MfaFactors } from "./MfaFactors.js";
export { MfaRecoveryCodesSchema, type MfaRecoveryCodes } from "./MfaRecoveryCodes.js";
export { MfaTypeSchema, type MfaType } from "./MfaType.js";
export { MigrationSchema, type Migration } from "./Migration.js";
export { MigrationListSchema, type MigrationList } from "./MigrationList.js";
export { MigrationReportSchema, type MigrationReport } from "./MigrationReport.js";
export { MockNumberSchema, type MockNumber } from "./MockNumber.js";
export { PhoneSchema, type Phone } from "./Phone.js";
export { PhoneListSchema, type PhoneList } from "./PhoneList.js";
export { PlatformSchema, type Platform } from "./Platform.js";
export { PlatformListSchema, type PlatformList } from "./PlatformList.js";
export { PreferencesSchema, type Preferences } from "./Preferences.js";
export { ProjectSchema, type Project } from "./Project.js";
export { ProjectListSchema, type ProjectList } from "./ProjectList.js";
export { ProviderSchema, type Provider } from "./Provider.js";
export { ProviderListSchema, type ProviderList } from "./ProviderList.js";
export { ProviderRepositorySchema, type ProviderRepository } from "./ProviderRepository.js";
export { ProviderRepositoryFrameworkSchema, type ProviderRepositoryFramework } from "./ProviderRepositoryFramework.js";
export { ProviderRepositoryFrameworkListSchema, type ProviderRepositoryFrameworkList } from "./ProviderRepositoryFrameworkList.js";
export { ProviderRepositoryRuntimeSchema, type ProviderRepositoryRuntime } from "./ProviderRepositoryRuntime.js";
export { ProviderRepositoryRuntimeListSchema, type ProviderRepositoryRuntimeList } from "./ProviderRepositoryRuntimeList.js";
export { ProxyRuleSchema, type ProxyRule } from "./ProxyRule.js";
export { ProxyRuleListSchema, type ProxyRuleList } from "./ProxyRuleList.js";
export { ResourceTokenSchema, type ResourceToken } from "./ResourceToken.js";
export { ResourceTokenListSchema, type ResourceTokenList } from "./ResourceTokenList.js";
export { RowSchema, type Row } from "./Row.js";
export { RowListSchema, type RowList } from "./RowList.js";
export { RuntimeSchema, type Runtime } from "./Runtime.js";
export { RuntimeListSchema, type RuntimeList } from "./RuntimeList.js";
export { SessionSchema, type Session } from "./Session.js";
export { SessionListSchema, type SessionList } from "./SessionList.js";
export { SiteSchema, type Site } from "./Site.js";
export { SiteListSchema, type SiteList } from "./SiteList.js";
export { SmsTemplateSchema, type SmsTemplate } from "./SmsTemplate.js";
export { SpecificationSchema, type Specification } from "./Specification.js";
export { SpecificationListSchema, type SpecificationList } from "./SpecificationList.js";
export { SubscriberSchema, type Subscriber } from "./Subscriber.js";
export { SubscriberListSchema, type SubscriberList } from "./SubscriberList.js";
export { TableSchema, type Table } from "./Table.js";
export { TableListSchema, type TableList } from "./TableList.js";
export { TargetSchema, type Target } from "./Target.js";
export { TargetListSchema, type TargetList } from "./TargetList.js";
export { TeamSchema, type Team } from "./Team.js";
export { TeamListSchema, type TeamList } from "./TeamList.js";
export { TemplateFrameworkSchema, type TemplateFramework } from "./TemplateFramework.js";
export { TemplateFunctionSchema, type TemplateFunction } from "./TemplateFunction.js";
export { TemplateFunctionListSchema, type TemplateFunctionList } from "./TemplateFunctionList.js";
export { TemplateRuntimeSchema, type TemplateRuntime } from "./TemplateRuntime.js";
export { TemplateSiteSchema, type TemplateSite } from "./TemplateSite.js";
export { TemplateSiteListSchema, type TemplateSiteList } from "./TemplateSiteList.js";
export { TemplateVariableSchema, type TemplateVariable } from "./TemplateVariable.js";
export { TokenSchema, type Token } from "./Token.js";
export { TopicSchema, type Topic } from "./Topic.js";
export { TopicListSchema, type TopicList } from "./TopicList.js";
export { TransactionSchema, type Transaction } from "./Transaction.js";
export { TransactionListSchema, type TransactionList } from "./TransactionList.js";
export { UsageBucketsSchema, type UsageBuckets } from "./UsageBuckets.js";
export { UsageCollectionSchema, type UsageCollection } from "./UsageCollection.js";
export { UsageDatabaseSchema, type UsageDatabase } from "./UsageDatabase.js";
export { UsageDatabasesSchema, type UsageDatabases } from "./UsageDatabases.js";
export { UsageFunctionSchema, type UsageFunction } from "./UsageFunction.js";
export { UsageFunctionsSchema, type UsageFunctions } from "./UsageFunctions.js";
export { UsageProjectSchema, type UsageProject } from "./UsageProject.js";
export { UsageSiteSchema, type UsageSite } from "./UsageSite.js";
export { UsageSitesSchema, type UsageSites } from "./UsageSites.js";
export { UsageStorageSchema, type UsageStorage } from "./UsageStorage.js";
export { UsageTableSchema, type UsageTable } from "./UsageTable.js";
export { UsageUsersSchema, type UsageUsers } from "./UsageUsers.js";
export { UserSchema, type User } from "./User.js";
export { UserListSchema, type UserList } from "./UserList.js";
export { VariableSchema, type Variable } from "./Variable.js";
export { VariableListSchema, type VariableList } from "./VariableList.js";
export { VcsContentSchema, type VcsContent } from "./VcsContent.js";
export { VcsContentListSchema, type VcsContentList } from "./VcsContentList.js";
export { WebhookSchema, type Webhook } from "./Webhook.js";
export { WebhookListSchema, type WebhookList } from "./WebhookList.js";