@gobodo/gobodo-api 0.1.24 → 0.1.26
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 +76 -5
- 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 +407 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +38 -38
- 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 +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +38 -38
- package/dist/model/DocumentPart.js +28 -28
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +23 -23
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- 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 +2 -2
- package/dist/model/GraphAction.js +11 -11
- 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 +11 -11
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +23 -23
- 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 +11 -11
- package/dist/model/GraphRelationObjectObject.js +11 -11
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +28 -28
- package/dist/model/ImageUploadObject.js +28 -28
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +25 -25
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +26 -26
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +41 -41
- 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 +11 -11
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +23 -23
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +16 -16
- package/dist/model/ThemeMappingPayload.js +10 -10
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -3
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +38 -38
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +46 -46
- package/dist/model/VideoUploadObject.js +38 -38
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.26
|
|
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
|
* GraphRelationships service.
|
|
32
32
|
* @module api/GraphRelationshipsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.26
|
|
34
34
|
*/
|
|
35
35
|
var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -57,7 +57,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} id
|
|
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 {String} [body]
|
|
63
65
|
* @param {module:api/GraphRelationshipsApi~addEndObjectTypes1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -78,7 +80,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
80
|
var queryParams = {};
|
|
79
81
|
var headerParams = {
|
|
80
82
|
'Authorization': opts['authorization'],
|
|
83
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
81
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
85
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
82
86
|
'transactionid': opts['transactionid']
|
|
83
87
|
};
|
|
84
88
|
var formParams = {};
|
|
@@ -101,7 +105,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
105
|
* @param {Number} id
|
|
102
106
|
* @param {Object} opts Optional parameters
|
|
103
107
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
108
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
104
109
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
105
111
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
106
112
|
* @param {String} [body]
|
|
107
113
|
* @param {module:api/GraphRelationshipsApi~addStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -122,7 +128,9 @@ var GraphRelationshipsApi = 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 GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
156
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload 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/GraphRelationshipsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
|
|
154
164
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -172,7 +182,9 @@ var GraphRelationshipsApi = 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 = {};
|
|
@@ -197,7 +209,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
209
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
198
210
|
* @param {Object} opts Optional parameters
|
|
199
211
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
212
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
200
213
|
* @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
|
|
214
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
201
215
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
202
216
|
* @param {module:api/GraphRelationshipsApi~createRelationshipTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
203
217
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -215,7 +229,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
229
|
var queryParams = {};
|
|
216
230
|
var headerParams = {
|
|
217
231
|
'Authorization': opts['authorization'],
|
|
232
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
233
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
219
235
|
'transactionid': opts['transactionid']
|
|
220
236
|
};
|
|
221
237
|
var formParams = {};
|
|
@@ -241,7 +257,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
241
257
|
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
242
258
|
* @param {Object} opts Optional parameters
|
|
243
259
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
260
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
244
261
|
* @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
|
|
262
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
245
263
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
246
264
|
* @param {module:api/GraphRelationshipsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
247
265
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -265,7 +283,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
283
|
var queryParams = {};
|
|
266
284
|
var headerParams = {
|
|
267
285
|
'Authorization': opts['authorization'],
|
|
286
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
268
287
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
288
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
269
289
|
'transactionid': opts['transactionid']
|
|
270
290
|
};
|
|
271
291
|
var formParams = {};
|
|
@@ -290,7 +310,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
290
310
|
* @param {Number} id
|
|
291
311
|
* @param {Object} opts Optional parameters
|
|
292
312
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
313
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
293
314
|
* @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
|
|
315
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
294
316
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
295
317
|
* @param {module:api/GraphRelationshipsApi~deleteRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
|
|
296
318
|
*/
|
|
@@ -309,7 +331,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
309
331
|
var queryParams = {};
|
|
310
332
|
var headerParams = {
|
|
311
333
|
'Authorization': opts['authorization'],
|
|
334
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
312
335
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
336
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
313
337
|
'transactionid': opts['transactionid']
|
|
314
338
|
};
|
|
315
339
|
var formParams = {};
|
|
@@ -332,7 +356,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
332
356
|
* Root for the API
|
|
333
357
|
* @param {Object} opts Optional parameters
|
|
334
358
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
359
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
335
360
|
* @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
|
|
361
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
336
362
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
337
363
|
* @param {module:api/GraphRelationshipsApi~get11Callback} callback The callback function, accepting three arguments: error, data, response
|
|
338
364
|
*/
|
|
@@ -345,7 +371,9 @@ var GraphRelationshipsApi = 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 = {};
|
|
@@ -368,7 +396,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
368
396
|
* Root for the API
|
|
369
397
|
* @param {Object} opts Optional parameters
|
|
370
398
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
399
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
371
400
|
* @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
|
|
401
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
372
402
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
373
403
|
* @param {module:api/GraphRelationshipsApi~get12Callback} callback The callback function, accepting three arguments: error, data, response
|
|
374
404
|
*/
|
|
@@ -381,7 +411,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
381
411
|
var queryParams = {};
|
|
382
412
|
var headerParams = {
|
|
383
413
|
'Authorization': opts['authorization'],
|
|
414
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
416
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
385
417
|
'transactionid': opts['transactionid']
|
|
386
418
|
};
|
|
387
419
|
var formParams = {};
|
|
@@ -406,7 +438,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
406
438
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
407
439
|
* @param {Object} opts Optional parameters
|
|
408
440
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
441
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
442
|
* @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
|
|
443
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
410
444
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
411
445
|
* @param {module:api/GraphRelationshipsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
412
446
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -426,7 +460,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
426
460
|
var queryParams = {};
|
|
427
461
|
var headerParams = {
|
|
428
462
|
'Authorization': opts['authorization'],
|
|
463
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
429
464
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
465
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
430
466
|
'transactionid': opts['transactionid']
|
|
431
467
|
};
|
|
432
468
|
var formParams = {};
|
|
@@ -452,7 +488,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
488
|
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
453
489
|
* @param {Object} opts Optional parameters
|
|
454
490
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
491
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
455
492
|
* @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
|
|
493
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
456
494
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
457
495
|
* @param {module:api/GraphRelationshipsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
458
496
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -477,7 +515,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
477
515
|
var queryParams = {};
|
|
478
516
|
var headerParams = {
|
|
479
517
|
'Authorization': opts['authorization'],
|
|
518
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
480
519
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
520
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
481
521
|
'transactionid': opts['transactionid']
|
|
482
522
|
};
|
|
483
523
|
var formParams = {};
|
|
@@ -500,7 +540,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
500
540
|
* @param {Number} id
|
|
501
541
|
* @param {Object} opts Optional parameters
|
|
502
542
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
543
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
503
544
|
* @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
|
|
545
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
504
546
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
505
547
|
* @param {module:api/GraphRelationshipsApi~getEndObjectTypes1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
506
548
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -520,7 +562,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
520
562
|
var queryParams = {};
|
|
521
563
|
var headerParams = {
|
|
522
564
|
'Authorization': opts['authorization'],
|
|
565
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
523
566
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
567
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
524
568
|
'transactionid': opts['transactionid']
|
|
525
569
|
};
|
|
526
570
|
var formParams = {};
|
|
@@ -543,7 +587,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
543
587
|
* @param {Number} id
|
|
544
588
|
* @param {Object} opts Optional parameters
|
|
545
589
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
590
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
546
591
|
* @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
|
|
592
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
547
593
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
548
594
|
* @param {module:api/GraphRelationshipsApi~getFields2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
549
595
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -563,7 +609,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
563
609
|
var queryParams = {};
|
|
564
610
|
var headerParams = {
|
|
565
611
|
'Authorization': opts['authorization'],
|
|
612
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
566
613
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
614
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
567
615
|
'transactionid': opts['transactionid']
|
|
568
616
|
};
|
|
569
617
|
var formParams = {};
|
|
@@ -588,7 +636,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
588
636
|
* @param {Number} id
|
|
589
637
|
* @param {Object} opts Optional parameters
|
|
590
638
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
639
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
591
640
|
* @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
|
|
641
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
592
642
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
593
643
|
* @param {module:api/GraphRelationshipsApi~getRelPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
594
644
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -608,7 +658,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
608
658
|
var queryParams = {};
|
|
609
659
|
var headerParams = {
|
|
610
660
|
'Authorization': opts['authorization'],
|
|
661
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
611
662
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
663
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
612
664
|
'transactionid': opts['transactionid']
|
|
613
665
|
};
|
|
614
666
|
var formParams = {};
|
|
@@ -636,7 +688,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
636
688
|
* @param {String} prop
|
|
637
689
|
* @param {Object} opts Optional parameters
|
|
638
690
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
691
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
639
692
|
* @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
|
|
693
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
640
694
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
641
695
|
* @param {module:api/GraphRelationshipsApi~getRelPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
642
696
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -661,7 +715,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
661
715
|
var queryParams = {};
|
|
662
716
|
var headerParams = {
|
|
663
717
|
'Authorization': opts['authorization'],
|
|
718
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
664
719
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
720
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
665
721
|
'transactionid': opts['transactionid']
|
|
666
722
|
};
|
|
667
723
|
var formParams = {};
|
|
@@ -687,7 +743,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
687
743
|
* @param {Number} id
|
|
688
744
|
* @param {Object} opts Optional parameters
|
|
689
745
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
746
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
690
747
|
* @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
|
|
748
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
691
749
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
692
750
|
* @param {module:api/GraphRelationshipsApi~getRelationshipByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
693
751
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -707,7 +765,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
707
765
|
var queryParams = {};
|
|
708
766
|
var headerParams = {
|
|
709
767
|
'Authorization': opts['authorization'],
|
|
768
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
710
769
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
770
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
711
771
|
'transactionid': opts['transactionid']
|
|
712
772
|
};
|
|
713
773
|
var formParams = {};
|
|
@@ -731,7 +791,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
731
791
|
* @param {String} classname
|
|
732
792
|
* @param {Object} opts Optional parameters
|
|
733
793
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
794
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
734
795
|
* @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
|
|
796
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
735
797
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
736
798
|
* @param {module:api/GraphRelationshipsApi~getRelationshipTypeByClassNameCallback} callback The callback function, accepting three arguments: error, data, response
|
|
737
799
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -751,7 +813,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
751
813
|
var queryParams = {};
|
|
752
814
|
var headerParams = {
|
|
753
815
|
'Authorization': opts['authorization'],
|
|
816
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
754
817
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
818
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
755
819
|
'transactionid': opts['transactionid']
|
|
756
820
|
};
|
|
757
821
|
var formParams = {};
|
|
@@ -775,7 +839,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
775
839
|
* @param {String} id
|
|
776
840
|
* @param {Object} opts Optional parameters
|
|
777
841
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
842
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
778
843
|
* @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
|
|
844
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
779
845
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
780
846
|
* @param {module:api/GraphRelationshipsApi~getRelationshipTypeByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
781
847
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -795,7 +861,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
795
861
|
var queryParams = {};
|
|
796
862
|
var headerParams = {
|
|
797
863
|
'Authorization': opts['authorization'],
|
|
864
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
798
865
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
866
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
799
867
|
'transactionid': opts['transactionid']
|
|
800
868
|
};
|
|
801
869
|
var formParams = {};
|
|
@@ -819,7 +887,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
819
887
|
* @param {String} key
|
|
820
888
|
* @param {Object} opts Optional parameters
|
|
821
889
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
890
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
822
891
|
* @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
|
|
892
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
823
893
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
824
894
|
* @param {module:api/GraphRelationshipsApi~getRelationshipTypeByKeyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
825
895
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -839,7 +909,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
839
909
|
var queryParams = {};
|
|
840
910
|
var headerParams = {
|
|
841
911
|
'Authorization': opts['authorization'],
|
|
912
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
842
913
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
914
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
843
915
|
'transactionid': opts['transactionid']
|
|
844
916
|
};
|
|
845
917
|
var formParams = {};
|
|
@@ -863,7 +935,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
863
935
|
* @param {Number} id
|
|
864
936
|
* @param {Object} opts Optional parameters
|
|
865
937
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
938
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
866
939
|
* @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
|
|
940
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
867
941
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
868
942
|
* @param {module:api/GraphRelationshipsApi~getRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
869
943
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -883,7 +957,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
883
957
|
var queryParams = {};
|
|
884
958
|
var headerParams = {
|
|
885
959
|
'Authorization': opts['authorization'],
|
|
960
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
886
961
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
962
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
887
963
|
'transactionid': opts['transactionid']
|
|
888
964
|
};
|
|
889
965
|
var formParams = {};
|
|
@@ -908,7 +984,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
908
984
|
* @param {String} type
|
|
909
985
|
* @param {Object} opts Optional parameters
|
|
910
986
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
987
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
911
988
|
* @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
|
|
989
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
912
990
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
913
991
|
* @param {module:api/GraphRelationshipsApi~getRelationships1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
914
992
|
* data is of type: {@link module:model/GraphRelationship}
|
|
@@ -933,7 +1011,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
933
1011
|
var queryParams = {};
|
|
934
1012
|
var headerParams = {
|
|
935
1013
|
'Authorization': opts['authorization'],
|
|
1014
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
936
1015
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1016
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
937
1017
|
'transactionid': opts['transactionid']
|
|
938
1018
|
};
|
|
939
1019
|
var formParams = {};
|
|
@@ -959,7 +1039,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
959
1039
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
960
1040
|
* @param {Object} opts Optional parameters
|
|
961
1041
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1042
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
962
1043
|
* @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
|
|
1044
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
963
1045
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
964
1046
|
* @param {module:api/GraphRelationshipsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
965
1047
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -984,7 +1066,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
984
1066
|
var queryParams = {};
|
|
985
1067
|
var headerParams = {
|
|
986
1068
|
'Authorization': opts['authorization'],
|
|
1069
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
987
1070
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1071
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
988
1072
|
'transactionid': opts['transactionid']
|
|
989
1073
|
};
|
|
990
1074
|
var formParams = {};
|
|
@@ -1010,7 +1094,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1010
1094
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1011
1095
|
* @param {Object} opts Optional parameters
|
|
1012
1096
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1097
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1013
1098
|
* @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
|
|
1099
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1014
1100
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1015
1101
|
* @param {module:api/GraphRelationshipsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1016
1102
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -1035,7 +1121,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1035
1121
|
var queryParams = {};
|
|
1036
1122
|
var headerParams = {
|
|
1037
1123
|
'Authorization': opts['authorization'],
|
|
1124
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1038
1125
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1126
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1039
1127
|
'transactionid': opts['transactionid']
|
|
1040
1128
|
};
|
|
1041
1129
|
var formParams = {};
|
|
@@ -1060,7 +1148,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1060
1148
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1061
1149
|
* @param {Object} opts Optional parameters
|
|
1062
1150
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1151
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1063
1152
|
* @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
|
|
1153
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1064
1154
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1065
1155
|
* @param {module:api/GraphRelationshipsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1066
1156
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -1080,7 +1170,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1080
1170
|
var queryParams = {};
|
|
1081
1171
|
var headerParams = {
|
|
1082
1172
|
'Authorization': opts['authorization'],
|
|
1173
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1083
1174
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1175
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1084
1176
|
'transactionid': opts['transactionid']
|
|
1085
1177
|
};
|
|
1086
1178
|
var formParams = {};
|
|
@@ -1105,7 +1197,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1105
1197
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1106
1198
|
* @param {Object} opts Optional parameters
|
|
1107
1199
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1200
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1108
1201
|
* @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
|
|
1202
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1109
1203
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1110
1204
|
* @param {module:api/GraphRelationshipsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1111
1205
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -1125,7 +1219,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1125
1219
|
var queryParams = {};
|
|
1126
1220
|
var headerParams = {
|
|
1127
1221
|
'Authorization': opts['authorization'],
|
|
1222
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1128
1223
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1224
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1129
1225
|
'transactionid': opts['transactionid']
|
|
1130
1226
|
};
|
|
1131
1227
|
var formParams = {};
|
|
@@ -1148,7 +1244,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1148
1244
|
* @param {Number} id
|
|
1149
1245
|
* @param {Object} opts Optional parameters
|
|
1150
1246
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1247
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1151
1248
|
* @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
|
|
1249
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1152
1250
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1153
1251
|
* @param {module:api/GraphRelationshipsApi~getStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1154
1252
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -1168,7 +1266,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1168
1266
|
var queryParams = {};
|
|
1169
1267
|
var headerParams = {
|
|
1170
1268
|
'Authorization': opts['authorization'],
|
|
1269
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1171
1270
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1271
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1172
1272
|
'transactionid': opts['transactionid']
|
|
1173
1273
|
};
|
|
1174
1274
|
var formParams = {};
|
|
@@ -1191,7 +1291,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1191
1291
|
* @param {Number} id
|
|
1192
1292
|
* @param {Object} opts Optional parameters
|
|
1193
1293
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1294
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1194
1295
|
* @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
|
|
1296
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1195
1297
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1196
1298
|
* @param {String} [body]
|
|
1197
1299
|
* @param {module:api/GraphRelationshipsApi~removeEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1212,7 +1314,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1212
1314
|
var queryParams = {};
|
|
1213
1315
|
var headerParams = {
|
|
1214
1316
|
'Authorization': opts['authorization'],
|
|
1317
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1215
1318
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1319
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1216
1320
|
'transactionid': opts['transactionid']
|
|
1217
1321
|
};
|
|
1218
1322
|
var formParams = {};
|
|
@@ -1235,7 +1339,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1235
1339
|
* @param {Number} id
|
|
1236
1340
|
* @param {Object} opts Optional parameters
|
|
1237
1341
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1342
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1238
1343
|
* @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
|
|
1344
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1239
1345
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1240
1346
|
* @param {String} [body]
|
|
1241
1347
|
* @param {module:api/GraphRelationshipsApi~removeStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1256,7 +1362,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1256
1362
|
var queryParams = {};
|
|
1257
1363
|
var headerParams = {
|
|
1258
1364
|
'Authorization': opts['authorization'],
|
|
1365
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1259
1366
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1367
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1260
1368
|
'transactionid': opts['transactionid']
|
|
1261
1369
|
};
|
|
1262
1370
|
var formParams = {};
|
|
@@ -1281,7 +1389,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1281
1389
|
* @param {Number} id
|
|
1282
1390
|
* @param {Object} opts Optional parameters
|
|
1283
1391
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1392
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1284
1393
|
* @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
|
|
1394
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1285
1395
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1286
1396
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
1287
1397
|
* @param {module:api/GraphRelationshipsApi~setRelPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1301,7 +1411,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1301
1411
|
var queryParams = {};
|
|
1302
1412
|
var headerParams = {
|
|
1303
1413
|
'Authorization': opts['authorization'],
|
|
1414
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1304
1415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1416
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1305
1417
|
'transactionid': opts['transactionid']
|
|
1306
1418
|
};
|
|
1307
1419
|
var formParams = {};
|
|
@@ -1327,7 +1439,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1327
1439
|
* @param {String} prop
|
|
1328
1440
|
* @param {Object} opts Optional parameters
|
|
1329
1441
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1442
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1330
1443
|
* @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
|
|
1444
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1331
1445
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1332
1446
|
* @param {String} [body]
|
|
1333
1447
|
* @param {module:api/GraphRelationshipsApi~setRelPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1352,7 +1466,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1352
1466
|
var queryParams = {};
|
|
1353
1467
|
var headerParams = {
|
|
1354
1468
|
'Authorization': opts['authorization'],
|
|
1469
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1355
1470
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1471
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1356
1472
|
'transactionid': opts['transactionid']
|
|
1357
1473
|
};
|
|
1358
1474
|
var formParams = {};
|
|
@@ -1378,7 +1494,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1378
1494
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
1379
1495
|
* @param {Object} opts Optional parameters
|
|
1380
1496
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1497
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1381
1498
|
* @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
|
|
1499
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1382
1500
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1383
1501
|
* @param {module:api/GraphRelationshipsApi~updateRelationshipTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1384
1502
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -1402,7 +1520,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1402
1520
|
var queryParams = {};
|
|
1403
1521
|
var headerParams = {
|
|
1404
1522
|
'Authorization': opts['authorization'],
|
|
1523
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1405
1524
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1525
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1406
1526
|
'transactionid': opts['transactionid']
|
|
1407
1527
|
};
|
|
1408
1528
|
var formParams = {};
|
|
@@ -1425,7 +1545,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1425
1545
|
* @param {Number} id
|
|
1426
1546
|
* @param {Object} opts Optional parameters
|
|
1427
1547
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1548
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1428
1549
|
* @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
|
|
1550
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1429
1551
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1430
1552
|
* @param {String} [body]
|
|
1431
1553
|
* @param {module:api/GraphRelationshipsApi~updateTemplate2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1446,7 +1568,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1446
1568
|
var queryParams = {};
|
|
1447
1569
|
var headerParams = {
|
|
1448
1570
|
'Authorization': opts['authorization'],
|
|
1571
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1449
1572
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1573
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1450
1574
|
'transactionid': opts['transactionid']
|
|
1451
1575
|
};
|
|
1452
1576
|
var formParams = {};
|