@inf-monkeys-tech/monkeys 1.0.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.
- package/README.md +38 -0
- package/lib/contracts/artifact.d.ts +112 -0
- package/lib/contracts/artifact.d.ts.map +1 -0
- package/lib/contracts/artifact.js +60 -0
- package/lib/contracts/artifact.js.map +1 -0
- package/lib/contracts/capability.d.ts +347 -0
- package/lib/contracts/capability.d.ts.map +1 -0
- package/lib/contracts/capability.js +135 -0
- package/lib/contracts/capability.js.map +1 -0
- package/lib/contracts/common.d.ts +32 -0
- package/lib/contracts/common.d.ts.map +1 -0
- package/lib/contracts/common.js +46 -0
- package/lib/contracts/common.js.map +1 -0
- package/lib/contracts/context.d.ts +213 -0
- package/lib/contracts/context.d.ts.map +1 -0
- package/lib/contracts/context.js +96 -0
- package/lib/contracts/context.js.map +1 -0
- package/lib/contracts/continuity.d.ts +142 -0
- package/lib/contracts/continuity.d.ts.map +1 -0
- package/lib/contracts/continuity.js +66 -0
- package/lib/contracts/continuity.js.map +1 -0
- package/lib/contracts/data.d.ts +135 -0
- package/lib/contracts/data.d.ts.map +1 -0
- package/lib/contracts/data.js +85 -0
- package/lib/contracts/data.js.map +1 -0
- package/lib/contracts/dtcg-format.schema.json +1759 -0
- package/lib/contracts/index.d.ts +14 -0
- package/lib/contracts/index.d.ts.map +1 -0
- package/lib/contracts/index.js +30 -0
- package/lib/contracts/index.js.map +1 -0
- package/lib/contracts/page.d.ts +482 -0
- package/lib/contracts/page.d.ts.map +1 -0
- package/lib/contracts/page.js +307 -0
- package/lib/contracts/page.js.map +1 -0
- package/lib/contracts/render.d.ts +1032 -0
- package/lib/contracts/render.d.ts.map +1 -0
- package/lib/contracts/render.js +386 -0
- package/lib/contracts/render.js.map +1 -0
- package/lib/contracts/semantic.d.ts +477 -0
- package/lib/contracts/semantic.d.ts.map +1 -0
- package/lib/contracts/semantic.js +111 -0
- package/lib/contracts/semantic.js.map +1 -0
- package/lib/contracts/tenant.d.ts +2495 -0
- package/lib/contracts/tenant.d.ts.map +1 -0
- package/lib/contracts/tenant.js +573 -0
- package/lib/contracts/tenant.js.map +1 -0
- package/lib/contracts/theme.d.ts +30 -0
- package/lib/contracts/theme.d.ts.map +1 -0
- package/lib/contracts/theme.js +55 -0
- package/lib/contracts/theme.js.map +1 -0
- package/lib/contracts/trend.d.ts +577 -0
- package/lib/contracts/trend.d.ts.map +1 -0
- package/lib/contracts/trend.js +276 -0
- package/lib/contracts/trend.js.map +1 -0
- package/lib/contracts/workflow-definition.d.ts +661 -0
- package/lib/contracts/workflow-definition.d.ts.map +1 -0
- package/lib/contracts/workflow-definition.js +337 -0
- package/lib/contracts/workflow-definition.js.map +1 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +34 -0
- package/lib/index.js.map +1 -0
- package/lib/json-schema/agent-runtime-event.schema.json +104 -0
- package/lib/json-schema/application-handoff.schema.json +377 -0
- package/lib/json-schema/application-run.schema.json +302 -0
- package/lib/json-schema/artifact-manifest.schema.json +375 -0
- package/lib/json-schema/body-relation-record.schema.json +177 -0
- package/lib/json-schema/brand-body.schema.json +140 -0
- package/lib/json-schema/brand-genetics-profile.schema.json +169 -0
- package/lib/json-schema/capability-manifest.schema.json +412 -0
- package/lib/json-schema/capability-registry.schema.json +474 -0
- package/lib/json-schema/change-impact-graph.schema.json +274 -0
- package/lib/json-schema/completion-event.schema.json +321 -0
- package/lib/json-schema/completion-header.schema.json +276 -0
- package/lib/json-schema/concept-definition.schema.json +101 -0
- package/lib/json-schema/conductor-workflow-definition.schema.json +404 -0
- package/lib/json-schema/data-continuity-envelope.schema.json +269 -0
- package/lib/json-schema/domain-command-definition.schema.json +121 -0
- package/lib/json-schema/domain-command.schema.json +204 -0
- package/lib/json-schema/domain-event.schema.json +161 -0
- package/lib/json-schema/execution-link.schema.json +190 -0
- package/lib/json-schema/expiring-access-grant.schema.json +127 -0
- package/lib/json-schema/hotword-body.schema.json +186 -0
- package/lib/json-schema/index.json +56 -0
- package/lib/json-schema/lineage-record.schema.json +370 -0
- package/lib/json-schema/ontology-definition.schema.json +91 -0
- package/lib/json-schema/output-record.schema.json +157 -0
- package/lib/json-schema/overlay-node.schema.json +892 -0
- package/lib/json-schema/page-definition.schema.json +527 -0
- package/lib/json-schema/page-runtime-descriptor.schema.json +720 -0
- package/lib/json-schema/page-runtime-projection.schema.json +464 -0
- package/lib/json-schema/product-body.schema.json +178 -0
- package/lib/json-schema/product-declaration.schema.json +1410 -0
- package/lib/json-schema/projection-spec.schema.json +151 -0
- package/lib/json-schema/radar-action-record.schema.json +144 -0
- package/lib/json-schema/radar-analysis-run.schema.json +424 -0
- package/lib/json-schema/radar-opportunity-matrix.schema.json +155 -0
- package/lib/json-schema/radar-panorama.schema.json +235 -0
- package/lib/json-schema/radar-query-body.schema.json +101 -0
- package/lib/json-schema/radar-score-model-body.schema.json +88 -0
- package/lib/json-schema/radar-score-projection.schema.json +184 -0
- package/lib/json-schema/radar-selection.schema.json +134 -0
- package/lib/json-schema/radar-writeback-record.schema.json +124 -0
- package/lib/json-schema/render-node.schema.json +776 -0
- package/lib/json-schema/render-tree.schema.json +815 -0
- package/lib/json-schema/request-scope.schema.json +193 -0
- package/lib/json-schema/saved-radar-query.schema.json +123 -0
- package/lib/json-schema/tenant-product-config.schema.json +2720 -0
- package/lib/json-schema/tenant-runtime-config.schema.json +2654 -0
- package/lib/json-schema/theme-tokens.schema.json +1836 -0
- package/lib/json-schema/trend-ingest-run.schema.json +73 -0
- package/lib/json-schema/trend-metric-snapshot.schema.json +126 -0
- package/lib/json-schema/trend-source-record.schema.json +206 -0
- package/lib/json-schema/view-provider-descriptor.schema.json +317 -0
- package/lib/json-schema/workflow-definition.schema.json +2174 -0
- package/lib/runtime/capability-registry.d.ts +28 -0
- package/lib/runtime/capability-registry.d.ts.map +1 -0
- package/lib/runtime/capability-registry.js +147 -0
- package/lib/runtime/capability-registry.js.map +1 -0
- package/lib/runtime/declaration-compiler.d.ts +44 -0
- package/lib/runtime/declaration-compiler.d.ts.map +1 -0
- package/lib/runtime/declaration-compiler.js +323 -0
- package/lib/runtime/declaration-compiler.js.map +1 -0
- package/lib/runtime/index.d.ts +12 -0
- package/lib/runtime/index.d.ts.map +1 -0
- package/lib/runtime/index.js +28 -0
- package/lib/runtime/index.js.map +1 -0
- package/lib/runtime/page-compiler.d.ts +36 -0
- package/lib/runtime/page-compiler.d.ts.map +1 -0
- package/lib/runtime/page-compiler.js +220 -0
- package/lib/runtime/page-compiler.js.map +1 -0
- package/lib/runtime/product-runtime.d.ts +37 -0
- package/lib/runtime/product-runtime.d.ts.map +1 -0
- package/lib/runtime/product-runtime.js +80 -0
- package/lib/runtime/product-runtime.js.map +1 -0
- package/lib/runtime/render-tree-compiler.d.ts +11 -0
- package/lib/runtime/render-tree-compiler.d.ts.map +1 -0
- package/lib/runtime/render-tree-compiler.js +85 -0
- package/lib/runtime/render-tree-compiler.js.map +1 -0
- package/lib/runtime/tenant-config.d.ts +13 -0
- package/lib/runtime/tenant-config.d.ts.map +1 -0
- package/lib/runtime/tenant-config.js +31 -0
- package/lib/runtime/tenant-config.js.map +1 -0
- package/lib/runtime/tenant-runtime-bindings.d.ts +21 -0
- package/lib/runtime/tenant-runtime-bindings.d.ts.map +1 -0
- package/lib/runtime/tenant-runtime-bindings.js +50 -0
- package/lib/runtime/tenant-runtime-bindings.js.map +1 -0
- package/lib/runtime/theme-tokens.d.ts +2 -0
- package/lib/runtime/theme-tokens.d.ts.map +1 -0
- package/lib/runtime/theme-tokens.js +13 -0
- package/lib/runtime/theme-tokens.js.map +1 -0
- package/lib/runtime/view-provider-registry.d.ts +23 -0
- package/lib/runtime/view-provider-registry.d.ts.map +1 -0
- package/lib/runtime/view-provider-registry.js +150 -0
- package/lib/runtime/view-provider-registry.js.map +1 -0
- package/lib/runtime/view-render-model.d.ts +28 -0
- package/lib/runtime/view-render-model.d.ts.map +1 -0
- package/lib/runtime/view-render-model.js +125 -0
- package/lib/runtime/view-render-model.js.map +1 -0
- package/lib/runtime/workflow-compiler.d.ts +29 -0
- package/lib/runtime/workflow-compiler.d.ts.map +1 -0
- package/lib/runtime/workflow-compiler.js +100 -0
- package/lib/runtime/workflow-compiler.js.map +1 -0
- package/lib/schemas/index.d.ts +4461 -0
- package/lib/schemas/index.d.ts.map +1 -0
- package/lib/schemas/index.js +187 -0
- package/lib/schemas/index.js.map +1 -0
- package/lib/theme-tokens/core.d.ts +65 -0
- package/lib/theme-tokens/core.d.ts.map +1 -0
- package/lib/theme-tokens/core.js +490 -0
- package/lib/theme-tokens/core.js.map +1 -0
- package/lib/types/i18n.d.ts +19 -0
- package/lib/types/i18n.d.ts.map +1 -0
- package/lib/types/i18n.js +3 -0
- package/lib/types/i18n.js.map +1 -0
- package/lib/types/index.d.ts +4 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/index.js +20 -0
- package/lib/types/index.js.map +1 -0
- package/lib/types/tool.d.ts +123 -0
- package/lib/types/tool.d.ts.map +1 -0
- package/lib/types/tool.js +20 -0
- package/lib/types/tool.js.map +1 -0
- package/lib/types/workflow.d.ts +80 -0
- package/lib/types/workflow.d.ts.map +1 -0
- package/lib/types/workflow.js +23 -0
- package/lib/types/workflow.js.map +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"contract": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "ViewProviderDescriptor"
|
|
8
|
+
},
|
|
9
|
+
"providerId": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"minLength": 1,
|
|
12
|
+
"maxLength": 256
|
|
13
|
+
},
|
|
14
|
+
"providerVersion": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 1,
|
|
17
|
+
"maxLength": 256
|
|
18
|
+
},
|
|
19
|
+
"ownerRepo": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"maxLength": 256
|
|
23
|
+
},
|
|
24
|
+
"capabilityRef": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"kind": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"minLength": 1,
|
|
30
|
+
"maxLength": 256
|
|
31
|
+
},
|
|
32
|
+
"id": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"minLength": 1,
|
|
35
|
+
"maxLength": 256
|
|
36
|
+
},
|
|
37
|
+
"version": {
|
|
38
|
+
"anyOf": [
|
|
39
|
+
{
|
|
40
|
+
"type": "integer",
|
|
41
|
+
"exclusiveMinimum": 0,
|
|
42
|
+
"maximum": 9007199254740991
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "string",
|
|
46
|
+
"minLength": 1
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"ownerRepo": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"minLength": 1,
|
|
53
|
+
"maxLength": 256
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"required": [
|
|
57
|
+
"kind",
|
|
58
|
+
"id"
|
|
59
|
+
],
|
|
60
|
+
"additionalProperties": false
|
|
61
|
+
},
|
|
62
|
+
"rendererKey": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"minLength": 1,
|
|
65
|
+
"maxLength": 256
|
|
66
|
+
},
|
|
67
|
+
"renderModelSchemaRef": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"minLength": 1,
|
|
70
|
+
"maxLength": 256
|
|
71
|
+
},
|
|
72
|
+
"intentSchemaRef": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"minLength": 1,
|
|
75
|
+
"maxLength": 256
|
|
76
|
+
},
|
|
77
|
+
"loading": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"enum": [
|
|
80
|
+
"eager",
|
|
81
|
+
"lazy",
|
|
82
|
+
"viewport",
|
|
83
|
+
"on-activation"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"stateOwner": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"enum": [
|
|
89
|
+
"host",
|
|
90
|
+
"provider",
|
|
91
|
+
"external"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"supportedPageTypes": {
|
|
95
|
+
"minItems": 1,
|
|
96
|
+
"type": "array",
|
|
97
|
+
"items": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"minLength": 1,
|
|
100
|
+
"maxLength": 256
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"supportedSurfaces": {
|
|
104
|
+
"minItems": 1,
|
|
105
|
+
"type": "array",
|
|
106
|
+
"items": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"enum": [
|
|
109
|
+
"page",
|
|
110
|
+
"workspace",
|
|
111
|
+
"view",
|
|
112
|
+
"record",
|
|
113
|
+
"action",
|
|
114
|
+
"overlay",
|
|
115
|
+
"agent"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"frameOwner": {
|
|
120
|
+
"type": "string",
|
|
121
|
+
"enum": [
|
|
122
|
+
"host",
|
|
123
|
+
"provider",
|
|
124
|
+
"none"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"sideEffects": {
|
|
128
|
+
"type": "array",
|
|
129
|
+
"items": {
|
|
130
|
+
"type": "string",
|
|
131
|
+
"enum": [
|
|
132
|
+
"network",
|
|
133
|
+
"storage",
|
|
134
|
+
"navigation",
|
|
135
|
+
"worker",
|
|
136
|
+
"websocket"
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"sideEffectAdapterRef": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"kind": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"minLength": 1,
|
|
146
|
+
"maxLength": 256
|
|
147
|
+
},
|
|
148
|
+
"id": {
|
|
149
|
+
"type": "string",
|
|
150
|
+
"minLength": 1,
|
|
151
|
+
"maxLength": 256
|
|
152
|
+
},
|
|
153
|
+
"version": {
|
|
154
|
+
"anyOf": [
|
|
155
|
+
{
|
|
156
|
+
"type": "integer",
|
|
157
|
+
"exclusiveMinimum": 0,
|
|
158
|
+
"maximum": 9007199254740991
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"type": "string",
|
|
162
|
+
"minLength": 1
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"ownerRepo": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"minLength": 1,
|
|
169
|
+
"maxLength": 256
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"required": [
|
|
173
|
+
"kind",
|
|
174
|
+
"id"
|
|
175
|
+
],
|
|
176
|
+
"additionalProperties": false
|
|
177
|
+
},
|
|
178
|
+
"lifecycle": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"properties": {
|
|
181
|
+
"preserveMount": {
|
|
182
|
+
"type": "boolean"
|
|
183
|
+
},
|
|
184
|
+
"preserveScroll": {
|
|
185
|
+
"type": "boolean"
|
|
186
|
+
},
|
|
187
|
+
"focusModel": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"minLength": 1,
|
|
190
|
+
"maxLength": 256
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": [
|
|
194
|
+
"preserveMount",
|
|
195
|
+
"preserveScroll",
|
|
196
|
+
"focusModel"
|
|
197
|
+
],
|
|
198
|
+
"additionalProperties": false
|
|
199
|
+
},
|
|
200
|
+
"performance": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"properties": {
|
|
203
|
+
"lazy": {
|
|
204
|
+
"type": "boolean"
|
|
205
|
+
},
|
|
206
|
+
"virtualized": {
|
|
207
|
+
"type": "boolean"
|
|
208
|
+
},
|
|
209
|
+
"budgetMs": {
|
|
210
|
+
"type": "number",
|
|
211
|
+
"exclusiveMinimum": 0
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"required": [
|
|
215
|
+
"lazy",
|
|
216
|
+
"virtualized"
|
|
217
|
+
],
|
|
218
|
+
"additionalProperties": false
|
|
219
|
+
},
|
|
220
|
+
"accessRef": {
|
|
221
|
+
"type": "object",
|
|
222
|
+
"properties": {
|
|
223
|
+
"kind": {
|
|
224
|
+
"type": "string",
|
|
225
|
+
"minLength": 1,
|
|
226
|
+
"maxLength": 256
|
|
227
|
+
},
|
|
228
|
+
"id": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"minLength": 1,
|
|
231
|
+
"maxLength": 256
|
|
232
|
+
},
|
|
233
|
+
"version": {
|
|
234
|
+
"anyOf": [
|
|
235
|
+
{
|
|
236
|
+
"type": "integer",
|
|
237
|
+
"exclusiveMinimum": 0,
|
|
238
|
+
"maximum": 9007199254740991
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "string",
|
|
242
|
+
"minLength": 1
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"ownerRepo": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"minLength": 1,
|
|
249
|
+
"maxLength": 256
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"required": [
|
|
253
|
+
"kind",
|
|
254
|
+
"id"
|
|
255
|
+
],
|
|
256
|
+
"additionalProperties": false
|
|
257
|
+
},
|
|
258
|
+
"evidenceRef": {
|
|
259
|
+
"type": "object",
|
|
260
|
+
"properties": {
|
|
261
|
+
"kind": {
|
|
262
|
+
"type": "string",
|
|
263
|
+
"minLength": 1,
|
|
264
|
+
"maxLength": 256
|
|
265
|
+
},
|
|
266
|
+
"id": {
|
|
267
|
+
"type": "string",
|
|
268
|
+
"minLength": 1,
|
|
269
|
+
"maxLength": 256
|
|
270
|
+
},
|
|
271
|
+
"version": {
|
|
272
|
+
"anyOf": [
|
|
273
|
+
{
|
|
274
|
+
"type": "integer",
|
|
275
|
+
"exclusiveMinimum": 0,
|
|
276
|
+
"maximum": 9007199254740991
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"type": "string",
|
|
280
|
+
"minLength": 1
|
|
281
|
+
}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"ownerRepo": {
|
|
285
|
+
"type": "string",
|
|
286
|
+
"minLength": 1,
|
|
287
|
+
"maxLength": 256
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"required": [
|
|
291
|
+
"kind",
|
|
292
|
+
"id"
|
|
293
|
+
],
|
|
294
|
+
"additionalProperties": false
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"required": [
|
|
298
|
+
"contract",
|
|
299
|
+
"providerId",
|
|
300
|
+
"providerVersion",
|
|
301
|
+
"ownerRepo",
|
|
302
|
+
"capabilityRef",
|
|
303
|
+
"rendererKey",
|
|
304
|
+
"renderModelSchemaRef",
|
|
305
|
+
"loading",
|
|
306
|
+
"stateOwner",
|
|
307
|
+
"supportedPageTypes",
|
|
308
|
+
"supportedSurfaces",
|
|
309
|
+
"frameOwner",
|
|
310
|
+
"sideEffects",
|
|
311
|
+
"lifecycle",
|
|
312
|
+
"performance"
|
|
313
|
+
],
|
|
314
|
+
"additionalProperties": false,
|
|
315
|
+
"$id": "https://schemas.infmonkeys.com/contracts/view-provider-descriptor.schema.json",
|
|
316
|
+
"title": "view-provider-descriptor"
|
|
317
|
+
}
|