confluence.js 1.3.1 → 1.4.0
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/CHANGELOG.md +12 -0
- package/README.md +15 -0
- package/out/api/analytics.d.ts +16 -0
- package/out/api/analytics.js +34 -0
- package/out/api/audit.d.ts +1 -1
- package/out/api/audit.js +6 -6
- package/out/api/content.d.ts +1 -1
- package/out/api/content.js +10 -10
- package/out/api/contentAttachments.d.ts +1 -1
- package/out/api/contentAttachments.js +6 -6
- package/out/api/contentBody.d.ts +1 -1
- package/out/api/contentBody.js +1 -1
- package/out/api/contentChildrenAndDescendants.d.ts +3 -3
- package/out/api/contentChildrenAndDescendants.js +9 -8
- package/out/api/contentComments.d.ts +1 -1
- package/out/api/contentComments.js +1 -1
- package/out/api/contentContentState.d.ts +58 -0
- package/out/api/contentContentState.js +63 -0
- package/out/api/contentLabels.d.ts +1 -1
- package/out/api/contentLabels.js +4 -4
- package/out/api/contentMacroBody.d.ts +1 -1
- package/out/api/contentMacroBody.js +1 -1
- package/out/api/contentPermissions.d.ts +1 -1
- package/out/api/contentPermissions.js +2 -2
- package/out/api/contentProperties.d.ts +1 -1
- package/out/api/contentProperties.js +6 -6
- package/out/api/contentRestrictions.d.ts +1 -1
- package/out/api/contentRestrictions.js +15 -15
- package/out/api/contentVersions.d.ts +1 -1
- package/out/api/contentVersions.js +4 -4
- package/out/api/contentWatches.d.ts +1 -1
- package/out/api/contentWatches.js +12 -12
- package/out/api/dynamicModules.d.ts +1 -1
- package/out/api/dynamicModules.js +3 -3
- package/out/api/experimental.d.ts +123 -5
- package/out/api/experimental.js +60 -8
- package/out/api/group.d.ts +1 -1
- package/out/api/group.js +20 -17
- package/out/api/index.d.ts +2 -0
- package/out/api/index.js +31 -29
- package/out/api/inlineTasks.d.ts +1 -1
- package/out/api/inlineTasks.js +3 -3
- package/out/api/labelInfo.d.ts +1 -1
- package/out/api/labelInfo.js +1 -1
- package/out/api/longRunningTask.d.ts +1 -1
- package/out/api/longRunningTask.js +2 -2
- package/out/api/models/availableContentStates.d.ts +6 -0
- package/out/api/models/availableContentStates.js +2 -0
- package/out/api/models/blueprintTemplate.d.ts +1 -1
- package/out/api/models/bulkUserLookup.d.ts +2 -2
- package/out/api/models/content.d.ts +6 -6
- package/out/api/models/contentHistory.d.ts +2 -2
- package/out/api/models/contentLookAndFeel.d.ts +1 -1
- package/out/api/models/contentMetadata.d.ts +1 -1
- package/out/api/models/contentRestriction.d.ts +2 -2
- package/out/api/models/contentState.d.ts +8 -0
- package/out/api/models/contentState.js +2 -0
- package/out/api/models/contentStateContainer.d.ts +5 -0
- package/out/api/models/contentStateContainer.js +2 -0
- package/out/api/models/contentStateSettings.d.ts +11 -0
- package/out/api/models/contentStateSettings.js +2 -0
- package/out/api/models/contentTemplate.d.ts +1 -1
- package/out/api/models/copyPageHierarchyRequest.d.ts +2 -0
- package/out/api/models/copyPageRequest.d.ts +1 -1
- package/out/api/models/horizontalHeaderLookAndFeel.d.ts +1 -1
- package/out/api/models/index.d.ts +8 -0
- package/out/api/models/index.js +166 -158
- package/out/api/models/labelArray.d.ts +1 -1
- package/out/api/models/longTask.d.ts +8 -0
- package/out/api/models/longTask.js +2 -0
- package/out/api/models/longTaskStatusArray.d.ts +1 -1
- package/out/api/models/lookAndFeel.d.ts +2 -2
- package/out/api/models/migratedUserArray.d.ts +1 -1
- package/out/api/models/relation.d.ts +1 -1
- package/out/api/models/relationArray.d.ts +1 -1
- package/out/api/models/searchPageResponseSearchResult.d.ts +1 -1
- package/out/api/models/searchResult.d.ts +2 -2
- package/out/api/models/space.d.ts +4 -4
- package/out/api/models/spaceArray.d.ts +1 -1
- package/out/api/models/spacePermission.d.ts +1 -1
- package/out/api/models/spacePermissionCreate.d.ts +1 -1
- package/out/api/models/spacePermissionRequest.d.ts +1 -1
- package/out/api/models/spacePermissionV2.d.ts +1 -1
- package/out/api/models/spacePropertyArray.d.ts +1 -1
- package/out/api/models/spaceWatchArray.d.ts +1 -1
- package/out/api/models/themeArray.d.ts +1 -1
- package/out/api/models/user.d.ts +2 -2
- package/out/api/models/userAnonymous.d.ts +1 -1
- package/out/api/models/userProperty.d.ts +13 -0
- package/out/api/models/userProperty.js +2 -0
- package/out/api/models/userPropertyCreate.d.ts +4 -0
- package/out/api/models/userPropertyCreate.js +2 -0
- package/out/api/models/userPropertyKeyArray.d.ts +10 -0
- package/out/api/models/userPropertyKeyArray.js +2 -0
- package/out/api/models/userPropertyUpdate.d.ts +4 -0
- package/out/api/models/userPropertyUpdate.js +2 -0
- package/out/api/models/usersUserKeys.d.ts +1 -1
- package/out/api/models/version.d.ts +2 -2
- package/out/api/models/versionArray.d.ts +1 -1
- package/out/api/models/watchArray.d.ts +1 -1
- package/out/api/parameters/createUserProperty.d.ts +10 -0
- package/out/api/parameters/createUserProperty.js +2 -0
- package/out/api/parameters/deletePageTree.d.ts +4 -0
- package/out/api/parameters/deletePageTree.js +2 -0
- package/out/api/parameters/deleteUserProperty.d.ts +9 -0
- package/out/api/parameters/deleteUserProperty.js +2 -0
- package/out/api/parameters/getAvailableContentStates.d.ts +4 -0
- package/out/api/parameters/getAvailableContentStates.js +2 -0
- package/out/api/parameters/getContentState.d.ts +6 -0
- package/out/api/parameters/getContentState.js +2 -0
- package/out/api/parameters/getContentStateLastUpdated.d.ts +4 -0
- package/out/api/parameters/getContentStateLastUpdated.js +2 -0
- package/out/api/parameters/getContentStateSettings.d.ts +4 -0
- package/out/api/parameters/getContentStateSettings.js +2 -0
- package/out/api/parameters/getGroupMembersByGroupId.d.ts +5 -0
- package/out/api/parameters/getMembersByQueryParam.d.ts +5 -0
- package/out/api/parameters/getSpaces.d.ts +1 -1
- package/out/api/parameters/getUserProperties.d.ts +8 -0
- package/out/api/parameters/getUserProperties.js +2 -0
- package/out/api/parameters/getUserProperty.d.ts +6 -0
- package/out/api/parameters/getUserProperty.js +2 -0
- package/out/api/parameters/index.d.ts +12 -0
- package/out/api/parameters/index.js +170 -158
- package/out/api/parameters/removeContentState.d.ts +4 -0
- package/out/api/parameters/removeContentState.js +2 -0
- package/out/api/parameters/searchGroups.d.ts +5 -0
- package/out/api/parameters/setContentState.d.ts +8 -0
- package/out/api/parameters/setContentState.js +2 -0
- package/out/api/parameters/updateUserProperty.d.ts +10 -0
- package/out/api/parameters/updateUserProperty.js +2 -0
- package/out/api/relation.d.ts +1 -1
- package/out/api/relation.js +7 -7
- package/out/api/search.d.ts +1 -1
- package/out/api/search.js +4 -4
- package/out/api/settings.d.ts +5 -1
- package/out/api/settings.js +15 -6
- package/out/api/space.d.ts +1 -1
- package/out/api/space.js +13 -9
- package/out/api/spacePermissions.d.ts +1 -1
- package/out/api/spacePermissions.js +4 -4
- package/out/api/spaceProperties.d.ts +1 -1
- package/out/api/spaceProperties.js +6 -6
- package/out/api/spaceSettings.d.ts +1 -1
- package/out/api/spaceSettings.js +2 -2
- package/out/api/template.d.ts +1 -1
- package/out/api/template.js +6 -6
- package/out/api/themes.d.ts +1 -1
- package/out/api/themes.js +6 -6
- package/out/api/users.d.ts +3 -3
- package/out/api/users.js +8 -8
- package/out/clients/baseClient.d.ts +1 -1
- package/out/clients/baseClient.js +6 -6
- package/out/clients/confluenceClient.d.ts +3 -1
- package/out/clients/confluenceClient.js +2 -0
- package/out/clients/index.js +4 -4
- package/out/config.d.ts +5 -2
- package/out/index.js +4 -4
- package/out/paramSerializer.d.ts +1 -0
- package/out/paramSerializer.js +16 -0
- package/out/server/audit.d.ts +1 -1
- package/out/server/audit.js +6 -6
- package/out/server/content.d.ts +1 -1
- package/out/server/content.js +32 -32
- package/out/server/contentBody.d.ts +1 -1
- package/out/server/contentBody.js +1 -1
- package/out/server/group.d.ts +1 -1
- package/out/server/group.js +3 -3
- package/out/server/index.js +8 -8
- package/out/server/longTask.d.ts +1 -1
- package/out/server/longTask.js +2 -2
- package/out/server/models/content.d.ts +6 -6
- package/out/server/models/contentChildren.d.ts +1 -1
- package/out/server/models/contentHistory.d.ts +2 -2
- package/out/server/models/contentLookAndFeel.d.ts +1 -1
- package/out/server/models/contentRestriction.d.ts +2 -2
- package/out/server/models/index.js +60 -60
- package/out/server/models/lookAndFeel.d.ts +2 -2
- package/out/server/models/searchResult.d.ts +2 -2
- package/out/server/models/space.d.ts +3 -3
- package/out/server/models/spacePermission.d.ts +1 -1
- package/out/server/models/user.d.ts +1 -1
- package/out/server/models/version.d.ts +1 -1
- package/out/server/parameters/index.js +64 -64
- package/out/server/search.d.ts +1 -1
- package/out/server/search.js +1 -1
- package/out/server/space.d.ts +1 -1
- package/out/server/space.js +14 -14
- package/out/server/user.d.ts +1 -1
- package/out/server/user.js +10 -10
- package/out/services/authenticationService/authenticationService.js +4 -1
- package/out/services/authenticationService/authentications/createPATAuthenticationToken.d.ts +2 -0
- package/out/services/authenticationService/authentications/createPATAuthenticationToken.js +10 -0
- package/out/services/authenticationService/authentications/index.d.ts +1 -0
- package/out/services/authenticationService/authentications/index.js +4 -3
- package/out/services/authenticationService/index.js +1 -1
- package/package.json +30 -26
- package/src/api/analytics.ts +44 -0
- package/src/api/audit.ts +1 -1
- package/src/api/content.ts +1 -1
- package/src/api/contentAttachments.ts +1 -1
- package/src/api/contentBody.ts +1 -1
- package/src/api/contentChildrenAndDescendants.ts +8 -4
- package/src/api/contentComments.ts +1 -1
- package/src/api/contentContentState.ts +157 -0
- package/src/api/contentLabels.ts +1 -1
- package/src/api/contentMacroBody.ts +1 -1
- package/src/api/contentPermissions.ts +1 -1
- package/src/api/contentProperties.ts +1 -1
- package/src/api/contentRestrictions.ts +1 -1
- package/src/api/contentVersions.ts +1 -1
- package/src/api/contentWatches.ts +1 -1
- package/src/api/dynamicModules.ts +1 -1
- package/src/api/experimental.ts +211 -8
- package/src/api/group.ts +4 -1
- package/src/api/index.ts +2 -0
- package/src/api/inlineTasks.ts +1 -1
- package/src/api/labelInfo.ts +1 -1
- package/src/api/longRunningTask.ts +1 -1
- package/src/api/models/availableContentStates.ts +7 -0
- package/src/api/models/blueprintTemplate.ts +1 -1
- package/src/api/models/bulkUserLookup.ts +2 -2
- package/src/api/models/content.ts +6 -6
- package/src/api/models/contentHistory.ts +2 -2
- package/src/api/models/contentLookAndFeel.ts +1 -1
- package/src/api/models/contentMetadata.ts +1 -1
- package/src/api/models/contentRestriction.ts +2 -2
- package/src/api/models/contentState.ts +8 -0
- package/src/api/models/contentStateContainer.ts +6 -0
- package/src/api/models/contentStateSettings.ts +12 -0
- package/src/api/models/contentTemplate.ts +1 -1
- package/src/api/models/copyPageHierarchyRequest.ts +2 -0
- package/src/api/models/copyPageRequest.ts +1 -1
- package/src/api/models/horizontalHeaderLookAndFeel.ts +1 -1
- package/src/api/models/index.ts +8 -0
- package/src/api/models/labelArray.ts +1 -1
- package/src/api/models/longTask.ts +8 -0
- package/src/api/models/longTaskStatusArray.ts +1 -1
- package/src/api/models/lookAndFeel.ts +2 -2
- package/src/api/models/migratedUserArray.ts +1 -1
- package/src/api/models/relation.ts +1 -1
- package/src/api/models/relationArray.ts +1 -1
- package/src/api/models/searchPageResponseSearchResult.ts +1 -1
- package/src/api/models/searchResult.ts +2 -2
- package/src/api/models/space.ts +4 -4
- package/src/api/models/spaceArray.ts +1 -1
- package/src/api/models/spacePermission.ts +1 -1
- package/src/api/models/spacePermissionCreate.ts +1 -1
- package/src/api/models/spacePermissionRequest.ts +1 -1
- package/src/api/models/spacePermissionV2.ts +1 -1
- package/src/api/models/spacePropertyArray.ts +1 -1
- package/src/api/models/spaceWatchArray.ts +1 -1
- package/src/api/models/themeArray.ts +1 -1
- package/src/api/models/user.ts +2 -2
- package/src/api/models/userAnonymous.ts +1 -1
- package/src/api/models/userProperty.ts +14 -0
- package/src/api/models/userPropertyCreate.ts +4 -0
- package/src/api/models/userPropertyKeyArray.ts +11 -0
- package/src/api/models/userPropertyUpdate.ts +4 -0
- package/src/api/models/usersUserKeys.ts +1 -1
- package/src/api/models/version.ts +2 -2
- package/src/api/models/versionArray.ts +1 -1
- package/src/api/models/watchArray.ts +1 -1
- package/src/api/parameters/createUserProperty.ts +11 -0
- package/src/api/parameters/deletePageTree.ts +4 -0
- package/src/api/parameters/deleteUserProperty.ts +9 -0
- package/src/api/parameters/getAvailableContentStates.ts +4 -0
- package/src/api/parameters/getContentState.ts +6 -0
- package/src/api/parameters/getContentStateLastUpdated.ts +4 -0
- package/src/api/parameters/getContentStateSettings.ts +4 -0
- package/src/api/parameters/getGroupMembersByGroupId.ts +5 -0
- package/src/api/parameters/getMembersByQueryParam.ts +5 -0
- package/src/api/parameters/getSpaces.ts +31 -1
- package/src/api/parameters/getUserProperties.ts +8 -0
- package/src/api/parameters/getUserProperty.ts +6 -0
- package/src/api/parameters/index.ts +12 -0
- package/src/api/parameters/removeContentState.ts +4 -0
- package/src/api/parameters/searchGroups.ts +5 -0
- package/src/api/parameters/setContentState.ts +8 -0
- package/src/api/parameters/updateUserProperty.ts +11 -0
- package/src/api/relation.ts +1 -1
- package/src/api/search.ts +1 -1
- package/src/api/settings.ts +23 -1
- package/src/api/space.ts +6 -2
- package/src/api/spacePermissions.ts +1 -1
- package/src/api/spaceProperties.ts +1 -1
- package/src/api/spaceSettings.ts +1 -1
- package/src/api/template.ts +1 -1
- package/src/api/themes.ts +1 -1
- package/src/api/users.ts +4 -4
- package/src/clients/baseClient.ts +3 -3
- package/src/clients/confluenceClient.ts +4 -0
- package/src/config.ts +6 -2
- package/src/paramSerializer.ts +15 -0
- package/src/server/audit.ts +2 -2
- package/src/server/content.ts +2 -2
- package/src/server/contentBody.ts +1 -1
- package/src/server/group.ts +2 -2
- package/src/server/longTask.ts +2 -2
- package/src/server/models/content.ts +6 -6
- package/src/server/models/contentChildren.ts +1 -1
- package/src/server/models/contentHistory.ts +2 -2
- package/src/server/models/contentLookAndFeel.ts +1 -1
- package/src/server/models/contentRestriction.ts +2 -2
- package/src/server/models/lookAndFeel.ts +2 -2
- package/src/server/models/searchResult.ts +2 -2
- package/src/server/models/space.ts +3 -3
- package/src/server/models/spacePermission.ts +1 -1
- package/src/server/models/user.ts +1 -1
- package/src/server/models/version.ts +1 -1
- package/src/server/search.ts +2 -2
- package/src/server/space.ts +2 -2
- package/src/server/user.ts +2 -2
- package/src/services/authenticationService/authenticationService.ts +5 -0
- package/src/services/authenticationService/authentications/createBasicAuthenticationToken.ts +1 -1
- package/src/services/authenticationService/authentications/createPATAuthenticationToken.ts +5 -0
- package/src/services/authenticationService/authentications/index.ts +1 -0
- package/tsconfig.lint.json +7 -0
package/out/api/models/index.js
CHANGED
|
@@ -1,161 +1,169 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./accountId"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./accountIdEmailRecord"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./accountIdEmailRecordArray"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./addContentRestriction"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./addContentRestrictionUpdateArray"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./affectedObject"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./attachmentUpdate"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./auditRecord"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./auditRecordArray"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./auditRecordCreate"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./blueprintTemplate"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./blueprintTemplateArray"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./breadcrumb"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./bulkUserLookup"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./bulkUserLookupArray"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./buttonLookAndFeel"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./changedValue"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./connectModule"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./connectModules"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./container"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./containerLookAndFeel"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./containerSummary"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./content"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./contentArray"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./contentAttachment"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./contentBlogpost"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./contentBlueprintDraft"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./contentBody"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./contentBodyCreate"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./contentBodyCreateStorage"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./contentChildren"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./contentChildType"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./contentComment"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./contentCreate"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./contentHistory"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./contentId"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./contentLookAndFeel"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./contentMetadata"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./contentPage"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./contentPermissionRequest"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./contentProperty"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./contentPropertyArray"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./contentPropertyCreate"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./contentPropertyCreateNoKey"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./contentPropertyUpdate"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./contentRestriction"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./contentRestrictionArray"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./contentRestrictionUpdate"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./contentRestrictionUpdateArray"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./contentTemplate"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./contentTemplateArray"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./contentTemplateBodyCreate"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./contentTemplateCreate"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./contentTemplateUpdate"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./contentUpdate"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./copyPageHierarchyRequest"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./copyPageHierarchyTitleOptions"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./copyPageRequest"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./copyPageRequestDestination"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./cQLPersonalDataConvertedQueries"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./cQLPersonalDataMigrationRequest"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./deletedSpace"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./dynamicModulesErrorMessage"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./embeddable"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./embeddedContent"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./genericLinks"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./getRestrictionsByOperation"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./getViewers"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./getViews"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./group"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./groupArray"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./groupArrayWithLinks"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./groupCreate"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./groupName"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./headerLookAndFeel"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./horizontalHeaderLookAndFeel"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./icon"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./label"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./labelArray"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./labelCreate"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./labelCreateArray"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./labelDetails"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./labeledContent"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./labeledContentPageResponse"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./contentStateSettings"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./labeledContentType"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./longTask"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./userPropertyCreate"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./userPropertyUpdate"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./contentStateContainer"), exports);
|
|
94
|
+
tslib_1.__exportStar(require("./availableContentStates"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./userPropertyKeyArray"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./userProperty"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./longTaskStatus"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./longTaskStatusArray"), exports);
|
|
99
|
+
tslib_1.__exportStar(require("./longTaskStatusWithLinks"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./lookAndFeel"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./lookAndFeelSelection"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./lookAndFeelSettings"), exports);
|
|
103
|
+
tslib_1.__exportStar(require("./lookAndFeelUpdated"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./macroInstance"), exports);
|
|
105
|
+
tslib_1.__exportStar(require("./menusLookAndFeel"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./message"), exports);
|
|
107
|
+
tslib_1.__exportStar(require("./migratedUser"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./migratedUserArray"), exports);
|
|
109
|
+
tslib_1.__exportStar(require("./movePage"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./navigationLookAndFeel"), exports);
|
|
111
|
+
tslib_1.__exportStar(require("./operationCheckResult"), exports);
|
|
112
|
+
tslib_1.__exportStar(require("./permissionCheckResponse"), exports);
|
|
113
|
+
tslib_1.__exportStar(require("./permissionSubject"), exports);
|
|
114
|
+
tslib_1.__exportStar(require("./permissionSubjectWithGroupId"), exports);
|
|
115
|
+
tslib_1.__exportStar(require("./propertyValue"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./relation"), exports);
|
|
117
|
+
tslib_1.__exportStar(require("./relationArray"), exports);
|
|
118
|
+
tslib_1.__exportStar(require("./relationData"), exports);
|
|
119
|
+
tslib_1.__exportStar(require("./retentionPeriod"), exports);
|
|
120
|
+
tslib_1.__exportStar(require("./screenLookAndFeel"), exports);
|
|
121
|
+
tslib_1.__exportStar(require("./searchFieldLookAndFeel"), exports);
|
|
122
|
+
tslib_1.__exportStar(require("./searchPageResponseSearchResult"), exports);
|
|
123
|
+
tslib_1.__exportStar(require("./searchResult"), exports);
|
|
124
|
+
tslib_1.__exportStar(require("./space"), exports);
|
|
125
|
+
tslib_1.__exportStar(require("./spaceArray"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./spaceCreate"), exports);
|
|
127
|
+
tslib_1.__exportStar(require("./spaceDescription"), exports);
|
|
128
|
+
tslib_1.__exportStar(require("./spaceDescriptionCreate"), exports);
|
|
129
|
+
tslib_1.__exportStar(require("./spacePermission"), exports);
|
|
130
|
+
tslib_1.__exportStar(require("./spacePermissionCreate"), exports);
|
|
131
|
+
tslib_1.__exportStar(require("./spacePermissionCustomContent"), exports);
|
|
132
|
+
tslib_1.__exportStar(require("./spacePermissionRequest"), exports);
|
|
133
|
+
tslib_1.__exportStar(require("./spacePermissionV2"), exports);
|
|
134
|
+
tslib_1.__exportStar(require("./spacePrivateCreate"), exports);
|
|
135
|
+
tslib_1.__exportStar(require("./spaceProperty"), exports);
|
|
136
|
+
tslib_1.__exportStar(require("./spacePropertyArray"), exports);
|
|
137
|
+
tslib_1.__exportStar(require("./spacePropertyCreate"), exports);
|
|
138
|
+
tslib_1.__exportStar(require("./spacePropertyCreateNoKey"), exports);
|
|
139
|
+
tslib_1.__exportStar(require("./spacePropertyUpdate"), exports);
|
|
140
|
+
tslib_1.__exportStar(require("./spaceSettings"), exports);
|
|
141
|
+
tslib_1.__exportStar(require("./spaceSettingsUpdate"), exports);
|
|
142
|
+
tslib_1.__exportStar(require("./spaceUpdate"), exports);
|
|
143
|
+
tslib_1.__exportStar(require("./spaceWatch"), exports);
|
|
144
|
+
tslib_1.__exportStar(require("./spaceWatchArray"), exports);
|
|
145
|
+
tslib_1.__exportStar(require("./spaceWatchUser"), exports);
|
|
146
|
+
tslib_1.__exportStar(require("./superBatchWebResources"), exports);
|
|
147
|
+
tslib_1.__exportStar(require("./systemInfoEntity"), exports);
|
|
148
|
+
tslib_1.__exportStar(require("./task"), exports);
|
|
149
|
+
tslib_1.__exportStar(require("./taskPageResponse"), exports);
|
|
150
|
+
tslib_1.__exportStar(require("./taskStatusUpdate"), exports);
|
|
151
|
+
tslib_1.__exportStar(require("./theme"), exports);
|
|
152
|
+
tslib_1.__exportStar(require("./themeArray"), exports);
|
|
153
|
+
tslib_1.__exportStar(require("./themeNoLinks"), exports);
|
|
154
|
+
tslib_1.__exportStar(require("./themeUpdate"), exports);
|
|
155
|
+
tslib_1.__exportStar(require("./topNavigationLookAndFeel"), exports);
|
|
156
|
+
tslib_1.__exportStar(require("./user"), exports);
|
|
157
|
+
tslib_1.__exportStar(require("./userAnonymous"), exports);
|
|
158
|
+
tslib_1.__exportStar(require("./userArray"), exports);
|
|
159
|
+
tslib_1.__exportStar(require("./userArrayWithLinks"), exports);
|
|
160
|
+
tslib_1.__exportStar(require("./userDetails"), exports);
|
|
161
|
+
tslib_1.__exportStar(require("./usersUserKeys"), exports);
|
|
162
|
+
tslib_1.__exportStar(require("./userWatch"), exports);
|
|
163
|
+
tslib_1.__exportStar(require("./version"), exports);
|
|
164
|
+
tslib_1.__exportStar(require("./versionArray"), exports);
|
|
165
|
+
tslib_1.__exportStar(require("./versionRestore"), exports);
|
|
166
|
+
tslib_1.__exportStar(require("./watch"), exports);
|
|
167
|
+
tslib_1.__exportStar(require("./watchArray"), exports);
|
|
168
|
+
tslib_1.__exportStar(require("./watchUser"), exports);
|
|
169
|
+
tslib_1.__exportStar(require("./webResourceDependencies"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MenusLookAndFeel } from './menusLookAndFeel';
|
|
2
|
-
import { HeaderLookAndFeel } from './headerLookAndFeel';
|
|
3
1
|
import { ContentLookAndFeel } from './contentLookAndFeel';
|
|
2
|
+
import { HeaderLookAndFeel } from './headerLookAndFeel';
|
|
4
3
|
import { HorizontalHeaderLookAndFeel } from './horizontalHeaderLookAndFeel';
|
|
4
|
+
import { MenusLookAndFeel } from './menusLookAndFeel';
|
|
5
5
|
export interface LookAndFeel {
|
|
6
6
|
headings: {
|
|
7
7
|
color: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Content } from './content';
|
|
2
|
-
import { ContainerSummary } from './containerSummary';
|
|
3
1
|
import { Breadcrumb } from './breadcrumb';
|
|
2
|
+
import { ContainerSummary } from './containerSummary';
|
|
3
|
+
import { Content } from './content';
|
|
4
4
|
export interface SearchResult {
|
|
5
5
|
content: Content;
|
|
6
6
|
title: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Icon } from './icon';
|
|
2
|
-
import { SpaceDescription } from './spaceDescription';
|
|
3
1
|
import { Content } from './content';
|
|
2
|
+
import { GenericLinks } from './genericLinks';
|
|
3
|
+
import { Icon } from './icon';
|
|
4
4
|
import { LabelArray } from './labelArray';
|
|
5
|
+
import { LookAndFeel } from './lookAndFeel';
|
|
5
6
|
import { OperationCheckResult } from './operationCheckResult';
|
|
7
|
+
import { SpaceDescription } from './spaceDescription';
|
|
6
8
|
import { SpacePermission } from './spacePermission';
|
|
7
9
|
import { SpaceSettings } from './spaceSettings';
|
|
8
10
|
import { Theme } from './theme';
|
|
9
|
-
import { LookAndFeel } from './lookAndFeel';
|
|
10
|
-
import { GenericLinks } from './genericLinks';
|
|
11
11
|
export interface Space {
|
|
12
12
|
id: number;
|
|
13
13
|
key: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { User } from './user';
|
|
2
1
|
import { Group } from './group';
|
|
3
2
|
import { OperationCheckResult } from './operationCheckResult';
|
|
3
|
+
import { User } from './user';
|
|
4
4
|
/**
|
|
5
5
|
* This object represents a permission for given space. Permissions consist of* at least one operation object with an
|
|
6
6
|
* accompanying subjects object.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { User } from './user';
|
|
2
1
|
import { GroupCreate } from './groupCreate';
|
|
3
2
|
import { OperationCheckResult } from './operationCheckResult';
|
|
3
|
+
import { User } from './user';
|
|
4
4
|
/**
|
|
5
5
|
* This object represents a permission for given space. Permissions consist of* at least one operation object with an
|
|
6
6
|
* accompanying subjects object.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PermissionSubject } from './permissionSubject';
|
|
2
1
|
import { GenericLinks } from './genericLinks';
|
|
2
|
+
import { PermissionSubject } from './permissionSubject';
|
|
3
3
|
/**
|
|
4
4
|
* This object represents the request for the single space permission. Permissions consist of* at least one operation
|
|
5
5
|
* object with an accompanying subjects object.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PermissionSubject } from './permissionSubject';
|
|
2
1
|
import { GenericLinks } from './genericLinks';
|
|
2
|
+
import { PermissionSubject } from './permissionSubject';
|
|
3
3
|
/**
|
|
4
4
|
* This object represents a single space permission. Permissions consist of* at least one operation object with an
|
|
5
5
|
* accompanying subjects object.
|
package/out/api/models/user.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { GenericLinks } from './genericLinks';
|
|
1
2
|
import { Icon } from './icon';
|
|
2
3
|
import { OperationCheckResult } from './operationCheckResult';
|
|
3
|
-
import { UserDetails } from './userDetails';
|
|
4
4
|
import { Space } from './space';
|
|
5
|
-
import {
|
|
5
|
+
import { UserDetails } from './userDetails';
|
|
6
6
|
export interface User {
|
|
7
7
|
type: string;
|
|
8
8
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { GenericLinks } from './genericLinks';
|
|
1
2
|
import { Icon } from './icon';
|
|
2
3
|
import { OperationCheckResult } from './operationCheckResult';
|
|
3
|
-
import { GenericLinks } from './genericLinks';
|
|
4
4
|
export interface UserAnonymous {
|
|
5
5
|
type: string;
|
|
6
6
|
profilePicture: Icon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GenericLinks } from './genericLinks';
|
|
2
|
+
export interface UserProperty {
|
|
3
|
+
key: string;
|
|
4
|
+
/** The value of the content property. */
|
|
5
|
+
value: {};
|
|
6
|
+
/** A unique identifier for the user property */
|
|
7
|
+
id: string;
|
|
8
|
+
/** Datetime when the property was last modified such as `2022-02-01T12:00:00.111Z` */
|
|
9
|
+
lastModifiedDate: string;
|
|
10
|
+
/** Datetime when the property was created such as `2022-01-01T12:00:00.111Z` */
|
|
11
|
+
createdDate: string;
|
|
12
|
+
Links?: GenericLinks;
|
|
13
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { User } from './user';
|
|
2
1
|
import { Content } from './content';
|
|
3
|
-
import { UsersUserKeys } from './usersUserKeys';
|
|
4
2
|
import { GenericLinks } from './genericLinks';
|
|
3
|
+
import { User } from './user';
|
|
4
|
+
import { UsersUserKeys } from './usersUserKeys';
|
|
5
5
|
export interface Version {
|
|
6
6
|
by: User;
|
|
7
7
|
when: string;
|