@connectedxm/client 7.9.8 → 7.10.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/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ interface BaseAccount {
|
|
|
166
166
|
image: BaseImage | null;
|
|
167
167
|
needsProfileCompletion: boolean;
|
|
168
168
|
accountTiers: BaseAccountTier[];
|
|
169
|
+
attributes: AccountAttributeValue[];
|
|
169
170
|
}
|
|
170
171
|
interface Account extends BaseAccount {
|
|
171
172
|
banner: BaseImage | null;
|
|
@@ -390,6 +391,7 @@ interface BaseEvent {
|
|
|
390
391
|
shortDescription: string;
|
|
391
392
|
featured: boolean;
|
|
392
393
|
timezone: string | null;
|
|
394
|
+
venue: string | null;
|
|
393
395
|
eventStart: string;
|
|
394
396
|
eventEnd: string;
|
|
395
397
|
image: BaseImage | null;
|
|
@@ -400,7 +402,6 @@ interface Event extends BaseEvent {
|
|
|
400
402
|
eventType: EventType;
|
|
401
403
|
longDescription: string | null;
|
|
402
404
|
externalUrl: string | null;
|
|
403
|
-
venue: string | null;
|
|
404
405
|
venueMap: BaseImage | null;
|
|
405
406
|
address1: string | null;
|
|
406
407
|
address2: string | null;
|