@atproto/lex-installer 0.0.5 → 0.0.7
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 +24 -0
- package/dist/lex-installer.d.ts +18 -250
- package/dist/lex-installer.d.ts.map +1 -1
- package/package.json +7 -7
- package/tsconfig.tests.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atproto/lex-installer
|
|
2
2
|
|
|
3
|
+
## 0.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece), [`e6b6107`](https://github.com/bluesky-social/atproto/commit/e6b6107e028fee964972274b71f5da1329a7bece)]:
|
|
8
|
+
- @atproto/lex-data@0.0.4
|
|
9
|
+
- @atproto/lex-schema@0.0.5
|
|
10
|
+
- @atproto/lex-builder@0.0.7
|
|
11
|
+
- @atproto/lex-cbor@0.0.4
|
|
12
|
+
- @atproto/lex-resolver@0.0.6
|
|
13
|
+
- @atproto/lex-document@0.0.6
|
|
14
|
+
|
|
15
|
+
## 0.0.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`693784c`](https://github.com/bluesky-social/atproto/commit/693784c3a0dee4b6a29aa1e018fce682dcae148f), [`d551b0e`](https://github.com/bluesky-social/atproto/commit/d551b0e3527714c111c3ec6e4c90ad7f46369fab), [`e39ca11`](https://github.com/bluesky-social/atproto/commit/e39ca114accac65070dcdd424a181821aad6d99d), [`7e1d458`](https://github.com/bluesky-social/atproto/commit/7e1d45877bca0f615e7b1313cfcc66823b3de758)]:
|
|
20
|
+
- @atproto/lex-data@0.0.3
|
|
21
|
+
- @atproto/lex-document@0.0.5
|
|
22
|
+
- @atproto/lex-builder@0.0.6
|
|
23
|
+
- @atproto/lex-cbor@0.0.3
|
|
24
|
+
- @atproto/lex-resolver@0.0.5
|
|
25
|
+
- @atproto/lex-schema@0.0.4
|
|
26
|
+
|
|
3
27
|
## 0.0.5
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/lex-installer.d.ts
CHANGED
|
@@ -863,6 +863,15 @@ export declare class LexInstaller implements AsyncDisposable {
|
|
|
863
863
|
description?: string | undefined;
|
|
864
864
|
} | {
|
|
865
865
|
type: "subscription";
|
|
866
|
+
message: {
|
|
867
|
+
schema: {
|
|
868
|
+
type: "union";
|
|
869
|
+
refs: string[];
|
|
870
|
+
closed?: boolean | undefined;
|
|
871
|
+
description?: string | undefined;
|
|
872
|
+
};
|
|
873
|
+
description?: string | undefined;
|
|
874
|
+
};
|
|
866
875
|
description?: string | undefined;
|
|
867
876
|
parameters?: {
|
|
868
877
|
type: "params";
|
|
@@ -926,131 +935,6 @@ export declare class LexInstaller implements AsyncDisposable {
|
|
|
926
935
|
required?: string[] | undefined;
|
|
927
936
|
description?: string | undefined;
|
|
928
937
|
} | undefined;
|
|
929
|
-
message?: {
|
|
930
|
-
description?: string | undefined;
|
|
931
|
-
schema?: {
|
|
932
|
-
type: "ref";
|
|
933
|
-
ref: string;
|
|
934
|
-
description?: string | undefined;
|
|
935
|
-
} | {
|
|
936
|
-
type: "union";
|
|
937
|
-
refs: string[];
|
|
938
|
-
closed?: boolean | undefined;
|
|
939
|
-
description?: string | undefined;
|
|
940
|
-
} | {
|
|
941
|
-
type: "object";
|
|
942
|
-
properties: import("@atproto/lex-schema").DictSchemaOutput<import("@atproto/lex-schema").StringSchema<{}>, import("@atproto/lex-schema").DiscriminatedUnionSchema<"type", readonly [import("@atproto/lex-schema").ObjectSchema<{
|
|
943
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"boolean">;
|
|
944
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
945
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
946
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
947
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
948
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"integer">;
|
|
949
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
950
|
-
readonly minimum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
951
|
-
readonly maximum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
952
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<number[]>;
|
|
953
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
954
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
955
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
956
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"string">;
|
|
957
|
-
readonly format: import("@atproto/lex-schema").OptionalSchema<"datetime" | "uri" | "at-uri" | "did" | "handle" | "at-identifier" | "nsid" | "cid" | "language" | "tid" | "record-key">;
|
|
958
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
959
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
960
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
961
|
-
readonly minGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
962
|
-
readonly maxGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
963
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
964
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
965
|
-
readonly knownValues: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
966
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
967
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
968
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"bytes">;
|
|
969
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
970
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
971
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
972
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
973
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"cid-link">;
|
|
974
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
975
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
976
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"blob">;
|
|
977
|
-
readonly accept: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
978
|
-
readonly maxSize: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
979
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
980
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
981
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"unknown">;
|
|
982
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
983
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
984
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"ref">;
|
|
985
|
-
readonly ref: import("@atproto/lex-schema").StringSchema<{}>;
|
|
986
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
987
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
988
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"union">;
|
|
989
|
-
readonly refs: import("@atproto/lex-schema").ArraySchema<import("@atproto/lex-schema").StringSchema<{}>>;
|
|
990
|
-
readonly closed: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
991
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
992
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
993
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"array">;
|
|
994
|
-
readonly items: import("@atproto/lex-schema").DiscriminatedUnionSchema<"type", readonly [import("@atproto/lex-schema").ObjectSchema<{
|
|
995
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"boolean">;
|
|
996
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
997
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
998
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
999
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1000
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"integer">;
|
|
1001
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1002
|
-
readonly minimum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1003
|
-
readonly maximum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1004
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<number[]>;
|
|
1005
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1006
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1007
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1008
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"string">;
|
|
1009
|
-
readonly format: import("@atproto/lex-schema").OptionalSchema<"datetime" | "uri" | "at-uri" | "did" | "handle" | "at-identifier" | "nsid" | "cid" | "language" | "tid" | "record-key">;
|
|
1010
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1011
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1012
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1013
|
-
readonly minGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1014
|
-
readonly maxGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1015
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
1016
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1017
|
-
readonly knownValues: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
1018
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1019
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1020
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"bytes">;
|
|
1021
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1022
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1023
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1024
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1025
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"cid-link">;
|
|
1026
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1027
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1028
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"blob">;
|
|
1029
|
-
readonly accept: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
1030
|
-
readonly maxSize: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1031
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1032
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1033
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"unknown">;
|
|
1034
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1035
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1036
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"ref">;
|
|
1037
|
-
readonly ref: import("@atproto/lex-schema").StringSchema<{}>;
|
|
1038
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1039
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
1040
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"union">;
|
|
1041
|
-
readonly refs: import("@atproto/lex-schema").ArraySchema<import("@atproto/lex-schema").StringSchema<{}>>;
|
|
1042
|
-
readonly closed: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
1043
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1044
|
-
}>]>;
|
|
1045
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1046
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
1047
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
1048
|
-
}>]>>;
|
|
1049
|
-
required?: string[] | undefined;
|
|
1050
|
-
nullable?: string[] | undefined;
|
|
1051
|
-
description?: string | undefined;
|
|
1052
|
-
} | undefined;
|
|
1053
|
-
} | undefined;
|
|
1054
938
|
errors?: {
|
|
1055
939
|
name: string;
|
|
1056
940
|
description?: string | undefined;
|
|
@@ -2125,6 +2009,15 @@ export declare class LexInstaller implements AsyncDisposable {
|
|
|
2125
2009
|
description?: string | undefined;
|
|
2126
2010
|
} | {
|
|
2127
2011
|
type: "subscription";
|
|
2012
|
+
message: {
|
|
2013
|
+
schema: {
|
|
2014
|
+
type: "union";
|
|
2015
|
+
refs: string[];
|
|
2016
|
+
closed?: boolean | undefined;
|
|
2017
|
+
description?: string | undefined;
|
|
2018
|
+
};
|
|
2019
|
+
description?: string | undefined;
|
|
2020
|
+
};
|
|
2128
2021
|
description?: string | undefined;
|
|
2129
2022
|
parameters?: {
|
|
2130
2023
|
type: "params";
|
|
@@ -2188,131 +2081,6 @@ export declare class LexInstaller implements AsyncDisposable {
|
|
|
2188
2081
|
required?: string[] | undefined;
|
|
2189
2082
|
description?: string | undefined;
|
|
2190
2083
|
} | undefined;
|
|
2191
|
-
message?: {
|
|
2192
|
-
description?: string | undefined;
|
|
2193
|
-
schema?: {
|
|
2194
|
-
type: "ref";
|
|
2195
|
-
ref: string;
|
|
2196
|
-
description?: string | undefined;
|
|
2197
|
-
} | {
|
|
2198
|
-
type: "union";
|
|
2199
|
-
refs: string[];
|
|
2200
|
-
closed?: boolean | undefined;
|
|
2201
|
-
description?: string | undefined;
|
|
2202
|
-
} | {
|
|
2203
|
-
type: "object";
|
|
2204
|
-
properties: import("@atproto/lex-schema").DictSchemaOutput<import("@atproto/lex-schema").StringSchema<{}>, import("@atproto/lex-schema").DiscriminatedUnionSchema<"type", readonly [import("@atproto/lex-schema").ObjectSchema<{
|
|
2205
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"boolean">;
|
|
2206
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2207
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2208
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2209
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2210
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"integer">;
|
|
2211
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2212
|
-
readonly minimum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2213
|
-
readonly maximum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2214
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<number[]>;
|
|
2215
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2216
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2217
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2218
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"string">;
|
|
2219
|
-
readonly format: import("@atproto/lex-schema").OptionalSchema<"datetime" | "uri" | "at-uri" | "did" | "handle" | "at-identifier" | "nsid" | "cid" | "language" | "tid" | "record-key">;
|
|
2220
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2221
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2222
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2223
|
-
readonly minGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2224
|
-
readonly maxGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2225
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2226
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2227
|
-
readonly knownValues: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2228
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2229
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2230
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"bytes">;
|
|
2231
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2232
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2233
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2234
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2235
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"cid-link">;
|
|
2236
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2237
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2238
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"blob">;
|
|
2239
|
-
readonly accept: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2240
|
-
readonly maxSize: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2241
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2242
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2243
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"unknown">;
|
|
2244
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2245
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2246
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"ref">;
|
|
2247
|
-
readonly ref: import("@atproto/lex-schema").StringSchema<{}>;
|
|
2248
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2249
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2250
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"union">;
|
|
2251
|
-
readonly refs: import("@atproto/lex-schema").ArraySchema<import("@atproto/lex-schema").StringSchema<{}>>;
|
|
2252
|
-
readonly closed: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2253
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2254
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2255
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"array">;
|
|
2256
|
-
readonly items: import("@atproto/lex-schema").DiscriminatedUnionSchema<"type", readonly [import("@atproto/lex-schema").ObjectSchema<{
|
|
2257
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"boolean">;
|
|
2258
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2259
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2260
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2261
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2262
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"integer">;
|
|
2263
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2264
|
-
readonly minimum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2265
|
-
readonly maximum: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2266
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<number[]>;
|
|
2267
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2268
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2269
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2270
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"string">;
|
|
2271
|
-
readonly format: import("@atproto/lex-schema").OptionalSchema<"datetime" | "uri" | "at-uri" | "did" | "handle" | "at-identifier" | "nsid" | "cid" | "language" | "tid" | "record-key">;
|
|
2272
|
-
readonly default: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2273
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2274
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2275
|
-
readonly minGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2276
|
-
readonly maxGraphemes: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2277
|
-
readonly enum: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2278
|
-
readonly const: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2279
|
-
readonly knownValues: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2280
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2281
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2282
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"bytes">;
|
|
2283
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2284
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2285
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2286
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2287
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"cid-link">;
|
|
2288
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2289
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2290
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"blob">;
|
|
2291
|
-
readonly accept: import("@atproto/lex-schema").OptionalSchema<string[]>;
|
|
2292
|
-
readonly maxSize: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2293
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2294
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2295
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"unknown">;
|
|
2296
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2297
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2298
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"ref">;
|
|
2299
|
-
readonly ref: import("@atproto/lex-schema").StringSchema<{}>;
|
|
2300
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2301
|
-
}>, import("@atproto/lex-schema").ObjectSchema<{
|
|
2302
|
-
readonly type: import("@atproto/lex-schema").LiteralSchema<"union">;
|
|
2303
|
-
readonly refs: import("@atproto/lex-schema").ArraySchema<import("@atproto/lex-schema").StringSchema<{}>>;
|
|
2304
|
-
readonly closed: import("@atproto/lex-schema").OptionalSchema<boolean>;
|
|
2305
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2306
|
-
}>]>;
|
|
2307
|
-
readonly minLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2308
|
-
readonly maxLength: import("@atproto/lex-schema").OptionalSchema<number>;
|
|
2309
|
-
readonly description: import("@atproto/lex-schema").OptionalSchema<string>;
|
|
2310
|
-
}>]>>;
|
|
2311
|
-
required?: string[] | undefined;
|
|
2312
|
-
nullable?: string[] | undefined;
|
|
2313
|
-
description?: string | undefined;
|
|
2314
|
-
} | undefined;
|
|
2315
|
-
} | undefined;
|
|
2316
2084
|
errors?: {
|
|
2317
2085
|
name: string;
|
|
2318
2086
|
description?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lex-installer.d.ts","sourceRoot":"","sources":["../src/lex-installer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,OAAO,EAAE,GAAG,EAAa,MAAM,mBAAmB,CAAA;AAClD,OAAO,EACL,eAAe,EAQhB,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAEvE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EACL,gBAAgB,EAEjB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAEvC,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG;IACrD,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA;AAED,qBAAa,YAAa,YAAW,eAAe;IAUtC,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,mBAAmB;IAT3D,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,WAAW,CAAA;IAC/C,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,uBAAuB,CAAA;IACnD,SAAS,CAAC,QAAQ,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"lex-installer.d.ts","sourceRoot":"","sources":["../src/lex-installer.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/lex-installer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Lexicon document packet manager for AT Lexicons",
|
|
6
6
|
"keywords": [
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.8.1",
|
|
40
|
-
"@atproto/lex-builder": "0.0.
|
|
41
|
-
"@atproto/lex-cbor": "0.0.
|
|
42
|
-
"@atproto/lex-data": "0.0.
|
|
43
|
-
"@atproto/lex-document": "0.0.
|
|
44
|
-
"@atproto/lex-resolver": "0.0.
|
|
45
|
-
"@atproto/lex-schema": "0.0.
|
|
40
|
+
"@atproto/lex-builder": "0.0.7",
|
|
41
|
+
"@atproto/lex-cbor": "0.0.4",
|
|
42
|
+
"@atproto/lex-data": "0.0.4",
|
|
43
|
+
"@atproto/lex-document": "0.0.6",
|
|
44
|
+
"@atproto/lex-resolver": "0.0.6",
|
|
45
|
+
"@atproto/lex-schema": "0.0.5",
|
|
46
46
|
"@atproto/syntax": "0.4.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|