@atproto/pds 0.4.149 → 0.4.150

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,14 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.4.150
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3966](https://github.com/bluesky-social/atproto/pull/3966) [`97ef11657`](https://github.com/bluesky-social/atproto/commit/97ef116571909c95713017bcd7b621c8afbc90ef) Thanks [@mozzius](https://github.com/mozzius)! - Rename notification preference lexicon "filter" key to "include"
8
+
9
+ - Updated dependencies [[`97ef11657`](https://github.com/bluesky-social/atproto/commit/97ef116571909c95713017bcd7b621c8afbc90ef)]:
10
+ - @atproto/api@0.15.16
11
+
3
12
  ## 0.4.149
4
13
 
5
14
  ### Patch Changes
@@ -9034,9 +9034,9 @@ export declare const schemaDict: {
9034
9034
  };
9035
9035
  readonly chatPreference: {
9036
9036
  readonly type: "object";
9037
- readonly required: ["filter", "push"];
9037
+ readonly required: ["include", "push"];
9038
9038
  readonly properties: {
9039
- readonly filter: {
9039
+ readonly include: {
9040
9040
  readonly type: "string";
9041
9041
  readonly knownValues: ["all", "accepted"];
9042
9042
  };
@@ -9047,9 +9047,9 @@ export declare const schemaDict: {
9047
9047
  };
9048
9048
  readonly filterablePreference: {
9049
9049
  readonly type: "object";
9050
- readonly required: ["filter", "list", "push"];
9050
+ readonly required: ["include", "list", "push"];
9051
9051
  readonly properties: {
9052
- readonly filter: {
9052
+ readonly include: {
9053
9053
  readonly type: "string";
9054
9054
  readonly knownValues: ["all", "follows"];
9055
9055
  };
@@ -24189,9 +24189,9 @@ export declare const schemas: ({
24189
24189
  };
24190
24190
  readonly chatPreference: {
24191
24191
  readonly type: "object";
24192
- readonly required: ["filter", "push"];
24192
+ readonly required: ["include", "push"];
24193
24193
  readonly properties: {
24194
- readonly filter: {
24194
+ readonly include: {
24195
24195
  readonly type: "string";
24196
24196
  readonly knownValues: ["all", "accepted"];
24197
24197
  };
@@ -24202,9 +24202,9 @@ export declare const schemas: ({
24202
24202
  };
24203
24203
  readonly filterablePreference: {
24204
24204
  readonly type: "object";
24205
- readonly required: ["filter", "list", "push"];
24205
+ readonly required: ["include", "list", "push"];
24206
24206
  readonly properties: {
24207
- readonly filter: {
24207
+ readonly include: {
24208
24208
  readonly type: "string";
24209
24209
  readonly knownValues: ["all", "follows"];
24210
24210
  };
@@ -9407,9 +9407,9 @@ exports.schemaDict = {
9407
9407
  },
9408
9408
  chatPreference: {
9409
9409
  type: 'object',
9410
- required: ['filter', 'push'],
9410
+ required: ['include', 'push'],
9411
9411
  properties: {
9412
- filter: {
9412
+ include: {
9413
9413
  type: 'string',
9414
9414
  knownValues: ['all', 'accepted'],
9415
9415
  },
@@ -9420,9 +9420,9 @@ exports.schemaDict = {
9420
9420
  },
9421
9421
  filterablePreference: {
9422
9422
  type: 'object',
9423
- required: ['filter', 'list', 'push'],
9423
+ required: ['include', 'list', 'push'],
9424
9424
  properties: {
9425
- filter: {
9425
+ include: {
9426
9426
  type: 'string',
9427
9427
  knownValues: ['all', 'follows'],
9428
9428
  },