@equinor/fusion-framework-module-services 3.2.3 → 4.0.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +190 -172
  2. package/dist/esm/bookmarks/delete/generate-endpoint.js.map +1 -1
  3. package/dist/esm/bookmarks/favorites/delete/generate-endpoint.js.map +1 -1
  4. package/dist/esm/bookmarks/favorites/head/generate-endpoint.js.map +1 -1
  5. package/dist/esm/bookmarks/favorites/post/generate-endpoint.js.map +1 -1
  6. package/dist/esm/bookmarks/get/generate-endpoint.js.map +1 -1
  7. package/dist/esm/bookmarks/getAll/generate-endpoint.js.map +1 -1
  8. package/dist/esm/bookmarks/patch/generate-endpoint.js.map +1 -1
  9. package/dist/esm/bookmarks/post/generate-endpoint.js.map +1 -1
  10. package/dist/esm/context/get/generate-endpoint.js.map +1 -1
  11. package/dist/esm/context/query/generate-endpoint.js.map +1 -1
  12. package/dist/esm/context/related/generate-endpoint.js.map +1 -1
  13. package/dist/esm/module.js +1 -1
  14. package/dist/esm/module.js.map +1 -1
  15. package/dist/esm/notification/notification/delete/generate-endpoint.js.map +1 -1
  16. package/dist/esm/notification/notification/get/generate-endpoint.js.map +1 -1
  17. package/dist/esm/notification/notification/getAll/generate-endpoint.js.map +1 -1
  18. package/dist/esm/notification/notification/patch/generate-endpoint.js.map +1 -1
  19. package/dist/esm/notification/notification/post/generate-endpoint.js.map +1 -1
  20. package/dist/esm/notification/settings/get/generate-endpoint.js.map +1 -1
  21. package/dist/esm/notification/settings/put/generate-endpoint.js.map +1 -1
  22. package/dist/esm/people/person-details/generate-endpoint.js.map +1 -1
  23. package/dist/esm/people/person-photo/generate-endpoint.js.map +1 -1
  24. package/dist/esm/people/query/generate-endpoint.js.map +1 -1
  25. package/dist/esm/people/utils.js.map +1 -1
  26. package/dist/esm/provider.js.map +1 -1
  27. package/dist/esm/version.js +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/dist/types/bookmarks/delete/client.d.ts +1 -1
  30. package/dist/types/bookmarks/delete/generate-parameters.d.ts +1 -1
  31. package/dist/types/bookmarks/favorites/delete/client.d.ts +1 -1
  32. package/dist/types/bookmarks/favorites/delete/generate-parameters.d.ts +1 -1
  33. package/dist/types/bookmarks/favorites/head/client.d.ts +1 -1
  34. package/dist/types/bookmarks/favorites/head/generate-parameters.d.ts +1 -1
  35. package/dist/types/bookmarks/favorites/post/client.d.ts +1 -1
  36. package/dist/types/bookmarks/favorites/post/generate-parameters.d.ts +1 -1
  37. package/dist/types/bookmarks/get/client.d.ts +1 -1
  38. package/dist/types/bookmarks/get/generate-parameters.d.ts +1 -1
  39. package/dist/types/bookmarks/getAll/client.d.ts +1 -1
  40. package/dist/types/bookmarks/getAll/generate-parameters.d.ts +1 -1
  41. package/dist/types/bookmarks/patch/client.d.ts +1 -1
  42. package/dist/types/bookmarks/patch/generate-parameters.d.ts +1 -1
  43. package/dist/types/bookmarks/post/client.d.ts +1 -1
  44. package/dist/types/bookmarks/post/generate-parameters.d.ts +1 -1
  45. package/dist/types/context/get/client.d.ts +1 -1
  46. package/dist/types/context/get/generate-parameters.d.ts +1 -1
  47. package/dist/types/context/query/client.d.ts +1 -1
  48. package/dist/types/context/query/generate-parameters.d.ts +1 -1
  49. package/dist/types/context/related/client.d.ts +1 -1
  50. package/dist/types/context/related/generate-parameters.d.ts +1 -1
  51. package/dist/types/notification/notification/delete/client.d.ts +1 -1
  52. package/dist/types/notification/notification/delete/generate-parameters.d.ts +1 -1
  53. package/dist/types/notification/notification/get/client.d.ts +1 -1
  54. package/dist/types/notification/notification/get/generate-parameters.d.ts +1 -1
  55. package/dist/types/notification/notification/getAll/client.d.ts +1 -1
  56. package/dist/types/notification/notification/getAll/generate-parameters.d.ts +1 -1
  57. package/dist/types/notification/notification/patch/client.d.ts +1 -1
  58. package/dist/types/notification/notification/patch/generate-parameters.d.ts +1 -1
  59. package/dist/types/notification/notification/post/client.d.ts +1 -1
  60. package/dist/types/notification/notification/post/generate-parameters.d.ts +1 -1
  61. package/dist/types/notification/settings/get/client.d.ts +1 -1
  62. package/dist/types/notification/settings/get/generate-parameters.d.ts +1 -1
  63. package/dist/types/notification/settings/put/client.d.ts +1 -1
  64. package/dist/types/notification/settings/put/generate-parameters.d.ts +1 -1
  65. package/dist/types/people/person-details/client.d.ts +1 -1
  66. package/dist/types/people/person-details/generate-parameters.d.ts +1 -1
  67. package/dist/types/people/person-photo/client.d.ts +1 -1
  68. package/dist/types/people/person-photo/generate-parameters.d.ts +1 -1
  69. package/dist/types/people/query/client.d.ts +1 -1
  70. package/dist/types/people/query/generate-parameters.d.ts +1 -1
  71. package/dist/types/version.d.ts +1 -1
  72. package/package.json +6 -6
  73. package/src/people/api-models.ts +2 -2
  74. package/src/version.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,75 +1,93 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
12
+ - @equinor/fusion-framework-module@4.3.0
13
+
14
+ ## 3.2.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`152cf73`](https://github.com/equinor/fusion-framework/commit/152cf73d39eb32ccbaddaa6941e315c437c4972d)]:
19
+ - @equinor/fusion-framework-module@4.2.7
20
+
3
21
  ## 3.2.3
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#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
25
+ - [#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
8
26
 
9
- - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
10
- - @equinor/fusion-framework-module@4.2.6
27
+ - Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
28
+ - @equinor/fusion-framework-module@4.2.6
11
29
 
12
30
  ## 3.2.2
13
31
 
14
32
  ### Patch Changes
15
33
 
16
- - [#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
34
+ - [#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
17
35
 
18
- > extremely crude, but good enough until backend comes of with new models or endpoint
36
+ > extremely crude, but good enough until backend comes of with new models or endpoint
19
37
 
20
- _updated typings for person v4_
38
+ _updated typings for person v4_
21
39
 
22
40
  ## 3.2.1
23
41
 
24
42
  ### Patch Changes
25
43
 
26
- - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
44
+ - [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
27
45
 
28
- - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
29
- - @equinor/fusion-framework-module@4.2.5
46
+ - Updated dependencies [[`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc)]:
47
+ - @equinor/fusion-framework-module@4.2.5
30
48
 
31
49
  ## 3.2.0
32
50
 
33
51
  ### Minor Changes
34
52
 
35
- - [#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
53
+ - [#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
36
54
 
37
- > **for internal usage only!**
55
+ > **for internal usage only!**
38
56
 
39
- - add function for fetching person details
40
- - add function for querying persons
41
- - add function for downloading person photo
57
+ - add function for fetching person details
58
+ - add function for querying persons
59
+ - add function for downloading person photo
42
60
 
43
- ```ts
44
- const personApi = await modules.services.createPeopleClient();
45
- personApi.query('v2', 'json
46
- ```
61
+ ```ts
62
+ const personApi = await modules.services.createPeopleClient();
63
+ personApi.query('v2', 'json
64
+ ```
47
65
 
48
66
  ## 3.1.5
49
67
 
50
68
  ### Patch Changes
51
69
 
52
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
53
- - @equinor/fusion-framework-module@4.2.4
70
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
71
+ - @equinor/fusion-framework-module@4.2.4
54
72
 
55
73
  ## 3.1.4
56
74
 
57
75
  ### Patch Changes
58
76
 
59
- - [#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
77
+ - [#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
60
78
 
61
- conflicts of `@types/react` made random outcomes when using `yarn`
79
+ conflicts of `@types/react` made random outcomes when using `yarn`
62
80
 
63
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
81
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
64
82
 
65
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
66
- - @equinor/fusion-framework-module@4.2.3
83
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
84
+ - @equinor/fusion-framework-module@4.2.3
67
85
 
68
86
  ## 3.1.3
69
87
 
70
88
  ### Patch Changes
71
89
 
72
- - [#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
90
+ - [#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
73
91
 
74
92
  All notable changes to this project will be documented in this file.
75
93
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -86,54 +104,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
86
104
 
87
105
  ### Features
88
106
 
89
- - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
107
+ - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
90
108
 
91
109
  ### Bug Fixes
92
110
 
93
- - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
111
+ - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
94
112
 
95
113
  ## 3.0.3 (2023-04-24)
96
114
 
97
115
  ### Bug Fixes
98
116
 
99
- - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
117
+ - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
100
118
 
101
119
  ## 3.0.2 (2023-04-18)
102
120
 
103
121
  ### Bug Fixes
104
122
 
105
- - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
106
- - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
123
+ - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
124
+ - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
107
125
 
108
126
  ## 3.0.1 (2023-04-17)
109
127
 
110
128
  ### Bug Fixes
111
129
 
112
- - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
130
+ - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
113
131
 
114
132
  ## 3.0.0 (2023-04-16)
115
133
 
116
134
  ### Bug Fixes
117
135
 
118
- - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
136
+ - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
119
137
 
120
138
  ## 2.6.0 (2023-04-14)
121
139
 
122
140
  ### Features
123
141
 
124
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
142
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
125
143
 
126
144
  ## 2.5.0 (2023-04-14)
127
145
 
128
146
  ### Features
129
147
 
130
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
148
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
131
149
 
132
150
  ## 2.4.0 (2023-04-14)
133
151
 
134
152
  ### Features
135
153
 
136
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
154
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
137
155
 
138
156
  ## 2.3.1 (2023-04-13)
139
157
 
@@ -143,29 +161,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
143
161
 
144
162
  ### Features
145
163
 
146
- - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
147
- - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
164
+ - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
165
+ - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
148
166
 
149
167
  ### Bug Fixes
150
168
 
151
- - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
152
- - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
169
+ - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
170
+ - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
153
171
 
154
172
  ## 2.2.0 (2023-03-27)
155
173
 
156
174
  ### Features
157
175
 
158
- - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
176
+ - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
159
177
 
160
178
  ## 2.1.0 (2023-03-22)
161
179
 
162
180
  ### Features
163
181
 
164
- - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
182
+ - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
165
183
 
166
184
  ### Bug Fixes
167
185
 
168
- - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
186
+ - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
169
187
 
170
188
  ## [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)
171
189
 
@@ -211,7 +229,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
211
229
 
212
230
  ### Bug Fixes
213
231
 
214
- - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
232
+ - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
215
233
 
216
234
  ## [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)
217
235
 
@@ -285,7 +303,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
285
303
 
286
304
  ### Bug Fixes
287
305
 
288
- - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
306
+ - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
289
307
 
290
308
  ## [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)
291
309
 
@@ -363,13 +381,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
363
381
 
364
382
  ### Features
365
383
 
366
- - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
384
+ - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
367
385
 
368
386
  ## 0.4.0 (2022-11-01)
369
387
 
370
388
  ### Features
371
389
 
372
- - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
390
+ - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
373
391
 
374
392
  ## 0.3.2 (2022-10-27)
375
393
 
@@ -383,13 +401,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
383
401
 
384
402
  ### Features
385
403
 
386
- - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
404
+ - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
387
405
 
388
406
  ## [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)
389
407
 
390
408
  ### Features
391
409
 
392
- - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
410
+ - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
393
411
 
394
412
  ## 0.1.1 (2022-10-03)
395
413
 
@@ -399,39 +417,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
399
417
 
400
418
  ### Features
401
419
 
402
- - **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)
403
- - **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)
404
- - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
405
- - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
406
- - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
407
- , {search: 'foo@bar.com'})
408
- personApi.get('v4', 'json
420
+ - **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)
421
+ - **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)
422
+ - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
423
+ - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
424
+ - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
425
+ , {search: 'foo@bar.com'})
426
+ personApi.get('v4', 'json
409
427
 
410
428
  ## 3.1.5
411
429
 
412
430
  ### Patch Changes
413
431
 
414
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
415
- - @equinor/fusion-framework-module@4.2.4
432
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
433
+ - @equinor/fusion-framework-module@4.2.4
416
434
 
417
435
  ## 3.1.4
418
436
 
419
437
  ### Patch Changes
420
438
 
421
- - [#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
439
+ - [#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
422
440
 
423
- conflicts of `@types/react` made random outcomes when using `yarn`
441
+ conflicts of `@types/react` made random outcomes when using `yarn`
424
442
 
425
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
443
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
426
444
 
427
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
428
- - @equinor/fusion-framework-module@4.2.3
445
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
446
+ - @equinor/fusion-framework-module@4.2.3
429
447
 
430
448
  ## 3.1.3
431
449
 
432
450
  ### Patch Changes
433
451
 
434
- - [#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
452
+ - [#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
435
453
 
436
454
  All notable changes to this project will be documented in this file.
437
455
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -448,54 +466,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
448
466
 
449
467
  ### Features
450
468
 
451
- - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
469
+ - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
452
470
 
453
471
  ### Bug Fixes
454
472
 
455
- - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
473
+ - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
456
474
 
457
475
  ## 3.0.3 (2023-04-24)
458
476
 
459
477
  ### Bug Fixes
460
478
 
461
- - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
479
+ - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
462
480
 
463
481
  ## 3.0.2 (2023-04-18)
464
482
 
465
483
  ### Bug Fixes
466
484
 
467
- - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
468
- - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
485
+ - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
486
+ - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
469
487
 
470
488
  ## 3.0.1 (2023-04-17)
471
489
 
472
490
  ### Bug Fixes
473
491
 
474
- - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
492
+ - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
475
493
 
476
494
  ## 3.0.0 (2023-04-16)
477
495
 
478
496
  ### Bug Fixes
479
497
 
480
- - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
498
+ - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
481
499
 
482
500
  ## 2.6.0 (2023-04-14)
483
501
 
484
502
  ### Features
485
503
 
486
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
504
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
487
505
 
488
506
  ## 2.5.0 (2023-04-14)
489
507
 
490
508
  ### Features
491
509
 
492
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
510
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
493
511
 
494
512
  ## 2.4.0 (2023-04-14)
495
513
 
496
514
  ### Features
497
515
 
498
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
516
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
499
517
 
500
518
  ## 2.3.1 (2023-04-13)
501
519
 
@@ -505,29 +523,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
505
523
 
506
524
  ### Features
507
525
 
508
- - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
509
- - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
526
+ - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
527
+ - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
510
528
 
511
529
  ### Bug Fixes
512
530
 
513
- - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
514
- - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
531
+ - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
532
+ - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
515
533
 
516
534
  ## 2.2.0 (2023-03-27)
517
535
 
518
536
  ### Features
519
537
 
520
- - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
538
+ - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
521
539
 
522
540
  ## 2.1.0 (2023-03-22)
523
541
 
524
542
  ### Features
525
543
 
526
- - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
544
+ - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
527
545
 
528
546
  ### Bug Fixes
529
547
 
530
- - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
548
+ - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
531
549
 
532
550
  ## [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)
533
551
 
@@ -573,7 +591,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
573
591
 
574
592
  ### Bug Fixes
575
593
 
576
- - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
594
+ - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
577
595
 
578
596
  ## [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)
579
597
 
@@ -647,7 +665,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
647
665
 
648
666
  ### Bug Fixes
649
667
 
650
- - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
668
+ - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
651
669
 
652
670
  ## [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)
653
671
 
@@ -725,13 +743,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
725
743
 
726
744
  ### Features
727
745
 
728
- - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
746
+ - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
729
747
 
730
748
  ## 0.4.0 (2022-11-01)
731
749
 
732
750
  ### Features
733
751
 
734
- - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
752
+ - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
735
753
 
736
754
  ## 0.3.2 (2022-10-27)
737
755
 
@@ -745,13 +763,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
745
763
 
746
764
  ### Features
747
765
 
748
- - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
766
+ - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
749
767
 
750
768
  ## [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)
751
769
 
752
770
  ### Features
753
771
 
754
- - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
772
+ - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
755
773
 
756
774
  ## 0.1.1 (2022-10-03)
757
775
 
@@ -761,39 +779,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
761
779
 
762
780
  ### Features
763
781
 
764
- - **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)
765
- - **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)
766
- - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
767
- - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
768
- - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
769
- , {azureId: '1234'})
770
- personApi.photo('v2', 'blob
782
+ - **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)
783
+ - **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)
784
+ - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
785
+ - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
786
+ - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
787
+ , {azureId: '1234'})
788
+ personApi.photo('v2', 'blob
771
789
 
772
790
  ## 3.1.5
773
791
 
774
792
  ### Patch Changes
775
793
 
776
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
777
- - @equinor/fusion-framework-module@4.2.4
794
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
795
+ - @equinor/fusion-framework-module@4.2.4
778
796
 
779
797
  ## 3.1.4
780
798
 
781
799
  ### Patch Changes
782
800
 
783
- - [#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
801
+ - [#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
784
802
 
785
- conflicts of `@types/react` made random outcomes when using `yarn`
803
+ conflicts of `@types/react` made random outcomes when using `yarn`
786
804
 
787
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
805
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
788
806
 
789
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
790
- - @equinor/fusion-framework-module@4.2.3
807
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
808
+ - @equinor/fusion-framework-module@4.2.3
791
809
 
792
810
  ## 3.1.3
793
811
 
794
812
  ### Patch Changes
795
813
 
796
- - [#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
814
+ - [#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
797
815
 
798
816
  All notable changes to this project will be documented in this file.
799
817
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -810,54 +828,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
810
828
 
811
829
  ### Features
812
830
 
813
- - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
831
+ - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
814
832
 
815
833
  ### Bug Fixes
816
834
 
817
- - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
835
+ - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
818
836
 
819
837
  ## 3.0.3 (2023-04-24)
820
838
 
821
839
  ### Bug Fixes
822
840
 
823
- - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
841
+ - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
824
842
 
825
843
  ## 3.0.2 (2023-04-18)
826
844
 
827
845
  ### Bug Fixes
828
846
 
829
- - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
830
- - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
847
+ - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
848
+ - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
831
849
 
832
850
  ## 3.0.1 (2023-04-17)
833
851
 
834
852
  ### Bug Fixes
835
853
 
836
- - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
854
+ - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
837
855
 
838
856
  ## 3.0.0 (2023-04-16)
839
857
 
840
858
  ### Bug Fixes
841
859
 
842
- - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
860
+ - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
843
861
 
844
862
  ## 2.6.0 (2023-04-14)
845
863
 
846
864
  ### Features
847
865
 
848
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
866
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
849
867
 
850
868
  ## 2.5.0 (2023-04-14)
851
869
 
852
870
  ### Features
853
871
 
854
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
872
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
855
873
 
856
874
  ## 2.4.0 (2023-04-14)
857
875
 
858
876
  ### Features
859
877
 
860
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
878
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
861
879
 
862
880
  ## 2.3.1 (2023-04-13)
863
881
 
@@ -867,29 +885,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
867
885
 
868
886
  ### Features
869
887
 
870
- - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
871
- - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
888
+ - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
889
+ - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
872
890
 
873
891
  ### Bug Fixes
874
892
 
875
- - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
876
- - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
893
+ - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
894
+ - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
877
895
 
878
896
  ## 2.2.0 (2023-03-27)
879
897
 
880
898
  ### Features
881
899
 
882
- - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
900
+ - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
883
901
 
884
902
  ## 2.1.0 (2023-03-22)
885
903
 
886
904
  ### Features
887
905
 
888
- - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
906
+ - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
889
907
 
890
908
  ### Bug Fixes
891
909
 
892
- - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
910
+ - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
893
911
 
894
912
  ## [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)
895
913
 
@@ -935,7 +953,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
935
953
 
936
954
  ### Bug Fixes
937
955
 
938
- - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
956
+ - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
939
957
 
940
958
  ## [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)
941
959
 
@@ -1009,7 +1027,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1009
1027
 
1010
1028
  ### Bug Fixes
1011
1029
 
1012
- - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
1030
+ - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
1013
1031
 
1014
1032
  ## [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)
1015
1033
 
@@ -1087,13 +1105,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1087
1105
 
1088
1106
  ### Features
1089
1107
 
1090
- - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
1108
+ - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
1091
1109
 
1092
1110
  ## 0.4.0 (2022-11-01)
1093
1111
 
1094
1112
  ### Features
1095
1113
 
1096
- - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
1114
+ - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
1097
1115
 
1098
1116
  ## 0.3.2 (2022-10-27)
1099
1117
 
@@ -1107,13 +1125,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1107
1125
 
1108
1126
  ### Features
1109
1127
 
1110
- - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
1128
+ - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
1111
1129
 
1112
1130
  ## [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)
1113
1131
 
1114
1132
  ### Features
1115
1133
 
1116
- - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
1134
+ - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
1117
1135
 
1118
1136
  ## 0.1.1 (2022-10-03)
1119
1137
 
@@ -1123,45 +1141,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1123
1141
 
1124
1142
  ### Features
1125
1143
 
1126
- - **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)
1127
- - **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)
1128
- - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
1129
- - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
1130
- - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
1131
- , {azureId: '123'})
1132
- ``
1144
+ - **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)
1145
+ - **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)
1146
+ - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
1147
+ - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
1148
+ - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
1149
+ , {azureId: '123'})
1150
+ ``
1133
1151
 
1134
- - [#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
1152
+ - [#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
1135
1153
 
1136
- - added models for v2 and v4
1137
- - added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
1138
- - changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
1154
+ - added models for v2 and v4
1155
+ - added expand logic for person detail `roles` `positions` `contracts` `manager` `companies`
1156
+ - changed api client to now include args and init (previously args where extracted from call parameters) to correctly type response models
1139
1157
 
1140
1158
  ## 3.1.5
1141
1159
 
1142
1160
  ### Patch Changes
1143
1161
 
1144
- - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
1145
- - @equinor/fusion-framework-module@4.2.4
1162
+ - Updated dependencies [[`9076a498`](https://github.com/equinor/fusion-framework/commit/9076a49876e7a414a27557b7fb9095a67fe3a57f)]:
1163
+ - @equinor/fusion-framework-module@4.2.4
1146
1164
 
1147
1165
  ## 3.1.4
1148
1166
 
1149
1167
  ### Patch Changes
1150
1168
 
1151
- - [#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
1169
+ - [#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
1152
1170
 
1153
- conflicts of `@types/react` made random outcomes when using `yarn`
1171
+ conflicts of `@types/react` made random outcomes when using `yarn`
1154
1172
 
1155
- this change should not affect consumer of the packages, but might conflict dependent on local package manager.
1173
+ this change should not affect consumer of the packages, but might conflict dependent on local package manager.
1156
1174
 
1157
- - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
1158
- - @equinor/fusion-framework-module@4.2.3
1175
+ - Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862), [`d276fc5d`](https://github.com/equinor/fusion-framework/commit/d276fc5d514566d05c64705076a1cb91c6a44272)]:
1176
+ - @equinor/fusion-framework-module@4.2.3
1159
1177
 
1160
1178
  ## 3.1.3
1161
1179
 
1162
1180
  ### Patch Changes
1163
1181
 
1164
- - [#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
1182
+ - [#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
1165
1183
 
1166
1184
  All notable changes to this project will be documented in this file.
1167
1185
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -1178,54 +1196,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1178
1196
 
1179
1197
  ### Features
1180
1198
 
1181
- - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
1199
+ - **module-services:** add response handler ([77128e8](https://github.com/equinor/fusion-framework/commit/77128e82692ff570cf65a8b3c900bc6234ce4ae9))
1182
1200
 
1183
1201
  ### Bug Fixes
1184
1202
 
1185
- - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
1203
+ - **module-services:** validate response for http client ([6958f82](https://github.com/equinor/fusion-framework/commit/6958f82c4615f701e2ae9edf2d34dda60af8960a))
1186
1204
 
1187
1205
  ## 3.0.3 (2023-04-24)
1188
1206
 
1189
1207
  ### Bug Fixes
1190
1208
 
1191
- - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
1209
+ - **services-module:** fix bookmark favorites url ([f9c6129](https://github.com/equinor/fusion-framework/commit/f9c612914eae57452e1ffe77b1dc054eefea2850))
1192
1210
 
1193
1211
  ## 3.0.2 (2023-04-18)
1194
1212
 
1195
1213
  ### Bug Fixes
1196
1214
 
1197
- - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
1198
- - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
1215
+ - **service:** fix linting ([88b5e59](https://github.com/equinor/fusion-framework/commit/88b5e596d18ac8b999404c3487a9896b0806a767))
1216
+ - **services:** update-api-provider-types ([380c6af](https://github.com/equinor/fusion-framework/commit/380c6af855fa6b9a29dbedd51917f0d6e4e7742b))
1199
1217
 
1200
1218
  ## 3.0.1 (2023-04-17)
1201
1219
 
1202
1220
  ### Bug Fixes
1203
1221
 
1204
- - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
1222
+ - **context:** skip clearing context ([d4032b7](https://github.com/equinor/fusion-framework/commit/d4032b78b21d123e67cc7dadc50a65071d976b94))
1205
1223
 
1206
1224
  ## 3.0.0 (2023-04-16)
1207
1225
 
1208
1226
  ### Bug Fixes
1209
1227
 
1210
- - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
1228
+ - **modules/services:** fix oData query builder ([95e3e98](https://github.com/equinor/fusion-framework/commit/95e3e9886cbf4d00820577eaf141f83cc8a602b5))
1211
1229
 
1212
1230
  ## 2.6.0 (2023-04-14)
1213
1231
 
1214
1232
  ### Features
1215
1233
 
1216
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1234
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1217
1235
 
1218
1236
  ## 2.5.0 (2023-04-14)
1219
1237
 
1220
1238
  ### Features
1221
1239
 
1222
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1240
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1223
1241
 
1224
1242
  ## 2.4.0 (2023-04-14)
1225
1243
 
1226
1244
  ### Features
1227
1245
 
1228
- - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1246
+ - **module-services:** add api interface for resolving related context ([54a8d9f](https://github.com/equinor/fusion-framework/commit/54a8d9f1a34052abb0f2e9104c9395b0fc4c77c4))
1229
1247
 
1230
1248
  ## 2.3.1 (2023-04-13)
1231
1249
 
@@ -1235,29 +1253,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1235
1253
 
1236
1254
  ### Features
1237
1255
 
1238
- - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
1239
- - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
1256
+ - **bookmark-client:** added verify users bookmark ([971835c](https://github.com/equinor/fusion-framework/commit/971835c801f46fc4bebd3d1b97ca8cd83c085a77))
1257
+ - **Bookmark-Client:** Enable to add bookmark favorites ([83dd966](https://github.com/equinor/fusion-framework/commit/83dd966ef1d609f0be44373ee16344810ae9beb4))
1240
1258
 
1241
1259
  ### Bug Fixes
1242
1260
 
1243
- - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
1244
- - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
1261
+ - **bookmark-client:** fix import ([7c7d585](https://github.com/equinor/fusion-framework/commit/7c7d585b6eb53688e5ce9f80474eac3275576290))
1262
+ - **bookmark-client:** renamed id to bookmarkId ([590ad69](https://github.com/equinor/fusion-framework/commit/590ad69cfca579ec65accb5dab47c69968aade95))
1245
1263
 
1246
1264
  ## 2.2.0 (2023-03-27)
1247
1265
 
1248
1266
  ### Features
1249
1267
 
1250
- - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
1268
+ - **services:** Added notification api service ([8a40606](https://github.com/equinor/fusion-framework/commit/8a406068d69903e0d7ebc76079ed12caeac540f1))
1251
1269
 
1252
1270
  ## 2.1.0 (2023-03-22)
1253
1271
 
1254
1272
  ### Features
1255
1273
 
1256
- - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
1274
+ - added put and getAll endpoints to the bookmark api client ([b9deb40](https://github.com/equinor/fusion-framework/commit/b9deb406460cea2f0fa34eb688d4e427bfb2f9b5))
1257
1275
 
1258
1276
  ### Bug Fixes
1259
1277
 
1260
- - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
1278
+ - **pr:** Fixing pr comments ([4ee3fb3](https://github.com/equinor/fusion-framework/commit/4ee3fb3b509c7b7560378e18ee51d9c1759a8685))
1261
1279
 
1262
1280
  ## [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)
1263
1281
 
@@ -1303,7 +1321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1303
1321
 
1304
1322
  ### Bug Fixes
1305
1323
 
1306
- - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
1324
+ - update interface for enabling modules ([1e5730e](https://github.com/equinor/fusion-framework/commit/1e5730e91992c1d0177790c851be993a0532a3d1))
1307
1325
 
1308
1326
  ## [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)
1309
1327
 
@@ -1377,7 +1395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1377
1395
 
1378
1396
  ### Bug Fixes
1379
1397
 
1380
- - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
1398
+ - import typos ([c6449f1](https://github.com/equinor/fusion-framework/commit/c6449f1ac692439d52ed0e88f8492de9721e29ce))
1381
1399
 
1382
1400
  ## [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)
1383
1401
 
@@ -1455,13 +1473,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1455
1473
 
1456
1474
  ### Features
1457
1475
 
1458
- - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
1476
+ - :sparkles: delete bookmark ([df70d9f](https://github.com/equinor/fusion-framework/commit/df70d9f6ed369cfc9e682a268b7175ddf8b3d122))
1459
1477
 
1460
1478
  ## 0.4.0 (2022-11-01)
1461
1479
 
1462
1480
  ### Features
1463
1481
 
1464
- - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
1482
+ - :sparkles: post bookmark module-services ([333ec6a](https://github.com/equinor/fusion-framework/commit/333ec6ab394f305aa02678d93a513ecf67fd52bc))
1465
1483
 
1466
1484
  ## 0.3.2 (2022-10-27)
1467
1485
 
@@ -1475,13 +1493,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1475
1493
 
1476
1494
  ### Features
1477
1495
 
1478
- - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
1496
+ - **module-services:** bookmarks get ([0fe2c83](https://github.com/equinor/fusion-framework/commit/0fe2c83155b7c49623da13739f0945edf4ee9200))
1479
1497
 
1480
1498
  ## [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)
1481
1499
 
1482
1500
  ### Features
1483
1501
 
1484
- - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
1502
+ - **observable:** expose async query function ([b9292fc](https://github.com/equinor/fusion-framework/commit/b9292fcabd0756c0340fc767acf592482b253cd0))
1485
1503
 
1486
1504
  ## 0.1.1 (2022-10-03)
1487
1505
 
@@ -1491,8 +1509,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1491
1509
 
1492
1510
  ### Features
1493
1511
 
1494
- - **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)
1495
- - **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)
1496
- - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
1497
- - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
1498
- - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))
1512
+ - **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)
1513
+ - **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)
1514
+ - **module-services:** rewrite interface for services ([b440aa2](https://github.com/equinor/fusion-framework/commit/b440aa28ae733aa77e07128b04b21fe24db356b4))
1515
+ - **module-services:** rewrite module ([bbbc203](https://github.com/equinor/fusion-framework/commit/bbbc2031f4c8785fd623db3be16f96195094f47e))
1516
+ - **module-services:** rewrite module ([40b64ad](https://github.com/equinor/fusion-framework/commit/40b64ad5dca8ef719fcca9b3297e85aa28af413a))