@gobodo/gobodo-api 0.1.36 → 0.1.38
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- 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 +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- 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 +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 +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.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 +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- 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 +2 -2
- package/dist/model/PageSchema.js +13 -13
- 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 +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- 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 +2 -2
- 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 +17 -17
- 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 +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- 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 +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- 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.38
|
|
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.38
|
|
33
33
|
*/
|
|
34
34
|
var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -56,6 +56,10 @@ 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} [cacheduration] The how long the cache entry should persist
|
|
60
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
59
63
|
* @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
64
|
* @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
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -79,6 +83,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
83
|
var queryParams = {};
|
|
80
84
|
var headerParams = {
|
|
81
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'cacheduration': opts['cacheduration'],
|
|
87
|
+
'cachegroup': opts['cachegroup'],
|
|
88
|
+
'cachekey': opts['cachekey'],
|
|
89
|
+
'cachescope': opts['cachescope'],
|
|
82
90
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
92
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -104,6 +112,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
112
|
* @param {Number} id
|
|
105
113
|
* @param {Object} opts Optional parameters
|
|
106
114
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
116
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
107
119
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
108
120
|
* @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
121
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -127,6 +139,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
127
139
|
var queryParams = {};
|
|
128
140
|
var headerParams = {
|
|
129
141
|
'Authorization': opts['authorization'],
|
|
142
|
+
'cacheduration': opts['cacheduration'],
|
|
143
|
+
'cachegroup': opts['cachegroup'],
|
|
144
|
+
'cachekey': opts['cachekey'],
|
|
145
|
+
'cachescope': opts['cachescope'],
|
|
130
146
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
131
147
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
132
148
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -154,6 +170,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
170
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
155
171
|
* @param {Object} opts Optional parameters
|
|
156
172
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
173
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
174
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
175
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
176
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
157
177
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
158
178
|
* @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
179
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -174,6 +194,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
174
194
|
var queryParams = {};
|
|
175
195
|
var headerParams = {
|
|
176
196
|
'Authorization': opts['authorization'],
|
|
197
|
+
'cacheduration': opts['cacheduration'],
|
|
198
|
+
'cachegroup': opts['cachegroup'],
|
|
199
|
+
'cachekey': opts['cachekey'],
|
|
200
|
+
'cachescope': opts['cachescope'],
|
|
177
201
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
178
202
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
179
203
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -199,6 +223,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
223
|
* Root for the API
|
|
200
224
|
* @param {Object} opts Optional parameters
|
|
201
225
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
226
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
227
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
228
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
229
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
202
230
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
231
|
* @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
232
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -214,6 +242,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
242
|
var queryParams = {};
|
|
215
243
|
var headerParams = {
|
|
216
244
|
'Authorization': opts['authorization'],
|
|
245
|
+
'cacheduration': opts['cacheduration'],
|
|
246
|
+
'cachegroup': opts['cachegroup'],
|
|
247
|
+
'cachekey': opts['cachekey'],
|
|
248
|
+
'cachescope': opts['cachescope'],
|
|
217
249
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
250
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
251
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -242,6 +274,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
274
|
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
243
275
|
* @param {Object} opts Optional parameters
|
|
244
276
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
277
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
278
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
279
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
280
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
245
281
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
282
|
* @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
283
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -269,6 +305,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
305
|
var queryParams = {};
|
|
270
306
|
var headerParams = {
|
|
271
307
|
'Authorization': opts['authorization'],
|
|
308
|
+
'cacheduration': opts['cacheduration'],
|
|
309
|
+
'cachegroup': opts['cachegroup'],
|
|
310
|
+
'cachekey': opts['cachekey'],
|
|
311
|
+
'cachescope': opts['cachescope'],
|
|
272
312
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
273
313
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
274
314
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -294,6 +334,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
334
|
* @param {Number} id
|
|
295
335
|
* @param {Object} opts Optional parameters
|
|
296
336
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
337
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
338
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
339
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
340
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
297
341
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
298
342
|
* @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
343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -316,6 +360,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
360
|
var queryParams = {};
|
|
317
361
|
var headerParams = {
|
|
318
362
|
'Authorization': opts['authorization'],
|
|
363
|
+
'cacheduration': opts['cacheduration'],
|
|
364
|
+
'cachegroup': opts['cachegroup'],
|
|
365
|
+
'cachekey': opts['cachekey'],
|
|
366
|
+
'cachescope': opts['cachescope'],
|
|
319
367
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
320
368
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
369
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -341,6 +389,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
389
|
* @param {Number} id
|
|
342
390
|
* @param {Object} opts Optional parameters
|
|
343
391
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
392
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
393
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
394
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
395
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
344
396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
345
397
|
* @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
398
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -363,6 +415,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
363
415
|
var queryParams = {};
|
|
364
416
|
var headerParams = {
|
|
365
417
|
'Authorization': opts['authorization'],
|
|
418
|
+
'cacheduration': opts['cacheduration'],
|
|
419
|
+
'cachegroup': opts['cachegroup'],
|
|
420
|
+
'cachekey': opts['cachekey'],
|
|
421
|
+
'cachescope': opts['cachescope'],
|
|
366
422
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
367
423
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
368
424
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -389,6 +445,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
389
445
|
* @param {String} classname
|
|
390
446
|
* @param {Object} opts Optional parameters
|
|
391
447
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
448
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
449
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
450
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
451
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
392
452
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
393
453
|
* @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
454
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -411,6 +471,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
471
|
var queryParams = {};
|
|
412
472
|
var headerParams = {
|
|
413
473
|
'Authorization': opts['authorization'],
|
|
474
|
+
'cacheduration': opts['cacheduration'],
|
|
475
|
+
'cachegroup': opts['cachegroup'],
|
|
476
|
+
'cachekey': opts['cachekey'],
|
|
477
|
+
'cachescope': opts['cachescope'],
|
|
414
478
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
415
479
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
416
480
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -437,6 +501,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
437
501
|
* @param {String} id
|
|
438
502
|
* @param {Object} opts Optional parameters
|
|
439
503
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
504
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
505
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
506
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
507
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
440
508
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
441
509
|
* @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
510
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -459,6 +527,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
459
527
|
var queryParams = {};
|
|
460
528
|
var headerParams = {
|
|
461
529
|
'Authorization': opts['authorization'],
|
|
530
|
+
'cacheduration': opts['cacheduration'],
|
|
531
|
+
'cachegroup': opts['cachegroup'],
|
|
532
|
+
'cachekey': opts['cachekey'],
|
|
533
|
+
'cachescope': opts['cachescope'],
|
|
462
534
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
463
535
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
464
536
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -485,6 +557,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
485
557
|
* @param {String} key
|
|
486
558
|
* @param {Object} opts Optional parameters
|
|
487
559
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
560
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
561
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
562
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
563
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
488
564
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
489
565
|
* @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
566
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -507,6 +583,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
507
583
|
var queryParams = {};
|
|
508
584
|
var headerParams = {
|
|
509
585
|
'Authorization': opts['authorization'],
|
|
586
|
+
'cacheduration': opts['cacheduration'],
|
|
587
|
+
'cachegroup': opts['cachegroup'],
|
|
588
|
+
'cachekey': opts['cachekey'],
|
|
589
|
+
'cachescope': opts['cachescope'],
|
|
510
590
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
511
591
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
512
592
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -535,6 +615,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
535
615
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
536
616
|
* @param {Object} opts Optional parameters
|
|
537
617
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
618
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
619
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
620
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
621
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
538
622
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
539
623
|
* @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
624
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -562,6 +646,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
562
646
|
var queryParams = {};
|
|
563
647
|
var headerParams = {
|
|
564
648
|
'Authorization': opts['authorization'],
|
|
649
|
+
'cacheduration': opts['cacheduration'],
|
|
650
|
+
'cachegroup': opts['cachegroup'],
|
|
651
|
+
'cachekey': opts['cachekey'],
|
|
652
|
+
'cachescope': opts['cachescope'],
|
|
565
653
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
566
654
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
567
655
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -590,6 +678,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
590
678
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
591
679
|
* @param {Object} opts Optional parameters
|
|
592
680
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
681
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
682
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
683
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
684
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
593
685
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
594
686
|
* @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
687
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -617,6 +709,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
617
709
|
var queryParams = {};
|
|
618
710
|
var headerParams = {
|
|
619
711
|
'Authorization': opts['authorization'],
|
|
712
|
+
'cacheduration': opts['cacheduration'],
|
|
713
|
+
'cachegroup': opts['cachegroup'],
|
|
714
|
+
'cachekey': opts['cachekey'],
|
|
715
|
+
'cachescope': opts['cachescope'],
|
|
620
716
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
621
717
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
622
718
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -642,6 +738,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
642
738
|
* @param {Number} id
|
|
643
739
|
* @param {Object} opts Optional parameters
|
|
644
740
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
741
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
742
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
743
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
744
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
645
745
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
646
746
|
* @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
747
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -664,6 +764,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
664
764
|
var queryParams = {};
|
|
665
765
|
var headerParams = {
|
|
666
766
|
'Authorization': opts['authorization'],
|
|
767
|
+
'cacheduration': opts['cacheduration'],
|
|
768
|
+
'cachegroup': opts['cachegroup'],
|
|
769
|
+
'cachekey': opts['cachekey'],
|
|
770
|
+
'cachescope': opts['cachescope'],
|
|
667
771
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
668
772
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
669
773
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -689,6 +793,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
689
793
|
* @param {Number} id
|
|
690
794
|
* @param {Object} opts Optional parameters
|
|
691
795
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
796
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
797
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
798
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
799
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
692
800
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
693
801
|
* @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
802
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -712,6 +820,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
712
820
|
var queryParams = {};
|
|
713
821
|
var headerParams = {
|
|
714
822
|
'Authorization': opts['authorization'],
|
|
823
|
+
'cacheduration': opts['cacheduration'],
|
|
824
|
+
'cachegroup': opts['cachegroup'],
|
|
825
|
+
'cachekey': opts['cachekey'],
|
|
826
|
+
'cachescope': opts['cachescope'],
|
|
715
827
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
716
828
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
717
829
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -737,6 +849,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
737
849
|
* @param {Number} id
|
|
738
850
|
* @param {Object} opts Optional parameters
|
|
739
851
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
852
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
853
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
854
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
855
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
740
856
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
741
857
|
* @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
858
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -760,6 +876,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
760
876
|
var queryParams = {};
|
|
761
877
|
var headerParams = {
|
|
762
878
|
'Authorization': opts['authorization'],
|
|
879
|
+
'cacheduration': opts['cacheduration'],
|
|
880
|
+
'cachegroup': opts['cachegroup'],
|
|
881
|
+
'cachekey': opts['cachekey'],
|
|
882
|
+
'cachescope': opts['cachescope'],
|
|
763
883
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
764
884
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
765
885
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -788,6 +908,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
788
908
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
789
909
|
* @param {Object} opts Optional parameters
|
|
790
910
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
911
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
912
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
913
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
914
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
791
915
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
792
916
|
* @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
917
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -814,6 +938,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
814
938
|
var queryParams = {};
|
|
815
939
|
var headerParams = {
|
|
816
940
|
'Authorization': opts['authorization'],
|
|
941
|
+
'cacheduration': opts['cacheduration'],
|
|
942
|
+
'cachegroup': opts['cachegroup'],
|
|
943
|
+
'cachekey': opts['cachekey'],
|
|
944
|
+
'cachescope': opts['cachescope'],
|
|
817
945
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
818
946
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
819
947
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -839,6 +967,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
839
967
|
* @param {Number} id
|
|
840
968
|
* @param {Object} opts Optional parameters
|
|
841
969
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
970
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
971
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
972
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
973
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
842
974
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
843
975
|
* @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
976
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -862,6 +994,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
862
994
|
var queryParams = {};
|
|
863
995
|
var headerParams = {
|
|
864
996
|
'Authorization': opts['authorization'],
|
|
997
|
+
'cacheduration': opts['cacheduration'],
|
|
998
|
+
'cachegroup': opts['cachegroup'],
|
|
999
|
+
'cachekey': opts['cachekey'],
|
|
1000
|
+
'cachescope': opts['cachescope'],
|
|
865
1001
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
866
1002
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
867
1003
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|