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.
@@ -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(
@@ -62,6 +63,7 @@ module Appwrite
62
63
  }
63
64
 
64
65
  api_headers = {
66
+ "X-Appwrite-Project": @client.get_config('project'),
65
67
  "content-type": 'application/json',
66
68
  }
67
69
 
@@ -109,6 +111,7 @@ module Appwrite
109
111
  }
110
112
 
111
113
  api_headers = {
114
+ "X-Appwrite-Project": @client.get_config('project'),
112
115
  "content-type": 'application/json',
113
116
  }
114
117
 
@@ -156,6 +159,7 @@ module Appwrite
156
159
  }
157
160
 
158
161
  api_headers = {
162
+ "X-Appwrite-Project": @client.get_config('project'),
159
163
  "content-type": 'application/json',
160
164
  }
161
165
 
@@ -186,6 +190,7 @@ module Appwrite
186
190
  }
187
191
 
188
192
  api_headers = {
193
+ "X-Appwrite-Project": @client.get_config('project'),
189
194
  }
190
195
 
191
196
  @client.call(
@@ -215,6 +220,7 @@ module Appwrite
215
220
  }
216
221
 
217
222
  api_headers = {
223
+ "X-Appwrite-Project": @client.get_config('project'),
218
224
  "content-type": 'application/json',
219
225
  }
220
226
 
@@ -261,6 +267,7 @@ module Appwrite
261
267
  }
262
268
 
263
269
  api_headers = {
270
+ "X-Appwrite-Project": @client.get_config('project'),
264
271
  "content-type": 'application/json',
265
272
  }
266
273
 
@@ -308,6 +315,7 @@ module Appwrite
308
315
  }
309
316
 
310
317
  api_headers = {
318
+ "X-Appwrite-Project": @client.get_config('project'),
311
319
  "content-type": 'application/json',
312
320
  }
313
321
 
@@ -385,6 +393,7 @@ module Appwrite
385
393
  }
386
394
 
387
395
  api_headers = {
396
+ "X-Appwrite-Project": @client.get_config('project'),
388
397
  "content-type": 'application/json',
389
398
  }
390
399
 
@@ -451,6 +460,7 @@ module Appwrite
451
460
  }
452
461
 
453
462
  api_headers = {
463
+ "X-Appwrite-Project": @client.get_config('project'),
454
464
  "content-type": 'application/json',
455
465
  }
456
466
 
@@ -500,6 +510,7 @@ module Appwrite
500
510
  }
501
511
 
502
512
  api_headers = {
513
+ "X-Appwrite-Project": @client.get_config('project'),
503
514
  "content-type": 'application/json',
504
515
  }
505
516
 
@@ -530,6 +541,7 @@ module Appwrite
530
541
  }
531
542
 
532
543
  api_headers = {
544
+ "X-Appwrite-Project": @client.get_config('project'),
533
545
  }
534
546
 
535
547
  @client.call(
@@ -564,6 +576,7 @@ module Appwrite
564
576
  }
565
577
 
566
578
  api_headers = {
579
+ "X-Appwrite-Project": @client.get_config('project'),
567
580
  "content-type": 'application/json',
568
581
  }
569
582
 
@@ -599,6 +612,7 @@ module Appwrite
599
612
  }
600
613
 
601
614
  api_headers = {
615
+ "X-Appwrite-Project": @client.get_config('project'),
602
616
  "content-type": 'application/json',
603
617
  }
604
618
 
@@ -640,6 +654,7 @@ module Appwrite
640
654
  }
641
655
 
642
656
  api_headers = {
657
+ "X-Appwrite-Project": @client.get_config('project'),
643
658
  "content-type": 'application/json',
644
659
  }
645
660
 
@@ -676,6 +691,7 @@ module Appwrite
676
691
  }
677
692
 
678
693
  api_headers = {
694
+ "X-Appwrite-Project": @client.get_config('project'),
679
695
  "content-type": 'application/json',
680
696
  }
681
697
 
@@ -717,6 +733,7 @@ module Appwrite
717
733
  }
718
734
 
719
735
  api_headers = {
736
+ "X-Appwrite-Project": @client.get_config('project'),
720
737
  "content-type": 'application/json',
721
738
  }
722
739
 
@@ -751,6 +768,7 @@ module Appwrite
751
768
  }
752
769
 
753
770
  api_headers = {
771
+ "X-Appwrite-Project": @client.get_config('project'),
754
772
  }
755
773
 
756
774
  @client.call(
@@ -786,6 +804,7 @@ module Appwrite
786
804
  }
787
805
 
788
806
  api_headers = {
807
+ "X-Appwrite-Project": @client.get_config('project'),
789
808
  }
790
809
 
791
810
  @client.call(
@@ -821,6 +840,7 @@ module Appwrite
821
840
  }
822
841
 
823
842
  api_headers = {
843
+ "X-Appwrite-Project": @client.get_config('project'),
824
844
  "content-type": 'application/json',
825
845
  }
826
846
 
@@ -857,6 +877,7 @@ module Appwrite
857
877
  }
858
878
 
859
879
  api_headers = {
880
+ "X-Appwrite-Project": @client.get_config('project'),
860
881
  "content-type": 'application/json',
861
882
  }
862
883
 
@@ -886,6 +907,7 @@ module Appwrite
886
907
  }
887
908
 
888
909
  api_headers = {
910
+ "X-Appwrite-Project": @client.get_config('project'),
889
911
  }
890
912
 
891
913
  @client.call(
@@ -918,6 +940,7 @@ module Appwrite
918
940
  }
919
941
 
920
942
  api_headers = {
943
+ "X-Appwrite-Project": @client.get_config('project'),
921
944
  }
922
945
 
923
946
  @client.call(
@@ -950,6 +973,7 @@ module Appwrite
950
973
  }
951
974
 
952
975
  api_headers = {
976
+ "X-Appwrite-Project": @client.get_config('project'),
953
977
  "content-type": 'application/json',
954
978
  }
955
979
 
@@ -983,6 +1007,7 @@ module Appwrite
983
1007
  }
984
1008
 
985
1009
  api_headers = {
1010
+ "X-Appwrite-Project": @client.get_config('project'),
986
1011
  "content-type": 'application/json',
987
1012
  }
988
1013
 
@@ -1019,6 +1044,7 @@ module Appwrite
1019
1044
  }
1020
1045
 
1021
1046
  api_headers = {
1047
+ "X-Appwrite-Project": @client.get_config('project'),
1022
1048
  "content-type": 'application/json',
1023
1049
  }
1024
1050
 
@@ -1055,6 +1081,7 @@ module Appwrite
1055
1081
  }
1056
1082
 
1057
1083
  api_headers = {
1084
+ "X-Appwrite-Project": @client.get_config('project'),
1058
1085
  "content-type": 'application/json',
1059
1086
  }
1060
1087
 
@@ -1091,6 +1118,7 @@ module Appwrite
1091
1118
  }
1092
1119
 
1093
1120
  api_headers = {
1121
+ "X-Appwrite-Project": @client.get_config('project'),
1094
1122
  "content-type": 'application/json',
1095
1123
  }
1096
1124
 
@@ -1121,6 +1149,7 @@ module Appwrite
1121
1149
  }
1122
1150
 
1123
1151
  api_headers = {
1152
+ "X-Appwrite-Project": @client.get_config('project'),
1124
1153
  }
1125
1154
 
1126
1155
  @client.call(
@@ -1158,6 +1187,7 @@ module Appwrite
1158
1187
  }
1159
1188
 
1160
1189
  api_headers = {
1190
+ "X-Appwrite-Project": @client.get_config('project'),
1161
1191
  "content-type": 'application/json',
1162
1192
  }
1163
1193
 
@@ -1190,6 +1220,7 @@ module Appwrite
1190
1220
  }
1191
1221
 
1192
1222
  api_headers = {
1223
+ "X-Appwrite-Project": @client.get_config('project'),
1193
1224
  }
1194
1225
 
1195
1226
  @client.call(
@@ -1224,6 +1255,7 @@ module Appwrite
1224
1255
  }
1225
1256
 
1226
1257
  api_headers = {
1258
+ "X-Appwrite-Project": @client.get_config('project'),
1227
1259
  "content-type": 'application/json',
1228
1260
  }
1229
1261
 
@@ -1254,6 +1286,7 @@ module Appwrite
1254
1286
  }
1255
1287
 
1256
1288
  api_headers = {
1289
+ "X-Appwrite-Project": @client.get_config('project'),
1257
1290
  "content-type": 'application/json',
1258
1291
  }
1259
1292
 
@@ -1289,6 +1322,7 @@ module Appwrite
1289
1322
  }
1290
1323
 
1291
1324
  api_headers = {
1325
+ "X-Appwrite-Project": @client.get_config('project'),
1292
1326
  "content-type": 'application/json',
1293
1327
  }
1294
1328
 
@@ -1325,6 +1359,7 @@ module Appwrite
1325
1359
  }
1326
1360
 
1327
1361
  api_headers = {
1362
+ "X-Appwrite-Project": @client.get_config('project'),
1328
1363
  "content-type": 'application/json',
1329
1364
  }
1330
1365
 
@@ -1359,6 +1394,7 @@ module Appwrite
1359
1394
  }
1360
1395
 
1361
1396
  api_headers = {
1397
+ "X-Appwrite-Project": @client.get_config('project'),
1362
1398
  }
1363
1399
 
1364
1400
  @client.call(
@@ -1410,6 +1446,7 @@ module Appwrite
1410
1446
  }
1411
1447
 
1412
1448
  api_headers = {
1449
+ "X-Appwrite-Project": @client.get_config('project'),
1413
1450
  "content-type": 'application/json',
1414
1451
  }
1415
1452
 
@@ -1446,6 +1483,7 @@ module Appwrite
1446
1483
  }
1447
1484
 
1448
1485
  api_headers = {
1486
+ "X-Appwrite-Project": @client.get_config('project'),
1449
1487
  }
1450
1488
 
1451
1489
  @client.call(
@@ -1487,6 +1525,7 @@ module Appwrite
1487
1525
  }
1488
1526
 
1489
1527
  api_headers = {
1528
+ "X-Appwrite-Project": @client.get_config('project'),
1490
1529
  "content-type": 'application/json',
1491
1530
  }
1492
1531
 
@@ -1523,6 +1562,7 @@ module Appwrite
1523
1562
  }
1524
1563
 
1525
1564
  api_headers = {
1565
+ "X-Appwrite-Project": @client.get_config('project'),
1526
1566
  "content-type": 'application/json',
1527
1567
  }
1528
1568
 
@@ -1560,6 +1600,7 @@ module Appwrite
1560
1600
  }
1561
1601
 
1562
1602
  api_headers = {
1603
+ "X-Appwrite-Project": @client.get_config('project'),
1563
1604
  "content-type": 'application/json',
1564
1605
  }
1565
1606
 
@@ -1596,6 +1637,7 @@ module Appwrite
1596
1637
  }
1597
1638
 
1598
1639
  api_headers = {
1640
+ "X-Appwrite-Project": @client.get_config('project'),
1599
1641
  "content-type": 'application/json',
1600
1642
  }
1601
1643
 
@@ -1632,6 +1674,7 @@ module Appwrite
1632
1674
  }
1633
1675
 
1634
1676
  api_headers = {
1677
+ "X-Appwrite-Project": @client.get_config('project'),
1635
1678
  "content-type": 'application/json',
1636
1679
  }
1637
1680
 
@@ -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(
@@ -81,6 +82,7 @@ module Appwrite
81
82
  }
82
83
 
83
84
  api_headers = {
85
+ "X-Appwrite-Project": @client.get_config('project'),
84
86
  "content-type": 'application/json',
85
87
  }
86
88
 
@@ -112,6 +114,7 @@ module Appwrite
112
114
  }
113
115
 
114
116
  api_headers = {
117
+ "X-Appwrite-Project": @client.get_config('project'),
115
118
  }
116
119
 
117
120
  @client.call(
@@ -168,6 +171,7 @@ module Appwrite
168
171
  }
169
172
 
170
173
  api_headers = {
174
+ "X-Appwrite-Project": @client.get_config('project'),
171
175
  "content-type": 'application/json',
172
176
  }
173
177
 
@@ -199,6 +203,7 @@ module Appwrite
199
203
  }
200
204
 
201
205
  api_headers = {
206
+ "X-Appwrite-Project": @client.get_config('project'),
202
207
  "content-type": 'application/json',
203
208
  }
204
209
 
@@ -232,6 +237,7 @@ module Appwrite
232
237
  }
233
238
 
234
239
  api_headers = {
240
+ "X-Appwrite-Project": @client.get_config('project'),
235
241
  "content-type": 'application/json',
236
242
  }
237
243
 
data/lib/appwrite.rb CHANGED
@@ -186,6 +186,7 @@ require_relative 'appwrite/models/o_auth2_microsoft'
186
186
  require_relative 'appwrite/models/o_auth2_provider_list'
187
187
  require_relative 'appwrite/models/policy_password_dictionary'
188
188
  require_relative 'appwrite/models/policy_password_history'
189
+ require_relative 'appwrite/models/policy_password_strength'
189
190
  require_relative 'appwrite/models/policy_password_personal_data'
190
191
  require_relative 'appwrite/models/policy_session_alert'
191
192
  require_relative 'appwrite/models/policy_session_duration'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appwrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 25.0.0
4
+ version: 25.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Appwrite Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-01 00:00:00.000000000 Z
11
+ date: 2026-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types
@@ -271,6 +271,7 @@ files:
271
271
  - lib/appwrite/models/policy_password_dictionary.rb
272
272
  - lib/appwrite/models/policy_password_history.rb
273
273
  - lib/appwrite/models/policy_password_personal_data.rb
274
+ - lib/appwrite/models/policy_password_strength.rb
274
275
  - lib/appwrite/models/policy_session_alert.rb
275
276
  - lib/appwrite/models/policy_session_duration.rb
276
277
  - lib/appwrite/models/policy_session_invalidation.rb