appwrite 25.0.0 → 25.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.
@@ -23,6 +23,7 @@ module Appwrite
23
23
  }
24
24
 
25
25
  api_headers = {
26
+ "X-Appwrite-Project": @client.get_config('project'),
26
27
  }
27
28
 
28
29
  @client.call(
@@ -55,6 +56,7 @@ module Appwrite
55
56
  }
56
57
 
57
58
  api_headers = {
59
+ "X-Appwrite-Project": @client.get_config('project'),
58
60
  "content-type": 'application/json',
59
61
  }
60
62
 
@@ -96,6 +98,7 @@ module Appwrite
96
98
  }
97
99
 
98
100
  api_headers = {
101
+ "X-Appwrite-Project": @client.get_config('project'),
99
102
  "content-type": 'application/json',
100
103
  }
101
104
 
@@ -154,6 +157,7 @@ module Appwrite
154
157
  }
155
158
 
156
159
  api_headers = {
160
+ "X-Appwrite-Project": @client.get_config('project'),
157
161
  "content-type": 'application/json',
158
162
  }
159
163
 
@@ -195,6 +199,7 @@ module Appwrite
195
199
  }
196
200
 
197
201
  api_headers = {
202
+ "X-Appwrite-Project": @client.get_config('project'),
198
203
  "content-type": 'application/json',
199
204
  }
200
205
 
@@ -225,6 +230,7 @@ module Appwrite
225
230
  }
226
231
 
227
232
  api_headers = {
233
+ "X-Appwrite-Project": @client.get_config('project'),
228
234
  }
229
235
 
230
236
  @client.call(
@@ -254,6 +260,7 @@ module Appwrite
254
260
  }
255
261
 
256
262
  api_headers = {
263
+ "X-Appwrite-Project": @client.get_config('project'),
257
264
  "content-type": 'application/json',
258
265
  }
259
266
 
@@ -286,6 +293,7 @@ module Appwrite
286
293
  }
287
294
 
288
295
  api_headers = {
296
+ "X-Appwrite-Project": @client.get_config('project'),
289
297
  "content-type": 'application/json',
290
298
  }
291
299
 
@@ -25,6 +25,7 @@ module Appwrite
25
25
  }
26
26
 
27
27
  api_headers = {
28
+ "X-Appwrite-Project": @client.get_config('project'),
28
29
  }
29
30
 
30
31
  @client.call(
@@ -110,6 +111,7 @@ module Appwrite
110
111
  }
111
112
 
112
113
  api_headers = {
114
+ "X-Appwrite-Project": @client.get_config('project'),
113
115
  "content-type": 'application/json',
114
116
  }
115
117
 
@@ -135,6 +137,7 @@ module Appwrite
135
137
  }
136
138
 
137
139
  api_headers = {
140
+ "X-Appwrite-Project": @client.get_config('project'),
138
141
  }
139
142
 
140
143
  @client.call(
@@ -158,6 +161,7 @@ module Appwrite
158
161
  }
159
162
 
160
163
  api_headers = {
164
+ "X-Appwrite-Project": @client.get_config('project'),
161
165
  }
162
166
 
163
167
  @client.call(
@@ -187,6 +191,7 @@ module Appwrite
187
191
  }
188
192
 
189
193
  api_headers = {
194
+ "X-Appwrite-Project": @client.get_config('project'),
190
195
  }
191
196
 
192
197
  @client.call(
@@ -268,6 +273,7 @@ module Appwrite
268
273
  }
269
274
 
270
275
  api_headers = {
276
+ "X-Appwrite-Project": @client.get_config('project'),
271
277
  "content-type": 'application/json',
272
278
  }
273
279
 
@@ -298,6 +304,7 @@ module Appwrite
298
304
  }
299
305
 
300
306
  api_headers = {
307
+ "X-Appwrite-Project": @client.get_config('project'),
301
308
  "content-type": 'application/json',
302
309
  }
303
310
 
@@ -334,6 +341,7 @@ module Appwrite
334
341
  }
335
342
 
336
343
  api_headers = {
344
+ "X-Appwrite-Project": @client.get_config('project'),
337
345
  "content-type": 'application/json',
338
346
  }
339
347
 
@@ -371,6 +379,7 @@ module Appwrite
371
379
  }
372
380
 
373
381
  api_headers = {
382
+ "X-Appwrite-Project": @client.get_config('project'),
374
383
  }
375
384
 
376
385
  @client.call(
@@ -416,6 +425,7 @@ module Appwrite
416
425
  }
417
426
 
418
427
  api_headers = {
428
+ "X-Appwrite-Project": @client.get_config('project'),
419
429
  "content-type": 'multipart/form-data',
420
430
  }
421
431
 
@@ -461,6 +471,7 @@ module Appwrite
461
471
  }
462
472
 
463
473
  api_headers = {
474
+ "X-Appwrite-Project": @client.get_config('project'),
464
475
  "content-type": 'application/json',
465
476
  }
466
477
 
@@ -527,6 +538,7 @@ module Appwrite
527
538
  }
528
539
 
529
540
  api_headers = {
541
+ "X-Appwrite-Project": @client.get_config('project'),
530
542
  "content-type": 'application/json',
531
543
  }
532
544
 
@@ -573,6 +585,7 @@ module Appwrite
573
585
  }
574
586
 
575
587
  api_headers = {
588
+ "X-Appwrite-Project": @client.get_config('project'),
576
589
  "content-type": 'application/json',
577
590
  }
578
591
 
@@ -609,6 +622,7 @@ module Appwrite
609
622
  }
610
623
 
611
624
  api_headers = {
625
+ "X-Appwrite-Project": @client.get_config('project'),
612
626
  }
613
627
 
614
628
  @client.call(
@@ -644,6 +658,7 @@ module Appwrite
644
658
  }
645
659
 
646
660
  api_headers = {
661
+ "X-Appwrite-Project": @client.get_config('project'),
647
662
  "content-type": 'application/json',
648
663
  }
649
664
 
@@ -683,6 +698,7 @@ module Appwrite
683
698
  }
684
699
 
685
700
  api_headers = {
701
+ "X-Appwrite-Project": @client.get_config('project'),
686
702
  }
687
703
 
688
704
  @client.call(
@@ -721,6 +737,7 @@ module Appwrite
721
737
  }
722
738
 
723
739
  api_headers = {
740
+ "X-Appwrite-Project": @client.get_config('project'),
724
741
  "content-type": 'application/json',
725
742
  }
726
743
 
@@ -756,6 +773,7 @@ module Appwrite
756
773
  }
757
774
 
758
775
  api_headers = {
776
+ "X-Appwrite-Project": @client.get_config('project'),
759
777
  }
760
778
 
761
779
  @client.call(
@@ -791,6 +809,7 @@ module Appwrite
791
809
  }
792
810
 
793
811
  api_headers = {
812
+ "X-Appwrite-Project": @client.get_config('project'),
794
813
  }
795
814
 
796
815
  @client.call(
@@ -826,6 +845,7 @@ module Appwrite
826
845
  }
827
846
 
828
847
  api_headers = {
848
+ "X-Appwrite-Project": @client.get_config('project'),
829
849
  "content-type": 'application/json',
830
850
  }
831
851
 
@@ -859,6 +879,7 @@ module Appwrite
859
879
  }
860
880
 
861
881
  api_headers = {
882
+ "X-Appwrite-Project": @client.get_config('project'),
862
883
  }
863
884
 
864
885
  @client.call(
@@ -909,6 +930,7 @@ module Appwrite
909
930
  }
910
931
 
911
932
  api_headers = {
933
+ "X-Appwrite-Project": @client.get_config('project'),
912
934
  "content-type": 'application/json',
913
935
  }
914
936
 
@@ -945,6 +967,7 @@ module Appwrite
945
967
  }
946
968
 
947
969
  api_headers = {
970
+ "X-Appwrite-Project": @client.get_config('project'),
948
971
  }
949
972
 
950
973
  @client.call(
@@ -986,6 +1009,7 @@ module Appwrite
986
1009
  }
987
1010
 
988
1011
  api_headers = {
1012
+ "X-Appwrite-Project": @client.get_config('project'),
989
1013
  "content-type": 'application/json',
990
1014
  }
991
1015
 
@@ -1022,6 +1046,7 @@ module Appwrite
1022
1046
  }
1023
1047
 
1024
1048
  api_headers = {
1049
+ "X-Appwrite-Project": @client.get_config('project'),
1025
1050
  "content-type": 'application/json',
1026
1051
  }
1027
1052
 
@@ -25,6 +25,7 @@ module Appwrite
25
25
  }
26
26
 
27
27
  api_headers = {
28
+ "X-Appwrite-Project": @client.get_config('project'),
28
29
  }
29
30
 
30
31
  @client.call(
@@ -78,6 +79,7 @@ module Appwrite
78
79
  }
79
80
 
80
81
  api_headers = {
82
+ "X-Appwrite-Project": @client.get_config('project'),
81
83
  "content-type": 'application/json',
82
84
  }
83
85
 
@@ -109,6 +111,7 @@ module Appwrite
109
111
  }
110
112
 
111
113
  api_headers = {
114
+ "X-Appwrite-Project": @client.get_config('project'),
112
115
  }
113
116
 
114
117
  @client.call(
@@ -162,6 +165,7 @@ module Appwrite
162
165
  }
163
166
 
164
167
  api_headers = {
168
+ "X-Appwrite-Project": @client.get_config('project'),
165
169
  "content-type": 'application/json',
166
170
  }
167
171
 
@@ -192,6 +196,7 @@ module Appwrite
192
196
  }
193
197
 
194
198
  api_headers = {
199
+ "X-Appwrite-Project": @client.get_config('project'),
195
200
  "content-type": 'application/json',
196
201
  }
197
202
 
@@ -228,6 +233,7 @@ module Appwrite
228
233
  }
229
234
 
230
235
  api_headers = {
236
+ "X-Appwrite-Project": @client.get_config('project'),
231
237
  }
232
238
 
233
239
  @client.call(
@@ -288,6 +294,7 @@ module Appwrite
288
294
  }
289
295
 
290
296
  api_headers = {
297
+ "X-Appwrite-Project": @client.get_config('project'),
291
298
  "content-type": 'multipart/form-data',
292
299
  }
293
300
 
@@ -330,6 +337,7 @@ module Appwrite
330
337
  }
331
338
 
332
339
  api_headers = {
340
+ "X-Appwrite-Project": @client.get_config('project'),
333
341
  }
334
342
 
335
343
  @client.call(
@@ -370,6 +378,7 @@ module Appwrite
370
378
  }
371
379
 
372
380
  api_headers = {
381
+ "X-Appwrite-Project": @client.get_config('project'),
373
382
  "content-type": 'application/json',
374
383
  }
375
384
 
@@ -407,6 +416,7 @@ module Appwrite
407
416
  }
408
417
 
409
418
  api_headers = {
419
+ "X-Appwrite-Project": @client.get_config('project'),
410
420
  "content-type": 'application/json',
411
421
  }
412
422
 
@@ -446,6 +456,7 @@ module Appwrite
446
456
  }
447
457
 
448
458
  api_headers = {
459
+ "X-Appwrite-Project": @client.get_config('project'),
449
460
  }
450
461
 
451
462
  @client.call(
@@ -508,6 +519,7 @@ module Appwrite
508
519
  }
509
520
 
510
521
  api_headers = {
522
+ "X-Appwrite-Project": @client.get_config('project'),
511
523
  }
512
524
 
513
525
  @client.call(
@@ -546,6 +558,7 @@ module Appwrite
546
558
  }
547
559
 
548
560
  api_headers = {
561
+ "X-Appwrite-Project": @client.get_config('project'),
549
562
  }
550
563
 
551
564
  @client.call(