@uniformdev/mesh-sdk 19.179.2-alpha.25 → 19.179.2-alpha.27

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
@@ -1456,8 +1456,14 @@ type CanvasEditorToolsLocation = MeshLocationCore<CanvasEditorToolsData, CanvasE
1456
1456
 
1457
1457
  type ContextualEditingLocationValue = Record<string, string>;
1458
1458
  type ContextualEditingLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
1459
- archetype: string;
1460
1459
  resolvedData: any;
1460
+ dataType: DataType;
1461
+ /** The data type's archetype value. */
1462
+ archetype: string;
1463
+ /**
1464
+ * The current data resource's data source. NOTE: param and header values are not available in this context.
1465
+ */
1466
+ dataSource: DataSource;
1461
1467
  }, TIntegrationConfiguration>;
1462
1468
  type ContextualEditingLocation = MeshLocationCore<ContextualEditingLocationValue, ContextualEditingLocationMetadata, ContextualEditingLocationValue, 'contextualEditing'> & GetDataResourceLocation;
1463
1469
 
package/dist/index.d.ts CHANGED
@@ -1456,8 +1456,14 @@ type CanvasEditorToolsLocation = MeshLocationCore<CanvasEditorToolsData, CanvasE
1456
1456
 
1457
1457
  type ContextualEditingLocationValue = Record<string, string>;
1458
1458
  type ContextualEditingLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
1459
- archetype: string;
1460
1459
  resolvedData: any;
1460
+ dataType: DataType;
1461
+ /** The data type's archetype value. */
1462
+ archetype: string;
1463
+ /**
1464
+ * The current data resource's data source. NOTE: param and header values are not available in this context.
1465
+ */
1466
+ dataSource: DataSource;
1461
1467
  }, TIntegrationConfiguration>;
1462
1468
  type ContextualEditingLocation = MeshLocationCore<ContextualEditingLocationValue, ContextualEditingLocationMetadata, ContextualEditingLocationValue, 'contextualEditing'> & GetDataResourceLocation;
1463
1469
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.179.2-alpha.25+252ca669db",
3
+ "version": "19.179.2-alpha.27+589d7d73ab",
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.179.2-alpha.25+252ca669db",
38
- "@uniformdev/context": "19.179.2-alpha.25+252ca669db",
39
- "@uniformdev/project-map": "19.179.2-alpha.25+252ca669db",
37
+ "@uniformdev/canvas": "19.179.2-alpha.27+589d7d73ab",
38
+ "@uniformdev/context": "19.179.2-alpha.27+589d7d73ab",
39
+ "@uniformdev/project-map": "19.179.2-alpha.27+589d7d73ab",
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": "252ca669dbe0172211ab6b0465322c8cecd9a974"
46
+ "gitHead": "589d7d73ab917d574180f715fd978df3cf99d978"
47
47
  }