jamespot-user-api 1.0.149 → 1.0.150
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 +11 -11
- 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/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.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 +9 -9
- 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/StudioApplicationStatus.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/AdminLicenseUser.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseAutocomplete.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.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/ObjectListProps.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.html +1 -1
- package/documentation/interfaces/SearchCategoryValue.html +1 -1
- package/documentation/interfaces/SearchConfig.html +1 -1
- package/documentation/interfaces/SearchFacetModel.html +1 -1
- package/documentation/interfaces/SearchFacetValueModel.html +1 -1
- package/documentation/interfaces/SearchQuery.html +1 -1
- package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
- package/documentation/interfaces/SearchQueryOption.html +1 -1
- package/documentation/interfaces/SearchQueryResult.html +1 -1
- package/documentation/interfaces/SearchQuerySortModel.html +1 -1
- package/documentation/interfaces/SearchResultCatProps.html +1 -1
- package/documentation/interfaces/SearchResultPropsApp.html +1 -1
- package/documentation/interfaces/SearchResultPropsObject.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +12 -12
- package/lib/src/types/faq.d.ts +3 -1
- package/lib/src/types/model.d.ts +4 -1
- package/lib/src/types/utils.d.ts +4 -2
- package/package.json +1 -1
- package/phpunitMock/articleCreate-faq-category.json +1 -0
- package/phpunitMock/articleCreate-faq-item.json +1 -0
- package/phpunitMock/articleGet-faq-category.json +1 -0
- package/phpunitMock/articleGet-meeting-view.json +2 -1
- package/phpunitMock/articleGet-pollSurvey-view.json +2 -1
- package/phpunitMock/articleGet-quizz-view.json +2 -1
- package/phpunitMock/articleGet-socialEvent-view.json +2 -1
- package/phpunitMock/articleGet-support-view.json +2 -1
- package/phpunitMock/articleGet-surveyDate-view.json +2 -1
- package/phpunitMock/articleUpdate-faq-category.json +1 -0
- package/phpunitMock/articleUpdate-faq-item.json +1 -0
- package/phpunitMock/articleUpdate-mpArticleView.json +2 -1
- package/phpunitMock/aseiSetStatus-default.json +2 -1
- package/phpunitMock/faqAddEntry-success.json +1 -0
- package/phpunitMock/faqAddTheme-success.json +1 -0
- package/phpunitMock/faqDeleteTheme-success.json +1 -0
- package/phpunitMock/faqGetEntry-success.json +1 -0
- package/phpunitMock/faqMoveEntry-success.json +1 -0
- package/phpunitMock/faqMoveTheme-success.json +2 -0
- package/phpunitMock/objectListJamespotArticleQueryList-aseiClearanceTicket-view.json +2 -1
package/lib/src/types/faq.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Format, jArticleList, jArticleLittle, MaybeWithToken } from './utils';
|
|
2
|
-
import { ImageSize } from './file';
|
|
2
|
+
import { ImageSize, jFileLittle } from './file';
|
|
3
3
|
import { AudienceAutocomplete, jObjectAutocomplete } from './autocomplete';
|
|
4
4
|
import { ArticleCreation } from './article';
|
|
5
5
|
export type FaqView = FaqList & {
|
|
@@ -11,6 +11,7 @@ export type FaqView = FaqList & {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
items: string[];
|
|
13
13
|
}[];
|
|
14
|
+
_attachedFiles: jFileLittle[];
|
|
14
15
|
};
|
|
15
16
|
export type FaqList = jArticleList & {
|
|
16
17
|
faqColor?: string;
|
|
@@ -28,6 +29,7 @@ export type FaqItemView = Omit<FaqItemList, 'hierarchy'> & {
|
|
|
28
29
|
uriCategory: jArticleLittle[];
|
|
29
30
|
themeId: string;
|
|
30
31
|
_nbAttachedFiles?: number;
|
|
32
|
+
_attachedFiles: jFileLittle[];
|
|
31
33
|
uiObjectLink: unknown;
|
|
32
34
|
};
|
|
33
35
|
export type FaqItemList = jArticleList & {
|
package/lib/src/types/model.d.ts
CHANGED
|
@@ -53,6 +53,9 @@ export type WidgetSelect<U extends string = string> = {
|
|
|
53
53
|
explain?: 1;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
|
+
export type WidgetEmbed = {
|
|
57
|
+
type: 'embed';
|
|
58
|
+
};
|
|
56
59
|
export type WidgetEmail = {
|
|
57
60
|
type: 'email';
|
|
58
61
|
};
|
|
@@ -108,7 +111,7 @@ export type WidgetUri = {
|
|
|
108
111
|
type: string;
|
|
109
112
|
};
|
|
110
113
|
};
|
|
111
|
-
export type Widget = WidgetText | WidgetTextarea | WidgetNumber | WidgetDate | WidgetDatetime | WidgetDatePicker | WidgetSelect | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetRadio | WidgetCheckbox | WidgetOrientedlinks | WidgetTaxonomy | WidgetUri | WidgetTransient | WidgetMultiattribute | WidgetTel | WidgetPlace | WidgetColor | WidgetLink | WidgetFile;
|
|
114
|
+
export type Widget = WidgetText | WidgetTextarea | WidgetNumber | WidgetDate | WidgetDatetime | WidgetDatePicker | WidgetSelect | WidgetEmbed | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetRadio | WidgetCheckbox | WidgetOrientedlinks | WidgetTaxonomy | WidgetUri | WidgetTransient | WidgetMultiattribute | WidgetTel | WidgetPlace | WidgetColor | WidgetLink | WidgetFile;
|
|
112
115
|
export type WidgetsValue = WidgetActiveValue | WidgetDatePickerValue | WidgetDatetimeValue | WidgetDateValue | WidgetEmailValue | WidgetNumberValue | WidgetTextareaValue | WidgetTextValue | WidgetUrlValue;
|
|
113
116
|
export type FieldConfiguration<T extends string = string> = {
|
|
114
117
|
label: string;
|
package/lib/src/types/utils.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ImageSize } from './file';
|
|
1
|
+
import { ImageSize, jFileLittle } from './file';
|
|
2
2
|
import { GroupLittle } from './group';
|
|
3
3
|
import { jUserLittle } from './user';
|
|
4
4
|
import { WidgetWrapperProps } from './widgets';
|
|
@@ -106,7 +106,9 @@ export type jArticleList = jArticleLittle & {
|
|
|
106
106
|
image?: ImageSize;
|
|
107
107
|
articleWidgets?: WidgetWrapperProps[];
|
|
108
108
|
};
|
|
109
|
-
export type jArticleView = jArticleList & {
|
|
109
|
+
export type jArticleView = jArticleList & {
|
|
110
|
+
_attachedFiles: jFileLittle[];
|
|
111
|
+
};
|
|
110
112
|
export type jArticleExtendView = {
|
|
111
113
|
processContext?: null;
|
|
112
114
|
uiObjectLink?: jObjectLittle[];
|
package/package.json
CHANGED
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"aseiClearanceTicketTypeOfWorkContract": "0",
|
|
110
110
|
"aseiClearanceTicketTypeOfWorkContractSpecify": "",
|
|
111
111
|
"aseiClearanceTicketPosition": "Position",
|
|
112
|
-
"aseiClearanceTicketStatus": "validated"
|
|
112
|
+
"aseiClearanceTicketStatus": "validated",
|
|
113
|
+
"_attachedFiles": []
|
|
113
114
|
}
|
|
114
115
|
}
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"_audience": [],
|
|
44
44
|
"processContext": null,
|
|
45
45
|
"faqColor": "",
|
|
46
|
+
"_attachedFiles": [],
|
|
46
47
|
"tags": [],
|
|
47
48
|
"isWeb": true,
|
|
48
49
|
"faqContent": [
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"_audience": [],
|
|
87
88
|
"processContext": null,
|
|
88
89
|
"faqColor": "",
|
|
90
|
+
"_attachedFiles": [],
|
|
89
91
|
"tags": [],
|
|
90
92
|
"isWeb": false,
|
|
91
93
|
"faqContent": [
|
|
@@ -125,7 +125,8 @@
|
|
|
125
125
|
"aseiClearanceTicketTypeOfWorkContract": "0",
|
|
126
126
|
"aseiClearanceTicketTypeOfWorkContractSpecify": "",
|
|
127
127
|
"aseiClearanceTicketPosition": "Position",
|
|
128
|
-
"aseiClearanceTicketStatus": "created"
|
|
128
|
+
"aseiClearanceTicketStatus": "created",
|
|
129
|
+
"_attachedFiles": []
|
|
129
130
|
}
|
|
130
131
|
],
|
|
131
132
|
"facets": null,
|