@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
@@ -35,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
35
35
  * gobodo-api
36
36
  * REST Interface for Gobodo API
37
37
  *
38
- * The version of the OpenAPI document: 0.1.36
38
+ * The version of the OpenAPI document: 0.1.39
39
39
  * Contact: info@gobodo.io
40
40
  *
41
41
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
46
46
  /**
47
47
  * GraphObjects service.
48
48
  * @module api/GraphObjectsApi
49
- * @version 0.1.36
49
+ * @version 0.1.39
50
50
  */
51
51
  var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -68,6 +68,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
68
68
  * @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
69
69
  * @param {Object} opts Optional parameters
70
70
  * @param {String} [authorization] The authorization token of the logged in user
71
+ * @param {Number} [cacheduration] The how long the cache entry should persist
72
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
73
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
74
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
71
75
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
72
76
  * @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
73
77
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -93,6 +97,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
93
97
  var queryParams = {};
94
98
  var headerParams = {
95
99
  'Authorization': opts['authorization'],
100
+ 'cacheduration': opts['cacheduration'],
101
+ 'cachegroup': opts['cachegroup'],
102
+ 'cachekey': opts['cachekey'],
103
+ 'cachescope': opts['cachescope'],
96
104
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
97
105
  'zeusportal-postas': opts['zeusportalPostas'],
98
106
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -113,6 +121,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
113
121
  * @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
114
122
  * @param {Object} opts Optional parameters
115
123
  * @param {String} opts.authorization The authorization token of the logged in user
124
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
125
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
126
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
127
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
116
128
  * @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
117
129
  * @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
118
130
  * @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
@@ -133,6 +145,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
133
145
  * @param {Number} objectid The id of the object we are streaming
134
146
  * @param {Object} opts Optional parameters
135
147
  * @param {String} [authorization] The authorization token of the logged in user
148
+ * @param {Number} [cacheduration] The how long the cache entry should persist
149
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
150
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
151
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
136
152
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
137
153
  * @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
138
154
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -154,6 +170,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
154
170
  var queryParams = {};
155
171
  var headerParams = {
156
172
  'Authorization': opts['authorization'],
173
+ 'cacheduration': opts['cacheduration'],
174
+ 'cachegroup': opts['cachegroup'],
175
+ 'cachekey': opts['cachekey'],
176
+ 'cachescope': opts['cachescope'],
157
177
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
158
178
  'zeusportal-postas': opts['zeusportalPostas'],
159
179
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -175,6 +195,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
175
195
  * @param {Number} objectid The id of the object we are streaming
176
196
  * @param {Object} opts Optional parameters
177
197
  * @param {String} opts.authorization The authorization token of the logged in user
198
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
199
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
200
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
201
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
178
202
  * @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
179
203
  * @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
180
204
  * @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
@@ -193,6 +217,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
193
217
  * @param {Number} id The id of the object that the file is being attached to
194
218
  * @param {Object} opts Optional parameters
195
219
  * @param {String} [authorization] The authorization token of the logged in user
220
+ * @param {Number} [cacheduration] The how long the cache entry should persist
221
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
222
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
223
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
196
224
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
197
225
  * @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
198
226
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -218,6 +246,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
218
246
  var queryParams = {};
219
247
  var headerParams = {
220
248
  'Authorization': opts['authorization'],
249
+ 'cacheduration': opts['cacheduration'],
250
+ 'cachegroup': opts['cachegroup'],
251
+ 'cachekey': opts['cachekey'],
252
+ 'cachescope': opts['cachescope'],
221
253
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
222
254
  'zeusportal-postas': opts['zeusportalPostas'],
223
255
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -240,6 +272,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
240
272
  * @param {Number} id The id of the object that the file is being attached to
241
273
  * @param {Object} opts Optional parameters
242
274
  * @param {String} opts.authorization The authorization token of the logged in user
275
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
276
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
277
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
278
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
243
279
  * @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
244
280
  * @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
245
281
  * @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
@@ -262,6 +298,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
262
298
  * @param {Number} id The id of the object that the image is being attached to
263
299
  * @param {Object} opts Optional parameters
264
300
  * @param {String} [authorization] The authorization token of the logged in user
301
+ * @param {Number} [cacheduration] The how long the cache entry should persist
302
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
303
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
304
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
265
305
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
266
306
  * @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
267
307
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -287,6 +327,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
287
327
  var queryParams = {};
288
328
  var headerParams = {
289
329
  'Authorization': opts['authorization'],
330
+ 'cacheduration': opts['cacheduration'],
331
+ 'cachegroup': opts['cachegroup'],
332
+ 'cachekey': opts['cachekey'],
333
+ 'cachescope': opts['cachescope'],
290
334
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
291
335
  'zeusportal-postas': opts['zeusportalPostas'],
292
336
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -309,6 +353,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
309
353
  * @param {Number} id The id of the object that the image is being attached to
310
354
  * @param {Object} opts Optional parameters
311
355
  * @param {String} opts.authorization The authorization token of the logged in user
356
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
357
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
358
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
359
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
312
360
  * @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
313
361
  * @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
314
362
  * @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
@@ -332,6 +380,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
332
380
  * @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
333
381
  * @param {Object} opts Optional parameters
334
382
  * @param {String} [authorization] The authorization token of the logged in user
383
+ * @param {Number} [cacheduration] The how long the cache entry should persist
384
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
385
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
386
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
335
387
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
336
388
  * @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
337
389
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -357,6 +409,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
357
409
  var queryParams = {};
358
410
  var headerParams = {
359
411
  'Authorization': opts['authorization'],
412
+ 'cacheduration': opts['cacheduration'],
413
+ 'cachegroup': opts['cachegroup'],
414
+ 'cachekey': opts['cachekey'],
415
+ 'cachescope': opts['cachescope'],
360
416
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
361
417
  'zeusportal-postas': opts['zeusportalPostas'],
362
418
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -375,6 +431,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
375
431
  * @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
376
432
  * @param {Object} opts Optional parameters
377
433
  * @param {String} opts.authorization The authorization token of the logged in user
434
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
435
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
436
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
437
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
378
438
  * @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
379
439
  * @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
380
440
  * @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
@@ -394,6 +454,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
394
454
  * @param {Number} id
395
455
  * @param {Object} opts Optional parameters
396
456
  * @param {String} [authorization] The authorization token of the logged in user
457
+ * @param {Number} [cacheduration] The how long the cache entry should persist
458
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
459
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
460
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
397
461
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
398
462
  * @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
399
463
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -416,6 +480,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
416
480
  var queryParams = {};
417
481
  var headerParams = {
418
482
  'Authorization': opts['authorization'],
483
+ 'cacheduration': opts['cacheduration'],
484
+ 'cachegroup': opts['cachegroup'],
485
+ 'cachekey': opts['cachekey'],
486
+ 'cachescope': opts['cachescope'],
419
487
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
420
488
  'zeusportal-postas': opts['zeusportalPostas'],
421
489
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -434,6 +502,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
434
502
  * @param {Number} id
435
503
  * @param {Object} opts Optional parameters
436
504
  * @param {String} opts.authorization The authorization token of the logged in user
505
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
506
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
507
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
508
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
437
509
  * @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
438
510
  * @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
439
511
  * @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
@@ -454,6 +526,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
454
526
  * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
455
527
  * @param {Object} opts Optional parameters
456
528
  * @param {String} [authorization] The authorization token of the logged in user
529
+ * @param {Number} [cacheduration] The how long the cache entry should persist
530
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
531
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
532
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
457
533
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
458
534
  * @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
459
535
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -479,6 +555,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
479
555
  var queryParams = {};
480
556
  var headerParams = {
481
557
  'Authorization': opts['authorization'],
558
+ 'cacheduration': opts['cacheduration'],
559
+ 'cachegroup': opts['cachegroup'],
560
+ 'cachekey': opts['cachekey'],
561
+ 'cachescope': opts['cachescope'],
482
562
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
483
563
  'zeusportal-postas': opts['zeusportalPostas'],
484
564
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -497,6 +577,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
497
577
  * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
498
578
  * @param {Object} opts Optional parameters
499
579
  * @param {String} opts.authorization The authorization token of the logged in user
580
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
581
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
582
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
583
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
500
584
  * @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
501
585
  * @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
502
586
  * @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
@@ -518,6 +602,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
518
602
  * @param {module:model/UserInviteInput} userInviteInput An Invite Input
519
603
  * @param {Object} opts Optional parameters
520
604
  * @param {String} [authorization] The authorization token of the logged in user
605
+ * @param {Number} [cacheduration] The how long the cache entry should persist
606
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
607
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
608
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
521
609
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
522
610
  * @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
523
611
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -543,6 +631,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
543
631
  var queryParams = {};
544
632
  var headerParams = {
545
633
  'Authorization': opts['authorization'],
634
+ 'cacheduration': opts['cacheduration'],
635
+ 'cachegroup': opts['cachegroup'],
636
+ 'cachekey': opts['cachekey'],
637
+ 'cachescope': opts['cachescope'],
546
638
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
547
639
  'zeusportal-postas': opts['zeusportalPostas'],
548
640
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -563,6 +655,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
563
655
  * @param {module:model/UserInviteInput} userInviteInput An Invite Input
564
656
  * @param {Object} opts Optional parameters
565
657
  * @param {String} opts.authorization The authorization token of the logged in user
658
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
659
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
660
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
661
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
566
662
  * @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
567
663
  * @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
568
664
  * @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
@@ -583,6 +679,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
583
679
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
584
680
  * @param {Object} opts Optional parameters
585
681
  * @param {String} [authorization] The authorization token of the logged in user
682
+ * @param {Number} [cacheduration] The how long the cache entry should persist
683
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
684
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
685
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
586
686
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
587
687
  * @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
588
688
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -602,6 +702,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
602
702
  var queryParams = {};
603
703
  var headerParams = {
604
704
  'Authorization': opts['authorization'],
705
+ 'cacheduration': opts['cacheduration'],
706
+ 'cachegroup': opts['cachegroup'],
707
+ 'cachekey': opts['cachekey'],
708
+ 'cachescope': opts['cachescope'],
605
709
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
606
710
  'zeusportal-postas': opts['zeusportalPostas'],
607
711
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -621,6 +725,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
621
725
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
622
726
  * @param {Object} opts Optional parameters
623
727
  * @param {String} opts.authorization The authorization token of the logged in user
728
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
729
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
730
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
731
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
624
732
  * @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
625
733
  * @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
626
734
  * @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
@@ -641,6 +749,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
641
749
  * @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
642
750
  * @param {Object} opts Optional parameters
643
751
  * @param {String} [authorization] The authorization token of the logged in user
752
+ * @param {Number} [cacheduration] The how long the cache entry should persist
753
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
754
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
755
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
644
756
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
645
757
  * @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
646
758
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -660,6 +772,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
660
772
  var queryParams = {};
661
773
  var headerParams = {
662
774
  'Authorization': opts['authorization'],
775
+ 'cacheduration': opts['cacheduration'],
776
+ 'cachegroup': opts['cachegroup'],
777
+ 'cachekey': opts['cachekey'],
778
+ 'cachescope': opts['cachescope'],
663
779
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
664
780
  'zeusportal-postas': opts['zeusportalPostas'],
665
781
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -679,6 +795,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
679
795
  * @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
680
796
  * @param {Object} opts Optional parameters
681
797
  * @param {String} opts.authorization The authorization token of the logged in user
798
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
799
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
800
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
801
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
682
802
  * @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
683
803
  * @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
684
804
  * @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 +820,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
700
820
  * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
701
821
  * @param {Object} opts Optional parameters
702
822
  * @param {String} [authorization] The authorization token of the logged in user
823
+ * @param {Number} [cacheduration] The how long the cache entry should persist
824
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
825
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
826
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
703
827
  * @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
828
  * @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
829
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -725,6 +849,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
725
849
  var queryParams = {};
726
850
  var headerParams = {
727
851
  'Authorization': opts['authorization'],
852
+ 'cacheduration': opts['cacheduration'],
853
+ 'cachegroup': opts['cachegroup'],
854
+ 'cachekey': opts['cachekey'],
855
+ 'cachescope': opts['cachescope'],
728
856
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
729
857
  'zeusportal-postas': opts['zeusportalPostas'],
730
858
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -745,6 +873,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
745
873
  * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
746
874
  * @param {Object} opts Optional parameters
747
875
  * @param {String} opts.authorization The authorization token of the logged in user
876
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
877
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
878
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
879
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
748
880
  * @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
749
881
  * @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
750
882
  * @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
@@ -766,6 +898,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
766
898
  * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
767
899
  * @param {Object} opts Optional parameters
768
900
  * @param {String} [authorization] The authorization token of the logged in user
901
+ * @param {Number} [cacheduration] The how long the cache entry should persist
902
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
903
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
904
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
769
905
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
770
906
  * @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
771
907
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -791,6 +927,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
791
927
  var queryParams = {};
792
928
  var headerParams = {
793
929
  'Authorization': opts['authorization'],
930
+ 'cacheduration': opts['cacheduration'],
931
+ 'cachegroup': opts['cachegroup'],
932
+ 'cachekey': opts['cachekey'],
933
+ 'cachescope': opts['cachescope'],
794
934
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
795
935
  'zeusportal-postas': opts['zeusportalPostas'],
796
936
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -811,6 +951,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
811
951
  * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
812
952
  * @param {Object} opts Optional parameters
813
953
  * @param {String} opts.authorization The authorization token of the logged in user
954
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
955
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
956
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
957
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
814
958
  * @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
815
959
  * @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
816
960
  * @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
@@ -830,6 +974,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
830
974
  * @param {Number} geocodeid The id of the object whose properties we are updating
831
975
  * @param {Object} opts Optional parameters
832
976
  * @param {String} [authorization] The authorization token of the logged in user
977
+ * @param {Number} [cacheduration] The how long the cache entry should persist
978
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
979
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
980
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
833
981
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
834
982
  * @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
835
983
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -856,6 +1004,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
856
1004
  var queryParams = {};
857
1005
  var headerParams = {
858
1006
  'Authorization': opts['authorization'],
1007
+ 'cacheduration': opts['cacheduration'],
1008
+ 'cachegroup': opts['cachegroup'],
1009
+ 'cachekey': opts['cachekey'],
1010
+ 'cachescope': opts['cachescope'],
859
1011
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
860
1012
  'zeusportal-postas': opts['zeusportalPostas'],
861
1013
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -874,6 +1026,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
874
1026
  * @param {Number} geocodeid The id of the object whose properties we are updating
875
1027
  * @param {Object} opts Optional parameters
876
1028
  * @param {String} opts.authorization The authorization token of the logged in user
1029
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1030
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1031
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1032
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
877
1033
  * @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
878
1034
  * @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
879
1035
  * @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
@@ -894,6 +1050,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
894
1050
  * @param {Number} objectid
895
1051
  * @param {Object} opts Optional parameters
896
1052
  * @param {String} [authorization] The authorization token of the logged in user
1053
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1054
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1055
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1056
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
897
1057
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
898
1058
  * @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
899
1059
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -915,6 +1075,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
915
1075
  var queryParams = {};
916
1076
  var headerParams = {
917
1077
  'Authorization': opts['authorization'],
1078
+ 'cacheduration': opts['cacheduration'],
1079
+ 'cachegroup': opts['cachegroup'],
1080
+ 'cachekey': opts['cachekey'],
1081
+ 'cachescope': opts['cachescope'],
918
1082
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
919
1083
  'zeusportal-postas': opts['zeusportalPostas'],
920
1084
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -934,6 +1098,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
934
1098
  * @param {Number} objectid
935
1099
  * @param {Object} opts Optional parameters
936
1100
  * @param {String} opts.authorization The authorization token of the logged in user
1101
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1102
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1103
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1104
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
937
1105
  * @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
938
1106
  * @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
939
1107
  * @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
@@ -953,6 +1121,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
953
1121
  * @param {Number} id The id of the object to delete
954
1122
  * @param {Object} opts Optional parameters
955
1123
  * @param {String} [authorization] The authorization token of the logged in user
1124
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1125
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1126
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1127
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
956
1128
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
957
1129
  * @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
958
1130
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -974,6 +1146,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
974
1146
  var queryParams = {};
975
1147
  var headerParams = {
976
1148
  'Authorization': opts['authorization'],
1149
+ 'cacheduration': opts['cacheduration'],
1150
+ 'cachegroup': opts['cachegroup'],
1151
+ 'cachekey': opts['cachekey'],
1152
+ 'cachescope': opts['cachescope'],
977
1153
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
978
1154
  'zeusportal-postas': opts['zeusportalPostas'],
979
1155
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -992,6 +1168,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
992
1168
  * @param {Number} id The id of the object to delete
993
1169
  * @param {Object} opts Optional parameters
994
1170
  * @param {String} opts.authorization The authorization token of the logged in user
1171
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1172
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1173
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1174
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
995
1175
  * @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
996
1176
  * @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
997
1177
  * @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
@@ -1012,6 +1192,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1012
1192
  * @param {Number} objectid
1013
1193
  * @param {Object} opts Optional parameters
1014
1194
  * @param {String} [authorization] The authorization token of the logged in user
1195
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1196
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1197
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1198
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1015
1199
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1016
1200
  * @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
1017
1201
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1033,6 +1217,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1033
1217
  var queryParams = {};
1034
1218
  var headerParams = {
1035
1219
  'Authorization': opts['authorization'],
1220
+ 'cacheduration': opts['cacheduration'],
1221
+ 'cachegroup': opts['cachegroup'],
1222
+ 'cachekey': opts['cachekey'],
1223
+ 'cachescope': opts['cachescope'],
1036
1224
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1037
1225
  'zeusportal-postas': opts['zeusportalPostas'],
1038
1226
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1052,6 +1240,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1052
1240
  * @param {Number} objectid
1053
1241
  * @param {Object} opts Optional parameters
1054
1242
  * @param {String} opts.authorization The authorization token of the logged in user
1243
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1244
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1245
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1246
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1055
1247
  * @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
1056
1248
  * @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
1057
1249
  * @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
@@ -1071,6 +1263,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1071
1263
  * @param {String} _function
1072
1264
  * @param {Object} opts Optional parameters
1073
1265
  * @param {String} [authorization] The authorization token of the logged in user
1266
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1267
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1268
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1269
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1074
1270
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1075
1271
  * @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
1076
1272
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1098,6 +1294,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1098
1294
  var queryParams = {};
1099
1295
  var headerParams = {
1100
1296
  'Authorization': opts['authorization'],
1297
+ 'cacheduration': opts['cacheduration'],
1298
+ 'cachegroup': opts['cachegroup'],
1299
+ 'cachekey': opts['cachekey'],
1300
+ 'cachescope': opts['cachescope'],
1101
1301
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1102
1302
  'zeusportal-postas': opts['zeusportalPostas'],
1103
1303
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1116,6 +1316,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1116
1316
  * @param {String} _function
1117
1317
  * @param {Object} opts Optional parameters
1118
1318
  * @param {String} opts.authorization The authorization token of the logged in user
1319
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1320
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1321
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1322
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1119
1323
  * @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
1120
1324
  * @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
1121
1325
  * @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
@@ -1135,6 +1339,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1135
1339
  * @param {Number} id The id of the object being followed
1136
1340
  * @param {Object} opts Optional parameters
1137
1341
  * @param {String} [authorization] The authorization token of the logged in user
1342
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1343
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1344
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1345
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1138
1346
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1139
1347
  * @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
1140
1348
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1156,6 +1364,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1156
1364
  var queryParams = {};
1157
1365
  var headerParams = {
1158
1366
  'Authorization': opts['authorization'],
1367
+ 'cacheduration': opts['cacheduration'],
1368
+ 'cachegroup': opts['cachegroup'],
1369
+ 'cachekey': opts['cachekey'],
1370
+ 'cachescope': opts['cachescope'],
1159
1371
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1160
1372
  'zeusportal-postas': opts['zeusportalPostas'],
1161
1373
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1173,6 +1385,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1173
1385
  * @param {Number} id The id of the object being followed
1174
1386
  * @param {Object} opts Optional parameters
1175
1387
  * @param {String} opts.authorization The authorization token of the logged in user
1388
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1389
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1390
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1391
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1176
1392
  * @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
1177
1393
  * @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
1178
1394
  * @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
@@ -1191,6 +1407,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1191
1407
  * Root for the API
1192
1408
  * @param {Object} opts Optional parameters
1193
1409
  * @param {String} [authorization] The authorization token of the logged in user
1410
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1411
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1412
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1413
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1194
1414
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1195
1415
  * @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
1196
1416
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1206,6 +1426,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1206
1426
  var queryParams = {};
1207
1427
  var headerParams = {
1208
1428
  'Authorization': opts['authorization'],
1429
+ 'cacheduration': opts['cacheduration'],
1430
+ 'cachegroup': opts['cachegroup'],
1431
+ 'cachekey': opts['cachekey'],
1432
+ 'cachescope': opts['cachescope'],
1209
1433
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1210
1434
  'zeusportal-postas': opts['zeusportalPostas'],
1211
1435
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1223,6 +1447,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1223
1447
  * Root for the API
1224
1448
  * @param {Object} opts Optional parameters
1225
1449
  * @param {String} opts.authorization The authorization token of the logged in user
1450
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1451
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1452
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1453
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1226
1454
  * @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
1227
1455
  * @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
1228
1456
  * @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
@@ -1243,6 +1471,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1243
1471
  * @param {Number} id The id of the object that we are retrieving actions on
1244
1472
  * @param {Object} opts Optional parameters
1245
1473
  * @param {String} [authorization] The authorization token of the logged in user
1474
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1475
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1476
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1477
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1246
1478
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1247
1479
  * @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
1248
1480
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1264,6 +1496,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1264
1496
  var queryParams = {};
1265
1497
  var headerParams = {
1266
1498
  'Authorization': opts['authorization'],
1499
+ 'cacheduration': opts['cacheduration'],
1500
+ 'cachegroup': opts['cachegroup'],
1501
+ 'cachekey': opts['cachekey'],
1502
+ 'cachescope': opts['cachescope'],
1267
1503
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1268
1504
  'zeusportal-postas': opts['zeusportalPostas'],
1269
1505
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1283,6 +1519,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1283
1519
  * @param {Number} id The id of the object that we are retrieving actions on
1284
1520
  * @param {Object} opts Optional parameters
1285
1521
  * @param {String} opts.authorization The authorization token of the logged in user
1522
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1523
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1524
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1525
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1286
1526
  * @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
1287
1527
  * @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
1288
1528
  * @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
@@ -1304,6 +1544,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1304
1544
  * @param {Number} actiontypeid
1305
1545
  * @param {Object} opts Optional parameters
1306
1546
  * @param {String} [authorization] The authorization token of the logged in user
1547
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1548
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1549
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1550
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1307
1551
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1308
1552
  * @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
1309
1553
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1330,6 +1574,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1330
1574
  var queryParams = {};
1331
1575
  var headerParams = {
1332
1576
  'Authorization': opts['authorization'],
1577
+ 'cacheduration': opts['cacheduration'],
1578
+ 'cachegroup': opts['cachegroup'],
1579
+ 'cachekey': opts['cachekey'],
1580
+ 'cachescope': opts['cachescope'],
1333
1581
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1334
1582
  'zeusportal-postas': opts['zeusportalPostas'],
1335
1583
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1350,6 +1598,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1350
1598
  * @param {Number} actiontypeid
1351
1599
  * @param {Object} opts Optional parameters
1352
1600
  * @param {String} opts.authorization The authorization token of the logged in user
1601
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1602
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1603
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1604
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1353
1605
  * @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
1354
1606
  * @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
1355
1607
  * @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
@@ -1370,6 +1622,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1370
1622
  * @param {Number} id The id of the object that we are retrieving relationships on
1371
1623
  * @param {Object} opts Optional parameters
1372
1624
  * @param {String} [authorization] The authorization token of the logged in user
1625
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1626
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1627
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1628
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1373
1629
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1374
1630
  * @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
1375
1631
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1391,6 +1647,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1391
1647
  var queryParams = {};
1392
1648
  var headerParams = {
1393
1649
  'Authorization': opts['authorization'],
1650
+ 'cacheduration': opts['cacheduration'],
1651
+ 'cachegroup': opts['cachegroup'],
1652
+ 'cachekey': opts['cachekey'],
1653
+ 'cachescope': opts['cachescope'],
1394
1654
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1395
1655
  'zeusportal-postas': opts['zeusportalPostas'],
1396
1656
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1410,6 +1670,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1410
1670
  * @param {Number} id The id of the object that we are retrieving relationships on
1411
1671
  * @param {Object} opts Optional parameters
1412
1672
  * @param {String} opts.authorization The authorization token of the logged in user
1673
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1674
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1675
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1676
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1413
1677
  * @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
1414
1678
  * @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
1415
1679
  * @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
@@ -1431,6 +1695,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1431
1695
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
1432
1696
  * @param {Object} opts Optional parameters
1433
1697
  * @param {String} [authorization] The authorization token of the logged in user
1698
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1699
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1700
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1701
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1434
1702
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1435
1703
  * @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
1436
1704
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1457,6 +1725,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1457
1725
  var queryParams = {};
1458
1726
  var headerParams = {
1459
1727
  'Authorization': opts['authorization'],
1728
+ 'cacheduration': opts['cacheduration'],
1729
+ 'cachegroup': opts['cachegroup'],
1730
+ 'cachekey': opts['cachekey'],
1731
+ 'cachescope': opts['cachescope'],
1460
1732
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1461
1733
  'zeusportal-postas': opts['zeusportalPostas'],
1462
1734
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1477,6 +1749,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1477
1749
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
1478
1750
  * @param {Object} opts Optional parameters
1479
1751
  * @param {String} opts.authorization The authorization token of the logged in user
1752
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1753
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1754
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1755
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1480
1756
  * @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
1481
1757
  * @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
1482
1758
  * @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
@@ -1495,6 +1771,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1495
1771
  * @param {Number} objectid
1496
1772
  * @param {Object} opts Optional parameters
1497
1773
  * @param {String} [authorization] The authorization token of the logged in user
1774
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1775
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1776
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1777
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1498
1778
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1499
1779
  * @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
1500
1780
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1516,6 +1796,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1516
1796
  var queryParams = {};
1517
1797
  var headerParams = {
1518
1798
  'Authorization': opts['authorization'],
1799
+ 'cacheduration': opts['cacheduration'],
1800
+ 'cachegroup': opts['cachegroup'],
1801
+ 'cachekey': opts['cachekey'],
1802
+ 'cachescope': opts['cachescope'],
1519
1803
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1520
1804
  'zeusportal-postas': opts['zeusportalPostas'],
1521
1805
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1533,6 +1817,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1533
1817
  * @param {Number} objectid
1534
1818
  * @param {Object} opts Optional parameters
1535
1819
  * @param {String} opts.authorization The authorization token of the logged in user
1820
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1821
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1822
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1823
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1536
1824
  * @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
1537
1825
  * @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
1538
1826
  * @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
@@ -1553,6 +1841,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1553
1841
  * @param {Number} objectid The id of the object we are importing the datasheet to
1554
1842
  * @param {Object} opts Optional parameters
1555
1843
  * @param {String} [authorization] The authorization token of the logged in user
1844
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1845
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1846
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1847
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1556
1848
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1557
1849
  * @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
1558
1850
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1574,6 +1866,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1574
1866
  var queryParams = {};
1575
1867
  var headerParams = {
1576
1868
  'Authorization': opts['authorization'],
1869
+ 'cacheduration': opts['cacheduration'],
1870
+ 'cachegroup': opts['cachegroup'],
1871
+ 'cachekey': opts['cachekey'],
1872
+ 'cachescope': opts['cachescope'],
1577
1873
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1578
1874
  'zeusportal-postas': opts['zeusportalPostas'],
1579
1875
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1593,6 +1889,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1593
1889
  * @param {Number} objectid The id of the object we are importing the datasheet to
1594
1890
  * @param {Object} opts Optional parameters
1595
1891
  * @param {String} opts.authorization The authorization token of the logged in user
1892
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1893
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1894
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1895
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1596
1896
  * @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
1597
1897
  * @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
1598
1898
  * @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
@@ -1613,6 +1913,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1613
1913
  * @param {Number} id The id of the object that we are retrieving events for
1614
1914
  * @param {Object} opts Optional parameters
1615
1915
  * @param {String} [authorization] The authorization token of the logged in user
1916
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1917
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1918
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1919
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1616
1920
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1617
1921
  * @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
1618
1922
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1634,6 +1938,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1634
1938
  var queryParams = {};
1635
1939
  var headerParams = {
1636
1940
  'Authorization': opts['authorization'],
1941
+ 'cacheduration': opts['cacheduration'],
1942
+ 'cachegroup': opts['cachegroup'],
1943
+ 'cachekey': opts['cachekey'],
1944
+ 'cachescope': opts['cachescope'],
1637
1945
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1638
1946
  'zeusportal-postas': opts['zeusportalPostas'],
1639
1947
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1653,6 +1961,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1653
1961
  * @param {Number} id The id of the object that we are retrieving events for
1654
1962
  * @param {Object} opts Optional parameters
1655
1963
  * @param {String} opts.authorization The authorization token of the logged in user
1964
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1965
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1966
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1967
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1656
1968
  * @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
1657
1969
  * @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
1658
1970
  * @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
@@ -1675,6 +1987,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1675
1987
  * @param {Number} enddate The unix epoch time for the end time of the event
1676
1988
  * @param {Object} opts Optional parameters
1677
1989
  * @param {String} [authorization] The authorization token of the logged in user
1990
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1991
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1992
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1993
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1678
1994
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1679
1995
  * @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
1680
1996
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1706,6 +2022,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1706
2022
  var queryParams = {};
1707
2023
  var headerParams = {
1708
2024
  'Authorization': opts['authorization'],
2025
+ 'cacheduration': opts['cacheduration'],
2026
+ 'cachegroup': opts['cachegroup'],
2027
+ 'cachekey': opts['cachekey'],
2028
+ 'cachescope': opts['cachescope'],
1709
2029
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1710
2030
  'zeusportal-postas': opts['zeusportalPostas'],
1711
2031
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1727,6 +2047,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1727
2047
  * @param {Number} enddate The unix epoch time for the end time of the event
1728
2048
  * @param {Object} opts Optional parameters
1729
2049
  * @param {String} opts.authorization The authorization token of the logged in user
2050
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2051
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2052
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2053
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1730
2054
  * @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
1731
2055
  * @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
1732
2056
  * @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
@@ -1747,6 +2071,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1747
2071
  * @param {Number} id The id of the object that we are retrieving events for
1748
2072
  * @param {Object} opts Optional parameters
1749
2073
  * @param {String} [authorization] The authorization token of the logged in user
2074
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2075
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2076
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2077
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1750
2078
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1751
2079
  * @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
1752
2080
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1768,6 +2096,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1768
2096
  var queryParams = {};
1769
2097
  var headerParams = {
1770
2098
  'Authorization': opts['authorization'],
2099
+ 'cacheduration': opts['cacheduration'],
2100
+ 'cachegroup': opts['cachegroup'],
2101
+ 'cachekey': opts['cachekey'],
2102
+ 'cachescope': opts['cachescope'],
1771
2103
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1772
2104
  'zeusportal-postas': opts['zeusportalPostas'],
1773
2105
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1787,6 +2119,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1787
2119
  * @param {Number} id The id of the object that we are retrieving events for
1788
2120
  * @param {Object} opts Optional parameters
1789
2121
  * @param {String} opts.authorization The authorization token of the logged in user
2122
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2123
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2124
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2125
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1790
2126
  * @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
1791
2127
  * @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
1792
2128
  * @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
@@ -1807,6 +2143,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1807
2143
  * @param {Number} id The id of the object that we are retrieving events for
1808
2144
  * @param {Object} opts Optional parameters
1809
2145
  * @param {String} [authorization] The authorization token of the logged in user
2146
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2147
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2148
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2149
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1810
2150
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1811
2151
  * @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
1812
2152
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1828,6 +2168,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1828
2168
  var queryParams = {};
1829
2169
  var headerParams = {
1830
2170
  'Authorization': opts['authorization'],
2171
+ 'cacheduration': opts['cacheduration'],
2172
+ 'cachegroup': opts['cachegroup'],
2173
+ 'cachekey': opts['cachekey'],
2174
+ 'cachescope': opts['cachescope'],
1831
2175
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1832
2176
  'zeusportal-postas': opts['zeusportalPostas'],
1833
2177
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1847,6 +2191,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1847
2191
  * @param {Number} id The id of the object that we are retrieving events for
1848
2192
  * @param {Object} opts Optional parameters
1849
2193
  * @param {String} opts.authorization The authorization token of the logged in user
2194
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2195
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2196
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2197
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1850
2198
  * @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
1851
2199
  * @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
1852
2200
  * @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
@@ -1865,6 +2213,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1865
2213
  * @param {Number} id
1866
2214
  * @param {Object} opts Optional parameters
1867
2215
  * @param {String} [authorization] The authorization token of the logged in user
2216
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2217
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2218
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2219
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1868
2220
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1869
2221
  * @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
1870
2222
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1886,6 +2238,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1886
2238
  var queryParams = {};
1887
2239
  var headerParams = {
1888
2240
  'Authorization': opts['authorization'],
2241
+ 'cacheduration': opts['cacheduration'],
2242
+ 'cachegroup': opts['cachegroup'],
2243
+ 'cachekey': opts['cachekey'],
2244
+ 'cachescope': opts['cachescope'],
1889
2245
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1890
2246
  'zeusportal-postas': opts['zeusportalPostas'],
1891
2247
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1903,6 +2259,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1903
2259
  * @param {Number} id
1904
2260
  * @param {Object} opts Optional parameters
1905
2261
  * @param {String} opts.authorization The authorization token of the logged in user
2262
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2263
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2264
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2265
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1906
2266
  * @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
1907
2267
  * @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
1908
2268
  * @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
@@ -1921,6 +2281,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1921
2281
  * @param {Number} id The id of the object to retrieve the geolocation information
1922
2282
  * @param {Object} opts Optional parameters
1923
2283
  * @param {String} [authorization] The authorization token of the logged in user
2284
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2285
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2286
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2287
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1924
2288
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1925
2289
  * @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
1926
2290
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1942,6 +2306,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1942
2306
  var queryParams = {};
1943
2307
  var headerParams = {
1944
2308
  'Authorization': opts['authorization'],
2309
+ 'cacheduration': opts['cacheduration'],
2310
+ 'cachegroup': opts['cachegroup'],
2311
+ 'cachekey': opts['cachekey'],
2312
+ 'cachescope': opts['cachescope'],
1945
2313
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1946
2314
  'zeusportal-postas': opts['zeusportalPostas'],
1947
2315
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1959,6 +2327,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1959
2327
  * @param {Number} id The id of the object to retrieve the geolocation information
1960
2328
  * @param {Object} opts Optional parameters
1961
2329
  * @param {String} opts.authorization The authorization token of the logged in user
2330
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2331
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2332
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2333
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1962
2334
  * @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
1963
2335
  * @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
1964
2336
  * @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
@@ -1977,6 +2349,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1977
2349
  * @param {Number} id The id of the object whose graphs we are retrieving
1978
2350
  * @param {Object} opts Optional parameters
1979
2351
  * @param {String} [authorization] The authorization token of the logged in user
2352
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2353
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2354
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2355
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1980
2356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1981
2357
  * @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
1982
2358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1998,6 +2374,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
1998
2374
  var queryParams = {};
1999
2375
  var headerParams = {
2000
2376
  'Authorization': opts['authorization'],
2377
+ 'cacheduration': opts['cacheduration'],
2378
+ 'cachegroup': opts['cachegroup'],
2379
+ 'cachekey': opts['cachekey'],
2380
+ 'cachescope': opts['cachescope'],
2001
2381
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2002
2382
  'zeusportal-postas': opts['zeusportalPostas'],
2003
2383
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2015,6 +2395,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2015
2395
  * @param {Number} id The id of the object whose graphs we are retrieving
2016
2396
  * @param {Object} opts Optional parameters
2017
2397
  * @param {String} opts.authorization The authorization token of the logged in user
2398
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2399
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2400
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2401
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2018
2402
  * @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
2019
2403
  * @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
2020
2404
  * @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
@@ -2033,6 +2417,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2033
2417
  * @param {Number} id
2034
2418
  * @param {Object} opts Optional parameters
2035
2419
  * @param {String} [authorization] The authorization token of the logged in user
2420
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2421
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2422
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2423
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2036
2424
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2037
2425
  * @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
2038
2426
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2054,6 +2442,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2054
2442
  var queryParams = {};
2055
2443
  var headerParams = {
2056
2444
  'Authorization': opts['authorization'],
2445
+ 'cacheduration': opts['cacheduration'],
2446
+ 'cachegroup': opts['cachegroup'],
2447
+ 'cachekey': opts['cachekey'],
2448
+ 'cachescope': opts['cachescope'],
2057
2449
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2058
2450
  'zeusportal-postas': opts['zeusportalPostas'],
2059
2451
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2071,6 +2463,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2071
2463
  * @param {Number} id
2072
2464
  * @param {Object} opts Optional parameters
2073
2465
  * @param {String} opts.authorization The authorization token of the logged in user
2466
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2467
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2468
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2469
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2074
2470
  * @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
2075
2471
  * @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
2076
2472
  * @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
@@ -2089,6 +2485,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2089
2485
  * @param {Number} id The id of the object that we are retrieving news feed items for
2090
2486
  * @param {Object} opts Optional parameters
2091
2487
  * @param {String} [authorization] The authorization token of the logged in user
2488
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2489
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2490
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2491
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2092
2492
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2093
2493
  * @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
2094
2494
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2110,6 +2510,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2110
2510
  var queryParams = {};
2111
2511
  var headerParams = {
2112
2512
  'Authorization': opts['authorization'],
2513
+ 'cacheduration': opts['cacheduration'],
2514
+ 'cachegroup': opts['cachegroup'],
2515
+ 'cachekey': opts['cachekey'],
2516
+ 'cachescope': opts['cachescope'],
2113
2517
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2114
2518
  'zeusportal-postas': opts['zeusportalPostas'],
2115
2519
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2127,6 +2531,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2127
2531
  * @param {Number} id The id of the object that we are retrieving news feed items for
2128
2532
  * @param {Object} opts Optional parameters
2129
2533
  * @param {String} opts.authorization The authorization token of the logged in user
2534
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2535
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2536
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2537
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2130
2538
  * @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
2131
2539
  * @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
2132
2540
  * @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
@@ -2147,6 +2555,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2147
2555
  * @param {Number} end
2148
2556
  * @param {Object} opts Optional parameters
2149
2557
  * @param {String} [authorization] The authorization token of the logged in user
2558
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2559
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2560
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2561
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2150
2562
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2151
2563
  * @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
2152
2564
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2178,6 +2590,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2178
2590
  var queryParams = {};
2179
2591
  var headerParams = {
2180
2592
  'Authorization': opts['authorization'],
2593
+ 'cacheduration': opts['cacheduration'],
2594
+ 'cachegroup': opts['cachegroup'],
2595
+ 'cachekey': opts['cachekey'],
2596
+ 'cachescope': opts['cachescope'],
2181
2597
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2182
2598
  'zeusportal-postas': opts['zeusportalPostas'],
2183
2599
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2197,6 +2613,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2197
2613
  * @param {Number} end
2198
2614
  * @param {Object} opts Optional parameters
2199
2615
  * @param {String} opts.authorization The authorization token of the logged in user
2616
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2617
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2618
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2619
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2200
2620
  * @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
2201
2621
  * @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
2202
2622
  * @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
@@ -2217,6 +2637,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2217
2637
  * @param {Number} end
2218
2638
  * @param {Object} opts Optional parameters
2219
2639
  * @param {String} [authorization] The authorization token of the logged in user
2640
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2641
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2642
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2643
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2220
2644
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2221
2645
  * @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
2222
2646
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2248,6 +2672,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2248
2672
  var queryParams = {};
2249
2673
  var headerParams = {
2250
2674
  'Authorization': opts['authorization'],
2675
+ 'cacheduration': opts['cacheduration'],
2676
+ 'cachegroup': opts['cachegroup'],
2677
+ 'cachekey': opts['cachekey'],
2678
+ 'cachescope': opts['cachescope'],
2251
2679
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2252
2680
  'zeusportal-postas': opts['zeusportalPostas'],
2253
2681
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2267,6 +2695,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2267
2695
  * @param {Number} end
2268
2696
  * @param {Object} opts Optional parameters
2269
2697
  * @param {String} opts.authorization The authorization token of the logged in user
2698
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2699
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2700
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2701
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2270
2702
  * @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
2271
2703
  * @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
2272
2704
  * @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
@@ -2286,6 +2718,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2286
2718
  * @param {Number} id The id of the object that we are retreiving
2287
2719
  * @param {Object} opts Optional parameters
2288
2720
  * @param {String} [authorization] The authorization token of the logged in user
2721
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2722
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2723
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2724
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2289
2725
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2290
2726
  * @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
2291
2727
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2307,6 +2743,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2307
2743
  var queryParams = {};
2308
2744
  var headerParams = {
2309
2745
  'Authorization': opts['authorization'],
2746
+ 'cacheduration': opts['cacheduration'],
2747
+ 'cachegroup': opts['cachegroup'],
2748
+ 'cachekey': opts['cachekey'],
2749
+ 'cachescope': opts['cachescope'],
2310
2750
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2311
2751
  'zeusportal-postas': opts['zeusportalPostas'],
2312
2752
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2325,6 +2765,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2325
2765
  * @param {Number} id The id of the object that we are retreiving
2326
2766
  * @param {Object} opts Optional parameters
2327
2767
  * @param {String} opts.authorization The authorization token of the logged in user
2768
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2769
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2770
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2771
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2328
2772
  * @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
2329
2773
  * @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
2330
2774
  * @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
@@ -2345,6 +2789,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2345
2789
  * @param {String} key The unique key of the object we are retrieving
2346
2790
  * @param {Object} opts Optional parameters
2347
2791
  * @param {String} [authorization] The authorization token of the logged in user
2792
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2793
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2794
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2795
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2348
2796
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2349
2797
  * @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
2350
2798
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2366,6 +2814,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2366
2814
  var queryParams = {};
2367
2815
  var headerParams = {
2368
2816
  'Authorization': opts['authorization'],
2817
+ 'cacheduration': opts['cacheduration'],
2818
+ 'cachegroup': opts['cachegroup'],
2819
+ 'cachekey': opts['cachekey'],
2820
+ 'cachescope': opts['cachescope'],
2369
2821
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2370
2822
  'zeusportal-postas': opts['zeusportalPostas'],
2371
2823
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2385,6 +2837,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2385
2837
  * @param {String} key The unique key of the object we are retrieving
2386
2838
  * @param {Object} opts Optional parameters
2387
2839
  * @param {String} opts.authorization The authorization token of the logged in user
2840
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2841
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2842
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2843
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2388
2844
  * @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
2389
2845
  * @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
2390
2846
  * @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
@@ -2405,6 +2861,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2405
2861
  * @param {String} schemakey The unique id of the graph schema we are retrieving
2406
2862
  * @param {Object} opts Optional parameters
2407
2863
  * @param {String} [authorization] The authorization token of the logged in user
2864
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2865
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2866
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2867
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2408
2868
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2409
2869
  * @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
2410
2870
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2426,6 +2886,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2426
2886
  var queryParams = {};
2427
2887
  var headerParams = {
2428
2888
  'Authorization': opts['authorization'],
2889
+ 'cacheduration': opts['cacheduration'],
2890
+ 'cachegroup': opts['cachegroup'],
2891
+ 'cachekey': opts['cachekey'],
2892
+ 'cachescope': opts['cachescope'],
2429
2893
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2430
2894
  'zeusportal-postas': opts['zeusportalPostas'],
2431
2895
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2445,6 +2909,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2445
2909
  * @param {String} schemakey The unique id of the graph schema we are retrieving
2446
2910
  * @param {Object} opts Optional parameters
2447
2911
  * @param {String} opts.authorization The authorization token of the logged in user
2912
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2913
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2914
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2915
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2448
2916
  * @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
2449
2917
  * @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
2450
2918
  * @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
@@ -2465,6 +2933,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2465
2933
  * @param {Number} id The id of the object whose properties we are retrieve
2466
2934
  * @param {Object} opts Optional parameters
2467
2935
  * @param {String} [authorization] The authorization token of the logged in user
2936
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2937
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2938
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2939
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2468
2940
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2469
2941
  * @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
2470
2942
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2486,6 +2958,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2486
2958
  var queryParams = {};
2487
2959
  var headerParams = {
2488
2960
  'Authorization': opts['authorization'],
2961
+ 'cacheduration': opts['cacheduration'],
2962
+ 'cachegroup': opts['cachegroup'],
2963
+ 'cachekey': opts['cachekey'],
2964
+ 'cachescope': opts['cachescope'],
2489
2965
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2490
2966
  'zeusportal-postas': opts['zeusportalPostas'],
2491
2967
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2507,6 +2983,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2507
2983
  * @param {Number} id The id of the object whose properties we are retrieve
2508
2984
  * @param {Object} opts Optional parameters
2509
2985
  * @param {String} opts.authorization The authorization token of the logged in user
2986
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2987
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2988
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2989
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2510
2990
  * @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
2511
2991
  * @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
2512
2992
  * @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
@@ -2528,6 +3008,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2528
3008
  * @param {String} prop The property is retrieving
2529
3009
  * @param {Object} opts Optional parameters
2530
3010
  * @param {String} [authorization] The authorization token of the logged in user
3011
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3012
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3013
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3014
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2531
3015
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2532
3016
  * @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
2533
3017
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2554,6 +3038,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2554
3038
  var queryParams = {};
2555
3039
  var headerParams = {
2556
3040
  'Authorization': opts['authorization'],
3041
+ 'cacheduration': opts['cacheduration'],
3042
+ 'cachegroup': opts['cachegroup'],
3043
+ 'cachekey': opts['cachekey'],
3044
+ 'cachescope': opts['cachescope'],
2557
3045
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2558
3046
  'zeusportal-postas': opts['zeusportalPostas'],
2559
3047
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2576,6 +3064,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2576
3064
  * @param {String} prop The property is retrieving
2577
3065
  * @param {Object} opts Optional parameters
2578
3066
  * @param {String} opts.authorization The authorization token of the logged in user
3067
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3068
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3069
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3070
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2579
3071
  * @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
2580
3072
  * @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
2581
3073
  * @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
@@ -2595,6 +3087,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2595
3087
  * @param {Number} id
2596
3088
  * @param {Object} opts Optional parameters
2597
3089
  * @param {String} [authorization] The authorization token of the logged in user
3090
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3091
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3092
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3093
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2598
3094
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2599
3095
  * @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
2600
3096
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2616,6 +3112,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2616
3112
  var queryParams = {};
2617
3113
  var headerParams = {
2618
3114
  'Authorization': opts['authorization'],
3115
+ 'cacheduration': opts['cacheduration'],
3116
+ 'cachegroup': opts['cachegroup'],
3117
+ 'cachekey': opts['cachekey'],
3118
+ 'cachescope': opts['cachescope'],
2619
3119
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2620
3120
  'zeusportal-postas': opts['zeusportalPostas'],
2621
3121
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2634,6 +3134,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2634
3134
  * @param {Number} id
2635
3135
  * @param {Object} opts Optional parameters
2636
3136
  * @param {String} opts.authorization The authorization token of the logged in user
3137
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3138
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3139
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3140
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2637
3141
  * @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
2638
3142
  * @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
2639
3143
  * @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
@@ -2654,6 +3158,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2654
3158
  * @param {String} tag
2655
3159
  * @param {Object} opts Optional parameters
2656
3160
  * @param {String} [authorization] The authorization token of the logged in user
3161
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3162
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3163
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3164
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2657
3165
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2658
3166
  * @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
2659
3167
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2680,6 +3188,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2680
3188
  var queryParams = {};
2681
3189
  var headerParams = {
2682
3190
  'Authorization': opts['authorization'],
3191
+ 'cacheduration': opts['cacheduration'],
3192
+ 'cachegroup': opts['cachegroup'],
3193
+ 'cachekey': opts['cachekey'],
3194
+ 'cachescope': opts['cachescope'],
2683
3195
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2684
3196
  'zeusportal-postas': opts['zeusportalPostas'],
2685
3197
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2699,6 +3211,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2699
3211
  * @param {String} tag
2700
3212
  * @param {Object} opts Optional parameters
2701
3213
  * @param {String} opts.authorization The authorization token of the logged in user
3214
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3215
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3216
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3217
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2702
3218
  * @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
2703
3219
  * @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
2704
3220
  * @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
@@ -2719,6 +3235,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2719
3235
  * @param {String} type
2720
3236
  * @param {Object} opts Optional parameters
2721
3237
  * @param {String} [authorization] The authorization token of the logged in user
3238
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3239
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3240
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3241
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2722
3242
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2723
3243
  * @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
2724
3244
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2745,6 +3265,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2745
3265
  var queryParams = {};
2746
3266
  var headerParams = {
2747
3267
  'Authorization': opts['authorization'],
3268
+ 'cacheduration': opts['cacheduration'],
3269
+ 'cachegroup': opts['cachegroup'],
3270
+ 'cachekey': opts['cachekey'],
3271
+ 'cachescope': opts['cachescope'],
2748
3272
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2749
3273
  'zeusportal-postas': opts['zeusportalPostas'],
2750
3274
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2764,6 +3288,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2764
3288
  * @param {String} type
2765
3289
  * @param {Object} opts Optional parameters
2766
3290
  * @param {String} opts.authorization The authorization token of the logged in user
3291
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3292
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3293
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3294
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2767
3295
  * @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
2768
3296
  * @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
2769
3297
  * @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
@@ -2785,6 +3313,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2785
3313
  * @param {Number} reltypeid The relationship type id
2786
3314
  * @param {Object} opts Optional parameters
2787
3315
  * @param {String} [authorization] The authorization token of the logged in user
3316
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3317
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3318
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3319
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2788
3320
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2789
3321
  * @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
2790
3322
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2811,6 +3343,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2811
3343
  var queryParams = {};
2812
3344
  var headerParams = {
2813
3345
  'Authorization': opts['authorization'],
3346
+ 'cacheduration': opts['cacheduration'],
3347
+ 'cachegroup': opts['cachegroup'],
3348
+ 'cachekey': opts['cachekey'],
3349
+ 'cachescope': opts['cachescope'],
2814
3350
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2815
3351
  'zeusportal-postas': opts['zeusportalPostas'],
2816
3352
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2831,6 +3367,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2831
3367
  * @param {Number} reltypeid The relationship type id
2832
3368
  * @param {Object} opts Optional parameters
2833
3369
  * @param {String} opts.authorization The authorization token of the logged in user
3370
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3371
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3372
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3373
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2834
3374
  * @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
2835
3375
  * @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
2836
3376
  * @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
@@ -2852,6 +3392,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2852
3392
  * @param {Number} reltypeid The relationship type id
2853
3393
  * @param {Object} opts Optional parameters
2854
3394
  * @param {String} [authorization] The authorization token of the logged in user
3395
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3396
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3397
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3398
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2855
3399
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2856
3400
  * @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
2857
3401
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2878,6 +3422,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2878
3422
  var queryParams = {};
2879
3423
  var headerParams = {
2880
3424
  'Authorization': opts['authorization'],
3425
+ 'cacheduration': opts['cacheduration'],
3426
+ 'cachegroup': opts['cachegroup'],
3427
+ 'cachekey': opts['cachekey'],
3428
+ 'cachescope': opts['cachescope'],
2881
3429
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2882
3430
  'zeusportal-postas': opts['zeusportalPostas'],
2883
3431
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2898,6 +3446,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2898
3446
  * @param {Number} reltypeid The relationship type id
2899
3447
  * @param {Object} opts Optional parameters
2900
3448
  * @param {String} opts.authorization The authorization token of the logged in user
3449
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3450
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3451
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3452
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2901
3453
  * @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
2902
3454
  * @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
2903
3455
  * @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
@@ -2919,6 +3471,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2919
3471
  * @param {Number} reltypeid The relationship type id
2920
3472
  * @param {Object} opts Optional parameters
2921
3473
  * @param {String} [authorization] The authorization token of the logged in user
3474
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3475
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3476
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3477
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2922
3478
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2923
3479
  * @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
2924
3480
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -2945,6 +3501,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2945
3501
  var queryParams = {};
2946
3502
  var headerParams = {
2947
3503
  'Authorization': opts['authorization'],
3504
+ 'cacheduration': opts['cacheduration'],
3505
+ 'cachegroup': opts['cachegroup'],
3506
+ 'cachekey': opts['cachekey'],
3507
+ 'cachescope': opts['cachescope'],
2948
3508
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
2949
3509
  'zeusportal-postas': opts['zeusportalPostas'],
2950
3510
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -2965,6 +3525,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2965
3525
  * @param {Number} reltypeid The relationship type id
2966
3526
  * @param {Object} opts Optional parameters
2967
3527
  * @param {String} opts.authorization The authorization token of the logged in user
3528
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3529
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3530
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3531
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
2968
3532
  * @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
2969
3533
  * @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
2970
3534
  * @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
@@ -2986,6 +3550,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
2986
3550
  * @param {Number} reltypeid The id of the relationship type we are searching for
2987
3551
  * @param {Object} opts Optional parameters
2988
3552
  * @param {String} [authorization] The authorization token of the logged in user
3553
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3554
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3555
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3556
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
2989
3557
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
2990
3558
  * @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
2991
3559
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3012,6 +3580,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3012
3580
  var queryParams = {};
3013
3581
  var headerParams = {
3014
3582
  'Authorization': opts['authorization'],
3583
+ 'cacheduration': opts['cacheduration'],
3584
+ 'cachegroup': opts['cachegroup'],
3585
+ 'cachekey': opts['cachekey'],
3586
+ 'cachescope': opts['cachescope'],
3015
3587
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3016
3588
  'zeusportal-postas': opts['zeusportalPostas'],
3017
3589
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3032,6 +3604,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3032
3604
  * @param {Number} reltypeid The id of the relationship type we are searching for
3033
3605
  * @param {Object} opts Optional parameters
3034
3606
  * @param {String} opts.authorization The authorization token of the logged in user
3607
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3608
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3609
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3610
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3035
3611
  * @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
3036
3612
  * @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
3037
3613
  * @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
@@ -3053,6 +3629,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3053
3629
  * @param {Number} reltypeid The id of the relationship type we are searching for
3054
3630
  * @param {Object} opts Optional parameters
3055
3631
  * @param {String} [authorization] The authorization token of the logged in user
3632
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3633
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3634
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3635
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3056
3636
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3057
3637
  * @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
3058
3638
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3079,6 +3659,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3079
3659
  var queryParams = {};
3080
3660
  var headerParams = {
3081
3661
  'Authorization': opts['authorization'],
3662
+ 'cacheduration': opts['cacheduration'],
3663
+ 'cachegroup': opts['cachegroup'],
3664
+ 'cachekey': opts['cachekey'],
3665
+ 'cachescope': opts['cachescope'],
3082
3666
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3083
3667
  'zeusportal-postas': opts['zeusportalPostas'],
3084
3668
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3099,6 +3683,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3099
3683
  * @param {Number} reltypeid The id of the relationship type we are searching for
3100
3684
  * @param {Object} opts Optional parameters
3101
3685
  * @param {String} opts.authorization The authorization token of the logged in user
3686
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3687
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3688
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3689
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3102
3690
  * @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
3103
3691
  * @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
3104
3692
  * @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
@@ -3119,6 +3707,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3119
3707
  * @param {Number} id The id of the object that we are retrieving relationships on
3120
3708
  * @param {Object} opts Optional parameters
3121
3709
  * @param {String} [authorization] The authorization token of the logged in user
3710
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3711
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3712
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3713
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3122
3714
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3123
3715
  * @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
3124
3716
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3140,6 +3732,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3140
3732
  var queryParams = {};
3141
3733
  var headerParams = {
3142
3734
  'Authorization': opts['authorization'],
3735
+ 'cacheduration': opts['cacheduration'],
3736
+ 'cachegroup': opts['cachegroup'],
3737
+ 'cachekey': opts['cachekey'],
3738
+ 'cachescope': opts['cachescope'],
3143
3739
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3144
3740
  'zeusportal-postas': opts['zeusportalPostas'],
3145
3741
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3159,6 +3755,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3159
3755
  * @param {Number} id The id of the object that we are retrieving relationships on
3160
3756
  * @param {Object} opts Optional parameters
3161
3757
  * @param {String} opts.authorization The authorization token of the logged in user
3758
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3759
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3760
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3761
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3162
3762
  * @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
3163
3763
  * @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
3164
3764
  * @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
@@ -3179,6 +3779,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3179
3779
  * @param {Number} id The id of the object that we are retrieving relationships on
3180
3780
  * @param {Object} opts Optional parameters
3181
3781
  * @param {String} [authorization] The authorization token of the logged in user
3782
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3783
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3784
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3785
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3182
3786
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3183
3787
  * @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
3184
3788
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3200,6 +3804,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3200
3804
  var queryParams = {};
3201
3805
  var headerParams = {
3202
3806
  'Authorization': opts['authorization'],
3807
+ 'cacheduration': opts['cacheduration'],
3808
+ 'cachegroup': opts['cachegroup'],
3809
+ 'cachekey': opts['cachekey'],
3810
+ 'cachescope': opts['cachescope'],
3203
3811
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3204
3812
  'zeusportal-postas': opts['zeusportalPostas'],
3205
3813
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3219,6 +3827,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3219
3827
  * @param {Number} id The id of the object that we are retrieving relationships on
3220
3828
  * @param {Object} opts Optional parameters
3221
3829
  * @param {String} opts.authorization The authorization token of the logged in user
3830
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3831
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3832
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3833
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3222
3834
  * @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
3223
3835
  * @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
3224
3836
  * @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
@@ -3237,6 +3849,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3237
3849
  * @param {Number} id
3238
3850
  * @param {Object} opts Optional parameters
3239
3851
  * @param {String} [authorization] The authorization token of the logged in user
3852
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3853
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3854
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3855
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3240
3856
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3241
3857
  * @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
3242
3858
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3258,6 +3874,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3258
3874
  var queryParams = {};
3259
3875
  var headerParams = {
3260
3876
  'Authorization': opts['authorization'],
3877
+ 'cacheduration': opts['cacheduration'],
3878
+ 'cachegroup': opts['cachegroup'],
3879
+ 'cachekey': opts['cachekey'],
3880
+ 'cachescope': opts['cachescope'],
3261
3881
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3262
3882
  'zeusportal-postas': opts['zeusportalPostas'],
3263
3883
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3275,6 +3895,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3275
3895
  * @param {Number} id
3276
3896
  * @param {Object} opts Optional parameters
3277
3897
  * @param {String} opts.authorization The authorization token of the logged in user
3898
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3899
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3900
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3901
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3278
3902
  * @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
3279
3903
  * @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
3280
3904
  * @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
@@ -3293,6 +3917,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3293
3917
  * @param {Number} id
3294
3918
  * @param {Object} opts Optional parameters
3295
3919
  * @param {String} [authorization] The authorization token of the logged in user
3920
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3921
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3922
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3923
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3296
3924
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3297
3925
  * @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
3298
3926
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3314,6 +3942,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3314
3942
  var queryParams = {};
3315
3943
  var headerParams = {
3316
3944
  'Authorization': opts['authorization'],
3945
+ 'cacheduration': opts['cacheduration'],
3946
+ 'cachegroup': opts['cachegroup'],
3947
+ 'cachekey': opts['cachekey'],
3948
+ 'cachescope': opts['cachescope'],
3317
3949
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3318
3950
  'zeusportal-postas': opts['zeusportalPostas'],
3319
3951
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3331,6 +3963,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3331
3963
  * @param {Number} id
3332
3964
  * @param {Object} opts Optional parameters
3333
3965
  * @param {String} opts.authorization The authorization token of the logged in user
3966
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
3967
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
3968
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
3969
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3334
3970
  * @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
3335
3971
  * @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
3336
3972
  * @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
@@ -3349,6 +3985,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3349
3985
  * @param {Number} id
3350
3986
  * @param {Object} opts Optional parameters
3351
3987
  * @param {String} [authorization] The authorization token of the logged in user
3988
+ * @param {Number} [cacheduration] The how long the cache entry should persist
3989
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
3990
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
3991
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3352
3992
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3353
3993
  * @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
3354
3994
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3370,6 +4010,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3370
4010
  var queryParams = {};
3371
4011
  var headerParams = {
3372
4012
  'Authorization': opts['authorization'],
4013
+ 'cacheduration': opts['cacheduration'],
4014
+ 'cachegroup': opts['cachegroup'],
4015
+ 'cachekey': opts['cachekey'],
4016
+ 'cachescope': opts['cachescope'],
3373
4017
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3374
4018
  'zeusportal-postas': opts['zeusportalPostas'],
3375
4019
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3387,6 +4031,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3387
4031
  * @param {Number} id
3388
4032
  * @param {Object} opts Optional parameters
3389
4033
  * @param {String} opts.authorization The authorization token of the logged in user
4034
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4035
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4036
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4037
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3390
4038
  * @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
3391
4039
  * @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
3392
4040
  * @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
@@ -3407,6 +4055,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3407
4055
  * @param {Number} objectid
3408
4056
  * @param {Object} opts Optional parameters
3409
4057
  * @param {String} [authorization] The authorization token of the logged in user
4058
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4059
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4060
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4061
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3410
4062
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3411
4063
  * @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
3412
4064
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3428,6 +4080,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3428
4080
  var queryParams = {};
3429
4081
  var headerParams = {
3430
4082
  'Authorization': opts['authorization'],
4083
+ 'cacheduration': opts['cacheduration'],
4084
+ 'cachegroup': opts['cachegroup'],
4085
+ 'cachekey': opts['cachekey'],
4086
+ 'cachescope': opts['cachescope'],
3431
4087
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3432
4088
  'zeusportal-postas': opts['zeusportalPostas'],
3433
4089
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3447,6 +4103,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3447
4103
  * @param {Number} objectid
3448
4104
  * @param {Object} opts Optional parameters
3449
4105
  * @param {String} opts.authorization The authorization token of the logged in user
4106
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4107
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4108
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4109
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3450
4110
  * @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
3451
4111
  * @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
3452
4112
  * @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
@@ -3467,6 +4127,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3467
4127
  * @param {Number} objectid
3468
4128
  * @param {Object} opts Optional parameters
3469
4129
  * @param {String} [authorization] The authorization token of the logged in user
4130
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4131
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4132
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4133
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3470
4134
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3471
4135
  * @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
3472
4136
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3488,6 +4152,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3488
4152
  var queryParams = {};
3489
4153
  var headerParams = {
3490
4154
  'Authorization': opts['authorization'],
4155
+ 'cacheduration': opts['cacheduration'],
4156
+ 'cachegroup': opts['cachegroup'],
4157
+ 'cachekey': opts['cachekey'],
4158
+ 'cachescope': opts['cachescope'],
3491
4159
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3492
4160
  'zeusportal-postas': opts['zeusportalPostas'],
3493
4161
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3507,6 +4175,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3507
4175
  * @param {Number} objectid
3508
4176
  * @param {Object} opts Optional parameters
3509
4177
  * @param {String} opts.authorization The authorization token of the logged in user
4178
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4179
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4180
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4181
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3510
4182
  * @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
3511
4183
  * @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
3512
4184
  * @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
@@ -3527,6 +4199,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3527
4199
  * @param {Number} objectid
3528
4200
  * @param {Object} opts Optional parameters
3529
4201
  * @param {String} [authorization] The authorization token of the logged in user
4202
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4203
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4204
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4205
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3530
4206
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3531
4207
  * @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
3532
4208
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3548,6 +4224,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3548
4224
  var queryParams = {};
3549
4225
  var headerParams = {
3550
4226
  'Authorization': opts['authorization'],
4227
+ 'cacheduration': opts['cacheduration'],
4228
+ 'cachegroup': opts['cachegroup'],
4229
+ 'cachekey': opts['cachekey'],
4230
+ 'cachescope': opts['cachescope'],
3551
4231
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3552
4232
  'zeusportal-postas': opts['zeusportalPostas'],
3553
4233
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3567,6 +4247,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3567
4247
  * @param {Number} objectid
3568
4248
  * @param {Object} opts Optional parameters
3569
4249
  * @param {String} opts.authorization The authorization token of the logged in user
4250
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4251
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4252
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4253
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3570
4254
  * @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
3571
4255
  * @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
3572
4256
  * @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
@@ -3585,9 +4269,13 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3585
4269
  * Set Multiple Properties
3586
4270
  * Set multiple properties attaced to an object / record
3587
4271
  * @param {Number} id The id of the object whose properties we are updating
3588
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The properties and values to set on the object
4272
+ * @param {Object.<String, Object>} body The property map to set in Json format
3589
4273
  * @param {Object} opts Optional parameters
3590
4274
  * @param {String} [authorization] The authorization token of the logged in user
4275
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4276
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4277
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4278
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3591
4279
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3592
4280
  * @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
3593
4281
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3596,16 +4284,16 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3596
4284
  */
3597
4285
  }, {
3598
4286
  key: "setObjectPropertiesWithHttpInfo",
3599
- value: function setObjectPropertiesWithHttpInfo(id, requestBody, opts) {
4287
+ value: function setObjectPropertiesWithHttpInfo(id, body, opts) {
3600
4288
  opts = opts || {};
3601
- var postBody = requestBody;
4289
+ var postBody = body;
3602
4290
  // verify the required parameter 'id' is set
3603
4291
  if (id === undefined || id === null) {
3604
4292
  throw new Error("Missing the required parameter 'id' when calling setObjectProperties");
3605
4293
  }
3606
- // verify the required parameter 'requestBody' is set
3607
- if (requestBody === undefined || requestBody === null) {
3608
- throw new Error("Missing the required parameter 'requestBody' when calling setObjectProperties");
4294
+ // verify the required parameter 'body' is set
4295
+ if (body === undefined || body === null) {
4296
+ throw new Error("Missing the required parameter 'body' when calling setObjectProperties");
3609
4297
  }
3610
4298
  var pathParams = {
3611
4299
  'id': id
@@ -3613,6 +4301,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3613
4301
  var queryParams = {};
3614
4302
  var headerParams = {
3615
4303
  'Authorization': opts['authorization'],
4304
+ 'cacheduration': opts['cacheduration'],
4305
+ 'cachegroup': opts['cachegroup'],
4306
+ 'cachekey': opts['cachekey'],
4307
+ 'cachescope': opts['cachescope'],
3616
4308
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3617
4309
  'zeusportal-postas': opts['zeusportalPostas'],
3618
4310
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3630,9 +4322,13 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3630
4322
  * Set Multiple Properties
3631
4323
  * Set multiple properties attaced to an object / record
3632
4324
  * @param {Number} id The id of the object whose properties we are updating
3633
- * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The properties and values to set on the object
4325
+ * @param {Object.<String, Object>} body The property map to set in Json format
3634
4326
  * @param {Object} opts Optional parameters
3635
4327
  * @param {String} opts.authorization The authorization token of the logged in user
4328
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4329
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4330
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4331
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3636
4332
  * @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
3637
4333
  * @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
3638
4334
  * @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
@@ -3641,8 +4337,8 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3641
4337
  */
3642
4338
  }, {
3643
4339
  key: "setObjectProperties",
3644
- value: function setObjectProperties(id, requestBody, opts) {
3645
- return this.setObjectPropertiesWithHttpInfo(id, requestBody, opts).then(function (response_and_data) {
4340
+ value: function setObjectProperties(id, body, opts) {
4341
+ return this.setObjectPropertiesWithHttpInfo(id, body, opts).then(function (response_and_data) {
3646
4342
  return response_and_data.data;
3647
4343
  });
3648
4344
  }
@@ -3654,6 +4350,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3654
4350
  * @param {String} prop The property being updated
3655
4351
  * @param {Object} opts Optional parameters
3656
4352
  * @param {String} [authorization] The authorization token of the logged in user
4353
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4354
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4355
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4356
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3657
4357
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3658
4358
  * @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
3659
4359
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3681,6 +4381,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3681
4381
  var queryParams = {};
3682
4382
  var headerParams = {
3683
4383
  'Authorization': opts['authorization'],
4384
+ 'cacheduration': opts['cacheduration'],
4385
+ 'cachegroup': opts['cachegroup'],
4386
+ 'cachekey': opts['cachekey'],
4387
+ 'cachescope': opts['cachescope'],
3684
4388
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3685
4389
  'zeusportal-postas': opts['zeusportalPostas'],
3686
4390
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3701,6 +4405,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3701
4405
  * @param {String} prop The property being updated
3702
4406
  * @param {Object} opts Optional parameters
3703
4407
  * @param {String} opts.authorization The authorization token of the logged in user
4408
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4409
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4410
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4411
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3704
4412
  * @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
3705
4413
  * @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
3706
4414
  * @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
@@ -3720,6 +4428,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3720
4428
  * @param {Number} id
3721
4429
  * @param {Object} opts Optional parameters
3722
4430
  * @param {String} [authorization] The authorization token of the logged in user
4431
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4432
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4433
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4434
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3723
4435
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3724
4436
  * @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
3725
4437
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3742,6 +4454,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3742
4454
  var queryParams = {};
3743
4455
  var headerParams = {
3744
4456
  'Authorization': opts['authorization'],
4457
+ 'cacheduration': opts['cacheduration'],
4458
+ 'cachegroup': opts['cachegroup'],
4459
+ 'cachekey': opts['cachekey'],
4460
+ 'cachescope': opts['cachescope'],
3745
4461
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3746
4462
  'zeusportal-postas': opts['zeusportalPostas'],
3747
4463
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3759,6 +4475,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3759
4475
  * @param {Number} id
3760
4476
  * @param {Object} opts Optional parameters
3761
4477
  * @param {String} opts.authorization The authorization token of the logged in user
4478
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4479
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4480
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4481
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3762
4482
  * @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
3763
4483
  * @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
3764
4484
  * @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
@@ -3781,6 +4501,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3781
4501
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
3782
4502
  * @param {Object} opts Optional parameters
3783
4503
  * @param {String} [authorization] The authorization token of the logged in user
4504
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4505
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4506
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4507
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3784
4508
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3785
4509
  * @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
3786
4510
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3806,6 +4530,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3806
4530
  var queryParams = {};
3807
4531
  var headerParams = {
3808
4532
  'Authorization': opts['authorization'],
4533
+ 'cacheduration': opts['cacheduration'],
4534
+ 'cachegroup': opts['cachegroup'],
4535
+ 'cachekey': opts['cachekey'],
4536
+ 'cachescope': opts['cachescope'],
3809
4537
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3810
4538
  'zeusportal-postas': opts['zeusportalPostas'],
3811
4539
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3826,6 +4554,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3826
4554
  * @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
3827
4555
  * @param {Object} opts Optional parameters
3828
4556
  * @param {String} opts.authorization The authorization token of the logged in user
4557
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4558
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4559
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4560
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3829
4561
  * @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
3830
4562
  * @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
3831
4563
  * @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
@@ -3845,6 +4577,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3845
4577
  * @param {String} body Conversation object or array of objects to create
3846
4578
  * @param {Object} opts Optional parameters
3847
4579
  * @param {String} [authorization] The authorization token of the logged in user
4580
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4581
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4582
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4583
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3848
4584
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3849
4585
  * @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
3850
4586
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3870,6 +4606,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3870
4606
  var queryParams = {};
3871
4607
  var headerParams = {
3872
4608
  'Authorization': opts['authorization'],
4609
+ 'cacheduration': opts['cacheduration'],
4610
+ 'cachegroup': opts['cachegroup'],
4611
+ 'cachekey': opts['cachekey'],
4612
+ 'cachescope': opts['cachescope'],
3873
4613
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3874
4614
  'zeusportal-postas': opts['zeusportalPostas'],
3875
4615
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3888,6 +4628,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3888
4628
  * @param {String} body Conversation object or array of objects to create
3889
4629
  * @param {Object} opts Optional parameters
3890
4630
  * @param {String} opts.authorization The authorization token of the logged in user
4631
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4632
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4633
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4634
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3891
4635
  * @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
3892
4636
  * @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
3893
4637
  * @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
@@ -3908,6 +4652,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3908
4652
  * @param {Number} objectid The id of the object being viewed
3909
4653
  * @param {Object} opts Optional parameters
3910
4654
  * @param {String} [authorization] The authorization token of the logged in user
4655
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4656
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4657
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4658
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3911
4659
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3912
4660
  * @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
3913
4661
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3929,6 +4677,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3929
4677
  var queryParams = {};
3930
4678
  var headerParams = {
3931
4679
  'Authorization': opts['authorization'],
4680
+ 'cacheduration': opts['cacheduration'],
4681
+ 'cachegroup': opts['cachegroup'],
4682
+ 'cachekey': opts['cachekey'],
4683
+ 'cachescope': opts['cachescope'],
3932
4684
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3933
4685
  'zeusportal-postas': opts['zeusportalPostas'],
3934
4686
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -3948,6 +4700,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3948
4700
  * @param {Number} objectid The id of the object being viewed
3949
4701
  * @param {Object} opts Optional parameters
3950
4702
  * @param {String} opts.authorization The authorization token of the logged in user
4703
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4704
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4705
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4706
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
3951
4707
  * @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
3952
4708
  * @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
3953
4709
  * @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
@@ -3968,6 +4724,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3968
4724
  * @param {Number} id The id of the object being viewed
3969
4725
  * @param {Object} opts Optional parameters
3970
4726
  * @param {String} [authorization] The authorization token of the logged in user
4727
+ * @param {Number} [cacheduration] The how long the cache entry should persist
4728
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
4729
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
4730
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
3971
4731
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
3972
4732
  * @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
3973
4733
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -3989,6 +4749,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
3989
4749
  var queryParams = {};
3990
4750
  var headerParams = {
3991
4751
  'Authorization': opts['authorization'],
4752
+ 'cacheduration': opts['cacheduration'],
4753
+ 'cachegroup': opts['cachegroup'],
4754
+ 'cachekey': opts['cachekey'],
4755
+ 'cachescope': opts['cachescope'],
3992
4756
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
3993
4757
  'zeusportal-postas': opts['zeusportalPostas'],
3994
4758
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -4008,6 +4772,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
4008
4772
  * @param {Number} id The id of the object being viewed
4009
4773
  * @param {Object} opts Optional parameters
4010
4774
  * @param {String} opts.authorization The authorization token of the logged in user
4775
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
4776
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
4777
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
4778
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
4011
4779
  * @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
4012
4780
  * @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
4013
4781
  * @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