@connectedxm/client 1.0.30 → 1.0.31

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/dist/index.d.mts CHANGED
@@ -788,7 +788,7 @@ interface BaseFaq {
788
788
  id: string;
789
789
  slug: string;
790
790
  question: string;
791
- answer: string;
791
+ answer?: string;
792
792
  }
793
793
  interface Faq extends BaseFaq {
794
794
  section: BaseFaqSection | null;
package/dist/index.d.ts CHANGED
@@ -788,7 +788,7 @@ interface BaseFaq {
788
788
  id: string;
789
789
  slug: string;
790
790
  question: string;
791
- answer: string;
791
+ answer?: string;
792
792
  }
793
793
  interface Faq extends BaseFaq {
794
794
  section: BaseFaqSection | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {