@appwrite.io/console 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +2 -2
  3. package/dist/cjs/sdk.js +81 -15
  4. package/dist/cjs/sdk.js.map +1 -1
  5. package/dist/esm/sdk.js +77 -15
  6. package/dist/esm/sdk.js.map +1 -1
  7. package/dist/iife/sdk.js +3838 -15
  8. package/docs/examples/account/update-payment-method.md +1 -1
  9. package/docs/examples/projects/update-labels.md +14 -0
  10. package/package.json +7 -1
  11. package/rollup.config.js +40 -24
  12. package/src/client.ts +49 -10
  13. package/src/models.ts +432 -424
  14. package/src/query.ts +14 -11
  15. package/src/services/account.ts +20 -20
  16. package/src/services/avatars.ts +117 -117
  17. package/src/services/backups.ts +18 -18
  18. package/src/services/console.ts +24 -24
  19. package/src/services/databases.ts +119 -119
  20. package/src/services/domains.ts +204 -204
  21. package/src/services/functions.ts +30 -30
  22. package/src/services/health.ts +146 -146
  23. package/src/services/messaging.ts +54 -54
  24. package/src/services/migrations.ts +36 -36
  25. package/src/services/organizations.ts +42 -42
  26. package/src/services/projects.ts +146 -83
  27. package/src/services/sites.ts +30 -30
  28. package/src/services/storage.ts +49 -49
  29. package/src/services/tables-db.ts +119 -119
  30. package/src/services/users.ts +39 -39
  31. package/types/client.d.ts +27 -1
  32. package/types/models.d.ts +432 -424
  33. package/types/query.d.ts +8 -8
  34. package/types/services/account.d.ts +11 -11
  35. package/types/services/avatars.d.ts +82 -82
  36. package/types/services/backups.d.ts +8 -8
  37. package/types/services/console.d.ts +14 -14
  38. package/types/services/databases.d.ts +70 -70
  39. package/types/services/domains.d.ts +104 -104
  40. package/types/services/functions.d.ts +15 -15
  41. package/types/services/health.d.ts +72 -72
  42. package/types/services/messaging.d.ts +24 -24
  43. package/types/services/migrations.d.ts +16 -16
  44. package/types/services/organizations.d.ts +22 -22
  45. package/types/services/projects.d.ts +60 -38
  46. package/types/services/sites.d.ts +15 -15
  47. package/types/services/storage.d.ts +34 -34
  48. package/types/services/tables-db.d.ts +70 -70
  49. package/types/services/users.d.ts +24 -24
package/src/models.ts CHANGED
@@ -27,7 +27,7 @@ export namespace Models {
27
27
  /**
28
28
  * Total number of rows that matched your query.
29
29
  */
30
- total: number;
30
+ total: number | bigint;
31
31
  /**
32
32
  * List of rows.
33
33
  */
@@ -41,7 +41,7 @@ export namespace Models {
41
41
  /**
42
42
  * Total number of documents that matched your query.
43
43
  */
44
- total: number;
44
+ total: number | bigint;
45
45
  /**
46
46
  * List of documents.
47
47
  */
@@ -55,7 +55,7 @@ export namespace Models {
55
55
  /**
56
56
  * Total number of tables that matched your query.
57
57
  */
58
- total: number;
58
+ total: number | bigint;
59
59
  /**
60
60
  * List of tables.
61
61
  */
@@ -69,7 +69,7 @@ export namespace Models {
69
69
  /**
70
70
  * Total number of collections that matched your query.
71
71
  */
72
- total: number;
72
+ total: number | bigint;
73
73
  /**
74
74
  * List of collections.
75
75
  */
@@ -83,7 +83,7 @@ export namespace Models {
83
83
  /**
84
84
  * Total number of databases that matched your query.
85
85
  */
86
- total: number;
86
+ total: number | bigint;
87
87
  /**
88
88
  * List of databases.
89
89
  */
@@ -97,7 +97,7 @@ export namespace Models {
97
97
  /**
98
98
  * Total number of indexes that matched your query.
99
99
  */
100
- total: number;
100
+ total: number | bigint;
101
101
  /**
102
102
  * List of indexes.
103
103
  */
@@ -111,7 +111,7 @@ export namespace Models {
111
111
  /**
112
112
  * Total number of indexes that matched your query.
113
113
  */
114
- total: number;
114
+ total: number | bigint;
115
115
  /**
116
116
  * List of indexes.
117
117
  */
@@ -125,7 +125,7 @@ export namespace Models {
125
125
  /**
126
126
  * Total number of users that matched your query.
127
127
  */
128
- total: number;
128
+ total: number | bigint;
129
129
  /**
130
130
  * List of users.
131
131
  */
@@ -139,7 +139,7 @@ export namespace Models {
139
139
  /**
140
140
  * Total number of sessions that matched your query.
141
141
  */
142
- total: number;
142
+ total: number | bigint;
143
143
  /**
144
144
  * List of sessions.
145
145
  */
@@ -153,7 +153,7 @@ export namespace Models {
153
153
  /**
154
154
  * Total number of identities that matched your query.
155
155
  */
156
- total: number;
156
+ total: number | bigint;
157
157
  /**
158
158
  * List of identities.
159
159
  */
@@ -167,7 +167,7 @@ export namespace Models {
167
167
  /**
168
168
  * Total number of logs that matched your query.
169
169
  */
170
- total: number;
170
+ total: number | bigint;
171
171
  /**
172
172
  * List of logs.
173
173
  */
@@ -181,7 +181,7 @@ export namespace Models {
181
181
  /**
182
182
  * Total number of files that matched your query.
183
183
  */
184
- total: number;
184
+ total: number | bigint;
185
185
  /**
186
186
  * List of files.
187
187
  */
@@ -195,7 +195,7 @@ export namespace Models {
195
195
  /**
196
196
  * Total number of buckets that matched your query.
197
197
  */
198
- total: number;
198
+ total: number | bigint;
199
199
  /**
200
200
  * List of buckets.
201
201
  */
@@ -209,7 +209,7 @@ export namespace Models {
209
209
  /**
210
210
  * Total number of tokens that matched your query.
211
211
  */
212
- total: number;
212
+ total: number | bigint;
213
213
  /**
214
214
  * List of tokens.
215
215
  */
@@ -223,7 +223,7 @@ export namespace Models {
223
223
  /**
224
224
  * Total number of teams that matched your query.
225
225
  */
226
- total: number;
226
+ total: number | bigint;
227
227
  /**
228
228
  * List of teams.
229
229
  */
@@ -237,7 +237,7 @@ export namespace Models {
237
237
  /**
238
238
  * Total number of memberships that matched your query.
239
239
  */
240
- total: number;
240
+ total: number | bigint;
241
241
  /**
242
242
  * List of memberships.
243
243
  */
@@ -251,7 +251,7 @@ export namespace Models {
251
251
  /**
252
252
  * Total number of sites that matched your query.
253
253
  */
254
- total: number;
254
+ total: number | bigint;
255
255
  /**
256
256
  * List of sites.
257
257
  */
@@ -265,7 +265,7 @@ export namespace Models {
265
265
  /**
266
266
  * Total number of templates that matched your query.
267
267
  */
268
- total: number;
268
+ total: number | bigint;
269
269
  /**
270
270
  * List of templates.
271
271
  */
@@ -279,7 +279,7 @@ export namespace Models {
279
279
  /**
280
280
  * Total number of functions that matched your query.
281
281
  */
282
- total: number;
282
+ total: number | bigint;
283
283
  /**
284
284
  * List of functions.
285
285
  */
@@ -293,7 +293,7 @@ export namespace Models {
293
293
  /**
294
294
  * Total number of templates that matched your query.
295
295
  */
296
- total: number;
296
+ total: number | bigint;
297
297
  /**
298
298
  * List of templates.
299
299
  */
@@ -307,7 +307,7 @@ export namespace Models {
307
307
  /**
308
308
  * Total number of installations that matched your query.
309
309
  */
310
- total: number;
310
+ total: number | bigint;
311
311
  /**
312
312
  * List of installations.
313
313
  */
@@ -321,7 +321,7 @@ export namespace Models {
321
321
  /**
322
322
  * Total number of frameworkProviderRepositories that matched your query.
323
323
  */
324
- total: number;
324
+ total: number | bigint;
325
325
  /**
326
326
  * List of frameworkProviderRepositories.
327
327
  */
@@ -335,7 +335,7 @@ export namespace Models {
335
335
  /**
336
336
  * Total number of runtimeProviderRepositories that matched your query.
337
337
  */
338
- total: number;
338
+ total: number | bigint;
339
339
  /**
340
340
  * List of runtimeProviderRepositories.
341
341
  */
@@ -349,7 +349,7 @@ export namespace Models {
349
349
  /**
350
350
  * Total number of branches that matched your query.
351
351
  */
352
- total: number;
352
+ total: number | bigint;
353
353
  /**
354
354
  * List of branches.
355
355
  */
@@ -363,7 +363,7 @@ export namespace Models {
363
363
  /**
364
364
  * Total number of frameworks that matched your query.
365
365
  */
366
- total: number;
366
+ total: number | bigint;
367
367
  /**
368
368
  * List of frameworks.
369
369
  */
@@ -377,7 +377,7 @@ export namespace Models {
377
377
  /**
378
378
  * Total number of runtimes that matched your query.
379
379
  */
380
- total: number;
380
+ total: number | bigint;
381
381
  /**
382
382
  * List of runtimes.
383
383
  */
@@ -391,7 +391,7 @@ export namespace Models {
391
391
  /**
392
392
  * Total number of deployments that matched your query.
393
393
  */
394
- total: number;
394
+ total: number | bigint;
395
395
  /**
396
396
  * List of deployments.
397
397
  */
@@ -405,7 +405,7 @@ export namespace Models {
405
405
  /**
406
406
  * Total number of executions that matched your query.
407
407
  */
408
- total: number;
408
+ total: number | bigint;
409
409
  /**
410
410
  * List of executions.
411
411
  */
@@ -419,7 +419,7 @@ export namespace Models {
419
419
  /**
420
420
  * Total number of projects that matched your query.
421
421
  */
422
- total: number;
422
+ total: number | bigint;
423
423
  /**
424
424
  * List of projects.
425
425
  */
@@ -433,7 +433,7 @@ export namespace Models {
433
433
  /**
434
434
  * Total number of webhooks that matched your query.
435
435
  */
436
- total: number;
436
+ total: number | bigint;
437
437
  /**
438
438
  * List of webhooks.
439
439
  */
@@ -447,7 +447,7 @@ export namespace Models {
447
447
  /**
448
448
  * Total number of keys that matched your query.
449
449
  */
450
- total: number;
450
+ total: number | bigint;
451
451
  /**
452
452
  * List of keys.
453
453
  */
@@ -461,7 +461,7 @@ export namespace Models {
461
461
  /**
462
462
  * Total number of devKeys that matched your query.
463
463
  */
464
- total: number;
464
+ total: number | bigint;
465
465
  /**
466
466
  * List of devKeys.
467
467
  */
@@ -475,7 +475,7 @@ export namespace Models {
475
475
  /**
476
476
  * Total number of platforms that matched your query.
477
477
  */
478
- total: number;
478
+ total: number | bigint;
479
479
  /**
480
480
  * List of platforms.
481
481
  */
@@ -489,7 +489,7 @@ export namespace Models {
489
489
  /**
490
490
  * Total number of countries that matched your query.
491
491
  */
492
- total: number;
492
+ total: number | bigint;
493
493
  /**
494
494
  * List of countries.
495
495
  */
@@ -503,7 +503,7 @@ export namespace Models {
503
503
  /**
504
504
  * Total number of continents that matched your query.
505
505
  */
506
- total: number;
506
+ total: number | bigint;
507
507
  /**
508
508
  * List of continents.
509
509
  */
@@ -517,7 +517,7 @@ export namespace Models {
517
517
  /**
518
518
  * Total number of languages that matched your query.
519
519
  */
520
- total: number;
520
+ total: number | bigint;
521
521
  /**
522
522
  * List of languages.
523
523
  */
@@ -531,7 +531,7 @@ export namespace Models {
531
531
  /**
532
532
  * Total number of currencies that matched your query.
533
533
  */
534
- total: number;
534
+ total: number | bigint;
535
535
  /**
536
536
  * List of currencies.
537
537
  */
@@ -545,7 +545,7 @@ export namespace Models {
545
545
  /**
546
546
  * Total number of phones that matched your query.
547
547
  */
548
- total: number;
548
+ total: number | bigint;
549
549
  /**
550
550
  * List of phones.
551
551
  */
@@ -559,7 +559,7 @@ export namespace Models {
559
559
  /**
560
560
  * Total number of variables that matched your query.
561
561
  */
562
- total: number;
562
+ total: number | bigint;
563
563
  /**
564
564
  * List of variables.
565
565
  */
@@ -573,7 +573,7 @@ export namespace Models {
573
573
  /**
574
574
  * Total number of rules that matched your query.
575
575
  */
576
- total: number;
576
+ total: number | bigint;
577
577
  /**
578
578
  * List of rules.
579
579
  */
@@ -587,7 +587,7 @@ export namespace Models {
587
587
  /**
588
588
  * Total number of localeCodes that matched your query.
589
589
  */
590
- total: number;
590
+ total: number | bigint;
591
591
  /**
592
592
  * List of localeCodes.
593
593
  */
@@ -601,7 +601,7 @@ export namespace Models {
601
601
  /**
602
602
  * Total number of providers that matched your query.
603
603
  */
604
- total: number;
604
+ total: number | bigint;
605
605
  /**
606
606
  * List of providers.
607
607
  */
@@ -615,7 +615,7 @@ export namespace Models {
615
615
  /**
616
616
  * Total number of messages that matched your query.
617
617
  */
618
- total: number;
618
+ total: number | bigint;
619
619
  /**
620
620
  * List of messages.
621
621
  */
@@ -629,7 +629,7 @@ export namespace Models {
629
629
  /**
630
630
  * Total number of topics that matched your query.
631
631
  */
632
- total: number;
632
+ total: number | bigint;
633
633
  /**
634
634
  * List of topics.
635
635
  */
@@ -643,7 +643,7 @@ export namespace Models {
643
643
  /**
644
644
  * Total number of subscribers that matched your query.
645
645
  */
646
- total: number;
646
+ total: number | bigint;
647
647
  /**
648
648
  * List of subscribers.
649
649
  */
@@ -657,7 +657,7 @@ export namespace Models {
657
657
  /**
658
658
  * Total number of targets that matched your query.
659
659
  */
660
- total: number;
660
+ total: number | bigint;
661
661
  /**
662
662
  * List of targets.
663
663
  */
@@ -671,7 +671,7 @@ export namespace Models {
671
671
  /**
672
672
  * Total number of transactions that matched your query.
673
673
  */
674
- total: number;
674
+ total: number | bigint;
675
675
  /**
676
676
  * List of transactions.
677
677
  */
@@ -685,7 +685,7 @@ export namespace Models {
685
685
  /**
686
686
  * Total number of migrations that matched your query.
687
687
  */
688
- total: number;
688
+ total: number | bigint;
689
689
  /**
690
690
  * List of migrations.
691
691
  */
@@ -699,7 +699,7 @@ export namespace Models {
699
699
  /**
700
700
  * Total number of specifications that matched your query.
701
701
  */
702
- total: number;
702
+ total: number | bigint;
703
703
  /**
704
704
  * List of specifications.
705
705
  */
@@ -713,7 +713,7 @@ export namespace Models {
713
713
  /**
714
714
  * Total number of contents that matched your query.
715
715
  */
716
- total: number;
716
+ total: number | bigint;
717
717
  /**
718
718
  * List of contents.
719
719
  */
@@ -811,7 +811,7 @@ export namespace Models {
811
811
  /**
812
812
  * Total number of attributes in the given collection.
813
813
  */
814
- total: number;
814
+ total: number | bigint;
815
815
  /**
816
816
  * List of attributes.
817
817
  */
@@ -857,7 +857,7 @@ export namespace Models {
857
857
  /**
858
858
  * Attribute size.
859
859
  */
860
- size: number;
860
+ size: number | bigint;
861
861
  /**
862
862
  * Default value for attribute when not provided. Cannot be set when attribute is required.
863
863
  */
@@ -907,15 +907,15 @@ export namespace Models {
907
907
  /**
908
908
  * Minimum value to enforce for new documents.
909
909
  */
910
- min?: number;
910
+ min?: number | bigint;
911
911
  /**
912
912
  * Maximum value to enforce for new documents.
913
913
  */
914
- max?: number;
914
+ max?: number | bigint;
915
915
  /**
916
916
  * Default value for attribute when not provided. Cannot be set when attribute is required.
917
917
  */
918
- default?: number;
918
+ default?: number | bigint;
919
919
  }
920
920
 
921
921
  /**
@@ -957,15 +957,15 @@ export namespace Models {
957
957
  /**
958
958
  * Minimum value to enforce for new documents.
959
959
  */
960
- min?: number;
960
+ min?: number | bigint;
961
961
  /**
962
962
  * Maximum value to enforce for new documents.
963
963
  */
964
- max?: number;
964
+ max?: number | bigint;
965
965
  /**
966
966
  * Default value for attribute when not provided. Cannot be set when attribute is required.
967
967
  */
968
- default?: number;
968
+ default?: number | bigint;
969
969
  }
970
970
 
971
971
  /**
@@ -1485,7 +1485,7 @@ export namespace Models {
1485
1485
  /**
1486
1486
  * Total number of columns in the given table.
1487
1487
  */
1488
- total: number;
1488
+ total: number | bigint;
1489
1489
  /**
1490
1490
  * List of columns.
1491
1491
  */
@@ -1531,7 +1531,7 @@ export namespace Models {
1531
1531
  /**
1532
1532
  * Column size.
1533
1533
  */
1534
- size: number;
1534
+ size: number | bigint;
1535
1535
  /**
1536
1536
  * Default value for column when not provided. Cannot be set when column is required.
1537
1537
  */
@@ -1581,15 +1581,15 @@ export namespace Models {
1581
1581
  /**
1582
1582
  * Minimum value to enforce for new documents.
1583
1583
  */
1584
- min?: number;
1584
+ min?: number | bigint;
1585
1585
  /**
1586
1586
  * Maximum value to enforce for new documents.
1587
1587
  */
1588
- max?: number;
1588
+ max?: number | bigint;
1589
1589
  /**
1590
1590
  * Default value for column when not provided. Cannot be set when column is required.
1591
1591
  */
1592
- default?: number;
1592
+ default?: number | bigint;
1593
1593
  }
1594
1594
 
1595
1595
  /**
@@ -1631,15 +1631,15 @@ export namespace Models {
1631
1631
  /**
1632
1632
  * Minimum value to enforce for new documents.
1633
1633
  */
1634
- min?: number;
1634
+ min?: number | bigint;
1635
1635
  /**
1636
1636
  * Maximum value to enforce for new documents.
1637
1637
  */
1638
- max?: number;
1638
+ max?: number | bigint;
1639
1639
  /**
1640
1640
  * Default value for column when not provided. Cannot be set when column is required.
1641
1641
  */
1642
- default?: number;
1642
+ default?: number | bigint;
1643
1643
  }
1644
1644
 
1645
1645
  /**
@@ -2145,7 +2145,7 @@ export namespace Models {
2145
2145
  /**
2146
2146
  * Index attributes length.
2147
2147
  */
2148
- lengths: number[];
2148
+ lengths: number | bigint[];
2149
2149
  /**
2150
2150
  * Index orders.
2151
2151
  */
@@ -2191,7 +2191,7 @@ export namespace Models {
2191
2191
  /**
2192
2192
  * Index columns length.
2193
2193
  */
2194
- lengths: number[];
2194
+ lengths: number | bigint[];
2195
2195
  /**
2196
2196
  * Index orders.
2197
2197
  */
@@ -2209,7 +2209,7 @@ export namespace Models {
2209
2209
  /**
2210
2210
  * Row automatically incrementing ID.
2211
2211
  */
2212
- $sequence: number;
2212
+ $sequence: number | bigint;
2213
2213
  /**
2214
2214
  * Table ID.
2215
2215
  */
@@ -2248,7 +2248,7 @@ export namespace Models {
2248
2248
  /**
2249
2249
  * Document automatically incrementing ID.
2250
2250
  */
2251
- $sequence: number;
2251
+ $sequence: number | bigint;
2252
2252
  /**
2253
2253
  * Collection ID.
2254
2254
  */
@@ -2499,19 +2499,19 @@ export namespace Models {
2499
2499
  /**
2500
2500
  * CPU complexity of computed hash.
2501
2501
  */
2502
- costCpu: number;
2502
+ costCpu: number | bigint;
2503
2503
  /**
2504
2504
  * Memory complexity of computed hash.
2505
2505
  */
2506
- costMemory: number;
2506
+ costMemory: number | bigint;
2507
2507
  /**
2508
2508
  * Parallelization of computed hash.
2509
2509
  */
2510
- costParallel: number;
2510
+ costParallel: number | bigint;
2511
2511
  /**
2512
2512
  * Length used to compute hash.
2513
2513
  */
2514
- length: number;
2514
+ length: number | bigint;
2515
2515
  }
2516
2516
 
2517
2517
  /**
@@ -2547,15 +2547,15 @@ export namespace Models {
2547
2547
  /**
2548
2548
  * Memory used to compute hash.
2549
2549
  */
2550
- memoryCost: number;
2550
+ memoryCost: number | bigint;
2551
2551
  /**
2552
2552
  * Amount of time consumed to compute hash
2553
2553
  */
2554
- timeCost: number;
2554
+ timeCost: number | bigint;
2555
2555
  /**
2556
2556
  * Number of threads used to compute hash.
2557
2557
  */
2558
- threads: number;
2558
+ threads: number | bigint;
2559
2559
  }
2560
2560
 
2561
2561
  /**
@@ -2864,15 +2864,15 @@ export namespace Models {
2864
2864
  /**
2865
2865
  * File original size in bytes.
2866
2866
  */
2867
- sizeOriginal: number;
2867
+ sizeOriginal: number | bigint;
2868
2868
  /**
2869
2869
  * Total number of chunks available
2870
2870
  */
2871
- chunksTotal: number;
2871
+ chunksTotal: number | bigint;
2872
2872
  /**
2873
2873
  * Total number of chunks uploaded
2874
2874
  */
2875
- chunksUploaded: number;
2875
+ chunksUploaded: number | bigint;
2876
2876
  }
2877
2877
 
2878
2878
  /**
@@ -2910,13 +2910,13 @@ export namespace Models {
2910
2910
  /**
2911
2911
  * Maximum file size supported.
2912
2912
  */
2913
- maximumFileSize: number;
2913
+ maximumFileSize: number | bigint;
2914
2914
  /**
2915
2915
  * Allowed file extensions.
2916
2916
  */
2917
2917
  allowedFileExtensions: string[];
2918
2918
  /**
2919
- * Compression algorithm choosen for compression. Will be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd).
2919
+ * Compression algorithm chosen for compression. Will be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd).
2920
2920
  */
2921
2921
  compression: string;
2922
2922
  /**
@@ -2931,6 +2931,10 @@ export namespace Models {
2931
2931
  * Image transformations are enabled.
2932
2932
  */
2933
2933
  transformations: boolean;
2934
+ /**
2935
+ * Total size of this bucket in bytes.
2936
+ */
2937
+ totalSize: number | bigint;
2934
2938
  }
2935
2939
 
2936
2940
  /**
@@ -2990,7 +2994,7 @@ export namespace Models {
2990
2994
  /**
2991
2995
  * Total number of team members.
2992
2996
  */
2993
- total: number;
2997
+ total: number | bigint;
2994
2998
  /**
2995
2999
  * Team preferences as a key-value object
2996
3000
  */
@@ -3126,7 +3130,7 @@ export namespace Models {
3126
3130
  /**
3127
3131
  * Site request timeout in seconds.
3128
3132
  */
3129
- timeout: number;
3133
+ timeout: number | bigint;
3130
3134
  /**
3131
3135
  * The install command used to install the site dependencies.
3132
3136
  */
@@ -3356,7 +3360,7 @@ export namespace Models {
3356
3360
  /**
3357
3361
  * Function execution timeout in seconds.
3358
3362
  */
3359
- timeout: number;
3363
+ timeout: number | bigint;
3360
3364
  /**
3361
3365
  * The entrypoint file used to execute the deployment.
3362
3366
  */
@@ -3430,7 +3434,7 @@ export namespace Models {
3430
3434
  /**
3431
3435
  * Function execution timeout in seconds.
3432
3436
  */
3433
- timeout: number;
3437
+ timeout: number | bigint;
3434
3438
  /**
3435
3439
  * Function use cases.
3436
3440
  */
@@ -3746,7 +3750,7 @@ export namespace Models {
3746
3750
  /**
3747
3751
  * Content size in bytes. Only files have size, and for directories, 0 is returned.
3748
3752
  */
3749
- size?: number;
3753
+ size?: number | bigint;
3750
3754
  /**
3751
3755
  * If a content is a directory. Directories can be used to check nested contents.
3752
3756
  */
@@ -3892,15 +3896,15 @@ export namespace Models {
3892
3896
  /**
3893
3897
  * The code size in bytes.
3894
3898
  */
3895
- sourceSize: number;
3899
+ sourceSize: number | bigint;
3896
3900
  /**
3897
3901
  * The build output size in bytes.
3898
3902
  */
3899
- buildSize: number;
3903
+ buildSize: number | bigint;
3900
3904
  /**
3901
3905
  * The total size in bytes (source and build output).
3902
3906
  */
3903
- totalSize: number;
3907
+ totalSize: number | bigint;
3904
3908
  /**
3905
3909
  * The current build ID.
3906
3910
  */
@@ -3928,7 +3932,7 @@ export namespace Models {
3928
3932
  /**
3929
3933
  * The current build time in seconds.
3930
3934
  */
3931
- buildDuration: number;
3935
+ buildDuration: number | bigint;
3932
3936
  /**
3933
3937
  * The name of the vcs provider repository
3934
3938
  */
@@ -4022,7 +4026,7 @@ export namespace Models {
4022
4026
  /**
4023
4027
  * HTTP response status code.
4024
4028
  */
4025
- responseStatusCode: number;
4029
+ responseStatusCode: number | bigint;
4026
4030
  /**
4027
4031
  * HTTP response body. This will return empty unless execution is created as synchronous.
4028
4032
  */
@@ -4042,7 +4046,7 @@ export namespace Models {
4042
4046
  /**
4043
4047
  * Resource(function/site) execution duration in seconds.
4044
4048
  */
4045
- duration: number;
4049
+ duration: number | bigint;
4046
4050
  /**
4047
4051
  * The scheduled time for execution. If left empty, execution will be queued immediately.
4048
4052
  */
@@ -4112,19 +4116,19 @@ export namespace Models {
4112
4116
  /**
4113
4117
  * Session duration in seconds.
4114
4118
  */
4115
- authDuration: number;
4119
+ authDuration: number | bigint;
4116
4120
  /**
4117
4121
  * Max users allowed. 0 is unlimited.
4118
4122
  */
4119
- authLimit: number;
4123
+ authLimit: number | bigint;
4120
4124
  /**
4121
4125
  * Max sessions allowed per user. 100 maximum.
4122
4126
  */
4123
- authSessionsLimit: number;
4127
+ authSessionsLimit: number | bigint;
4124
4128
  /**
4125
4129
  * Max allowed passwords in the history list per user. Max passwords limit allowed in history is 20. Use 0 for disabling password history.
4126
4130
  */
4127
- authPasswordHistory: number;
4131
+ authPasswordHistory: number | bigint;
4128
4132
  /**
4129
4133
  * Whether or not to check user's password against most commonly used passwords.
4130
4134
  */
@@ -4200,7 +4204,7 @@ export namespace Models {
4200
4204
  /**
4201
4205
  * SMTP server port
4202
4206
  */
4203
- smtpPort: number;
4207
+ smtpPort: number | bigint;
4204
4208
  /**
4205
4209
  * SMTP server username
4206
4210
  */
@@ -4216,11 +4220,15 @@ export namespace Models {
4216
4220
  /**
4217
4221
  * Number of times the ping was received for this project.
4218
4222
  */
4219
- pingCount: number;
4223
+ pingCount: number | bigint;
4220
4224
  /**
4221
4225
  * Last ping datetime in ISO 8601 format.
4222
4226
  */
4223
4227
  pingedAt: string;
4228
+ /**
4229
+ * Labels for the project.
4230
+ */
4231
+ labels: string[];
4224
4232
  /**
4225
4233
  * Email/Password auth method status
4226
4234
  */
@@ -4374,7 +4382,7 @@ export namespace Models {
4374
4382
  /**
4375
4383
  * Number of consecutive failed webhook attempts.
4376
4384
  */
4377
- attempts: number;
4385
+ attempts: number | bigint;
4378
4386
  }
4379
4387
 
4380
4388
  /**
@@ -4646,11 +4654,11 @@ export namespace Models {
4646
4654
  /**
4647
4655
  * Number of decimal digits.
4648
4656
  */
4649
- decimalDigits: number;
4657
+ decimalDigits: number | bigint;
4650
4658
  /**
4651
4659
  * Currency digit rounding.
4652
4660
  */
4653
- rounding: number;
4661
+ rounding: number | bigint;
4654
4662
  /**
4655
4663
  * Currency code in [ISO 4217-1](http://en.wikipedia.org/wiki/ISO_4217) three-character format.
4656
4664
  */
@@ -4700,7 +4708,7 @@ export namespace Models {
4700
4708
  /**
4701
4709
  * Amount of actions in the queue.
4702
4710
  */
4703
- size: number;
4711
+ size: number | bigint;
4704
4712
  }
4705
4713
 
4706
4714
  /**
@@ -4714,7 +4722,7 @@ export namespace Models {
4714
4722
  /**
4715
4723
  * Duration in milliseconds how long the health check took.
4716
4724
  */
4717
- ping: number;
4725
+ ping: number | bigint;
4718
4726
  /**
4719
4727
  * Service status. Possible values are: `pass`, `fail`
4720
4728
  */
@@ -4758,15 +4766,15 @@ export namespace Models {
4758
4766
  /**
4759
4767
  * Current unix timestamp on trustful remote server.
4760
4768
  */
4761
- remoteTime: number;
4769
+ remoteTime: number | bigint;
4762
4770
  /**
4763
4771
  * Current unix timestamp of local server where Appwrite runs.
4764
4772
  */
4765
- localTime: number;
4773
+ localTime: number | bigint;
4766
4774
  /**
4767
4775
  * Difference of unix remote and local timestamps in milliseconds.
4768
4776
  */
4769
- diff: number;
4777
+ diff: number | bigint;
4770
4778
  }
4771
4779
 
4772
4780
  /**
@@ -4776,7 +4784,7 @@ export namespace Models {
4776
4784
  /**
4777
4785
  * The value of this metric at the timestamp.
4778
4786
  */
4779
- value: number;
4787
+ value: number | bigint;
4780
4788
  /**
4781
4789
  * The date at which this metric was aggregated in ISO 8601 format.
4782
4790
  */
@@ -4798,11 +4806,11 @@ export namespace Models {
4798
4806
  /**
4799
4807
  * The value of this metric at the timestamp.
4800
4808
  */
4801
- value: number;
4809
+ value: number | bigint;
4802
4810
  /**
4803
4811
  * The estimated value of this metric at the end of the period.
4804
4812
  */
4805
- estimate?: number;
4813
+ estimate?: number | bigint;
4806
4814
  }
4807
4815
 
4808
4816
  /**
@@ -4816,35 +4824,35 @@ export namespace Models {
4816
4824
  /**
4817
4825
  * Total aggregated number of databases.
4818
4826
  */
4819
- databasesTotal: number;
4827
+ databasesTotal: number | bigint;
4820
4828
  /**
4821
4829
  * Total aggregated number of collections.
4822
4830
  */
4823
- collectionsTotal: number;
4831
+ collectionsTotal: number | bigint;
4824
4832
  /**
4825
4833
  * Total aggregated number of tables.
4826
4834
  */
4827
- tablesTotal: number;
4835
+ tablesTotal: number | bigint;
4828
4836
  /**
4829
4837
  * Total aggregated number of documents.
4830
4838
  */
4831
- documentsTotal: number;
4839
+ documentsTotal: number | bigint;
4832
4840
  /**
4833
4841
  * Total aggregated number of rows.
4834
4842
  */
4835
- rowsTotal: number;
4843
+ rowsTotal: number | bigint;
4836
4844
  /**
4837
4845
  * Total aggregated number of total databases storage in bytes.
4838
4846
  */
4839
- storageTotal: number;
4847
+ storageTotal: number | bigint;
4840
4848
  /**
4841
4849
  * Total number of databases reads.
4842
4850
  */
4843
- databasesReadsTotal: number;
4851
+ databasesReadsTotal: number | bigint;
4844
4852
  /**
4845
4853
  * Total number of databases writes.
4846
4854
  */
4847
- databasesWritesTotal: number;
4855
+ databasesWritesTotal: number | bigint;
4848
4856
  /**
4849
4857
  * Aggregated number of databases per period.
4850
4858
  */
@@ -4890,31 +4898,31 @@ export namespace Models {
4890
4898
  /**
4891
4899
  * Total aggregated number of collections.
4892
4900
  */
4893
- collectionsTotal: number;
4901
+ collectionsTotal: number | bigint;
4894
4902
  /**
4895
4903
  * Total aggregated number of tables.
4896
4904
  */
4897
- tablesTotal: number;
4905
+ tablesTotal: number | bigint;
4898
4906
  /**
4899
4907
  * Total aggregated number of documents.
4900
4908
  */
4901
- documentsTotal: number;
4909
+ documentsTotal: number | bigint;
4902
4910
  /**
4903
4911
  * Total aggregated number of rows.
4904
4912
  */
4905
- rowsTotal: number;
4913
+ rowsTotal: number | bigint;
4906
4914
  /**
4907
4915
  * Total aggregated number of total storage used in bytes.
4908
4916
  */
4909
- storageTotal: number;
4917
+ storageTotal: number | bigint;
4910
4918
  /**
4911
4919
  * Total number of databases reads.
4912
4920
  */
4913
- databaseReadsTotal: number;
4921
+ databaseReadsTotal: number | bigint;
4914
4922
  /**
4915
4923
  * Total number of databases writes.
4916
4924
  */
4917
- databaseWritesTotal: number;
4925
+ databaseWritesTotal: number | bigint;
4918
4926
  /**
4919
4927
  * Aggregated number of collections per period.
4920
4928
  */
@@ -4956,7 +4964,7 @@ export namespace Models {
4956
4964
  /**
4957
4965
  * Total aggregated number of of rows.
4958
4966
  */
4959
- rowsTotal: number;
4967
+ rowsTotal: number | bigint;
4960
4968
  /**
4961
4969
  * Aggregated number of rows per period.
4962
4970
  */
@@ -4974,7 +4982,7 @@ export namespace Models {
4974
4982
  /**
4975
4983
  * Total aggregated number of of documents.
4976
4984
  */
4977
- documentsTotal: number;
4985
+ documentsTotal: number | bigint;
4978
4986
  /**
4979
4987
  * Aggregated number of documents per period.
4980
4988
  */
@@ -4992,11 +5000,11 @@ export namespace Models {
4992
5000
  /**
4993
5001
  * Total aggregated number of statistics of users.
4994
5002
  */
4995
- usersTotal: number;
5003
+ usersTotal: number | bigint;
4996
5004
  /**
4997
5005
  * Total aggregated number of active sessions.
4998
5006
  */
4999
- sessionsTotal: number;
5007
+ sessionsTotal: number | bigint;
5000
5008
  /**
5001
5009
  * Aggregated number of users per period.
5002
5010
  */
@@ -5018,15 +5026,15 @@ export namespace Models {
5018
5026
  /**
5019
5027
  * Total aggregated number of buckets
5020
5028
  */
5021
- bucketsTotal: number;
5029
+ bucketsTotal: number | bigint;
5022
5030
  /**
5023
5031
  * Total aggregated number of files.
5024
5032
  */
5025
- filesTotal: number;
5033
+ filesTotal: number | bigint;
5026
5034
  /**
5027
5035
  * Total aggregated number of files storage (in bytes).
5028
5036
  */
5029
- filesStorageTotal: number;
5037
+ filesStorageTotal: number | bigint;
5030
5038
  /**
5031
5039
  * Aggregated number of buckets per period.
5032
5040
  */
@@ -5052,11 +5060,11 @@ export namespace Models {
5052
5060
  /**
5053
5061
  * Total aggregated number of bucket files.
5054
5062
  */
5055
- filesTotal: number;
5063
+ filesTotal: number | bigint;
5056
5064
  /**
5057
5065
  * Total aggregated number of bucket files storage (in bytes).
5058
5066
  */
5059
- filesStorageTotal: number;
5067
+ filesStorageTotal: number | bigint;
5060
5068
  /**
5061
5069
  * Aggregated number of bucket files per period.
5062
5070
  */
@@ -5072,7 +5080,7 @@ export namespace Models {
5072
5080
  /**
5073
5081
  * Total aggregated number of files transformations.
5074
5082
  */
5075
- imageTransformationsTotal: number;
5083
+ imageTransformationsTotal: number | bigint;
5076
5084
  }
5077
5085
 
5078
5086
  /**
@@ -5086,43 +5094,43 @@ export namespace Models {
5086
5094
  /**
5087
5095
  * Total aggregated number of functions.
5088
5096
  */
5089
- functionsTotal: number;
5097
+ functionsTotal: number | bigint;
5090
5098
  /**
5091
5099
  * Total aggregated number of functions deployments.
5092
5100
  */
5093
- deploymentsTotal: number;
5101
+ deploymentsTotal: number | bigint;
5094
5102
  /**
5095
5103
  * Total aggregated sum of functions deployment storage.
5096
5104
  */
5097
- deploymentsStorageTotal: number;
5105
+ deploymentsStorageTotal: number | bigint;
5098
5106
  /**
5099
5107
  * Total aggregated number of functions build.
5100
5108
  */
5101
- buildsTotal: number;
5109
+ buildsTotal: number | bigint;
5102
5110
  /**
5103
5111
  * total aggregated sum of functions build storage.
5104
5112
  */
5105
- buildsStorageTotal: number;
5113
+ buildsStorageTotal: number | bigint;
5106
5114
  /**
5107
5115
  * Total aggregated sum of functions build compute time.
5108
5116
  */
5109
- buildsTimeTotal: number;
5117
+ buildsTimeTotal: number | bigint;
5110
5118
  /**
5111
5119
  * Total aggregated sum of functions build mbSeconds.
5112
5120
  */
5113
- buildsMbSecondsTotal: number;
5121
+ buildsMbSecondsTotal: number | bigint;
5114
5122
  /**
5115
5123
  * Total aggregated number of functions execution.
5116
5124
  */
5117
- executionsTotal: number;
5125
+ executionsTotal: number | bigint;
5118
5126
  /**
5119
5127
  * Total aggregated sum of functions execution compute time.
5120
5128
  */
5121
- executionsTimeTotal: number;
5129
+ executionsTimeTotal: number | bigint;
5122
5130
  /**
5123
5131
  * Total aggregated sum of functions execution mbSeconds.
5124
5132
  */
5125
- executionsMbSecondsTotal: number;
5133
+ executionsMbSecondsTotal: number | bigint;
5126
5134
  /**
5127
5135
  * Aggregated number of functions per period.
5128
5136
  */
@@ -5138,11 +5146,11 @@ export namespace Models {
5138
5146
  /**
5139
5147
  * Total aggregated number of successful function builds.
5140
5148
  */
5141
- buildsSuccessTotal: number;
5149
+ buildsSuccessTotal: number | bigint;
5142
5150
  /**
5143
5151
  * Total aggregated number of failed function builds.
5144
5152
  */
5145
- buildsFailedTotal: number;
5153
+ buildsFailedTotal: number | bigint;
5146
5154
  /**
5147
5155
  * Aggregated number of functions build per period.
5148
5156
  */
@@ -5192,51 +5200,51 @@ export namespace Models {
5192
5200
  /**
5193
5201
  * Total aggregated number of function deployments.
5194
5202
  */
5195
- deploymentsTotal: number;
5203
+ deploymentsTotal: number | bigint;
5196
5204
  /**
5197
5205
  * Total aggregated sum of function deployments storage.
5198
5206
  */
5199
- deploymentsStorageTotal: number;
5207
+ deploymentsStorageTotal: number | bigint;
5200
5208
  /**
5201
5209
  * Total aggregated number of function builds.
5202
5210
  */
5203
- buildsTotal: number;
5211
+ buildsTotal: number | bigint;
5204
5212
  /**
5205
5213
  * Total aggregated number of successful function builds.
5206
5214
  */
5207
- buildsSuccessTotal: number;
5215
+ buildsSuccessTotal: number | bigint;
5208
5216
  /**
5209
5217
  * Total aggregated number of failed function builds.
5210
5218
  */
5211
- buildsFailedTotal: number;
5219
+ buildsFailedTotal: number | bigint;
5212
5220
  /**
5213
5221
  * total aggregated sum of function builds storage.
5214
5222
  */
5215
- buildsStorageTotal: number;
5223
+ buildsStorageTotal: number | bigint;
5216
5224
  /**
5217
5225
  * Total aggregated sum of function builds compute time.
5218
5226
  */
5219
- buildsTimeTotal: number;
5227
+ buildsTimeTotal: number | bigint;
5220
5228
  /**
5221
5229
  * Average builds compute time.
5222
5230
  */
5223
- buildsTimeAverage: number;
5231
+ buildsTimeAverage: number | bigint;
5224
5232
  /**
5225
5233
  * Total aggregated sum of function builds mbSeconds.
5226
5234
  */
5227
- buildsMbSecondsTotal: number;
5235
+ buildsMbSecondsTotal: number | bigint;
5228
5236
  /**
5229
5237
  * Total aggregated number of function executions.
5230
5238
  */
5231
- executionsTotal: number;
5239
+ executionsTotal: number | bigint;
5232
5240
  /**
5233
5241
  * Total aggregated sum of function executions compute time.
5234
5242
  */
5235
- executionsTimeTotal: number;
5243
+ executionsTimeTotal: number | bigint;
5236
5244
  /**
5237
5245
  * Total aggregated sum of function executions mbSeconds.
5238
5246
  */
5239
- executionsMbSecondsTotal: number;
5247
+ executionsMbSecondsTotal: number | bigint;
5240
5248
  /**
5241
5249
  * Aggregated number of function deployments per period.
5242
5250
  */
@@ -5292,125 +5300,125 @@ export namespace Models {
5292
5300
  */
5293
5301
  range: string;
5294
5302
  /**
5295
- * Total aggregated number of functions deployments.
5303
+ * Total aggregated number of sites.
5296
5304
  */
5297
- deploymentsTotal: number;
5305
+ sitesTotal: number | bigint;
5298
5306
  /**
5299
- * Total aggregated sum of functions deployment storage.
5307
+ * Aggregated number of sites per period.
5300
5308
  */
5301
- deploymentsStorageTotal: number;
5309
+ sites: Metric[];
5302
5310
  /**
5303
- * Total aggregated number of functions build.
5311
+ * Total aggregated number of sites deployments.
5304
5312
  */
5305
- buildsTotal: number;
5313
+ deploymentsTotal: number | bigint;
5306
5314
  /**
5307
- * total aggregated sum of functions build storage.
5315
+ * Total aggregated sum of sites deployment storage.
5308
5316
  */
5309
- buildsStorageTotal: number;
5317
+ deploymentsStorageTotal: number | bigint;
5310
5318
  /**
5311
- * Total aggregated sum of functions build compute time.
5319
+ * Total aggregated number of sites build.
5312
5320
  */
5313
- buildsTimeTotal: number;
5321
+ buildsTotal: number | bigint;
5314
5322
  /**
5315
- * Total aggregated sum of functions build mbSeconds.
5323
+ * total aggregated sum of sites build storage.
5316
5324
  */
5317
- buildsMbSecondsTotal: number;
5325
+ buildsStorageTotal: number | bigint;
5318
5326
  /**
5319
- * Total aggregated number of functions execution.
5327
+ * Total aggregated sum of sites build compute time.
5320
5328
  */
5321
- executionsTotal: number;
5329
+ buildsTimeTotal: number | bigint;
5322
5330
  /**
5323
- * Total aggregated sum of functions execution compute time.
5331
+ * Total aggregated sum of sites build mbSeconds.
5324
5332
  */
5325
- executionsTimeTotal: number;
5333
+ buildsMbSecondsTotal: number | bigint;
5326
5334
  /**
5327
- * Total aggregated sum of functions execution mbSeconds.
5335
+ * Total aggregated number of sites execution.
5328
5336
  */
5329
- executionsMbSecondsTotal: number;
5337
+ executionsTotal: number | bigint;
5330
5338
  /**
5331
- * Aggregated number of functions deployment per period.
5339
+ * Total aggregated sum of sites execution compute time.
5332
5340
  */
5333
- deployments: Metric[];
5341
+ executionsTimeTotal: number | bigint;
5334
5342
  /**
5335
- * Aggregated number of functions deployment storage per period.
5343
+ * Total aggregated sum of sites execution mbSeconds.
5336
5344
  */
5337
- deploymentsStorage: Metric[];
5345
+ executionsMbSecondsTotal: number | bigint;
5338
5346
  /**
5339
- * Total aggregated number of successful function builds.
5347
+ * Total aggregated number of requests.
5340
5348
  */
5341
- buildsSuccessTotal: number;
5349
+ requestsTotal: number | bigint;
5342
5350
  /**
5343
- * Total aggregated number of failed function builds.
5351
+ * Aggregated number of requests per period.
5344
5352
  */
5345
- buildsFailedTotal: number;
5353
+ requests: Metric[];
5346
5354
  /**
5347
- * Aggregated number of functions build per period.
5355
+ * Total aggregated inbound bandwidth.
5348
5356
  */
5349
- builds: Metric[];
5357
+ inboundTotal: number | bigint;
5350
5358
  /**
5351
- * Aggregated sum of functions build storage per period.
5359
+ * Aggregated number of inbound bandwidth per period.
5352
5360
  */
5353
- buildsStorage: Metric[];
5361
+ inbound: Metric[];
5354
5362
  /**
5355
- * Aggregated sum of functions build compute time per period.
5363
+ * Total aggregated outbound bandwidth.
5356
5364
  */
5357
- buildsTime: Metric[];
5365
+ outboundTotal: number | bigint;
5358
5366
  /**
5359
- * Aggregated sum of functions build mbSeconds per period.
5367
+ * Aggregated number of outbound bandwidth per period.
5360
5368
  */
5361
- buildsMbSeconds: Metric[];
5369
+ outbound: Metric[];
5362
5370
  /**
5363
- * Aggregated number of functions execution per period.
5371
+ * Aggregated number of sites deployment per period.
5364
5372
  */
5365
- executions: Metric[];
5373
+ deployments: Metric[];
5366
5374
  /**
5367
- * Aggregated number of functions execution compute time per period.
5375
+ * Aggregated number of sites deployment storage per period.
5368
5376
  */
5369
- executionsTime: Metric[];
5377
+ deploymentsStorage: Metric[];
5370
5378
  /**
5371
- * Aggregated number of functions mbSeconds per period.
5379
+ * Total aggregated number of successful site builds.
5372
5380
  */
5373
- executionsMbSeconds: Metric[];
5381
+ buildsSuccessTotal: number | bigint;
5374
5382
  /**
5375
- * Aggregated number of successful function builds per period.
5383
+ * Total aggregated number of failed site builds.
5376
5384
  */
5377
- buildsSuccess: Metric[];
5385
+ buildsFailedTotal: number | bigint;
5378
5386
  /**
5379
- * Aggregated number of failed function builds per period.
5387
+ * Aggregated number of sites build per period.
5380
5388
  */
5381
- buildsFailed: Metric[];
5389
+ builds: Metric[];
5382
5390
  /**
5383
- * Total aggregated number of sites.
5391
+ * Aggregated sum of sites build storage per period.
5384
5392
  */
5385
- sitesTotal: number;
5393
+ buildsStorage: Metric[];
5386
5394
  /**
5387
- * Aggregated number of sites per period.
5395
+ * Aggregated sum of sites build compute time per period.
5388
5396
  */
5389
- sites: Metric[];
5397
+ buildsTime: Metric[];
5390
5398
  /**
5391
- * Total aggregated number of requests.
5399
+ * Aggregated sum of sites build mbSeconds per period.
5392
5400
  */
5393
- requestsTotal: number;
5401
+ buildsMbSeconds: Metric[];
5394
5402
  /**
5395
- * Aggregated number of requests per period.
5403
+ * Aggregated number of sites execution per period.
5396
5404
  */
5397
- requests: Metric[];
5405
+ executions: Metric[];
5398
5406
  /**
5399
- * Total aggregated inbound bandwidth.
5407
+ * Aggregated number of sites execution compute time per period.
5400
5408
  */
5401
- inboundTotal: number;
5409
+ executionsTime: Metric[];
5402
5410
  /**
5403
- * Aggregated number of inbound bandwidth per period.
5411
+ * Aggregated number of sites mbSeconds per period.
5404
5412
  */
5405
- inbound: Metric[];
5413
+ executionsMbSeconds: Metric[];
5406
5414
  /**
5407
- * Total aggregated outbound bandwidth.
5415
+ * Aggregated number of successful site builds per period.
5408
5416
  */
5409
- outboundTotal: number;
5417
+ buildsSuccess: Metric[];
5410
5418
  /**
5411
- * Aggregated number of outbound bandwidth per period.
5419
+ * Aggregated number of failed site builds per period.
5412
5420
  */
5413
- outbound: Metric[];
5421
+ buildsFailed: Metric[];
5414
5422
  }
5415
5423
 
5416
5424
  /**
@@ -5424,51 +5432,51 @@ export namespace Models {
5424
5432
  /**
5425
5433
  * Total aggregated number of function deployments.
5426
5434
  */
5427
- deploymentsTotal: number;
5435
+ deploymentsTotal: number | bigint;
5428
5436
  /**
5429
5437
  * Total aggregated sum of function deployments storage.
5430
5438
  */
5431
- deploymentsStorageTotal: number;
5439
+ deploymentsStorageTotal: number | bigint;
5432
5440
  /**
5433
5441
  * Total aggregated number of function builds.
5434
5442
  */
5435
- buildsTotal: number;
5443
+ buildsTotal: number | bigint;
5436
5444
  /**
5437
5445
  * Total aggregated number of successful function builds.
5438
5446
  */
5439
- buildsSuccessTotal: number;
5447
+ buildsSuccessTotal: number | bigint;
5440
5448
  /**
5441
5449
  * Total aggregated number of failed function builds.
5442
5450
  */
5443
- buildsFailedTotal: number;
5451
+ buildsFailedTotal: number | bigint;
5444
5452
  /**
5445
5453
  * total aggregated sum of function builds storage.
5446
5454
  */
5447
- buildsStorageTotal: number;
5455
+ buildsStorageTotal: number | bigint;
5448
5456
  /**
5449
5457
  * Total aggregated sum of function builds compute time.
5450
5458
  */
5451
- buildsTimeTotal: number;
5459
+ buildsTimeTotal: number | bigint;
5452
5460
  /**
5453
5461
  * Average builds compute time.
5454
5462
  */
5455
- buildsTimeAverage: number;
5463
+ buildsTimeAverage: number | bigint;
5456
5464
  /**
5457
5465
  * Total aggregated sum of function builds mbSeconds.
5458
5466
  */
5459
- buildsMbSecondsTotal: number;
5467
+ buildsMbSecondsTotal: number | bigint;
5460
5468
  /**
5461
5469
  * Total aggregated number of function executions.
5462
5470
  */
5463
- executionsTotal: number;
5471
+ executionsTotal: number | bigint;
5464
5472
  /**
5465
5473
  * Total aggregated sum of function executions compute time.
5466
5474
  */
5467
- executionsTimeTotal: number;
5475
+ executionsTimeTotal: number | bigint;
5468
5476
  /**
5469
5477
  * Total aggregated sum of function executions mbSeconds.
5470
5478
  */
5471
- executionsMbSecondsTotal: number;
5479
+ executionsMbSecondsTotal: number | bigint;
5472
5480
  /**
5473
5481
  * Aggregated number of function deployments per period.
5474
5482
  */
@@ -5516,7 +5524,7 @@ export namespace Models {
5516
5524
  /**
5517
5525
  * Total aggregated number of requests.
5518
5526
  */
5519
- requestsTotal: number;
5527
+ requestsTotal: number | bigint;
5520
5528
  /**
5521
5529
  * Aggregated number of requests per period.
5522
5530
  */
@@ -5524,7 +5532,7 @@ export namespace Models {
5524
5532
  /**
5525
5533
  * Total aggregated inbound bandwidth.
5526
5534
  */
5527
- inboundTotal: number;
5535
+ inboundTotal: number | bigint;
5528
5536
  /**
5529
5537
  * Aggregated number of inbound bandwidth per period.
5530
5538
  */
@@ -5532,7 +5540,7 @@ export namespace Models {
5532
5540
  /**
5533
5541
  * Total aggregated outbound bandwidth.
5534
5542
  */
5535
- outboundTotal: number;
5543
+ outboundTotal: number | bigint;
5536
5544
  /**
5537
5545
  * Aggregated number of outbound bandwidth per period.
5538
5546
  */
@@ -5546,63 +5554,63 @@ export namespace Models {
5546
5554
  /**
5547
5555
  * Total aggregated number of function executions.
5548
5556
  */
5549
- executionsTotal: number;
5557
+ executionsTotal: number | bigint;
5550
5558
  /**
5551
5559
  * Total aggregated number of documents.
5552
5560
  */
5553
- documentsTotal: number;
5561
+ documentsTotal: number | bigint;
5554
5562
  /**
5555
5563
  * Total aggregated number of rows.
5556
5564
  */
5557
- rowsTotal: number;
5565
+ rowsTotal: number | bigint;
5558
5566
  /**
5559
5567
  * Total aggregated number of databases.
5560
5568
  */
5561
- databasesTotal: number;
5569
+ databasesTotal: number | bigint;
5562
5570
  /**
5563
5571
  * Total aggregated sum of databases storage size (in bytes).
5564
5572
  */
5565
- databasesStorageTotal: number;
5573
+ databasesStorageTotal: number | bigint;
5566
5574
  /**
5567
5575
  * Total aggregated number of users.
5568
5576
  */
5569
- usersTotal: number;
5577
+ usersTotal: number | bigint;
5570
5578
  /**
5571
5579
  * Total aggregated sum of files storage size (in bytes).
5572
5580
  */
5573
- filesStorageTotal: number;
5581
+ filesStorageTotal: number | bigint;
5574
5582
  /**
5575
5583
  * Total aggregated sum of functions storage size (in bytes).
5576
5584
  */
5577
- functionsStorageTotal: number;
5585
+ functionsStorageTotal: number | bigint;
5578
5586
  /**
5579
5587
  * Total aggregated sum of builds storage size (in bytes).
5580
5588
  */
5581
- buildsStorageTotal: number;
5589
+ buildsStorageTotal: number | bigint;
5582
5590
  /**
5583
5591
  * Total aggregated sum of deployments storage size (in bytes).
5584
5592
  */
5585
- deploymentsStorageTotal: number;
5593
+ deploymentsStorageTotal: number | bigint;
5586
5594
  /**
5587
5595
  * Total aggregated number of buckets.
5588
5596
  */
5589
- bucketsTotal: number;
5597
+ bucketsTotal: number | bigint;
5590
5598
  /**
5591
5599
  * Total aggregated number of function executions mbSeconds.
5592
5600
  */
5593
- executionsMbSecondsTotal: number;
5601
+ executionsMbSecondsTotal: number | bigint;
5594
5602
  /**
5595
5603
  * Total aggregated number of function builds mbSeconds.
5596
5604
  */
5597
- buildsMbSecondsTotal: number;
5605
+ buildsMbSecondsTotal: number | bigint;
5598
5606
  /**
5599
5607
  * Aggregated stats for total databases reads.
5600
5608
  */
5601
- databasesReadsTotal: number;
5609
+ databasesReadsTotal: number | bigint;
5602
5610
  /**
5603
5611
  * Aggregated stats for total databases writes.
5604
5612
  */
5605
- databasesWritesTotal: number;
5613
+ databasesWritesTotal: number | bigint;
5606
5614
  /**
5607
5615
  * Aggregated number of requests per period.
5608
5616
  */
@@ -5646,11 +5654,11 @@ export namespace Models {
5646
5654
  /**
5647
5655
  * Aggregated stats for total auth phone.
5648
5656
  */
5649
- authPhoneTotal: number;
5657
+ authPhoneTotal: number | bigint;
5650
5658
  /**
5651
5659
  * Aggregated stats for total auth phone estimation.
5652
5660
  */
5653
- authPhoneEstimate: number;
5661
+ authPhoneEstimate: number | bigint;
5654
5662
  /**
5655
5663
  * Aggregated breakdown in totals of phone auth by country.
5656
5664
  */
@@ -5670,15 +5678,15 @@ export namespace Models {
5670
5678
  /**
5671
5679
  * Total aggregated number of image transformations.
5672
5680
  */
5673
- imageTransformationsTotal: number;
5681
+ imageTransformationsTotal: number | bigint;
5674
5682
  /**
5675
5683
  * Aggregated stats for total network bandwidth.
5676
5684
  */
5677
- networkTotal: number;
5685
+ networkTotal: number | bigint;
5678
5686
  /**
5679
5687
  * Aggregated stats for total backups storage.
5680
5688
  */
5681
- backupsStorageTotal: number;
5689
+ backupsStorageTotal: number | bigint;
5682
5690
  /**
5683
5691
  * An array of aggregated number of screenshots generated.
5684
5692
  */
@@ -5686,7 +5694,7 @@ export namespace Models {
5686
5694
  /**
5687
5695
  * Total aggregated number of screenshots generated.
5688
5696
  */
5689
- screenshotsGeneratedTotal: number;
5697
+ screenshotsGeneratedTotal: number | bigint;
5690
5698
  /**
5691
5699
  * An array of aggregated number of Imagine credits in the given period.
5692
5700
  */
@@ -5694,7 +5702,7 @@ export namespace Models {
5694
5702
  /**
5695
5703
  * Total aggregated number of Imagine credits.
5696
5704
  */
5697
- imagineCreditsTotal: number;
5705
+ imagineCreditsTotal: number | bigint;
5698
5706
  }
5699
5707
 
5700
5708
  /**
@@ -5718,11 +5726,11 @@ export namespace Models {
5718
5726
  /**
5719
5727
  * Memory size in MB.
5720
5728
  */
5721
- memory: number;
5729
+ memory: number | bigint;
5722
5730
  /**
5723
5731
  * Number of CPUs.
5724
5732
  */
5725
- cpus: number;
5733
+ cpus: number | bigint;
5726
5734
  /**
5727
5735
  * Is size enabled.
5728
5736
  */
@@ -5768,7 +5776,7 @@ export namespace Models {
5768
5776
  /**
5769
5777
  * Status code to apply during redirect. Used if type is "redirect"
5770
5778
  */
5771
- redirectStatusCode: number;
5779
+ redirectStatusCode: number | bigint;
5772
5780
  /**
5773
5781
  * ID of deployment. Used if type is "deployment"
5774
5782
  */
@@ -5866,7 +5874,7 @@ export namespace Models {
5866
5874
  /**
5867
5875
  * Maximum build timeout in seconds.
5868
5876
  */
5869
- _APP_COMPUTE_BUILD_TIMEOUT: number;
5877
+ _APP_COMPUTE_BUILD_TIMEOUT: number | bigint;
5870
5878
  /**
5871
5879
  * AAAA target for your Appwrite custom domains.
5872
5880
  */
@@ -5878,11 +5886,11 @@ export namespace Models {
5878
5886
  /**
5879
5887
  * Maximum file size allowed for file upload in bytes.
5880
5888
  */
5881
- _APP_STORAGE_LIMIT: number;
5889
+ _APP_STORAGE_LIMIT: number | bigint;
5882
5890
  /**
5883
5891
  * Maximum file size allowed for deployment in bytes.
5884
5892
  */
5885
- _APP_COMPUTE_SIZE_LIMIT: number;
5893
+ _APP_COMPUTE_SIZE_LIMIT: number | bigint;
5886
5894
  /**
5887
5895
  * Defines if usage stats are enabled. This value is set to 'enabled' by default, to disable the usage stats set the value to 'disabled'.
5888
5896
  */
@@ -6074,7 +6082,7 @@ export namespace Models {
6074
6082
  /**
6075
6083
  * Number of recipients the message was delivered to.
6076
6084
  */
6077
- deliveredTotal: number;
6085
+ deliveredTotal: number | bigint;
6078
6086
  /**
6079
6087
  * Data of the message.
6080
6088
  */
@@ -6108,15 +6116,15 @@ export namespace Models {
6108
6116
  /**
6109
6117
  * Total count of email subscribers subscribed to the topic.
6110
6118
  */
6111
- emailTotal: number;
6119
+ emailTotal: number | bigint;
6112
6120
  /**
6113
6121
  * Total count of SMS subscribers subscribed to the topic.
6114
6122
  */
6115
- smsTotal: number;
6123
+ smsTotal: number | bigint;
6116
6124
  /**
6117
6125
  * Total count of push subscribers subscribed to the topic.
6118
6126
  */
6119
- pushTotal: number;
6127
+ pushTotal: number | bigint;
6120
6128
  /**
6121
6129
  * Subscribe permissions.
6122
6130
  */
@@ -6146,7 +6154,7 @@ export namespace Models {
6146
6154
  /**
6147
6155
  * Number of operations in the transaction.
6148
6156
  */
6149
- operations: number;
6157
+ operations: number | bigint;
6150
6158
  /**
6151
6159
  * Expiration time in ISO 8601 format.
6152
6160
  */
@@ -6302,35 +6310,35 @@ export namespace Models {
6302
6310
  /**
6303
6311
  * Number of users to be migrated.
6304
6312
  */
6305
- user: number;
6313
+ user: number | bigint;
6306
6314
  /**
6307
6315
  * Number of teams to be migrated.
6308
6316
  */
6309
- team: number;
6317
+ team: number | bigint;
6310
6318
  /**
6311
6319
  * Number of databases to be migrated.
6312
6320
  */
6313
- database: number;
6321
+ database: number | bigint;
6314
6322
  /**
6315
6323
  * Number of rows to be migrated.
6316
6324
  */
6317
- row: number;
6325
+ row: number | bigint;
6318
6326
  /**
6319
6327
  * Number of files to be migrated.
6320
6328
  */
6321
- file: number;
6329
+ file: number | bigint;
6322
6330
  /**
6323
6331
  * Number of buckets to be migrated.
6324
6332
  */
6325
- bucket: number;
6333
+ bucket: number | bigint;
6326
6334
  /**
6327
6335
  * Number of functions to be migrated.
6328
6336
  */
6329
- function: number;
6337
+ function: number | bigint;
6330
6338
  /**
6331
6339
  * Size of files to be migrated in mb.
6332
6340
  */
6333
- size: number;
6341
+ size: number | bigint;
6334
6342
  /**
6335
6343
  * Version of the Appwrite instance to be migrated.
6336
6344
  */
@@ -6356,11 +6364,11 @@ export namespace Models {
6356
6364
  /**
6357
6365
  * Price
6358
6366
  */
6359
- price: number;
6367
+ price: number | bigint;
6360
6368
  /**
6361
6369
  * Resource value
6362
6370
  */
6363
- value: number;
6371
+ value: number | bigint;
6364
6372
  /**
6365
6373
  * Description on invoice
6366
6374
  */
@@ -6398,71 +6406,71 @@ export namespace Models {
6398
6406
  /**
6399
6407
  * Total storage usage
6400
6408
  */
6401
- usageStorage: number;
6409
+ usageStorage: number | bigint;
6402
6410
  /**
6403
6411
  * Total storage usage with builds storage
6404
6412
  */
6405
- usageTotalStorage: number;
6413
+ usageTotalStorage: number | bigint;
6406
6414
  /**
6407
6415
  * Total files storage usage
6408
6416
  */
6409
- usageFilesStorage: number;
6417
+ usageFilesStorage: number | bigint;
6410
6418
  /**
6411
6419
  * Total deployments storage usage
6412
6420
  */
6413
- usageDeploymentsStorage: number;
6421
+ usageDeploymentsStorage: number | bigint;
6414
6422
  /**
6415
6423
  * Total builds storage usage
6416
6424
  */
6417
- usageBuildsStorage: number;
6425
+ usageBuildsStorage: number | bigint;
6418
6426
  /**
6419
6427
  * Total databases storage usage
6420
6428
  */
6421
- usageDatabasesStorage: number;
6429
+ usageDatabasesStorage: number | bigint;
6422
6430
  /**
6423
6431
  * Total active users for the billing period
6424
6432
  */
6425
- usageUsers: number;
6433
+ usageUsers: number | bigint;
6426
6434
  /**
6427
6435
  * Total number of executions for the billing period
6428
6436
  */
6429
- usageExecutions: number;
6437
+ usageExecutions: number | bigint;
6430
6438
  /**
6431
6439
  * Total bandwidth usage for the billing period
6432
6440
  */
6433
- usageBandwidth: number;
6441
+ usageBandwidth: number | bigint;
6434
6442
  /**
6435
6443
  * Total realtime usage for the billing period
6436
6444
  */
6437
- usageRealtime: number;
6445
+ usageRealtime: number | bigint;
6438
6446
  /**
6439
6447
  * Additional members
6440
6448
  */
6441
- additionalMembers: number;
6449
+ additionalMembers: number | bigint;
6442
6450
  /**
6443
6451
  * Additional members cost
6444
6452
  */
6445
- additionalMemberAmount: number;
6453
+ additionalMemberAmount: number | bigint;
6446
6454
  /**
6447
6455
  * Additional storage usage cost
6448
6456
  */
6449
- additionalStorageAmount: number;
6457
+ additionalStorageAmount: number | bigint;
6450
6458
  /**
6451
6459
  * Additional users usage cost.
6452
6460
  */
6453
- additionalUsersAmount: number;
6461
+ additionalUsersAmount: number | bigint;
6454
6462
  /**
6455
6463
  * Additional executions usage cost
6456
6464
  */
6457
- additionalExecutionsAmount: number;
6465
+ additionalExecutionsAmount: number | bigint;
6458
6466
  /**
6459
6467
  * Additional bandwidth usage cost
6460
6468
  */
6461
- additionalBandwidthAmount: number;
6469
+ additionalBandwidthAmount: number | bigint;
6462
6470
  /**
6463
6471
  * Additional realtime usage cost
6464
6472
  */
6465
- additionalRealtimeAmount: number;
6473
+ additionalRealtimeAmount: number | bigint;
6466
6474
  /**
6467
6475
  * Billing plan
6468
6476
  */
@@ -6470,7 +6478,7 @@ export namespace Models {
6470
6478
  /**
6471
6479
  * Aggregated amount
6472
6480
  */
6473
- amount: number;
6481
+ amount: number | bigint;
6474
6482
  /**
6475
6483
  * Aggregation project breakdown
6476
6484
  */
@@ -6500,7 +6508,7 @@ export namespace Models {
6500
6508
  /**
6501
6509
  * Aggregated amount
6502
6510
  */
6503
- amount: number;
6511
+ amount: number | bigint;
6504
6512
  /**
6505
6513
  *
6506
6514
  */
@@ -6530,7 +6538,7 @@ export namespace Models {
6530
6538
  /**
6531
6539
  * Archive size in bytes.
6532
6540
  */
6533
- size: number;
6541
+ size: number | bigint;
6534
6542
  /**
6535
6543
  * The status of the archive creation. Possible values: pending, processing, uploading, completed, failed.
6536
6544
  */
@@ -6618,119 +6626,119 @@ export namespace Models {
6618
6626
  /**
6619
6627
  * Plan order
6620
6628
  */
6621
- order: number;
6629
+ order: number | bigint;
6622
6630
  /**
6623
6631
  * Price
6624
6632
  */
6625
- price: number;
6633
+ price: number | bigint;
6626
6634
  /**
6627
6635
  * Trial days
6628
6636
  */
6629
- trial: number;
6637
+ trial: number | bigint;
6630
6638
  /**
6631
6639
  * Bandwidth
6632
6640
  */
6633
- bandwidth: number;
6641
+ bandwidth: number | bigint;
6634
6642
  /**
6635
6643
  * Storage
6636
6644
  */
6637
- storage: number;
6645
+ storage: number | bigint;
6638
6646
  /**
6639
6647
  * Image Transformations
6640
6648
  */
6641
- imageTransformations: number;
6649
+ imageTransformations: number | bigint;
6642
6650
  /**
6643
6651
  * Members
6644
6652
  */
6645
- members: number;
6653
+ members: number | bigint;
6646
6654
  /**
6647
6655
  * Webhooks
6648
6656
  */
6649
- webhooks: number;
6657
+ webhooks: number | bigint;
6650
6658
  /**
6651
6659
  * Projects
6652
6660
  */
6653
- projects: number;
6661
+ projects: number | bigint;
6654
6662
  /**
6655
6663
  * Platforms
6656
6664
  */
6657
- platforms: number;
6665
+ platforms: number | bigint;
6658
6666
  /**
6659
6667
  * Users
6660
6668
  */
6661
- users: number;
6669
+ users: number | bigint;
6662
6670
  /**
6663
6671
  * Teams
6664
6672
  */
6665
- teams: number;
6673
+ teams: number | bigint;
6666
6674
  /**
6667
6675
  * Databases
6668
6676
  */
6669
- databases: number;
6677
+ databases: number | bigint;
6670
6678
  /**
6671
6679
  * Database reads per month
6672
6680
  */
6673
- databasesReads: number;
6681
+ databasesReads: number | bigint;
6674
6682
  /**
6675
6683
  * Database writes per month
6676
6684
  */
6677
- databasesWrites: number;
6685
+ databasesWrites: number | bigint;
6678
6686
  /**
6679
6687
  * Database batch size limit
6680
6688
  */
6681
- databasesBatchSize: number;
6689
+ databasesBatchSize: number | bigint;
6682
6690
  /**
6683
6691
  * Buckets
6684
6692
  */
6685
- buckets: number;
6693
+ buckets: number | bigint;
6686
6694
  /**
6687
6695
  * File size
6688
6696
  */
6689
- fileSize: number;
6697
+ fileSize: number | bigint;
6690
6698
  /**
6691
6699
  * Functions
6692
6700
  */
6693
- functions: number;
6701
+ functions: number | bigint;
6694
6702
  /**
6695
6703
  * Sites
6696
6704
  */
6697
- sites: number;
6705
+ sites: number | bigint;
6698
6706
  /**
6699
6707
  * Function executions
6700
6708
  */
6701
- executions: number;
6709
+ executions: number | bigint;
6702
6710
  /**
6703
6711
  * GB hours for functions
6704
6712
  */
6705
- GBHours: number;
6713
+ GBHours: number | bigint;
6706
6714
  /**
6707
6715
  * Realtime connections
6708
6716
  */
6709
- realtime: number;
6717
+ realtime: number | bigint;
6710
6718
  /**
6711
6719
  * Messages per month
6712
6720
  */
6713
- messages: number;
6721
+ messages: number | bigint;
6714
6722
  /**
6715
6723
  * Topics for messaging
6716
6724
  */
6717
- topics: number;
6725
+ topics: number | bigint;
6718
6726
  /**
6719
6727
  * SMS authentications per month
6720
6728
  */
6721
- authPhone: number;
6729
+ authPhone: number | bigint;
6722
6730
  /**
6723
6731
  * Custom domains
6724
6732
  */
6725
- domains: number;
6733
+ domains: number | bigint;
6726
6734
  /**
6727
6735
  * Log days
6728
6736
  */
6729
- logs: number;
6737
+ logs: number | bigint;
6730
6738
  /**
6731
6739
  * Alert threshold percentage
6732
6740
  */
6733
- alertLimit: number;
6741
+ alertLimit: number | bigint;
6734
6742
  /**
6735
6743
  * Additional resources
6736
6744
  */
@@ -6798,15 +6806,15 @@ export namespace Models {
6798
6806
  /**
6799
6807
  * How many policies does plan support
6800
6808
  */
6801
- backupPolicies: number;
6809
+ backupPolicies: number | bigint;
6802
6810
  /**
6803
6811
  * Maximum function and site deployment size in MB
6804
6812
  */
6805
- deploymentSize: number;
6813
+ deploymentSize: number | bigint;
6806
6814
  /**
6807
6815
  * Maximum function and site deployment size in MB
6808
6816
  */
6809
- buildSize: number;
6817
+ buildSize: number | bigint;
6810
6818
  /**
6811
6819
  * Does the plan support encrypted string attributes or not.
6812
6820
  */
@@ -6850,11 +6858,11 @@ export namespace Models {
6850
6858
  /**
6851
6859
  * Addon plan included value
6852
6860
  */
6853
- planIncluded: number;
6861
+ planIncluded: number | bigint;
6854
6862
  /**
6855
6863
  * Addon limit
6856
6864
  */
6857
- limit: number;
6865
+ limit: number | bigint;
6858
6866
  /**
6859
6867
  * Addon type
6860
6868
  */
@@ -6866,11 +6874,11 @@ export namespace Models {
6866
6874
  /**
6867
6875
  * Price
6868
6876
  */
6869
- price: number;
6877
+ price: number | bigint;
6870
6878
  /**
6871
6879
  * Resource value
6872
6880
  */
6873
- value: number;
6881
+ value: number | bigint;
6874
6882
  /**
6875
6883
  * Description on invoice
6876
6884
  */
@@ -6884,11 +6892,11 @@ export namespace Models {
6884
6892
  /**
6885
6893
  * Credits limit per billing cycle
6886
6894
  */
6887
- credits?: number;
6895
+ credits?: number | bigint;
6888
6896
  /**
6889
6897
  * Daily credits limit (if applicable)
6890
6898
  */
6891
- dailyCredits?: number;
6899
+ dailyCredits?: number | bigint;
6892
6900
  }
6893
6901
 
6894
6902
  /**
@@ -6898,35 +6906,35 @@ export namespace Models {
6898
6906
  /**
6899
6907
  * Bandwidth limit
6900
6908
  */
6901
- bandwidth: number;
6909
+ bandwidth: number | bigint;
6902
6910
  /**
6903
6911
  * Storage limit
6904
6912
  */
6905
- storage: number;
6913
+ storage: number | bigint;
6906
6914
  /**
6907
6915
  * Users limit
6908
6916
  */
6909
- users: number;
6917
+ users: number | bigint;
6910
6918
  /**
6911
6919
  * Executions limit
6912
6920
  */
6913
- executions: number;
6921
+ executions: number | bigint;
6914
6922
  /**
6915
6923
  * GBHours limit
6916
6924
  */
6917
- GBHours: number;
6925
+ GBHours: number | bigint;
6918
6926
  /**
6919
6927
  * Image transformations limit
6920
6928
  */
6921
- imageTransformations: number;
6929
+ imageTransformations: number | bigint;
6922
6930
  /**
6923
6931
  * Auth phone limit
6924
6932
  */
6925
- authPhone: number;
6933
+ authPhone: number | bigint;
6926
6934
  /**
6927
6935
  * Budget limit percentage
6928
6936
  */
6929
- budgetLimit: number;
6937
+ budgetLimit: number | bigint;
6930
6938
  }
6931
6939
 
6932
6940
  /**
@@ -7066,7 +7074,7 @@ export namespace Models {
7066
7074
  /**
7067
7075
  * Provided credit amount
7068
7076
  */
7069
- credits: number;
7077
+ credits: number | bigint;
7070
7078
  /**
7071
7079
  * Coupon expiration time in ISO 8601 format.
7072
7080
  */
@@ -7074,7 +7082,7 @@ export namespace Models {
7074
7082
  /**
7075
7083
  * Credit validity in days.
7076
7084
  */
7077
- validity: number;
7085
+ validity: number | bigint;
7078
7086
  /**
7079
7087
  * Campaign the coupon is associated with`.
7080
7088
  */
@@ -7124,11 +7132,11 @@ export namespace Models {
7124
7132
  /**
7125
7133
  * Provided credit amount
7126
7134
  */
7127
- credits: number;
7135
+ credits: number | bigint;
7128
7136
  /**
7129
7137
  * Provided credit amount
7130
7138
  */
7131
- total: number;
7139
+ total: number | bigint;
7132
7140
  /**
7133
7141
  * Credit expiration time in ISO 8601 format.
7134
7142
  */
@@ -7146,7 +7154,7 @@ export namespace Models {
7146
7154
  /**
7147
7155
  * Total available credits for the organization.
7148
7156
  */
7149
- available: number;
7157
+ available: number | bigint;
7150
7158
  }
7151
7159
 
7152
7160
  /**
@@ -7160,11 +7168,11 @@ export namespace Models {
7160
7168
  /**
7161
7169
  * Total number of credits
7162
7170
  */
7163
- total: number;
7171
+ total: number | bigint;
7164
7172
  /**
7165
7173
  * Total available credit balance in USD
7166
7174
  */
7167
- available: number;
7175
+ available: number | bigint;
7168
7176
  }
7169
7177
 
7170
7178
  /**
@@ -7252,31 +7260,31 @@ export namespace Models {
7252
7260
  /**
7253
7261
  * Invoice Amount
7254
7262
  */
7255
- amount: number;
7263
+ amount: number | bigint;
7256
7264
  /**
7257
7265
  * Tax percentage
7258
7266
  */
7259
- tax: number;
7267
+ tax: number | bigint;
7260
7268
  /**
7261
7269
  * Tax amount
7262
7270
  */
7263
- taxAmount: number;
7271
+ taxAmount: number | bigint;
7264
7272
  /**
7265
7273
  * VAT percentage
7266
7274
  */
7267
- vat: number;
7275
+ vat: number | bigint;
7268
7276
  /**
7269
7277
  * VAT amount
7270
7278
  */
7271
- vatAmount: number;
7279
+ vatAmount: number | bigint;
7272
7280
  /**
7273
7281
  * Gross amount after vat, tax, and discounts applied.
7274
7282
  */
7275
- grossAmount: number;
7283
+ grossAmount: number | bigint;
7276
7284
  /**
7277
7285
  * Credits used.
7278
7286
  */
7279
- creditsUsed: number;
7287
+ creditsUsed: number | bigint;
7280
7288
  /**
7281
7289
  * Currency the invoice is in
7282
7290
  */
@@ -7330,7 +7338,7 @@ export namespace Models {
7330
7338
  /**
7331
7339
  * Total number of team members.
7332
7340
  */
7333
- total: number;
7341
+ total: number | bigint;
7334
7342
  /**
7335
7343
  * Team preferences as a key-value object
7336
7344
  */
@@ -7338,11 +7346,11 @@ export namespace Models {
7338
7346
  /**
7339
7347
  * Project budget limit
7340
7348
  */
7341
- billingBudget: number;
7349
+ billingBudget: number | bigint;
7342
7350
  /**
7343
7351
  * Project budget limit
7344
7352
  */
7345
- budgetAlerts: number[];
7353
+ budgetAlerts: number | bigint[];
7346
7354
  /**
7347
7355
  * Organization's billing plan ID.
7348
7356
  */
@@ -7378,7 +7386,7 @@ export namespace Models {
7378
7386
  /**
7379
7387
  * Number of trial days.
7380
7388
  */
7381
- billingTrialDays: number;
7389
+ billingTrialDays: number | bigint;
7382
7390
  /**
7383
7391
  * Current active aggregation id.
7384
7392
  */
@@ -7514,11 +7522,11 @@ export namespace Models {
7514
7522
  /**
7515
7523
  * Expiry month of the payment method.
7516
7524
  */
7517
- expiryMonth: number;
7525
+ expiryMonth: number | bigint;
7518
7526
  /**
7519
7527
  * Expiry year of the payment method.
7520
7528
  */
7521
- expiryYear: number;
7529
+ expiryYear: number | bigint;
7522
7530
  /**
7523
7531
  * Last 4 digit of the payment method
7524
7532
  */
@@ -7600,7 +7608,7 @@ export namespace Models {
7600
7608
  /**
7601
7609
  * How many days to keep the backup before it will be automatically deleted.
7602
7610
  */
7603
- retention: number;
7611
+ retention: number | bigint;
7604
7612
  /**
7605
7613
  * Policy backup schedule in CRON format.
7606
7614
  */
@@ -7758,7 +7766,7 @@ export namespace Models {
7758
7766
  /**
7759
7767
  * Aggregated stats for total file transformations.
7760
7768
  */
7761
- imageTransformationsTotal: number;
7769
+ imageTransformationsTotal: number | bigint;
7762
7770
  /**
7763
7771
  * Aggregated stats for file transformations.
7764
7772
  */
@@ -7766,7 +7774,7 @@ export namespace Models {
7766
7774
  /**
7767
7775
  * Aggregated stats for total file transformations.
7768
7776
  */
7769
- screenshotsGeneratedTotal: number;
7777
+ screenshotsGeneratedTotal: number | bigint;
7770
7778
  /**
7771
7779
  * Aggregated stats for imagine credits.
7772
7780
  */
@@ -7774,63 +7782,63 @@ export namespace Models {
7774
7782
  /**
7775
7783
  * Aggregated stats for total imagine credits.
7776
7784
  */
7777
- imagineCreditsTotal: number;
7785
+ imagineCreditsTotal: number | bigint;
7778
7786
  /**
7779
7787
  * Aggregated stats for total users.
7780
7788
  */
7781
- usersTotal: number;
7789
+ usersTotal: number | bigint;
7782
7790
  /**
7783
7791
  * Aggregated stats for total executions.
7784
7792
  */
7785
- executionsTotal: number;
7793
+ executionsTotal: number | bigint;
7786
7794
  /**
7787
7795
  * Aggregated stats for function executions in mb seconds.
7788
7796
  */
7789
- executionsMBSecondsTotal: number;
7797
+ executionsMBSecondsTotal: number | bigint;
7790
7798
  /**
7791
7799
  * Aggregated stats for function builds in mb seconds.
7792
7800
  */
7793
- buildsMBSecondsTotal: number;
7801
+ buildsMBSecondsTotal: number | bigint;
7794
7802
  /**
7795
7803
  * Aggregated stats for total file storage.
7796
7804
  */
7797
- filesStorageTotal: number;
7805
+ filesStorageTotal: number | bigint;
7798
7806
  /**
7799
7807
  * Aggregated stats for total builds storage.
7800
7808
  */
7801
- buildsStorageTotal: number;
7809
+ buildsStorageTotal: number | bigint;
7802
7810
  /**
7803
7811
  * Aggregated stats for total deployments storage.
7804
7812
  */
7805
- deploymentsStorageTotal: number;
7813
+ deploymentsStorageTotal: number | bigint;
7806
7814
  /**
7807
7815
  * Aggregated stats for total databases storage.
7808
7816
  */
7809
- databasesStorageTotal: number;
7817
+ databasesStorageTotal: number | bigint;
7810
7818
  /**
7811
7819
  * Aggregated stats for total databases reads.
7812
7820
  */
7813
- databasesReadsTotal: number;
7821
+ databasesReadsTotal: number | bigint;
7814
7822
  /**
7815
7823
  * Aggregated stats for total databases writes.
7816
7824
  */
7817
- databasesWritesTotal: number;
7825
+ databasesWritesTotal: number | bigint;
7818
7826
  /**
7819
7827
  * Aggregated stats for total backups storage.
7820
7828
  */
7821
- backupsStorageTotal: number;
7829
+ backupsStorageTotal: number | bigint;
7822
7830
  /**
7823
7831
  * Aggregated stats for total storage.
7824
7832
  */
7825
- storageTotal: number;
7833
+ storageTotal: number | bigint;
7826
7834
  /**
7827
7835
  * Aggregated stats for total auth phone.
7828
7836
  */
7829
- authPhoneTotal: number;
7837
+ authPhoneTotal: number | bigint;
7830
7838
  /**
7831
7839
  * Aggregated stats for total auth phone estimation.
7832
7840
  */
7833
- authPhoneEstimate: number;
7841
+ authPhoneEstimate: number | bigint;
7834
7842
  /**
7835
7843
  * Aggregated stats for each projects.
7836
7844
  */
@@ -7856,7 +7864,7 @@ export namespace Models {
7856
7864
  /**
7857
7865
  * Aggregated stats for function executions.
7858
7866
  */
7859
- executions: number;
7867
+ executions: number | bigint;
7860
7868
  /**
7861
7869
  * Aggregated stats for database reads.
7862
7870
  */
@@ -7868,31 +7876,31 @@ export namespace Models {
7868
7876
  /**
7869
7877
  * Aggregated stats for function executions in mb seconds.
7870
7878
  */
7871
- executionsMBSeconds: number;
7879
+ executionsMBSeconds: number | bigint;
7872
7880
  /**
7873
7881
  * Aggregated stats for function builds in mb seconds.
7874
7882
  */
7875
- buildsMBSeconds: number;
7883
+ buildsMBSeconds: number | bigint;
7876
7884
  /**
7877
7885
  * Aggregated stats for number of documents.
7878
7886
  */
7879
- storage: number;
7887
+ storage: number | bigint;
7880
7888
  /**
7881
7889
  * Aggregated stats for phone authentication.
7882
7890
  */
7883
- authPhoneTotal: number;
7891
+ authPhoneTotal: number | bigint;
7884
7892
  /**
7885
7893
  * Aggregated stats for phone authentication estimated cost.
7886
7894
  */
7887
- authPhoneEstimate: number;
7895
+ authPhoneEstimate: number | bigint;
7888
7896
  /**
7889
7897
  * Aggregated stats for total databases reads.
7890
7898
  */
7891
- databasesReadsTotal: number;
7899
+ databasesReadsTotal: number | bigint;
7892
7900
  /**
7893
7901
  * Aggregated stats for total databases writes.
7894
7902
  */
7895
- databasesWritesTotal: number;
7903
+ databasesWritesTotal: number | bigint;
7896
7904
  /**
7897
7905
  * Aggregated stats for file transformations.
7898
7906
  */
@@ -7900,7 +7908,7 @@ export namespace Models {
7900
7908
  /**
7901
7909
  * Aggregated stats for total file transformations.
7902
7910
  */
7903
- imageTransformationsTotal: number;
7911
+ imageTransformationsTotal: number | bigint;
7904
7912
  /**
7905
7913
  * Aggregated stats for file transformations.
7906
7914
  */
@@ -7908,11 +7916,11 @@ export namespace Models {
7908
7916
  /**
7909
7917
  * Aggregated stats for total file transformations.
7910
7918
  */
7911
- screenshotsGeneratedTotal: number;
7919
+ screenshotsGeneratedTotal: number | bigint;
7912
7920
  /**
7913
7921
  * Aggregated stats for imagine credits.
7914
7922
  */
7915
- imagineCredits: number;
7923
+ imagineCredits: number | bigint;
7916
7924
  }
7917
7925
 
7918
7926
  /**
@@ -7958,7 +7966,7 @@ export namespace Models {
7958
7966
  /**
7959
7967
  * Renewal price (in USD).
7960
7968
  */
7961
- renewalPrice: number;
7969
+ renewalPrice: number | bigint;
7962
7970
  /**
7963
7971
  * Team ID.
7964
7972
  */
@@ -8000,11 +8008,11 @@ export namespace Models {
8000
8008
  /**
8001
8009
  * Time to live (in seconds).
8002
8010
  */
8003
- ttl: number;
8011
+ ttl: number | bigint;
8004
8012
  /**
8005
8013
  * Record priority (commonly used for MX).
8006
8014
  */
8007
- priority: number;
8015
+ priority: number | bigint;
8008
8016
  /**
8009
8017
  * Whether this record is locked (read-only).
8010
8018
  */
@@ -8012,11 +8020,11 @@ export namespace Models {
8012
8020
  /**
8013
8021
  * Record weight (used for SRV records).
8014
8022
  */
8015
- weight: number;
8023
+ weight: number | bigint;
8016
8024
  /**
8017
8025
  * Target port (used for SRV records).
8018
8026
  */
8019
- port: number;
8027
+ port: number | bigint;
8020
8028
  /**
8021
8029
  * Comment for the DNS record.
8022
8030
  */
@@ -8034,15 +8042,15 @@ export namespace Models {
8034
8042
  /**
8035
8043
  * Invoice value
8036
8044
  */
8037
- value: number;
8045
+ value: number | bigint;
8038
8046
  /**
8039
8047
  * Invoice amount
8040
8048
  */
8041
- amount: number;
8049
+ amount: number | bigint;
8042
8050
  /**
8043
8051
  * Invoice rate
8044
8052
  */
8045
- rate: number;
8053
+ rate: number | bigint;
8046
8054
  /**
8047
8055
  * Invoice description
8048
8056
  */
@@ -8102,19 +8110,19 @@ export namespace Models {
8102
8110
  /**
8103
8111
  * Total amount
8104
8112
  */
8105
- amount: number;
8113
+ amount: number | bigint;
8106
8114
  /**
8107
8115
  * Gross payable amount
8108
8116
  */
8109
- grossAmount: number;
8117
+ grossAmount: number | bigint;
8110
8118
  /**
8111
8119
  * Discount amount
8112
8120
  */
8113
- discount: number;
8121
+ discount: number | bigint;
8114
8122
  /**
8115
8123
  * Credits amount
8116
8124
  */
8117
- credits: number;
8125
+ credits: number | bigint;
8118
8126
  /**
8119
8127
  * Estimation items
8120
8128
  */
@@ -8126,7 +8134,7 @@ export namespace Models {
8126
8134
  /**
8127
8135
  * Trial days
8128
8136
  */
8129
- trialDays: number;
8137
+ trialDays: number | bigint;
8130
8138
  /**
8131
8139
  * Trial end date
8132
8140
  */
@@ -8140,19 +8148,19 @@ export namespace Models {
8140
8148
  /**
8141
8149
  * Total amount
8142
8150
  */
8143
- amount: number;
8151
+ amount: number | bigint;
8144
8152
  /**
8145
8153
  * Gross payable amount
8146
8154
  */
8147
- grossAmount: number;
8155
+ grossAmount: number | bigint;
8148
8156
  /**
8149
8157
  * Discount amount
8150
8158
  */
8151
- discount: number;
8159
+ discount: number | bigint;
8152
8160
  /**
8153
8161
  * Credits amount
8154
8162
  */
8155
- credits: number;
8163
+ credits: number | bigint;
8156
8164
  /**
8157
8165
  * Estimation items
8158
8166
  */
@@ -8164,7 +8172,7 @@ export namespace Models {
8164
8172
  /**
8165
8173
  * Trial days
8166
8174
  */
8167
- trialDays: number;
8175
+ trialDays: number | bigint;
8168
8176
  /**
8169
8177
  * Trial end date
8170
8178
  */
@@ -8172,7 +8180,7 @@ export namespace Models {
8172
8180
  /**
8173
8181
  * Organization's existing credits
8174
8182
  */
8175
- organizationCredits: number;
8183
+ organizationCredits: number | bigint;
8176
8184
  }
8177
8185
 
8178
8186
  /**
@@ -8196,7 +8204,7 @@ export namespace Models {
8196
8204
  /**
8197
8205
  * Gross payable amount
8198
8206
  */
8199
- value: number;
8207
+ value: number | bigint;
8200
8208
  }
8201
8209
 
8202
8210
  /**
@@ -8206,7 +8214,7 @@ export namespace Models {
8206
8214
  /**
8207
8215
  * Total number of aggregations that matched your query.
8208
8216
  */
8209
- total: number;
8217
+ total: number | bigint;
8210
8218
  /**
8211
8219
  * List of aggregations.
8212
8220
  */
@@ -8220,7 +8228,7 @@ export namespace Models {
8220
8228
  /**
8221
8229
  * Total number of archives that matched your query.
8222
8230
  */
8223
- total: number;
8231
+ total: number | bigint;
8224
8232
  /**
8225
8233
  * List of archives.
8226
8234
  */
@@ -8234,7 +8242,7 @@ export namespace Models {
8234
8242
  /**
8235
8243
  * Total number of policies that matched your query.
8236
8244
  */
8237
- total: number;
8245
+ total: number | bigint;
8238
8246
  /**
8239
8247
  * List of policies.
8240
8248
  */
@@ -8248,7 +8256,7 @@ export namespace Models {
8248
8256
  /**
8249
8257
  * Total number of restorations that matched your query.
8250
8258
  */
8251
- total: number;
8259
+ total: number | bigint;
8252
8260
  /**
8253
8261
  * List of restorations.
8254
8262
  */
@@ -8262,7 +8270,7 @@ export namespace Models {
8262
8270
  /**
8263
8271
  * Total number of invoices that matched your query.
8264
8272
  */
8265
- total: number;
8273
+ total: number | bigint;
8266
8274
  /**
8267
8275
  * List of invoices.
8268
8276
  */
@@ -8276,7 +8284,7 @@ export namespace Models {
8276
8284
  /**
8277
8285
  * Total number of billingAddresses that matched your query.
8278
8286
  */
8279
- total: number;
8287
+ total: number | bigint;
8280
8288
  /**
8281
8289
  * List of billingAddresses.
8282
8290
  */
@@ -8290,7 +8298,7 @@ export namespace Models {
8290
8298
  /**
8291
8299
  * Total number of plans that matched your query.
8292
8300
  */
8293
- total: number;
8301
+ total: number | bigint;
8294
8302
  /**
8295
8303
  * List of plans.
8296
8304
  */
@@ -8304,7 +8312,7 @@ export namespace Models {
8304
8312
  /**
8305
8313
  * Total number of teams that matched your query.
8306
8314
  */
8307
- total: number;
8315
+ total: number | bigint;
8308
8316
  /**
8309
8317
  * List of teams.
8310
8318
  */
@@ -8318,7 +8326,7 @@ export namespace Models {
8318
8326
  /**
8319
8327
  * Total number of paymentMethods that matched your query.
8320
8328
  */
8321
- total: number;
8329
+ total: number | bigint;
8322
8330
  /**
8323
8331
  * List of paymentMethods.
8324
8332
  */
@@ -8332,7 +8340,7 @@ export namespace Models {
8332
8340
  /**
8333
8341
  * Total number of regions that matched your query.
8334
8342
  */
8335
- total: number;
8343
+ total: number | bigint;
8336
8344
  /**
8337
8345
  * List of regions.
8338
8346
  */
@@ -8346,7 +8354,7 @@ export namespace Models {
8346
8354
  /**
8347
8355
  * Total number of domains that matched your query.
8348
8356
  */
8349
- total: number;
8357
+ total: number | bigint;
8350
8358
  /**
8351
8359
  * List of domains.
8352
8360
  */
@@ -8360,7 +8368,7 @@ export namespace Models {
8360
8368
  /**
8361
8369
  * Total number of dnsRecords that matched your query.
8362
8370
  */
8363
- total: number;
8371
+ total: number | bigint;
8364
8372
  /**
8365
8373
  * List of dnsRecords.
8366
8374
  */