connected-spaces-platform.web 4.16.0 → 4.17.1

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID 37599ebb6fddbd9e9baca8cfa9ebaacf6efee88c
1
+ # Built from changelist ID 621391a4857c72c1fd9b82db4ab7cfb7852dc438
2
2
 
3
3
  <br>
4
4
 
@@ -7,11 +7,21 @@
7
7
 
8
8
 
9
9
 
10
+ ### 🐛 🔨 Bug Fixes
10
11
 
12
+ - Update to csp-service (#281) *(9e092fd)* [**OF-1133**]
13
+ - Support string/primitive event params *(95ccd1b)* [**No Ticket**]
14
+ - Remove const ref from getcheckoutsessionurl (#283) *(8b3c903)* [**No Ticket**]
11
15
 
12
16
 
13
17
 
14
18
 
19
+ ### 🙈 🙉 🙊 Test Changes
20
+
21
+ - Add `csp_event` unit tests *(9218193)* [**OF-816**]
22
+
23
+
24
+
15
25
 
16
26
  <br>
17
27
 
@@ -19,4 +29,7 @@
19
29
 
20
30
  | Change ID | Author | Description |
21
31
  | --------- | ------ | ----------- |
22
- | 0a3fc4e | Mag-JB | Staging 4.16.0 (#272) (#274)<br>&bull; [OF-865] feat: parse EmailNotConfirmed failure<br>&bull; [OF-1192] fix: Added invalid enum val (#269)<br>Added invalid enum values to the quota system to<br>allow testing of invalid values, and returning of invalid values.<br>&bull; [OF-1148] fix: release notes on web (#259)<br>&bull; [OF-1148] fix: release notes on web<br>&bull; [OF-1148] fix: removed meta file handling<br>&bull; [OF-1148] refac: fixed comment<br>&bull; [NT-0] fix: readme notes formatting badly<br>&bull; Fixed readme formatting badly when encountering 'bad' commits<br>&bull; [OF-1148] refac: bullet point rendering in tables<br>&bull; [OF-1148] refac: addressing PR feedback - format<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService<br>&bull; [OF-1195] fix!: Remove LoginState ErrorCodes<br>&bull; [OF-1195] fix: Add error message to ParseErrorCode<br>&bull; [OF-1195] fix: remove virtual declaration<br>&bull; [OF-1195] fix: add priv XErrorCodeToFailureReason<br>&bull; [OF-1195] fix!: Remove XErrorCode from Asset<br>&bull; [OF-1195] fix: Move XErrorCodeToFailureReason<br>&bull; [OF-1195] test: Update tests<br>&bull; [OF-1195] fix: Convert Stringformat to String<br>&bull; [OF-1195] fix: fix map key case<br>---------<br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com> |
32
+ | 9e092fd | Mag-JB | [OF-1133] fix: Update to CSP-Service (#281) |
33
+ | 95ccd1b | Michael K | [NT-0] fix: support string/primitive event params |
34
+ | 9218193 | Michael K | [OF-816] test: add `CSP_EVENT` unit tests |
35
+ | 8b3c903 | Mag-JB | [NT-0] fix: Remove const ref from GetCheckoutSessionUrl (#283) |