@telia-ace/alliance-portal 1.0.5-next.1 → 1.0.5-next.2
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 +122 -115
- package/LICENSE.txt +8 -8
- package/README.md +3 -3
- package/dist/app.controller.js +138 -138
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,115 +1,122 @@
|
|
|
1
|
-
# @telia-ace/alliance-portal
|
|
2
|
-
|
|
3
|
-
## 1.0.5-next.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- Updated dependencies [fd378fe]
|
|
33
|
-
- @telia-ace/alliance-internal-node-utilities@1.0.1
|
|
34
|
-
|
|
35
|
-
## 1.0.4-next.
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
## 1.0.1-next.
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
## 1.0.1-next.
|
|
112
|
-
|
|
113
|
-
### Patch Changes
|
|
114
|
-
|
|
115
|
-
-
|
|
1
|
+
# @telia-ace/alliance-portal
|
|
2
|
+
|
|
3
|
+
## 1.0.5-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9c6dc92]
|
|
8
|
+
- @telia-ace/alliance-internal-node-utilities@1.0.2-next.1
|
|
9
|
+
|
|
10
|
+
## 1.0.5-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 59f0d3f: Remove unnecessary scripts.
|
|
15
|
+
- Updated dependencies [59f0d3f]
|
|
16
|
+
- @telia-ace/alliance-internal-node-utilities@1.0.2-next.0
|
|
17
|
+
|
|
18
|
+
## 1.0.5-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 8763155: Update all dependencies to latest.
|
|
23
|
+
|
|
24
|
+
## 1.0.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 511ba31: Implement exception handling with error codes linking to [SDK error code wiki on GitHub](https://github.com/telia-company/ace-alliance-sdk/wiki/error-codes) (https://github.com/telia-company/ace-alliance-sdk/issues/24).
|
|
29
|
+
- 236e315: Add cookie policy document route.
|
|
30
|
+
- 511ba31: Add trace logs.
|
|
31
|
+
- 511ba31: Use PinoJS to handle logging, add support for `SERVICE_LOG_LEVEL` environment variable (https://github.com/telia-company/ace-alliance-sdk/issues/24).
|
|
32
|
+
- Updated dependencies [fd378fe]
|
|
33
|
+
- @telia-ace/alliance-internal-node-utilities@1.0.1
|
|
34
|
+
|
|
35
|
+
## 1.0.4-next.2
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [fd378fe]
|
|
40
|
+
- @telia-ace/alliance-internal-node-utilities@1.0.1-next.0
|
|
41
|
+
|
|
42
|
+
## 1.0.4-next.1
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- 511ba31: Implement exception handling with error codes linking to [SDK error code wiki on GitHub](https://github.com/telia-company/ace-alliance-sdk/wiki/error-codes) (https://github.com/telia-company/ace-alliance-sdk/issues/24).
|
|
47
|
+
- 511ba31: Add trace logs.
|
|
48
|
+
- 511ba31: Use PinoJS to handle logging, add support for `SERVICE_LOG_LEVEL` environment variable (https://github.com/telia-company/ace-alliance-sdk/issues/24).
|
|
49
|
+
|
|
50
|
+
## 1.0.4-next.0
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- 236e315: Add cookie policy document route.
|
|
55
|
+
|
|
56
|
+
## 1.0.3
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- a327e4e: Replace Passport.js with `express-openid-connect`.
|
|
61
|
+
|
|
62
|
+
## 1.0.3-next.0
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- a327e4e: Replace Passport.js with `express-openid-connect`.
|
|
67
|
+
|
|
68
|
+
## 1.0.2
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- 1ea5886: Sync the Alliance JWT content with its .NET counterpart.
|
|
73
|
+
|
|
74
|
+
## 1.0.2-next.0
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- 2452588: Sync the Alliance JWT content with its .NET counterpart.
|
|
79
|
+
|
|
80
|
+
## 1.0.1
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- 0397918: Regenerate GraphQL TypeScript.
|
|
85
|
+
- 1569c8b: Support `WEBPROVISIONS_DISTRIBUTION_URL` configuration value.
|
|
86
|
+
- c89a20d: Add loader to portal HTML.
|
|
87
|
+
- 1569c8b: Use enums for configuration.
|
|
88
|
+
- 69d2ced: Create new users in database after logging in.
|
|
89
|
+
- 51a6f19: Add `@telia-ace/alliance-portal` package.
|
|
90
|
+
- 69d2ced: Update all dependencies to latest.
|
|
91
|
+
|
|
92
|
+
## 1.0.1-next.4
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- 0397918: Regenerate GraphQL TypeScript.
|
|
97
|
+
|
|
98
|
+
## 1.0.1-next.3
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- 69d2ced: Create new users in database after logging in.
|
|
103
|
+
- 69d2ced: Update all dependencies to latest.
|
|
104
|
+
|
|
105
|
+
## 1.0.1-next.2
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- c89a20d: Add loader to portal HTML.
|
|
110
|
+
|
|
111
|
+
## 1.0.1-next.1
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- 1569c8b: Support `WEBPROVISIONS_DISTRIBUTION_URL` configuration value.
|
|
116
|
+
- 1569c8b: Use enums for configuration.
|
|
117
|
+
|
|
118
|
+
## 1.0.1-next.0
|
|
119
|
+
|
|
120
|
+
### Patch Changes
|
|
121
|
+
|
|
122
|
+
- 51a6f19: Add `@telia-ace/alliance-portal` package.
|
package/LICENSE.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
(c) Copyright Telia Company AB 2023
|
|
2
|
-
|
|
3
|
-
This software may be used and/or copied only with the written
|
|
4
|
-
permission from Telia Company AB, or in accordance with
|
|
5
|
-
the terms and conditions stipulated in the agreement/contract
|
|
6
|
-
under which the software has been supplied.
|
|
7
|
-
All rights reserved.
|
|
8
|
-
|
|
1
|
+
(c) Copyright Telia Company AB 2023
|
|
2
|
+
|
|
3
|
+
This software may be used and/or copied only with the written
|
|
4
|
+
permission from Telia Company AB, or in accordance with
|
|
5
|
+
the terms and conditions stipulated in the agreement/contract
|
|
6
|
+
under which the software has been supplied.
|
|
7
|
+
All rights reserved.
|
|
8
|
+
|
|
9
9
|
Software packages under the scopes @telia-ace, @webprovisions and @webprovisions-registry are also subjected to the above statement.
|
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# ACE Alliance portal
|
|
2
|
-
|
|
3
|
-
ACE Alliance portal.
|
|
1
|
+
# ACE Alliance portal
|
|
2
|
+
|
|
3
|
+
ACE Alliance portal.
|
package/dist/app.controller.js
CHANGED
|
@@ -83,145 +83,145 @@ exports.AppController = AppController = __decorate([
|
|
|
83
83
|
axios_1.HttpService])
|
|
84
84
|
], AppController);
|
|
85
85
|
// Taken from https://loading.io/css
|
|
86
|
-
const loader = `
|
|
87
|
-
<style>
|
|
88
|
-
.alliance-portal-loader-wrapper {
|
|
89
|
-
position: fixed;
|
|
90
|
-
inset: 0;
|
|
91
|
-
display: flex;
|
|
92
|
-
justify-content: center;
|
|
93
|
-
align-items: center;
|
|
94
|
-
}
|
|
95
|
-
.alliance-portal-loader {
|
|
96
|
-
display: inline-block;
|
|
97
|
-
position: relative;
|
|
98
|
-
width: 80px;
|
|
99
|
-
height: 80px;
|
|
100
|
-
}
|
|
101
|
-
.alliance-portal-loader div {
|
|
102
|
-
animation: alliance-portal-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
103
|
-
transform-origin: 40px 40px;
|
|
104
|
-
}
|
|
105
|
-
.alliance-portal-loader div:after {
|
|
106
|
-
content: ' ';
|
|
107
|
-
display: block;
|
|
108
|
-
position: absolute;
|
|
109
|
-
width: 7px;
|
|
110
|
-
height: 7px;
|
|
111
|
-
border-radius: 50%;
|
|
112
|
-
background: #29003e;
|
|
113
|
-
margin: -4px 0 0 -4px;
|
|
114
|
-
}
|
|
115
|
-
.alliance-portal-loader div:nth-child(1) {
|
|
116
|
-
animation-delay: -0.036s;
|
|
117
|
-
}
|
|
118
|
-
.alliance-portal-loader div:nth-child(1):after {
|
|
119
|
-
top: 63px;
|
|
120
|
-
left: 63px;
|
|
121
|
-
}
|
|
122
|
-
.alliance-portal-loader div:nth-child(2) {
|
|
123
|
-
animation-delay: -0.072s;
|
|
124
|
-
}
|
|
125
|
-
.alliance-portal-loader div:nth-child(2):after {
|
|
126
|
-
top: 68px;
|
|
127
|
-
left: 56px;
|
|
128
|
-
}
|
|
129
|
-
.alliance-portal-loader div:nth-child(3) {
|
|
130
|
-
animation-delay: -0.108s;
|
|
131
|
-
}
|
|
132
|
-
.alliance-portal-loader div:nth-child(3):after {
|
|
133
|
-
top: 71px;
|
|
134
|
-
left: 48px;
|
|
135
|
-
}
|
|
136
|
-
.alliance-portal-loader div:nth-child(4) {
|
|
137
|
-
animation-delay: -0.144s;
|
|
138
|
-
}
|
|
139
|
-
.alliance-portal-loader div:nth-child(4):after {
|
|
140
|
-
top: 72px;
|
|
141
|
-
left: 40px;
|
|
142
|
-
}
|
|
143
|
-
.alliance-portal-loader div:nth-child(5) {
|
|
144
|
-
animation-delay: -0.18s;
|
|
145
|
-
}
|
|
146
|
-
.alliance-portal-loader div:nth-child(5):after {
|
|
147
|
-
top: 71px;
|
|
148
|
-
left: 32px;
|
|
149
|
-
}
|
|
150
|
-
.alliance-portal-loader div:nth-child(6) {
|
|
151
|
-
animation-delay: -0.216s;
|
|
152
|
-
}
|
|
153
|
-
.alliance-portal-loader div:nth-child(6):after {
|
|
154
|
-
top: 68px;
|
|
155
|
-
left: 24px;
|
|
156
|
-
}
|
|
157
|
-
.alliance-portal-loader div:nth-child(7) {
|
|
158
|
-
animation-delay: -0.252s;
|
|
159
|
-
}
|
|
160
|
-
.alliance-portal-loader div:nth-child(7):after {
|
|
161
|
-
top: 63px;
|
|
162
|
-
left: 17px;
|
|
163
|
-
}
|
|
164
|
-
.alliance-portal-loader div:nth-child(8) {
|
|
165
|
-
animation-delay: -0.288s;
|
|
166
|
-
}
|
|
167
|
-
.alliance-portal-loader div:nth-child(8):after {
|
|
168
|
-
top: 56px;
|
|
169
|
-
left: 12px;
|
|
170
|
-
}
|
|
171
|
-
@keyframes alliance-portal-loader {
|
|
172
|
-
0% {
|
|
173
|
-
transform: rotate(0deg);
|
|
174
|
-
}
|
|
175
|
-
100% {
|
|
176
|
-
transform: rotate(360deg);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
</style>
|
|
180
|
-
<div class="alliance-portal-loader-wrapper">
|
|
181
|
-
<div class="alliance-portal-loader">
|
|
182
|
-
<div></div>
|
|
183
|
-
<div></div>
|
|
184
|
-
<div></div>
|
|
185
|
-
<div></div>
|
|
186
|
-
<div></div>
|
|
187
|
-
<div></div>
|
|
188
|
-
<div></div>
|
|
189
|
-
<div></div>
|
|
190
|
-
</div>
|
|
191
|
-
</div>
|
|
86
|
+
const loader = `
|
|
87
|
+
<style>
|
|
88
|
+
.alliance-portal-loader-wrapper {
|
|
89
|
+
position: fixed;
|
|
90
|
+
inset: 0;
|
|
91
|
+
display: flex;
|
|
92
|
+
justify-content: center;
|
|
93
|
+
align-items: center;
|
|
94
|
+
}
|
|
95
|
+
.alliance-portal-loader {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
position: relative;
|
|
98
|
+
width: 80px;
|
|
99
|
+
height: 80px;
|
|
100
|
+
}
|
|
101
|
+
.alliance-portal-loader div {
|
|
102
|
+
animation: alliance-portal-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
103
|
+
transform-origin: 40px 40px;
|
|
104
|
+
}
|
|
105
|
+
.alliance-portal-loader div:after {
|
|
106
|
+
content: ' ';
|
|
107
|
+
display: block;
|
|
108
|
+
position: absolute;
|
|
109
|
+
width: 7px;
|
|
110
|
+
height: 7px;
|
|
111
|
+
border-radius: 50%;
|
|
112
|
+
background: #29003e;
|
|
113
|
+
margin: -4px 0 0 -4px;
|
|
114
|
+
}
|
|
115
|
+
.alliance-portal-loader div:nth-child(1) {
|
|
116
|
+
animation-delay: -0.036s;
|
|
117
|
+
}
|
|
118
|
+
.alliance-portal-loader div:nth-child(1):after {
|
|
119
|
+
top: 63px;
|
|
120
|
+
left: 63px;
|
|
121
|
+
}
|
|
122
|
+
.alliance-portal-loader div:nth-child(2) {
|
|
123
|
+
animation-delay: -0.072s;
|
|
124
|
+
}
|
|
125
|
+
.alliance-portal-loader div:nth-child(2):after {
|
|
126
|
+
top: 68px;
|
|
127
|
+
left: 56px;
|
|
128
|
+
}
|
|
129
|
+
.alliance-portal-loader div:nth-child(3) {
|
|
130
|
+
animation-delay: -0.108s;
|
|
131
|
+
}
|
|
132
|
+
.alliance-portal-loader div:nth-child(3):after {
|
|
133
|
+
top: 71px;
|
|
134
|
+
left: 48px;
|
|
135
|
+
}
|
|
136
|
+
.alliance-portal-loader div:nth-child(4) {
|
|
137
|
+
animation-delay: -0.144s;
|
|
138
|
+
}
|
|
139
|
+
.alliance-portal-loader div:nth-child(4):after {
|
|
140
|
+
top: 72px;
|
|
141
|
+
left: 40px;
|
|
142
|
+
}
|
|
143
|
+
.alliance-portal-loader div:nth-child(5) {
|
|
144
|
+
animation-delay: -0.18s;
|
|
145
|
+
}
|
|
146
|
+
.alliance-portal-loader div:nth-child(5):after {
|
|
147
|
+
top: 71px;
|
|
148
|
+
left: 32px;
|
|
149
|
+
}
|
|
150
|
+
.alliance-portal-loader div:nth-child(6) {
|
|
151
|
+
animation-delay: -0.216s;
|
|
152
|
+
}
|
|
153
|
+
.alliance-portal-loader div:nth-child(6):after {
|
|
154
|
+
top: 68px;
|
|
155
|
+
left: 24px;
|
|
156
|
+
}
|
|
157
|
+
.alliance-portal-loader div:nth-child(7) {
|
|
158
|
+
animation-delay: -0.252s;
|
|
159
|
+
}
|
|
160
|
+
.alliance-portal-loader div:nth-child(7):after {
|
|
161
|
+
top: 63px;
|
|
162
|
+
left: 17px;
|
|
163
|
+
}
|
|
164
|
+
.alliance-portal-loader div:nth-child(8) {
|
|
165
|
+
animation-delay: -0.288s;
|
|
166
|
+
}
|
|
167
|
+
.alliance-portal-loader div:nth-child(8):after {
|
|
168
|
+
top: 56px;
|
|
169
|
+
left: 12px;
|
|
170
|
+
}
|
|
171
|
+
@keyframes alliance-portal-loader {
|
|
172
|
+
0% {
|
|
173
|
+
transform: rotate(0deg);
|
|
174
|
+
}
|
|
175
|
+
100% {
|
|
176
|
+
transform: rotate(360deg);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
</style>
|
|
180
|
+
<div class="alliance-portal-loader-wrapper">
|
|
181
|
+
<div class="alliance-portal-loader">
|
|
182
|
+
<div></div>
|
|
183
|
+
<div></div>
|
|
184
|
+
<div></div>
|
|
185
|
+
<div></div>
|
|
186
|
+
<div></div>
|
|
187
|
+
<div></div>
|
|
188
|
+
<div></div>
|
|
189
|
+
<div></div>
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
192
192
|
`;
|
|
193
193
|
function htmlTemplate(distributionUrl, distributionOpts) {
|
|
194
|
-
return `
|
|
195
|
-
<!DOCTYPE html>
|
|
196
|
-
<html lang="en">
|
|
197
|
-
|
|
198
|
-
<head>
|
|
199
|
-
<meta charset="UTF-8" />
|
|
200
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
201
|
-
<title>Alliance Portal</title>
|
|
202
|
-
<link rel="icon"
|
|
203
|
-
href="data:image/png;base64,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" />
|
|
204
|
-
</head>
|
|
205
|
-
|
|
206
|
-
<body>
|
|
207
|
-
<script>
|
|
208
|
-
/* WEBPROVISIONS */
|
|
209
|
-
!function(e,n){var o=n||{},c=document,t=window,s=function(n,o){e+=(e.indexOf("?")>-1?"&":"?")+encodeURIComponent(n)+"="
|
|
210
|
-
+encodeURIComponent(o)},i=/[?&]{1}(wp[^=]*)=([^&#]*)/g,r=c.getElementsByTagName("script")[0],p=c.createElement("script");p.type="module";e=e+"/index.js";
|
|
211
|
-
for(t.webprovisions=t.webprovisions||{_c:[],configure:function(){t.webprovisions._c.push(arguments)}};matches=i.exec(t.location.search);)
|
|
212
|
-
s(matches[1],matches[2]);Object.keys(o).forEach((function(e){s("wp-"+e,o[e])})),p.async=!0,p.src=e,r.parentNode.insertBefore(p,r)}
|
|
213
|
-
/**
|
|
214
|
-
* Configure the implementation by specifying a remote endpoint with optional arguments.
|
|
215
|
-
* url - The url to the remote endpoint for the implementation.
|
|
216
|
-
* args - Object containing optional arguments for the implementation.
|
|
217
|
-
*/
|
|
218
|
-
("${distributionUrl}", ${JSON.stringify(distributionOpts)})
|
|
219
|
-
</script>
|
|
220
|
-
|
|
221
|
-
${loader}
|
|
222
|
-
|
|
223
|
-
</body>
|
|
224
|
-
|
|
225
|
-
</html>
|
|
194
|
+
return `
|
|
195
|
+
<!DOCTYPE html>
|
|
196
|
+
<html lang="en">
|
|
197
|
+
|
|
198
|
+
<head>
|
|
199
|
+
<meta charset="UTF-8" />
|
|
200
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
201
|
+
<title>Alliance Portal</title>
|
|
202
|
+
<link rel="icon"
|
|
203
|
+
href="data:image/png;base64,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" />
|
|
204
|
+
</head>
|
|
205
|
+
|
|
206
|
+
<body>
|
|
207
|
+
<script>
|
|
208
|
+
/* WEBPROVISIONS */
|
|
209
|
+
!function(e,n){var o=n||{},c=document,t=window,s=function(n,o){e+=(e.indexOf("?")>-1?"&":"?")+encodeURIComponent(n)+"="
|
|
210
|
+
+encodeURIComponent(o)},i=/[?&]{1}(wp[^=]*)=([^&#]*)/g,r=c.getElementsByTagName("script")[0],p=c.createElement("script");p.type="module";e=e+"/index.js";
|
|
211
|
+
for(t.webprovisions=t.webprovisions||{_c:[],configure:function(){t.webprovisions._c.push(arguments)}};matches=i.exec(t.location.search);)
|
|
212
|
+
s(matches[1],matches[2]);Object.keys(o).forEach((function(e){s("wp-"+e,o[e])})),p.async=!0,p.src=e,r.parentNode.insertBefore(p,r)}
|
|
213
|
+
/**
|
|
214
|
+
* Configure the implementation by specifying a remote endpoint with optional arguments.
|
|
215
|
+
* url - The url to the remote endpoint for the implementation.
|
|
216
|
+
* args - Object containing optional arguments for the implementation.
|
|
217
|
+
*/
|
|
218
|
+
("${distributionUrl}", ${JSON.stringify(distributionOpts)})
|
|
219
|
+
</script>
|
|
220
|
+
|
|
221
|
+
${loader}
|
|
222
|
+
|
|
223
|
+
</body>
|
|
224
|
+
|
|
225
|
+
</html>
|
|
226
226
|
`;
|
|
227
227
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-portal",
|
|
3
|
-
"version": "1.0.5-next.
|
|
3
|
+
"version": "1.0.5-next.2",
|
|
4
4
|
"description": "ACE Alliance portal",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@nestjs/config": "^3.0.0",
|
|
20
20
|
"@nestjs/core": "^10.1.0",
|
|
21
21
|
"@nestjs/platform-express": "^10.1.0",
|
|
22
|
-
"@telia-ace/alliance-internal-node-utilities": "1.0.2-next.
|
|
22
|
+
"@telia-ace/alliance-internal-node-utilities": "1.0.2-next.1",
|
|
23
23
|
"express-openid-connect": "^2.16.0",
|
|
24
24
|
"graphql": "^16.7.1",
|
|
25
25
|
"graphql-request": "^6.1.0",
|