connected-spaces-platform.web 4.15.2 → 4.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Debug/ConnectedSpacesPlatform_WASM.js +4 -6
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +22 -0
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +42 -18
- package/connectedspacesplatform.js +45 -33
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +45 -46
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Built from changelist ID 37599ebb6fddbd9e9baca8cfa9ebaacf6efee88c
|
|
2
|
+
|
|
3
|
+
<br>
|
|
4
|
+
|
|
5
|
+
## Summary Lists
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<br>
|
|
17
|
+
|
|
18
|
+
## Revision Change Details
|
|
19
|
+
|
|
20
|
+
| Change ID | Author | Description |
|
|
21
|
+
| --------- | ------ | ----------- |
|
|
22
|
+
| 0a3fc4e | Mag-JB | Staging 4.16.0 (#272) (#274)<br>• [OF-865] feat: parse EmailNotConfirmed failure<br>• [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>• [OF-1148] fix: release notes on web (#259)<br>• [OF-1148] fix: release notes on web<br>• [OF-1148] fix: removed meta file handling<br>• [OF-1148] refac: fixed comment<br>• [NT-0] fix: readme notes formatting badly<br>• Fixed readme formatting badly when encountering 'bad' commits<br>• [OF-1148] refac: bullet point rendering in tables<br>• [OF-1148] refac: addressing PR feedback - format<br>• [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>• [OF-1195] feat!: Add XErrorCodes to WebService<br>• [OF-1195] fix!: Remove LoginState ErrorCodes<br>• [OF-1195] fix: Add error message to ParseErrorCode<br>• [OF-1195] fix: remove virtual declaration<br>• [OF-1195] fix: add priv XErrorCodeToFailureReason<br>• [OF-1195] fix!: Remove XErrorCode from Asset<br>• [OF-1195] fix: Move XErrorCodeToFailureReason<br>• [OF-1195] test: Update tests<br>• [OF-1195] fix: Convert Stringformat to String<br>• [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> |
|