@uniformdev/mesh-sdk 19.177.1 → 19.178.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 CHANGED
@@ -117,6 +117,11 @@ interface paths$1 {
117
117
  assetLibrary?: {
118
118
  assetLibraryUrl: string;
119
119
  assetParameterUrl: string;
120
+ assetLibraryLocations?: {
121
+ [key: string]: {
122
+ url: string;
123
+ };
124
+ };
120
125
  unstable_dynamicAssets?: {
121
126
  dataConnectorId: string;
122
127
  assetsListArchetypeId: string;
@@ -286,6 +291,11 @@ interface paths$1 {
286
291
  assetLibrary?: {
287
292
  assetLibraryUrl: string;
288
293
  assetParameterUrl: string;
294
+ assetLibraryLocations?: {
295
+ [key: string]: {
296
+ url: string;
297
+ };
298
+ };
289
299
  unstable_dynamicAssets?: {
290
300
  dataConnectorId: string;
291
301
  assetsListArchetypeId: string;
@@ -454,6 +464,11 @@ interface paths$1 {
454
464
  assetLibrary?: {
455
465
  assetLibraryUrl: string;
456
466
  assetParameterUrl: string;
467
+ assetLibraryLocations?: {
468
+ [key: string]: {
469
+ url: string;
470
+ };
471
+ };
457
472
  unstable_dynamicAssets?: {
458
473
  dataConnectorId: string;
459
474
  assetsListArchetypeId: string;
@@ -870,6 +885,11 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
870
885
  assetLibrary?: {
871
886
  assetLibraryUrl: string;
872
887
  assetParameterUrl: string;
888
+ assetLibraryLocations?: {
889
+ [key: string]: {
890
+ url: string;
891
+ };
892
+ } | undefined;
873
893
  unstable_dynamicAssets?: {
874
894
  dataConnectorId: string;
875
895
  assetsListArchetypeId: string;
package/dist/index.d.ts CHANGED
@@ -117,6 +117,11 @@ interface paths$1 {
117
117
  assetLibrary?: {
118
118
  assetLibraryUrl: string;
119
119
  assetParameterUrl: string;
120
+ assetLibraryLocations?: {
121
+ [key: string]: {
122
+ url: string;
123
+ };
124
+ };
120
125
  unstable_dynamicAssets?: {
121
126
  dataConnectorId: string;
122
127
  assetsListArchetypeId: string;
@@ -286,6 +291,11 @@ interface paths$1 {
286
291
  assetLibrary?: {
287
292
  assetLibraryUrl: string;
288
293
  assetParameterUrl: string;
294
+ assetLibraryLocations?: {
295
+ [key: string]: {
296
+ url: string;
297
+ };
298
+ };
289
299
  unstable_dynamicAssets?: {
290
300
  dataConnectorId: string;
291
301
  assetsListArchetypeId: string;
@@ -454,6 +464,11 @@ interface paths$1 {
454
464
  assetLibrary?: {
455
465
  assetLibraryUrl: string;
456
466
  assetParameterUrl: string;
467
+ assetLibraryLocations?: {
468
+ [key: string]: {
469
+ url: string;
470
+ };
471
+ };
457
472
  unstable_dynamicAssets?: {
458
473
  dataConnectorId: string;
459
474
  assetsListArchetypeId: string;
@@ -870,6 +885,11 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
870
885
  assetLibrary?: {
871
886
  assetLibraryUrl: string;
872
887
  assetParameterUrl: string;
888
+ assetLibraryLocations?: {
889
+ [key: string]: {
890
+ url: string;
891
+ };
892
+ } | undefined;
873
893
  unstable_dynamicAssets?: {
874
894
  dataConnectorId: string;
875
895
  assetsListArchetypeId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.177.1",
3
+ "version": "19.178.0",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,14 +33,14 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "19.177.1",
37
- "@uniformdev/context": "19.177.1",
38
- "@uniformdev/project-map": "19.177.1",
36
+ "@uniformdev/canvas": "19.178.0",
37
+ "@uniformdev/context": "19.178.0",
38
+ "@uniformdev/project-map": "19.178.0",
39
39
  "imagesloaded": "^5.0.0",
40
40
  "mitt": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/imagesloaded": "^4.1.2"
44
44
  },
45
- "gitHead": "1236153b0d17f18fc96d50f803a7eeaa4b366688"
45
+ "gitHead": "66721c01d9bf53917e5c4d83e2e578248e72560d"
46
46
  }