@forge/cli 10.12.1-next.2 → 10.13.0-next.18
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/CHANGELOG.md +167 -0
- package/npm-shrinkwrap.json +93 -54
- package/out/autocomplete/autocomplete-config.json +23 -0
- package/out/command-line/controller/deploy-controller.d.ts +3 -1
- package/out/command-line/controller/deploy-controller.d.ts.map +1 -1
- package/out/command-line/controller/deploy-controller.js +15 -6
- package/out/command-line/controller/eligibility-controller.d.ts +14 -0
- package/out/command-line/controller/eligibility-controller.d.ts.map +1 -0
- package/out/command-line/controller/eligibility-controller.js +21 -0
- package/out/command-line/controller/install-controller.d.ts +7 -1
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +55 -4
- package/out/command-line/dependency-injection.d.ts +2 -0
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +11 -5
- package/out/command-line/index.d.ts.map +1 -1
- package/out/command-line/index.js +2 -0
- package/out/command-line/register-eligibility-commands.d.ts +4 -0
- package/out/command-line/register-eligibility-commands.d.ts.map +1 -0
- package/out/command-line/register-eligibility-commands.js +29 -0
- package/out/command-line/register-installation-commands.d.ts.map +1 -1
- package/out/command-line/register-installation-commands.js +5 -1
- package/out/command-line/view/deploy-view.d.ts +2 -0
- package/out/command-line/view/deploy-view.d.ts.map +1 -1
- package/out/command-line/view/deploy-view.js +8 -0
- package/out/command-line/view/eligibility-view.d.ts +11 -0
- package/out/command-line/view/eligibility-view.d.ts.map +1 -0
- package/out/command-line/view/eligibility-view.js +25 -0
- package/out/deploy/packager/packager.d.ts +2 -4
- package/out/deploy/packager/packager.d.ts.map +1 -1
- package/out/deploy/packager/packager.js +2 -5
- package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
- package/out/deploy/packager/runtime-bundler.js +4 -6
- package/out/eligibility/graphql-client.d.ts +21 -0
- package/out/eligibility/graphql-client.d.ts.map +1 -0
- package/out/eligibility/graphql-client.js +74 -0
- package/out/installations/graphql-client.d.ts +1 -1
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +3 -2
- package/out/installations/install-app-site.d.ts +3 -2
- package/out/installations/install-app-site.d.ts.map +1 -1
- package/out/installations/install-app-site.js +3 -2
- package/out/service/roa-service.d.ts +18 -0
- package/out/service/roa-service.d.ts.map +1 -0
- package/out/service/roa-service.js +22 -0
- package/package.json +6 -6
- package/out/deploy/packager/nativeui-bundler.d.ts +0 -13
- package/out/deploy/packager/nativeui-bundler.d.ts.map +0 -1
- package/out/deploy/packager/nativeui-bundler.js +0 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,172 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 10.13.0-next.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e5b1457]
|
|
8
|
+
- @forge/tunnel@5.7.0-next.18
|
|
9
|
+
|
|
10
|
+
## 10.13.0-next.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [d6eb4d8]
|
|
15
|
+
- @forge/bundler@4.20.1-next.16
|
|
16
|
+
- @forge/tunnel@5.7.0-next.17
|
|
17
|
+
|
|
18
|
+
## 10.13.0-next.16
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- @forge/bundler@4.20.1-next.15
|
|
23
|
+
- @forge/tunnel@5.7.0-next.16
|
|
24
|
+
|
|
25
|
+
## 10.13.0-next.15
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [d93dd92]
|
|
30
|
+
- @forge/manifest@8.1.0-next.8
|
|
31
|
+
- @forge/bundler@4.20.1-next.14
|
|
32
|
+
- @forge/cli-shared@6.4.0-next.13
|
|
33
|
+
- @forge/lint@5.6.1-next.13
|
|
34
|
+
- @forge/tunnel@5.7.0-next.15
|
|
35
|
+
|
|
36
|
+
## 10.13.0-next.14
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [cc6571c]
|
|
41
|
+
- @forge/cli-shared@6.4.0-next.12
|
|
42
|
+
- @forge/bundler@4.20.1-next.13
|
|
43
|
+
- @forge/lint@5.6.1-next.12
|
|
44
|
+
- @forge/tunnel@5.7.0-next.14
|
|
45
|
+
|
|
46
|
+
## 10.13.0-next.13
|
|
47
|
+
|
|
48
|
+
### Minor Changes
|
|
49
|
+
|
|
50
|
+
- 94b5a3d: Add RoA eligibility message post deployment
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [94b5a3d]
|
|
55
|
+
- @forge/cli-shared@6.4.0-next.11
|
|
56
|
+
- @forge/bundler@4.20.1-next.12
|
|
57
|
+
- @forge/lint@5.6.1-next.11
|
|
58
|
+
- @forge/tunnel@5.7.0-next.13
|
|
59
|
+
|
|
60
|
+
## 10.13.0-next.12
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [5c5aa55]
|
|
65
|
+
- @forge/manifest@8.1.0-next.7
|
|
66
|
+
- @forge/bundler@4.20.1-next.11
|
|
67
|
+
- @forge/cli-shared@6.4.0-next.10
|
|
68
|
+
- @forge/lint@5.6.1-next.10
|
|
69
|
+
- @forge/tunnel@5.7.0-next.12
|
|
70
|
+
|
|
71
|
+
## 10.13.0-next.11
|
|
72
|
+
|
|
73
|
+
### Minor Changes
|
|
74
|
+
|
|
75
|
+
- 08c832b: Add support for license-modes and users-with-access options in the forge install command
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- Updated dependencies [08c832b]
|
|
80
|
+
- @forge/cli-shared@6.4.0-next.9
|
|
81
|
+
- @forge/bundler@4.20.1-next.10
|
|
82
|
+
- @forge/lint@5.6.1-next.9
|
|
83
|
+
- @forge/tunnel@5.7.0-next.11
|
|
84
|
+
|
|
85
|
+
## 10.12.1-next.10
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [34fe2fa]
|
|
90
|
+
- Updated dependencies [c3a2fca]
|
|
91
|
+
- @forge/cli-shared@6.4.0-next.8
|
|
92
|
+
- @forge/manifest@8.1.0-next.6
|
|
93
|
+
- @forge/bundler@4.20.1-next.9
|
|
94
|
+
- @forge/lint@5.6.1-next.8
|
|
95
|
+
- @forge/tunnel@5.7.0-next.10
|
|
96
|
+
|
|
97
|
+
## 10.12.1-next.9
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [2993e98]
|
|
102
|
+
- @forge/manifest@8.1.0-next.5
|
|
103
|
+
- @forge/bundler@4.20.1-next.8
|
|
104
|
+
- @forge/cli-shared@6.4.0-next.7
|
|
105
|
+
- @forge/lint@5.6.1-next.7
|
|
106
|
+
- @forge/tunnel@5.7.0-next.9
|
|
107
|
+
|
|
108
|
+
## 10.12.1-next.8
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- 34e19bb: Refactor Bundler to support watching
|
|
113
|
+
- Updated dependencies [34e19bb]
|
|
114
|
+
- @forge/bundler@4.20.1-next.7
|
|
115
|
+
- @forge/tunnel@5.7.0-next.8
|
|
116
|
+
|
|
117
|
+
## 10.12.1-next.7
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [a2eed13]
|
|
122
|
+
- Updated dependencies [80f2659]
|
|
123
|
+
- Updated dependencies [6fddb0a]
|
|
124
|
+
- Updated dependencies [cefd0cd]
|
|
125
|
+
- @forge/cli-shared@6.4.0-next.6
|
|
126
|
+
- @forge/manifest@8.1.0-next.4
|
|
127
|
+
- @forge/bundler@4.20.1-next.6
|
|
128
|
+
- @forge/lint@5.6.1-next.6
|
|
129
|
+
- @forge/tunnel@5.7.0-next.7
|
|
130
|
+
|
|
131
|
+
## 10.12.1-next.6
|
|
132
|
+
|
|
133
|
+
### Patch Changes
|
|
134
|
+
|
|
135
|
+
- Updated dependencies [85663fe]
|
|
136
|
+
- @forge/cli-shared@6.4.0-next.5
|
|
137
|
+
- @forge/lint@5.6.1-next.5
|
|
138
|
+
- @forge/bundler@4.20.1-next.5
|
|
139
|
+
- @forge/tunnel@5.7.0-next.6
|
|
140
|
+
|
|
141
|
+
## 10.12.1-next.5
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [319c5aa]
|
|
146
|
+
- Updated dependencies [88b77fc]
|
|
147
|
+
- @forge/manifest@8.1.0-next.3
|
|
148
|
+
- @forge/bundler@4.20.1-next.4
|
|
149
|
+
- @forge/cli-shared@6.4.0-next.4
|
|
150
|
+
- @forge/lint@5.6.1-next.4
|
|
151
|
+
- @forge/tunnel@5.7.0-next.5
|
|
152
|
+
|
|
153
|
+
## 10.12.1-next.4
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- Updated dependencies [3d8c83f]
|
|
158
|
+
- @forge/manifest@8.1.0-next.2
|
|
159
|
+
- @forge/bundler@4.20.1-next.3
|
|
160
|
+
- @forge/cli-shared@6.4.0-next.3
|
|
161
|
+
- @forge/lint@5.6.1-next.3
|
|
162
|
+
- @forge/tunnel@5.7.0-next.4
|
|
163
|
+
|
|
164
|
+
## 10.12.1-next.3
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- @forge/tunnel@5.7.0-next.3
|
|
169
|
+
|
|
3
170
|
## 10.12.1-next.2
|
|
4
171
|
|
|
5
172
|
### Patch Changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.13.0-next.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@forge/cli",
|
|
9
|
-
"version": "10.
|
|
9
|
+
"version": "10.13.0-next.18",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "UNLICENSED",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@forge/bundler": "4.20.1-next.
|
|
14
|
-
"@forge/cli-shared": "6.4.0-next.
|
|
13
|
+
"@forge/bundler": "4.20.1-next.16",
|
|
14
|
+
"@forge/cli-shared": "6.4.0-next.13",
|
|
15
15
|
"@forge/egress": "1.2.13",
|
|
16
16
|
"@forge/i18n": "0.0.2",
|
|
17
|
-
"@forge/lint": "5.6.1-next.
|
|
18
|
-
"@forge/manifest": "8.0
|
|
17
|
+
"@forge/lint": "5.6.1-next.13",
|
|
18
|
+
"@forge/manifest": "8.1.0-next.8",
|
|
19
19
|
"@forge/runtime": "5.10.3",
|
|
20
|
-
"@forge/tunnel": "5.7.0-next.
|
|
20
|
+
"@forge/tunnel": "5.7.0-next.18",
|
|
21
21
|
"@forge/util": "1.4.5",
|
|
22
22
|
"@sentry/node": "7.106.0",
|
|
23
23
|
"ajv": "^8.12.0",
|
|
@@ -837,9 +837,9 @@
|
|
|
837
837
|
"license": "UNLICENSED"
|
|
838
838
|
},
|
|
839
839
|
"node_modules/@forge/bundler": {
|
|
840
|
-
"version": "4.20.1-next.
|
|
841
|
-
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.20.1-next.
|
|
842
|
-
"integrity": "sha512-
|
|
840
|
+
"version": "4.20.1-next.16",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.20.1-next.16.tgz",
|
|
842
|
+
"integrity": "sha512-UPjAXXeswsrPo/lU8tOYN2oPtffWdXsQVAfNMYyyBWiy7Z5xjhTYnP2Dd7DQ0ZZpNFgWHooz23SU71BmxPfjyA==",
|
|
843
843
|
"license": "UNLICENSED",
|
|
844
844
|
"dependencies": {
|
|
845
845
|
"@babel/core": "^7.24.0",
|
|
@@ -849,12 +849,12 @@
|
|
|
849
849
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
850
850
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
851
851
|
"@babel/preset-typescript": "^7.23.3",
|
|
852
|
-
"@forge/api": "4.1.
|
|
852
|
+
"@forge/api": "4.1.2-next.0",
|
|
853
853
|
"@forge/babel-plugin-transform-ui": "1.1.19",
|
|
854
|
-
"@forge/cli-shared": "6.4.0-next.
|
|
854
|
+
"@forge/cli-shared": "6.4.0-next.13",
|
|
855
855
|
"@forge/i18n": "0.0.2",
|
|
856
|
-
"@forge/lint": "5.6.1-next.
|
|
857
|
-
"@forge/manifest": "8.0
|
|
856
|
+
"@forge/lint": "5.6.1-next.13",
|
|
857
|
+
"@forge/manifest": "8.1.0-next.8",
|
|
858
858
|
"@forge/util": "1.4.5",
|
|
859
859
|
"assert": "^2.1.0",
|
|
860
860
|
"babel-loader": "^8.3.0",
|
|
@@ -893,9 +893,9 @@
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
"node_modules/@forge/bundler/node_modules/@forge/api": {
|
|
896
|
-
"version": "4.1.
|
|
897
|
-
"resolved": "https://registry.npmjs.org/@forge/api/-/api-4.1.
|
|
898
|
-
"integrity": "sha512-
|
|
896
|
+
"version": "4.1.2-next.0",
|
|
897
|
+
"resolved": "https://registry.npmjs.org/@forge/api/-/api-4.1.2-next.0.tgz",
|
|
898
|
+
"integrity": "sha512-sJpfo7A3POLWkO/PLx/XtEZT9/TjSlOfc2Sioj+Y0oPu/IE3SjcOAv7U77dSywOoCVuTPmERKO33NnNeI7NuUQ==",
|
|
899
899
|
"license": "UNLICENSED",
|
|
900
900
|
"dependencies": {
|
|
901
901
|
"@forge/auth": "0.0.5",
|
|
@@ -913,13 +913,13 @@
|
|
|
913
913
|
"license": "UNLICENSED"
|
|
914
914
|
},
|
|
915
915
|
"node_modules/@forge/cli-shared": {
|
|
916
|
-
"version": "6.4.0-next.
|
|
917
|
-
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.4.0-next.
|
|
918
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "6.4.0-next.13",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.4.0-next.13.tgz",
|
|
918
|
+
"integrity": "sha512-Q87snSA1mlokOPME1/Oij/4eTGhx/zMU4EvjjZG8LRj9DR2zq2BvX5wltkBvTMzapp0ytCA90y72nMw3/3wazQ==",
|
|
919
919
|
"license": "UNLICENSED",
|
|
920
920
|
"dependencies": {
|
|
921
921
|
"@forge/i18n": "0.0.2",
|
|
922
|
-
"@forge/manifest": "8.0
|
|
922
|
+
"@forge/manifest": "8.1.0-next.8",
|
|
923
923
|
"@forge/util": "1.4.5",
|
|
924
924
|
"@sentry/node": "7.106.0",
|
|
925
925
|
"adm-zip": "^0.5.10",
|
|
@@ -953,9 +953,9 @@
|
|
|
953
953
|
}
|
|
954
954
|
},
|
|
955
955
|
"node_modules/@forge/csp": {
|
|
956
|
-
"version": "3.
|
|
957
|
-
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.
|
|
958
|
-
"integrity": "sha512-
|
|
956
|
+
"version": "3.4.0-next.0",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.4.0-next.0.tgz",
|
|
958
|
+
"integrity": "sha512-ZEz+r1LpYha7yt2tXwUL7Ihk4B9B334/8JpXNaMQ1ybSrFL3T5QxNQY/9X7yJezZbTJi3rr4ZCZtIDi/zyLT8g==",
|
|
959
959
|
"license": "UNLICENSED",
|
|
960
960
|
"dependencies": {
|
|
961
961
|
"cheerio": "^0.22.0",
|
|
@@ -981,14 +981,14 @@
|
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"node_modules/@forge/lint": {
|
|
984
|
-
"version": "5.6.1-next.
|
|
985
|
-
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.6.1-next.
|
|
986
|
-
"integrity": "sha512-
|
|
984
|
+
"version": "5.6.1-next.13",
|
|
985
|
+
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.6.1-next.13.tgz",
|
|
986
|
+
"integrity": "sha512-xdMAfU3il/0yhcnlJMAXjHsF/SB6Mxr/tsHGaJkENUiluB/6qZN7gyrK9iKJ/Z6nxEpGgvEzdm/hzy2NR7pXDA==",
|
|
987
987
|
"license": "UNLICENSED",
|
|
988
988
|
"dependencies": {
|
|
989
|
-
"@forge/cli-shared": "6.4.0-next.
|
|
989
|
+
"@forge/cli-shared": "6.4.0-next.13",
|
|
990
990
|
"@forge/egress": "1.2.13",
|
|
991
|
-
"@forge/manifest": "8.0
|
|
991
|
+
"@forge/manifest": "8.1.0-next.8",
|
|
992
992
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
993
993
|
"array.prototype.flatmap": "^1.3.2",
|
|
994
994
|
"atlassian-openapi": "^1.0.18",
|
|
@@ -997,9 +997,9 @@
|
|
|
997
997
|
}
|
|
998
998
|
},
|
|
999
999
|
"node_modules/@forge/manifest": {
|
|
1000
|
-
"version": "8.0
|
|
1001
|
-
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.0
|
|
1002
|
-
"integrity": "sha512-
|
|
1000
|
+
"version": "8.1.0-next.8",
|
|
1001
|
+
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.1.0-next.8.tgz",
|
|
1002
|
+
"integrity": "sha512-2cALRC4rirugdT8CjFyP3RhHimcv+bGYBop8uB+U0ykQkUO6aHaeQyvAnPo2cDJZKYLuvl4CRDv5j02ayeXG9A==",
|
|
1003
1003
|
"license": "UNLICENSED",
|
|
1004
1004
|
"dependencies": {
|
|
1005
1005
|
"@forge/i18n": "0.0.2",
|
|
@@ -1030,14 +1030,14 @@
|
|
|
1030
1030
|
}
|
|
1031
1031
|
},
|
|
1032
1032
|
"node_modules/@forge/tunnel": {
|
|
1033
|
-
"version": "5.7.0-next.
|
|
1034
|
-
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.7.0-next.
|
|
1035
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "5.7.0-next.18",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.7.0-next.18.tgz",
|
|
1035
|
+
"integrity": "sha512-HNwsV3s4qwaQvg/1+CJPPwd71ABG0Pw723BqYuHg28DE/Q6/dUEBjEBqM5sL4G3eRxAsA+uKms6/l9YiTcwpKA==",
|
|
1036
1036
|
"license": "UNLICENSED",
|
|
1037
1037
|
"dependencies": {
|
|
1038
|
-
"@forge/bundler": "4.20.1-next.
|
|
1039
|
-
"@forge/cli-shared": "6.4.0-next.
|
|
1040
|
-
"@forge/csp": "3.
|
|
1038
|
+
"@forge/bundler": "4.20.1-next.16",
|
|
1039
|
+
"@forge/cli-shared": "6.4.0-next.13",
|
|
1040
|
+
"@forge/csp": "3.4.0-next.0",
|
|
1041
1041
|
"@forge/runtime": "5.10.3",
|
|
1042
1042
|
"chokidar": "^3.6.0",
|
|
1043
1043
|
"cloudflared": "^0.5.2",
|
|
@@ -1306,6 +1306,25 @@
|
|
|
1306
1306
|
"node": ">=8"
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
|
+
"node_modules/@sentry-internal/tracing/node_modules/@sentry/types": {
|
|
1310
|
+
"version": "7.106.0",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.0.tgz",
|
|
1312
|
+
"integrity": "sha1-poSQyNX0tT9wSvTIBTUWXgTCjkI= sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==",
|
|
1313
|
+
"engines": {
|
|
1314
|
+
"node": ">=8"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/@sentry-internal/tracing/node_modules/@sentry/utils": {
|
|
1318
|
+
"version": "7.106.0",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.0.tgz",
|
|
1320
|
+
"integrity": "sha1-pMBfeWcvc0waFHVCgUSrl9L3vqk= sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==",
|
|
1321
|
+
"dependencies": {
|
|
1322
|
+
"@sentry/types": "7.106.0"
|
|
1323
|
+
},
|
|
1324
|
+
"engines": {
|
|
1325
|
+
"node": ">=8"
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1309
1328
|
"node_modules/@sentry/core": {
|
|
1310
1329
|
"version": "7.106.0",
|
|
1311
1330
|
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.106.0.tgz",
|
|
@@ -1318,6 +1337,25 @@
|
|
|
1318
1337
|
"node": ">=8"
|
|
1319
1338
|
}
|
|
1320
1339
|
},
|
|
1340
|
+
"node_modules/@sentry/core/node_modules/@sentry/types": {
|
|
1341
|
+
"version": "7.106.0",
|
|
1342
|
+
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.0.tgz",
|
|
1343
|
+
"integrity": "sha1-poSQyNX0tT9wSvTIBTUWXgTCjkI= sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==",
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">=8"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/@sentry/core/node_modules/@sentry/utils": {
|
|
1349
|
+
"version": "7.106.0",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.0.tgz",
|
|
1351
|
+
"integrity": "sha1-pMBfeWcvc0waFHVCgUSrl9L3vqk= sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==",
|
|
1352
|
+
"dependencies": {
|
|
1353
|
+
"@sentry/types": "7.106.0"
|
|
1354
|
+
},
|
|
1355
|
+
"engines": {
|
|
1356
|
+
"node": ">=8"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1321
1359
|
"node_modules/@sentry/node": {
|
|
1322
1360
|
"version": "7.106.0",
|
|
1323
1361
|
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.106.0.tgz",
|
|
@@ -1332,7 +1370,7 @@
|
|
|
1332
1370
|
"node": ">=8"
|
|
1333
1371
|
}
|
|
1334
1372
|
},
|
|
1335
|
-
"node_modules/@sentry/types": {
|
|
1373
|
+
"node_modules/@sentry/node/node_modules/@sentry/types": {
|
|
1336
1374
|
"version": "7.106.0",
|
|
1337
1375
|
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.106.0.tgz",
|
|
1338
1376
|
"integrity": "sha1-poSQyNX0tT9wSvTIBTUWXgTCjkI= sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==",
|
|
@@ -1340,7 +1378,7 @@
|
|
|
1340
1378
|
"node": ">=8"
|
|
1341
1379
|
}
|
|
1342
1380
|
},
|
|
1343
|
-
"node_modules/@sentry/utils": {
|
|
1381
|
+
"node_modules/@sentry/node/node_modules/@sentry/utils": {
|
|
1344
1382
|
"version": "7.106.0",
|
|
1345
1383
|
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.106.0.tgz",
|
|
1346
1384
|
"integrity": "sha1-pMBfeWcvc0waFHVCgUSrl9L3vqk= sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==",
|
|
@@ -6333,17 +6371,6 @@
|
|
|
6333
6371
|
"miller-rabin": "bin/miller-rabin"
|
|
6334
6372
|
}
|
|
6335
6373
|
},
|
|
6336
|
-
"node_modules/mime": {
|
|
6337
|
-
"version": "1.6.0",
|
|
6338
|
-
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
6339
|
-
"integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE= sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
6340
|
-
"bin": {
|
|
6341
|
-
"mime": "cli.js"
|
|
6342
|
-
},
|
|
6343
|
-
"engines": {
|
|
6344
|
-
"node": ">=4"
|
|
6345
|
-
}
|
|
6346
|
-
},
|
|
6347
6374
|
"node_modules/mime-db": {
|
|
6348
6375
|
"version": "1.52.0",
|
|
6349
6376
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
@@ -7803,9 +7830,10 @@
|
|
|
7803
7830
|
}
|
|
7804
7831
|
},
|
|
7805
7832
|
"node_modules/rxjs": {
|
|
7806
|
-
"version": "7.8.
|
|
7807
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.
|
|
7808
|
-
"integrity": "
|
|
7833
|
+
"version": "7.8.1",
|
|
7834
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
7835
|
+
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
7836
|
+
"license": "Apache-2.0",
|
|
7809
7837
|
"dependencies": {
|
|
7810
7838
|
"tslib": "^2.1.0"
|
|
7811
7839
|
}
|
|
@@ -7995,6 +8023,17 @@
|
|
|
7995
8023
|
"node": ">= 0.8"
|
|
7996
8024
|
}
|
|
7997
8025
|
},
|
|
8026
|
+
"node_modules/send/node_modules/mime": {
|
|
8027
|
+
"version": "1.6.0",
|
|
8028
|
+
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
8029
|
+
"integrity": "sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE= sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
8030
|
+
"bin": {
|
|
8031
|
+
"mime": "cli.js"
|
|
8032
|
+
},
|
|
8033
|
+
"engines": {
|
|
8034
|
+
"node": ">=4"
|
|
8035
|
+
}
|
|
8036
|
+
},
|
|
7998
8037
|
"node_modules/send/node_modules/statuses": {
|
|
7999
8038
|
"version": "2.0.1",
|
|
8000
8039
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
@@ -105,6 +105,12 @@
|
|
|
105
105
|
"--license": {
|
|
106
106
|
"requireUserArg": true
|
|
107
107
|
},
|
|
108
|
+
"--license-modes": {
|
|
109
|
+
"requireUserArg": true
|
|
110
|
+
},
|
|
111
|
+
"--users-with-access": {
|
|
112
|
+
"requireUserArg": true
|
|
113
|
+
},
|
|
108
114
|
"--non-interactive": {
|
|
109
115
|
"requireUserArg": false
|
|
110
116
|
},
|
|
@@ -235,6 +241,23 @@
|
|
|
235
241
|
"--help": {
|
|
236
242
|
"requireUserArg": false
|
|
237
243
|
}
|
|
244
|
+
},
|
|
245
|
+
"eligibility": {
|
|
246
|
+
"--verbose": {
|
|
247
|
+
"requireUserArg": false
|
|
248
|
+
},
|
|
249
|
+
"--environment": {
|
|
250
|
+
"requireUserArg": true
|
|
251
|
+
},
|
|
252
|
+
"--non-interactive": {
|
|
253
|
+
"requireUserArg": false
|
|
254
|
+
},
|
|
255
|
+
"--major-version": {
|
|
256
|
+
"requireUserArg": true
|
|
257
|
+
},
|
|
258
|
+
"--help": {
|
|
259
|
+
"requireUserArg": false
|
|
260
|
+
}
|
|
238
261
|
}
|
|
239
262
|
},
|
|
240
263
|
"options": {
|
|
@@ -7,6 +7,7 @@ import { PackageUploadDeployCommand } from '../../deploy';
|
|
|
7
7
|
import { DeploymentResult } from '../register-deployment-commands';
|
|
8
8
|
import { CreateEnvironmentCommand } from '../../environment/create-environment';
|
|
9
9
|
import { CustomEntitiesService } from '../../service/custom-entities-service';
|
|
10
|
+
import { RoaService } from '../../service/roa-service';
|
|
10
11
|
interface DeployOptions {
|
|
11
12
|
environment: string;
|
|
12
13
|
verify: boolean;
|
|
@@ -30,6 +31,7 @@ export declare class DeployController {
|
|
|
30
31
|
private readonly configFile;
|
|
31
32
|
private readonly lintService;
|
|
32
33
|
private readonly installationsService;
|
|
34
|
+
private readonly roaService;
|
|
33
35
|
private readonly migrationKeysService;
|
|
34
36
|
private readonly customEntitiesService;
|
|
35
37
|
private readonly appEnvironmentClient;
|
|
@@ -37,7 +39,7 @@ export declare class DeployController {
|
|
|
37
39
|
private readonly sandboxPackageUploadDeployCommand;
|
|
38
40
|
private readonly nodePackageUploadDeployCommand;
|
|
39
41
|
private readonly createEnvironmentCommand;
|
|
40
|
-
constructor(appConfigProvider: AppConfigProvider, configFile: ConfigFile, lintService: LintService, installationsService: InstallationService, migrationKeysService: MigrationKeysService, customEntitiesService: CustomEntitiesService, appEnvironmentClient: AppEnvironmentClient, deployView: DeployView, sandboxPackageUploadDeployCommand: PackageUploadDeployCommand, nodePackageUploadDeployCommand: PackageUploadDeployCommand, createEnvironmentCommand: CreateEnvironmentCommand);
|
|
42
|
+
constructor(appConfigProvider: AppConfigProvider, configFile: ConfigFile, lintService: LintService, installationsService: InstallationService, roaService: RoaService, migrationKeysService: MigrationKeysService, customEntitiesService: CustomEntitiesService, appEnvironmentClient: AppEnvironmentClient, deployView: DeployView, sandboxPackageUploadDeployCommand: PackageUploadDeployCommand, nodePackageUploadDeployCommand: PackageUploadDeployCommand, createEnvironmentCommand: CreateEnvironmentCommand);
|
|
41
43
|
private isMpacProductionApp;
|
|
42
44
|
private connectKeyDeleted;
|
|
43
45
|
private connectKeyChanged;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/deploy-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"deploy-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/deploy-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EAGpB,UAAU,EACV,cAAc,EACd,WAAW,EAIZ,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAA+B,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACzG,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,UAAU,aAAa;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,sBAAuB,SAAQ,WAAW;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM,EAAE;IAItC,aAAa,IAAI,cAAc;IAM/B,WAAW,IAAI,OAAO;CAG9B;AAED,qBAAa,sBAAuB,SAAQ,WAAW;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM;IAGpC,aAAa,IAAI,cAAc;IAM/B,WAAW,IAAI,OAAO;CAG9B;AAED,qBAAa,gBAAgB;IAEzB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,iCAAiC;IAClD,OAAO,CAAC,QAAQ,CAAC,8BAA8B;IAC/C,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBAXxB,iBAAiB,EAAE,iBAAiB,EACpC,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,oBAAoB,EAAE,mBAAmB,EACzC,UAAU,EAAE,UAAU,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,qBAAqB,EAAE,qBAAqB,EAC5C,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,UAAU,EACtB,iCAAiC,EAAE,0BAA0B,EAC7D,8BAA8B,EAAE,0BAA0B,EAC1D,wBAAwB,EAAE,wBAAwB;IAGrE,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,6BAA6B;YAWvB,wBAAwB;YA2BxB,mBAAmB;YA2BnB,oBAAoB;YA4BpB,2BAA2B;YAe3B,wBAAwB;IAkBzB,GAAG,CAAC,EACf,WAAW,EACX,MAAM,EACN,cAAc,EACd,YAAY,EACb,EAAE,aAAa,GAAG,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;CAkFpD"}
|
|
@@ -42,6 +42,7 @@ class DeployController {
|
|
|
42
42
|
configFile;
|
|
43
43
|
lintService;
|
|
44
44
|
installationsService;
|
|
45
|
+
roaService;
|
|
45
46
|
migrationKeysService;
|
|
46
47
|
customEntitiesService;
|
|
47
48
|
appEnvironmentClient;
|
|
@@ -49,11 +50,12 @@ class DeployController {
|
|
|
49
50
|
sandboxPackageUploadDeployCommand;
|
|
50
51
|
nodePackageUploadDeployCommand;
|
|
51
52
|
createEnvironmentCommand;
|
|
52
|
-
constructor(appConfigProvider, configFile, lintService, installationsService, migrationKeysService, customEntitiesService, appEnvironmentClient, deployView, sandboxPackageUploadDeployCommand, nodePackageUploadDeployCommand, createEnvironmentCommand) {
|
|
53
|
+
constructor(appConfigProvider, configFile, lintService, installationsService, roaService, migrationKeysService, customEntitiesService, appEnvironmentClient, deployView, sandboxPackageUploadDeployCommand, nodePackageUploadDeployCommand, createEnvironmentCommand) {
|
|
53
54
|
this.appConfigProvider = appConfigProvider;
|
|
54
55
|
this.configFile = configFile;
|
|
55
56
|
this.lintService = lintService;
|
|
56
57
|
this.installationsService = installationsService;
|
|
58
|
+
this.roaService = roaService;
|
|
57
59
|
this.migrationKeysService = migrationKeysService;
|
|
58
60
|
this.customEntitiesService = customEntitiesService;
|
|
59
61
|
this.appEnvironmentClient = appEnvironmentClient;
|
|
@@ -126,17 +128,24 @@ class DeployController {
|
|
|
126
128
|
}
|
|
127
129
|
}
|
|
128
130
|
}
|
|
129
|
-
async verifyPostDeployment(
|
|
130
|
-
const needsVersionUpdate = await this.installationsService.hasOutdatedProductInstallation(
|
|
131
|
+
async verifyPostDeployment(environmentKey, environmentType, majorVersion) {
|
|
132
|
+
const needsVersionUpdate = await this.installationsService.hasOutdatedProductInstallation(environmentKey);
|
|
131
133
|
if (needsVersionUpdate) {
|
|
132
134
|
this.deployView.displayOutdatedInstallationsMessage();
|
|
133
135
|
}
|
|
136
|
+
const roaEligibility = await this.roaService.getEligibilityStatus(environmentKey, majorVersion);
|
|
137
|
+
if (!roaEligibility.isEligible) {
|
|
138
|
+
this.deployView.displayRoaEligibilityFailureMessage(roaEligibility.appVersion, environmentKey, environmentType);
|
|
139
|
+
}
|
|
140
|
+
else {
|
|
141
|
+
this.deployView.displayRoaEligibilitySuccessMessage(roaEligibility.appVersion, environmentKey, environmentType);
|
|
142
|
+
}
|
|
134
143
|
const manifest = await this.configFile.readConfig();
|
|
135
144
|
if (manifest?.app?.storage?.entities) {
|
|
136
|
-
if (await this.customEntitiesService.isReindexingInProgress(
|
|
145
|
+
if (await this.customEntitiesService.isReindexingInProgress(environmentKey)) {
|
|
137
146
|
this.deployView.displaySuccessfulDeploymentWhileReindexing();
|
|
138
147
|
}
|
|
139
|
-
this.deployView.displayIndexingCommand(
|
|
148
|
+
this.deployView.displayIndexingCommand(environmentKey);
|
|
140
149
|
}
|
|
141
150
|
}
|
|
142
151
|
async confirmAndCreateEnvironment(environment, nonInteractive) {
|
|
@@ -216,7 +225,7 @@ class DeployController {
|
|
|
216
225
|
i18nConfig: config.translations
|
|
217
226
|
}));
|
|
218
227
|
if (verify) {
|
|
219
|
-
await this.verifyPostDeployment(environment);
|
|
228
|
+
await this.verifyPostDeployment(environment, appDetails.environmentType, majorVersion);
|
|
220
229
|
}
|
|
221
230
|
try {
|
|
222
231
|
analytics.analytics.egressPermissionList = await this.configFile.getEgressPermissions();
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RoaService } from '../../service/roa-service';
|
|
2
|
+
import { EligibilityView } from '../view/eligibility-view';
|
|
3
|
+
interface EligibilityOptions {
|
|
4
|
+
environment: string;
|
|
5
|
+
majorVersion?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class EligibilityController {
|
|
8
|
+
private readonly roaService;
|
|
9
|
+
private readonly view;
|
|
10
|
+
constructor(roaService: RoaService, view: EligibilityView);
|
|
11
|
+
checkRoaEligibility({ environment, majorVersion }: EligibilityOptions): Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=eligibility-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eligibility-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/eligibility-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,UAAU,kBAAkB;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,qBAAqB;IAE9B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,IAAI;gBADJ,UAAU,EAAE,UAAU,EACtB,IAAI,EAAE,eAAe;IAG3B,mBAAmB,CAAC,EAAE,WAAW,EAAE,YAAY,EAAE,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAgBnG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EligibilityController = void 0;
|
|
4
|
+
class EligibilityController {
|
|
5
|
+
roaService;
|
|
6
|
+
view;
|
|
7
|
+
constructor(roaService, view) {
|
|
8
|
+
this.roaService = roaService;
|
|
9
|
+
this.view = view;
|
|
10
|
+
}
|
|
11
|
+
async checkRoaEligibility({ environment, majorVersion }) {
|
|
12
|
+
const { reason, isEligible, appVersion, environmentType } = await this.view.displayProgress(() => this.roaService.getEligibilityStatus(environment, majorVersion));
|
|
13
|
+
if (!isEligible) {
|
|
14
|
+
this.view.displayRoaEligibilityFailureMessage(appVersion, environment, environmentType, reason.map((rule) => rule.name));
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
this.view.displayRoaEligibilitySuccessMessage(appVersion, environment, environmentType);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EligibilityController = EligibilityController;
|
|
@@ -12,6 +12,8 @@ interface InstallViewProps {
|
|
|
12
12
|
nonInteractive?: boolean;
|
|
13
13
|
confirmScopes: boolean;
|
|
14
14
|
license?: string;
|
|
15
|
+
licenseModes?: string[];
|
|
16
|
+
usersWithAccess?: string[];
|
|
15
17
|
}
|
|
16
18
|
export declare class NoDeploymentError extends Error {
|
|
17
19
|
constructor(environment: string);
|
|
@@ -33,8 +35,12 @@ export declare class InstallController {
|
|
|
33
35
|
private getUniqueInstallationProductsFromScopes;
|
|
34
36
|
private isValidLicense;
|
|
35
37
|
private validateLicenseOption;
|
|
36
|
-
run({ environment, site, product, upgrade, confirmScopes, license, nonInteractive }: InstallViewProps): Promise<void>;
|
|
38
|
+
run({ environment, site, product, upgrade, confirmScopes, license, licenseModes, usersWithAccess, nonInteractive }: InstallViewProps): Promise<void>;
|
|
37
39
|
private extractAddedScopes;
|
|
40
|
+
private isValidLicenseMode;
|
|
41
|
+
private validateLicenseModes;
|
|
42
|
+
private validateUsersWithAccess;
|
|
43
|
+
private validateEcosystemAppInstallationOverridesInput;
|
|
38
44
|
}
|
|
39
45
|
export {};
|
|
40
46
|
//# sourceMappingURL=install-controller.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/install-controller.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,EAAE,
|
|
1
|
+
{"version":3,"file":"install-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/install-controller.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,EAAE,EAcF,cAAc,EACf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAA6B,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACpG,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,UAAU,gBAAgB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B;AAYD,qBAAa,iBAAkB,SAAQ,KAAK;gBAC9B,WAAW,EAAE,MAAM;CAGhC;AASD,qBAAa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,cAAc;gBANd,iBAAiB,EAAE,iBAAiB,EACpC,UAAU,EAAE,UAAU,EACtB,EAAE,EAAE,EAAE,EACN,qBAAqB,EAAE,qBAAqB,EAC5C,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc;YAGnC,cAAc;YAmBd,gBAAgB;YA6ChB,gBAAgB;YAMhB,aAAa;YAsBb,gBAAgB;IAqB9B,OAAO,CAAC,uCAAuC;IAY/C,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,qBAAqB;IAehB,GAAG,CAAC,EACf,WAAW,EACX,IAAI,EACJ,OAAO,EACP,OAAO,EACP,aAAa,EACb,OAAO,EACP,YAAY,EACZ,eAAe,EACf,cAAc,EACf,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;YA2GrB,kBAAkB;IAUhC,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,oBAAoB;IA8B5B,OAAO,CAAC,uBAAuB;YAoBjB,8CAA8C;CAW7D"}
|