@atproto/api 0.20.33 → 0.20.34

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.34
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5263](https://github.com/bluesky-social/atproto/pull/5263) [`102503c`](https://github.com/bluesky-social/atproto/commit/102503c0781e3605ac725adf5c94893870f7d2f7) Thanks [@ds-boyce](https://github.com/ds-boyce)! - Hydrate starter pack details on follow notifications created via a starter pack
8
+
3
9
  ## 0.20.33
4
10
 
5
11
  ### Patch Changes
@@ -7439,6 +7439,11 @@ export declare const schemaDict: {
7439
7439
  readonly record: {
7440
7440
  readonly type: 'unknown';
7441
7441
  };
7442
+ readonly starterPack: {
7443
+ readonly description: 'The starter pack associated with this notification. Present when the notification is for a follow originating from a starter pack.';
7444
+ readonly type: 'ref';
7445
+ readonly ref: 'lex:app.bsky.graph.defs#starterPackViewBasic';
7446
+ };
7442
7447
  readonly isRead: {
7443
7448
  readonly type: 'boolean';
7444
7449
  };
@@ -31777,6 +31782,11 @@ export declare const schemas: ({
31777
31782
  readonly record: {
31778
31783
  readonly type: 'unknown';
31779
31784
  };
31785
+ readonly starterPack: {
31786
+ readonly description: 'The starter pack associated with this notification. Present when the notification is for a follow originating from a starter pack.';
31787
+ readonly type: 'ref';
31788
+ readonly ref: 'lex:app.bsky.graph.defs#starterPackViewBasic';
31789
+ };
31780
31790
  readonly isRead: {
31781
31791
  readonly type: 'boolean';
31782
31792
  };