jamespot-front-business 1.1.77 → 1.1.78

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +25 -23
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -6875,6 +6875,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
6875
6875
  mainType: string;
6876
6876
  uri: string;
6877
6877
  title: string;
6878
+ _url: string;
6878
6879
  name: string;
6879
6880
  Pseudo: string;
6880
6881
  class: string;
@@ -7191,6 +7192,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
7191
7192
  mainType: string;
7192
7193
  uri: string;
7193
7194
  title: string;
7195
+ _url: string;
7194
7196
  name: string;
7195
7197
  Pseudo: string;
7196
7198
  class: string;
@@ -8330,6 +8332,7 @@ declare const MediaLibrary: {
8330
8332
  mainType: string;
8331
8333
  uri: string;
8332
8334
  title: string;
8335
+ _url: string;
8333
8336
  name: string;
8334
8337
  Pseudo: string;
8335
8338
  class: string;
@@ -8646,6 +8649,7 @@ declare const MediaLibrary: {
8646
8649
  mainType: string;
8647
8650
  uri: string;
8648
8651
  title: string;
8652
+ _url: string;
8649
8653
  name: string;
8650
8654
  Pseudo: string;
8651
8655
  class: string;
@@ -12241,21 +12245,20 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
12241
12245
  } | {
12242
12246
  limit?: number | boolean | undefined;
12243
12247
  limitValue?: number | undefined;
12244
- closing?: boolean | undefined;
12245
- isClosed?: boolean | undefined;
12248
+ closing?: boolean | 0 | 1 | undefined;
12249
+ isClosed?: boolean | 0 | 1 | undefined;
12246
12250
  } | {
12247
12251
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12248
12252
  arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
12249
12253
  css?: Record<string, string> | undefined;
12250
- closing?: boolean | undefined;
12251
- isClosed?: boolean | undefined;
12252
- userTotal?: number | undefined;
12253
- open?: boolean | undefined;
12254
- multi?: boolean | undefined;
12255
- showResult?: boolean | undefined;
12256
- isNotDisabled?: boolean | undefined;
12257
- seeResponseAfter?: boolean | undefined;
12258
- anonymize?: boolean | undefined;
12254
+ closing?: boolean | 0 | 1 | undefined;
12255
+ isClosed?: boolean | 0 | 1 | undefined;
12256
+ open?: boolean | 0 | 1 | undefined;
12257
+ multi?: boolean | 0 | 1 | undefined;
12258
+ showResult?: boolean | 0 | 1 | undefined;
12259
+ isNotDisabled?: boolean | 0 | 1 | undefined;
12260
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
12261
+ anonymize?: boolean | 0 | 1 | undefined;
12259
12262
  })>;
12260
12263
  override?: boolean;
12261
12264
  };
@@ -12647,21 +12650,20 @@ declare const Widget: {
12647
12650
  } | {
12648
12651
  limit?: number | boolean | undefined;
12649
12652
  limitValue?: number | undefined;
12650
- closing?: boolean | undefined;
12651
- isClosed?: boolean | undefined;
12653
+ closing?: boolean | 0 | 1 | undefined;
12654
+ isClosed?: boolean | 0 | 1 | undefined;
12652
12655
  } | {
12653
12656
  widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
12654
12657
  arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
12655
12658
  css?: Record<string, string> | undefined;
12656
- closing?: boolean | undefined;
12657
- isClosed?: boolean | undefined;
12658
- userTotal?: number | undefined;
12659
- open?: boolean | undefined;
12660
- multi?: boolean | undefined;
12661
- showResult?: boolean | undefined;
12662
- isNotDisabled?: boolean | undefined;
12663
- seeResponseAfter?: boolean | undefined;
12664
- anonymize?: boolean | undefined;
12659
+ closing?: boolean | 0 | 1 | undefined;
12660
+ isClosed?: boolean | 0 | 1 | undefined;
12661
+ open?: boolean | 0 | 1 | undefined;
12662
+ multi?: boolean | 0 | 1 | undefined;
12663
+ showResult?: boolean | 0 | 1 | undefined;
12664
+ isNotDisabled?: boolean | 0 | 1 | undefined;
12665
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
12666
+ anonymize?: boolean | 0 | 1 | undefined;
12665
12667
  })>;
12666
12668
  override?: boolean;
12667
12669
  };
@@ -14053,7 +14055,7 @@ interface InstalledApp {
14053
14055
  color: string;
14054
14056
  url: string;
14055
14057
  type: string;
14056
- urlTarget: boolean;
14058
+ urlTarget: "_blank";
14057
14059
  description: string;
14058
14060
  order: number;
14059
14061
  studioVersion: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.77",
3
+ "version": "1.1.78",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@reduxjs/toolkit": "1.9.0",
45
45
  "@types/uuid": "^10.0.0",
46
- "jamespot-user-api": "^1.0.200",
46
+ "jamespot-user-api": "^1.0.202",
47
47
  "react-redux": "7.2.9",
48
48
  "redux": "4.2.0",
49
49
  "uuid": "^10.0.0"