@connectedxm/client 1.3.10 → 1.3.11
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.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4186,7 +4186,6 @@ interface CreateListingSessionParams extends MutationParams {
|
|
|
4186
4186
|
session: {
|
|
4187
4187
|
name: string;
|
|
4188
4188
|
description: string;
|
|
4189
|
-
location: string | null;
|
|
4190
4189
|
startTime: Date;
|
|
4191
4190
|
endTime: Date;
|
|
4192
4191
|
};
|
|
@@ -4395,7 +4394,6 @@ interface UpdateListingSessionParams extends MutationParams {
|
|
|
4395
4394
|
session: {
|
|
4396
4395
|
name: string;
|
|
4397
4396
|
description: string;
|
|
4398
|
-
location: string | null;
|
|
4399
4397
|
startTime: Date;
|
|
4400
4398
|
endTime: Date;
|
|
4401
4399
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -4186,7 +4186,6 @@ interface CreateListingSessionParams extends MutationParams {
|
|
|
4186
4186
|
session: {
|
|
4187
4187
|
name: string;
|
|
4188
4188
|
description: string;
|
|
4189
|
-
location: string | null;
|
|
4190
4189
|
startTime: Date;
|
|
4191
4190
|
endTime: Date;
|
|
4192
4191
|
};
|
|
@@ -4395,7 +4394,6 @@ interface UpdateListingSessionParams extends MutationParams {
|
|
|
4395
4394
|
session: {
|
|
4396
4395
|
name: string;
|
|
4397
4396
|
description: string;
|
|
4398
|
-
location: string | null;
|
|
4399
4397
|
startTime: Date;
|
|
4400
4398
|
endTime: Date;
|
|
4401
4399
|
};
|