@atproto/api 0.20.37 → 0.20.39

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.
@@ -3112,9 +3112,9 @@ export declare const schemaDict: {
3112
3112
  readonly properties: {
3113
3113
  readonly video: {
3114
3114
  readonly type: 'blob';
3115
- readonly description: 'The mp4 video file. May be up to 100mb, formerly limited to 50mb.';
3115
+ readonly description: 'The mp4 video file. May be up to 300mb, formerly limited to 100mb.';
3116
3116
  readonly accept: ["video/mp4"];
3117
- readonly maxSize: 100000000;
3117
+ readonly maxSize: 300000000;
3118
3118
  };
3119
3119
  readonly captions: {
3120
3120
  readonly type: 'array';
@@ -21113,6 +21113,13 @@ export declare const schemaDict: {
21113
21113
  readonly type: 'string';
21114
21114
  readonly description: 'Optional description of the queue';
21115
21115
  };
21116
+ readonly recommendedPolicies: {
21117
+ readonly type: 'array';
21118
+ readonly items: {
21119
+ readonly type: 'string';
21120
+ };
21121
+ readonly description: 'Policy keys to recommend when actioning reports in this queue';
21122
+ };
21116
21123
  };
21117
21124
  };
21118
21125
  };
@@ -21130,6 +21137,9 @@ export declare const schemaDict: {
21130
21137
  };
21131
21138
  };
21132
21139
  readonly errors: [{
21140
+ readonly name: 'InvalidRecommendedPolicies';
21141
+ readonly description: 'One or more recommended policy keys do not exist in the configured policy list';
21142
+ }, {
21133
21143
  readonly name: 'ConflictingQueue';
21134
21144
  readonly description: 'The queue configuration conflicts with an existing queue';
21135
21145
  }];
@@ -21176,6 +21186,13 @@ export declare const schemaDict: {
21176
21186
  readonly type: 'string';
21177
21187
  readonly description: 'Optional description of the queue';
21178
21188
  };
21189
+ readonly recommendedPolicies: {
21190
+ readonly type: 'array';
21191
+ readonly items: {
21192
+ readonly type: 'string';
21193
+ };
21194
+ readonly description: 'Policy keys recommended when actioning reports in this queue';
21195
+ };
21179
21196
  readonly createdBy: {
21180
21197
  readonly type: 'string';
21181
21198
  readonly format: 'did';
@@ -21527,7 +21544,7 @@ export declare const schemaDict: {
21527
21544
  readonly defs: {
21528
21545
  readonly main: {
21529
21546
  readonly type: 'procedure';
21530
- readonly description: 'Update queue properties. Currently only supports updating the name and enabled status to prevent configuration conflicts.';
21547
+ readonly description: 'Update queue properties.';
21531
21548
  readonly input: {
21532
21549
  readonly encoding: 'application/json';
21533
21550
  readonly schema: {
@@ -21550,6 +21567,13 @@ export declare const schemaDict: {
21550
21567
  readonly type: 'string';
21551
21568
  readonly description: 'Optional description of the queue';
21552
21569
  };
21570
+ readonly recommendedPolicies: {
21571
+ readonly type: 'array';
21572
+ readonly items: {
21573
+ readonly type: 'string';
21574
+ };
21575
+ readonly description: 'Policy keys to recommend when actioning reports in this queue';
21576
+ };
21553
21577
  };
21554
21578
  };
21555
21579
  };
@@ -21566,6 +21590,10 @@ export declare const schemaDict: {
21566
21590
  };
21567
21591
  };
21568
21592
  };
21593
+ readonly errors: [{
21594
+ readonly name: 'InvalidRecommendedPolicies';
21595
+ readonly description: 'One or more recommended policy keys do not exist in the configured policy list';
21596
+ }];
21569
21597
  };
21570
21598
  };
21571
21599
  };
@@ -27622,9 +27650,9 @@ export declare const schemas: ({
27622
27650
  readonly properties: {
27623
27651
  readonly video: {
27624
27652
  readonly type: 'blob';
27625
- readonly description: 'The mp4 video file. May be up to 100mb, formerly limited to 50mb.';
27653
+ readonly description: 'The mp4 video file. May be up to 300mb, formerly limited to 100mb.';
27626
27654
  readonly accept: ["video/mp4"];
27627
- readonly maxSize: 100000000;
27655
+ readonly maxSize: 300000000;
27628
27656
  };
27629
27657
  readonly captions: {
27630
27658
  readonly type: 'array';
@@ -45337,6 +45365,13 @@ export declare const schemas: ({
45337
45365
  readonly type: 'string';
45338
45366
  readonly description: 'Optional description of the queue';
45339
45367
  };
45368
+ readonly recommendedPolicies: {
45369
+ readonly type: 'array';
45370
+ readonly items: {
45371
+ readonly type: 'string';
45372
+ };
45373
+ readonly description: 'Policy keys to recommend when actioning reports in this queue';
45374
+ };
45340
45375
  };
45341
45376
  };
45342
45377
  };
@@ -45354,6 +45389,9 @@ export declare const schemas: ({
45354
45389
  };
45355
45390
  };
45356
45391
  readonly errors: [{
45392
+ readonly name: 'InvalidRecommendedPolicies';
45393
+ readonly description: 'One or more recommended policy keys do not exist in the configured policy list';
45394
+ }, {
45357
45395
  readonly name: 'ConflictingQueue';
45358
45396
  readonly description: 'The queue configuration conflicts with an existing queue';
45359
45397
  }];
@@ -45399,6 +45437,13 @@ export declare const schemas: ({
45399
45437
  readonly type: 'string';
45400
45438
  readonly description: 'Optional description of the queue';
45401
45439
  };
45440
+ readonly recommendedPolicies: {
45441
+ readonly type: 'array';
45442
+ readonly items: {
45443
+ readonly type: 'string';
45444
+ };
45445
+ readonly description: 'Policy keys recommended when actioning reports in this queue';
45446
+ };
45402
45447
  readonly createdBy: {
45403
45448
  readonly type: 'string';
45404
45449
  readonly format: 'did';
@@ -45744,7 +45789,7 @@ export declare const schemas: ({
45744
45789
  readonly defs: {
45745
45790
  readonly main: {
45746
45791
  readonly type: 'procedure';
45747
- readonly description: 'Update queue properties. Currently only supports updating the name and enabled status to prevent configuration conflicts.';
45792
+ readonly description: 'Update queue properties.';
45748
45793
  readonly input: {
45749
45794
  readonly encoding: 'application/json';
45750
45795
  readonly schema: {
@@ -45767,6 +45812,13 @@ export declare const schemas: ({
45767
45812
  readonly type: 'string';
45768
45813
  readonly description: 'Optional description of the queue';
45769
45814
  };
45815
+ readonly recommendedPolicies: {
45816
+ readonly type: 'array';
45817
+ readonly items: {
45818
+ readonly type: 'string';
45819
+ };
45820
+ readonly description: 'Policy keys to recommend when actioning reports in this queue';
45821
+ };
45770
45822
  };
45771
45823
  };
45772
45824
  };
@@ -45783,6 +45835,10 @@ export declare const schemas: ({
45783
45835
  };
45784
45836
  };
45785
45837
  };
45838
+ readonly errors: [{
45839
+ readonly name: 'InvalidRecommendedPolicies';
45840
+ readonly description: 'One or more recommended policy keys do not exist in the configured policy list';
45841
+ }];
45786
45842
  };
45787
45843
  };
45788
45844
  } | {