@appwrite.io/console 8.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.
Files changed (124) hide show
  1. package/.github/workflows/publish.yml +1 -1
  2. package/CHANGELOG.md +8 -0
  3. package/README.md +1 -1
  4. package/dist/cjs/sdk.js +12 -1
  5. package/package.json +1 -1
  6. package/src/client.ts +13 -1
  7. package/src/models.ts +122 -0
  8. package/src/services/vcs.ts +10 -10
  9. package/dist/cjs/sdk.js.map +0 -1
  10. package/dist/esm/sdk.js +0 -29694
  11. package/dist/esm/sdk.js.map +0 -1
  12. package/dist/iife/sdk.js +0 -33504
  13. package/types/channel.d.ts +0 -74
  14. package/types/client.d.ts +0 -293
  15. package/types/enums/adapter.d.ts +0 -4
  16. package/types/enums/api-service.d.ts +0 -15
  17. package/types/enums/api.d.ts +0 -5
  18. package/types/enums/appwrite-migration-resource.d.ts +0 -27
  19. package/types/enums/attribute-status.d.ts +0 -7
  20. package/types/enums/auth-method.d.ts +0 -9
  21. package/types/enums/authentication-factor.d.ts +0 -6
  22. package/types/enums/authenticator-type.d.ts +0 -3
  23. package/types/enums/backup-services.d.ts +0 -8
  24. package/types/enums/billing-plan-group.d.ts +0 -5
  25. package/types/enums/browser-permission.d.ts +0 -22
  26. package/types/enums/browser.d.ts +0 -16
  27. package/types/enums/build-runtime.d.ts +0 -88
  28. package/types/enums/column-status.d.ts +0 -7
  29. package/types/enums/compression.d.ts +0 -5
  30. package/types/enums/console-resource-type.d.ts +0 -3
  31. package/types/enums/credit-card.d.ts +0 -19
  32. package/types/enums/database-type.d.ts +0 -6
  33. package/types/enums/databases-index-type.d.ts +0 -6
  34. package/types/enums/deployment-download-type.d.ts +0 -4
  35. package/types/enums/deployment-status.d.ts +0 -8
  36. package/types/enums/domain-purchase-status.d.ts +0 -6
  37. package/types/enums/domain-transfer-status-enum.d.ts +0 -10
  38. package/types/enums/email-template-locale.d.ts +0 -133
  39. package/types/enums/email-template-type.d.ts +0 -9
  40. package/types/enums/execution-method.d.ts +0 -9
  41. package/types/enums/execution-status.d.ts +0 -7
  42. package/types/enums/execution-trigger.d.ts +0 -5
  43. package/types/enums/filter-type.d.ts +0 -4
  44. package/types/enums/firebase-migration-resource.d.ts +0 -12
  45. package/types/enums/flag.d.ts +0 -197
  46. package/types/enums/framework.d.ts +0 -17
  47. package/types/enums/frameworks.d.ts +0 -17
  48. package/types/enums/health-antivirus-status.d.ts +0 -5
  49. package/types/enums/health-check-status.d.ts +0 -4
  50. package/types/enums/image-format.d.ts +0 -9
  51. package/types/enums/image-gravity.d.ts +0 -11
  52. package/types/enums/index-status.d.ts +0 -7
  53. package/types/enums/message-priority.d.ts +0 -4
  54. package/types/enums/message-status.d.ts +0 -7
  55. package/types/enums/messaging-provider-type.d.ts +0 -5
  56. package/types/enums/n-host-migration-resource.d.ts +0 -13
  57. package/types/enums/name.d.ts +0 -15
  58. package/types/enums/o-auth-provider.d.ts +0 -41
  59. package/types/enums/order-by.d.ts +0 -4
  60. package/types/enums/password-hash.d.ts +0 -13
  61. package/types/enums/platform-type.d.ts +0 -17
  62. package/types/enums/platform.d.ts +0 -4
  63. package/types/enums/project-usage-range.d.ts +0 -4
  64. package/types/enums/proxy-resource-type.d.ts +0 -4
  65. package/types/enums/proxy-rule-deployment-resource-type.d.ts +0 -4
  66. package/types/enums/proxy-rule-status.d.ts +0 -6
  67. package/types/enums/region.d.ts +0 -8
  68. package/types/enums/registration-type.d.ts +0 -6
  69. package/types/enums/relation-mutate.d.ts +0 -5
  70. package/types/enums/relationship-type.d.ts +0 -6
  71. package/types/enums/resource-type.d.ts +0 -6
  72. package/types/enums/runtime.d.ts +0 -88
  73. package/types/enums/runtimes.d.ts +0 -88
  74. package/types/enums/scopes.d.ts +0 -81
  75. package/types/enums/sms-template-locale.d.ts +0 -133
  76. package/types/enums/sms-template-type.d.ts +0 -6
  77. package/types/enums/smtp-encryption.d.ts +0 -5
  78. package/types/enums/smtp-secure.d.ts +0 -4
  79. package/types/enums/status-code.d.ts +0 -6
  80. package/types/enums/status.d.ts +0 -3
  81. package/types/enums/supabase-migration-resource.d.ts +0 -13
  82. package/types/enums/tables-db-index-type.d.ts +0 -6
  83. package/types/enums/template-reference-type.d.ts +0 -5
  84. package/types/enums/theme.d.ts +0 -4
  85. package/types/enums/timezone.d.ts +0 -421
  86. package/types/enums/usage-range.d.ts +0 -5
  87. package/types/enums/use-cases.d.ts +0 -16
  88. package/types/enums/vcs-detection-type.d.ts +0 -4
  89. package/types/enums/vcs-reference-type.d.ts +0 -5
  90. package/types/id.d.ts +0 -20
  91. package/types/index.d.ts +0 -118
  92. package/types/models.d.ts +0 -9120
  93. package/types/operator.d.ts +0 -180
  94. package/types/permission.d.ts +0 -43
  95. package/types/query.d.ts +0 -442
  96. package/types/role.d.ts +0 -70
  97. package/types/service.d.ts +0 -11
  98. package/types/services/account.d.ts +0 -1536
  99. package/types/services/activities.d.ts +0 -46
  100. package/types/services/assistant.d.ts +0 -24
  101. package/types/services/avatars.d.ts +0 -320
  102. package/types/services/backups.d.ts +0 -277
  103. package/types/services/console.d.ts +0 -248
  104. package/types/services/databases.d.ts +0 -2435
  105. package/types/services/domains.d.ts +0 -1527
  106. package/types/services/functions.d.ts +0 -842
  107. package/types/services/graphql.d.ts +0 -43
  108. package/types/services/health.d.ts +0 -475
  109. package/types/services/locale.d.ts +0 -64
  110. package/types/services/messaging.d.ts +0 -1989
  111. package/types/services/migrations.d.ts +0 -417
  112. package/types/services/organizations.d.ts +0 -1009
  113. package/types/services/project.d.ts +0 -148
  114. package/types/services/projects.d.ts +0 -1626
  115. package/types/services/proxy.d.ts +0 -190
  116. package/types/services/realtime.d.ts +0 -134
  117. package/types/services/sites.d.ts +0 -800
  118. package/types/services/storage.d.ts +0 -467
  119. package/types/services/tables-db.d.ts +0 -2352
  120. package/types/services/teams.d.ts +0 -366
  121. package/types/services/tokens.d.ts +0 -119
  122. package/types/services/users.d.ts +0 -1208
  123. package/types/services/vcs.d.ts +0 -252
  124. package/types/services/webhooks.d.ts +0 -165
@@ -1,6 +0,0 @@
1
- export declare enum ResourceType {
2
- Function = "function",
3
- Execution = "execution",
4
- Message = "message",
5
- Backup = "backup"
6
- }
@@ -1,88 +0,0 @@
1
- export declare enum Runtime {
2
- Node145 = "node-14.5",
3
- Node160 = "node-16.0",
4
- Node180 = "node-18.0",
5
- Node190 = "node-19.0",
6
- Node200 = "node-20.0",
7
- Node210 = "node-21.0",
8
- Node22 = "node-22",
9
- Node23 = "node-23",
10
- Node24 = "node-24",
11
- Node25 = "node-25",
12
- Php80 = "php-8.0",
13
- Php81 = "php-8.1",
14
- Php82 = "php-8.2",
15
- Php83 = "php-8.3",
16
- Php84 = "php-8.4",
17
- Ruby30 = "ruby-3.0",
18
- Ruby31 = "ruby-3.1",
19
- Ruby32 = "ruby-3.2",
20
- Ruby33 = "ruby-3.3",
21
- Ruby34 = "ruby-3.4",
22
- Ruby40 = "ruby-4.0",
23
- Python38 = "python-3.8",
24
- Python39 = "python-3.9",
25
- Python310 = "python-3.10",
26
- Python311 = "python-3.11",
27
- Python312 = "python-3.12",
28
- Python313 = "python-3.13",
29
- Python314 = "python-3.14",
30
- Pythonml311 = "python-ml-3.11",
31
- Pythonml312 = "python-ml-3.12",
32
- Pythonml313 = "python-ml-3.13",
33
- Deno140 = "deno-1.40",
34
- Deno146 = "deno-1.46",
35
- Deno20 = "deno-2.0",
36
- Deno25 = "deno-2.5",
37
- Deno26 = "deno-2.6",
38
- Dart215 = "dart-2.15",
39
- Dart216 = "dart-2.16",
40
- Dart217 = "dart-2.17",
41
- Dart218 = "dart-2.18",
42
- Dart219 = "dart-2.19",
43
- Dart30 = "dart-3.0",
44
- Dart31 = "dart-3.1",
45
- Dart33 = "dart-3.3",
46
- Dart35 = "dart-3.5",
47
- Dart38 = "dart-3.8",
48
- Dart39 = "dart-3.9",
49
- Dart310 = "dart-3.10",
50
- Dotnet60 = "dotnet-6.0",
51
- Dotnet70 = "dotnet-7.0",
52
- Dotnet80 = "dotnet-8.0",
53
- Dotnet10 = "dotnet-10",
54
- Java80 = "java-8.0",
55
- Java110 = "java-11.0",
56
- Java170 = "java-17.0",
57
- Java180 = "java-18.0",
58
- Java210 = "java-21.0",
59
- Java22 = "java-22",
60
- Java25 = "java-25",
61
- Swift55 = "swift-5.5",
62
- Swift58 = "swift-5.8",
63
- Swift59 = "swift-5.9",
64
- Swift510 = "swift-5.10",
65
- Swift62 = "swift-6.2",
66
- Kotlin16 = "kotlin-1.6",
67
- Kotlin18 = "kotlin-1.8",
68
- Kotlin19 = "kotlin-1.9",
69
- Kotlin20 = "kotlin-2.0",
70
- Kotlin23 = "kotlin-2.3",
71
- Cpp17 = "cpp-17",
72
- Cpp20 = "cpp-20",
73
- Bun10 = "bun-1.0",
74
- Bun11 = "bun-1.1",
75
- Bun12 = "bun-1.2",
76
- Bun13 = "bun-1.3",
77
- Go123 = "go-1.23",
78
- Go124 = "go-1.24",
79
- Go125 = "go-1.25",
80
- Go126 = "go-1.26",
81
- Static1 = "static-1",
82
- Flutter324 = "flutter-3.24",
83
- Flutter327 = "flutter-3.27",
84
- Flutter329 = "flutter-3.29",
85
- Flutter332 = "flutter-3.32",
86
- Flutter335 = "flutter-3.35",
87
- Flutter338 = "flutter-3.38"
88
- }
@@ -1,88 +0,0 @@
1
- export declare enum Runtimes {
2
- Node145 = "node-14.5",
3
- Node160 = "node-16.0",
4
- Node180 = "node-18.0",
5
- Node190 = "node-19.0",
6
- Node200 = "node-20.0",
7
- Node210 = "node-21.0",
8
- Node22 = "node-22",
9
- Node23 = "node-23",
10
- Node24 = "node-24",
11
- Node25 = "node-25",
12
- Php80 = "php-8.0",
13
- Php81 = "php-8.1",
14
- Php82 = "php-8.2",
15
- Php83 = "php-8.3",
16
- Php84 = "php-8.4",
17
- Ruby30 = "ruby-3.0",
18
- Ruby31 = "ruby-3.1",
19
- Ruby32 = "ruby-3.2",
20
- Ruby33 = "ruby-3.3",
21
- Ruby34 = "ruby-3.4",
22
- Ruby40 = "ruby-4.0",
23
- Python38 = "python-3.8",
24
- Python39 = "python-3.9",
25
- Python310 = "python-3.10",
26
- Python311 = "python-3.11",
27
- Python312 = "python-3.12",
28
- Python313 = "python-3.13",
29
- Python314 = "python-3.14",
30
- Pythonml311 = "python-ml-3.11",
31
- Pythonml312 = "python-ml-3.12",
32
- Pythonml313 = "python-ml-3.13",
33
- Deno140 = "deno-1.40",
34
- Deno146 = "deno-1.46",
35
- Deno20 = "deno-2.0",
36
- Deno25 = "deno-2.5",
37
- Deno26 = "deno-2.6",
38
- Dart215 = "dart-2.15",
39
- Dart216 = "dart-2.16",
40
- Dart217 = "dart-2.17",
41
- Dart218 = "dart-2.18",
42
- Dart219 = "dart-2.19",
43
- Dart30 = "dart-3.0",
44
- Dart31 = "dart-3.1",
45
- Dart33 = "dart-3.3",
46
- Dart35 = "dart-3.5",
47
- Dart38 = "dart-3.8",
48
- Dart39 = "dart-3.9",
49
- Dart310 = "dart-3.10",
50
- Dotnet60 = "dotnet-6.0",
51
- Dotnet70 = "dotnet-7.0",
52
- Dotnet80 = "dotnet-8.0",
53
- Dotnet10 = "dotnet-10",
54
- Java80 = "java-8.0",
55
- Java110 = "java-11.0",
56
- Java170 = "java-17.0",
57
- Java180 = "java-18.0",
58
- Java210 = "java-21.0",
59
- Java22 = "java-22",
60
- Java25 = "java-25",
61
- Swift55 = "swift-5.5",
62
- Swift58 = "swift-5.8",
63
- Swift59 = "swift-5.9",
64
- Swift510 = "swift-5.10",
65
- Swift62 = "swift-6.2",
66
- Kotlin16 = "kotlin-1.6",
67
- Kotlin18 = "kotlin-1.8",
68
- Kotlin19 = "kotlin-1.9",
69
- Kotlin20 = "kotlin-2.0",
70
- Kotlin23 = "kotlin-2.3",
71
- Cpp17 = "cpp-17",
72
- Cpp20 = "cpp-20",
73
- Bun10 = "bun-1.0",
74
- Bun11 = "bun-1.1",
75
- Bun12 = "bun-1.2",
76
- Bun13 = "bun-1.3",
77
- Go123 = "go-1.23",
78
- Go124 = "go-1.24",
79
- Go125 = "go-1.25",
80
- Go126 = "go-1.26",
81
- Static1 = "static-1",
82
- Flutter324 = "flutter-3.24",
83
- Flutter327 = "flutter-3.27",
84
- Flutter329 = "flutter-3.29",
85
- Flutter332 = "flutter-3.32",
86
- Flutter335 = "flutter-3.35",
87
- Flutter338 = "flutter-3.38"
88
- }
@@ -1,81 +0,0 @@
1
- export declare enum Scopes {
2
- Account = "account",
3
- TeamsRead = "teams.read",
4
- TeamsWrite = "teams.write",
5
- SessionsWrite = "sessions.write",
6
- UsersRead = "users.read",
7
- UsersWrite = "users.write",
8
- DatabasesRead = "databases.read",
9
- DatabasesWrite = "databases.write",
10
- CollectionsRead = "collections.read",
11
- CollectionsWrite = "collections.write",
12
- TablesRead = "tables.read",
13
- TablesWrite = "tables.write",
14
- AttributesRead = "attributes.read",
15
- AttributesWrite = "attributes.write",
16
- ColumnsRead = "columns.read",
17
- ColumnsWrite = "columns.write",
18
- IndexesRead = "indexes.read",
19
- IndexesWrite = "indexes.write",
20
- DocumentsRead = "documents.read",
21
- DocumentsWrite = "documents.write",
22
- RowsRead = "rows.read",
23
- RowsWrite = "rows.write",
24
- FilesRead = "files.read",
25
- FilesWrite = "files.write",
26
- BucketsRead = "buckets.read",
27
- BucketsWrite = "buckets.write",
28
- FunctionsRead = "functions.read",
29
- FunctionsWrite = "functions.write",
30
- SitesRead = "sites.read",
31
- SitesWrite = "sites.write",
32
- LogRead = "log.read",
33
- LogWrite = "log.write",
34
- ExecutionRead = "execution.read",
35
- ExecutionWrite = "execution.write",
36
- LocaleRead = "locale.read",
37
- AvatarsRead = "avatars.read",
38
- HealthRead = "health.read",
39
- ProvidersRead = "providers.read",
40
- ProvidersWrite = "providers.write",
41
- MessagesRead = "messages.read",
42
- MessagesWrite = "messages.write",
43
- TopicsRead = "topics.read",
44
- TopicsWrite = "topics.write",
45
- SubscribersRead = "subscribers.read",
46
- SubscribersWrite = "subscribers.write",
47
- TargetsRead = "targets.read",
48
- TargetsWrite = "targets.write",
49
- RulesRead = "rules.read",
50
- RulesWrite = "rules.write",
51
- SchedulesRead = "schedules.read",
52
- SchedulesWrite = "schedules.write",
53
- MigrationsRead = "migrations.read",
54
- MigrationsWrite = "migrations.write",
55
- VcsRead = "vcs.read",
56
- VcsWrite = "vcs.write",
57
- AssistantRead = "assistant.read",
58
- TokensRead = "tokens.read",
59
- TokensWrite = "tokens.write",
60
- WebhooksRead = "webhooks.read",
61
- WebhooksWrite = "webhooks.write",
62
- ProjectRead = "project.read",
63
- ProjectWrite = "project.write",
64
- PoliciesWrite = "policies.write",
65
- PoliciesRead = "policies.read",
66
- ArchivesRead = "archives.read",
67
- ArchivesWrite = "archives.write",
68
- RestorationsRead = "restorations.read",
69
- RestorationsWrite = "restorations.write",
70
- DomainsRead = "domains.read",
71
- DomainsWrite = "domains.write",
72
- EventsRead = "events.read",
73
- PlatformsRead = "platforms.read",
74
- PlatformsWrite = "platforms.write",
75
- ProjectsRead = "projects.read",
76
- ProjectsWrite = "projects.write",
77
- KeysRead = "keys.read",
78
- KeysWrite = "keys.write",
79
- DevKeysRead = "devKeys.read",
80
- DevKeysWrite = "devKeys.write"
81
- }
@@ -1,133 +0,0 @@
1
- export declare enum SmsTemplateLocale {
2
- Af = "af",
3
- Arae = "ar-ae",
4
- Arbh = "ar-bh",
5
- Ardz = "ar-dz",
6
- Areg = "ar-eg",
7
- Ariq = "ar-iq",
8
- Arjo = "ar-jo",
9
- Arkw = "ar-kw",
10
- Arlb = "ar-lb",
11
- Arly = "ar-ly",
12
- Arma = "ar-ma",
13
- Arom = "ar-om",
14
- Arqa = "ar-qa",
15
- Arsa = "ar-sa",
16
- Arsy = "ar-sy",
17
- Artn = "ar-tn",
18
- Arye = "ar-ye",
19
- As = "as",
20
- Az = "az",
21
- Be = "be",
22
- Bg = "bg",
23
- Bh = "bh",
24
- Bn = "bn",
25
- Bs = "bs",
26
- Ca = "ca",
27
- Cs = "cs",
28
- Cy = "cy",
29
- Da = "da",
30
- De = "de",
31
- Deat = "de-at",
32
- Dech = "de-ch",
33
- Deli = "de-li",
34
- Delu = "de-lu",
35
- El = "el",
36
- En = "en",
37
- Enau = "en-au",
38
- Enbz = "en-bz",
39
- Enca = "en-ca",
40
- Engb = "en-gb",
41
- Enie = "en-ie",
42
- Enjm = "en-jm",
43
- Ennz = "en-nz",
44
- Entt = "en-tt",
45
- Enus = "en-us",
46
- Enza = "en-za",
47
- Eo = "eo",
48
- Es = "es",
49
- Esar = "es-ar",
50
- Esbo = "es-bo",
51
- Escl = "es-cl",
52
- Esco = "es-co",
53
- Escr = "es-cr",
54
- Esdo = "es-do",
55
- Esec = "es-ec",
56
- Esgt = "es-gt",
57
- Eshn = "es-hn",
58
- Esmx = "es-mx",
59
- Esni = "es-ni",
60
- Espa = "es-pa",
61
- Espe = "es-pe",
62
- Espr = "es-pr",
63
- Espy = "es-py",
64
- Essv = "es-sv",
65
- Esuy = "es-uy",
66
- Esve = "es-ve",
67
- Et = "et",
68
- Eu = "eu",
69
- Fa = "fa",
70
- Fi = "fi",
71
- Fo = "fo",
72
- Fr = "fr",
73
- Frbe = "fr-be",
74
- Frca = "fr-ca",
75
- Frch = "fr-ch",
76
- Frlu = "fr-lu",
77
- Ga = "ga",
78
- Gd = "gd",
79
- He = "he",
80
- Hi = "hi",
81
- Hr = "hr",
82
- Hu = "hu",
83
- Id = "id",
84
- Is = "is",
85
- It = "it",
86
- Itch = "it-ch",
87
- Ja = "ja",
88
- Ji = "ji",
89
- Ko = "ko",
90
- Ku = "ku",
91
- Lt = "lt",
92
- Lv = "lv",
93
- Mk = "mk",
94
- Ml = "ml",
95
- Ms = "ms",
96
- Mt = "mt",
97
- Nb = "nb",
98
- Ne = "ne",
99
- Nl = "nl",
100
- Nlbe = "nl-be",
101
- Nn = "nn",
102
- No = "no",
103
- Pa = "pa",
104
- Pl = "pl",
105
- Pt = "pt",
106
- Ptbr = "pt-br",
107
- Rm = "rm",
108
- Ro = "ro",
109
- Romd = "ro-md",
110
- Ru = "ru",
111
- Rumd = "ru-md",
112
- Sb = "sb",
113
- Sk = "sk",
114
- Sl = "sl",
115
- Sq = "sq",
116
- Sr = "sr",
117
- Sv = "sv",
118
- Svfi = "sv-fi",
119
- Th = "th",
120
- Tn = "tn",
121
- Tr = "tr",
122
- Ts = "ts",
123
- Ua = "ua",
124
- Ur = "ur",
125
- Ve = "ve",
126
- Vi = "vi",
127
- Xh = "xh",
128
- Zhcn = "zh-cn",
129
- Zhhk = "zh-hk",
130
- Zhsg = "zh-sg",
131
- Zhtw = "zh-tw",
132
- Zu = "zu"
133
- }
@@ -1,6 +0,0 @@
1
- export declare enum SmsTemplateType {
2
- Verification = "verification",
3
- Login = "login",
4
- Invitation = "invitation",
5
- MfaChallenge = "mfaChallenge"
6
- }
@@ -1,5 +0,0 @@
1
- export declare enum SmtpEncryption {
2
- None = "none",
3
- Ssl = "ssl",
4
- Tls = "tls"
5
- }
@@ -1,4 +0,0 @@
1
- export declare enum SMTPSecure {
2
- Tls = "tls",
3
- Ssl = "ssl"
4
- }
@@ -1,6 +0,0 @@
1
- export declare enum StatusCode {
2
- MovedPermanently301 = "301",
3
- Found302 = "302",
4
- TemporaryRedirect307 = "307",
5
- PermanentRedirect308 = "308"
6
- }
@@ -1,3 +0,0 @@
1
- export declare enum Status {
2
- Active = "active"
3
- }
@@ -1,13 +0,0 @@
1
- export declare enum SupabaseMigrationResource {
2
- User = "user",
3
- Database = "database",
4
- Table = "table",
5
- Column = "column",
6
- Index = "index",
7
- Row = "row",
8
- Document = "document",
9
- Attribute = "attribute",
10
- Collection = "collection",
11
- Bucket = "bucket",
12
- File = "file"
13
- }
@@ -1,6 +0,0 @@
1
- export declare enum TablesDBIndexType {
2
- Key = "key",
3
- Fulltext = "fulltext",
4
- Unique = "unique",
5
- Spatial = "spatial"
6
- }
@@ -1,5 +0,0 @@
1
- export declare enum TemplateReferenceType {
2
- Commit = "commit",
3
- Branch = "branch",
4
- Tag = "tag"
5
- }
@@ -1,4 +0,0 @@
1
- export declare enum Theme {
2
- Light = "light",
3
- Dark = "dark"
4
- }