@connectedxm/admin 3.3.5 → 3.3.6
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 +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2115,7 +2115,6 @@ interface BaseEventSessionLocation {
|
|
|
2115
2115
|
name: string;
|
|
2116
2116
|
}
|
|
2117
2117
|
interface EventSessionLocation extends BaseEventSessionLocation {
|
|
2118
|
-
googlePlaceId: string | null;
|
|
2119
2118
|
description: string | null;
|
|
2120
2119
|
address1: string | null;
|
|
2121
2120
|
address2: string | null;
|
|
@@ -4376,7 +4375,6 @@ interface EventSessionUpdateInputs {
|
|
|
4376
4375
|
}
|
|
4377
4376
|
interface EventSessionLocationCreateInputs {
|
|
4378
4377
|
name: string;
|
|
4379
|
-
googlePlaceId?: string | null;
|
|
4380
4378
|
description?: string | null;
|
|
4381
4379
|
imageId?: string | null;
|
|
4382
4380
|
address1?: string | null;
|
|
@@ -4392,7 +4390,6 @@ interface EventSessionLocationTranslationUpdateInputs {
|
|
|
4392
4390
|
}
|
|
4393
4391
|
interface EventSessionLocationUpdateInputs {
|
|
4394
4392
|
name?: string;
|
|
4395
|
-
googlePlaceId?: string | null;
|
|
4396
4393
|
description?: string | null;
|
|
4397
4394
|
imageId?: string | null;
|
|
4398
4395
|
address1?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -2115,7 +2115,6 @@ interface BaseEventSessionLocation {
|
|
|
2115
2115
|
name: string;
|
|
2116
2116
|
}
|
|
2117
2117
|
interface EventSessionLocation extends BaseEventSessionLocation {
|
|
2118
|
-
googlePlaceId: string | null;
|
|
2119
2118
|
description: string | null;
|
|
2120
2119
|
address1: string | null;
|
|
2121
2120
|
address2: string | null;
|
|
@@ -4376,7 +4375,6 @@ interface EventSessionUpdateInputs {
|
|
|
4376
4375
|
}
|
|
4377
4376
|
interface EventSessionLocationCreateInputs {
|
|
4378
4377
|
name: string;
|
|
4379
|
-
googlePlaceId?: string | null;
|
|
4380
4378
|
description?: string | null;
|
|
4381
4379
|
imageId?: string | null;
|
|
4382
4380
|
address1?: string | null;
|
|
@@ -4392,7 +4390,6 @@ interface EventSessionLocationTranslationUpdateInputs {
|
|
|
4392
4390
|
}
|
|
4393
4391
|
interface EventSessionLocationUpdateInputs {
|
|
4394
4392
|
name?: string;
|
|
4395
|
-
googlePlaceId?: string | null;
|
|
4396
4393
|
description?: string | null;
|
|
4397
4394
|
imageId?: string | null;
|
|
4398
4395
|
address1?: string | null;
|