@connectedxm/admin-sdk 6.32.0 → 6.32.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 +5 -0
- package/dist/api.d.ts +5 -0
- package/dist/esm/api.d.ts +5 -0
- package/docs/Event.md +2 -0
- package/docs/EventCreateInputs.md +2 -0
- package/docs/EventTranslation.md +2 -0
- package/docs/EventTranslationUpdateInputs.md +2 -0
- package/docs/EventUpdateInputs.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -4758,6 +4758,7 @@ export interface Event {
|
|
|
4758
4758
|
'continuousScanning': boolean;
|
|
4759
4759
|
'scanType': OnSiteScanType;
|
|
4760
4760
|
'activationsDescription': string | null;
|
|
4761
|
+
'activationsLabel': string;
|
|
4761
4762
|
'externalMeetingUrl': string | null;
|
|
4762
4763
|
'options': object | null;
|
|
4763
4764
|
}
|
|
@@ -5125,6 +5126,7 @@ export interface EventCreateInputs {
|
|
|
5125
5126
|
'continuousScanning'?: boolean;
|
|
5126
5127
|
'scanType'?: OnSiteScanType | null;
|
|
5127
5128
|
'activationsDescription'?: string | null;
|
|
5129
|
+
'activationsLabel'?: string;
|
|
5128
5130
|
}
|
|
5129
5131
|
|
|
5130
5132
|
|
|
@@ -6493,6 +6495,7 @@ export interface EventTranslation {
|
|
|
6493
6495
|
'imageId': string | null;
|
|
6494
6496
|
'image': BaseImage | null;
|
|
6495
6497
|
'activationsDescription': string | null;
|
|
6498
|
+
'activationsLabel': string | null;
|
|
6496
6499
|
'createdAt': string;
|
|
6497
6500
|
'updatedAt': string;
|
|
6498
6501
|
}
|
|
@@ -6503,6 +6506,7 @@ export interface EventTranslationUpdateInputs {
|
|
|
6503
6506
|
'reservationDescription'?: string | null;
|
|
6504
6507
|
'imageId'?: string | null;
|
|
6505
6508
|
'activationsDescription'?: string | null;
|
|
6509
|
+
'activationsLabel'?: string | null;
|
|
6506
6510
|
}
|
|
6507
6511
|
|
|
6508
6512
|
export enum EventType {
|
|
@@ -6574,6 +6578,7 @@ export interface EventUpdateInputs {
|
|
|
6574
6578
|
'continuousScanning'?: boolean;
|
|
6575
6579
|
'scanType'?: OnSiteScanType | null;
|
|
6576
6580
|
'activationsDescription'?: string | null;
|
|
6581
|
+
'activationsLabel'?: string;
|
|
6577
6582
|
}
|
|
6578
6583
|
|
|
6579
6584
|
|
package/dist/api.d.ts
CHANGED
|
@@ -4311,6 +4311,7 @@ export interface Event {
|
|
|
4311
4311
|
'continuousScanning': boolean;
|
|
4312
4312
|
'scanType': OnSiteScanType;
|
|
4313
4313
|
'activationsDescription': string | null;
|
|
4314
|
+
'activationsLabel': string;
|
|
4314
4315
|
'externalMeetingUrl': string | null;
|
|
4315
4316
|
'options': object | null;
|
|
4316
4317
|
}
|
|
@@ -4652,6 +4653,7 @@ export interface EventCreateInputs {
|
|
|
4652
4653
|
'continuousScanning'?: boolean;
|
|
4653
4654
|
'scanType'?: OnSiteScanType | null;
|
|
4654
4655
|
'activationsDescription'?: string | null;
|
|
4656
|
+
'activationsLabel'?: string;
|
|
4655
4657
|
}
|
|
4656
4658
|
/**
|
|
4657
4659
|
* @type EventCreateInputsPassLimitPerAccount
|
|
@@ -5957,6 +5959,7 @@ export interface EventTranslation {
|
|
|
5957
5959
|
'imageId': string | null;
|
|
5958
5960
|
'image': BaseImage | null;
|
|
5959
5961
|
'activationsDescription': string | null;
|
|
5962
|
+
'activationsLabel': string | null;
|
|
5960
5963
|
'createdAt': string;
|
|
5961
5964
|
'updatedAt': string;
|
|
5962
5965
|
}
|
|
@@ -5967,6 +5970,7 @@ export interface EventTranslationUpdateInputs {
|
|
|
5967
5970
|
'reservationDescription'?: string | null;
|
|
5968
5971
|
'imageId'?: string | null;
|
|
5969
5972
|
'activationsDescription'?: string | null;
|
|
5973
|
+
'activationsLabel'?: string | null;
|
|
5970
5974
|
}
|
|
5971
5975
|
export declare enum EventType {
|
|
5972
5976
|
Physical = "physical",
|
|
@@ -6035,6 +6039,7 @@ export interface EventUpdateInputs {
|
|
|
6035
6039
|
'continuousScanning'?: boolean;
|
|
6036
6040
|
'scanType'?: OnSiteScanType | null;
|
|
6037
6041
|
'activationsDescription'?: string | null;
|
|
6042
|
+
'activationsLabel'?: string;
|
|
6038
6043
|
}
|
|
6039
6044
|
export interface EventVariantCouponCreateInputs {
|
|
6040
6045
|
'quantity'?: number;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -4311,6 +4311,7 @@ export interface Event {
|
|
|
4311
4311
|
'continuousScanning': boolean;
|
|
4312
4312
|
'scanType': OnSiteScanType;
|
|
4313
4313
|
'activationsDescription': string | null;
|
|
4314
|
+
'activationsLabel': string;
|
|
4314
4315
|
'externalMeetingUrl': string | null;
|
|
4315
4316
|
'options': object | null;
|
|
4316
4317
|
}
|
|
@@ -4652,6 +4653,7 @@ export interface EventCreateInputs {
|
|
|
4652
4653
|
'continuousScanning'?: boolean;
|
|
4653
4654
|
'scanType'?: OnSiteScanType | null;
|
|
4654
4655
|
'activationsDescription'?: string | null;
|
|
4656
|
+
'activationsLabel'?: string;
|
|
4655
4657
|
}
|
|
4656
4658
|
/**
|
|
4657
4659
|
* @type EventCreateInputsPassLimitPerAccount
|
|
@@ -5957,6 +5959,7 @@ export interface EventTranslation {
|
|
|
5957
5959
|
'imageId': string | null;
|
|
5958
5960
|
'image': BaseImage | null;
|
|
5959
5961
|
'activationsDescription': string | null;
|
|
5962
|
+
'activationsLabel': string | null;
|
|
5960
5963
|
'createdAt': string;
|
|
5961
5964
|
'updatedAt': string;
|
|
5962
5965
|
}
|
|
@@ -5967,6 +5970,7 @@ export interface EventTranslationUpdateInputs {
|
|
|
5967
5970
|
'reservationDescription'?: string | null;
|
|
5968
5971
|
'imageId'?: string | null;
|
|
5969
5972
|
'activationsDescription'?: string | null;
|
|
5973
|
+
'activationsLabel'?: string | null;
|
|
5970
5974
|
}
|
|
5971
5975
|
export declare enum EventType {
|
|
5972
5976
|
Physical = "physical",
|
|
@@ -6035,6 +6039,7 @@ export interface EventUpdateInputs {
|
|
|
6035
6039
|
'continuousScanning'?: boolean;
|
|
6036
6040
|
'scanType'?: OnSiteScanType | null;
|
|
6037
6041
|
'activationsDescription'?: string | null;
|
|
6042
|
+
'activationsLabel'?: string;
|
|
6038
6043
|
}
|
|
6039
6044
|
export interface EventVariantCouponCreateInputs {
|
|
6040
6045
|
'quantity'?: number;
|
package/docs/Event.md
CHANGED
|
@@ -81,6 +81,7 @@ Name | Type | Description | Notes
|
|
|
81
81
|
**continuousScanning** | **boolean** | | [default to undefined]
|
|
82
82
|
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [default to undefined]
|
|
83
83
|
**activationsDescription** | **string** | | [default to undefined]
|
|
84
|
+
**activationsLabel** | **string** | | [default to undefined]
|
|
84
85
|
**externalMeetingUrl** | **string** | | [default to undefined]
|
|
85
86
|
**_options** | **object** | | [default to undefined]
|
|
86
87
|
|
|
@@ -166,6 +167,7 @@ const instance: Event = {
|
|
|
166
167
|
continuousScanning,
|
|
167
168
|
scanType,
|
|
168
169
|
activationsDescription,
|
|
170
|
+
activationsLabel,
|
|
169
171
|
externalMeetingUrl,
|
|
170
172
|
_options,
|
|
171
173
|
};
|
|
@@ -66,6 +66,7 @@ Name | Type | Description | Notes
|
|
|
66
66
|
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
67
67
|
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
68
68
|
**activationsDescription** | **string** | | [optional] [default to undefined]
|
|
69
|
+
**activationsLabel** | **string** | | [optional] [default to undefined]
|
|
69
70
|
|
|
70
71
|
## Example
|
|
71
72
|
|
|
@@ -134,6 +135,7 @@ const instance: EventCreateInputs = {
|
|
|
134
135
|
continuousScanning,
|
|
135
136
|
scanType,
|
|
136
137
|
activationsDescription,
|
|
138
|
+
activationsLabel,
|
|
137
139
|
};
|
|
138
140
|
```
|
|
139
141
|
|
package/docs/EventTranslation.md
CHANGED
|
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**imageId** | **string** | | [default to undefined]
|
|
15
15
|
**image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
|
|
16
16
|
**activationsDescription** | **string** | | [default to undefined]
|
|
17
|
+
**activationsLabel** | **string** | | [default to undefined]
|
|
17
18
|
**createdAt** | **string** | | [default to undefined]
|
|
18
19
|
**updatedAt** | **string** | | [default to undefined]
|
|
19
20
|
|
|
@@ -32,6 +33,7 @@ const instance: EventTranslation = {
|
|
|
32
33
|
imageId,
|
|
33
34
|
image,
|
|
34
35
|
activationsDescription,
|
|
36
|
+
activationsLabel,
|
|
35
37
|
createdAt,
|
|
36
38
|
updatedAt,
|
|
37
39
|
};
|
|
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**reservationDescription** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**imageId** | **string** | | [optional] [default to undefined]
|
|
13
13
|
**activationsDescription** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**activationsLabel** | **string** | | [optional] [default to undefined]
|
|
14
15
|
|
|
15
16
|
## Example
|
|
16
17
|
|
|
@@ -24,6 +25,7 @@ const instance: EventTranslationUpdateInputs = {
|
|
|
24
25
|
reservationDescription,
|
|
25
26
|
imageId,
|
|
26
27
|
activationsDescription,
|
|
28
|
+
activationsLabel,
|
|
27
29
|
};
|
|
28
30
|
```
|
|
29
31
|
|
|
@@ -66,6 +66,7 @@ Name | Type | Description | Notes
|
|
|
66
66
|
**continuousScanning** | **boolean** | | [optional] [default to undefined]
|
|
67
67
|
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
|
|
68
68
|
**activationsDescription** | **string** | | [optional] [default to undefined]
|
|
69
|
+
**activationsLabel** | **string** | | [optional] [default to undefined]
|
|
69
70
|
|
|
70
71
|
## Example
|
|
71
72
|
|
|
@@ -134,6 +135,7 @@ const instance: EventUpdateInputs = {
|
|
|
134
135
|
continuousScanning,
|
|
135
136
|
scanType,
|
|
136
137
|
activationsDescription,
|
|
138
|
+
activationsLabel,
|
|
137
139
|
};
|
|
138
140
|
```
|
|
139
141
|
|