@atcute/tangled 1.0.5 → 1.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.
Files changed (170) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/lexicons/index.d.ts +17 -0
  4. package/dist/lexicons/index.d.ts.map +1 -0
  5. package/dist/lexicons/index.js +16 -0
  6. package/dist/lexicons/index.js.map +1 -1
  7. package/dist/lexicons/types/sh/tangled/actor/profile.d.ts +1 -0
  8. package/dist/lexicons/types/sh/tangled/actor/profile.d.ts.map +1 -0
  9. package/dist/lexicons/types/sh/tangled/feed/reaction.d.ts +1 -0
  10. package/dist/lexicons/types/sh/tangled/feed/reaction.d.ts.map +1 -0
  11. package/dist/lexicons/types/sh/tangled/feed/star.d.ts +1 -0
  12. package/dist/lexicons/types/sh/tangled/feed/star.d.ts.map +1 -0
  13. package/dist/lexicons/types/sh/tangled/git/refUpdate.d.ts +1 -0
  14. package/dist/lexicons/types/sh/tangled/git/refUpdate.d.ts.map +1 -0
  15. package/dist/lexicons/types/sh/tangled/graph/follow.d.ts +1 -0
  16. package/dist/lexicons/types/sh/tangled/graph/follow.d.ts.map +1 -0
  17. package/dist/lexicons/types/sh/tangled/knot/listKeys.d.ts +38 -0
  18. package/dist/lexicons/types/sh/tangled/knot/listKeys.d.ts.map +1 -0
  19. package/dist/lexicons/types/sh/tangled/knot/listKeys.js +26 -0
  20. package/dist/lexicons/types/sh/tangled/knot/listKeys.js.map +1 -0
  21. package/dist/lexicons/types/sh/tangled/knot/member.d.ts +1 -0
  22. package/dist/lexicons/types/sh/tangled/knot/member.d.ts.map +1 -0
  23. package/dist/lexicons/types/sh/tangled/knot/version.d.ts +22 -0
  24. package/dist/lexicons/types/sh/tangled/knot/version.d.ts.map +1 -0
  25. package/dist/lexicons/types/sh/tangled/knot/version.js +12 -0
  26. package/dist/lexicons/types/sh/tangled/knot/version.js.map +1 -0
  27. package/dist/lexicons/types/sh/tangled/knot.d.ts +1 -0
  28. package/dist/lexicons/types/sh/tangled/knot.d.ts.map +1 -0
  29. package/dist/lexicons/types/sh/tangled/label/definition.d.ts +35 -0
  30. package/dist/lexicons/types/sh/tangled/label/definition.d.ts.map +1 -0
  31. package/dist/lexicons/types/sh/tangled/label/definition.js +23 -0
  32. package/dist/lexicons/types/sh/tangled/label/definition.js.map +1 -0
  33. package/dist/lexicons/types/sh/tangled/label/op.d.ts +32 -0
  34. package/dist/lexicons/types/sh/tangled/label/op.d.ts.map +1 -0
  35. package/dist/lexicons/types/sh/tangled/label/op.js +22 -0
  36. package/dist/lexicons/types/sh/tangled/label/op.js.map +1 -0
  37. package/dist/lexicons/types/sh/tangled/owner.d.ts +22 -0
  38. package/dist/lexicons/types/sh/tangled/owner.d.ts.map +1 -0
  39. package/dist/lexicons/types/sh/tangled/owner.js +12 -0
  40. package/dist/lexicons/types/sh/tangled/owner.js.map +1 -0
  41. package/dist/lexicons/types/sh/tangled/pipeline/status.d.ts +1 -0
  42. package/dist/lexicons/types/sh/tangled/pipeline/status.d.ts.map +1 -0
  43. package/dist/lexicons/types/sh/tangled/pipeline.d.ts +1 -0
  44. package/dist/lexicons/types/sh/tangled/pipeline.d.ts.map +1 -0
  45. package/dist/lexicons/types/sh/tangled/publicKey.d.ts +1 -0
  46. package/dist/lexicons/types/sh/tangled/publicKey.d.ts.map +1 -0
  47. package/dist/lexicons/types/sh/tangled/repo/addSecret.d.ts +1 -0
  48. package/dist/lexicons/types/sh/tangled/repo/addSecret.d.ts.map +1 -0
  49. package/dist/lexicons/types/sh/tangled/repo/archive.d.ts +23 -0
  50. package/dist/lexicons/types/sh/tangled/repo/archive.d.ts.map +1 -0
  51. package/dist/lexicons/types/sh/tangled/repo/archive.js +14 -0
  52. package/dist/lexicons/types/sh/tangled/repo/archive.js.map +1 -0
  53. package/dist/lexicons/types/sh/tangled/repo/artifact.d.ts +1 -0
  54. package/dist/lexicons/types/sh/tangled/repo/artifact.d.ts.map +1 -0
  55. package/dist/lexicons/types/sh/tangled/repo/blob.d.ts +60 -0
  56. package/dist/lexicons/types/sh/tangled/repo/blob.d.ts.map +1 -0
  57. package/dist/lexicons/types/sh/tangled/repo/blob.js +44 -0
  58. package/dist/lexicons/types/sh/tangled/repo/blob.js.map +1 -0
  59. package/dist/lexicons/types/sh/tangled/repo/branch.d.ts +43 -0
  60. package/dist/lexicons/types/sh/tangled/repo/branch.d.ts.map +1 -0
  61. package/dist/lexicons/types/sh/tangled/repo/branch.js +30 -0
  62. package/dist/lexicons/types/sh/tangled/repo/branch.js.map +1 -0
  63. package/dist/lexicons/types/sh/tangled/repo/branches.d.ts +22 -0
  64. package/dist/lexicons/types/sh/tangled/repo/branches.d.ts.map +1 -0
  65. package/dist/lexicons/types/sh/tangled/repo/branches.js +14 -0
  66. package/dist/lexicons/types/sh/tangled/repo/branches.js.map +1 -0
  67. package/dist/lexicons/types/sh/tangled/repo/collaborator.d.ts +1 -0
  68. package/dist/lexicons/types/sh/tangled/repo/collaborator.d.ts.map +1 -0
  69. package/dist/lexicons/types/sh/tangled/repo/compare.d.ts +22 -0
  70. package/dist/lexicons/types/sh/tangled/repo/compare.d.ts.map +1 -0
  71. package/dist/lexicons/types/sh/tangled/repo/compare.js +13 -0
  72. package/dist/lexicons/types/sh/tangled/repo/compare.js.map +1 -0
  73. package/dist/lexicons/types/sh/tangled/repo/create.d.ts +1 -0
  74. package/dist/lexicons/types/sh/tangled/repo/create.d.ts.map +1 -0
  75. package/dist/lexicons/types/sh/tangled/repo/delete.d.ts +1 -0
  76. package/dist/lexicons/types/sh/tangled/repo/delete.d.ts.map +1 -0
  77. package/dist/lexicons/types/sh/tangled/repo/diff.d.ts +21 -0
  78. package/dist/lexicons/types/sh/tangled/repo/diff.d.ts.map +1 -0
  79. package/dist/lexicons/types/sh/tangled/repo/diff.js +12 -0
  80. package/dist/lexicons/types/sh/tangled/repo/diff.js.map +1 -0
  81. package/dist/lexicons/types/sh/tangled/repo/forkStatus.d.ts +1 -0
  82. package/dist/lexicons/types/sh/tangled/repo/forkStatus.d.ts.map +1 -0
  83. package/dist/lexicons/types/sh/tangled/repo/forkSync.d.ts +1 -0
  84. package/dist/lexicons/types/sh/tangled/repo/forkSync.d.ts.map +1 -0
  85. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.d.ts +41 -0
  86. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.d.ts.map +1 -0
  87. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.js +28 -0
  88. package/dist/lexicons/types/sh/tangled/repo/getDefaultBranch.js.map +1 -0
  89. package/dist/lexicons/types/sh/tangled/repo/hiddenRef.d.ts +1 -0
  90. package/dist/lexicons/types/sh/tangled/repo/hiddenRef.d.ts.map +1 -0
  91. package/dist/lexicons/types/sh/tangled/repo/issue/comment.d.ts +2 -2
  92. package/dist/lexicons/types/sh/tangled/repo/issue/comment.d.ts.map +1 -0
  93. package/dist/lexicons/types/sh/tangled/repo/issue/comment.js +1 -2
  94. package/dist/lexicons/types/sh/tangled/repo/issue/comment.js.map +1 -1
  95. package/dist/lexicons/types/sh/tangled/repo/issue/state/closed.d.ts +1 -0
  96. package/dist/lexicons/types/sh/tangled/repo/issue/state/closed.d.ts.map +1 -0
  97. package/dist/lexicons/types/sh/tangled/repo/issue/state/open.d.ts +1 -0
  98. package/dist/lexicons/types/sh/tangled/repo/issue/state/open.d.ts.map +1 -0
  99. package/dist/lexicons/types/sh/tangled/repo/issue/state.d.ts +1 -0
  100. package/dist/lexicons/types/sh/tangled/repo/issue/state.d.ts.map +1 -0
  101. package/dist/lexicons/types/sh/tangled/repo/issue.d.ts +1 -0
  102. package/dist/lexicons/types/sh/tangled/repo/issue.d.ts.map +1 -0
  103. package/dist/lexicons/types/sh/tangled/repo/languages.d.ts +43 -0
  104. package/dist/lexicons/types/sh/tangled/repo/languages.d.ts.map +1 -0
  105. package/dist/lexicons/types/sh/tangled/repo/languages.js +30 -0
  106. package/dist/lexicons/types/sh/tangled/repo/languages.js.map +1 -0
  107. package/dist/lexicons/types/sh/tangled/repo/listSecrets.d.ts +1 -0
  108. package/dist/lexicons/types/sh/tangled/repo/listSecrets.d.ts.map +1 -0
  109. package/dist/lexicons/types/sh/tangled/repo/log.d.ts +24 -0
  110. package/dist/lexicons/types/sh/tangled/repo/log.d.ts.map +1 -0
  111. package/dist/lexicons/types/sh/tangled/repo/log.js +16 -0
  112. package/dist/lexicons/types/sh/tangled/repo/log.js.map +1 -0
  113. package/dist/lexicons/types/sh/tangled/repo/merge.d.ts +1 -0
  114. package/dist/lexicons/types/sh/tangled/repo/merge.d.ts.map +1 -0
  115. package/dist/lexicons/types/sh/tangled/repo/mergeCheck.d.ts +1 -0
  116. package/dist/lexicons/types/sh/tangled/repo/mergeCheck.d.ts.map +1 -0
  117. package/dist/lexicons/types/sh/tangled/repo/pull/comment.d.ts +1 -0
  118. package/dist/lexicons/types/sh/tangled/repo/pull/comment.d.ts.map +1 -0
  119. package/dist/lexicons/types/sh/tangled/repo/pull/status/closed.d.ts +1 -0
  120. package/dist/lexicons/types/sh/tangled/repo/pull/status/closed.d.ts.map +1 -0
  121. package/dist/lexicons/types/sh/tangled/repo/pull/status/merged.d.ts +1 -0
  122. package/dist/lexicons/types/sh/tangled/repo/pull/status/merged.d.ts.map +1 -0
  123. package/dist/lexicons/types/sh/tangled/repo/pull/status/open.d.ts +1 -0
  124. package/dist/lexicons/types/sh/tangled/repo/pull/status/open.d.ts.map +1 -0
  125. package/dist/lexicons/types/sh/tangled/repo/pull/status.d.ts +1 -0
  126. package/dist/lexicons/types/sh/tangled/repo/pull/status.d.ts.map +1 -0
  127. package/dist/lexicons/types/sh/tangled/repo/pull.d.ts +1 -0
  128. package/dist/lexicons/types/sh/tangled/repo/pull.d.ts.map +1 -0
  129. package/dist/lexicons/types/sh/tangled/repo/removeSecret.d.ts +1 -0
  130. package/dist/lexicons/types/sh/tangled/repo/removeSecret.d.ts.map +1 -0
  131. package/dist/lexicons/types/sh/tangled/repo/setDefaultBranch.d.ts +1 -0
  132. package/dist/lexicons/types/sh/tangled/repo/setDefaultBranch.d.ts.map +1 -0
  133. package/dist/lexicons/types/sh/tangled/repo/tags.d.ts +22 -0
  134. package/dist/lexicons/types/sh/tangled/repo/tags.d.ts.map +1 -0
  135. package/dist/lexicons/types/sh/tangled/repo/tags.js +14 -0
  136. package/dist/lexicons/types/sh/tangled/repo/tags.js.map +1 -0
  137. package/dist/lexicons/types/sh/tangled/repo/tree.d.ts +56 -0
  138. package/dist/lexicons/types/sh/tangled/repo/tree.d.ts.map +1 -0
  139. package/dist/lexicons/types/sh/tangled/repo/tree.js +40 -0
  140. package/dist/lexicons/types/sh/tangled/repo/tree.js.map +1 -0
  141. package/dist/lexicons/types/sh/tangled/repo.d.ts +3 -2
  142. package/dist/lexicons/types/sh/tangled/repo.d.ts.map +1 -0
  143. package/dist/lexicons/types/sh/tangled/repo.js +2 -2
  144. package/dist/lexicons/types/sh/tangled/repo.js.map +1 -1
  145. package/dist/lexicons/types/sh/tangled/spindle/member.d.ts +1 -0
  146. package/dist/lexicons/types/sh/tangled/spindle/member.d.ts.map +1 -0
  147. package/dist/lexicons/types/sh/tangled/spindle.d.ts +1 -0
  148. package/dist/lexicons/types/sh/tangled/spindle.d.ts.map +1 -0
  149. package/dist/lexicons/types/sh/tangled/string.d.ts +1 -0
  150. package/dist/lexicons/types/sh/tangled/string.d.ts.map +1 -0
  151. package/lib/lexicons/index.ts +16 -0
  152. package/lib/lexicons/types/sh/tangled/knot/listKeys.ts +48 -0
  153. package/lib/lexicons/types/sh/tangled/knot/version.ts +28 -0
  154. package/lib/lexicons/types/sh/tangled/label/definition.ts +42 -0
  155. package/lib/lexicons/types/sh/tangled/label/op.ts +41 -0
  156. package/lib/lexicons/types/sh/tangled/owner.ts +28 -0
  157. package/lib/lexicons/types/sh/tangled/repo/archive.ts +30 -0
  158. package/lib/lexicons/types/sh/tangled/repo/blob.ts +67 -0
  159. package/lib/lexicons/types/sh/tangled/repo/branch.ts +50 -0
  160. package/lib/lexicons/types/sh/tangled/repo/branches.ts +32 -0
  161. package/lib/lexicons/types/sh/tangled/repo/compare.ts +29 -0
  162. package/lib/lexicons/types/sh/tangled/repo/diff.ts +28 -0
  163. package/lib/lexicons/types/sh/tangled/repo/getDefaultBranch.ts +48 -0
  164. package/lib/lexicons/types/sh/tangled/repo/issue/comment.ts +1 -2
  165. package/lib/lexicons/types/sh/tangled/repo/languages.ts +50 -0
  166. package/lib/lexicons/types/sh/tangled/repo/log.ts +34 -0
  167. package/lib/lexicons/types/sh/tangled/repo/tags.ts +32 -0
  168. package/lib/lexicons/types/sh/tangled/repo/tree.ts +63 -0
  169. package/lib/lexicons/types/sh/tangled/repo.ts +2 -2
  170. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './lexicons/index.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -4,25 +4,39 @@ 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 ShTangledLabelDefinition from './types/sh/tangled/label/definition.js';
11
+ export * as ShTangledLabelOp from './types/sh/tangled/label/op.js';
12
+ export * as ShTangledOwner from './types/sh/tangled/owner.js';
8
13
  export * as ShTangledPipeline from './types/sh/tangled/pipeline.js';
9
14
  export * as ShTangledPipelineStatus from './types/sh/tangled/pipeline/status.js';
10
15
  export * as ShTangledPublicKey from './types/sh/tangled/publicKey.js';
11
16
  export * as ShTangledRepo from './types/sh/tangled/repo.js';
12
17
  export * as ShTangledRepoAddSecret from './types/sh/tangled/repo/addSecret.js';
18
+ export * as ShTangledRepoArchive from './types/sh/tangled/repo/archive.js';
13
19
  export * as ShTangledRepoArtifact from './types/sh/tangled/repo/artifact.js';
20
+ export * as ShTangledRepoBlob from './types/sh/tangled/repo/blob.js';
21
+ export * as ShTangledRepoBranch from './types/sh/tangled/repo/branch.js';
22
+ export * as ShTangledRepoBranches from './types/sh/tangled/repo/branches.js';
14
23
  export * as ShTangledRepoCollaborator from './types/sh/tangled/repo/collaborator.js';
24
+ export * as ShTangledRepoCompare from './types/sh/tangled/repo/compare.js';
15
25
  export * as ShTangledRepoCreate from './types/sh/tangled/repo/create.js';
16
26
  export * as ShTangledRepoDelete from './types/sh/tangled/repo/delete.js';
27
+ export * as ShTangledRepoDiff from './types/sh/tangled/repo/diff.js';
17
28
  export * as ShTangledRepoForkStatus from './types/sh/tangled/repo/forkStatus.js';
18
29
  export * as ShTangledRepoForkSync from './types/sh/tangled/repo/forkSync.js';
30
+ export * as ShTangledRepoGetDefaultBranch from './types/sh/tangled/repo/getDefaultBranch.js';
19
31
  export * as ShTangledRepoHiddenRef from './types/sh/tangled/repo/hiddenRef.js';
20
32
  export * as ShTangledRepoIssue from './types/sh/tangled/repo/issue.js';
21
33
  export * as ShTangledRepoIssueComment from './types/sh/tangled/repo/issue/comment.js';
22
34
  export * as ShTangledRepoIssueState from './types/sh/tangled/repo/issue/state.js';
23
35
  export * as ShTangledRepoIssueStateClosed from './types/sh/tangled/repo/issue/state/closed.js';
24
36
  export * as ShTangledRepoIssueStateOpen from './types/sh/tangled/repo/issue/state/open.js';
37
+ export * as ShTangledRepoLanguages from './types/sh/tangled/repo/languages.js';
25
38
  export * as ShTangledRepoListSecrets from './types/sh/tangled/repo/listSecrets.js';
39
+ export * as ShTangledRepoLog from './types/sh/tangled/repo/log.js';
26
40
  export * as ShTangledRepoMerge from './types/sh/tangled/repo/merge.js';
27
41
  export * as ShTangledRepoMergeCheck from './types/sh/tangled/repo/mergeCheck.js';
28
42
  export * as ShTangledRepoPull from './types/sh/tangled/repo/pull.js';
@@ -33,6 +47,9 @@ export * as ShTangledRepoPullStatusMerged from './types/sh/tangled/repo/pull/sta
33
47
  export * as ShTangledRepoPullStatusOpen from './types/sh/tangled/repo/pull/status/open.js';
34
48
  export * as ShTangledRepoRemoveSecret from './types/sh/tangled/repo/removeSecret.js';
35
49
  export * as ShTangledRepoSetDefaultBranch from './types/sh/tangled/repo/setDefaultBranch.js';
50
+ export * as ShTangledRepoTags from './types/sh/tangled/repo/tags.js';
51
+ export * as ShTangledRepoTree from './types/sh/tangled/repo/tree.js';
36
52
  export * as ShTangledSpindle from './types/sh/tangled/spindle.js';
37
53
  export * as ShTangledSpindleMember from './types/sh/tangled/spindle/member.js';
38
54
  export * as ShTangledString from './types/sh/tangled/string.js';
55
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/lexicons/index.ts"],"names":[],"mappings":"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"}
@@ -4,25 +4,39 @@ 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 ShTangledLabelDefinition from './types/sh/tangled/label/definition.js';
11
+ export * as ShTangledLabelOp from './types/sh/tangled/label/op.js';
12
+ export * as ShTangledOwner from './types/sh/tangled/owner.js';
8
13
  export * as ShTangledPipeline from './types/sh/tangled/pipeline.js';
9
14
  export * as ShTangledPipelineStatus from './types/sh/tangled/pipeline/status.js';
10
15
  export * as ShTangledPublicKey from './types/sh/tangled/publicKey.js';
11
16
  export * as ShTangledRepo from './types/sh/tangled/repo.js';
12
17
  export * as ShTangledRepoAddSecret from './types/sh/tangled/repo/addSecret.js';
18
+ export * as ShTangledRepoArchive from './types/sh/tangled/repo/archive.js';
13
19
  export * as ShTangledRepoArtifact from './types/sh/tangled/repo/artifact.js';
20
+ export * as ShTangledRepoBlob from './types/sh/tangled/repo/blob.js';
21
+ export * as ShTangledRepoBranch from './types/sh/tangled/repo/branch.js';
22
+ export * as ShTangledRepoBranches from './types/sh/tangled/repo/branches.js';
14
23
  export * as ShTangledRepoCollaborator from './types/sh/tangled/repo/collaborator.js';
24
+ export * as ShTangledRepoCompare from './types/sh/tangled/repo/compare.js';
15
25
  export * as ShTangledRepoCreate from './types/sh/tangled/repo/create.js';
16
26
  export * as ShTangledRepoDelete from './types/sh/tangled/repo/delete.js';
27
+ export * as ShTangledRepoDiff from './types/sh/tangled/repo/diff.js';
17
28
  export * as ShTangledRepoForkStatus from './types/sh/tangled/repo/forkStatus.js';
18
29
  export * as ShTangledRepoForkSync from './types/sh/tangled/repo/forkSync.js';
30
+ export * as ShTangledRepoGetDefaultBranch from './types/sh/tangled/repo/getDefaultBranch.js';
19
31
  export * as ShTangledRepoHiddenRef from './types/sh/tangled/repo/hiddenRef.js';
20
32
  export * as ShTangledRepoIssue from './types/sh/tangled/repo/issue.js';
21
33
  export * as ShTangledRepoIssueComment from './types/sh/tangled/repo/issue/comment.js';
22
34
  export * as ShTangledRepoIssueState from './types/sh/tangled/repo/issue/state.js';
23
35
  export * as ShTangledRepoIssueStateClosed from './types/sh/tangled/repo/issue/state/closed.js';
24
36
  export * as ShTangledRepoIssueStateOpen from './types/sh/tangled/repo/issue/state/open.js';
37
+ export * as ShTangledRepoLanguages from './types/sh/tangled/repo/languages.js';
25
38
  export * as ShTangledRepoListSecrets from './types/sh/tangled/repo/listSecrets.js';
39
+ export * as ShTangledRepoLog from './types/sh/tangled/repo/log.js';
26
40
  export * as ShTangledRepoMerge from './types/sh/tangled/repo/merge.js';
27
41
  export * as ShTangledRepoMergeCheck from './types/sh/tangled/repo/mergeCheck.js';
28
42
  export * as ShTangledRepoPull from './types/sh/tangled/repo/pull.js';
@@ -33,6 +47,8 @@ export * as ShTangledRepoPullStatusMerged from './types/sh/tangled/repo/pull/sta
33
47
  export * as ShTangledRepoPullStatusOpen from './types/sh/tangled/repo/pull/status/open.js';
34
48
  export * as ShTangledRepoRemoveSecret from './types/sh/tangled/repo/removeSecret.js';
35
49
  export * as ShTangledRepoSetDefaultBranch from './types/sh/tangled/repo/setDefaultBranch.js';
50
+ export * as ShTangledRepoTags from './types/sh/tangled/repo/tags.js';
51
+ export * as ShTangledRepoTree from './types/sh/tangled/repo/tree.js';
36
52
  export * as ShTangledSpindle from './types/sh/tangled/spindle.js';
37
53
  export * as ShTangledSpindleMember from './types/sh/tangled/spindle/member.js';
38
54
  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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"}
@@ -20,3 +20,4 @@ declare module '@atcute/lexicons/ambient' {
20
20
  }
21
21
  }
22
22
  export {};
23
+ //# sourceMappingURL=profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/actor/profile.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;4BA2ChB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,0BAA0B,EAAE,UAAU,CAAC;KACvC;CACD"}
@@ -17,3 +17,4 @@ declare module '@atcute/lexicons/ambient' {
17
17
  }
18
18
  }
19
19
  export {};
20
+ //# sourceMappingURL=reaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reaction.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/feed/reaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;mCAQhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,0BAA0B,EAAE,UAAU,CAAC;KACvC;CACD"}
@@ -16,3 +16,4 @@ declare module '@atcute/lexicons/ambient' {
16
16
  }
17
17
  }
18
18
  export {};
19
+ //# sourceMappingURL=star.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"star.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/feed/star.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;mCAOhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,sBAAsB,EAAE,UAAU,CAAC;KACnC;CACD"}
@@ -75,3 +75,4 @@ declare module '@atcute/lexicons/ambient' {
75
75
  }
76
76
  }
77
77
  export {};
78
+ //# sourceMappingURL=refUpdate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refUpdate.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/git/refUpdate.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,2BAA2B;;;EAK/B,CAAC;AACH,QAAA,MAAM,iCAAiC;;;;EAMrC,CAAC;AACH,QAAA,MAAM,6BAA6B;;;;EAIjC,CAAC;AACH,QAAA,MAAM,oBAAoB;;;EAKxB,CAAC;AACH,QAAA,MAAM,WAAW;;;;;;;;;mCAiBhB,CAAC;AACF,QAAA,MAAM,WAAW;;;;;EASf,CAAC;AAEH,KAAK,+BAA+B,GAAG,OAAO,2BAA2B,CAAC;AAC1E,KAAK,qCAAqC,GAAG,OAAO,iCAAiC,CAAC;AACtF,KAAK,iCAAiC,GAAG,OAAO,6BAA6B,CAAC;AAC9E,KAAK,wBAAwB,GAAG,OAAO,oBAAoB,CAAC;AAC5D,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,0BAA2B,SAAQ,+BAA+B;CAAG;AACtF,MAAM,WAAW,gCAAiC,SAAQ,qCAAqC;CAAG;AAClG,MAAM,WAAW,4BAA6B,SAAQ,iCAAiC;CAAG;AAC1F,MAAM,WAAW,mBAAoB,SAAQ,wBAAwB;CAAG;AACxE,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,0BAA0B,EAAkC,0BAA0B,CAAC;AACpG,eAAO,MAAM,gCAAgC,EACP,gCAAgC,CAAC;AACvE,eAAO,MAAM,4BAA4B,EAAoC,4BAA4B,CAAC;AAC1G,eAAO,MAAM,mBAAmB,EAA2B,mBAAmB,CAAC;AAC/E,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,oBAAqB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,0BAA0B,CAAC;CAAG;AAChG,MAAM,WAAW,0BAA2B,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,gCAAgC,CAAC;CAAG;AAC5G,MAAM,WAAW,sBAAuB,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,4BAA4B,CAAC;CAAG;AACpG,MAAM,WAAW,aAAc,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC;CAAG;AAClF,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAChE,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,0BAA0B,EAAE,UAAU,CAAC;KACvC;CACD"}
@@ -16,3 +16,4 @@ declare module '@atcute/lexicons/ambient' {
16
16
  }
17
17
  }
18
18
  export {};
19
+ //# sourceMappingURL=follow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"follow.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/graph/follow.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;mCAOhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,yBAAyB,EAAE,UAAU,CAAC;KACtC;CACD"}
@@ -0,0 +1,38 @@
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 {};
38
+ //# sourceMappingURL=listKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listKeys.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/knot/listKeys.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;;8BAiBf,CAAC;AACH,QAAA,MAAM,gBAAgB;;;;;EAKpB,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,oBAAoB,GAAG,OAAO,gBAAgB,CAAC;AAEpD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,eAAgB,SAAQ,oBAAoB;CAAG;AAEhE,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,eAAe,EAAuB,eAAe,CAAC;AAEnE,MAAM,WAAW,SAAU,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC;CAAG;AAE1E,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,0BAA0B,EAAE,UAAU,CAAC;KACvC;CACD"}
@@ -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"}
@@ -17,3 +17,4 @@ declare module '@atcute/lexicons/ambient' {
17
17
  }
18
18
  }
19
19
  export {};
20
+ //# sourceMappingURL=member.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"member.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/knot/member.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;mCAQhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,wBAAwB,EAAE,UAAU,CAAC;KACrC;CACD"}
@@ -0,0 +1,22 @@
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 {};
22
+ //# sourceMappingURL=version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/knot/version.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;6BAQf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,yBAAyB,EAAE,UAAU,CAAC;KACtC;CACD"}
@@ -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"}
@@ -15,3 +15,4 @@ declare module '@atcute/lexicons/ambient' {
15
15
  }
16
16
  }
17
17
  export {};
18
+ //# sourceMappingURL=knot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"knot.d.ts","sourceRoot":"","sources":["../../../../../lib/lexicons/types/sh/tangled/knot.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;2BAMhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,iBAAiB,EAAE,UAAU,CAAC;KAC9B;CACD"}
@@ -0,0 +1,35 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
3
+ $type: v.LiteralSchema<"sh.tangled.label.definition">;
4
+ color: v.OptionalSchema<v.StringSchema<string>, undefined>;
5
+ createdAt: v.FormattedStringSchema<"datetime">;
6
+ multiple: v.OptionalSchema<v.BooleanSchema, undefined>;
7
+ name: v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringGraphemesConstraint<1, 40>]>;
8
+ scope: v.ArraySchema<v.FormattedStringSchema<"nsid">>;
9
+ readonly valueType: valueTypeSchema;
10
+ }>, v.StringSchema<string>>;
11
+ declare const _valueTypeSchema: v.ObjectSchema<{
12
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.label.definition#valueType">, undefined>;
13
+ enum: v.OptionalSchema<v.ArraySchema<v.StringSchema<string>>, undefined>;
14
+ format: v.LiteralEnumSchema<readonly ["any", "did", "nsid"]>;
15
+ type: v.LiteralEnumSchema<readonly ["boolean", "integer", "null", "string"]>;
16
+ }>;
17
+ type main$schematype = typeof _mainSchema;
18
+ type valueType$schematype = typeof _valueTypeSchema;
19
+ export interface mainSchema extends main$schematype {
20
+ }
21
+ export interface valueTypeSchema extends valueType$schematype {
22
+ }
23
+ export declare const mainSchema: mainSchema;
24
+ export declare const valueTypeSchema: valueTypeSchema;
25
+ export interface Main extends v.InferInput<typeof mainSchema> {
26
+ }
27
+ export interface ValueType extends v.InferInput<typeof valueTypeSchema> {
28
+ }
29
+ declare module '@atcute/lexicons/ambient' {
30
+ interface Records {
31
+ 'sh.tangled.label.definition': mainSchema;
32
+ }
33
+ }
34
+ export {};
35
+ //# sourceMappingURL=definition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"definition.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/label/definition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;2BAahB,CAAC;AACF,QAAA,MAAM,gBAAgB;;;;;EAKpB,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,oBAAoB,GAAG,OAAO,gBAAgB,CAAC;AAEpD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,eAAgB,SAAQ,oBAAoB;CAAG;AAEhE,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,eAAe,EAAuB,eAAe,CAAC;AAEnE,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAChE,MAAM,WAAW,SAAU,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC;CAAG;AAE1E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,6BAA6B,EAAE,UAAU,CAAC;KAC1C;CACD"}
@@ -0,0 +1,23 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.record(
3
+ /*#__PURE__*/ v.string(),
4
+ /*#__PURE__*/ v.object({
5
+ $type: /*#__PURE__*/ v.literal('sh.tangled.label.definition'),
6
+ color: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
7
+ createdAt: /*#__PURE__*/ v.datetimeString(),
8
+ multiple: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
9
+ name: /*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [/*#__PURE__*/ v.stringGraphemes(1, 40)]),
10
+ scope: /*#__PURE__*/ v.array(/*#__PURE__*/ v.nsidString()),
11
+ get valueType() {
12
+ return valueTypeSchema;
13
+ },
14
+ }));
15
+ const _valueTypeSchema = /*#__PURE__*/ v.object({
16
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.label.definition#valueType')),
17
+ enum: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.string())),
18
+ format: /*#__PURE__*/ v.literalEnum(['any', 'did', 'nsid']),
19
+ type: /*#__PURE__*/ v.literalEnum(['boolean', 'integer', 'null', 'string']),
20
+ });
21
+ export const mainSchema = _mainSchema;
22
+ export const valueTypeSchema = _valueTypeSchema;
23
+ //# sourceMappingURL=definition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"definition.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/label/definition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM;AACzC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;AACxB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IAC7D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC3C,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC7D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IACnG,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC;IAC1D,IAAI,SAAS;QACZ,OAAO,eAAe,CAAC;IACxB,CAAC;CACD,CAAC,CACF,CAAC;AACF,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,uCAAuC,CAAC,CAAC;IACjG,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAC/E,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAC3D,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;CAC3E,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAmC,CAAC"}
@@ -0,0 +1,32 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ declare const _mainSchema: v.RecordSchema<v.ObjectSchema<{
3
+ $type: v.LiteralSchema<"sh.tangled.label.op">;
4
+ readonly add: v.ArraySchema<operandSchema>;
5
+ readonly delete: v.ArraySchema<operandSchema>;
6
+ performedAt: v.FormattedStringSchema<"datetime">;
7
+ subject: v.FormattedStringSchema<"at-uri">;
8
+ }>, v.FormattedStringSchema<"tid">>;
9
+ declare const _operandSchema: v.ObjectSchema<{
10
+ $type: v.OptionalSchema<v.LiteralSchema<"sh.tangled.label.op#operand">, undefined>;
11
+ key: v.FormattedStringSchema<"at-uri">;
12
+ value: v.StringSchema<string>;
13
+ }>;
14
+ type main$schematype = typeof _mainSchema;
15
+ type operand$schematype = typeof _operandSchema;
16
+ export interface mainSchema extends main$schematype {
17
+ }
18
+ export interface operandSchema extends operand$schematype {
19
+ }
20
+ export declare const mainSchema: mainSchema;
21
+ export declare const operandSchema: operandSchema;
22
+ export interface Main extends v.InferInput<typeof mainSchema> {
23
+ }
24
+ export interface Operand extends v.InferInput<typeof operandSchema> {
25
+ }
26
+ declare module '@atcute/lexicons/ambient' {
27
+ interface Records {
28
+ 'sh.tangled.label.op': mainSchema;
29
+ }
30
+ }
31
+ export {};
32
+ //# sourceMappingURL=op.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/label/op.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;mCAahB,CAAC;AACF,QAAA,MAAM,cAAc;;;;EAIlB,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAC1C,KAAK,kBAAkB,GAAG,OAAO,cAAc,CAAC;AAEhD,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AACtD,MAAM,WAAW,aAAc,SAAQ,kBAAkB;CAAG;AAE5D,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AACpD,eAAO,MAAM,aAAa,EAAqB,aAAa,CAAC;AAE7D,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAChE,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC;CAAG;AAEtE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,qBAAqB,EAAE,UAAU,CAAC;KAClC;CACD"}
@@ -0,0 +1,22 @@
1
+ import * as v from '@atcute/lexicons/validations';
2
+ const _mainSchema = /*#__PURE__*/ v.record(
3
+ /*#__PURE__*/ v.tidString(),
4
+ /*#__PURE__*/ v.object({
5
+ $type: /*#__PURE__*/ v.literal('sh.tangled.label.op'),
6
+ get add() {
7
+ return /*#__PURE__*/ v.array(operandSchema);
8
+ },
9
+ get delete() {
10
+ return /*#__PURE__*/ v.array(operandSchema);
11
+ },
12
+ performedAt: /*#__PURE__*/ v.datetimeString(),
13
+ subject: /*#__PURE__*/ v.resourceUriString(),
14
+ }));
15
+ const _operandSchema = /*#__PURE__*/ v.object({
16
+ $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('sh.tangled.label.op#operand')),
17
+ key: /*#__PURE__*/ v.resourceUriString(),
18
+ value: /*#__PURE__*/ v.string(),
19
+ });
20
+ export const mainSchema = _mainSchema;
21
+ export const operandSchema = _operandSchema;
22
+ //# sourceMappingURL=op.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/label/op.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,qBAAqB,CAAC;IACrD,IAAI,GAAG;QACN,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAC7C,CAAC;IACD,IAAI,MAAM;QACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAC7C,CAAC;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;IAC7C,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;CAC5C,CAAC,CACF,CAAC;AACF,MAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;IACvF,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,iBAAiB,EAAE;IACxC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;CAC/B,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,aAAa,GAAG,cAA+B,CAAC"}
@@ -0,0 +1,22 @@
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 {};
22
+ //# sourceMappingURL=owner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"owner.d.ts","sourceRoot":"","sources":["../../../../../lib/lexicons/types/sh/tangled/owner.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;sBAQf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AAE9E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,kBAAkB,EAAE,UAAU,CAAC;KAC/B;CACD"}
@@ -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"}
@@ -20,3 +20,4 @@ declare module '@atcute/lexicons/ambient' {
20
20
  }
21
21
  }
22
22
  export {};
23
+ //# sourceMappingURL=status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/pipeline/status.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;;mCAWhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,4BAA4B,EAAE,UAAU,CAAC;KACzC;CACD"}
@@ -114,3 +114,4 @@ declare module '@atcute/lexicons/ambient' {
114
114
  }
115
115
  }
116
116
  export {};
117
+ //# sourceMappingURL=pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../../lib/lexicons/types/sh/tangled/pipeline.ts"],"names":[],"mappings":"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"}
@@ -17,3 +17,4 @@ declare module '@atcute/lexicons/ambient' {
17
17
  }
18
18
  }
19
19
  export {};
20
+ //# sourceMappingURL=publicKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publicKey.d.ts","sourceRoot":"","sources":["../../../../../lib/lexicons/types/sh/tangled/publicKey.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;mCAQhB,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC;CAAG;AAEhE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,OAAO;QAChB,sBAAsB,EAAE,UAAU,CAAC;KACnC;CACD"}
@@ -21,3 +21,4 @@ declare module '@atcute/lexicons/ambient' {
21
21
  }
22
22
  }
23
23
  export {};
24
+ //# sourceMappingURL=addSecret.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSecret.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/addSecret.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;qCAWf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAO;CAAG;AAC3B,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;CAAG;AAE5E,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,cAAc;QACvB,2BAA2B,EAAE,UAAU,CAAC;KACxC;CACD"}
@@ -0,0 +1,23 @@
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 {};
23
+ //# sourceMappingURL=archive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"archive.d.ts","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/sh/tangled/repo/archive.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,QAAA,MAAM,WAAW;;;;;;;6BAUf,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,WAAW,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,eAAe;CAAG;AAEtD,eAAO,MAAM,UAAU,EAAkB,UAAU,CAAC;AAEpD,MAAM,WAAW,OAAQ,SAAQ,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAAG;AACtE,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,kBAAkB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;AAEjE,OAAO,QAAQ,0BAA0B,CAAC;IACzC,UAAU,WAAW;QACpB,yBAAyB,EAAE,UAAU,CAAC;KACtC;CACD"}
@@ -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