@uniformdev/canvas 20.49.4 → 20.49.5-alpha.5
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 +10 -0
- package/dist/index.d.ts +10 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -13075,6 +13075,11 @@ interface components$1 {
|
|
|
13075
13075
|
name: string;
|
|
13076
13076
|
/** @description Context provided to AI when generating content for this project */
|
|
13077
13077
|
guidance?: string;
|
|
13078
|
+
guidanceAssets?: {
|
|
13079
|
+
title?: string;
|
|
13080
|
+
description?: string;
|
|
13081
|
+
labels?: string;
|
|
13082
|
+
};
|
|
13078
13083
|
/** Format: uuid */
|
|
13079
13084
|
teamId: string;
|
|
13080
13085
|
teamName: string;
|
|
@@ -13105,6 +13110,11 @@ interface components$1 {
|
|
|
13105
13110
|
name?: string;
|
|
13106
13111
|
/** @description Context provided to AI when generating content for this project */
|
|
13107
13112
|
guidance?: string;
|
|
13113
|
+
guidanceAssets?: {
|
|
13114
|
+
title?: string;
|
|
13115
|
+
description?: string;
|
|
13116
|
+
labels?: string;
|
|
13117
|
+
};
|
|
13108
13118
|
/** Format: uuid */
|
|
13109
13119
|
teamId?: string;
|
|
13110
13120
|
previewUrl?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -13075,6 +13075,11 @@ interface components$1 {
|
|
|
13075
13075
|
name: string;
|
|
13076
13076
|
/** @description Context provided to AI when generating content for this project */
|
|
13077
13077
|
guidance?: string;
|
|
13078
|
+
guidanceAssets?: {
|
|
13079
|
+
title?: string;
|
|
13080
|
+
description?: string;
|
|
13081
|
+
labels?: string;
|
|
13082
|
+
};
|
|
13078
13083
|
/** Format: uuid */
|
|
13079
13084
|
teamId: string;
|
|
13080
13085
|
teamName: string;
|
|
@@ -13105,6 +13110,11 @@ interface components$1 {
|
|
|
13105
13110
|
name?: string;
|
|
13106
13111
|
/** @description Context provided to AI when generating content for this project */
|
|
13107
13112
|
guidance?: string;
|
|
13113
|
+
guidanceAssets?: {
|
|
13114
|
+
title?: string;
|
|
13115
|
+
description?: string;
|
|
13116
|
+
labels?: string;
|
|
13117
|
+
};
|
|
13108
13118
|
/** Format: uuid */
|
|
13109
13119
|
teamId?: string;
|
|
13110
13120
|
previewUrl?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas",
|
|
3
|
-
"version": "20.49.
|
|
3
|
+
"version": "20.49.5-alpha.5+eb5527af63",
|
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"svix": "1.71.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@uniformdev/assets": "20.49.
|
|
45
|
-
"@uniformdev/context": "20.49.
|
|
46
|
-
"@uniformdev/richtext": "20.49.
|
|
44
|
+
"@uniformdev/assets": "20.49.5-alpha.5+eb5527af63",
|
|
45
|
+
"@uniformdev/context": "20.49.5-alpha.5+eb5527af63",
|
|
46
|
+
"@uniformdev/richtext": "20.49.5-alpha.5+eb5527af63",
|
|
47
47
|
"immer": "10.1.3"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "eb5527af632184a0269a47072f4ab4a498ce4d16"
|
|
56
56
|
}
|