@connectedxm/admin-sdk 6.32.0 → 6.32.2

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
@@ -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
 
@@ -11043,6 +11048,7 @@ export interface NotificationPreferences {
11043
11048
  'chatPush': boolean;
11044
11049
  'chatUnreadEmail': boolean;
11045
11050
  'chatUnreadPush': boolean;
11051
+ 'activityMentionPush': boolean;
11046
11052
  'organizationAnnouncementEmail': boolean;
11047
11053
  'organizationAnnouncementPush': boolean;
11048
11054
  'groupInvitationEmail': boolean;
@@ -11069,7 +11075,8 @@ export enum NotificationType {
11069
11075
  GroupInvitation = 'GROUP_INVITATION',
11070
11076
  GroupRequestAccepted = 'GROUP_REQUEST_ACCEPTED',
11071
11077
  Content = 'CONTENT',
11072
- SupportTicketMessage = 'SUPPORT_TICKET_MESSAGE'
11078
+ SupportTicketMessage = 'SUPPORT_TICKET_MESSAGE',
11079
+ Mention = 'MENTION'
11073
11080
  }
11074
11081
 
11075
11082
 
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;
@@ -9756,6 +9761,7 @@ export interface NotificationPreferences {
9756
9761
  'chatPush': boolean;
9757
9762
  'chatUnreadEmail': boolean;
9758
9763
  'chatUnreadPush': boolean;
9764
+ 'activityMentionPush': boolean;
9759
9765
  'organizationAnnouncementEmail': boolean;
9760
9766
  'organizationAnnouncementPush': boolean;
9761
9767
  'groupInvitationEmail': boolean;
@@ -9785,7 +9791,8 @@ export declare enum NotificationType {
9785
9791
  GroupInvitation = "GROUP_INVITATION",
9786
9792
  GroupRequestAccepted = "GROUP_REQUEST_ACCEPTED",
9787
9793
  Content = "CONTENT",
9788
- SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
9794
+ SupportTicketMessage = "SUPPORT_TICKET_MESSAGE",
9795
+ Mention = "MENTION"
9789
9796
  }
9790
9797
  export declare enum OnSiteScanType {
9791
9798
  Both = "both",
package/dist/api.js CHANGED
@@ -2142,6 +2142,7 @@ var NotificationType;
2142
2142
  NotificationType["GroupRequestAccepted"] = "GROUP_REQUEST_ACCEPTED";
2143
2143
  NotificationType["Content"] = "CONTENT";
2144
2144
  NotificationType["SupportTicketMessage"] = "SUPPORT_TICKET_MESSAGE";
2145
+ NotificationType["Mention"] = "MENTION";
2145
2146
  })(NotificationType || (exports.NotificationType = NotificationType = {}));
2146
2147
  var OnSiteScanType;
2147
2148
  (function (OnSiteScanType) {
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;
@@ -9756,6 +9761,7 @@ export interface NotificationPreferences {
9756
9761
  'chatPush': boolean;
9757
9762
  'chatUnreadEmail': boolean;
9758
9763
  'chatUnreadPush': boolean;
9764
+ 'activityMentionPush': boolean;
9759
9765
  'organizationAnnouncementEmail': boolean;
9760
9766
  'organizationAnnouncementPush': boolean;
9761
9767
  'groupInvitationEmail': boolean;
@@ -9785,7 +9791,8 @@ export declare enum NotificationType {
9785
9791
  GroupInvitation = "GROUP_INVITATION",
9786
9792
  GroupRequestAccepted = "GROUP_REQUEST_ACCEPTED",
9787
9793
  Content = "CONTENT",
9788
- SupportTicketMessage = "SUPPORT_TICKET_MESSAGE"
9794
+ SupportTicketMessage = "SUPPORT_TICKET_MESSAGE",
9795
+ Mention = "MENTION"
9789
9796
  }
9790
9797
  export declare enum OnSiteScanType {
9791
9798
  Both = "both",
package/dist/esm/api.js CHANGED
@@ -2112,6 +2112,7 @@ export var NotificationType;
2112
2112
  NotificationType["GroupRequestAccepted"] = "GROUP_REQUEST_ACCEPTED";
2113
2113
  NotificationType["Content"] = "CONTENT";
2114
2114
  NotificationType["SupportTicketMessage"] = "SUPPORT_TICKET_MESSAGE";
2115
+ NotificationType["Mention"] = "MENTION";
2115
2116
  })(NotificationType || (NotificationType = {}));
2116
2117
  export var OnSiteScanType;
2117
2118
  (function (OnSiteScanType) {
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
 
@@ -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
 
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **chatPush** | **boolean** | | [default to undefined]
15
15
  **chatUnreadEmail** | **boolean** | | [default to undefined]
16
16
  **chatUnreadPush** | **boolean** | | [default to undefined]
17
+ **activityMentionPush** | **boolean** | | [default to undefined]
17
18
  **organizationAnnouncementEmail** | **boolean** | | [default to undefined]
18
19
  **organizationAnnouncementPush** | **boolean** | | [default to undefined]
19
20
  **groupInvitationEmail** | **boolean** | | [default to undefined]
@@ -36,6 +37,7 @@ const instance: NotificationPreferences = {
36
37
  chatPush,
37
38
  chatUnreadEmail,
38
39
  chatUnreadPush,
40
+ activityMentionPush,
39
41
  organizationAnnouncementEmail,
40
42
  organizationAnnouncementPush,
41
43
  groupInvitationEmail,
@@ -27,4 +27,6 @@
27
27
 
28
28
  * `SupportTicketMessage` (value: `'SUPPORT_TICKET_MESSAGE'`)
29
29
 
30
+ * `Mention` (value: `'MENTION'`)
31
+
30
32
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin-sdk",
3
- "version": "6.32.0",
3
+ "version": "6.32.2",
4
4
  "description": "OpenAPI client for @connectedxm/admin-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {