@connectedxm/admin-sdk 7.2.4 → 7.2.5

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/api.ts CHANGED
@@ -1575,8 +1575,6 @@ export interface BaseEventSessionQuestion {
1575
1575
  'sortOrder': number;
1576
1576
  'featured': boolean;
1577
1577
  'choices': Array<BaseEventSessionQuestionChoice>;
1578
- 'price': number | null;
1579
- 'supply': number | null;
1580
1578
  }
1581
1579
 
1582
1580
 
@@ -5968,8 +5966,6 @@ export interface EventSessionQuestion {
5968
5966
  'sortOrder': number;
5969
5967
  'featured': boolean;
5970
5968
  'choices': Array<BaseEventSessionQuestionChoice>;
5971
- 'price': number | null;
5972
- 'supply': number | null;
5973
5969
  'sections': Array<BaseEventSessionSectionQuestion>;
5974
5970
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
5975
5971
  'dashboardVisibility': boolean;
@@ -6055,8 +6051,6 @@ export interface EventSessionQuestionCreateInputs {
6055
6051
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
6056
6052
  'featured'?: boolean;
6057
6053
  'choices'?: Array<string> | null;
6058
- 'price'?: AdvertisementCreateInputsWeight | null;
6059
- 'supply'?: AdvertisementCreateInputsWeight | null;
6060
6054
  'searchListId'?: string | null;
6061
6055
  'masked'?: boolean;
6062
6056
  }
@@ -6132,8 +6126,6 @@ export interface EventSessionQuestionUpdateInputs {
6132
6126
  'locationOption'?: LocationQuestionOption | null;
6133
6127
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
6134
6128
  'featured'?: boolean;
6135
- 'price'?: AdvertisementCreateInputsWeight | null;
6136
- 'supply'?: AdvertisementCreateInputsWeight | null;
6137
6129
  'searchListId'?: string | null;
6138
6130
  }
6139
6131
 
@@ -12279,8 +12271,6 @@ export interface RoundSessionQuestion {
12279
12271
  'sortOrder': number;
12280
12272
  'featured': boolean;
12281
12273
  'choices': Array<BaseEventSessionQuestionChoice>;
12282
- 'price': number | null;
12283
- 'supply': number | null;
12284
12274
  'sections': Array<BaseEventSessionSectionQuestion>;
12285
12275
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
12286
12276
  'dashboardVisibility': boolean;
package/dist/api.d.ts CHANGED
@@ -1452,8 +1452,6 @@ export interface BaseEventSessionQuestion {
1452
1452
  'sortOrder': number;
1453
1453
  'featured': boolean;
1454
1454
  'choices': Array<BaseEventSessionQuestionChoice>;
1455
- 'price': number | null;
1456
- 'supply': number | null;
1457
1455
  }
1458
1456
  export interface BaseEventSessionQuestionChoice {
1459
1457
  'id': string;
@@ -5452,8 +5450,6 @@ export interface EventSessionQuestion {
5452
5450
  'sortOrder': number;
5453
5451
  'featured': boolean;
5454
5452
  'choices': Array<BaseEventSessionQuestionChoice>;
5455
- 'price': number | null;
5456
- 'supply': number | null;
5457
5453
  'sections': Array<BaseEventSessionSectionQuestion>;
5458
5454
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
5459
5455
  'dashboardVisibility': boolean;
@@ -5537,8 +5533,6 @@ export interface EventSessionQuestionCreateInputs {
5537
5533
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
5538
5534
  'featured'?: boolean;
5539
5535
  'choices'?: Array<string> | null;
5540
- 'price'?: AdvertisementCreateInputsWeight | null;
5541
- 'supply'?: AdvertisementCreateInputsWeight | null;
5542
5536
  'searchListId'?: string | null;
5543
5537
  'masked'?: boolean;
5544
5538
  }
@@ -5609,8 +5603,6 @@ export interface EventSessionQuestionUpdateInputs {
5609
5603
  'locationOption'?: LocationQuestionOption | null;
5610
5604
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
5611
5605
  'featured'?: boolean;
5612
- 'price'?: AdvertisementCreateInputsWeight | null;
5613
- 'supply'?: AdvertisementCreateInputsWeight | null;
5614
5606
  'searchListId'?: string | null;
5615
5607
  }
5616
5608
  export interface EventSessionSection {
@@ -10888,8 +10880,6 @@ export interface RoundSessionQuestion {
10888
10880
  'sortOrder': number;
10889
10881
  'featured': boolean;
10890
10882
  'choices': Array<BaseEventSessionQuestionChoice>;
10891
- 'price': number | null;
10892
- 'supply': number | null;
10893
10883
  'sections': Array<BaseEventSessionSectionQuestion>;
10894
10884
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
10895
10885
  'dashboardVisibility': boolean;
package/dist/esm/api.d.ts CHANGED
@@ -1452,8 +1452,6 @@ export interface BaseEventSessionQuestion {
1452
1452
  'sortOrder': number;
1453
1453
  'featured': boolean;
1454
1454
  'choices': Array<BaseEventSessionQuestionChoice>;
1455
- 'price': number | null;
1456
- 'supply': number | null;
1457
1455
  }
1458
1456
  export interface BaseEventSessionQuestionChoice {
1459
1457
  'id': string;
@@ -5452,8 +5450,6 @@ export interface EventSessionQuestion {
5452
5450
  'sortOrder': number;
5453
5451
  'featured': boolean;
5454
5452
  'choices': Array<BaseEventSessionQuestionChoice>;
5455
- 'price': number | null;
5456
- 'supply': number | null;
5457
5453
  'sections': Array<BaseEventSessionSectionQuestion>;
5458
5454
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
5459
5455
  'dashboardVisibility': boolean;
@@ -5537,8 +5533,6 @@ export interface EventSessionQuestionCreateInputs {
5537
5533
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
5538
5534
  'featured'?: boolean;
5539
5535
  'choices'?: Array<string> | null;
5540
- 'price'?: AdvertisementCreateInputsWeight | null;
5541
- 'supply'?: AdvertisementCreateInputsWeight | null;
5542
5536
  'searchListId'?: string | null;
5543
5537
  'masked'?: boolean;
5544
5538
  }
@@ -5609,8 +5603,6 @@ export interface EventSessionQuestionUpdateInputs {
5609
5603
  'locationOption'?: LocationQuestionOption | null;
5610
5604
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
5611
5605
  'featured'?: boolean;
5612
- 'price'?: AdvertisementCreateInputsWeight | null;
5613
- 'supply'?: AdvertisementCreateInputsWeight | null;
5614
5606
  'searchListId'?: string | null;
5615
5607
  }
5616
5608
  export interface EventSessionSection {
@@ -10888,8 +10880,6 @@ export interface RoundSessionQuestion {
10888
10880
  'sortOrder': number;
10889
10881
  'featured': boolean;
10890
10882
  'choices': Array<BaseEventSessionQuestionChoice>;
10891
- 'price': number | null;
10892
- 'supply': number | null;
10893
10883
  'sections': Array<BaseEventSessionSectionQuestion>;
10894
10884
  'subQuestionOf': Array<EventSessionQuestionChoiceSubQuestion>;
10895
10885
  'dashboardVisibility': boolean;
@@ -26,8 +26,6 @@ Name | Type | Description | Notes
26
26
  **sortOrder** | **number** | | [default to undefined]
27
27
  **featured** | **boolean** | | [default to undefined]
28
28
  **choices** | [**Array&lt;BaseEventSessionQuestionChoice&gt;**](BaseEventSessionQuestionChoice.md) | | [default to undefined]
29
- **price** | **number** | | [default to undefined]
30
- **supply** | **number** | | [default to undefined]
31
29
 
32
30
  ## Example
33
31
 
@@ -56,8 +54,6 @@ const instance: BaseEventSessionQuestion = {
56
54
  sortOrder,
57
55
  featured,
58
56
  choices,
59
- price,
60
- supply,
61
57
  };
62
58
  ```
63
59
 
@@ -26,8 +26,6 @@ Name | Type | Description | Notes
26
26
  **sortOrder** | **number** | | [default to undefined]
27
27
  **featured** | **boolean** | | [default to undefined]
28
28
  **choices** | [**Array&lt;BaseEventSessionQuestionChoice&gt;**](BaseEventSessionQuestionChoice.md) | | [default to undefined]
29
- **price** | **number** | | [default to undefined]
30
- **supply** | **number** | | [default to undefined]
31
29
  **sections** | [**Array&lt;BaseEventSessionSectionQuestion&gt;**](BaseEventSessionSectionQuestion.md) | | [default to undefined]
32
30
  **subQuestionOf** | [**Array&lt;EventSessionQuestionChoiceSubQuestion&gt;**](EventSessionQuestionChoiceSubQuestion.md) | | [default to undefined]
33
31
  **dashboardVisibility** | **boolean** | | [default to undefined]
@@ -62,8 +60,6 @@ const instance: EventSessionQuestion = {
62
60
  sortOrder,
63
61
  featured,
64
62
  choices,
65
- price,
66
- supply,
67
63
  sections,
68
64
  subQuestionOf,
69
65
  dashboardVisibility,
@@ -26,8 +26,6 @@ Name | Type | Description | Notes
26
26
  **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
27
27
  **featured** | **boolean** | | [optional] [default to undefined]
28
28
  **choices** | **Array&lt;string&gt;** | | [optional] [default to undefined]
29
- **price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
30
- **supply** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
31
29
  **searchListId** | **string** | | [optional] [default to undefined]
32
30
  **masked** | **boolean** | | [optional] [default to undefined]
33
31
 
@@ -58,8 +56,6 @@ const instance: EventSessionQuestionCreateInputs = {
58
56
  sortOrder,
59
57
  featured,
60
58
  choices,
61
- price,
62
- supply,
63
59
  searchListId,
64
60
  masked,
65
61
  };
@@ -23,8 +23,6 @@ Name | Type | Description | Notes
23
23
  **locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
24
24
  **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
25
25
  **featured** | **boolean** | | [optional] [default to undefined]
26
- **price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
27
- **supply** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
28
26
  **searchListId** | **string** | | [optional] [default to undefined]
29
27
 
30
28
  ## Example
@@ -51,8 +49,6 @@ const instance: EventSessionQuestionUpdateInputs = {
51
49
  locationOption,
52
50
  sortOrder,
53
51
  featured,
54
- price,
55
- supply,
56
52
  searchListId,
57
53
  };
58
54
  ```
@@ -26,8 +26,6 @@ Name | Type | Description | Notes
26
26
  **sortOrder** | **number** | | [default to undefined]
27
27
  **featured** | **boolean** | | [default to undefined]
28
28
  **choices** | [**Array&lt;BaseEventSessionQuestionChoice&gt;**](BaseEventSessionQuestionChoice.md) | | [default to undefined]
29
- **price** | **number** | | [default to undefined]
30
- **supply** | **number** | | [default to undefined]
31
29
  **sections** | [**Array&lt;BaseEventSessionSectionQuestion&gt;**](BaseEventSessionSectionQuestion.md) | | [default to undefined]
32
30
  **subQuestionOf** | [**Array&lt;EventSessionQuestionChoiceSubQuestion&gt;**](EventSessionQuestionChoiceSubQuestion.md) | | [default to undefined]
33
31
  **dashboardVisibility** | **boolean** | | [default to undefined]
@@ -64,8 +62,6 @@ const instance: RoundSessionQuestion = {
64
62
  sortOrder,
65
63
  featured,
66
64
  choices,
67
- price,
68
- supply,
69
65
  sections,
70
66
  subQuestionOf,
71
67
  dashboardVisibility,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "7.2.4",
3
+ "version": "7.2.5",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {