@connectedxm/admin-sdk 7.2.8 → 7.2.9
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 +4 -0
- package/dist/api.d.ts +4 -0
- package/dist/esm/api.d.ts +4 -0
- package/docs/BaseBookingSpace.md +2 -0
- package/docs/BookingSpace.md +2 -0
- package/docs/BookingSpaceCreateInputs.md +2 -0
- package/docs/BookingSpaceUpdateInputs.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -1001,6 +1001,7 @@ export interface BaseBookingSpace {
|
|
|
1001
1001
|
'name': string;
|
|
1002
1002
|
'slug': string;
|
|
1003
1003
|
'supply': number;
|
|
1004
|
+
'bookingLimitPerAccount': number | null;
|
|
1004
1005
|
'slotDuration': number;
|
|
1005
1006
|
'price': number;
|
|
1006
1007
|
'description': string | null;
|
|
@@ -2812,6 +2813,7 @@ export interface BookingSpace {
|
|
|
2812
2813
|
'name': string;
|
|
2813
2814
|
'slug': string;
|
|
2814
2815
|
'supply': number;
|
|
2816
|
+
'bookingLimitPerAccount': number | null;
|
|
2815
2817
|
'slotDuration': number;
|
|
2816
2818
|
'price': number;
|
|
2817
2819
|
'description': string | null;
|
|
@@ -2877,6 +2879,7 @@ export interface BookingSpaceBlackoutUpdateInputs {
|
|
|
2877
2879
|
export interface BookingSpaceCreateInputs {
|
|
2878
2880
|
'name': string;
|
|
2879
2881
|
'supply': EventCreateInputsSplitPaymentPercentage;
|
|
2882
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
2880
2883
|
'slotDuration': EventCreateInputsSplitPaymentPercentage;
|
|
2881
2884
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
2882
2885
|
'description'?: string | null;
|
|
@@ -3071,6 +3074,7 @@ export interface BookingSpaceTranslationUpdateInputs {
|
|
|
3071
3074
|
export interface BookingSpaceUpdateInputs {
|
|
3072
3075
|
'name'?: string;
|
|
3073
3076
|
'supply'?: EventCreateInputsSplitPaymentPercentage;
|
|
3077
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
3074
3078
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
3075
3079
|
'description'?: string | null;
|
|
3076
3080
|
'imageId'?: string | null;
|
package/dist/api.d.ts
CHANGED
|
@@ -908,6 +908,7 @@ export interface BaseBookingSpace {
|
|
|
908
908
|
'name': string;
|
|
909
909
|
'slug': string;
|
|
910
910
|
'supply': number;
|
|
911
|
+
'bookingLimitPerAccount': number | null;
|
|
911
912
|
'slotDuration': number;
|
|
912
913
|
'price': number;
|
|
913
914
|
'description': string | null;
|
|
@@ -2622,6 +2623,7 @@ export interface BookingSpace {
|
|
|
2622
2623
|
'name': string;
|
|
2623
2624
|
'slug': string;
|
|
2624
2625
|
'supply': number;
|
|
2626
|
+
'bookingLimitPerAccount': number | null;
|
|
2625
2627
|
'slotDuration': number;
|
|
2626
2628
|
'price': number;
|
|
2627
2629
|
'description': string | null;
|
|
@@ -2683,6 +2685,7 @@ export interface BookingSpaceBlackoutUpdateInputs {
|
|
|
2683
2685
|
export interface BookingSpaceCreateInputs {
|
|
2684
2686
|
'name': string;
|
|
2685
2687
|
'supply': EventCreateInputsSplitPaymentPercentage;
|
|
2688
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
2686
2689
|
'slotDuration': EventCreateInputsSplitPaymentPercentage;
|
|
2687
2690
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
2688
2691
|
'description'?: string | null;
|
|
@@ -2865,6 +2868,7 @@ export interface BookingSpaceTranslationUpdateInputs {
|
|
|
2865
2868
|
export interface BookingSpaceUpdateInputs {
|
|
2866
2869
|
'name'?: string;
|
|
2867
2870
|
'supply'?: EventCreateInputsSplitPaymentPercentage;
|
|
2871
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
2868
2872
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
2869
2873
|
'description'?: string | null;
|
|
2870
2874
|
'imageId'?: string | null;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -908,6 +908,7 @@ export interface BaseBookingSpace {
|
|
|
908
908
|
'name': string;
|
|
909
909
|
'slug': string;
|
|
910
910
|
'supply': number;
|
|
911
|
+
'bookingLimitPerAccount': number | null;
|
|
911
912
|
'slotDuration': number;
|
|
912
913
|
'price': number;
|
|
913
914
|
'description': string | null;
|
|
@@ -2622,6 +2623,7 @@ export interface BookingSpace {
|
|
|
2622
2623
|
'name': string;
|
|
2623
2624
|
'slug': string;
|
|
2624
2625
|
'supply': number;
|
|
2626
|
+
'bookingLimitPerAccount': number | null;
|
|
2625
2627
|
'slotDuration': number;
|
|
2626
2628
|
'price': number;
|
|
2627
2629
|
'description': string | null;
|
|
@@ -2683,6 +2685,7 @@ export interface BookingSpaceBlackoutUpdateInputs {
|
|
|
2683
2685
|
export interface BookingSpaceCreateInputs {
|
|
2684
2686
|
'name': string;
|
|
2685
2687
|
'supply': EventCreateInputsSplitPaymentPercentage;
|
|
2688
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
2686
2689
|
'slotDuration': EventCreateInputsSplitPaymentPercentage;
|
|
2687
2690
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
2688
2691
|
'description'?: string | null;
|
|
@@ -2865,6 +2868,7 @@ export interface BookingSpaceTranslationUpdateInputs {
|
|
|
2865
2868
|
export interface BookingSpaceUpdateInputs {
|
|
2866
2869
|
'name'?: string;
|
|
2867
2870
|
'supply'?: EventCreateInputsSplitPaymentPercentage;
|
|
2871
|
+
'bookingLimitPerAccount'?: AdvertisementCreateInputsWeight | null;
|
|
2868
2872
|
'price'?: EventCreateInputsSplitPaymentPercentage;
|
|
2869
2873
|
'description'?: string | null;
|
|
2870
2874
|
'imageId'?: string | null;
|
package/docs/BaseBookingSpace.md
CHANGED
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**slug** | **string** | | [default to undefined]
|
|
11
11
|
**supply** | **number** | | [default to undefined]
|
|
12
|
+
**bookingLimitPerAccount** | **number** | | [default to undefined]
|
|
12
13
|
**slotDuration** | **number** | | [default to undefined]
|
|
13
14
|
**price** | **number** | | [default to undefined]
|
|
14
15
|
**description** | **string** | | [default to undefined]
|
|
@@ -31,6 +32,7 @@ const instance: BaseBookingSpace = {
|
|
|
31
32
|
name,
|
|
32
33
|
slug,
|
|
33
34
|
supply,
|
|
35
|
+
bookingLimitPerAccount,
|
|
34
36
|
slotDuration,
|
|
35
37
|
price,
|
|
36
38
|
description,
|
package/docs/BookingSpace.md
CHANGED
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**slug** | **string** | | [default to undefined]
|
|
11
11
|
**supply** | **number** | | [default to undefined]
|
|
12
|
+
**bookingLimitPerAccount** | **number** | | [default to undefined]
|
|
12
13
|
**slotDuration** | **number** | | [default to undefined]
|
|
13
14
|
**price** | **number** | | [default to undefined]
|
|
14
15
|
**description** | **string** | | [default to undefined]
|
|
@@ -44,6 +45,7 @@ const instance: BookingSpace = {
|
|
|
44
45
|
name,
|
|
45
46
|
slug,
|
|
46
47
|
supply,
|
|
48
|
+
bookingLimitPerAccount,
|
|
47
49
|
slotDuration,
|
|
48
50
|
price,
|
|
49
51
|
description,
|
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [default to undefined]
|
|
9
9
|
**supply** | [**EventCreateInputsSplitPaymentPercentage**](EventCreateInputsSplitPaymentPercentage.md) | | [default to undefined]
|
|
10
|
+
**bookingLimitPerAccount** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
10
11
|
**slotDuration** | [**EventCreateInputsSplitPaymentPercentage**](EventCreateInputsSplitPaymentPercentage.md) | | [default to undefined]
|
|
11
12
|
**price** | [**EventCreateInputsSplitPaymentPercentage**](EventCreateInputsSplitPaymentPercentage.md) | | [optional] [default to undefined]
|
|
12
13
|
**description** | **string** | | [optional] [default to undefined]
|
|
@@ -36,6 +37,7 @@ import { BookingSpaceCreateInputs } from '@connectedxm/admin-sdk';
|
|
|
36
37
|
const instance: BookingSpaceCreateInputs = {
|
|
37
38
|
name,
|
|
38
39
|
supply,
|
|
40
|
+
bookingLimitPerAccount,
|
|
39
41
|
slotDuration,
|
|
40
42
|
price,
|
|
41
43
|
description,
|
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [optional] [default to undefined]
|
|
9
9
|
**supply** | [**EventCreateInputsSplitPaymentPercentage**](EventCreateInputsSplitPaymentPercentage.md) | | [optional] [default to undefined]
|
|
10
|
+
**bookingLimitPerAccount** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
10
11
|
**price** | [**EventCreateInputsSplitPaymentPercentage**](EventCreateInputsSplitPaymentPercentage.md) | | [optional] [default to undefined]
|
|
11
12
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
13
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
@@ -35,6 +36,7 @@ import { BookingSpaceUpdateInputs } from '@connectedxm/admin-sdk';
|
|
|
35
36
|
const instance: BookingSpaceUpdateInputs = {
|
|
36
37
|
name,
|
|
37
38
|
supply,
|
|
39
|
+
bookingLimitPerAccount,
|
|
38
40
|
price,
|
|
39
41
|
description,
|
|
40
42
|
imageId,
|