@connectedxm/admin 1.0.14 → 1.0.15

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
@@ -901,7 +901,7 @@ interface BaseFaq {
901
901
  slug: string;
902
902
  visible: boolean;
903
903
  question: string;
904
- answer: string;
904
+ answer?: string;
905
905
  }
906
906
  interface Faq extends BaseFaq {
907
907
  priority: number;
package/dist/index.d.ts CHANGED
@@ -901,7 +901,7 @@ interface BaseFaq {
901
901
  slug: string;
902
902
  visible: boolean;
903
903
  question: string;
904
- answer: string;
904
+ answer?: string;
905
905
  }
906
906
  interface Faq extends BaseFaq {
907
907
  priority: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {