@gobodo/gobodo-api 0.1.24 → 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 +11 -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 +314 -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 +14 -14
- 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 +9 -9
- 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 +59 -59
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +14 -14
- 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 +24 -24
- 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 +10 -10
- 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 +9 -9
- package/dist/model/PageSchema.js +2 -2
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- 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 +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 +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 +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 +22 -22
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +22 -22
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.25
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* GraphRelationshipTypes service.
|
|
31
31
|
* @module api/GraphRelationshipTypesApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.25
|
|
33
33
|
*/
|
|
34
34
|
var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -56,7 +56,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {Number} id
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
60
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
61
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
60
62
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
61
63
|
* @param {String} [body]
|
|
62
64
|
* @param {module:api/GraphRelationshipTypesApi~addEndObjectTypes1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -77,7 +79,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
79
|
var queryParams = {};
|
|
78
80
|
var headerParams = {
|
|
79
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
81
85
|
'transactionid': opts['transactionid']
|
|
82
86
|
};
|
|
83
87
|
var formParams = {};
|
|
@@ -100,7 +104,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
104
|
* @param {Number} id
|
|
101
105
|
* @param {Object} opts Optional parameters
|
|
102
106
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
107
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
103
108
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
109
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
104
110
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
105
111
|
* @param {String} [body]
|
|
106
112
|
* @param {module:api/GraphRelationshipTypesApi~addStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -121,7 +127,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
121
127
|
var queryParams = {};
|
|
122
128
|
var headerParams = {
|
|
123
129
|
'Authorization': opts['authorization'],
|
|
130
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
124
131
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
132
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
125
133
|
'transactionid': opts['transactionid']
|
|
126
134
|
};
|
|
127
135
|
var formParams = {};
|
|
@@ -146,7 +154,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
154
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
147
155
|
* @param {Object} opts Optional parameters
|
|
148
156
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
157
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
149
158
|
* @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
|
|
159
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
150
160
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
151
161
|
* @param {module:api/GraphRelationshipTypesApi~createRelationshipTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
152
162
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -164,7 +174,9 @@ var GraphRelationshipTypesApi = 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 = {};
|
|
@@ -187,7 +199,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
199
|
* Root for the API
|
|
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/GraphRelationshipTypesApi~get12Callback} callback The callback function, accepting three arguments: error, data, response
|
|
193
207
|
*/
|
|
@@ -200,7 +214,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
200
214
|
var queryParams = {};
|
|
201
215
|
var headerParams = {
|
|
202
216
|
'Authorization': opts['authorization'],
|
|
217
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
203
218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
204
220
|
'transactionid': opts['transactionid']
|
|
205
221
|
};
|
|
206
222
|
var formParams = {};
|
|
@@ -226,7 +242,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
242
|
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
227
243
|
* @param {Object} opts Optional parameters
|
|
228
244
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
245
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
229
246
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
247
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
230
248
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
231
249
|
* @param {module:api/GraphRelationshipTypesApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
232
250
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -251,7 +269,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
269
|
var queryParams = {};
|
|
252
270
|
var headerParams = {
|
|
253
271
|
'Authorization': opts['authorization'],
|
|
272
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
254
273
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
274
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
255
275
|
'transactionid': opts['transactionid']
|
|
256
276
|
};
|
|
257
277
|
var formParams = {};
|
|
@@ -274,7 +294,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
274
294
|
* @param {Number} id
|
|
275
295
|
* @param {Object} opts Optional parameters
|
|
276
296
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
297
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
277
298
|
* @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
|
|
299
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
278
300
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
279
301
|
* @param {module:api/GraphRelationshipTypesApi~getEndObjectTypes1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
280
302
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -294,7 +316,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
316
|
var queryParams = {};
|
|
295
317
|
var headerParams = {
|
|
296
318
|
'Authorization': opts['authorization'],
|
|
319
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
320
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
298
322
|
'transactionid': opts['transactionid']
|
|
299
323
|
};
|
|
300
324
|
var formParams = {};
|
|
@@ -317,7 +341,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
317
341
|
* @param {Number} id
|
|
318
342
|
* @param {Object} opts Optional parameters
|
|
319
343
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
344
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
320
345
|
* @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
|
|
346
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
321
347
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
322
348
|
* @param {module:api/GraphRelationshipTypesApi~getFields2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
323
349
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -337,7 +363,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
337
363
|
var queryParams = {};
|
|
338
364
|
var headerParams = {
|
|
339
365
|
'Authorization': opts['authorization'],
|
|
366
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
340
367
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
368
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
341
369
|
'transactionid': opts['transactionid']
|
|
342
370
|
};
|
|
343
371
|
var formParams = {};
|
|
@@ -361,7 +389,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
361
389
|
* @param {String} classname
|
|
362
390
|
* @param {Object} opts Optional parameters
|
|
363
391
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
392
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
364
393
|
* @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
|
|
394
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
365
395
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
366
396
|
* @param {module:api/GraphRelationshipTypesApi~getRelationshipTypeByClassNameCallback} callback The callback function, accepting three arguments: error, data, response
|
|
367
397
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -381,7 +411,9 @@ var GraphRelationshipTypesApi = 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 = {};
|
|
@@ -405,7 +437,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
437
|
* @param {String} id
|
|
406
438
|
* @param {Object} opts Optional parameters
|
|
407
439
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
440
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
408
441
|
* @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
|
|
442
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
409
443
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
410
444
|
* @param {module:api/GraphRelationshipTypesApi~getRelationshipTypeByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
411
445
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -425,7 +459,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
425
459
|
var queryParams = {};
|
|
426
460
|
var headerParams = {
|
|
427
461
|
'Authorization': opts['authorization'],
|
|
462
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
428
463
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
464
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
429
465
|
'transactionid': opts['transactionid']
|
|
430
466
|
};
|
|
431
467
|
var formParams = {};
|
|
@@ -449,7 +485,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
449
485
|
* @param {String} key
|
|
450
486
|
* @param {Object} opts Optional parameters
|
|
451
487
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
488
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
452
489
|
* @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
|
|
490
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
453
491
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
454
492
|
* @param {module:api/GraphRelationshipTypesApi~getRelationshipTypeByKeyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
455
493
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -469,7 +507,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
507
|
var queryParams = {};
|
|
470
508
|
var headerParams = {
|
|
471
509
|
'Authorization': opts['authorization'],
|
|
510
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
472
511
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
512
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
473
513
|
'transactionid': opts['transactionid']
|
|
474
514
|
};
|
|
475
515
|
var formParams = {};
|
|
@@ -495,7 +535,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
535
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
496
536
|
* @param {Object} opts Optional parameters
|
|
497
537
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
538
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
498
539
|
* @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
|
|
540
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
499
541
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
500
542
|
* @param {module:api/GraphRelationshipTypesApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
501
543
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -520,7 +562,9 @@ var GraphRelationshipTypesApi = 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 = {};
|
|
@@ -546,7 +590,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
546
590
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
547
591
|
* @param {Object} opts Optional parameters
|
|
548
592
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
593
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
549
594
|
* @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
|
|
595
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
550
596
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
551
597
|
* @param {module:api/GraphRelationshipTypesApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
552
598
|
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
@@ -571,7 +617,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
571
617
|
var queryParams = {};
|
|
572
618
|
var headerParams = {
|
|
573
619
|
'Authorization': opts['authorization'],
|
|
620
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
574
621
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
622
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
575
623
|
'transactionid': opts['transactionid']
|
|
576
624
|
};
|
|
577
625
|
var formParams = {};
|
|
@@ -594,7 +642,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
594
642
|
* @param {Number} id
|
|
595
643
|
* @param {Object} opts Optional parameters
|
|
596
644
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
645
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
597
646
|
* @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
|
|
647
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
598
648
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
599
649
|
* @param {module:api/GraphRelationshipTypesApi~getStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
600
650
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
@@ -614,7 +664,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
614
664
|
var queryParams = {};
|
|
615
665
|
var headerParams = {
|
|
616
666
|
'Authorization': opts['authorization'],
|
|
667
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
617
668
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
669
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
618
670
|
'transactionid': opts['transactionid']
|
|
619
671
|
};
|
|
620
672
|
var formParams = {};
|
|
@@ -637,7 +689,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
637
689
|
* @param {Number} id
|
|
638
690
|
* @param {Object} opts Optional parameters
|
|
639
691
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
692
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
640
693
|
* @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
|
|
694
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
641
695
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
642
696
|
* @param {String} [body]
|
|
643
697
|
* @param {module:api/GraphRelationshipTypesApi~removeEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -658,7 +712,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
658
712
|
var queryParams = {};
|
|
659
713
|
var headerParams = {
|
|
660
714
|
'Authorization': opts['authorization'],
|
|
715
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
661
716
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
717
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
662
718
|
'transactionid': opts['transactionid']
|
|
663
719
|
};
|
|
664
720
|
var formParams = {};
|
|
@@ -681,7 +737,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
681
737
|
* @param {Number} id
|
|
682
738
|
* @param {Object} opts Optional parameters
|
|
683
739
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
740
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
684
741
|
* @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
|
|
742
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
685
743
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
686
744
|
* @param {String} [body]
|
|
687
745
|
* @param {module:api/GraphRelationshipTypesApi~removeStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -702,7 +760,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
702
760
|
var queryParams = {};
|
|
703
761
|
var headerParams = {
|
|
704
762
|
'Authorization': opts['authorization'],
|
|
763
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
705
764
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
765
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
706
766
|
'transactionid': opts['transactionid']
|
|
707
767
|
};
|
|
708
768
|
var formParams = {};
|
|
@@ -728,7 +788,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
728
788
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
729
789
|
* @param {Object} opts Optional parameters
|
|
730
790
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
791
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
731
792
|
* @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
|
|
793
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
732
794
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
733
795
|
* @param {module:api/GraphRelationshipTypesApi~updateRelationshipTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
734
796
|
* data is of type: {@link module:model/GraphRelationshipType}
|
|
@@ -752,7 +814,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
752
814
|
var queryParams = {};
|
|
753
815
|
var headerParams = {
|
|
754
816
|
'Authorization': opts['authorization'],
|
|
817
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
755
818
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
819
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
756
820
|
'transactionid': opts['transactionid']
|
|
757
821
|
};
|
|
758
822
|
var formParams = {};
|
|
@@ -775,7 +839,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
775
839
|
* @param {Number} 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 {String} [body]
|
|
781
847
|
* @param {module:api/GraphRelationshipTypesApi~updateTemplate2Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -796,7 +862,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
796
862
|
var queryParams = {};
|
|
797
863
|
var headerParams = {
|
|
798
864
|
'Authorization': opts['authorization'],
|
|
865
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
799
866
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
867
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
800
868
|
'transactionid': opts['transactionid']
|
|
801
869
|
};
|
|
802
870
|
var formParams = {};
|