@gobodo/gobodo-api 0.1.35 → 0.1.37
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 +514 -2
- 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 +25 -25
- package/dist/model/AuthResponse.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 +69 -69
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +25 -25
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- 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 +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +13 -13
- 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 +2 -2
- 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/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 +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- 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 +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 +10 -10
- 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 +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +2 -2
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- 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 +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +58 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- 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 +21 -21
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +21 -21
- package/dist/model/VideoUploadObject.js +21 -21
- package/dist/model/ZeusPortalCategory.js +13 -13
- package/package.json +1 -1
package/dist/api/GraphsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.37
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Graphs service.
|
|
32
32
|
* @module api/GraphsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.37
|
|
34
34
|
*/
|
|
35
35
|
var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,6 +59,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
63
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
67
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
64
68
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -85,6 +89,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
89
|
var queryParams = {};
|
|
86
90
|
var headerParams = {
|
|
87
91
|
'Authorization': opts['authorization'],
|
|
92
|
+
'cacheduration': opts['cacheduration'],
|
|
93
|
+
'cachegroup': opts['cachegroup'],
|
|
94
|
+
'cachekey': opts['cachekey'],
|
|
95
|
+
'cachescope': opts['cachescope'],
|
|
88
96
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
89
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
90
98
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -111,6 +119,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
119
|
* @param {Number} id
|
|
112
120
|
* @param {Object} opts Optional parameters
|
|
113
121
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
122
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
123
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
124
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
125
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
114
126
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
115
127
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
116
128
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -134,6 +146,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
134
146
|
var queryParams = {};
|
|
135
147
|
var headerParams = {
|
|
136
148
|
'Authorization': opts['authorization'],
|
|
149
|
+
'cacheduration': opts['cacheduration'],
|
|
150
|
+
'cachegroup': opts['cachegroup'],
|
|
151
|
+
'cachekey': opts['cachekey'],
|
|
152
|
+
'cachescope': opts['cachescope'],
|
|
137
153
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
138
154
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
139
155
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -159,6 +175,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
175
|
* Root for the API
|
|
160
176
|
* @param {Object} opts Optional parameters
|
|
161
177
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
178
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
179
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
180
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
181
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
162
182
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
163
183
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
164
184
|
* @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 GraphsApi = 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'],
|
|
@@ -200,6 +224,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
200
224
|
* @param {Number} id
|
|
201
225
|
* @param {Object} opts Optional parameters
|
|
202
226
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
227
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
228
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
229
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
230
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
203
231
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
204
232
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
205
233
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -222,6 +250,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
222
250
|
var queryParams = {};
|
|
223
251
|
var headerParams = {
|
|
224
252
|
'Authorization': opts['authorization'],
|
|
253
|
+
'cacheduration': opts['cacheduration'],
|
|
254
|
+
'cachegroup': opts['cachegroup'],
|
|
255
|
+
'cachekey': opts['cachekey'],
|
|
256
|
+
'cachescope': opts['cachescope'],
|
|
225
257
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
226
258
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
227
259
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -250,6 +282,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
282
|
* @param {Number} id
|
|
251
283
|
* @param {Object} opts Optional parameters
|
|
252
284
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
285
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
286
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
287
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
288
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
253
289
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
254
290
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
255
291
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -272,6 +308,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
272
308
|
var queryParams = {};
|
|
273
309
|
var headerParams = {
|
|
274
310
|
'Authorization': opts['authorization'],
|
|
311
|
+
'cacheduration': opts['cacheduration'],
|
|
312
|
+
'cachegroup': opts['cachegroup'],
|
|
313
|
+
'cachekey': opts['cachekey'],
|
|
314
|
+
'cachescope': opts['cachescope'],
|
|
275
315
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
276
316
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
277
317
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -299,6 +339,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
339
|
* @param {String} tag
|
|
300
340
|
* @param {Object} opts Optional parameters
|
|
301
341
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
342
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
343
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
344
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
345
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
302
346
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
303
347
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
304
348
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -326,6 +370,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
326
370
|
var queryParams = {};
|
|
327
371
|
var headerParams = {
|
|
328
372
|
'Authorization': opts['authorization'],
|
|
373
|
+
'cacheduration': opts['cacheduration'],
|
|
374
|
+
'cachegroup': opts['cachegroup'],
|
|
375
|
+
'cachekey': opts['cachekey'],
|
|
376
|
+
'cachescope': opts['cachescope'],
|
|
329
377
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
330
378
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
331
379
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -353,6 +401,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
353
401
|
* @param {String} type
|
|
354
402
|
* @param {Object} opts Optional parameters
|
|
355
403
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
404
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
405
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
406
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
407
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
356
408
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
357
409
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
358
410
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -380,6 +432,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
432
|
var queryParams = {};
|
|
381
433
|
var headerParams = {
|
|
382
434
|
'Authorization': opts['authorization'],
|
|
435
|
+
'cacheduration': opts['cacheduration'],
|
|
436
|
+
'cachegroup': opts['cachegroup'],
|
|
437
|
+
'cachekey': opts['cachekey'],
|
|
438
|
+
'cachescope': opts['cachescope'],
|
|
383
439
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
440
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
441
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -406,6 +462,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
406
462
|
* @param {Number} id
|
|
407
463
|
* @param {Object} opts Optional parameters
|
|
408
464
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
465
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
466
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
467
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
468
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
409
469
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
410
470
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
411
471
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -428,6 +488,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
428
488
|
var queryParams = {};
|
|
429
489
|
var headerParams = {
|
|
430
490
|
'Authorization': opts['authorization'],
|
|
491
|
+
'cacheduration': opts['cacheduration'],
|
|
492
|
+
'cachegroup': opts['cachegroup'],
|
|
493
|
+
'cachekey': opts['cachekey'],
|
|
494
|
+
'cachescope': opts['cachescope'],
|
|
431
495
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
432
496
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
497
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -455,6 +519,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
519
|
* @param {String} type
|
|
456
520
|
* @param {Object} opts Optional parameters
|
|
457
521
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
522
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
523
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
524
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
525
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
458
526
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
459
527
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
460
528
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -482,6 +550,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
482
550
|
var queryParams = {};
|
|
483
551
|
var headerParams = {
|
|
484
552
|
'Authorization': opts['authorization'],
|
|
553
|
+
'cacheduration': opts['cacheduration'],
|
|
554
|
+
'cachegroup': opts['cachegroup'],
|
|
555
|
+
'cachekey': opts['cachekey'],
|
|
556
|
+
'cachescope': opts['cachescope'],
|
|
485
557
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
486
558
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
487
559
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -508,6 +580,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
508
580
|
* @param {Number} id
|
|
509
581
|
* @param {Object} opts Optional parameters
|
|
510
582
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
583
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
584
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
585
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
586
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
511
587
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
512
588
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
513
589
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -530,6 +606,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
530
606
|
var queryParams = {};
|
|
531
607
|
var headerParams = {
|
|
532
608
|
'Authorization': opts['authorization'],
|
|
609
|
+
'cacheduration': opts['cacheduration'],
|
|
610
|
+
'cachegroup': opts['cachegroup'],
|
|
611
|
+
'cachekey': opts['cachekey'],
|
|
612
|
+
'cachescope': opts['cachescope'],
|
|
533
613
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
534
614
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
535
615
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -557,6 +637,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
557
637
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
558
638
|
* @param {Object} opts Optional parameters
|
|
559
639
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
640
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
641
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
642
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
643
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
560
644
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
561
645
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
562
646
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -582,6 +666,10 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
582
666
|
var queryParams = {};
|
|
583
667
|
var headerParams = {
|
|
584
668
|
'Authorization': opts['authorization'],
|
|
669
|
+
'cacheduration': opts['cacheduration'],
|
|
670
|
+
'cachegroup': opts['cachegroup'],
|
|
671
|
+
'cachekey': opts['cachekey'],
|
|
672
|
+
'cachescope': opts['cachescope'],
|
|
585
673
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
586
674
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
587
675
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/GroupsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.37
|
|
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
|
* Groups service.
|
|
32
32
|
* @module api/GroupsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.37
|
|
34
34
|
*/
|
|
35
35
|
var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -60,6 +60,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
60
60
|
* @param {Array.<Number>} requestBody Id of user or an array of user ids to add
|
|
61
61
|
* @param {Object} opts Optional parameters
|
|
62
62
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
63
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
64
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
65
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
66
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
63
67
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
64
68
|
* @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
|
|
65
69
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -88,6 +92,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
88
92
|
};
|
|
89
93
|
var headerParams = {
|
|
90
94
|
'Authorization': opts['authorization'],
|
|
95
|
+
'cacheduration': opts['cacheduration'],
|
|
96
|
+
'cachegroup': opts['cachegroup'],
|
|
97
|
+
'cachekey': opts['cachekey'],
|
|
98
|
+
'cachescope': opts['cachescope'],
|
|
91
99
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
92
100
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
93
101
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -115,6 +123,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
123
|
* @param {module:model/SocialGroup} socialGroup Group object or array of objects to create
|
|
116
124
|
* @param {Object} opts Optional parameters
|
|
117
125
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
126
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
127
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
128
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
129
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
118
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
119
131
|
* @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
|
|
120
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -135,6 +147,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
135
147
|
var queryParams = {};
|
|
136
148
|
var headerParams = {
|
|
137
149
|
'Authorization': opts['authorization'],
|
|
150
|
+
'cacheduration': opts['cacheduration'],
|
|
151
|
+
'cachegroup': opts['cachegroup'],
|
|
152
|
+
'cachekey': opts['cachekey'],
|
|
153
|
+
'cachescope': opts['cachescope'],
|
|
138
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
139
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
140
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -163,6 +179,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
179
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
164
180
|
* @param {Object} opts Optional parameters
|
|
165
181
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
182
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
183
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
184
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
185
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
166
186
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
167
187
|
* @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
|
|
168
188
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -189,6 +209,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
189
209
|
var queryParams = {};
|
|
190
210
|
var headerParams = {
|
|
191
211
|
'Authorization': opts['authorization'],
|
|
212
|
+
'cacheduration': opts['cacheduration'],
|
|
213
|
+
'cachegroup': opts['cachegroup'],
|
|
214
|
+
'cachekey': opts['cachekey'],
|
|
215
|
+
'cachescope': opts['cachescope'],
|
|
192
216
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
193
217
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
194
218
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -214,6 +238,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
238
|
* Root for the API
|
|
215
239
|
* @param {Object} opts Optional parameters
|
|
216
240
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
241
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
242
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
243
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
244
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
217
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
|
|
218
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
|
|
219
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
|
|
@@ -229,6 +257,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
257
|
var queryParams = {};
|
|
230
258
|
var headerParams = {
|
|
231
259
|
'Authorization': opts['authorization'],
|
|
260
|
+
'cacheduration': opts['cacheduration'],
|
|
261
|
+
'cachegroup': opts['cachegroup'],
|
|
262
|
+
'cachekey': opts['cachekey'],
|
|
263
|
+
'cachescope': opts['cachescope'],
|
|
232
264
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
233
265
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
266
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -256,6 +288,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
256
288
|
* @param {Number} id
|
|
257
289
|
* @param {Object} opts Optional parameters
|
|
258
290
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
291
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
292
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
293
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
294
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
259
295
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
260
296
|
* @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
|
|
261
297
|
* @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,6 +314,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
314
|
var queryParams = {};
|
|
279
315
|
var headerParams = {
|
|
280
316
|
'Authorization': opts['authorization'],
|
|
317
|
+
'cacheduration': opts['cacheduration'],
|
|
318
|
+
'cachegroup': opts['cachegroup'],
|
|
319
|
+
'cachekey': opts['cachekey'],
|
|
320
|
+
'cachescope': opts['cachescope'],
|
|
281
321
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
282
322
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
283
323
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -305,6 +345,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
305
345
|
* @param {Number} groupid
|
|
306
346
|
* @param {Object} opts Optional parameters
|
|
307
347
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
348
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
349
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
350
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
351
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
308
352
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
309
353
|
* @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
|
|
310
354
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -327,6 +371,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
371
|
var queryParams = {};
|
|
328
372
|
var headerParams = {
|
|
329
373
|
'Authorization': opts['authorization'],
|
|
374
|
+
'cacheduration': opts['cacheduration'],
|
|
375
|
+
'cachegroup': opts['cachegroup'],
|
|
376
|
+
'cachekey': opts['cachekey'],
|
|
377
|
+
'cachescope': opts['cachescope'],
|
|
330
378
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
331
379
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
332
380
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -354,6 +402,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
402
|
* @param {Number} groupid
|
|
355
403
|
* @param {Object} opts Optional parameters
|
|
356
404
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
405
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
406
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
407
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
408
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
357
409
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
358
410
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
359
411
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -376,6 +428,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
376
428
|
var queryParams = {};
|
|
377
429
|
var headerParams = {
|
|
378
430
|
'Authorization': opts['authorization'],
|
|
431
|
+
'cacheduration': opts['cacheduration'],
|
|
432
|
+
'cachegroup': opts['cachegroup'],
|
|
433
|
+
'cachekey': opts['cachekey'],
|
|
434
|
+
'cachescope': opts['cachescope'],
|
|
379
435
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
380
436
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
381
437
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -403,6 +459,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
403
459
|
* @param {Number} groupid
|
|
404
460
|
* @param {Object} opts Optional parameters
|
|
405
461
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
462
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
463
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
464
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
465
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
406
466
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
407
467
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
408
468
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -424,6 +484,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
484
|
var queryParams = {};
|
|
425
485
|
var headerParams = {
|
|
426
486
|
'Authorization': opts['authorization'],
|
|
487
|
+
'cacheduration': opts['cacheduration'],
|
|
488
|
+
'cachegroup': opts['cachegroup'],
|
|
489
|
+
'cachekey': opts['cachekey'],
|
|
490
|
+
'cachescope': opts['cachescope'],
|
|
427
491
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
428
492
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
493
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -452,6 +516,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
516
|
* @param {Number} uid
|
|
453
517
|
* @param {Object} opts Optional parameters
|
|
454
518
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
519
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
520
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
521
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
522
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
455
523
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
456
524
|
* @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
|
|
457
525
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -478,6 +546,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
478
546
|
var queryParams = {};
|
|
479
547
|
var headerParams = {
|
|
480
548
|
'Authorization': opts['authorization'],
|
|
549
|
+
'cacheduration': opts['cacheduration'],
|
|
550
|
+
'cachegroup': opts['cachegroup'],
|
|
551
|
+
'cachekey': opts['cachekey'],
|
|
552
|
+
'cachescope': opts['cachescope'],
|
|
481
553
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
482
554
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
483
555
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -505,6 +577,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
505
577
|
* @param {Number} id
|
|
506
578
|
* @param {Object} opts Optional parameters
|
|
507
579
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
580
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
581
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
582
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
583
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
508
584
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
509
585
|
* @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
|
|
510
586
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -527,6 +603,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
527
603
|
var queryParams = {};
|
|
528
604
|
var headerParams = {
|
|
529
605
|
'Authorization': opts['authorization'],
|
|
606
|
+
'cacheduration': opts['cacheduration'],
|
|
607
|
+
'cachegroup': opts['cachegroup'],
|
|
608
|
+
'cachekey': opts['cachekey'],
|
|
609
|
+
'cachescope': opts['cachescope'],
|
|
530
610
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
531
611
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
532
612
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -555,6 +635,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
555
635
|
* @param {String} prop
|
|
556
636
|
* @param {Object} opts Optional parameters
|
|
557
637
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
638
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
639
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
640
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
641
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
558
642
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
559
643
|
* @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
|
|
560
644
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -582,6 +666,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
582
666
|
var queryParams = {};
|
|
583
667
|
var headerParams = {
|
|
584
668
|
'Authorization': opts['authorization'],
|
|
669
|
+
'cacheduration': opts['cacheduration'],
|
|
670
|
+
'cachegroup': opts['cachegroup'],
|
|
671
|
+
'cachekey': opts['cachekey'],
|
|
672
|
+
'cachescope': opts['cachescope'],
|
|
585
673
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
586
674
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
587
675
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/IAMApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.37
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* IAM service.
|
|
29
29
|
* @module api/IAMApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new Policy
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -72,6 +76,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
76
|
var queryParams = {};
|
|
73
77
|
var headerParams = {
|
|
74
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'cacheduration': opts['cacheduration'],
|
|
80
|
+
'cachegroup': opts['cachegroup'],
|
|
81
|
+
'cachekey': opts['cachekey'],
|
|
82
|
+
'cachescope': opts['cachescope'],
|
|
75
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -97,6 +105,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
97
105
|
* Root for the API
|
|
98
106
|
* @param {Object} opts Optional parameters
|
|
99
107
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
108
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
109
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
110
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
111
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
100
112
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
101
113
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
102
114
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -112,6 +124,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
124
|
var queryParams = {};
|
|
113
125
|
var headerParams = {
|
|
114
126
|
'Authorization': opts['authorization'],
|
|
127
|
+
'cacheduration': opts['cacheduration'],
|
|
128
|
+
'cachegroup': opts['cachegroup'],
|
|
129
|
+
'cachekey': opts['cachekey'],
|
|
130
|
+
'cachescope': opts['cachescope'],
|
|
115
131
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
116
132
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
117
133
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -138,6 +154,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
154
|
* @param {Number} id
|
|
139
155
|
* @param {Object} opts Optional parameters
|
|
140
156
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
157
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
158
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
159
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
160
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
141
161
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
142
162
|
* @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
|
|
143
163
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -160,6 +180,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
160
180
|
var queryParams = {};
|
|
161
181
|
var headerParams = {
|
|
162
182
|
'Authorization': opts['authorization'],
|
|
183
|
+
'cacheduration': opts['cacheduration'],
|
|
184
|
+
'cachegroup': opts['cachegroup'],
|
|
185
|
+
'cachekey': opts['cachekey'],
|
|
186
|
+
'cachescope': opts['cachescope'],
|
|
163
187
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
164
188
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
165
189
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -187,6 +211,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
211
|
* @param {Number} id
|
|
188
212
|
* @param {Object} opts Optional parameters
|
|
189
213
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
214
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
215
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
216
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
217
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
190
218
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
191
219
|
* @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
|
|
192
220
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -210,6 +238,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
238
|
var queryParams = {};
|
|
211
239
|
var headerParams = {
|
|
212
240
|
'Authorization': opts['authorization'],
|
|
241
|
+
'cacheduration': opts['cacheduration'],
|
|
242
|
+
'cachegroup': opts['cachegroup'],
|
|
243
|
+
'cachekey': opts['cachekey'],
|
|
244
|
+
'cachescope': opts['cachescope'],
|
|
213
245
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
246
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
215
247
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|