@connectedxm/client 0.1.24 → 0.1.25

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
@@ -349,6 +349,7 @@ interface RegistrationSectionQuestion {
349
349
  interface BaseRegistrationQuestionChoice {
350
350
  id: number;
351
351
  value: string;
352
+ text: string | null;
352
353
  supply: number | null;
353
354
  description: string | null;
354
355
  sortOrder: number;
package/dist/index.d.ts CHANGED
@@ -349,6 +349,7 @@ interface RegistrationSectionQuestion {
349
349
  interface BaseRegistrationQuestionChoice {
350
350
  id: number;
351
351
  value: string;
352
+ text: string | null;
352
353
  supply: number | null;
353
354
  description: string | null;
354
355
  sortOrder: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {