@connectedxm/admin-sdk 6.28.0 → 6.28.1

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
@@ -1248,6 +1248,7 @@ export interface BaseEventAddOn {
1248
1248
  'supply': number | null;
1249
1249
  'price': number;
1250
1250
  'pricePerNight': boolean;
1251
+ 'includedNights': number;
1251
1252
  'sortOrder': number;
1252
1253
  'imageId': string | null;
1253
1254
  'image': BaseImage | null;
@@ -4846,6 +4847,7 @@ export interface EventAddOn {
4846
4847
  'supply': number | null;
4847
4848
  'price': number;
4848
4849
  'pricePerNight': boolean;
4850
+ 'includedNights': number;
4849
4851
  'sortOrder': number;
4850
4852
  'imageId': string | null;
4851
4853
  'image': BaseImage | null;
@@ -4873,6 +4875,7 @@ export interface EventAddOnCreateInputs {
4873
4875
  'longDescription'?: string | null;
4874
4876
  'price': AdvertisementCreateInputsWeight | null;
4875
4877
  'pricePerNight'?: boolean;
4878
+ 'includedNights'?: number;
4876
4879
  'supply'?: AdvertisementCreateInputsWeight | null;
4877
4880
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4878
4881
  'imageId'?: string | null;
@@ -4901,6 +4904,7 @@ export interface EventAddOnUpdateInputs {
4901
4904
  'longDescription'?: string | null;
4902
4905
  'price'?: AdvertisementCreateInputsWeight | null;
4903
4906
  'pricePerNight'?: boolean;
4907
+ 'includedNights'?: number;
4904
4908
  'supply'?: AdvertisementCreateInputsWeight | null;
4905
4909
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4906
4910
  'imageId'?: string | null;
package/dist/api.d.ts CHANGED
@@ -1143,6 +1143,7 @@ export interface BaseEventAddOn {
1143
1143
  'supply': number | null;
1144
1144
  'price': number;
1145
1145
  'pricePerNight': boolean;
1146
+ 'includedNights': number;
1146
1147
  'sortOrder': number;
1147
1148
  'imageId': string | null;
1148
1149
  'image': BaseImage | null;
@@ -4388,6 +4389,7 @@ export interface EventAddOn {
4388
4389
  'supply': number | null;
4389
4390
  'price': number;
4390
4391
  'pricePerNight': boolean;
4392
+ 'includedNights': number;
4391
4393
  'sortOrder': number;
4392
4394
  'imageId': string | null;
4393
4395
  'image': BaseImage | null;
@@ -4413,6 +4415,7 @@ export interface EventAddOnCreateInputs {
4413
4415
  'longDescription'?: string | null;
4414
4416
  'price': AdvertisementCreateInputsWeight | null;
4415
4417
  'pricePerNight'?: boolean;
4418
+ 'includedNights'?: number;
4416
4419
  'supply'?: AdvertisementCreateInputsWeight | null;
4417
4420
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4418
4421
  'imageId'?: string | null;
@@ -4439,6 +4442,7 @@ export interface EventAddOnUpdateInputs {
4439
4442
  'longDescription'?: string | null;
4440
4443
  'price'?: AdvertisementCreateInputsWeight | null;
4441
4444
  'pricePerNight'?: boolean;
4445
+ 'includedNights'?: number;
4442
4446
  'supply'?: AdvertisementCreateInputsWeight | null;
4443
4447
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4444
4448
  'imageId'?: string | null;
package/dist/esm/api.d.ts CHANGED
@@ -1143,6 +1143,7 @@ export interface BaseEventAddOn {
1143
1143
  'supply': number | null;
1144
1144
  'price': number;
1145
1145
  'pricePerNight': boolean;
1146
+ 'includedNights': number;
1146
1147
  'sortOrder': number;
1147
1148
  'imageId': string | null;
1148
1149
  'image': BaseImage | null;
@@ -4388,6 +4389,7 @@ export interface EventAddOn {
4388
4389
  'supply': number | null;
4389
4390
  'price': number;
4390
4391
  'pricePerNight': boolean;
4392
+ 'includedNights': number;
4391
4393
  'sortOrder': number;
4392
4394
  'imageId': string | null;
4393
4395
  'image': BaseImage | null;
@@ -4413,6 +4415,7 @@ export interface EventAddOnCreateInputs {
4413
4415
  'longDescription'?: string | null;
4414
4416
  'price': AdvertisementCreateInputsWeight | null;
4415
4417
  'pricePerNight'?: boolean;
4418
+ 'includedNights'?: number;
4416
4419
  'supply'?: AdvertisementCreateInputsWeight | null;
4417
4420
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4418
4421
  'imageId'?: string | null;
@@ -4439,6 +4442,7 @@ export interface EventAddOnUpdateInputs {
4439
4442
  'longDescription'?: string | null;
4440
4443
  'price'?: AdvertisementCreateInputsWeight | null;
4441
4444
  'pricePerNight'?: boolean;
4445
+ 'includedNights'?: number;
4442
4446
  'supply'?: AdvertisementCreateInputsWeight | null;
4443
4447
  'sortOrder'?: AdvertisementCreateInputsWeight | null;
4444
4448
  'imageId'?: string | null;
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **supply** | **number** | | [default to undefined]
12
12
  **price** | **number** | | [default to undefined]
13
13
  **pricePerNight** | **boolean** | | [default to undefined]
14
+ **includedNights** | **number** | | [default to undefined]
14
15
  **sortOrder** | **number** | | [default to undefined]
15
16
  **imageId** | **string** | | [default to undefined]
16
17
  **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
@@ -33,6 +34,7 @@ const instance: BaseEventAddOn = {
33
34
  supply,
34
35
  price,
35
36
  pricePerNight,
37
+ includedNights,
36
38
  sortOrder,
37
39
  imageId,
38
40
  image,
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **supply** | **number** | | [default to undefined]
12
12
  **price** | **number** | | [default to undefined]
13
13
  **pricePerNight** | **boolean** | | [default to undefined]
14
+ **includedNights** | **number** | | [default to undefined]
14
15
  **sortOrder** | **number** | | [default to undefined]
15
16
  **imageId** | **string** | | [default to undefined]
16
17
  **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
@@ -39,6 +40,7 @@ const instance: EventAddOn = {
39
40
  supply,
40
41
  price,
41
42
  pricePerNight,
43
+ includedNights,
42
44
  sortOrder,
43
45
  imageId,
44
46
  image,
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **longDescription** | **string** | | [optional] [default to undefined]
11
11
  **price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [default to undefined]
12
12
  **pricePerNight** | **boolean** | | [optional] [default to undefined]
13
+ **includedNights** | **number** | | [optional] [default to undefined]
13
14
  **supply** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
14
15
  **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
15
16
  **imageId** | **string** | | [optional] [default to undefined]
@@ -28,6 +29,7 @@ const instance: EventAddOnCreateInputs = {
28
29
  longDescription,
29
30
  price,
30
31
  pricePerNight,
32
+ includedNights,
31
33
  supply,
32
34
  sortOrder,
33
35
  imageId,
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **longDescription** | **string** | | [optional] [default to undefined]
11
11
  **price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
12
12
  **pricePerNight** | **boolean** | | [optional] [default to undefined]
13
+ **includedNights** | **number** | | [optional] [default to undefined]
13
14
  **supply** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
14
15
  **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
15
16
  **imageId** | **string** | | [optional] [default to undefined]
@@ -28,6 +29,7 @@ const instance: EventAddOnUpdateInputs = {
28
29
  longDescription,
29
30
  price,
30
31
  pricePerNight,
32
+ includedNights,
31
33
  supply,
32
34
  sortOrder,
33
35
  imageId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "6.28.0",
3
+ "version": "6.28.1",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {