@uniformdev/canvas 20.49.4-alpha.2 → 20.49.5-alpha.10
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 +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- 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;
|
|
@@ -13709,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13709
13719
|
*/
|
|
13710
13720
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13711
13721
|
|
|
13712
|
-
declare const version = "20.49.
|
|
13722
|
+
declare const version = "20.49.4";
|
|
13713
13723
|
|
|
13714
13724
|
/** API client to enable managing workflow definitions */
|
|
13715
13725
|
declare class WorkflowClient extends ApiClient {
|
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;
|
|
@@ -13709,7 +13719,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
13709
13719
|
*/
|
|
13710
13720
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
13711
13721
|
|
|
13712
|
-
declare const version = "20.49.
|
|
13722
|
+
declare const version = "20.49.4";
|
|
13713
13723
|
|
|
13714
13724
|
/** API client to enable managing workflow definitions */
|
|
13715
13725
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3606
3606
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3607
3607
|
|
|
3608
3608
|
// src/.version.ts
|
|
3609
|
-
var version = "20.49.
|
|
3609
|
+
var version = "20.49.4";
|
|
3610
3610
|
|
|
3611
3611
|
// src/WorkflowClient.ts
|
|
3612
3612
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3784,7 +3784,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3784
3784
|
var import_api18 = require("@uniformdev/context/api");
|
|
3785
3785
|
|
|
3786
3786
|
// src/.version.ts
|
|
3787
|
-
var version = "20.49.
|
|
3787
|
+
var version = "20.49.4";
|
|
3788
3788
|
|
|
3789
3789
|
// src/WorkflowClient.ts
|
|
3790
3790
|
var import_api17 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3606,7 +3606,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3606
3606
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3607
3607
|
|
|
3608
3608
|
// src/.version.ts
|
|
3609
|
-
var version = "20.49.
|
|
3609
|
+
var version = "20.49.4";
|
|
3610
3610
|
|
|
3611
3611
|
// src/WorkflowClient.ts
|
|
3612
3612
|
import { ApiClient as ApiClient16 } from "@uniformdev/context/api";
|
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.10+97590818af",
|
|
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.10+97590818af",
|
|
45
|
+
"@uniformdev/context": "20.49.5-alpha.10+97590818af",
|
|
46
|
+
"@uniformdev/richtext": "20.49.5-alpha.10+97590818af",
|
|
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": "97590818aff0ababfb057278ba981112e219bf43"
|
|
56
56
|
}
|