@uniformdev/mesh-sdk 20.25.2-alpha.3 → 20.26.1-alpha.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/dist/index.d.mts +28 -4
- package/dist/index.d.ts +28 -4
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -113,7 +113,13 @@ interface paths$1 {
|
|
|
113
113
|
entryPattern?: {
|
|
114
114
|
url: string;
|
|
115
115
|
};
|
|
116
|
-
}
|
|
116
|
+
} | {
|
|
117
|
+
id: string;
|
|
118
|
+
name: string;
|
|
119
|
+
url: string;
|
|
120
|
+
iconUrl?: string;
|
|
121
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
122
|
+
}[];
|
|
117
123
|
personalization?: {
|
|
118
124
|
selectionAlgorithms?: {
|
|
119
125
|
[key: string]: {
|
|
@@ -385,7 +391,13 @@ interface paths$1 {
|
|
|
385
391
|
entryPattern?: {
|
|
386
392
|
url: string;
|
|
387
393
|
};
|
|
388
|
-
}
|
|
394
|
+
} | {
|
|
395
|
+
id: string;
|
|
396
|
+
name: string;
|
|
397
|
+
url: string;
|
|
398
|
+
iconUrl?: string;
|
|
399
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
400
|
+
}[];
|
|
389
401
|
personalization?: {
|
|
390
402
|
selectionAlgorithms?: {
|
|
391
403
|
[key: string]: {
|
|
@@ -642,7 +654,13 @@ interface paths$1 {
|
|
|
642
654
|
entryPattern?: {
|
|
643
655
|
url: string;
|
|
644
656
|
};
|
|
645
|
-
}
|
|
657
|
+
} | {
|
|
658
|
+
id: string;
|
|
659
|
+
name: string;
|
|
660
|
+
url: string;
|
|
661
|
+
iconUrl?: string;
|
|
662
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
663
|
+
}[];
|
|
646
664
|
personalization?: {
|
|
647
665
|
selectionAlgorithms?: {
|
|
648
666
|
[key: string]: {
|
|
@@ -1257,7 +1275,13 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1257
1275
|
entryPattern?: {
|
|
1258
1276
|
url: string;
|
|
1259
1277
|
};
|
|
1260
|
-
}
|
|
1278
|
+
} | {
|
|
1279
|
+
id: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
url: string;
|
|
1282
|
+
iconUrl?: string;
|
|
1283
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
1284
|
+
}[];
|
|
1261
1285
|
personalization?: {
|
|
1262
1286
|
selectionAlgorithms?: {
|
|
1263
1287
|
[key: string]: {
|
package/dist/index.d.ts
CHANGED
|
@@ -113,7 +113,13 @@ interface paths$1 {
|
|
|
113
113
|
entryPattern?: {
|
|
114
114
|
url: string;
|
|
115
115
|
};
|
|
116
|
-
}
|
|
116
|
+
} | {
|
|
117
|
+
id: string;
|
|
118
|
+
name: string;
|
|
119
|
+
url: string;
|
|
120
|
+
iconUrl?: string;
|
|
121
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
122
|
+
}[];
|
|
117
123
|
personalization?: {
|
|
118
124
|
selectionAlgorithms?: {
|
|
119
125
|
[key: string]: {
|
|
@@ -385,7 +391,13 @@ interface paths$1 {
|
|
|
385
391
|
entryPattern?: {
|
|
386
392
|
url: string;
|
|
387
393
|
};
|
|
388
|
-
}
|
|
394
|
+
} | {
|
|
395
|
+
id: string;
|
|
396
|
+
name: string;
|
|
397
|
+
url: string;
|
|
398
|
+
iconUrl?: string;
|
|
399
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
400
|
+
}[];
|
|
389
401
|
personalization?: {
|
|
390
402
|
selectionAlgorithms?: {
|
|
391
403
|
[key: string]: {
|
|
@@ -642,7 +654,13 @@ interface paths$1 {
|
|
|
642
654
|
entryPattern?: {
|
|
643
655
|
url: string;
|
|
644
656
|
};
|
|
645
|
-
}
|
|
657
|
+
} | {
|
|
658
|
+
id: string;
|
|
659
|
+
name: string;
|
|
660
|
+
url: string;
|
|
661
|
+
iconUrl?: string;
|
|
662
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
663
|
+
}[];
|
|
646
664
|
personalization?: {
|
|
647
665
|
selectionAlgorithms?: {
|
|
648
666
|
[key: string]: {
|
|
@@ -1257,7 +1275,13 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
|
|
|
1257
1275
|
entryPattern?: {
|
|
1258
1276
|
url: string;
|
|
1259
1277
|
};
|
|
1260
|
-
}
|
|
1278
|
+
} | {
|
|
1279
|
+
id: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
url: string;
|
|
1282
|
+
iconUrl?: string;
|
|
1283
|
+
editorTypes?: ("composition" | "componentPattern" | "compositionDefaults" | "entry" | "entryPattern")[];
|
|
1284
|
+
}[];
|
|
1261
1285
|
personalization?: {
|
|
1262
1286
|
selectionAlgorithms?: {
|
|
1263
1287
|
[key: string]: {
|
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": "20.
|
|
3
|
+
"version": "20.26.1-alpha.0+ff834f63d0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/assets": "20.
|
|
38
|
-
"@uniformdev/canvas": "20.
|
|
39
|
-
"@uniformdev/context": "20.
|
|
40
|
-
"@uniformdev/project-map": "20.
|
|
37
|
+
"@uniformdev/assets": "20.26.1-alpha.0+ff834f63d0",
|
|
38
|
+
"@uniformdev/canvas": "20.26.1-alpha.0+ff834f63d0",
|
|
39
|
+
"@uniformdev/context": "20.26.1-alpha.0+ff834f63d0",
|
|
40
|
+
"@uniformdev/project-map": "20.26.1-alpha.0+ff834f63d0",
|
|
41
41
|
"imagesloaded": "^5.0.0",
|
|
42
42
|
"mitt": "^3.0.1"
|
|
43
43
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@types/imagesloaded": "^4.1.2",
|
|
46
46
|
"openai": "4.94.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "ff834f63d07f7f709e42f69705b93ae20f6b7ddf"
|
|
49
49
|
}
|