@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/PagesApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.25
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* Pages service.
|
|
34
34
|
* @module api/PagesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.25
|
|
36
36
|
*/
|
|
37
37
|
var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -61,7 +61,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {module:model/PageSchema} pageSchema Page object or array of objects to create
|
|
62
62
|
* @param {Object} opts Optional parameters
|
|
63
63
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
64
65
|
* @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
|
|
66
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
65
67
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
66
68
|
* @param {module:api/PagesApi~createPageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
67
69
|
* data is of type: {@link Array.<module:model/PageSchema>}
|
|
@@ -79,7 +81,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
81
|
var queryParams = {};
|
|
80
82
|
var headerParams = {
|
|
81
83
|
'Authorization': opts['authorization'],
|
|
84
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
82
85
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
86
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
83
87
|
'transactionid': opts['transactionid']
|
|
84
88
|
};
|
|
85
89
|
var formParams = {};
|
|
@@ -103,7 +107,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
107
|
* @param {Number} id The id of the object to delete
|
|
104
108
|
* @param {Object} opts Optional parameters
|
|
105
109
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
110
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
106
111
|
* @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
|
|
112
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
107
113
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
108
114
|
* @param {module:api/PagesApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
109
115
|
*/
|
|
@@ -122,7 +128,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
128
|
var queryParams = {};
|
|
123
129
|
var headerParams = {
|
|
124
130
|
'Authorization': opts['authorization'],
|
|
131
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
125
132
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
133
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
126
134
|
'transactionid': opts['transactionid']
|
|
127
135
|
};
|
|
128
136
|
var formParams = {};
|
|
@@ -148,7 +156,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
156
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
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/PagesApi~editPageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
154
164
|
* data is of type: {@link module:model/Page}
|
|
@@ -172,7 +182,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
172
182
|
var queryParams = {};
|
|
173
183
|
var headerParams = {
|
|
174
184
|
'Authorization': opts['authorization'],
|
|
185
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
175
186
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
187
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
176
188
|
'transactionid': opts['transactionid']
|
|
177
189
|
};
|
|
178
190
|
var formParams = {};
|
|
@@ -195,7 +207,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
207
|
* Root for the API
|
|
196
208
|
* @param {Object} opts Optional parameters
|
|
197
209
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
210
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
198
211
|
* @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
|
|
212
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
199
213
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
200
214
|
* @param {module:api/PagesApi~get34Callback} callback The callback function, accepting three arguments: error, data, response
|
|
201
215
|
*/
|
|
@@ -208,7 +222,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
208
222
|
var queryParams = {};
|
|
209
223
|
var headerParams = {
|
|
210
224
|
'Authorization': opts['authorization'],
|
|
225
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
211
226
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
227
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
212
228
|
'transactionid': opts['transactionid']
|
|
213
229
|
};
|
|
214
230
|
var formParams = {};
|
|
@@ -233,7 +249,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
233
249
|
* @param {Number} uid
|
|
234
250
|
* @param {Object} opts Optional parameters
|
|
235
251
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
252
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
236
253
|
* @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
|
|
254
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
237
255
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
238
256
|
* @param {module:api/PagesApi~getOwnedPagesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
239
257
|
* data is of type: {@link Array.<module:model/Page>}
|
|
@@ -253,7 +271,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
253
271
|
var queryParams = {};
|
|
254
272
|
var headerParams = {
|
|
255
273
|
'Authorization': opts['authorization'],
|
|
274
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
256
275
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
276
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
257
277
|
'transactionid': opts['transactionid']
|
|
258
278
|
};
|
|
259
279
|
var formParams = {};
|
|
@@ -278,7 +298,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
298
|
* @param {Number} id
|
|
279
299
|
* @param {Object} opts Optional parameters
|
|
280
300
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
301
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
281
302
|
* @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
|
|
303
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
282
304
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
283
305
|
* @param {module:api/PagesApi~getPageByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
284
306
|
* data is of type: {@link module:model/PageSchema}
|
|
@@ -298,7 +320,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
320
|
var queryParams = {};
|
|
299
321
|
var headerParams = {
|
|
300
322
|
'Authorization': opts['authorization'],
|
|
323
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
301
324
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
325
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
302
326
|
'transactionid': opts['transactionid']
|
|
303
327
|
};
|
|
304
328
|
var formParams = {};
|
|
@@ -323,7 +347,9 @@ var PagesApi = 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 {module:model/ImageUploadObject} [object]
|
|
329
355
|
* @param {module:model/MultipartBody} [body]
|
|
@@ -345,7 +371,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
371
|
var queryParams = {};
|
|
346
372
|
var headerParams = {
|
|
347
373
|
'Authorization': opts['authorization'],
|
|
374
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
348
375
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
376
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
349
377
|
'transactionid': opts['transactionid']
|
|
350
378
|
};
|
|
351
379
|
var formParams = {
|
|
@@ -374,7 +402,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
374
402
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The property map to set in Json format
|
|
375
403
|
* @param {Object} opts Optional parameters
|
|
376
404
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
405
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
377
406
|
* @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
|
|
407
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
378
408
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
379
409
|
* @param {module:api/PagesApi~setPagePropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
380
410
|
*/
|
|
@@ -397,7 +427,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
397
427
|
var queryParams = {};
|
|
398
428
|
var headerParams = {
|
|
399
429
|
'Authorization': opts['authorization'],
|
|
430
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
400
431
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
432
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
401
433
|
'transactionid': opts['transactionid']
|
|
402
434
|
};
|
|
403
435
|
var formParams = {};
|
|
@@ -423,7 +455,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
423
455
|
* @param {String} prop
|
|
424
456
|
* @param {Object} opts Optional parameters
|
|
425
457
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
458
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
426
459
|
* @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
|
|
460
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
427
461
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
428
462
|
* @param {String} [body]
|
|
429
463
|
* @param {module:api/PagesApi~setPagePropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -448,7 +482,9 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
448
482
|
var queryParams = {};
|
|
449
483
|
var headerParams = {
|
|
450
484
|
'Authorization': opts['authorization'],
|
|
485
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
451
486
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
487
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
452
488
|
'transactionid': opts['transactionid']
|
|
453
489
|
};
|
|
454
490
|
var formParams = {};
|
package/dist/api/PostsApi.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
|
* Posts service.
|
|
29
29
|
* @module api/PostsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.25
|
|
31
31
|
*/
|
|
32
32
|
var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -54,7 +54,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Array.<module:model/Post>} post Post or array of posts to create
|
|
55
55
|
* @param {Object} opts Optional parameters
|
|
56
56
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
57
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
57
58
|
* @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
|
|
59
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
58
60
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
59
61
|
* @param {module:api/PostsApi~createPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
60
62
|
* data is of type: {@link Array.<module:model/Post>}
|
|
@@ -72,7 +74,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
74
|
var queryParams = {};
|
|
73
75
|
var headerParams = {
|
|
74
76
|
'Authorization': opts['authorization'],
|
|
77
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
75
78
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
79
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
76
80
|
'transactionid': opts['transactionid']
|
|
77
81
|
};
|
|
78
82
|
var formParams = {};
|
|
@@ -96,7 +100,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
96
100
|
* @param {Number} id The id of the object to delete
|
|
97
101
|
* @param {Object} opts Optional parameters
|
|
98
102
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
103
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
99
104
|
* @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
|
|
105
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
100
106
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
101
107
|
* @param {module:api/PostsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
102
108
|
*/
|
|
@@ -115,7 +121,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
121
|
var queryParams = {};
|
|
116
122
|
var headerParams = {
|
|
117
123
|
'Authorization': opts['authorization'],
|
|
124
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
118
125
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
126
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
119
127
|
'transactionid': opts['transactionid']
|
|
120
128
|
};
|
|
121
129
|
var formParams = {};
|
|
@@ -138,7 +146,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
146
|
* Root for the API
|
|
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/PostsApi~get42Callback} callback The callback function, accepting three arguments: error, data, response
|
|
144
154
|
*/
|
|
@@ -151,7 +161,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
161
|
var queryParams = {};
|
|
152
162
|
var headerParams = {
|
|
153
163
|
'Authorization': opts['authorization'],
|
|
164
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
154
165
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
166
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
155
167
|
'transactionid': opts['transactionid']
|
|
156
168
|
};
|
|
157
169
|
var formParams = {};
|
|
@@ -176,7 +188,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
188
|
* @param {Number} id
|
|
177
189
|
* @param {Object} opts Optional parameters
|
|
178
190
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
191
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
179
192
|
* @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
|
|
193
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
180
194
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
181
195
|
* @param {module:api/PostsApi~getPostByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
182
196
|
* data is of type: {@link module:model/Post}
|
|
@@ -196,7 +210,9 @@ var PostsApi = 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 = {};
|
|
@@ -220,7 +236,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
236
|
* @param {module:model/Post} post Post to update
|
|
221
237
|
* @param {Object} opts Optional parameters
|
|
222
238
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
239
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
223
240
|
* @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
|
|
241
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
224
242
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
225
243
|
* @param {module:api/PostsApi~updatePostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
226
244
|
* data is of type: {@link module:model/Post}
|
|
@@ -244,7 +262,9 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
244
262
|
var queryParams = {};
|
|
245
263
|
var headerParams = {
|
|
246
264
|
'Authorization': opts['authorization'],
|
|
265
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
247
266
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
267
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
248
268
|
'transactionid': opts['transactionid']
|
|
249
269
|
};
|
|
250
270
|
var formParams = {};
|