@kumwe/studio-testkit 0.1.0-alpha.5 → 0.1.0-alpha.6
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/fixtures/design-vocabulary.example.json +85 -0
- package/fixtures/migration.example.json +22 -0
- package/invalid/blueprint.revoking-slot-marker.json +57 -0
- package/invalid/design-vocabulary.unknown-control-kind.json +38 -0
- package/invalid/migration.empty-artifact-kinds.json +22 -0
- package/package.json +3 -3
- package/vectors/command/mode.blueprint.set-field-value.error.json +76 -0
- package/vectors/command/mode.blueprint.set-property.json +131 -0
- package/vectors/command/mode.content.insert-node.error.json +88 -0
- package/vectors/command/mode.hybrid.batch-atomic.error.json +158 -0
- package/vectors/command/mode.hybrid.insert-allowed.json +263 -0
- package/vectors/command/mode.hybrid.insert-designer-slot.error.json +145 -0
- package/vectors/command/mode.hybrid.insert-disallowed-type.error.json +145 -0
- package/vectors/command/mode.hybrid.insert-roots.error.json +143 -0
- package/vectors/command/mode.hybrid.remove-locked.error.json +130 -0
- package/vectors/command/mode.hybrid.reorder-with-locked.json +239 -0
- package/vectors/command/mode.hybrid.set-property.error.json +132 -0
- package/vectors/command/mode.hybrid.slot-marker-disallowed.error.json +125 -0
- package/vectors/command/mode.hybrid.slot-marker-insert.json +223 -0
- package/vectors/command/mode.hybrid.slot-marker-other-slot.error.json +125 -0
- package/vectors/command/mode.model.remove-node.error.json +75 -0
- package/vectors/command/mode.read-only.set-property.error.json +77 -0
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractVersion": "0.1-draft",
|
|
3
|
+
"kind": "command-vector",
|
|
4
|
+
"id": "vector.command-vector.mode.hybrid.batch-atomic",
|
|
5
|
+
"description": "A hybrid batch is validated operation by operation against a trial state and rejects atomically.",
|
|
6
|
+
"mode": "hybrid",
|
|
7
|
+
"initial": {
|
|
8
|
+
"contractVersion": "0.1-draft",
|
|
9
|
+
"dependencyLock": {
|
|
10
|
+
"blocks": [
|
|
11
|
+
{
|
|
12
|
+
"revision": "block-r1",
|
|
13
|
+
"type": "studio.vector/section",
|
|
14
|
+
"version": "1.0.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"revision": "block-r1",
|
|
18
|
+
"type": "studio.vector/card",
|
|
19
|
+
"version": "1.0.0"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"theme": {
|
|
23
|
+
"id": "studio.vector/theme",
|
|
24
|
+
"revision": "theme-r1",
|
|
25
|
+
"version": "1.0.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"id": "vector.blueprint",
|
|
29
|
+
"kind": "blueprint",
|
|
30
|
+
"label": {
|
|
31
|
+
"defaultMessage": "Vector Blueprint",
|
|
32
|
+
"key": "studio.vector/blueprint"
|
|
33
|
+
},
|
|
34
|
+
"model": {
|
|
35
|
+
"id": "studio.vector/model",
|
|
36
|
+
"revision": "model-r1",
|
|
37
|
+
"version": "1.0.0"
|
|
38
|
+
},
|
|
39
|
+
"owner": {
|
|
40
|
+
"id": "studio.vector/suite",
|
|
41
|
+
"version": "0.1.0-alpha.0"
|
|
42
|
+
},
|
|
43
|
+
"revision": "blueprint-r1",
|
|
44
|
+
"roots": [
|
|
45
|
+
{
|
|
46
|
+
"authoring": {
|
|
47
|
+
"mode": "designer"
|
|
48
|
+
},
|
|
49
|
+
"bindings": {},
|
|
50
|
+
"id": "shell",
|
|
51
|
+
"properties": {},
|
|
52
|
+
"slots": {
|
|
53
|
+
"main": [
|
|
54
|
+
{
|
|
55
|
+
"authoring": {
|
|
56
|
+
"allowedBlocks": ["studio.vector/card"],
|
|
57
|
+
"mode": "structural"
|
|
58
|
+
},
|
|
59
|
+
"bindings": {},
|
|
60
|
+
"id": "region",
|
|
61
|
+
"properties": {},
|
|
62
|
+
"slots": {
|
|
63
|
+
"items": [
|
|
64
|
+
{
|
|
65
|
+
"authoring": {
|
|
66
|
+
"mode": "content"
|
|
67
|
+
},
|
|
68
|
+
"bindings": {},
|
|
69
|
+
"id": "card-1",
|
|
70
|
+
"properties": {
|
|
71
|
+
"title": "First"
|
|
72
|
+
},
|
|
73
|
+
"slots": {},
|
|
74
|
+
"type": "studio.vector/card",
|
|
75
|
+
"version": "1.0.0"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"authoring": {
|
|
79
|
+
"mode": "locked"
|
|
80
|
+
},
|
|
81
|
+
"bindings": {},
|
|
82
|
+
"id": "seal",
|
|
83
|
+
"properties": {},
|
|
84
|
+
"slots": {},
|
|
85
|
+
"type": "studio.vector/card",
|
|
86
|
+
"version": "1.0.0"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"type": "studio.vector/section",
|
|
91
|
+
"version": "1.0.0"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"side": [
|
|
95
|
+
{
|
|
96
|
+
"authoring": {
|
|
97
|
+
"mode": "designer"
|
|
98
|
+
},
|
|
99
|
+
"bindings": {},
|
|
100
|
+
"id": "fixed",
|
|
101
|
+
"properties": {},
|
|
102
|
+
"slots": {},
|
|
103
|
+
"type": "studio.vector/section",
|
|
104
|
+
"version": "1.0.0"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"type": "studio.vector/section",
|
|
109
|
+
"version": "1.0.0"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"status": "draft",
|
|
113
|
+
"version": "1.0.0"
|
|
114
|
+
},
|
|
115
|
+
"command": {
|
|
116
|
+
"artifactId": "vector.blueprint",
|
|
117
|
+
"baseStateVersion": 0,
|
|
118
|
+
"contractVersion": "0.1-draft",
|
|
119
|
+
"id": "vector.command.mode.hybrid.batch-atomic",
|
|
120
|
+
"kind": "command",
|
|
121
|
+
"payload": {
|
|
122
|
+
"operations": [
|
|
123
|
+
{
|
|
124
|
+
"payload": {
|
|
125
|
+
"destination": {
|
|
126
|
+
"parentNodeId": "region",
|
|
127
|
+
"position": 1,
|
|
128
|
+
"slot": "items"
|
|
129
|
+
},
|
|
130
|
+
"node": {
|
|
131
|
+
"authoring": {
|
|
132
|
+
"mode": "content"
|
|
133
|
+
},
|
|
134
|
+
"bindings": {},
|
|
135
|
+
"id": "card-2",
|
|
136
|
+
"properties": {},
|
|
137
|
+
"slots": {},
|
|
138
|
+
"type": "studio.vector/card",
|
|
139
|
+
"version": "1.0.0"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"type": "studio.command/insert-node"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"payload": {
|
|
146
|
+
"nodeId": "fixed"
|
|
147
|
+
},
|
|
148
|
+
"type": "studio.command/remove-node"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"sessionGeneration": "session-r1",
|
|
153
|
+
"type": "studio.command/batch"
|
|
154
|
+
},
|
|
155
|
+
"expect": {
|
|
156
|
+
"errorCode": "mode-forbidden"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractVersion": "0.1-draft",
|
|
3
|
+
"kind": "command-vector",
|
|
4
|
+
"id": "vector.command-vector.mode.hybrid.insert-allowed",
|
|
5
|
+
"description": "Hybrid composition inserts an allowed block type into a named slot of a structural region.",
|
|
6
|
+
"mode": "hybrid",
|
|
7
|
+
"initial": {
|
|
8
|
+
"contractVersion": "0.1-draft",
|
|
9
|
+
"dependencyLock": {
|
|
10
|
+
"blocks": [
|
|
11
|
+
{
|
|
12
|
+
"revision": "block-r1",
|
|
13
|
+
"type": "studio.vector/section",
|
|
14
|
+
"version": "1.0.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"revision": "block-r1",
|
|
18
|
+
"type": "studio.vector/card",
|
|
19
|
+
"version": "1.0.0"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"theme": {
|
|
23
|
+
"id": "studio.vector/theme",
|
|
24
|
+
"revision": "theme-r1",
|
|
25
|
+
"version": "1.0.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"id": "vector.blueprint",
|
|
29
|
+
"kind": "blueprint",
|
|
30
|
+
"label": {
|
|
31
|
+
"defaultMessage": "Vector Blueprint",
|
|
32
|
+
"key": "studio.vector/blueprint"
|
|
33
|
+
},
|
|
34
|
+
"model": {
|
|
35
|
+
"id": "studio.vector/model",
|
|
36
|
+
"revision": "model-r1",
|
|
37
|
+
"version": "1.0.0"
|
|
38
|
+
},
|
|
39
|
+
"owner": {
|
|
40
|
+
"id": "studio.vector/suite",
|
|
41
|
+
"version": "0.1.0-alpha.0"
|
|
42
|
+
},
|
|
43
|
+
"revision": "blueprint-r1",
|
|
44
|
+
"roots": [
|
|
45
|
+
{
|
|
46
|
+
"authoring": {
|
|
47
|
+
"mode": "designer"
|
|
48
|
+
},
|
|
49
|
+
"bindings": {},
|
|
50
|
+
"id": "shell",
|
|
51
|
+
"properties": {},
|
|
52
|
+
"slots": {
|
|
53
|
+
"main": [
|
|
54
|
+
{
|
|
55
|
+
"authoring": {
|
|
56
|
+
"allowedBlocks": ["studio.vector/card"],
|
|
57
|
+
"mode": "structural"
|
|
58
|
+
},
|
|
59
|
+
"bindings": {},
|
|
60
|
+
"id": "region",
|
|
61
|
+
"properties": {},
|
|
62
|
+
"slots": {
|
|
63
|
+
"items": [
|
|
64
|
+
{
|
|
65
|
+
"authoring": {
|
|
66
|
+
"mode": "content"
|
|
67
|
+
},
|
|
68
|
+
"bindings": {},
|
|
69
|
+
"id": "card-1",
|
|
70
|
+
"properties": {
|
|
71
|
+
"title": "First"
|
|
72
|
+
},
|
|
73
|
+
"slots": {},
|
|
74
|
+
"type": "studio.vector/card",
|
|
75
|
+
"version": "1.0.0"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"authoring": {
|
|
79
|
+
"mode": "locked"
|
|
80
|
+
},
|
|
81
|
+
"bindings": {},
|
|
82
|
+
"id": "seal",
|
|
83
|
+
"properties": {},
|
|
84
|
+
"slots": {},
|
|
85
|
+
"type": "studio.vector/card",
|
|
86
|
+
"version": "1.0.0"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"type": "studio.vector/section",
|
|
91
|
+
"version": "1.0.0"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"side": [
|
|
95
|
+
{
|
|
96
|
+
"authoring": {
|
|
97
|
+
"mode": "designer"
|
|
98
|
+
},
|
|
99
|
+
"bindings": {},
|
|
100
|
+
"id": "fixed",
|
|
101
|
+
"properties": {},
|
|
102
|
+
"slots": {},
|
|
103
|
+
"type": "studio.vector/section",
|
|
104
|
+
"version": "1.0.0"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"type": "studio.vector/section",
|
|
109
|
+
"version": "1.0.0"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"status": "draft",
|
|
113
|
+
"version": "1.0.0"
|
|
114
|
+
},
|
|
115
|
+
"command": {
|
|
116
|
+
"artifactId": "vector.blueprint",
|
|
117
|
+
"baseStateVersion": 0,
|
|
118
|
+
"contractVersion": "0.1-draft",
|
|
119
|
+
"id": "vector.command.mode.hybrid.insert-allowed",
|
|
120
|
+
"kind": "command",
|
|
121
|
+
"payload": {
|
|
122
|
+
"destination": {
|
|
123
|
+
"parentNodeId": "region",
|
|
124
|
+
"position": 1,
|
|
125
|
+
"slot": "items"
|
|
126
|
+
},
|
|
127
|
+
"node": {
|
|
128
|
+
"authoring": {
|
|
129
|
+
"mode": "content"
|
|
130
|
+
},
|
|
131
|
+
"bindings": {},
|
|
132
|
+
"id": "card-2",
|
|
133
|
+
"properties": {},
|
|
134
|
+
"slots": {},
|
|
135
|
+
"type": "studio.vector/card",
|
|
136
|
+
"version": "1.0.0"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"sessionGeneration": "session-r1",
|
|
140
|
+
"type": "studio.command/insert-node"
|
|
141
|
+
},
|
|
142
|
+
"expect": {
|
|
143
|
+
"document": {
|
|
144
|
+
"contractVersion": "0.1-draft",
|
|
145
|
+
"dependencyLock": {
|
|
146
|
+
"blocks": [
|
|
147
|
+
{
|
|
148
|
+
"revision": "block-r1",
|
|
149
|
+
"type": "studio.vector/section",
|
|
150
|
+
"version": "1.0.0"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"revision": "block-r1",
|
|
154
|
+
"type": "studio.vector/card",
|
|
155
|
+
"version": "1.0.0"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"theme": {
|
|
159
|
+
"id": "studio.vector/theme",
|
|
160
|
+
"revision": "theme-r1",
|
|
161
|
+
"version": "1.0.0"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"id": "vector.blueprint",
|
|
165
|
+
"kind": "blueprint",
|
|
166
|
+
"label": {
|
|
167
|
+
"defaultMessage": "Vector Blueprint",
|
|
168
|
+
"key": "studio.vector/blueprint"
|
|
169
|
+
},
|
|
170
|
+
"model": {
|
|
171
|
+
"id": "studio.vector/model",
|
|
172
|
+
"revision": "model-r1",
|
|
173
|
+
"version": "1.0.0"
|
|
174
|
+
},
|
|
175
|
+
"owner": {
|
|
176
|
+
"id": "studio.vector/suite",
|
|
177
|
+
"version": "0.1.0-alpha.0"
|
|
178
|
+
},
|
|
179
|
+
"revision": "blueprint-r1",
|
|
180
|
+
"roots": [
|
|
181
|
+
{
|
|
182
|
+
"authoring": {
|
|
183
|
+
"mode": "designer"
|
|
184
|
+
},
|
|
185
|
+
"bindings": {},
|
|
186
|
+
"id": "shell",
|
|
187
|
+
"properties": {},
|
|
188
|
+
"slots": {
|
|
189
|
+
"main": [
|
|
190
|
+
{
|
|
191
|
+
"authoring": {
|
|
192
|
+
"allowedBlocks": ["studio.vector/card"],
|
|
193
|
+
"mode": "structural"
|
|
194
|
+
},
|
|
195
|
+
"bindings": {},
|
|
196
|
+
"id": "region",
|
|
197
|
+
"properties": {},
|
|
198
|
+
"slots": {
|
|
199
|
+
"items": [
|
|
200
|
+
{
|
|
201
|
+
"authoring": {
|
|
202
|
+
"mode": "content"
|
|
203
|
+
},
|
|
204
|
+
"bindings": {},
|
|
205
|
+
"id": "card-1",
|
|
206
|
+
"properties": {
|
|
207
|
+
"title": "First"
|
|
208
|
+
},
|
|
209
|
+
"slots": {},
|
|
210
|
+
"type": "studio.vector/card",
|
|
211
|
+
"version": "1.0.0"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"authoring": {
|
|
215
|
+
"mode": "content"
|
|
216
|
+
},
|
|
217
|
+
"bindings": {},
|
|
218
|
+
"id": "card-2",
|
|
219
|
+
"properties": {},
|
|
220
|
+
"slots": {},
|
|
221
|
+
"type": "studio.vector/card",
|
|
222
|
+
"version": "1.0.0"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"authoring": {
|
|
226
|
+
"mode": "locked"
|
|
227
|
+
},
|
|
228
|
+
"bindings": {},
|
|
229
|
+
"id": "seal",
|
|
230
|
+
"properties": {},
|
|
231
|
+
"slots": {},
|
|
232
|
+
"type": "studio.vector/card",
|
|
233
|
+
"version": "1.0.0"
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"type": "studio.vector/section",
|
|
238
|
+
"version": "1.0.0"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"side": [
|
|
242
|
+
{
|
|
243
|
+
"authoring": {
|
|
244
|
+
"mode": "designer"
|
|
245
|
+
},
|
|
246
|
+
"bindings": {},
|
|
247
|
+
"id": "fixed",
|
|
248
|
+
"properties": {},
|
|
249
|
+
"slots": {},
|
|
250
|
+
"type": "studio.vector/section",
|
|
251
|
+
"version": "1.0.0"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"type": "studio.vector/section",
|
|
256
|
+
"version": "1.0.0"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"status": "draft",
|
|
260
|
+
"version": "1.0.0"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contractVersion": "0.1-draft",
|
|
3
|
+
"kind": "command-vector",
|
|
4
|
+
"id": "vector.command-vector.mode.hybrid.insert-designer-slot",
|
|
5
|
+
"description": "Hybrid composition is bounded to structural regions; a designer node's slot is out of bounds.",
|
|
6
|
+
"mode": "hybrid",
|
|
7
|
+
"initial": {
|
|
8
|
+
"contractVersion": "0.1-draft",
|
|
9
|
+
"dependencyLock": {
|
|
10
|
+
"blocks": [
|
|
11
|
+
{
|
|
12
|
+
"revision": "block-r1",
|
|
13
|
+
"type": "studio.vector/section",
|
|
14
|
+
"version": "1.0.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"revision": "block-r1",
|
|
18
|
+
"type": "studio.vector/card",
|
|
19
|
+
"version": "1.0.0"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"theme": {
|
|
23
|
+
"id": "studio.vector/theme",
|
|
24
|
+
"revision": "theme-r1",
|
|
25
|
+
"version": "1.0.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"id": "vector.blueprint",
|
|
29
|
+
"kind": "blueprint",
|
|
30
|
+
"label": {
|
|
31
|
+
"defaultMessage": "Vector Blueprint",
|
|
32
|
+
"key": "studio.vector/blueprint"
|
|
33
|
+
},
|
|
34
|
+
"model": {
|
|
35
|
+
"id": "studio.vector/model",
|
|
36
|
+
"revision": "model-r1",
|
|
37
|
+
"version": "1.0.0"
|
|
38
|
+
},
|
|
39
|
+
"owner": {
|
|
40
|
+
"id": "studio.vector/suite",
|
|
41
|
+
"version": "0.1.0-alpha.0"
|
|
42
|
+
},
|
|
43
|
+
"revision": "blueprint-r1",
|
|
44
|
+
"roots": [
|
|
45
|
+
{
|
|
46
|
+
"authoring": {
|
|
47
|
+
"mode": "designer"
|
|
48
|
+
},
|
|
49
|
+
"bindings": {},
|
|
50
|
+
"id": "shell",
|
|
51
|
+
"properties": {},
|
|
52
|
+
"slots": {
|
|
53
|
+
"main": [
|
|
54
|
+
{
|
|
55
|
+
"authoring": {
|
|
56
|
+
"allowedBlocks": ["studio.vector/card"],
|
|
57
|
+
"mode": "structural"
|
|
58
|
+
},
|
|
59
|
+
"bindings": {},
|
|
60
|
+
"id": "region",
|
|
61
|
+
"properties": {},
|
|
62
|
+
"slots": {
|
|
63
|
+
"items": [
|
|
64
|
+
{
|
|
65
|
+
"authoring": {
|
|
66
|
+
"mode": "content"
|
|
67
|
+
},
|
|
68
|
+
"bindings": {},
|
|
69
|
+
"id": "card-1",
|
|
70
|
+
"properties": {
|
|
71
|
+
"title": "First"
|
|
72
|
+
},
|
|
73
|
+
"slots": {},
|
|
74
|
+
"type": "studio.vector/card",
|
|
75
|
+
"version": "1.0.0"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"authoring": {
|
|
79
|
+
"mode": "locked"
|
|
80
|
+
},
|
|
81
|
+
"bindings": {},
|
|
82
|
+
"id": "seal",
|
|
83
|
+
"properties": {},
|
|
84
|
+
"slots": {},
|
|
85
|
+
"type": "studio.vector/card",
|
|
86
|
+
"version": "1.0.0"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"type": "studio.vector/section",
|
|
91
|
+
"version": "1.0.0"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"side": [
|
|
95
|
+
{
|
|
96
|
+
"authoring": {
|
|
97
|
+
"mode": "designer"
|
|
98
|
+
},
|
|
99
|
+
"bindings": {},
|
|
100
|
+
"id": "fixed",
|
|
101
|
+
"properties": {},
|
|
102
|
+
"slots": {},
|
|
103
|
+
"type": "studio.vector/section",
|
|
104
|
+
"version": "1.0.0"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"type": "studio.vector/section",
|
|
109
|
+
"version": "1.0.0"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"status": "draft",
|
|
113
|
+
"version": "1.0.0"
|
|
114
|
+
},
|
|
115
|
+
"command": {
|
|
116
|
+
"artifactId": "vector.blueprint",
|
|
117
|
+
"baseStateVersion": 0,
|
|
118
|
+
"contractVersion": "0.1-draft",
|
|
119
|
+
"id": "vector.command.mode.hybrid.insert-designer-slot",
|
|
120
|
+
"kind": "command",
|
|
121
|
+
"payload": {
|
|
122
|
+
"destination": {
|
|
123
|
+
"parentNodeId": "shell",
|
|
124
|
+
"position": 0,
|
|
125
|
+
"slot": "side"
|
|
126
|
+
},
|
|
127
|
+
"node": {
|
|
128
|
+
"authoring": {
|
|
129
|
+
"mode": "content"
|
|
130
|
+
},
|
|
131
|
+
"bindings": {},
|
|
132
|
+
"id": "card-2",
|
|
133
|
+
"properties": {},
|
|
134
|
+
"slots": {},
|
|
135
|
+
"type": "studio.vector/card",
|
|
136
|
+
"version": "1.0.0"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"sessionGeneration": "session-r1",
|
|
140
|
+
"type": "studio.command/insert-node"
|
|
141
|
+
},
|
|
142
|
+
"expect": {
|
|
143
|
+
"errorCode": "mode-forbidden"
|
|
144
|
+
}
|
|
145
|
+
}
|