@connectedxm/admin 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/dist/index.d.cts CHANGED
@@ -1052,6 +1052,7 @@ interface Event extends BaseEvent {
1052
1052
  continuousScanning: boolean;
1053
1053
  scanType: OnSiteScanType;
1054
1054
  activationsDescription: string | null;
1055
+ activationsLabel: string;
1055
1056
  externalMeetingUrl: string | null;
1056
1057
  options: object | null;
1057
1058
  }
@@ -1065,6 +1066,7 @@ interface EventTranslation {
1065
1066
  imageId: string | null;
1066
1067
  image: BaseImage | null;
1067
1068
  activationsDescription: string | null;
1069
+ activationsLabel: string | null;
1068
1070
  createdAt: string;
1069
1071
  updatedAt: string;
1070
1072
  }
@@ -5294,6 +5296,7 @@ interface EventCreateInputs {
5294
5296
  continuousScanning?: boolean;
5295
5297
  scanType?: keyof typeof OnSiteScanType | null;
5296
5298
  activationsDescription?: string | null;
5299
+ activationsLabel?: string;
5297
5300
  }
5298
5301
  interface EventUpdateInputs {
5299
5302
  featured?: boolean;
@@ -5357,6 +5360,7 @@ interface EventUpdateInputs {
5357
5360
  continuousScanning?: boolean;
5358
5361
  scanType?: keyof typeof OnSiteScanType | null;
5359
5362
  activationsDescription?: string | null;
5363
+ activationsLabel?: string;
5360
5364
  }
5361
5365
  interface EventEmailUpdateInputs {
5362
5366
  body?: string | null;
@@ -5801,6 +5805,7 @@ interface EventTranslationUpdateInputs {
5801
5805
  reservationDescription?: string | null;
5802
5806
  imageId?: string | null;
5803
5807
  activationsDescription?: string | null;
5808
+ activationsLabel?: string | null;
5804
5809
  }
5805
5810
  interface FileUpdateInputs {
5806
5811
  name?: string;
package/dist/index.d.ts CHANGED
@@ -1052,6 +1052,7 @@ interface Event extends BaseEvent {
1052
1052
  continuousScanning: boolean;
1053
1053
  scanType: OnSiteScanType;
1054
1054
  activationsDescription: string | null;
1055
+ activationsLabel: string;
1055
1056
  externalMeetingUrl: string | null;
1056
1057
  options: object | null;
1057
1058
  }
@@ -1065,6 +1066,7 @@ interface EventTranslation {
1065
1066
  imageId: string | null;
1066
1067
  image: BaseImage | null;
1067
1068
  activationsDescription: string | null;
1069
+ activationsLabel: string | null;
1068
1070
  createdAt: string;
1069
1071
  updatedAt: string;
1070
1072
  }
@@ -5294,6 +5296,7 @@ interface EventCreateInputs {
5294
5296
  continuousScanning?: boolean;
5295
5297
  scanType?: keyof typeof OnSiteScanType | null;
5296
5298
  activationsDescription?: string | null;
5299
+ activationsLabel?: string;
5297
5300
  }
5298
5301
  interface EventUpdateInputs {
5299
5302
  featured?: boolean;
@@ -5357,6 +5360,7 @@ interface EventUpdateInputs {
5357
5360
  continuousScanning?: boolean;
5358
5361
  scanType?: keyof typeof OnSiteScanType | null;
5359
5362
  activationsDescription?: string | null;
5363
+ activationsLabel?: string;
5360
5364
  }
5361
5365
  interface EventEmailUpdateInputs {
5362
5366
  body?: string | null;
@@ -5801,6 +5805,7 @@ interface EventTranslationUpdateInputs {
5801
5805
  reservationDescription?: string | null;
5802
5806
  imageId?: string | null;
5803
5807
  activationsDescription?: string | null;
5808
+ activationsLabel?: string | null;
5804
5809
  }
5805
5810
  interface FileUpdateInputs {
5806
5811
  name?: string;
package/openapi.json CHANGED
@@ -96951,6 +96951,9 @@
96951
96951
  "type": "string",
96952
96952
  "nullable": true
96953
96953
  },
96954
+ "activationsLabel": {
96955
+ "type": "string"
96956
+ },
96954
96957
  "externalMeetingUrl": {
96955
96958
  "type": "string",
96956
96959
  "nullable": true
@@ -97002,6 +97005,7 @@
97002
97005
  "continuousScanning",
97003
97006
  "scanType",
97004
97007
  "activationsDescription",
97008
+ "activationsLabel",
97005
97009
  "externalMeetingUrl",
97006
97010
  "options"
97007
97011
  ]
@@ -97047,6 +97051,10 @@
97047
97051
  "type": "string",
97048
97052
  "nullable": true
97049
97053
  },
97054
+ "activationsLabel": {
97055
+ "type": "string",
97056
+ "nullable": true
97057
+ },
97050
97058
  "createdAt": {
97051
97059
  "type": "string"
97052
97060
  },
@@ -97064,6 +97072,7 @@
97064
97072
  "imageId",
97065
97073
  "image",
97066
97074
  "activationsDescription",
97075
+ "activationsLabel",
97067
97076
  "createdAt",
97068
97077
  "updatedAt"
97069
97078
  ]
@@ -114851,6 +114860,9 @@
114851
114860
  "activationsDescription": {
114852
114861
  "type": "string",
114853
114862
  "nullable": true
114863
+ },
114864
+ "activationsLabel": {
114865
+ "type": "string"
114854
114866
  }
114855
114867
  },
114856
114868
  "required": [
@@ -115134,6 +115146,9 @@
115134
115146
  "activationsDescription": {
115135
115147
  "type": "string",
115136
115148
  "nullable": true
115149
+ },
115150
+ "activationsLabel": {
115151
+ "type": "string"
115137
115152
  }
115138
115153
  }
115139
115154
  },
@@ -116992,6 +117007,10 @@
116992
117007
  "activationsDescription": {
116993
117008
  "type": "string",
116994
117009
  "nullable": true
117010
+ },
117011
+ "activationsLabel": {
117012
+ "type": "string",
117013
+ "nullable": true
116995
117014
  }
116996
117015
  }
116997
117016
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.32.0",
3
+ "version": "6.32.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",