@gobodo/gobodo-api-promise 0.1.36 → 0.1.39

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 (190) hide show
  1. package/README.md +11 -6
  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 +527 -3
  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/index.js +6 -13
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +31 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +16 -47
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
  67. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
  68. package/dist/model/Article.js +2 -2
  69. package/dist/model/AuthResponse.js +2 -2
  70. package/dist/model/Balance.js +49 -49
  71. package/dist/model/BalanceDetails.js +2 -2
  72. package/dist/model/BalanceResponse.js +2 -2
  73. package/dist/model/BankAccountInfo.js +2 -2
  74. package/dist/model/CardInfo.js +2 -2
  75. package/dist/model/Comment.js +28 -28
  76. package/dist/model/Coordinates.js +2 -2
  77. package/dist/model/CreateAccountResponse.js +2 -2
  78. package/dist/model/CreateStripeAccountInput.js +27 -2
  79. package/dist/model/CreateStripeCustomerInput.js +2 -2
  80. package/dist/model/CustomerResponse.js +2 -2
  81. package/dist/model/DataObject.js +2 -2
  82. package/dist/model/DataSheetImport.js +141 -141
  83. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  84. package/dist/model/DataSheetImportSummary.js +25 -25
  85. package/dist/model/Document.js +2 -2
  86. package/dist/model/DocumentPart.js +31 -31
  87. package/dist/model/DocumentPartType.js +2 -2
  88. package/dist/model/DocumentType.js +27 -27
  89. package/dist/model/FieldMapping.js +2 -2
  90. package/dist/model/Fields.js +52 -52
  91. package/dist/model/File.js +25 -25
  92. package/dist/model/FileAttachmentUploadObject.js +25 -25
  93. package/dist/model/Filter.js +2 -2
  94. package/dist/model/FilterManager.js +2 -2
  95. package/dist/model/Form.js +2 -2
  96. package/dist/model/FormSection.js +2 -2
  97. package/dist/model/FormSubmission.js +2 -2
  98. package/dist/model/Geocode.js +2 -2
  99. package/dist/model/GeocodePayload.js +2 -2
  100. package/dist/model/GeolocationInput.js +2 -2
  101. package/dist/model/Graph.js +25 -25
  102. package/dist/model/GraphAction.js +2 -2
  103. package/dist/model/GraphDatabaseService.js +2 -2
  104. package/dist/model/GraphGeocode.js +2 -2
  105. package/dist/model/GraphIteratorEntryPart.js +8 -8
  106. package/dist/model/GraphObject.js +2 -2
  107. package/dist/model/GraphObjectPayload.js +2 -2
  108. package/dist/model/GraphObjectSchema.js +30 -30
  109. package/dist/model/GraphObjectType.js +2 -2
  110. package/dist/model/GraphObjectTypeSchema.js +2 -2
  111. package/dist/model/GraphOwner.js +2 -2
  112. package/dist/model/GraphRelationObjectObject.js +2 -2
  113. package/dist/model/GraphRelationship.js +2 -2
  114. package/dist/model/GraphRelationshipPayload.js +2 -2
  115. package/dist/model/GraphRelationshipType.js +2 -2
  116. package/dist/model/GraphSchema.js +90 -90
  117. package/dist/model/GraphTraversalInput.js +2 -2
  118. package/dist/model/Image.js +23 -23
  119. package/dist/model/ImageUploadObject.js +23 -23
  120. package/dist/model/InputPart.js +2 -2
  121. package/dist/model/InputPartMediaType.js +2 -2
  122. package/dist/model/Link.js +28 -28
  123. package/dist/model/LiveStreamInfo.js +2 -2
  124. package/dist/model/MeetingEvent.js +81 -81
  125. package/dist/model/MeetingEventTimezone.js +2 -2
  126. package/dist/model/MeetingInfo.js +2 -2
  127. package/dist/model/Member.js +31 -31
  128. package/dist/model/MemberGroupCategory.js +2 -2
  129. package/dist/model/MemberList.js +2 -2
  130. package/dist/model/MessageGroup.js +25 -25
  131. package/dist/model/MultipartBody.js +2 -2
  132. package/dist/model/Objecttype.js +2 -2
  133. package/dist/model/Page.js +2 -2
  134. package/dist/model/PageSchema.js +27 -27
  135. package/dist/model/Pageable.js +2 -2
  136. package/dist/model/Path.js +2 -2
  137. package/dist/model/PaymentAccountObject.js +2 -2
  138. package/dist/model/PaymentIntentInput.js +2 -2
  139. package/dist/model/PaymentIntentResponse.js +2 -2
  140. package/dist/model/PaymentMethod.js +2 -2
  141. package/dist/model/PaymentMethodInput.js +2 -2
  142. package/dist/model/PaymentMethodResponse.js +2 -2
  143. package/dist/model/PaymentMethodsResponse.js +2 -2
  144. package/dist/model/Payout.js +30 -30
  145. package/dist/model/PayoutInput.js +2 -2
  146. package/dist/model/PayoutResponse.js +2 -2
  147. package/dist/model/Post.js +2 -2
  148. package/dist/model/PrivateMessage.js +25 -25
  149. package/dist/model/PrivateMessageConversation.js +33 -33
  150. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  151. package/dist/model/Profile.js +2 -2
  152. package/dist/model/Profiletype.js +2 -2
  153. package/dist/model/PropertyContainer.js +25 -25
  154. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  155. package/dist/model/RelationshipMapping.js +2 -2
  156. package/dist/model/ScreenSchema.js +2 -2
  157. package/dist/model/SimulcastInfo.js +2 -2
  158. package/dist/model/SkinField.js +52 -52
  159. package/dist/model/SocialGroup.js +2 -2
  160. package/dist/model/SocialGroupType.js +2 -2
  161. package/dist/model/Sort.js +2 -2
  162. package/dist/model/SourceTypes.js +2 -2
  163. package/dist/model/StatusUpdate.js +2 -2
  164. package/dist/model/StreetAddress.js +2 -2
  165. package/dist/model/StripeAccount.js +52 -2
  166. package/dist/model/StripeCustomerAccount.js +2 -2
  167. package/dist/model/Template.js +2 -2
  168. package/dist/model/TemplateSchema.js +2 -2
  169. package/dist/model/ThemeMapping.js +2 -2
  170. package/dist/model/ThemeMappingPayload.js +2 -2
  171. package/dist/model/Transaction.js +2 -2
  172. package/dist/model/Transfer.js +30 -30
  173. package/dist/model/TransferInput.js +2 -2
  174. package/dist/model/TransferResponse.js +2 -2
  175. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  176. package/dist/model/TraversalRelationResponse.js +2 -2
  177. package/dist/model/User.js +31 -31
  178. package/dist/model/UserDataPayload.js +31 -31
  179. package/dist/model/UserDomain.js +2 -2
  180. package/dist/model/UserInvite.js +2 -2
  181. package/dist/model/UserInviteInput.js +2 -2
  182. package/dist/model/UserSchema.js +31 -31
  183. package/dist/model/UserTag.js +2 -2
  184. package/dist/model/Userid.js +2 -2
  185. package/dist/model/Video.js +2 -2
  186. package/dist/model/VideoLiveUrl.js +2 -2
  187. package/dist/model/VideoSchema.js +29 -29
  188. package/dist/model/VideoUploadObject.js +2 -2
  189. package/dist/model/ZeusPortalCategory.js +2 -2
  190. package/package.json +1 -1
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.36
24
+ * The version of the OpenAPI document: 0.1.39
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * DataSheetImports service.
34
34
  * @module api/DataSheetImportsApi
35
- * @version 0.1.36
35
+ * @version 0.1.39
36
36
  */
37
37
  var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -55,6 +55,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {String} body Field to geolocate on
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
+ * @param {Number} [cacheduration] The how long the cache entry should persist
59
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
58
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
59
63
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
60
64
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -85,6 +89,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
85
89
  var queryParams = {};
86
90
  var headerParams = {
87
91
  'Authorization': opts['authorization'],
92
+ 'cacheduration': opts['cacheduration'],
93
+ 'cachegroup': opts['cachegroup'],
94
+ 'cachekey': opts['cachekey'],
95
+ 'cachescope': opts['cachescope'],
88
96
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
89
97
  'zeusportal-postas': opts['zeusportalPostas'],
90
98
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -106,6 +114,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
106
114
  * @param {String} body Field to geolocate on
107
115
  * @param {Object} opts Optional parameters
108
116
  * @param {String} opts.authorization The authorization token of the logged in user
117
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
118
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
119
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
120
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
109
121
  * @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
110
122
  * @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
111
123
  * @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
@@ -128,6 +140,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
128
140
  * @param {module:model/FieldMapping} fieldMapping Field to map to
129
141
  * @param {Object} opts Optional parameters
130
142
  * @param {String} [authorization] The authorization token of the logged in user
143
+ * @param {Number} [cacheduration] The how long the cache entry should persist
144
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
145
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
146
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
131
147
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
132
148
  * @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
133
149
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -158,6 +174,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
158
174
  var queryParams = {};
159
175
  var headerParams = {
160
176
  'Authorization': opts['authorization'],
177
+ 'cacheduration': opts['cacheduration'],
178
+ 'cachegroup': opts['cachegroup'],
179
+ 'cachekey': opts['cachekey'],
180
+ 'cachescope': opts['cachescope'],
161
181
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
162
182
  'zeusportal-postas': opts['zeusportalPostas'],
163
183
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -179,6 +199,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
179
199
  * @param {module:model/FieldMapping} fieldMapping Field to map to
180
200
  * @param {Object} opts Optional parameters
181
201
  * @param {String} opts.authorization The authorization token of the logged in user
202
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
203
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
204
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
205
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
182
206
  * @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
183
207
  * @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
184
208
  * @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
@@ -200,6 +224,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
200
224
  * @param {module:model/RelationshipMapping} relationshipMapping The end relationship lookup
201
225
  * @param {Object} opts Optional parameters
202
226
  * @param {String} [authorization] The authorization token of the logged in user
227
+ * @param {Number} [cacheduration] The how long the cache entry should persist
228
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
229
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
230
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
203
231
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
204
232
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
205
233
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -225,6 +253,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
225
253
  var queryParams = {};
226
254
  var headerParams = {
227
255
  'Authorization': opts['authorization'],
256
+ 'cacheduration': opts['cacheduration'],
257
+ 'cachegroup': opts['cachegroup'],
258
+ 'cachekey': opts['cachekey'],
259
+ 'cachescope': opts['cachescope'],
228
260
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
229
261
  'zeusportal-postas': opts['zeusportalPostas'],
230
262
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -245,6 +277,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
245
277
  * @param {module:model/RelationshipMapping} relationshipMapping The end relationship lookup
246
278
  * @param {Object} opts Optional parameters
247
279
  * @param {String} opts.authorization The authorization token of the logged in user
280
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
281
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
282
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
283
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
248
284
  * @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
249
285
  * @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
250
286
  * @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
@@ -266,6 +302,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
266
302
  * @param {module:model/RelationshipMapping} relationshipMapping The start relationship lookup
267
303
  * @param {Object} opts Optional parameters
268
304
  * @param {String} [authorization] The authorization token of the logged in user
305
+ * @param {Number} [cacheduration] The how long the cache entry should persist
306
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
307
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
308
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
269
309
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
270
310
  * @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
271
311
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -291,6 +331,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
291
331
  var queryParams = {};
292
332
  var headerParams = {
293
333
  'Authorization': opts['authorization'],
334
+ 'cacheduration': opts['cacheduration'],
335
+ 'cachegroup': opts['cachegroup'],
336
+ 'cachekey': opts['cachekey'],
337
+ 'cachescope': opts['cachescope'],
294
338
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
295
339
  'zeusportal-postas': opts['zeusportalPostas'],
296
340
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -311,6 +355,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
311
355
  * @param {module:model/RelationshipMapping} relationshipMapping The start relationship lookup
312
356
  * @param {Object} opts Optional parameters
313
357
  * @param {String} opts.authorization The authorization token of the logged in user
358
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
359
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
360
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
361
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
314
362
  * @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
315
363
  * @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
316
364
  * @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
@@ -333,6 +381,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
333
381
  * @param {Number} objecttypeid
334
382
  * @param {Object} opts Optional parameters
335
383
  * @param {String} [authorization] The authorization token of the logged in user
384
+ * @param {Number} [cacheduration] The how long the cache entry should persist
385
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
386
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
387
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
336
388
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
337
389
  * @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
338
390
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -368,6 +420,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
368
420
  var queryParams = {};
369
421
  var headerParams = {
370
422
  'Authorization': opts['authorization'],
423
+ 'cacheduration': opts['cacheduration'],
424
+ 'cachegroup': opts['cachegroup'],
425
+ 'cachekey': opts['cachekey'],
426
+ 'cachescope': opts['cachescope'],
371
427
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
372
428
  'zeusportal-postas': opts['zeusportalPostas'],
373
429
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -394,6 +450,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
394
450
  * @param {Number} objecttypeid
395
451
  * @param {Object} opts Optional parameters
396
452
  * @param {String} opts.authorization The authorization token of the logged in user
453
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
454
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
455
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
456
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
397
457
  * @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
398
458
  * @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
399
459
  * @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
@@ -420,6 +480,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
420
480
  * @param {Number} objecttypeid
421
481
  * @param {Object} opts Optional parameters
422
482
  * @param {String} [authorization] The authorization token of the logged in user
483
+ * @param {Number} [cacheduration] The how long the cache entry should persist
484
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
485
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
486
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
423
487
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
424
488
  * @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
425
489
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -455,6 +519,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
455
519
  var queryParams = {};
456
520
  var headerParams = {
457
521
  'Authorization': opts['authorization'],
522
+ 'cacheduration': opts['cacheduration'],
523
+ 'cachegroup': opts['cachegroup'],
524
+ 'cachekey': opts['cachekey'],
525
+ 'cachescope': opts['cachescope'],
458
526
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
459
527
  'zeusportal-postas': opts['zeusportalPostas'],
460
528
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -481,6 +549,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
481
549
  * @param {Number} objecttypeid
482
550
  * @param {Object} opts Optional parameters
483
551
  * @param {String} opts.authorization The authorization token of the logged in user
552
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
553
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
554
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
555
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
484
556
  * @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
485
557
  * @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
486
558
  * @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
@@ -503,6 +575,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
503
575
  * Root for the API
504
576
  * @param {Object} opts Optional parameters
505
577
  * @param {String} [authorization] The authorization token of the logged in user
578
+ * @param {Number} [cacheduration] The how long the cache entry should persist
579
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
580
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
581
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
506
582
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
507
583
  * @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
508
584
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -518,6 +594,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
518
594
  var queryParams = {};
519
595
  var headerParams = {
520
596
  'Authorization': opts['authorization'],
597
+ 'cacheduration': opts['cacheduration'],
598
+ 'cachegroup': opts['cachegroup'],
599
+ 'cachekey': opts['cachekey'],
600
+ 'cachescope': opts['cachescope'],
521
601
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
522
602
  'zeusportal-postas': opts['zeusportalPostas'],
523
603
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -535,6 +615,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
535
615
  * Root for the API
536
616
  * @param {Object} opts Optional parameters
537
617
  * @param {String} opts.authorization The authorization token of the logged in user
618
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
619
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
620
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
621
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
538
622
  * @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
539
623
  * @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
540
624
  * @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
@@ -555,6 +639,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
555
639
  * @param {Number} dsimportid
556
640
  * @param {Object} opts Optional parameters
557
641
  * @param {String} [authorization] The authorization token of the logged in user
642
+ * @param {Number} [cacheduration] The how long the cache entry should persist
643
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
644
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
645
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
558
646
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
559
647
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
560
648
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -576,6 +664,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
576
664
  var queryParams = {};
577
665
  var headerParams = {
578
666
  'Authorization': opts['authorization'],
667
+ 'cacheduration': opts['cacheduration'],
668
+ 'cachegroup': opts['cachegroup'],
669
+ 'cachekey': opts['cachekey'],
670
+ 'cachescope': opts['cachescope'],
579
671
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
580
672
  'zeusportal-postas': opts['zeusportalPostas'],
581
673
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -595,6 +687,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
595
687
  * @param {Number} dsimportid
596
688
  * @param {Object} opts Optional parameters
597
689
  * @param {String} opts.authorization The authorization token of the logged in user
690
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
691
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
692
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
693
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
598
694
  * @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
599
695
  * @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
600
696
  * @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
@@ -616,6 +712,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
616
712
  * @param {String} sheetprop
617
713
  * @param {Object} opts Optional parameters
618
714
  * @param {String} [authorization] The authorization token of the logged in user
715
+ * @param {Number} [cacheduration] The how long the cache entry should persist
716
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
717
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
718
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
619
719
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
620
720
  * @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
621
721
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -642,6 +742,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
642
742
  var queryParams = {};
643
743
  var headerParams = {
644
744
  'Authorization': opts['authorization'],
745
+ 'cacheduration': opts['cacheduration'],
746
+ 'cachegroup': opts['cachegroup'],
747
+ 'cachekey': opts['cachekey'],
748
+ 'cachescope': opts['cachescope'],
645
749
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
646
750
  'zeusportal-postas': opts['zeusportalPostas'],
647
751
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -662,6 +766,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
662
766
  * @param {String} sheetprop
663
767
  * @param {Object} opts Optional parameters
664
768
  * @param {String} opts.authorization The authorization token of the logged in user
769
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
770
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
771
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
772
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
665
773
  * @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
666
774
  * @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
667
775
  * @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
@@ -682,6 +790,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
682
790
  * @param {Number} dsimportid
683
791
  * @param {Object} opts Optional parameters
684
792
  * @param {String} [authorization] The authorization token of the logged in user
793
+ * @param {Number} [cacheduration] The how long the cache entry should persist
794
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
795
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
796
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
685
797
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
686
798
  * @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
687
799
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -703,6 +815,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
703
815
  var queryParams = {};
704
816
  var headerParams = {
705
817
  'Authorization': opts['authorization'],
818
+ 'cacheduration': opts['cacheduration'],
819
+ 'cachegroup': opts['cachegroup'],
820
+ 'cachekey': opts['cachekey'],
821
+ 'cachescope': opts['cachescope'],
706
822
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
707
823
  'zeusportal-postas': opts['zeusportalPostas'],
708
824
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -722,6 +838,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
722
838
  * @param {Number} dsimportid
723
839
  * @param {Object} opts Optional parameters
724
840
  * @param {String} opts.authorization The authorization token of the logged in user
841
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
842
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
843
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
844
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
725
845
  * @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
726
846
  * @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
727
847
  * @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
@@ -742,6 +862,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
742
862
  * @param {Number} dsimportid
743
863
  * @param {Object} opts Optional parameters
744
864
  * @param {String} [authorization] The authorization token of the logged in user
865
+ * @param {Number} [cacheduration] The how long the cache entry should persist
866
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
867
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
868
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
745
869
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
746
870
  * @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
747
871
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -763,6 +887,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
763
887
  var queryParams = {};
764
888
  var headerParams = {
765
889
  'Authorization': opts['authorization'],
890
+ 'cacheduration': opts['cacheduration'],
891
+ 'cachegroup': opts['cachegroup'],
892
+ 'cachekey': opts['cachekey'],
893
+ 'cachescope': opts['cachescope'],
766
894
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
767
895
  'zeusportal-postas': opts['zeusportalPostas'],
768
896
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -782,6 +910,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
782
910
  * @param {Number} dsimportid
783
911
  * @param {Object} opts Optional parameters
784
912
  * @param {String} opts.authorization The authorization token of the logged in user
913
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
914
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
915
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
916
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
785
917
  * @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
786
918
  * @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
787
919
  * @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
@@ -803,6 +935,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
803
935
  * @param {String} sheetprop
804
936
  * @param {Object} opts Optional parameters
805
937
  * @param {String} [authorization] The authorization token of the logged in user
938
+ * @param {Number} [cacheduration] The how long the cache entry should persist
939
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
940
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
941
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
806
942
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
807
943
  * @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
808
944
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -829,6 +965,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
829
965
  var queryParams = {};
830
966
  var headerParams = {
831
967
  'Authorization': opts['authorization'],
968
+ 'cacheduration': opts['cacheduration'],
969
+ 'cachegroup': opts['cachegroup'],
970
+ 'cachekey': opts['cachekey'],
971
+ 'cachescope': opts['cachescope'],
832
972
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
833
973
  'zeusportal-postas': opts['zeusportalPostas'],
834
974
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -849,6 +989,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
849
989
  * @param {String} sheetprop
850
990
  * @param {Object} opts Optional parameters
851
991
  * @param {String} opts.authorization The authorization token of the logged in user
992
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
993
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
994
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
995
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
852
996
  * @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
853
997
  * @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
854
998
  * @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
@@ -869,6 +1013,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
869
1013
  * @param {Number} dsimportid
870
1014
  * @param {Object} opts Optional parameters
871
1015
  * @param {String} [authorization] The authorization token of the logged in user
1016
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1017
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1018
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1019
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
872
1020
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
873
1021
  * @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
874
1022
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -890,6 +1038,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
890
1038
  var queryParams = {};
891
1039
  var headerParams = {
892
1040
  'Authorization': opts['authorization'],
1041
+ 'cacheduration': opts['cacheduration'],
1042
+ 'cachegroup': opts['cachegroup'],
1043
+ 'cachekey': opts['cachekey'],
1044
+ 'cachescope': opts['cachescope'],
893
1045
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
894
1046
  'zeusportal-postas': opts['zeusportalPostas'],
895
1047
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -909,6 +1061,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
909
1061
  * @param {Number} dsimportid
910
1062
  * @param {Object} opts Optional parameters
911
1063
  * @param {String} opts.authorization The authorization token of the logged in user
1064
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1065
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1066
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1067
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
912
1068
  * @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
913
1069
  * @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
914
1070
  * @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
@@ -930,6 +1086,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
930
1086
  * @param {module:model/DataSheetImportPrivacySettings} dataSheetImportPrivacySettings Field to map to
931
1087
  * @param {Object} opts Optional parameters
932
1088
  * @param {String} [authorization] The authorization token of the logged in user
1089
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1090
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1091
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1092
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
933
1093
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
934
1094
  * @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
935
1095
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -955,6 +1115,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
955
1115
  var queryParams = {};
956
1116
  var headerParams = {
957
1117
  'Authorization': opts['authorization'],
1118
+ 'cacheduration': opts['cacheduration'],
1119
+ 'cachegroup': opts['cachegroup'],
1120
+ 'cachekey': opts['cachekey'],
1121
+ 'cachescope': opts['cachescope'],
958
1122
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
959
1123
  'zeusportal-postas': opts['zeusportalPostas'],
960
1124
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -975,6 +1139,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
975
1139
  * @param {module:model/DataSheetImportPrivacySettings} dataSheetImportPrivacySettings Field to map to
976
1140
  * @param {Object} opts Optional parameters
977
1141
  * @param {String} opts.authorization The authorization token of the logged in user
1142
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1143
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1144
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1145
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
978
1146
  * @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
979
1147
  * @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
980
1148
  * @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
@@ -995,6 +1163,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
995
1163
  * @param {Number} dsimportid
996
1164
  * @param {Object} opts Optional parameters
997
1165
  * @param {String} [authorization] The authorization token of the logged in user
1166
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1167
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1168
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1169
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
998
1170
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
999
1171
  * @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
1000
1172
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1020,6 +1192,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
1020
1192
  var queryParams = {};
1021
1193
  var headerParams = {
1022
1194
  'Authorization': opts['authorization'],
1195
+ 'cacheduration': opts['cacheduration'],
1196
+ 'cachegroup': opts['cachegroup'],
1197
+ 'cachekey': opts['cachekey'],
1198
+ 'cachescope': opts['cachescope'],
1023
1199
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1024
1200
  'zeusportal-postas': opts['zeusportalPostas'],
1025
1201
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1044,6 +1220,10 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
1044
1220
  * @param {Number} dsimportid
1045
1221
  * @param {Object} opts Optional parameters
1046
1222
  * @param {String} opts.authorization The authorization token of the logged in user
1223
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1224
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1225
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1226
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1047
1227
  * @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
1048
1228
  * @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
1049
1229
  * @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