@appwrite.io/console 7.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +1 -1
- package/CHANGELOG.md +30 -6
- package/README.md +2 -2
- package/dist/cjs/sdk.js +222 -303
- package/docs/examples/databases/create-index.md +2 -2
- package/docs/examples/domains/create-purchase.md +2 -1
- package/docs/examples/domains/create-transfer-in.md +2 -1
- package/docs/examples/domains/update-auto-renewal.md +16 -0
- package/docs/examples/project/create-variable.md +1 -0
- package/docs/examples/project/list-variables.md +4 -1
- package/docs/examples/project/update-variable.md +1 -1
- package/docs/examples/tablesdb/create-index.md +2 -2
- package/docs/examples/users/update-impersonator.md +16 -0
- package/package.json +7 -7
- package/rollup.config.js +2 -1
- package/src/client.ts +61 -1
- package/src/enums/appwrite-migration-resource.ts +2 -0
- package/src/enums/backup-services.ts +3 -0
- package/src/enums/build-runtime.ts +0 -86
- package/src/enums/database-type.ts +2 -0
- package/src/enums/databases-index-type.ts +6 -0
- package/src/enums/runtime.ts +0 -86
- package/src/enums/runtimes.ts +0 -86
- package/src/enums/scopes.ts +13 -2
- package/src/enums/{index-type.ts → tables-db-index-type.ts} +1 -1
- package/src/enums/template-reference-type.ts +1 -1
- package/src/enums/use-cases.ts +7 -2
- package/src/index.ts +2 -1
- package/src/models.ts +172 -4
- package/src/services/databases.ts +10 -10
- package/src/services/domains.ts +103 -26
- package/src/services/project.ts +76 -33
- package/src/services/tables-db.ts +10 -10
- package/src/services/users.ts +67 -2
- package/src/services/vcs.ts +10 -10
- package/dist/cjs/sdk.js.map +0 -1
- package/dist/esm/sdk.js +0 -29782
- package/dist/esm/sdk.js.map +0 -1
- package/dist/iife/sdk.js +0 -33583
- package/types/channel.d.ts +0 -74
- package/types/client.d.ts +0 -260
- package/types/enums/adapter.d.ts +0 -4
- package/types/enums/api-service.d.ts +0 -15
- package/types/enums/api.d.ts +0 -5
- package/types/enums/appwrite-migration-resource.d.ts +0 -25
- package/types/enums/attribute-status.d.ts +0 -7
- package/types/enums/auth-method.d.ts +0 -9
- package/types/enums/authentication-factor.d.ts +0 -6
- package/types/enums/authenticator-type.d.ts +0 -3
- package/types/enums/backup-services.d.ts +0 -5
- package/types/enums/billing-plan-group.d.ts +0 -5
- package/types/enums/browser-permission.d.ts +0 -22
- package/types/enums/browser.d.ts +0 -16
- package/types/enums/build-runtime.d.ts +0 -174
- package/types/enums/column-status.d.ts +0 -7
- package/types/enums/compression.d.ts +0 -5
- package/types/enums/console-resource-type.d.ts +0 -3
- package/types/enums/credit-card.d.ts +0 -19
- package/types/enums/database-type.d.ts +0 -4
- package/types/enums/deployment-download-type.d.ts +0 -4
- package/types/enums/deployment-status.d.ts +0 -8
- package/types/enums/domain-purchase-status.d.ts +0 -6
- package/types/enums/domain-transfer-status-enum.d.ts +0 -10
- package/types/enums/email-template-locale.d.ts +0 -133
- package/types/enums/email-template-type.d.ts +0 -9
- package/types/enums/execution-method.d.ts +0 -9
- package/types/enums/execution-status.d.ts +0 -7
- package/types/enums/execution-trigger.d.ts +0 -5
- package/types/enums/filter-type.d.ts +0 -4
- package/types/enums/firebase-migration-resource.d.ts +0 -12
- package/types/enums/flag.d.ts +0 -197
- package/types/enums/framework.d.ts +0 -17
- package/types/enums/frameworks.d.ts +0 -17
- package/types/enums/health-antivirus-status.d.ts +0 -5
- package/types/enums/health-check-status.d.ts +0 -4
- package/types/enums/image-format.d.ts +0 -9
- package/types/enums/image-gravity.d.ts +0 -11
- package/types/enums/index-status.d.ts +0 -7
- package/types/enums/index-type.d.ts +0 -6
- package/types/enums/message-priority.d.ts +0 -4
- package/types/enums/message-status.d.ts +0 -7
- package/types/enums/messaging-provider-type.d.ts +0 -5
- package/types/enums/n-host-migration-resource.d.ts +0 -13
- package/types/enums/name.d.ts +0 -15
- package/types/enums/o-auth-provider.d.ts +0 -41
- package/types/enums/order-by.d.ts +0 -4
- package/types/enums/password-hash.d.ts +0 -13
- package/types/enums/platform-type.d.ts +0 -17
- package/types/enums/platform.d.ts +0 -4
- package/types/enums/project-usage-range.d.ts +0 -4
- package/types/enums/proxy-resource-type.d.ts +0 -4
- package/types/enums/proxy-rule-deployment-resource-type.d.ts +0 -4
- package/types/enums/proxy-rule-status.d.ts +0 -6
- package/types/enums/region.d.ts +0 -8
- package/types/enums/registration-type.d.ts +0 -6
- package/types/enums/relation-mutate.d.ts +0 -5
- package/types/enums/relationship-type.d.ts +0 -6
- package/types/enums/resource-type.d.ts +0 -6
- package/types/enums/runtime.d.ts +0 -174
- package/types/enums/runtimes.d.ts +0 -174
- package/types/enums/scopes.d.ts +0 -70
- package/types/enums/sms-template-locale.d.ts +0 -133
- package/types/enums/sms-template-type.d.ts +0 -6
- package/types/enums/smtp-encryption.d.ts +0 -5
- package/types/enums/smtp-secure.d.ts +0 -4
- package/types/enums/status-code.d.ts +0 -6
- package/types/enums/status.d.ts +0 -3
- package/types/enums/supabase-migration-resource.d.ts +0 -13
- package/types/enums/template-reference-type.d.ts +0 -5
- package/types/enums/theme.d.ts +0 -4
- package/types/enums/timezone.d.ts +0 -421
- package/types/enums/usage-range.d.ts +0 -5
- package/types/enums/use-cases.d.ts +0 -11
- package/types/enums/vcs-detection-type.d.ts +0 -4
- package/types/enums/vcs-reference-type.d.ts +0 -5
- package/types/id.d.ts +0 -20
- package/types/index.d.ts +0 -117
- package/types/models.d.ts +0 -9071
- package/types/operator.d.ts +0 -180
- package/types/permission.d.ts +0 -43
- package/types/query.d.ts +0 -442
- package/types/role.d.ts +0 -70
- package/types/service.d.ts +0 -11
- package/types/services/account.d.ts +0 -1536
- package/types/services/activities.d.ts +0 -46
- package/types/services/assistant.d.ts +0 -24
- package/types/services/avatars.d.ts +0 -320
- package/types/services/backups.d.ts +0 -277
- package/types/services/console.d.ts +0 -248
- package/types/services/databases.d.ts +0 -2435
- package/types/services/domains.d.ts +0 -1499
- package/types/services/functions.d.ts +0 -842
- package/types/services/graphql.d.ts +0 -43
- package/types/services/health.d.ts +0 -475
- package/types/services/locale.d.ts +0 -64
- package/types/services/messaging.d.ts +0 -1989
- package/types/services/migrations.d.ts +0 -417
- package/types/services/organizations.d.ts +0 -1009
- package/types/services/project.d.ts +0 -130
- package/types/services/projects.d.ts +0 -1626
- package/types/services/proxy.d.ts +0 -190
- package/types/services/realtime.d.ts +0 -134
- package/types/services/sites.d.ts +0 -800
- package/types/services/storage.d.ts +0 -467
- package/types/services/tables-db.d.ts +0 -2352
- package/types/services/teams.d.ts +0 -366
- package/types/services/tokens.d.ts +0 -119
- package/types/services/users.d.ts +0 -1184
- package/types/services/vcs.d.ts +0 -252
- package/types/services/webhooks.d.ts +0 -165
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
export declare enum Timezone {
|
|
2
|
-
AfricaAbidjan = "africa/abidjan",
|
|
3
|
-
AfricaAccra = "africa/accra",
|
|
4
|
-
AfricaAddisAbaba = "africa/addis_ababa",
|
|
5
|
-
AfricaAlgiers = "africa/algiers",
|
|
6
|
-
AfricaAsmara = "africa/asmara",
|
|
7
|
-
AfricaBamako = "africa/bamako",
|
|
8
|
-
AfricaBangui = "africa/bangui",
|
|
9
|
-
AfricaBanjul = "africa/banjul",
|
|
10
|
-
AfricaBissau = "africa/bissau",
|
|
11
|
-
AfricaBlantyre = "africa/blantyre",
|
|
12
|
-
AfricaBrazzaville = "africa/brazzaville",
|
|
13
|
-
AfricaBujumbura = "africa/bujumbura",
|
|
14
|
-
AfricaCairo = "africa/cairo",
|
|
15
|
-
AfricaCasablanca = "africa/casablanca",
|
|
16
|
-
AfricaCeuta = "africa/ceuta",
|
|
17
|
-
AfricaConakry = "africa/conakry",
|
|
18
|
-
AfricaDakar = "africa/dakar",
|
|
19
|
-
AfricaDarEsSalaam = "africa/dar_es_salaam",
|
|
20
|
-
AfricaDjibouti = "africa/djibouti",
|
|
21
|
-
AfricaDouala = "africa/douala",
|
|
22
|
-
AfricaElAaiun = "africa/el_aaiun",
|
|
23
|
-
AfricaFreetown = "africa/freetown",
|
|
24
|
-
AfricaGaborone = "africa/gaborone",
|
|
25
|
-
AfricaHarare = "africa/harare",
|
|
26
|
-
AfricaJohannesburg = "africa/johannesburg",
|
|
27
|
-
AfricaJuba = "africa/juba",
|
|
28
|
-
AfricaKampala = "africa/kampala",
|
|
29
|
-
AfricaKhartoum = "africa/khartoum",
|
|
30
|
-
AfricaKigali = "africa/kigali",
|
|
31
|
-
AfricaKinshasa = "africa/kinshasa",
|
|
32
|
-
AfricaLagos = "africa/lagos",
|
|
33
|
-
AfricaLibreville = "africa/libreville",
|
|
34
|
-
AfricaLome = "africa/lome",
|
|
35
|
-
AfricaLuanda = "africa/luanda",
|
|
36
|
-
AfricaLubumbashi = "africa/lubumbashi",
|
|
37
|
-
AfricaLusaka = "africa/lusaka",
|
|
38
|
-
AfricaMalabo = "africa/malabo",
|
|
39
|
-
AfricaMaputo = "africa/maputo",
|
|
40
|
-
AfricaMaseru = "africa/maseru",
|
|
41
|
-
AfricaMbabane = "africa/mbabane",
|
|
42
|
-
AfricaMogadishu = "africa/mogadishu",
|
|
43
|
-
AfricaMonrovia = "africa/monrovia",
|
|
44
|
-
AfricaNairobi = "africa/nairobi",
|
|
45
|
-
AfricaNdjamena = "africa/ndjamena",
|
|
46
|
-
AfricaNiamey = "africa/niamey",
|
|
47
|
-
AfricaNouakchott = "africa/nouakchott",
|
|
48
|
-
AfricaOuagadougou = "africa/ouagadougou",
|
|
49
|
-
AfricaPortonovo = "africa/porto-novo",
|
|
50
|
-
AfricaSaoTome = "africa/sao_tome",
|
|
51
|
-
AfricaTripoli = "africa/tripoli",
|
|
52
|
-
AfricaTunis = "africa/tunis",
|
|
53
|
-
AfricaWindhoek = "africa/windhoek",
|
|
54
|
-
AmericaAdak = "america/adak",
|
|
55
|
-
AmericaAnchorage = "america/anchorage",
|
|
56
|
-
AmericaAnguilla = "america/anguilla",
|
|
57
|
-
AmericaAntigua = "america/antigua",
|
|
58
|
-
AmericaAraguaina = "america/araguaina",
|
|
59
|
-
AmericaArgentinaBuenosAires = "america/argentina/buenos_aires",
|
|
60
|
-
AmericaArgentinaCatamarca = "america/argentina/catamarca",
|
|
61
|
-
AmericaArgentinaCordoba = "america/argentina/cordoba",
|
|
62
|
-
AmericaArgentinaJujuy = "america/argentina/jujuy",
|
|
63
|
-
AmericaArgentinaLaRioja = "america/argentina/la_rioja",
|
|
64
|
-
AmericaArgentinaMendoza = "america/argentina/mendoza",
|
|
65
|
-
AmericaArgentinaRioGallegos = "america/argentina/rio_gallegos",
|
|
66
|
-
AmericaArgentinaSalta = "america/argentina/salta",
|
|
67
|
-
AmericaArgentinaSanJuan = "america/argentina/san_juan",
|
|
68
|
-
AmericaArgentinaSanLuis = "america/argentina/san_luis",
|
|
69
|
-
AmericaArgentinaTucuman = "america/argentina/tucuman",
|
|
70
|
-
AmericaArgentinaUshuaia = "america/argentina/ushuaia",
|
|
71
|
-
AmericaAruba = "america/aruba",
|
|
72
|
-
AmericaAsuncion = "america/asuncion",
|
|
73
|
-
AmericaAtikokan = "america/atikokan",
|
|
74
|
-
AmericaBahia = "america/bahia",
|
|
75
|
-
AmericaBahiaBanderas = "america/bahia_banderas",
|
|
76
|
-
AmericaBarbados = "america/barbados",
|
|
77
|
-
AmericaBelem = "america/belem",
|
|
78
|
-
AmericaBelize = "america/belize",
|
|
79
|
-
AmericaBlancsablon = "america/blanc-sablon",
|
|
80
|
-
AmericaBoaVista = "america/boa_vista",
|
|
81
|
-
AmericaBogota = "america/bogota",
|
|
82
|
-
AmericaBoise = "america/boise",
|
|
83
|
-
AmericaCambridgeBay = "america/cambridge_bay",
|
|
84
|
-
AmericaCampoGrande = "america/campo_grande",
|
|
85
|
-
AmericaCancun = "america/cancun",
|
|
86
|
-
AmericaCaracas = "america/caracas",
|
|
87
|
-
AmericaCayenne = "america/cayenne",
|
|
88
|
-
AmericaCayman = "america/cayman",
|
|
89
|
-
AmericaChicago = "america/chicago",
|
|
90
|
-
AmericaChihuahua = "america/chihuahua",
|
|
91
|
-
AmericaCiudadJuarez = "america/ciudad_juarez",
|
|
92
|
-
AmericaCostaRica = "america/costa_rica",
|
|
93
|
-
AmericaCoyhaique = "america/coyhaique",
|
|
94
|
-
AmericaCreston = "america/creston",
|
|
95
|
-
AmericaCuiaba = "america/cuiaba",
|
|
96
|
-
AmericaCuracao = "america/curacao",
|
|
97
|
-
AmericaDanmarkshavn = "america/danmarkshavn",
|
|
98
|
-
AmericaDawson = "america/dawson",
|
|
99
|
-
AmericaDawsonCreek = "america/dawson_creek",
|
|
100
|
-
AmericaDenver = "america/denver",
|
|
101
|
-
AmericaDetroit = "america/detroit",
|
|
102
|
-
AmericaDominica = "america/dominica",
|
|
103
|
-
AmericaEdmonton = "america/edmonton",
|
|
104
|
-
AmericaEirunepe = "america/eirunepe",
|
|
105
|
-
AmericaElSalvador = "america/el_salvador",
|
|
106
|
-
AmericaFortNelson = "america/fort_nelson",
|
|
107
|
-
AmericaFortaleza = "america/fortaleza",
|
|
108
|
-
AmericaGlaceBay = "america/glace_bay",
|
|
109
|
-
AmericaGooseBay = "america/goose_bay",
|
|
110
|
-
AmericaGrandTurk = "america/grand_turk",
|
|
111
|
-
AmericaGrenada = "america/grenada",
|
|
112
|
-
AmericaGuadeloupe = "america/guadeloupe",
|
|
113
|
-
AmericaGuatemala = "america/guatemala",
|
|
114
|
-
AmericaGuayaquil = "america/guayaquil",
|
|
115
|
-
AmericaGuyana = "america/guyana",
|
|
116
|
-
AmericaHalifax = "america/halifax",
|
|
117
|
-
AmericaHavana = "america/havana",
|
|
118
|
-
AmericaHermosillo = "america/hermosillo",
|
|
119
|
-
AmericaIndianaIndianapolis = "america/indiana/indianapolis",
|
|
120
|
-
AmericaIndianaKnox = "america/indiana/knox",
|
|
121
|
-
AmericaIndianaMarengo = "america/indiana/marengo",
|
|
122
|
-
AmericaIndianaPetersburg = "america/indiana/petersburg",
|
|
123
|
-
AmericaIndianaTellCity = "america/indiana/tell_city",
|
|
124
|
-
AmericaIndianaVevay = "america/indiana/vevay",
|
|
125
|
-
AmericaIndianaVincennes = "america/indiana/vincennes",
|
|
126
|
-
AmericaIndianaWinamac = "america/indiana/winamac",
|
|
127
|
-
AmericaInuvik = "america/inuvik",
|
|
128
|
-
AmericaIqaluit = "america/iqaluit",
|
|
129
|
-
AmericaJamaica = "america/jamaica",
|
|
130
|
-
AmericaJuneau = "america/juneau",
|
|
131
|
-
AmericaKentuckyLouisville = "america/kentucky/louisville",
|
|
132
|
-
AmericaKentuckyMonticello = "america/kentucky/monticello",
|
|
133
|
-
AmericaKralendijk = "america/kralendijk",
|
|
134
|
-
AmericaLaPaz = "america/la_paz",
|
|
135
|
-
AmericaLima = "america/lima",
|
|
136
|
-
AmericaLosAngeles = "america/los_angeles",
|
|
137
|
-
AmericaLowerPrinces = "america/lower_princes",
|
|
138
|
-
AmericaMaceio = "america/maceio",
|
|
139
|
-
AmericaManagua = "america/managua",
|
|
140
|
-
AmericaManaus = "america/manaus",
|
|
141
|
-
AmericaMarigot = "america/marigot",
|
|
142
|
-
AmericaMartinique = "america/martinique",
|
|
143
|
-
AmericaMatamoros = "america/matamoros",
|
|
144
|
-
AmericaMazatlan = "america/mazatlan",
|
|
145
|
-
AmericaMenominee = "america/menominee",
|
|
146
|
-
AmericaMerida = "america/merida",
|
|
147
|
-
AmericaMetlakatla = "america/metlakatla",
|
|
148
|
-
AmericaMexicoCity = "america/mexico_city",
|
|
149
|
-
AmericaMiquelon = "america/miquelon",
|
|
150
|
-
AmericaMoncton = "america/moncton",
|
|
151
|
-
AmericaMonterrey = "america/monterrey",
|
|
152
|
-
AmericaMontevideo = "america/montevideo",
|
|
153
|
-
AmericaMontserrat = "america/montserrat",
|
|
154
|
-
AmericaNassau = "america/nassau",
|
|
155
|
-
AmericaNewYork = "america/new_york",
|
|
156
|
-
AmericaNome = "america/nome",
|
|
157
|
-
AmericaNoronha = "america/noronha",
|
|
158
|
-
AmericaNorthDakotaBeulah = "america/north_dakota/beulah",
|
|
159
|
-
AmericaNorthDakotaCenter = "america/north_dakota/center",
|
|
160
|
-
AmericaNorthDakotaNewSalem = "america/north_dakota/new_salem",
|
|
161
|
-
AmericaNuuk = "america/nuuk",
|
|
162
|
-
AmericaOjinaga = "america/ojinaga",
|
|
163
|
-
AmericaPanama = "america/panama",
|
|
164
|
-
AmericaParamaribo = "america/paramaribo",
|
|
165
|
-
AmericaPhoenix = "america/phoenix",
|
|
166
|
-
AmericaPortauprince = "america/port-au-prince",
|
|
167
|
-
AmericaPortOfSpain = "america/port_of_spain",
|
|
168
|
-
AmericaPortoVelho = "america/porto_velho",
|
|
169
|
-
AmericaPuertoRico = "america/puerto_rico",
|
|
170
|
-
AmericaPuntaArenas = "america/punta_arenas",
|
|
171
|
-
AmericaRankinInlet = "america/rankin_inlet",
|
|
172
|
-
AmericaRecife = "america/recife",
|
|
173
|
-
AmericaRegina = "america/regina",
|
|
174
|
-
AmericaResolute = "america/resolute",
|
|
175
|
-
AmericaRioBranco = "america/rio_branco",
|
|
176
|
-
AmericaSantarem = "america/santarem",
|
|
177
|
-
AmericaSantiago = "america/santiago",
|
|
178
|
-
AmericaSantoDomingo = "america/santo_domingo",
|
|
179
|
-
AmericaSaoPaulo = "america/sao_paulo",
|
|
180
|
-
AmericaScoresbysund = "america/scoresbysund",
|
|
181
|
-
AmericaSitka = "america/sitka",
|
|
182
|
-
AmericaStBarthelemy = "america/st_barthelemy",
|
|
183
|
-
AmericaStJohns = "america/st_johns",
|
|
184
|
-
AmericaStKitts = "america/st_kitts",
|
|
185
|
-
AmericaStLucia = "america/st_lucia",
|
|
186
|
-
AmericaStThomas = "america/st_thomas",
|
|
187
|
-
AmericaStVincent = "america/st_vincent",
|
|
188
|
-
AmericaSwiftCurrent = "america/swift_current",
|
|
189
|
-
AmericaTegucigalpa = "america/tegucigalpa",
|
|
190
|
-
AmericaThule = "america/thule",
|
|
191
|
-
AmericaTijuana = "america/tijuana",
|
|
192
|
-
AmericaToronto = "america/toronto",
|
|
193
|
-
AmericaTortola = "america/tortola",
|
|
194
|
-
AmericaVancouver = "america/vancouver",
|
|
195
|
-
AmericaWhitehorse = "america/whitehorse",
|
|
196
|
-
AmericaWinnipeg = "america/winnipeg",
|
|
197
|
-
AmericaYakutat = "america/yakutat",
|
|
198
|
-
AntarcticaCasey = "antarctica/casey",
|
|
199
|
-
AntarcticaDavis = "antarctica/davis",
|
|
200
|
-
AntarcticaDumontdurville = "antarctica/dumontdurville",
|
|
201
|
-
AntarcticaMacquarie = "antarctica/macquarie",
|
|
202
|
-
AntarcticaMawson = "antarctica/mawson",
|
|
203
|
-
AntarcticaMcmurdo = "antarctica/mcmurdo",
|
|
204
|
-
AntarcticaPalmer = "antarctica/palmer",
|
|
205
|
-
AntarcticaRothera = "antarctica/rothera",
|
|
206
|
-
AntarcticaSyowa = "antarctica/syowa",
|
|
207
|
-
AntarcticaTroll = "antarctica/troll",
|
|
208
|
-
AntarcticaVostok = "antarctica/vostok",
|
|
209
|
-
ArcticLongyearbyen = "arctic/longyearbyen",
|
|
210
|
-
AsiaAden = "asia/aden",
|
|
211
|
-
AsiaAlmaty = "asia/almaty",
|
|
212
|
-
AsiaAmman = "asia/amman",
|
|
213
|
-
AsiaAnadyr = "asia/anadyr",
|
|
214
|
-
AsiaAqtau = "asia/aqtau",
|
|
215
|
-
AsiaAqtobe = "asia/aqtobe",
|
|
216
|
-
AsiaAshgabat = "asia/ashgabat",
|
|
217
|
-
AsiaAtyrau = "asia/atyrau",
|
|
218
|
-
AsiaBaghdad = "asia/baghdad",
|
|
219
|
-
AsiaBahrain = "asia/bahrain",
|
|
220
|
-
AsiaBaku = "asia/baku",
|
|
221
|
-
AsiaBangkok = "asia/bangkok",
|
|
222
|
-
AsiaBarnaul = "asia/barnaul",
|
|
223
|
-
AsiaBeirut = "asia/beirut",
|
|
224
|
-
AsiaBishkek = "asia/bishkek",
|
|
225
|
-
AsiaBrunei = "asia/brunei",
|
|
226
|
-
AsiaChita = "asia/chita",
|
|
227
|
-
AsiaColombo = "asia/colombo",
|
|
228
|
-
AsiaDamascus = "asia/damascus",
|
|
229
|
-
AsiaDhaka = "asia/dhaka",
|
|
230
|
-
AsiaDili = "asia/dili",
|
|
231
|
-
AsiaDubai = "asia/dubai",
|
|
232
|
-
AsiaDushanbe = "asia/dushanbe",
|
|
233
|
-
AsiaFamagusta = "asia/famagusta",
|
|
234
|
-
AsiaGaza = "asia/gaza",
|
|
235
|
-
AsiaHebron = "asia/hebron",
|
|
236
|
-
AsiaHoChiMinh = "asia/ho_chi_minh",
|
|
237
|
-
AsiaHongKong = "asia/hong_kong",
|
|
238
|
-
AsiaHovd = "asia/hovd",
|
|
239
|
-
AsiaIrkutsk = "asia/irkutsk",
|
|
240
|
-
AsiaJakarta = "asia/jakarta",
|
|
241
|
-
AsiaJayapura = "asia/jayapura",
|
|
242
|
-
AsiaJerusalem = "asia/jerusalem",
|
|
243
|
-
AsiaKabul = "asia/kabul",
|
|
244
|
-
AsiaKamchatka = "asia/kamchatka",
|
|
245
|
-
AsiaKarachi = "asia/karachi",
|
|
246
|
-
AsiaKathmandu = "asia/kathmandu",
|
|
247
|
-
AsiaKhandyga = "asia/khandyga",
|
|
248
|
-
AsiaKolkata = "asia/kolkata",
|
|
249
|
-
AsiaKrasnoyarsk = "asia/krasnoyarsk",
|
|
250
|
-
AsiaKualaLumpur = "asia/kuala_lumpur",
|
|
251
|
-
AsiaKuching = "asia/kuching",
|
|
252
|
-
AsiaKuwait = "asia/kuwait",
|
|
253
|
-
AsiaMacau = "asia/macau",
|
|
254
|
-
AsiaMagadan = "asia/magadan",
|
|
255
|
-
AsiaMakassar = "asia/makassar",
|
|
256
|
-
AsiaManila = "asia/manila",
|
|
257
|
-
AsiaMuscat = "asia/muscat",
|
|
258
|
-
AsiaNicosia = "asia/nicosia",
|
|
259
|
-
AsiaNovokuznetsk = "asia/novokuznetsk",
|
|
260
|
-
AsiaNovosibirsk = "asia/novosibirsk",
|
|
261
|
-
AsiaOmsk = "asia/omsk",
|
|
262
|
-
AsiaOral = "asia/oral",
|
|
263
|
-
AsiaPhnomPenh = "asia/phnom_penh",
|
|
264
|
-
AsiaPontianak = "asia/pontianak",
|
|
265
|
-
AsiaPyongyang = "asia/pyongyang",
|
|
266
|
-
AsiaQatar = "asia/qatar",
|
|
267
|
-
AsiaQostanay = "asia/qostanay",
|
|
268
|
-
AsiaQyzylorda = "asia/qyzylorda",
|
|
269
|
-
AsiaRiyadh = "asia/riyadh",
|
|
270
|
-
AsiaSakhalin = "asia/sakhalin",
|
|
271
|
-
AsiaSamarkand = "asia/samarkand",
|
|
272
|
-
AsiaSeoul = "asia/seoul",
|
|
273
|
-
AsiaShanghai = "asia/shanghai",
|
|
274
|
-
AsiaSingapore = "asia/singapore",
|
|
275
|
-
AsiaSrednekolymsk = "asia/srednekolymsk",
|
|
276
|
-
AsiaTaipei = "asia/taipei",
|
|
277
|
-
AsiaTashkent = "asia/tashkent",
|
|
278
|
-
AsiaTbilisi = "asia/tbilisi",
|
|
279
|
-
AsiaTehran = "asia/tehran",
|
|
280
|
-
AsiaThimphu = "asia/thimphu",
|
|
281
|
-
AsiaTokyo = "asia/tokyo",
|
|
282
|
-
AsiaTomsk = "asia/tomsk",
|
|
283
|
-
AsiaUlaanbaatar = "asia/ulaanbaatar",
|
|
284
|
-
AsiaUrumqi = "asia/urumqi",
|
|
285
|
-
AsiaUstnera = "asia/ust-nera",
|
|
286
|
-
AsiaVientiane = "asia/vientiane",
|
|
287
|
-
AsiaVladivostok = "asia/vladivostok",
|
|
288
|
-
AsiaYakutsk = "asia/yakutsk",
|
|
289
|
-
AsiaYangon = "asia/yangon",
|
|
290
|
-
AsiaYekaterinburg = "asia/yekaterinburg",
|
|
291
|
-
AsiaYerevan = "asia/yerevan",
|
|
292
|
-
AtlanticAzores = "atlantic/azores",
|
|
293
|
-
AtlanticBermuda = "atlantic/bermuda",
|
|
294
|
-
AtlanticCanary = "atlantic/canary",
|
|
295
|
-
AtlanticCapeVerde = "atlantic/cape_verde",
|
|
296
|
-
AtlanticFaroe = "atlantic/faroe",
|
|
297
|
-
AtlanticMadeira = "atlantic/madeira",
|
|
298
|
-
AtlanticReykjavik = "atlantic/reykjavik",
|
|
299
|
-
AtlanticSouthGeorgia = "atlantic/south_georgia",
|
|
300
|
-
AtlanticStHelena = "atlantic/st_helena",
|
|
301
|
-
AtlanticStanley = "atlantic/stanley",
|
|
302
|
-
AustraliaAdelaide = "australia/adelaide",
|
|
303
|
-
AustraliaBrisbane = "australia/brisbane",
|
|
304
|
-
AustraliaBrokenHill = "australia/broken_hill",
|
|
305
|
-
AustraliaDarwin = "australia/darwin",
|
|
306
|
-
AustraliaEucla = "australia/eucla",
|
|
307
|
-
AustraliaHobart = "australia/hobart",
|
|
308
|
-
AustraliaLindeman = "australia/lindeman",
|
|
309
|
-
AustraliaLordHowe = "australia/lord_howe",
|
|
310
|
-
AustraliaMelbourne = "australia/melbourne",
|
|
311
|
-
AustraliaPerth = "australia/perth",
|
|
312
|
-
AustraliaSydney = "australia/sydney",
|
|
313
|
-
EuropeAmsterdam = "europe/amsterdam",
|
|
314
|
-
EuropeAndorra = "europe/andorra",
|
|
315
|
-
EuropeAstrakhan = "europe/astrakhan",
|
|
316
|
-
EuropeAthens = "europe/athens",
|
|
317
|
-
EuropeBelgrade = "europe/belgrade",
|
|
318
|
-
EuropeBerlin = "europe/berlin",
|
|
319
|
-
EuropeBratislava = "europe/bratislava",
|
|
320
|
-
EuropeBrussels = "europe/brussels",
|
|
321
|
-
EuropeBucharest = "europe/bucharest",
|
|
322
|
-
EuropeBudapest = "europe/budapest",
|
|
323
|
-
EuropeBusingen = "europe/busingen",
|
|
324
|
-
EuropeChisinau = "europe/chisinau",
|
|
325
|
-
EuropeCopenhagen = "europe/copenhagen",
|
|
326
|
-
EuropeDublin = "europe/dublin",
|
|
327
|
-
EuropeGibraltar = "europe/gibraltar",
|
|
328
|
-
EuropeGuernsey = "europe/guernsey",
|
|
329
|
-
EuropeHelsinki = "europe/helsinki",
|
|
330
|
-
EuropeIsleOfMan = "europe/isle_of_man",
|
|
331
|
-
EuropeIstanbul = "europe/istanbul",
|
|
332
|
-
EuropeJersey = "europe/jersey",
|
|
333
|
-
EuropeKaliningrad = "europe/kaliningrad",
|
|
334
|
-
EuropeKirov = "europe/kirov",
|
|
335
|
-
EuropeKyiv = "europe/kyiv",
|
|
336
|
-
EuropeLisbon = "europe/lisbon",
|
|
337
|
-
EuropeLjubljana = "europe/ljubljana",
|
|
338
|
-
EuropeLondon = "europe/london",
|
|
339
|
-
EuropeLuxembourg = "europe/luxembourg",
|
|
340
|
-
EuropeMadrid = "europe/madrid",
|
|
341
|
-
EuropeMalta = "europe/malta",
|
|
342
|
-
EuropeMariehamn = "europe/mariehamn",
|
|
343
|
-
EuropeMinsk = "europe/minsk",
|
|
344
|
-
EuropeMonaco = "europe/monaco",
|
|
345
|
-
EuropeMoscow = "europe/moscow",
|
|
346
|
-
EuropeOslo = "europe/oslo",
|
|
347
|
-
EuropeParis = "europe/paris",
|
|
348
|
-
EuropePodgorica = "europe/podgorica",
|
|
349
|
-
EuropePrague = "europe/prague",
|
|
350
|
-
EuropeRiga = "europe/riga",
|
|
351
|
-
EuropeRome = "europe/rome",
|
|
352
|
-
EuropeSamara = "europe/samara",
|
|
353
|
-
EuropeSanMarino = "europe/san_marino",
|
|
354
|
-
EuropeSarajevo = "europe/sarajevo",
|
|
355
|
-
EuropeSaratov = "europe/saratov",
|
|
356
|
-
EuropeSimferopol = "europe/simferopol",
|
|
357
|
-
EuropeSkopje = "europe/skopje",
|
|
358
|
-
EuropeSofia = "europe/sofia",
|
|
359
|
-
EuropeStockholm = "europe/stockholm",
|
|
360
|
-
EuropeTallinn = "europe/tallinn",
|
|
361
|
-
EuropeTirane = "europe/tirane",
|
|
362
|
-
EuropeUlyanovsk = "europe/ulyanovsk",
|
|
363
|
-
EuropeVaduz = "europe/vaduz",
|
|
364
|
-
EuropeVatican = "europe/vatican",
|
|
365
|
-
EuropeVienna = "europe/vienna",
|
|
366
|
-
EuropeVilnius = "europe/vilnius",
|
|
367
|
-
EuropeVolgograd = "europe/volgograd",
|
|
368
|
-
EuropeWarsaw = "europe/warsaw",
|
|
369
|
-
EuropeZagreb = "europe/zagreb",
|
|
370
|
-
EuropeZurich = "europe/zurich",
|
|
371
|
-
IndianAntananarivo = "indian/antananarivo",
|
|
372
|
-
IndianChagos = "indian/chagos",
|
|
373
|
-
IndianChristmas = "indian/christmas",
|
|
374
|
-
IndianCocos = "indian/cocos",
|
|
375
|
-
IndianComoro = "indian/comoro",
|
|
376
|
-
IndianKerguelen = "indian/kerguelen",
|
|
377
|
-
IndianMahe = "indian/mahe",
|
|
378
|
-
IndianMaldives = "indian/maldives",
|
|
379
|
-
IndianMauritius = "indian/mauritius",
|
|
380
|
-
IndianMayotte = "indian/mayotte",
|
|
381
|
-
IndianReunion = "indian/reunion",
|
|
382
|
-
PacificApia = "pacific/apia",
|
|
383
|
-
PacificAuckland = "pacific/auckland",
|
|
384
|
-
PacificBougainville = "pacific/bougainville",
|
|
385
|
-
PacificChatham = "pacific/chatham",
|
|
386
|
-
PacificChuuk = "pacific/chuuk",
|
|
387
|
-
PacificEaster = "pacific/easter",
|
|
388
|
-
PacificEfate = "pacific/efate",
|
|
389
|
-
PacificFakaofo = "pacific/fakaofo",
|
|
390
|
-
PacificFiji = "pacific/fiji",
|
|
391
|
-
PacificFunafuti = "pacific/funafuti",
|
|
392
|
-
PacificGalapagos = "pacific/galapagos",
|
|
393
|
-
PacificGambier = "pacific/gambier",
|
|
394
|
-
PacificGuadalcanal = "pacific/guadalcanal",
|
|
395
|
-
PacificGuam = "pacific/guam",
|
|
396
|
-
PacificHonolulu = "pacific/honolulu",
|
|
397
|
-
PacificKanton = "pacific/kanton",
|
|
398
|
-
PacificKiritimati = "pacific/kiritimati",
|
|
399
|
-
PacificKosrae = "pacific/kosrae",
|
|
400
|
-
PacificKwajalein = "pacific/kwajalein",
|
|
401
|
-
PacificMajuro = "pacific/majuro",
|
|
402
|
-
PacificMarquesas = "pacific/marquesas",
|
|
403
|
-
PacificMidway = "pacific/midway",
|
|
404
|
-
PacificNauru = "pacific/nauru",
|
|
405
|
-
PacificNiue = "pacific/niue",
|
|
406
|
-
PacificNorfolk = "pacific/norfolk",
|
|
407
|
-
PacificNoumea = "pacific/noumea",
|
|
408
|
-
PacificPagoPago = "pacific/pago_pago",
|
|
409
|
-
PacificPalau = "pacific/palau",
|
|
410
|
-
PacificPitcairn = "pacific/pitcairn",
|
|
411
|
-
PacificPohnpei = "pacific/pohnpei",
|
|
412
|
-
PacificPortMoresby = "pacific/port_moresby",
|
|
413
|
-
PacificRarotonga = "pacific/rarotonga",
|
|
414
|
-
PacificSaipan = "pacific/saipan",
|
|
415
|
-
PacificTahiti = "pacific/tahiti",
|
|
416
|
-
PacificTarawa = "pacific/tarawa",
|
|
417
|
-
PacificTongatapu = "pacific/tongatapu",
|
|
418
|
-
PacificWake = "pacific/wake",
|
|
419
|
-
PacificWallis = "pacific/wallis",
|
|
420
|
-
Utc = "utc"
|
|
421
|
-
}
|
package/types/id.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Helper class to generate ID strings for resources.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ID {
|
|
5
|
-
#private;
|
|
6
|
-
/**
|
|
7
|
-
* Uses the provided ID as the ID for the resource.
|
|
8
|
-
*
|
|
9
|
-
* @param {string} id
|
|
10
|
-
* @returns {string}
|
|
11
|
-
*/
|
|
12
|
-
static custom(id: string): string;
|
|
13
|
-
/**
|
|
14
|
-
* Have Appwrite generate a unique ID for you.
|
|
15
|
-
*
|
|
16
|
-
* @param {number} padding. Default is 7.
|
|
17
|
-
* @returns {string}
|
|
18
|
-
*/
|
|
19
|
-
static unique(padding?: number): string;
|
|
20
|
-
}
|
package/types/index.d.ts
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Appwrite Console SDK
|
|
3
|
-
*
|
|
4
|
-
* This SDK is compatible with Appwrite server version 1.9.x.
|
|
5
|
-
* For older versions, please check
|
|
6
|
-
* [previous releases](https://github.com/appwrite/sdk-for-console/releases).
|
|
7
|
-
*/
|
|
8
|
-
export { Client, Query, AppwriteException } from './client';
|
|
9
|
-
export { Account } from './services/account';
|
|
10
|
-
export { Activities } from './services/activities';
|
|
11
|
-
export { Avatars } from './services/avatars';
|
|
12
|
-
export { Backups } from './services/backups';
|
|
13
|
-
export { Assistant } from './services/assistant';
|
|
14
|
-
export { Console } from './services/console';
|
|
15
|
-
export { Databases } from './services/databases';
|
|
16
|
-
export { Domains } from './services/domains';
|
|
17
|
-
export { Functions } from './services/functions';
|
|
18
|
-
export { Graphql } from './services/graphql';
|
|
19
|
-
export { Health } from './services/health';
|
|
20
|
-
export { Locale } from './services/locale';
|
|
21
|
-
export { Messaging } from './services/messaging';
|
|
22
|
-
export { Migrations } from './services/migrations';
|
|
23
|
-
export { Organizations } from './services/organizations';
|
|
24
|
-
export { Project } from './services/project';
|
|
25
|
-
export { Projects } from './services/projects';
|
|
26
|
-
export { Proxy } from './services/proxy';
|
|
27
|
-
export { Sites } from './services/sites';
|
|
28
|
-
export { Storage } from './services/storage';
|
|
29
|
-
export { TablesDB } from './services/tables-db';
|
|
30
|
-
export { Teams } from './services/teams';
|
|
31
|
-
export { Tokens } from './services/tokens';
|
|
32
|
-
export { Users } from './services/users';
|
|
33
|
-
export { Vcs } from './services/vcs';
|
|
34
|
-
export { Webhooks } from './services/webhooks';
|
|
35
|
-
export { Realtime } from './services/realtime';
|
|
36
|
-
export type { Models, Payload, RealtimeResponseEvent, UploadProgress } from './client';
|
|
37
|
-
export type { RealtimeSubscription } from './services/realtime';
|
|
38
|
-
export type { QueryTypes, QueryTypesList } from './query';
|
|
39
|
-
export { Permission } from './permission';
|
|
40
|
-
export { Role } from './role';
|
|
41
|
-
export { ID } from './id';
|
|
42
|
-
export { Channel } from './channel';
|
|
43
|
-
export { Operator, Condition } from './operator';
|
|
44
|
-
export { Scopes } from './enums/scopes';
|
|
45
|
-
export { AuthenticatorType } from './enums/authenticator-type';
|
|
46
|
-
export { AuthenticationFactor } from './enums/authentication-factor';
|
|
47
|
-
export { OAuthProvider } from './enums/o-auth-provider';
|
|
48
|
-
export { Browser } from './enums/browser';
|
|
49
|
-
export { CreditCard } from './enums/credit-card';
|
|
50
|
-
export { Flag } from './enums/flag';
|
|
51
|
-
export { Theme } from './enums/theme';
|
|
52
|
-
export { Timezone } from './enums/timezone';
|
|
53
|
-
export { BrowserPermission } from './enums/browser-permission';
|
|
54
|
-
export { ImageFormat } from './enums/image-format';
|
|
55
|
-
export { BackupServices } from './enums/backup-services';
|
|
56
|
-
export { Platform } from './enums/platform';
|
|
57
|
-
export { ConsoleResourceType } from './enums/console-resource-type';
|
|
58
|
-
export { UsageRange } from './enums/usage-range';
|
|
59
|
-
export { RelationshipType } from './enums/relationship-type';
|
|
60
|
-
export { RelationMutate } from './enums/relation-mutate';
|
|
61
|
-
export { IndexType } from './enums/index-type';
|
|
62
|
-
export { OrderBy } from './enums/order-by';
|
|
63
|
-
export { RegistrationType } from './enums/registration-type';
|
|
64
|
-
export { FilterType } from './enums/filter-type';
|
|
65
|
-
export { Runtime } from './enums/runtime';
|
|
66
|
-
export { Runtimes } from './enums/runtimes';
|
|
67
|
-
export { UseCases } from './enums/use-cases';
|
|
68
|
-
export { TemplateReferenceType } from './enums/template-reference-type';
|
|
69
|
-
export { VCSReferenceType } from './enums/vcs-reference-type';
|
|
70
|
-
export { DeploymentDownloadType } from './enums/deployment-download-type';
|
|
71
|
-
export { ExecutionMethod } from './enums/execution-method';
|
|
72
|
-
export { Name } from './enums/name';
|
|
73
|
-
export { MessagePriority } from './enums/message-priority';
|
|
74
|
-
export { SmtpEncryption } from './enums/smtp-encryption';
|
|
75
|
-
export { AppwriteMigrationResource } from './enums/appwrite-migration-resource';
|
|
76
|
-
export { FirebaseMigrationResource } from './enums/firebase-migration-resource';
|
|
77
|
-
export { NHostMigrationResource } from './enums/n-host-migration-resource';
|
|
78
|
-
export { SupabaseMigrationResource } from './enums/supabase-migration-resource';
|
|
79
|
-
export { ProjectUsageRange } from './enums/project-usage-range';
|
|
80
|
-
export { Region } from './enums/region';
|
|
81
|
-
export { Api } from './enums/api';
|
|
82
|
-
export { AuthMethod } from './enums/auth-method';
|
|
83
|
-
export { PlatformType } from './enums/platform-type';
|
|
84
|
-
export { ResourceType } from './enums/resource-type';
|
|
85
|
-
export { ApiService } from './enums/api-service';
|
|
86
|
-
export { SMTPSecure } from './enums/smtp-secure';
|
|
87
|
-
export { Status } from './enums/status';
|
|
88
|
-
export { EmailTemplateType } from './enums/email-template-type';
|
|
89
|
-
export { EmailTemplateLocale } from './enums/email-template-locale';
|
|
90
|
-
export { SmsTemplateType } from './enums/sms-template-type';
|
|
91
|
-
export { SmsTemplateLocale } from './enums/sms-template-locale';
|
|
92
|
-
export { StatusCode } from './enums/status-code';
|
|
93
|
-
export { ProxyResourceType } from './enums/proxy-resource-type';
|
|
94
|
-
export { Framework } from './enums/framework';
|
|
95
|
-
export { BuildRuntime } from './enums/build-runtime';
|
|
96
|
-
export { Adapter } from './enums/adapter';
|
|
97
|
-
export { Frameworks } from './enums/frameworks';
|
|
98
|
-
export { Compression } from './enums/compression';
|
|
99
|
-
export { ImageGravity } from './enums/image-gravity';
|
|
100
|
-
export { PasswordHash } from './enums/password-hash';
|
|
101
|
-
export { MessagingProviderType } from './enums/messaging-provider-type';
|
|
102
|
-
export { VCSDetectionType } from './enums/vcs-detection-type';
|
|
103
|
-
export { DatabaseType } from './enums/database-type';
|
|
104
|
-
export { AttributeStatus } from './enums/attribute-status';
|
|
105
|
-
export { ColumnStatus } from './enums/column-status';
|
|
106
|
-
export { IndexStatus } from './enums/index-status';
|
|
107
|
-
export { DeploymentStatus } from './enums/deployment-status';
|
|
108
|
-
export { ExecutionTrigger } from './enums/execution-trigger';
|
|
109
|
-
export { ExecutionStatus } from './enums/execution-status';
|
|
110
|
-
export { HealthAntivirusStatus } from './enums/health-antivirus-status';
|
|
111
|
-
export { HealthCheckStatus } from './enums/health-check-status';
|
|
112
|
-
export { ProxyRuleDeploymentResourceType } from './enums/proxy-rule-deployment-resource-type';
|
|
113
|
-
export { ProxyRuleStatus } from './enums/proxy-rule-status';
|
|
114
|
-
export { MessageStatus } from './enums/message-status';
|
|
115
|
-
export { BillingPlanGroup } from './enums/billing-plan-group';
|
|
116
|
-
export { DomainTransferStatusEnum } from './enums/domain-transfer-status-enum';
|
|
117
|
-
export { DomainPurchaseStatus } from './enums/domain-purchase-status';
|