@gobodo/gobodo-api 0.1.24 → 0.1.26
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 +76 -5
- 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 +407 -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 +2 -2
- 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 +38 -38
- 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 +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -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 +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +38 -38
- package/dist/model/DocumentPart.js +28 -28
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +23 -23
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- 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 +2 -2
- package/dist/model/GraphAction.js +11 -11
- 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 +11 -11
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +23 -23
- 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 +11 -11
- package/dist/model/GraphRelationObjectObject.js +11 -11
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +28 -28
- package/dist/model/ImageUploadObject.js +28 -28
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +25 -25
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +26 -26
- package/dist/model/Pageable.js +2 -2
- 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 +2 -2
- 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 +9 -9
- package/dist/model/PrivateMessageConversation.js +41 -41
- 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 +11 -11
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +23 -23
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- 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 +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +16 -16
- package/dist/model/ThemeMappingPayload.js +10 -10
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -3
- 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 +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +38 -38
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +46 -46
- package/dist/model/VideoUploadObject.js +38 -38
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/GroupsApi.js
CHANGED
|
@@ -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.26
|
|
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
|
* Groups service.
|
|
32
32
|
* @module api/GroupsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.26
|
|
34
34
|
*/
|
|
35
35
|
var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -60,7 +60,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
60
60
|
* @param {Array.<Number>} requestBody Id of user or an array of user ids to add
|
|
61
61
|
* @param {Object} opts Optional parameters
|
|
62
62
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
63
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
65
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
64
66
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
65
67
|
* @param {String} [inviteCode]
|
|
66
68
|
* @param {module:api/GroupsApi~addMembersCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -86,7 +88,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
88
|
};
|
|
87
89
|
var headerParams = {
|
|
88
90
|
'Authorization': opts['authorization'],
|
|
91
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
89
92
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
93
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
90
94
|
'transactionid': opts['transactionid']
|
|
91
95
|
};
|
|
92
96
|
var formParams = {};
|
|
@@ -111,7 +115,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
115
|
* @param {module:model/SocialGroup} socialGroup Group object or array of objects to create
|
|
112
116
|
* @param {Object} opts Optional parameters
|
|
113
117
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
118
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
119
|
* @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
|
|
120
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
115
121
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
116
122
|
* @param {module:api/GroupsApi~createGroupCallback} callback The callback function, accepting three arguments: error, data, response
|
|
117
123
|
* data is of type: {@link Array.<module:model/SocialGroup>}
|
|
@@ -129,7 +135,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
129
135
|
var queryParams = {};
|
|
130
136
|
var headerParams = {
|
|
131
137
|
'Authorization': opts['authorization'],
|
|
138
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
132
139
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
140
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
133
141
|
'transactionid': opts['transactionid']
|
|
134
142
|
};
|
|
135
143
|
var formParams = {};
|
|
@@ -155,7 +163,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
163
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
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 {module:api/GroupsApi~editGroupCallback} callback The callback function, accepting three arguments: error, data, response
|
|
161
171
|
* data is of type: {@link module:model/Page}
|
|
@@ -179,7 +189,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
179
189
|
var queryParams = {};
|
|
180
190
|
var headerParams = {
|
|
181
191
|
'Authorization': opts['authorization'],
|
|
192
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
182
193
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
194
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
183
195
|
'transactionid': opts['transactionid']
|
|
184
196
|
};
|
|
185
197
|
var formParams = {};
|
|
@@ -202,7 +214,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
202
214
|
* Root for the API
|
|
203
215
|
* @param {Object} opts Optional parameters
|
|
204
216
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
217
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
205
218
|
* @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
|
|
219
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
206
220
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
207
221
|
* @param {module:api/GroupsApi~get41Callback} callback The callback function, accepting three arguments: error, data, response
|
|
208
222
|
*/
|
|
@@ -215,7 +229,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
229
|
var queryParams = {};
|
|
216
230
|
var headerParams = {
|
|
217
231
|
'Authorization': opts['authorization'],
|
|
232
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
233
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
219
235
|
'transactionid': opts['transactionid']
|
|
220
236
|
};
|
|
221
237
|
var formParams = {};
|
|
@@ -240,7 +256,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
240
256
|
* @param {Number} id
|
|
241
257
|
* @param {Object} opts Optional parameters
|
|
242
258
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
259
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
243
260
|
* @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
|
|
261
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
244
262
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
245
263
|
* @param {module:api/GroupsApi~getGroupByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
246
264
|
* data is of type: {@link module:model/SocialGroup}
|
|
@@ -260,7 +278,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
260
278
|
var queryParams = {};
|
|
261
279
|
var headerParams = {
|
|
262
280
|
'Authorization': opts['authorization'],
|
|
281
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
263
282
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
283
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
264
284
|
'transactionid': opts['transactionid']
|
|
265
285
|
};
|
|
266
286
|
var formParams = {};
|
|
@@ -285,7 +305,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
285
305
|
* @param {Number} groupid
|
|
286
306
|
* @param {Object} opts Optional parameters
|
|
287
307
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
308
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
288
309
|
* @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
|
|
310
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
289
311
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
290
312
|
* @param {module:api/GroupsApi~getMembersCallback} callback The callback function, accepting three arguments: error, data, response
|
|
291
313
|
* data is of type: {@link Array.<module:model/User>}
|
|
@@ -305,7 +327,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
305
327
|
var queryParams = {};
|
|
306
328
|
var headerParams = {
|
|
307
329
|
'Authorization': opts['authorization'],
|
|
330
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
308
331
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
332
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
309
333
|
'transactionid': opts['transactionid']
|
|
310
334
|
};
|
|
311
335
|
var formParams = {};
|
|
@@ -330,7 +354,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
330
354
|
* @param {Number} groupid
|
|
331
355
|
* @param {Object} opts Optional parameters
|
|
332
356
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
357
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
333
358
|
* @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
|
|
359
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
334
360
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
335
361
|
* @param {module:api/GroupsApi~getMembers1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
336
362
|
* data is of type: {@link Array.<module:model/User>}
|
|
@@ -350,7 +376,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
350
376
|
var queryParams = {};
|
|
351
377
|
var headerParams = {
|
|
352
378
|
'Authorization': opts['authorization'],
|
|
379
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
353
380
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
381
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
354
382
|
'transactionid': opts['transactionid']
|
|
355
383
|
};
|
|
356
384
|
var formParams = {};
|
|
@@ -375,7 +403,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
375
403
|
* @param {Number} groupid
|
|
376
404
|
* @param {Object} opts Optional parameters
|
|
377
405
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
406
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
378
407
|
* @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
|
|
408
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
379
409
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
380
410
|
* @param {module:api/GroupsApi~joinGroupCallback} callback The callback function, accepting three arguments: error, data, response
|
|
381
411
|
*/
|
|
@@ -394,7 +424,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
394
424
|
var queryParams = {};
|
|
395
425
|
var headerParams = {
|
|
396
426
|
'Authorization': opts['authorization'],
|
|
427
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
397
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
398
430
|
'transactionid': opts['transactionid']
|
|
399
431
|
};
|
|
400
432
|
var formParams = {};
|
|
@@ -420,7 +452,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
420
452
|
* @param {Number} uid
|
|
421
453
|
* @param {Object} opts Optional parameters
|
|
422
454
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
455
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
423
456
|
* @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
|
|
457
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
424
458
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
425
459
|
* @param {module:api/GroupsApi~removeMemberCallback} callback The callback function, accepting three arguments: error, data, response
|
|
426
460
|
*/
|
|
@@ -444,7 +478,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
444
478
|
var queryParams = {};
|
|
445
479
|
var headerParams = {
|
|
446
480
|
'Authorization': opts['authorization'],
|
|
481
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
447
482
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
483
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
448
484
|
'transactionid': opts['transactionid']
|
|
449
485
|
};
|
|
450
486
|
var formParams = {};
|
|
@@ -469,7 +505,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
505
|
* @param {Number} id
|
|
470
506
|
* @param {Object} opts Optional parameters
|
|
471
507
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
508
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
472
509
|
* @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
|
|
510
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
473
511
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
474
512
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
475
513
|
* @param {module:api/GroupsApi~setGroupPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -489,7 +527,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
489
527
|
var queryParams = {};
|
|
490
528
|
var headerParams = {
|
|
491
529
|
'Authorization': opts['authorization'],
|
|
530
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
492
531
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
532
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
493
533
|
'transactionid': opts['transactionid']
|
|
494
534
|
};
|
|
495
535
|
var formParams = {};
|
|
@@ -515,7 +555,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
555
|
* @param {String} prop
|
|
516
556
|
* @param {Object} opts Optional parameters
|
|
517
557
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
558
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
518
559
|
* @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
|
|
560
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
519
561
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
520
562
|
* @param {String} [body]
|
|
521
563
|
* @param {module:api/GroupsApi~setGroupPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -540,7 +582,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
582
|
var queryParams = {};
|
|
541
583
|
var headerParams = {
|
|
542
584
|
'Authorization': opts['authorization'],
|
|
585
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
543
586
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
587
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
544
588
|
'transactionid': opts['transactionid']
|
|
545
589
|
};
|
|
546
590
|
var formParams = {};
|
package/dist/api/IAMApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.26
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* IAM service.
|
|
29
29
|
* @module api/IAMApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.26
|
|
31
31
|
*/
|
|
32
32
|
var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new Policy
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @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
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
61
63
|
* @param {module:api/IAMApi~createPolicyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -70,7 +72,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
70
72
|
var queryParams = {};
|
|
71
73
|
var headerParams = {
|
|
72
74
|
'Authorization': opts['authorization'],
|
|
75
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
73
76
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
74
78
|
'transactionid': opts['transactionid']
|
|
75
79
|
};
|
|
76
80
|
var formParams = {};
|
|
@@ -93,7 +97,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
97
|
* Root for the API
|
|
94
98
|
* @param {Object} opts Optional parameters
|
|
95
99
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
100
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
96
101
|
* @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
|
|
102
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
97
103
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
98
104
|
* @param {module:api/IAMApi~get35Callback} callback The callback function, accepting three arguments: error, data, response
|
|
99
105
|
*/
|
|
@@ -106,7 +112,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
112
|
var queryParams = {};
|
|
107
113
|
var headerParams = {
|
|
108
114
|
'Authorization': opts['authorization'],
|
|
115
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
109
116
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
117
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
110
118
|
'transactionid': opts['transactionid']
|
|
111
119
|
};
|
|
112
120
|
var formParams = {};
|
|
@@ -130,7 +138,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
138
|
* @param {Number} id
|
|
131
139
|
* @param {Object} opts Optional parameters
|
|
132
140
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
141
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
133
142
|
* @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
|
|
143
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
134
144
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
135
145
|
* @param {module:api/IAMApi~get36Callback} callback The callback function, accepting three arguments: error, data, response
|
|
136
146
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -150,7 +160,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
160
|
var queryParams = {};
|
|
151
161
|
var headerParams = {
|
|
152
162
|
'Authorization': opts['authorization'],
|
|
163
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
153
164
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
165
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
154
166
|
'transactionid': opts['transactionid']
|
|
155
167
|
};
|
|
156
168
|
var formParams = {};
|
|
@@ -175,7 +187,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
175
187
|
* @param {Number} id
|
|
176
188
|
* @param {Object} opts Optional parameters
|
|
177
189
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
190
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
178
191
|
* @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
|
|
192
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
179
193
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
180
194
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
181
195
|
* @param {module:api/IAMApi~update2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -196,7 +210,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
196
210
|
var queryParams = {};
|
|
197
211
|
var headerParams = {
|
|
198
212
|
'Authorization': opts['authorization'],
|
|
213
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
199
214
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
215
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
200
216
|
'transactionid': opts['transactionid']
|
|
201
217
|
};
|
|
202
218
|
var formParams = {};
|
package/dist/api/ImagesApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.26
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* Images service.
|
|
33
33
|
* @module api/ImagesApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.26
|
|
35
35
|
*/
|
|
36
36
|
var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -58,7 +58,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id The id of the object that the image is being attached to
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
62
|
* @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
|
|
63
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
62
64
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
63
65
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
64
66
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -82,7 +84,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
84
|
var queryParams = {};
|
|
83
85
|
var headerParams = {
|
|
84
86
|
'Authorization': opts['authorization'],
|
|
87
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
86
90
|
'transactionid': opts['transactionid']
|
|
87
91
|
};
|
|
88
92
|
var formParams = {
|
|
@@ -111,7 +115,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
115
|
* @param {Number} id The id of the object to delete
|
|
112
116
|
* @param {Object} opts Optional parameters
|
|
113
117
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
118
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
119
|
* @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
|
|
120
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
115
121
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
116
122
|
* @param {module:api/ImagesApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
117
123
|
*/
|
|
@@ -130,7 +136,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
136
|
var queryParams = {};
|
|
131
137
|
var headerParams = {
|
|
132
138
|
'Authorization': opts['authorization'],
|
|
139
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
133
140
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
134
142
|
'transactionid': opts['transactionid']
|
|
135
143
|
};
|
|
136
144
|
var formParams = {};
|
|
@@ -153,7 +161,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
153
161
|
* Root for the API
|
|
154
162
|
* @param {Object} opts Optional parameters
|
|
155
163
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
164
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
156
165
|
* @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
|
|
166
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
157
167
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
158
168
|
* @param {module:api/ImagesApi~get32Callback} callback The callback function, accepting three arguments: error, data, response
|
|
159
169
|
*/
|
|
@@ -166,7 +176,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
176
|
var queryParams = {};
|
|
167
177
|
var headerParams = {
|
|
168
178
|
'Authorization': opts['authorization'],
|
|
179
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
169
180
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
181
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
170
182
|
'transactionid': opts['transactionid']
|
|
171
183
|
};
|
|
172
184
|
var formParams = {};
|
|
@@ -191,7 +203,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
203
|
* @param {Number} id
|
|
192
204
|
* @param {Object} opts Optional parameters
|
|
193
205
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
206
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
194
207
|
* @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
|
|
208
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
195
209
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
196
210
|
* @param {module:api/ImagesApi~getImageByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
197
211
|
* data is of type: {@link module:model/Image}
|
|
@@ -211,7 +225,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
211
225
|
var queryParams = {};
|
|
212
226
|
var headerParams = {
|
|
213
227
|
'Authorization': opts['authorization'],
|
|
228
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
229
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
230
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
215
231
|
'transactionid': opts['transactionid']
|
|
216
232
|
};
|
|
217
233
|
var formParams = {};
|
|
@@ -234,7 +250,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
250
|
* @param {Number} id
|
|
235
251
|
* @param {Object} opts Optional parameters
|
|
236
252
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
253
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
237
254
|
* @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
|
|
255
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
238
256
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
239
257
|
* @param {module:api/ImagesApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
240
258
|
* data is of type: {@link Array.<module:model/Image>}
|
|
@@ -254,7 +272,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
254
272
|
var queryParams = {};
|
|
255
273
|
var headerParams = {
|
|
256
274
|
'Authorization': opts['authorization'],
|
|
275
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
257
276
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
277
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
258
278
|
'transactionid': opts['transactionid']
|
|
259
279
|
};
|
|
260
280
|
var formParams = {};
|
|
@@ -279,7 +299,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
299
|
* @param {Number} id
|
|
280
300
|
* @param {Object} opts Optional parameters
|
|
281
301
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
302
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
282
303
|
* @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
|
|
304
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
283
305
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
284
306
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
285
307
|
* @param {module:api/ImagesApi~updateImageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -300,7 +322,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
322
|
var queryParams = {};
|
|
301
323
|
var headerParams = {
|
|
302
324
|
'Authorization': opts['authorization'],
|
|
325
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
303
326
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
327
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
304
328
|
'transactionid': opts['transactionid']
|
|
305
329
|
};
|
|
306
330
|
var formParams = {};
|
|
@@ -323,7 +347,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
347
|
* @param {Number} id
|
|
324
348
|
* @param {Object} opts Optional parameters
|
|
325
349
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
350
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
326
351
|
* @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
|
|
352
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
327
353
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
328
354
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
329
355
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -347,7 +373,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
373
|
var queryParams = {};
|
|
348
374
|
var headerParams = {
|
|
349
375
|
'Authorization': opts['authorization'],
|
|
376
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
350
377
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
378
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
351
379
|
'transactionid': opts['transactionid']
|
|
352
380
|
};
|
|
353
381
|
var formParams = {
|
|
@@ -378,7 +406,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
378
406
|
* Uploads one or more images
|
|
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:model/ImageUploadObject} [object]
|
|
384
414
|
* @param {module:model/MultipartBody} [body]
|
|
@@ -394,7 +424,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
394
424
|
var queryParams = {};
|
|
395
425
|
var headerParams = {
|
|
396
426
|
'Authorization': opts['authorization'],
|
|
427
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
397
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
398
430
|
'transactionid': opts['transactionid']
|
|
399
431
|
};
|
|
400
432
|
var formParams = {
|