waldur-js-client 7.9.6-dev.19 → 7.9.6-dev.20

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.
@@ -2239,6 +2239,11 @@ export type ConstanceSettings = {
2239
2239
  LOGIN_LOGO_MULTILINGUAL?: {
2240
2240
  [key: string]: string | null;
2241
2241
  };
2242
+ LOGIN_PAGE_LAYOUT?: string;
2243
+ LOGIN_PAGE_VIDEO_URL?: string;
2244
+ LOGIN_PAGE_STATS?: Array<unknown>;
2245
+ LOGIN_PAGE_CAROUSEL_SLIDES?: Array<unknown>;
2246
+ LOGIN_PAGE_NEWS?: Array<unknown>;
2242
2247
  FAVICON?: string | null;
2243
2248
  OFFERING_LOGO_PLACEHOLDER?: string | null;
2244
2249
  WALDUR_SUPPORT_ENABLED?: boolean;
@@ -2414,6 +2419,11 @@ export type ConstanceSettingsRequest = {
2414
2419
  LOGIN_LOGO_MULTILINGUAL?: {
2415
2420
  [key: string]: (Blob | File) | null;
2416
2421
  };
2422
+ LOGIN_PAGE_LAYOUT?: string;
2423
+ LOGIN_PAGE_VIDEO_URL?: string;
2424
+ LOGIN_PAGE_STATS?: Array<unknown>;
2425
+ LOGIN_PAGE_CAROUSEL_SLIDES?: Array<unknown>;
2426
+ LOGIN_PAGE_NEWS?: Array<unknown>;
2417
2427
  FAVICON?: (Blob | File) | null;
2418
2428
  OFFERING_LOGO_PLACEHOLDER?: (Blob | File) | null;
2419
2429
  WALDUR_SUPPORT_ENABLED?: boolean;
@@ -18044,6 +18054,11 @@ export type ConstanceSettingsRequestForm = {
18044
18054
  LOGIN_LOGO_MULTILINGUAL?: {
18045
18055
  [key: string]: (Blob | File) | null;
18046
18056
  };
18057
+ LOGIN_PAGE_LAYOUT?: string;
18058
+ LOGIN_PAGE_VIDEO_URL?: string;
18059
+ LOGIN_PAGE_STATS?: Array<unknown>;
18060
+ LOGIN_PAGE_CAROUSEL_SLIDES?: Array<unknown>;
18061
+ LOGIN_PAGE_NEWS?: Array<unknown>;
18047
18062
  FAVICON?: (Blob | File) | null;
18048
18063
  OFFERING_LOGO_PLACEHOLDER?: (Blob | File) | null;
18049
18064
  WALDUR_SUPPORT_ENABLED?: boolean;
@@ -18219,6 +18234,11 @@ export type ConstanceSettingsRequestMultipart = {
18219
18234
  LOGIN_LOGO_MULTILINGUAL?: {
18220
18235
  [key: string]: (Blob | File) | null;
18221
18236
  };
18237
+ LOGIN_PAGE_LAYOUT?: string;
18238
+ LOGIN_PAGE_VIDEO_URL?: string;
18239
+ LOGIN_PAGE_STATS?: Array<unknown>;
18240
+ LOGIN_PAGE_CAROUSEL_SLIDES?: Array<unknown>;
18241
+ LOGIN_PAGE_NEWS?: Array<unknown>;
18222
18242
  FAVICON?: (Blob | File) | null;
18223
18243
  OFFERING_LOGO_PLACEHOLDER?: (Blob | File) | null;
18224
18244
  WALDUR_SUPPORT_ENABLED?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.6-dev.19",
3
+ "version": "7.9.6-dev.20",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",