@atproto/ozone 0.2.7 → 0.2.8
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 +8 -0
- package/dist/lexicon/lexicons.d.ts +28 -12
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +14 -6
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/ageassurance/defs.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/ageassurance/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/ageassurance/defs.js.map +1 -1
- package/package.json +6 -6
package/dist/lexicon/lexicons.js
CHANGED
|
@@ -1379,6 +1379,14 @@ export const schemaDict = {
|
|
|
1379
1379
|
type: 'integer',
|
|
1380
1380
|
description: 'The minimum age (as a whole integer) required to use Bluesky in this region.',
|
|
1381
1381
|
},
|
|
1382
|
+
additionalVerificationMethods: {
|
|
1383
|
+
type: 'array',
|
|
1384
|
+
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).',
|
|
1385
|
+
items: {
|
|
1386
|
+
type: 'string',
|
|
1387
|
+
knownValues: ['device'],
|
|
1388
|
+
},
|
|
1389
|
+
},
|
|
1382
1390
|
rules: {
|
|
1383
1391
|
type: 'array',
|
|
1384
1392
|
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.',
|
|
@@ -10623,8 +10631,8 @@ export const schemaDict = {
|
|
|
10623
10631
|
name: {
|
|
10624
10632
|
type: 'string',
|
|
10625
10633
|
description: 'The display name of the group conversation.',
|
|
10626
|
-
maxGraphemes:
|
|
10627
|
-
maxLength:
|
|
10634
|
+
maxGraphemes: 50,
|
|
10635
|
+
maxLength: 500,
|
|
10628
10636
|
},
|
|
10629
10637
|
unreadJoinRequestCount: {
|
|
10630
10638
|
type: 'integer',
|
|
@@ -12750,8 +12758,8 @@ export const schemaDict = {
|
|
|
12750
12758
|
name: {
|
|
12751
12759
|
type: 'string',
|
|
12752
12760
|
minLength: 1,
|
|
12753
|
-
maxGraphemes:
|
|
12754
|
-
maxLength:
|
|
12761
|
+
maxGraphemes: 50,
|
|
12762
|
+
maxLength: 500,
|
|
12755
12763
|
},
|
|
12756
12764
|
},
|
|
12757
12765
|
},
|
|
@@ -13317,8 +13325,8 @@ export const schemaDict = {
|
|
|
13317
13325
|
name: {
|
|
13318
13326
|
type: 'string',
|
|
13319
13327
|
description: 'The display name of the group conversation.',
|
|
13320
|
-
maxGraphemes:
|
|
13321
|
-
maxLength:
|
|
13328
|
+
maxGraphemes: 50,
|
|
13329
|
+
maxLength: 500,
|
|
13322
13330
|
},
|
|
13323
13331
|
},
|
|
13324
13332
|
},
|