@uniformdev/canvas 20.60.2 → 20.61.1-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 +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -7
package/dist/index.d.mts
CHANGED
|
@@ -7857,6 +7857,8 @@ interface components$b {
|
|
|
7857
7857
|
locale?: string;
|
|
7858
7858
|
conditionIndex?: number;
|
|
7859
7859
|
clauseIndex?: number;
|
|
7860
|
+
/** @description HTTP status code when the issue originated from a downstream fetch (data resource issues only). */
|
|
7861
|
+
statusCode?: number;
|
|
7860
7862
|
};
|
|
7861
7863
|
/** @description Defines a connection to a dynamic token on a data resource
|
|
7862
7864
|
* */
|
|
@@ -10112,6 +10114,10 @@ type DataResourceIssue = DataResolutionIssueCore & {
|
|
|
10112
10114
|
deepLink?: string;
|
|
10113
10115
|
dataName: string;
|
|
10114
10116
|
dataType: string;
|
|
10117
|
+
/**
|
|
10118
|
+
* HTTP status code when the issue originated from a downstream fetch
|
|
10119
|
+
*/
|
|
10120
|
+
statusCode?: number;
|
|
10115
10121
|
};
|
|
10116
10122
|
type MaxDepthExceededIssue = DataResolutionIssueCore & {
|
|
10117
10123
|
type: 'maxDepthExceeded';
|
|
@@ -14195,7 +14201,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14195
14201
|
*/
|
|
14196
14202
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14197
14203
|
|
|
14198
|
-
declare const version = "20.
|
|
14204
|
+
declare const version = "20.61.0";
|
|
14199
14205
|
|
|
14200
14206
|
/** API client to enable managing workflow definitions */
|
|
14201
14207
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.d.ts
CHANGED
|
@@ -7857,6 +7857,8 @@ interface components$b {
|
|
|
7857
7857
|
locale?: string;
|
|
7858
7858
|
conditionIndex?: number;
|
|
7859
7859
|
clauseIndex?: number;
|
|
7860
|
+
/** @description HTTP status code when the issue originated from a downstream fetch (data resource issues only). */
|
|
7861
|
+
statusCode?: number;
|
|
7860
7862
|
};
|
|
7861
7863
|
/** @description Defines a connection to a dynamic token on a data resource
|
|
7862
7864
|
* */
|
|
@@ -10112,6 +10114,10 @@ type DataResourceIssue = DataResolutionIssueCore & {
|
|
|
10112
10114
|
deepLink?: string;
|
|
10113
10115
|
dataName: string;
|
|
10114
10116
|
dataType: string;
|
|
10117
|
+
/**
|
|
10118
|
+
* HTTP status code when the issue originated from a downstream fetch
|
|
10119
|
+
*/
|
|
10120
|
+
statusCode?: number;
|
|
10115
10121
|
};
|
|
10116
10122
|
type MaxDepthExceededIssue = DataResolutionIssueCore & {
|
|
10117
10123
|
type: 'maxDepthExceeded';
|
|
@@ -14195,7 +14201,7 @@ declare function hasReferencedVariables(value: string | undefined): number;
|
|
|
14195
14201
|
*/
|
|
14196
14202
|
declare function parseVariableExpression(serialized: string, onToken?: (token: string, type: 'text' | 'variable') => void | false): number;
|
|
14197
14203
|
|
|
14198
|
-
declare const version = "20.
|
|
14204
|
+
declare const version = "20.61.0";
|
|
14199
14205
|
|
|
14200
14206
|
/** API client to enable managing workflow definitions */
|
|
14201
14207
|
declare class WorkflowClient extends ApiClient {
|
package/dist/index.esm.js
CHANGED
|
@@ -3654,7 +3654,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3654
3654
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3655
3655
|
|
|
3656
3656
|
// src/.version.ts
|
|
3657
|
-
var version = "20.
|
|
3657
|
+
var version = "20.61.0";
|
|
3658
3658
|
|
|
3659
3659
|
// src/WorkflowClient.ts
|
|
3660
3660
|
import { ApiClient as ApiClient17 } from "@uniformdev/context/api";
|
package/dist/index.js
CHANGED
|
@@ -3836,7 +3836,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3836
3836
|
var import_api19 = require("@uniformdev/context/api");
|
|
3837
3837
|
|
|
3838
3838
|
// src/.version.ts
|
|
3839
|
-
var version = "20.
|
|
3839
|
+
var version = "20.61.0";
|
|
3840
3840
|
|
|
3841
3841
|
// src/WorkflowClient.ts
|
|
3842
3842
|
var import_api18 = require("@uniformdev/context/api");
|
package/dist/index.mjs
CHANGED
|
@@ -3654,7 +3654,7 @@ function handleRichTextNodeBinding(object, options) {
|
|
|
3654
3654
|
import { ApiClientError as ApiClientError2 } from "@uniformdev/context/api";
|
|
3655
3655
|
|
|
3656
3656
|
// src/.version.ts
|
|
3657
|
-
var version = "20.
|
|
3657
|
+
var version = "20.61.0";
|
|
3658
3658
|
|
|
3659
3659
|
// src/WorkflowClient.ts
|
|
3660
3660
|
import { ApiClient as ApiClient17 } 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.61.1-alpha.11+0fd9603995",
|
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,11 +26,10 @@
|
|
|
26
26
|
"clean": "rimraf dist",
|
|
27
27
|
"test": "run-s create-version test:run",
|
|
28
28
|
"test:run": "vitest run",
|
|
29
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
30
29
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
31
30
|
"update-openapi": "tsx ./scripts/update-openapi.cts",
|
|
32
31
|
"create-version": "tsx ./scripts/create-version-export.cts",
|
|
33
|
-
"
|
|
32
|
+
"apidocs-extract": "api-extractor run --local"
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
36
35
|
"@types/retry": "0.12.5",
|
|
@@ -41,9 +40,9 @@
|
|
|
41
40
|
"svix": "1.71.0"
|
|
42
41
|
},
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"@uniformdev/assets": "20.
|
|
45
|
-
"@uniformdev/context": "20.
|
|
46
|
-
"@uniformdev/richtext": "20.
|
|
43
|
+
"@uniformdev/assets": "20.61.1-alpha.11+0fd9603995",
|
|
44
|
+
"@uniformdev/context": "20.61.1-alpha.11+0fd9603995",
|
|
45
|
+
"@uniformdev/richtext": "20.61.1-alpha.11+0fd9603995",
|
|
47
46
|
"immer": "10.1.3"
|
|
48
47
|
},
|
|
49
48
|
"files": [
|
|
@@ -52,5 +51,5 @@
|
|
|
52
51
|
"publishConfig": {
|
|
53
52
|
"access": "public"
|
|
54
53
|
},
|
|
55
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "0fd9603995e96e62f1e8923877ea5c73143353f5"
|
|
56
55
|
}
|