@equinor/fusion-framework-module-services 4.0.1 → 4.1.0
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 +212 -178
- package/dist/esm/people/person-photo/client.js +3 -1
- package/dist/esm/people/person-photo/client.js.map +1 -1
- package/dist/esm/people/person-photo/types.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/people/client.d.ts +1 -1
- package/dist/types/people/person-photo/client.d.ts +2 -2
- package/dist/types/people/person-photo/types.d.ts +2 -1
- package/dist/types/types.d.ts +4 -4
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
- package/src/people/client.ts +1 -1
- package/src/people/person-photo/client.ts +9 -5
- package/src/people/person-photo/types.ts +2 -1
- package/src/types.ts +5 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,99 +1,133 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2181](https://github.com/equinor/fusion-framework/pull/2181) [`ba2379b`](https://github.com/equinor/fusion-framework/commit/ba2379b177f23ccc023894e36e50d7fc56c929c8) Thanks [@odinr](https://github.com/odinr)! - ## @equinor/fusion-framework-module-services
|
|
8
|
+
|
|
9
|
+
Updated the `PeopleApiClient.photo` method to properly type the response as `PersonPhotoApiResponse<TVersion>` instead of `Blob`. This allows for more accurate type checking when using the method.
|
|
10
|
+
|
|
11
|
+
To update your code:
|
|
12
|
+
|
|
13
|
+
- If you are using the `PeopleApiClient.photo` method directly, no changes are needed. The method will now properly type the response.
|
|
14
|
+
- If you have custom type assertions or checks around the response from `PeopleApiClient.photo`, you may need to update them to handle `PersonPhotoApiResponse<TVersion>` instead of `Blob`.
|
|
15
|
+
|
|
16
|
+
Example:
|
|
17
|
+
|
|
18
|
+
```ts
|
|
19
|
+
// Before
|
|
20
|
+
const photoResponse: Blob = await peopleApiClient.photo('v2', 'blob', { azureId: '123' });
|
|
21
|
+
console.log(typeof photoResponse); // Blob
|
|
22
|
+
|
|
23
|
+
// After
|
|
24
|
+
const photoResponse: PersonPhotoApiResponse<'v2'> = await peopleApiClient.photo('v2', 'blob', {
|
|
25
|
+
azureId: '123',
|
|
26
|
+
});
|
|
27
|
+
console.log(typeof photoResponse); // Object - { filename: string, blob: Blob }
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## 4.0.2
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [[`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2), [`fb424be`](https://github.com/equinor/fusion-framework/commit/fb424be24ad9349d01daef91a01c464d7b1413d2)]:
|
|
35
|
+
- @equinor/fusion-framework-module@4.3.1
|
|
36
|
+
|
|
3
37
|
## 4.0.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
6
40
|
|
|
7
|
-
-
|
|
41
|
+
- [#1981](https://github.com/equinor/fusion-framework/pull/1981) [`3d068b5`](https://github.com/equinor/fusion-framework/commit/3d068b5a7b214b62fcae5546f08830ea90f872dc) Thanks [@eikeland](https://github.com/eikeland)! - Align package exports with node10+ documentation.
|
|
8
42
|
|
|
9
43
|
## 4.0.0
|
|
10
44
|
|
|
11
45
|
### Minor Changes
|
|
12
46
|
|
|
13
|
-
-
|
|
47
|
+
- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
|
|
14
48
|
|
|
15
49
|
### Patch Changes
|
|
16
50
|
|
|
17
|
-
-
|
|
18
|
-
|
|
51
|
+
- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
|
|
52
|
+
- @equinor/fusion-framework-module@4.3.0
|
|
19
53
|
|
|
20
54
|
## 3.2.4
|
|
21
55
|
|
|
22
56
|
### Patch Changes
|
|
23
57
|
|
|
24
|
-
-
|
|
25
|
-
|
|
58
|
+
- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
|
|
59
|
+
- @equinor/fusion-framework-module@4.2.7
|
|
26
60
|
|
|
27
61
|
## 3.2.3
|
|
28
62
|
|
|
29
63
|
### Patch Changes
|
|
30
64
|
|
|
31
|
-
-
|
|
65
|
+
- [#1595](https://github.com/equinor/fusion-framework/pull/1595) [`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125) Thanks [@Gustav-Eikaas](https://github.com/Gustav-Eikaas)! - support for module resolution NodeNext & Bundler
|
|
32
66
|
|
|
33
|
-
-
|
|
34
|
-
|
|
67
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
68
|
+
- @equinor/fusion-framework-module@4.2.6
|
|
35
69
|
|
|
36
70
|
## 3.2.2
|
|
37
71
|
|
|
38
72
|
### Patch Changes
|
|
39
73
|
|
|
40
|
-
-
|
|
74
|
+
- [#1282](https://github.com/equinor/fusion-framework/pull/1282) [`ddc31c35`](https://github.com/equinor/fusion-framework/commit/ddc31c3571e36be057095238cf22e78051f423b0) Thanks [@odinr](https://github.com/odinr)! - add util for checking if object is person
|
|
41
75
|
|
|
42
|
-
|
|
76
|
+
> extremely crude, but good enough until backend comes of with new models or endpoint
|
|
43
77
|
|
|
44
|
-
|
|
78
|
+
_updated typings for person v4_
|
|
45
79
|
|
|
46
80
|
## 3.2.1
|
|
47
81
|
|
|
48
82
|
### Patch Changes
|
|
49
83
|
|
|
50
|
-
-
|
|
84
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
51
85
|
|
|
52
|
-
-
|
|
53
|
-
|
|
86
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
87
|
+
- @equinor/fusion-framework-module@4.2.5
|
|
54
88
|
|
|
55
89
|
## 3.2.0
|
|
56
90
|
|
|
57
91
|
### Minor Changes
|
|
58
92
|
|
|
59
|
-
-
|
|
93
|
+
- [#1243](https://github.com/equinor/fusion-framework/pull/1243) [`f277c7fc`](https://github.com/equinor/fusion-framework/commit/f277c7fc54ca2ebe75ba1dda94a0d72eb7c8e15b) Thanks [@odinr](https://github.com/odinr)! - Added person services
|
|
60
94
|
|
|
61
|
-
|
|
95
|
+
> **for internal usage only!**
|
|
62
96
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
97
|
+
- add function for fetching person details
|
|
98
|
+
- add function for querying persons
|
|
99
|
+
- add function for downloading person photo
|
|
66
100
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
101
|
+
```ts
|
|
102
|
+
const personApi = await modules.services.createPeopleClient();
|
|
103
|
+
personApi.query('v2', 'json
|
|
104
|
+
```
|
|
71
105
|
|
|
72
106
|
## 3.1.5
|
|
73
107
|
|
|
74
108
|
### Patch Changes
|
|
75
109
|
|
|
76
|
-
-
|
|
77
|
-
|
|
110
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
111
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
78
112
|
|
|
79
113
|
## 3.1.4
|
|
80
114
|
|
|
81
115
|
### Patch Changes
|
|
82
116
|
|
|
83
|
-
-
|
|
117
|
+
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
84
118
|
|
|
85
|
-
|
|
119
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
86
120
|
|
|
87
|
-
|
|
121
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
88
122
|
|
|
89
|
-
-
|
|
90
|
-
|
|
123
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
124
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
91
125
|
|
|
92
126
|
## 3.1.3
|
|
93
127
|
|
|
94
128
|
### Patch Changes
|
|
95
129
|
|
|
96
|
-
-
|
|
130
|
+
- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
|
|
97
131
|
|
|
98
132
|
All notable changes to this project will be documented in this file.
|
|
99
133
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -110,54 +144,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
110
144
|
|
|
111
145
|
### Features
|
|
112
146
|
|
|
113
|
-
-
|
|
147
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
114
148
|
|
|
115
149
|
### Bug Fixes
|
|
116
150
|
|
|
117
|
-
-
|
|
151
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
118
152
|
|
|
119
153
|
## 3.0.3 (2023-04-24)
|
|
120
154
|
|
|
121
155
|
### Bug Fixes
|
|
122
156
|
|
|
123
|
-
-
|
|
157
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
124
158
|
|
|
125
159
|
## 3.0.2 (2023-04-18)
|
|
126
160
|
|
|
127
161
|
### Bug Fixes
|
|
128
162
|
|
|
129
|
-
-
|
|
130
|
-
-
|
|
163
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
164
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
131
165
|
|
|
132
166
|
## 3.0.1 (2023-04-17)
|
|
133
167
|
|
|
134
168
|
### Bug Fixes
|
|
135
169
|
|
|
136
|
-
-
|
|
170
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
137
171
|
|
|
138
172
|
## 3.0.0 (2023-04-16)
|
|
139
173
|
|
|
140
174
|
### Bug Fixes
|
|
141
175
|
|
|
142
|
-
-
|
|
176
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
143
177
|
|
|
144
178
|
## 2.6.0 (2023-04-14)
|
|
145
179
|
|
|
146
180
|
### Features
|
|
147
181
|
|
|
148
|
-
-
|
|
182
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
149
183
|
|
|
150
184
|
## 2.5.0 (2023-04-14)
|
|
151
185
|
|
|
152
186
|
### Features
|
|
153
187
|
|
|
154
|
-
-
|
|
188
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
155
189
|
|
|
156
190
|
## 2.4.0 (2023-04-14)
|
|
157
191
|
|
|
158
192
|
### Features
|
|
159
193
|
|
|
160
|
-
-
|
|
194
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
161
195
|
|
|
162
196
|
## 2.3.1 (2023-04-13)
|
|
163
197
|
|
|
@@ -167,29 +201,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
167
201
|
|
|
168
202
|
### Features
|
|
169
203
|
|
|
170
|
-
-
|
|
171
|
-
-
|
|
204
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
205
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
172
206
|
|
|
173
207
|
### Bug Fixes
|
|
174
208
|
|
|
175
|
-
-
|
|
176
|
-
-
|
|
209
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
210
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
177
211
|
|
|
178
212
|
## 2.2.0 (2023-03-27)
|
|
179
213
|
|
|
180
214
|
### Features
|
|
181
215
|
|
|
182
|
-
-
|
|
216
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
183
217
|
|
|
184
218
|
## 2.1.0 (2023-03-22)
|
|
185
219
|
|
|
186
220
|
### Features
|
|
187
221
|
|
|
188
|
-
-
|
|
222
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
189
223
|
|
|
190
224
|
### Bug Fixes
|
|
191
225
|
|
|
192
|
-
-
|
|
226
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
193
227
|
|
|
194
228
|
## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20)
|
|
195
229
|
|
|
@@ -235,7 +269,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
235
269
|
|
|
236
270
|
### Bug Fixes
|
|
237
271
|
|
|
238
|
-
-
|
|
272
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
239
273
|
|
|
240
274
|
## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17)
|
|
241
275
|
|
|
@@ -309,7 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
309
343
|
|
|
310
344
|
### Bug Fixes
|
|
311
345
|
|
|
312
|
-
-
|
|
346
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
313
347
|
|
|
314
348
|
## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01)
|
|
315
349
|
|
|
@@ -387,13 +421,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
387
421
|
|
|
388
422
|
### Features
|
|
389
423
|
|
|
390
|
-
-
|
|
424
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
391
425
|
|
|
392
426
|
## 0.4.0 (2022-11-01)
|
|
393
427
|
|
|
394
428
|
### Features
|
|
395
429
|
|
|
396
|
-
-
|
|
430
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
397
431
|
|
|
398
432
|
## 0.3.2 (2022-10-27)
|
|
399
433
|
|
|
@@ -407,13 +441,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
407
441
|
|
|
408
442
|
### Features
|
|
409
443
|
|
|
410
|
-
-
|
|
444
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
411
445
|
|
|
412
446
|
## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17)
|
|
413
447
|
|
|
414
448
|
### Features
|
|
415
449
|
|
|
416
|
-
-
|
|
450
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
417
451
|
|
|
418
452
|
## 0.1.1 (2022-10-03)
|
|
419
453
|
|
|
@@ -423,39 +457,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
423
457
|
|
|
424
458
|
### Features
|
|
425
459
|
|
|
426
|
-
-
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
-
|
|
430
|
-
-
|
|
431
|
-
|
|
432
|
-
|
|
460
|
+
- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
461
|
+
- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
462
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
463
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
464
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
465
|
+
, {search: 'foo@bar.com'})
|
|
466
|
+
personApi.get('v4', 'json
|
|
433
467
|
|
|
434
468
|
## 3.1.5
|
|
435
469
|
|
|
436
470
|
### Patch Changes
|
|
437
471
|
|
|
438
|
-
-
|
|
439
|
-
|
|
472
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
473
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
440
474
|
|
|
441
475
|
## 3.1.4
|
|
442
476
|
|
|
443
477
|
### Patch Changes
|
|
444
478
|
|
|
445
|
-
-
|
|
479
|
+
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
446
480
|
|
|
447
|
-
|
|
481
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
448
482
|
|
|
449
|
-
|
|
483
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
450
484
|
|
|
451
|
-
-
|
|
452
|
-
|
|
485
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
486
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
453
487
|
|
|
454
488
|
## 3.1.3
|
|
455
489
|
|
|
456
490
|
### Patch Changes
|
|
457
491
|
|
|
458
|
-
-
|
|
492
|
+
- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
|
|
459
493
|
|
|
460
494
|
All notable changes to this project will be documented in this file.
|
|
461
495
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -472,54 +506,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
472
506
|
|
|
473
507
|
### Features
|
|
474
508
|
|
|
475
|
-
-
|
|
509
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
476
510
|
|
|
477
511
|
### Bug Fixes
|
|
478
512
|
|
|
479
|
-
-
|
|
513
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
480
514
|
|
|
481
515
|
## 3.0.3 (2023-04-24)
|
|
482
516
|
|
|
483
517
|
### Bug Fixes
|
|
484
518
|
|
|
485
|
-
-
|
|
519
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
486
520
|
|
|
487
521
|
## 3.0.2 (2023-04-18)
|
|
488
522
|
|
|
489
523
|
### Bug Fixes
|
|
490
524
|
|
|
491
|
-
-
|
|
492
|
-
-
|
|
525
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
526
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
493
527
|
|
|
494
528
|
## 3.0.1 (2023-04-17)
|
|
495
529
|
|
|
496
530
|
### Bug Fixes
|
|
497
531
|
|
|
498
|
-
-
|
|
532
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
499
533
|
|
|
500
534
|
## 3.0.0 (2023-04-16)
|
|
501
535
|
|
|
502
536
|
### Bug Fixes
|
|
503
537
|
|
|
504
|
-
-
|
|
538
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
505
539
|
|
|
506
540
|
## 2.6.0 (2023-04-14)
|
|
507
541
|
|
|
508
542
|
### Features
|
|
509
543
|
|
|
510
|
-
-
|
|
544
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
511
545
|
|
|
512
546
|
## 2.5.0 (2023-04-14)
|
|
513
547
|
|
|
514
548
|
### Features
|
|
515
549
|
|
|
516
|
-
-
|
|
550
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
517
551
|
|
|
518
552
|
## 2.4.0 (2023-04-14)
|
|
519
553
|
|
|
520
554
|
### Features
|
|
521
555
|
|
|
522
|
-
-
|
|
556
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
523
557
|
|
|
524
558
|
## 2.3.1 (2023-04-13)
|
|
525
559
|
|
|
@@ -529,29 +563,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
529
563
|
|
|
530
564
|
### Features
|
|
531
565
|
|
|
532
|
-
-
|
|
533
|
-
-
|
|
566
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
567
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
534
568
|
|
|
535
569
|
### Bug Fixes
|
|
536
570
|
|
|
537
|
-
-
|
|
538
|
-
-
|
|
571
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
572
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
539
573
|
|
|
540
574
|
## 2.2.0 (2023-03-27)
|
|
541
575
|
|
|
542
576
|
### Features
|
|
543
577
|
|
|
544
|
-
-
|
|
578
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
545
579
|
|
|
546
580
|
## 2.1.0 (2023-03-22)
|
|
547
581
|
|
|
548
582
|
### Features
|
|
549
583
|
|
|
550
|
-
-
|
|
584
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
551
585
|
|
|
552
586
|
### Bug Fixes
|
|
553
587
|
|
|
554
|
-
-
|
|
588
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
555
589
|
|
|
556
590
|
## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20)
|
|
557
591
|
|
|
@@ -597,7 +631,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
597
631
|
|
|
598
632
|
### Bug Fixes
|
|
599
633
|
|
|
600
|
-
-
|
|
634
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
601
635
|
|
|
602
636
|
## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17)
|
|
603
637
|
|
|
@@ -671,7 +705,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
671
705
|
|
|
672
706
|
### Bug Fixes
|
|
673
707
|
|
|
674
|
-
-
|
|
708
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
675
709
|
|
|
676
710
|
## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01)
|
|
677
711
|
|
|
@@ -749,13 +783,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
749
783
|
|
|
750
784
|
### Features
|
|
751
785
|
|
|
752
|
-
-
|
|
786
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
753
787
|
|
|
754
788
|
## 0.4.0 (2022-11-01)
|
|
755
789
|
|
|
756
790
|
### Features
|
|
757
791
|
|
|
758
|
-
-
|
|
792
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
759
793
|
|
|
760
794
|
## 0.3.2 (2022-10-27)
|
|
761
795
|
|
|
@@ -769,13 +803,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
769
803
|
|
|
770
804
|
### Features
|
|
771
805
|
|
|
772
|
-
-
|
|
806
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
773
807
|
|
|
774
808
|
## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17)
|
|
775
809
|
|
|
776
810
|
### Features
|
|
777
811
|
|
|
778
|
-
-
|
|
812
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
779
813
|
|
|
780
814
|
## 0.1.1 (2022-10-03)
|
|
781
815
|
|
|
@@ -785,39 +819,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
785
819
|
|
|
786
820
|
### Features
|
|
787
821
|
|
|
788
|
-
-
|
|
789
|
-
-
|
|
790
|
-
-
|
|
791
|
-
-
|
|
792
|
-
-
|
|
793
|
-
|
|
794
|
-
|
|
822
|
+
- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
823
|
+
- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
824
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
825
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
826
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
827
|
+
, {azureId: '1234'})
|
|
828
|
+
personApi.photo('v2', 'blob
|
|
795
829
|
|
|
796
830
|
## 3.1.5
|
|
797
831
|
|
|
798
832
|
### Patch Changes
|
|
799
833
|
|
|
800
|
-
-
|
|
801
|
-
|
|
834
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
835
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
802
836
|
|
|
803
837
|
## 3.1.4
|
|
804
838
|
|
|
805
839
|
### Patch Changes
|
|
806
840
|
|
|
807
|
-
-
|
|
841
|
+
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
808
842
|
|
|
809
|
-
|
|
843
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
810
844
|
|
|
811
|
-
|
|
845
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
812
846
|
|
|
813
|
-
-
|
|
814
|
-
|
|
847
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
848
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
815
849
|
|
|
816
850
|
## 3.1.3
|
|
817
851
|
|
|
818
852
|
### Patch Changes
|
|
819
853
|
|
|
820
|
-
-
|
|
854
|
+
- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
|
|
821
855
|
|
|
822
856
|
All notable changes to this project will be documented in this file.
|
|
823
857
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -834,54 +868,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
868
|
|
|
835
869
|
### Features
|
|
836
870
|
|
|
837
|
-
-
|
|
871
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
838
872
|
|
|
839
873
|
### Bug Fixes
|
|
840
874
|
|
|
841
|
-
-
|
|
875
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
842
876
|
|
|
843
877
|
## 3.0.3 (2023-04-24)
|
|
844
878
|
|
|
845
879
|
### Bug Fixes
|
|
846
880
|
|
|
847
|
-
-
|
|
881
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
848
882
|
|
|
849
883
|
## 3.0.2 (2023-04-18)
|
|
850
884
|
|
|
851
885
|
### Bug Fixes
|
|
852
886
|
|
|
853
|
-
-
|
|
854
|
-
-
|
|
887
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
888
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
855
889
|
|
|
856
890
|
## 3.0.1 (2023-04-17)
|
|
857
891
|
|
|
858
892
|
### Bug Fixes
|
|
859
893
|
|
|
860
|
-
-
|
|
894
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
861
895
|
|
|
862
896
|
## 3.0.0 (2023-04-16)
|
|
863
897
|
|
|
864
898
|
### Bug Fixes
|
|
865
899
|
|
|
866
|
-
-
|
|
900
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
867
901
|
|
|
868
902
|
## 2.6.0 (2023-04-14)
|
|
869
903
|
|
|
870
904
|
### Features
|
|
871
905
|
|
|
872
|
-
-
|
|
906
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
873
907
|
|
|
874
908
|
## 2.5.0 (2023-04-14)
|
|
875
909
|
|
|
876
910
|
### Features
|
|
877
911
|
|
|
878
|
-
-
|
|
912
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
879
913
|
|
|
880
914
|
## 2.4.0 (2023-04-14)
|
|
881
915
|
|
|
882
916
|
### Features
|
|
883
917
|
|
|
884
|
-
-
|
|
918
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
885
919
|
|
|
886
920
|
## 2.3.1 (2023-04-13)
|
|
887
921
|
|
|
@@ -891,29 +925,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
891
925
|
|
|
892
926
|
### Features
|
|
893
927
|
|
|
894
|
-
-
|
|
895
|
-
-
|
|
928
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
929
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
896
930
|
|
|
897
931
|
### Bug Fixes
|
|
898
932
|
|
|
899
|
-
-
|
|
900
|
-
-
|
|
933
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
934
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
901
935
|
|
|
902
936
|
## 2.2.0 (2023-03-27)
|
|
903
937
|
|
|
904
938
|
### Features
|
|
905
939
|
|
|
906
|
-
-
|
|
940
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
907
941
|
|
|
908
942
|
## 2.1.0 (2023-03-22)
|
|
909
943
|
|
|
910
944
|
### Features
|
|
911
945
|
|
|
912
|
-
-
|
|
946
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
913
947
|
|
|
914
948
|
### Bug Fixes
|
|
915
949
|
|
|
916
|
-
-
|
|
950
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
917
951
|
|
|
918
952
|
## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20)
|
|
919
953
|
|
|
@@ -959,7 +993,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
959
993
|
|
|
960
994
|
### Bug Fixes
|
|
961
995
|
|
|
962
|
-
-
|
|
996
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
963
997
|
|
|
964
998
|
## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17)
|
|
965
999
|
|
|
@@ -1033,7 +1067,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1033
1067
|
|
|
1034
1068
|
### Bug Fixes
|
|
1035
1069
|
|
|
1036
|
-
-
|
|
1070
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
1037
1071
|
|
|
1038
1072
|
## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01)
|
|
1039
1073
|
|
|
@@ -1111,13 +1145,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1111
1145
|
|
|
1112
1146
|
### Features
|
|
1113
1147
|
|
|
1114
|
-
-
|
|
1148
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
1115
1149
|
|
|
1116
1150
|
## 0.4.0 (2022-11-01)
|
|
1117
1151
|
|
|
1118
1152
|
### Features
|
|
1119
1153
|
|
|
1120
|
-
-
|
|
1154
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
1121
1155
|
|
|
1122
1156
|
## 0.3.2 (2022-10-27)
|
|
1123
1157
|
|
|
@@ -1131,13 +1165,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1131
1165
|
|
|
1132
1166
|
### Features
|
|
1133
1167
|
|
|
1134
|
-
-
|
|
1168
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
1135
1169
|
|
|
1136
1170
|
## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17)
|
|
1137
1171
|
|
|
1138
1172
|
### Features
|
|
1139
1173
|
|
|
1140
|
-
-
|
|
1174
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
1141
1175
|
|
|
1142
1176
|
## 0.1.1 (2022-10-03)
|
|
1143
1177
|
|
|
@@ -1147,45 +1181,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1147
1181
|
|
|
1148
1182
|
### Features
|
|
1149
1183
|
|
|
1150
|
-
-
|
|
1151
|
-
-
|
|
1152
|
-
-
|
|
1153
|
-
-
|
|
1154
|
-
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1184
|
+
- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
1185
|
+
- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
1186
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
1187
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
1188
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
1189
|
+
, {azureId: '123'})
|
|
1190
|
+
``
|
|
1157
1191
|
|
|
1158
|
-
-
|
|
1192
|
+
- [#1254](https://github.com/equinor/fusion-framework/pull/1254) [`a2d2dee9`](https://github.com/equinor/fusion-framework/commit/a2d2dee987673171ad91daec98cb530649da5849) Thanks [@odinr](https://github.com/odinr)! - Update people client to reflect Fusion API
|
|
1159
1193
|
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1194
|
+
- added models for v2 and v4
|
|
1195
|
+
- added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
|
|
1196
|
+
- changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
|
|
1163
1197
|
|
|
1164
1198
|
## 3.1.5
|
|
1165
1199
|
|
|
1166
1200
|
### Patch Changes
|
|
1167
1201
|
|
|
1168
|
-
-
|
|
1169
|
-
|
|
1202
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
1203
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
1170
1204
|
|
|
1171
1205
|
## 3.1.4
|
|
1172
1206
|
|
|
1173
1207
|
### Patch Changes
|
|
1174
1208
|
|
|
1175
|
-
-
|
|
1209
|
+
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
|
|
1176
1210
|
|
|
1177
|
-
|
|
1211
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
1178
1212
|
|
|
1179
|
-
|
|
1213
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
1180
1214
|
|
|
1181
|
-
-
|
|
1182
|
-
|
|
1215
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
1216
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
1183
1217
|
|
|
1184
1218
|
## 3.1.3
|
|
1185
1219
|
|
|
1186
1220
|
### Patch Changes
|
|
1187
1221
|
|
|
1188
|
-
-
|
|
1222
|
+
- [#946](https://github.com/equinor/fusion-framework/pull/946) [`5a160d88`](https://github.com/equinor/fusion-framework/commit/5a160d88981ddfe861d391cfefe10f54dda3d352) Thanks [@odinr](https://github.com/odinr)! - Build/update typescript to 5
|
|
1189
1223
|
|
|
1190
1224
|
All notable changes to this project will be documented in this file.
|
|
1191
1225
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -1202,54 +1236,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1202
1236
|
|
|
1203
1237
|
### Features
|
|
1204
1238
|
|
|
1205
|
-
-
|
|
1239
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
1206
1240
|
|
|
1207
1241
|
### Bug Fixes
|
|
1208
1242
|
|
|
1209
|
-
-
|
|
1243
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
1210
1244
|
|
|
1211
1245
|
## 3.0.3 (2023-04-24)
|
|
1212
1246
|
|
|
1213
1247
|
### Bug Fixes
|
|
1214
1248
|
|
|
1215
|
-
-
|
|
1249
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
1216
1250
|
|
|
1217
1251
|
## 3.0.2 (2023-04-18)
|
|
1218
1252
|
|
|
1219
1253
|
### Bug Fixes
|
|
1220
1254
|
|
|
1221
|
-
-
|
|
1222
|
-
-
|
|
1255
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
1256
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
1223
1257
|
|
|
1224
1258
|
## 3.0.1 (2023-04-17)
|
|
1225
1259
|
|
|
1226
1260
|
### Bug Fixes
|
|
1227
1261
|
|
|
1228
|
-
-
|
|
1262
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
1229
1263
|
|
|
1230
1264
|
## 3.0.0 (2023-04-16)
|
|
1231
1265
|
|
|
1232
1266
|
### Bug Fixes
|
|
1233
1267
|
|
|
1234
|
-
-
|
|
1268
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
1235
1269
|
|
|
1236
1270
|
## 2.6.0 (2023-04-14)
|
|
1237
1271
|
|
|
1238
1272
|
### Features
|
|
1239
1273
|
|
|
1240
|
-
-
|
|
1274
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1241
1275
|
|
|
1242
1276
|
## 2.5.0 (2023-04-14)
|
|
1243
1277
|
|
|
1244
1278
|
### Features
|
|
1245
1279
|
|
|
1246
|
-
-
|
|
1280
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1247
1281
|
|
|
1248
1282
|
## 2.4.0 (2023-04-14)
|
|
1249
1283
|
|
|
1250
1284
|
### Features
|
|
1251
1285
|
|
|
1252
|
-
-
|
|
1286
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1253
1287
|
|
|
1254
1288
|
## 2.3.1 (2023-04-13)
|
|
1255
1289
|
|
|
@@ -1259,29 +1293,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1259
1293
|
|
|
1260
1294
|
### Features
|
|
1261
1295
|
|
|
1262
|
-
-
|
|
1263
|
-
-
|
|
1296
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
1297
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
1264
1298
|
|
|
1265
1299
|
### Bug Fixes
|
|
1266
1300
|
|
|
1267
|
-
-
|
|
1268
|
-
-
|
|
1301
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
1302
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
1269
1303
|
|
|
1270
1304
|
## 2.2.0 (2023-03-27)
|
|
1271
1305
|
|
|
1272
1306
|
### Features
|
|
1273
1307
|
|
|
1274
|
-
-
|
|
1308
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
1275
1309
|
|
|
1276
1310
|
## 2.1.0 (2023-03-22)
|
|
1277
1311
|
|
|
1278
1312
|
### Features
|
|
1279
1313
|
|
|
1280
|
-
-
|
|
1314
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
1281
1315
|
|
|
1282
1316
|
### Bug Fixes
|
|
1283
1317
|
|
|
1284
|
-
-
|
|
1318
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
1285
1319
|
|
|
1286
1320
|
## [2.0.7](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@2.0.6...@equinor/fusion-framework-module-services@2.0.7) (2023-03-20)
|
|
1287
1321
|
|
|
@@ -1327,7 +1361,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1327
1361
|
|
|
1328
1362
|
### Bug Fixes
|
|
1329
1363
|
|
|
1330
|
-
-
|
|
1364
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
1331
1365
|
|
|
1332
1366
|
## [1.0.13](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@1.0.12...@equinor/fusion-framework-module-services@1.0.13) (2023-01-17)
|
|
1333
1367
|
|
|
@@ -1401,7 +1435,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1401
1435
|
|
|
1402
1436
|
### Bug Fixes
|
|
1403
1437
|
|
|
1404
|
-
-
|
|
1438
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
1405
1439
|
|
|
1406
1440
|
## [0.5.18](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.5.17...@equinor/fusion-framework-module-services@0.5.18) (2022-12-01)
|
|
1407
1441
|
|
|
@@ -1479,13 +1513,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1479
1513
|
|
|
1480
1514
|
### Features
|
|
1481
1515
|
|
|
1482
|
-
-
|
|
1516
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
1483
1517
|
|
|
1484
1518
|
## 0.4.0 (2022-11-01)
|
|
1485
1519
|
|
|
1486
1520
|
### Features
|
|
1487
1521
|
|
|
1488
|
-
-
|
|
1522
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
1489
1523
|
|
|
1490
1524
|
## 0.3.2 (2022-10-27)
|
|
1491
1525
|
|
|
@@ -1499,13 +1533,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1499
1533
|
|
|
1500
1534
|
### Features
|
|
1501
1535
|
|
|
1502
|
-
-
|
|
1536
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
1503
1537
|
|
|
1504
1538
|
## [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-services@0.1.1...@equinor/fusion-framework-module-services@0.2.0) (2022-10-17)
|
|
1505
1539
|
|
|
1506
1540
|
### Features
|
|
1507
1541
|
|
|
1508
|
-
-
|
|
1542
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
1509
1543
|
|
|
1510
1544
|
## 0.1.1 (2022-10-03)
|
|
1511
1545
|
|
|
@@ -1515,8 +1549,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1515
1549
|
|
|
1516
1550
|
### Features
|
|
1517
1551
|
|
|
1518
|
-
-
|
|
1519
|
-
-
|
|
1520
|
-
-
|
|
1521
|
-
-
|
|
1522
|
-
-
|
|
1552
|
+
- **module-services:** initial ([98fd097](https://github.com/equinor/fusion-framework/commit/98fd097aa486d8ece4cd4501cf7ecb533dd7a62a)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
1553
|
+
- **module-services:** initial ([8eeadc7](https://github.com/equinor/fusion-framework/commit/8eeadc764516048e5ead9f5e2d14af7edd1b1057)), closes [#265](https://github.com/equinor/fusion-framework/issues/265) [#269](https://github.com/equinor/fusion-framework/issues/269) [#270](https://github.com/equinor/fusion-framework/issues/270)
|
|
1554
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
1555
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
1556
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|