@blue-repository/types 0.7.0 → 0.9.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 +1 -1
- package/dist/meta.d.ts +2 -2
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +2 -6
- package/dist/meta.js.map +1 -1
- package/dist/packages/common/index.d.ts +1 -1
- package/dist/packages/common/meta.d.ts +1 -1
- package/dist/packages/common/meta.js +1 -1
- package/dist/packages/conversation/blue-ids.d.ts +14 -11
- package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
- package/dist/packages/conversation/blue-ids.js +14 -11
- package/dist/packages/conversation/blue-ids.js.map +1 -1
- package/dist/packages/conversation/contents/AcceptChangeWorkflow.d.ts +3 -3
- package/dist/packages/conversation/contents/AcceptChangeWorkflow.js +3 -3
- package/dist/packages/conversation/contents/AcceptChangeWorkflow.js.map +1 -1
- package/dist/packages/conversation/contents/ChangeOperation.d.ts +1 -1
- package/dist/packages/conversation/contents/ChangeOperation.js +1 -1
- package/dist/packages/conversation/contents/ChangeRequest.d.ts +12 -6
- package/dist/packages/conversation/contents/ChangeRequest.d.ts.map +1 -1
- package/dist/packages/conversation/contents/ChangeRequest.js +12 -6
- package/dist/packages/conversation/contents/ChangeRequest.js.map +1 -1
- package/dist/packages/conversation/contents/ChangeWorkflow.d.ts +4 -4
- package/dist/packages/conversation/contents/ChangeWorkflow.js +4 -4
- package/dist/packages/conversation/contents/ChangeWorkflow.js.map +1 -1
- package/dist/packages/conversation/contents/ContractsChangePolicy.d.ts +14 -0
- package/dist/packages/conversation/contents/ContractsChangePolicy.d.ts.map +1 -0
- package/dist/packages/conversation/contents/ContractsChangePolicy.js +14 -0
- package/dist/packages/conversation/contents/ContractsChangePolicy.js.map +1 -0
- package/dist/packages/conversation/contents/DocumentSection.d.ts +15 -3
- package/dist/packages/conversation/contents/DocumentSection.d.ts.map +1 -1
- package/dist/packages/conversation/contents/DocumentSection.js +15 -3
- package/dist/packages/conversation/contents/DocumentSection.js.map +1 -1
- package/dist/packages/conversation/contents/DocumentSectionChangeEntry.d.ts +29 -0
- package/dist/packages/conversation/contents/DocumentSectionChangeEntry.d.ts.map +1 -0
- package/dist/packages/conversation/contents/DocumentSectionChangeEntry.js +29 -0
- package/dist/packages/conversation/contents/DocumentSectionChangeEntry.js.map +1 -0
- package/dist/packages/conversation/contents/DocumentSectionChanges.d.ts +32 -0
- package/dist/packages/conversation/contents/DocumentSectionChanges.d.ts.map +1 -0
- package/dist/packages/conversation/contents/DocumentSectionChanges.js +32 -0
- package/dist/packages/conversation/contents/DocumentSectionChanges.js.map +1 -0
- package/dist/packages/conversation/contents/JavaScriptCode.d.ts +1 -1
- package/dist/packages/conversation/contents/JavaScriptCode.js +1 -1
- package/dist/packages/conversation/contents/JavaScriptCode.js.map +1 -1
- package/dist/packages/conversation/contents/ProposeChangeOperation.d.ts +1 -1
- package/dist/packages/conversation/contents/ProposeChangeOperation.js +1 -1
- package/dist/packages/conversation/contents/ProposeChangeWorkflow.d.ts +4 -4
- package/dist/packages/conversation/contents/ProposeChangeWorkflow.js +4 -4
- package/dist/packages/conversation/contents/ProposeChangeWorkflow.js.map +1 -1
- package/dist/packages/conversation/contents/RejectChangeWorkflow.d.ts +3 -3
- package/dist/packages/conversation/contents/RejectChangeWorkflow.js +3 -3
- package/dist/packages/conversation/contents/TriggerEvent.d.ts +1 -1
- package/dist/packages/conversation/contents/TriggerEvent.js +1 -1
- package/dist/packages/conversation/contents/TriggerEvent.js.map +1 -1
- package/dist/packages/conversation/contents/UpdateDocument.d.ts +1 -1
- package/dist/packages/conversation/contents/UpdateDocument.js +1 -1
- package/dist/packages/conversation/contents/UpdateDocument.js.map +1 -1
- package/dist/packages/conversation/contents/index.d.ts +317 -224
- package/dist/packages/conversation/contents/index.d.ts.map +1 -1
- package/dist/packages/conversation/contents/index.js +40 -31
- package/dist/packages/conversation/contents/index.js.map +1 -1
- package/dist/packages/conversation/index.d.ts +2859 -298
- package/dist/packages/conversation/index.d.ts.map +1 -1
- package/dist/packages/conversation/meta.d.ts +78 -48
- package/dist/packages/conversation/meta.d.ts.map +1 -1
- package/dist/packages/conversation/meta.js +70 -37
- package/dist/packages/conversation/meta.js.map +1 -1
- package/dist/packages/conversation/schemas/ChangeOperation.d.ts +436 -5
- package/dist/packages/conversation/schemas/ChangeOperation.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/ChangeRequest.d.ts +348 -3
- package/dist/packages/conversation/schemas/ChangeRequest.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/ChangeRequest.js +3 -1
- package/dist/packages/conversation/schemas/ChangeRequest.js.map +1 -1
- package/dist/packages/conversation/schemas/ChangeWorkflow.d.ts +436 -5
- package/dist/packages/conversation/schemas/ChangeWorkflow.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/ContractsChangePolicy.d.ts +25 -0
- package/dist/packages/conversation/schemas/ContractsChangePolicy.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/ContractsChangePolicy.js +10 -0
- package/dist/packages/conversation/schemas/ContractsChangePolicy.js.map +1 -0
- package/dist/packages/conversation/schemas/DocumentSection.d.ts +6 -0
- package/dist/packages/conversation/schemas/DocumentSection.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/DocumentSection.js +2 -0
- package/dist/packages/conversation/schemas/DocumentSection.js.map +1 -1
- package/dist/packages/conversation/schemas/DocumentSectionChangeEntry.d.ts +88 -0
- package/dist/packages/conversation/schemas/DocumentSectionChangeEntry.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/DocumentSectionChangeEntry.js +13 -0
- package/dist/packages/conversation/schemas/DocumentSectionChangeEntry.js.map +1 -0
- package/dist/packages/conversation/schemas/DocumentSectionChanges.d.ts +262 -0
- package/dist/packages/conversation/schemas/DocumentSectionChanges.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/DocumentSectionChanges.js +12 -0
- package/dist/packages/conversation/schemas/DocumentSectionChanges.js.map +1 -0
- package/dist/packages/conversation/schemas/InformUserAboutPendingAction.d.ts +2 -2
- package/dist/packages/conversation/schemas/ProposeChangeOperation.d.ts +436 -5
- package/dist/packages/conversation/schemas/ProposeChangeOperation.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/ProposeChangeWorkflow.d.ts +436 -5
- package/dist/packages/conversation/schemas/ProposeChangeWorkflow.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/index.d.ts +2480 -36
- package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/index.js +20 -11
- package/dist/packages/conversation/schemas/index.js.map +1 -1
- package/dist/packages/myos/blue-ids.d.ts +8 -8
- package/dist/packages/myos/blue-ids.js +8 -8
- package/dist/packages/myos/contents/ChatGPTConnectorAgent.d.ts +1 -1
- package/dist/packages/myos/contents/ChatGPTConnectorAgent.js +1 -1
- package/dist/packages/myos/contents/DocumentSessionBootstrap.d.ts +9 -9
- package/dist/packages/myos/contents/DocumentSessionBootstrap.js +9 -9
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.d.ts +3 -3
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.js +3 -3
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.d.ts +3 -3
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.js +3 -3
- package/dist/packages/myos/contents/MyOSAdminBase.d.ts +1 -1
- package/dist/packages/myos/contents/MyOSAdminBase.js +1 -1
- package/dist/packages/myos/contents/SingleDocumentPermissionGrantToAccount.d.ts +3 -3
- package/dist/packages/myos/contents/SingleDocumentPermissionGrantToAccount.js +3 -3
- package/dist/packages/myos/contents/SingleDocumentPermissionGrantToDocument.d.ts +3 -3
- package/dist/packages/myos/contents/SingleDocumentPermissionGrantToDocument.js +3 -3
- package/dist/packages/myos/contents/WorkerAgencyPermissionGrant.d.ts +3 -3
- package/dist/packages/myos/contents/WorkerAgencyPermissionGrant.js +3 -3
- package/dist/packages/myos/contents/index.d.ts +585 -585
- package/dist/packages/myos/contents/index.d.ts.map +1 -1
- package/dist/packages/myos/contents/index.js +24 -24
- package/dist/packages/myos/contents/index.js.map +1 -1
- package/dist/packages/myos/index.d.ts +688 -688
- package/dist/packages/myos/meta.d.ts +37 -37
- package/dist/packages/myos/meta.js +29 -29
- package/dist/packages/myos/meta.js.map +1 -1
- package/dist/packages/myos/schemas/DocumentSessionBootstrap.d.ts +24 -24
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts +2 -2
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts +2 -2
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToAccount.d.ts +2 -2
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToDocument.d.ts +2 -2
- package/dist/packages/myos/schemas/index.d.ts +40 -40
- package/dist/packages/myos/schemas/index.js +8 -8
- package/dist/packages/myos/schemas/index.js.map +1 -1
- package/dist/packages/paynote/blue-ids.d.ts +1 -1
- package/dist/packages/paynote/blue-ids.js +1 -1
- package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +9 -9
- package/dist/packages/paynote/contents/PayNoteDelivery.js +9 -9
- package/dist/packages/paynote/contents/index.d.ts +18 -18
- package/dist/packages/paynote/contents/index.js +3 -3
- package/dist/packages/paynote/index.d.ts +38 -38
- package/dist/packages/paynote/meta.d.ts +16 -16
- package/dist/packages/paynote/meta.js +15 -15
- package/dist/packages/paynote/schemas/PayNote.d.ts +4 -4
- package/dist/packages/paynote/schemas/index.d.ts +5 -5
- package/dist/packages/paynote/schemas/index.js +1 -1
- package/dist/repository.d.ts +3655 -1094
- package/dist/repository.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -22,48 +22,26 @@ declare const _default: {
|
|
|
22
22
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
readonly '
|
|
26
|
-
readonly description: "
|
|
27
|
-
readonly
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
readonly '2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2': {
|
|
26
|
+
readonly description: "Conversation workflow step that enqueues an event as part of the workflow.\n- Gas accounting (when and what is charged):\n - Base step charge (once per run of this step): 30.\n - Expression/template resolution under \"/event\" (if present):\n - Expressions run in the deterministic QuickJS VM (same sandbox and\n bindings as the JavaScript Code step).\n - VM gas is converted to host gas as:\n hostGas = ceil(wasmFuel / 1700)\n (calibration factor currently 1700 fuel per host gas unit).\n - Any document(<pointer>) used inside expressions/templates charges\n per call: 8 + depth(pointer) + ceil(snapshotBytes/100).\n - Event emission (enqueue): 20 + ceil(eventBytes/100) for the final event\n payload after expression resolution.\n";
|
|
27
|
+
readonly event: {
|
|
28
|
+
readonly description: "The event payload to enqueue (any Blue node).";
|
|
29
|
+
};
|
|
30
|
+
readonly name: "Trigger Event";
|
|
31
|
+
readonly type: {
|
|
32
|
+
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
33
33
|
};
|
|
34
|
+
};
|
|
35
|
+
readonly '2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx': {
|
|
36
|
+
readonly description: "Operation to propose a document change for later acceptance or rejection.";
|
|
37
|
+
readonly name: "Propose Change Operation";
|
|
34
38
|
readonly request: {
|
|
35
|
-
readonly description: "Expected request payload for this workflow.";
|
|
36
39
|
readonly type: {
|
|
37
|
-
readonly blueId: "
|
|
40
|
+
readonly blueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
38
41
|
};
|
|
39
42
|
};
|
|
40
|
-
readonly steps: {
|
|
41
|
-
readonly items: readonly [{
|
|
42
|
-
readonly code: {
|
|
43
|
-
readonly type: {
|
|
44
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
45
|
-
};
|
|
46
|
-
readonly value: "const issues = [];\n\nconst request = event.message.request || {};\n\nconst proposedChangesetDescription = request.changesetDescription;\nconst proposedChangeset = request.changeset;\n\nif (!proposedChangesetDescription) {\n issues.push('changesetDescription is missing');\n}\n\nif (!proposedChangeset) {\n issues.push('changeset is missing');\n}\n\nif (issues.length > 0) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: issues.join('; ')\n }\n ]\n }\n}\n\nconst postfix = currentContract.postfix ?? ''\nconst path = '/proposedChange' + postfix\n\nconst existing = document(path)\nif (existing) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Can not propose change when it already exists at \" + path\n }\n ]\n }\n}\n\nreturn {\n changeset: [{\n op: 'add',\n path,\n val: {\n changesetDescription: proposedChangesetDescription,\n changeset: proposedChangeset\n }\n }]\n};\n";
|
|
47
|
-
};
|
|
48
|
-
readonly name: "Prepare";
|
|
49
|
-
readonly type: {
|
|
50
|
-
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
51
|
-
};
|
|
52
|
-
}, {
|
|
53
|
-
readonly changeset: {
|
|
54
|
-
readonly type: {
|
|
55
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
56
|
-
};
|
|
57
|
-
readonly value: "${steps.Prepare.changeset}";
|
|
58
|
-
};
|
|
59
|
-
readonly name: "Apply";
|
|
60
|
-
readonly type: {
|
|
61
|
-
readonly blueId: "BnnNLCnKF49TUJ1bRfZ5rSMaFw8SVfUNfnE4kJFG7HtM";
|
|
62
|
-
};
|
|
63
|
-
}];
|
|
64
|
-
};
|
|
65
43
|
readonly type: {
|
|
66
|
-
readonly blueId: "
|
|
44
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
67
45
|
};
|
|
68
46
|
};
|
|
69
47
|
readonly '36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': {
|
|
@@ -98,31 +76,6 @@ declare const _default: {
|
|
|
98
76
|
};
|
|
99
77
|
};
|
|
100
78
|
};
|
|
101
|
-
readonly '3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK': {
|
|
102
|
-
readonly code: {
|
|
103
|
-
readonly description: "JavaScript source to execute for this step.";
|
|
104
|
-
readonly type: {
|
|
105
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
readonly description: "Conversation workflow step that executes provided JavaScript source as part of a sequential workflow.\n- Gas accounting (when & what is charged):\n - Base step charge (once per run of this step): 100 + ceil(bytes(code)/100)\n where bytes(code) is the UTF-8 length of the JavaScript source.\n - Document snapshot reads (via document(<pointer>) inside the code):\n 8 + depth(pointer) + ceil(snapshotBytes/100) per call, where:\n - depth(\"/\") = 0, depth(\"/a/b\") = 2 (number of path segments),\n - snapshotBytes is the canonical JSON size of the retrieved snapshot.\n - Event emissions (if the returned result contains events: [...]):\n 20 + ceil(eventBytes/100) per emitted event, where eventBytes is the\n canonical JSON size of that event. (Delivery/handling of those events may incur\n additional charges elsewhere, outside this step.)\n- JavaScript bindings available to the code:\n - `event`: triggering event rendered via the `'simple'` JSON strategy (plain\n values/arrays, no metadata).\n - `eventCanonical`: triggering event rendered via the `'official'` strategy.\n - `document(pointer?)`: document snapshot (absolute path or scope-relative) rendered\n with the `'simple'` strategy; defaults to `/` when omitted.\n - `document.canonical(pointer?)`: snapshot rendered using the `'official'`\n strategy for canonical metadata.\n - `steps`: results of previously executed steps.\n - `canon.unwrap(canonical, deep=true)`: converts canonical JSON back to plain values.\n - `canon.at(canonical, pointer)`: JSON Pointer navigation helper for canonical\n JSON objects.\n";
|
|
109
|
-
readonly name: "JavaScript Code";
|
|
110
|
-
readonly type: {
|
|
111
|
-
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
readonly '3UQcFf9FhSYZPGtbxWTg2ifNAVKzbzb61aTMVUFaTCnD': {
|
|
115
|
-
readonly description: "Operation that applies a changeset immediately without proposal/accept.";
|
|
116
|
-
readonly name: "Change Operation";
|
|
117
|
-
readonly request: {
|
|
118
|
-
readonly type: {
|
|
119
|
-
readonly blueId: "Dfdxevr94oumtBfXyFBhx9tawqcFESioqmJxhVJBL5M5";
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
readonly type: {
|
|
123
|
-
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
79
|
readonly '4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6': {
|
|
127
80
|
readonly description: "Operation to reject a previously proposed change.";
|
|
128
81
|
readonly name: "Reject Change Operation";
|
|
@@ -130,44 +83,6 @@ declare const _default: {
|
|
|
130
83
|
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
131
84
|
};
|
|
132
85
|
};
|
|
133
|
-
readonly '4ydM8ihVRAgqRqx61PueAuegj1FDvGuf5FoqRugZk9dR': {
|
|
134
|
-
readonly description: "Applies a previously proposed change and removes its proposal state.";
|
|
135
|
-
readonly name: "Accept Change Workflow";
|
|
136
|
-
readonly postfix: {
|
|
137
|
-
readonly description: "Optional postfix used while building proposed change state key.";
|
|
138
|
-
readonly type: {
|
|
139
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
140
|
-
};
|
|
141
|
-
};
|
|
142
|
-
readonly steps: {
|
|
143
|
-
readonly items: readonly [{
|
|
144
|
-
readonly code: {
|
|
145
|
-
readonly type: {
|
|
146
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
147
|
-
};
|
|
148
|
-
readonly value: "const postfix = currentContract.postfix ?? ''\nconst path = '/proposedChange' + postfix\n\nconst proposedChange = document(path)\nif (proposedChange) {\n const changeset = [...proposedChange.changeset, { op: 'remove', path }]\n return {\n changeset\n }\n}\n\nreturn {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Proposed change does not exist at \" + path\n }\n ]\n};\n";
|
|
149
|
-
};
|
|
150
|
-
readonly name: "Prepare";
|
|
151
|
-
readonly type: {
|
|
152
|
-
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
153
|
-
};
|
|
154
|
-
}, {
|
|
155
|
-
readonly changeset: {
|
|
156
|
-
readonly type: {
|
|
157
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
158
|
-
};
|
|
159
|
-
readonly value: "${steps.Prepare.changeset}";
|
|
160
|
-
};
|
|
161
|
-
readonly name: "Apply";
|
|
162
|
-
readonly type: {
|
|
163
|
-
readonly blueId: "BnnNLCnKF49TUJ1bRfZ5rSMaFw8SVfUNfnE4kJFG7HtM";
|
|
164
|
-
};
|
|
165
|
-
}];
|
|
166
|
-
};
|
|
167
|
-
readonly type: {
|
|
168
|
-
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
86
|
readonly '56Lhu3Z2oF3kuYG41eZAK8TvgVtRNevkbRi4D31kKWZm': {
|
|
172
87
|
readonly description: "Represents active processing of the document, often used for processes that involve\nmultiple steps over time.\n";
|
|
173
88
|
readonly mode: {
|
|
@@ -202,42 +117,17 @@ declare const _default: {
|
|
|
202
117
|
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
203
118
|
};
|
|
204
119
|
};
|
|
205
|
-
readonly '
|
|
206
|
-
readonly description: "
|
|
207
|
-
readonly name: "Change
|
|
208
|
-
readonly
|
|
209
|
-
readonly description: "
|
|
120
|
+
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': {
|
|
121
|
+
readonly description: "Policy marker that restricts /contracts mutations to explicit sectionChanges and rejects JSON Patch entries targeting /contracts.\n";
|
|
122
|
+
readonly name: "Contracts Change Policy";
|
|
123
|
+
readonly requireSectionChanges: {
|
|
124
|
+
readonly description: "Policy flag; when present and not false, /contracts changes must use sectionChanges. Set false to allow direct changeset edits.";
|
|
210
125
|
readonly type: {
|
|
211
|
-
readonly blueId: "
|
|
126
|
+
readonly blueId: "4EzhSubEimSQD3zrYHRtobfPPWntUuhEz8YcdxHsi12u";
|
|
212
127
|
};
|
|
213
128
|
};
|
|
214
|
-
readonly steps: {
|
|
215
|
-
readonly items: readonly [{
|
|
216
|
-
readonly code: {
|
|
217
|
-
readonly type: {
|
|
218
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
219
|
-
};
|
|
220
|
-
readonly value: "const issues = [];\n\nconst request = event.message.request || {};\n\nconst changeset = request.changeset;\nif (!changeset) {\n issues.push('changeset is missing');\n}\n\nif (issues.length > 0) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Event\",\n reason: issues.join('; ')\n }\n ]\n }\n}\n\nreturn {\n changeset\n};\n";
|
|
221
|
-
};
|
|
222
|
-
readonly name: "Prepare";
|
|
223
|
-
readonly type: {
|
|
224
|
-
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
225
|
-
};
|
|
226
|
-
}, {
|
|
227
|
-
readonly changeset: {
|
|
228
|
-
readonly type: {
|
|
229
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
230
|
-
};
|
|
231
|
-
readonly value: "${steps.Prepare.changeset}";
|
|
232
|
-
};
|
|
233
|
-
readonly name: "Apply";
|
|
234
|
-
readonly type: {
|
|
235
|
-
readonly blueId: "BnnNLCnKF49TUJ1bRfZ5rSMaFw8SVfUNfnE4kJFG7HtM";
|
|
236
|
-
};
|
|
237
|
-
}];
|
|
238
|
-
};
|
|
239
129
|
readonly type: {
|
|
240
|
-
readonly blueId: "
|
|
130
|
+
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
241
131
|
};
|
|
242
132
|
};
|
|
243
133
|
readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': {
|
|
@@ -352,6 +242,59 @@ declare const _default: {
|
|
|
352
242
|
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
353
243
|
};
|
|
354
244
|
};
|
|
245
|
+
readonly '9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw': {
|
|
246
|
+
readonly changeDescription: {
|
|
247
|
+
readonly description: "Required human-readable summary used for review and audit.";
|
|
248
|
+
readonly type: {
|
|
249
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
readonly changeset: {
|
|
253
|
+
readonly description: "RFC 6902 patch entries outside /contracts (blocked by policy when touching /contracts).";
|
|
254
|
+
readonly itemType: {
|
|
255
|
+
readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
|
|
256
|
+
};
|
|
257
|
+
readonly type: {
|
|
258
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
readonly description: "Payload for propose/make change operations (changeset + sectionChanges).";
|
|
262
|
+
readonly name: "Change Request";
|
|
263
|
+
readonly sectionChanges: {
|
|
264
|
+
readonly description: "Section-based /contracts mutations (required when Contracts Change Policy is enabled).";
|
|
265
|
+
readonly type: {
|
|
266
|
+
readonly blueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
readonly '9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs': {
|
|
271
|
+
readonly contracts: {
|
|
272
|
+
readonly description: "Map of contractKey -> contract node to add or replace for this section.";
|
|
273
|
+
readonly keyType: {
|
|
274
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
275
|
+
};
|
|
276
|
+
readonly type: {
|
|
277
|
+
readonly blueId: "G7fBT9PSod1RfHLHkpafAGBDVAJMrMhAMY51ERcyXNrj";
|
|
278
|
+
};
|
|
279
|
+
readonly valueType: {
|
|
280
|
+
readonly blueId: "AERp8BWnuUsjoPciAeNXuUWS9fmqPNMdWbxmKn3tcitx";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
readonly description: "Single section change entry used by sectionChanges.add/modify. The section's relatedContracts should align with the keys provided in contracts.\n";
|
|
284
|
+
readonly name: "Document Section Change Entry";
|
|
285
|
+
readonly section: {
|
|
286
|
+
readonly description: "Document Section contract node; must include type Conversation/Document Section and relatedContracts should list keys in contracts.";
|
|
287
|
+
readonly type: {
|
|
288
|
+
readonly blueId: "JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm";
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
readonly sectionKey: {
|
|
292
|
+
readonly description: "Contracts key under /contracts for the Document Section marker.";
|
|
293
|
+
readonly type: {
|
|
294
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
355
298
|
readonly AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD: {
|
|
356
299
|
readonly description: "Conversation event representing a single chat message exchanged between participants.\n";
|
|
357
300
|
readonly message: {
|
|
@@ -372,6 +315,44 @@ declare const _default: {
|
|
|
372
315
|
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
373
316
|
};
|
|
374
317
|
};
|
|
318
|
+
readonly AZ7kV2EzGpRMzUBCi5cYKd17gngvGDF9PVAdqaKRDqno: {
|
|
319
|
+
readonly description: "Applies a requested changeset immediately to the document.";
|
|
320
|
+
readonly name: "Change Workflow";
|
|
321
|
+
readonly request: {
|
|
322
|
+
readonly description: "Expected request payload for this workflow.";
|
|
323
|
+
readonly type: {
|
|
324
|
+
readonly blueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
readonly steps: {
|
|
328
|
+
readonly items: readonly [{
|
|
329
|
+
readonly code: {
|
|
330
|
+
readonly type: {
|
|
331
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
332
|
+
};
|
|
333
|
+
readonly value: "const issues = [];\n\nconst request = event.message.request || {};\n\nconst changeDescription = request.changeDescription;\nconst rawChangeset = request.changeset;\nconst rawSectionChanges = request.sectionChanges;\nconst requestSectionChanges = rawSectionChanges || {};\n\nconst toText = (value) => {\n const raw = value && value.value ? value.value : value;\n return raw && raw.trim ? raw.trim() : '';\n};\nconst asList = (value) => Array.isArray(value) ? value : [];\nconst hasType = (value) => value && value.type;\nconst escapePointer = (value) => {\n const text = toText(value);\n return text.split('~').join('~0').split('/').join('~1');\n};\nconst requestChangeset = asList(rawChangeset);\n\nconst uniqueKeys = (values, label) => {\n const seen = new Set();\n const output = [];\n for (const value of values) {\n const key = toText(value);\n if (!key) {\n issues.push(label + ' contains invalid key');\n continue;\n }\n if (seen.has(key)) {\n issues.push(label + ' contains duplicate key: ' + key);\n continue;\n }\n seen.add(key);\n output.push(key);\n }\n return output;\n};\n\nconst sameStringSet = (left, right) => {\n if (left.length !== right.length) return false;\n const set = new Set(left);\n if (set.size !== right.length) return false;\n for (const value of right) {\n if (!set.has(value)) return false;\n }\n return true;\n};\n\nconst contracts = Object(document('/contracts') || {});\n\nconst isDocumentSection = (contract) =>\n !!contract && Array.isArray(contract.relatedContracts);\n\nconst isContractsChangePolicy = (contract) => {\n if (!contract) return false;\n return 'requireSectionChanges' in contract;\n};\n\nconst findPolicy = () => {\n for (const key of Object.keys(contracts)) {\n const contract = contracts[key];\n if (isContractsChangePolicy(contract)) {\n return contract;\n }\n }\n return null;\n};\n\nconst policy = findPolicy();\nconst policyEnabled = !!policy && policy.requireSectionChanges !== false;\n\nif (!toText(changeDescription)) {\n issues.push('changeDescription is missing');\n}\n\nconst hasChangeset = !!rawChangeset;\nconst hasSectionChanges = !!rawSectionChanges;\n\nif (!hasChangeset && !hasSectionChanges) {\n issues.push('changeset or sectionChanges is required');\n}\n\nconst isContractsPath = (path) => {\n const value = toText(path);\n return value === '/contracts' || value.startsWith('/contracts/');\n};\nif (policyEnabled && hasChangeset) {\n for (const entry of requestChangeset) {\n if (entry && isContractsPath(entry.path)) {\n issues.push('changeset cannot modify /contracts when Contracts Change Policy is enabled');\n break;\n }\n }\n}\nconst isProposedChangePath = (path) =>\n toText(path).startsWith('/proposedChange');\nif (hasChangeset) {\n for (const entry of requestChangeset) {\n if (entry && isProposedChangePath(entry.path)) {\n issues.push('changeset cannot modify /proposedChange');\n break;\n }\n }\n}\n\nconst existingSections = {};\nfor (const key of Object.keys(contracts)) {\n const contract = contracts[key];\n if (isDocumentSection(contract)) {\n existingSections[key] = contract;\n }\n}\n\nconst contractIndex = {};\nfor (const sectionKey of Object.keys(existingSections)) {\n const section = existingSections[sectionKey];\n const related = asList(section.relatedContracts);\n for (const relatedKey of related) {\n const contractKey = toText(relatedKey);\n if (!contractKey) continue;\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n contractIndex[contractKey] = null;\n } else if (!contractIndex[contractKey]) {\n contractIndex[contractKey] = sectionKey;\n }\n }\n}\n\nconst normalizeSectionDefinition = (sectionDef, label) => {\n if (!sectionDef) {\n issues.push(label + ' entry must be an object');\n return null;\n }\n const sectionKey = toText(sectionDef.sectionKey);\n if (!sectionKey) {\n issues.push(label + ' sectionKey is missing');\n return null;\n }\n const section = sectionDef.section;\n if (!section) {\n issues.push(label + ' section is missing');\n return null;\n }\n\n const contractsMap = sectionDef.contracts || {};\n const contractDefs = [];\n const contractKeys = [];\n for (const [rawKey, contract] of Object.entries(contractsMap)) {\n const key = toText(rawKey);\n if (!key) {\n issues.push(label + ' contract key is missing');\n continue;\n }\n if (!contract) {\n issues.push(label + ' contract ' + key + ' is missing or invalid');\n continue;\n }\n if (!hasType(contract)) {\n issues.push(label + ' contract ' + key + ' is missing type');\n }\n contractDefs.push({ key, contract });\n contractKeys.push(key);\n }\n\n if (!hasType(section)) {\n issues.push(label + ' section ' + sectionKey + ' is missing type');\n }\n\n const related = section.relatedContracts\n ? uniqueKeys(asList(section.relatedContracts), label + ' section ' + sectionKey + ' relatedContracts')\n : null;\n if (related && !sameStringSet(related, contractKeys)) {\n issues.push(label + ' section ' + sectionKey + ' relatedContracts must match contracts');\n }\n\n const normalizedRelated = related || contractKeys;\n const normalizedSection = Object.assign({}, section, {\n type: 'Conversation/Document Section',\n relatedContracts: normalizedRelated\n });\n\n return {\n sectionKey,\n section: normalizedSection,\n contractDefs,\n contractKeys\n };\n};\n\nconst sectionChangeset = [];\nconst seenSectionKeys = new Set();\nconst seenContractKeys = new Set();\n\nconst addList = asList(requestSectionChanges.add);\nconst modifyList = asList(requestSectionChanges.modify);\nconst removeList = asList(requestSectionChanges.remove);\n\nfor (const entry of addList) {\n const normalized = normalizeSectionDefinition(entry, 'sectionChanges.add');\n if (!normalized) continue;\n const sectionKey = normalized.sectionKey;\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n if (contracts[sectionKey]) {\n issues.push('section key already exists at /contracts/' + sectionKey);\n }\n\n for (const contractKey of normalized.contractKeys) {\n if (seenContractKeys.has(contractKey)) {\n issues.push('contract key used by multiple sections in request: ' + contractKey);\n continue;\n }\n seenContractKeys.add(contractKey);\n if (contracts[contractKey]) {\n issues.push('contract key already exists at /contracts/' + contractKey);\n }\n }\n\n for (const contractDef of normalized.contractDefs) {\n sectionChangeset.push({\n op: 'add',\n path: '/contracts/' + escapePointer(contractDef.key),\n val: contractDef.contract\n });\n }\n sectionChangeset.push({\n op: 'add',\n path: '/contracts/' + escapePointer(sectionKey),\n val: normalized.section\n });\n}\n\nfor (const entry of modifyList) {\n const normalized = normalizeSectionDefinition(entry, 'sectionChanges.modify');\n if (!normalized) continue;\n const sectionKey = normalized.sectionKey;\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n const existingSection = contracts[sectionKey];\n if (!existingSection) {\n issues.push('section key does not exist at /contracts/' + sectionKey);\n } else if (!isDocumentSection(existingSection)) {\n issues.push('existing section at /contracts/' + sectionKey + ' is not a Document Section');\n }\n\n const existingRelated =\n existingSection && existingSection.relatedContracts\n ? asList(existingSection.relatedContracts)\n : [];\n if (existingSection && !existingSection.relatedContracts) {\n issues.push('existing section ' + sectionKey + ' is missing relatedContracts');\n }\n\n for (const contractKey of normalized.contractKeys) {\n if (seenContractKeys.has(contractKey)) {\n issues.push('contract key used by multiple sections in request: ' + contractKey);\n continue;\n }\n seenContractKeys.add(contractKey);\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n }\n }\n\n for (const contractDef of normalized.contractDefs) {\n const op = contracts[contractDef.key] ? 'replace' : 'add';\n sectionChangeset.push({\n op,\n path: '/contracts/' + escapePointer(contractDef.key),\n val: contractDef.contract\n });\n }\n\n const toRemove = uniqueKeys(existingRelated, 'sectionChanges.modify remove list').filter(\n (key) => !normalized.contractKeys.includes(key)\n );\n for (const contractKey of toRemove) {\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n continue;\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(contractKey)\n });\n }\n\n sectionChangeset.push({\n op: 'replace',\n path: '/contracts/' + escapePointer(sectionKey),\n val: normalized.section\n });\n}\n\nconst removeKeys = uniqueKeys(removeList, 'sectionChanges.remove');\nfor (const sectionKey of removeKeys) {\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n const existingSection = contracts[sectionKey];\n if (!existingSection) {\n issues.push('section key does not exist at /contracts/' + sectionKey);\n continue;\n }\n if (!isDocumentSection(existingSection)) {\n issues.push('existing section at /contracts/' + sectionKey + ' is not a Document Section');\n continue;\n }\n\n const related = existingSection.relatedContracts\n ? uniqueKeys(asList(existingSection.relatedContracts), 'sectionChanges.remove relatedContracts')\n : [];\n if (!existingSection.relatedContracts) {\n issues.push('existing section ' + sectionKey + ' is missing relatedContracts');\n }\n\n for (const contractKey of related) {\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n continue;\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(contractKey)\n });\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(sectionKey)\n });\n}\nconst combinedChangeset = sectionChangeset.concat(hasChangeset ? requestChangeset : []);\n\nif (combinedChangeset.length === 0) {\n issues.push('no changes provided');\n}\n\nif (issues.length > 0) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: issues.join('; ')\n }\n ]\n }\n}\n\nreturn {\n changeset: combinedChangeset\n};\n";
|
|
334
|
+
};
|
|
335
|
+
readonly name: "Prepare";
|
|
336
|
+
readonly type: {
|
|
337
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
338
|
+
};
|
|
339
|
+
}, {
|
|
340
|
+
readonly changeset: {
|
|
341
|
+
readonly type: {
|
|
342
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
343
|
+
};
|
|
344
|
+
readonly value: "${steps.Prepare.changeset}";
|
|
345
|
+
};
|
|
346
|
+
readonly name: "Apply";
|
|
347
|
+
readonly type: {
|
|
348
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
349
|
+
};
|
|
350
|
+
}];
|
|
351
|
+
};
|
|
352
|
+
readonly type: {
|
|
353
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
354
|
+
};
|
|
355
|
+
};
|
|
375
356
|
readonly B8b1ayXMrAYbwkqaJfAS6Aspp2kZyJda8ay9QeFkZ9MH: {
|
|
376
357
|
readonly description: "Failure response event sent when document bootstrap failed.";
|
|
377
358
|
readonly name: "Document Bootstrap Failed";
|
|
@@ -385,21 +366,6 @@ declare const _default: {
|
|
|
385
366
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
386
367
|
};
|
|
387
368
|
};
|
|
388
|
-
readonly BnnNLCnKF49TUJ1bRfZ5rSMaFw8SVfUNfnE4kJFG7HtM: {
|
|
389
|
-
readonly changeset: {
|
|
390
|
-
readonly itemType: {
|
|
391
|
-
readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
|
|
392
|
-
};
|
|
393
|
-
readonly type: {
|
|
394
|
-
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
395
|
-
};
|
|
396
|
-
};
|
|
397
|
-
readonly description: "Updates the document with the provided changeset.\n- Gas accounting (when & what is charged):\n - Base step charge (once per run of this step): 40 + 5 × changesetLength.\n - Expression/template resolution under \"/changeset/**\" (if present):\n - For each standalone expression ${…}: 5 + ceil(bytes(expr)/100).\n - For each template string containing one or more ${…} placeholders:\n 3 × placeholderCount + ceil(bytes(template)/100).\n - Any document(<pointer>) used inside expressions/templates charges\n per call: 8 + depth(pointer) + ceil(snapshotBytes/100).\n - Per change (applied in order after boundary validation):\n - Boundary check: 2.\n - Operation charge:\n - add or replace: 20 + ceil(valueBytes/100) (valueBytes is the\n canonical JSON size of val).\n - remove: 10.\n - Cascade routing (Document Update delivery):\n 10 × N, where N is the number of scopes that receive the resulting\n Document Update (origin scope and each participating ancestor up to root).\n";
|
|
398
|
-
readonly name: "Update Document";
|
|
399
|
-
readonly type: {
|
|
400
|
-
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
369
|
readonly BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC: {
|
|
404
370
|
readonly channel: {
|
|
405
371
|
readonly description: "Contracts-map key of the Channel in this scope on which Operation Request events are sent to invoke this operation.\n";
|
|
@@ -416,6 +382,18 @@ declare const _default: {
|
|
|
416
382
|
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
417
383
|
};
|
|
418
384
|
};
|
|
385
|
+
readonly BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB: {
|
|
386
|
+
readonly description: "Operation that applies a changeset immediately without proposal/accept.";
|
|
387
|
+
readonly name: "Change Operation";
|
|
388
|
+
readonly request: {
|
|
389
|
+
readonly type: {
|
|
390
|
+
readonly blueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
readonly type: {
|
|
394
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
395
|
+
};
|
|
396
|
+
};
|
|
419
397
|
readonly C48nKSkbxraMSv4gCiGYVHKFjmtK12k63Yasn95zknWE: {
|
|
420
398
|
readonly description: "An event indicating that the document's status has transitioned.";
|
|
421
399
|
readonly name: "Status Change";
|
|
@@ -446,74 +424,36 @@ declare const _default: {
|
|
|
446
424
|
readonly description: "Conversation type for attributing timeline entries to a person, service, or system. Intended solely for display/attribution; carries no runtime behavior.\n";
|
|
447
425
|
readonly name: "Actor";
|
|
448
426
|
};
|
|
449
|
-
readonly
|
|
450
|
-
readonly
|
|
451
|
-
|
|
452
|
-
|
|
427
|
+
readonly DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN: {
|
|
428
|
+
readonly add: {
|
|
429
|
+
readonly description: "New sections to create with their Document Section and contracts.";
|
|
430
|
+
readonly itemType: {
|
|
431
|
+
readonly blueId: "9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs";
|
|
432
|
+
};
|
|
453
433
|
readonly type: {
|
|
454
|
-
readonly blueId: "
|
|
434
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
455
435
|
};
|
|
456
436
|
};
|
|
457
|
-
readonly
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
};
|
|
461
|
-
readonly Dfdxevr94oumtBfXyFBhx9tawqcFESioqmJxhVJBL5M5: {
|
|
462
|
-
readonly changeset: {
|
|
463
|
-
readonly description: "RFC 6902-compatible patch entries to apply.";
|
|
437
|
+
readonly description: "Structured /contracts changes grouped by logical sections, used by change workflows.";
|
|
438
|
+
readonly modify: {
|
|
439
|
+
readonly description: "Existing sections to update with a full contracts map.";
|
|
464
440
|
readonly itemType: {
|
|
465
|
-
readonly blueId: "
|
|
441
|
+
readonly blueId: "9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs";
|
|
466
442
|
};
|
|
467
443
|
readonly type: {
|
|
468
444
|
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
469
445
|
};
|
|
470
446
|
};
|
|
471
|
-
readonly
|
|
472
|
-
|
|
473
|
-
readonly
|
|
447
|
+
readonly name: "Document Section Changes";
|
|
448
|
+
readonly remove: {
|
|
449
|
+
readonly description: "Section keys to remove (also removes the section's related contracts).";
|
|
450
|
+
readonly itemType: {
|
|
474
451
|
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
475
452
|
};
|
|
476
|
-
};
|
|
477
|
-
readonly description: "Request payload for proposing or applying a document changeset.";
|
|
478
|
-
readonly name: "Change Request";
|
|
479
|
-
};
|
|
480
|
-
readonly DPZyXiaegtbPsrL8dB415DxHRqFHML35uyqr2MX9XJYc: {
|
|
481
|
-
readonly description: "Discards a previously proposed change by removing its proposal state.";
|
|
482
|
-
readonly name: "Reject Change Workflow";
|
|
483
|
-
readonly postfix: {
|
|
484
|
-
readonly description: "Optional postfix used while building proposed change state key.";
|
|
485
453
|
readonly type: {
|
|
486
|
-
readonly blueId: "
|
|
454
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
487
455
|
};
|
|
488
456
|
};
|
|
489
|
-
readonly steps: {
|
|
490
|
-
readonly items: readonly [{
|
|
491
|
-
readonly code: {
|
|
492
|
-
readonly type: {
|
|
493
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
494
|
-
};
|
|
495
|
-
readonly value: "const postfix = currentContract.postfix ?? ''\nconst path = '/proposedChange' + postfix\n\nconst proposedChange = document(path)\nif (proposedChange) {\n return {\n changeset: [{ op: 'remove', path }]\n }\n}\n\nreturn {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Proposed change does not exist at \" + path\n }\n ]\n};\n";
|
|
496
|
-
};
|
|
497
|
-
readonly name: "Prepare";
|
|
498
|
-
readonly type: {
|
|
499
|
-
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
500
|
-
};
|
|
501
|
-
}, {
|
|
502
|
-
readonly changeset: {
|
|
503
|
-
readonly type: {
|
|
504
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
505
|
-
};
|
|
506
|
-
readonly value: "${steps.Prepare.changeset}";
|
|
507
|
-
};
|
|
508
|
-
readonly name: "Apply";
|
|
509
|
-
readonly type: {
|
|
510
|
-
readonly blueId: "BnnNLCnKF49TUJ1bRfZ5rSMaFw8SVfUNfnE4kJFG7HtM";
|
|
511
|
-
};
|
|
512
|
-
}];
|
|
513
|
-
};
|
|
514
|
-
readonly type: {
|
|
515
|
-
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
516
|
-
};
|
|
517
457
|
};
|
|
518
458
|
readonly EbGQYtYR9UNAxcn7auCCujXmnz6DWxMpqVcgYSsKE85M: {
|
|
519
459
|
readonly description: "Emitted when a proposed change operation cannot be applied.";
|
|
@@ -567,6 +507,19 @@ declare const _default: {
|
|
|
567
507
|
readonly blueId: "DcoJyCh7XXxy1nR5xjy7qfkUgQ1GiZnKKSxh8DJusBSr";
|
|
568
508
|
};
|
|
569
509
|
};
|
|
510
|
+
readonly ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS: {
|
|
511
|
+
readonly code: {
|
|
512
|
+
readonly description: "JavaScript source to execute for this step.";
|
|
513
|
+
readonly type: {
|
|
514
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
readonly description: "Conversation workflow step that executes provided JavaScript source as part of a sequential workflow.\n- Deterministic JavaScript runtime (QuickJS in Wasm):\n - Only deterministic APIs are available. Date, Math.random, eval/Function,\n Promise/async, RegExp, Proxy, ArrayBuffer/typed arrays, WebAssembly,\n console, JSON.parse/stringify, and Array.prototype.sort are disabled.\n - Values passed into and returned from the VM must be DV-compatible\n (null, boolean, number, string, array, object with string keys).\n- Gas accounting (when and what is charged):\n - JavaScript execution is metered by the QuickJS VM. The VM reports wasm\n fuel used; the processor converts it to host gas with:\n hostGas = ceil(wasmFuel / 1700)\n (calibration factor currently 1700 fuel per host gas unit).\n - Document snapshot reads (via document(<pointer>) inside the code):\n 8 + depth(pointer) + ceil(snapshotBytes/100) per call, where:\n - depth(\"/\") = 0, depth(\"/a/b\") = 2 (number of path segments),\n - snapshotBytes is the canonical JSON size of the retrieved snapshot.\n - Event emissions (if the returned result contains events: [...]):\n 20 + ceil(eventBytes/100) per emitted event, where eventBytes is the\n canonical JSON size of that event. (Delivery/handling of those events may incur\n additional charges elsewhere, outside this step.)\n- JavaScript bindings available to the code:\n - `event`: triggering event rendered via the `'simple'` JSON strategy (plain\n values/arrays, no metadata).\n - `eventCanonical`: triggering event rendered via the `'official'` strategy.\n - `currentContract`: the current handler contract rendered via the `'simple'`\n JSON strategy.\n - `currentContractCanonical`: current handler contract rendered via the\n `'official'` strategy.\n - `document(pointer?)`: document snapshot (absolute path or scope-relative) rendered\n with the `'simple'` strategy; defaults to `/` when omitted.\n - `document.canonical(pointer?)`: snapshot rendered using the `'official'`\n strategy for canonical metadata.\n - `steps`: results of previously executed steps.\n - `canon.unwrap(canonical, deep=true)`: converts canonical JSON back to plain values.\n - `canon.at(canonical, pointer)`: JSON Pointer navigation helper for canonical\n JSON objects.\n";
|
|
518
|
+
readonly name: "JavaScript Code";
|
|
519
|
+
readonly type: {
|
|
520
|
+
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
521
|
+
};
|
|
522
|
+
};
|
|
570
523
|
readonly EzDiC9Frs8V5yQBMtDYh1DobVnWtWpFemXDX5fGUULBn: {
|
|
571
524
|
readonly actor: {
|
|
572
525
|
readonly description: "Actor attribution for the creator of this entry.";
|
|
@@ -595,6 +548,97 @@ declare const _default: {
|
|
|
595
548
|
};
|
|
596
549
|
};
|
|
597
550
|
};
|
|
551
|
+
readonly FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa: {
|
|
552
|
+
readonly changeset: {
|
|
553
|
+
readonly itemType: {
|
|
554
|
+
readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
|
|
555
|
+
};
|
|
556
|
+
readonly type: {
|
|
557
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
readonly description: "Updates the document with the provided changeset.\n- Gas accounting (when and what is charged):\n - Base step charge (once per run of this step): 40 + 5 * changesetLength.\n - Expression/template resolution under \"/changeset/**\" (if present):\n - Expressions run in the deterministic QuickJS VM (same sandbox and\n bindings as the JavaScript Code step).\n - VM gas is converted to host gas as:\n hostGas = ceil(wasmFuel / 1700)\n (calibration factor currently 1700 fuel per host gas unit).\n - Any document(<pointer>) used inside expressions/templates charges\n per call: 8 + depth(pointer) + ceil(snapshotBytes/100).\n - Per change (applied in order after boundary validation):\n - Boundary check: 2.\n - Operation charge:\n - add or replace: 20 + ceil(valueBytes/100) (valueBytes is the\n canonical JSON size of val).\n - remove: 10.\n - Cascade routing (Document Update delivery):\n 10 * N, where N is the number of scopes that receive the resulting\n Document Update (origin scope and each participating ancestor up to root).\n";
|
|
561
|
+
readonly name: "Update Document";
|
|
562
|
+
readonly type: {
|
|
563
|
+
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
readonly G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG: {
|
|
567
|
+
readonly description: "Applies a previously proposed change and removes its proposal state.";
|
|
568
|
+
readonly name: "Accept Change Workflow";
|
|
569
|
+
readonly postfix: {
|
|
570
|
+
readonly description: "Optional postfix used while building proposed change state key.";
|
|
571
|
+
readonly type: {
|
|
572
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
readonly steps: {
|
|
576
|
+
readonly items: readonly [{
|
|
577
|
+
readonly code: {
|
|
578
|
+
readonly type: {
|
|
579
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
580
|
+
};
|
|
581
|
+
readonly value: "const postfix = currentContract.postfix || '';\nconst path = '/proposedChange' + postfix;\n\nconst proposedChange = document(path);\nif (!proposedChange) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Proposed change does not exist at \" + path\n }\n ]\n };\n}\n\nconst preparedChangeset = proposedChange.preparedChangeset;\nif (!preparedChangeset || preparedChangeset.length === 0) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Proposed change is missing prepared changeset at \" + path\n }\n ]\n };\n}\n\nreturn {\n changeset: preparedChangeset.concat({ op: 'remove', path })\n};\n";
|
|
582
|
+
};
|
|
583
|
+
readonly name: "Prepare";
|
|
584
|
+
readonly type: {
|
|
585
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
586
|
+
};
|
|
587
|
+
}, {
|
|
588
|
+
readonly changeset: {
|
|
589
|
+
readonly type: {
|
|
590
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
591
|
+
};
|
|
592
|
+
readonly value: "${steps.Prepare.changeset}";
|
|
593
|
+
};
|
|
594
|
+
readonly name: "Apply";
|
|
595
|
+
readonly type: {
|
|
596
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
597
|
+
};
|
|
598
|
+
}];
|
|
599
|
+
};
|
|
600
|
+
readonly type: {
|
|
601
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
readonly GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ: {
|
|
605
|
+
readonly description: "Discards a previously proposed change by removing its proposal state.";
|
|
606
|
+
readonly name: "Reject Change Workflow";
|
|
607
|
+
readonly postfix: {
|
|
608
|
+
readonly description: "Optional postfix used while building proposed change state key.";
|
|
609
|
+
readonly type: {
|
|
610
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
611
|
+
};
|
|
612
|
+
};
|
|
613
|
+
readonly steps: {
|
|
614
|
+
readonly items: readonly [{
|
|
615
|
+
readonly code: {
|
|
616
|
+
readonly type: {
|
|
617
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
618
|
+
};
|
|
619
|
+
readonly value: "const postfix = currentContract.postfix || ''\nconst path = '/proposedChange' + postfix\n\nconst proposedChange = document(path)\nif (proposedChange) {\n return {\n changeset: [{ op: 'remove', path }]\n }\n}\n\nreturn {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Proposed change does not exist at \" + path\n }\n ]\n};\n";
|
|
620
|
+
};
|
|
621
|
+
readonly name: "Prepare";
|
|
622
|
+
readonly type: {
|
|
623
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
624
|
+
};
|
|
625
|
+
}, {
|
|
626
|
+
readonly changeset: {
|
|
627
|
+
readonly type: {
|
|
628
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
629
|
+
};
|
|
630
|
+
readonly value: "${steps.Prepare.changeset}";
|
|
631
|
+
};
|
|
632
|
+
readonly name: "Apply";
|
|
633
|
+
readonly type: {
|
|
634
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
635
|
+
};
|
|
636
|
+
}];
|
|
637
|
+
};
|
|
638
|
+
readonly type: {
|
|
639
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
640
|
+
};
|
|
641
|
+
};
|
|
598
642
|
readonly Guus3kHbivXvy5G93yhiKs3Pc8sxCc4XVvSo7CqLsQEc: {
|
|
599
643
|
readonly description: "A final state indicating that the document encountered an unrecoverable\nerror and could not complete its process.\n";
|
|
600
644
|
readonly mode: {
|
|
@@ -608,16 +652,6 @@ declare const _default: {
|
|
|
608
652
|
readonly blueId: "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
|
|
609
653
|
};
|
|
610
654
|
};
|
|
611
|
-
readonly GxUtWr3eH9a6YQeioQkujEnsPjD5s9RU8ZhEfmsV1vuU: {
|
|
612
|
-
readonly description: "Conversation workflow step that enqueues an event as part of the workflow.\n- Gas accounting (when & what is charged):\n - Base step charge (once per run of this step): 30.\n - Expression/template resolution under \"/event\" (if present):\n - For each standalone expression ${…}: 5 + ceil(bytes(expr)/100).\n - For each template string containing one or more ${…} placeholders:\n 3 × placeholderCount + ceil(bytes(template)/100).\n - Any document(<pointer>) used inside expressions/templates charges\n per call: 8 + depth(pointer) + ceil(snapshotBytes/100).\n - Event emission (enqueue): 20 + ceil(eventBytes/100) for the final event\n payload after expression resolution.\n";
|
|
613
|
-
readonly event: {
|
|
614
|
-
readonly description: "The event payload to enqueue (any Blue node).";
|
|
615
|
-
};
|
|
616
|
-
readonly name: "Trigger Event";
|
|
617
|
-
readonly type: {
|
|
618
|
-
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
619
|
-
};
|
|
620
|
-
};
|
|
621
655
|
readonly HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: {
|
|
622
656
|
readonly description: "Response event confirming completion of the document bootstrap.";
|
|
623
657
|
readonly documentId: {
|
|
@@ -669,15 +703,59 @@ declare const _default: {
|
|
|
669
703
|
readonly blueId: "DcoJyCh7XXxy1nR5xjy7qfkUgQ1GiZnKKSxh8DJusBSr";
|
|
670
704
|
};
|
|
671
705
|
};
|
|
706
|
+
readonly HWJfFpYwwYTs88XKXrShRdKy3yCUcTKTFTAkv1zLrSEp: {
|
|
707
|
+
readonly description: "Stores a proposed change under /proposedChange{postfix}.";
|
|
708
|
+
readonly name: "Propose Change Workflow";
|
|
709
|
+
readonly postfix: {
|
|
710
|
+
readonly description: "Optional postfix used while building proposed change state key.";
|
|
711
|
+
readonly type: {
|
|
712
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
readonly request: {
|
|
716
|
+
readonly description: "Expected request payload for this workflow.";
|
|
717
|
+
readonly type: {
|
|
718
|
+
readonly blueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
719
|
+
};
|
|
720
|
+
};
|
|
721
|
+
readonly steps: {
|
|
722
|
+
readonly items: readonly [{
|
|
723
|
+
readonly code: {
|
|
724
|
+
readonly type: {
|
|
725
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
726
|
+
};
|
|
727
|
+
readonly value: "const issues = [];\n\nconst request = event.message.request || {};\n\nconst changeDescription = request.changeDescription;\nconst rawChangeset = request.changeset;\nconst rawSectionChanges = request.sectionChanges;\nconst requestSectionChanges = rawSectionChanges || {};\n\nconst toText = (value) => {\n const raw = value && value.value ? value.value : value;\n return raw && raw.trim ? raw.trim() : '';\n};\nconst asList = (value) => Array.isArray(value) ? value : [];\nconst hasType = (value) => value && value.type;\nconst escapePointer = (value) => {\n const text = toText(value);\n return text.split('~').join('~0').split('/').join('~1');\n};\nconst requestChangeset = asList(rawChangeset);\n\nconst uniqueKeys = (values, label) => {\n const seen = new Set();\n const output = [];\n for (const value of values) {\n const key = toText(value);\n if (!key) {\n issues.push(label + ' contains invalid key');\n continue;\n }\n if (seen.has(key)) {\n issues.push(label + ' contains duplicate key: ' + key);\n continue;\n }\n seen.add(key);\n output.push(key);\n }\n return output;\n};\n\nconst sameStringSet = (left, right) => {\n if (left.length !== right.length) return false;\n const set = new Set(left);\n if (set.size !== right.length) return false;\n for (const value of right) {\n if (!set.has(value)) return false;\n }\n return true;\n};\n\nconst contracts = Object(document('/contracts') || {});\n\nconst isDocumentSection = (contract) =>\n !!contract && Array.isArray(contract.relatedContracts);\n\nconst isContractsChangePolicy = (contract) => {\n if (!contract) return false;\n return 'requireSectionChanges' in contract;\n};\n\nconst findPolicy = () => {\n for (const key of Object.keys(contracts)) {\n const contract = contracts[key];\n if (isContractsChangePolicy(contract)) {\n return contract;\n }\n }\n return null;\n};\n\nconst policy = findPolicy();\nconst policyEnabled = !!policy && policy.requireSectionChanges !== false;\n\nif (!toText(changeDescription)) {\n issues.push('changeDescription is missing');\n}\n\nconst hasChangeset = !!rawChangeset;\nconst hasSectionChanges = !!rawSectionChanges;\n\nif (!hasChangeset && !hasSectionChanges) {\n issues.push('changeset or sectionChanges is required');\n}\n\nconst isContractsPath = (path) => {\n const value = toText(path);\n return value === '/contracts' || value.startsWith('/contracts/');\n};\nif (policyEnabled && hasChangeset) {\n for (const entry of requestChangeset) {\n if (entry && isContractsPath(entry.path)) {\n issues.push('changeset cannot modify /contracts when Contracts Change Policy is enabled');\n break;\n }\n }\n}\nconst isProposedChangePath = (path) =>\n toText(path).startsWith('/proposedChange');\nif (hasChangeset) {\n for (const entry of requestChangeset) {\n if (entry && isProposedChangePath(entry.path)) {\n issues.push('changeset cannot modify /proposedChange');\n break;\n }\n }\n}\n\nconst existingSections = {};\nfor (const key of Object.keys(contracts)) {\n const contract = contracts[key];\n if (isDocumentSection(contract)) {\n existingSections[key] = contract;\n }\n}\n\nconst contractIndex = {};\nfor (const sectionKey of Object.keys(existingSections)) {\n const section = existingSections[sectionKey];\n const related = asList(section.relatedContracts);\n for (const relatedKey of related) {\n const contractKey = toText(relatedKey);\n if (!contractKey) continue;\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n contractIndex[contractKey] = null;\n } else if (!contractIndex[contractKey]) {\n contractIndex[contractKey] = sectionKey;\n }\n }\n}\n\nconst normalizeSectionDefinition = (sectionDef, label) => {\n if (!sectionDef) {\n issues.push(label + ' entry must be an object');\n return null;\n }\n const sectionKey = toText(sectionDef.sectionKey);\n if (!sectionKey) {\n issues.push(label + ' sectionKey is missing');\n return null;\n }\n const section = sectionDef.section;\n if (!section) {\n issues.push(label + ' section is missing');\n return null;\n }\n\n const contractsMap = sectionDef.contracts || {};\n const contractDefs = [];\n const contractKeys = [];\n for (const [rawKey, contract] of Object.entries(contractsMap)) {\n const key = toText(rawKey);\n if (!key) {\n issues.push(label + ' contract key is missing');\n continue;\n }\n if (!contract) {\n issues.push(label + ' contract ' + key + ' is missing or invalid');\n continue;\n }\n if (!hasType(contract)) {\n issues.push(label + ' contract ' + key + ' is missing type');\n }\n contractDefs.push({ key, contract });\n contractKeys.push(key);\n }\n\n if (!hasType(section)) {\n issues.push(label + ' section ' + sectionKey + ' is missing type');\n }\n\n const related = section.relatedContracts\n ? uniqueKeys(asList(section.relatedContracts), label + ' section ' + sectionKey + ' relatedContracts')\n : null;\n if (related && !sameStringSet(related, contractKeys)) {\n issues.push(label + ' section ' + sectionKey + ' relatedContracts must match contracts');\n }\n\n const normalizedRelated = related || contractKeys;\n const normalizedSection = Object.assign({}, section, {\n type: 'Conversation/Document Section',\n relatedContracts: normalizedRelated\n });\n\n return {\n sectionKey,\n section: normalizedSection,\n contractDefs,\n contractKeys\n };\n};\n\nconst sectionChangeset = [];\nconst seenSectionKeys = new Set();\nconst seenContractKeys = new Set();\n\nconst addList = asList(requestSectionChanges.add);\nconst modifyList = asList(requestSectionChanges.modify);\nconst removeList = asList(requestSectionChanges.remove);\n\nfor (const entry of addList) {\n const normalized = normalizeSectionDefinition(entry, 'sectionChanges.add');\n if (!normalized) continue;\n const sectionKey = normalized.sectionKey;\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n if (contracts[sectionKey]) {\n issues.push('section key already exists at /contracts/' + sectionKey);\n }\n\n for (const contractKey of normalized.contractKeys) {\n if (seenContractKeys.has(contractKey)) {\n issues.push('contract key used by multiple sections in request: ' + contractKey);\n continue;\n }\n seenContractKeys.add(contractKey);\n if (contracts[contractKey]) {\n issues.push('contract key already exists at /contracts/' + contractKey);\n }\n }\n\n for (const contractDef of normalized.contractDefs) {\n sectionChangeset.push({\n op: 'add',\n path: '/contracts/' + escapePointer(contractDef.key),\n val: contractDef.contract\n });\n }\n sectionChangeset.push({\n op: 'add',\n path: '/contracts/' + escapePointer(sectionKey),\n val: normalized.section\n });\n}\n\nfor (const entry of modifyList) {\n const normalized = normalizeSectionDefinition(entry, 'sectionChanges.modify');\n if (!normalized) continue;\n const sectionKey = normalized.sectionKey;\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n const existingSection = contracts[sectionKey];\n if (!existingSection) {\n issues.push('section key does not exist at /contracts/' + sectionKey);\n } else if (!isDocumentSection(existingSection)) {\n issues.push('existing section at /contracts/' + sectionKey + ' is not a Document Section');\n }\n\n const existingRelated =\n existingSection && existingSection.relatedContracts\n ? asList(existingSection.relatedContracts)\n : [];\n if (existingSection && !existingSection.relatedContracts) {\n issues.push('existing section ' + sectionKey + ' is missing relatedContracts');\n }\n\n for (const contractKey of normalized.contractKeys) {\n if (seenContractKeys.has(contractKey)) {\n issues.push('contract key used by multiple sections in request: ' + contractKey);\n continue;\n }\n seenContractKeys.add(contractKey);\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n }\n }\n\n for (const contractDef of normalized.contractDefs) {\n const op = contracts[contractDef.key] ? 'replace' : 'add';\n sectionChangeset.push({\n op,\n path: '/contracts/' + escapePointer(contractDef.key),\n val: contractDef.contract\n });\n }\n\n const toRemove = uniqueKeys(existingRelated, 'sectionChanges.modify remove list').filter(\n (key) => !normalized.contractKeys.includes(key)\n );\n for (const contractKey of toRemove) {\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n continue;\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(contractKey)\n });\n }\n\n sectionChangeset.push({\n op: 'replace',\n path: '/contracts/' + escapePointer(sectionKey),\n val: normalized.section\n });\n}\n\nconst removeKeys = uniqueKeys(removeList, 'sectionChanges.remove');\nfor (const sectionKey of removeKeys) {\n if (seenSectionKeys.has(sectionKey)) {\n issues.push('section key duplicated in sectionChanges: ' + sectionKey);\n continue;\n }\n seenSectionKeys.add(sectionKey);\n\n const existingSection = contracts[sectionKey];\n if (!existingSection) {\n issues.push('section key does not exist at /contracts/' + sectionKey);\n continue;\n }\n if (!isDocumentSection(existingSection)) {\n issues.push('existing section at /contracts/' + sectionKey + ' is not a Document Section');\n continue;\n }\n\n const related = existingSection.relatedContracts\n ? uniqueKeys(asList(existingSection.relatedContracts), 'sectionChanges.remove relatedContracts')\n : [];\n if (!existingSection.relatedContracts) {\n issues.push('existing section ' + sectionKey + ' is missing relatedContracts');\n }\n\n for (const contractKey of related) {\n if (contractIndex[contractKey] && contractIndex[contractKey] !== sectionKey) {\n issues.push('contract key ' + contractKey + ' is linked to another section');\n continue;\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(contractKey)\n });\n }\n sectionChangeset.push({\n op: 'remove',\n path: '/contracts/' + escapePointer(sectionKey)\n });\n}\nconst combinedChangeset = sectionChangeset.concat(hasChangeset ? requestChangeset : []);\n\nif (combinedChangeset.length === 0) {\n issues.push('no changes provided');\n}\n\nif (issues.length > 0) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: issues.join('; ')\n }\n ]\n }\n}\n\nconst postfixValue = currentContract.postfix || '';\nconst path = '/proposedChange' + postfixValue;\n\nif (document(path)) {\n return {\n changeset: [],\n events: [\n {\n type: \"Conversation/Proposed Change Invalid\",\n reason: \"Can not propose change when it already exists at \" + path\n }\n ]\n }\n}\n\nconst proposedPayload = {\n changeDescription\n};\n\nproposedPayload.preparedChangeset = combinedChangeset;\n\nif (hasChangeset) {\n proposedPayload.changeset = requestChangeset;\n}\n\nconst hasSectionChangesData = addList.length || modifyList.length || removeList.length;\nif (hasSectionChangesData) {\n proposedPayload.sectionChanges = rawSectionChanges;\n}\n\nreturn {\n changeset: [{\n op: 'add',\n path,\n val: proposedPayload\n }]\n};\n";
|
|
728
|
+
};
|
|
729
|
+
readonly name: "Prepare";
|
|
730
|
+
readonly type: {
|
|
731
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
732
|
+
};
|
|
733
|
+
}, {
|
|
734
|
+
readonly changeset: {
|
|
735
|
+
readonly type: {
|
|
736
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
737
|
+
};
|
|
738
|
+
readonly value: "${steps.Prepare.changeset}";
|
|
739
|
+
};
|
|
740
|
+
readonly name: "Apply";
|
|
741
|
+
readonly type: {
|
|
742
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
743
|
+
};
|
|
744
|
+
}];
|
|
745
|
+
};
|
|
746
|
+
readonly type: {
|
|
747
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
748
|
+
};
|
|
749
|
+
};
|
|
672
750
|
readonly HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW: {
|
|
673
751
|
readonly description: "Conversation package type. Abstract base for a single step in a Sequential Workflow. Concrete step types (e.g., JavaScript Code, Trigger Event, Update Document) refine behavior.\n";
|
|
674
752
|
readonly name: "Sequential Workflow Step";
|
|
675
753
|
};
|
|
676
|
-
readonly
|
|
677
|
-
readonly description: "Declarative marker
|
|
754
|
+
readonly JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm: {
|
|
755
|
+
readonly description: "Declarative marker that documents a logical section of a document and links it to relevant fields and contracts. Used as the section anchor for sectionChanges.\n";
|
|
678
756
|
readonly name: "Document Section";
|
|
679
757
|
readonly relatedContracts: {
|
|
680
|
-
readonly description: "Contract keys in the same scope that implement
|
|
758
|
+
readonly description: "Contract keys in the same scope that implement or affect the section.";
|
|
681
759
|
readonly itemType: {
|
|
682
760
|
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
683
761
|
};
|
|
@@ -686,7 +764,7 @@ declare const _default: {
|
|
|
686
764
|
};
|
|
687
765
|
};
|
|
688
766
|
readonly relatedFields: {
|
|
689
|
-
readonly description: "Absolute JSON Pointer paths of fields
|
|
767
|
+
readonly description: "Absolute JSON Pointer paths of fields covered by this section.";
|
|
690
768
|
readonly itemType: {
|
|
691
769
|
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
692
770
|
};
|
|
@@ -694,6 +772,18 @@ declare const _default: {
|
|
|
694
772
|
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
695
773
|
};
|
|
696
774
|
};
|
|
775
|
+
readonly summary: {
|
|
776
|
+
readonly description: "Brief functional summary of the section's purpose and behavior.";
|
|
777
|
+
readonly type: {
|
|
778
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
779
|
+
};
|
|
780
|
+
};
|
|
781
|
+
readonly title: {
|
|
782
|
+
readonly description: "Short, human-readable title shown in UI summaries.";
|
|
783
|
+
readonly type: {
|
|
784
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
785
|
+
};
|
|
786
|
+
};
|
|
697
787
|
readonly type: {
|
|
698
788
|
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
699
789
|
};
|
|
@@ -728,7 +818,7 @@ declare const _default: {
|
|
|
728
818
|
channel?: string | undefined;
|
|
729
819
|
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
730
820
|
}>;
|
|
731
|
-
readonly
|
|
821
|
+
readonly G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
732
822
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
733
823
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
734
824
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -788,7 +878,7 @@ declare const _default: {
|
|
|
788
878
|
description?: string | undefined;
|
|
789
879
|
name?: string | undefined;
|
|
790
880
|
}>;
|
|
791
|
-
readonly
|
|
881
|
+
readonly BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
792
882
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
793
883
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
794
884
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -804,6 +894,7 @@ declare const _default: {
|
|
|
804
894
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
805
895
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
806
896
|
request: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
897
|
+
changeDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
807
898
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
808
899
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
809
900
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -823,12 +914,271 @@ declare const _default: {
|
|
|
823
914
|
op?: string | undefined;
|
|
824
915
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
825
916
|
}>, "many">>;
|
|
826
|
-
changesetDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
827
917
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
828
918
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
919
|
+
sectionChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
920
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
921
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
922
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
923
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
924
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
925
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
926
|
+
description?: string | undefined;
|
|
927
|
+
name?: string | undefined;
|
|
928
|
+
order?: number | undefined;
|
|
929
|
+
}, {
|
|
930
|
+
description?: string | undefined;
|
|
931
|
+
name?: string | undefined;
|
|
932
|
+
order?: number | undefined;
|
|
933
|
+
}>>>;
|
|
934
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
935
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
936
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
937
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
938
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
939
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
940
|
+
}, {
|
|
941
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
942
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
943
|
+
}>, {
|
|
944
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
945
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
946
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
947
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
948
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
949
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
950
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
951
|
+
description?: string | undefined;
|
|
952
|
+
name?: string | undefined;
|
|
953
|
+
order?: number | undefined;
|
|
954
|
+
relatedContracts?: string[] | undefined;
|
|
955
|
+
relatedFields?: string[] | undefined;
|
|
956
|
+
summary?: string | undefined;
|
|
957
|
+
title?: string | undefined;
|
|
958
|
+
}, {
|
|
959
|
+
description?: string | undefined;
|
|
960
|
+
name?: string | undefined;
|
|
961
|
+
order?: number | undefined;
|
|
962
|
+
relatedContracts?: string[] | undefined;
|
|
963
|
+
relatedFields?: string[] | undefined;
|
|
964
|
+
summary?: string | undefined;
|
|
965
|
+
title?: string | undefined;
|
|
966
|
+
}>>;
|
|
967
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
968
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
969
|
+
description?: string | undefined;
|
|
970
|
+
name?: string | undefined;
|
|
971
|
+
contracts?: Record<string, {
|
|
972
|
+
description?: string | undefined;
|
|
973
|
+
name?: string | undefined;
|
|
974
|
+
order?: number | undefined;
|
|
975
|
+
}> | undefined;
|
|
976
|
+
section?: {
|
|
977
|
+
description?: string | undefined;
|
|
978
|
+
name?: string | undefined;
|
|
979
|
+
order?: number | undefined;
|
|
980
|
+
relatedContracts?: string[] | undefined;
|
|
981
|
+
relatedFields?: string[] | undefined;
|
|
982
|
+
summary?: string | undefined;
|
|
983
|
+
title?: string | undefined;
|
|
984
|
+
} | undefined;
|
|
985
|
+
sectionKey?: string | undefined;
|
|
986
|
+
}, {
|
|
987
|
+
description?: string | undefined;
|
|
988
|
+
name?: string | undefined;
|
|
989
|
+
contracts?: Record<string, {
|
|
990
|
+
description?: string | undefined;
|
|
991
|
+
name?: string | undefined;
|
|
992
|
+
order?: number | undefined;
|
|
993
|
+
}> | undefined;
|
|
994
|
+
section?: {
|
|
995
|
+
description?: string | undefined;
|
|
996
|
+
name?: string | undefined;
|
|
997
|
+
order?: number | undefined;
|
|
998
|
+
relatedContracts?: string[] | undefined;
|
|
999
|
+
relatedFields?: string[] | undefined;
|
|
1000
|
+
summary?: string | undefined;
|
|
1001
|
+
title?: string | undefined;
|
|
1002
|
+
} | undefined;
|
|
1003
|
+
sectionKey?: string | undefined;
|
|
1004
|
+
}>, "many">>;
|
|
1005
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1006
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1007
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1008
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1009
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1010
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1011
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1012
|
+
description?: string | undefined;
|
|
1013
|
+
name?: string | undefined;
|
|
1014
|
+
order?: number | undefined;
|
|
1015
|
+
}, {
|
|
1016
|
+
description?: string | undefined;
|
|
1017
|
+
name?: string | undefined;
|
|
1018
|
+
order?: number | undefined;
|
|
1019
|
+
}>>>;
|
|
1020
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1021
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1022
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1023
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1024
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1025
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1026
|
+
}, {
|
|
1027
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1028
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1029
|
+
}>, {
|
|
1030
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1031
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1032
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1033
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1034
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1035
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1036
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1037
|
+
description?: string | undefined;
|
|
1038
|
+
name?: string | undefined;
|
|
1039
|
+
order?: number | undefined;
|
|
1040
|
+
relatedContracts?: string[] | undefined;
|
|
1041
|
+
relatedFields?: string[] | undefined;
|
|
1042
|
+
summary?: string | undefined;
|
|
1043
|
+
title?: string | undefined;
|
|
1044
|
+
}, {
|
|
1045
|
+
description?: string | undefined;
|
|
1046
|
+
name?: string | undefined;
|
|
1047
|
+
order?: number | undefined;
|
|
1048
|
+
relatedContracts?: string[] | undefined;
|
|
1049
|
+
relatedFields?: string[] | undefined;
|
|
1050
|
+
summary?: string | undefined;
|
|
1051
|
+
title?: string | undefined;
|
|
1052
|
+
}>>;
|
|
1053
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1054
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1055
|
+
description?: string | undefined;
|
|
1056
|
+
name?: string | undefined;
|
|
1057
|
+
contracts?: Record<string, {
|
|
1058
|
+
description?: string | undefined;
|
|
1059
|
+
name?: string | undefined;
|
|
1060
|
+
order?: number | undefined;
|
|
1061
|
+
}> | undefined;
|
|
1062
|
+
section?: {
|
|
1063
|
+
description?: string | undefined;
|
|
1064
|
+
name?: string | undefined;
|
|
1065
|
+
order?: number | undefined;
|
|
1066
|
+
relatedContracts?: string[] | undefined;
|
|
1067
|
+
relatedFields?: string[] | undefined;
|
|
1068
|
+
summary?: string | undefined;
|
|
1069
|
+
title?: string | undefined;
|
|
1070
|
+
} | undefined;
|
|
1071
|
+
sectionKey?: string | undefined;
|
|
1072
|
+
}, {
|
|
1073
|
+
description?: string | undefined;
|
|
1074
|
+
name?: string | undefined;
|
|
1075
|
+
contracts?: Record<string, {
|
|
1076
|
+
description?: string | undefined;
|
|
1077
|
+
name?: string | undefined;
|
|
1078
|
+
order?: number | undefined;
|
|
1079
|
+
}> | undefined;
|
|
1080
|
+
section?: {
|
|
1081
|
+
description?: string | undefined;
|
|
1082
|
+
name?: string | undefined;
|
|
1083
|
+
order?: number | undefined;
|
|
1084
|
+
relatedContracts?: string[] | undefined;
|
|
1085
|
+
relatedFields?: string[] | undefined;
|
|
1086
|
+
summary?: string | undefined;
|
|
1087
|
+
title?: string | undefined;
|
|
1088
|
+
} | undefined;
|
|
1089
|
+
sectionKey?: string | undefined;
|
|
1090
|
+
}>, "many">>;
|
|
1091
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1092
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1093
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1094
|
+
description?: string | undefined;
|
|
1095
|
+
name?: string | undefined;
|
|
1096
|
+
add?: {
|
|
1097
|
+
description?: string | undefined;
|
|
1098
|
+
name?: string | undefined;
|
|
1099
|
+
contracts?: Record<string, {
|
|
1100
|
+
description?: string | undefined;
|
|
1101
|
+
name?: string | undefined;
|
|
1102
|
+
order?: number | undefined;
|
|
1103
|
+
}> | undefined;
|
|
1104
|
+
section?: {
|
|
1105
|
+
description?: string | undefined;
|
|
1106
|
+
name?: string | undefined;
|
|
1107
|
+
order?: number | undefined;
|
|
1108
|
+
relatedContracts?: string[] | undefined;
|
|
1109
|
+
relatedFields?: string[] | undefined;
|
|
1110
|
+
summary?: string | undefined;
|
|
1111
|
+
title?: string | undefined;
|
|
1112
|
+
} | undefined;
|
|
1113
|
+
sectionKey?: string | undefined;
|
|
1114
|
+
}[] | undefined;
|
|
1115
|
+
modify?: {
|
|
1116
|
+
description?: string | undefined;
|
|
1117
|
+
name?: string | undefined;
|
|
1118
|
+
contracts?: Record<string, {
|
|
1119
|
+
description?: string | undefined;
|
|
1120
|
+
name?: string | undefined;
|
|
1121
|
+
order?: number | undefined;
|
|
1122
|
+
}> | undefined;
|
|
1123
|
+
section?: {
|
|
1124
|
+
description?: string | undefined;
|
|
1125
|
+
name?: string | undefined;
|
|
1126
|
+
order?: number | undefined;
|
|
1127
|
+
relatedContracts?: string[] | undefined;
|
|
1128
|
+
relatedFields?: string[] | undefined;
|
|
1129
|
+
summary?: string | undefined;
|
|
1130
|
+
title?: string | undefined;
|
|
1131
|
+
} | undefined;
|
|
1132
|
+
sectionKey?: string | undefined;
|
|
1133
|
+
}[] | undefined;
|
|
1134
|
+
remove?: string[] | undefined;
|
|
1135
|
+
}, {
|
|
1136
|
+
description?: string | undefined;
|
|
1137
|
+
name?: string | undefined;
|
|
1138
|
+
add?: {
|
|
1139
|
+
description?: string | undefined;
|
|
1140
|
+
name?: string | undefined;
|
|
1141
|
+
contracts?: Record<string, {
|
|
1142
|
+
description?: string | undefined;
|
|
1143
|
+
name?: string | undefined;
|
|
1144
|
+
order?: number | undefined;
|
|
1145
|
+
}> | undefined;
|
|
1146
|
+
section?: {
|
|
1147
|
+
description?: string | undefined;
|
|
1148
|
+
name?: string | undefined;
|
|
1149
|
+
order?: number | undefined;
|
|
1150
|
+
relatedContracts?: string[] | undefined;
|
|
1151
|
+
relatedFields?: string[] | undefined;
|
|
1152
|
+
summary?: string | undefined;
|
|
1153
|
+
title?: string | undefined;
|
|
1154
|
+
} | undefined;
|
|
1155
|
+
sectionKey?: string | undefined;
|
|
1156
|
+
}[] | undefined;
|
|
1157
|
+
modify?: {
|
|
1158
|
+
description?: string | undefined;
|
|
1159
|
+
name?: string | undefined;
|
|
1160
|
+
contracts?: Record<string, {
|
|
1161
|
+
description?: string | undefined;
|
|
1162
|
+
name?: string | undefined;
|
|
1163
|
+
order?: number | undefined;
|
|
1164
|
+
}> | undefined;
|
|
1165
|
+
section?: {
|
|
1166
|
+
description?: string | undefined;
|
|
1167
|
+
name?: string | undefined;
|
|
1168
|
+
order?: number | undefined;
|
|
1169
|
+
relatedContracts?: string[] | undefined;
|
|
1170
|
+
relatedFields?: string[] | undefined;
|
|
1171
|
+
summary?: string | undefined;
|
|
1172
|
+
title?: string | undefined;
|
|
1173
|
+
} | undefined;
|
|
1174
|
+
sectionKey?: string | undefined;
|
|
1175
|
+
}[] | undefined;
|
|
1176
|
+
remove?: string[] | undefined;
|
|
1177
|
+
}>>;
|
|
829
1178
|
}, "strip", import("zod").ZodTypeAny, {
|
|
830
1179
|
description?: string | undefined;
|
|
831
1180
|
name?: string | undefined;
|
|
1181
|
+
changeDescription?: string | undefined;
|
|
832
1182
|
changeset?: {
|
|
833
1183
|
path?: string | undefined;
|
|
834
1184
|
description?: string | undefined;
|
|
@@ -836,10 +1186,53 @@ declare const _default: {
|
|
|
836
1186
|
op?: string | undefined;
|
|
837
1187
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
838
1188
|
}[] | undefined;
|
|
839
|
-
|
|
1189
|
+
sectionChanges?: {
|
|
1190
|
+
description?: string | undefined;
|
|
1191
|
+
name?: string | undefined;
|
|
1192
|
+
add?: {
|
|
1193
|
+
description?: string | undefined;
|
|
1194
|
+
name?: string | undefined;
|
|
1195
|
+
contracts?: Record<string, {
|
|
1196
|
+
description?: string | undefined;
|
|
1197
|
+
name?: string | undefined;
|
|
1198
|
+
order?: number | undefined;
|
|
1199
|
+
}> | undefined;
|
|
1200
|
+
section?: {
|
|
1201
|
+
description?: string | undefined;
|
|
1202
|
+
name?: string | undefined;
|
|
1203
|
+
order?: number | undefined;
|
|
1204
|
+
relatedContracts?: string[] | undefined;
|
|
1205
|
+
relatedFields?: string[] | undefined;
|
|
1206
|
+
summary?: string | undefined;
|
|
1207
|
+
title?: string | undefined;
|
|
1208
|
+
} | undefined;
|
|
1209
|
+
sectionKey?: string | undefined;
|
|
1210
|
+
}[] | undefined;
|
|
1211
|
+
modify?: {
|
|
1212
|
+
description?: string | undefined;
|
|
1213
|
+
name?: string | undefined;
|
|
1214
|
+
contracts?: Record<string, {
|
|
1215
|
+
description?: string | undefined;
|
|
1216
|
+
name?: string | undefined;
|
|
1217
|
+
order?: number | undefined;
|
|
1218
|
+
}> | undefined;
|
|
1219
|
+
section?: {
|
|
1220
|
+
description?: string | undefined;
|
|
1221
|
+
name?: string | undefined;
|
|
1222
|
+
order?: number | undefined;
|
|
1223
|
+
relatedContracts?: string[] | undefined;
|
|
1224
|
+
relatedFields?: string[] | undefined;
|
|
1225
|
+
summary?: string | undefined;
|
|
1226
|
+
title?: string | undefined;
|
|
1227
|
+
} | undefined;
|
|
1228
|
+
sectionKey?: string | undefined;
|
|
1229
|
+
}[] | undefined;
|
|
1230
|
+
remove?: string[] | undefined;
|
|
1231
|
+
} | undefined;
|
|
840
1232
|
}, {
|
|
841
1233
|
description?: string | undefined;
|
|
842
1234
|
name?: string | undefined;
|
|
1235
|
+
changeDescription?: string | undefined;
|
|
843
1236
|
changeset?: {
|
|
844
1237
|
path?: string | undefined;
|
|
845
1238
|
description?: string | undefined;
|
|
@@ -847,7 +1240,49 @@ declare const _default: {
|
|
|
847
1240
|
op?: string | undefined;
|
|
848
1241
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
849
1242
|
}[] | undefined;
|
|
850
|
-
|
|
1243
|
+
sectionChanges?: {
|
|
1244
|
+
description?: string | undefined;
|
|
1245
|
+
name?: string | undefined;
|
|
1246
|
+
add?: {
|
|
1247
|
+
description?: string | undefined;
|
|
1248
|
+
name?: string | undefined;
|
|
1249
|
+
contracts?: Record<string, {
|
|
1250
|
+
description?: string | undefined;
|
|
1251
|
+
name?: string | undefined;
|
|
1252
|
+
order?: number | undefined;
|
|
1253
|
+
}> | undefined;
|
|
1254
|
+
section?: {
|
|
1255
|
+
description?: string | undefined;
|
|
1256
|
+
name?: string | undefined;
|
|
1257
|
+
order?: number | undefined;
|
|
1258
|
+
relatedContracts?: string[] | undefined;
|
|
1259
|
+
relatedFields?: string[] | undefined;
|
|
1260
|
+
summary?: string | undefined;
|
|
1261
|
+
title?: string | undefined;
|
|
1262
|
+
} | undefined;
|
|
1263
|
+
sectionKey?: string | undefined;
|
|
1264
|
+
}[] | undefined;
|
|
1265
|
+
modify?: {
|
|
1266
|
+
description?: string | undefined;
|
|
1267
|
+
name?: string | undefined;
|
|
1268
|
+
contracts?: Record<string, {
|
|
1269
|
+
description?: string | undefined;
|
|
1270
|
+
name?: string | undefined;
|
|
1271
|
+
order?: number | undefined;
|
|
1272
|
+
}> | undefined;
|
|
1273
|
+
section?: {
|
|
1274
|
+
description?: string | undefined;
|
|
1275
|
+
name?: string | undefined;
|
|
1276
|
+
order?: number | undefined;
|
|
1277
|
+
relatedContracts?: string[] | undefined;
|
|
1278
|
+
relatedFields?: string[] | undefined;
|
|
1279
|
+
summary?: string | undefined;
|
|
1280
|
+
title?: string | undefined;
|
|
1281
|
+
} | undefined;
|
|
1282
|
+
sectionKey?: string | undefined;
|
|
1283
|
+
}[] | undefined;
|
|
1284
|
+
remove?: string[] | undefined;
|
|
1285
|
+
} | undefined;
|
|
851
1286
|
}>>;
|
|
852
1287
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
853
1288
|
description?: string | undefined;
|
|
@@ -857,6 +1292,7 @@ declare const _default: {
|
|
|
857
1292
|
request?: {
|
|
858
1293
|
description?: string | undefined;
|
|
859
1294
|
name?: string | undefined;
|
|
1295
|
+
changeDescription?: string | undefined;
|
|
860
1296
|
changeset?: {
|
|
861
1297
|
path?: string | undefined;
|
|
862
1298
|
description?: string | undefined;
|
|
@@ -864,7 +1300,49 @@ declare const _default: {
|
|
|
864
1300
|
op?: string | undefined;
|
|
865
1301
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
866
1302
|
}[] | undefined;
|
|
867
|
-
|
|
1303
|
+
sectionChanges?: {
|
|
1304
|
+
description?: string | undefined;
|
|
1305
|
+
name?: string | undefined;
|
|
1306
|
+
add?: {
|
|
1307
|
+
description?: string | undefined;
|
|
1308
|
+
name?: string | undefined;
|
|
1309
|
+
contracts?: Record<string, {
|
|
1310
|
+
description?: string | undefined;
|
|
1311
|
+
name?: string | undefined;
|
|
1312
|
+
order?: number | undefined;
|
|
1313
|
+
}> | undefined;
|
|
1314
|
+
section?: {
|
|
1315
|
+
description?: string | undefined;
|
|
1316
|
+
name?: string | undefined;
|
|
1317
|
+
order?: number | undefined;
|
|
1318
|
+
relatedContracts?: string[] | undefined;
|
|
1319
|
+
relatedFields?: string[] | undefined;
|
|
1320
|
+
summary?: string | undefined;
|
|
1321
|
+
title?: string | undefined;
|
|
1322
|
+
} | undefined;
|
|
1323
|
+
sectionKey?: string | undefined;
|
|
1324
|
+
}[] | undefined;
|
|
1325
|
+
modify?: {
|
|
1326
|
+
description?: string | undefined;
|
|
1327
|
+
name?: string | undefined;
|
|
1328
|
+
contracts?: Record<string, {
|
|
1329
|
+
description?: string | undefined;
|
|
1330
|
+
name?: string | undefined;
|
|
1331
|
+
order?: number | undefined;
|
|
1332
|
+
}> | undefined;
|
|
1333
|
+
section?: {
|
|
1334
|
+
description?: string | undefined;
|
|
1335
|
+
name?: string | undefined;
|
|
1336
|
+
order?: number | undefined;
|
|
1337
|
+
relatedContracts?: string[] | undefined;
|
|
1338
|
+
relatedFields?: string[] | undefined;
|
|
1339
|
+
summary?: string | undefined;
|
|
1340
|
+
title?: string | undefined;
|
|
1341
|
+
} | undefined;
|
|
1342
|
+
sectionKey?: string | undefined;
|
|
1343
|
+
}[] | undefined;
|
|
1344
|
+
remove?: string[] | undefined;
|
|
1345
|
+
} | undefined;
|
|
868
1346
|
} | undefined;
|
|
869
1347
|
}, {
|
|
870
1348
|
description?: string | undefined;
|
|
@@ -874,6 +1352,7 @@ declare const _default: {
|
|
|
874
1352
|
request?: {
|
|
875
1353
|
description?: string | undefined;
|
|
876
1354
|
name?: string | undefined;
|
|
1355
|
+
changeDescription?: string | undefined;
|
|
877
1356
|
changeset?: {
|
|
878
1357
|
path?: string | undefined;
|
|
879
1358
|
description?: string | undefined;
|
|
@@ -881,10 +1360,53 @@ declare const _default: {
|
|
|
881
1360
|
op?: string | undefined;
|
|
882
1361
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
883
1362
|
}[] | undefined;
|
|
884
|
-
|
|
1363
|
+
sectionChanges?: {
|
|
1364
|
+
description?: string | undefined;
|
|
1365
|
+
name?: string | undefined;
|
|
1366
|
+
add?: {
|
|
1367
|
+
description?: string | undefined;
|
|
1368
|
+
name?: string | undefined;
|
|
1369
|
+
contracts?: Record<string, {
|
|
1370
|
+
description?: string | undefined;
|
|
1371
|
+
name?: string | undefined;
|
|
1372
|
+
order?: number | undefined;
|
|
1373
|
+
}> | undefined;
|
|
1374
|
+
section?: {
|
|
1375
|
+
description?: string | undefined;
|
|
1376
|
+
name?: string | undefined;
|
|
1377
|
+
order?: number | undefined;
|
|
1378
|
+
relatedContracts?: string[] | undefined;
|
|
1379
|
+
relatedFields?: string[] | undefined;
|
|
1380
|
+
summary?: string | undefined;
|
|
1381
|
+
title?: string | undefined;
|
|
1382
|
+
} | undefined;
|
|
1383
|
+
sectionKey?: string | undefined;
|
|
1384
|
+
}[] | undefined;
|
|
1385
|
+
modify?: {
|
|
1386
|
+
description?: string | undefined;
|
|
1387
|
+
name?: string | undefined;
|
|
1388
|
+
contracts?: Record<string, {
|
|
1389
|
+
description?: string | undefined;
|
|
1390
|
+
name?: string | undefined;
|
|
1391
|
+
order?: number | undefined;
|
|
1392
|
+
}> | undefined;
|
|
1393
|
+
section?: {
|
|
1394
|
+
description?: string | undefined;
|
|
1395
|
+
name?: string | undefined;
|
|
1396
|
+
order?: number | undefined;
|
|
1397
|
+
relatedContracts?: string[] | undefined;
|
|
1398
|
+
relatedFields?: string[] | undefined;
|
|
1399
|
+
summary?: string | undefined;
|
|
1400
|
+
title?: string | undefined;
|
|
1401
|
+
} | undefined;
|
|
1402
|
+
sectionKey?: string | undefined;
|
|
1403
|
+
}[] | undefined;
|
|
1404
|
+
remove?: string[] | undefined;
|
|
1405
|
+
} | undefined;
|
|
885
1406
|
} | undefined;
|
|
886
1407
|
}>;
|
|
887
|
-
readonly
|
|
1408
|
+
readonly '9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw': import("zod").ZodObject<{
|
|
1409
|
+
changeDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
888
1410
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
889
1411
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
890
1412
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -904,12 +1426,271 @@ declare const _default: {
|
|
|
904
1426
|
op?: string | undefined;
|
|
905
1427
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
906
1428
|
}>, "many">>;
|
|
907
|
-
changesetDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
908
1429
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
909
1430
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1431
|
+
sectionChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1432
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1433
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1434
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1435
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1436
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1437
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1438
|
+
description?: string | undefined;
|
|
1439
|
+
name?: string | undefined;
|
|
1440
|
+
order?: number | undefined;
|
|
1441
|
+
}, {
|
|
1442
|
+
description?: string | undefined;
|
|
1443
|
+
name?: string | undefined;
|
|
1444
|
+
order?: number | undefined;
|
|
1445
|
+
}>>>;
|
|
1446
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1447
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1448
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1449
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1450
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1451
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1452
|
+
}, {
|
|
1453
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1454
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1455
|
+
}>, {
|
|
1456
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1457
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1458
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1459
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1460
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1461
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1462
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1463
|
+
description?: string | undefined;
|
|
1464
|
+
name?: string | undefined;
|
|
1465
|
+
order?: number | undefined;
|
|
1466
|
+
relatedContracts?: string[] | undefined;
|
|
1467
|
+
relatedFields?: string[] | undefined;
|
|
1468
|
+
summary?: string | undefined;
|
|
1469
|
+
title?: string | undefined;
|
|
1470
|
+
}, {
|
|
1471
|
+
description?: string | undefined;
|
|
1472
|
+
name?: string | undefined;
|
|
1473
|
+
order?: number | undefined;
|
|
1474
|
+
relatedContracts?: string[] | undefined;
|
|
1475
|
+
relatedFields?: string[] | undefined;
|
|
1476
|
+
summary?: string | undefined;
|
|
1477
|
+
title?: string | undefined;
|
|
1478
|
+
}>>;
|
|
1479
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1480
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1481
|
+
description?: string | undefined;
|
|
1482
|
+
name?: string | undefined;
|
|
1483
|
+
contracts?: Record<string, {
|
|
1484
|
+
description?: string | undefined;
|
|
1485
|
+
name?: string | undefined;
|
|
1486
|
+
order?: number | undefined;
|
|
1487
|
+
}> | undefined;
|
|
1488
|
+
section?: {
|
|
1489
|
+
description?: string | undefined;
|
|
1490
|
+
name?: string | undefined;
|
|
1491
|
+
order?: number | undefined;
|
|
1492
|
+
relatedContracts?: string[] | undefined;
|
|
1493
|
+
relatedFields?: string[] | undefined;
|
|
1494
|
+
summary?: string | undefined;
|
|
1495
|
+
title?: string | undefined;
|
|
1496
|
+
} | undefined;
|
|
1497
|
+
sectionKey?: string | undefined;
|
|
1498
|
+
}, {
|
|
1499
|
+
description?: string | undefined;
|
|
1500
|
+
name?: string | undefined;
|
|
1501
|
+
contracts?: Record<string, {
|
|
1502
|
+
description?: string | undefined;
|
|
1503
|
+
name?: string | undefined;
|
|
1504
|
+
order?: number | undefined;
|
|
1505
|
+
}> | undefined;
|
|
1506
|
+
section?: {
|
|
1507
|
+
description?: string | undefined;
|
|
1508
|
+
name?: string | undefined;
|
|
1509
|
+
order?: number | undefined;
|
|
1510
|
+
relatedContracts?: string[] | undefined;
|
|
1511
|
+
relatedFields?: string[] | undefined;
|
|
1512
|
+
summary?: string | undefined;
|
|
1513
|
+
title?: string | undefined;
|
|
1514
|
+
} | undefined;
|
|
1515
|
+
sectionKey?: string | undefined;
|
|
1516
|
+
}>, "many">>;
|
|
1517
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1518
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1519
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1520
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1521
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1522
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1523
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1524
|
+
description?: string | undefined;
|
|
1525
|
+
name?: string | undefined;
|
|
1526
|
+
order?: number | undefined;
|
|
1527
|
+
}, {
|
|
1528
|
+
description?: string | undefined;
|
|
1529
|
+
name?: string | undefined;
|
|
1530
|
+
order?: number | undefined;
|
|
1531
|
+
}>>>;
|
|
1532
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1533
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1534
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1535
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1536
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1537
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1538
|
+
}, {
|
|
1539
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1540
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1541
|
+
}>, {
|
|
1542
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1543
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1544
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1545
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1546
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1547
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1548
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1549
|
+
description?: string | undefined;
|
|
1550
|
+
name?: string | undefined;
|
|
1551
|
+
order?: number | undefined;
|
|
1552
|
+
relatedContracts?: string[] | undefined;
|
|
1553
|
+
relatedFields?: string[] | undefined;
|
|
1554
|
+
summary?: string | undefined;
|
|
1555
|
+
title?: string | undefined;
|
|
1556
|
+
}, {
|
|
1557
|
+
description?: string | undefined;
|
|
1558
|
+
name?: string | undefined;
|
|
1559
|
+
order?: number | undefined;
|
|
1560
|
+
relatedContracts?: string[] | undefined;
|
|
1561
|
+
relatedFields?: string[] | undefined;
|
|
1562
|
+
summary?: string | undefined;
|
|
1563
|
+
title?: string | undefined;
|
|
1564
|
+
}>>;
|
|
1565
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1566
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1567
|
+
description?: string | undefined;
|
|
1568
|
+
name?: string | undefined;
|
|
1569
|
+
contracts?: Record<string, {
|
|
1570
|
+
description?: string | undefined;
|
|
1571
|
+
name?: string | undefined;
|
|
1572
|
+
order?: number | undefined;
|
|
1573
|
+
}> | undefined;
|
|
1574
|
+
section?: {
|
|
1575
|
+
description?: string | undefined;
|
|
1576
|
+
name?: string | undefined;
|
|
1577
|
+
order?: number | undefined;
|
|
1578
|
+
relatedContracts?: string[] | undefined;
|
|
1579
|
+
relatedFields?: string[] | undefined;
|
|
1580
|
+
summary?: string | undefined;
|
|
1581
|
+
title?: string | undefined;
|
|
1582
|
+
} | undefined;
|
|
1583
|
+
sectionKey?: string | undefined;
|
|
1584
|
+
}, {
|
|
1585
|
+
description?: string | undefined;
|
|
1586
|
+
name?: string | undefined;
|
|
1587
|
+
contracts?: Record<string, {
|
|
1588
|
+
description?: string | undefined;
|
|
1589
|
+
name?: string | undefined;
|
|
1590
|
+
order?: number | undefined;
|
|
1591
|
+
}> | undefined;
|
|
1592
|
+
section?: {
|
|
1593
|
+
description?: string | undefined;
|
|
1594
|
+
name?: string | undefined;
|
|
1595
|
+
order?: number | undefined;
|
|
1596
|
+
relatedContracts?: string[] | undefined;
|
|
1597
|
+
relatedFields?: string[] | undefined;
|
|
1598
|
+
summary?: string | undefined;
|
|
1599
|
+
title?: string | undefined;
|
|
1600
|
+
} | undefined;
|
|
1601
|
+
sectionKey?: string | undefined;
|
|
1602
|
+
}>, "many">>;
|
|
1603
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1604
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1605
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1606
|
+
description?: string | undefined;
|
|
1607
|
+
name?: string | undefined;
|
|
1608
|
+
add?: {
|
|
1609
|
+
description?: string | undefined;
|
|
1610
|
+
name?: string | undefined;
|
|
1611
|
+
contracts?: Record<string, {
|
|
1612
|
+
description?: string | undefined;
|
|
1613
|
+
name?: string | undefined;
|
|
1614
|
+
order?: number | undefined;
|
|
1615
|
+
}> | undefined;
|
|
1616
|
+
section?: {
|
|
1617
|
+
description?: string | undefined;
|
|
1618
|
+
name?: string | undefined;
|
|
1619
|
+
order?: number | undefined;
|
|
1620
|
+
relatedContracts?: string[] | undefined;
|
|
1621
|
+
relatedFields?: string[] | undefined;
|
|
1622
|
+
summary?: string | undefined;
|
|
1623
|
+
title?: string | undefined;
|
|
1624
|
+
} | undefined;
|
|
1625
|
+
sectionKey?: string | undefined;
|
|
1626
|
+
}[] | undefined;
|
|
1627
|
+
modify?: {
|
|
1628
|
+
description?: string | undefined;
|
|
1629
|
+
name?: string | undefined;
|
|
1630
|
+
contracts?: Record<string, {
|
|
1631
|
+
description?: string | undefined;
|
|
1632
|
+
name?: string | undefined;
|
|
1633
|
+
order?: number | undefined;
|
|
1634
|
+
}> | undefined;
|
|
1635
|
+
section?: {
|
|
1636
|
+
description?: string | undefined;
|
|
1637
|
+
name?: string | undefined;
|
|
1638
|
+
order?: number | undefined;
|
|
1639
|
+
relatedContracts?: string[] | undefined;
|
|
1640
|
+
relatedFields?: string[] | undefined;
|
|
1641
|
+
summary?: string | undefined;
|
|
1642
|
+
title?: string | undefined;
|
|
1643
|
+
} | undefined;
|
|
1644
|
+
sectionKey?: string | undefined;
|
|
1645
|
+
}[] | undefined;
|
|
1646
|
+
remove?: string[] | undefined;
|
|
1647
|
+
}, {
|
|
1648
|
+
description?: string | undefined;
|
|
1649
|
+
name?: string | undefined;
|
|
1650
|
+
add?: {
|
|
1651
|
+
description?: string | undefined;
|
|
1652
|
+
name?: string | undefined;
|
|
1653
|
+
contracts?: Record<string, {
|
|
1654
|
+
description?: string | undefined;
|
|
1655
|
+
name?: string | undefined;
|
|
1656
|
+
order?: number | undefined;
|
|
1657
|
+
}> | undefined;
|
|
1658
|
+
section?: {
|
|
1659
|
+
description?: string | undefined;
|
|
1660
|
+
name?: string | undefined;
|
|
1661
|
+
order?: number | undefined;
|
|
1662
|
+
relatedContracts?: string[] | undefined;
|
|
1663
|
+
relatedFields?: string[] | undefined;
|
|
1664
|
+
summary?: string | undefined;
|
|
1665
|
+
title?: string | undefined;
|
|
1666
|
+
} | undefined;
|
|
1667
|
+
sectionKey?: string | undefined;
|
|
1668
|
+
}[] | undefined;
|
|
1669
|
+
modify?: {
|
|
1670
|
+
description?: string | undefined;
|
|
1671
|
+
name?: string | undefined;
|
|
1672
|
+
contracts?: Record<string, {
|
|
1673
|
+
description?: string | undefined;
|
|
1674
|
+
name?: string | undefined;
|
|
1675
|
+
order?: number | undefined;
|
|
1676
|
+
}> | undefined;
|
|
1677
|
+
section?: {
|
|
1678
|
+
description?: string | undefined;
|
|
1679
|
+
name?: string | undefined;
|
|
1680
|
+
order?: number | undefined;
|
|
1681
|
+
relatedContracts?: string[] | undefined;
|
|
1682
|
+
relatedFields?: string[] | undefined;
|
|
1683
|
+
summary?: string | undefined;
|
|
1684
|
+
title?: string | undefined;
|
|
1685
|
+
} | undefined;
|
|
1686
|
+
sectionKey?: string | undefined;
|
|
1687
|
+
}[] | undefined;
|
|
1688
|
+
remove?: string[] | undefined;
|
|
1689
|
+
}>>;
|
|
910
1690
|
}, "strip", import("zod").ZodTypeAny, {
|
|
911
1691
|
description?: string | undefined;
|
|
912
1692
|
name?: string | undefined;
|
|
1693
|
+
changeDescription?: string | undefined;
|
|
913
1694
|
changeset?: {
|
|
914
1695
|
path?: string | undefined;
|
|
915
1696
|
description?: string | undefined;
|
|
@@ -917,10 +1698,53 @@ declare const _default: {
|
|
|
917
1698
|
op?: string | undefined;
|
|
918
1699
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
919
1700
|
}[] | undefined;
|
|
920
|
-
|
|
1701
|
+
sectionChanges?: {
|
|
1702
|
+
description?: string | undefined;
|
|
1703
|
+
name?: string | undefined;
|
|
1704
|
+
add?: {
|
|
1705
|
+
description?: string | undefined;
|
|
1706
|
+
name?: string | undefined;
|
|
1707
|
+
contracts?: Record<string, {
|
|
1708
|
+
description?: string | undefined;
|
|
1709
|
+
name?: string | undefined;
|
|
1710
|
+
order?: number | undefined;
|
|
1711
|
+
}> | undefined;
|
|
1712
|
+
section?: {
|
|
1713
|
+
description?: string | undefined;
|
|
1714
|
+
name?: string | undefined;
|
|
1715
|
+
order?: number | undefined;
|
|
1716
|
+
relatedContracts?: string[] | undefined;
|
|
1717
|
+
relatedFields?: string[] | undefined;
|
|
1718
|
+
summary?: string | undefined;
|
|
1719
|
+
title?: string | undefined;
|
|
1720
|
+
} | undefined;
|
|
1721
|
+
sectionKey?: string | undefined;
|
|
1722
|
+
}[] | undefined;
|
|
1723
|
+
modify?: {
|
|
1724
|
+
description?: string | undefined;
|
|
1725
|
+
name?: string | undefined;
|
|
1726
|
+
contracts?: Record<string, {
|
|
1727
|
+
description?: string | undefined;
|
|
1728
|
+
name?: string | undefined;
|
|
1729
|
+
order?: number | undefined;
|
|
1730
|
+
}> | undefined;
|
|
1731
|
+
section?: {
|
|
1732
|
+
description?: string | undefined;
|
|
1733
|
+
name?: string | undefined;
|
|
1734
|
+
order?: number | undefined;
|
|
1735
|
+
relatedContracts?: string[] | undefined;
|
|
1736
|
+
relatedFields?: string[] | undefined;
|
|
1737
|
+
summary?: string | undefined;
|
|
1738
|
+
title?: string | undefined;
|
|
1739
|
+
} | undefined;
|
|
1740
|
+
sectionKey?: string | undefined;
|
|
1741
|
+
}[] | undefined;
|
|
1742
|
+
remove?: string[] | undefined;
|
|
1743
|
+
} | undefined;
|
|
921
1744
|
}, {
|
|
922
1745
|
description?: string | undefined;
|
|
923
1746
|
name?: string | undefined;
|
|
1747
|
+
changeDescription?: string | undefined;
|
|
924
1748
|
changeset?: {
|
|
925
1749
|
path?: string | undefined;
|
|
926
1750
|
description?: string | undefined;
|
|
@@ -928,9 +1752,51 @@ declare const _default: {
|
|
|
928
1752
|
op?: string | undefined;
|
|
929
1753
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
930
1754
|
}[] | undefined;
|
|
931
|
-
|
|
1755
|
+
sectionChanges?: {
|
|
1756
|
+
description?: string | undefined;
|
|
1757
|
+
name?: string | undefined;
|
|
1758
|
+
add?: {
|
|
1759
|
+
description?: string | undefined;
|
|
1760
|
+
name?: string | undefined;
|
|
1761
|
+
contracts?: Record<string, {
|
|
1762
|
+
description?: string | undefined;
|
|
1763
|
+
name?: string | undefined;
|
|
1764
|
+
order?: number | undefined;
|
|
1765
|
+
}> | undefined;
|
|
1766
|
+
section?: {
|
|
1767
|
+
description?: string | undefined;
|
|
1768
|
+
name?: string | undefined;
|
|
1769
|
+
order?: number | undefined;
|
|
1770
|
+
relatedContracts?: string[] | undefined;
|
|
1771
|
+
relatedFields?: string[] | undefined;
|
|
1772
|
+
summary?: string | undefined;
|
|
1773
|
+
title?: string | undefined;
|
|
1774
|
+
} | undefined;
|
|
1775
|
+
sectionKey?: string | undefined;
|
|
1776
|
+
}[] | undefined;
|
|
1777
|
+
modify?: {
|
|
1778
|
+
description?: string | undefined;
|
|
1779
|
+
name?: string | undefined;
|
|
1780
|
+
contracts?: Record<string, {
|
|
1781
|
+
description?: string | undefined;
|
|
1782
|
+
name?: string | undefined;
|
|
1783
|
+
order?: number | undefined;
|
|
1784
|
+
}> | undefined;
|
|
1785
|
+
section?: {
|
|
1786
|
+
description?: string | undefined;
|
|
1787
|
+
name?: string | undefined;
|
|
1788
|
+
order?: number | undefined;
|
|
1789
|
+
relatedContracts?: string[] | undefined;
|
|
1790
|
+
relatedFields?: string[] | undefined;
|
|
1791
|
+
summary?: string | undefined;
|
|
1792
|
+
title?: string | undefined;
|
|
1793
|
+
} | undefined;
|
|
1794
|
+
sectionKey?: string | undefined;
|
|
1795
|
+
}[] | undefined;
|
|
1796
|
+
remove?: string[] | undefined;
|
|
1797
|
+
} | undefined;
|
|
932
1798
|
}>;
|
|
933
|
-
readonly
|
|
1799
|
+
readonly AZ7kV2EzGpRMzUBCi5cYKd17gngvGDF9PVAdqaKRDqno: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
934
1800
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
935
1801
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
936
1802
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -960,6 +1826,7 @@ declare const _default: {
|
|
|
960
1826
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
961
1827
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
962
1828
|
request: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1829
|
+
changeDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
963
1830
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
964
1831
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
965
1832
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -979,12 +1846,271 @@ declare const _default: {
|
|
|
979
1846
|
op?: string | undefined;
|
|
980
1847
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
981
1848
|
}>, "many">>;
|
|
982
|
-
changesetDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
983
1849
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
984
1850
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1851
|
+
sectionChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1852
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1853
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1854
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1855
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1856
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1857
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1858
|
+
description?: string | undefined;
|
|
1859
|
+
name?: string | undefined;
|
|
1860
|
+
order?: number | undefined;
|
|
1861
|
+
}, {
|
|
1862
|
+
description?: string | undefined;
|
|
1863
|
+
name?: string | undefined;
|
|
1864
|
+
order?: number | undefined;
|
|
1865
|
+
}>>>;
|
|
1866
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1867
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1868
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1869
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1870
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1871
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1872
|
+
}, {
|
|
1873
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1874
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1875
|
+
}>, {
|
|
1876
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1877
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1878
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1879
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1880
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1881
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1882
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1883
|
+
description?: string | undefined;
|
|
1884
|
+
name?: string | undefined;
|
|
1885
|
+
order?: number | undefined;
|
|
1886
|
+
relatedContracts?: string[] | undefined;
|
|
1887
|
+
relatedFields?: string[] | undefined;
|
|
1888
|
+
summary?: string | undefined;
|
|
1889
|
+
title?: string | undefined;
|
|
1890
|
+
}, {
|
|
1891
|
+
description?: string | undefined;
|
|
1892
|
+
name?: string | undefined;
|
|
1893
|
+
order?: number | undefined;
|
|
1894
|
+
relatedContracts?: string[] | undefined;
|
|
1895
|
+
relatedFields?: string[] | undefined;
|
|
1896
|
+
summary?: string | undefined;
|
|
1897
|
+
title?: string | undefined;
|
|
1898
|
+
}>>;
|
|
1899
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1900
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1901
|
+
description?: string | undefined;
|
|
1902
|
+
name?: string | undefined;
|
|
1903
|
+
contracts?: Record<string, {
|
|
1904
|
+
description?: string | undefined;
|
|
1905
|
+
name?: string | undefined;
|
|
1906
|
+
order?: number | undefined;
|
|
1907
|
+
}> | undefined;
|
|
1908
|
+
section?: {
|
|
1909
|
+
description?: string | undefined;
|
|
1910
|
+
name?: string | undefined;
|
|
1911
|
+
order?: number | undefined;
|
|
1912
|
+
relatedContracts?: string[] | undefined;
|
|
1913
|
+
relatedFields?: string[] | undefined;
|
|
1914
|
+
summary?: string | undefined;
|
|
1915
|
+
title?: string | undefined;
|
|
1916
|
+
} | undefined;
|
|
1917
|
+
sectionKey?: string | undefined;
|
|
1918
|
+
}, {
|
|
1919
|
+
description?: string | undefined;
|
|
1920
|
+
name?: string | undefined;
|
|
1921
|
+
contracts?: Record<string, {
|
|
1922
|
+
description?: string | undefined;
|
|
1923
|
+
name?: string | undefined;
|
|
1924
|
+
order?: number | undefined;
|
|
1925
|
+
}> | undefined;
|
|
1926
|
+
section?: {
|
|
1927
|
+
description?: string | undefined;
|
|
1928
|
+
name?: string | undefined;
|
|
1929
|
+
order?: number | undefined;
|
|
1930
|
+
relatedContracts?: string[] | undefined;
|
|
1931
|
+
relatedFields?: string[] | undefined;
|
|
1932
|
+
summary?: string | undefined;
|
|
1933
|
+
title?: string | undefined;
|
|
1934
|
+
} | undefined;
|
|
1935
|
+
sectionKey?: string | undefined;
|
|
1936
|
+
}>, "many">>;
|
|
1937
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1938
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1939
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
1940
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1941
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1942
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1943
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1944
|
+
description?: string | undefined;
|
|
1945
|
+
name?: string | undefined;
|
|
1946
|
+
order?: number | undefined;
|
|
1947
|
+
}, {
|
|
1948
|
+
description?: string | undefined;
|
|
1949
|
+
name?: string | undefined;
|
|
1950
|
+
order?: number | undefined;
|
|
1951
|
+
}>>>;
|
|
1952
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1953
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1954
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1955
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1956
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1957
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1958
|
+
}, {
|
|
1959
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1960
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1961
|
+
}>, {
|
|
1962
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1963
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1964
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1965
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1966
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1967
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1968
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1969
|
+
description?: string | undefined;
|
|
1970
|
+
name?: string | undefined;
|
|
1971
|
+
order?: number | undefined;
|
|
1972
|
+
relatedContracts?: string[] | undefined;
|
|
1973
|
+
relatedFields?: string[] | undefined;
|
|
1974
|
+
summary?: string | undefined;
|
|
1975
|
+
title?: string | undefined;
|
|
1976
|
+
}, {
|
|
1977
|
+
description?: string | undefined;
|
|
1978
|
+
name?: string | undefined;
|
|
1979
|
+
order?: number | undefined;
|
|
1980
|
+
relatedContracts?: string[] | undefined;
|
|
1981
|
+
relatedFields?: string[] | undefined;
|
|
1982
|
+
summary?: string | undefined;
|
|
1983
|
+
title?: string | undefined;
|
|
1984
|
+
}>>;
|
|
1985
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1986
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1987
|
+
description?: string | undefined;
|
|
1988
|
+
name?: string | undefined;
|
|
1989
|
+
contracts?: Record<string, {
|
|
1990
|
+
description?: string | undefined;
|
|
1991
|
+
name?: string | undefined;
|
|
1992
|
+
order?: number | undefined;
|
|
1993
|
+
}> | undefined;
|
|
1994
|
+
section?: {
|
|
1995
|
+
description?: string | undefined;
|
|
1996
|
+
name?: string | undefined;
|
|
1997
|
+
order?: number | undefined;
|
|
1998
|
+
relatedContracts?: string[] | undefined;
|
|
1999
|
+
relatedFields?: string[] | undefined;
|
|
2000
|
+
summary?: string | undefined;
|
|
2001
|
+
title?: string | undefined;
|
|
2002
|
+
} | undefined;
|
|
2003
|
+
sectionKey?: string | undefined;
|
|
2004
|
+
}, {
|
|
2005
|
+
description?: string | undefined;
|
|
2006
|
+
name?: string | undefined;
|
|
2007
|
+
contracts?: Record<string, {
|
|
2008
|
+
description?: string | undefined;
|
|
2009
|
+
name?: string | undefined;
|
|
2010
|
+
order?: number | undefined;
|
|
2011
|
+
}> | undefined;
|
|
2012
|
+
section?: {
|
|
2013
|
+
description?: string | undefined;
|
|
2014
|
+
name?: string | undefined;
|
|
2015
|
+
order?: number | undefined;
|
|
2016
|
+
relatedContracts?: string[] | undefined;
|
|
2017
|
+
relatedFields?: string[] | undefined;
|
|
2018
|
+
summary?: string | undefined;
|
|
2019
|
+
title?: string | undefined;
|
|
2020
|
+
} | undefined;
|
|
2021
|
+
sectionKey?: string | undefined;
|
|
2022
|
+
}>, "many">>;
|
|
2023
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2024
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2025
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2026
|
+
description?: string | undefined;
|
|
2027
|
+
name?: string | undefined;
|
|
2028
|
+
add?: {
|
|
2029
|
+
description?: string | undefined;
|
|
2030
|
+
name?: string | undefined;
|
|
2031
|
+
contracts?: Record<string, {
|
|
2032
|
+
description?: string | undefined;
|
|
2033
|
+
name?: string | undefined;
|
|
2034
|
+
order?: number | undefined;
|
|
2035
|
+
}> | undefined;
|
|
2036
|
+
section?: {
|
|
2037
|
+
description?: string | undefined;
|
|
2038
|
+
name?: string | undefined;
|
|
2039
|
+
order?: number | undefined;
|
|
2040
|
+
relatedContracts?: string[] | undefined;
|
|
2041
|
+
relatedFields?: string[] | undefined;
|
|
2042
|
+
summary?: string | undefined;
|
|
2043
|
+
title?: string | undefined;
|
|
2044
|
+
} | undefined;
|
|
2045
|
+
sectionKey?: string | undefined;
|
|
2046
|
+
}[] | undefined;
|
|
2047
|
+
modify?: {
|
|
2048
|
+
description?: string | undefined;
|
|
2049
|
+
name?: string | undefined;
|
|
2050
|
+
contracts?: Record<string, {
|
|
2051
|
+
description?: string | undefined;
|
|
2052
|
+
name?: string | undefined;
|
|
2053
|
+
order?: number | undefined;
|
|
2054
|
+
}> | undefined;
|
|
2055
|
+
section?: {
|
|
2056
|
+
description?: string | undefined;
|
|
2057
|
+
name?: string | undefined;
|
|
2058
|
+
order?: number | undefined;
|
|
2059
|
+
relatedContracts?: string[] | undefined;
|
|
2060
|
+
relatedFields?: string[] | undefined;
|
|
2061
|
+
summary?: string | undefined;
|
|
2062
|
+
title?: string | undefined;
|
|
2063
|
+
} | undefined;
|
|
2064
|
+
sectionKey?: string | undefined;
|
|
2065
|
+
}[] | undefined;
|
|
2066
|
+
remove?: string[] | undefined;
|
|
2067
|
+
}, {
|
|
2068
|
+
description?: string | undefined;
|
|
2069
|
+
name?: string | undefined;
|
|
2070
|
+
add?: {
|
|
2071
|
+
description?: string | undefined;
|
|
2072
|
+
name?: string | undefined;
|
|
2073
|
+
contracts?: Record<string, {
|
|
2074
|
+
description?: string | undefined;
|
|
2075
|
+
name?: string | undefined;
|
|
2076
|
+
order?: number | undefined;
|
|
2077
|
+
}> | undefined;
|
|
2078
|
+
section?: {
|
|
2079
|
+
description?: string | undefined;
|
|
2080
|
+
name?: string | undefined;
|
|
2081
|
+
order?: number | undefined;
|
|
2082
|
+
relatedContracts?: string[] | undefined;
|
|
2083
|
+
relatedFields?: string[] | undefined;
|
|
2084
|
+
summary?: string | undefined;
|
|
2085
|
+
title?: string | undefined;
|
|
2086
|
+
} | undefined;
|
|
2087
|
+
sectionKey?: string | undefined;
|
|
2088
|
+
}[] | undefined;
|
|
2089
|
+
modify?: {
|
|
2090
|
+
description?: string | undefined;
|
|
2091
|
+
name?: string | undefined;
|
|
2092
|
+
contracts?: Record<string, {
|
|
2093
|
+
description?: string | undefined;
|
|
2094
|
+
name?: string | undefined;
|
|
2095
|
+
order?: number | undefined;
|
|
2096
|
+
}> | undefined;
|
|
2097
|
+
section?: {
|
|
2098
|
+
description?: string | undefined;
|
|
2099
|
+
name?: string | undefined;
|
|
2100
|
+
order?: number | undefined;
|
|
2101
|
+
relatedContracts?: string[] | undefined;
|
|
2102
|
+
relatedFields?: string[] | undefined;
|
|
2103
|
+
summary?: string | undefined;
|
|
2104
|
+
title?: string | undefined;
|
|
2105
|
+
} | undefined;
|
|
2106
|
+
sectionKey?: string | undefined;
|
|
2107
|
+
}[] | undefined;
|
|
2108
|
+
remove?: string[] | undefined;
|
|
2109
|
+
}>>;
|
|
985
2110
|
}, "strip", import("zod").ZodTypeAny, {
|
|
986
2111
|
description?: string | undefined;
|
|
987
2112
|
name?: string | undefined;
|
|
2113
|
+
changeDescription?: string | undefined;
|
|
988
2114
|
changeset?: {
|
|
989
2115
|
path?: string | undefined;
|
|
990
2116
|
description?: string | undefined;
|
|
@@ -992,10 +2118,53 @@ declare const _default: {
|
|
|
992
2118
|
op?: string | undefined;
|
|
993
2119
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
994
2120
|
}[] | undefined;
|
|
995
|
-
|
|
2121
|
+
sectionChanges?: {
|
|
2122
|
+
description?: string | undefined;
|
|
2123
|
+
name?: string | undefined;
|
|
2124
|
+
add?: {
|
|
2125
|
+
description?: string | undefined;
|
|
2126
|
+
name?: string | undefined;
|
|
2127
|
+
contracts?: Record<string, {
|
|
2128
|
+
description?: string | undefined;
|
|
2129
|
+
name?: string | undefined;
|
|
2130
|
+
order?: number | undefined;
|
|
2131
|
+
}> | undefined;
|
|
2132
|
+
section?: {
|
|
2133
|
+
description?: string | undefined;
|
|
2134
|
+
name?: string | undefined;
|
|
2135
|
+
order?: number | undefined;
|
|
2136
|
+
relatedContracts?: string[] | undefined;
|
|
2137
|
+
relatedFields?: string[] | undefined;
|
|
2138
|
+
summary?: string | undefined;
|
|
2139
|
+
title?: string | undefined;
|
|
2140
|
+
} | undefined;
|
|
2141
|
+
sectionKey?: string | undefined;
|
|
2142
|
+
}[] | undefined;
|
|
2143
|
+
modify?: {
|
|
2144
|
+
description?: string | undefined;
|
|
2145
|
+
name?: string | undefined;
|
|
2146
|
+
contracts?: Record<string, {
|
|
2147
|
+
description?: string | undefined;
|
|
2148
|
+
name?: string | undefined;
|
|
2149
|
+
order?: number | undefined;
|
|
2150
|
+
}> | undefined;
|
|
2151
|
+
section?: {
|
|
2152
|
+
description?: string | undefined;
|
|
2153
|
+
name?: string | undefined;
|
|
2154
|
+
order?: number | undefined;
|
|
2155
|
+
relatedContracts?: string[] | undefined;
|
|
2156
|
+
relatedFields?: string[] | undefined;
|
|
2157
|
+
summary?: string | undefined;
|
|
2158
|
+
title?: string | undefined;
|
|
2159
|
+
} | undefined;
|
|
2160
|
+
sectionKey?: string | undefined;
|
|
2161
|
+
}[] | undefined;
|
|
2162
|
+
remove?: string[] | undefined;
|
|
2163
|
+
} | undefined;
|
|
996
2164
|
}, {
|
|
997
2165
|
description?: string | undefined;
|
|
998
2166
|
name?: string | undefined;
|
|
2167
|
+
changeDescription?: string | undefined;
|
|
999
2168
|
changeset?: {
|
|
1000
2169
|
path?: string | undefined;
|
|
1001
2170
|
description?: string | undefined;
|
|
@@ -1003,7 +2172,49 @@ declare const _default: {
|
|
|
1003
2172
|
op?: string | undefined;
|
|
1004
2173
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1005
2174
|
}[] | undefined;
|
|
1006
|
-
|
|
2175
|
+
sectionChanges?: {
|
|
2176
|
+
description?: string | undefined;
|
|
2177
|
+
name?: string | undefined;
|
|
2178
|
+
add?: {
|
|
2179
|
+
description?: string | undefined;
|
|
2180
|
+
name?: string | undefined;
|
|
2181
|
+
contracts?: Record<string, {
|
|
2182
|
+
description?: string | undefined;
|
|
2183
|
+
name?: string | undefined;
|
|
2184
|
+
order?: number | undefined;
|
|
2185
|
+
}> | undefined;
|
|
2186
|
+
section?: {
|
|
2187
|
+
description?: string | undefined;
|
|
2188
|
+
name?: string | undefined;
|
|
2189
|
+
order?: number | undefined;
|
|
2190
|
+
relatedContracts?: string[] | undefined;
|
|
2191
|
+
relatedFields?: string[] | undefined;
|
|
2192
|
+
summary?: string | undefined;
|
|
2193
|
+
title?: string | undefined;
|
|
2194
|
+
} | undefined;
|
|
2195
|
+
sectionKey?: string | undefined;
|
|
2196
|
+
}[] | undefined;
|
|
2197
|
+
modify?: {
|
|
2198
|
+
description?: string | undefined;
|
|
2199
|
+
name?: string | undefined;
|
|
2200
|
+
contracts?: Record<string, {
|
|
2201
|
+
description?: string | undefined;
|
|
2202
|
+
name?: string | undefined;
|
|
2203
|
+
order?: number | undefined;
|
|
2204
|
+
}> | undefined;
|
|
2205
|
+
section?: {
|
|
2206
|
+
description?: string | undefined;
|
|
2207
|
+
name?: string | undefined;
|
|
2208
|
+
order?: number | undefined;
|
|
2209
|
+
relatedContracts?: string[] | undefined;
|
|
2210
|
+
relatedFields?: string[] | undefined;
|
|
2211
|
+
summary?: string | undefined;
|
|
2212
|
+
title?: string | undefined;
|
|
2213
|
+
} | undefined;
|
|
2214
|
+
sectionKey?: string | undefined;
|
|
2215
|
+
}[] | undefined;
|
|
2216
|
+
remove?: string[] | undefined;
|
|
2217
|
+
} | undefined;
|
|
1007
2218
|
}>>;
|
|
1008
2219
|
steps: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
1009
2220
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1014,6 +2225,7 @@ declare const _default: {
|
|
|
1014
2225
|
request?: {
|
|
1015
2226
|
description?: string | undefined;
|
|
1016
2227
|
name?: string | undefined;
|
|
2228
|
+
changeDescription?: string | undefined;
|
|
1017
2229
|
changeset?: {
|
|
1018
2230
|
path?: string | undefined;
|
|
1019
2231
|
description?: string | undefined;
|
|
@@ -1021,7 +2233,49 @@ declare const _default: {
|
|
|
1021
2233
|
op?: string | undefined;
|
|
1022
2234
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1023
2235
|
}[] | undefined;
|
|
1024
|
-
|
|
2236
|
+
sectionChanges?: {
|
|
2237
|
+
description?: string | undefined;
|
|
2238
|
+
name?: string | undefined;
|
|
2239
|
+
add?: {
|
|
2240
|
+
description?: string | undefined;
|
|
2241
|
+
name?: string | undefined;
|
|
2242
|
+
contracts?: Record<string, {
|
|
2243
|
+
description?: string | undefined;
|
|
2244
|
+
name?: string | undefined;
|
|
2245
|
+
order?: number | undefined;
|
|
2246
|
+
}> | undefined;
|
|
2247
|
+
section?: {
|
|
2248
|
+
description?: string | undefined;
|
|
2249
|
+
name?: string | undefined;
|
|
2250
|
+
order?: number | undefined;
|
|
2251
|
+
relatedContracts?: string[] | undefined;
|
|
2252
|
+
relatedFields?: string[] | undefined;
|
|
2253
|
+
summary?: string | undefined;
|
|
2254
|
+
title?: string | undefined;
|
|
2255
|
+
} | undefined;
|
|
2256
|
+
sectionKey?: string | undefined;
|
|
2257
|
+
}[] | undefined;
|
|
2258
|
+
modify?: {
|
|
2259
|
+
description?: string | undefined;
|
|
2260
|
+
name?: string | undefined;
|
|
2261
|
+
contracts?: Record<string, {
|
|
2262
|
+
description?: string | undefined;
|
|
2263
|
+
name?: string | undefined;
|
|
2264
|
+
order?: number | undefined;
|
|
2265
|
+
}> | undefined;
|
|
2266
|
+
section?: {
|
|
2267
|
+
description?: string | undefined;
|
|
2268
|
+
name?: string | undefined;
|
|
2269
|
+
order?: number | undefined;
|
|
2270
|
+
relatedContracts?: string[] | undefined;
|
|
2271
|
+
relatedFields?: string[] | undefined;
|
|
2272
|
+
summary?: string | undefined;
|
|
2273
|
+
title?: string | undefined;
|
|
2274
|
+
} | undefined;
|
|
2275
|
+
sectionKey?: string | undefined;
|
|
2276
|
+
}[] | undefined;
|
|
2277
|
+
remove?: string[] | undefined;
|
|
2278
|
+
} | undefined;
|
|
1025
2279
|
} | undefined;
|
|
1026
2280
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
1027
2281
|
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
@@ -1034,6 +2288,7 @@ declare const _default: {
|
|
|
1034
2288
|
request?: {
|
|
1035
2289
|
description?: string | undefined;
|
|
1036
2290
|
name?: string | undefined;
|
|
2291
|
+
changeDescription?: string | undefined;
|
|
1037
2292
|
changeset?: {
|
|
1038
2293
|
path?: string | undefined;
|
|
1039
2294
|
description?: string | undefined;
|
|
@@ -1041,7 +2296,49 @@ declare const _default: {
|
|
|
1041
2296
|
op?: string | undefined;
|
|
1042
2297
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1043
2298
|
}[] | undefined;
|
|
1044
|
-
|
|
2299
|
+
sectionChanges?: {
|
|
2300
|
+
description?: string | undefined;
|
|
2301
|
+
name?: string | undefined;
|
|
2302
|
+
add?: {
|
|
2303
|
+
description?: string | undefined;
|
|
2304
|
+
name?: string | undefined;
|
|
2305
|
+
contracts?: Record<string, {
|
|
2306
|
+
description?: string | undefined;
|
|
2307
|
+
name?: string | undefined;
|
|
2308
|
+
order?: number | undefined;
|
|
2309
|
+
}> | undefined;
|
|
2310
|
+
section?: {
|
|
2311
|
+
description?: string | undefined;
|
|
2312
|
+
name?: string | undefined;
|
|
2313
|
+
order?: number | undefined;
|
|
2314
|
+
relatedContracts?: string[] | undefined;
|
|
2315
|
+
relatedFields?: string[] | undefined;
|
|
2316
|
+
summary?: string | undefined;
|
|
2317
|
+
title?: string | undefined;
|
|
2318
|
+
} | undefined;
|
|
2319
|
+
sectionKey?: string | undefined;
|
|
2320
|
+
}[] | undefined;
|
|
2321
|
+
modify?: {
|
|
2322
|
+
description?: string | undefined;
|
|
2323
|
+
name?: string | undefined;
|
|
2324
|
+
contracts?: Record<string, {
|
|
2325
|
+
description?: string | undefined;
|
|
2326
|
+
name?: string | undefined;
|
|
2327
|
+
order?: number | undefined;
|
|
2328
|
+
}> | undefined;
|
|
2329
|
+
section?: {
|
|
2330
|
+
description?: string | undefined;
|
|
2331
|
+
name?: string | undefined;
|
|
2332
|
+
order?: number | undefined;
|
|
2333
|
+
relatedContracts?: string[] | undefined;
|
|
2334
|
+
relatedFields?: string[] | undefined;
|
|
2335
|
+
summary?: string | undefined;
|
|
2336
|
+
title?: string | undefined;
|
|
2337
|
+
} | undefined;
|
|
2338
|
+
sectionKey?: string | undefined;
|
|
2339
|
+
}[] | undefined;
|
|
2340
|
+
remove?: string[] | undefined;
|
|
2341
|
+
} | undefined;
|
|
1045
2342
|
} | undefined;
|
|
1046
2343
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
1047
2344
|
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
@@ -1088,6 +2385,28 @@ declare const _default: {
|
|
|
1088
2385
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
1089
2386
|
channels?: string[] | undefined;
|
|
1090
2387
|
}>;
|
|
2388
|
+
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2389
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2390
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2391
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2392
|
+
}, {
|
|
2393
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2394
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2395
|
+
}>, {
|
|
2396
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2397
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2398
|
+
requireSectionChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2399
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2400
|
+
description?: string | undefined;
|
|
2401
|
+
name?: string | undefined;
|
|
2402
|
+
order?: number | undefined;
|
|
2403
|
+
requireSectionChanges?: boolean | undefined;
|
|
2404
|
+
}, {
|
|
2405
|
+
description?: string | undefined;
|
|
2406
|
+
name?: string | undefined;
|
|
2407
|
+
order?: number | undefined;
|
|
2408
|
+
requireSectionChanges?: boolean | undefined;
|
|
2409
|
+
}>;
|
|
1091
2410
|
readonly HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1092
2411
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1093
2412
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1236,7 +2555,7 @@ declare const _default: {
|
|
|
1236
2555
|
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
1237
2556
|
reason?: string | undefined;
|
|
1238
2557
|
}>;
|
|
1239
|
-
readonly
|
|
2558
|
+
readonly JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1240
2559
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1241
2560
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1242
2561
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1248,18 +2567,368 @@ declare const _default: {
|
|
|
1248
2567
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1249
2568
|
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1250
2569
|
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2570
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2571
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1251
2572
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
1252
2573
|
description?: string | undefined;
|
|
1253
2574
|
name?: string | undefined;
|
|
1254
2575
|
order?: number | undefined;
|
|
1255
2576
|
relatedContracts?: string[] | undefined;
|
|
1256
2577
|
relatedFields?: string[] | undefined;
|
|
2578
|
+
summary?: string | undefined;
|
|
2579
|
+
title?: string | undefined;
|
|
1257
2580
|
}, {
|
|
1258
2581
|
description?: string | undefined;
|
|
1259
2582
|
name?: string | undefined;
|
|
1260
2583
|
order?: number | undefined;
|
|
1261
2584
|
relatedContracts?: string[] | undefined;
|
|
1262
2585
|
relatedFields?: string[] | undefined;
|
|
2586
|
+
summary?: string | undefined;
|
|
2587
|
+
title?: string | undefined;
|
|
2588
|
+
}>;
|
|
2589
|
+
readonly '9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs': import("zod").ZodObject<{
|
|
2590
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2591
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2592
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2593
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2594
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2595
|
+
description?: string | undefined;
|
|
2596
|
+
name?: string | undefined;
|
|
2597
|
+
order?: number | undefined;
|
|
2598
|
+
}, {
|
|
2599
|
+
description?: string | undefined;
|
|
2600
|
+
name?: string | undefined;
|
|
2601
|
+
order?: number | undefined;
|
|
2602
|
+
}>>>;
|
|
2603
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2604
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2605
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2606
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2607
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2608
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2609
|
+
}, {
|
|
2610
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2611
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2612
|
+
}>, {
|
|
2613
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2614
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2615
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2616
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2617
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2618
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2619
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2620
|
+
description?: string | undefined;
|
|
2621
|
+
name?: string | undefined;
|
|
2622
|
+
order?: number | undefined;
|
|
2623
|
+
relatedContracts?: string[] | undefined;
|
|
2624
|
+
relatedFields?: string[] | undefined;
|
|
2625
|
+
summary?: string | undefined;
|
|
2626
|
+
title?: string | undefined;
|
|
2627
|
+
}, {
|
|
2628
|
+
description?: string | undefined;
|
|
2629
|
+
name?: string | undefined;
|
|
2630
|
+
order?: number | undefined;
|
|
2631
|
+
relatedContracts?: string[] | undefined;
|
|
2632
|
+
relatedFields?: string[] | undefined;
|
|
2633
|
+
summary?: string | undefined;
|
|
2634
|
+
title?: string | undefined;
|
|
2635
|
+
}>>;
|
|
2636
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2637
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2638
|
+
description?: string | undefined;
|
|
2639
|
+
name?: string | undefined;
|
|
2640
|
+
contracts?: Record<string, {
|
|
2641
|
+
description?: string | undefined;
|
|
2642
|
+
name?: string | undefined;
|
|
2643
|
+
order?: number | undefined;
|
|
2644
|
+
}> | undefined;
|
|
2645
|
+
section?: {
|
|
2646
|
+
description?: string | undefined;
|
|
2647
|
+
name?: string | undefined;
|
|
2648
|
+
order?: number | undefined;
|
|
2649
|
+
relatedContracts?: string[] | undefined;
|
|
2650
|
+
relatedFields?: string[] | undefined;
|
|
2651
|
+
summary?: string | undefined;
|
|
2652
|
+
title?: string | undefined;
|
|
2653
|
+
} | undefined;
|
|
2654
|
+
sectionKey?: string | undefined;
|
|
2655
|
+
}, {
|
|
2656
|
+
description?: string | undefined;
|
|
2657
|
+
name?: string | undefined;
|
|
2658
|
+
contracts?: Record<string, {
|
|
2659
|
+
description?: string | undefined;
|
|
2660
|
+
name?: string | undefined;
|
|
2661
|
+
order?: number | undefined;
|
|
2662
|
+
}> | undefined;
|
|
2663
|
+
section?: {
|
|
2664
|
+
description?: string | undefined;
|
|
2665
|
+
name?: string | undefined;
|
|
2666
|
+
order?: number | undefined;
|
|
2667
|
+
relatedContracts?: string[] | undefined;
|
|
2668
|
+
relatedFields?: string[] | undefined;
|
|
2669
|
+
summary?: string | undefined;
|
|
2670
|
+
title?: string | undefined;
|
|
2671
|
+
} | undefined;
|
|
2672
|
+
sectionKey?: string | undefined;
|
|
2673
|
+
}>;
|
|
2674
|
+
readonly DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN: import("zod").ZodObject<{
|
|
2675
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2676
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2677
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2678
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2679
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2680
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2681
|
+
description?: string | undefined;
|
|
2682
|
+
name?: string | undefined;
|
|
2683
|
+
order?: number | undefined;
|
|
2684
|
+
}, {
|
|
2685
|
+
description?: string | undefined;
|
|
2686
|
+
name?: string | undefined;
|
|
2687
|
+
order?: number | undefined;
|
|
2688
|
+
}>>>;
|
|
2689
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2690
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2691
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2692
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2693
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2694
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2695
|
+
}, {
|
|
2696
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2697
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2698
|
+
}>, {
|
|
2699
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2700
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2701
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2702
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2703
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2704
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2705
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2706
|
+
description?: string | undefined;
|
|
2707
|
+
name?: string | undefined;
|
|
2708
|
+
order?: number | undefined;
|
|
2709
|
+
relatedContracts?: string[] | undefined;
|
|
2710
|
+
relatedFields?: string[] | undefined;
|
|
2711
|
+
summary?: string | undefined;
|
|
2712
|
+
title?: string | undefined;
|
|
2713
|
+
}, {
|
|
2714
|
+
description?: string | undefined;
|
|
2715
|
+
name?: string | undefined;
|
|
2716
|
+
order?: number | undefined;
|
|
2717
|
+
relatedContracts?: string[] | undefined;
|
|
2718
|
+
relatedFields?: string[] | undefined;
|
|
2719
|
+
summary?: string | undefined;
|
|
2720
|
+
title?: string | undefined;
|
|
2721
|
+
}>>;
|
|
2722
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2723
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2724
|
+
description?: string | undefined;
|
|
2725
|
+
name?: string | undefined;
|
|
2726
|
+
contracts?: Record<string, {
|
|
2727
|
+
description?: string | undefined;
|
|
2728
|
+
name?: string | undefined;
|
|
2729
|
+
order?: number | undefined;
|
|
2730
|
+
}> | undefined;
|
|
2731
|
+
section?: {
|
|
2732
|
+
description?: string | undefined;
|
|
2733
|
+
name?: string | undefined;
|
|
2734
|
+
order?: number | undefined;
|
|
2735
|
+
relatedContracts?: string[] | undefined;
|
|
2736
|
+
relatedFields?: string[] | undefined;
|
|
2737
|
+
summary?: string | undefined;
|
|
2738
|
+
title?: string | undefined;
|
|
2739
|
+
} | undefined;
|
|
2740
|
+
sectionKey?: string | undefined;
|
|
2741
|
+
}, {
|
|
2742
|
+
description?: string | undefined;
|
|
2743
|
+
name?: string | undefined;
|
|
2744
|
+
contracts?: Record<string, {
|
|
2745
|
+
description?: string | undefined;
|
|
2746
|
+
name?: string | undefined;
|
|
2747
|
+
order?: number | undefined;
|
|
2748
|
+
}> | undefined;
|
|
2749
|
+
section?: {
|
|
2750
|
+
description?: string | undefined;
|
|
2751
|
+
name?: string | undefined;
|
|
2752
|
+
order?: number | undefined;
|
|
2753
|
+
relatedContracts?: string[] | undefined;
|
|
2754
|
+
relatedFields?: string[] | undefined;
|
|
2755
|
+
summary?: string | undefined;
|
|
2756
|
+
title?: string | undefined;
|
|
2757
|
+
} | undefined;
|
|
2758
|
+
sectionKey?: string | undefined;
|
|
2759
|
+
}>, "many">>;
|
|
2760
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2761
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2762
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2763
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2764
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2765
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2766
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2767
|
+
description?: string | undefined;
|
|
2768
|
+
name?: string | undefined;
|
|
2769
|
+
order?: number | undefined;
|
|
2770
|
+
}, {
|
|
2771
|
+
description?: string | undefined;
|
|
2772
|
+
name?: string | undefined;
|
|
2773
|
+
order?: number | undefined;
|
|
2774
|
+
}>>>;
|
|
2775
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2776
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2777
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2778
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2779
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2780
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2781
|
+
}, {
|
|
2782
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2783
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2784
|
+
}>, {
|
|
2785
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2786
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2787
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2788
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2789
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2790
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2791
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2792
|
+
description?: string | undefined;
|
|
2793
|
+
name?: string | undefined;
|
|
2794
|
+
order?: number | undefined;
|
|
2795
|
+
relatedContracts?: string[] | undefined;
|
|
2796
|
+
relatedFields?: string[] | undefined;
|
|
2797
|
+
summary?: string | undefined;
|
|
2798
|
+
title?: string | undefined;
|
|
2799
|
+
}, {
|
|
2800
|
+
description?: string | undefined;
|
|
2801
|
+
name?: string | undefined;
|
|
2802
|
+
order?: number | undefined;
|
|
2803
|
+
relatedContracts?: string[] | undefined;
|
|
2804
|
+
relatedFields?: string[] | undefined;
|
|
2805
|
+
summary?: string | undefined;
|
|
2806
|
+
title?: string | undefined;
|
|
2807
|
+
}>>;
|
|
2808
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2809
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2810
|
+
description?: string | undefined;
|
|
2811
|
+
name?: string | undefined;
|
|
2812
|
+
contracts?: Record<string, {
|
|
2813
|
+
description?: string | undefined;
|
|
2814
|
+
name?: string | undefined;
|
|
2815
|
+
order?: number | undefined;
|
|
2816
|
+
}> | undefined;
|
|
2817
|
+
section?: {
|
|
2818
|
+
description?: string | undefined;
|
|
2819
|
+
name?: string | undefined;
|
|
2820
|
+
order?: number | undefined;
|
|
2821
|
+
relatedContracts?: string[] | undefined;
|
|
2822
|
+
relatedFields?: string[] | undefined;
|
|
2823
|
+
summary?: string | undefined;
|
|
2824
|
+
title?: string | undefined;
|
|
2825
|
+
} | undefined;
|
|
2826
|
+
sectionKey?: string | undefined;
|
|
2827
|
+
}, {
|
|
2828
|
+
description?: string | undefined;
|
|
2829
|
+
name?: string | undefined;
|
|
2830
|
+
contracts?: Record<string, {
|
|
2831
|
+
description?: string | undefined;
|
|
2832
|
+
name?: string | undefined;
|
|
2833
|
+
order?: number | undefined;
|
|
2834
|
+
}> | undefined;
|
|
2835
|
+
section?: {
|
|
2836
|
+
description?: string | undefined;
|
|
2837
|
+
name?: string | undefined;
|
|
2838
|
+
order?: number | undefined;
|
|
2839
|
+
relatedContracts?: string[] | undefined;
|
|
2840
|
+
relatedFields?: string[] | undefined;
|
|
2841
|
+
summary?: string | undefined;
|
|
2842
|
+
title?: string | undefined;
|
|
2843
|
+
} | undefined;
|
|
2844
|
+
sectionKey?: string | undefined;
|
|
2845
|
+
}>, "many">>;
|
|
2846
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2847
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2848
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2849
|
+
description?: string | undefined;
|
|
2850
|
+
name?: string | undefined;
|
|
2851
|
+
add?: {
|
|
2852
|
+
description?: string | undefined;
|
|
2853
|
+
name?: string | undefined;
|
|
2854
|
+
contracts?: Record<string, {
|
|
2855
|
+
description?: string | undefined;
|
|
2856
|
+
name?: string | undefined;
|
|
2857
|
+
order?: number | undefined;
|
|
2858
|
+
}> | undefined;
|
|
2859
|
+
section?: {
|
|
2860
|
+
description?: string | undefined;
|
|
2861
|
+
name?: string | undefined;
|
|
2862
|
+
order?: number | undefined;
|
|
2863
|
+
relatedContracts?: string[] | undefined;
|
|
2864
|
+
relatedFields?: string[] | undefined;
|
|
2865
|
+
summary?: string | undefined;
|
|
2866
|
+
title?: string | undefined;
|
|
2867
|
+
} | undefined;
|
|
2868
|
+
sectionKey?: string | undefined;
|
|
2869
|
+
}[] | undefined;
|
|
2870
|
+
modify?: {
|
|
2871
|
+
description?: string | undefined;
|
|
2872
|
+
name?: string | undefined;
|
|
2873
|
+
contracts?: Record<string, {
|
|
2874
|
+
description?: string | undefined;
|
|
2875
|
+
name?: string | undefined;
|
|
2876
|
+
order?: number | undefined;
|
|
2877
|
+
}> | undefined;
|
|
2878
|
+
section?: {
|
|
2879
|
+
description?: string | undefined;
|
|
2880
|
+
name?: string | undefined;
|
|
2881
|
+
order?: number | undefined;
|
|
2882
|
+
relatedContracts?: string[] | undefined;
|
|
2883
|
+
relatedFields?: string[] | undefined;
|
|
2884
|
+
summary?: string | undefined;
|
|
2885
|
+
title?: string | undefined;
|
|
2886
|
+
} | undefined;
|
|
2887
|
+
sectionKey?: string | undefined;
|
|
2888
|
+
}[] | undefined;
|
|
2889
|
+
remove?: string[] | undefined;
|
|
2890
|
+
}, {
|
|
2891
|
+
description?: string | undefined;
|
|
2892
|
+
name?: string | undefined;
|
|
2893
|
+
add?: {
|
|
2894
|
+
description?: string | undefined;
|
|
2895
|
+
name?: string | undefined;
|
|
2896
|
+
contracts?: Record<string, {
|
|
2897
|
+
description?: string | undefined;
|
|
2898
|
+
name?: string | undefined;
|
|
2899
|
+
order?: number | undefined;
|
|
2900
|
+
}> | undefined;
|
|
2901
|
+
section?: {
|
|
2902
|
+
description?: string | undefined;
|
|
2903
|
+
name?: string | undefined;
|
|
2904
|
+
order?: number | undefined;
|
|
2905
|
+
relatedContracts?: string[] | undefined;
|
|
2906
|
+
relatedFields?: string[] | undefined;
|
|
2907
|
+
summary?: string | undefined;
|
|
2908
|
+
title?: string | undefined;
|
|
2909
|
+
} | undefined;
|
|
2910
|
+
sectionKey?: string | undefined;
|
|
2911
|
+
}[] | undefined;
|
|
2912
|
+
modify?: {
|
|
2913
|
+
description?: string | undefined;
|
|
2914
|
+
name?: string | undefined;
|
|
2915
|
+
contracts?: Record<string, {
|
|
2916
|
+
description?: string | undefined;
|
|
2917
|
+
name?: string | undefined;
|
|
2918
|
+
order?: number | undefined;
|
|
2919
|
+
}> | undefined;
|
|
2920
|
+
section?: {
|
|
2921
|
+
description?: string | undefined;
|
|
2922
|
+
name?: string | undefined;
|
|
2923
|
+
order?: number | undefined;
|
|
2924
|
+
relatedContracts?: string[] | undefined;
|
|
2925
|
+
relatedFields?: string[] | undefined;
|
|
2926
|
+
summary?: string | undefined;
|
|
2927
|
+
title?: string | undefined;
|
|
2928
|
+
} | undefined;
|
|
2929
|
+
sectionKey?: string | undefined;
|
|
2930
|
+
}[] | undefined;
|
|
2931
|
+
remove?: string[] | undefined;
|
|
1263
2932
|
}>;
|
|
1264
2933
|
readonly '58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc': import("zod").ZodObject<{
|
|
1265
2934
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1301,18 +2970,18 @@ declare const _default: {
|
|
|
1301
2970
|
name?: string | undefined;
|
|
1302
2971
|
channel?: string | undefined;
|
|
1303
2972
|
operation?: string | undefined;
|
|
1304
|
-
expectedRequest?: import("@blue-labs/language").BlueNode | undefined;
|
|
1305
2973
|
title?: string | undefined;
|
|
2974
|
+
expectedRequest?: import("@blue-labs/language").BlueNode | undefined;
|
|
1306
2975
|
}, {
|
|
1307
2976
|
message?: string | undefined;
|
|
1308
2977
|
description?: string | undefined;
|
|
1309
2978
|
name?: string | undefined;
|
|
1310
2979
|
channel?: string | undefined;
|
|
1311
2980
|
operation?: string | undefined;
|
|
1312
|
-
expectedRequest?: import("@blue-labs/language").BlueNode | undefined;
|
|
1313
2981
|
title?: string | undefined;
|
|
2982
|
+
expectedRequest?: import("@blue-labs/language").BlueNode | undefined;
|
|
1314
2983
|
}>;
|
|
1315
|
-
readonly
|
|
2984
|
+
readonly ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1316
2985
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1317
2986
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1318
2987
|
}, {
|
|
@@ -1388,7 +3057,7 @@ declare const _default: {
|
|
|
1388
3057
|
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
1389
3058
|
allowNewerVersion?: boolean | undefined;
|
|
1390
3059
|
}>;
|
|
1391
|
-
readonly
|
|
3060
|
+
readonly '2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1392
3061
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1393
3062
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1394
3063
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1404,6 +3073,7 @@ declare const _default: {
|
|
|
1404
3073
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1405
3074
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1406
3075
|
request: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3076
|
+
changeDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1407
3077
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1408
3078
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1409
3079
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1423,12 +3093,271 @@ declare const _default: {
|
|
|
1423
3093
|
op?: string | undefined;
|
|
1424
3094
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1425
3095
|
}>, "many">>;
|
|
1426
|
-
changesetDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1427
3096
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1428
3097
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3098
|
+
sectionChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3099
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3100
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
3101
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3102
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3103
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3104
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3105
|
+
description?: string | undefined;
|
|
3106
|
+
name?: string | undefined;
|
|
3107
|
+
order?: number | undefined;
|
|
3108
|
+
}, {
|
|
3109
|
+
description?: string | undefined;
|
|
3110
|
+
name?: string | undefined;
|
|
3111
|
+
order?: number | undefined;
|
|
3112
|
+
}>>>;
|
|
3113
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3114
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3115
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
3116
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3117
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3118
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3119
|
+
}, {
|
|
3120
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3121
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3122
|
+
}>, {
|
|
3123
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3124
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3125
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3126
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3127
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3128
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3129
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3130
|
+
description?: string | undefined;
|
|
3131
|
+
name?: string | undefined;
|
|
3132
|
+
order?: number | undefined;
|
|
3133
|
+
relatedContracts?: string[] | undefined;
|
|
3134
|
+
relatedFields?: string[] | undefined;
|
|
3135
|
+
summary?: string | undefined;
|
|
3136
|
+
title?: string | undefined;
|
|
3137
|
+
}, {
|
|
3138
|
+
description?: string | undefined;
|
|
3139
|
+
name?: string | undefined;
|
|
3140
|
+
order?: number | undefined;
|
|
3141
|
+
relatedContracts?: string[] | undefined;
|
|
3142
|
+
relatedFields?: string[] | undefined;
|
|
3143
|
+
summary?: string | undefined;
|
|
3144
|
+
title?: string | undefined;
|
|
3145
|
+
}>>;
|
|
3146
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3147
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3148
|
+
description?: string | undefined;
|
|
3149
|
+
name?: string | undefined;
|
|
3150
|
+
contracts?: Record<string, {
|
|
3151
|
+
description?: string | undefined;
|
|
3152
|
+
name?: string | undefined;
|
|
3153
|
+
order?: number | undefined;
|
|
3154
|
+
}> | undefined;
|
|
3155
|
+
section?: {
|
|
3156
|
+
description?: string | undefined;
|
|
3157
|
+
name?: string | undefined;
|
|
3158
|
+
order?: number | undefined;
|
|
3159
|
+
relatedContracts?: string[] | undefined;
|
|
3160
|
+
relatedFields?: string[] | undefined;
|
|
3161
|
+
summary?: string | undefined;
|
|
3162
|
+
title?: string | undefined;
|
|
3163
|
+
} | undefined;
|
|
3164
|
+
sectionKey?: string | undefined;
|
|
3165
|
+
}, {
|
|
3166
|
+
description?: string | undefined;
|
|
3167
|
+
name?: string | undefined;
|
|
3168
|
+
contracts?: Record<string, {
|
|
3169
|
+
description?: string | undefined;
|
|
3170
|
+
name?: string | undefined;
|
|
3171
|
+
order?: number | undefined;
|
|
3172
|
+
}> | undefined;
|
|
3173
|
+
section?: {
|
|
3174
|
+
description?: string | undefined;
|
|
3175
|
+
name?: string | undefined;
|
|
3176
|
+
order?: number | undefined;
|
|
3177
|
+
relatedContracts?: string[] | undefined;
|
|
3178
|
+
relatedFields?: string[] | undefined;
|
|
3179
|
+
summary?: string | undefined;
|
|
3180
|
+
title?: string | undefined;
|
|
3181
|
+
} | undefined;
|
|
3182
|
+
sectionKey?: string | undefined;
|
|
3183
|
+
}>, "many">>;
|
|
3184
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3185
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3186
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
3187
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3188
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3189
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3190
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3191
|
+
description?: string | undefined;
|
|
3192
|
+
name?: string | undefined;
|
|
3193
|
+
order?: number | undefined;
|
|
3194
|
+
}, {
|
|
3195
|
+
description?: string | undefined;
|
|
3196
|
+
name?: string | undefined;
|
|
3197
|
+
order?: number | undefined;
|
|
3198
|
+
}>>>;
|
|
3199
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3200
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3201
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
3202
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3203
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3204
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3205
|
+
}, {
|
|
3206
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3207
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3208
|
+
}>, {
|
|
3209
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3210
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3211
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3212
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3213
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3214
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3215
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3216
|
+
description?: string | undefined;
|
|
3217
|
+
name?: string | undefined;
|
|
3218
|
+
order?: number | undefined;
|
|
3219
|
+
relatedContracts?: string[] | undefined;
|
|
3220
|
+
relatedFields?: string[] | undefined;
|
|
3221
|
+
summary?: string | undefined;
|
|
3222
|
+
title?: string | undefined;
|
|
3223
|
+
}, {
|
|
3224
|
+
description?: string | undefined;
|
|
3225
|
+
name?: string | undefined;
|
|
3226
|
+
order?: number | undefined;
|
|
3227
|
+
relatedContracts?: string[] | undefined;
|
|
3228
|
+
relatedFields?: string[] | undefined;
|
|
3229
|
+
summary?: string | undefined;
|
|
3230
|
+
title?: string | undefined;
|
|
3231
|
+
}>>;
|
|
3232
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3233
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3234
|
+
description?: string | undefined;
|
|
3235
|
+
name?: string | undefined;
|
|
3236
|
+
contracts?: Record<string, {
|
|
3237
|
+
description?: string | undefined;
|
|
3238
|
+
name?: string | undefined;
|
|
3239
|
+
order?: number | undefined;
|
|
3240
|
+
}> | undefined;
|
|
3241
|
+
section?: {
|
|
3242
|
+
description?: string | undefined;
|
|
3243
|
+
name?: string | undefined;
|
|
3244
|
+
order?: number | undefined;
|
|
3245
|
+
relatedContracts?: string[] | undefined;
|
|
3246
|
+
relatedFields?: string[] | undefined;
|
|
3247
|
+
summary?: string | undefined;
|
|
3248
|
+
title?: string | undefined;
|
|
3249
|
+
} | undefined;
|
|
3250
|
+
sectionKey?: string | undefined;
|
|
3251
|
+
}, {
|
|
3252
|
+
description?: string | undefined;
|
|
3253
|
+
name?: string | undefined;
|
|
3254
|
+
contracts?: Record<string, {
|
|
3255
|
+
description?: string | undefined;
|
|
3256
|
+
name?: string | undefined;
|
|
3257
|
+
order?: number | undefined;
|
|
3258
|
+
}> | undefined;
|
|
3259
|
+
section?: {
|
|
3260
|
+
description?: string | undefined;
|
|
3261
|
+
name?: string | undefined;
|
|
3262
|
+
order?: number | undefined;
|
|
3263
|
+
relatedContracts?: string[] | undefined;
|
|
3264
|
+
relatedFields?: string[] | undefined;
|
|
3265
|
+
summary?: string | undefined;
|
|
3266
|
+
title?: string | undefined;
|
|
3267
|
+
} | undefined;
|
|
3268
|
+
sectionKey?: string | undefined;
|
|
3269
|
+
}>, "many">>;
|
|
3270
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3271
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3272
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3273
|
+
description?: string | undefined;
|
|
3274
|
+
name?: string | undefined;
|
|
3275
|
+
add?: {
|
|
3276
|
+
description?: string | undefined;
|
|
3277
|
+
name?: string | undefined;
|
|
3278
|
+
contracts?: Record<string, {
|
|
3279
|
+
description?: string | undefined;
|
|
3280
|
+
name?: string | undefined;
|
|
3281
|
+
order?: number | undefined;
|
|
3282
|
+
}> | undefined;
|
|
3283
|
+
section?: {
|
|
3284
|
+
description?: string | undefined;
|
|
3285
|
+
name?: string | undefined;
|
|
3286
|
+
order?: number | undefined;
|
|
3287
|
+
relatedContracts?: string[] | undefined;
|
|
3288
|
+
relatedFields?: string[] | undefined;
|
|
3289
|
+
summary?: string | undefined;
|
|
3290
|
+
title?: string | undefined;
|
|
3291
|
+
} | undefined;
|
|
3292
|
+
sectionKey?: string | undefined;
|
|
3293
|
+
}[] | undefined;
|
|
3294
|
+
modify?: {
|
|
3295
|
+
description?: string | undefined;
|
|
3296
|
+
name?: string | undefined;
|
|
3297
|
+
contracts?: Record<string, {
|
|
3298
|
+
description?: string | undefined;
|
|
3299
|
+
name?: string | undefined;
|
|
3300
|
+
order?: number | undefined;
|
|
3301
|
+
}> | undefined;
|
|
3302
|
+
section?: {
|
|
3303
|
+
description?: string | undefined;
|
|
3304
|
+
name?: string | undefined;
|
|
3305
|
+
order?: number | undefined;
|
|
3306
|
+
relatedContracts?: string[] | undefined;
|
|
3307
|
+
relatedFields?: string[] | undefined;
|
|
3308
|
+
summary?: string | undefined;
|
|
3309
|
+
title?: string | undefined;
|
|
3310
|
+
} | undefined;
|
|
3311
|
+
sectionKey?: string | undefined;
|
|
3312
|
+
}[] | undefined;
|
|
3313
|
+
remove?: string[] | undefined;
|
|
3314
|
+
}, {
|
|
3315
|
+
description?: string | undefined;
|
|
3316
|
+
name?: string | undefined;
|
|
3317
|
+
add?: {
|
|
3318
|
+
description?: string | undefined;
|
|
3319
|
+
name?: string | undefined;
|
|
3320
|
+
contracts?: Record<string, {
|
|
3321
|
+
description?: string | undefined;
|
|
3322
|
+
name?: string | undefined;
|
|
3323
|
+
order?: number | undefined;
|
|
3324
|
+
}> | undefined;
|
|
3325
|
+
section?: {
|
|
3326
|
+
description?: string | undefined;
|
|
3327
|
+
name?: string | undefined;
|
|
3328
|
+
order?: number | undefined;
|
|
3329
|
+
relatedContracts?: string[] | undefined;
|
|
3330
|
+
relatedFields?: string[] | undefined;
|
|
3331
|
+
summary?: string | undefined;
|
|
3332
|
+
title?: string | undefined;
|
|
3333
|
+
} | undefined;
|
|
3334
|
+
sectionKey?: string | undefined;
|
|
3335
|
+
}[] | undefined;
|
|
3336
|
+
modify?: {
|
|
3337
|
+
description?: string | undefined;
|
|
3338
|
+
name?: string | undefined;
|
|
3339
|
+
contracts?: Record<string, {
|
|
3340
|
+
description?: string | undefined;
|
|
3341
|
+
name?: string | undefined;
|
|
3342
|
+
order?: number | undefined;
|
|
3343
|
+
}> | undefined;
|
|
3344
|
+
section?: {
|
|
3345
|
+
description?: string | undefined;
|
|
3346
|
+
name?: string | undefined;
|
|
3347
|
+
order?: number | undefined;
|
|
3348
|
+
relatedContracts?: string[] | undefined;
|
|
3349
|
+
relatedFields?: string[] | undefined;
|
|
3350
|
+
summary?: string | undefined;
|
|
3351
|
+
title?: string | undefined;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
sectionKey?: string | undefined;
|
|
3354
|
+
}[] | undefined;
|
|
3355
|
+
remove?: string[] | undefined;
|
|
3356
|
+
}>>;
|
|
1429
3357
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1430
3358
|
description?: string | undefined;
|
|
1431
3359
|
name?: string | undefined;
|
|
3360
|
+
changeDescription?: string | undefined;
|
|
1432
3361
|
changeset?: {
|
|
1433
3362
|
path?: string | undefined;
|
|
1434
3363
|
description?: string | undefined;
|
|
@@ -1436,10 +3365,53 @@ declare const _default: {
|
|
|
1436
3365
|
op?: string | undefined;
|
|
1437
3366
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1438
3367
|
}[] | undefined;
|
|
1439
|
-
|
|
3368
|
+
sectionChanges?: {
|
|
3369
|
+
description?: string | undefined;
|
|
3370
|
+
name?: string | undefined;
|
|
3371
|
+
add?: {
|
|
3372
|
+
description?: string | undefined;
|
|
3373
|
+
name?: string | undefined;
|
|
3374
|
+
contracts?: Record<string, {
|
|
3375
|
+
description?: string | undefined;
|
|
3376
|
+
name?: string | undefined;
|
|
3377
|
+
order?: number | undefined;
|
|
3378
|
+
}> | undefined;
|
|
3379
|
+
section?: {
|
|
3380
|
+
description?: string | undefined;
|
|
3381
|
+
name?: string | undefined;
|
|
3382
|
+
order?: number | undefined;
|
|
3383
|
+
relatedContracts?: string[] | undefined;
|
|
3384
|
+
relatedFields?: string[] | undefined;
|
|
3385
|
+
summary?: string | undefined;
|
|
3386
|
+
title?: string | undefined;
|
|
3387
|
+
} | undefined;
|
|
3388
|
+
sectionKey?: string | undefined;
|
|
3389
|
+
}[] | undefined;
|
|
3390
|
+
modify?: {
|
|
3391
|
+
description?: string | undefined;
|
|
3392
|
+
name?: string | undefined;
|
|
3393
|
+
contracts?: Record<string, {
|
|
3394
|
+
description?: string | undefined;
|
|
3395
|
+
name?: string | undefined;
|
|
3396
|
+
order?: number | undefined;
|
|
3397
|
+
}> | undefined;
|
|
3398
|
+
section?: {
|
|
3399
|
+
description?: string | undefined;
|
|
3400
|
+
name?: string | undefined;
|
|
3401
|
+
order?: number | undefined;
|
|
3402
|
+
relatedContracts?: string[] | undefined;
|
|
3403
|
+
relatedFields?: string[] | undefined;
|
|
3404
|
+
summary?: string | undefined;
|
|
3405
|
+
title?: string | undefined;
|
|
3406
|
+
} | undefined;
|
|
3407
|
+
sectionKey?: string | undefined;
|
|
3408
|
+
}[] | undefined;
|
|
3409
|
+
remove?: string[] | undefined;
|
|
3410
|
+
} | undefined;
|
|
1440
3411
|
}, {
|
|
1441
3412
|
description?: string | undefined;
|
|
1442
3413
|
name?: string | undefined;
|
|
3414
|
+
changeDescription?: string | undefined;
|
|
1443
3415
|
changeset?: {
|
|
1444
3416
|
path?: string | undefined;
|
|
1445
3417
|
description?: string | undefined;
|
|
@@ -1447,7 +3419,49 @@ declare const _default: {
|
|
|
1447
3419
|
op?: string | undefined;
|
|
1448
3420
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1449
3421
|
}[] | undefined;
|
|
1450
|
-
|
|
3422
|
+
sectionChanges?: {
|
|
3423
|
+
description?: string | undefined;
|
|
3424
|
+
name?: string | undefined;
|
|
3425
|
+
add?: {
|
|
3426
|
+
description?: string | undefined;
|
|
3427
|
+
name?: string | undefined;
|
|
3428
|
+
contracts?: Record<string, {
|
|
3429
|
+
description?: string | undefined;
|
|
3430
|
+
name?: string | undefined;
|
|
3431
|
+
order?: number | undefined;
|
|
3432
|
+
}> | undefined;
|
|
3433
|
+
section?: {
|
|
3434
|
+
description?: string | undefined;
|
|
3435
|
+
name?: string | undefined;
|
|
3436
|
+
order?: number | undefined;
|
|
3437
|
+
relatedContracts?: string[] | undefined;
|
|
3438
|
+
relatedFields?: string[] | undefined;
|
|
3439
|
+
summary?: string | undefined;
|
|
3440
|
+
title?: string | undefined;
|
|
3441
|
+
} | undefined;
|
|
3442
|
+
sectionKey?: string | undefined;
|
|
3443
|
+
}[] | undefined;
|
|
3444
|
+
modify?: {
|
|
3445
|
+
description?: string | undefined;
|
|
3446
|
+
name?: string | undefined;
|
|
3447
|
+
contracts?: Record<string, {
|
|
3448
|
+
description?: string | undefined;
|
|
3449
|
+
name?: string | undefined;
|
|
3450
|
+
order?: number | undefined;
|
|
3451
|
+
}> | undefined;
|
|
3452
|
+
section?: {
|
|
3453
|
+
description?: string | undefined;
|
|
3454
|
+
name?: string | undefined;
|
|
3455
|
+
order?: number | undefined;
|
|
3456
|
+
relatedContracts?: string[] | undefined;
|
|
3457
|
+
relatedFields?: string[] | undefined;
|
|
3458
|
+
summary?: string | undefined;
|
|
3459
|
+
title?: string | undefined;
|
|
3460
|
+
} | undefined;
|
|
3461
|
+
sectionKey?: string | undefined;
|
|
3462
|
+
}[] | undefined;
|
|
3463
|
+
remove?: string[] | undefined;
|
|
3464
|
+
} | undefined;
|
|
1451
3465
|
}>>;
|
|
1452
3466
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
1453
3467
|
description?: string | undefined;
|
|
@@ -1457,6 +3471,7 @@ declare const _default: {
|
|
|
1457
3471
|
request?: {
|
|
1458
3472
|
description?: string | undefined;
|
|
1459
3473
|
name?: string | undefined;
|
|
3474
|
+
changeDescription?: string | undefined;
|
|
1460
3475
|
changeset?: {
|
|
1461
3476
|
path?: string | undefined;
|
|
1462
3477
|
description?: string | undefined;
|
|
@@ -1464,7 +3479,49 @@ declare const _default: {
|
|
|
1464
3479
|
op?: string | undefined;
|
|
1465
3480
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1466
3481
|
}[] | undefined;
|
|
1467
|
-
|
|
3482
|
+
sectionChanges?: {
|
|
3483
|
+
description?: string | undefined;
|
|
3484
|
+
name?: string | undefined;
|
|
3485
|
+
add?: {
|
|
3486
|
+
description?: string | undefined;
|
|
3487
|
+
name?: string | undefined;
|
|
3488
|
+
contracts?: Record<string, {
|
|
3489
|
+
description?: string | undefined;
|
|
3490
|
+
name?: string | undefined;
|
|
3491
|
+
order?: number | undefined;
|
|
3492
|
+
}> | undefined;
|
|
3493
|
+
section?: {
|
|
3494
|
+
description?: string | undefined;
|
|
3495
|
+
name?: string | undefined;
|
|
3496
|
+
order?: number | undefined;
|
|
3497
|
+
relatedContracts?: string[] | undefined;
|
|
3498
|
+
relatedFields?: string[] | undefined;
|
|
3499
|
+
summary?: string | undefined;
|
|
3500
|
+
title?: string | undefined;
|
|
3501
|
+
} | undefined;
|
|
3502
|
+
sectionKey?: string | undefined;
|
|
3503
|
+
}[] | undefined;
|
|
3504
|
+
modify?: {
|
|
3505
|
+
description?: string | undefined;
|
|
3506
|
+
name?: string | undefined;
|
|
3507
|
+
contracts?: Record<string, {
|
|
3508
|
+
description?: string | undefined;
|
|
3509
|
+
name?: string | undefined;
|
|
3510
|
+
order?: number | undefined;
|
|
3511
|
+
}> | undefined;
|
|
3512
|
+
section?: {
|
|
3513
|
+
description?: string | undefined;
|
|
3514
|
+
name?: string | undefined;
|
|
3515
|
+
order?: number | undefined;
|
|
3516
|
+
relatedContracts?: string[] | undefined;
|
|
3517
|
+
relatedFields?: string[] | undefined;
|
|
3518
|
+
summary?: string | undefined;
|
|
3519
|
+
title?: string | undefined;
|
|
3520
|
+
} | undefined;
|
|
3521
|
+
sectionKey?: string | undefined;
|
|
3522
|
+
}[] | undefined;
|
|
3523
|
+
remove?: string[] | undefined;
|
|
3524
|
+
} | undefined;
|
|
1468
3525
|
} | undefined;
|
|
1469
3526
|
}, {
|
|
1470
3527
|
description?: string | undefined;
|
|
@@ -1474,6 +3531,7 @@ declare const _default: {
|
|
|
1474
3531
|
request?: {
|
|
1475
3532
|
description?: string | undefined;
|
|
1476
3533
|
name?: string | undefined;
|
|
3534
|
+
changeDescription?: string | undefined;
|
|
1477
3535
|
changeset?: {
|
|
1478
3536
|
path?: string | undefined;
|
|
1479
3537
|
description?: string | undefined;
|
|
@@ -1481,10 +3539,52 @@ declare const _default: {
|
|
|
1481
3539
|
op?: string | undefined;
|
|
1482
3540
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1483
3541
|
}[] | undefined;
|
|
1484
|
-
|
|
3542
|
+
sectionChanges?: {
|
|
3543
|
+
description?: string | undefined;
|
|
3544
|
+
name?: string | undefined;
|
|
3545
|
+
add?: {
|
|
3546
|
+
description?: string | undefined;
|
|
3547
|
+
name?: string | undefined;
|
|
3548
|
+
contracts?: Record<string, {
|
|
3549
|
+
description?: string | undefined;
|
|
3550
|
+
name?: string | undefined;
|
|
3551
|
+
order?: number | undefined;
|
|
3552
|
+
}> | undefined;
|
|
3553
|
+
section?: {
|
|
3554
|
+
description?: string | undefined;
|
|
3555
|
+
name?: string | undefined;
|
|
3556
|
+
order?: number | undefined;
|
|
3557
|
+
relatedContracts?: string[] | undefined;
|
|
3558
|
+
relatedFields?: string[] | undefined;
|
|
3559
|
+
summary?: string | undefined;
|
|
3560
|
+
title?: string | undefined;
|
|
3561
|
+
} | undefined;
|
|
3562
|
+
sectionKey?: string | undefined;
|
|
3563
|
+
}[] | undefined;
|
|
3564
|
+
modify?: {
|
|
3565
|
+
description?: string | undefined;
|
|
3566
|
+
name?: string | undefined;
|
|
3567
|
+
contracts?: Record<string, {
|
|
3568
|
+
description?: string | undefined;
|
|
3569
|
+
name?: string | undefined;
|
|
3570
|
+
order?: number | undefined;
|
|
3571
|
+
}> | undefined;
|
|
3572
|
+
section?: {
|
|
3573
|
+
description?: string | undefined;
|
|
3574
|
+
name?: string | undefined;
|
|
3575
|
+
order?: number | undefined;
|
|
3576
|
+
relatedContracts?: string[] | undefined;
|
|
3577
|
+
relatedFields?: string[] | undefined;
|
|
3578
|
+
summary?: string | undefined;
|
|
3579
|
+
title?: string | undefined;
|
|
3580
|
+
} | undefined;
|
|
3581
|
+
sectionKey?: string | undefined;
|
|
3582
|
+
}[] | undefined;
|
|
3583
|
+
remove?: string[] | undefined;
|
|
3584
|
+
} | undefined;
|
|
1485
3585
|
} | undefined;
|
|
1486
3586
|
}>;
|
|
1487
|
-
readonly
|
|
3587
|
+
readonly HWJfFpYwwYTs88XKXrShRdKy3yCUcTKTFTAkv1zLrSEp: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1488
3588
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1489
3589
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1490
3590
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1515,6 +3615,7 @@ declare const _default: {
|
|
|
1515
3615
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1516
3616
|
postfix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1517
3617
|
request: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3618
|
+
changeDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1518
3619
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1519
3620
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1520
3621
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1534,12 +3635,271 @@ declare const _default: {
|
|
|
1534
3635
|
op?: string | undefined;
|
|
1535
3636
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1536
3637
|
}>, "many">>;
|
|
1537
|
-
changesetDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1538
3638
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1539
3639
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3640
|
+
sectionChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3641
|
+
add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3642
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
3643
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3644
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3645
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3646
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3647
|
+
description?: string | undefined;
|
|
3648
|
+
name?: string | undefined;
|
|
3649
|
+
order?: number | undefined;
|
|
3650
|
+
}, {
|
|
3651
|
+
description?: string | undefined;
|
|
3652
|
+
name?: string | undefined;
|
|
3653
|
+
order?: number | undefined;
|
|
3654
|
+
}>>>;
|
|
3655
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3656
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3657
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
3658
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3659
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3660
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3661
|
+
}, {
|
|
3662
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3663
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3664
|
+
}>, {
|
|
3665
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3666
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3667
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3668
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3669
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3670
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3671
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3672
|
+
description?: string | undefined;
|
|
3673
|
+
name?: string | undefined;
|
|
3674
|
+
order?: number | undefined;
|
|
3675
|
+
relatedContracts?: string[] | undefined;
|
|
3676
|
+
relatedFields?: string[] | undefined;
|
|
3677
|
+
summary?: string | undefined;
|
|
3678
|
+
title?: string | undefined;
|
|
3679
|
+
}, {
|
|
3680
|
+
description?: string | undefined;
|
|
3681
|
+
name?: string | undefined;
|
|
3682
|
+
order?: number | undefined;
|
|
3683
|
+
relatedContracts?: string[] | undefined;
|
|
3684
|
+
relatedFields?: string[] | undefined;
|
|
3685
|
+
summary?: string | undefined;
|
|
3686
|
+
title?: string | undefined;
|
|
3687
|
+
}>>;
|
|
3688
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3689
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3690
|
+
description?: string | undefined;
|
|
3691
|
+
name?: string | undefined;
|
|
3692
|
+
contracts?: Record<string, {
|
|
3693
|
+
description?: string | undefined;
|
|
3694
|
+
name?: string | undefined;
|
|
3695
|
+
order?: number | undefined;
|
|
3696
|
+
}> | undefined;
|
|
3697
|
+
section?: {
|
|
3698
|
+
description?: string | undefined;
|
|
3699
|
+
name?: string | undefined;
|
|
3700
|
+
order?: number | undefined;
|
|
3701
|
+
relatedContracts?: string[] | undefined;
|
|
3702
|
+
relatedFields?: string[] | undefined;
|
|
3703
|
+
summary?: string | undefined;
|
|
3704
|
+
title?: string | undefined;
|
|
3705
|
+
} | undefined;
|
|
3706
|
+
sectionKey?: string | undefined;
|
|
3707
|
+
}, {
|
|
3708
|
+
description?: string | undefined;
|
|
3709
|
+
name?: string | undefined;
|
|
3710
|
+
contracts?: Record<string, {
|
|
3711
|
+
description?: string | undefined;
|
|
3712
|
+
name?: string | undefined;
|
|
3713
|
+
order?: number | undefined;
|
|
3714
|
+
}> | undefined;
|
|
3715
|
+
section?: {
|
|
3716
|
+
description?: string | undefined;
|
|
3717
|
+
name?: string | undefined;
|
|
3718
|
+
order?: number | undefined;
|
|
3719
|
+
relatedContracts?: string[] | undefined;
|
|
3720
|
+
relatedFields?: string[] | undefined;
|
|
3721
|
+
summary?: string | undefined;
|
|
3722
|
+
title?: string | undefined;
|
|
3723
|
+
} | undefined;
|
|
3724
|
+
sectionKey?: string | undefined;
|
|
3725
|
+
}>, "many">>;
|
|
3726
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3727
|
+
modify: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3728
|
+
contracts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
3729
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3730
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3731
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3732
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3733
|
+
description?: string | undefined;
|
|
3734
|
+
name?: string | undefined;
|
|
3735
|
+
order?: number | undefined;
|
|
3736
|
+
}, {
|
|
3737
|
+
description?: string | undefined;
|
|
3738
|
+
name?: string | undefined;
|
|
3739
|
+
order?: number | undefined;
|
|
3740
|
+
}>>>;
|
|
3741
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3742
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3743
|
+
section: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
3744
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3745
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3746
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3747
|
+
}, {
|
|
3748
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3749
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3750
|
+
}>, {
|
|
3751
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3752
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3753
|
+
relatedContracts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3754
|
+
relatedFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3755
|
+
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3756
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3757
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3758
|
+
description?: string | undefined;
|
|
3759
|
+
name?: string | undefined;
|
|
3760
|
+
order?: number | undefined;
|
|
3761
|
+
relatedContracts?: string[] | undefined;
|
|
3762
|
+
relatedFields?: string[] | undefined;
|
|
3763
|
+
summary?: string | undefined;
|
|
3764
|
+
title?: string | undefined;
|
|
3765
|
+
}, {
|
|
3766
|
+
description?: string | undefined;
|
|
3767
|
+
name?: string | undefined;
|
|
3768
|
+
order?: number | undefined;
|
|
3769
|
+
relatedContracts?: string[] | undefined;
|
|
3770
|
+
relatedFields?: string[] | undefined;
|
|
3771
|
+
summary?: string | undefined;
|
|
3772
|
+
title?: string | undefined;
|
|
3773
|
+
}>>;
|
|
3774
|
+
sectionKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3775
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3776
|
+
description?: string | undefined;
|
|
3777
|
+
name?: string | undefined;
|
|
3778
|
+
contracts?: Record<string, {
|
|
3779
|
+
description?: string | undefined;
|
|
3780
|
+
name?: string | undefined;
|
|
3781
|
+
order?: number | undefined;
|
|
3782
|
+
}> | undefined;
|
|
3783
|
+
section?: {
|
|
3784
|
+
description?: string | undefined;
|
|
3785
|
+
name?: string | undefined;
|
|
3786
|
+
order?: number | undefined;
|
|
3787
|
+
relatedContracts?: string[] | undefined;
|
|
3788
|
+
relatedFields?: string[] | undefined;
|
|
3789
|
+
summary?: string | undefined;
|
|
3790
|
+
title?: string | undefined;
|
|
3791
|
+
} | undefined;
|
|
3792
|
+
sectionKey?: string | undefined;
|
|
3793
|
+
}, {
|
|
3794
|
+
description?: string | undefined;
|
|
3795
|
+
name?: string | undefined;
|
|
3796
|
+
contracts?: Record<string, {
|
|
3797
|
+
description?: string | undefined;
|
|
3798
|
+
name?: string | undefined;
|
|
3799
|
+
order?: number | undefined;
|
|
3800
|
+
}> | undefined;
|
|
3801
|
+
section?: {
|
|
3802
|
+
description?: string | undefined;
|
|
3803
|
+
name?: string | undefined;
|
|
3804
|
+
order?: number | undefined;
|
|
3805
|
+
relatedContracts?: string[] | undefined;
|
|
3806
|
+
relatedFields?: string[] | undefined;
|
|
3807
|
+
summary?: string | undefined;
|
|
3808
|
+
title?: string | undefined;
|
|
3809
|
+
} | undefined;
|
|
3810
|
+
sectionKey?: string | undefined;
|
|
3811
|
+
}>, "many">>;
|
|
3812
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3813
|
+
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3814
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3815
|
+
description?: string | undefined;
|
|
3816
|
+
name?: string | undefined;
|
|
3817
|
+
add?: {
|
|
3818
|
+
description?: string | undefined;
|
|
3819
|
+
name?: string | undefined;
|
|
3820
|
+
contracts?: Record<string, {
|
|
3821
|
+
description?: string | undefined;
|
|
3822
|
+
name?: string | undefined;
|
|
3823
|
+
order?: number | undefined;
|
|
3824
|
+
}> | undefined;
|
|
3825
|
+
section?: {
|
|
3826
|
+
description?: string | undefined;
|
|
3827
|
+
name?: string | undefined;
|
|
3828
|
+
order?: number | undefined;
|
|
3829
|
+
relatedContracts?: string[] | undefined;
|
|
3830
|
+
relatedFields?: string[] | undefined;
|
|
3831
|
+
summary?: string | undefined;
|
|
3832
|
+
title?: string | undefined;
|
|
3833
|
+
} | undefined;
|
|
3834
|
+
sectionKey?: string | undefined;
|
|
3835
|
+
}[] | undefined;
|
|
3836
|
+
modify?: {
|
|
3837
|
+
description?: string | undefined;
|
|
3838
|
+
name?: string | undefined;
|
|
3839
|
+
contracts?: Record<string, {
|
|
3840
|
+
description?: string | undefined;
|
|
3841
|
+
name?: string | undefined;
|
|
3842
|
+
order?: number | undefined;
|
|
3843
|
+
}> | undefined;
|
|
3844
|
+
section?: {
|
|
3845
|
+
description?: string | undefined;
|
|
3846
|
+
name?: string | undefined;
|
|
3847
|
+
order?: number | undefined;
|
|
3848
|
+
relatedContracts?: string[] | undefined;
|
|
3849
|
+
relatedFields?: string[] | undefined;
|
|
3850
|
+
summary?: string | undefined;
|
|
3851
|
+
title?: string | undefined;
|
|
3852
|
+
} | undefined;
|
|
3853
|
+
sectionKey?: string | undefined;
|
|
3854
|
+
}[] | undefined;
|
|
3855
|
+
remove?: string[] | undefined;
|
|
3856
|
+
}, {
|
|
3857
|
+
description?: string | undefined;
|
|
3858
|
+
name?: string | undefined;
|
|
3859
|
+
add?: {
|
|
3860
|
+
description?: string | undefined;
|
|
3861
|
+
name?: string | undefined;
|
|
3862
|
+
contracts?: Record<string, {
|
|
3863
|
+
description?: string | undefined;
|
|
3864
|
+
name?: string | undefined;
|
|
3865
|
+
order?: number | undefined;
|
|
3866
|
+
}> | undefined;
|
|
3867
|
+
section?: {
|
|
3868
|
+
description?: string | undefined;
|
|
3869
|
+
name?: string | undefined;
|
|
3870
|
+
order?: number | undefined;
|
|
3871
|
+
relatedContracts?: string[] | undefined;
|
|
3872
|
+
relatedFields?: string[] | undefined;
|
|
3873
|
+
summary?: string | undefined;
|
|
3874
|
+
title?: string | undefined;
|
|
3875
|
+
} | undefined;
|
|
3876
|
+
sectionKey?: string | undefined;
|
|
3877
|
+
}[] | undefined;
|
|
3878
|
+
modify?: {
|
|
3879
|
+
description?: string | undefined;
|
|
3880
|
+
name?: string | undefined;
|
|
3881
|
+
contracts?: Record<string, {
|
|
3882
|
+
description?: string | undefined;
|
|
3883
|
+
name?: string | undefined;
|
|
3884
|
+
order?: number | undefined;
|
|
3885
|
+
}> | undefined;
|
|
3886
|
+
section?: {
|
|
3887
|
+
description?: string | undefined;
|
|
3888
|
+
name?: string | undefined;
|
|
3889
|
+
order?: number | undefined;
|
|
3890
|
+
relatedContracts?: string[] | undefined;
|
|
3891
|
+
relatedFields?: string[] | undefined;
|
|
3892
|
+
summary?: string | undefined;
|
|
3893
|
+
title?: string | undefined;
|
|
3894
|
+
} | undefined;
|
|
3895
|
+
sectionKey?: string | undefined;
|
|
3896
|
+
}[] | undefined;
|
|
3897
|
+
remove?: string[] | undefined;
|
|
3898
|
+
}>>;
|
|
1540
3899
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1541
3900
|
description?: string | undefined;
|
|
1542
3901
|
name?: string | undefined;
|
|
3902
|
+
changeDescription?: string | undefined;
|
|
1543
3903
|
changeset?: {
|
|
1544
3904
|
path?: string | undefined;
|
|
1545
3905
|
description?: string | undefined;
|
|
@@ -1547,10 +3907,53 @@ declare const _default: {
|
|
|
1547
3907
|
op?: string | undefined;
|
|
1548
3908
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1549
3909
|
}[] | undefined;
|
|
1550
|
-
|
|
3910
|
+
sectionChanges?: {
|
|
3911
|
+
description?: string | undefined;
|
|
3912
|
+
name?: string | undefined;
|
|
3913
|
+
add?: {
|
|
3914
|
+
description?: string | undefined;
|
|
3915
|
+
name?: string | undefined;
|
|
3916
|
+
contracts?: Record<string, {
|
|
3917
|
+
description?: string | undefined;
|
|
3918
|
+
name?: string | undefined;
|
|
3919
|
+
order?: number | undefined;
|
|
3920
|
+
}> | undefined;
|
|
3921
|
+
section?: {
|
|
3922
|
+
description?: string | undefined;
|
|
3923
|
+
name?: string | undefined;
|
|
3924
|
+
order?: number | undefined;
|
|
3925
|
+
relatedContracts?: string[] | undefined;
|
|
3926
|
+
relatedFields?: string[] | undefined;
|
|
3927
|
+
summary?: string | undefined;
|
|
3928
|
+
title?: string | undefined;
|
|
3929
|
+
} | undefined;
|
|
3930
|
+
sectionKey?: string | undefined;
|
|
3931
|
+
}[] | undefined;
|
|
3932
|
+
modify?: {
|
|
3933
|
+
description?: string | undefined;
|
|
3934
|
+
name?: string | undefined;
|
|
3935
|
+
contracts?: Record<string, {
|
|
3936
|
+
description?: string | undefined;
|
|
3937
|
+
name?: string | undefined;
|
|
3938
|
+
order?: number | undefined;
|
|
3939
|
+
}> | undefined;
|
|
3940
|
+
section?: {
|
|
3941
|
+
description?: string | undefined;
|
|
3942
|
+
name?: string | undefined;
|
|
3943
|
+
order?: number | undefined;
|
|
3944
|
+
relatedContracts?: string[] | undefined;
|
|
3945
|
+
relatedFields?: string[] | undefined;
|
|
3946
|
+
summary?: string | undefined;
|
|
3947
|
+
title?: string | undefined;
|
|
3948
|
+
} | undefined;
|
|
3949
|
+
sectionKey?: string | undefined;
|
|
3950
|
+
}[] | undefined;
|
|
3951
|
+
remove?: string[] | undefined;
|
|
3952
|
+
} | undefined;
|
|
1551
3953
|
}, {
|
|
1552
3954
|
description?: string | undefined;
|
|
1553
3955
|
name?: string | undefined;
|
|
3956
|
+
changeDescription?: string | undefined;
|
|
1554
3957
|
changeset?: {
|
|
1555
3958
|
path?: string | undefined;
|
|
1556
3959
|
description?: string | undefined;
|
|
@@ -1558,7 +3961,49 @@ declare const _default: {
|
|
|
1558
3961
|
op?: string | undefined;
|
|
1559
3962
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1560
3963
|
}[] | undefined;
|
|
1561
|
-
|
|
3964
|
+
sectionChanges?: {
|
|
3965
|
+
description?: string | undefined;
|
|
3966
|
+
name?: string | undefined;
|
|
3967
|
+
add?: {
|
|
3968
|
+
description?: string | undefined;
|
|
3969
|
+
name?: string | undefined;
|
|
3970
|
+
contracts?: Record<string, {
|
|
3971
|
+
description?: string | undefined;
|
|
3972
|
+
name?: string | undefined;
|
|
3973
|
+
order?: number | undefined;
|
|
3974
|
+
}> | undefined;
|
|
3975
|
+
section?: {
|
|
3976
|
+
description?: string | undefined;
|
|
3977
|
+
name?: string | undefined;
|
|
3978
|
+
order?: number | undefined;
|
|
3979
|
+
relatedContracts?: string[] | undefined;
|
|
3980
|
+
relatedFields?: string[] | undefined;
|
|
3981
|
+
summary?: string | undefined;
|
|
3982
|
+
title?: string | undefined;
|
|
3983
|
+
} | undefined;
|
|
3984
|
+
sectionKey?: string | undefined;
|
|
3985
|
+
}[] | undefined;
|
|
3986
|
+
modify?: {
|
|
3987
|
+
description?: string | undefined;
|
|
3988
|
+
name?: string | undefined;
|
|
3989
|
+
contracts?: Record<string, {
|
|
3990
|
+
description?: string | undefined;
|
|
3991
|
+
name?: string | undefined;
|
|
3992
|
+
order?: number | undefined;
|
|
3993
|
+
}> | undefined;
|
|
3994
|
+
section?: {
|
|
3995
|
+
description?: string | undefined;
|
|
3996
|
+
name?: string | undefined;
|
|
3997
|
+
order?: number | undefined;
|
|
3998
|
+
relatedContracts?: string[] | undefined;
|
|
3999
|
+
relatedFields?: string[] | undefined;
|
|
4000
|
+
summary?: string | undefined;
|
|
4001
|
+
title?: string | undefined;
|
|
4002
|
+
} | undefined;
|
|
4003
|
+
sectionKey?: string | undefined;
|
|
4004
|
+
}[] | undefined;
|
|
4005
|
+
remove?: string[] | undefined;
|
|
4006
|
+
} | undefined;
|
|
1562
4007
|
}>>;
|
|
1563
4008
|
steps: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
1564
4009
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1569,6 +4014,7 @@ declare const _default: {
|
|
|
1569
4014
|
request?: {
|
|
1570
4015
|
description?: string | undefined;
|
|
1571
4016
|
name?: string | undefined;
|
|
4017
|
+
changeDescription?: string | undefined;
|
|
1572
4018
|
changeset?: {
|
|
1573
4019
|
path?: string | undefined;
|
|
1574
4020
|
description?: string | undefined;
|
|
@@ -1576,7 +4022,49 @@ declare const _default: {
|
|
|
1576
4022
|
op?: string | undefined;
|
|
1577
4023
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1578
4024
|
}[] | undefined;
|
|
1579
|
-
|
|
4025
|
+
sectionChanges?: {
|
|
4026
|
+
description?: string | undefined;
|
|
4027
|
+
name?: string | undefined;
|
|
4028
|
+
add?: {
|
|
4029
|
+
description?: string | undefined;
|
|
4030
|
+
name?: string | undefined;
|
|
4031
|
+
contracts?: Record<string, {
|
|
4032
|
+
description?: string | undefined;
|
|
4033
|
+
name?: string | undefined;
|
|
4034
|
+
order?: number | undefined;
|
|
4035
|
+
}> | undefined;
|
|
4036
|
+
section?: {
|
|
4037
|
+
description?: string | undefined;
|
|
4038
|
+
name?: string | undefined;
|
|
4039
|
+
order?: number | undefined;
|
|
4040
|
+
relatedContracts?: string[] | undefined;
|
|
4041
|
+
relatedFields?: string[] | undefined;
|
|
4042
|
+
summary?: string | undefined;
|
|
4043
|
+
title?: string | undefined;
|
|
4044
|
+
} | undefined;
|
|
4045
|
+
sectionKey?: string | undefined;
|
|
4046
|
+
}[] | undefined;
|
|
4047
|
+
modify?: {
|
|
4048
|
+
description?: string | undefined;
|
|
4049
|
+
name?: string | undefined;
|
|
4050
|
+
contracts?: Record<string, {
|
|
4051
|
+
description?: string | undefined;
|
|
4052
|
+
name?: string | undefined;
|
|
4053
|
+
order?: number | undefined;
|
|
4054
|
+
}> | undefined;
|
|
4055
|
+
section?: {
|
|
4056
|
+
description?: string | undefined;
|
|
4057
|
+
name?: string | undefined;
|
|
4058
|
+
order?: number | undefined;
|
|
4059
|
+
relatedContracts?: string[] | undefined;
|
|
4060
|
+
relatedFields?: string[] | undefined;
|
|
4061
|
+
summary?: string | undefined;
|
|
4062
|
+
title?: string | undefined;
|
|
4063
|
+
} | undefined;
|
|
4064
|
+
sectionKey?: string | undefined;
|
|
4065
|
+
}[] | undefined;
|
|
4066
|
+
remove?: string[] | undefined;
|
|
4067
|
+
} | undefined;
|
|
1580
4068
|
} | undefined;
|
|
1581
4069
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
1582
4070
|
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
@@ -1590,6 +4078,7 @@ declare const _default: {
|
|
|
1590
4078
|
request?: {
|
|
1591
4079
|
description?: string | undefined;
|
|
1592
4080
|
name?: string | undefined;
|
|
4081
|
+
changeDescription?: string | undefined;
|
|
1593
4082
|
changeset?: {
|
|
1594
4083
|
path?: string | undefined;
|
|
1595
4084
|
description?: string | undefined;
|
|
@@ -1597,7 +4086,49 @@ declare const _default: {
|
|
|
1597
4086
|
op?: string | undefined;
|
|
1598
4087
|
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
1599
4088
|
}[] | undefined;
|
|
1600
|
-
|
|
4089
|
+
sectionChanges?: {
|
|
4090
|
+
description?: string | undefined;
|
|
4091
|
+
name?: string | undefined;
|
|
4092
|
+
add?: {
|
|
4093
|
+
description?: string | undefined;
|
|
4094
|
+
name?: string | undefined;
|
|
4095
|
+
contracts?: Record<string, {
|
|
4096
|
+
description?: string | undefined;
|
|
4097
|
+
name?: string | undefined;
|
|
4098
|
+
order?: number | undefined;
|
|
4099
|
+
}> | undefined;
|
|
4100
|
+
section?: {
|
|
4101
|
+
description?: string | undefined;
|
|
4102
|
+
name?: string | undefined;
|
|
4103
|
+
order?: number | undefined;
|
|
4104
|
+
relatedContracts?: string[] | undefined;
|
|
4105
|
+
relatedFields?: string[] | undefined;
|
|
4106
|
+
summary?: string | undefined;
|
|
4107
|
+
title?: string | undefined;
|
|
4108
|
+
} | undefined;
|
|
4109
|
+
sectionKey?: string | undefined;
|
|
4110
|
+
}[] | undefined;
|
|
4111
|
+
modify?: {
|
|
4112
|
+
description?: string | undefined;
|
|
4113
|
+
name?: string | undefined;
|
|
4114
|
+
contracts?: Record<string, {
|
|
4115
|
+
description?: string | undefined;
|
|
4116
|
+
name?: string | undefined;
|
|
4117
|
+
order?: number | undefined;
|
|
4118
|
+
}> | undefined;
|
|
4119
|
+
section?: {
|
|
4120
|
+
description?: string | undefined;
|
|
4121
|
+
name?: string | undefined;
|
|
4122
|
+
order?: number | undefined;
|
|
4123
|
+
relatedContracts?: string[] | undefined;
|
|
4124
|
+
relatedFields?: string[] | undefined;
|
|
4125
|
+
summary?: string | undefined;
|
|
4126
|
+
title?: string | undefined;
|
|
4127
|
+
} | undefined;
|
|
4128
|
+
sectionKey?: string | undefined;
|
|
4129
|
+
}[] | undefined;
|
|
4130
|
+
remove?: string[] | undefined;
|
|
4131
|
+
} | undefined;
|
|
1601
4132
|
} | undefined;
|
|
1602
4133
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
1603
4134
|
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
@@ -1648,7 +4179,7 @@ declare const _default: {
|
|
|
1648
4179
|
channel?: string | undefined;
|
|
1649
4180
|
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
1650
4181
|
}>;
|
|
1651
|
-
readonly
|
|
4182
|
+
readonly GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1652
4183
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1653
4184
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1654
4185
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2034,7 +4565,7 @@ declare const _default: {
|
|
|
2034
4565
|
} | undefined;
|
|
2035
4566
|
timestamp?: number | undefined;
|
|
2036
4567
|
}>;
|
|
2037
|
-
readonly
|
|
4568
|
+
readonly '2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2038
4569
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2039
4570
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2040
4571
|
}, {
|
|
@@ -2050,7 +4581,7 @@ declare const _default: {
|
|
|
2050
4581
|
name?: string | undefined;
|
|
2051
4582
|
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2052
4583
|
}>;
|
|
2053
|
-
readonly
|
|
4584
|
+
readonly FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2054
4585
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2055
4586
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2056
4587
|
}, {
|
|
@@ -2099,30 +4630,33 @@ declare const _default: {
|
|
|
2099
4630
|
};
|
|
2100
4631
|
readonly aliases: {
|
|
2101
4632
|
readonly 'Conversation/Accept Change Operation': "APk3siB8g9pvWLG3qyqtGjRNNGB7RDpFWQtG4epj5Avv";
|
|
2102
|
-
readonly 'Conversation/Accept Change Workflow': "
|
|
4633
|
+
readonly 'Conversation/Accept Change Workflow': "G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG";
|
|
2103
4634
|
readonly 'Conversation/Actor': "CN5efWVizJbRsMCw8YWRfT2q9vM9XfeGDN9wFvYcvMnQ";
|
|
2104
|
-
readonly 'Conversation/Change Operation': "
|
|
2105
|
-
readonly 'Conversation/Change Request': "
|
|
2106
|
-
readonly 'Conversation/Change Workflow': "
|
|
4635
|
+
readonly 'Conversation/Change Operation': "BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB";
|
|
4636
|
+
readonly 'Conversation/Change Request': "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
4637
|
+
readonly 'Conversation/Change Workflow': "AZ7kV2EzGpRMzUBCi5cYKd17gngvGDF9PVAdqaKRDqno";
|
|
2107
4638
|
readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
|
|
2108
4639
|
readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
|
|
4640
|
+
readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
2109
4641
|
readonly 'Conversation/Document Bootstrap Completed': "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
|
|
2110
4642
|
readonly 'Conversation/Document Bootstrap Failed': "B8b1ayXMrAYbwkqaJfAS6Aspp2kZyJda8ay9QeFkZ9MH";
|
|
2111
4643
|
readonly 'Conversation/Document Bootstrap Requested': "7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg";
|
|
2112
4644
|
readonly 'Conversation/Document Bootstrap Responded': "1Ucfmhtb9xjvyLxLKSVkqXZjVVuAdXyzdjb11QG11Uv";
|
|
2113
|
-
readonly 'Conversation/Document Section': "
|
|
4645
|
+
readonly 'Conversation/Document Section': "JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm";
|
|
4646
|
+
readonly 'Conversation/Document Section Change Entry': "9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs";
|
|
4647
|
+
readonly 'Conversation/Document Section Changes': "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
2114
4648
|
readonly 'Conversation/Document Status': "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
|
|
2115
4649
|
readonly 'Conversation/Event': "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
2116
4650
|
readonly 'Conversation/Inform User About Pending Action': "8Akr9sdTkxBqMYWSGh8gHgoXQQeYEPfhV4s8fXeKTd9W";
|
|
2117
|
-
readonly 'Conversation/JavaScript Code': "
|
|
4651
|
+
readonly 'Conversation/JavaScript Code': "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
2118
4652
|
readonly 'Conversation/Lifecycle Event': "5YZEAtUaHhNfnVnwtSsyBnBakpcSwdL75UcgtrtnqeYn";
|
|
2119
4653
|
readonly 'Conversation/Operation': "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
2120
4654
|
readonly 'Conversation/Operation Request': "HM4Ku4LFcjC5MxnhPMRwQ8w3BbHmJKKZfHTTzsd4jbJq";
|
|
2121
|
-
readonly 'Conversation/Propose Change Operation': "
|
|
2122
|
-
readonly 'Conversation/Propose Change Workflow': "
|
|
4655
|
+
readonly 'Conversation/Propose Change Operation': "2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx";
|
|
4656
|
+
readonly 'Conversation/Propose Change Workflow': "HWJfFpYwwYTs88XKXrShRdKy3yCUcTKTFTAkv1zLrSEp";
|
|
2123
4657
|
readonly 'Conversation/Proposed Change Invalid': "EbGQYtYR9UNAxcn7auCCujXmnz6DWxMpqVcgYSsKE85M";
|
|
2124
4658
|
readonly 'Conversation/Reject Change Operation': "4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6";
|
|
2125
|
-
readonly 'Conversation/Reject Change Workflow': "
|
|
4659
|
+
readonly 'Conversation/Reject Change Workflow': "GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ";
|
|
2126
4660
|
readonly 'Conversation/Request': "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
2127
4661
|
readonly 'Conversation/Response': "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2128
4662
|
readonly 'Conversation/Sequential Workflow': "7X3LkN54Yp88JgZbppPhP6hM3Jqiqv8Z2i4kS7phXtQe";
|
|
@@ -2136,8 +4670,8 @@ declare const _default: {
|
|
|
2136
4670
|
readonly 'Conversation/Timeline': "3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa";
|
|
2137
4671
|
readonly 'Conversation/Timeline Channel': "EvuCWsG1E6WJQg8QXmk6rwMANYTZjoLWVZ1vYQWUwdTH";
|
|
2138
4672
|
readonly 'Conversation/Timeline Entry': "EzDiC9Frs8V5yQBMtDYh1DobVnWtWpFemXDX5fGUULBn";
|
|
2139
|
-
readonly 'Conversation/Trigger Event': "
|
|
2140
|
-
readonly 'Conversation/Update Document': "
|
|
4673
|
+
readonly 'Conversation/Trigger Event': "2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2";
|
|
4674
|
+
readonly 'Conversation/Update Document': "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
2141
4675
|
};
|
|
2142
4676
|
readonly name: "Conversation";
|
|
2143
4677
|
readonly typesMeta: {
|
|
@@ -2145,17 +4679,17 @@ declare const _default: {
|
|
|
2145
4679
|
readonly status: "dev";
|
|
2146
4680
|
readonly name: "Accept Change Operation";
|
|
2147
4681
|
readonly versions: readonly [{
|
|
2148
|
-
readonly repositoryVersionIndex:
|
|
4682
|
+
readonly repositoryVersionIndex: 0;
|
|
2149
4683
|
readonly typeBlueId: "APk3siB8g9pvWLG3qyqtGjRNNGB7RDpFWQtG4epj5Avv";
|
|
2150
4684
|
readonly attributesAdded: readonly [];
|
|
2151
4685
|
}];
|
|
2152
4686
|
};
|
|
2153
|
-
readonly
|
|
4687
|
+
readonly G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG: {
|
|
2154
4688
|
readonly status: "dev";
|
|
2155
4689
|
readonly name: "Accept Change Workflow";
|
|
2156
4690
|
readonly versions: readonly [{
|
|
2157
|
-
readonly repositoryVersionIndex:
|
|
2158
|
-
readonly typeBlueId: "
|
|
4691
|
+
readonly repositoryVersionIndex: 1;
|
|
4692
|
+
readonly typeBlueId: "G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG";
|
|
2159
4693
|
readonly attributesAdded: readonly [];
|
|
2160
4694
|
}];
|
|
2161
4695
|
};
|
|
@@ -2168,30 +4702,30 @@ declare const _default: {
|
|
|
2168
4702
|
readonly attributesAdded: readonly [];
|
|
2169
4703
|
}];
|
|
2170
4704
|
};
|
|
2171
|
-
readonly
|
|
4705
|
+
readonly BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB: {
|
|
2172
4706
|
readonly status: "dev";
|
|
2173
4707
|
readonly name: "Change Operation";
|
|
2174
4708
|
readonly versions: readonly [{
|
|
2175
|
-
readonly repositoryVersionIndex:
|
|
2176
|
-
readonly typeBlueId: "
|
|
4709
|
+
readonly repositoryVersionIndex: 1;
|
|
4710
|
+
readonly typeBlueId: "BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB";
|
|
2177
4711
|
readonly attributesAdded: readonly [];
|
|
2178
4712
|
}];
|
|
2179
4713
|
};
|
|
2180
|
-
readonly
|
|
4714
|
+
readonly '9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw': {
|
|
2181
4715
|
readonly status: "dev";
|
|
2182
4716
|
readonly name: "Change Request";
|
|
2183
4717
|
readonly versions: readonly [{
|
|
2184
|
-
readonly repositoryVersionIndex:
|
|
2185
|
-
readonly typeBlueId: "
|
|
4718
|
+
readonly repositoryVersionIndex: 1;
|
|
4719
|
+
readonly typeBlueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
2186
4720
|
readonly attributesAdded: readonly [];
|
|
2187
4721
|
}];
|
|
2188
4722
|
};
|
|
2189
|
-
readonly
|
|
4723
|
+
readonly AZ7kV2EzGpRMzUBCi5cYKd17gngvGDF9PVAdqaKRDqno: {
|
|
2190
4724
|
readonly status: "dev";
|
|
2191
4725
|
readonly name: "Change Workflow";
|
|
2192
4726
|
readonly versions: readonly [{
|
|
2193
|
-
readonly repositoryVersionIndex:
|
|
2194
|
-
readonly typeBlueId: "
|
|
4727
|
+
readonly repositoryVersionIndex: 1;
|
|
4728
|
+
readonly typeBlueId: "AZ7kV2EzGpRMzUBCi5cYKd17gngvGDF9PVAdqaKRDqno";
|
|
2195
4729
|
readonly attributesAdded: readonly [];
|
|
2196
4730
|
}];
|
|
2197
4731
|
};
|
|
@@ -2213,11 +4747,20 @@ declare const _default: {
|
|
|
2213
4747
|
readonly attributesAdded: readonly [];
|
|
2214
4748
|
}];
|
|
2215
4749
|
};
|
|
4750
|
+
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': {
|
|
4751
|
+
readonly status: "dev";
|
|
4752
|
+
readonly name: "Contracts Change Policy";
|
|
4753
|
+
readonly versions: readonly [{
|
|
4754
|
+
readonly repositoryVersionIndex: 1;
|
|
4755
|
+
readonly typeBlueId: "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
4756
|
+
readonly attributesAdded: readonly [];
|
|
4757
|
+
}];
|
|
4758
|
+
};
|
|
2216
4759
|
readonly HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: {
|
|
2217
4760
|
readonly status: "dev";
|
|
2218
4761
|
readonly name: "Document Bootstrap Completed";
|
|
2219
4762
|
readonly versions: readonly [{
|
|
2220
|
-
readonly repositoryVersionIndex:
|
|
4763
|
+
readonly repositoryVersionIndex: 0;
|
|
2221
4764
|
readonly typeBlueId: "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
|
|
2222
4765
|
readonly attributesAdded: readonly [];
|
|
2223
4766
|
}];
|
|
@@ -2226,7 +4769,7 @@ declare const _default: {
|
|
|
2226
4769
|
readonly status: "dev";
|
|
2227
4770
|
readonly name: "Document Bootstrap Failed";
|
|
2228
4771
|
readonly versions: readonly [{
|
|
2229
|
-
readonly repositoryVersionIndex:
|
|
4772
|
+
readonly repositoryVersionIndex: 0;
|
|
2230
4773
|
readonly typeBlueId: "B8b1ayXMrAYbwkqaJfAS6Aspp2kZyJda8ay9QeFkZ9MH";
|
|
2231
4774
|
readonly attributesAdded: readonly [];
|
|
2232
4775
|
}];
|
|
@@ -2235,7 +4778,7 @@ declare const _default: {
|
|
|
2235
4778
|
readonly status: "dev";
|
|
2236
4779
|
readonly name: "Document Bootstrap Requested";
|
|
2237
4780
|
readonly versions: readonly [{
|
|
2238
|
-
readonly repositoryVersionIndex:
|
|
4781
|
+
readonly repositoryVersionIndex: 0;
|
|
2239
4782
|
readonly typeBlueId: "7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg";
|
|
2240
4783
|
readonly attributesAdded: readonly [];
|
|
2241
4784
|
}];
|
|
@@ -2244,17 +4787,35 @@ declare const _default: {
|
|
|
2244
4787
|
readonly status: "dev";
|
|
2245
4788
|
readonly name: "Document Bootstrap Responded";
|
|
2246
4789
|
readonly versions: readonly [{
|
|
2247
|
-
readonly repositoryVersionIndex:
|
|
4790
|
+
readonly repositoryVersionIndex: 0;
|
|
2248
4791
|
readonly typeBlueId: "1Ucfmhtb9xjvyLxLKSVkqXZjVVuAdXyzdjb11QG11Uv";
|
|
2249
4792
|
readonly attributesAdded: readonly [];
|
|
2250
4793
|
}];
|
|
2251
4794
|
};
|
|
2252
|
-
readonly
|
|
4795
|
+
readonly JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm: {
|
|
2253
4796
|
readonly status: "dev";
|
|
2254
4797
|
readonly name: "Document Section";
|
|
2255
4798
|
readonly versions: readonly [{
|
|
2256
|
-
readonly repositoryVersionIndex:
|
|
2257
|
-
readonly typeBlueId: "
|
|
4799
|
+
readonly repositoryVersionIndex: 1;
|
|
4800
|
+
readonly typeBlueId: "JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm";
|
|
4801
|
+
readonly attributesAdded: readonly [];
|
|
4802
|
+
}];
|
|
4803
|
+
};
|
|
4804
|
+
readonly '9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs': {
|
|
4805
|
+
readonly status: "dev";
|
|
4806
|
+
readonly name: "Document Section Change Entry";
|
|
4807
|
+
readonly versions: readonly [{
|
|
4808
|
+
readonly repositoryVersionIndex: 1;
|
|
4809
|
+
readonly typeBlueId: "9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs";
|
|
4810
|
+
readonly attributesAdded: readonly [];
|
|
4811
|
+
}];
|
|
4812
|
+
};
|
|
4813
|
+
readonly DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN: {
|
|
4814
|
+
readonly status: "dev";
|
|
4815
|
+
readonly name: "Document Section Changes";
|
|
4816
|
+
readonly versions: readonly [{
|
|
4817
|
+
readonly repositoryVersionIndex: 1;
|
|
4818
|
+
readonly typeBlueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
2258
4819
|
readonly attributesAdded: readonly [];
|
|
2259
4820
|
}];
|
|
2260
4821
|
};
|
|
@@ -2285,12 +4846,12 @@ declare const _default: {
|
|
|
2285
4846
|
readonly attributesAdded: readonly [];
|
|
2286
4847
|
}];
|
|
2287
4848
|
};
|
|
2288
|
-
readonly
|
|
4849
|
+
readonly ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS: {
|
|
2289
4850
|
readonly status: "stable";
|
|
2290
4851
|
readonly name: "JavaScript Code";
|
|
2291
4852
|
readonly versions: readonly [{
|
|
2292
4853
|
readonly repositoryVersionIndex: 0;
|
|
2293
|
-
readonly typeBlueId: "
|
|
4854
|
+
readonly typeBlueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
2294
4855
|
readonly attributesAdded: readonly [];
|
|
2295
4856
|
}];
|
|
2296
4857
|
};
|
|
@@ -2321,21 +4882,21 @@ declare const _default: {
|
|
|
2321
4882
|
readonly attributesAdded: readonly [];
|
|
2322
4883
|
}];
|
|
2323
4884
|
};
|
|
2324
|
-
readonly
|
|
4885
|
+
readonly '2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx': {
|
|
2325
4886
|
readonly status: "dev";
|
|
2326
4887
|
readonly name: "Propose Change Operation";
|
|
2327
4888
|
readonly versions: readonly [{
|
|
2328
|
-
readonly repositoryVersionIndex:
|
|
2329
|
-
readonly typeBlueId: "
|
|
4889
|
+
readonly repositoryVersionIndex: 1;
|
|
4890
|
+
readonly typeBlueId: "2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx";
|
|
2330
4891
|
readonly attributesAdded: readonly [];
|
|
2331
4892
|
}];
|
|
2332
4893
|
};
|
|
2333
|
-
readonly
|
|
4894
|
+
readonly HWJfFpYwwYTs88XKXrShRdKy3yCUcTKTFTAkv1zLrSEp: {
|
|
2334
4895
|
readonly status: "dev";
|
|
2335
4896
|
readonly name: "Propose Change Workflow";
|
|
2336
4897
|
readonly versions: readonly [{
|
|
2337
|
-
readonly repositoryVersionIndex:
|
|
2338
|
-
readonly typeBlueId: "
|
|
4898
|
+
readonly repositoryVersionIndex: 1;
|
|
4899
|
+
readonly typeBlueId: "HWJfFpYwwYTs88XKXrShRdKy3yCUcTKTFTAkv1zLrSEp";
|
|
2339
4900
|
readonly attributesAdded: readonly [];
|
|
2340
4901
|
}];
|
|
2341
4902
|
};
|
|
@@ -2343,7 +4904,7 @@ declare const _default: {
|
|
|
2343
4904
|
readonly status: "dev";
|
|
2344
4905
|
readonly name: "Proposed Change Invalid";
|
|
2345
4906
|
readonly versions: readonly [{
|
|
2346
|
-
readonly repositoryVersionIndex:
|
|
4907
|
+
readonly repositoryVersionIndex: 0;
|
|
2347
4908
|
readonly typeBlueId: "EbGQYtYR9UNAxcn7auCCujXmnz6DWxMpqVcgYSsKE85M";
|
|
2348
4909
|
readonly attributesAdded: readonly [];
|
|
2349
4910
|
}];
|
|
@@ -2352,17 +4913,17 @@ declare const _default: {
|
|
|
2352
4913
|
readonly status: "dev";
|
|
2353
4914
|
readonly name: "Reject Change Operation";
|
|
2354
4915
|
readonly versions: readonly [{
|
|
2355
|
-
readonly repositoryVersionIndex:
|
|
4916
|
+
readonly repositoryVersionIndex: 0;
|
|
2356
4917
|
readonly typeBlueId: "4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6";
|
|
2357
4918
|
readonly attributesAdded: readonly [];
|
|
2358
4919
|
}];
|
|
2359
4920
|
};
|
|
2360
|
-
readonly
|
|
4921
|
+
readonly GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ: {
|
|
2361
4922
|
readonly status: "dev";
|
|
2362
4923
|
readonly name: "Reject Change Workflow";
|
|
2363
4924
|
readonly versions: readonly [{
|
|
2364
|
-
readonly repositoryVersionIndex:
|
|
2365
|
-
readonly typeBlueId: "
|
|
4925
|
+
readonly repositoryVersionIndex: 1;
|
|
4926
|
+
readonly typeBlueId: "GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ";
|
|
2366
4927
|
readonly attributesAdded: readonly [];
|
|
2367
4928
|
}];
|
|
2368
4929
|
};
|
|
@@ -2483,21 +5044,21 @@ declare const _default: {
|
|
|
2483
5044
|
readonly attributesAdded: readonly [];
|
|
2484
5045
|
}];
|
|
2485
5046
|
};
|
|
2486
|
-
readonly
|
|
5047
|
+
readonly '2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2': {
|
|
2487
5048
|
readonly status: "stable";
|
|
2488
5049
|
readonly name: "Trigger Event";
|
|
2489
5050
|
readonly versions: readonly [{
|
|
2490
5051
|
readonly repositoryVersionIndex: 0;
|
|
2491
|
-
readonly typeBlueId: "
|
|
5052
|
+
readonly typeBlueId: "2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2";
|
|
2492
5053
|
readonly attributesAdded: readonly [];
|
|
2493
5054
|
}];
|
|
2494
5055
|
};
|
|
2495
|
-
readonly
|
|
5056
|
+
readonly FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa: {
|
|
2496
5057
|
readonly status: "stable";
|
|
2497
5058
|
readonly name: "Update Document";
|
|
2498
5059
|
readonly versions: readonly [{
|
|
2499
5060
|
readonly repositoryVersionIndex: 0;
|
|
2500
|
-
readonly typeBlueId: "
|
|
5061
|
+
readonly typeBlueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
2501
5062
|
readonly attributesAdded: readonly [];
|
|
2502
5063
|
}];
|
|
2503
5064
|
};
|