@blue-repository/types 0.24.0 → 0.25.0

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 (130) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +1 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/common/blue-ids.d.ts +13 -0
  7. package/dist/packages/common/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/common/blue-ids.js +13 -0
  9. package/dist/packages/common/blue-ids.js.map +1 -1
  10. package/dist/packages/common/contents/Document.d.ts +11 -0
  11. package/dist/packages/common/contents/Document.d.ts.map +1 -0
  12. package/dist/packages/common/contents/Document.js +11 -0
  13. package/dist/packages/common/contents/Document.js.map +1 -0
  14. package/dist/packages/common/contents/DocumentAnchor.d.ts +8 -0
  15. package/dist/packages/common/contents/DocumentAnchor.d.ts.map +1 -0
  16. package/dist/packages/common/contents/DocumentAnchor.js +8 -0
  17. package/dist/packages/common/contents/DocumentAnchor.js.map +1 -0
  18. package/dist/packages/common/contents/DocumentAnchors.d.ts +14 -0
  19. package/dist/packages/common/contents/DocumentAnchors.d.ts.map +1 -0
  20. package/dist/packages/common/contents/DocumentAnchors.js +14 -0
  21. package/dist/packages/common/contents/DocumentAnchors.js.map +1 -0
  22. package/dist/packages/common/contents/Payment.d.ts +8 -0
  23. package/dist/packages/common/contents/Payment.d.ts.map +1 -0
  24. package/dist/packages/common/contents/Payment.js +8 -0
  25. package/dist/packages/common/contents/Payment.js.map +1 -0
  26. package/dist/packages/common/contents/PermissionGrant.d.ts +8 -0
  27. package/dist/packages/common/contents/PermissionGrant.d.ts.map +1 -0
  28. package/dist/packages/common/contents/PermissionGrant.js +8 -0
  29. package/dist/packages/common/contents/PermissionGrant.js.map +1 -0
  30. package/dist/packages/common/contents/Profile.d.ts +8 -0
  31. package/dist/packages/common/contents/Profile.d.ts.map +1 -0
  32. package/dist/packages/common/contents/Profile.js +8 -0
  33. package/dist/packages/common/contents/Profile.js.map +1 -0
  34. package/dist/packages/common/contents/Record.d.ts +8 -0
  35. package/dist/packages/common/contents/Record.d.ts.map +1 -0
  36. package/dist/packages/common/contents/Record.js +8 -0
  37. package/dist/packages/common/contents/Record.js.map +1 -0
  38. package/dist/packages/common/contents/Relationship.d.ts +8 -0
  39. package/dist/packages/common/contents/Relationship.d.ts.map +1 -0
  40. package/dist/packages/common/contents/Relationship.js +8 -0
  41. package/dist/packages/common/contents/Relationship.js.map +1 -0
  42. package/dist/packages/common/contents/Request.d.ts +8 -0
  43. package/dist/packages/common/contents/Request.d.ts.map +1 -0
  44. package/dist/packages/common/contents/Request.js +8 -0
  45. package/dist/packages/common/contents/Request.js.map +1 -0
  46. package/dist/packages/common/contents/Response.d.ts +8 -0
  47. package/dist/packages/common/contents/Response.d.ts.map +1 -0
  48. package/dist/packages/common/contents/Response.js +8 -0
  49. package/dist/packages/common/contents/Response.js.map +1 -0
  50. package/dist/packages/common/contents/Service.d.ts +17 -0
  51. package/dist/packages/common/contents/Service.d.ts.map +1 -0
  52. package/dist/packages/common/contents/Service.js +17 -0
  53. package/dist/packages/common/contents/Service.js.map +1 -0
  54. package/dist/packages/common/contents/Space.d.ts +20 -0
  55. package/dist/packages/common/contents/Space.d.ts.map +1 -0
  56. package/dist/packages/common/contents/Space.js +20 -0
  57. package/dist/packages/common/contents/Space.js.map +1 -0
  58. package/dist/packages/common/contents/Task.d.ts +8 -0
  59. package/dist/packages/common/contents/Task.d.ts.map +1 -0
  60. package/dist/packages/common/contents/Task.js +8 -0
  61. package/dist/packages/common/contents/Task.js.map +1 -0
  62. package/dist/packages/common/contents/index.d.ts +134 -0
  63. package/dist/packages/common/contents/index.d.ts.map +1 -1
  64. package/dist/packages/common/contents/index.js +39 -0
  65. package/dist/packages/common/contents/index.js.map +1 -1
  66. package/dist/packages/common/index.d.ts +543 -0
  67. package/dist/packages/common/index.d.ts.map +1 -1
  68. package/dist/packages/common/meta.d.ts +130 -0
  69. package/dist/packages/common/meta.d.ts.map +1 -1
  70. package/dist/packages/common/meta.js +143 -0
  71. package/dist/packages/common/meta.js.map +1 -1
  72. package/dist/packages/common/schemas/Document.d.ts +16 -0
  73. package/dist/packages/common/schemas/Document.d.ts.map +1 -0
  74. package/dist/packages/common/schemas/Document.js +9 -0
  75. package/dist/packages/common/schemas/Document.js.map +1 -0
  76. package/dist/packages/common/schemas/DocumentAnchor.d.ts +16 -0
  77. package/dist/packages/common/schemas/DocumentAnchor.d.ts.map +1 -0
  78. package/dist/packages/common/schemas/DocumentAnchor.js +9 -0
  79. package/dist/packages/common/schemas/DocumentAnchor.js.map +1 -0
  80. package/dist/packages/common/schemas/DocumentAnchors.d.ts +40 -0
  81. package/dist/packages/common/schemas/DocumentAnchors.d.ts.map +1 -0
  82. package/dist/packages/common/schemas/DocumentAnchors.js +6 -0
  83. package/dist/packages/common/schemas/DocumentAnchors.js.map +1 -0
  84. package/dist/packages/common/schemas/Payment.d.ts +19 -0
  85. package/dist/packages/common/schemas/Payment.d.ts.map +1 -0
  86. package/dist/packages/common/schemas/Payment.js +9 -0
  87. package/dist/packages/common/schemas/Payment.js.map +1 -0
  88. package/dist/packages/common/schemas/PermissionGrant.d.ts +19 -0
  89. package/dist/packages/common/schemas/PermissionGrant.d.ts.map +1 -0
  90. package/dist/packages/common/schemas/PermissionGrant.js +9 -0
  91. package/dist/packages/common/schemas/PermissionGrant.js.map +1 -0
  92. package/dist/packages/common/schemas/Profile.d.ts +19 -0
  93. package/dist/packages/common/schemas/Profile.d.ts.map +1 -0
  94. package/dist/packages/common/schemas/Profile.js +9 -0
  95. package/dist/packages/common/schemas/Profile.js.map +1 -0
  96. package/dist/packages/common/schemas/Record.d.ts +19 -0
  97. package/dist/packages/common/schemas/Record.d.ts.map +1 -0
  98. package/dist/packages/common/schemas/Record.js +9 -0
  99. package/dist/packages/common/schemas/Record.js.map +1 -0
  100. package/dist/packages/common/schemas/Relationship.d.ts +19 -0
  101. package/dist/packages/common/schemas/Relationship.d.ts.map +1 -0
  102. package/dist/packages/common/schemas/Relationship.js +9 -0
  103. package/dist/packages/common/schemas/Relationship.js.map +1 -0
  104. package/dist/packages/common/schemas/Request.d.ts +19 -0
  105. package/dist/packages/common/schemas/Request.d.ts.map +1 -0
  106. package/dist/packages/common/schemas/Request.js +9 -0
  107. package/dist/packages/common/schemas/Request.js.map +1 -0
  108. package/dist/packages/common/schemas/Response.d.ts +19 -0
  109. package/dist/packages/common/schemas/Response.d.ts.map +1 -0
  110. package/dist/packages/common/schemas/Response.js +9 -0
  111. package/dist/packages/common/schemas/Response.js.map +1 -0
  112. package/dist/packages/common/schemas/Service.d.ts +22 -0
  113. package/dist/packages/common/schemas/Service.d.ts.map +1 -0
  114. package/dist/packages/common/schemas/Service.js +10 -0
  115. package/dist/packages/common/schemas/Service.js.map +1 -0
  116. package/dist/packages/common/schemas/Space.d.ts +85 -0
  117. package/dist/packages/common/schemas/Space.d.ts.map +1 -0
  118. package/dist/packages/common/schemas/Space.js +12 -0
  119. package/dist/packages/common/schemas/Space.js.map +1 -0
  120. package/dist/packages/common/schemas/Task.d.ts +19 -0
  121. package/dist/packages/common/schemas/Task.d.ts.map +1 -0
  122. package/dist/packages/common/schemas/Task.js +9 -0
  123. package/dist/packages/common/schemas/Task.js.map +1 -0
  124. package/dist/packages/common/schemas/index.d.ts +305 -0
  125. package/dist/packages/common/schemas/index.d.ts.map +1 -1
  126. package/dist/packages/common/schemas/index.js +39 -0
  127. package/dist/packages/common/schemas/index.js.map +1 -1
  128. package/dist/repository.d.ts +544 -1
  129. package/dist/repository.d.ts.map +1 -1
  130. package/package.json +2 -2
@@ -1,9 +1,71 @@
1
1
  export declare const repository: {
2
2
  readonly name: "Blue Repository";
3
- readonly repositoryVersions: readonly ["vb22qGkPkict5EnAXzF9oyoEGBW6PYxucfAFeegBb6G"];
3
+ readonly repositoryVersions: readonly ["vb22qGkPkict5EnAXzF9oyoEGBW6PYxucfAFeegBb6G", "GzGCVkWasHpGFUWBvG71avwWvGWHeEdCPoMdKy47cTMe"];
4
4
  readonly packages: {
5
5
  readonly common: {
6
6
  readonly contents: {
7
+ readonly '29BmTvgmhh9x7t2tGd38GqTH3b9v9rgqsuE21K73i86g': {
8
+ readonly description: "Broad document family for a shared document between parties.\nUse the top-level `kind` to describe the specific relationship shape,\nsuch as `Service Agreement`, `Partnership Proposal`, or `Legal Engagement`.\n";
9
+ readonly name: "Relationship";
10
+ readonly type: {
11
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
12
+ };
13
+ };
14
+ readonly '3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre': {
15
+ readonly description: "Dictionary-like container of named document anchors.\nThe container is typed, while named entries can stay inline and do not need\nto repeat `type: Common/Document Anchor` in public document shape.\n";
16
+ readonly keyType: {
17
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
18
+ };
19
+ readonly name: "Document Anchors";
20
+ readonly type: {
21
+ readonly blueId: "G7fBT9PSod1RfHLHkpafAGBDVAJMrMhAMY51ERcyXNrj";
22
+ };
23
+ readonly valueType: {
24
+ readonly blueId: "Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo";
25
+ };
26
+ };
27
+ readonly ALFnjBeqP1hupQrZGddqbi276GkwnuPtkQjiFLjU716A: {
28
+ readonly categories: {
29
+ readonly description: "Optional broad categories used to help humans discover the service.";
30
+ readonly itemType: {
31
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
32
+ };
33
+ readonly type: {
34
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
35
+ };
36
+ };
37
+ readonly description: "Broad document family for a document that is itself a service offering.\nUse the top-level `kind` to describe the specific offering,\nsuch as `Legal Service`, `Tutoring Service`, or `Analytics Service`.\n";
38
+ readonly name: "Service";
39
+ readonly type: {
40
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
41
+ };
42
+ };
43
+ readonly Bdyasci5huobiunZqkShQUiWzCyHLhY4fpMkG4YF5BiS: {
44
+ readonly anchors: {
45
+ readonly description: "Optional named connection points where matching documents can link in.";
46
+ readonly type: {
47
+ readonly blueId: "3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre";
48
+ };
49
+ };
50
+ readonly description: "Broad document family for a long-lived place in some reality.\nUse it directly as the document `type` and express business meaning through\nthe top-level `kind`, such as `Online Shop`, `Legal Office`, or `Research Lab`.\n";
51
+ readonly name: "Space";
52
+ readonly type: {
53
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
54
+ };
55
+ readonly website: {
56
+ readonly description: "Optional primary website or canonical public URL for this space.";
57
+ readonly type: {
58
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
59
+ };
60
+ };
61
+ };
62
+ readonly Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo: {
63
+ readonly description: "One named connection point where matching documents can link in.\nAnchor entries are typically used inline inside `Common/Document Anchors`\nand can describe the expected matching document shape through `template`.\n";
64
+ readonly name: "Document Anchor";
65
+ readonly template: {
66
+ readonly description: "Optional Blue document-shaped template describing what matches this anchor.\nIt may be a minimal `{ type, kind }` hint or a richer nested document shape.\n";
67
+ };
68
+ };
7
69
  readonly CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc: {
8
70
  readonly description: "ISO 4217 currency code (e.g., USD, EUR).";
9
71
  readonly name: "Currency";
@@ -11,6 +73,58 @@ export declare const repository: {
11
73
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
12
74
  };
13
75
  };
76
+ readonly Ccj91K18JfH77i8bawJzR9GpRWXYf598uPjggxZU7Shd: {
77
+ readonly description: "Broad document family for a request for something from a provider or participant.\nUse the top-level `kind` to describe the specific request,\nsuch as `Legal Review Request`, `Service Request`, or `Intake Request`.\n";
78
+ readonly name: "Request";
79
+ readonly type: {
80
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
81
+ };
82
+ };
83
+ readonly cLkohDeea8vefzVvUwsQ56BwUfedXpqeoD66PvRe7LB: {
84
+ readonly description: "Broad document family for a response to a request.\nUse the top-level `kind` to describe the specific response,\nsuch as `Legal Review Response`, `Report Delivery`, or `Intake Response`.\n";
85
+ readonly name: "Response";
86
+ readonly type: {
87
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
88
+ };
89
+ };
90
+ readonly Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8: {
91
+ readonly description: "Broad base type for semantic documents that describe what they are directly.\nUse the top-level `kind` field for business-level meaning on top of the\nconcrete document family type.\n";
92
+ readonly kind: {
93
+ readonly description: "Human-readable business meaning for this document.";
94
+ readonly type: {
95
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
96
+ };
97
+ };
98
+ readonly name: "Document";
99
+ };
100
+ readonly DoDF7Hm2Ss7ikirPwXZ7KFiWNmdwtb53vHCSwYFbCdPk: {
101
+ readonly description: "Broad document family for a value-moving or value-committing document.\nUse the top-level `kind` to describe the payment intent,\nsuch as `Invoice Settlement`, `Payout`, or `Milestone Payment`.\n";
102
+ readonly name: "Payment";
103
+ readonly type: {
104
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
105
+ };
106
+ };
107
+ readonly EHTR6jFrqbmjPf7dNSJUsGUJrgr5kLh62QiT2bxD6KRp: {
108
+ readonly description: "Broad document family for documents whose main purpose is granting or revoking authority.\nUse the top-level `kind` to describe the business permission shape,\nsuch as `Single Document Permission Grant` or `Linked Documents Permission Grant`.\n";
109
+ readonly name: "PermissionGrant";
110
+ readonly type: {
111
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
112
+ };
113
+ };
114
+ readonly EWfk8qkKZYqqTyeLs4wLJTfPCLufZBiNGFQY4M4PLv99: {
115
+ readonly description: "Broad document family for a public-facing identity or presence.\nUse the top-level `kind` to describe the specific profile,\nsuch as `Business Profile`, `Creator Profile`, or `Directory Listing`.\n";
116
+ readonly name: "Profile";
117
+ readonly type: {
118
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
119
+ };
120
+ };
121
+ readonly FfJjBeSAe4JWfA5FVnPDgL9pzLPYELskQnBSanPC9E8L: {
122
+ readonly description: "Broad document family for a bounded unit of work over time.\nUse the top-level `kind` to describe the business task,\nsuch as `Weekly Report`, `Inbox Monitoring`, or `Order Triage`.\n";
123
+ readonly name: "Task";
124
+ readonly type: {
125
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
126
+ };
127
+ };
14
128
  readonly GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs: {
15
129
  readonly description: "ISO 8601 timestamp with timezone offset (for example, 2025-01-10T09:30:00Z, 2025-01-10T10:30:00+01:00, or 2025-01-10T09:30:00.123456Z).";
16
130
  readonly name: "Timestamp";
@@ -25,6 +139,13 @@ export declare const repository: {
25
139
  readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
26
140
  };
27
141
  };
142
+ readonly J18rFf6VX3ADe5gTnqmL4wXtivLkzrRXLPPhnoghnjzB: {
143
+ readonly description: "Broad document family for a single item that belongs somewhere.\nUse the top-level `kind` to express the specific business meaning, such as\n`Shopping Order`, `Comment`, `Invoice`, or `Report`.\n";
144
+ readonly name: "Record";
145
+ readonly type: {
146
+ readonly blueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
147
+ };
148
+ };
28
149
  };
29
150
  readonly schemas: {
30
151
  readonly CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc: import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -32,6 +153,69 @@ export declare const repository: {
32
153
  }, {
33
154
  [x: string]: any;
34
155
  }>;
156
+ readonly Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8: import("zod").ZodObject<{
157
+ description: import("zod").ZodOptional<import("zod").ZodString>;
158
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
159
+ name: import("zod").ZodOptional<import("zod").ZodString>;
160
+ }, "strip", import("zod").ZodTypeAny, {
161
+ description?: string | undefined;
162
+ kind?: string | undefined;
163
+ name?: string | undefined;
164
+ }, {
165
+ description?: string | undefined;
166
+ kind?: string | undefined;
167
+ name?: string | undefined;
168
+ }>;
169
+ readonly Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo: import("zod").ZodObject<{
170
+ description: import("zod").ZodOptional<import("zod").ZodString>;
171
+ name: import("zod").ZodOptional<import("zod").ZodString>;
172
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
173
+ }, "strip", import("zod").ZodTypeAny, {
174
+ description?: string | undefined;
175
+ name?: string | undefined;
176
+ template?: import("@blue-labs/language").BlueNode | undefined;
177
+ }, {
178
+ description?: string | undefined;
179
+ name?: string | undefined;
180
+ template?: import("@blue-labs/language").BlueNode | undefined;
181
+ }>;
182
+ readonly '3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre': import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
183
+ description: import("zod").ZodOptional<import("zod").ZodString>;
184
+ name: import("zod").ZodOptional<import("zod").ZodString>;
185
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
186
+ }, "strip", import("zod").ZodTypeAny, {
187
+ description?: string | undefined;
188
+ name?: string | undefined;
189
+ template?: import("@blue-labs/language").BlueNode | undefined;
190
+ }, {
191
+ description?: string | undefined;
192
+ name?: string | undefined;
193
+ template?: import("@blue-labs/language").BlueNode | undefined;
194
+ }>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
195
+ description: import("zod").ZodOptional<import("zod").ZodString>;
196
+ name: import("zod").ZodOptional<import("zod").ZodString>;
197
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
198
+ }, "strip", import("zod").ZodTypeAny, {
199
+ description?: string | undefined;
200
+ name?: string | undefined;
201
+ template?: import("@blue-labs/language").BlueNode | undefined;
202
+ }, {
203
+ description?: string | undefined;
204
+ name?: string | undefined;
205
+ template?: import("@blue-labs/language").BlueNode | undefined;
206
+ }>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
207
+ description: import("zod").ZodOptional<import("zod").ZodString>;
208
+ name: import("zod").ZodOptional<import("zod").ZodString>;
209
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
210
+ }, "strip", import("zod").ZodTypeAny, {
211
+ description?: string | undefined;
212
+ name?: string | undefined;
213
+ template?: import("@blue-labs/language").BlueNode | undefined;
214
+ }, {
215
+ description?: string | undefined;
216
+ name?: string | undefined;
217
+ template?: import("@blue-labs/language").BlueNode | undefined;
218
+ }>, "strip">>;
35
219
  readonly GrD4wCAmKoK8rm8Pztmv9GkFBRwJy4zpDUzDWHtsEJCX: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
36
220
  description: import("zod").ZodOptional<import("zod").ZodString>;
37
221
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -45,6 +229,235 @@ export declare const repository: {
45
229
  description?: string | undefined;
46
230
  name?: string | undefined;
47
231
  }>;
232
+ readonly DoDF7Hm2Ss7ikirPwXZ7KFiWNmdwtb53vHCSwYFbCdPk: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
233
+ description: import("zod").ZodOptional<import("zod").ZodString>;
234
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
235
+ name: import("zod").ZodOptional<import("zod").ZodString>;
236
+ }, {
237
+ description: import("zod").ZodOptional<import("zod").ZodString>;
238
+ name: import("zod").ZodOptional<import("zod").ZodString>;
239
+ }>, "strip", import("zod").ZodTypeAny, {
240
+ description?: string | undefined;
241
+ kind?: string | undefined;
242
+ name?: string | undefined;
243
+ }, {
244
+ description?: string | undefined;
245
+ kind?: string | undefined;
246
+ name?: string | undefined;
247
+ }>;
248
+ readonly EHTR6jFrqbmjPf7dNSJUsGUJrgr5kLh62QiT2bxD6KRp: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
249
+ description: import("zod").ZodOptional<import("zod").ZodString>;
250
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
251
+ name: import("zod").ZodOptional<import("zod").ZodString>;
252
+ }, {
253
+ description: import("zod").ZodOptional<import("zod").ZodString>;
254
+ name: import("zod").ZodOptional<import("zod").ZodString>;
255
+ }>, "strip", import("zod").ZodTypeAny, {
256
+ description?: string | undefined;
257
+ kind?: string | undefined;
258
+ name?: string | undefined;
259
+ }, {
260
+ description?: string | undefined;
261
+ kind?: string | undefined;
262
+ name?: string | undefined;
263
+ }>;
264
+ readonly EWfk8qkKZYqqTyeLs4wLJTfPCLufZBiNGFQY4M4PLv99: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
265
+ description: import("zod").ZodOptional<import("zod").ZodString>;
266
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
267
+ name: import("zod").ZodOptional<import("zod").ZodString>;
268
+ }, {
269
+ description: import("zod").ZodOptional<import("zod").ZodString>;
270
+ name: import("zod").ZodOptional<import("zod").ZodString>;
271
+ }>, "strip", import("zod").ZodTypeAny, {
272
+ description?: string | undefined;
273
+ kind?: string | undefined;
274
+ name?: string | undefined;
275
+ }, {
276
+ description?: string | undefined;
277
+ kind?: string | undefined;
278
+ name?: string | undefined;
279
+ }>;
280
+ readonly J18rFf6VX3ADe5gTnqmL4wXtivLkzrRXLPPhnoghnjzB: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
281
+ description: import("zod").ZodOptional<import("zod").ZodString>;
282
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
283
+ name: import("zod").ZodOptional<import("zod").ZodString>;
284
+ }, {
285
+ description: import("zod").ZodOptional<import("zod").ZodString>;
286
+ name: import("zod").ZodOptional<import("zod").ZodString>;
287
+ }>, "strip", import("zod").ZodTypeAny, {
288
+ description?: string | undefined;
289
+ kind?: string | undefined;
290
+ name?: string | undefined;
291
+ }, {
292
+ description?: string | undefined;
293
+ kind?: string | undefined;
294
+ name?: string | undefined;
295
+ }>;
296
+ readonly '29BmTvgmhh9x7t2tGd38GqTH3b9v9rgqsuE21K73i86g': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
297
+ description: import("zod").ZodOptional<import("zod").ZodString>;
298
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
299
+ name: import("zod").ZodOptional<import("zod").ZodString>;
300
+ }, {
301
+ description: import("zod").ZodOptional<import("zod").ZodString>;
302
+ name: import("zod").ZodOptional<import("zod").ZodString>;
303
+ }>, "strip", import("zod").ZodTypeAny, {
304
+ description?: string | undefined;
305
+ kind?: string | undefined;
306
+ name?: string | undefined;
307
+ }, {
308
+ description?: string | undefined;
309
+ kind?: string | undefined;
310
+ name?: string | undefined;
311
+ }>;
312
+ readonly Ccj91K18JfH77i8bawJzR9GpRWXYf598uPjggxZU7Shd: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
313
+ description: import("zod").ZodOptional<import("zod").ZodString>;
314
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
315
+ name: import("zod").ZodOptional<import("zod").ZodString>;
316
+ }, {
317
+ description: import("zod").ZodOptional<import("zod").ZodString>;
318
+ name: import("zod").ZodOptional<import("zod").ZodString>;
319
+ }>, "strip", import("zod").ZodTypeAny, {
320
+ description?: string | undefined;
321
+ kind?: string | undefined;
322
+ name?: string | undefined;
323
+ }, {
324
+ description?: string | undefined;
325
+ kind?: string | undefined;
326
+ name?: string | undefined;
327
+ }>;
328
+ readonly cLkohDeea8vefzVvUwsQ56BwUfedXpqeoD66PvRe7LB: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
329
+ description: import("zod").ZodOptional<import("zod").ZodString>;
330
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
331
+ name: import("zod").ZodOptional<import("zod").ZodString>;
332
+ }, {
333
+ description: import("zod").ZodOptional<import("zod").ZodString>;
334
+ name: import("zod").ZodOptional<import("zod").ZodString>;
335
+ }>, "strip", import("zod").ZodTypeAny, {
336
+ description?: string | undefined;
337
+ kind?: string | undefined;
338
+ name?: string | undefined;
339
+ }, {
340
+ description?: string | undefined;
341
+ kind?: string | undefined;
342
+ name?: string | undefined;
343
+ }>;
344
+ readonly ALFnjBeqP1hupQrZGddqbi276GkwnuPtkQjiFLjU716A: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
345
+ description: import("zod").ZodOptional<import("zod").ZodString>;
346
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
347
+ name: import("zod").ZodOptional<import("zod").ZodString>;
348
+ }, {
349
+ categories: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
350
+ description: import("zod").ZodOptional<import("zod").ZodString>;
351
+ name: import("zod").ZodOptional<import("zod").ZodString>;
352
+ }>, "strip", import("zod").ZodTypeAny, {
353
+ description?: string | undefined;
354
+ kind?: string | undefined;
355
+ name?: string | undefined;
356
+ categories?: string[] | undefined;
357
+ }, {
358
+ description?: string | undefined;
359
+ kind?: string | undefined;
360
+ name?: string | undefined;
361
+ categories?: string[] | undefined;
362
+ }>;
363
+ readonly Bdyasci5huobiunZqkShQUiWzCyHLhY4fpMkG4YF5BiS: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
364
+ description: import("zod").ZodOptional<import("zod").ZodString>;
365
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
366
+ name: import("zod").ZodOptional<import("zod").ZodString>;
367
+ }, {
368
+ anchors: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
369
+ description: import("zod").ZodOptional<import("zod").ZodString>;
370
+ name: import("zod").ZodOptional<import("zod").ZodString>;
371
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
372
+ }, "strip", import("zod").ZodTypeAny, {
373
+ description?: string | undefined;
374
+ name?: string | undefined;
375
+ template?: import("@blue-labs/language").BlueNode | undefined;
376
+ }, {
377
+ description?: string | undefined;
378
+ name?: string | undefined;
379
+ template?: import("@blue-labs/language").BlueNode | undefined;
380
+ }>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
381
+ description: import("zod").ZodOptional<import("zod").ZodString>;
382
+ name: import("zod").ZodOptional<import("zod").ZodString>;
383
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
384
+ }, "strip", import("zod").ZodTypeAny, {
385
+ description?: string | undefined;
386
+ name?: string | undefined;
387
+ template?: import("@blue-labs/language").BlueNode | undefined;
388
+ }, {
389
+ description?: string | undefined;
390
+ name?: string | undefined;
391
+ template?: import("@blue-labs/language").BlueNode | undefined;
392
+ }>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
393
+ description: import("zod").ZodOptional<import("zod").ZodString>;
394
+ name: import("zod").ZodOptional<import("zod").ZodString>;
395
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
396
+ }, "strip", import("zod").ZodTypeAny, {
397
+ description?: string | undefined;
398
+ name?: string | undefined;
399
+ template?: import("@blue-labs/language").BlueNode | undefined;
400
+ }, {
401
+ description?: string | undefined;
402
+ name?: string | undefined;
403
+ template?: import("@blue-labs/language").BlueNode | undefined;
404
+ }>, "strip">>>;
405
+ description: import("zod").ZodOptional<import("zod").ZodString>;
406
+ name: import("zod").ZodOptional<import("zod").ZodString>;
407
+ website: import("zod").ZodOptional<import("zod").ZodString>;
408
+ }>, "strip", import("zod").ZodTypeAny, {
409
+ description?: string | undefined;
410
+ kind?: string | undefined;
411
+ name?: string | undefined;
412
+ anchors?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
413
+ description: import("zod").ZodOptional<import("zod").ZodString>;
414
+ name: import("zod").ZodOptional<import("zod").ZodString>;
415
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
416
+ }, "strip", import("zod").ZodTypeAny, {
417
+ description?: string | undefined;
418
+ name?: string | undefined;
419
+ template?: import("@blue-labs/language").BlueNode | undefined;
420
+ }, {
421
+ description?: string | undefined;
422
+ name?: string | undefined;
423
+ template?: import("@blue-labs/language").BlueNode | undefined;
424
+ }>, "strip"> | undefined;
425
+ website?: string | undefined;
426
+ }, {
427
+ description?: string | undefined;
428
+ kind?: string | undefined;
429
+ name?: string | undefined;
430
+ anchors?: import("zod").objectInputType<{}, import("zod").ZodObject<{
431
+ description: import("zod").ZodOptional<import("zod").ZodString>;
432
+ name: import("zod").ZodOptional<import("zod").ZodString>;
433
+ template: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
434
+ }, "strip", import("zod").ZodTypeAny, {
435
+ description?: string | undefined;
436
+ name?: string | undefined;
437
+ template?: import("@blue-labs/language").BlueNode | undefined;
438
+ }, {
439
+ description?: string | undefined;
440
+ name?: string | undefined;
441
+ template?: import("@blue-labs/language").BlueNode | undefined;
442
+ }>, "strip"> | undefined;
443
+ website?: string | undefined;
444
+ }>;
445
+ readonly FfJjBeSAe4JWfA5FVnPDgL9pzLPYELskQnBSanPC9E8L: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
446
+ description: import("zod").ZodOptional<import("zod").ZodString>;
447
+ kind: import("zod").ZodOptional<import("zod").ZodString>;
448
+ name: import("zod").ZodOptional<import("zod").ZodString>;
449
+ }, {
450
+ description: import("zod").ZodOptional<import("zod").ZodString>;
451
+ name: import("zod").ZodOptional<import("zod").ZodString>;
452
+ }>, "strip", import("zod").ZodTypeAny, {
453
+ description?: string | undefined;
454
+ kind?: string | undefined;
455
+ name?: string | undefined;
456
+ }, {
457
+ description?: string | undefined;
458
+ kind?: string | undefined;
459
+ name?: string | undefined;
460
+ }>;
48
461
  readonly GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs: import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
49
462
  [x: string]: any;
50
463
  }, {
@@ -53,7 +466,20 @@ export declare const repository: {
53
466
  };
54
467
  readonly aliases: {
55
468
  readonly 'Common/Currency': "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
469
+ readonly 'Common/Document': "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
470
+ readonly 'Common/Document Anchor': "Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo";
471
+ readonly 'Common/Document Anchors': "3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre";
56
472
  readonly 'Common/Named Event': "GrD4wCAmKoK8rm8Pztmv9GkFBRwJy4zpDUzDWHtsEJCX";
473
+ readonly 'Common/Payment': "DoDF7Hm2Ss7ikirPwXZ7KFiWNmdwtb53vHCSwYFbCdPk";
474
+ readonly 'Common/PermissionGrant': "EHTR6jFrqbmjPf7dNSJUsGUJrgr5kLh62QiT2bxD6KRp";
475
+ readonly 'Common/Profile': "EWfk8qkKZYqqTyeLs4wLJTfPCLufZBiNGFQY4M4PLv99";
476
+ readonly 'Common/Record': "J18rFf6VX3ADe5gTnqmL4wXtivLkzrRXLPPhnoghnjzB";
477
+ readonly 'Common/Relationship': "29BmTvgmhh9x7t2tGd38GqTH3b9v9rgqsuE21K73i86g";
478
+ readonly 'Common/Request': "Ccj91K18JfH77i8bawJzR9GpRWXYf598uPjggxZU7Shd";
479
+ readonly 'Common/Response': "cLkohDeea8vefzVvUwsQ56BwUfedXpqeoD66PvRe7LB";
480
+ readonly 'Common/Service': "ALFnjBeqP1hupQrZGddqbi276GkwnuPtkQjiFLjU716A";
481
+ readonly 'Common/Space': "Bdyasci5huobiunZqkShQUiWzCyHLhY4fpMkG4YF5BiS";
482
+ readonly 'Common/Task': "FfJjBeSAe4JWfA5FVnPDgL9pzLPYELskQnBSanPC9E8L";
57
483
  readonly 'Common/Timestamp': "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
58
484
  };
59
485
  readonly name: "Common";
@@ -67,6 +493,33 @@ export declare const repository: {
67
493
  readonly attributesAdded: readonly [];
68
494
  }];
69
495
  };
496
+ readonly Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8: {
497
+ readonly status: "dev";
498
+ readonly name: "Document";
499
+ readonly versions: readonly [{
500
+ readonly repositoryVersionIndex: 1;
501
+ readonly typeBlueId: "Co5guWscbTav1tmXvQPb4k3wtrsQEdxjDaj6WPPWpPo8";
502
+ readonly attributesAdded: readonly [];
503
+ }];
504
+ };
505
+ readonly Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo: {
506
+ readonly status: "dev";
507
+ readonly name: "Document Anchor";
508
+ readonly versions: readonly [{
509
+ readonly repositoryVersionIndex: 1;
510
+ readonly typeBlueId: "Bu4KzxxpJuHvET1RTBzioDXpWcqmvYzmqGRiDKmktHUo";
511
+ readonly attributesAdded: readonly [];
512
+ }];
513
+ };
514
+ readonly '3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre': {
515
+ readonly status: "dev";
516
+ readonly name: "Document Anchors";
517
+ readonly versions: readonly [{
518
+ readonly repositoryVersionIndex: 1;
519
+ readonly typeBlueId: "3KRfhgbFdvyW9SGuKiq3WxWF9bHSATEb8tMso8Pykpre";
520
+ readonly attributesAdded: readonly [];
521
+ }];
522
+ };
70
523
  readonly GrD4wCAmKoK8rm8Pztmv9GkFBRwJy4zpDUzDWHtsEJCX: {
71
524
  readonly status: "dev";
72
525
  readonly name: "Named Event";
@@ -76,6 +529,96 @@ export declare const repository: {
76
529
  readonly attributesAdded: readonly [];
77
530
  }];
78
531
  };
532
+ readonly DoDF7Hm2Ss7ikirPwXZ7KFiWNmdwtb53vHCSwYFbCdPk: {
533
+ readonly status: "dev";
534
+ readonly name: "Payment";
535
+ readonly versions: readonly [{
536
+ readonly repositoryVersionIndex: 1;
537
+ readonly typeBlueId: "DoDF7Hm2Ss7ikirPwXZ7KFiWNmdwtb53vHCSwYFbCdPk";
538
+ readonly attributesAdded: readonly [];
539
+ }];
540
+ };
541
+ readonly EHTR6jFrqbmjPf7dNSJUsGUJrgr5kLh62QiT2bxD6KRp: {
542
+ readonly status: "dev";
543
+ readonly name: "PermissionGrant";
544
+ readonly versions: readonly [{
545
+ readonly repositoryVersionIndex: 1;
546
+ readonly typeBlueId: "EHTR6jFrqbmjPf7dNSJUsGUJrgr5kLh62QiT2bxD6KRp";
547
+ readonly attributesAdded: readonly [];
548
+ }];
549
+ };
550
+ readonly EWfk8qkKZYqqTyeLs4wLJTfPCLufZBiNGFQY4M4PLv99: {
551
+ readonly status: "dev";
552
+ readonly name: "Profile";
553
+ readonly versions: readonly [{
554
+ readonly repositoryVersionIndex: 1;
555
+ readonly typeBlueId: "EWfk8qkKZYqqTyeLs4wLJTfPCLufZBiNGFQY4M4PLv99";
556
+ readonly attributesAdded: readonly [];
557
+ }];
558
+ };
559
+ readonly J18rFf6VX3ADe5gTnqmL4wXtivLkzrRXLPPhnoghnjzB: {
560
+ readonly status: "dev";
561
+ readonly name: "Record";
562
+ readonly versions: readonly [{
563
+ readonly repositoryVersionIndex: 1;
564
+ readonly typeBlueId: "J18rFf6VX3ADe5gTnqmL4wXtivLkzrRXLPPhnoghnjzB";
565
+ readonly attributesAdded: readonly [];
566
+ }];
567
+ };
568
+ readonly '29BmTvgmhh9x7t2tGd38GqTH3b9v9rgqsuE21K73i86g': {
569
+ readonly status: "dev";
570
+ readonly name: "Relationship";
571
+ readonly versions: readonly [{
572
+ readonly repositoryVersionIndex: 1;
573
+ readonly typeBlueId: "29BmTvgmhh9x7t2tGd38GqTH3b9v9rgqsuE21K73i86g";
574
+ readonly attributesAdded: readonly [];
575
+ }];
576
+ };
577
+ readonly Ccj91K18JfH77i8bawJzR9GpRWXYf598uPjggxZU7Shd: {
578
+ readonly status: "dev";
579
+ readonly name: "Request";
580
+ readonly versions: readonly [{
581
+ readonly repositoryVersionIndex: 1;
582
+ readonly typeBlueId: "Ccj91K18JfH77i8bawJzR9GpRWXYf598uPjggxZU7Shd";
583
+ readonly attributesAdded: readonly [];
584
+ }];
585
+ };
586
+ readonly cLkohDeea8vefzVvUwsQ56BwUfedXpqeoD66PvRe7LB: {
587
+ readonly status: "dev";
588
+ readonly name: "Response";
589
+ readonly versions: readonly [{
590
+ readonly repositoryVersionIndex: 1;
591
+ readonly typeBlueId: "cLkohDeea8vefzVvUwsQ56BwUfedXpqeoD66PvRe7LB";
592
+ readonly attributesAdded: readonly [];
593
+ }];
594
+ };
595
+ readonly ALFnjBeqP1hupQrZGddqbi276GkwnuPtkQjiFLjU716A: {
596
+ readonly status: "dev";
597
+ readonly name: "Service";
598
+ readonly versions: readonly [{
599
+ readonly repositoryVersionIndex: 1;
600
+ readonly typeBlueId: "ALFnjBeqP1hupQrZGddqbi276GkwnuPtkQjiFLjU716A";
601
+ readonly attributesAdded: readonly [];
602
+ }];
603
+ };
604
+ readonly Bdyasci5huobiunZqkShQUiWzCyHLhY4fpMkG4YF5BiS: {
605
+ readonly status: "dev";
606
+ readonly name: "Space";
607
+ readonly versions: readonly [{
608
+ readonly repositoryVersionIndex: 1;
609
+ readonly typeBlueId: "Bdyasci5huobiunZqkShQUiWzCyHLhY4fpMkG4YF5BiS";
610
+ readonly attributesAdded: readonly [];
611
+ }];
612
+ };
613
+ readonly FfJjBeSAe4JWfA5FVnPDgL9pzLPYELskQnBSanPC9E8L: {
614
+ readonly status: "dev";
615
+ readonly name: "Task";
616
+ readonly versions: readonly [{
617
+ readonly repositoryVersionIndex: 1;
618
+ readonly typeBlueId: "FfJjBeSAe4JWfA5FVnPDgL9pzLPYELskQnBSanPC9E8L";
619
+ readonly attributesAdded: readonly [];
620
+ }];
621
+ };
79
622
  readonly GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs: {
80
623
  readonly status: "dev";
81
624
  readonly name: "Timestamp";