@uniformdev/mesh-sdk 20.27.1 → 20.30.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
@@ -1023,7 +1023,6 @@ interface paths {
1023
1023
  * @description The project ID
1024
1024
  */
1025
1025
  projectId: string;
1026
- /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1027
1026
  exactType?: boolean | null;
1028
1027
  type: string;
1029
1028
  data?: {
@@ -1066,7 +1065,6 @@ interface paths {
1066
1065
  projectId: string;
1067
1066
  /** @description The integration type to remove */
1068
1067
  type: string;
1069
- /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1070
1068
  exactType?: boolean | null;
1071
1069
  };
1072
1070
  };
@@ -1571,7 +1569,9 @@ type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
1571
1569
  type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
1572
1570
 
1573
1571
  type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
1574
- rootNode: Omit<RootComponentInstance, 'slots' | '_data'>;
1572
+ rootNode: Omit<RootComponentInstance, 'slots' | '_data'> & {
1573
+ _editionId?: string;
1574
+ };
1575
1575
  parameterConfiguration: TParamConfiguration;
1576
1576
  component: Omit<ComponentInstance, 'slots'>;
1577
1577
  componentDefinitions: Record<string, ComponentDefinition | undefined>;
package/dist/index.d.ts CHANGED
@@ -1023,7 +1023,6 @@ interface paths {
1023
1023
  * @description The project ID
1024
1024
  */
1025
1025
  projectId: string;
1026
- /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1027
1026
  exactType?: boolean | null;
1028
1027
  type: string;
1029
1028
  data?: {
@@ -1066,7 +1065,6 @@ interface paths {
1066
1065
  projectId: string;
1067
1066
  /** @description The integration type to remove */
1068
1067
  type: string;
1069
- /** @description Whether to match the passed type exactly or to treat the type as a prefix */
1070
1068
  exactType?: boolean | null;
1071
1069
  };
1072
1070
  };
@@ -1571,7 +1569,9 @@ type DataSourceLocationMetadata<TIntegrationConfiguration = unknown> = CommonMet
1571
1569
  type DataSourceLocation = MeshLocationCore<DataSourceLocationValue, DataSourceLocationMetadata, DataSourceLocationValue, 'dataSource'>;
1572
1570
 
1573
1571
  type ParamTypeLocationMetadata<TParamConfiguration = unknown, TIntegrationConfiguration = unknown> = CommonMetadata<{
1574
- rootNode: Omit<RootComponentInstance, 'slots' | '_data'>;
1572
+ rootNode: Omit<RootComponentInstance, 'slots' | '_data'> & {
1573
+ _editionId?: string;
1574
+ };
1575
1575
  parameterConfiguration: TParamConfiguration;
1576
1576
  component: Omit<ComponentInstance, 'slots'>;
1577
1577
  componentDefinitions: Record<string, ComponentDefinition | undefined>;
package/dist/index.esm.js CHANGED
@@ -131,7 +131,7 @@ var getLogger = (prefix, debug) => {
131
131
  };
132
132
 
133
133
  // src/temp/version.ts
134
- var UNIFORM_MESH_SDK_VERSION = "20.27.1";
134
+ var UNIFORM_MESH_SDK_VERSION = "20.30.0";
135
135
 
136
136
  // src/framepost/constants.ts
137
137
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.js CHANGED
@@ -172,7 +172,7 @@ var getLogger = (prefix, debug) => {
172
172
  };
173
173
 
174
174
  // src/temp/version.ts
175
- var UNIFORM_MESH_SDK_VERSION = "20.27.1";
175
+ var UNIFORM_MESH_SDK_VERSION = "20.30.0";
176
176
 
177
177
  // src/framepost/constants.ts
178
178
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.mjs CHANGED
@@ -131,7 +131,7 @@ var getLogger = (prefix, debug) => {
131
131
  };
132
132
 
133
133
  // src/temp/version.ts
134
- var UNIFORM_MESH_SDK_VERSION = "20.27.1";
134
+ var UNIFORM_MESH_SDK_VERSION = "20.30.0";
135
135
 
136
136
  // src/framepost/constants.ts
137
137
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.27.1",
3
+ "version": "20.30.0",
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.27.1",
38
- "@uniformdev/canvas": "20.27.1",
39
- "@uniformdev/context": "20.27.1",
40
- "@uniformdev/project-map": "20.27.1",
37
+ "@uniformdev/assets": "20.30.0",
38
+ "@uniformdev/canvas": "20.30.0",
39
+ "@uniformdev/context": "20.30.0",
40
+ "@uniformdev/project-map": "20.30.0",
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": "b9f3e377c61ae30c4bcd3db5636faf07631de2e1"
48
+ "gitHead": "933c8162daf230a896cc8962f63fbb35efd03653"
49
49
  }