jamespot-user-api 1.0.106 → 1.0.108

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 (110) hide show
  1. package/README-internal.md +14 -14
  2. package/documentation/assets/search.js +1 -1
  3. package/documentation/classes/AdminLicenseApi.html +11 -11
  4. package/documentation/classes/AdminStoreApi.html +1 -1
  5. package/documentation/classes/AdminUtilsApi.html +1 -1
  6. package/documentation/classes/JApplicationApi.html +8 -8
  7. package/documentation/classes/JArticleApi.html +1 -1
  8. package/documentation/classes/JAssetReservation.html +1 -1
  9. package/documentation/classes/JAudienceApi.html +1 -1
  10. package/documentation/classes/JBaseApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JCommunityApi.html +1 -1
  13. package/documentation/classes/JDiapazoneApi.html +1 -1
  14. package/documentation/classes/JFileApi.html +5 -5
  15. package/documentation/classes/JFilebankApi.html +1 -1
  16. package/documentation/classes/JGroupApi.html +12 -8
  17. package/documentation/classes/JLandApi.html +1 -1
  18. package/documentation/classes/JMessengerApi.html +1 -1
  19. package/documentation/classes/JSearchApi.html +6 -6
  20. package/documentation/classes/JShareApi.html +1 -1
  21. package/documentation/classes/JTaxonomyApi.html +2 -2
  22. package/documentation/classes/JUserApi.html +4 -4
  23. package/documentation/classes/JWedocApi.html +1 -1
  24. package/documentation/classes/JamespotUserApi.html +1 -1
  25. package/documentation/classes/Network.html +1 -1
  26. package/documentation/classes/WindowBrowser.html +1 -1
  27. package/documentation/enums/StudioApplicationStatus.html +1 -1
  28. package/documentation/index.html +1 -1
  29. package/documentation/interfaces/AccessRightObject.html +1 -1
  30. package/documentation/interfaces/AdminLicenseUser.html +1 -1
  31. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  32. package/documentation/interfaces/ApiWrapper.html +1 -1
  33. package/documentation/interfaces/BaseAutocomplete.html +1 -1
  34. package/documentation/interfaces/BaseMessage.html +1 -1
  35. package/documentation/interfaces/Category.html +1 -1
  36. package/documentation/interfaces/FileBankProps.html +1 -1
  37. package/documentation/interfaces/FolderProps.html +1 -1
  38. package/documentation/interfaces/ListFilterSpec.html +1 -1
  39. package/documentation/interfaces/OF.html +1 -1
  40. package/documentation/interfaces/ObjectListProps.html +1 -1
  41. package/documentation/interfaces/PagingResults.html +1 -1
  42. package/documentation/interfaces/RootFolderProps.html +1 -1
  43. package/documentation/interfaces/SearchCategoryModel.html +1 -1
  44. package/documentation/interfaces/SearchCategoryValue.html +1 -1
  45. package/documentation/interfaces/SearchConfig.html +1 -1
  46. package/documentation/interfaces/SearchFacetModel.html +1 -1
  47. package/documentation/interfaces/SearchFacetValueModel.html +1 -1
  48. package/documentation/interfaces/SearchQuery.html +1 -1
  49. package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
  50. package/documentation/interfaces/SearchQueryOption.html +1 -1
  51. package/documentation/interfaces/SearchQueryResult.html +1 -1
  52. package/documentation/interfaces/SearchQuerySortModel.html +1 -1
  53. package/documentation/interfaces/SearchResultCatProps.html +1 -1
  54. package/documentation/interfaces/SearchResultPropsApp.html +1 -1
  55. package/documentation/interfaces/SearchResultPropsObject.html +1 -1
  56. package/documentation/interfaces/SpotProps.html +1 -1
  57. package/documentation/interfaces/Taxonomy.html +1 -1
  58. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  59. package/documentation/interfaces/WindowInterface.html +1 -1
  60. package/documentation/modules.html +19 -6
  61. package/lib/jamespot-user-api.js +1 -1
  62. package/lib/jamespot-user-api.js.map +1 -1
  63. package/lib/src/apis/{assetReservation.d.ts → assetReservation/assetReservation.d.ts} +3 -4
  64. package/lib/src/apis/assetReservation/assetReservation.mock.d.ts +6 -0
  65. package/lib/src/apis/base.d.ts +1 -1
  66. package/lib/src/apis/community.d.ts +39 -2
  67. package/lib/src/apis/diapazone/diapazone.d.ts +6 -0
  68. package/lib/src/apis/diapazone/diapazone.mock.d.ts +3 -0
  69. package/lib/src/apis/diapazone/diapazone.test.d.ts +1 -0
  70. package/lib/src/apis/{group.d.ts → group/group.d.ts} +23 -13
  71. package/lib/src/apis/group/group.mock.d.ts +4 -0
  72. package/lib/src/apis/group/group.test.d.ts +1 -0
  73. package/lib/src/apis/group/group.types.d.ts +123 -0
  74. package/lib/src/apis/group/index.d.ts +2 -0
  75. package/lib/src/apis/index.d.ts +2 -2
  76. package/lib/src/apis/jamespotUserApi.d.ts +3 -3
  77. package/lib/src/apis/share/share.d.ts +1 -0
  78. package/lib/src/apis/wedoc/wedoc.d.ts +1 -1
  79. package/lib/src/apis/wedoc/wedoc.mock.d.ts +1 -0
  80. package/lib/src/index.d.ts +1 -3
  81. package/lib/src/types/assetReservation.d.ts +2 -2
  82. package/lib/src/types/autocomplete.d.ts +12 -0
  83. package/lib/src/types/diapazone.d.ts +12 -0
  84. package/lib/src/types/index.d.ts +1 -1
  85. package/lib/src/types/realtime.d.ts +37 -11
  86. package/lib/src/types/user.d.ts +1 -1
  87. package/lib/src/types/utils.d.ts +6 -1
  88. package/lib/src/types/wedoc.d.ts +2 -0
  89. package/lib/src/util/Test.d.ts +10 -1
  90. package/lib/src/util/index.d.ts +4 -0
  91. package/lib/src/util/object.d.ts +12 -0
  92. package/lib/src/util/object.test.d.ts +1 -0
  93. package/package.json +1 -1
  94. package/phpunitMock/articleCreate-animatedMeeting.json +41 -0
  95. package/phpunitMock/assetReservationBookByDate-default.json +76 -0
  96. package/phpunitMock/assetReservationCancelReservation-default.json +75 -0
  97. package/phpunitMock/assetReservationCreateReservation-default.json +75 -0
  98. package/phpunitMock/diapazoneCreateDiapazone.json +18 -0
  99. package/phpunitMock/objectListAssetReservationList-default.json +428 -0
  100. package/phpunitMock/objectListDiapazoneQueryList-default-raw-list.json +77 -0
  101. package/phpunitMock/onlyOfficeGetFile-get-file.json +2 -1
  102. package/phpunitMock/onlyOfficeGetFiles-get-files.json +2 -1
  103. package/phpunitMock/onlyOfficeGetObjectAccessHash-default.json +7 -0
  104. package/phpunitMock/spotGet-default.json +25 -0
  105. package/phpunitMock/spotGetProperties-default.json +78 -0
  106. package/pnpm-lock.yaml +12425 -0
  107. package/lib/src/apis/assetReservation.mock.d.ts +0 -3
  108. package/lib/src/apis/diapazone.d.ts +0 -24
  109. package/lib/src/types/group.d.ts +0 -58
  110. /package/lib/src/apis/{assetReservation.test.d.ts → assetReservation/assetReservation.test.d.ts} +0 -0
@@ -1,3 +0,0 @@
1
- import { ApiWrapper, AssetReservationConfiguration } from '../types';
2
- export declare const assetReservationConfigurationDefault: ApiWrapper<AssetReservationConfiguration>;
3
- export declare const assetReservationConfigurationUpdated: ApiWrapper<AssetReservationConfiguration>;
@@ -1,24 +0,0 @@
1
- import { JBaseApi } from './base';
2
- import { ApiWrapper } from '../types';
3
- declare type Diapazone = Record<string, object>;
4
- declare type DiapazoneList = {
5
- page: number;
6
- cnt: number;
7
- limit: number;
8
- data: Diapazone[];
9
- };
10
- declare type DiapazoneFilter = {
11
- name: string;
12
- value: string;
13
- operator: '<' | '>';
14
- isNull?: boolean;
15
- };
16
- declare type DiapazoneOrder = {
17
- name: string;
18
- sort: string;
19
- };
20
- export declare class JDiapazoneApi extends JBaseApi {
21
- create(type: string, token: string, title: string, dateStart: string, publishTo: Array<string>): Promise<ApiWrapper<string>>;
22
- getList(query?: string, filters?: Array<DiapazoneFilter>, orders?: Array<DiapazoneOrder>, page?: number, format?: string): Promise<DiapazoneList>;
23
- }
24
- export {};
@@ -1,58 +0,0 @@
1
- import { jObjectLittle } from './utils';
2
- export declare type CreateGroup = {
3
- type: string;
4
- title: string;
5
- description: string;
6
- privacy: string;
7
- edito: string;
8
- language: string;
9
- idCategory: string;
10
- idCommunity?: string;
11
- };
12
- export declare type SpotBannerImage = {
13
- id: string;
14
- name: string;
15
- size: string;
16
- };
17
- export declare type UpdateGroup = CreateGroup & GroupProperties & {
18
- uri: string;
19
- image?: string;
20
- spotBanner?: [] | Record<string, SpotBannerImage>;
21
- token?: string;
22
- uriCommunity?: string;
23
- };
24
- export declare type GroupProperties = {
25
- edit_access?: '' | 'author';
26
- commentLevel?: '-1' | '1' | '2' | '3';
27
- user_level_signup?: '' | '1' | '2' | '3';
28
- nounsubscribe?: '' | '1';
29
- };
30
- export declare type GroupWidget = {
31
- idWidget: string;
32
- title: string;
33
- url: string;
34
- type: string;
35
- icon: string;
36
- description: string;
37
- };
38
- export interface Category {
39
- id: string;
40
- idorder: number;
41
- label: string;
42
- }
43
- export declare type GroupLittle = jObjectLittle & {
44
- dateCreation: string;
45
- dateModified: string;
46
- };
47
- export declare type GroupList = GroupLittle & {
48
- description: string;
49
- privacy: string;
50
- edito: string;
51
- language: string;
52
- idCategory: string;
53
- };
54
- export declare type GroupView = GroupList & {
55
- image?: string;
56
- spotBanner?: [] | Record<string, SpotBannerImage>;
57
- uriCommunity?: string;
58
- };