@atcute/tangled 1.0.4 → 1.0.5
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/dist/lexicons/types/sh/tangled/repo/issue/comment.d.ts +0 -1
- package/dist/lexicons/types/sh/tangled/repo/issue/comment.js +0 -1
- package/dist/lexicons/types/sh/tangled/repo/issue/comment.js.map +1 -1
- package/dist/lexicons/types/sh/tangled/repo/issue.d.ts +0 -2
- package/dist/lexicons/types/sh/tangled/repo/issue.js +0 -2
- package/dist/lexicons/types/sh/tangled/repo/issue.js.map +1 -1
- package/lib/lexicons/types/sh/tangled/repo/issue/comment.ts +0 -1
- package/lib/lexicons/types/sh/tangled/repo/issue.ts +0 -2
- package/package.json +3 -3
|
@@ -2,7 +2,6 @@ import * as v from '@atcute/lexicons/validations';
|
|
|
2
2
|
declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
|
|
3
3
|
$type: v.LiteralSchema<"sh.tangled.repo.issue.comment">;
|
|
4
4
|
body: v.StringSchema<string>;
|
|
5
|
-
commentId: v.OptionalSchema<v.IntegerSchema, undefined>;
|
|
6
5
|
createdAt: v.FormattedStringSchema<"datetime">;
|
|
7
6
|
issue: v.FormattedStringSchema<"at-uri">;
|
|
8
7
|
owner: v.OptionalSchema<v.FormattedStringSchema<"did">, undefined>;
|
|
@@ -4,7 +4,6 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
4
4
|
/*#__PURE__*/ v.object({
|
|
5
5
|
$type: /*#__PURE__*/ v.literal('sh.tangled.repo.issue.comment'),
|
|
6
6
|
body: /*#__PURE__*/ v.string(),
|
|
7
|
-
commentId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
8
7
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
9
8
|
issue: /*#__PURE__*/ v.resourceUriString(),
|
|
10
9
|
owner: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment.js","sourceRoot":"","sources":["../../../../../../../lib/lexicons/types/sh/tangled/repo/issue/comment.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC;IAC/D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"comment.js","sourceRoot":"","sources":["../../../../../../../lib/lexicons/types/sh/tangled/repo/issue/comment.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,+BAA+B,CAAC;IAC/D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IAC1C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC5D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;CACnE,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -3,8 +3,6 @@ declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
|
|
|
3
3
|
$type: v.LiteralSchema<"sh.tangled.repo.issue">;
|
|
4
4
|
body: v.OptionalSchema<v.StringSchema<string>, undefined>;
|
|
5
5
|
createdAt: v.FormattedStringSchema<"datetime">;
|
|
6
|
-
issueId: v.IntegerSchema;
|
|
7
|
-
owner: v.FormattedStringSchema<"did">;
|
|
8
6
|
repo: v.FormattedStringSchema<"at-uri">;
|
|
9
7
|
title: v.StringSchema<string>;
|
|
10
8
|
}>, v.FormattedStringSchema<"tid">>;
|
|
@@ -5,8 +5,6 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
5
5
|
$type: /*#__PURE__*/ v.literal('sh.tangled.repo.issue'),
|
|
6
6
|
body: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
7
7
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
8
|
-
issueId: /*#__PURE__*/ v.integer(),
|
|
9
|
-
owner: /*#__PURE__*/ v.didString(),
|
|
10
8
|
repo: /*#__PURE__*/ v.resourceUriString(),
|
|
11
9
|
title: /*#__PURE__*/ v.string(),
|
|
12
10
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"issue.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/issue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;IACvD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACxD,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,
|
|
1
|
+
{"version":3,"file":"issue.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/issue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;AAC3B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;IACvD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACxD,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACzC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;CAC/B,CAAC,CACF,CAAC;AAMF,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -7,7 +7,6 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
7
7
|
/*#__PURE__*/ v.object({
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('sh.tangled.repo.issue.comment'),
|
|
9
9
|
body: /*#__PURE__*/ v.string(),
|
|
10
|
-
commentId: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
|
|
11
10
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
12
11
|
issue: /*#__PURE__*/ v.resourceUriString(),
|
|
13
12
|
owner: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
@@ -8,8 +8,6 @@ const _mainSchema = /*#__PURE__*/ v.record(
|
|
|
8
8
|
$type: /*#__PURE__*/ v.literal('sh.tangled.repo.issue'),
|
|
9
9
|
body: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
10
|
createdAt: /*#__PURE__*/ v.datetimeString(),
|
|
11
|
-
issueId: /*#__PURE__*/ v.integer(),
|
|
12
|
-
owner: /*#__PURE__*/ v.didString(),
|
|
13
11
|
repo: /*#__PURE__*/ v.resourceUriString(),
|
|
14
12
|
title: /*#__PURE__*/ v.string(),
|
|
15
13
|
}),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@atcute/tangled",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"description": "Tangled (sh.tangled.*) schema definitions",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"atcute",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"./types/*": "./dist/lexicons/types/sh/tangled/*.js"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atcute/
|
|
28
|
-
"@atcute/
|
|
27
|
+
"@atcute/lexicons": "^1.1.1",
|
|
28
|
+
"@atcute/atproto": "^3.1.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@atcute/tangled": "file:",
|