@equinor/fusion-framework-module-services 3.2.2 → 3.2.4
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 +185 -169
- package/dist/esm/bookmarks/delete/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/favorites/delete/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/favorites/head/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/favorites/post/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/get/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/getAll/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/patch/generate-endpoint.js.map +1 -1
- package/dist/esm/bookmarks/post/generate-endpoint.js.map +1 -1
- package/dist/esm/context/get/generate-endpoint.js.map +1 -1
- package/dist/esm/context/query/generate-endpoint.js.map +1 -1
- package/dist/esm/context/related/generate-endpoint.js.map +1 -1
- package/dist/esm/module.js.map +1 -1
- package/dist/esm/notification/notification/delete/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/get/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/getAll/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/patch/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/notification/post/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/settings/get/generate-endpoint.js.map +1 -1
- package/dist/esm/notification/settings/put/generate-endpoint.js.map +1 -1
- package/dist/esm/people/person-details/generate-endpoint.js.map +1 -1
- package/dist/esm/people/person-photo/generate-endpoint.js.map +1 -1
- package/dist/esm/people/query/generate-endpoint.js.map +1 -1
- package/dist/esm/people/utils.js.map +1 -1
- package/dist/esm/provider.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +49 -16
- package/src/people/api-models.ts +2 -2
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,66 +1,82 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
|
|
8
|
+
- @equinor/fusion-framework-module@4.2.7
|
|
9
|
+
|
|
10
|
+
## 3.2.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#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
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
|
|
17
|
+
- @equinor/fusion-framework-module@4.2.6
|
|
18
|
+
|
|
3
19
|
## 3.2.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#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
|
|
8
24
|
|
|
9
|
-
|
|
25
|
+
> extremely crude, but good enough until backend comes of with new models or endpoint
|
|
10
26
|
|
|
11
|
-
|
|
27
|
+
_updated typings for person v4_
|
|
12
28
|
|
|
13
29
|
## 3.2.1
|
|
14
30
|
|
|
15
31
|
### Patch Changes
|
|
16
32
|
|
|
17
|
-
-
|
|
33
|
+
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
|
|
18
34
|
|
|
19
|
-
-
|
|
20
|
-
|
|
35
|
+
- Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
|
|
36
|
+
- @equinor/fusion-framework-module@4.2.5
|
|
21
37
|
|
|
22
38
|
## 3.2.0
|
|
23
39
|
|
|
24
40
|
### Minor Changes
|
|
25
41
|
|
|
26
|
-
-
|
|
42
|
+
- [#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
|
|
27
43
|
|
|
28
|
-
|
|
44
|
+
> **for internal usage only!**
|
|
29
45
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
46
|
+
- add function for fetching person details
|
|
47
|
+
- add function for querying persons
|
|
48
|
+
- add function for downloading person photo
|
|
33
49
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
50
|
+
```ts
|
|
51
|
+
const personApi = await modules.services.createPeopleClient();
|
|
52
|
+
personApi.query('v2', 'json
|
|
53
|
+
```
|
|
38
54
|
|
|
39
55
|
## 3.1.5
|
|
40
56
|
|
|
41
57
|
### Patch Changes
|
|
42
58
|
|
|
43
|
-
-
|
|
44
|
-
|
|
59
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
60
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
45
61
|
|
|
46
62
|
## 3.1.4
|
|
47
63
|
|
|
48
64
|
### Patch Changes
|
|
49
65
|
|
|
50
|
-
-
|
|
66
|
+
- [#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
|
|
51
67
|
|
|
52
|
-
|
|
68
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
53
69
|
|
|
54
|
-
|
|
70
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
55
71
|
|
|
56
|
-
-
|
|
57
|
-
|
|
72
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
73
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
58
74
|
|
|
59
75
|
## 3.1.3
|
|
60
76
|
|
|
61
77
|
### Patch Changes
|
|
62
78
|
|
|
63
|
-
-
|
|
79
|
+
- [#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
|
|
64
80
|
|
|
65
81
|
All notable changes to this project will be documented in this file.
|
|
66
82
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -77,54 +93,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
77
93
|
|
|
78
94
|
### Features
|
|
79
95
|
|
|
80
|
-
-
|
|
96
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
81
97
|
|
|
82
98
|
### Bug Fixes
|
|
83
99
|
|
|
84
|
-
-
|
|
100
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
85
101
|
|
|
86
102
|
## 3.0.3 (2023-04-24)
|
|
87
103
|
|
|
88
104
|
### Bug Fixes
|
|
89
105
|
|
|
90
|
-
-
|
|
106
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
91
107
|
|
|
92
108
|
## 3.0.2 (2023-04-18)
|
|
93
109
|
|
|
94
110
|
### Bug Fixes
|
|
95
111
|
|
|
96
|
-
-
|
|
97
|
-
-
|
|
112
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
113
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
98
114
|
|
|
99
115
|
## 3.0.1 (2023-04-17)
|
|
100
116
|
|
|
101
117
|
### Bug Fixes
|
|
102
118
|
|
|
103
|
-
-
|
|
119
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
104
120
|
|
|
105
121
|
## 3.0.0 (2023-04-16)
|
|
106
122
|
|
|
107
123
|
### Bug Fixes
|
|
108
124
|
|
|
109
|
-
-
|
|
125
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
110
126
|
|
|
111
127
|
## 2.6.0 (2023-04-14)
|
|
112
128
|
|
|
113
129
|
### Features
|
|
114
130
|
|
|
115
|
-
-
|
|
131
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
116
132
|
|
|
117
133
|
## 2.5.0 (2023-04-14)
|
|
118
134
|
|
|
119
135
|
### Features
|
|
120
136
|
|
|
121
|
-
-
|
|
137
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
122
138
|
|
|
123
139
|
## 2.4.0 (2023-04-14)
|
|
124
140
|
|
|
125
141
|
### Features
|
|
126
142
|
|
|
127
|
-
-
|
|
143
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
128
144
|
|
|
129
145
|
## 2.3.1 (2023-04-13)
|
|
130
146
|
|
|
@@ -134,29 +150,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
134
150
|
|
|
135
151
|
### Features
|
|
136
152
|
|
|
137
|
-
-
|
|
138
|
-
-
|
|
153
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
154
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
139
155
|
|
|
140
156
|
### Bug Fixes
|
|
141
157
|
|
|
142
|
-
-
|
|
143
|
-
-
|
|
158
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
159
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
144
160
|
|
|
145
161
|
## 2.2.0 (2023-03-27)
|
|
146
162
|
|
|
147
163
|
### Features
|
|
148
164
|
|
|
149
|
-
-
|
|
165
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
150
166
|
|
|
151
167
|
## 2.1.0 (2023-03-22)
|
|
152
168
|
|
|
153
169
|
### Features
|
|
154
170
|
|
|
155
|
-
-
|
|
171
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
156
172
|
|
|
157
173
|
### Bug Fixes
|
|
158
174
|
|
|
159
|
-
-
|
|
175
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
160
176
|
|
|
161
177
|
## [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)
|
|
162
178
|
|
|
@@ -202,7 +218,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
202
218
|
|
|
203
219
|
### Bug Fixes
|
|
204
220
|
|
|
205
|
-
-
|
|
221
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
206
222
|
|
|
207
223
|
## [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)
|
|
208
224
|
|
|
@@ -276,7 +292,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
276
292
|
|
|
277
293
|
### Bug Fixes
|
|
278
294
|
|
|
279
|
-
-
|
|
295
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
280
296
|
|
|
281
297
|
## [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)
|
|
282
298
|
|
|
@@ -354,13 +370,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
354
370
|
|
|
355
371
|
### Features
|
|
356
372
|
|
|
357
|
-
-
|
|
373
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
358
374
|
|
|
359
375
|
## 0.4.0 (2022-11-01)
|
|
360
376
|
|
|
361
377
|
### Features
|
|
362
378
|
|
|
363
|
-
-
|
|
379
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
364
380
|
|
|
365
381
|
## 0.3.2 (2022-10-27)
|
|
366
382
|
|
|
@@ -374,13 +390,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
374
390
|
|
|
375
391
|
### Features
|
|
376
392
|
|
|
377
|
-
-
|
|
393
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
378
394
|
|
|
379
395
|
## [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)
|
|
380
396
|
|
|
381
397
|
### Features
|
|
382
398
|
|
|
383
|
-
-
|
|
399
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
384
400
|
|
|
385
401
|
## 0.1.1 (2022-10-03)
|
|
386
402
|
|
|
@@ -390,39 +406,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
390
406
|
|
|
391
407
|
### Features
|
|
392
408
|
|
|
393
|
-
-
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
397
|
-
-
|
|
398
|
-
|
|
399
|
-
|
|
409
|
+
- **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)
|
|
410
|
+
- **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)
|
|
411
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
412
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
413
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
414
|
+
, {search: 'foo@bar.com'})
|
|
415
|
+
personApi.get('v4', 'json
|
|
400
416
|
|
|
401
417
|
## 3.1.5
|
|
402
418
|
|
|
403
419
|
### Patch Changes
|
|
404
420
|
|
|
405
|
-
-
|
|
406
|
-
|
|
421
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
422
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
407
423
|
|
|
408
424
|
## 3.1.4
|
|
409
425
|
|
|
410
426
|
### Patch Changes
|
|
411
427
|
|
|
412
|
-
-
|
|
428
|
+
- [#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
|
|
413
429
|
|
|
414
|
-
|
|
430
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
415
431
|
|
|
416
|
-
|
|
432
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
417
433
|
|
|
418
|
-
-
|
|
419
|
-
|
|
434
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
435
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
420
436
|
|
|
421
437
|
## 3.1.3
|
|
422
438
|
|
|
423
439
|
### Patch Changes
|
|
424
440
|
|
|
425
|
-
-
|
|
441
|
+
- [#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
|
|
426
442
|
|
|
427
443
|
All notable changes to this project will be documented in this file.
|
|
428
444
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -439,54 +455,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
439
455
|
|
|
440
456
|
### Features
|
|
441
457
|
|
|
442
|
-
-
|
|
458
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
443
459
|
|
|
444
460
|
### Bug Fixes
|
|
445
461
|
|
|
446
|
-
-
|
|
462
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
447
463
|
|
|
448
464
|
## 3.0.3 (2023-04-24)
|
|
449
465
|
|
|
450
466
|
### Bug Fixes
|
|
451
467
|
|
|
452
|
-
-
|
|
468
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
453
469
|
|
|
454
470
|
## 3.0.2 (2023-04-18)
|
|
455
471
|
|
|
456
472
|
### Bug Fixes
|
|
457
473
|
|
|
458
|
-
-
|
|
459
|
-
-
|
|
474
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
475
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
460
476
|
|
|
461
477
|
## 3.0.1 (2023-04-17)
|
|
462
478
|
|
|
463
479
|
### Bug Fixes
|
|
464
480
|
|
|
465
|
-
-
|
|
481
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
466
482
|
|
|
467
483
|
## 3.0.0 (2023-04-16)
|
|
468
484
|
|
|
469
485
|
### Bug Fixes
|
|
470
486
|
|
|
471
|
-
-
|
|
487
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
472
488
|
|
|
473
489
|
## 2.6.0 (2023-04-14)
|
|
474
490
|
|
|
475
491
|
### Features
|
|
476
492
|
|
|
477
|
-
-
|
|
493
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
478
494
|
|
|
479
495
|
## 2.5.0 (2023-04-14)
|
|
480
496
|
|
|
481
497
|
### Features
|
|
482
498
|
|
|
483
|
-
-
|
|
499
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
484
500
|
|
|
485
501
|
## 2.4.0 (2023-04-14)
|
|
486
502
|
|
|
487
503
|
### Features
|
|
488
504
|
|
|
489
|
-
-
|
|
505
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
490
506
|
|
|
491
507
|
## 2.3.1 (2023-04-13)
|
|
492
508
|
|
|
@@ -496,29 +512,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
496
512
|
|
|
497
513
|
### Features
|
|
498
514
|
|
|
499
|
-
-
|
|
500
|
-
-
|
|
515
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
516
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
501
517
|
|
|
502
518
|
### Bug Fixes
|
|
503
519
|
|
|
504
|
-
-
|
|
505
|
-
-
|
|
520
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
521
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
506
522
|
|
|
507
523
|
## 2.2.0 (2023-03-27)
|
|
508
524
|
|
|
509
525
|
### Features
|
|
510
526
|
|
|
511
|
-
-
|
|
527
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
512
528
|
|
|
513
529
|
## 2.1.0 (2023-03-22)
|
|
514
530
|
|
|
515
531
|
### Features
|
|
516
532
|
|
|
517
|
-
-
|
|
533
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
518
534
|
|
|
519
535
|
### Bug Fixes
|
|
520
536
|
|
|
521
|
-
-
|
|
537
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
522
538
|
|
|
523
539
|
## [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)
|
|
524
540
|
|
|
@@ -564,7 +580,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
564
580
|
|
|
565
581
|
### Bug Fixes
|
|
566
582
|
|
|
567
|
-
-
|
|
583
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
568
584
|
|
|
569
585
|
## [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)
|
|
570
586
|
|
|
@@ -638,7 +654,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
638
654
|
|
|
639
655
|
### Bug Fixes
|
|
640
656
|
|
|
641
|
-
-
|
|
657
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
642
658
|
|
|
643
659
|
## [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)
|
|
644
660
|
|
|
@@ -716,13 +732,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
716
732
|
|
|
717
733
|
### Features
|
|
718
734
|
|
|
719
|
-
-
|
|
735
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
720
736
|
|
|
721
737
|
## 0.4.0 (2022-11-01)
|
|
722
738
|
|
|
723
739
|
### Features
|
|
724
740
|
|
|
725
|
-
-
|
|
741
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
726
742
|
|
|
727
743
|
## 0.3.2 (2022-10-27)
|
|
728
744
|
|
|
@@ -736,13 +752,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
736
752
|
|
|
737
753
|
### Features
|
|
738
754
|
|
|
739
|
-
-
|
|
755
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
740
756
|
|
|
741
757
|
## [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)
|
|
742
758
|
|
|
743
759
|
### Features
|
|
744
760
|
|
|
745
|
-
-
|
|
761
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
746
762
|
|
|
747
763
|
## 0.1.1 (2022-10-03)
|
|
748
764
|
|
|
@@ -752,39 +768,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
752
768
|
|
|
753
769
|
### Features
|
|
754
770
|
|
|
755
|
-
-
|
|
756
|
-
-
|
|
757
|
-
-
|
|
758
|
-
-
|
|
759
|
-
-
|
|
760
|
-
|
|
761
|
-
|
|
771
|
+
- **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)
|
|
772
|
+
- **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)
|
|
773
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
774
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
775
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
776
|
+
, {azureId: '1234'})
|
|
777
|
+
personApi.photo('v2', 'blob
|
|
762
778
|
|
|
763
779
|
## 3.1.5
|
|
764
780
|
|
|
765
781
|
### Patch Changes
|
|
766
782
|
|
|
767
|
-
-
|
|
768
|
-
|
|
783
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
784
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
769
785
|
|
|
770
786
|
## 3.1.4
|
|
771
787
|
|
|
772
788
|
### Patch Changes
|
|
773
789
|
|
|
774
|
-
-
|
|
790
|
+
- [#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
|
|
775
791
|
|
|
776
|
-
|
|
792
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
777
793
|
|
|
778
|
-
|
|
794
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
779
795
|
|
|
780
|
-
-
|
|
781
|
-
|
|
796
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
797
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
782
798
|
|
|
783
799
|
## 3.1.3
|
|
784
800
|
|
|
785
801
|
### Patch Changes
|
|
786
802
|
|
|
787
|
-
-
|
|
803
|
+
- [#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
|
|
788
804
|
|
|
789
805
|
All notable changes to this project will be documented in this file.
|
|
790
806
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -801,54 +817,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
801
817
|
|
|
802
818
|
### Features
|
|
803
819
|
|
|
804
|
-
-
|
|
820
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
805
821
|
|
|
806
822
|
### Bug Fixes
|
|
807
823
|
|
|
808
|
-
-
|
|
824
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
809
825
|
|
|
810
826
|
## 3.0.3 (2023-04-24)
|
|
811
827
|
|
|
812
828
|
### Bug Fixes
|
|
813
829
|
|
|
814
|
-
-
|
|
830
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
815
831
|
|
|
816
832
|
## 3.0.2 (2023-04-18)
|
|
817
833
|
|
|
818
834
|
### Bug Fixes
|
|
819
835
|
|
|
820
|
-
-
|
|
821
|
-
-
|
|
836
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
837
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
822
838
|
|
|
823
839
|
## 3.0.1 (2023-04-17)
|
|
824
840
|
|
|
825
841
|
### Bug Fixes
|
|
826
842
|
|
|
827
|
-
-
|
|
843
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
828
844
|
|
|
829
845
|
## 3.0.0 (2023-04-16)
|
|
830
846
|
|
|
831
847
|
### Bug Fixes
|
|
832
848
|
|
|
833
|
-
-
|
|
849
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
834
850
|
|
|
835
851
|
## 2.6.0 (2023-04-14)
|
|
836
852
|
|
|
837
853
|
### Features
|
|
838
854
|
|
|
839
|
-
-
|
|
855
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
840
856
|
|
|
841
857
|
## 2.5.0 (2023-04-14)
|
|
842
858
|
|
|
843
859
|
### Features
|
|
844
860
|
|
|
845
|
-
-
|
|
861
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
846
862
|
|
|
847
863
|
## 2.4.0 (2023-04-14)
|
|
848
864
|
|
|
849
865
|
### Features
|
|
850
866
|
|
|
851
|
-
-
|
|
867
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
852
868
|
|
|
853
869
|
## 2.3.1 (2023-04-13)
|
|
854
870
|
|
|
@@ -858,29 +874,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
858
874
|
|
|
859
875
|
### Features
|
|
860
876
|
|
|
861
|
-
-
|
|
862
|
-
-
|
|
877
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
878
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
863
879
|
|
|
864
880
|
### Bug Fixes
|
|
865
881
|
|
|
866
|
-
-
|
|
867
|
-
-
|
|
882
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
883
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
868
884
|
|
|
869
885
|
## 2.2.0 (2023-03-27)
|
|
870
886
|
|
|
871
887
|
### Features
|
|
872
888
|
|
|
873
|
-
-
|
|
889
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
874
890
|
|
|
875
891
|
## 2.1.0 (2023-03-22)
|
|
876
892
|
|
|
877
893
|
### Features
|
|
878
894
|
|
|
879
|
-
-
|
|
895
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
880
896
|
|
|
881
897
|
### Bug Fixes
|
|
882
898
|
|
|
883
|
-
-
|
|
899
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
884
900
|
|
|
885
901
|
## [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)
|
|
886
902
|
|
|
@@ -926,7 +942,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
926
942
|
|
|
927
943
|
### Bug Fixes
|
|
928
944
|
|
|
929
|
-
-
|
|
945
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
930
946
|
|
|
931
947
|
## [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)
|
|
932
948
|
|
|
@@ -1000,7 +1016,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1000
1016
|
|
|
1001
1017
|
### Bug Fixes
|
|
1002
1018
|
|
|
1003
|
-
-
|
|
1019
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
1004
1020
|
|
|
1005
1021
|
## [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)
|
|
1006
1022
|
|
|
@@ -1078,13 +1094,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1078
1094
|
|
|
1079
1095
|
### Features
|
|
1080
1096
|
|
|
1081
|
-
-
|
|
1097
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
1082
1098
|
|
|
1083
1099
|
## 0.4.0 (2022-11-01)
|
|
1084
1100
|
|
|
1085
1101
|
### Features
|
|
1086
1102
|
|
|
1087
|
-
-
|
|
1103
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
1088
1104
|
|
|
1089
1105
|
## 0.3.2 (2022-10-27)
|
|
1090
1106
|
|
|
@@ -1098,13 +1114,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1098
1114
|
|
|
1099
1115
|
### Features
|
|
1100
1116
|
|
|
1101
|
-
-
|
|
1117
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
1102
1118
|
|
|
1103
1119
|
## [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)
|
|
1104
1120
|
|
|
1105
1121
|
### Features
|
|
1106
1122
|
|
|
1107
|
-
-
|
|
1123
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
1108
1124
|
|
|
1109
1125
|
## 0.1.1 (2022-10-03)
|
|
1110
1126
|
|
|
@@ -1114,45 +1130,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1114
1130
|
|
|
1115
1131
|
### Features
|
|
1116
1132
|
|
|
1117
|
-
-
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1120
|
-
-
|
|
1121
|
-
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1133
|
+
- **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)
|
|
1134
|
+
- **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)
|
|
1135
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
1136
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
1137
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|
|
1138
|
+
, {azureId: '123'})
|
|
1139
|
+
``
|
|
1124
1140
|
|
|
1125
|
-
-
|
|
1141
|
+
- [#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
|
|
1126
1142
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1143
|
+
- added models for v2 and v4
|
|
1144
|
+
- added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
|
|
1145
|
+
- changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
|
|
1130
1146
|
|
|
1131
1147
|
## 3.1.5
|
|
1132
1148
|
|
|
1133
1149
|
### Patch Changes
|
|
1134
1150
|
|
|
1135
|
-
-
|
|
1136
|
-
|
|
1151
|
+
- Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
|
|
1152
|
+
- @equinor/fusion-framework-module@4.2.4
|
|
1137
1153
|
|
|
1138
1154
|
## 3.1.4
|
|
1139
1155
|
|
|
1140
1156
|
### Patch Changes
|
|
1141
1157
|
|
|
1142
|
-
-
|
|
1158
|
+
- [#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
|
|
1143
1159
|
|
|
1144
|
-
|
|
1160
|
+
conflicts of `@types/react` made random outcomes when using `yarn`
|
|
1145
1161
|
|
|
1146
|
-
|
|
1162
|
+
this change should not affect consumer of the packages, but might conflict dependent on local package manager.
|
|
1147
1163
|
|
|
1148
|
-
-
|
|
1149
|
-
|
|
1164
|
+
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
|
|
1165
|
+
- @equinor/fusion-framework-module@4.2.3
|
|
1150
1166
|
|
|
1151
1167
|
## 3.1.3
|
|
1152
1168
|
|
|
1153
1169
|
### Patch Changes
|
|
1154
1170
|
|
|
1155
|
-
-
|
|
1171
|
+
- [#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
|
|
1156
1172
|
|
|
1157
1173
|
All notable changes to this project will be documented in this file.
|
|
1158
1174
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
@@ -1169,54 +1185,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1169
1185
|
|
|
1170
1186
|
### Features
|
|
1171
1187
|
|
|
1172
|
-
-
|
|
1188
|
+
- **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
|
|
1173
1189
|
|
|
1174
1190
|
### Bug Fixes
|
|
1175
1191
|
|
|
1176
|
-
-
|
|
1192
|
+
- **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
|
|
1177
1193
|
|
|
1178
1194
|
## 3.0.3 (2023-04-24)
|
|
1179
1195
|
|
|
1180
1196
|
### Bug Fixes
|
|
1181
1197
|
|
|
1182
|
-
-
|
|
1198
|
+
- **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
|
|
1183
1199
|
|
|
1184
1200
|
## 3.0.2 (2023-04-18)
|
|
1185
1201
|
|
|
1186
1202
|
### Bug Fixes
|
|
1187
1203
|
|
|
1188
|
-
-
|
|
1189
|
-
-
|
|
1204
|
+
- **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
|
|
1205
|
+
- **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
|
|
1190
1206
|
|
|
1191
1207
|
## 3.0.1 (2023-04-17)
|
|
1192
1208
|
|
|
1193
1209
|
### Bug Fixes
|
|
1194
1210
|
|
|
1195
|
-
-
|
|
1211
|
+
- **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
|
|
1196
1212
|
|
|
1197
1213
|
## 3.0.0 (2023-04-16)
|
|
1198
1214
|
|
|
1199
1215
|
### Bug Fixes
|
|
1200
1216
|
|
|
1201
|
-
-
|
|
1217
|
+
- **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
|
|
1202
1218
|
|
|
1203
1219
|
## 2.6.0 (2023-04-14)
|
|
1204
1220
|
|
|
1205
1221
|
### Features
|
|
1206
1222
|
|
|
1207
|
-
-
|
|
1223
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1208
1224
|
|
|
1209
1225
|
## 2.5.0 (2023-04-14)
|
|
1210
1226
|
|
|
1211
1227
|
### Features
|
|
1212
1228
|
|
|
1213
|
-
-
|
|
1229
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1214
1230
|
|
|
1215
1231
|
## 2.4.0 (2023-04-14)
|
|
1216
1232
|
|
|
1217
1233
|
### Features
|
|
1218
1234
|
|
|
1219
|
-
-
|
|
1235
|
+
- **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
|
|
1220
1236
|
|
|
1221
1237
|
## 2.3.1 (2023-04-13)
|
|
1222
1238
|
|
|
@@ -1226,29 +1242,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1226
1242
|
|
|
1227
1243
|
### Features
|
|
1228
1244
|
|
|
1229
|
-
-
|
|
1230
|
-
-
|
|
1245
|
+
- **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
|
|
1246
|
+
- **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
|
|
1231
1247
|
|
|
1232
1248
|
### Bug Fixes
|
|
1233
1249
|
|
|
1234
|
-
-
|
|
1235
|
-
-
|
|
1250
|
+
- **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
|
|
1251
|
+
- **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
|
|
1236
1252
|
|
|
1237
1253
|
## 2.2.0 (2023-03-27)
|
|
1238
1254
|
|
|
1239
1255
|
### Features
|
|
1240
1256
|
|
|
1241
|
-
-
|
|
1257
|
+
- **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
|
|
1242
1258
|
|
|
1243
1259
|
## 2.1.0 (2023-03-22)
|
|
1244
1260
|
|
|
1245
1261
|
### Features
|
|
1246
1262
|
|
|
1247
|
-
-
|
|
1263
|
+
- added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
|
|
1248
1264
|
|
|
1249
1265
|
### Bug Fixes
|
|
1250
1266
|
|
|
1251
|
-
-
|
|
1267
|
+
- **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
|
|
1252
1268
|
|
|
1253
1269
|
## [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)
|
|
1254
1270
|
|
|
@@ -1294,7 +1310,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1294
1310
|
|
|
1295
1311
|
### Bug Fixes
|
|
1296
1312
|
|
|
1297
|
-
-
|
|
1313
|
+
- update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
|
|
1298
1314
|
|
|
1299
1315
|
## [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)
|
|
1300
1316
|
|
|
@@ -1368,7 +1384,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1368
1384
|
|
|
1369
1385
|
### Bug Fixes
|
|
1370
1386
|
|
|
1371
|
-
-
|
|
1387
|
+
- import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
|
|
1372
1388
|
|
|
1373
1389
|
## [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)
|
|
1374
1390
|
|
|
@@ -1446,13 +1462,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1446
1462
|
|
|
1447
1463
|
### Features
|
|
1448
1464
|
|
|
1449
|
-
-
|
|
1465
|
+
- :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
|
|
1450
1466
|
|
|
1451
1467
|
## 0.4.0 (2022-11-01)
|
|
1452
1468
|
|
|
1453
1469
|
### Features
|
|
1454
1470
|
|
|
1455
|
-
-
|
|
1471
|
+
- :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
|
|
1456
1472
|
|
|
1457
1473
|
## 0.3.2 (2022-10-27)
|
|
1458
1474
|
|
|
@@ -1466,13 +1482,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1466
1482
|
|
|
1467
1483
|
### Features
|
|
1468
1484
|
|
|
1469
|
-
-
|
|
1485
|
+
- **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
|
|
1470
1486
|
|
|
1471
1487
|
## [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)
|
|
1472
1488
|
|
|
1473
1489
|
### Features
|
|
1474
1490
|
|
|
1475
|
-
-
|
|
1491
|
+
- **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
|
|
1476
1492
|
|
|
1477
1493
|
## 0.1.1 (2022-10-03)
|
|
1478
1494
|
|
|
@@ -1482,8 +1498,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1482
1498
|
|
|
1483
1499
|
### Features
|
|
1484
1500
|
|
|
1485
|
-
-
|
|
1486
|
-
-
|
|
1487
|
-
-
|
|
1488
|
-
-
|
|
1489
|
-
-
|
|
1501
|
+
- **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)
|
|
1502
|
+
- **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)
|
|
1503
|
+
- **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
|
|
1504
|
+
- **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
|
|
1505
|
+
- **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
|