@abtnode/schema 1.16.29-next-680cf137 → 1.16.29
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/lib/index.js +5 -1
- package/lib/schema.graphqls +4 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -828,6 +828,8 @@ input RequestUpdateProjectInput {
|
|
|
828
828
|
blockletTitle: String
|
|
829
829
|
blockletDescription: String
|
|
830
830
|
blockletIntroduction: String
|
|
831
|
+
autoUpload: Boolean
|
|
832
|
+
possibleSameStore: Boolean
|
|
831
833
|
}
|
|
832
834
|
|
|
833
835
|
input RequestUpdateRoutingRuleInput {
|
|
@@ -1799,6 +1801,8 @@ type Project {
|
|
|
1799
1801
|
connectedStores: [ConnectedStore!]
|
|
1800
1802
|
tenantScope: String
|
|
1801
1803
|
createdBy: String
|
|
1804
|
+
autoUpload: Boolean
|
|
1805
|
+
possibleSameStore: Boolean
|
|
1802
1806
|
}
|
|
1803
1807
|
|
|
1804
1808
|
type Release {
|
|
@@ -2723,4 +2727,4 @@ type Query {
|
|
|
2723
2727
|
getReleases(input: RequestGetReleasesInput): ResponseGetReleases
|
|
2724
2728
|
getRelease(input: RequestReleaseInput): ResponseGetRelease
|
|
2725
2729
|
getSelectedResources(input: RequestGetSelectedResourcesInput): ResponseGetSelectedResources
|
|
2726
|
-
}`;
|
|
2730
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -828,6 +828,8 @@ input RequestUpdateProjectInput {
|
|
|
828
828
|
blockletTitle: String
|
|
829
829
|
blockletDescription: String
|
|
830
830
|
blockletIntroduction: String
|
|
831
|
+
autoUpload: Boolean
|
|
832
|
+
possibleSameStore: Boolean
|
|
831
833
|
}
|
|
832
834
|
|
|
833
835
|
input RequestUpdateRoutingRuleInput {
|
|
@@ -1799,6 +1801,8 @@ type Project {
|
|
|
1799
1801
|
connectedStores: [ConnectedStore!]
|
|
1800
1802
|
tenantScope: String
|
|
1801
1803
|
createdBy: String
|
|
1804
|
+
autoUpload: Boolean
|
|
1805
|
+
possibleSameStore: Boolean
|
|
1802
1806
|
}
|
|
1803
1807
|
|
|
1804
1808
|
type Release {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29
|
|
6
|
+
"version": "1.16.29",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "6c49cffcab4fd0dffc6bed261a5eddf733280ae7",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|