@uniformdev/assets 19.58.2-alpha.0 → 19.58.2-alpha.11

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
@@ -493,6 +493,12 @@ interface external {
493
493
  /** @description Last modified date string for this content type (ignored for writes) */
494
494
  updated?: string;
495
495
  slugSettings?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
496
+ /**
497
+ * @description The definition type of this content type (block or content type)
498
+ * @default contentType
499
+ * @enum {string}
500
+ */
501
+ type?: "contentType" | "block";
496
502
  };
497
503
  /** @description Defines an editable parameter on a component. */
498
504
  ComponentParameter: {
package/dist/index.d.ts CHANGED
@@ -493,6 +493,12 @@ interface external {
493
493
  /** @description Last modified date string for this content type (ignored for writes) */
494
494
  updated?: string;
495
495
  slugSettings?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionSlugSettings"];
496
+ /**
497
+ * @description The definition type of this content type (block or content type)
498
+ * @default contentType
499
+ * @enum {string}
500
+ */
501
+ type?: "contentType" | "block";
496
502
  };
497
503
  /** @description Defines an editable parameter on a component. */
498
504
  ComponentParameter: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.58.2-alpha.0+68d890cf9",
3
+ "version": "19.58.2-alpha.11+9a1da0c41",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.58.2-alpha.0+68d890cf9"
39
+ "@uniformdev/context": "19.58.2-alpha.11+9a1da0c41"
40
40
  },
41
- "gitHead": "68d890cf94dc44136dd88bcc2d703248bae10bea"
41
+ "gitHead": "9a1da0c4162d8d70477d87a876eeaaf4525d94ac"
42
42
  }