@uniformdev/mesh-sdk 19.199.0 → 19.199.1-alpha.10
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/dist/index.d.mts +156 -0
- package/dist/index.d.ts +156 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -54,6 +54,12 @@ interface paths$1 {
|
|
|
54
54
|
locations?: {
|
|
55
55
|
[key: string]: {
|
|
56
56
|
url: string;
|
|
57
|
+
layout?: {
|
|
58
|
+
/** @enum {string} */
|
|
59
|
+
height?: "full-height";
|
|
60
|
+
/** @enum {string} */
|
|
61
|
+
width?: "wide";
|
|
62
|
+
};
|
|
57
63
|
};
|
|
58
64
|
};
|
|
59
65
|
};
|
|
@@ -66,11 +72,23 @@ interface paths$1 {
|
|
|
66
72
|
configurationLocations?: {
|
|
67
73
|
[key: string]: {
|
|
68
74
|
url: string;
|
|
75
|
+
layout?: {
|
|
76
|
+
/** @enum {string} */
|
|
77
|
+
height?: "full-height";
|
|
78
|
+
/** @enum {string} */
|
|
79
|
+
width?: "wide";
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
};
|
|
71
83
|
editorLocations?: {
|
|
72
84
|
[key: string]: {
|
|
73
85
|
url: string;
|
|
86
|
+
layout?: {
|
|
87
|
+
/** @enum {string} */
|
|
88
|
+
height?: "full-height";
|
|
89
|
+
/** @enum {string} */
|
|
90
|
+
width?: "wide";
|
|
91
|
+
};
|
|
74
92
|
};
|
|
75
93
|
};
|
|
76
94
|
renderableInPropertyPanel?: boolean;
|
|
@@ -104,6 +122,12 @@ interface paths$1 {
|
|
|
104
122
|
dataSourceEditorLocations?: {
|
|
105
123
|
[key: string]: {
|
|
106
124
|
url: string;
|
|
125
|
+
layout?: {
|
|
126
|
+
/** @enum {string} */
|
|
127
|
+
height?: "full-height";
|
|
128
|
+
/** @enum {string} */
|
|
129
|
+
width?: "wide";
|
|
130
|
+
};
|
|
107
131
|
};
|
|
108
132
|
};
|
|
109
133
|
dataArchetypes?: {
|
|
@@ -113,12 +137,24 @@ interface paths$1 {
|
|
|
113
137
|
typeEditorLocations?: {
|
|
114
138
|
[key: string]: {
|
|
115
139
|
url: string;
|
|
140
|
+
layout?: {
|
|
141
|
+
/** @enum {string} */
|
|
142
|
+
height?: "full-height";
|
|
143
|
+
/** @enum {string} */
|
|
144
|
+
width?: "wide";
|
|
145
|
+
};
|
|
116
146
|
};
|
|
117
147
|
};
|
|
118
148
|
dataEditorUrl?: string;
|
|
119
149
|
dataEditorUrlLocations?: {
|
|
120
150
|
[key: string]: {
|
|
121
151
|
url: string;
|
|
152
|
+
layout?: {
|
|
153
|
+
/** @enum {string} */
|
|
154
|
+
height?: "full-height";
|
|
155
|
+
/** @enum {string} */
|
|
156
|
+
width?: "wide";
|
|
157
|
+
};
|
|
122
158
|
};
|
|
123
159
|
};
|
|
124
160
|
embeddedEditor?: string;
|
|
@@ -132,6 +168,12 @@ interface paths$1 {
|
|
|
132
168
|
assetLibraryLocations?: {
|
|
133
169
|
[key: string]: {
|
|
134
170
|
url: string;
|
|
171
|
+
layout?: {
|
|
172
|
+
/** @enum {string} */
|
|
173
|
+
height?: "full-height";
|
|
174
|
+
/** @enum {string} */
|
|
175
|
+
width?: "wide";
|
|
176
|
+
};
|
|
135
177
|
};
|
|
136
178
|
};
|
|
137
179
|
unstable_dynamicAssets?: {
|
|
@@ -240,6 +282,12 @@ interface paths$1 {
|
|
|
240
282
|
locations?: {
|
|
241
283
|
[key: string]: {
|
|
242
284
|
url: string;
|
|
285
|
+
layout?: {
|
|
286
|
+
/** @enum {string} */
|
|
287
|
+
height?: "full-height";
|
|
288
|
+
/** @enum {string} */
|
|
289
|
+
width?: "wide";
|
|
290
|
+
};
|
|
243
291
|
};
|
|
244
292
|
};
|
|
245
293
|
};
|
|
@@ -252,11 +300,23 @@ interface paths$1 {
|
|
|
252
300
|
configurationLocations?: {
|
|
253
301
|
[key: string]: {
|
|
254
302
|
url: string;
|
|
303
|
+
layout?: {
|
|
304
|
+
/** @enum {string} */
|
|
305
|
+
height?: "full-height";
|
|
306
|
+
/** @enum {string} */
|
|
307
|
+
width?: "wide";
|
|
308
|
+
};
|
|
255
309
|
};
|
|
256
310
|
};
|
|
257
311
|
editorLocations?: {
|
|
258
312
|
[key: string]: {
|
|
259
313
|
url: string;
|
|
314
|
+
layout?: {
|
|
315
|
+
/** @enum {string} */
|
|
316
|
+
height?: "full-height";
|
|
317
|
+
/** @enum {string} */
|
|
318
|
+
width?: "wide";
|
|
319
|
+
};
|
|
260
320
|
};
|
|
261
321
|
};
|
|
262
322
|
renderableInPropertyPanel?: boolean;
|
|
@@ -290,6 +350,12 @@ interface paths$1 {
|
|
|
290
350
|
dataSourceEditorLocations?: {
|
|
291
351
|
[key: string]: {
|
|
292
352
|
url: string;
|
|
353
|
+
layout?: {
|
|
354
|
+
/** @enum {string} */
|
|
355
|
+
height?: "full-height";
|
|
356
|
+
/** @enum {string} */
|
|
357
|
+
width?: "wide";
|
|
358
|
+
};
|
|
293
359
|
};
|
|
294
360
|
};
|
|
295
361
|
dataArchetypes?: {
|
|
@@ -299,12 +365,24 @@ interface paths$1 {
|
|
|
299
365
|
typeEditorLocations?: {
|
|
300
366
|
[key: string]: {
|
|
301
367
|
url: string;
|
|
368
|
+
layout?: {
|
|
369
|
+
/** @enum {string} */
|
|
370
|
+
height?: "full-height";
|
|
371
|
+
/** @enum {string} */
|
|
372
|
+
width?: "wide";
|
|
373
|
+
};
|
|
302
374
|
};
|
|
303
375
|
};
|
|
304
376
|
dataEditorUrl?: string;
|
|
305
377
|
dataEditorUrlLocations?: {
|
|
306
378
|
[key: string]: {
|
|
307
379
|
url: string;
|
|
380
|
+
layout?: {
|
|
381
|
+
/** @enum {string} */
|
|
382
|
+
height?: "full-height";
|
|
383
|
+
/** @enum {string} */
|
|
384
|
+
width?: "wide";
|
|
385
|
+
};
|
|
308
386
|
};
|
|
309
387
|
};
|
|
310
388
|
embeddedEditor?: string;
|
|
@@ -318,6 +396,12 @@ interface paths$1 {
|
|
|
318
396
|
assetLibraryLocations?: {
|
|
319
397
|
[key: string]: {
|
|
320
398
|
url: string;
|
|
399
|
+
layout?: {
|
|
400
|
+
/** @enum {string} */
|
|
401
|
+
height?: "full-height";
|
|
402
|
+
/** @enum {string} */
|
|
403
|
+
width?: "wide";
|
|
404
|
+
};
|
|
321
405
|
};
|
|
322
406
|
};
|
|
323
407
|
unstable_dynamicAssets?: {
|
|
@@ -411,6 +495,12 @@ interface paths$1 {
|
|
|
411
495
|
locations?: {
|
|
412
496
|
[key: string]: {
|
|
413
497
|
url: string;
|
|
498
|
+
layout?: {
|
|
499
|
+
/** @enum {string} */
|
|
500
|
+
height?: "full-height";
|
|
501
|
+
/** @enum {string} */
|
|
502
|
+
width?: "wide";
|
|
503
|
+
};
|
|
414
504
|
};
|
|
415
505
|
};
|
|
416
506
|
};
|
|
@@ -423,11 +513,23 @@ interface paths$1 {
|
|
|
423
513
|
configurationLocations?: {
|
|
424
514
|
[key: string]: {
|
|
425
515
|
url: string;
|
|
516
|
+
layout?: {
|
|
517
|
+
/** @enum {string} */
|
|
518
|
+
height?: "full-height";
|
|
519
|
+
/** @enum {string} */
|
|
520
|
+
width?: "wide";
|
|
521
|
+
};
|
|
426
522
|
};
|
|
427
523
|
};
|
|
428
524
|
editorLocations?: {
|
|
429
525
|
[key: string]: {
|
|
430
526
|
url: string;
|
|
527
|
+
layout?: {
|
|
528
|
+
/** @enum {string} */
|
|
529
|
+
height?: "full-height";
|
|
530
|
+
/** @enum {string} */
|
|
531
|
+
width?: "wide";
|
|
532
|
+
};
|
|
431
533
|
};
|
|
432
534
|
};
|
|
433
535
|
renderableInPropertyPanel?: boolean;
|
|
@@ -461,6 +563,12 @@ interface paths$1 {
|
|
|
461
563
|
dataSourceEditorLocations?: {
|
|
462
564
|
[key: string]: {
|
|
463
565
|
url: string;
|
|
566
|
+
layout?: {
|
|
567
|
+
/** @enum {string} */
|
|
568
|
+
height?: "full-height";
|
|
569
|
+
/** @enum {string} */
|
|
570
|
+
width?: "wide";
|
|
571
|
+
};
|
|
464
572
|
};
|
|
465
573
|
};
|
|
466
574
|
dataArchetypes?: {
|
|
@@ -470,12 +578,24 @@ interface paths$1 {
|
|
|
470
578
|
typeEditorLocations?: {
|
|
471
579
|
[key: string]: {
|
|
472
580
|
url: string;
|
|
581
|
+
layout?: {
|
|
582
|
+
/** @enum {string} */
|
|
583
|
+
height?: "full-height";
|
|
584
|
+
/** @enum {string} */
|
|
585
|
+
width?: "wide";
|
|
586
|
+
};
|
|
473
587
|
};
|
|
474
588
|
};
|
|
475
589
|
dataEditorUrl?: string;
|
|
476
590
|
dataEditorUrlLocations?: {
|
|
477
591
|
[key: string]: {
|
|
478
592
|
url: string;
|
|
593
|
+
layout?: {
|
|
594
|
+
/** @enum {string} */
|
|
595
|
+
height?: "full-height";
|
|
596
|
+
/** @enum {string} */
|
|
597
|
+
width?: "wide";
|
|
598
|
+
};
|
|
479
599
|
};
|
|
480
600
|
};
|
|
481
601
|
embeddedEditor?: string;
|
|
@@ -489,6 +609,12 @@ interface paths$1 {
|
|
|
489
609
|
assetLibraryLocations?: {
|
|
490
610
|
[key: string]: {
|
|
491
611
|
url: string;
|
|
612
|
+
layout?: {
|
|
613
|
+
/** @enum {string} */
|
|
614
|
+
height?: "full-height";
|
|
615
|
+
/** @enum {string} */
|
|
616
|
+
width?: "wide";
|
|
617
|
+
};
|
|
492
618
|
};
|
|
493
619
|
};
|
|
494
620
|
unstable_dynamicAssets?: {
|
|
@@ -947,6 +1073,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
947
1073
|
locations?: {
|
|
948
1074
|
[key: string]: {
|
|
949
1075
|
url: string;
|
|
1076
|
+
layout?: {
|
|
1077
|
+
height?: "full-height";
|
|
1078
|
+
width?: "wide";
|
|
1079
|
+
};
|
|
950
1080
|
};
|
|
951
1081
|
};
|
|
952
1082
|
};
|
|
@@ -959,11 +1089,19 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
959
1089
|
configurationLocations?: {
|
|
960
1090
|
[key: string]: {
|
|
961
1091
|
url: string;
|
|
1092
|
+
layout?: {
|
|
1093
|
+
height?: "full-height";
|
|
1094
|
+
width?: "wide";
|
|
1095
|
+
};
|
|
962
1096
|
};
|
|
963
1097
|
};
|
|
964
1098
|
editorLocations?: {
|
|
965
1099
|
[key: string]: {
|
|
966
1100
|
url: string;
|
|
1101
|
+
layout?: {
|
|
1102
|
+
height?: "full-height";
|
|
1103
|
+
width?: "wide";
|
|
1104
|
+
};
|
|
967
1105
|
};
|
|
968
1106
|
};
|
|
969
1107
|
renderableInPropertyPanel?: boolean;
|
|
@@ -996,6 +1134,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
996
1134
|
dataSourceEditorLocations?: {
|
|
997
1135
|
[key: string]: {
|
|
998
1136
|
url: string;
|
|
1137
|
+
layout?: {
|
|
1138
|
+
height?: "full-height";
|
|
1139
|
+
width?: "wide";
|
|
1140
|
+
};
|
|
999
1141
|
};
|
|
1000
1142
|
};
|
|
1001
1143
|
dataArchetypes?: {
|
|
@@ -1005,12 +1147,20 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1005
1147
|
typeEditorLocations?: {
|
|
1006
1148
|
[key: string]: {
|
|
1007
1149
|
url: string;
|
|
1150
|
+
layout?: {
|
|
1151
|
+
height?: "full-height";
|
|
1152
|
+
width?: "wide";
|
|
1153
|
+
};
|
|
1008
1154
|
};
|
|
1009
1155
|
};
|
|
1010
1156
|
dataEditorUrl?: string;
|
|
1011
1157
|
dataEditorUrlLocations?: {
|
|
1012
1158
|
[key: string]: {
|
|
1013
1159
|
url: string;
|
|
1160
|
+
layout?: {
|
|
1161
|
+
height?: "full-height";
|
|
1162
|
+
width?: "wide";
|
|
1163
|
+
};
|
|
1014
1164
|
};
|
|
1015
1165
|
};
|
|
1016
1166
|
embeddedEditor?: string;
|
|
@@ -1024,6 +1174,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1024
1174
|
assetLibraryLocations?: {
|
|
1025
1175
|
[key: string]: {
|
|
1026
1176
|
url: string;
|
|
1177
|
+
layout?: {
|
|
1178
|
+
height?: "full-height";
|
|
1179
|
+
width?: "wide";
|
|
1180
|
+
};
|
|
1027
1181
|
};
|
|
1028
1182
|
};
|
|
1029
1183
|
unstable_dynamicAssets?: {
|
|
@@ -1519,6 +1673,8 @@ type MeshLocationUserPermissions =
|
|
|
1519
1673
|
| 'COMPOSITIONS_MANAGE_SCHEMA'
|
|
1520
1674
|
/** UTM Mapper:Read|Read UTM mapper configuration */
|
|
1521
1675
|
| 'UTM_MAPPER_READ'
|
|
1676
|
+
/** UTM Mapper:Read|Create, update and delete UTM mapper configuration */
|
|
1677
|
+
| 'UTM_MAPPER_WRITE'
|
|
1522
1678
|
/** Uniform Canvas:Releases:Launch|Launch a release */
|
|
1523
1679
|
| 'RELEASES_LAUNCH'
|
|
1524
1680
|
/** Uniform Canvas:Releases:Create */
|
package/dist/index.d.ts
CHANGED
|
@@ -54,6 +54,12 @@ interface paths$1 {
|
|
|
54
54
|
locations?: {
|
|
55
55
|
[key: string]: {
|
|
56
56
|
url: string;
|
|
57
|
+
layout?: {
|
|
58
|
+
/** @enum {string} */
|
|
59
|
+
height?: "full-height";
|
|
60
|
+
/** @enum {string} */
|
|
61
|
+
width?: "wide";
|
|
62
|
+
};
|
|
57
63
|
};
|
|
58
64
|
};
|
|
59
65
|
};
|
|
@@ -66,11 +72,23 @@ interface paths$1 {
|
|
|
66
72
|
configurationLocations?: {
|
|
67
73
|
[key: string]: {
|
|
68
74
|
url: string;
|
|
75
|
+
layout?: {
|
|
76
|
+
/** @enum {string} */
|
|
77
|
+
height?: "full-height";
|
|
78
|
+
/** @enum {string} */
|
|
79
|
+
width?: "wide";
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
};
|
|
71
83
|
editorLocations?: {
|
|
72
84
|
[key: string]: {
|
|
73
85
|
url: string;
|
|
86
|
+
layout?: {
|
|
87
|
+
/** @enum {string} */
|
|
88
|
+
height?: "full-height";
|
|
89
|
+
/** @enum {string} */
|
|
90
|
+
width?: "wide";
|
|
91
|
+
};
|
|
74
92
|
};
|
|
75
93
|
};
|
|
76
94
|
renderableInPropertyPanel?: boolean;
|
|
@@ -104,6 +122,12 @@ interface paths$1 {
|
|
|
104
122
|
dataSourceEditorLocations?: {
|
|
105
123
|
[key: string]: {
|
|
106
124
|
url: string;
|
|
125
|
+
layout?: {
|
|
126
|
+
/** @enum {string} */
|
|
127
|
+
height?: "full-height";
|
|
128
|
+
/** @enum {string} */
|
|
129
|
+
width?: "wide";
|
|
130
|
+
};
|
|
107
131
|
};
|
|
108
132
|
};
|
|
109
133
|
dataArchetypes?: {
|
|
@@ -113,12 +137,24 @@ interface paths$1 {
|
|
|
113
137
|
typeEditorLocations?: {
|
|
114
138
|
[key: string]: {
|
|
115
139
|
url: string;
|
|
140
|
+
layout?: {
|
|
141
|
+
/** @enum {string} */
|
|
142
|
+
height?: "full-height";
|
|
143
|
+
/** @enum {string} */
|
|
144
|
+
width?: "wide";
|
|
145
|
+
};
|
|
116
146
|
};
|
|
117
147
|
};
|
|
118
148
|
dataEditorUrl?: string;
|
|
119
149
|
dataEditorUrlLocations?: {
|
|
120
150
|
[key: string]: {
|
|
121
151
|
url: string;
|
|
152
|
+
layout?: {
|
|
153
|
+
/** @enum {string} */
|
|
154
|
+
height?: "full-height";
|
|
155
|
+
/** @enum {string} */
|
|
156
|
+
width?: "wide";
|
|
157
|
+
};
|
|
122
158
|
};
|
|
123
159
|
};
|
|
124
160
|
embeddedEditor?: string;
|
|
@@ -132,6 +168,12 @@ interface paths$1 {
|
|
|
132
168
|
assetLibraryLocations?: {
|
|
133
169
|
[key: string]: {
|
|
134
170
|
url: string;
|
|
171
|
+
layout?: {
|
|
172
|
+
/** @enum {string} */
|
|
173
|
+
height?: "full-height";
|
|
174
|
+
/** @enum {string} */
|
|
175
|
+
width?: "wide";
|
|
176
|
+
};
|
|
135
177
|
};
|
|
136
178
|
};
|
|
137
179
|
unstable_dynamicAssets?: {
|
|
@@ -240,6 +282,12 @@ interface paths$1 {
|
|
|
240
282
|
locations?: {
|
|
241
283
|
[key: string]: {
|
|
242
284
|
url: string;
|
|
285
|
+
layout?: {
|
|
286
|
+
/** @enum {string} */
|
|
287
|
+
height?: "full-height";
|
|
288
|
+
/** @enum {string} */
|
|
289
|
+
width?: "wide";
|
|
290
|
+
};
|
|
243
291
|
};
|
|
244
292
|
};
|
|
245
293
|
};
|
|
@@ -252,11 +300,23 @@ interface paths$1 {
|
|
|
252
300
|
configurationLocations?: {
|
|
253
301
|
[key: string]: {
|
|
254
302
|
url: string;
|
|
303
|
+
layout?: {
|
|
304
|
+
/** @enum {string} */
|
|
305
|
+
height?: "full-height";
|
|
306
|
+
/** @enum {string} */
|
|
307
|
+
width?: "wide";
|
|
308
|
+
};
|
|
255
309
|
};
|
|
256
310
|
};
|
|
257
311
|
editorLocations?: {
|
|
258
312
|
[key: string]: {
|
|
259
313
|
url: string;
|
|
314
|
+
layout?: {
|
|
315
|
+
/** @enum {string} */
|
|
316
|
+
height?: "full-height";
|
|
317
|
+
/** @enum {string} */
|
|
318
|
+
width?: "wide";
|
|
319
|
+
};
|
|
260
320
|
};
|
|
261
321
|
};
|
|
262
322
|
renderableInPropertyPanel?: boolean;
|
|
@@ -290,6 +350,12 @@ interface paths$1 {
|
|
|
290
350
|
dataSourceEditorLocations?: {
|
|
291
351
|
[key: string]: {
|
|
292
352
|
url: string;
|
|
353
|
+
layout?: {
|
|
354
|
+
/** @enum {string} */
|
|
355
|
+
height?: "full-height";
|
|
356
|
+
/** @enum {string} */
|
|
357
|
+
width?: "wide";
|
|
358
|
+
};
|
|
293
359
|
};
|
|
294
360
|
};
|
|
295
361
|
dataArchetypes?: {
|
|
@@ -299,12 +365,24 @@ interface paths$1 {
|
|
|
299
365
|
typeEditorLocations?: {
|
|
300
366
|
[key: string]: {
|
|
301
367
|
url: string;
|
|
368
|
+
layout?: {
|
|
369
|
+
/** @enum {string} */
|
|
370
|
+
height?: "full-height";
|
|
371
|
+
/** @enum {string} */
|
|
372
|
+
width?: "wide";
|
|
373
|
+
};
|
|
302
374
|
};
|
|
303
375
|
};
|
|
304
376
|
dataEditorUrl?: string;
|
|
305
377
|
dataEditorUrlLocations?: {
|
|
306
378
|
[key: string]: {
|
|
307
379
|
url: string;
|
|
380
|
+
layout?: {
|
|
381
|
+
/** @enum {string} */
|
|
382
|
+
height?: "full-height";
|
|
383
|
+
/** @enum {string} */
|
|
384
|
+
width?: "wide";
|
|
385
|
+
};
|
|
308
386
|
};
|
|
309
387
|
};
|
|
310
388
|
embeddedEditor?: string;
|
|
@@ -318,6 +396,12 @@ interface paths$1 {
|
|
|
318
396
|
assetLibraryLocations?: {
|
|
319
397
|
[key: string]: {
|
|
320
398
|
url: string;
|
|
399
|
+
layout?: {
|
|
400
|
+
/** @enum {string} */
|
|
401
|
+
height?: "full-height";
|
|
402
|
+
/** @enum {string} */
|
|
403
|
+
width?: "wide";
|
|
404
|
+
};
|
|
321
405
|
};
|
|
322
406
|
};
|
|
323
407
|
unstable_dynamicAssets?: {
|
|
@@ -411,6 +495,12 @@ interface paths$1 {
|
|
|
411
495
|
locations?: {
|
|
412
496
|
[key: string]: {
|
|
413
497
|
url: string;
|
|
498
|
+
layout?: {
|
|
499
|
+
/** @enum {string} */
|
|
500
|
+
height?: "full-height";
|
|
501
|
+
/** @enum {string} */
|
|
502
|
+
width?: "wide";
|
|
503
|
+
};
|
|
414
504
|
};
|
|
415
505
|
};
|
|
416
506
|
};
|
|
@@ -423,11 +513,23 @@ interface paths$1 {
|
|
|
423
513
|
configurationLocations?: {
|
|
424
514
|
[key: string]: {
|
|
425
515
|
url: string;
|
|
516
|
+
layout?: {
|
|
517
|
+
/** @enum {string} */
|
|
518
|
+
height?: "full-height";
|
|
519
|
+
/** @enum {string} */
|
|
520
|
+
width?: "wide";
|
|
521
|
+
};
|
|
426
522
|
};
|
|
427
523
|
};
|
|
428
524
|
editorLocations?: {
|
|
429
525
|
[key: string]: {
|
|
430
526
|
url: string;
|
|
527
|
+
layout?: {
|
|
528
|
+
/** @enum {string} */
|
|
529
|
+
height?: "full-height";
|
|
530
|
+
/** @enum {string} */
|
|
531
|
+
width?: "wide";
|
|
532
|
+
};
|
|
431
533
|
};
|
|
432
534
|
};
|
|
433
535
|
renderableInPropertyPanel?: boolean;
|
|
@@ -461,6 +563,12 @@ interface paths$1 {
|
|
|
461
563
|
dataSourceEditorLocations?: {
|
|
462
564
|
[key: string]: {
|
|
463
565
|
url: string;
|
|
566
|
+
layout?: {
|
|
567
|
+
/** @enum {string} */
|
|
568
|
+
height?: "full-height";
|
|
569
|
+
/** @enum {string} */
|
|
570
|
+
width?: "wide";
|
|
571
|
+
};
|
|
464
572
|
};
|
|
465
573
|
};
|
|
466
574
|
dataArchetypes?: {
|
|
@@ -470,12 +578,24 @@ interface paths$1 {
|
|
|
470
578
|
typeEditorLocations?: {
|
|
471
579
|
[key: string]: {
|
|
472
580
|
url: string;
|
|
581
|
+
layout?: {
|
|
582
|
+
/** @enum {string} */
|
|
583
|
+
height?: "full-height";
|
|
584
|
+
/** @enum {string} */
|
|
585
|
+
width?: "wide";
|
|
586
|
+
};
|
|
473
587
|
};
|
|
474
588
|
};
|
|
475
589
|
dataEditorUrl?: string;
|
|
476
590
|
dataEditorUrlLocations?: {
|
|
477
591
|
[key: string]: {
|
|
478
592
|
url: string;
|
|
593
|
+
layout?: {
|
|
594
|
+
/** @enum {string} */
|
|
595
|
+
height?: "full-height";
|
|
596
|
+
/** @enum {string} */
|
|
597
|
+
width?: "wide";
|
|
598
|
+
};
|
|
479
599
|
};
|
|
480
600
|
};
|
|
481
601
|
embeddedEditor?: string;
|
|
@@ -489,6 +609,12 @@ interface paths$1 {
|
|
|
489
609
|
assetLibraryLocations?: {
|
|
490
610
|
[key: string]: {
|
|
491
611
|
url: string;
|
|
612
|
+
layout?: {
|
|
613
|
+
/** @enum {string} */
|
|
614
|
+
height?: "full-height";
|
|
615
|
+
/** @enum {string} */
|
|
616
|
+
width?: "wide";
|
|
617
|
+
};
|
|
492
618
|
};
|
|
493
619
|
};
|
|
494
620
|
unstable_dynamicAssets?: {
|
|
@@ -947,6 +1073,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
947
1073
|
locations?: {
|
|
948
1074
|
[key: string]: {
|
|
949
1075
|
url: string;
|
|
1076
|
+
layout?: {
|
|
1077
|
+
height?: "full-height";
|
|
1078
|
+
width?: "wide";
|
|
1079
|
+
};
|
|
950
1080
|
};
|
|
951
1081
|
};
|
|
952
1082
|
};
|
|
@@ -959,11 +1089,19 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
959
1089
|
configurationLocations?: {
|
|
960
1090
|
[key: string]: {
|
|
961
1091
|
url: string;
|
|
1092
|
+
layout?: {
|
|
1093
|
+
height?: "full-height";
|
|
1094
|
+
width?: "wide";
|
|
1095
|
+
};
|
|
962
1096
|
};
|
|
963
1097
|
};
|
|
964
1098
|
editorLocations?: {
|
|
965
1099
|
[key: string]: {
|
|
966
1100
|
url: string;
|
|
1101
|
+
layout?: {
|
|
1102
|
+
height?: "full-height";
|
|
1103
|
+
width?: "wide";
|
|
1104
|
+
};
|
|
967
1105
|
};
|
|
968
1106
|
};
|
|
969
1107
|
renderableInPropertyPanel?: boolean;
|
|
@@ -996,6 +1134,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
996
1134
|
dataSourceEditorLocations?: {
|
|
997
1135
|
[key: string]: {
|
|
998
1136
|
url: string;
|
|
1137
|
+
layout?: {
|
|
1138
|
+
height?: "full-height";
|
|
1139
|
+
width?: "wide";
|
|
1140
|
+
};
|
|
999
1141
|
};
|
|
1000
1142
|
};
|
|
1001
1143
|
dataArchetypes?: {
|
|
@@ -1005,12 +1147,20 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1005
1147
|
typeEditorLocations?: {
|
|
1006
1148
|
[key: string]: {
|
|
1007
1149
|
url: string;
|
|
1150
|
+
layout?: {
|
|
1151
|
+
height?: "full-height";
|
|
1152
|
+
width?: "wide";
|
|
1153
|
+
};
|
|
1008
1154
|
};
|
|
1009
1155
|
};
|
|
1010
1156
|
dataEditorUrl?: string;
|
|
1011
1157
|
dataEditorUrlLocations?: {
|
|
1012
1158
|
[key: string]: {
|
|
1013
1159
|
url: string;
|
|
1160
|
+
layout?: {
|
|
1161
|
+
height?: "full-height";
|
|
1162
|
+
width?: "wide";
|
|
1163
|
+
};
|
|
1014
1164
|
};
|
|
1015
1165
|
};
|
|
1016
1166
|
embeddedEditor?: string;
|
|
@@ -1024,6 +1174,10 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1024
1174
|
assetLibraryLocations?: {
|
|
1025
1175
|
[key: string]: {
|
|
1026
1176
|
url: string;
|
|
1177
|
+
layout?: {
|
|
1178
|
+
height?: "full-height";
|
|
1179
|
+
width?: "wide";
|
|
1180
|
+
};
|
|
1027
1181
|
};
|
|
1028
1182
|
};
|
|
1029
1183
|
unstable_dynamicAssets?: {
|
|
@@ -1519,6 +1673,8 @@ type MeshLocationUserPermissions =
|
|
|
1519
1673
|
| 'COMPOSITIONS_MANAGE_SCHEMA'
|
|
1520
1674
|
/** UTM Mapper:Read|Read UTM mapper configuration */
|
|
1521
1675
|
| 'UTM_MAPPER_READ'
|
|
1676
|
+
/** UTM Mapper:Read|Create, update and delete UTM mapper configuration */
|
|
1677
|
+
| 'UTM_MAPPER_WRITE'
|
|
1522
1678
|
/** Uniform Canvas:Releases:Launch|Launch a release */
|
|
1523
1679
|
| 'RELEASES_LAUNCH'
|
|
1524
1680
|
/** Uniform Canvas:Releases:Create */
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "19.199.
|
|
3
|
+
"version": "19.199.1-alpha.10+7f62130189",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/canvas": "19.199.
|
|
38
|
-
"@uniformdev/context": "19.199.
|
|
39
|
-
"@uniformdev/project-map": "19.199.
|
|
37
|
+
"@uniformdev/canvas": "19.199.1-alpha.10+7f62130189",
|
|
38
|
+
"@uniformdev/context": "19.199.1-alpha.10+7f62130189",
|
|
39
|
+
"@uniformdev/project-map": "19.199.1-alpha.10+7f62130189",
|
|
40
40
|
"imagesloaded": "^5.0.0",
|
|
41
41
|
"mitt": "^3.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/imagesloaded": "^4.1.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7f62130189d43f7ecaaed0a41c929e5c166860d2"
|
|
47
47
|
}
|