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.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/types/widgets/default.d.ts +120 -132
- package/lib/src/types/widgets/legacy.d.ts +3 -0
- package/lib/src/types/widgets/widgetPresence.d.ts +12 -12
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +40 -45
- package/lib/src/types/widgets.d.ts +51 -55
- 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
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
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
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
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
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
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
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
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
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
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';
|