@uniformdev/canvas 20.23.1-alpha.9 → 20.24.1-alpha.0
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 +2 -2
- package/dist/index.d.ts +2 -2
- 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
@@ -9980,7 +9980,7 @@ type DateAlwaysPresentField = 'created' | 'modified';
|
|
9980
9980
|
type StringOptionalField = 'locale' | 'patternId' | 'workflowId' | 'workflowStageId';
|
9981
9981
|
type StringAlwaysPresentField = 'name' | 'slug' | 'creator' | 'author';
|
9982
9982
|
type ProjectMapField = 'projectMapId' | 'projectMapNodeId';
|
9983
|
-
type InNinFilter<T> = T
|
9983
|
+
type InNinFilter<T> = T | T[];
|
9984
9984
|
type DefFilter = boolean | 'true' | 'false';
|
9985
9985
|
type Filters<CustomFieldPrefix extends string = 'fields'> = Partial<Record<StringAlwaysPresentExactField, {
|
9986
9986
|
eq: string;
|
@@ -13304,7 +13304,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13304
13304
|
*/
|
13305
13305
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13306
13306
|
|
13307
|
-
declare const version = "20.
|
13307
|
+
declare const version = "20.24.0";
|
13308
13308
|
|
13309
13309
|
/** API client to enable managing workflow definitions */
|
13310
13310
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
@@ -9980,7 +9980,7 @@ type DateAlwaysPresentField = 'created' | 'modified';
|
|
9980
9980
|
type StringOptionalField = 'locale' | 'patternId' | 'workflowId' | 'workflowStageId';
|
9981
9981
|
type StringAlwaysPresentField = 'name' | 'slug' | 'creator' | 'author';
|
9982
9982
|
type ProjectMapField = 'projectMapId' | 'projectMapNodeId';
|
9983
|
-
type InNinFilter<T> = T
|
9983
|
+
type InNinFilter<T> = T | T[];
|
9984
9984
|
type DefFilter = boolean | 'true' | 'false';
|
9985
9985
|
type Filters<CustomFieldPrefix extends string = 'fields'> = Partial<Record<StringAlwaysPresentExactField, {
|
9986
9986
|
eq: string;
|
@@ -13304,7 +13304,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
13304
13304
|
*/
|
13305
13305
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
13306
13306
|
|
13307
|
-
declare const version = "20.
|
13307
|
+
declare const version = "20.24.0";
|
13308
13308
|
|
13309
13309
|
/** API client to enable managing workflow definitions */
|
13310
13310
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
@@ -3406,7 +3406,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3406
3406
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3407
3407
|
|
3408
3408
|
// src/.version.ts
|
3409
|
-
var version = "20.
|
3409
|
+
var version = "20.24.0";
|
3410
3410
|
|
3411
3411
|
// src/WorkflowClient.ts
|
3412
3412
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
@@ -3571,7 +3571,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3571
3571
|
var import_api17 = require("@uniformdev/context/api");
|
3572
3572
|
|
3573
3573
|
// src/.version.ts
|
3574
|
-
var version = "20.
|
3574
|
+
var version = "20.24.0";
|
3575
3575
|
|
3576
3576
|
// src/WorkflowClient.ts
|
3577
3577
|
var import_api16 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
@@ -3406,7 +3406,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
3406
3406
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
3407
3407
|
|
3408
3408
|
// src/.version.ts
|
3409
|
-
var version = "20.
|
3409
|
+
var version = "20.24.0";
|
3410
3410
|
|
3411
3411
|
// src/WorkflowClient.ts
|
3412
3412
|
import { ApiClient as ApiClient15 } from "@uniformdev/context/api";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.24.1-alpha.0+9e8dbc01e8",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -40,9 +40,9 @@
|
|
40
40
|
"p-throttle": "5.0.0"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@uniformdev/assets": "20.
|
44
|
-
"@uniformdev/context": "20.
|
45
|
-
"@uniformdev/richtext": "20.
|
43
|
+
"@uniformdev/assets": "20.24.1-alpha.0+9e8dbc01e8",
|
44
|
+
"@uniformdev/context": "20.24.1-alpha.0+9e8dbc01e8",
|
45
|
+
"@uniformdev/richtext": "20.24.1-alpha.0+9e8dbc01e8",
|
46
46
|
"immer": "10.1.1"
|
47
47
|
},
|
48
48
|
"files": [
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "9e8dbc01e870c404b63c19326477dbb3910ec14a"
|
55
55
|
}
|