@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.
Files changed (187) hide show
  1. package/README.md +7 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/model/APIClient.js +2 -2
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +34 -34
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +31 -31
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +25 -25
  85. package/dist/model/DocumentType.js +27 -27
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +50 -50
  88. package/dist/model/File.js +65 -65
  89. package/dist/model/FileAttachmentUploadObject.js +65 -65
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +2 -2
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +25 -25
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +27 -27
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +2 -2
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationObjectObject.js +2 -2
  110. package/dist/model/GraphRelationship.js +2 -2
  111. package/dist/model/GraphRelationshipPayload.js +2 -2
  112. package/dist/model/GraphRelationshipType.js +2 -2
  113. package/dist/model/GraphSchema.js +90 -90
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +87 -87
  116. package/dist/model/ImageUploadObject.js +87 -87
  117. package/dist/model/InputPart.js +29 -29
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +32 -32
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +81 -81
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +25 -25
  125. package/dist/model/MemberGroupCategory.js +2 -2
  126. package/dist/model/MemberList.js +2 -2
  127. package/dist/model/MessageGroup.js +2 -2
  128. package/dist/model/MultipartBody.js +2 -2
  129. package/dist/model/Objecttype.js +2 -2
  130. package/dist/model/Page.js +2 -2
  131. package/dist/model/PageSchema.js +29 -29
  132. package/dist/model/Pageable.js +2 -2
  133. package/dist/model/Path.js +2 -2
  134. package/dist/model/PaymentAccountObject.js +2 -2
  135. package/dist/model/PaymentIntentInput.js +2 -2
  136. package/dist/model/PaymentIntentResponse.js +2 -2
  137. package/dist/model/PaymentMethod.js +2 -2
  138. package/dist/model/PaymentMethodInput.js +2 -2
  139. package/dist/model/PaymentMethodResponse.js +2 -2
  140. package/dist/model/PaymentMethodsResponse.js +2 -2
  141. package/dist/model/Payout.js +30 -30
  142. package/dist/model/PayoutInput.js +2 -2
  143. package/dist/model/PayoutResponse.js +2 -2
  144. package/dist/model/Post.js +2 -2
  145. package/dist/model/PrivateMessage.js +2 -2
  146. package/dist/model/PrivateMessageConversation.js +30 -30
  147. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  148. package/dist/model/Profile.js +2 -2
  149. package/dist/model/Profiletype.js +2 -2
  150. package/dist/model/PropertyContainer.js +2 -2
  151. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  152. package/dist/model/RelationshipMapping.js +2 -2
  153. package/dist/model/ScreenSchema.js +2 -2
  154. package/dist/model/SimulcastInfo.js +2 -2
  155. package/dist/model/SkinField.js +50 -50
  156. package/dist/model/SocialGroup.js +2 -2
  157. package/dist/model/SocialGroupType.js +2 -2
  158. package/dist/model/Sort.js +2 -2
  159. package/dist/model/SourceTypes.js +2 -2
  160. package/dist/model/StatusUpdate.js +2 -2
  161. package/dist/model/StreetAddress.js +2 -2
  162. package/dist/model/StripeAccount.js +2 -2
  163. package/dist/model/StripeCustomerAccount.js +2 -2
  164. package/dist/model/Template.js +30 -30
  165. package/dist/model/TemplateSchema.js +30 -30
  166. package/dist/model/ThemeMapping.js +39 -39
  167. package/dist/model/ThemeMappingPayload.js +25 -25
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +53 -53
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +25 -25
  175. package/dist/model/UserDataPayload.js +25 -25
  176. package/dist/model/UserDomain.js +2 -2
  177. package/dist/model/UserInvite.js +2 -2
  178. package/dist/model/UserInviteInput.js +2 -2
  179. package/dist/model/UserSchema.js +25 -25
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +68 -68
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +68 -68
  185. package/dist/model/VideoUploadObject.js +68 -68
  186. package/dist/model/ZeusPortalCategory.js +2 -2
  187. package/package.json +1 -1
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.36
22
+ * The version of the OpenAPI document: 0.1.38
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Groups service.
32
32
  * @module api/GroupsApi
33
- * @version 0.1.36
33
+ * @version 0.1.38
34
34
  */
35
35
  var GroupsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -52,6 +52,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
52
52
  * @param {Array.<Number>} requestBody Id of user or an array of user ids to add
53
53
  * @param {Object} opts Optional parameters
54
54
  * @param {String} [authorization] The authorization token of the logged in user
55
+ * @param {Number} [cacheduration] The how long the cache entry should persist
56
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
57
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
58
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
55
59
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
56
60
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
57
61
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -80,6 +84,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
80
84
  };
81
85
  var headerParams = {
82
86
  'Authorization': opts['authorization'],
87
+ 'cacheduration': opts['cacheduration'],
88
+ 'cachegroup': opts['cachegroup'],
89
+ 'cachekey': opts['cachekey'],
90
+ 'cachescope': opts['cachescope'],
83
91
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
92
  'zeusportal-postas': opts['zeusportalPostas'],
85
93
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -100,6 +108,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
100
108
  * @param {Array.<Number>} requestBody Id of user or an array of user ids to add
101
109
  * @param {Object} opts Optional parameters
102
110
  * @param {String} opts.authorization The authorization token of the logged in user
111
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
112
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
113
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
114
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
103
115
  * @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
104
116
  * @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
105
117
  * @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
@@ -121,6 +133,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
121
133
  * @param {module:model/SocialGroup} socialGroup Group object or array of objects to create
122
134
  * @param {Object} opts Optional parameters
123
135
  * @param {String} [authorization] The authorization token of the logged in user
136
+ * @param {Number} [cacheduration] The how long the cache entry should persist
137
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
138
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
139
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
124
140
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
141
  * @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
126
142
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -140,6 +156,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
140
156
  var queryParams = {};
141
157
  var headerParams = {
142
158
  'Authorization': opts['authorization'],
159
+ 'cacheduration': opts['cacheduration'],
160
+ 'cachegroup': opts['cachegroup'],
161
+ 'cachekey': opts['cachekey'],
162
+ 'cachescope': opts['cachescope'],
143
163
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
144
164
  'zeusportal-postas': opts['zeusportalPostas'],
145
165
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -159,6 +179,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
159
179
  * @param {module:model/SocialGroup} socialGroup Group object or array of objects to create
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
@@ -180,6 +204,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
180
204
  * @param {module:model/Page} page Conversation object or array of objects to create
181
205
  * @param {Object} opts Optional parameters
182
206
  * @param {String} [authorization] The authorization token of the logged in user
207
+ * @param {Number} [cacheduration] The how long the cache entry should persist
208
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
209
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
210
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
183
211
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
184
212
  * @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
185
213
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -205,6 +233,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
205
233
  var queryParams = {};
206
234
  var headerParams = {
207
235
  'Authorization': opts['authorization'],
236
+ 'cacheduration': opts['cacheduration'],
237
+ 'cachegroup': opts['cachegroup'],
238
+ 'cachekey': opts['cachekey'],
239
+ 'cachescope': opts['cachescope'],
208
240
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
209
241
  'zeusportal-postas': opts['zeusportalPostas'],
210
242
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -225,6 +257,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
225
257
  * @param {module:model/Page} page Conversation object or array of objects to create
226
258
  * @param {Object} opts Optional parameters
227
259
  * @param {String} opts.authorization The authorization token of the logged in user
260
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
261
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
262
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
263
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
228
264
  * @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
229
265
  * @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
230
266
  * @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
@@ -243,6 +279,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
243
279
  * Root for the API
244
280
  * @param {Object} opts Optional parameters
245
281
  * @param {String} [authorization] The authorization token of the logged in user
282
+ * @param {Number} [cacheduration] The how long the cache entry should persist
283
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
284
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
285
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
246
286
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
247
287
  * @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
248
288
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -258,6 +298,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
258
298
  var queryParams = {};
259
299
  var headerParams = {
260
300
  'Authorization': opts['authorization'],
301
+ 'cacheduration': opts['cacheduration'],
302
+ 'cachegroup': opts['cachegroup'],
303
+ 'cachekey': opts['cachekey'],
304
+ 'cachescope': opts['cachescope'],
261
305
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
262
306
  'zeusportal-postas': opts['zeusportalPostas'],
263
307
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -275,6 +319,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
275
319
  * Root for the API
276
320
  * @param {Object} opts Optional parameters
277
321
  * @param {String} opts.authorization The authorization token of the logged in user
322
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
323
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
324
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
325
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
278
326
  * @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
279
327
  * @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
280
328
  * @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
@@ -295,6 +343,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
295
343
  * @param {Number} id
296
344
  * @param {Object} opts Optional parameters
297
345
  * @param {String} [authorization] The authorization token of the logged in user
346
+ * @param {Number} [cacheduration] The how long the cache entry should persist
347
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
348
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
349
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
298
350
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
299
351
  * @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
300
352
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -316,6 +368,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
316
368
  var queryParams = {};
317
369
  var headerParams = {
318
370
  'Authorization': opts['authorization'],
371
+ 'cacheduration': opts['cacheduration'],
372
+ 'cachegroup': opts['cachegroup'],
373
+ 'cachekey': opts['cachekey'],
374
+ 'cachescope': opts['cachescope'],
319
375
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
320
376
  'zeusportal-postas': opts['zeusportalPostas'],
321
377
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -335,6 +391,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
335
391
  * @param {Number} id
336
392
  * @param {Object} opts Optional parameters
337
393
  * @param {String} opts.authorization The authorization token of the logged in user
394
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
395
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
396
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
397
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
338
398
  * @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
339
399
  * @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
340
400
  * @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
@@ -355,6 +415,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
355
415
  * @param {Number} groupid
356
416
  * @param {Object} opts Optional parameters
357
417
  * @param {String} [authorization] The authorization token of the logged in user
418
+ * @param {Number} [cacheduration] The how long the cache entry should persist
419
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
420
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
421
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
358
422
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
359
423
  * @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
360
424
  * @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 +440,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
376
440
  var queryParams = {};
377
441
  var headerParams = {
378
442
  'Authorization': opts['authorization'],
443
+ 'cacheduration': opts['cacheduration'],
444
+ 'cachegroup': opts['cachegroup'],
445
+ 'cachekey': opts['cachekey'],
446
+ 'cachescope': opts['cachescope'],
379
447
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
380
448
  'zeusportal-postas': opts['zeusportalPostas'],
381
449
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -395,6 +463,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
395
463
  * @param {Number} groupid
396
464
  * @param {Object} opts Optional parameters
397
465
  * @param {String} opts.authorization The authorization token of the logged in user
466
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
467
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
468
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
469
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
398
470
  * @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
399
471
  * @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
400
472
  * @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
@@ -415,6 +487,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
415
487
  * @param {Number} groupid
416
488
  * @param {Object} opts Optional parameters
417
489
  * @param {String} [authorization] The authorization token of the logged in user
490
+ * @param {Number} [cacheduration] The how long the cache entry should persist
491
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
492
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
493
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
418
494
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
419
495
  * @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
420
496
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -436,6 +512,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
436
512
  var queryParams = {};
437
513
  var headerParams = {
438
514
  'Authorization': opts['authorization'],
515
+ 'cacheduration': opts['cacheduration'],
516
+ 'cachegroup': opts['cachegroup'],
517
+ 'cachekey': opts['cachekey'],
518
+ 'cachescope': opts['cachescope'],
439
519
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
440
520
  'zeusportal-postas': opts['zeusportalPostas'],
441
521
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -455,6 +535,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
455
535
  * @param {Number} groupid
456
536
  * @param {Object} opts Optional parameters
457
537
  * @param {String} opts.authorization The authorization token of the logged in user
538
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
539
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
540
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
541
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
458
542
  * @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
459
543
  * @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
460
544
  * @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
@@ -475,6 +559,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
475
559
  * @param {Number} groupid
476
560
  * @param {Object} opts Optional parameters
477
561
  * @param {String} [authorization] The authorization token of the logged in user
562
+ * @param {Number} [cacheduration] The how long the cache entry should persist
563
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
564
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
565
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
478
566
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
479
567
  * @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
480
568
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -496,6 +584,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
496
584
  var queryParams = {};
497
585
  var headerParams = {
498
586
  'Authorization': opts['authorization'],
587
+ 'cacheduration': opts['cacheduration'],
588
+ 'cachegroup': opts['cachegroup'],
589
+ 'cachekey': opts['cachekey'],
590
+ 'cachescope': opts['cachescope'],
499
591
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
500
592
  'zeusportal-postas': opts['zeusportalPostas'],
501
593
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -515,6 +607,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
515
607
  * @param {Number} groupid
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
@@ -536,6 +632,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
536
632
  * @param {Number} uid
537
633
  * @param {Object} opts Optional parameters
538
634
  * @param {String} [authorization] The authorization token of the logged in user
635
+ * @param {Number} [cacheduration] The how long the cache entry should persist
636
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
637
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
638
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
539
639
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
540
640
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
541
641
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -562,6 +662,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
562
662
  var queryParams = {};
563
663
  var headerParams = {
564
664
  'Authorization': opts['authorization'],
665
+ 'cacheduration': opts['cacheduration'],
666
+ 'cachegroup': opts['cachegroup'],
667
+ 'cachekey': opts['cachekey'],
668
+ 'cachescope': opts['cachescope'],
565
669
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
566
670
  'zeusportal-postas': opts['zeusportalPostas'],
567
671
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -582,6 +686,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
582
686
  * @param {Number} uid
583
687
  * @param {Object} opts Optional parameters
584
688
  * @param {String} opts.authorization The authorization token of the logged in user
689
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
690
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
691
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
692
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
585
693
  * @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
586
694
  * @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
587
695
  * @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
@@ -602,6 +710,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
602
710
  * @param {Number} id
603
711
  * @param {Object} opts Optional parameters
604
712
  * @param {String} [authorization] The authorization token of the logged in user
713
+ * @param {Number} [cacheduration] The how long the cache entry should persist
714
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
715
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
716
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
605
717
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
606
718
  * @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
607
719
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -624,6 +736,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
624
736
  var queryParams = {};
625
737
  var headerParams = {
626
738
  'Authorization': opts['authorization'],
739
+ 'cacheduration': opts['cacheduration'],
740
+ 'cachegroup': opts['cachegroup'],
741
+ 'cachekey': opts['cachekey'],
742
+ 'cachescope': opts['cachescope'],
627
743
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
628
744
  'zeusportal-postas': opts['zeusportalPostas'],
629
745
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -643,6 +759,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
643
759
  * @param {Number} id
644
760
  * @param {Object} opts Optional parameters
645
761
  * @param {String} opts.authorization The authorization token of the logged in user
762
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
763
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
764
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
765
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
646
766
  * @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
647
767
  * @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
648
768
  * @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
@@ -665,6 +785,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
665
785
  * @param {String} prop
666
786
  * @param {Object} opts Optional parameters
667
787
  * @param {String} [authorization] The authorization token of the logged in user
788
+ * @param {Number} [cacheduration] The how long the cache entry should persist
789
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
790
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
791
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
668
792
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
669
793
  * @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
670
794
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -692,6 +816,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
692
816
  var queryParams = {};
693
817
  var headerParams = {
694
818
  'Authorization': opts['authorization'],
819
+ 'cacheduration': opts['cacheduration'],
820
+ 'cachegroup': opts['cachegroup'],
821
+ 'cachekey': opts['cachekey'],
822
+ 'cachescope': opts['cachescope'],
695
823
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
696
824
  'zeusportal-postas': opts['zeusportalPostas'],
697
825
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -712,6 +840,10 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
712
840
  * @param {String} prop
713
841
  * @param {Object} opts Optional parameters
714
842
  * @param {String} opts.authorization The authorization token of the logged in user
843
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
844
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
845
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
846
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
715
847
  * @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
716
848
  * @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
717
849
  * @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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.36
19
+ * The version of the OpenAPI document: 0.1.38
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * IAM service.
29
29
  * @module api/IAMApi
30
- * @version 0.1.36
30
+ * @version 0.1.38
31
31
  */
32
32
  var IAMApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -47,6 +47,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
47
47
  * Creates a new Policy
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
@@ -63,6 +67,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
63
67
  var queryParams = {};
64
68
  var headerParams = {
65
69
  'Authorization': opts['authorization'],
70
+ 'cacheduration': opts['cacheduration'],
71
+ 'cachegroup': opts['cachegroup'],
72
+ 'cachekey': opts['cachekey'],
73
+ 'cachescope': opts['cachescope'],
66
74
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
67
75
  'zeusportal-postas': opts['zeusportalPostas'],
68
76
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -81,6 +89,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
81
89
  * Creates a new Policy
82
90
  * @param {Object} opts Optional parameters
83
91
  * @param {String} opts.authorization The authorization token of the logged in user
92
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
93
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
94
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
95
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
84
96
  * @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
85
97
  * @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
86
98
  * @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
@@ -100,6 +112,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
100
112
  * Root for the API
101
113
  * @param {Object} opts Optional parameters
102
114
  * @param {String} [authorization] The authorization token of the logged in user
115
+ * @param {Number} [cacheduration] The how long the cache entry should persist
116
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
103
119
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
104
120
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
105
121
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -115,6 +131,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
115
131
  var queryParams = {};
116
132
  var headerParams = {
117
133
  'Authorization': opts['authorization'],
134
+ 'cacheduration': opts['cacheduration'],
135
+ 'cachegroup': opts['cachegroup'],
136
+ 'cachekey': opts['cachekey'],
137
+ 'cachescope': opts['cachescope'],
118
138
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
119
139
  'zeusportal-postas': opts['zeusportalPostas'],
120
140
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -132,6 +152,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
132
152
  * Root for the API
133
153
  * @param {Object} opts Optional parameters
134
154
  * @param {String} opts.authorization The authorization token of the logged in user
155
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
156
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
157
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
158
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
135
159
  * @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
136
160
  * @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
137
161
  * @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
@@ -151,6 +175,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
151
175
  * @param {Number} id
152
176
  * @param {Object} opts Optional parameters
153
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
154
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
155
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
156
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
@@ -172,6 +200,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
172
200
  var queryParams = {};
173
201
  var headerParams = {
174
202
  'Authorization': opts['authorization'],
203
+ 'cacheduration': opts['cacheduration'],
204
+ 'cachegroup': opts['cachegroup'],
205
+ 'cachekey': opts['cachekey'],
206
+ 'cachescope': opts['cachescope'],
175
207
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
176
208
  'zeusportal-postas': opts['zeusportalPostas'],
177
209
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -192,6 +224,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
192
224
  * @param {Number} id
193
225
  * @param {Object} opts Optional parameters
194
226
  * @param {String} opts.authorization The authorization token of the logged in user
227
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
228
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
229
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
230
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
195
231
  * @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
196
232
  * @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
197
233
  * @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
@@ -210,6 +246,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
210
246
  * @param {Number} id
211
247
  * @param {Object} opts Optional parameters
212
248
  * @param {String} [authorization] The authorization token of the logged in user
249
+ * @param {Number} [cacheduration] The how long the cache entry should persist
250
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
251
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
252
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
213
253
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
214
254
  * @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
215
255
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -232,6 +272,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
232
272
  var queryParams = {};
233
273
  var headerParams = {
234
274
  'Authorization': opts['authorization'],
275
+ 'cacheduration': opts['cacheduration'],
276
+ 'cachegroup': opts['cachegroup'],
277
+ 'cachekey': opts['cachekey'],
278
+ 'cachescope': opts['cachescope'],
235
279
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
236
280
  'zeusportal-postas': opts['zeusportalPostas'],
237
281
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -249,6 +293,10 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
249
293
  * @param {Number} id
250
294
  * @param {Object} opts Optional parameters
251
295
  * @param {String} opts.authorization The authorization token of the logged in user
296
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
297
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
298
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
299
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
252
300
  * @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
253
301
  * @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
254
302
  * @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