@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
|
* GraphSchemas service.
|
|
30
30
|
* @module api/GraphSchemasApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.25
|
|
32
32
|
*/
|
|
33
33
|
var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,7 +57,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
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/GraphSchemasApi~addSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
63
65
|
* data is of type: {@link module:model/GraphSchema}
|
|
@@ -81,7 +83,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
83
|
var queryParams = {};
|
|
82
84
|
var headerParams = {
|
|
83
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
85
89
|
'transactionid': opts['transactionid']
|
|
86
90
|
};
|
|
87
91
|
var formParams = {};
|
|
@@ -104,7 +108,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
108
|
* Root for the API
|
|
105
109
|
* @param {Object} opts Optional parameters
|
|
106
110
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
111
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
107
112
|
* @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
|
|
113
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
108
114
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
109
115
|
* @param {module:api/GraphSchemasApi~get15Callback} callback The callback function, accepting three arguments: error, data, response
|
|
110
116
|
*/
|
|
@@ -117,7 +123,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
123
|
var queryParams = {};
|
|
118
124
|
var headerParams = {
|
|
119
125
|
'Authorization': opts['authorization'],
|
|
126
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
120
127
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
121
129
|
'transactionid': opts['transactionid']
|
|
122
130
|
};
|
|
123
131
|
var formParams = {};
|
|
@@ -141,7 +149,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
141
149
|
* @param {Number} id
|
|
142
150
|
* @param {Object} opts Optional parameters
|
|
143
151
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
152
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
144
153
|
* @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
|
|
154
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
145
155
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
146
156
|
* @param {module:api/GraphSchemasApi~get16Callback} callback The callback function, accepting three arguments: error, data, response
|
|
147
157
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -161,7 +171,9 @@ var GraphSchemasApi = 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 = {};
|
|
@@ -187,7 +199,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
199
|
* @param {Number} id
|
|
188
200
|
* @param {Object} opts Optional parameters
|
|
189
201
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
202
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
190
203
|
* @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
|
|
204
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
191
205
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
192
206
|
* @param {module:api/GraphSchemasApi~getSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
193
207
|
* data is of type: {@link module:model/GraphSchema}
|
|
@@ -207,7 +221,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
207
221
|
var queryParams = {};
|
|
208
222
|
var headerParams = {
|
|
209
223
|
'Authorization': opts['authorization'],
|
|
224
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
210
225
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
226
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
211
227
|
'transactionid': opts['transactionid']
|
|
212
228
|
};
|
|
213
229
|
var formParams = {};
|
|
@@ -232,7 +248,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
232
248
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
233
249
|
* @param {Object} opts Optional parameters
|
|
234
250
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
251
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
235
252
|
* @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
|
|
253
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
236
254
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
237
255
|
* @param {module:api/GraphSchemasApi~removeSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
238
256
|
*/
|
|
@@ -255,7 +273,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
255
273
|
var queryParams = {};
|
|
256
274
|
var headerParams = {
|
|
257
275
|
'Authorization': opts['authorization'],
|
|
276
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
258
277
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
278
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
259
279
|
'transactionid': opts['transactionid']
|
|
260
280
|
};
|
|
261
281
|
var formParams = {};
|
|
@@ -278,7 +298,9 @@ var GraphSchemasApi = 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 {String} [body]
|
|
284
306
|
* @param {module:api/GraphSchemasApi~updateObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -299,7 +321,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
321
|
var queryParams = {};
|
|
300
322
|
var headerParams = {
|
|
301
323
|
'Authorization': opts['authorization'],
|
|
324
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
302
325
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
326
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
303
327
|
'transactionid': opts['transactionid']
|
|
304
328
|
};
|
|
305
329
|
var formParams = {};
|
|
@@ -322,7 +346,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
322
346
|
* @param {Number} id
|
|
323
347
|
* @param {Object} opts Optional parameters
|
|
324
348
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
349
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
325
350
|
* @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
|
|
351
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
326
352
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
327
353
|
* @param {String} [body]
|
|
328
354
|
* @param {module:api/GraphSchemasApi~updateTemplate3Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -343,7 +369,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
343
369
|
var queryParams = {};
|
|
344
370
|
var headerParams = {
|
|
345
371
|
'Authorization': opts['authorization'],
|
|
372
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
346
373
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
374
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
347
375
|
'transactionid': opts['transactionid']
|
|
348
376
|
};
|
|
349
377
|
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
|
* GraphTraversal service.
|
|
32
32
|
* @module api/GraphTraversalApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.25
|
|
34
34
|
*/
|
|
35
35
|
var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,7 +59,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
63
|
* @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
|
|
64
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
63
65
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
64
66
|
* @param {module:api/GraphTraversalApi~traverseCallback} callback The callback function, accepting three arguments: error, data, response
|
|
65
67
|
* data is of type: {@link Array.<module:model/Path>}
|
|
@@ -77,7 +79,9 @@ var GraphTraversalApi = 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 = {};
|
|
@@ -102,7 +106,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
106
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
103
107
|
* @param {Object} opts Optional parameters
|
|
104
108
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
109
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
105
110
|
* @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
|
|
111
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
106
112
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
107
113
|
* @param {module:api/GraphTraversalApi~traverseFromCallback} callback The callback function, accepting three arguments: error, data, response
|
|
108
114
|
* data is of type: {@link Array.<module:model/Path>}
|
|
@@ -126,7 +132,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
132
|
var queryParams = {};
|
|
127
133
|
var headerParams = {
|
|
128
134
|
'Authorization': opts['authorization'],
|
|
135
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
129
136
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
130
138
|
'transactionid': opts['transactionid']
|
|
131
139
|
};
|
|
132
140
|
var formParams = {};
|
|
@@ -151,7 +159,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
159
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
152
160
|
* @param {Object} opts Optional parameters
|
|
153
161
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
162
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
154
163
|
* @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
|
|
164
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
155
165
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
156
166
|
* @param {module:api/GraphTraversalApi~traverseFromFindObjectsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
157
167
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -175,7 +185,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
175
185
|
var queryParams = {};
|
|
176
186
|
var headerParams = {
|
|
177
187
|
'Authorization': opts['authorization'],
|
|
188
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
178
189
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
190
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
179
191
|
'transactionid': opts['transactionid']
|
|
180
192
|
};
|
|
181
193
|
var formParams = {};
|
|
@@ -200,7 +212,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
200
212
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
201
213
|
* @param {Object} opts Optional parameters
|
|
202
214
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
215
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
216
|
* @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
|
|
217
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
204
218
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
205
219
|
* @param {module:api/GraphTraversalApi~traverseFromFindRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
206
220
|
* data is of type: {@link Array.<module:model/GraphRelation>}
|
|
@@ -224,7 +238,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
224
238
|
var queryParams = {};
|
|
225
239
|
var headerParams = {
|
|
226
240
|
'Authorization': opts['authorization'],
|
|
241
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
227
242
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
243
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
228
244
|
'transactionid': opts['transactionid']
|
|
229
245
|
};
|
|
230
246
|
var formParams = {};
|
|
@@ -249,7 +265,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
265
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
250
266
|
* @param {Object} opts Optional parameters
|
|
251
267
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
268
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
252
269
|
* @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
|
|
270
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
253
271
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
254
272
|
* @param {module:api/GraphTraversalApi~traverseObjectsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
255
273
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -267,7 +285,9 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
267
285
|
var queryParams = {};
|
|
268
286
|
var headerParams = {
|
|
269
287
|
'Authorization': opts['authorization'],
|
|
288
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
270
289
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
290
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
271
291
|
'transactionid': opts['transactionid']
|
|
272
292
|
};
|
|
273
293
|
var formParams = {};
|
package/dist/api/GraphsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.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
|
* Graphs service.
|
|
32
32
|
* @module api/GraphsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.25
|
|
34
34
|
*/
|
|
35
35
|
var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,7 +59,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
63
|
* @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
|
|
64
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
63
65
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
64
66
|
* @param {module:api/GraphsApi~addSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
65
67
|
* data is of type: {@link module:model/GraphSchema}
|
|
@@ -83,7 +85,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
85
|
var queryParams = {};
|
|
84
86
|
var headerParams = {
|
|
85
87
|
'Authorization': opts['authorization'],
|
|
88
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
86
89
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
90
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
87
91
|
'transactionid': opts['transactionid']
|
|
88
92
|
};
|
|
89
93
|
var formParams = {};
|
|
@@ -107,7 +111,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
107
111
|
* @param {Number} id
|
|
108
112
|
* @param {Object} opts Optional parameters
|
|
109
113
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
114
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
110
115
|
* @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
|
|
116
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
111
117
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
112
118
|
* @param {String} [body]
|
|
113
119
|
* @param {module:api/GraphsApi~createAddObjectsToGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -128,7 +134,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
134
|
var queryParams = {};
|
|
129
135
|
var headerParams = {
|
|
130
136
|
'Authorization': opts['authorization'],
|
|
137
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
131
138
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
139
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
132
140
|
'transactionid': opts['transactionid']
|
|
133
141
|
};
|
|
134
142
|
var formParams = {};
|
|
@@ -151,7 +159,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
159
|
* Root for the API
|
|
152
160
|
* @param {Object} opts Optional parameters
|
|
153
161
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
162
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
154
163
|
* @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
|
|
164
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
155
165
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
156
166
|
* @param {module:api/GraphsApi~get13Callback} callback The callback function, accepting three arguments: error, data, response
|
|
157
167
|
*/
|
|
@@ -164,7 +174,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
174
|
var queryParams = {};
|
|
165
175
|
var headerParams = {
|
|
166
176
|
'Authorization': opts['authorization'],
|
|
177
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
167
178
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
179
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
168
180
|
'transactionid': opts['transactionid']
|
|
169
181
|
};
|
|
170
182
|
var formParams = {};
|
|
@@ -188,7 +200,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
188
200
|
* @param {Number} id
|
|
189
201
|
* @param {Object} opts Optional parameters
|
|
190
202
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
203
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
191
204
|
* @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
|
|
205
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
192
206
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
193
207
|
* @param {module:api/GraphsApi~get14Callback} callback The callback function, accepting three arguments: error, data, response
|
|
194
208
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -208,7 +222,9 @@ var GraphsApi = 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 = {};
|
|
@@ -234,7 +250,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
250
|
* @param {Number} id
|
|
235
251
|
* @param {Object} opts Optional parameters
|
|
236
252
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
253
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
237
254
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
255
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
238
256
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
239
257
|
* @param {module:api/GraphsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
240
258
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -254,7 +272,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
254
272
|
var queryParams = {};
|
|
255
273
|
var headerParams = {
|
|
256
274
|
'Authorization': opts['authorization'],
|
|
275
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
257
276
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
277
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
258
278
|
'transactionid': opts['transactionid']
|
|
259
279
|
};
|
|
260
280
|
var formParams = {};
|
|
@@ -279,7 +299,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
299
|
* @param {String} tag
|
|
280
300
|
* @param {Object} opts Optional parameters
|
|
281
301
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
302
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
282
303
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
304
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
283
305
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
284
306
|
* @param {module:api/GraphsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
|
|
285
307
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -304,7 +326,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
304
326
|
var queryParams = {};
|
|
305
327
|
var headerParams = {
|
|
306
328
|
'Authorization': opts['authorization'],
|
|
329
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
307
330
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
331
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
308
332
|
'transactionid': opts['transactionid']
|
|
309
333
|
};
|
|
310
334
|
var formParams = {};
|
|
@@ -329,7 +353,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
329
353
|
* @param {String} type
|
|
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/GraphsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
335
361
|
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
@@ -354,7 +380,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
380
|
var queryParams = {};
|
|
355
381
|
var headerParams = {
|
|
356
382
|
'Authorization': opts['authorization'],
|
|
383
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
357
384
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
358
386
|
'transactionid': opts['transactionid']
|
|
359
387
|
};
|
|
360
388
|
var formParams = {};
|
|
@@ -378,7 +406,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
378
406
|
* @param {Number} id
|
|
379
407
|
* @param {Object} opts Optional parameters
|
|
380
408
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
409
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
381
410
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
411
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
382
412
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
383
413
|
* @param {module:api/GraphsApi~getRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
384
414
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -398,7 +428,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
398
428
|
var queryParams = {};
|
|
399
429
|
var headerParams = {
|
|
400
430
|
'Authorization': opts['authorization'],
|
|
431
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
401
432
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
402
434
|
'transactionid': opts['transactionid']
|
|
403
435
|
};
|
|
404
436
|
var formParams = {};
|
|
@@ -423,7 +455,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
423
455
|
* @param {String} type
|
|
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 {module:api/GraphsApi~getRelationships1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
429
463
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -448,7 +482,9 @@ var GraphsApi = 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 = {};
|
|
@@ -472,7 +508,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
472
508
|
* @param {Number} id
|
|
473
509
|
* @param {Object} opts Optional parameters
|
|
474
510
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
511
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
475
512
|
* @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
|
|
513
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
476
514
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
477
515
|
* @param {module:api/GraphsApi~getSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
478
516
|
* data is of type: {@link module:model/GraphSchema}
|
|
@@ -492,7 +530,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
492
530
|
var queryParams = {};
|
|
493
531
|
var headerParams = {
|
|
494
532
|
'Authorization': opts['authorization'],
|
|
533
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
495
534
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
535
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
496
536
|
'transactionid': opts['transactionid']
|
|
497
537
|
};
|
|
498
538
|
var formParams = {};
|
|
@@ -517,7 +557,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
517
557
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
518
558
|
* @param {Object} opts Optional parameters
|
|
519
559
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
560
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
520
561
|
* @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
|
|
562
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
521
563
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
522
564
|
* @param {module:api/GraphsApi~removeSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
523
565
|
*/
|
|
@@ -540,7 +582,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
582
|
var queryParams = {};
|
|
541
583
|
var headerParams = {
|
|
542
584
|
'Authorization': opts['authorization'],
|
|
585
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
543
586
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
587
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
544
588
|
'transactionid': opts['transactionid']
|
|
545
589
|
};
|
|
546
590
|
var formParams = {};
|