@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
package/dist/api/AdsApi.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
|
* Ads service.
|
|
29
29
|
* @module api/AdsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new Ad object
|
|
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/AdsApi~createAdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -70,7 +72,9 @@ var AdsApi = 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 = {};
|
|
@@ -94,7 +98,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
94
98
|
* @param {Number} id The id of the object to delete
|
|
95
99
|
* @param {Object} opts Optional parameters
|
|
96
100
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
101
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
102
|
* @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
|
|
103
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
98
104
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
99
105
|
* @param {module:api/AdsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
100
106
|
*/
|
|
@@ -113,7 +119,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
113
119
|
var queryParams = {};
|
|
114
120
|
var headerParams = {
|
|
115
121
|
'Authorization': opts['authorization'],
|
|
122
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
116
123
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
117
125
|
'transactionid': opts['transactionid']
|
|
118
126
|
};
|
|
119
127
|
var formParams = {};
|
|
@@ -136,7 +144,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
144
|
* Root for the API
|
|
137
145
|
* @param {Object} opts Optional parameters
|
|
138
146
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
147
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
139
148
|
* @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
|
|
149
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
140
150
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
141
151
|
* @param {module:api/AdsApi~get19Callback} callback The callback function, accepting three arguments: error, data, response
|
|
142
152
|
*/
|
|
@@ -149,7 +159,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
159
|
var queryParams = {};
|
|
150
160
|
var headerParams = {
|
|
151
161
|
'Authorization': opts['authorization'],
|
|
162
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
152
163
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
153
165
|
'transactionid': opts['transactionid']
|
|
154
166
|
};
|
|
155
167
|
var formParams = {};
|
|
@@ -173,7 +185,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
185
|
* @param {Number} id
|
|
174
186
|
* @param {Object} opts Optional parameters
|
|
175
187
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
188
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
176
189
|
* @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
|
|
190
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
177
191
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
178
192
|
* @param {module:api/AdsApi~get20Callback} callback The callback function, accepting three arguments: error, data, response
|
|
179
193
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -193,7 +207,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
193
207
|
var queryParams = {};
|
|
194
208
|
var headerParams = {
|
|
195
209
|
'Authorization': opts['authorization'],
|
|
210
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
196
211
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
212
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
197
213
|
'transactionid': opts['transactionid']
|
|
198
214
|
};
|
|
199
215
|
var formParams = {};
|
|
@@ -218,7 +234,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
234
|
* @param {Number} id
|
|
219
235
|
* @param {Object} opts Optional parameters
|
|
220
236
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
237
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
221
238
|
* @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
|
|
239
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
222
240
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
223
241
|
* @param {module:api/AdsApi~getCampaignCallback} callback The callback function, accepting three arguments: error, data, response
|
|
224
242
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -238,7 +256,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
238
256
|
var queryParams = {};
|
|
239
257
|
var headerParams = {
|
|
240
258
|
'Authorization': opts['authorization'],
|
|
259
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
241
260
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
242
262
|
'transactionid': opts['transactionid']
|
|
243
263
|
};
|
|
244
264
|
var formParams = {};
|
|
@@ -263,7 +283,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
283
|
* @param {Number} id
|
|
264
284
|
* @param {Object} opts Optional parameters
|
|
265
285
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
286
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
266
287
|
* @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
|
|
288
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
267
289
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
268
290
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
269
291
|
* @param {module:api/AdsApi~update1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -284,7 +306,9 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
306
|
var queryParams = {};
|
|
285
307
|
var headerParams = {
|
|
286
308
|
'Authorization': opts['authorization'],
|
|
309
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
287
310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
288
312
|
'transactionid': opts['transactionid']
|
|
289
313
|
};
|
|
290
314
|
var formParams = {};
|
|
@@ -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
|
* Attachments service.
|
|
32
32
|
* @module api/AttachmentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.25
|
|
34
34
|
*/
|
|
35
35
|
var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -58,7 +58,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id The id of the object to delete
|
|
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 {module:api/AttachmentsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
64
66
|
*/
|
|
@@ -77,7 +79,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
79
|
var queryParams = {};
|
|
78
80
|
var headerParams = {
|
|
79
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
81
85
|
'transactionid': opts['transactionid']
|
|
82
86
|
};
|
|
83
87
|
var formParams = {};
|
|
@@ -100,7 +104,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
104
|
* Root for the API
|
|
101
105
|
* @param {Object} opts Optional parameters
|
|
102
106
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
107
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
103
108
|
* @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
|
|
109
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
104
110
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
105
111
|
* @param {module:api/AttachmentsApi~get23Callback} callback The callback function, accepting three arguments: error, data, response
|
|
106
112
|
*/
|
|
@@ -113,7 +119,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
113
119
|
var queryParams = {};
|
|
114
120
|
var headerParams = {
|
|
115
121
|
'Authorization': opts['authorization'],
|
|
122
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
116
123
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
117
125
|
'transactionid': opts['transactionid']
|
|
118
126
|
};
|
|
119
127
|
var formParams = {};
|
|
@@ -138,7 +146,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
146
|
* @param {Number} id
|
|
139
147
|
* @param {Object} opts Optional parameters
|
|
140
148
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
149
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
141
150
|
* @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
|
|
151
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
142
152
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
143
153
|
* @param {module:api/AttachmentsApi~getFileByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
144
154
|
* data is of type: {@link File}
|
|
@@ -158,7 +168,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
168
|
var queryParams = {};
|
|
159
169
|
var headerParams = {
|
|
160
170
|
'Authorization': opts['authorization'],
|
|
171
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
161
172
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
173
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
162
174
|
'transactionid': opts['transactionid']
|
|
163
175
|
};
|
|
164
176
|
var formParams = {};
|
|
@@ -181,7 +193,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
181
193
|
* @param {Number} id
|
|
182
194
|
* @param {Object} opts Optional parameters
|
|
183
195
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
196
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
184
197
|
* @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
|
|
198
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
185
199
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
186
200
|
* @param {module:api/AttachmentsApi~getFilesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
187
201
|
* data is of type: {@link Array.<File>}
|
|
@@ -201,7 +215,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
201
215
|
var queryParams = {};
|
|
202
216
|
var headerParams = {
|
|
203
217
|
'Authorization': opts['authorization'],
|
|
218
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
204
219
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
220
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
205
221
|
'transactionid': opts['transactionid']
|
|
206
222
|
};
|
|
207
223
|
var formParams = {};
|
|
@@ -226,7 +242,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
242
|
* @param {Number} id
|
|
227
243
|
* @param {Object} opts Optional parameters
|
|
228
244
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
245
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
229
246
|
* @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
|
|
247
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
230
248
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
231
249
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
232
250
|
* @param {module:api/AttachmentsApi~updateFileCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -247,7 +265,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
247
265
|
var queryParams = {};
|
|
248
266
|
var headerParams = {
|
|
249
267
|
'Authorization': opts['authorization'],
|
|
268
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
250
269
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
270
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
251
271
|
'transactionid': opts['transactionid']
|
|
252
272
|
};
|
|
253
273
|
var formParams = {};
|
|
@@ -270,7 +290,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
290
|
* @param {Number} id
|
|
271
291
|
* @param {Object} opts Optional parameters
|
|
272
292
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
293
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
273
294
|
* @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
|
|
295
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
274
296
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
275
297
|
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
276
298
|
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
@@ -294,7 +316,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
316
|
var queryParams = {};
|
|
295
317
|
var headerParams = {
|
|
296
318
|
'Authorization': opts['authorization'],
|
|
319
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
320
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
298
322
|
'transactionid': opts['transactionid']
|
|
299
323
|
};
|
|
300
324
|
var formParams = {
|
|
@@ -325,7 +349,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
349
|
* Uploads one or more attachments
|
|
326
350
|
* @param {Object} opts Optional parameters
|
|
327
351
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
352
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
328
353
|
* @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
|
|
354
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
329
355
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
330
356
|
* @param {module:model/FileAttachmentUploadObject} [object]
|
|
331
357
|
* @param {module:model/MultipartBody} [body]
|
|
@@ -341,7 +367,9 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
367
|
var queryParams = {};
|
|
342
368
|
var headerParams = {
|
|
343
369
|
'Authorization': opts['authorization'],
|
|
370
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
344
371
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
372
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
345
373
|
'transactionid': opts['transactionid']
|
|
346
374
|
};
|
|
347
375
|
var formParams = {
|
|
@@ -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
|
* Authentication service.
|
|
29
29
|
* @module api/AuthenticationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -76,6 +76,42 @@ var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
76
|
return this.apiClient.callApi('/graph/data/auth', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
/**
|
|
80
|
+
* Callback function to receive the result of the loginAsApp operation.
|
|
81
|
+
* @callback module:api/AuthenticationApi~loginAsAppCallback
|
|
82
|
+
* @param {String} error Error message, if any.
|
|
83
|
+
* @param {module:model/Authorization} data The data returned by the service call.
|
|
84
|
+
* @param {String} response The complete HTTP response.
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @param {Object} opts Optional parameters
|
|
89
|
+
* @param {String} [apiKey] The Api Key of the client accessing the api
|
|
90
|
+
* @param {String} [authorization]
|
|
91
|
+
* @param {Number} [appid]
|
|
92
|
+
* @param {module:api/AuthenticationApi~loginAsAppCallback} callback The callback function, accepting three arguments: error, data, response
|
|
93
|
+
* data is of type: {@link module:model/Authorization}
|
|
94
|
+
*/
|
|
95
|
+
}, {
|
|
96
|
+
key: "loginAsApp",
|
|
97
|
+
value: function loginAsApp(opts, callback) {
|
|
98
|
+
opts = opts || {};
|
|
99
|
+
var postBody = null;
|
|
100
|
+
var pathParams = {};
|
|
101
|
+
var queryParams = {};
|
|
102
|
+
var headerParams = {
|
|
103
|
+
'apiKey': opts['apiKey'],
|
|
104
|
+
'Authorization': opts['authorization'],
|
|
105
|
+
'appid': opts['appid']
|
|
106
|
+
};
|
|
107
|
+
var formParams = {};
|
|
108
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
109
|
+
var contentTypes = [];
|
|
110
|
+
var accepts = ['application/json'];
|
|
111
|
+
var returnType = _Authorization["default"];
|
|
112
|
+
return this.apiClient.callApi('/graph/data/auth_as_app', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
113
|
+
}
|
|
114
|
+
|
|
79
115
|
/**
|
|
80
116
|
* Callback function to receive the result of the loginAsPage operation.
|
|
81
117
|
* @callback module:api/AuthenticationApi~loginAsPageCallback
|
|
@@ -112,6 +148,42 @@ var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
148
|
return this.apiClient.callApi('/graph/data/auth_as_page', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
113
149
|
}
|
|
114
150
|
|
|
151
|
+
/**
|
|
152
|
+
* Callback function to receive the result of the loginAsSite operation.
|
|
153
|
+
* @callback module:api/AuthenticationApi~loginAsSiteCallback
|
|
154
|
+
* @param {String} error Error message, if any.
|
|
155
|
+
* @param {module:model/Authorization} data The data returned by the service call.
|
|
156
|
+
* @param {String} response The complete HTTP response.
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @param {Object} opts Optional parameters
|
|
161
|
+
* @param {String} [apiKey] The Api Key of the client accessing the api
|
|
162
|
+
* @param {String} [authorization]
|
|
163
|
+
* @param {Number} [siteid]
|
|
164
|
+
* @param {module:api/AuthenticationApi~loginAsSiteCallback} callback The callback function, accepting three arguments: error, data, response
|
|
165
|
+
* data is of type: {@link module:model/Authorization}
|
|
166
|
+
*/
|
|
167
|
+
}, {
|
|
168
|
+
key: "loginAsSite",
|
|
169
|
+
value: function loginAsSite(opts, callback) {
|
|
170
|
+
opts = opts || {};
|
|
171
|
+
var postBody = null;
|
|
172
|
+
var pathParams = {};
|
|
173
|
+
var queryParams = {};
|
|
174
|
+
var headerParams = {
|
|
175
|
+
'apiKey': opts['apiKey'],
|
|
176
|
+
'Authorization': opts['authorization'],
|
|
177
|
+
'siteid': opts['siteid']
|
|
178
|
+
};
|
|
179
|
+
var formParams = {};
|
|
180
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
181
|
+
var contentTypes = [];
|
|
182
|
+
var accepts = ['application/json'];
|
|
183
|
+
var returnType = _Authorization["default"];
|
|
184
|
+
return this.apiClient.callApi('/graph/data/auth_as_site', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
185
|
+
}
|
|
186
|
+
|
|
115
187
|
/**
|
|
116
188
|
* Callback function to receive the result of the loginFacebook operation.
|
|
117
189
|
* @callback module:api/AuthenticationApi~loginFacebookCallback
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.25
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Categories service.
|
|
30
30
|
* @module api/CategoriesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,7 +57,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {module:model/ZeusPortalCategory} zeusPortalCategory The ZeusPortalCategory to create
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
60
61
|
* @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
|
|
62
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
61
63
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
62
64
|
* @param {module:api/CategoriesApi~createCategoryCallback} callback The callback function, accepting three arguments: error, data, response
|
|
63
65
|
* data is of type: {@link module:model/ZeusPortalCategory}
|
|
@@ -75,7 +77,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
77
|
var queryParams = {};
|
|
76
78
|
var headerParams = {
|
|
77
79
|
'Authorization': opts['authorization'],
|
|
80
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
78
81
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
82
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
79
83
|
'transactionid': opts['transactionid']
|
|
80
84
|
};
|
|
81
85
|
var formParams = {};
|
|
@@ -101,7 +105,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
105
|
* @param {module:model/ZeusPortalCategory} zeusPortalCategory The ZeusPortalCategory to create
|
|
102
106
|
* @param {Object} opts Optional parameters
|
|
103
107
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
108
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
104
109
|
* @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
|
|
110
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
105
111
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
106
112
|
* @param {module:api/CategoriesApi~createChildCategoryCallback} callback The callback function, accepting three arguments: error, data, response
|
|
107
113
|
* data is of type: {@link module:model/ZeusPortalCategory}
|
|
@@ -125,7 +131,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
125
131
|
var queryParams = {};
|
|
126
132
|
var headerParams = {
|
|
127
133
|
'Authorization': opts['authorization'],
|
|
134
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
128
135
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
136
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
129
137
|
'transactionid': opts['transactionid']
|
|
130
138
|
};
|
|
131
139
|
var formParams = {};
|
|
@@ -148,7 +156,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
156
|
* Root for the API
|
|
149
157
|
* @param {Object} opts Optional parameters
|
|
150
158
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
159
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
151
160
|
* @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
|
|
161
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
152
162
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
153
163
|
* @param {module:api/CategoriesApi~get24Callback} callback The callback function, accepting three arguments: error, data, response
|
|
154
164
|
*/
|
|
@@ -161,7 +171,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
171
|
var queryParams = {};
|
|
162
172
|
var headerParams = {
|
|
163
173
|
'Authorization': opts['authorization'],
|
|
174
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
164
175
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
176
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
165
177
|
'transactionid': opts['transactionid']
|
|
166
178
|
};
|
|
167
179
|
var formParams = {};
|
|
@@ -186,7 +198,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
186
198
|
* @param {Number} id The id of the category that we are retreiving
|
|
187
199
|
* @param {Object} opts Optional parameters
|
|
188
200
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
201
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
189
202
|
* @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
|
|
203
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
190
204
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
191
205
|
* @param {module:api/CategoriesApi~getCategoryByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
192
206
|
* data is of type: {@link module:model/ZeusPortalCategory}
|
|
@@ -206,7 +220,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
206
220
|
var queryParams = {};
|
|
207
221
|
var headerParams = {
|
|
208
222
|
'Authorization': opts['authorization'],
|
|
223
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
209
224
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
225
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
210
226
|
'transactionid': opts['transactionid']
|
|
211
227
|
};
|
|
212
228
|
var formParams = {};
|
|
@@ -229,7 +245,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
245
|
* @param {Number} id
|
|
230
246
|
* @param {Object} opts Optional parameters
|
|
231
247
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
248
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
232
249
|
* @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
|
|
250
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
233
251
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
234
252
|
* @param {module:api/CategoriesApi~getChildCategoriesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
235
253
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -249,7 +267,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
267
|
var queryParams = {};
|
|
250
268
|
var headerParams = {
|
|
251
269
|
'Authorization': opts['authorization'],
|
|
270
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
252
271
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
272
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
253
273
|
'transactionid': opts['transactionid']
|
|
254
274
|
};
|
|
255
275
|
var formParams = {};
|
|
@@ -273,7 +293,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
293
|
* Gets the root category
|
|
274
294
|
* @param {Object} opts Optional parameters
|
|
275
295
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
296
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
276
297
|
* @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
|
|
298
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
277
299
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
278
300
|
* @param {module:api/CategoriesApi~getRootCategoryCallback} callback The callback function, accepting three arguments: error, data, response
|
|
279
301
|
* data is of type: {@link module:model/ZeusPortalCategory}
|
|
@@ -287,7 +309,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
309
|
var queryParams = {};
|
|
288
310
|
var headerParams = {
|
|
289
311
|
'Authorization': opts['authorization'],
|
|
312
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
290
313
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
314
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
291
315
|
'transactionid': opts['transactionid']
|
|
292
316
|
};
|
|
293
317
|
var formParams = {};
|
|
@@ -312,7 +336,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
312
336
|
* @param {Number} id
|
|
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 {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
318
344
|
* @param {module:api/CategoriesApi~updateCategoryCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -333,7 +359,9 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
333
359
|
var queryParams = {};
|
|
334
360
|
var headerParams = {
|
|
335
361
|
'Authorization': opts['authorization'],
|
|
362
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
336
363
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
364
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
337
365
|
'transactionid': opts['transactionid']
|
|
338
366
|
};
|
|
339
367
|
var formParams = {};
|