@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
|
@@ -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
|
* GraphActions service.
|
|
30
30
|
* @module api/GraphActionsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -56,7 +56,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects 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/GraphActionsApi~createActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
62
64
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
@@ -80,7 +82,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
82
|
var queryParams = {};
|
|
81
83
|
var headerParams = {
|
|
82
84
|
'Authorization': opts['authorization'],
|
|
85
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
87
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
84
88
|
'transactionid': opts['transactionid']
|
|
85
89
|
};
|
|
86
90
|
var formParams = {};
|
|
@@ -105,7 +109,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
109
|
* @param {Number} id
|
|
106
110
|
* @param {Object} opts Optional parameters
|
|
107
111
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
112
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
108
113
|
* @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
|
|
114
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
109
115
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
110
116
|
* @param {module:api/GraphActionsApi~deleteActionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
111
117
|
*/
|
|
@@ -124,7 +130,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
130
|
var queryParams = {};
|
|
125
131
|
var headerParams = {
|
|
126
132
|
'Authorization': opts['authorization'],
|
|
133
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
127
134
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
135
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
128
136
|
'transactionid': opts['transactionid']
|
|
129
137
|
};
|
|
130
138
|
var formParams = {};
|
|
@@ -147,7 +155,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
155
|
* Root for the API
|
|
148
156
|
* @param {Object} opts Optional parameters
|
|
149
157
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
158
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
150
159
|
* @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
|
|
160
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
151
161
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
152
162
|
* @param {module:api/GraphActionsApi~get4Callback} callback The callback function, accepting three arguments: error, data, response
|
|
153
163
|
*/
|
|
@@ -160,7 +170,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
160
170
|
var queryParams = {};
|
|
161
171
|
var headerParams = {
|
|
162
172
|
'Authorization': opts['authorization'],
|
|
173
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
163
174
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
175
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
164
176
|
'transactionid': opts['transactionid']
|
|
165
177
|
};
|
|
166
178
|
var formParams = {};
|
|
@@ -184,7 +196,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
184
196
|
* @param {Number} id
|
|
185
197
|
* @param {Object} opts Optional parameters
|
|
186
198
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
199
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
187
200
|
* @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
|
|
201
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
188
202
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
189
203
|
* @param {module:api/GraphActionsApi~getActionByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
190
204
|
* data is of type: {@link module:model/GraphAction}
|
|
@@ -204,7 +218,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
218
|
var queryParams = {};
|
|
205
219
|
var headerParams = {
|
|
206
220
|
'Authorization': opts['authorization'],
|
|
221
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
207
222
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
223
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
208
224
|
'transactionid': opts['transactionid']
|
|
209
225
|
};
|
|
210
226
|
var formParams = {};
|
|
@@ -229,7 +245,9 @@ var GraphActionsApi = 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/GraphActionsApi~getActionPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
235
253
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -249,7 +267,9 @@ var GraphActionsApi = 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 = {};
|
|
@@ -277,7 +297,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
277
297
|
* @param {String} prop
|
|
278
298
|
* @param {Object} opts Optional parameters
|
|
279
299
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
300
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
280
301
|
* @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
|
|
302
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
281
303
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
282
304
|
* @param {module:api/GraphActionsApi~getActionPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
283
305
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -302,7 +324,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
302
324
|
var queryParams = {};
|
|
303
325
|
var headerParams = {
|
|
304
326
|
'Authorization': opts['authorization'],
|
|
327
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
305
328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
329
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
306
330
|
'transactionid': opts['transactionid']
|
|
307
331
|
};
|
|
308
332
|
var formParams = {};
|
|
@@ -329,7 +353,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
329
353
|
* @param {Number} id The id of the object that we are retrieving actions on
|
|
330
354
|
* @param {Object} opts Optional parameters
|
|
331
355
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
356
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
332
357
|
* @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
|
|
358
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
333
359
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
334
360
|
* @param {module:api/GraphActionsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
335
361
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
@@ -349,7 +375,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
349
375
|
var queryParams = {};
|
|
350
376
|
var headerParams = {
|
|
351
377
|
'Authorization': opts['authorization'],
|
|
378
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
352
379
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
380
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
353
381
|
'transactionid': opts['transactionid']
|
|
354
382
|
};
|
|
355
383
|
var formParams = {};
|
|
@@ -375,7 +403,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
375
403
|
* @param {Number} actiontypeid
|
|
376
404
|
* @param {Object} opts Optional parameters
|
|
377
405
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
406
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
378
407
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
408
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
379
409
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
380
410
|
* @param {module:api/GraphActionsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
381
411
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
@@ -400,7 +430,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
400
430
|
var queryParams = {};
|
|
401
431
|
var headerParams = {
|
|
402
432
|
'Authorization': opts['authorization'],
|
|
433
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
403
434
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
435
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
404
436
|
'transactionid': opts['transactionid']
|
|
405
437
|
};
|
|
406
438
|
var formParams = {};
|
|
@@ -425,7 +457,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
425
457
|
* @param {Number} id
|
|
426
458
|
* @param {Object} opts Optional parameters
|
|
427
459
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
460
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
428
461
|
* @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
|
|
462
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
429
463
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
430
464
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
431
465
|
* @param {module:api/GraphActionsApi~setActionPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -445,7 +479,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
445
479
|
var queryParams = {};
|
|
446
480
|
var headerParams = {
|
|
447
481
|
'Authorization': opts['authorization'],
|
|
482
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
448
483
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
484
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
449
485
|
'transactionid': opts['transactionid']
|
|
450
486
|
};
|
|
451
487
|
var formParams = {};
|
|
@@ -471,7 +507,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
471
507
|
* @param {String} prop
|
|
472
508
|
* @param {Object} opts Optional parameters
|
|
473
509
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
510
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
474
511
|
* @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
|
|
512
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
475
513
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
476
514
|
* @param {String} [body]
|
|
477
515
|
* @param {module:api/GraphActionsApi~setActionPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -496,7 +534,9 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
496
534
|
var queryParams = {};
|
|
497
535
|
var headerParams = {
|
|
498
536
|
'Authorization': opts['authorization'],
|
|
537
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
499
538
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
539
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
500
540
|
'transactionid': opts['transactionid']
|
|
501
541
|
};
|
|
502
542
|
var formParams = {};
|
|
@@ -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
|
* GraphObjectTypes service.
|
|
30
30
|
* @module api/GraphObjectTypesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,7 +55,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id
|
|
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/GraphObjectTypesApi~addPoliciesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -76,7 +78,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
78
|
var queryParams = {};
|
|
77
79
|
var headerParams = {
|
|
78
80
|
'Authorization': opts['authorization'],
|
|
81
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
82
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
83
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
80
84
|
'transactionid': opts['transactionid']
|
|
81
85
|
};
|
|
82
86
|
var formParams = {};
|
|
@@ -100,7 +104,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
104
|
* @param {Number} id
|
|
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/GraphObjectTypesApi~get10Callback} callback The callback function, accepting three arguments: error, data, response
|
|
106
112
|
* data is of type: {@link module:model/GraphObjectTypeSchema}
|
|
@@ -120,7 +126,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
120
126
|
var queryParams = {};
|
|
121
127
|
var headerParams = {
|
|
122
128
|
'Authorization': opts['authorization'],
|
|
129
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
123
130
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
131
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
124
132
|
'transactionid': opts['transactionid']
|
|
125
133
|
};
|
|
126
134
|
var formParams = {};
|
|
@@ -143,7 +151,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
151
|
* Root for the API
|
|
144
152
|
* @param {Object} opts Optional parameters
|
|
145
153
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
154
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
146
155
|
* @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
|
|
156
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
147
157
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
148
158
|
* @param {module:api/GraphObjectTypesApi~get8Callback} callback The callback function, accepting three arguments: error, data, response
|
|
149
159
|
*/
|
|
@@ -156,7 +166,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
156
166
|
var queryParams = {};
|
|
157
167
|
var headerParams = {
|
|
158
168
|
'Authorization': opts['authorization'],
|
|
169
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
159
170
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
171
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
160
172
|
'transactionid': opts['transactionid']
|
|
161
173
|
};
|
|
162
174
|
var formParams = {};
|
|
@@ -179,7 +191,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
179
191
|
* @param {String} key
|
|
180
192
|
* @param {Object} opts Optional parameters
|
|
181
193
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
194
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
182
195
|
* @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
|
|
196
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
183
197
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
184
198
|
* @param {module:api/GraphObjectTypesApi~get9Callback} callback The callback function, accepting three arguments: error, data, response
|
|
185
199
|
* data is of type: {@link module:model/GraphObjectTypeSchema}
|
|
@@ -199,7 +213,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
213
|
var queryParams = {};
|
|
200
214
|
var headerParams = {
|
|
201
215
|
'Authorization': opts['authorization'],
|
|
216
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
202
217
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
218
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
203
219
|
'transactionid': opts['transactionid']
|
|
204
220
|
};
|
|
205
221
|
var formParams = {};
|
|
@@ -221,7 +237,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
237
|
/**
|
|
222
238
|
* @param {Object} opts Optional parameters
|
|
223
239
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
240
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
224
241
|
* @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
|
|
242
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
225
243
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
226
244
|
* @param {module:api/GraphObjectTypesApi~getAllObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
227
245
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -235,7 +253,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
253
|
var queryParams = {};
|
|
236
254
|
var headerParams = {
|
|
237
255
|
'Authorization': opts['authorization'],
|
|
256
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
238
257
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
258
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
239
259
|
'transactionid': opts['transactionid']
|
|
240
260
|
};
|
|
241
261
|
var formParams = {};
|
|
@@ -257,7 +277,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
277
|
/**
|
|
258
278
|
* @param {Object} opts Optional parameters
|
|
259
279
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
280
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
260
281
|
* @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
|
|
282
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
261
283
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
262
284
|
* @param {module:api/GraphObjectTypesApi~getDefaultObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
263
285
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -271,7 +293,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
293
|
var queryParams = {};
|
|
272
294
|
var headerParams = {
|
|
273
295
|
'Authorization': opts['authorization'],
|
|
296
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
274
297
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
275
299
|
'transactionid': opts['transactionid']
|
|
276
300
|
};
|
|
277
301
|
var formParams = {};
|
|
@@ -294,7 +318,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
318
|
* @param {Number} id
|
|
295
319
|
* @param {Object} opts Optional parameters
|
|
296
320
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
321
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
297
322
|
* @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
|
|
323
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
298
324
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
299
325
|
* @param {module:api/GraphObjectTypesApi~getFields1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
300
326
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -314,7 +340,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
314
340
|
var queryParams = {};
|
|
315
341
|
var headerParams = {
|
|
316
342
|
'Authorization': opts['authorization'],
|
|
343
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
317
344
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
345
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
318
346
|
'transactionid': opts['transactionid']
|
|
319
347
|
};
|
|
320
348
|
var formParams = {};
|
|
@@ -336,7 +364,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
364
|
/**
|
|
337
365
|
* @param {Object} opts Optional parameters
|
|
338
366
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
367
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
339
368
|
* @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
|
|
369
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
340
370
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
341
371
|
* @param {module:api/GraphObjectTypesApi~getMyObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
342
372
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -350,7 +380,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
350
380
|
var queryParams = {};
|
|
351
381
|
var headerParams = {
|
|
352
382
|
'Authorization': opts['authorization'],
|
|
383
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
353
384
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
354
386
|
'transactionid': opts['transactionid']
|
|
355
387
|
};
|
|
356
388
|
var formParams = {};
|
|
@@ -373,7 +405,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
373
405
|
* @param {Number} id
|
|
374
406
|
* @param {Object} opts Optional parameters
|
|
375
407
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
408
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
376
409
|
* @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
|
|
410
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
377
411
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
378
412
|
* @param {String} [body]
|
|
379
413
|
* @param {module:api/GraphObjectTypesApi~updateTemplate1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -394,7 +428,9 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
394
428
|
var queryParams = {};
|
|
395
429
|
var headerParams = {
|
|
396
430
|
'Authorization': opts['authorization'],
|
|
431
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
397
432
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
398
434
|
'transactionid': opts['transactionid']
|
|
399
435
|
};
|
|
400
436
|
var formParams = {};
|