@uniformdev/mesh-edgehancer-sdk 20.66.7-alpha.10 → 20.67.1-alpha.22

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
@@ -103,7 +103,7 @@ type CustomEdgehancerDefinition = z.infer<typeof customEdgehancerDefinitionSchem
103
103
  /**
104
104
  * The result of merging a data source with a data type into a single request object
105
105
  */
106
- type MergedDataType = Omit<DataType, 'dataSourceId' | 'path'> & Pick<DataSource, 'connectorType' | 'localeMapping' | 'customPublic' | 'enableUnpublishedMode'> & {
106
+ type MergedDataType = Omit<DataType, 'dataSourceId' | 'path' | 'created' | 'modified' | 'createdBy' | 'modifiedBy'> & Pick<DataSource, 'connectorType' | 'localeMapping' | 'customPublic' | 'enableUnpublishedMode'> & {
107
107
  /**
108
108
  * Data Source variants with "url" with the merged DS base URL and DT relative URL,
109
109
  * same way we have the "url" in the MergedDataType. We need it merged for mergeDataResourcesWithDataTypes() to switch between variants
package/dist/index.d.ts CHANGED
@@ -103,7 +103,7 @@ type CustomEdgehancerDefinition = z.infer<typeof customEdgehancerDefinitionSchem
103
103
  /**
104
104
  * The result of merging a data source with a data type into a single request object
105
105
  */
106
- type MergedDataType = Omit<DataType, 'dataSourceId' | 'path'> & Pick<DataSource, 'connectorType' | 'localeMapping' | 'customPublic' | 'enableUnpublishedMode'> & {
106
+ type MergedDataType = Omit<DataType, 'dataSourceId' | 'path' | 'created' | 'modified' | 'createdBy' | 'modifiedBy'> & Pick<DataSource, 'connectorType' | 'localeMapping' | 'customPublic' | 'enableUnpublishedMode'> & {
107
107
  /**
108
108
  * Data Source variants with "url" with the merged DS base URL and DT relative URL,
109
109
  * same way we have the "url" in the MergedDataType. We need it merged for mergeDataResourcesWithDataTypes() to switch between variants
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-edgehancer-sdk",
3
- "version": "20.66.7-alpha.10+82091b216c",
3
+ "version": "20.67.1-alpha.22+329be3528c",
4
4
  "description": "Uniform Mesh Edgehancer SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "/dist"
48
48
  ],
49
49
  "dependencies": {
50
- "@uniformdev/canvas": "20.66.7-alpha.10+82091b216c",
50
+ "@uniformdev/canvas": "20.67.1-alpha.22+329be3528c",
51
51
  "tsafe": "1.6.6",
52
52
  "zod": "4.3.6"
53
53
  },
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "82091b216c4d60c8c9032b5e967c2adcbe18d3c0"
63
+ "gitHead": "329be3528c6e4e6d01316386d18059ec0ffcd172"
64
64
  }