@connectedxm/admin 3.3.13 → 3.3.14

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
@@ -1864,7 +1864,7 @@ interface BaseRegistrationQuestion {
1864
1864
  max: string | null;
1865
1865
  validation: string | null;
1866
1866
  validationMessage: string | null;
1867
- locationQuestionOption: LocationQuestionOption | null;
1867
+ locationOption: LocationQuestionOption | null;
1868
1868
  sortOrder: number;
1869
1869
  featured: boolean;
1870
1870
  choices: BaseRegistrationQuestionChoice[];
@@ -2260,7 +2260,7 @@ interface BaseEventSessionQuestion {
2260
2260
  max: string | null;
2261
2261
  validation: string | null;
2262
2262
  validationMessage: string | null;
2263
- locationQuestionOption: LocationQuestionOption | null;
2263
+ locationOption: LocationQuestionOption | null;
2264
2264
  sortOrder: number;
2265
2265
  featured: boolean;
2266
2266
  choices: BaseEventSessionQuestionChoice[];
@@ -3492,7 +3492,7 @@ interface BaseSurveyQuestion {
3492
3492
  max: string | null;
3493
3493
  validation: string | null;
3494
3494
  validationMessage: string | null;
3495
- locationQuestionOption: LocationQuestionOption | null;
3495
+ locationOption: LocationQuestionOption | null;
3496
3496
  sortOrder: number;
3497
3497
  featured: boolean;
3498
3498
  choices: BaseSurveyQuestionChoice[];
@@ -4465,7 +4465,7 @@ interface EventSessionQuestionCreateInputs {
4465
4465
  max?: string | null;
4466
4466
  validation?: string | null;
4467
4467
  validationMessage?: string | null;
4468
- locationQuestionOption?: LocationQuestionOption | null;
4468
+ locationOption?: LocationQuestionOption | null;
4469
4469
  sortOrder?: number | string | null;
4470
4470
  featured?: boolean;
4471
4471
  choices?: string[] | null;
@@ -4492,7 +4492,7 @@ interface EventSessionQuestionUpdateInputs {
4492
4492
  max?: string | null;
4493
4493
  validation?: string | null;
4494
4494
  validationMessage?: string | null;
4495
- locationQuestionOption?: LocationQuestionOption | null;
4495
+ locationOption?: LocationQuestionOption | null;
4496
4496
  sortOrder?: number | string | null;
4497
4497
  featured?: boolean;
4498
4498
  price?: number | string | null;
@@ -4874,7 +4874,7 @@ interface EventQuestionCreateInputs {
4874
4874
  max?: string | null;
4875
4875
  validation?: string | null;
4876
4876
  validationMessage?: string | null;
4877
- locationQuestionOption?: LocationQuestionOption | null;
4877
+ locationOption?: LocationQuestionOption | null;
4878
4878
  sortOrder?: number | string | null;
4879
4879
  featured?: boolean;
4880
4880
  choices?: string[] | null;
@@ -4899,7 +4899,7 @@ interface EventQuestionUpdateInputs {
4899
4899
  max?: string | null;
4900
4900
  validation?: string | null;
4901
4901
  validationMessage?: string | null;
4902
- locationQuestionOption?: LocationQuestionOption | null;
4902
+ locationOption?: LocationQuestionOption | null;
4903
4903
  sortOrder?: number | string | null;
4904
4904
  featured?: boolean;
4905
4905
  unique?: boolean;
@@ -5652,7 +5652,7 @@ interface SurveyQuestionCreateInputs {
5652
5652
  max?: string | null;
5653
5653
  validation?: string | null;
5654
5654
  validationMessage?: string | null;
5655
- locationQuestionOption?: LocationQuestionOption | null;
5655
+ locationOption?: LocationQuestionOption | null;
5656
5656
  sortOrder?: number | string | null;
5657
5657
  featured?: boolean;
5658
5658
  choices?: string[] | null;
@@ -5677,7 +5677,7 @@ interface SurveyQuestionUpdateInputs {
5677
5677
  max?: string | null;
5678
5678
  validation?: string | null;
5679
5679
  validationMessage?: string | null;
5680
- locationQuestionOption?: LocationQuestionOption | null;
5680
+ locationOption?: LocationQuestionOption | null;
5681
5681
  sortOrder?: number | string | null;
5682
5682
  featured?: boolean;
5683
5683
  searchListId?: string | null;
package/dist/index.d.ts CHANGED
@@ -1864,7 +1864,7 @@ interface BaseRegistrationQuestion {
1864
1864
  max: string | null;
1865
1865
  validation: string | null;
1866
1866
  validationMessage: string | null;
1867
- locationQuestionOption: LocationQuestionOption | null;
1867
+ locationOption: LocationQuestionOption | null;
1868
1868
  sortOrder: number;
1869
1869
  featured: boolean;
1870
1870
  choices: BaseRegistrationQuestionChoice[];
@@ -2260,7 +2260,7 @@ interface BaseEventSessionQuestion {
2260
2260
  max: string | null;
2261
2261
  validation: string | null;
2262
2262
  validationMessage: string | null;
2263
- locationQuestionOption: LocationQuestionOption | null;
2263
+ locationOption: LocationQuestionOption | null;
2264
2264
  sortOrder: number;
2265
2265
  featured: boolean;
2266
2266
  choices: BaseEventSessionQuestionChoice[];
@@ -3492,7 +3492,7 @@ interface BaseSurveyQuestion {
3492
3492
  max: string | null;
3493
3493
  validation: string | null;
3494
3494
  validationMessage: string | null;
3495
- locationQuestionOption: LocationQuestionOption | null;
3495
+ locationOption: LocationQuestionOption | null;
3496
3496
  sortOrder: number;
3497
3497
  featured: boolean;
3498
3498
  choices: BaseSurveyQuestionChoice[];
@@ -4465,7 +4465,7 @@ interface EventSessionQuestionCreateInputs {
4465
4465
  max?: string | null;
4466
4466
  validation?: string | null;
4467
4467
  validationMessage?: string | null;
4468
- locationQuestionOption?: LocationQuestionOption | null;
4468
+ locationOption?: LocationQuestionOption | null;
4469
4469
  sortOrder?: number | string | null;
4470
4470
  featured?: boolean;
4471
4471
  choices?: string[] | null;
@@ -4492,7 +4492,7 @@ interface EventSessionQuestionUpdateInputs {
4492
4492
  max?: string | null;
4493
4493
  validation?: string | null;
4494
4494
  validationMessage?: string | null;
4495
- locationQuestionOption?: LocationQuestionOption | null;
4495
+ locationOption?: LocationQuestionOption | null;
4496
4496
  sortOrder?: number | string | null;
4497
4497
  featured?: boolean;
4498
4498
  price?: number | string | null;
@@ -4874,7 +4874,7 @@ interface EventQuestionCreateInputs {
4874
4874
  max?: string | null;
4875
4875
  validation?: string | null;
4876
4876
  validationMessage?: string | null;
4877
- locationQuestionOption?: LocationQuestionOption | null;
4877
+ locationOption?: LocationQuestionOption | null;
4878
4878
  sortOrder?: number | string | null;
4879
4879
  featured?: boolean;
4880
4880
  choices?: string[] | null;
@@ -4899,7 +4899,7 @@ interface EventQuestionUpdateInputs {
4899
4899
  max?: string | null;
4900
4900
  validation?: string | null;
4901
4901
  validationMessage?: string | null;
4902
- locationQuestionOption?: LocationQuestionOption | null;
4902
+ locationOption?: LocationQuestionOption | null;
4903
4903
  sortOrder?: number | string | null;
4904
4904
  featured?: boolean;
4905
4905
  unique?: boolean;
@@ -5652,7 +5652,7 @@ interface SurveyQuestionCreateInputs {
5652
5652
  max?: string | null;
5653
5653
  validation?: string | null;
5654
5654
  validationMessage?: string | null;
5655
- locationQuestionOption?: LocationQuestionOption | null;
5655
+ locationOption?: LocationQuestionOption | null;
5656
5656
  sortOrder?: number | string | null;
5657
5657
  featured?: boolean;
5658
5658
  choices?: string[] | null;
@@ -5677,7 +5677,7 @@ interface SurveyQuestionUpdateInputs {
5677
5677
  max?: string | null;
5678
5678
  validation?: string | null;
5679
5679
  validationMessage?: string | null;
5680
- locationQuestionOption?: LocationQuestionOption | null;
5680
+ locationOption?: LocationQuestionOption | null;
5681
5681
  sortOrder?: number | string | null;
5682
5682
  featured?: boolean;
5683
5683
  searchListId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.3.13",
3
+ "version": "3.3.14",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",