@atproto/pds 0.4.215 → 0.4.216
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 +11 -0
- package/dist/lexicon/lexicons.d.ts +10 -10
- package/dist/lexicon/lexicons.js +5 -5
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts +3 -3
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.js.map +1 -1
- package/package.json +7 -7
- package/src/lexicon/lexicons.ts +6 -6
- package/src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts +3 -3
|
@@ -5,12 +5,12 @@ export type QueryParams = {
|
|
|
5
5
|
export type InputSchema = undefined;
|
|
6
6
|
export interface OutputSchema {
|
|
7
7
|
suggestions: AppBskyActorDefs.ProfileView[];
|
|
8
|
-
/**
|
|
8
|
+
/** Snowflake for this recommendation, use when submitting recommendation events. */
|
|
9
|
+
recIdStr?: string;
|
|
10
|
+
/** DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid */
|
|
9
11
|
isFallback?: boolean;
|
|
10
12
|
/** DEPRECATED: use recIdStr instead. */
|
|
11
13
|
recId?: number;
|
|
12
|
-
/** Snowflake for this recommendation, use when submitting recommendation events. */
|
|
13
|
-
recIdStr?: string;
|
|
14
14
|
}
|
|
15
15
|
export type HandlerInput = void;
|
|
16
16
|
export interface HandlerSuccess {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSuggestedFollowsByActor.d.ts","sourceRoot":"","sources":["../../../../../../src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,KAAK,gBAAgB,MAAM,kBAAkB,CAAA;AAMzD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,SAAS,CAAA;AAEnC,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,gBAAgB,CAAC,WAAW,EAAE,CAAA;IAC3C,
|
|
1
|
+
{"version":3,"file":"getSuggestedFollowsByActor.d.ts","sourceRoot":"","sources":["../../../../../../src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,KAAK,gBAAgB,MAAM,kBAAkB,CAAA;AAMzD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,SAAS,CAAA;AAEnC,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,gBAAgB,CAAC,WAAW,EAAE,CAAA;IAC3C,oFAAoF;IACpF,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,kIAAkI;IAClI,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,MAAM,MAAM,YAAY,GAAG,IAAI,CAAA;AAE/B,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,kBAAkB,CAAA;IAC5B,IAAI,EAAE,YAAY,CAAA;IAClB,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAA;CACpC;AAED,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSuggestedFollowsByActor.js","sourceRoot":"","sources":["../../../../../../src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts"],"names":[],"mappings":";;AAKA,mDAA4D;AAC5D,2CAIyB;AAGzB,MAAM,QAAQ,GAAG,eAAS,EACxB,QAAQ,GAAG,mBAAS,CAAA;AACtB,MAAM,EAAE,GAAG,2CAA2C,CAAA","sourcesContent":["/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppBskyActorDefs from '../actor/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.bsky.graph.getSuggestedFollowsByActor'\n\nexport type QueryParams = {\n actor: string\n}\nexport type InputSchema = undefined\n\nexport interface OutputSchema {\n suggestions: AppBskyActorDefs.ProfileView[]\n /**
|
|
1
|
+
{"version":3,"file":"getSuggestedFollowsByActor.js","sourceRoot":"","sources":["../../../../../../src/lexicon/types/app/bsky/graph/getSuggestedFollowsByActor.ts"],"names":[],"mappings":";;AAKA,mDAA4D;AAC5D,2CAIyB;AAGzB,MAAM,QAAQ,GAAG,eAAS,EACxB,QAAQ,GAAG,mBAAS,CAAA;AACtB,MAAM,EAAE,GAAG,2CAA2C,CAAA","sourcesContent":["/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppBskyActorDefs from '../actor/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.bsky.graph.getSuggestedFollowsByActor'\n\nexport type QueryParams = {\n actor: string\n}\nexport type InputSchema = undefined\n\nexport interface OutputSchema {\n suggestions: AppBskyActorDefs.ProfileView[]\n /** Snowflake for this recommendation, use when submitting recommendation events. */\n recIdStr?: string\n /** DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid */\n isFallback?: boolean\n /** DEPRECATED: use recIdStr instead. */\n recId?: number\n}\n\nexport type HandlerInput = void\n\nexport interface HandlerSuccess {\n encoding: 'application/json'\n body: OutputSchema\n headers?: { [key: string]: string }\n}\n\nexport interface HandlerError {\n status: number\n message?: string\n}\n\nexport type HandlerOutput = HandlerError | HandlerSuccess\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/pds",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.216",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reference implementation of atproto Personal Data Server (PDS)",
|
|
6
6
|
"keywords": [
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"@atproto-labs/xrpc-utils": "^0.0.24",
|
|
54
54
|
"@atproto/api": "^0.19.4",
|
|
55
55
|
"@atproto/aws": "^0.2.31",
|
|
56
|
-
"@atproto/common": "^0.5.
|
|
56
|
+
"@atproto/common": "^0.5.15",
|
|
57
57
|
"@atproto/crypto": "^0.4.5",
|
|
58
58
|
"@atproto/identity": "^0.4.12",
|
|
59
|
-
"@atproto/lex-cbor": "^0.0.
|
|
60
|
-
"@atproto/lex-data": "^0.0.
|
|
59
|
+
"@atproto/lex-cbor": "^0.0.15",
|
|
60
|
+
"@atproto/lex-data": "^0.0.14",
|
|
61
61
|
"@atproto/lexicon": "^0.6.2",
|
|
62
|
-
"@atproto/oauth-provider": "^0.15.
|
|
62
|
+
"@atproto/oauth-provider": "^0.15.14",
|
|
63
63
|
"@atproto/oauth-scopes": "^0.3.2",
|
|
64
64
|
"@atproto/repo": "^0.8.13",
|
|
65
65
|
"@atproto/syntax": "^0.5.1",
|
|
66
66
|
"@atproto/xrpc": "^0.7.7",
|
|
67
|
-
"@atproto/xrpc-server": "^0.10.
|
|
67
|
+
"@atproto/xrpc-server": "^0.10.17"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@atproto/pds-entryway": "npm:@atproto/pds@0.3.0-entryway.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"typescript": "^5.6.3",
|
|
84
84
|
"ws": "^8.12.0",
|
|
85
85
|
"@atproto/api": "^0.19.4",
|
|
86
|
-
"@atproto/bsky": "^0.0.
|
|
86
|
+
"@atproto/bsky": "^0.0.221",
|
|
87
87
|
"@atproto/lex-cli": "^0.9.9",
|
|
88
88
|
"@atproto/oauth-client-browser-example": "^0.0.10"
|
|
89
89
|
},
|
package/src/lexicon/lexicons.ts
CHANGED
|
@@ -6243,21 +6243,21 @@ export const schemaDict = {
|
|
|
6243
6243
|
ref: 'lex:app.bsky.actor.defs#profileView',
|
|
6244
6244
|
},
|
|
6245
6245
|
},
|
|
6246
|
+
recIdStr: {
|
|
6247
|
+
type: 'string',
|
|
6248
|
+
description:
|
|
6249
|
+
'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
6250
|
+
},
|
|
6246
6251
|
isFallback: {
|
|
6247
6252
|
type: 'boolean',
|
|
6248
6253
|
description:
|
|
6249
|
-
'
|
|
6254
|
+
'DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid',
|
|
6250
6255
|
default: false,
|
|
6251
6256
|
},
|
|
6252
6257
|
recId: {
|
|
6253
6258
|
type: 'integer',
|
|
6254
6259
|
description: 'DEPRECATED: use recIdStr instead.',
|
|
6255
6260
|
},
|
|
6256
|
-
recIdStr: {
|
|
6257
|
-
type: 'string',
|
|
6258
|
-
description:
|
|
6259
|
-
'Snowflake for this recommendation, use when submitting recommendation events.',
|
|
6260
|
-
},
|
|
6261
6261
|
},
|
|
6262
6262
|
},
|
|
6263
6263
|
},
|
|
@@ -22,12 +22,12 @@ export type InputSchema = undefined
|
|
|
22
22
|
|
|
23
23
|
export interface OutputSchema {
|
|
24
24
|
suggestions: AppBskyActorDefs.ProfileView[]
|
|
25
|
-
/**
|
|
25
|
+
/** Snowflake for this recommendation, use when submitting recommendation events. */
|
|
26
|
+
recIdStr?: string
|
|
27
|
+
/** DEPRECATED, unused. Previously: if true, response has fallen-back to generic results, and is not scoped using relativeToDid */
|
|
26
28
|
isFallback?: boolean
|
|
27
29
|
/** DEPRECATED: use recIdStr instead. */
|
|
28
30
|
recId?: number
|
|
29
|
-
/** Snowflake for this recommendation, use when submitting recommendation events. */
|
|
30
|
-
recIdStr?: string
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
export type HandlerInput = void
|