@uniformdev/assets 19.161.0 → 19.162.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 +3 -12
- package/dist/index.d.ts +3 -12
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -487,15 +487,9 @@ interface external {
|
|
|
487
487
|
* @default null
|
|
488
488
|
*/
|
|
489
489
|
categoryId?: string | null;
|
|
490
|
-
/**
|
|
491
|
-
* @description Description of the component definition
|
|
492
|
-
* @default null
|
|
493
|
-
*/
|
|
490
|
+
/** @description Description of the component definition */
|
|
494
491
|
description?: string;
|
|
495
|
-
/**
|
|
496
|
-
* @description Description of the component definition
|
|
497
|
-
* @default null
|
|
498
|
-
*/
|
|
492
|
+
/** @description Description of the component definition */
|
|
499
493
|
previewImageUrl?: string;
|
|
500
494
|
/**
|
|
501
495
|
* @description if this component uses team permissions or custom permissions
|
|
@@ -539,10 +533,7 @@ interface external {
|
|
|
539
533
|
thumbnailField?: string | null;
|
|
540
534
|
/** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
|
|
541
535
|
fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
|
|
542
|
-
/**
|
|
543
|
-
* @description Description of the content type
|
|
544
|
-
* @default null
|
|
545
|
-
*/
|
|
536
|
+
/** @description Description of the content type */
|
|
546
537
|
description?: string;
|
|
547
538
|
/**
|
|
548
539
|
* @description Icon name for the content type (e.g. 'screen')
|
package/dist/index.d.ts
CHANGED
|
@@ -487,15 +487,9 @@ interface external {
|
|
|
487
487
|
* @default null
|
|
488
488
|
*/
|
|
489
489
|
categoryId?: string | null;
|
|
490
|
-
/**
|
|
491
|
-
* @description Description of the component definition
|
|
492
|
-
* @default null
|
|
493
|
-
*/
|
|
490
|
+
/** @description Description of the component definition */
|
|
494
491
|
description?: string;
|
|
495
|
-
/**
|
|
496
|
-
* @description Description of the component definition
|
|
497
|
-
* @default null
|
|
498
|
-
*/
|
|
492
|
+
/** @description Description of the component definition */
|
|
499
493
|
previewImageUrl?: string;
|
|
500
494
|
/**
|
|
501
495
|
* @description if this component uses team permissions or custom permissions
|
|
@@ -539,10 +533,7 @@ interface external {
|
|
|
539
533
|
thumbnailField?: string | null;
|
|
540
534
|
/** @description The fields for this content type. Fields are key-value pairs that can be text, numbers, JSON objects, etc. */
|
|
541
535
|
fields?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentDefinitionParameter"][];
|
|
542
|
-
/**
|
|
543
|
-
* @description Description of the content type
|
|
544
|
-
* @default null
|
|
545
|
-
*/
|
|
536
|
+
/** @description Description of the content type */
|
|
546
537
|
description?: string;
|
|
547
538
|
/**
|
|
548
539
|
* @description Icon name for the content type (e.g. 'screen')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.162.2-alpha.11+5544f3f2ca",
|
|
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.
|
|
39
|
+
"@uniformdev/context": "19.162.2-alpha.11+5544f3f2ca"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "5544f3f2ca31829767dbe8511c21b1192a811443"
|
|
42
42
|
}
|