jamespot-user-api 1.0.200 → 1.0.201

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 (64) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -1
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/lib/jamespot-user-api.js +1 -1
  58. package/lib/jamespot-user-api.js.map +1 -1
  59. package/lib/src/types/widgets/default.d.ts +120 -132
  60. package/lib/src/types/widgets/legacy.d.ts +3 -0
  61. package/lib/src/types/widgets/widgetPresence.d.ts +12 -12
  62. package/lib/src/types/widgets/widgetQuickSurvey.d.ts +40 -45
  63. package/lib/src/types/widgets.d.ts +51 -55
  64. package/package.json +1 -1
@@ -1458,18 +1458,18 @@ export declare const widgetDefaultProps: z.ZodObject<{
1458
1458
  }>, z.ZodObject<{
1459
1459
  limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
1460
1460
  limitValue: z.ZodOptional<z.ZodNumber>;
1461
- closing: z.ZodOptional<z.ZodBoolean>;
1462
- isClosed: z.ZodOptional<z.ZodBoolean>;
1461
+ closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1462
+ isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1463
1463
  }, "strip", z.ZodTypeAny, {
1464
1464
  limit?: number | boolean | undefined;
1465
1465
  limitValue?: number | undefined;
1466
- closing?: boolean | undefined;
1467
- isClosed?: boolean | undefined;
1466
+ closing?: boolean | 0 | 1 | undefined;
1467
+ isClosed?: boolean | 0 | 1 | undefined;
1468
1468
  }, {
1469
1469
  limit?: number | boolean | undefined;
1470
1470
  limitValue?: number | undefined;
1471
- closing?: boolean | undefined;
1472
- isClosed?: boolean | undefined;
1471
+ closing?: boolean | 0 | 1 | undefined;
1472
+ isClosed?: boolean | 0 | 1 | undefined;
1473
1473
  }>, z.ZodObject<{
1474
1474
  arr: z.ZodOptional<z.ZodArray<z.ZodObject<{
1475
1475
  title: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1518,41 +1518,38 @@ export declare const widgetDefaultProps: z.ZodObject<{
1518
1518
  content?: unknown;
1519
1519
  }>;
1520
1520
  }, "strip", z.ZodUnknown, import("./widgets/common").WidgetBaseType, import("./widgets/common").WidgetBaseType>, "many">>;
1521
- userTotal: z.ZodOptional<z.ZodNumber>;
1522
- open: z.ZodOptional<z.ZodBoolean>;
1523
- multi: z.ZodOptional<z.ZodBoolean>;
1524
- closing: z.ZodOptional<z.ZodBoolean>;
1525
- isClosed: z.ZodOptional<z.ZodBoolean>;
1526
- showResult: z.ZodOptional<z.ZodBoolean>;
1527
- isNotDisabled: z.ZodOptional<z.ZodBoolean>;
1528
- seeResponseAfter: z.ZodOptional<z.ZodBoolean>;
1529
- anonymize: z.ZodOptional<z.ZodBoolean>;
1521
+ open: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1522
+ multi: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1523
+ closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1524
+ isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1525
+ showResult: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1526
+ isNotDisabled: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1527
+ seeResponseAfter: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1528
+ anonymize: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
1530
1529
  }, "strip", z.ZodTypeAny, {
1531
1530
  widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1532
1531
  arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
1533
1532
  css?: Record<string, string> | undefined;
1534
- closing?: boolean | undefined;
1535
- isClosed?: boolean | undefined;
1536
- userTotal?: number | undefined;
1537
- open?: boolean | undefined;
1538
- multi?: boolean | undefined;
1539
- showResult?: boolean | undefined;
1540
- isNotDisabled?: boolean | undefined;
1541
- seeResponseAfter?: boolean | undefined;
1542
- anonymize?: boolean | undefined;
1533
+ closing?: boolean | 0 | 1 | undefined;
1534
+ isClosed?: boolean | 0 | 1 | undefined;
1535
+ open?: boolean | 0 | 1 | undefined;
1536
+ multi?: boolean | 0 | 1 | undefined;
1537
+ showResult?: boolean | 0 | 1 | undefined;
1538
+ isNotDisabled?: boolean | 0 | 1 | undefined;
1539
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
1540
+ anonymize?: boolean | 0 | 1 | undefined;
1543
1541
  }, {
1544
1542
  widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1545
1543
  arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
1546
1544
  css?: Record<string, string> | undefined;
1547
- closing?: boolean | undefined;
1548
- isClosed?: boolean | undefined;
1549
- userTotal?: number | undefined;
1550
- open?: boolean | undefined;
1551
- multi?: boolean | undefined;
1552
- showResult?: boolean | undefined;
1553
- isNotDisabled?: boolean | undefined;
1554
- seeResponseAfter?: boolean | undefined;
1555
- anonymize?: boolean | undefined;
1545
+ closing?: boolean | 0 | 1 | undefined;
1546
+ isClosed?: boolean | 0 | 1 | undefined;
1547
+ open?: boolean | 0 | 1 | undefined;
1548
+ multi?: boolean | 0 | 1 | undefined;
1549
+ showResult?: boolean | 0 | 1 | undefined;
1550
+ isNotDisabled?: boolean | 0 | 1 | undefined;
1551
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
1552
+ anonymize?: boolean | 0 | 1 | undefined;
1556
1553
  }>]>>, z.ZodBoolean], z.ZodUnknown>, z.ZodVoid>;
1557
1554
  onStateChange: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1558
1555
  busy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
@@ -1704,21 +1701,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
1704
1701
  } | {
1705
1702
  limit?: number | boolean | undefined;
1706
1703
  limitValue?: number | undefined;
1707
- closing?: boolean | undefined;
1708
- isClosed?: boolean | undefined;
1704
+ closing?: boolean | 0 | 1 | undefined;
1705
+ isClosed?: boolean | 0 | 1 | undefined;
1709
1706
  } | {
1710
1707
  widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1711
1708
  arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
1712
1709
  css?: Record<string, string> | undefined;
1713
- closing?: boolean | undefined;
1714
- isClosed?: boolean | undefined;
1715
- userTotal?: number | undefined;
1716
- open?: boolean | undefined;
1717
- multi?: boolean | undefined;
1718
- showResult?: boolean | undefined;
1719
- isNotDisabled?: boolean | undefined;
1720
- seeResponseAfter?: boolean | undefined;
1721
- anonymize?: boolean | undefined;
1710
+ closing?: boolean | 0 | 1 | undefined;
1711
+ isClosed?: boolean | 0 | 1 | undefined;
1712
+ open?: boolean | 0 | 1 | undefined;
1713
+ multi?: boolean | 0 | 1 | undefined;
1714
+ showResult?: boolean | 0 | 1 | undefined;
1715
+ isNotDisabled?: boolean | 0 | 1 | undefined;
1716
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
1717
+ anonymize?: boolean | 0 | 1 | undefined;
1722
1718
  }), args_1: boolean, ...args_2: unknown[]) => void;
1723
1719
  onStateChange: (args_0: {
1724
1720
  busy?: boolean | undefined;
@@ -1857,21 +1853,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
1857
1853
  } | {
1858
1854
  limit?: number | boolean | undefined;
1859
1855
  limitValue?: number | undefined;
1860
- closing?: boolean | undefined;
1861
- isClosed?: boolean | undefined;
1856
+ closing?: boolean | 0 | 1 | undefined;
1857
+ isClosed?: boolean | 0 | 1 | undefined;
1862
1858
  } | {
1863
1859
  widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
1864
1860
  arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
1865
1861
  css?: Record<string, string> | undefined;
1866
- closing?: boolean | undefined;
1867
- isClosed?: boolean | undefined;
1868
- userTotal?: number | undefined;
1869
- open?: boolean | undefined;
1870
- multi?: boolean | undefined;
1871
- showResult?: boolean | undefined;
1872
- isNotDisabled?: boolean | undefined;
1873
- seeResponseAfter?: boolean | undefined;
1874
- anonymize?: boolean | undefined;
1862
+ closing?: boolean | 0 | 1 | undefined;
1863
+ isClosed?: boolean | 0 | 1 | undefined;
1864
+ open?: boolean | 0 | 1 | undefined;
1865
+ multi?: boolean | 0 | 1 | undefined;
1866
+ showResult?: boolean | 0 | 1 | undefined;
1867
+ isNotDisabled?: boolean | 0 | 1 | undefined;
1868
+ seeResponseAfter?: boolean | 0 | 1 | undefined;
1869
+ anonymize?: boolean | 0 | 1 | undefined;
1875
1870
  }), args_1: boolean, ...args_2: unknown[]) => void;
1876
1871
  onStateChange: (args_0: {
1877
1872
  busy?: boolean | undefined;
@@ -5646,6 +5641,7 @@ export type jArticleWidgetView = z.infer<typeof jArticleWidgetViewSchema>;
5646
5641
  export * from './widgets/common';
5647
5642
  export * from './widgets/default';
5648
5643
  export * from './widgets/ensure';
5644
+ export * from './widgets/legacy';
5649
5645
  export * from './widgets/widgetArticleAttachment';
5650
5646
  export * from './widgets/widgetArticleButton';
5651
5647
  export * from './widgets/widgetArticleGallery';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.200",
3
+ "version": "1.0.201",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {