@gobodo/gobodo-api 0.1.24 → 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 +11 -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 +314 -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 +14 -14
- 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 +9 -9
- 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 +59 -59
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +14 -14
- 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 +24 -24
- 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 +10 -10
- 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 +9 -9
- package/dist/model/PageSchema.js +2 -2
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- 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 +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 +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 +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 +22 -22
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +22 -22
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/CommentsApi.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.25
|
|
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
|
* Comments service.
|
|
29
29
|
* @module api/CommentsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -56,7 +56,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {Array.<module:model/Comment>} comment Comment or array of comment to create
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
60
|
* @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
|
|
61
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
60
62
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
61
63
|
* @param {module:api/CommentsApi~createCommentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
62
64
|
* data is of type: {@link Array.<module:model/Comment>}
|
|
@@ -74,7 +76,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
76
|
var queryParams = {};
|
|
75
77
|
var headerParams = {
|
|
76
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
77
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
78
82
|
'transactionid': opts['transactionid']
|
|
79
83
|
};
|
|
80
84
|
var formParams = {};
|
|
@@ -98,7 +102,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
102
|
* @param {Number} id The id of the object to delete
|
|
99
103
|
* @param {Object} opts Optional parameters
|
|
100
104
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
105
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
101
106
|
* @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
|
|
107
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
102
108
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
103
109
|
* @param {module:api/CommentsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
104
110
|
*/
|
|
@@ -117,7 +123,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
123
|
var queryParams = {};
|
|
118
124
|
var headerParams = {
|
|
119
125
|
'Authorization': opts['authorization'],
|
|
126
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
120
127
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
121
129
|
'transactionid': opts['transactionid']
|
|
122
130
|
};
|
|
123
131
|
var formParams = {};
|
|
@@ -140,7 +148,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
140
148
|
* Root for the API
|
|
141
149
|
* @param {Object} opts Optional parameters
|
|
142
150
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
151
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
143
152
|
* @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
|
|
153
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
144
154
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
145
155
|
* @param {module:api/CommentsApi~get25Callback} callback The callback function, accepting three arguments: error, data, response
|
|
146
156
|
*/
|
|
@@ -153,7 +163,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
153
163
|
var queryParams = {};
|
|
154
164
|
var headerParams = {
|
|
155
165
|
'Authorization': opts['authorization'],
|
|
166
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
156
167
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
168
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
157
169
|
'transactionid': opts['transactionid']
|
|
158
170
|
};
|
|
159
171
|
var formParams = {};
|
|
@@ -178,7 +190,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
190
|
* @param {Number} id
|
|
179
191
|
* @param {Object} opts Optional parameters
|
|
180
192
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
193
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
181
194
|
* @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
|
|
195
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
182
196
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
183
197
|
* @param {module:api/CommentsApi~getCommentByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
184
198
|
* data is of type: {@link module:model/Comment}
|
|
@@ -198,7 +212,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
212
|
var queryParams = {};
|
|
199
213
|
var headerParams = {
|
|
200
214
|
'Authorization': opts['authorization'],
|
|
215
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
201
216
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
217
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
202
218
|
'transactionid': opts['transactionid']
|
|
203
219
|
};
|
|
204
220
|
var formParams = {};
|
|
@@ -223,7 +239,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
223
239
|
* @param {Number} id
|
|
224
240
|
* @param {Object} opts Optional parameters
|
|
225
241
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
242
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
226
243
|
* @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
|
|
244
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
227
245
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
228
246
|
* @param {module:api/CommentsApi~getCommentRepliesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
229
247
|
* data is of type: {@link Array.<module:model/Comment>}
|
|
@@ -243,7 +261,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
243
261
|
var queryParams = {};
|
|
244
262
|
var headerParams = {
|
|
245
263
|
'Authorization': opts['authorization'],
|
|
264
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
246
265
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
266
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
247
267
|
'transactionid': opts['transactionid']
|
|
248
268
|
};
|
|
249
269
|
var formParams = {};
|
|
@@ -266,7 +286,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
266
286
|
* @param {Number} objectid
|
|
267
287
|
* @param {Object} opts Optional parameters
|
|
268
288
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
289
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
269
290
|
* @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
|
|
291
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
270
292
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
271
293
|
* @param {module:api/CommentsApi~getCommentsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
272
294
|
* data is of type: {@link Array.<module:model/Comment>}
|
|
@@ -286,7 +308,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
286
308
|
var queryParams = {};
|
|
287
309
|
var headerParams = {
|
|
288
310
|
'Authorization': opts['authorization'],
|
|
311
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
289
312
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
313
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
290
314
|
'transactionid': opts['transactionid']
|
|
291
315
|
};
|
|
292
316
|
var formParams = {};
|
|
@@ -312,7 +336,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
312
336
|
* @param {Array.<module:model/Comment>} comment Comment or array of comment to create
|
|
313
337
|
* @param {Object} opts Optional parameters
|
|
314
338
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
339
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
315
340
|
* @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
|
|
341
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
316
342
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
317
343
|
* @param {module:api/CommentsApi~replyToCommentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
318
344
|
* data is of type: {@link Array.<module:model/Comment>}
|
|
@@ -336,7 +362,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
362
|
var queryParams = {};
|
|
337
363
|
var headerParams = {
|
|
338
364
|
'Authorization': opts['authorization'],
|
|
365
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
339
366
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
367
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
340
368
|
'transactionid': opts['transactionid']
|
|
341
369
|
};
|
|
342
370
|
var formParams = {};
|
|
@@ -362,7 +390,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
362
390
|
* @param {module:model/Comment} comment Post to update
|
|
363
391
|
* @param {Object} opts Optional parameters
|
|
364
392
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
393
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
365
394
|
* @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
|
|
395
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
366
396
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
367
397
|
* @param {module:api/CommentsApi~updateCommentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
368
398
|
* data is of type: {@link module:model/Comment}
|
|
@@ -386,7 +416,9 @@ var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
386
416
|
var queryParams = {};
|
|
387
417
|
var headerParams = {
|
|
388
418
|
'Authorization': opts['authorization'],
|
|
419
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
389
420
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
421
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
390
422
|
'transactionid': opts['transactionid']
|
|
391
423
|
};
|
|
392
424
|
var formParams = {};
|