@gobodo/gobodo-api-promise 0.1.34 → 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 (188) hide show
  1. package/README.md +8 -3
  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 +27 -27
  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 +6 -6
  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 +6 -6
  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 +6 -6
  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 +15 -15
  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 +6 -6
  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 +5 -5
  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 +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  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/Article.js +121 -121
  67. package/dist/model/AuthResponse.js +238 -0
  68. package/dist/model/Balance.js +34 -34
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +31 -31
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +2 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +2 -2
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +121 -121
  84. package/dist/model/DocumentPart.js +2 -2
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +48 -48
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +26 -26
  89. package/dist/model/File.js +48 -48
  90. package/dist/model/FileAttachmentUploadObject.js +48 -48
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +2 -2
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +25 -25
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +24 -24
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +2 -2
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelationObjectObject.js +2 -2
  111. package/dist/model/GraphRelationship.js +2 -2
  112. package/dist/model/GraphRelationshipPayload.js +2 -2
  113. package/dist/model/GraphRelationshipType.js +2 -2
  114. package/dist/model/GraphSchema.js +2 -2
  115. package/dist/model/GraphTraversalInput.js +2 -2
  116. package/dist/model/Image.js +70 -70
  117. package/dist/model/ImageUploadObject.js +70 -70
  118. package/dist/model/InputPart.js +2 -2
  119. package/dist/model/InputPartMediaType.js +2 -2
  120. package/dist/model/Link.js +54 -54
  121. package/dist/model/LiveStreamInfo.js +2 -2
  122. package/dist/model/MeetingEvent.js +85 -85
  123. package/dist/model/MeetingEventTimezone.js +2 -2
  124. package/dist/model/MeetingInfo.js +2 -2
  125. package/dist/model/Member.js +42 -42
  126. package/dist/model/MemberGroupCategory.js +2 -2
  127. package/dist/model/MemberList.js +2 -2
  128. package/dist/model/MessageGroup.js +25 -25
  129. package/dist/model/MultipartBody.js +2 -2
  130. package/dist/model/Objecttype.js +2 -2
  131. package/dist/model/Page.js +2 -2
  132. package/dist/model/PageSchema.js +48 -48
  133. package/dist/model/Pageable.js +2 -2
  134. package/dist/model/Path.js +2 -2
  135. package/dist/model/PaymentAccountObject.js +2 -2
  136. package/dist/model/PaymentIntentInput.js +2 -2
  137. package/dist/model/PaymentIntentResponse.js +2 -2
  138. package/dist/model/PaymentMethod.js +23 -23
  139. package/dist/model/PaymentMethodInput.js +2 -2
  140. package/dist/model/PaymentMethodResponse.js +2 -2
  141. package/dist/model/PaymentMethodsResponse.js +2 -2
  142. package/dist/model/Payout.js +30 -30
  143. package/dist/model/PayoutInput.js +2 -2
  144. package/dist/model/PayoutResponse.js +2 -2
  145. package/dist/model/Post.js +2 -2
  146. package/dist/model/PrivateMessage.js +2 -2
  147. package/dist/model/PrivateMessageConversation.js +60 -60
  148. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  149. package/dist/model/Profile.js +2 -2
  150. package/dist/model/Profiletype.js +2 -2
  151. package/dist/model/PropertyContainer.js +25 -25
  152. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  153. package/dist/model/RelationshipMapping.js +2 -2
  154. package/dist/model/ScreenSchema.js +2 -2
  155. package/dist/model/SimulcastInfo.js +2 -2
  156. package/dist/model/SkinField.js +26 -26
  157. package/dist/model/SocialGroup.js +2 -2
  158. package/dist/model/SocialGroupType.js +2 -2
  159. package/dist/model/Sort.js +2 -2
  160. package/dist/model/SourceTypes.js +2 -2
  161. package/dist/model/StatusUpdate.js +2 -2
  162. package/dist/model/StreetAddress.js +2 -2
  163. package/dist/model/StripeAccount.js +2 -2
  164. package/dist/model/StripeCustomerAccount.js +2 -2
  165. package/dist/model/Template.js +30 -30
  166. package/dist/model/TemplateSchema.js +30 -30
  167. package/dist/model/ThemeMapping.js +39 -39
  168. package/dist/model/ThemeMappingPayload.js +25 -25
  169. package/dist/model/Transaction.js +2 -2
  170. package/dist/model/Transfer.js +55 -55
  171. package/dist/model/TransferInput.js +2 -2
  172. package/dist/model/TransferResponse.js +77 -2
  173. package/dist/model/TransferResponsePaymentMethodDetails.js +55 -55
  174. package/dist/model/TraversalRelationResponse.js +2 -2
  175. package/dist/model/User.js +42 -42
  176. package/dist/model/UserDataPayload.js +42 -42
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +42 -42
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +81 -81
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +81 -81
  186. package/dist/model/VideoUploadObject.js +81 -81
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
20
20
  * gobodo-api
21
21
  * REST Interface for Gobodo API
22
22
  *
23
- * The version of the OpenAPI document: 0.1.34
23
+ * The version of the OpenAPI document: 0.1.38
24
24
  * Contact: info@gobodo.io
25
25
  *
26
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * Forms service.
33
33
  * @module api/FormsApi
34
- * @version 0.1.34
34
+ * @version 0.1.38
35
35
  */
36
36
  var FormsApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -53,6 +53,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
54
54
  * @param {Object} opts Optional parameters
55
55
  * @param {String} [authorization] The authorization token of the logged in user
56
+ * @param {Number} [cacheduration] The how long the cache entry should persist
57
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
58
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
59
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
60
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
61
  * @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
58
62
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -78,6 +82,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
78
82
  var queryParams = {};
79
83
  var headerParams = {
80
84
  'Authorization': opts['authorization'],
85
+ 'cacheduration': opts['cacheduration'],
86
+ 'cachegroup': opts['cachegroup'],
87
+ 'cachekey': opts['cachekey'],
88
+ 'cachescope': opts['cachescope'],
81
89
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
90
  'zeusportal-postas': opts['zeusportalPostas'],
83
91
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -98,6 +106,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
98
106
  * @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
99
107
  * @param {Object} opts Optional parameters
100
108
  * @param {String} opts.authorization The authorization token of the logged in user
109
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
110
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
111
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
112
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
101
113
  * @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
102
114
  * @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
103
115
  * @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
@@ -118,6 +130,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
118
130
  * @param {Array.<module:model/Form>} form GraphObject object or array of objects to create
119
131
  * @param {Object} opts Optional parameters
120
132
  * @param {String} [authorization] The authorization token of the logged in user
133
+ * @param {Number} [cacheduration] The how long the cache entry should persist
134
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
135
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
136
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
137
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
122
138
  * @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
123
139
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -137,6 +153,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
137
153
  var queryParams = {};
138
154
  var headerParams = {
139
155
  'Authorization': opts['authorization'],
156
+ 'cacheduration': opts['cacheduration'],
157
+ 'cachegroup': opts['cachegroup'],
158
+ 'cachekey': opts['cachekey'],
159
+ 'cachescope': opts['cachescope'],
140
160
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
141
161
  'zeusportal-postas': opts['zeusportalPostas'],
142
162
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -156,6 +176,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
156
176
  * @param {Array.<module:model/Form>} form GraphObject object or array of objects to create
157
177
  * @param {Object} opts Optional parameters
158
178
  * @param {String} opts.authorization The authorization token of the logged in user
179
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
180
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
181
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
182
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
159
183
  * @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
160
184
  * @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
161
185
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -177,6 +201,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
177
201
  * @param {module:model/Form} form The form object data to update
178
202
  * @param {Object} opts Optional parameters
179
203
  * @param {String} [authorization] The authorization token of the logged in user
204
+ * @param {Number} [cacheduration] The how long the cache entry should persist
205
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
206
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
207
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
180
208
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
181
209
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
182
210
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -202,6 +230,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
202
230
  var queryParams = {};
203
231
  var headerParams = {
204
232
  'Authorization': opts['authorization'],
233
+ 'cacheduration': opts['cacheduration'],
234
+ 'cachegroup': opts['cachegroup'],
235
+ 'cachekey': opts['cachekey'],
236
+ 'cachescope': opts['cachescope'],
205
237
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
206
238
  'zeusportal-postas': opts['zeusportalPostas'],
207
239
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -222,6 +254,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
222
254
  * @param {module:model/Form} form The form object data to update
223
255
  * @param {Object} opts Optional parameters
224
256
  * @param {String} opts.authorization The authorization token of the logged in user
257
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
258
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
259
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
260
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
225
261
  * @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
226
262
  * @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
227
263
  * @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 FormsApi = exports["default"] = /*#__PURE__*/function () {
243
279
  * @param {module:model/FormSection} formSection The form object data to update
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
@@ -268,6 +308,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
268
308
  var queryParams = {};
269
309
  var headerParams = {
270
310
  'Authorization': opts['authorization'],
311
+ 'cacheduration': opts['cacheduration'],
312
+ 'cachegroup': opts['cachegroup'],
313
+ 'cachekey': opts['cachekey'],
314
+ 'cachescope': opts['cachescope'],
271
315
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
272
316
  'zeusportal-postas': opts['zeusportalPostas'],
273
317
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -288,6 +332,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
288
332
  * @param {module:model/FormSection} formSection The form object data to update
289
333
  * @param {Object} opts Optional parameters
290
334
  * @param {String} opts.authorization The authorization token of the logged in user
335
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
336
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
337
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
338
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
291
339
  * @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
292
340
  * @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
293
341
  * @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
@@ -309,6 +357,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
309
357
  * @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
310
358
  * @param {Object} opts Optional parameters
311
359
  * @param {String} [authorization] The authorization token of the logged in user
360
+ * @param {Number} [cacheduration] The how long the cache entry should persist
361
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
362
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
363
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
312
364
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
313
365
  * @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
314
366
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -334,6 +386,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
334
386
  var queryParams = {};
335
387
  var headerParams = {
336
388
  'Authorization': opts['authorization'],
389
+ 'cacheduration': opts['cacheduration'],
390
+ 'cachegroup': opts['cachegroup'],
391
+ 'cachekey': opts['cachekey'],
392
+ 'cachescope': opts['cachescope'],
337
393
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
338
394
  'zeusportal-postas': opts['zeusportalPostas'],
339
395
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -354,6 +410,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
354
410
  * @param {Array.<module:model/FormSection>} formSection GraphObject object or array of objects to create
355
411
  * @param {Object} opts Optional parameters
356
412
  * @param {String} opts.authorization The authorization token of the logged in user
413
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
414
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
415
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
416
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
357
417
  * @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
358
418
  * @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
359
419
  * @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
@@ -374,6 +434,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
374
434
  * @param {Number} id
375
435
  * @param {Object} opts Optional parameters
376
436
  * @param {String} [authorization] The authorization token of the logged in user
437
+ * @param {Number} [cacheduration] The how long the cache entry should persist
438
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
439
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
440
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
377
441
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
378
442
  * @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
379
443
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -395,6 +459,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
395
459
  var queryParams = {};
396
460
  var headerParams = {
397
461
  'Authorization': opts['authorization'],
462
+ 'cacheduration': opts['cacheduration'],
463
+ 'cachegroup': opts['cachegroup'],
464
+ 'cachekey': opts['cachekey'],
465
+ 'cachescope': opts['cachescope'],
398
466
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
399
467
  'zeusportal-postas': opts['zeusportalPostas'],
400
468
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -414,6 +482,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
414
482
  * @param {Number} id
415
483
  * @param {Object} opts Optional parameters
416
484
  * @param {String} opts.authorization The authorization token of the logged in user
485
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
486
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
487
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
488
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
417
489
  * @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
418
490
  * @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
419
491
  * @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
@@ -432,6 +504,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
432
504
  * Root for the API
433
505
  * @param {Object} opts Optional parameters
434
506
  * @param {String} [authorization] The authorization token of the logged in user
507
+ * @param {Number} [cacheduration] The how long the cache entry should persist
508
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
509
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
510
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
435
511
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
436
512
  * @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
437
513
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -447,6 +523,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
447
523
  var queryParams = {};
448
524
  var headerParams = {
449
525
  'Authorization': opts['authorization'],
526
+ 'cacheduration': opts['cacheduration'],
527
+ 'cachegroup': opts['cachegroup'],
528
+ 'cachekey': opts['cachekey'],
529
+ 'cachescope': opts['cachescope'],
450
530
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
451
531
  'zeusportal-postas': opts['zeusportalPostas'],
452
532
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -464,6 +544,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
464
544
  * Root for the API
465
545
  * @param {Object} opts Optional parameters
466
546
  * @param {String} opts.authorization The authorization token of the logged in user
547
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
548
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
549
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
550
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
467
551
  * @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
468
552
  * @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
469
553
  * @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
@@ -482,6 +566,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
482
566
  * Root for the API
483
567
  * @param {Object} opts Optional parameters
484
568
  * @param {String} [authorization] The authorization token of the logged in user
569
+ * @param {Number} [cacheduration] The how long the cache entry should persist
570
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
571
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
572
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
485
573
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
486
574
  * @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
487
575
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -497,6 +585,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
497
585
  var queryParams = {};
498
586
  var headerParams = {
499
587
  'Authorization': opts['authorization'],
588
+ 'cacheduration': opts['cacheduration'],
589
+ 'cachegroup': opts['cachegroup'],
590
+ 'cachekey': opts['cachekey'],
591
+ 'cachescope': opts['cachescope'],
500
592
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
501
593
  'zeusportal-postas': opts['zeusportalPostas'],
502
594
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -514,6 +606,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
514
606
  * Root for the API
515
607
  * @param {Object} opts Optional parameters
516
608
  * @param {String} opts.authorization The authorization token of the logged in user
609
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
610
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
611
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
612
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
517
613
  * @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
518
614
  * @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
519
615
  * @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
@@ -532,6 +628,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
532
628
  * Root for the API
533
629
  * @param {Object} opts Optional parameters
534
630
  * @param {String} [authorization] The authorization token of the logged in user
631
+ * @param {Number} [cacheduration] The how long the cache entry should persist
632
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
633
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
634
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
535
635
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
536
636
  * @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
537
637
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -547,6 +647,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
547
647
  var queryParams = {};
548
648
  var headerParams = {
549
649
  'Authorization': opts['authorization'],
650
+ 'cacheduration': opts['cacheduration'],
651
+ 'cachegroup': opts['cachegroup'],
652
+ 'cachekey': opts['cachekey'],
653
+ 'cachescope': opts['cachescope'],
550
654
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
551
655
  'zeusportal-postas': opts['zeusportalPostas'],
552
656
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -564,6 +668,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
564
668
  * Root for the API
565
669
  * @param {Object} opts Optional parameters
566
670
  * @param {String} opts.authorization The authorization token of the logged in user
671
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
672
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
673
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
674
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
567
675
  * @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
568
676
  * @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
569
677
  * @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
@@ -584,6 +692,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
584
692
  * @param {Number} id
585
693
  * @param {Object} opts Optional parameters
586
694
  * @param {String} [authorization] The authorization token of the logged in user
695
+ * @param {Number} [cacheduration] The how long the cache entry should persist
696
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
697
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
698
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
587
699
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
588
700
  * @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
589
701
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -605,6 +717,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
605
717
  var queryParams = {};
606
718
  var headerParams = {
607
719
  'Authorization': opts['authorization'],
720
+ 'cacheduration': opts['cacheduration'],
721
+ 'cachegroup': opts['cachegroup'],
722
+ 'cachekey': opts['cachekey'],
723
+ 'cachescope': opts['cachescope'],
608
724
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
609
725
  'zeusportal-postas': opts['zeusportalPostas'],
610
726
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -624,6 +740,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
624
740
  * @param {Number} id
625
741
  * @param {Object} opts Optional parameters
626
742
  * @param {String} opts.authorization The authorization token of the logged in user
743
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
744
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
745
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
746
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
627
747
  * @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
628
748
  * @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
629
749
  * @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
@@ -642,6 +762,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
642
762
  * @param {Number} id
643
763
  * @param {Object} opts Optional parameters
644
764
  * @param {String} [authorization] The authorization token of the logged in user
765
+ * @param {Number} [cacheduration] The how long the cache entry should persist
766
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
767
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
645
769
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
646
770
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
647
771
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -663,6 +787,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
663
787
  var queryParams = {};
664
788
  var headerParams = {
665
789
  'Authorization': opts['authorization'],
790
+ 'cacheduration': opts['cacheduration'],
791
+ 'cachegroup': opts['cachegroup'],
792
+ 'cachekey': opts['cachekey'],
793
+ 'cachescope': opts['cachescope'],
666
794
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
667
795
  'zeusportal-postas': opts['zeusportalPostas'],
668
796
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -680,6 +808,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
680
808
  * @param {Number} id
681
809
  * @param {Object} opts Optional parameters
682
810
  * @param {String} opts.authorization The authorization token of the logged in user
811
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
812
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
813
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
814
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
683
815
  * @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
684
816
  * @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
685
817
  * @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
@@ -700,6 +832,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
700
832
  * @param {Number} id
701
833
  * @param {Object} opts Optional parameters
702
834
  * @param {String} [authorization] The authorization token of the logged in user
835
+ * @param {Number} [cacheduration] The how long the cache entry should persist
836
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
837
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
838
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
703
839
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
704
840
  * @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
705
841
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -721,6 +857,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
721
857
  var queryParams = {};
722
858
  var headerParams = {
723
859
  'Authorization': opts['authorization'],
860
+ 'cacheduration': opts['cacheduration'],
861
+ 'cachegroup': opts['cachegroup'],
862
+ 'cachekey': opts['cachekey'],
863
+ 'cachescope': opts['cachescope'],
724
864
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
725
865
  'zeusportal-postas': opts['zeusportalPostas'],
726
866
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -740,6 +880,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
740
880
  * @param {Number} id
741
881
  * @param {Object} opts Optional parameters
742
882
  * @param {String} opts.authorization The authorization token of the logged in user
883
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
884
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
885
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
886
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
743
887
  * @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
744
888
  * @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
745
889
  * @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
@@ -758,6 +902,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
758
902
  * @param {Number} id
759
903
  * @param {Object} opts Optional parameters
760
904
  * @param {String} [authorization] The authorization token of the logged in user
905
+ * @param {Number} [cacheduration] The how long the cache entry should persist
906
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
907
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
908
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
761
909
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
762
910
  * @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
763
911
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -779,6 +927,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
779
927
  var queryParams = {};
780
928
  var headerParams = {
781
929
  'Authorization': opts['authorization'],
930
+ 'cacheduration': opts['cacheduration'],
931
+ 'cachegroup': opts['cachegroup'],
932
+ 'cachekey': opts['cachekey'],
933
+ 'cachescope': opts['cachescope'],
782
934
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
783
935
  'zeusportal-postas': opts['zeusportalPostas'],
784
936
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -796,6 +948,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
796
948
  * @param {Number} id
797
949
  * @param {Object} opts Optional parameters
798
950
  * @param {String} opts.authorization The authorization token of the logged in user
951
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
952
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
953
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
954
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
799
955
  * @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
800
956
  * @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
801
957
  * @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
@@ -816,6 +972,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
816
972
  * @param {Number} id
817
973
  * @param {Object} opts Optional parameters
818
974
  * @param {String} [authorization] The authorization token of the logged in user
975
+ * @param {Number} [cacheduration] The how long the cache entry should persist
976
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
977
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
978
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
819
979
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
820
980
  * @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
821
981
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -837,6 +997,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
837
997
  var queryParams = {};
838
998
  var headerParams = {
839
999
  'Authorization': opts['authorization'],
1000
+ 'cacheduration': opts['cacheduration'],
1001
+ 'cachegroup': opts['cachegroup'],
1002
+ 'cachekey': opts['cachekey'],
1003
+ 'cachescope': opts['cachescope'],
840
1004
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
841
1005
  'zeusportal-postas': opts['zeusportalPostas'],
842
1006
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -856,6 +1020,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
856
1020
  * @param {Number} id
857
1021
  * @param {Object} opts Optional parameters
858
1022
  * @param {String} opts.authorization The authorization token of the logged in user
1023
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1024
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1025
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1026
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
859
1027
  * @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
860
1028
  * @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
861
1029
  * @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
@@ -876,6 +1044,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
876
1044
  * @param {Number} id
877
1045
  * @param {Object} opts Optional parameters
878
1046
  * @param {String} [authorization] The authorization token of the logged in user
1047
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1048
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1049
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1050
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
879
1051
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
880
1052
  * @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
881
1053
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -897,6 +1069,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
897
1069
  var queryParams = {};
898
1070
  var headerParams = {
899
1071
  'Authorization': opts['authorization'],
1072
+ 'cacheduration': opts['cacheduration'],
1073
+ 'cachegroup': opts['cachegroup'],
1074
+ 'cachekey': opts['cachekey'],
1075
+ 'cachescope': opts['cachescope'],
900
1076
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
901
1077
  'zeusportal-postas': opts['zeusportalPostas'],
902
1078
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -918,6 +1094,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
918
1094
  * @param {Number} id
919
1095
  * @param {Object} opts Optional parameters
920
1096
  * @param {String} opts.authorization The authorization token of the logged in user
1097
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1098
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1099
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1100
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
921
1101
  * @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
922
1102
  * @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
923
1103
  * @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
@@ -939,6 +1119,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
939
1119
  * @param {String} prop
940
1120
  * @param {Object} opts Optional parameters
941
1121
  * @param {String} [authorization] The authorization token of the logged in user
1122
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1123
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1124
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1125
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
942
1126
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
943
1127
  * @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
944
1128
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -965,6 +1149,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
965
1149
  var queryParams = {};
966
1150
  var headerParams = {
967
1151
  'Authorization': opts['authorization'],
1152
+ 'cacheduration': opts['cacheduration'],
1153
+ 'cachegroup': opts['cachegroup'],
1154
+ 'cachekey': opts['cachekey'],
1155
+ 'cachescope': opts['cachescope'],
968
1156
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
969
1157
  'zeusportal-postas': opts['zeusportalPostas'],
970
1158
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -987,6 +1175,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
987
1175
  * @param {String} prop
988
1176
  * @param {Object} opts Optional parameters
989
1177
  * @param {String} opts.authorization The authorization token of the logged in user
1178
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1179
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1180
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1181
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
990
1182
  * @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
991
1183
  * @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
992
1184
  * @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
@@ -1007,6 +1199,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1007
1199
  * @param {Number} id
1008
1200
  * @param {Object} opts Optional parameters
1009
1201
  * @param {String} [authorization] The authorization token of the logged in user
1202
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1203
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1204
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1205
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1010
1206
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1011
1207
  * @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
1012
1208
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1029,6 +1225,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1029
1225
  var queryParams = {};
1030
1226
  var headerParams = {
1031
1227
  'Authorization': opts['authorization'],
1228
+ 'cacheduration': opts['cacheduration'],
1229
+ 'cachegroup': opts['cachegroup'],
1230
+ 'cachekey': opts['cachekey'],
1231
+ 'cachescope': opts['cachescope'],
1032
1232
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1033
1233
  'zeusportal-postas': opts['zeusportalPostas'],
1034
1234
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1048,6 +1248,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1048
1248
  * @param {Number} id
1049
1249
  * @param {Object} opts Optional parameters
1050
1250
  * @param {String} opts.authorization The authorization token of the logged in user
1251
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1252
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1253
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1254
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1051
1255
  * @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
1052
1256
  * @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
1053
1257
  * @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
@@ -1070,6 +1274,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1070
1274
  * @param {String} prop
1071
1275
  * @param {Object} opts Optional parameters
1072
1276
  * @param {String} [authorization] The authorization token of the logged in user
1277
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1278
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1279
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1280
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1073
1281
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1074
1282
  * @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
1075
1283
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1097,6 +1305,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1097
1305
  var queryParams = {};
1098
1306
  var headerParams = {
1099
1307
  'Authorization': opts['authorization'],
1308
+ 'cacheduration': opts['cacheduration'],
1309
+ 'cachegroup': opts['cachegroup'],
1310
+ 'cachekey': opts['cachekey'],
1311
+ 'cachescope': opts['cachescope'],
1100
1312
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1101
1313
  'zeusportal-postas': opts['zeusportalPostas'],
1102
1314
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1117,6 +1329,10 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1117
1329
  * @param {String} prop
1118
1330
  * @param {Object} opts Optional parameters
1119
1331
  * @param {String} opts.authorization The authorization token of the logged in user
1332
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1333
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1334
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1335
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1120
1336
  * @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
1121
1337
  * @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
1122
1338
  * @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