@gobodo/gobodo-api 0.1.23 → 0.1.25
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/README.md +13 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +6 -2
- package/dist/api/AdCampaignsApi.js +34 -2
- package/dist/api/AdManagementApi.js +50 -2
- package/dist/api/AdminDataManagementApi.js +6 -2
- package/dist/api/AdsApi.js +26 -2
- package/dist/api/AttachmentsApi.js +30 -2
- package/dist/api/AuthenticationApi.js +74 -2
- package/dist/api/CategoriesApi.js +30 -2
- package/dist/api/CommentsApi.js +34 -2
- package/dist/api/ContentManagementApi.js +98 -2
- package/dist/api/ConversationsApi.js +38 -2
- package/dist/api/DataSheetImportsApi.js +62 -2
- package/dist/api/DefaultApi.js +46 -2
- package/dist/api/DocumentsApi.js +54 -2
- package/dist/api/EntryPartsApi.js +54 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +14 -2
- package/dist/api/FilesApi.js +6 -2
- package/dist/api/FormsApi.js +74 -2
- package/dist/api/FunctionsApi.js +6 -2
- package/dist/api/GeocodeApi.js +22 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +42 -2
- package/dist/api/GraphObjectTypesApi.js +38 -2
- package/dist/api/GraphObjectsApi.js +258 -2
- package/dist/api/GraphRelationshipTypesApi.js +70 -2
- package/dist/api/GraphRelationshipsApi.js +126 -2
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.js +22 -2
- package/dist/api/GraphsApi.js +46 -2
- package/dist/api/GroupsApi.js +46 -2
- package/dist/api/IAMApi.js +18 -2
- package/dist/api/ImagesApi.js +34 -2
- package/dist/api/InvitesApi.js +22 -2
- package/dist/api/LikesApi.js +50 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +10 -2
- package/dist/api/MeetingEventsApi.js +22 -2
- package/dist/api/PagesApi.js +38 -2
- package/dist/api/PostsApi.js +22 -2
- package/dist/api/PrivateMessagesApi.js +66 -2
- package/dist/api/PublicationsApi.js +6 -2
- package/dist/api/ScreensApi.js +14 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +414 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +26 -26
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +10 -10
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +11 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +26 -26
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +16 -16
- package/dist/model/ImageUploadObject.js +16 -16
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +2 -2
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +10 -10
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +9 -9
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +11 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +21 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +26 -26
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +34 -34
- package/dist/model/VideoUploadObject.js +26 -26
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.25
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* ContentManagement service.
|
|
32
32
|
* @module api/ContentManagementApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.25
|
|
34
34
|
*/
|
|
35
35
|
var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,7 +59,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
63
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
64
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
63
65
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
64
66
|
* @param {module:api/ContentManagementApi~addDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
65
67
|
* data is of type: {@link Array.<module:model/DocumentPart>}
|
|
@@ -83,7 +85,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
85
|
var queryParams = {};
|
|
84
86
|
var headerParams = {
|
|
85
87
|
'Authorization': opts['authorization'],
|
|
88
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
86
89
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
90
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
87
91
|
'transactionid': opts['transactionid']
|
|
88
92
|
};
|
|
89
93
|
var formParams = {};
|
|
@@ -108,7 +112,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
108
112
|
* @param {Number} typeid
|
|
109
113
|
* @param {Object} opts Optional parameters
|
|
110
114
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
111
116
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
117
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
112
118
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
113
119
|
* @param {module:api/ContentManagementApi~changeDocPartTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
114
120
|
*/
|
|
@@ -132,7 +138,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
138
|
var queryParams = {};
|
|
133
139
|
var headerParams = {
|
|
134
140
|
'Authorization': opts['authorization'],
|
|
141
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
135
142
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
143
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
136
144
|
'transactionid': opts['transactionid']
|
|
137
145
|
};
|
|
138
146
|
var formParams = {};
|
|
@@ -155,7 +163,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
163
|
* @param {Number} id
|
|
156
164
|
* @param {Object} opts Optional parameters
|
|
157
165
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
166
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
158
167
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
168
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
159
169
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
160
170
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
161
171
|
* @param {module:api/ContentManagementApi~changeStatusCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -175,7 +185,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
175
185
|
var queryParams = {};
|
|
176
186
|
var headerParams = {
|
|
177
187
|
'Authorization': opts['authorization'],
|
|
188
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
178
189
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
190
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
179
191
|
'transactionid': opts['transactionid']
|
|
180
192
|
};
|
|
181
193
|
var formParams = {};
|
|
@@ -199,7 +211,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
211
|
* @param {Number} docid
|
|
200
212
|
* @param {Object} opts Optional parameters
|
|
201
213
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
214
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
202
215
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
216
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
203
217
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
204
218
|
* @param {module:api/ContentManagementApi~copyDocumentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
205
219
|
* data is of type: {@link module:model/Document}
|
|
@@ -219,7 +233,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
219
233
|
var queryParams = {};
|
|
220
234
|
var headerParams = {
|
|
221
235
|
'Authorization': opts['authorization'],
|
|
236
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
222
237
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
238
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
223
239
|
'transactionid': opts['transactionid']
|
|
224
240
|
};
|
|
225
241
|
var formParams = {};
|
|
@@ -243,7 +259,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
243
259
|
* @param {Number} docpartid
|
|
244
260
|
* @param {Object} opts Optional parameters
|
|
245
261
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
262
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
263
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
264
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
247
265
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
248
266
|
* @param {module:api/ContentManagementApi~copyDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
249
267
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -263,7 +281,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
281
|
var queryParams = {};
|
|
264
282
|
var headerParams = {
|
|
265
283
|
'Authorization': opts['authorization'],
|
|
284
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
266
285
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
286
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
267
287
|
'transactionid': opts['transactionid']
|
|
268
288
|
};
|
|
269
289
|
var formParams = {};
|
|
@@ -288,7 +308,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
288
308
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
289
309
|
* @param {Object} opts Optional parameters
|
|
290
310
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
311
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
291
312
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
313
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
292
314
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
293
315
|
* @param {module:api/ContentManagementApi~createChildDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
294
316
|
* data is of type: {@link Array.<module:model/DocumentPart>}
|
|
@@ -312,7 +334,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
312
334
|
var queryParams = {};
|
|
313
335
|
var headerParams = {
|
|
314
336
|
'Authorization': opts['authorization'],
|
|
337
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
315
338
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
339
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
316
340
|
'transactionid': opts['transactionid']
|
|
317
341
|
};
|
|
318
342
|
var formParams = {};
|
|
@@ -336,7 +360,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
360
|
* @param {Array.<module:model/Document>} document Document or array of documents to create
|
|
337
361
|
* @param {Object} opts Optional parameters
|
|
338
362
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
363
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
339
364
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
365
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
340
366
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
341
367
|
* @param {module:api/ContentManagementApi~createDocumentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
342
368
|
* data is of type: {@link Array.<module:model/Document>}
|
|
@@ -354,7 +380,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
380
|
var queryParams = {};
|
|
355
381
|
var headerParams = {
|
|
356
382
|
'Authorization': opts['authorization'],
|
|
383
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
357
384
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
358
386
|
'transactionid': opts['transactionid']
|
|
359
387
|
};
|
|
360
388
|
var formParams = {};
|
|
@@ -378,7 +406,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
378
406
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
379
407
|
* @param {Object} opts Optional parameters
|
|
380
408
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
409
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
381
410
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
411
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
382
412
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
383
413
|
* @param {module:api/ContentManagementApi~createDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
384
414
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -396,7 +426,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
426
|
var queryParams = {};
|
|
397
427
|
var headerParams = {
|
|
398
428
|
'Authorization': opts['authorization'],
|
|
429
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
399
430
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
400
432
|
'transactionid': opts['transactionid']
|
|
401
433
|
};
|
|
402
434
|
var formParams = {};
|
|
@@ -421,7 +453,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
453
|
* @param {Number} docpartid
|
|
422
454
|
* @param {Object} opts Optional parameters
|
|
423
455
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
456
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
424
457
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
458
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
425
459
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
426
460
|
* @param {module:api/ContentManagementApi~deleteDocPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
427
461
|
*/
|
|
@@ -440,7 +474,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
440
474
|
var queryParams = {};
|
|
441
475
|
var headerParams = {
|
|
442
476
|
'Authorization': opts['authorization'],
|
|
477
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
443
478
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
479
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
444
480
|
'transactionid': opts['transactionid']
|
|
445
481
|
};
|
|
446
482
|
var formParams = {};
|
|
@@ -465,7 +501,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
465
501
|
* @param {Number} docid
|
|
466
502
|
* @param {Object} opts Optional parameters
|
|
467
503
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
504
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
468
505
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
506
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
469
507
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
470
508
|
* @param {module:api/ContentManagementApi~deleteDocumentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
471
509
|
*/
|
|
@@ -484,7 +522,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
484
522
|
var queryParams = {};
|
|
485
523
|
var headerParams = {
|
|
486
524
|
'Authorization': opts['authorization'],
|
|
525
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
487
526
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
527
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
488
528
|
'transactionid': opts['transactionid']
|
|
489
529
|
};
|
|
490
530
|
var formParams = {};
|
|
@@ -509,7 +549,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
509
549
|
* @param {module:model/Document} document The document to update
|
|
510
550
|
* @param {Object} opts Optional parameters
|
|
511
551
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
552
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
512
553
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
554
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
513
555
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
514
556
|
* @param {module:api/ContentManagementApi~editDocumentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
515
557
|
* data is of type: {@link module:model/Document}
|
|
@@ -533,7 +575,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
533
575
|
var queryParams = {};
|
|
534
576
|
var headerParams = {
|
|
535
577
|
'Authorization': opts['authorization'],
|
|
578
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
536
579
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
580
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
537
581
|
'transactionid': opts['transactionid']
|
|
538
582
|
};
|
|
539
583
|
var formParams = {};
|
|
@@ -556,7 +600,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
600
|
* Root for the API
|
|
557
601
|
* @param {Object} opts Optional parameters
|
|
558
602
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
603
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
559
604
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
605
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
560
606
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
561
607
|
* @param {module:api/ContentManagementApi~get26Callback} callback The callback function, accepting three arguments: error, data, response
|
|
562
608
|
*/
|
|
@@ -569,7 +615,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
615
|
var queryParams = {};
|
|
570
616
|
var headerParams = {
|
|
571
617
|
'Authorization': opts['authorization'],
|
|
618
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
572
619
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
620
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
573
621
|
'transactionid': opts['transactionid']
|
|
574
622
|
};
|
|
575
623
|
var formParams = {};
|
|
@@ -592,7 +640,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
592
640
|
* Root for the API
|
|
593
641
|
* @param {Object} opts Optional parameters
|
|
594
642
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
643
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
595
644
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
645
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
596
646
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
597
647
|
* @param {module:api/ContentManagementApi~get27Callback} callback The callback function, accepting three arguments: error, data, response
|
|
598
648
|
*/
|
|
@@ -605,7 +655,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
605
655
|
var queryParams = {};
|
|
606
656
|
var headerParams = {
|
|
607
657
|
'Authorization': opts['authorization'],
|
|
658
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
608
659
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
660
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
609
661
|
'transactionid': opts['transactionid']
|
|
610
662
|
};
|
|
611
663
|
var formParams = {};
|
|
@@ -628,7 +680,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
680
|
* Returns all documents
|
|
629
681
|
* @param {Object} opts Optional parameters
|
|
630
682
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
683
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
631
684
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
685
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
632
686
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
633
687
|
* @param {module:api/ContentManagementApi~getAllDocumentsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
634
688
|
* data is of type: {@link Array.<module:model/Document>}
|
|
@@ -642,7 +696,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
642
696
|
var queryParams = {};
|
|
643
697
|
var headerParams = {
|
|
644
698
|
'Authorization': opts['authorization'],
|
|
699
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
645
700
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
701
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
646
702
|
'transactionid': opts['transactionid']
|
|
647
703
|
};
|
|
648
704
|
var formParams = {};
|
|
@@ -667,7 +723,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
667
723
|
* @param {Number} pagenum
|
|
668
724
|
* @param {Object} opts Optional parameters
|
|
669
725
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
726
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
670
727
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
728
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
671
729
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
672
730
|
* @param {module:api/ContentManagementApi~getChildDocPartByPageNumCallback} callback The callback function, accepting three arguments: error, data, response
|
|
673
731
|
* data is of type: {@link module:model/DocumentPart}
|
|
@@ -692,7 +750,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
750
|
var queryParams = {};
|
|
693
751
|
var headerParams = {
|
|
694
752
|
'Authorization': opts['authorization'],
|
|
753
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
695
754
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
755
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
696
756
|
'transactionid': opts['transactionid']
|
|
697
757
|
};
|
|
698
758
|
var formParams = {};
|
|
@@ -716,7 +776,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
716
776
|
* @param {Number} id
|
|
717
777
|
* @param {Object} opts Optional parameters
|
|
718
778
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
779
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
719
780
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
781
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
720
782
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
721
783
|
* @param {module:api/ContentManagementApi~getDocumentByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
722
784
|
* data is of type: {@link module:model/Document}
|
|
@@ -736,7 +798,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
736
798
|
var queryParams = {};
|
|
737
799
|
var headerParams = {
|
|
738
800
|
'Authorization': opts['authorization'],
|
|
801
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
739
802
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
803
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
740
804
|
'transactionid': opts['transactionid']
|
|
741
805
|
};
|
|
742
806
|
var formParams = {};
|
|
@@ -760,7 +824,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
760
824
|
* @param {Number} id
|
|
761
825
|
* @param {Object} opts Optional parameters
|
|
762
826
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
827
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
763
828
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
829
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
764
830
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
765
831
|
* @param {module:api/ContentManagementApi~getDocumentPartByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
766
832
|
* data is of type: {@link module:model/DocumentPart}
|
|
@@ -780,7 +846,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
780
846
|
var queryParams = {};
|
|
781
847
|
var headerParams = {
|
|
782
848
|
'Authorization': opts['authorization'],
|
|
849
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
783
850
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
851
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
784
852
|
'transactionid': opts['transactionid']
|
|
785
853
|
};
|
|
786
854
|
var formParams = {};
|
|
@@ -804,7 +872,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
804
872
|
* @param {Number} id
|
|
805
873
|
* @param {Object} opts Optional parameters
|
|
806
874
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
875
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
807
876
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
877
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
808
878
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
809
879
|
* @param {module:api/ContentManagementApi~getDocumentPartById1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
810
880
|
* data is of type: {@link Array.<module:model/DocumentPart>}
|
|
@@ -824,7 +894,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
824
894
|
var queryParams = {};
|
|
825
895
|
var headerParams = {
|
|
826
896
|
'Authorization': opts['authorization'],
|
|
897
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
827
898
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
899
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
828
900
|
'transactionid': opts['transactionid']
|
|
829
901
|
};
|
|
830
902
|
var formParams = {};
|
|
@@ -849,7 +921,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
849
921
|
* @param {Number} id2
|
|
850
922
|
* @param {Object} opts Optional parameters
|
|
851
923
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
924
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
852
925
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
926
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
853
927
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
854
928
|
* @param {module:api/ContentManagementApi~getDocumentPartByPageNumberCallback} callback The callback function, accepting three arguments: error, data, response
|
|
855
929
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -873,7 +947,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
873
947
|
var queryParams = {};
|
|
874
948
|
var headerParams = {
|
|
875
949
|
'Authorization': opts['authorization'],
|
|
950
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
876
951
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
952
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
877
953
|
'transactionid': opts['transactionid']
|
|
878
954
|
};
|
|
879
955
|
var formParams = {};
|
|
@@ -899,7 +975,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
899
975
|
* @param {Number} id
|
|
900
976
|
* @param {Object} opts Optional parameters
|
|
901
977
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
978
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
902
979
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
980
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
903
981
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
904
982
|
* @param {module:api/ContentManagementApi~getDocumentPartsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
905
983
|
* data is of type: {@link Array.<module:model/DocumentPart>}
|
|
@@ -919,7 +997,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
919
997
|
var queryParams = {};
|
|
920
998
|
var headerParams = {
|
|
921
999
|
'Authorization': opts['authorization'],
|
|
1000
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
922
1001
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1002
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
923
1003
|
'transactionid': opts['transactionid']
|
|
924
1004
|
};
|
|
925
1005
|
var formParams = {};
|
|
@@ -943,7 +1023,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
943
1023
|
* @param {Number} typeid
|
|
944
1024
|
* @param {Object} opts Optional parameters
|
|
945
1025
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1026
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
946
1027
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1028
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
947
1029
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
948
1030
|
* @param {module:api/ContentManagementApi~getDocumentsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
949
1031
|
* data is of type: {@link Array.<module:model/Document>}
|
|
@@ -963,7 +1045,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
963
1045
|
var queryParams = {};
|
|
964
1046
|
var headerParams = {
|
|
965
1047
|
'Authorization': opts['authorization'],
|
|
1048
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
966
1049
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1050
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
967
1051
|
'transactionid': opts['transactionid']
|
|
968
1052
|
};
|
|
969
1053
|
var formParams = {};
|
|
@@ -989,7 +1073,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
989
1073
|
* @param {Number} partindex
|
|
990
1074
|
* @param {Object} opts Optional parameters
|
|
991
1075
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1076
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
992
1077
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1078
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
993
1079
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
994
1080
|
* @param {module:api/ContentManagementApi~moveChildPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
995
1081
|
*/
|
|
@@ -1018,7 +1104,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1018
1104
|
var queryParams = {};
|
|
1019
1105
|
var headerParams = {
|
|
1020
1106
|
'Authorization': opts['authorization'],
|
|
1107
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1021
1108
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1109
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1022
1110
|
'transactionid': opts['transactionid']
|
|
1023
1111
|
};
|
|
1024
1112
|
var formParams = {};
|
|
@@ -1044,7 +1132,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1044
1132
|
* @param {Number} partindex
|
|
1045
1133
|
* @param {Object} opts Optional parameters
|
|
1046
1134
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1135
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1047
1136
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1137
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1048
1138
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1049
1139
|
* @param {module:api/ContentManagementApi~moveDocPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1050
1140
|
*/
|
|
@@ -1073,7 +1163,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1073
1163
|
var queryParams = {};
|
|
1074
1164
|
var headerParams = {
|
|
1075
1165
|
'Authorization': opts['authorization'],
|
|
1166
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1076
1167
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1168
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1077
1169
|
'transactionid': opts['transactionid']
|
|
1078
1170
|
};
|
|
1079
1171
|
var formParams = {};
|
|
@@ -1098,7 +1190,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1098
1190
|
* @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
|
|
1099
1191
|
* @param {Object} opts Optional parameters
|
|
1100
1192
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1193
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1101
1194
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1195
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1102
1196
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1103
1197
|
* @param {module:api/ContentManagementApi~updateDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1104
1198
|
* data is of type: {@link module:model/DocumentPart}
|
|
@@ -1122,7 +1216,9 @@ var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1122
1216
|
var queryParams = {};
|
|
1123
1217
|
var headerParams = {
|
|
1124
1218
|
'Authorization': opts['authorization'],
|
|
1219
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1125
1220
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1221
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1126
1222
|
'transactionid': opts['transactionid']
|
|
1127
1223
|
};
|
|
1128
1224
|
var formParams = {};
|