@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.
Files changed (150) hide show
  1. package/.github/workflows/publish.yml +1 -1
  2. package/CHANGELOG.md +30 -6
  3. package/README.md +2 -2
  4. package/dist/cjs/sdk.js +222 -303
  5. package/docs/examples/databases/create-index.md +2 -2
  6. package/docs/examples/domains/create-purchase.md +2 -1
  7. package/docs/examples/domains/create-transfer-in.md +2 -1
  8. package/docs/examples/domains/update-auto-renewal.md +16 -0
  9. package/docs/examples/project/create-variable.md +1 -0
  10. package/docs/examples/project/list-variables.md +4 -1
  11. package/docs/examples/project/update-variable.md +1 -1
  12. package/docs/examples/tablesdb/create-index.md +2 -2
  13. package/docs/examples/users/update-impersonator.md +16 -0
  14. package/package.json +7 -7
  15. package/rollup.config.js +2 -1
  16. package/src/client.ts +61 -1
  17. package/src/enums/appwrite-migration-resource.ts +2 -0
  18. package/src/enums/backup-services.ts +3 -0
  19. package/src/enums/build-runtime.ts +0 -86
  20. package/src/enums/database-type.ts +2 -0
  21. package/src/enums/databases-index-type.ts +6 -0
  22. package/src/enums/runtime.ts +0 -86
  23. package/src/enums/runtimes.ts +0 -86
  24. package/src/enums/scopes.ts +13 -2
  25. package/src/enums/{index-type.ts → tables-db-index-type.ts} +1 -1
  26. package/src/enums/template-reference-type.ts +1 -1
  27. package/src/enums/use-cases.ts +7 -2
  28. package/src/index.ts +2 -1
  29. package/src/models.ts +172 -4
  30. package/src/services/databases.ts +10 -10
  31. package/src/services/domains.ts +103 -26
  32. package/src/services/project.ts +76 -33
  33. package/src/services/tables-db.ts +10 -10
  34. package/src/services/users.ts +67 -2
  35. package/src/services/vcs.ts +10 -10
  36. package/dist/cjs/sdk.js.map +0 -1
  37. package/dist/esm/sdk.js +0 -29782
  38. package/dist/esm/sdk.js.map +0 -1
  39. package/dist/iife/sdk.js +0 -33583
  40. package/types/channel.d.ts +0 -74
  41. package/types/client.d.ts +0 -260
  42. package/types/enums/adapter.d.ts +0 -4
  43. package/types/enums/api-service.d.ts +0 -15
  44. package/types/enums/api.d.ts +0 -5
  45. package/types/enums/appwrite-migration-resource.d.ts +0 -25
  46. package/types/enums/attribute-status.d.ts +0 -7
  47. package/types/enums/auth-method.d.ts +0 -9
  48. package/types/enums/authentication-factor.d.ts +0 -6
  49. package/types/enums/authenticator-type.d.ts +0 -3
  50. package/types/enums/backup-services.d.ts +0 -5
  51. package/types/enums/billing-plan-group.d.ts +0 -5
  52. package/types/enums/browser-permission.d.ts +0 -22
  53. package/types/enums/browser.d.ts +0 -16
  54. package/types/enums/build-runtime.d.ts +0 -174
  55. package/types/enums/column-status.d.ts +0 -7
  56. package/types/enums/compression.d.ts +0 -5
  57. package/types/enums/console-resource-type.d.ts +0 -3
  58. package/types/enums/credit-card.d.ts +0 -19
  59. package/types/enums/database-type.d.ts +0 -4
  60. package/types/enums/deployment-download-type.d.ts +0 -4
  61. package/types/enums/deployment-status.d.ts +0 -8
  62. package/types/enums/domain-purchase-status.d.ts +0 -6
  63. package/types/enums/domain-transfer-status-enum.d.ts +0 -10
  64. package/types/enums/email-template-locale.d.ts +0 -133
  65. package/types/enums/email-template-type.d.ts +0 -9
  66. package/types/enums/execution-method.d.ts +0 -9
  67. package/types/enums/execution-status.d.ts +0 -7
  68. package/types/enums/execution-trigger.d.ts +0 -5
  69. package/types/enums/filter-type.d.ts +0 -4
  70. package/types/enums/firebase-migration-resource.d.ts +0 -12
  71. package/types/enums/flag.d.ts +0 -197
  72. package/types/enums/framework.d.ts +0 -17
  73. package/types/enums/frameworks.d.ts +0 -17
  74. package/types/enums/health-antivirus-status.d.ts +0 -5
  75. package/types/enums/health-check-status.d.ts +0 -4
  76. package/types/enums/image-format.d.ts +0 -9
  77. package/types/enums/image-gravity.d.ts +0 -11
  78. package/types/enums/index-status.d.ts +0 -7
  79. package/types/enums/index-type.d.ts +0 -6
  80. package/types/enums/message-priority.d.ts +0 -4
  81. package/types/enums/message-status.d.ts +0 -7
  82. package/types/enums/messaging-provider-type.d.ts +0 -5
  83. package/types/enums/n-host-migration-resource.d.ts +0 -13
  84. package/types/enums/name.d.ts +0 -15
  85. package/types/enums/o-auth-provider.d.ts +0 -41
  86. package/types/enums/order-by.d.ts +0 -4
  87. package/types/enums/password-hash.d.ts +0 -13
  88. package/types/enums/platform-type.d.ts +0 -17
  89. package/types/enums/platform.d.ts +0 -4
  90. package/types/enums/project-usage-range.d.ts +0 -4
  91. package/types/enums/proxy-resource-type.d.ts +0 -4
  92. package/types/enums/proxy-rule-deployment-resource-type.d.ts +0 -4
  93. package/types/enums/proxy-rule-status.d.ts +0 -6
  94. package/types/enums/region.d.ts +0 -8
  95. package/types/enums/registration-type.d.ts +0 -6
  96. package/types/enums/relation-mutate.d.ts +0 -5
  97. package/types/enums/relationship-type.d.ts +0 -6
  98. package/types/enums/resource-type.d.ts +0 -6
  99. package/types/enums/runtime.d.ts +0 -174
  100. package/types/enums/runtimes.d.ts +0 -174
  101. package/types/enums/scopes.d.ts +0 -70
  102. package/types/enums/sms-template-locale.d.ts +0 -133
  103. package/types/enums/sms-template-type.d.ts +0 -6
  104. package/types/enums/smtp-encryption.d.ts +0 -5
  105. package/types/enums/smtp-secure.d.ts +0 -4
  106. package/types/enums/status-code.d.ts +0 -6
  107. package/types/enums/status.d.ts +0 -3
  108. package/types/enums/supabase-migration-resource.d.ts +0 -13
  109. package/types/enums/template-reference-type.d.ts +0 -5
  110. package/types/enums/theme.d.ts +0 -4
  111. package/types/enums/timezone.d.ts +0 -421
  112. package/types/enums/usage-range.d.ts +0 -5
  113. package/types/enums/use-cases.d.ts +0 -11
  114. package/types/enums/vcs-detection-type.d.ts +0 -4
  115. package/types/enums/vcs-reference-type.d.ts +0 -5
  116. package/types/id.d.ts +0 -20
  117. package/types/index.d.ts +0 -117
  118. package/types/models.d.ts +0 -9071
  119. package/types/operator.d.ts +0 -180
  120. package/types/permission.d.ts +0 -43
  121. package/types/query.d.ts +0 -442
  122. package/types/role.d.ts +0 -70
  123. package/types/service.d.ts +0 -11
  124. package/types/services/account.d.ts +0 -1536
  125. package/types/services/activities.d.ts +0 -46
  126. package/types/services/assistant.d.ts +0 -24
  127. package/types/services/avatars.d.ts +0 -320
  128. package/types/services/backups.d.ts +0 -277
  129. package/types/services/console.d.ts +0 -248
  130. package/types/services/databases.d.ts +0 -2435
  131. package/types/services/domains.d.ts +0 -1499
  132. package/types/services/functions.d.ts +0 -842
  133. package/types/services/graphql.d.ts +0 -43
  134. package/types/services/health.d.ts +0 -475
  135. package/types/services/locale.d.ts +0 -64
  136. package/types/services/messaging.d.ts +0 -1989
  137. package/types/services/migrations.d.ts +0 -417
  138. package/types/services/organizations.d.ts +0 -1009
  139. package/types/services/project.d.ts +0 -130
  140. package/types/services/projects.d.ts +0 -1626
  141. package/types/services/proxy.d.ts +0 -190
  142. package/types/services/realtime.d.ts +0 -134
  143. package/types/services/sites.d.ts +0 -800
  144. package/types/services/storage.d.ts +0 -467
  145. package/types/services/tables-db.d.ts +0 -2352
  146. package/types/services/teams.d.ts +0 -366
  147. package/types/services/tokens.d.ts +0 -119
  148. package/types/services/users.d.ts +0 -1184
  149. package/types/services/vcs.d.ts +0 -252
  150. package/types/services/webhooks.d.ts +0 -165
@@ -1,74 +0,0 @@
1
- interface Database {
2
- _db: any;
3
- }
4
- interface Collection {
5
- _coll: any;
6
- }
7
- interface Document {
8
- _doc: any;
9
- }
10
- interface TablesDB {
11
- _tdb: any;
12
- }
13
- interface Table {
14
- _tbl: any;
15
- }
16
- interface Row {
17
- _row: any;
18
- }
19
- interface Bucket {
20
- _bkt: any;
21
- }
22
- interface File {
23
- _file: any;
24
- }
25
- interface Func {
26
- _fn: any;
27
- }
28
- interface Execution {
29
- _exec: any;
30
- }
31
- interface Team {
32
- _team: any;
33
- }
34
- interface Membership {
35
- _mem: any;
36
- }
37
- interface Resolved {
38
- _res: any;
39
- }
40
- declare type Actionable = Document | Row | File | Team | Membership;
41
- export declare class Channel<T> {
42
- private readonly segments;
43
- _type: T;
44
- private constructor();
45
- private next;
46
- private resolve;
47
- toString(): string;
48
- collection(this: Channel<Database>, id: string): Channel<Collection>;
49
- document(this: Channel<Collection>, id?: string): Channel<Document>;
50
- table(this: Channel<TablesDB>, id: string): Channel<Table>;
51
- row(this: Channel<Table>, id?: string): Channel<Row>;
52
- file(this: Channel<Bucket>, id?: string): Channel<File>;
53
- create(this: Channel<Actionable>): Channel<Resolved>;
54
- upsert(this: Channel<Document | Row>): Channel<Resolved>;
55
- update(this: Channel<Actionable>): Channel<Resolved>;
56
- delete(this: Channel<Actionable>): Channel<Resolved>;
57
- static database(id: string): Channel<Database>;
58
- static execution(id: string): Channel<Execution>;
59
- static tablesdb(id: string): Channel<TablesDB>;
60
- static bucket(id: string): Channel<Bucket>;
61
- static function(id: string): Channel<Func>;
62
- static team(id: string): Channel<Team>;
63
- static membership(id: string): Channel<Membership>;
64
- static account(): string;
65
- static documents(): string;
66
- static rows(): string;
67
- static files(): string;
68
- static executions(): string;
69
- static teams(): string;
70
- static memberships(): string;
71
- }
72
- export declare type ActionableChannel = Channel<Document> | Channel<Row> | Channel<File> | Channel<Execution> | Channel<Team> | Channel<Membership>;
73
- export declare type ResolvedChannel = Channel<Resolved>;
74
- export {};
package/types/client.d.ts DELETED
@@ -1,260 +0,0 @@
1
- import { Models } from './models';
2
- import { Channel, ActionableChannel, ResolvedChannel } from './channel';
3
- import { Query } from './query';
4
- /**
5
- * Payload type representing a key-value pair with string keys and any values.
6
- */
7
- declare type Payload = {
8
- [key: string]: any;
9
- };
10
- /**
11
- * Headers type representing a key-value pair with string keys and string values.
12
- */
13
- declare type Headers = {
14
- [key: string]: string;
15
- };
16
- /**
17
- * Realtime event response structure with generic payload type.
18
- */
19
- declare type RealtimeResponseEvent<T extends unknown> = {
20
- /**
21
- * List of event names associated with the response.
22
- */
23
- events: string[];
24
- /**
25
- * List of channel names associated with the response.
26
- */
27
- channels: string[];
28
- /**
29
- * Timestamp indicating the time of the event.
30
- */
31
- timestamp: string;
32
- /**
33
- * Payload containing event-specific data.
34
- */
35
- payload: T;
36
- /**
37
- * Subscription IDs this event matches (from backend, optional).
38
- */
39
- subscriptions?: string[];
40
- };
41
- /**
42
- * Type representing upload progress information.
43
- */
44
- declare type UploadProgress = {
45
- /**
46
- * Identifier for the upload progress.
47
- */
48
- $id: string;
49
- /**
50
- * Current progress of the upload (in percentage).
51
- */
52
- progress: number;
53
- /**
54
- * Total size uploaded (in bytes) during the upload process.
55
- */
56
- sizeUploaded: number;
57
- /**
58
- * Total number of chunks that need to be uploaded.
59
- */
60
- chunksTotal: number;
61
- /**
62
- * Number of chunks that have been successfully uploaded.
63
- */
64
- chunksUploaded: number;
65
- };
66
- /**
67
- * Exception thrown by the package
68
- */
69
- declare class AppwriteException extends Error {
70
- /**
71
- * The error code associated with the exception.
72
- */
73
- code: number;
74
- /**
75
- * The response string associated with the exception.
76
- */
77
- response: string;
78
- /**
79
- * Error type.
80
- * See [Error Types](https://appwrite.io/docs/response-codes#errorTypes) for more information.
81
- */
82
- type: string;
83
- /**
84
- * Initializes a Appwrite Exception.
85
- *
86
- * @param {string} message - The error message.
87
- * @param {number} code - The error code. Default is 0.
88
- * @param {string} type - The error type. Default is an empty string.
89
- * @param {string} response - The response string. Default is an empty string.
90
- */
91
- constructor(message: string, code?: number, type?: string, response?: string);
92
- }
93
- /**
94
- * Client that handles requests to Appwrite
95
- */
96
- declare class Client {
97
- static CHUNK_SIZE: number;
98
- /**
99
- * Holds configuration such as project.
100
- */
101
- config: {
102
- endpoint: string;
103
- endpointRealtime: string;
104
- project: string;
105
- key: string;
106
- jwt: string;
107
- locale: string;
108
- mode: string;
109
- cookie: string;
110
- platform: string;
111
- selfSigned: boolean;
112
- session?: string;
113
- };
114
- /**
115
- * Custom headers for API requests.
116
- */
117
- headers: Headers;
118
- /**
119
- * Set Endpoint
120
- *
121
- * Your project endpoint
122
- *
123
- * @param {string} endpoint
124
- *
125
- * @returns {this}
126
- */
127
- setEndpoint(endpoint: string): this;
128
- /**
129
- * Set Realtime Endpoint
130
- *
131
- * @param {string} endpointRealtime
132
- *
133
- * @returns {this}
134
- */
135
- setEndpointRealtime(endpointRealtime: string): this;
136
- /**
137
- * Set self-signed
138
- *
139
- * @param {boolean} selfSigned
140
- *
141
- * @returns {this}
142
- */
143
- setSelfSigned(selfSigned: boolean): this;
144
- /**
145
- * Set Project
146
- *
147
- * Your project ID
148
- *
149
- * @param value string
150
- *
151
- * @return {this}
152
- */
153
- setProject(value: string): this;
154
- /**
155
- * Set Key
156
- *
157
- * Your secret API key
158
- *
159
- * @param value string
160
- *
161
- * @return {this}
162
- */
163
- setKey(value: string): this;
164
- /**
165
- * Set JWT
166
- *
167
- * Your secret JSON Web Token
168
- *
169
- * @param value string
170
- *
171
- * @return {this}
172
- */
173
- setJWT(value: string): this;
174
- /**
175
- * Set Locale
176
- *
177
- * @param value string
178
- *
179
- * @return {this}
180
- */
181
- setLocale(value: string): this;
182
- /**
183
- * Set Mode
184
- *
185
- * @param value string
186
- *
187
- * @return {this}
188
- */
189
- setMode(value: string): this;
190
- /**
191
- * Set Cookie
192
- *
193
- * The user cookie to authenticate with
194
- *
195
- * @param value string
196
- *
197
- * @return {this}
198
- */
199
- setCookie(value: string): this;
200
- /**
201
- * Set Platform
202
- *
203
- * The platform type (Appwrite or Imagine)
204
- *
205
- * @param value string
206
- *
207
- * @return {this}
208
- */
209
- setPlatform(value: string): this;
210
- private realtime;
211
- /**
212
- * Subscribes to Appwrite events and passes you the payload in realtime.
213
- *
214
- * @deprecated Use the Realtime service instead.
215
- * @see Realtime
216
- *
217
- * @param {string|string[]|Channel<any>|ActionableChannel|ResolvedChannel|(Channel<any>|ActionableChannel|ResolvedChannel)[]} channels
218
- * Channel to subscribe - pass a single channel as a string or Channel builder instance, or multiple with an array.
219
- *
220
- * Possible channels are:
221
- * - account
222
- * - collections
223
- * - collections.[ID]
224
- * - collections.[ID].documents
225
- * - documents
226
- * - documents.[ID]
227
- * - files
228
- * - files.[ID]
229
- * - executions
230
- * - executions.[ID]
231
- * - functions.[ID]
232
- * - teams
233
- * - teams.[ID]
234
- * - memberships
235
- * - memberships.[ID]
236
- *
237
- * You can also use Channel builders:
238
- * - Channel.database('db').collection('col').document('doc').create()
239
- * - Channel.bucket('bucket').file('file').update()
240
- * - Channel.function('func').execution('exec').delete()
241
- * - Channel.team('team').create()
242
- * - Channel.membership('membership').update()
243
- * @param {(payload: RealtimeMessage) => void} callback Is called on every realtime update.
244
- * @returns {() => void} Unsubscribes from events.
245
- */
246
- subscribe<T extends unknown>(channels: string | string[] | Channel<any> | ActionableChannel | ResolvedChannel | (Channel<any> | ActionableChannel | ResolvedChannel)[], callback: (payload: RealtimeResponseEvent<T>) => void, queries?: (string | Query)[]): () => void;
247
- prepareRequest(method: string, url: URL, headers?: Headers, params?: Payload): {
248
- uri: string;
249
- options: RequestInit;
250
- };
251
- chunkedUpload(method: string, url: URL, headers: Headers | undefined, originalPayload: Payload | undefined, onProgress: (progress: UploadProgress) => void): Promise<any>;
252
- ping(): Promise<string>;
253
- call(method: string, url: URL, headers?: Headers, params?: Payload, responseType?: string): Promise<any>;
254
- static flatten(data: Payload, prefix?: string): Payload;
255
- }
256
- export { Client, AppwriteException };
257
- export { Query } from './query';
258
- export type { Models, Payload, UploadProgress };
259
- export type { RealtimeResponseEvent };
260
- export type { QueryTypes, QueryTypesList } from './query';
@@ -1,4 +0,0 @@
1
- export declare enum Adapter {
2
- Static = "static",
3
- Ssr = "ssr"
4
- }
@@ -1,15 +0,0 @@
1
- export declare enum ApiService {
2
- Account = "account",
3
- Avatars = "avatars",
4
- Databases = "databases",
5
- Tablesdb = "tablesdb",
6
- Locale = "locale",
7
- Health = "health",
8
- Storage = "storage",
9
- Teams = "teams",
10
- Users = "users",
11
- Sites = "sites",
12
- Functions = "functions",
13
- Graphql = "graphql",
14
- Messaging = "messaging"
15
- }
@@ -1,5 +0,0 @@
1
- export declare enum Api {
2
- Rest = "rest",
3
- Graphql = "graphql",
4
- Realtime = "realtime"
5
- }
@@ -1,25 +0,0 @@
1
- export declare enum AppwriteMigrationResource {
2
- User = "user",
3
- Team = "team",
4
- Membership = "membership",
5
- Database = "database",
6
- Table = "table",
7
- Column = "column",
8
- Index = "index",
9
- Row = "row",
10
- Document = "document",
11
- Attribute = "attribute",
12
- Collection = "collection",
13
- Bucket = "bucket",
14
- File = "file",
15
- Function = "function",
16
- Deployment = "deployment",
17
- Environmentvariable = "environment-variable",
18
- Provider = "provider",
19
- Topic = "topic",
20
- Subscriber = "subscriber",
21
- Message = "message",
22
- Site = "site",
23
- Sitedeployment = "site-deployment",
24
- Sitevariable = "site-variable"
25
- }
@@ -1,7 +0,0 @@
1
- export declare enum AttributeStatus {
2
- Available = "available",
3
- Processing = "processing",
4
- Deleting = "deleting",
5
- Stuck = "stuck",
6
- Failed = "failed"
7
- }
@@ -1,9 +0,0 @@
1
- export declare enum AuthMethod {
2
- Emailpassword = "email-password",
3
- Magicurl = "magic-url",
4
- Emailotp = "email-otp",
5
- Anonymous = "anonymous",
6
- Invites = "invites",
7
- Jwt = "jwt",
8
- Phone = "phone"
9
- }
@@ -1,6 +0,0 @@
1
- export declare enum AuthenticationFactor {
2
- Email = "email",
3
- Phone = "phone",
4
- Totp = "totp",
5
- Recoverycode = "recoverycode"
6
- }
@@ -1,3 +0,0 @@
1
- export declare enum AuthenticatorType {
2
- Totp = "totp"
3
- }
@@ -1,5 +0,0 @@
1
- export declare enum BackupServices {
2
- Databases = "databases",
3
- Functions = "functions",
4
- Storage = "storage"
5
- }
@@ -1,5 +0,0 @@
1
- export declare enum BillingPlanGroup {
2
- Starter = "starter",
3
- Pro = "pro",
4
- Scale = "scale"
5
- }
@@ -1,22 +0,0 @@
1
- export declare enum BrowserPermission {
2
- Geolocation = "geolocation",
3
- Camera = "camera",
4
- Microphone = "microphone",
5
- Notifications = "notifications",
6
- Midi = "midi",
7
- Push = "push",
8
- Clipboardread = "clipboard-read",
9
- Clipboardwrite = "clipboard-write",
10
- Paymenthandler = "payment-handler",
11
- Usb = "usb",
12
- Bluetooth = "bluetooth",
13
- Accelerometer = "accelerometer",
14
- Gyroscope = "gyroscope",
15
- Magnetometer = "magnetometer",
16
- Ambientlightsensor = "ambient-light-sensor",
17
- Backgroundsync = "background-sync",
18
- Persistentstorage = "persistent-storage",
19
- Screenwakelock = "screen-wake-lock",
20
- Webshare = "web-share",
21
- Xrspatialtracking = "xr-spatial-tracking"
22
- }
@@ -1,16 +0,0 @@
1
- export declare enum Browser {
2
- AvantBrowser = "aa",
3
- AndroidWebViewBeta = "an",
4
- GoogleChrome = "ch",
5
- GoogleChromeIOS = "ci",
6
- GoogleChromeMobile = "cm",
7
- Chromium = "cr",
8
- MozillaFirefox = "ff",
9
- Safari = "sf",
10
- MobileSafari = "mf",
11
- MicrosoftEdge = "ps",
12
- MicrosoftEdgeIOS = "oi",
13
- OperaMini = "om",
14
- Opera = "op",
15
- OperaNext = "on"
16
- }
@@ -1,174 +0,0 @@
1
- export declare enum BuildRuntime {
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
- Node145rc = "node-14.5-rc",
89
- Node160rc = "node-16.0-rc",
90
- Node180rc = "node-18.0-rc",
91
- Node190rc = "node-19.0-rc",
92
- Node200rc = "node-20.0-rc",
93
- Node210rc = "node-21.0-rc",
94
- Node22rc = "node-22-rc",
95
- Node23rc = "node-23-rc",
96
- Node24rc = "node-24-rc",
97
- Node25rc = "node-25-rc",
98
- Php80rc = "php-8.0-rc",
99
- Php81rc = "php-8.1-rc",
100
- Php82rc = "php-8.2-rc",
101
- Php83rc = "php-8.3-rc",
102
- Php84rc = "php-8.4-rc",
103
- Ruby30rc = "ruby-3.0-rc",
104
- Ruby31rc = "ruby-3.1-rc",
105
- Ruby32rc = "ruby-3.2-rc",
106
- Ruby33rc = "ruby-3.3-rc",
107
- Ruby34rc = "ruby-3.4-rc",
108
- Ruby40rc = "ruby-4.0-rc",
109
- Python38rc = "python-3.8-rc",
110
- Python39rc = "python-3.9-rc",
111
- Python310rc = "python-3.10-rc",
112
- Python311rc = "python-3.11-rc",
113
- Python312rc = "python-3.12-rc",
114
- Python313rc = "python-3.13-rc",
115
- Python314rc = "python-3.14-rc",
116
- Pythonml311rc = "python-ml-3.11-rc",
117
- Pythonml312rc = "python-ml-3.12-rc",
118
- Pythonml313rc = "python-ml-3.13-rc",
119
- Deno140rc = "deno-1.40-rc",
120
- Deno146rc = "deno-1.46-rc",
121
- Deno20rc = "deno-2.0-rc",
122
- Deno25rc = "deno-2.5-rc",
123
- Deno26rc = "deno-2.6-rc",
124
- Dart215rc = "dart-2.15-rc",
125
- Dart216rc = "dart-2.16-rc",
126
- Dart217rc = "dart-2.17-rc",
127
- Dart218rc = "dart-2.18-rc",
128
- Dart219rc = "dart-2.19-rc",
129
- Dart30rc = "dart-3.0-rc",
130
- Dart31rc = "dart-3.1-rc",
131
- Dart33rc = "dart-3.3-rc",
132
- Dart35rc = "dart-3.5-rc",
133
- Dart38rc = "dart-3.8-rc",
134
- Dart39rc = "dart-3.9-rc",
135
- Dart310rc = "dart-3.10-rc",
136
- Dotnet60rc = "dotnet-6.0-rc",
137
- Dotnet70rc = "dotnet-7.0-rc",
138
- Dotnet80rc = "dotnet-8.0-rc",
139
- Dotnet10rc = "dotnet-10-rc",
140
- Java80rc = "java-8.0-rc",
141
- Java110rc = "java-11.0-rc",
142
- Java170rc = "java-17.0-rc",
143
- Java180rc = "java-18.0-rc",
144
- Java210rc = "java-21.0-rc",
145
- Java22rc = "java-22-rc",
146
- Java25rc = "java-25-rc",
147
- Swift55rc = "swift-5.5-rc",
148
- Swift58rc = "swift-5.8-rc",
149
- Swift59rc = "swift-5.9-rc",
150
- Swift510rc = "swift-5.10-rc",
151
- Swift62rc = "swift-6.2-rc",
152
- Kotlin16rc = "kotlin-1.6-rc",
153
- Kotlin18rc = "kotlin-1.8-rc",
154
- Kotlin19rc = "kotlin-1.9-rc",
155
- Kotlin20rc = "kotlin-2.0-rc",
156
- Kotlin23rc = "kotlin-2.3-rc",
157
- Cpp17rc = "cpp-17-rc",
158
- Cpp20rc = "cpp-20-rc",
159
- Bun10rc = "bun-1.0-rc",
160
- Bun11rc = "bun-1.1-rc",
161
- Bun12rc = "bun-1.2-rc",
162
- Bun13rc = "bun-1.3-rc",
163
- Go123rc = "go-1.23-rc",
164
- Go124rc = "go-1.24-rc",
165
- Go125rc = "go-1.25-rc",
166
- Go126rc = "go-1.26-rc",
167
- Static1rc = "static-1-rc",
168
- Flutter324rc = "flutter-3.24-rc",
169
- Flutter327rc = "flutter-3.27-rc",
170
- Flutter329rc = "flutter-3.29-rc",
171
- Flutter332rc = "flutter-3.32-rc",
172
- Flutter335rc = "flutter-3.35-rc",
173
- Flutter338rc = "flutter-3.38-rc"
174
- }
@@ -1,7 +0,0 @@
1
- export declare enum ColumnStatus {
2
- Available = "available",
3
- Processing = "processing",
4
- Deleting = "deleting",
5
- Stuck = "stuck",
6
- Failed = "failed"
7
- }
@@ -1,5 +0,0 @@
1
- export declare enum Compression {
2
- None = "none",
3
- Gzip = "gzip",
4
- Zstd = "zstd"
5
- }
@@ -1,3 +0,0 @@
1
- export declare enum ConsoleResourceType {
2
- Rules = "rules"
3
- }
@@ -1,19 +0,0 @@
1
- export declare enum CreditCard {
2
- AmericanExpress = "amex",
3
- Argencard = "argencard",
4
- Cabal = "cabal",
5
- Cencosud = "cencosud",
6
- DinersClub = "diners",
7
- Discover = "discover",
8
- Elo = "elo",
9
- Hipercard = "hipercard",
10
- JCB = "jcb",
11
- Mastercard = "mastercard",
12
- Naranja = "naranja",
13
- TarjetaShopping = "targeta-shopping",
14
- UnionPay = "unionpay",
15
- Visa = "visa",
16
- MIR = "mir",
17
- Maestro = "maestro",
18
- Rupay = "rupay"
19
- }