@connectedxm/admin-sdk 6.27.2 → 6.28.0
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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/docs/EventSession.md +4 -0
- package/docs/EventSessionCreateInputs.md +4 -0
- package/docs/EventSessionUpdateInputs.md +4 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -5811,6 +5811,8 @@ export interface EventSession {
|
|
|
5811
5811
|
'event': BaseEvent;
|
|
5812
5812
|
'speakers': Array<BaseEventSpeaker>;
|
|
5813
5813
|
'meetingId': string | null;
|
|
5814
|
+
'autoRefundEnabled': boolean;
|
|
5815
|
+
'autoRefundPercentage': number | null;
|
|
5814
5816
|
'meeting': BaseMeeting | null;
|
|
5815
5817
|
'blocks': Array<BaseEventBlock> | null;
|
|
5816
5818
|
'activationId': string | null;
|
|
@@ -5860,6 +5862,8 @@ export interface EventSessionCreateInputs {
|
|
|
5860
5862
|
'allowQuickRegister'?: boolean;
|
|
5861
5863
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
5862
5864
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
5865
|
+
'autoRefundEnabled'?: boolean;
|
|
5866
|
+
'autoRefundPercentage'?: number | null;
|
|
5863
5867
|
'locationId'?: string | null;
|
|
5864
5868
|
'roundName'?: string | null;
|
|
5865
5869
|
'matchName'?: string | null;
|
|
@@ -6228,6 +6232,8 @@ export interface EventSessionUpdateInputs {
|
|
|
6228
6232
|
'allowQuickRegister'?: boolean;
|
|
6229
6233
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
6230
6234
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
6235
|
+
'autoRefundEnabled'?: boolean;
|
|
6236
|
+
'autoRefundPercentage'?: number | null;
|
|
6231
6237
|
'locationId'?: string | null;
|
|
6232
6238
|
'roundName'?: string | null;
|
|
6233
6239
|
'matchName'?: string | null;
|
package/dist/api.d.ts
CHANGED
|
@@ -5300,6 +5300,8 @@ export interface EventSession {
|
|
|
5300
5300
|
'event': BaseEvent;
|
|
5301
5301
|
'speakers': Array<BaseEventSpeaker>;
|
|
5302
5302
|
'meetingId': string | null;
|
|
5303
|
+
'autoRefundEnabled': boolean;
|
|
5304
|
+
'autoRefundPercentage': number | null;
|
|
5303
5305
|
'meeting': BaseMeeting | null;
|
|
5304
5306
|
'blocks': Array<BaseEventBlock> | null;
|
|
5305
5307
|
'activationId': string | null;
|
|
@@ -5343,6 +5345,8 @@ export interface EventSessionCreateInputs {
|
|
|
5343
5345
|
'allowQuickRegister'?: boolean;
|
|
5344
5346
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
5345
5347
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
5348
|
+
'autoRefundEnabled'?: boolean;
|
|
5349
|
+
'autoRefundPercentage'?: number | null;
|
|
5346
5350
|
'locationId'?: string | null;
|
|
5347
5351
|
'roundName'?: string | null;
|
|
5348
5352
|
'matchName'?: string | null;
|
|
@@ -5700,6 +5704,8 @@ export interface EventSessionUpdateInputs {
|
|
|
5700
5704
|
'allowQuickRegister'?: boolean;
|
|
5701
5705
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
5702
5706
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
5707
|
+
'autoRefundEnabled'?: boolean;
|
|
5708
|
+
'autoRefundPercentage'?: number | null;
|
|
5703
5709
|
'locationId'?: string | null;
|
|
5704
5710
|
'roundName'?: string | null;
|
|
5705
5711
|
'matchName'?: string | null;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -5300,6 +5300,8 @@ export interface EventSession {
|
|
|
5300
5300
|
'event': BaseEvent;
|
|
5301
5301
|
'speakers': Array<BaseEventSpeaker>;
|
|
5302
5302
|
'meetingId': string | null;
|
|
5303
|
+
'autoRefundEnabled': boolean;
|
|
5304
|
+
'autoRefundPercentage': number | null;
|
|
5303
5305
|
'meeting': BaseMeeting | null;
|
|
5304
5306
|
'blocks': Array<BaseEventBlock> | null;
|
|
5305
5307
|
'activationId': string | null;
|
|
@@ -5343,6 +5345,8 @@ export interface EventSessionCreateInputs {
|
|
|
5343
5345
|
'allowQuickRegister'?: boolean;
|
|
5344
5346
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
5345
5347
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
5348
|
+
'autoRefundEnabled'?: boolean;
|
|
5349
|
+
'autoRefundPercentage'?: number | null;
|
|
5346
5350
|
'locationId'?: string | null;
|
|
5347
5351
|
'roundName'?: string | null;
|
|
5348
5352
|
'matchName'?: string | null;
|
|
@@ -5700,6 +5704,8 @@ export interface EventSessionUpdateInputs {
|
|
|
5700
5704
|
'allowQuickRegister'?: boolean;
|
|
5701
5705
|
'limit'?: AdvertisementCreateInputsWeight | null;
|
|
5702
5706
|
'price'?: AdvertisementCreateInputsWeight | null;
|
|
5707
|
+
'autoRefundEnabled'?: boolean;
|
|
5708
|
+
'autoRefundPercentage'?: number | null;
|
|
5703
5709
|
'locationId'?: string | null;
|
|
5704
5710
|
'roundName'?: string | null;
|
|
5705
5711
|
'matchName'?: string | null;
|
package/docs/EventSession.md
CHANGED
|
@@ -37,6 +37,8 @@ Name | Type | Description | Notes
|
|
|
37
37
|
**event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
38
38
|
**speakers** | [**Array<BaseEventSpeaker>**](BaseEventSpeaker.md) | | [default to undefined]
|
|
39
39
|
**meetingId** | **string** | | [default to undefined]
|
|
40
|
+
**autoRefundEnabled** | **boolean** | | [default to undefined]
|
|
41
|
+
**autoRefundPercentage** | **number** | | [default to undefined]
|
|
40
42
|
**meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
|
|
41
43
|
**blocks** | [**Array<BaseEventBlock>**](BaseEventBlock.md) | | [default to undefined]
|
|
42
44
|
**activationId** | **string** | | [default to undefined]
|
|
@@ -83,6 +85,8 @@ const instance: EventSession = {
|
|
|
83
85
|
event,
|
|
84
86
|
speakers,
|
|
85
87
|
meetingId,
|
|
88
|
+
autoRefundEnabled,
|
|
89
|
+
autoRefundPercentage,
|
|
86
90
|
meeting,
|
|
87
91
|
blocks,
|
|
88
92
|
activationId,
|
|
@@ -21,6 +21,8 @@ Name | Type | Description | Notes
|
|
|
21
21
|
**allowQuickRegister** | **boolean** | | [optional] [default to undefined]
|
|
22
22
|
**limit** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
23
23
|
**price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
24
|
+
**autoRefundEnabled** | **boolean** | | [optional] [default to undefined]
|
|
25
|
+
**autoRefundPercentage** | **number** | | [optional] [default to undefined]
|
|
24
26
|
**locationId** | **string** | | [optional] [default to undefined]
|
|
25
27
|
**roundName** | **string** | | [optional] [default to undefined]
|
|
26
28
|
**matchName** | **string** | | [optional] [default to undefined]
|
|
@@ -54,6 +56,8 @@ const instance: EventSessionCreateInputs = {
|
|
|
54
56
|
allowQuickRegister,
|
|
55
57
|
limit,
|
|
56
58
|
price,
|
|
59
|
+
autoRefundEnabled,
|
|
60
|
+
autoRefundPercentage,
|
|
57
61
|
locationId,
|
|
58
62
|
roundName,
|
|
59
63
|
matchName,
|
|
@@ -21,6 +21,8 @@ Name | Type | Description | Notes
|
|
|
21
21
|
**allowQuickRegister** | **boolean** | | [optional] [default to undefined]
|
|
22
22
|
**limit** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
23
23
|
**price** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
24
|
+
**autoRefundEnabled** | **boolean** | | [optional] [default to undefined]
|
|
25
|
+
**autoRefundPercentage** | **number** | | [optional] [default to undefined]
|
|
24
26
|
**locationId** | **string** | | [optional] [default to undefined]
|
|
25
27
|
**roundName** | **string** | | [optional] [default to undefined]
|
|
26
28
|
**matchName** | **string** | | [optional] [default to undefined]
|
|
@@ -54,6 +56,8 @@ const instance: EventSessionUpdateInputs = {
|
|
|
54
56
|
allowQuickRegister,
|
|
55
57
|
limit,
|
|
56
58
|
price,
|
|
59
|
+
autoRefundEnabled,
|
|
60
|
+
autoRefundPercentage,
|
|
57
61
|
locationId,
|
|
58
62
|
roundName,
|
|
59
63
|
matchName,
|