@connectedxm/client 8.2.1 → 9.0.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 +0 -4
- package/dist/index.d.ts +392 -556
- package/dist/index.js +3169 -3623
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
# ConnectedXM Client SDK
|
|
2
2
|
|
|
3
3
|
A Javascript SDK for interacting with the ConnectedXM Client API.
|
|
4
|
-
|
|
5
|
-
## Documentation
|
|
6
|
-
|
|
7
|
-
- [Event Session Registration Guide](./docs/SESSION_REGISTRATION.md) — How to implement session registration (questions → create intent → capture payment)
|