@gobodo/gobodo-api-promise 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 +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- 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 +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +50 -50
- package/dist/model/File.js +65 -65
- package/dist/model/FileAttachmentUploadObject.js +65 -65
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- 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 +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +27 -27
- 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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +87 -87
- package/dist/model/ImageUploadObject.js +87 -87
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +32 -32
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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 +29 -29
- 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 +30 -30
- 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 +30 -30
- 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 +50 -50
- 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 +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +53 -53
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/ImagesApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.38
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Images service.
|
|
33
33
|
* @module api/ImagesApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.38
|
|
35
35
|
*/
|
|
36
36
|
var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -50,6 +50,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
50
50
|
* @param {Number} id The id of the object that the image is being attached to
|
|
51
51
|
* @param {Object} opts Optional parameters
|
|
52
52
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
53
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
54
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
55
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
56
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
53
57
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
54
58
|
* @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
|
|
55
59
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -97,6 +105,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
97
105
|
* @param {Number} id The id of the object that the image is being attached to
|
|
98
106
|
* @param {Object} opts Optional parameters
|
|
99
107
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
108
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
109
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
110
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
111
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
100
112
|
* @param {Number} opts.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} opts.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} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -120,6 +132,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
120
132
|
* @param {Number} id The id of the object to delete
|
|
121
133
|
* @param {Object} opts Optional parameters
|
|
122
134
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
135
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
136
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
137
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
138
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
123
139
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
124
140
|
* @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
|
|
125
141
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -141,6 +157,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
141
157
|
var queryParams = {};
|
|
142
158
|
var headerParams = {
|
|
143
159
|
'Authorization': opts['authorization'],
|
|
160
|
+
'cacheduration': opts['cacheduration'],
|
|
161
|
+
'cachegroup': opts['cachegroup'],
|
|
162
|
+
'cachekey': opts['cachekey'],
|
|
163
|
+
'cachescope': opts['cachescope'],
|
|
144
164
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
145
165
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
146
166
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -159,6 +179,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
179
|
* @param {Number} id The id of the object to delete
|
|
160
180
|
* @param {Object} opts Optional parameters
|
|
161
181
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
182
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
183
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
184
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
185
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
162
186
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
163
187
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
164
188
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -177,6 +201,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
177
201
|
* Root for the API
|
|
178
202
|
* @param {Object} opts Optional parameters
|
|
179
203
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
204
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
205
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
206
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
207
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
180
208
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
181
209
|
* @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
|
|
182
210
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -192,6 +220,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
192
220
|
var queryParams = {};
|
|
193
221
|
var headerParams = {
|
|
194
222
|
'Authorization': opts['authorization'],
|
|
223
|
+
'cacheduration': opts['cacheduration'],
|
|
224
|
+
'cachegroup': opts['cachegroup'],
|
|
225
|
+
'cachekey': opts['cachekey'],
|
|
226
|
+
'cachescope': opts['cachescope'],
|
|
195
227
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
196
228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
197
229
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -209,6 +241,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
241
|
* Root for the API
|
|
210
242
|
* @param {Object} opts Optional parameters
|
|
211
243
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
244
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
245
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
212
248
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
213
249
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
214
250
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -229,6 +265,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
265
|
* @param {Number} id
|
|
230
266
|
* @param {Object} opts Optional parameters
|
|
231
267
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
268
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
269
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
270
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
271
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
232
272
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
233
273
|
* @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
|
|
234
274
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -250,6 +290,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
290
|
var queryParams = {};
|
|
251
291
|
var headerParams = {
|
|
252
292
|
'Authorization': opts['authorization'],
|
|
293
|
+
'cacheduration': opts['cacheduration'],
|
|
294
|
+
'cachegroup': opts['cachegroup'],
|
|
295
|
+
'cachekey': opts['cachekey'],
|
|
296
|
+
'cachescope': opts['cachescope'],
|
|
253
297
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
254
298
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
255
299
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -269,6 +313,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
313
|
* @param {Number} id
|
|
270
314
|
* @param {Object} opts Optional parameters
|
|
271
315
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
316
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
317
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
318
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
319
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
272
320
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
273
321
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
274
322
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -287,6 +335,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
335
|
* @param {Number} id
|
|
288
336
|
* @param {Object} opts Optional parameters
|
|
289
337
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
338
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
339
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
340
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
341
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
290
342
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
291
343
|
* @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
|
|
292
344
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -308,6 +360,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
360
|
var queryParams = {};
|
|
309
361
|
var headerParams = {
|
|
310
362
|
'Authorization': opts['authorization'],
|
|
363
|
+
'cacheduration': opts['cacheduration'],
|
|
364
|
+
'cachegroup': opts['cachegroup'],
|
|
365
|
+
'cachekey': opts['cachekey'],
|
|
366
|
+
'cachescope': opts['cachescope'],
|
|
311
367
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
312
368
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
313
369
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -325,6 +381,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
381
|
* @param {Number} id
|
|
326
382
|
* @param {Object} opts Optional parameters
|
|
327
383
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
384
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
385
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
386
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
387
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
328
388
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
329
389
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
330
390
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -345,6 +405,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
405
|
* @param {Number} id
|
|
346
406
|
* @param {Object} opts Optional parameters
|
|
347
407
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
408
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
409
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
410
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
411
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
348
412
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
349
413
|
* @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
|
|
350
414
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -367,6 +431,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
367
431
|
var queryParams = {};
|
|
368
432
|
var headerParams = {
|
|
369
433
|
'Authorization': opts['authorization'],
|
|
434
|
+
'cacheduration': opts['cacheduration'],
|
|
435
|
+
'cachegroup': opts['cachegroup'],
|
|
436
|
+
'cachekey': opts['cachekey'],
|
|
437
|
+
'cachescope': opts['cachescope'],
|
|
370
438
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
371
439
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
372
440
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -386,6 +454,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
386
454
|
* @param {Number} id
|
|
387
455
|
* @param {Object} opts Optional parameters
|
|
388
456
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
457
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
458
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
459
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
460
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
389
461
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
390
462
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
391
463
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -405,6 +477,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
477
|
* @param {Number} id
|
|
406
478
|
* @param {Object} opts Optional parameters
|
|
407
479
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
480
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
481
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
482
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
483
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
408
484
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
485
|
* @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
|
|
410
486
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -430,6 +506,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
506
|
var queryParams = {};
|
|
431
507
|
var headerParams = {
|
|
432
508
|
'Authorization': opts['authorization'],
|
|
509
|
+
'cacheduration': opts['cacheduration'],
|
|
510
|
+
'cachegroup': opts['cachegroup'],
|
|
511
|
+
'cachekey': opts['cachekey'],
|
|
512
|
+
'cachescope': opts['cachescope'],
|
|
433
513
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
434
514
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
435
515
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -454,6 +534,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
454
534
|
* @param {Number} id
|
|
455
535
|
* @param {Object} opts Optional parameters
|
|
456
536
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
537
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
538
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
539
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
540
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
457
541
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
458
542
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
459
543
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -477,6 +561,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
477
561
|
* Uploads one or more images
|
|
478
562
|
* @param {Object} opts Optional parameters
|
|
479
563
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
564
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
565
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
566
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
567
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
480
568
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
481
569
|
* @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
|
|
482
570
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -494,6 +582,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
494
582
|
var queryParams = {};
|
|
495
583
|
var headerParams = {
|
|
496
584
|
'Authorization': opts['authorization'],
|
|
585
|
+
'cacheduration': opts['cacheduration'],
|
|
586
|
+
'cachegroup': opts['cachegroup'],
|
|
587
|
+
'cachekey': opts['cachekey'],
|
|
588
|
+
'cachescope': opts['cachescope'],
|
|
497
589
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
498
590
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
499
591
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -515,6 +607,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
607
|
* Uploads one or more images
|
|
516
608
|
* @param {Object} opts Optional parameters
|
|
517
609
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
610
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
611
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
612
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
613
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
518
614
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
519
615
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
520
616
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
package/dist/api/InvitesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Invites service.
|
|
30
30
|
* @module api/InvitesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -47,6 +47,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
47
47
|
* @param {String} inviteid The id of the invite we are retrieving
|
|
48
48
|
* @param {Object} opts Optional parameters
|
|
49
49
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
50
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
51
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
50
54
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
51
55
|
* @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
|
|
52
56
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -68,6 +72,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
72
|
var queryParams = {};
|
|
69
73
|
var headerParams = {
|
|
70
74
|
'Authorization': opts['authorization'],
|
|
75
|
+
'cacheduration': opts['cacheduration'],
|
|
76
|
+
'cachegroup': opts['cachegroup'],
|
|
77
|
+
'cachekey': opts['cachekey'],
|
|
78
|
+
'cachescope': opts['cachescope'],
|
|
71
79
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
72
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
73
81
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -85,6 +93,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
93
|
* @param {String} inviteid The id of the invite we are retrieving
|
|
86
94
|
* @param {Object} opts Optional parameters
|
|
87
95
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
96
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
97
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
98
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
99
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
88
100
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
89
101
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
90
102
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -105,6 +117,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
117
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
106
118
|
* @param {Object} opts Optional parameters
|
|
107
119
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
120
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
121
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
124
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
125
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
126
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -124,6 +140,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
140
|
var queryParams = {};
|
|
125
141
|
var headerParams = {
|
|
126
142
|
'Authorization': opts['authorization'],
|
|
143
|
+
'cacheduration': opts['cacheduration'],
|
|
144
|
+
'cachegroup': opts['cachegroup'],
|
|
145
|
+
'cachekey': opts['cachekey'],
|
|
146
|
+
'cachescope': opts['cachescope'],
|
|
127
147
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
128
148
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
129
149
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -143,6 +163,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
163
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
144
164
|
* @param {Object} opts Optional parameters
|
|
145
165
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
166
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
167
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
168
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
169
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
146
170
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
147
171
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
148
172
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -164,6 +188,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
188
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
165
189
|
* @param {Object} opts Optional parameters
|
|
166
190
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
191
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
192
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
193
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
194
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
167
195
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
196
|
* @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
|
|
169
197
|
* @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 +217,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
189
217
|
var queryParams = {};
|
|
190
218
|
var headerParams = {
|
|
191
219
|
'Authorization': opts['authorization'],
|
|
220
|
+
'cacheduration': opts['cacheduration'],
|
|
221
|
+
'cachegroup': opts['cachegroup'],
|
|
222
|
+
'cachekey': opts['cachekey'],
|
|
223
|
+
'cachescope': opts['cachescope'],
|
|
192
224
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
193
225
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
194
226
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -209,6 +241,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
241
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
210
242
|
* @param {Object} opts Optional parameters
|
|
211
243
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
244
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
245
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
212
248
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
213
249
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
214
250
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -229,6 +265,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
265
|
* @param {String} inviteCode The id of the invite we are retrieving
|
|
230
266
|
* @param {Object} opts Optional parameters
|
|
231
267
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
268
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
269
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
270
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
271
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
232
272
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
233
273
|
* @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
|
|
234
274
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -250,6 +290,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
290
|
var queryParams = {};
|
|
251
291
|
var headerParams = {
|
|
252
292
|
'Authorization': opts['authorization'],
|
|
293
|
+
'cacheduration': opts['cacheduration'],
|
|
294
|
+
'cachegroup': opts['cachegroup'],
|
|
295
|
+
'cachekey': opts['cachekey'],
|
|
296
|
+
'cachescope': opts['cachescope'],
|
|
253
297
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
254
298
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
255
299
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -269,6 +313,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
313
|
* @param {String} inviteCode The id of the invite we are retrieving
|
|
270
314
|
* @param {Object} opts Optional parameters
|
|
271
315
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
316
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
317
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
318
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
319
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
272
320
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
273
321
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
274
322
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -288,6 +336,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
288
336
|
* Returns the logged in user, this is only for debugging and will be removed
|
|
289
337
|
* @param {Object} opts Optional parameters
|
|
290
338
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
339
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
340
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
341
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
342
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
291
343
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
292
344
|
* @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
|
|
293
345
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -303,6 +355,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
303
355
|
var queryParams = {};
|
|
304
356
|
var headerParams = {
|
|
305
357
|
'Authorization': opts['authorization'],
|
|
358
|
+
'cacheduration': opts['cacheduration'],
|
|
359
|
+
'cachegroup': opts['cachegroup'],
|
|
360
|
+
'cachekey': opts['cachekey'],
|
|
361
|
+
'cachescope': opts['cachescope'],
|
|
306
362
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
307
363
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
308
364
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -321,6 +377,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
377
|
* Returns the logged in user, this is only for debugging and will be removed
|
|
322
378
|
* @param {Object} opts Optional parameters
|
|
323
379
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
380
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
381
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
382
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
383
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
324
384
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
325
385
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
326
386
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|