@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.
Files changed (188) hide show
  1. package/README.md +38 -0
  2. package/lib/contracts/artifact.d.ts +112 -0
  3. package/lib/contracts/artifact.d.ts.map +1 -0
  4. package/lib/contracts/artifact.js +60 -0
  5. package/lib/contracts/artifact.js.map +1 -0
  6. package/lib/contracts/capability.d.ts +347 -0
  7. package/lib/contracts/capability.d.ts.map +1 -0
  8. package/lib/contracts/capability.js +135 -0
  9. package/lib/contracts/capability.js.map +1 -0
  10. package/lib/contracts/common.d.ts +32 -0
  11. package/lib/contracts/common.d.ts.map +1 -0
  12. package/lib/contracts/common.js +46 -0
  13. package/lib/contracts/common.js.map +1 -0
  14. package/lib/contracts/context.d.ts +213 -0
  15. package/lib/contracts/context.d.ts.map +1 -0
  16. package/lib/contracts/context.js +96 -0
  17. package/lib/contracts/context.js.map +1 -0
  18. package/lib/contracts/continuity.d.ts +142 -0
  19. package/lib/contracts/continuity.d.ts.map +1 -0
  20. package/lib/contracts/continuity.js +66 -0
  21. package/lib/contracts/continuity.js.map +1 -0
  22. package/lib/contracts/data.d.ts +135 -0
  23. package/lib/contracts/data.d.ts.map +1 -0
  24. package/lib/contracts/data.js +85 -0
  25. package/lib/contracts/data.js.map +1 -0
  26. package/lib/contracts/dtcg-format.schema.json +1759 -0
  27. package/lib/contracts/index.d.ts +14 -0
  28. package/lib/contracts/index.d.ts.map +1 -0
  29. package/lib/contracts/index.js +30 -0
  30. package/lib/contracts/index.js.map +1 -0
  31. package/lib/contracts/page.d.ts +482 -0
  32. package/lib/contracts/page.d.ts.map +1 -0
  33. package/lib/contracts/page.js +307 -0
  34. package/lib/contracts/page.js.map +1 -0
  35. package/lib/contracts/render.d.ts +1032 -0
  36. package/lib/contracts/render.d.ts.map +1 -0
  37. package/lib/contracts/render.js +386 -0
  38. package/lib/contracts/render.js.map +1 -0
  39. package/lib/contracts/semantic.d.ts +477 -0
  40. package/lib/contracts/semantic.d.ts.map +1 -0
  41. package/lib/contracts/semantic.js +111 -0
  42. package/lib/contracts/semantic.js.map +1 -0
  43. package/lib/contracts/tenant.d.ts +2495 -0
  44. package/lib/contracts/tenant.d.ts.map +1 -0
  45. package/lib/contracts/tenant.js +573 -0
  46. package/lib/contracts/tenant.js.map +1 -0
  47. package/lib/contracts/theme.d.ts +30 -0
  48. package/lib/contracts/theme.d.ts.map +1 -0
  49. package/lib/contracts/theme.js +55 -0
  50. package/lib/contracts/theme.js.map +1 -0
  51. package/lib/contracts/trend.d.ts +577 -0
  52. package/lib/contracts/trend.d.ts.map +1 -0
  53. package/lib/contracts/trend.js +276 -0
  54. package/lib/contracts/trend.js.map +1 -0
  55. package/lib/contracts/workflow-definition.d.ts +661 -0
  56. package/lib/contracts/workflow-definition.d.ts.map +1 -0
  57. package/lib/contracts/workflow-definition.js +337 -0
  58. package/lib/contracts/workflow-definition.js.map +1 -0
  59. package/lib/index.d.ts +7 -0
  60. package/lib/index.d.ts.map +1 -0
  61. package/lib/index.js +34 -0
  62. package/lib/index.js.map +1 -0
  63. package/lib/json-schema/agent-runtime-event.schema.json +104 -0
  64. package/lib/json-schema/application-handoff.schema.json +377 -0
  65. package/lib/json-schema/application-run.schema.json +302 -0
  66. package/lib/json-schema/artifact-manifest.schema.json +375 -0
  67. package/lib/json-schema/body-relation-record.schema.json +177 -0
  68. package/lib/json-schema/brand-body.schema.json +140 -0
  69. package/lib/json-schema/brand-genetics-profile.schema.json +169 -0
  70. package/lib/json-schema/capability-manifest.schema.json +412 -0
  71. package/lib/json-schema/capability-registry.schema.json +474 -0
  72. package/lib/json-schema/change-impact-graph.schema.json +274 -0
  73. package/lib/json-schema/completion-event.schema.json +321 -0
  74. package/lib/json-schema/completion-header.schema.json +276 -0
  75. package/lib/json-schema/concept-definition.schema.json +101 -0
  76. package/lib/json-schema/conductor-workflow-definition.schema.json +404 -0
  77. package/lib/json-schema/data-continuity-envelope.schema.json +269 -0
  78. package/lib/json-schema/domain-command-definition.schema.json +121 -0
  79. package/lib/json-schema/domain-command.schema.json +204 -0
  80. package/lib/json-schema/domain-event.schema.json +161 -0
  81. package/lib/json-schema/execution-link.schema.json +190 -0
  82. package/lib/json-schema/expiring-access-grant.schema.json +127 -0
  83. package/lib/json-schema/hotword-body.schema.json +186 -0
  84. package/lib/json-schema/index.json +56 -0
  85. package/lib/json-schema/lineage-record.schema.json +370 -0
  86. package/lib/json-schema/ontology-definition.schema.json +91 -0
  87. package/lib/json-schema/output-record.schema.json +157 -0
  88. package/lib/json-schema/overlay-node.schema.json +892 -0
  89. package/lib/json-schema/page-definition.schema.json +527 -0
  90. package/lib/json-schema/page-runtime-descriptor.schema.json +720 -0
  91. package/lib/json-schema/page-runtime-projection.schema.json +464 -0
  92. package/lib/json-schema/product-body.schema.json +178 -0
  93. package/lib/json-schema/product-declaration.schema.json +1410 -0
  94. package/lib/json-schema/projection-spec.schema.json +151 -0
  95. package/lib/json-schema/radar-action-record.schema.json +144 -0
  96. package/lib/json-schema/radar-analysis-run.schema.json +424 -0
  97. package/lib/json-schema/radar-opportunity-matrix.schema.json +155 -0
  98. package/lib/json-schema/radar-panorama.schema.json +235 -0
  99. package/lib/json-schema/radar-query-body.schema.json +101 -0
  100. package/lib/json-schema/radar-score-model-body.schema.json +88 -0
  101. package/lib/json-schema/radar-score-projection.schema.json +184 -0
  102. package/lib/json-schema/radar-selection.schema.json +134 -0
  103. package/lib/json-schema/radar-writeback-record.schema.json +124 -0
  104. package/lib/json-schema/render-node.schema.json +776 -0
  105. package/lib/json-schema/render-tree.schema.json +815 -0
  106. package/lib/json-schema/request-scope.schema.json +193 -0
  107. package/lib/json-schema/saved-radar-query.schema.json +123 -0
  108. package/lib/json-schema/tenant-product-config.schema.json +2720 -0
  109. package/lib/json-schema/tenant-runtime-config.schema.json +2654 -0
  110. package/lib/json-schema/theme-tokens.schema.json +1836 -0
  111. package/lib/json-schema/trend-ingest-run.schema.json +73 -0
  112. package/lib/json-schema/trend-metric-snapshot.schema.json +126 -0
  113. package/lib/json-schema/trend-source-record.schema.json +206 -0
  114. package/lib/json-schema/view-provider-descriptor.schema.json +317 -0
  115. package/lib/json-schema/workflow-definition.schema.json +2174 -0
  116. package/lib/runtime/capability-registry.d.ts +28 -0
  117. package/lib/runtime/capability-registry.d.ts.map +1 -0
  118. package/lib/runtime/capability-registry.js +147 -0
  119. package/lib/runtime/capability-registry.js.map +1 -0
  120. package/lib/runtime/declaration-compiler.d.ts +44 -0
  121. package/lib/runtime/declaration-compiler.d.ts.map +1 -0
  122. package/lib/runtime/declaration-compiler.js +323 -0
  123. package/lib/runtime/declaration-compiler.js.map +1 -0
  124. package/lib/runtime/index.d.ts +12 -0
  125. package/lib/runtime/index.d.ts.map +1 -0
  126. package/lib/runtime/index.js +28 -0
  127. package/lib/runtime/index.js.map +1 -0
  128. package/lib/runtime/page-compiler.d.ts +36 -0
  129. package/lib/runtime/page-compiler.d.ts.map +1 -0
  130. package/lib/runtime/page-compiler.js +220 -0
  131. package/lib/runtime/page-compiler.js.map +1 -0
  132. package/lib/runtime/product-runtime.d.ts +37 -0
  133. package/lib/runtime/product-runtime.d.ts.map +1 -0
  134. package/lib/runtime/product-runtime.js +80 -0
  135. package/lib/runtime/product-runtime.js.map +1 -0
  136. package/lib/runtime/render-tree-compiler.d.ts +11 -0
  137. package/lib/runtime/render-tree-compiler.d.ts.map +1 -0
  138. package/lib/runtime/render-tree-compiler.js +85 -0
  139. package/lib/runtime/render-tree-compiler.js.map +1 -0
  140. package/lib/runtime/tenant-config.d.ts +13 -0
  141. package/lib/runtime/tenant-config.d.ts.map +1 -0
  142. package/lib/runtime/tenant-config.js +31 -0
  143. package/lib/runtime/tenant-config.js.map +1 -0
  144. package/lib/runtime/tenant-runtime-bindings.d.ts +21 -0
  145. package/lib/runtime/tenant-runtime-bindings.d.ts.map +1 -0
  146. package/lib/runtime/tenant-runtime-bindings.js +50 -0
  147. package/lib/runtime/tenant-runtime-bindings.js.map +1 -0
  148. package/lib/runtime/theme-tokens.d.ts +2 -0
  149. package/lib/runtime/theme-tokens.d.ts.map +1 -0
  150. package/lib/runtime/theme-tokens.js +13 -0
  151. package/lib/runtime/theme-tokens.js.map +1 -0
  152. package/lib/runtime/view-provider-registry.d.ts +23 -0
  153. package/lib/runtime/view-provider-registry.d.ts.map +1 -0
  154. package/lib/runtime/view-provider-registry.js +150 -0
  155. package/lib/runtime/view-provider-registry.js.map +1 -0
  156. package/lib/runtime/view-render-model.d.ts +28 -0
  157. package/lib/runtime/view-render-model.d.ts.map +1 -0
  158. package/lib/runtime/view-render-model.js +125 -0
  159. package/lib/runtime/view-render-model.js.map +1 -0
  160. package/lib/runtime/workflow-compiler.d.ts +29 -0
  161. package/lib/runtime/workflow-compiler.d.ts.map +1 -0
  162. package/lib/runtime/workflow-compiler.js +100 -0
  163. package/lib/runtime/workflow-compiler.js.map +1 -0
  164. package/lib/schemas/index.d.ts +4461 -0
  165. package/lib/schemas/index.d.ts.map +1 -0
  166. package/lib/schemas/index.js +187 -0
  167. package/lib/schemas/index.js.map +1 -0
  168. package/lib/theme-tokens/core.d.ts +65 -0
  169. package/lib/theme-tokens/core.d.ts.map +1 -0
  170. package/lib/theme-tokens/core.js +490 -0
  171. package/lib/theme-tokens/core.js.map +1 -0
  172. package/lib/types/i18n.d.ts +19 -0
  173. package/lib/types/i18n.d.ts.map +1 -0
  174. package/lib/types/i18n.js +3 -0
  175. package/lib/types/i18n.js.map +1 -0
  176. package/lib/types/index.d.ts +4 -0
  177. package/lib/types/index.d.ts.map +1 -0
  178. package/lib/types/index.js +20 -0
  179. package/lib/types/index.js.map +1 -0
  180. package/lib/types/tool.d.ts +123 -0
  181. package/lib/types/tool.d.ts.map +1 -0
  182. package/lib/types/tool.js +20 -0
  183. package/lib/types/tool.js.map +1 -0
  184. package/lib/types/workflow.d.ts +80 -0
  185. package/lib/types/workflow.d.ts.map +1 -0
  186. package/lib/types/workflow.js +23 -0
  187. package/lib/types/workflow.js.map +1 -0
  188. package/package.json +58 -0
@@ -0,0 +1,142 @@
1
+ import { z } from 'zod';
2
+ export declare const DataContinuityEnvelopeSchema: z.ZodObject<{
3
+ contract: z.ZodLiteral<"DataContinuityEnvelope">;
4
+ tenantId: z.ZodString;
5
+ teamId: z.ZodString;
6
+ sourceRef: z.ZodOptional<z.ZodObject<{
7
+ kind: z.ZodString;
8
+ id: z.ZodString;
9
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
10
+ ownerRepo: z.ZodOptional<z.ZodString>;
11
+ }, z.core.$strict>>;
12
+ bodyRef: z.ZodOptional<z.ZodObject<{
13
+ kind: z.ZodString;
14
+ id: z.ZodString;
15
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
16
+ ownerRepo: z.ZodOptional<z.ZodString>;
17
+ }, z.core.$strict>>;
18
+ runRef: z.ZodOptional<z.ZodObject<{
19
+ kind: z.ZodString;
20
+ id: z.ZodString;
21
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
22
+ ownerRepo: z.ZodOptional<z.ZodString>;
23
+ }, z.core.$strict>>;
24
+ outputRef: z.ZodOptional<z.ZodObject<{
25
+ kind: z.ZodString;
26
+ id: z.ZodString;
27
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
28
+ ownerRepo: z.ZodOptional<z.ZodString>;
29
+ }, z.core.$strict>>;
30
+ artifactRef: z.ZodOptional<z.ZodObject<{
31
+ kind: z.ZodString;
32
+ id: z.ZodString;
33
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
34
+ ownerRepo: z.ZodOptional<z.ZodString>;
35
+ }, z.core.$strict>>;
36
+ requestId: z.ZodString;
37
+ actorRef: z.ZodObject<{
38
+ kind: z.ZodString;
39
+ id: z.ZodString;
40
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
41
+ ownerRepo: z.ZodOptional<z.ZodString>;
42
+ }, z.core.$strict>;
43
+ schemaVersion: z.ZodNumber;
44
+ }, z.core.$strict>;
45
+ export declare const BodyRelationRecordSchema: z.ZodObject<{
46
+ contract: z.ZodLiteral<"BodyRelationRecord">;
47
+ relationId: z.ZodString;
48
+ relationKind: z.ZodString;
49
+ subjectRef: z.ZodObject<{
50
+ kind: z.ZodString;
51
+ id: z.ZodString;
52
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
53
+ ownerRepo: z.ZodOptional<z.ZodString>;
54
+ }, z.core.$strict>;
55
+ objectRef: z.ZodObject<{
56
+ kind: z.ZodString;
57
+ id: z.ZodString;
58
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
59
+ ownerRepo: z.ZodOptional<z.ZodString>;
60
+ }, z.core.$strict>;
61
+ ownerRepo: z.ZodString;
62
+ authorityScope: z.ZodEnum<{
63
+ team: "team";
64
+ tenant: "tenant";
65
+ global: "global";
66
+ }>;
67
+ properties: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>>;
68
+ createdAt: z.ZodString;
69
+ updatedAt: z.ZodString;
70
+ }, z.core.$strict>;
71
+ export declare const ApplicationRunSchema: z.ZodObject<{
72
+ contract: z.ZodLiteral<"ApplicationRun">;
73
+ runId: z.ZodString;
74
+ definitionRef: z.ZodObject<{
75
+ kind: z.ZodString;
76
+ id: z.ZodString;
77
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
78
+ ownerRepo: z.ZodOptional<z.ZodString>;
79
+ }, z.core.$strict>;
80
+ runtimeLedgerRef: z.ZodObject<{
81
+ kind: z.ZodString;
82
+ id: z.ZodString;
83
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
84
+ ownerRepo: z.ZodOptional<z.ZodString>;
85
+ }, z.core.$strict>;
86
+ requestId: z.ZodString;
87
+ actorRef: z.ZodObject<{
88
+ kind: z.ZodString;
89
+ id: z.ZodString;
90
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
91
+ ownerRepo: z.ZodOptional<z.ZodString>;
92
+ }, z.core.$strict>;
93
+ status: z.ZodEnum<{
94
+ FAILED: "FAILED";
95
+ CANCELLED: "CANCELLED";
96
+ PENDING: "PENDING";
97
+ RUNNING: "RUNNING";
98
+ COMPLETED: "COMPLETED";
99
+ EXPIRED: "EXPIRED";
100
+ }>;
101
+ inputRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
102
+ kind: z.ZodString;
103
+ id: z.ZodString;
104
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
105
+ ownerRepo: z.ZodOptional<z.ZodString>;
106
+ }, z.core.$strict>>>;
107
+ outputRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
108
+ kind: z.ZodString;
109
+ id: z.ZodString;
110
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
111
+ ownerRepo: z.ZodOptional<z.ZodString>;
112
+ }, z.core.$strict>>>;
113
+ startedAt: z.ZodOptional<z.ZodString>;
114
+ completedAt: z.ZodOptional<z.ZodString>;
115
+ expiresAt: z.ZodOptional<z.ZodString>;
116
+ metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>>;
117
+ }, z.core.$strict>;
118
+ export declare const ExpiringAccessGrantSchema: z.ZodObject<{
119
+ contract: z.ZodLiteral<"ExpiringAccessGrant">;
120
+ grantId: z.ZodString;
121
+ subjectRef: z.ZodObject<{
122
+ kind: z.ZodString;
123
+ id: z.ZodString;
124
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
125
+ ownerRepo: z.ZodOptional<z.ZodString>;
126
+ }, z.core.$strict>;
127
+ resourceRef: z.ZodObject<{
128
+ kind: z.ZodString;
129
+ id: z.ZodString;
130
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
131
+ ownerRepo: z.ZodOptional<z.ZodString>;
132
+ }, z.core.$strict>;
133
+ permissions: z.ZodArray<z.ZodString>;
134
+ issuedAt: z.ZodString;
135
+ expiresAt: z.ZodString;
136
+ revokedAt: z.ZodOptional<z.ZodString>;
137
+ }, z.core.$strict>;
138
+ export type DataContinuityEnvelope = z.infer<typeof DataContinuityEnvelopeSchema>;
139
+ export type BodyRelationRecord = z.infer<typeof BodyRelationRecordSchema>;
140
+ export type ApplicationRun = z.infer<typeof ApplicationRunSchema>;
141
+ export type ExpiringAccessGrant = z.infer<typeof ExpiringAccessGrantSchema>;
142
+ //# sourceMappingURL=continuity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"continuity.d.ts","sourceRoot":"","sources":["../../src/contracts/continuity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkBtC,CAAC;AAEJ,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;kBAa1B,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAgBtB,CAAC;AAEZ,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;kBAY0E,CAAC;AAEjH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAClF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExpiringAccessGrantSchema = exports.ApplicationRunSchema = exports.BodyRelationRecordSchema = exports.DataContinuityEnvelopeSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ const common_1 = require("./common");
6
+ exports.DataContinuityEnvelopeSchema = zod_1.z
7
+ .object({
8
+ contract: zod_1.z.literal('DataContinuityEnvelope'),
9
+ tenantId: common_1.ContractIdentifierSchema,
10
+ teamId: common_1.ContractIdentifierSchema,
11
+ sourceRef: common_1.EntityRefSchema.optional(),
12
+ bodyRef: common_1.EntityRefSchema.optional(),
13
+ runRef: common_1.EntityRefSchema.optional(),
14
+ outputRef: common_1.EntityRefSchema.optional(),
15
+ artifactRef: common_1.EntityRefSchema.optional(),
16
+ requestId: common_1.ContractIdentifierSchema,
17
+ actorRef: common_1.EntityRefSchema,
18
+ schemaVersion: common_1.ContractVersionSchema,
19
+ })
20
+ .strict()
21
+ .refine(value => Boolean(value.sourceRef || value.bodyRef || value.runRef || value.outputRef || value.artifactRef), 'At least one continuity ref is required.');
22
+ exports.BodyRelationRecordSchema = zod_1.z
23
+ .object({
24
+ contract: zod_1.z.literal('BodyRelationRecord'),
25
+ relationId: common_1.ContractIdentifierSchema,
26
+ relationKind: common_1.ContractIdentifierSchema,
27
+ subjectRef: common_1.EntityRefSchema,
28
+ objectRef: common_1.EntityRefSchema,
29
+ ownerRepo: common_1.ContractIdentifierSchema,
30
+ authorityScope: zod_1.z.enum(['tenant', 'team', 'global']),
31
+ properties: common_1.JsonObjectSchema.default({}),
32
+ createdAt: common_1.IsoDateTimeSchema,
33
+ updatedAt: common_1.IsoDateTimeSchema,
34
+ })
35
+ .strict();
36
+ exports.ApplicationRunSchema = zod_1.z
37
+ .object({
38
+ contract: zod_1.z.literal('ApplicationRun'),
39
+ runId: common_1.ContractIdentifierSchema,
40
+ definitionRef: common_1.EntityRefSchema,
41
+ runtimeLedgerRef: common_1.EntityRefSchema,
42
+ requestId: common_1.ContractIdentifierSchema,
43
+ actorRef: common_1.EntityRefSchema,
44
+ status: zod_1.z.enum(['PENDING', 'RUNNING', 'COMPLETED', 'FAILED', 'CANCELLED', 'EXPIRED']),
45
+ inputRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
46
+ outputRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
47
+ startedAt: common_1.IsoDateTimeSchema.optional(),
48
+ completedAt: common_1.IsoDateTimeSchema.optional(),
49
+ expiresAt: common_1.IsoDateTimeSchema.optional(),
50
+ metadata: common_1.JsonObjectSchema.default({}),
51
+ })
52
+ .strict();
53
+ exports.ExpiringAccessGrantSchema = zod_1.z
54
+ .object({
55
+ contract: zod_1.z.literal('ExpiringAccessGrant'),
56
+ grantId: common_1.ContractIdentifierSchema,
57
+ subjectRef: common_1.EntityRefSchema,
58
+ resourceRef: common_1.EntityRefSchema,
59
+ permissions: zod_1.z.array(common_1.ContractIdentifierSchema).min(1),
60
+ issuedAt: common_1.IsoDateTimeSchema,
61
+ expiresAt: common_1.IsoDateTimeSchema,
62
+ revokedAt: common_1.IsoDateTimeSchema.optional(),
63
+ })
64
+ .strict()
65
+ .refine(value => Date.parse(value.expiresAt) > Date.parse(value.issuedAt), 'expiresAt must be after issuedAt');
66
+ //# sourceMappingURL=continuity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"continuity.js","sourceRoot":"","sources":["../../src/contracts/continuity.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,135 @@
1
+ import { z } from 'zod';
2
+ export declare const SourceRecordRefSchema: z.ZodObject<{
3
+ sourceId: z.ZodString;
4
+ recordId: z.ZodString;
5
+ recordVersion: z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>;
6
+ hash: z.ZodString;
7
+ }, z.core.$strict>;
8
+ export declare const OntologyDefinitionSchema: z.ZodObject<{
9
+ contract: z.ZodLiteral<"OntologyDefinition">;
10
+ ontologyId: z.ZodString;
11
+ dataSpaceId: z.ZodString;
12
+ ownerRepo: z.ZodString;
13
+ bodySchemaRef: z.ZodString;
14
+ authority: z.ZodObject<{
15
+ service: z.ZodString;
16
+ storage: z.ZodString;
17
+ scope: z.ZodEnum<{
18
+ team: "team";
19
+ tenant: "tenant";
20
+ global: "global";
21
+ user: "user";
22
+ }>;
23
+ }, z.core.$strict>;
24
+ relationKinds: z.ZodDefault<z.ZodArray<z.ZodString>>;
25
+ metricKinds: z.ZodDefault<z.ZodArray<z.ZodString>>;
26
+ }, z.core.$strict>;
27
+ export declare const ProjectionSpecSchema: z.ZodObject<{
28
+ contract: z.ZodLiteral<"ProjectionSpec">;
29
+ projectionId: z.ZodString;
30
+ ontologyIds: z.ZodArray<z.ZodString>;
31
+ outputSchemaRef: z.ZodString;
32
+ operator: z.ZodObject<{
33
+ kind: z.ZodEnum<{
34
+ query: "query";
35
+ custom: "custom";
36
+ search: "search";
37
+ aggregate: "aggregate";
38
+ relationship: "relationship";
39
+ }>;
40
+ configuration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>>>;
41
+ }, z.core.$strict>;
42
+ materialization: z.ZodEnum<{
43
+ "on-demand": "on-demand";
44
+ "event-driven": "event-driven";
45
+ scheduled: "scheduled";
46
+ }>;
47
+ invalidationEvents: z.ZodDefault<z.ZodArray<z.ZodString>>;
48
+ rebuildable: z.ZodLiteral<true>;
49
+ lineagePolicy: z.ZodObject<{
50
+ sourceRecords: z.ZodBoolean;
51
+ bodyVersions: z.ZodBoolean;
52
+ runRefs: z.ZodBoolean;
53
+ actorRefs: z.ZodBoolean;
54
+ }, z.core.$strict>;
55
+ }, z.core.$strict>;
56
+ export declare const LineageRecordSchema: z.ZodObject<{
57
+ contract: z.ZodLiteral<"LineageRecord">;
58
+ lineageId: z.ZodString;
59
+ subjectRef: z.ZodObject<{
60
+ kind: z.ZodString;
61
+ id: z.ZodString;
62
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
63
+ ownerRepo: z.ZodOptional<z.ZodString>;
64
+ }, z.core.$strict>;
65
+ sourceRecords: z.ZodDefault<z.ZodArray<z.ZodObject<{
66
+ sourceId: z.ZodString;
67
+ recordId: z.ZodString;
68
+ recordVersion: z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>;
69
+ hash: z.ZodString;
70
+ }, z.core.$strict>>>;
71
+ bodyRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
72
+ kind: z.ZodString;
73
+ id: z.ZodString;
74
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
75
+ ownerRepo: z.ZodOptional<z.ZodString>;
76
+ }, z.core.$strict>>>;
77
+ runRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
78
+ kind: z.ZodString;
79
+ id: z.ZodString;
80
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
81
+ ownerRepo: z.ZodOptional<z.ZodString>;
82
+ }, z.core.$strict>>>;
83
+ outputRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
84
+ kind: z.ZodString;
85
+ id: z.ZodString;
86
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
87
+ ownerRepo: z.ZodOptional<z.ZodString>;
88
+ }, z.core.$strict>>>;
89
+ artifactRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
90
+ kind: z.ZodString;
91
+ id: z.ZodString;
92
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
93
+ ownerRepo: z.ZodOptional<z.ZodString>;
94
+ }, z.core.$strict>>>;
95
+ actorRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
96
+ kind: z.ZodString;
97
+ id: z.ZodString;
98
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
99
+ ownerRepo: z.ZodOptional<z.ZodString>;
100
+ }, z.core.$strict>>>;
101
+ evidenceRefs: z.ZodDefault<z.ZodArray<z.ZodObject<{
102
+ kind: z.ZodString;
103
+ id: z.ZodString;
104
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
105
+ ownerRepo: z.ZodOptional<z.ZodString>;
106
+ }, z.core.$strict>>>;
107
+ recordedAt: z.ZodString;
108
+ }, z.core.$strict>;
109
+ export declare const DomainEventSchema: z.ZodObject<{
110
+ contract: z.ZodLiteral<"DomainEvent">;
111
+ eventId: z.ZodString;
112
+ eventType: z.ZodString;
113
+ aggregateRef: z.ZodObject<{
114
+ kind: z.ZodString;
115
+ id: z.ZodString;
116
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
117
+ ownerRepo: z.ZodOptional<z.ZodString>;
118
+ }, z.core.$strict>;
119
+ aggregateVersion: z.ZodNumber;
120
+ requestId: z.ZodString;
121
+ actorRef: z.ZodObject<{
122
+ kind: z.ZodString;
123
+ id: z.ZodString;
124
+ version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
125
+ ownerRepo: z.ZodOptional<z.ZodString>;
126
+ }, z.core.$strict>;
127
+ payload: z.ZodType<import("./common").JsonValue, unknown, z.core.$ZodTypeInternals<import("./common").JsonValue, unknown>>;
128
+ occurredAt: z.ZodString;
129
+ }, z.core.$strict>;
130
+ export type SourceRecordRef = z.infer<typeof SourceRecordRefSchema>;
131
+ export type OntologyDefinition = z.infer<typeof OntologyDefinitionSchema>;
132
+ export type ProjectionSpec = z.infer<typeof ProjectionSpecSchema>;
133
+ export type LineageRecord = z.infer<typeof LineageRecordSchema>;
134
+ export type DomainEvent = z.infer<typeof DomainEventSchema>;
135
+ //# sourceMappingURL=data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/contracts/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,qBAAqB;;;;;kBAOvB,CAAC;AAEZ,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;kBAiB1B,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAwBtB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAcrB,CAAC;AAEZ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;kBAYnB,CAAC;AAEZ,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DomainEventSchema = exports.LineageRecordSchema = exports.ProjectionSpecSchema = exports.OntologyDefinitionSchema = exports.SourceRecordRefSchema = void 0;
4
+ const zod_1 = require("zod");
5
+ const common_1 = require("./common");
6
+ exports.SourceRecordRefSchema = zod_1.z
7
+ .object({
8
+ sourceId: common_1.ContractIdentifierSchema,
9
+ recordId: common_1.ContractIdentifierSchema,
10
+ recordVersion: zod_1.z.union([zod_1.z.number().int().nonnegative(), common_1.ContractIdentifierSchema]),
11
+ hash: common_1.Sha256Schema,
12
+ })
13
+ .strict();
14
+ exports.OntologyDefinitionSchema = zod_1.z
15
+ .object({
16
+ contract: zod_1.z.literal('OntologyDefinition'),
17
+ ontologyId: common_1.ContractIdentifierSchema,
18
+ dataSpaceId: common_1.ContractIdentifierSchema,
19
+ ownerRepo: common_1.ContractIdentifierSchema,
20
+ bodySchemaRef: common_1.ContractIdentifierSchema,
21
+ authority: zod_1.z
22
+ .object({
23
+ service: common_1.ContractIdentifierSchema,
24
+ storage: common_1.ContractIdentifierSchema,
25
+ scope: zod_1.z.enum(['tenant', 'team', 'user', 'global']),
26
+ })
27
+ .strict(),
28
+ relationKinds: zod_1.z.array(common_1.ContractIdentifierSchema).default([]),
29
+ metricKinds: zod_1.z.array(common_1.ContractIdentifierSchema).default([]),
30
+ })
31
+ .strict();
32
+ exports.ProjectionSpecSchema = zod_1.z
33
+ .object({
34
+ contract: zod_1.z.literal('ProjectionSpec'),
35
+ projectionId: common_1.ContractIdentifierSchema,
36
+ ontologyIds: zod_1.z.array(common_1.ContractIdentifierSchema).min(1),
37
+ outputSchemaRef: common_1.ContractIdentifierSchema,
38
+ operator: zod_1.z
39
+ .object({
40
+ kind: zod_1.z.enum(['query', 'aggregate', 'relationship', 'search', 'custom']),
41
+ configuration: zod_1.z.record(zod_1.z.string(), common_1.JsonValueSchema).default({}),
42
+ })
43
+ .strict(),
44
+ materialization: zod_1.z.enum(['on-demand', 'event-driven', 'scheduled']),
45
+ invalidationEvents: zod_1.z.array(common_1.ContractIdentifierSchema).default([]),
46
+ rebuildable: zod_1.z.literal(true),
47
+ lineagePolicy: zod_1.z
48
+ .object({
49
+ sourceRecords: zod_1.z.boolean(),
50
+ bodyVersions: zod_1.z.boolean(),
51
+ runRefs: zod_1.z.boolean(),
52
+ actorRefs: zod_1.z.boolean(),
53
+ })
54
+ .strict(),
55
+ })
56
+ .strict();
57
+ exports.LineageRecordSchema = zod_1.z
58
+ .object({
59
+ contract: zod_1.z.literal('LineageRecord'),
60
+ lineageId: common_1.ContractIdentifierSchema,
61
+ subjectRef: common_1.EntityRefSchema,
62
+ sourceRecords: zod_1.z.array(exports.SourceRecordRefSchema).default([]),
63
+ bodyRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
64
+ runRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
65
+ outputRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
66
+ artifactRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
67
+ actorRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
68
+ evidenceRefs: zod_1.z.array(common_1.EntityRefSchema).default([]),
69
+ recordedAt: common_1.IsoDateTimeSchema,
70
+ })
71
+ .strict();
72
+ exports.DomainEventSchema = zod_1.z
73
+ .object({
74
+ contract: zod_1.z.literal('DomainEvent'),
75
+ eventId: common_1.ContractIdentifierSchema,
76
+ eventType: common_1.ContractIdentifierSchema,
77
+ aggregateRef: common_1.EntityRefSchema,
78
+ aggregateVersion: zod_1.z.number().int().nonnegative(),
79
+ requestId: common_1.ContractIdentifierSchema,
80
+ actorRef: common_1.EntityRefSchema,
81
+ payload: common_1.JsonValueSchema,
82
+ occurredAt: common_1.IsoDateTimeSchema,
83
+ })
84
+ .strict();
85
+ //# sourceMappingURL=data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.js","sourceRoot":"","sources":["../../src/contracts/data.ts"],"names":[],"mappings":"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"}