@uniformdev/canvas 20.42.1 → 20.42.2-alpha.7
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 +9 -2
- package/dist/index.d.ts +9 -2
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1537,6 +1537,8 @@ interface components$o {
|
|
|
1537
1537
|
/** @description Allows executing the transition for a role. Note that write permissions to the destination stage are NOT required to execute a transition to it */
|
|
1538
1538
|
execute?: boolean;
|
|
1539
1539
|
};
|
|
1540
|
+
/** @enum {string} */
|
|
1541
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
1540
1542
|
ProjectMapNodeAllowedQueryString: {
|
|
1541
1543
|
/** @description The name of the query string parameter */
|
|
1542
1544
|
name: string;
|
|
@@ -10970,6 +10972,9 @@ interface paths$5 {
|
|
|
10970
10972
|
* NOTE: New values may be added to this list without being considered a breaking API change
|
|
10971
10973
|
* */
|
|
10972
10974
|
definitionType: "composition" | "entry";
|
|
10975
|
+
/** @description Matches entity instances where their release state is one of a list. NOTE: base instance, when present, is always included in the results.
|
|
10976
|
+
* */
|
|
10977
|
+
releaseStates?: components$5["schemas"]["ReleaseState"][];
|
|
10973
10978
|
/** @description Number of records to skip
|
|
10974
10979
|
* */
|
|
10975
10980
|
offset?: number;
|
|
@@ -11024,6 +11029,8 @@ interface components$5 {
|
|
|
11024
11029
|
* */
|
|
11025
11030
|
tombstone: boolean;
|
|
11026
11031
|
};
|
|
11032
|
+
/** @enum {string} */
|
|
11033
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11027
11034
|
Error: {
|
|
11028
11035
|
/** @description Error message(s) that occurred while processing the request */
|
|
11029
11036
|
errorMessage?: string[] | string;
|
|
@@ -11511,8 +11518,6 @@ interface components$3 {
|
|
|
11511
11518
|
*/
|
|
11512
11519
|
projectId: string;
|
|
11513
11520
|
};
|
|
11514
|
-
/** @enum {string} */
|
|
11515
|
-
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11516
11521
|
/** @description The schedule for automatically launching the release.
|
|
11517
11522
|
* If unspecified, the release will not be automatically launched.
|
|
11518
11523
|
* If specified, the release will be automatically launched at the specified time.
|
|
@@ -11523,6 +11528,8 @@ interface components$3 {
|
|
|
11523
11528
|
* Note that the schedule is always specified as UTC; this is a display timezone only
|
|
11524
11529
|
* */
|
|
11525
11530
|
autoLaunchScheduleTimeZone: string;
|
|
11531
|
+
/** @enum {string} */
|
|
11532
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11526
11533
|
Error: {
|
|
11527
11534
|
/** @description Error message(s) that occurred while processing the request */
|
|
11528
11535
|
errorMessage?: string[] | string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1537,6 +1537,8 @@ interface components$o {
|
|
|
1537
1537
|
/** @description Allows executing the transition for a role. Note that write permissions to the destination stage are NOT required to execute a transition to it */
|
|
1538
1538
|
execute?: boolean;
|
|
1539
1539
|
};
|
|
1540
|
+
/** @enum {string} */
|
|
1541
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
1540
1542
|
ProjectMapNodeAllowedQueryString: {
|
|
1541
1543
|
/** @description The name of the query string parameter */
|
|
1542
1544
|
name: string;
|
|
@@ -10970,6 +10972,9 @@ interface paths$5 {
|
|
|
10970
10972
|
* NOTE: New values may be added to this list without being considered a breaking API change
|
|
10971
10973
|
* */
|
|
10972
10974
|
definitionType: "composition" | "entry";
|
|
10975
|
+
/** @description Matches entity instances where their release state is one of a list. NOTE: base instance, when present, is always included in the results.
|
|
10976
|
+
* */
|
|
10977
|
+
releaseStates?: components$5["schemas"]["ReleaseState"][];
|
|
10973
10978
|
/** @description Number of records to skip
|
|
10974
10979
|
* */
|
|
10975
10980
|
offset?: number;
|
|
@@ -11024,6 +11029,8 @@ interface components$5 {
|
|
|
11024
11029
|
* */
|
|
11025
11030
|
tombstone: boolean;
|
|
11026
11031
|
};
|
|
11032
|
+
/** @enum {string} */
|
|
11033
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11027
11034
|
Error: {
|
|
11028
11035
|
/** @description Error message(s) that occurred while processing the request */
|
|
11029
11036
|
errorMessage?: string[] | string;
|
|
@@ -11511,8 +11518,6 @@ interface components$3 {
|
|
|
11511
11518
|
*/
|
|
11512
11519
|
projectId: string;
|
|
11513
11520
|
};
|
|
11514
|
-
/** @enum {string} */
|
|
11515
|
-
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11516
11521
|
/** @description The schedule for automatically launching the release.
|
|
11517
11522
|
* If unspecified, the release will not be automatically launched.
|
|
11518
11523
|
* If specified, the release will be automatically launched at the specified time.
|
|
@@ -11523,6 +11528,8 @@ interface components$3 {
|
|
|
11523
11528
|
* Note that the schedule is always specified as UTC; this is a display timezone only
|
|
11524
11529
|
* */
|
|
11525
11530
|
autoLaunchScheduleTimeZone: string;
|
|
11531
|
+
/** @enum {string} */
|
|
11532
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
11526
11533
|
Error: {
|
|
11527
11534
|
/** @description Error message(s) that occurred while processing the request */
|
|
11528
11535
|
errorMessage?: string[] | string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas",
|
|
3
|
-
"version": "20.42.
|
|
3
|
+
"version": "20.42.2-alpha.7+7c73a42006",
|
|
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.42.
|
|
45
|
-
"@uniformdev/context": "20.42.
|
|
46
|
-
"@uniformdev/richtext": "20.42.
|
|
44
|
+
"@uniformdev/assets": "20.42.2-alpha.7+7c73a42006",
|
|
45
|
+
"@uniformdev/context": "20.42.2-alpha.7+7c73a42006",
|
|
46
|
+
"@uniformdev/richtext": "20.42.2-alpha.7+7c73a42006",
|
|
47
47
|
"immer": "10.1.1"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7c73a420066036df69f25a0f423d56613f5ee0af"
|
|
56
56
|
}
|