@atproto/api 0.20.22 → 0.20.23

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atproto/api
2
2
 
3
+ ## 0.20.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5166](https://github.com/bluesky-social/atproto/pull/5166) [`45278fd`](https://github.com/bluesky-social/atproto/commit/45278fd367ee50654ac5d09bd6da1451c8b0cd98) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add `additionalVerificationMethods` to Age Assurance config and add required config for Texas
8
+
3
9
  ## 0.20.22
4
10
 
5
11
  ### Patch Changes
@@ -1345,6 +1345,14 @@ export declare const schemaDict: {
1345
1345
  readonly type: 'integer';
1346
1346
  readonly description: 'The minimum age (as a whole integer) required to use Bluesky in this region.';
1347
1347
  };
1348
+ readonly additionalVerificationMethods: {
1349
+ readonly type: 'array';
1350
+ readonly description: 'Verification methods permitted in this region in addition to the third-party (KWS) flow, which is always supported. `device` permits using the native on-device age APIs (e.g. Apple Declared Age Range, Google Play Age Signals).';
1351
+ readonly items: {
1352
+ readonly type: 'string';
1353
+ readonly knownValues: ["device"];
1354
+ };
1355
+ };
1348
1356
  readonly rules: {
1349
1357
  readonly type: 'array';
1350
1358
  readonly description: 'The ordered list of Age Assurance rules that apply to this region. Rules should be applied in order, and the first matching rule determines the access level granted. The rules array should always include a default rule as the last item.';
@@ -10287,8 +10295,8 @@ export declare const schemaDict: {
10287
10295
  readonly name: {
10288
10296
  readonly type: 'string';
10289
10297
  readonly description: 'The display name of the group conversation.';
10290
- readonly maxGraphemes: 128;
10291
- readonly maxLength: 1280;
10298
+ readonly maxGraphemes: 50;
10299
+ readonly maxLength: 500;
10292
10300
  };
10293
10301
  readonly unreadJoinRequestCount: {
10294
10302
  readonly type: 'integer';
@@ -12249,8 +12257,8 @@ export declare const schemaDict: {
12249
12257
  readonly name: {
12250
12258
  readonly type: 'string';
12251
12259
  readonly minLength: 1;
12252
- readonly maxGraphemes: 128;
12253
- readonly maxLength: 1280;
12260
+ readonly maxGraphemes: 50;
12261
+ readonly maxLength: 500;
12254
12262
  };
12255
12263
  };
12256
12264
  };
@@ -12772,8 +12780,8 @@ export declare const schemaDict: {
12772
12780
  readonly name: {
12773
12781
  readonly type: 'string';
12774
12782
  readonly description: 'The display name of the group conversation.';
12775
- readonly maxGraphemes: 128;
12776
- readonly maxLength: 1280;
12783
+ readonly maxGraphemes: 50;
12784
+ readonly maxLength: 500;
12777
12785
  };
12778
12786
  };
12779
12787
  };
@@ -25683,6 +25691,14 @@ export declare const schemas: ({
25683
25691
  readonly type: 'integer';
25684
25692
  readonly description: 'The minimum age (as a whole integer) required to use Bluesky in this region.';
25685
25693
  };
25694
+ readonly additionalVerificationMethods: {
25695
+ readonly type: 'array';
25696
+ readonly description: 'Verification methods permitted in this region in addition to the third-party (KWS) flow, which is always supported. `device` permits using the native on-device age APIs (e.g. Apple Declared Age Range, Google Play Age Signals).';
25697
+ readonly items: {
25698
+ readonly type: 'string';
25699
+ readonly knownValues: ["device"];
25700
+ };
25701
+ };
25686
25702
  readonly rules: {
25687
25703
  readonly type: 'array';
25688
25704
  readonly description: 'The ordered list of Age Assurance rules that apply to this region. Rules should be applied in order, and the first matching rule determines the access level granted. The rules array should always include a default rule as the last item.';
@@ -34481,8 +34497,8 @@ export declare const schemas: ({
34481
34497
  readonly name: {
34482
34498
  readonly type: 'string';
34483
34499
  readonly description: 'The display name of the group conversation.';
34484
- readonly maxGraphemes: 128;
34485
- readonly maxLength: 1280;
34500
+ readonly maxGraphemes: 50;
34501
+ readonly maxLength: 500;
34486
34502
  };
34487
34503
  readonly unreadJoinRequestCount: {
34488
34504
  readonly type: 'integer';
@@ -36415,8 +36431,8 @@ export declare const schemas: ({
36415
36431
  readonly name: {
36416
36432
  readonly type: 'string';
36417
36433
  readonly minLength: 1;
36418
- readonly maxGraphemes: 128;
36419
- readonly maxLength: 1280;
36434
+ readonly maxGraphemes: 50;
36435
+ readonly maxLength: 500;
36420
36436
  };
36421
36437
  };
36422
36438
  };
@@ -36927,8 +36943,8 @@ export declare const schemas: ({
36927
36943
  readonly name: {
36928
36944
  readonly type: 'string';
36929
36945
  readonly description: 'The display name of the group conversation.';
36930
- readonly maxGraphemes: 128;
36931
- readonly maxLength: 1280;
36946
+ readonly maxGraphemes: 50;
36947
+ readonly maxLength: 500;
36932
36948
  };
36933
36949
  };
36934
36950
  };