@uniformdev/assets 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -902,6 +902,8 @@ interface components$1 {
|
|
|
902
902
|
/** @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 */
|
|
903
903
|
execute?: boolean;
|
|
904
904
|
};
|
|
905
|
+
/** @enum {string} */
|
|
906
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
905
907
|
ProjectMapNodeAllowedQueryString: {
|
|
906
908
|
/** @description The name of the query string parameter */
|
|
907
909
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -902,6 +902,8 @@ interface components$1 {
|
|
|
902
902
|
/** @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 */
|
|
903
903
|
execute?: boolean;
|
|
904
904
|
};
|
|
905
|
+
/** @enum {string} */
|
|
906
|
+
ReleaseState: "open" | "locked" | "queued" | "launching" | "launched" | "deleting";
|
|
905
907
|
ProjectMapNodeAllowedQueryString: {
|
|
906
908
|
/** @description The name of the query string parameter */
|
|
907
909
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/assets",
|
|
3
|
-
"version": "20.42.
|
|
3
|
+
"version": "20.42.2-alpha.7+7c73a42006",
|
|
4
4
|
"description": "Uniform Assets",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "20.42.
|
|
39
|
+
"@uniformdev/context": "20.42.2-alpha.7+7c73a42006"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"ts-xor": "^1.3.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "7c73a420066036df69f25a0f423d56613f5ee0af"
|
|
45
45
|
}
|