@uniformdev/mesh-sdk 19.184.1 → 19.185.1-alpha.8

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
@@ -67,6 +67,7 @@ interface paths$1 {
67
67
  renderableInPropertyPanel?: boolean;
68
68
  /** @enum {string} */
69
69
  localizable?: "default-yes" | "default-no" | "yes" | "no";
70
+ allowedPlacement?: ("parameter" | "field")[];
70
71
  }[];
71
72
  editorTools?: {
72
73
  composition?: {
@@ -241,6 +242,7 @@ interface paths$1 {
241
242
  renderableInPropertyPanel?: boolean;
242
243
  /** @enum {string} */
243
244
  localizable?: "default-yes" | "default-no" | "yes" | "no";
245
+ allowedPlacement?: ("parameter" | "field")[];
244
246
  }[];
245
247
  editorTools?: {
246
248
  composition?: {
@@ -414,6 +416,7 @@ interface paths$1 {
414
416
  renderableInPropertyPanel?: boolean;
415
417
  /** @enum {string} */
416
418
  localizable?: "default-yes" | "default-no" | "yes" | "no";
419
+ allowedPlacement?: ("parameter" | "field")[];
417
420
  }[];
418
421
  editorTools?: {
419
422
  composition?: {
@@ -835,6 +838,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
835
838
  };
836
839
  renderableInPropertyPanel?: boolean;
837
840
  localizable?: "default-yes" | "default-no" | "yes" | "no";
841
+ allowedPlacement?: ("parameter" | "field")[];
838
842
  }[];
839
843
  editorTools?: {
840
844
  composition?: {
package/dist/index.d.ts CHANGED
@@ -67,6 +67,7 @@ interface paths$1 {
67
67
  renderableInPropertyPanel?: boolean;
68
68
  /** @enum {string} */
69
69
  localizable?: "default-yes" | "default-no" | "yes" | "no";
70
+ allowedPlacement?: ("parameter" | "field")[];
70
71
  }[];
71
72
  editorTools?: {
72
73
  composition?: {
@@ -241,6 +242,7 @@ interface paths$1 {
241
242
  renderableInPropertyPanel?: boolean;
242
243
  /** @enum {string} */
243
244
  localizable?: "default-yes" | "default-no" | "yes" | "no";
245
+ allowedPlacement?: ("parameter" | "field")[];
244
246
  }[];
245
247
  editorTools?: {
246
248
  composition?: {
@@ -414,6 +416,7 @@ interface paths$1 {
414
416
  renderableInPropertyPanel?: boolean;
415
417
  /** @enum {string} */
416
418
  localizable?: "default-yes" | "default-no" | "yes" | "no";
419
+ allowedPlacement?: ("parameter" | "field")[];
417
420
  }[];
418
421
  editorTools?: {
419
422
  composition?: {
@@ -835,6 +838,7 @@ declare class IntegrationDefinitionClient extends ApiClient<DefClientOptions> {
835
838
  };
836
839
  renderableInPropertyPanel?: boolean;
837
840
  localizable?: "default-yes" | "default-no" | "yes" | "no";
841
+ allowedPlacement?: ("parameter" | "field")[];
838
842
  }[];
839
843
  editorTools?: {
840
844
  composition?: {
package/dist/index.esm.js CHANGED
@@ -113,7 +113,7 @@ var getLogger = (prefix, debug) => {
113
113
  };
114
114
 
115
115
  // src/temp/version.ts
116
- var UNIFORM_MESH_SDK_VERSION = "19.184.1";
116
+ var UNIFORM_MESH_SDK_VERSION = "19.185.0";
117
117
 
118
118
  // src/framepost/constants.ts
119
119
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.js CHANGED
@@ -152,7 +152,7 @@ var getLogger = (prefix, debug) => {
152
152
  };
153
153
 
154
154
  // src/temp/version.ts
155
- var UNIFORM_MESH_SDK_VERSION = "19.184.1";
155
+ var UNIFORM_MESH_SDK_VERSION = "19.185.0";
156
156
 
157
157
  // src/framepost/constants.ts
158
158
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.mjs CHANGED
@@ -113,7 +113,7 @@ var getLogger = (prefix, debug) => {
113
113
  };
114
114
 
115
115
  // src/temp/version.ts
116
- var UNIFORM_MESH_SDK_VERSION = "19.184.1";
116
+ var UNIFORM_MESH_SDK_VERSION = "19.185.0";
117
117
 
118
118
  // src/framepost/constants.ts
119
119
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "19.184.1",
3
+ "version": "19.185.1-alpha.8+53f7f96124",
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.184.1",
38
- "@uniformdev/context": "19.184.1",
39
- "@uniformdev/project-map": "19.184.1",
37
+ "@uniformdev/canvas": "19.185.1-alpha.8+53f7f96124",
38
+ "@uniformdev/context": "19.185.1-alpha.8+53f7f96124",
39
+ "@uniformdev/project-map": "19.185.1-alpha.8+53f7f96124",
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": "c3200578f3bda4f90e4c4b9d7997f698054aead8"
46
+ "gitHead": "53f7f961242f3518b103e55337ada7ad91c18dd7"
47
47
  }