@connectedxm/admin 2.4.12 → 2.4.13

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.cts CHANGED
@@ -1692,6 +1692,7 @@ interface BaseRegistrationQuestion {
1692
1692
  featured: boolean;
1693
1693
  choices: BaseRegistrationQuestionChoice[];
1694
1694
  matchType: MatchQuestionType;
1695
+ unique: boolean;
1695
1696
  }
1696
1697
  interface RegistrationQuestion extends BaseRegistrationQuestion {
1697
1698
  sections: BaseRegistrationSectionQuestion[];
@@ -4537,6 +4538,7 @@ interface EventQuestionUpdateInputs {
4537
4538
  sortOrder?: number | string | null;
4538
4539
  featured?: boolean;
4539
4540
  matchType?: keyof typeof MatchQuestionType;
4541
+ unique?: boolean;
4540
4542
  }
4541
4543
  interface CustomReportCreateInputs extends ReportFilters {
4542
4544
  name: string;
package/dist/index.d.ts CHANGED
@@ -1692,6 +1692,7 @@ interface BaseRegistrationQuestion {
1692
1692
  featured: boolean;
1693
1693
  choices: BaseRegistrationQuestionChoice[];
1694
1694
  matchType: MatchQuestionType;
1695
+ unique: boolean;
1695
1696
  }
1696
1697
  interface RegistrationQuestion extends BaseRegistrationQuestion {
1697
1698
  sections: BaseRegistrationSectionQuestion[];
@@ -4537,6 +4538,7 @@ interface EventQuestionUpdateInputs {
4537
4538
  sortOrder?: number | string | null;
4538
4539
  featured?: boolean;
4539
4540
  matchType?: keyof typeof MatchQuestionType;
4541
+ unique?: boolean;
4540
4542
  }
4541
4543
  interface CustomReportCreateInputs extends ReportFilters {
4542
4544
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",