@connectedxm/client 1.3.10 → 1.3.12
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1788,6 +1788,7 @@ interface OrganizationConfig {
|
|
|
1788
1788
|
ADAPTIVE_ICON: string | null;
|
|
1789
1789
|
SPLASH_SCREEN: string | null;
|
|
1790
1790
|
DEFAULT_LOCALE: SupportedLocale;
|
|
1791
|
+
LOCALES: SupportedLocale[];
|
|
1791
1792
|
LANGUAGES: Partial<Record<SupportedLocale, Record<string, string>>>;
|
|
1792
1793
|
AUTH: {
|
|
1793
1794
|
LAYOUT: "default" | "social";
|
|
@@ -4186,7 +4187,6 @@ interface CreateListingSessionParams extends MutationParams {
|
|
|
4186
4187
|
session: {
|
|
4187
4188
|
name: string;
|
|
4188
4189
|
description: string;
|
|
4189
|
-
location: string | null;
|
|
4190
4190
|
startTime: Date;
|
|
4191
4191
|
endTime: Date;
|
|
4192
4192
|
};
|
|
@@ -4395,7 +4395,6 @@ interface UpdateListingSessionParams extends MutationParams {
|
|
|
4395
4395
|
session: {
|
|
4396
4396
|
name: string;
|
|
4397
4397
|
description: string;
|
|
4398
|
-
location: string | null;
|
|
4399
4398
|
startTime: Date;
|
|
4400
4399
|
endTime: Date;
|
|
4401
4400
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1788,6 +1788,7 @@ interface OrganizationConfig {
|
|
|
1788
1788
|
ADAPTIVE_ICON: string | null;
|
|
1789
1789
|
SPLASH_SCREEN: string | null;
|
|
1790
1790
|
DEFAULT_LOCALE: SupportedLocale;
|
|
1791
|
+
LOCALES: SupportedLocale[];
|
|
1791
1792
|
LANGUAGES: Partial<Record<SupportedLocale, Record<string, string>>>;
|
|
1792
1793
|
AUTH: {
|
|
1793
1794
|
LAYOUT: "default" | "social";
|
|
@@ -4186,7 +4187,6 @@ interface CreateListingSessionParams extends MutationParams {
|
|
|
4186
4187
|
session: {
|
|
4187
4188
|
name: string;
|
|
4188
4189
|
description: string;
|
|
4189
|
-
location: string | null;
|
|
4190
4190
|
startTime: Date;
|
|
4191
4191
|
endTime: Date;
|
|
4192
4192
|
};
|
|
@@ -4395,7 +4395,6 @@ interface UpdateListingSessionParams extends MutationParams {
|
|
|
4395
4395
|
session: {
|
|
4396
4396
|
name: string;
|
|
4397
4397
|
description: string;
|
|
4398
|
-
location: string | null;
|
|
4399
4398
|
startTime: Date;
|
|
4400
4399
|
endTime: Date;
|
|
4401
4400
|
};
|