@atcute/tangled 1.0.4 → 1.0.6

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.
Files changed (73) hide show
  1. package/dist/lexicons/index.d.ts +14 -0
  2. package/dist/lexicons/index.js +14 -0
  3. package/dist/lexicons/index.js.map +1 -1
  4. package/dist/lexicons/types/sh/tangled/knot/listKeys.d.ts +37 -0
  5. package/dist/lexicons/types/sh/tangled/knot/listKeys.js +26 -0
  6. package/dist/lexicons/types/sh/tangled/knot/listKeys.js.map +1 -0
  7. package/dist/lexicons/types/sh/tangled/knot/version.d.ts +21 -0
  8. package/dist/lexicons/types/sh/tangled/knot/version.js +12 -0
  9. package/dist/lexicons/types/sh/tangled/knot/version.js.map +1 -0
  10. package/dist/lexicons/types/sh/tangled/owner.d.ts +21 -0
  11. package/dist/lexicons/types/sh/tangled/owner.js +12 -0
  12. package/dist/lexicons/types/sh/tangled/owner.js.map +1 -0
  13. package/dist/lexicons/types/sh/tangled/repo/archive.d.ts +22 -0
  14. package/dist/lexicons/types/sh/tangled/repo/archive.js +14 -0
  15. package/dist/lexicons/types/sh/tangled/repo/archive.js.map +1 -0
  16. package/dist/lexicons/types/sh/tangled/repo/blob.d.ts +59 -0
  17. package/dist/lexicons/types/sh/tangled/repo/blob.js +44 -0
  18. package/dist/lexicons/types/sh/tangled/repo/blob.js.map +1 -0
  19. package/dist/lexicons/types/sh/tangled/repo/branch.d.ts +42 -0
  20. package/dist/lexicons/types/sh/tangled/repo/branch.js +30 -0
  21. package/dist/lexicons/types/sh/tangled/repo/branch.js.map +1 -0
  22. package/dist/lexicons/types/sh/tangled/repo/branches.d.ts +21 -0
  23. package/dist/lexicons/types/sh/tangled/repo/branches.js +14 -0
  24. package/dist/lexicons/types/sh/tangled/repo/branches.js.map +1 -0
  25. package/dist/lexicons/types/sh/tangled/repo/compare.d.ts +21 -0
  26. package/dist/lexicons/types/sh/tangled/repo/compare.js +13 -0
  27. package/dist/lexicons/types/sh/tangled/repo/compare.js.map +1 -0
  28. package/dist/lexicons/types/sh/tangled/repo/diff.d.ts +20 -0
  29. package/dist/lexicons/types/sh/tangled/repo/diff.js +12 -0
  30. package/dist/lexicons/types/sh/tangled/repo/diff.js.map +1 -0
  31. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.d.ts +40 -0
  32. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.js +28 -0
  33. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.js.map +1 -0
  34. package/dist/lexicons/types/sh/tangled/repo/issue/comment.d.ts +1 -3
  35. package/dist/lexicons/types/sh/tangled/repo/issue/comment.js +1 -3
  36. package/dist/lexicons/types/sh/tangled/repo/issue/comment.js.map +1 -1
  37. package/dist/lexicons/types/sh/tangled/repo/issue.d.ts +0 -2
  38. package/dist/lexicons/types/sh/tangled/repo/issue.js +0 -2
  39. package/dist/lexicons/types/sh/tangled/repo/issue.js.map +1 -1
  40. package/dist/lexicons/types/sh/tangled/repo/languages.d.ts +42 -0
  41. package/dist/lexicons/types/sh/tangled/repo/languages.js +30 -0
  42. package/dist/lexicons/types/sh/tangled/repo/languages.js.map +1 -0
  43. package/dist/lexicons/types/sh/tangled/repo/log.d.ts +23 -0
  44. package/dist/lexicons/types/sh/tangled/repo/log.js +16 -0
  45. package/dist/lexicons/types/sh/tangled/repo/log.js.map +1 -0
  46. package/dist/lexicons/types/sh/tangled/repo/tags.d.ts +21 -0
  47. package/dist/lexicons/types/sh/tangled/repo/tags.js +14 -0
  48. package/dist/lexicons/types/sh/tangled/repo/tags.js.map +1 -0
  49. package/dist/lexicons/types/sh/tangled/repo/tree.d.ts +55 -0
  50. package/dist/lexicons/types/sh/tangled/repo/tree.js +40 -0
  51. package/dist/lexicons/types/sh/tangled/repo/tree.js.map +1 -0
  52. package/dist/lexicons/types/sh/tangled/repo.d.ts +1 -1
  53. package/dist/lexicons/types/sh/tangled/repo.js +1 -1
  54. package/dist/lexicons/types/sh/tangled/repo.js.map +1 -1
  55. package/lib/lexicons/index.ts +14 -0
  56. package/lib/lexicons/types/sh/tangled/knot/listKeys.ts +48 -0
  57. package/lib/lexicons/types/sh/tangled/knot/version.ts +28 -0
  58. package/lib/lexicons/types/sh/tangled/owner.ts +28 -0
  59. package/lib/lexicons/types/sh/tangled/repo/archive.ts +30 -0
  60. package/lib/lexicons/types/sh/tangled/repo/blob.ts +67 -0
  61. package/lib/lexicons/types/sh/tangled/repo/branch.ts +50 -0
  62. package/lib/lexicons/types/sh/tangled/repo/branches.ts +32 -0
  63. package/lib/lexicons/types/sh/tangled/repo/compare.ts +29 -0
  64. package/lib/lexicons/types/sh/tangled/repo/diff.ts +28 -0
  65. package/lib/lexicons/types/sh/tangled/repo/getDefaultBranch.ts +48 -0
  66. package/lib/lexicons/types/sh/tangled/repo/issue/comment.ts +1 -3
  67. package/lib/lexicons/types/sh/tangled/repo/issue.ts +0 -2
  68. package/lib/lexicons/types/sh/tangled/repo/languages.ts +50 -0
  69. package/lib/lexicons/types/sh/tangled/repo/log.ts +34 -0
  70. package/lib/lexicons/types/sh/tangled/repo/tags.ts +32 -0
  71. package/lib/lexicons/types/sh/tangled/repo/tree.ts +63 -0
  72. package/lib/lexicons/types/sh/tangled/repo.ts +1 -1
  73. package/package.json +2 -2
@@ -4,25 +4,37 @@ export * as ShTangledFeedStar from './types/sh/tangled/feed/star.js';
4
4
  export * as ShTangledGitRefUpdate from './types/sh/tangled/git/refUpdate.js';
5
5
  export * as ShTangledGraphFollow from './types/sh/tangled/graph/follow.js';
6
6
  export * as ShTangledKnot from './types/sh/tangled/knot.js';
7
+ export * as ShTangledKnotListKeys from './types/sh/tangled/knot/listKeys.js';
7
8
  export * as ShTangledKnotMember from './types/sh/tangled/knot/member.js';
9
+ export * as ShTangledKnotVersion from './types/sh/tangled/knot/version.js';
10
+ export * as ShTangledOwner from './types/sh/tangled/owner.js';
8
11
  export * as ShTangledPipeline from './types/sh/tangled/pipeline.js';
9
12
  export * as ShTangledPipelineStatus from './types/sh/tangled/pipeline/status.js';
10
13
  export * as ShTangledPublicKey from './types/sh/tangled/publicKey.js';
11
14
  export * as ShTangledRepo from './types/sh/tangled/repo.js';
12
15
  export * as ShTangledRepoAddSecret from './types/sh/tangled/repo/addSecret.js';
16
+ export * as ShTangledRepoArchive from './types/sh/tangled/repo/archive.js';
13
17
  export * as ShTangledRepoArtifact from './types/sh/tangled/repo/artifact.js';
18
+ export * as ShTangledRepoBlob from './types/sh/tangled/repo/blob.js';
19
+ export * as ShTangledRepoBranch from './types/sh/tangled/repo/branch.js';
20
+ export * as ShTangledRepoBranches from './types/sh/tangled/repo/branches.js';
14
21
  export * as ShTangledRepoCollaborator from './types/sh/tangled/repo/collaborator.js';
22
+ export * as ShTangledRepoCompare from './types/sh/tangled/repo/compare.js';
15
23
  export * as ShTangledRepoCreate from './types/sh/tangled/repo/create.js';
16
24
  export * as ShTangledRepoDelete from './types/sh/tangled/repo/delete.js';
25
+ export * as ShTangledRepoDiff from './types/sh/tangled/repo/diff.js';
17
26
  export * as ShTangledRepoForkStatus from './types/sh/tangled/repo/forkStatus.js';
18
27
  export * as ShTangledRepoForkSync from './types/sh/tangled/repo/forkSync.js';
28
+ export * as ShTangledRepoGetDefaultBranch from './types/sh/tangled/repo/getDefaultBranch.js';
19
29
  export * as ShTangledRepoHiddenRef from './types/sh/tangled/repo/hiddenRef.js';
20
30
  export * as ShTangledRepoIssue from './types/sh/tangled/repo/issue.js';
21
31
  export * as ShTangledRepoIssueComment from './types/sh/tangled/repo/issue/comment.js';
22
32
  export * as ShTangledRepoIssueState from './types/sh/tangled/repo/issue/state.js';
23
33
  export * as ShTangledRepoIssueStateClosed from './types/sh/tangled/repo/issue/state/closed.js';
24
34
  export * as ShTangledRepoIssueStateOpen from './types/sh/tangled/repo/issue/state/open.js';
35
+ export * as ShTangledRepoLanguages from './types/sh/tangled/repo/languages.js';
25
36
  export * as ShTangledRepoListSecrets from './types/sh/tangled/repo/listSecrets.js';
37
+ export * as ShTangledRepoLog from './types/sh/tangled/repo/log.js';
26
38
  export * as ShTangledRepoMerge from './types/sh/tangled/repo/merge.js';
27
39
  export * as ShTangledRepoMergeCheck from './types/sh/tangled/repo/mergeCheck.js';
28
40
  export * as ShTangledRepoPull from './types/sh/tangled/repo/pull.js';
@@ -33,6 +45,8 @@ export * as ShTangledRepoPullStatusMerged from './types/sh/tangled/repo/pull/sta
33
45
  export * as ShTangledRepoPullStatusOpen from './types/sh/tangled/repo/pull/status/open.js';
34
46
  export * as ShTangledRepoRemoveSecret from './types/sh/tangled/repo/removeSecret.js';
35
47
  export * as ShTangledRepoSetDefaultBranch from './types/sh/tangled/repo/setDefaultBranch.js';
48
+ export * as ShTangledRepoTags from './types/sh/tangled/repo/tags.js';
49
+ export * as ShTangledRepoTree from './types/sh/tangled/repo/tree.js';
36
50
  export * as ShTangledSpindle from './types/sh/tangled/spindle.js';
37
51
  export * as ShTangledSpindleMember from './types/sh/tangled/spindle/member.js';
38
52
  export * as ShTangledString from './types/sh/tangled/string.js';
@@ -4,25 +4,37 @@ export * as ShTangledFeedStar from './types/sh/tangled/feed/star.js';
4
4
  export * as ShTangledGitRefUpdate from './types/sh/tangled/git/refUpdate.js';
5
5
  export * as ShTangledGraphFollow from './types/sh/tangled/graph/follow.js';
6
6
  export * as ShTangledKnot from './types/sh/tangled/knot.js';
7
+ export * as ShTangledKnotListKeys from './types/sh/tangled/knot/listKeys.js';
7
8
  export * as ShTangledKnotMember from './types/sh/tangled/knot/member.js';
9
+ export * as ShTangledKnotVersion from './types/sh/tangled/knot/version.js';
10
+ export * as ShTangledOwner from './types/sh/tangled/owner.js';
8
11
  export * as ShTangledPipeline from './types/sh/tangled/pipeline.js';
9
12
  export * as ShTangledPipelineStatus from './types/sh/tangled/pipeline/status.js';
10
13
  export * as ShTangledPublicKey from './types/sh/tangled/publicKey.js';
11
14
  export * as ShTangledRepo from './types/sh/tangled/repo.js';
12
15
  export * as ShTangledRepoAddSecret from './types/sh/tangled/repo/addSecret.js';
16
+ export * as ShTangledRepoArchive from './types/sh/tangled/repo/archive.js';
13
17
  export * as ShTangledRepoArtifact from './types/sh/tangled/repo/artifact.js';
18
+ export * as ShTangledRepoBlob from './types/sh/tangled/repo/blob.js';
19
+ export * as ShTangledRepoBranch from './types/sh/tangled/repo/branch.js';
20
+ export * as ShTangledRepoBranches from './types/sh/tangled/repo/branches.js';
14
21
  export * as ShTangledRepoCollaborator from './types/sh/tangled/repo/collaborator.js';
22
+ export * as ShTangledRepoCompare from './types/sh/tangled/repo/compare.js';
15
23
  export * as ShTangledRepoCreate from './types/sh/tangled/repo/create.js';
16
24
  export * as ShTangledRepoDelete from './types/sh/tangled/repo/delete.js';
25
+ export * as ShTangledRepoDiff from './types/sh/tangled/repo/diff.js';
17
26
  export * as ShTangledRepoForkStatus from './types/sh/tangled/repo/forkStatus.js';
18
27
  export * as ShTangledRepoForkSync from './types/sh/tangled/repo/forkSync.js';
28
+ export * as ShTangledRepoGetDefaultBranch from './types/sh/tangled/repo/getDefaultBranch.js';
19
29
  export * as ShTangledRepoHiddenRef from './types/sh/tangled/repo/hiddenRef.js';
20
30
  export * as ShTangledRepoIssue from './types/sh/tangled/repo/issue.js';
21
31
  export * as ShTangledRepoIssueComment from './types/sh/tangled/repo/issue/comment.js';
22
32
  export * as ShTangledRepoIssueState from './types/sh/tangled/repo/issue/state.js';
23
33
  export * as ShTangledRepoIssueStateClosed from './types/sh/tangled/repo/issue/state/closed.js';
24
34
  export * as ShTangledRepoIssueStateOpen from './types/sh/tangled/repo/issue/state/open.js';
35
+ export * as ShTangledRepoLanguages from './types/sh/tangled/repo/languages.js';
25
36
  export * as ShTangledRepoListSecrets from './types/sh/tangled/repo/listSecrets.js';
37
+ export * as ShTangledRepoLog from './types/sh/tangled/repo/log.js';
26
38
  export * as ShTangledRepoMerge from './types/sh/tangled/repo/merge.js';
27
39
  export * as ShTangledRepoMergeCheck from './types/sh/tangled/repo/mergeCheck.js';
28
40
  export * as ShTangledRepoPull from './types/sh/tangled/repo/pull.js';
@@ -33,6 +45,8 @@ export * as ShTangledRepoPullStatusMerged from './types/sh/tangled/repo/pull/sta
33
45
  export * as ShTangledRepoPullStatusOpen from './types/sh/tangled/repo/pull/status/open.js';
34
46
  export * as ShTangledRepoRemoveSecret from './types/sh/tangled/repo/removeSecret.js';
35
47
  export * as ShTangledRepoSetDefaultBranch from './types/sh/tangled/repo/setDefaultBranch.js';
48
+ export * as ShTangledRepoTags from './types/sh/tangled/repo/tags.js';
49
+ export * as ShTangledRepoTree from './types/sh/tangled/repo/tree.js';
36
50
  export * as ShTangledSpindle from './types/sh/tangled/spindle.js';
37
51
  export * as ShTangledSpindleMember from './types/sh/tangled/spindle/member.js';
38
52
  export * as ShTangledString from './types/sh/tangled/string.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/lexicons/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,qBAAqB,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,qBAAqB,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,iBAAiB,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,qBAAqB,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,oBAAoB,MAAM,oCAAoC,CAAC;AAC3E,OAAO,KAAK,aAAa,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,mBAAmB,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,uBAAuB,MAAM,uCAAuC,CAAC;AACjF,OAAO,KAAK,kBAAkB,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,aAAa,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,qBAAqB,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,yBAAyB,MAAM,yCAAyC,CAAC;AACrF,OAAO,KAAK,mBAAmB,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,mBAAmB,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,uBAAuB,MAAM,uCAAuC,CAAC;AACjF,OAAO,KAAK,qBAAqB,MAAM,qCAAqC,CAAC;AAC7E,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,kBAAkB,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,yBAAyB,MAAM,0CAA0C,CAAC;AACtF,OAAO,KAAK,uBAAuB,MAAM,wCAAwC,CAAC;AAClF,OAAO,KAAK,6BAA6B,MAAM,+CAA+C,CAAC;AAC/F,OAAO,KAAK,2BAA2B,MAAM,6CAA6C,CAAC;AAC3F,OAAO,KAAK,wBAAwB,MAAM,wCAAwC,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,uBAAuB,MAAM,uCAAuC,CAAC;AACjF,OAAO,KAAK,iBAAiB,MAAM,iCAAiC,CAAC;AACrE,OAAO,KAAK,wBAAwB,MAAM,yCAAyC,CAAC;AACpF,OAAO,KAAK,uBAAuB,MAAM,wCAAwC,CAAC;AAClF,OAAO,KAAK,6BAA6B,MAAM,+CAA+C,CAAC;AAC/F,OAAO,KAAK,6BAA6B,MAAM,+CAA+C,CAAC;AAC/F,OAAO,KAAK,2BAA2B,MAAM,6CAA6C,CAAC;AAC3F,OAAO,KAAK,yBAAyB,MAAM,yCAAyC,CAAC;AACrF,OAAO,KAAK,6BAA6B,MAAM,6CAA6C,CAAC;AAC7F,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,eAAe,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/lexicons/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
4
+ limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 1000>]>, 100>;
5
+ }>, {
6
+ type: "lex";
7
+ schema: v.ObjectSchema<{
8
+ cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
9
+ readonly keys: v.ArraySchema<publicKeySchema>;
10
+ }>;
11
+ }, "sh.tangled.knot.listKeys">;
12
+ declare const _publicKeySchema: v.ObjectSchema<{
13
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.knot.listKeys#publicKey">, undefined>;
14
+ createdAt: v.FormattedStringSchema<"datetime">;
15
+ did: v.FormattedStringSchema<"did">;
16
+ key: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 4096>]>;
17
+ }>;
18
+ type main$schematype = typeof _mainSchema;
19
+ type publicKey$schematype = typeof _publicKeySchema;
20
+ export interface mainSchema extends main$schematype {
21
+ }
22
+ export interface publicKeySchema extends publicKey$schematype {
23
+ }
24
+ export declare const mainSchema: mainSchema;
25
+ export declare const publicKeySchema: publicKeySchema;
26
+ export interface PublicKey extends v.InferInput<typeof publicKeySchema> {
27
+ }
28
+ export interface $params extends v.InferInput<mainSchema['params']> {
29
+ }
30
+ export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
31
+ }
32
+ declare module '@atcute/lexicons/ambient' {
33
+ interface XRPCQueries {
34
+ 'sh.tangled.knot.listKeys': mainSchema;
35
+ }
36
+ }
37
+ export {};
@@ -0,0 +1,26 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.knot.listKeys', {
3
+ params: /*#__PURE__*/ v.object({
4
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
5
+ limit: /*#__PURE__*/ v.optional(
6
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 1000)]), 100),
7
+ }),
8
+ output: {
9
+ type: 'lex',
10
+ schema: /*#__PURE__*/ v.object({
11
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
12
+ get keys() {
13
+ return /*#__PURE__*/ v.array(publicKeySchema);
14
+ },
15
+ }),
16
+ },
17
+ });
18
+ const _publicKeySchema = /*#__PURE__*/ v.object({
19
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.knot.listKeys#publicKey')),
20
+ createdAt: /*#__PURE__*/ v.datetimeString(),
21
+ did: /*#__PURE__*/ v.didString(),
22
+ key: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringLength(0, 4096)]),
23
+ });
24
+ export const mainSchema = _mainSchema;
25
+ export const publicKeySchema = _publicKeySchema;
26
+ //# sourceMappingURL=listKeys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listKeys.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/knot/listKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,EAAE;IACrE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,EAC7F,GAAG,CACH;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC1D,IAAI,IAAI;gBACP,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;YAC/C,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,oCAAoC,CAAC,CAAC;IAC9F,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;IAChC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;CACjG,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<null, {
3
+ type: "lex";
4
+ schema: v.ObjectSchema<{
5
+ version: v.StringSchema<string>;
6
+ }>;
7
+ }, "sh.tangled.knot.version">;
8
+ type main$schematype = typeof _mainSchema;
9
+ export interface mainSchema extends main$schematype {
10
+ }
11
+ export declare const mainSchema: mainSchema;
12
+ export interface $params {
13
+ }
14
+ export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
15
+ }
16
+ declare module '@atcute/lexicons/ambient' {
17
+ interface XRPCQueries {
18
+ 'sh.tangled.knot.version': mainSchema;
19
+ }
20
+ }
21
+ export {};
@@ -0,0 +1,12 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.knot.version', {
3
+ params: null,
4
+ output: {
5
+ type: 'lex',
6
+ schema: /*#__PURE__*/ v.object({
7
+ version: /*#__PURE__*/ v.string(),
8
+ }),
9
+ },
10
+ });
11
+ export const mainSchema = _mainSchema;
12
+ //# sourceMappingURL=version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/knot/version.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,EAAE;IACpE,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;SACjC,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<null, {
3
+ type: "lex";
4
+ schema: v.ObjectSchema<{
5
+ owner: v.FormattedStringSchema<"did">;
6
+ }>;
7
+ }, "sh.tangled.owner">;
8
+ type main$schematype = typeof _mainSchema;
9
+ export interface mainSchema extends main$schematype {
10
+ }
11
+ export declare const mainSchema: mainSchema;
12
+ export interface $params {
13
+ }
14
+ export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
15
+ }
16
+ declare module '@atcute/lexicons/ambient' {
17
+ interface XRPCQueries {
18
+ 'sh.tangled.owner': mainSchema;
19
+ }
20
+ }
21
+ export {};
@@ -0,0 +1,12 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.owner', {
3
+ params: null,
4
+ output: {
5
+ type: 'lex',
6
+ schema: /*#__PURE__*/ v.object({
7
+ owner: /*#__PURE__*/ v.didString(),
8
+ }),
9
+ },
10
+ });
11
+ export const mainSchema = _mainSchema;
12
+ //# sourceMappingURL=owner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"owner.js","sourceRoot":"","sources":["../../../../../lib/lexicons/types/sh/tangled/owner.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,EAAE;IAC7D,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;SAClC,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ format: v.LiteralEnumSchema<readonly ["tar", "tar.bz2", "tar.gz", "tar.xz", "zip"]>;
4
+ prefix: v.OptionalSchema<v.StringSchema<string>, undefined>;
5
+ ref: v.StringSchema<string>;
6
+ repo: v.StringSchema<string>;
7
+ }>, {
8
+ type: "blob";
9
+ }, "sh.tangled.repo.archive">;
10
+ type main$schematype = typeof _mainSchema;
11
+ export interface mainSchema extends main$schematype {
12
+ }
13
+ export declare const mainSchema: mainSchema;
14
+ export interface $params extends v.InferInput<mainSchema['params']> {
15
+ }
16
+ export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
17
+ declare module '@atcute/lexicons/ambient' {
18
+ interface XRPCQueries {
19
+ 'sh.tangled.repo.archive': mainSchema;
20
+ }
21
+ }
22
+ export {};
@@ -0,0 +1,14 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.archive', {
3
+ params: /*#__PURE__*/ v.object({
4
+ format: /*#__PURE__*/ v.literalEnum(['tar', 'tar.bz2', 'tar.gz', 'tar.xz', 'zip']),
5
+ prefix: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
6
+ ref: /*#__PURE__*/ v.string(),
7
+ repo: /*#__PURE__*/ v.string(),
8
+ }),
9
+ output: {
10
+ type: 'blob',
11
+ },
12
+ });
13
+ export const mainSchema = _mainSchema;
14
+ //# sourceMappingURL=archive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archive.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/archive.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,EAAE;IACpE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;QAClF,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC7B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,MAAM;KACZ;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -0,0 +1,59 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _lastCommitSchema: v.ObjectSchema<{
3
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.repo.blob#lastCommit">, undefined>;
4
+ readonly author: v.OptionalSchema<signatureSchema, undefined>;
5
+ hash: v.StringSchema<string>;
6
+ message: v.StringSchema<string>;
7
+ shortHash: v.OptionalSchema<v.StringSchema<string>, undefined>;
8
+ when: v.FormattedStringSchema<"datetime">;
9
+ }>;
10
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
11
+ path: v.StringSchema<string>;
12
+ raw: v.OptionalSchema<v.BooleanSchema, false>;
13
+ ref: v.StringSchema<string>;
14
+ repo: v.StringSchema<string>;
15
+ }>, {
16
+ type: "lex";
17
+ schema: v.ObjectSchema<{
18
+ content: v.StringSchema<string>;
19
+ encoding: v.OptionalSchema<v.LiteralEnumSchema<readonly ["base64", "utf-8"]>, undefined>;
20
+ isBinary: v.OptionalSchema<v.BooleanSchema, undefined>;
21
+ readonly lastCommit: v.OptionalSchema<lastCommitSchema, undefined>;
22
+ mimeType: v.OptionalSchema<v.StringSchema<string>, undefined>;
23
+ path: v.StringSchema<string>;
24
+ ref: v.StringSchema<string>;
25
+ size: v.OptionalSchema<v.IntegerSchema, undefined>;
26
+ }>;
27
+ }, "sh.tangled.repo.blob">;
28
+ declare const _signatureSchema: v.ObjectSchema<{
29
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.repo.blob#signature">, undefined>;
30
+ email: v.StringSchema<string>;
31
+ name: v.StringSchema<string>;
32
+ when: v.FormattedStringSchema<"datetime">;
33
+ }>;
34
+ type lastCommit$schematype = typeof _lastCommitSchema;
35
+ type main$schematype = typeof _mainSchema;
36
+ type signature$schematype = typeof _signatureSchema;
37
+ export interface lastCommitSchema extends lastCommit$schematype {
38
+ }
39
+ export interface mainSchema extends main$schematype {
40
+ }
41
+ export interface signatureSchema extends signature$schematype {
42
+ }
43
+ export declare const lastCommitSchema: lastCommitSchema;
44
+ export declare const mainSchema: mainSchema;
45
+ export declare const signatureSchema: signatureSchema;
46
+ export interface LastCommit extends v.InferInput<typeof lastCommitSchema> {
47
+ }
48
+ export interface Signature extends v.InferInput<typeof signatureSchema> {
49
+ }
50
+ export interface $params extends v.InferInput<mainSchema['params']> {
51
+ }
52
+ export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
53
+ }
54
+ declare module '@atcute/lexicons/ambient' {
55
+ interface XRPCQueries {
56
+ 'sh.tangled.repo.blob': mainSchema;
57
+ }
58
+ }
59
+ export {};
@@ -0,0 +1,44 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _lastCommitSchema = /*#__PURE__*/ v.object({
3
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.repo.blob#lastCommit')),
4
+ get author() {
5
+ return /*#__PURE__*/ v.optional(signatureSchema);
6
+ },
7
+ hash: /*#__PURE__*/ v.string(),
8
+ message: /*#__PURE__*/ v.string(),
9
+ shortHash: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
10
+ when: /*#__PURE__*/ v.datetimeString(),
11
+ });
12
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.blob', {
13
+ params: /*#__PURE__*/ v.object({
14
+ path: /*#__PURE__*/ v.string(),
15
+ raw: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean(), false),
16
+ ref: /*#__PURE__*/ v.string(),
17
+ repo: /*#__PURE__*/ v.string(),
18
+ }),
19
+ output: {
20
+ type: 'lex',
21
+ schema: /*#__PURE__*/ v.object({
22
+ content: /*#__PURE__*/ v.string(),
23
+ encoding: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literalEnum(['base64', 'utf-8'])),
24
+ isBinary: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
25
+ get lastCommit() {
26
+ return /*#__PURE__*/ v.optional(lastCommitSchema);
27
+ },
28
+ mimeType: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
29
+ path: /*#__PURE__*/ v.string(),
30
+ ref: /*#__PURE__*/ v.string(),
31
+ size: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.integer()),
32
+ }),
33
+ },
34
+ });
35
+ const _signatureSchema = /*#__PURE__*/ v.object({
36
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.repo.blob#signature')),
37
+ email: /*#__PURE__*/ v.string(),
38
+ name: /*#__PURE__*/ v.string(),
39
+ when: /*#__PURE__*/ v.datetimeString(),
40
+ });
41
+ export const lastCommitSchema = _lastCommitSchema;
42
+ export const mainSchema = _mainSchema;
43
+ export const signatureSchema = _signatureSchema;
44
+ //# sourceMappingURL=blob.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blob.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/blob.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC3F,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;IAClD,CAAC;IACD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IACjC,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC7D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;CACtC,CAAC,CAAC;AACH,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,EAAE;IACjE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC9B,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,KAAK,CAAC;QAC/D,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC7B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YACjC,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC;YACpF,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;YAC7D,IAAI,UAAU;gBACb,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;YACnD,CAAC;YACD,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC5D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YAC9B,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YAC7B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;SACzD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC1F,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC/B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;CACtC,CAAC,CAAC;AAUH,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAqC,CAAC;AACtE,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
@@ -0,0 +1,42 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ name: v.StringSchema<string>;
4
+ repo: v.StringSchema<string>;
5
+ }>, {
6
+ type: "lex";
7
+ schema: v.ObjectSchema<{
8
+ readonly author: v.OptionalSchema<signatureSchema, undefined>;
9
+ hash: v.StringSchema<string>;
10
+ isDefault: v.OptionalSchema<v.BooleanSchema, undefined>;
11
+ message: v.OptionalSchema<v.StringSchema<string>, undefined>;
12
+ name: v.StringSchema<string>;
13
+ shortHash: v.OptionalSchema<v.StringSchema<string>, undefined>;
14
+ when: v.FormattedStringSchema<"datetime">;
15
+ }>;
16
+ }, "sh.tangled.repo.branch">;
17
+ declare const _signatureSchema: v.ObjectSchema<{
18
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.repo.branch#signature">, undefined>;
19
+ email: v.StringSchema<string>;
20
+ name: v.StringSchema<string>;
21
+ when: v.FormattedStringSchema<"datetime">;
22
+ }>;
23
+ type main$schematype = typeof _mainSchema;
24
+ type signature$schematype = typeof _signatureSchema;
25
+ export interface mainSchema extends main$schematype {
26
+ }
27
+ export interface signatureSchema extends signature$schematype {
28
+ }
29
+ export declare const mainSchema: mainSchema;
30
+ export declare const signatureSchema: signatureSchema;
31
+ export interface Signature extends v.InferInput<typeof signatureSchema> {
32
+ }
33
+ export interface $params extends v.InferInput<mainSchema['params']> {
34
+ }
35
+ export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
36
+ }
37
+ declare module '@atcute/lexicons/ambient' {
38
+ interface XRPCQueries {
39
+ 'sh.tangled.repo.branch': mainSchema;
40
+ }
41
+ }
42
+ export {};
@@ -0,0 +1,30 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.branch', {
3
+ params: /*#__PURE__*/ v.object({
4
+ name: /*#__PURE__*/ v.string(),
5
+ repo: /*#__PURE__*/ v.string(),
6
+ }),
7
+ output: {
8
+ type: 'lex',
9
+ schema: /*#__PURE__*/ v.object({
10
+ get author() {
11
+ return /*#__PURE__*/ v.optional(signatureSchema);
12
+ },
13
+ hash: /*#__PURE__*/ v.string(),
14
+ isDefault: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
15
+ message: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
16
+ name: /*#__PURE__*/ v.string(),
17
+ shortHash: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
18
+ when: /*#__PURE__*/ v.datetimeString(),
19
+ }),
20
+ },
21
+ });
22
+ const _signatureSchema = /*#__PURE__*/ v.object({
23
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.repo.branch#signature')),
24
+ email: /*#__PURE__*/ v.string(),
25
+ name: /*#__PURE__*/ v.string(),
26
+ when: /*#__PURE__*/ v.datetimeString(),
27
+ });
28
+ export const mainSchema = _mainSchema;
29
+ export const signatureSchema = _signatureSchema;
30
+ //# sourceMappingURL=branch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"branch.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/branch.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,EAAE;IACnE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;YAClD,CAAC;YACD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;YAC9D,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC3D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;YAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAC7D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;SACtC,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC5F,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC/B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;CACtC,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ cursor: v.OptionalSchema<v.StringSchema<string>, undefined>;
4
+ limit: v.OptionalSchema<v.SchemaWithConstraint<v.IntegerSchema, readonly [v.IntegerRangeConstraint<1, 100>]>, 50>;
5
+ repo: v.StringSchema<string>;
6
+ }>, {
7
+ type: "blob";
8
+ }, "sh.tangled.repo.branches">;
9
+ type main$schematype = typeof _mainSchema;
10
+ export interface mainSchema extends main$schematype {
11
+ }
12
+ export declare const mainSchema: mainSchema;
13
+ export interface $params extends v.InferInput<mainSchema['params']> {
14
+ }
15
+ export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
16
+ declare module '@atcute/lexicons/ambient' {
17
+ interface XRPCQueries {
18
+ 'sh.tangled.repo.branches': mainSchema;
19
+ }
20
+ }
21
+ export {};
@@ -0,0 +1,14 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.branches', {
3
+ params: /*#__PURE__*/ v.object({
4
+ cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
5
+ limit: /*#__PURE__*/ v.optional(
6
+ /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]), 50),
7
+ repo: /*#__PURE__*/ v.string(),
8
+ }),
9
+ output: {
10
+ type: 'blob',
11
+ },
12
+ });
13
+ export const mainSchema = _mainSchema;
14
+ //# sourceMappingURL=branches.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"branches.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/branches.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,0BAA0B,EAAE;IACrE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;QACD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,MAAM;KACZ;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ repo: v.StringSchema<string>;
4
+ rev1: v.StringSchema<string>;
5
+ rev2: v.StringSchema<string>;
6
+ }>, {
7
+ type: "blob";
8
+ }, "sh.tangled.repo.compare">;
9
+ type main$schematype = typeof _mainSchema;
10
+ export interface mainSchema extends main$schematype {
11
+ }
12
+ export declare const mainSchema: mainSchema;
13
+ export interface $params extends v.InferInput<mainSchema['params']> {
14
+ }
15
+ export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
16
+ declare module '@atcute/lexicons/ambient' {
17
+ interface XRPCQueries {
18
+ 'sh.tangled.repo.compare': mainSchema;
19
+ }
20
+ }
21
+ export {};
@@ -0,0 +1,13 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.compare', {
3
+ params: /*#__PURE__*/ v.object({
4
+ repo: /*#__PURE__*/ v.string(),
5
+ rev1: /*#__PURE__*/ v.string(),
6
+ rev2: /*#__PURE__*/ v.string(),
7
+ }),
8
+ output: {
9
+ type: 'blob',
10
+ },
11
+ });
12
+ export const mainSchema = _mainSchema;
13
+ //# sourceMappingURL=compare.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compare.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/compare.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,EAAE;IACpE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC9B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,MAAM;KACZ;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.XRPCQueryMetadata<v.ObjectSchema<{
3
+ ref: v.StringSchema<string>;
4
+ repo: v.StringSchema<string>;
5
+ }>, {
6
+ type: "blob";
7
+ }, "sh.tangled.repo.diff">;
8
+ type main$schematype = typeof _mainSchema;
9
+ export interface mainSchema extends main$schematype {
10
+ }
11
+ export declare const mainSchema: mainSchema;
12
+ export interface $params extends v.InferInput<mainSchema['params']> {
13
+ }
14
+ export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
15
+ declare module '@atcute/lexicons/ambient' {
16
+ interface XRPCQueries {
17
+ 'sh.tangled.repo.diff': mainSchema;
18
+ }
19
+ }
20
+ export {};
@@ -0,0 +1,12 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.query('sh.tangled.repo.diff', {
3
+ params: /*#__PURE__*/ v.object({
4
+ ref: /*#__PURE__*/ v.string(),
5
+ repo: /*#__PURE__*/ v.string(),
6
+ }),
7
+ output: {
8
+ type: 'blob',
9
+ },
10
+ });
11
+ export const mainSchema = _mainSchema;
12
+ //# sourceMappingURL=diff.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"diff.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/diff.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,EAAE;IACjE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;QAC7B,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;KAC9B,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,MAAM;KACZ;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}