@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
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.36
22
+ * The version of the OpenAPI document: 0.1.39
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * GraphRelationships service.
32
32
  * @module api/GraphRelationshipsApi
33
- * @version 0.1.36
33
+ * @version 0.1.39
34
34
  */
35
35
  var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -49,6 +49,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
49
49
  * @param {Number} id
50
50
  * @param {Object} opts Optional parameters
51
51
  * @param {String} [authorization] The authorization token of the logged in user
52
+ * @param {Number} [cacheduration] The how long the cache entry should persist
53
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
52
56
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
53
57
  * @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
54
58
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -71,6 +75,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
71
75
  var queryParams = {};
72
76
  var headerParams = {
73
77
  'Authorization': opts['authorization'],
78
+ 'cacheduration': opts['cacheduration'],
79
+ 'cachegroup': opts['cachegroup'],
80
+ 'cachekey': opts['cachekey'],
81
+ 'cachescope': opts['cachescope'],
74
82
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
75
83
  'zeusportal-postas': opts['zeusportalPostas'],
76
84
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -88,6 +96,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
88
96
  * @param {Number} id
89
97
  * @param {Object} opts Optional parameters
90
98
  * @param {String} opts.authorization The authorization token of the logged in user
99
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
100
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
101
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
102
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
91
103
  * @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
92
104
  * @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
93
105
  * @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
@@ -107,6 +119,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
107
119
  * @param {Number} id
108
120
  * @param {Object} opts Optional parameters
109
121
  * @param {String} [authorization] The authorization token of the logged in user
122
+ * @param {Number} [cacheduration] The how long the cache entry should persist
123
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
124
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
125
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
110
126
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
111
127
  * @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
112
128
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -129,6 +145,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
129
145
  var queryParams = {};
130
146
  var headerParams = {
131
147
  'Authorization': opts['authorization'],
148
+ 'cacheduration': opts['cacheduration'],
149
+ 'cachegroup': opts['cachegroup'],
150
+ 'cachekey': opts['cachekey'],
151
+ 'cachescope': opts['cachescope'],
132
152
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
133
153
  'zeusportal-postas': opts['zeusportalPostas'],
134
154
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -146,6 +166,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
146
166
  * @param {Number} id
147
167
  * @param {Object} opts Optional parameters
148
168
  * @param {String} opts.authorization The authorization token of the logged in user
169
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
170
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
171
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
172
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
149
173
  * @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
150
174
  * @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
151
175
  * @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
@@ -168,6 +192,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
168
192
  * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
169
193
  * @param {Object} opts Optional parameters
170
194
  * @param {String} [authorization] The authorization token of the logged in user
195
+ * @param {Number} [cacheduration] The how long the cache entry should persist
196
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
197
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
198
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
171
199
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
172
200
  * @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
173
201
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -193,6 +221,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
193
221
  var queryParams = {};
194
222
  var headerParams = {
195
223
  'Authorization': opts['authorization'],
224
+ 'cacheduration': opts['cacheduration'],
225
+ 'cachegroup': opts['cachegroup'],
226
+ 'cachekey': opts['cachekey'],
227
+ 'cachescope': opts['cachescope'],
196
228
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
197
229
  'zeusportal-postas': opts['zeusportalPostas'],
198
230
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -213,6 +245,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
213
245
  * @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
214
246
  * @param {Object} opts Optional parameters
215
247
  * @param {String} opts.authorization The authorization token of the logged in user
248
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
249
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
250
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
251
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
216
252
  * @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
217
253
  * @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
218
254
  * @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
@@ -233,6 +269,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
233
269
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
234
270
  * @param {Object} opts Optional parameters
235
271
  * @param {String} [authorization] The authorization token of the logged in user
272
+ * @param {Number} [cacheduration] The how long the cache entry should persist
273
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
274
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
275
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
236
276
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
237
277
  * @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
238
278
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -252,6 +292,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
252
292
  var queryParams = {};
253
293
  var headerParams = {
254
294
  'Authorization': opts['authorization'],
295
+ 'cacheduration': opts['cacheduration'],
296
+ 'cachegroup': opts['cachegroup'],
297
+ 'cachekey': opts['cachekey'],
298
+ 'cachescope': opts['cachescope'],
255
299
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
256
300
  'zeusportal-postas': opts['zeusportalPostas'],
257
301
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -271,6 +315,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
271
315
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
272
316
  * @param {Object} opts Optional parameters
273
317
  * @param {String} opts.authorization The authorization token of the logged in user
318
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
319
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
320
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
321
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
274
322
  * @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
275
323
  * @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
276
324
  * @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
@@ -292,6 +340,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
292
340
  * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
293
341
  * @param {Object} opts Optional parameters
294
342
  * @param {String} [authorization] The authorization token of the logged in user
343
+ * @param {Number} [cacheduration] The how long the cache entry should persist
344
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
345
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
346
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
347
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
296
348
  * @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
297
349
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -317,6 +369,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
317
369
  var queryParams = {};
318
370
  var headerParams = {
319
371
  'Authorization': opts['authorization'],
372
+ 'cacheduration': opts['cacheduration'],
373
+ 'cachegroup': opts['cachegroup'],
374
+ 'cachekey': opts['cachekey'],
375
+ 'cachescope': opts['cachescope'],
320
376
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
321
377
  'zeusportal-postas': opts['zeusportalPostas'],
322
378
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -337,6 +393,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
337
393
  * @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
338
394
  * @param {Object} opts Optional parameters
339
395
  * @param {String} opts.authorization The authorization token of the logged in user
396
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
397
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
398
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
399
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
340
400
  * @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
341
401
  * @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
342
402
  * @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
@@ -357,6 +417,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
357
417
  * @param {Number} id
358
418
  * @param {Object} opts Optional parameters
359
419
  * @param {String} [authorization] The authorization token of the logged in user
420
+ * @param {Number} [cacheduration] The how long the cache entry should persist
421
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
422
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
423
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
360
424
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
361
425
  * @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
362
426
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -378,6 +442,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
378
442
  var queryParams = {};
379
443
  var headerParams = {
380
444
  'Authorization': opts['authorization'],
445
+ 'cacheduration': opts['cacheduration'],
446
+ 'cachegroup': opts['cachegroup'],
447
+ 'cachekey': opts['cachekey'],
448
+ 'cachescope': opts['cachescope'],
381
449
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
382
450
  'zeusportal-postas': opts['zeusportalPostas'],
383
451
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -397,6 +465,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
397
465
  * @param {Number} id
398
466
  * @param {Object} opts Optional parameters
399
467
  * @param {String} opts.authorization The authorization token of the logged in user
468
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
469
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
470
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
471
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
400
472
  * @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
401
473
  * @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
402
474
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -415,6 +487,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
415
487
  * Root for the API
416
488
  * @param {Object} opts Optional parameters
417
489
  * @param {String} [authorization] The authorization token of the logged in user
490
+ * @param {Number} [cacheduration] The how long the cache entry should persist
491
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
492
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
493
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
418
494
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
419
495
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
420
496
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -430,6 +506,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
430
506
  var queryParams = {};
431
507
  var headerParams = {
432
508
  'Authorization': opts['authorization'],
509
+ 'cacheduration': opts['cacheduration'],
510
+ 'cachegroup': opts['cachegroup'],
511
+ 'cachekey': opts['cachekey'],
512
+ 'cachescope': opts['cachescope'],
433
513
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
434
514
  'zeusportal-postas': opts['zeusportalPostas'],
435
515
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -447,6 +527,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
447
527
  * Root for the API
448
528
  * @param {Object} opts Optional parameters
449
529
  * @param {String} opts.authorization The authorization token of the logged in user
530
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
531
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
532
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
533
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
450
534
  * @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
451
535
  * @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
452
536
  * @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
@@ -465,6 +549,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
465
549
  * Root for the API
466
550
  * @param {Object} opts Optional parameters
467
551
  * @param {String} [authorization] The authorization token of the logged in user
552
+ * @param {Number} [cacheduration] The how long the cache entry should persist
553
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
554
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
555
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
468
556
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
469
557
  * @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
470
558
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -480,6 +568,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
480
568
  var queryParams = {};
481
569
  var headerParams = {
482
570
  'Authorization': opts['authorization'],
571
+ 'cacheduration': opts['cacheduration'],
572
+ 'cachegroup': opts['cachegroup'],
573
+ 'cachekey': opts['cachekey'],
574
+ 'cachescope': opts['cachescope'],
483
575
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
484
576
  'zeusportal-postas': opts['zeusportalPostas'],
485
577
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -497,6 +589,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
497
589
  * Root for the API
498
590
  * @param {Object} opts Optional parameters
499
591
  * @param {String} opts.authorization The authorization token of the logged in user
592
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
593
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
594
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
595
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
500
596
  * @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
597
  * @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
598
  * @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
@@ -517,6 +613,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
517
613
  * @param {Number} id The id of the object that we are retrieving relationships on
518
614
  * @param {Object} opts Optional parameters
519
615
  * @param {String} [authorization] The authorization token of the logged in user
616
+ * @param {Number} [cacheduration] The how long the cache entry should persist
617
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
618
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
619
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
520
620
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
521
621
  * @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
522
622
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -538,6 +638,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
538
638
  var queryParams = {};
539
639
  var headerParams = {
540
640
  'Authorization': opts['authorization'],
641
+ 'cacheduration': opts['cacheduration'],
642
+ 'cachegroup': opts['cachegroup'],
643
+ 'cachekey': opts['cachekey'],
644
+ 'cachescope': opts['cachescope'],
541
645
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
542
646
  'zeusportal-postas': opts['zeusportalPostas'],
543
647
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -557,6 +661,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
557
661
  * @param {Number} id The id of the object that we are retrieving relationships on
558
662
  * @param {Object} opts Optional parameters
559
663
  * @param {String} opts.authorization The authorization token of the logged in user
664
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
665
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
666
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
667
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
560
668
  * @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
561
669
  * @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
562
670
  * @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
@@ -578,6 +686,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
578
686
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
579
687
  * @param {Object} opts Optional parameters
580
688
  * @param {String} [authorization] The authorization token of the logged in user
689
+ * @param {Number} [cacheduration] The how long the cache entry should persist
690
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
691
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
692
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
581
693
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
582
694
  * @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
583
695
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -604,6 +716,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
604
716
  var queryParams = {};
605
717
  var headerParams = {
606
718
  'Authorization': opts['authorization'],
719
+ 'cacheduration': opts['cacheduration'],
720
+ 'cachegroup': opts['cachegroup'],
721
+ 'cachekey': opts['cachekey'],
722
+ 'cachescope': opts['cachescope'],
607
723
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
608
724
  'zeusportal-postas': opts['zeusportalPostas'],
609
725
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -624,6 +740,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
624
740
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
625
741
  * @param {Object} opts Optional parameters
626
742
  * @param {String} opts.authorization The authorization token of the logged in user
743
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
744
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
745
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
746
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
627
747
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
628
748
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
629
749
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -642,6 +762,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
642
762
  * @param {Number} id
643
763
  * @param {Object} opts Optional parameters
644
764
  * @param {String} [authorization] The authorization token of the logged in user
765
+ * @param {Number} [cacheduration] The how long the cache entry should persist
766
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
767
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
645
769
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
646
770
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
647
771
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -663,6 +787,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
663
787
  var queryParams = {};
664
788
  var headerParams = {
665
789
  'Authorization': opts['authorization'],
790
+ 'cacheduration': opts['cacheduration'],
791
+ 'cachegroup': opts['cachegroup'],
792
+ 'cachekey': opts['cachekey'],
793
+ 'cachescope': opts['cachescope'],
666
794
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
667
795
  'zeusportal-postas': opts['zeusportalPostas'],
668
796
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -680,6 +808,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
680
808
  * @param {Number} id
681
809
  * @param {Object} opts Optional parameters
682
810
  * @param {String} opts.authorization The authorization token of the logged in user
811
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
812
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
813
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
814
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
683
815
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
684
816
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
685
817
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -698,6 +830,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
698
830
  * @param {Number} id
699
831
  * @param {Object} opts Optional parameters
700
832
  * @param {String} [authorization] The authorization token of the logged in user
833
+ * @param {Number} [cacheduration] The how long the cache entry should persist
834
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
835
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
836
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
701
837
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
702
838
  * @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
703
839
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -719,6 +855,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
719
855
  var queryParams = {};
720
856
  var headerParams = {
721
857
  'Authorization': opts['authorization'],
858
+ 'cacheduration': opts['cacheduration'],
859
+ 'cachegroup': opts['cachegroup'],
860
+ 'cachekey': opts['cachekey'],
861
+ 'cachescope': opts['cachescope'],
722
862
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
723
863
  'zeusportal-postas': opts['zeusportalPostas'],
724
864
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -736,6 +876,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
736
876
  * @param {Number} id
737
877
  * @param {Object} opts Optional parameters
738
878
  * @param {String} opts.authorization The authorization token of the logged in user
879
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
880
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
881
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
882
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
739
883
  * @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
740
884
  * @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
741
885
  * @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
@@ -756,6 +900,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
756
900
  * @param {Number} id
757
901
  * @param {Object} opts Optional parameters
758
902
  * @param {String} [authorization] The authorization token of the logged in user
903
+ * @param {Number} [cacheduration] The how long the cache entry should persist
904
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
905
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
906
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
759
907
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
760
908
  * @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
761
909
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -777,6 +925,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
777
925
  var queryParams = {};
778
926
  var headerParams = {
779
927
  'Authorization': opts['authorization'],
928
+ 'cacheduration': opts['cacheduration'],
929
+ 'cachegroup': opts['cachegroup'],
930
+ 'cachekey': opts['cachekey'],
931
+ 'cachescope': opts['cachescope'],
780
932
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
781
933
  'zeusportal-postas': opts['zeusportalPostas'],
782
934
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -798,6 +950,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
798
950
  * @param {Number} id
799
951
  * @param {Object} opts Optional parameters
800
952
  * @param {String} opts.authorization The authorization token of the logged in user
953
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
954
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
955
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
956
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
801
957
  * @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
802
958
  * @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
803
959
  * @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
@@ -819,6 +975,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
819
975
  * @param {String} prop
820
976
  * @param {Object} opts Optional parameters
821
977
  * @param {String} [authorization] The authorization token of the logged in user
978
+ * @param {Number} [cacheduration] The how long the cache entry should persist
979
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
980
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
981
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
822
982
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
823
983
  * @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
824
984
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -845,6 +1005,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
845
1005
  var queryParams = {};
846
1006
  var headerParams = {
847
1007
  'Authorization': opts['authorization'],
1008
+ 'cacheduration': opts['cacheduration'],
1009
+ 'cachegroup': opts['cachegroup'],
1010
+ 'cachekey': opts['cachekey'],
1011
+ 'cachescope': opts['cachescope'],
848
1012
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
849
1013
  'zeusportal-postas': opts['zeusportalPostas'],
850
1014
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -867,6 +1031,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
867
1031
  * @param {String} prop
868
1032
  * @param {Object} opts Optional parameters
869
1033
  * @param {String} opts.authorization The authorization token of the logged in user
1034
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1035
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1036
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1037
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
870
1038
  * @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
871
1039
  * @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
872
1040
  * @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
@@ -886,6 +1054,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
886
1054
  * @param {Number} id
887
1055
  * @param {Object} opts Optional parameters
888
1056
  * @param {String} [authorization] The authorization token of the logged in user
1057
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1058
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1059
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1060
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
889
1061
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
890
1062
  * @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
891
1063
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -907,6 +1079,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
907
1079
  var queryParams = {};
908
1080
  var headerParams = {
909
1081
  'Authorization': opts['authorization'],
1082
+ 'cacheduration': opts['cacheduration'],
1083
+ 'cachegroup': opts['cachegroup'],
1084
+ 'cachekey': opts['cachekey'],
1085
+ 'cachescope': opts['cachescope'],
910
1086
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
911
1087
  'zeusportal-postas': opts['zeusportalPostas'],
912
1088
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -925,6 +1101,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
925
1101
  * @param {Number} id
926
1102
  * @param {Object} opts Optional parameters
927
1103
  * @param {String} opts.authorization The authorization token of the logged in user
1104
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1105
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1106
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1107
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
928
1108
  * @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
929
1109
  * @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
930
1110
  * @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
@@ -944,6 +1124,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
944
1124
  * @param {String} classname
945
1125
  * @param {Object} opts Optional parameters
946
1126
  * @param {String} [authorization] The authorization token of the logged in user
1127
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1128
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1129
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1130
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
947
1131
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
948
1132
  * @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
949
1133
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -965,6 +1149,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
965
1149
  var queryParams = {};
966
1150
  var headerParams = {
967
1151
  'Authorization': opts['authorization'],
1152
+ 'cacheduration': opts['cacheduration'],
1153
+ 'cachegroup': opts['cachegroup'],
1154
+ 'cachekey': opts['cachekey'],
1155
+ 'cachescope': opts['cachescope'],
968
1156
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
969
1157
  'zeusportal-postas': opts['zeusportalPostas'],
970
1158
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -983,6 +1171,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
983
1171
  * @param {String} classname
984
1172
  * @param {Object} opts Optional parameters
985
1173
  * @param {String} opts.authorization The authorization token of the logged in user
1174
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1175
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1176
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1177
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
986
1178
  * @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
987
1179
  * @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
988
1180
  * @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
@@ -1002,6 +1194,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1002
1194
  * @param {String} id
1003
1195
  * @param {Object} opts Optional parameters
1004
1196
  * @param {String} [authorization] The authorization token of the logged in user
1197
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1198
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1199
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1200
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1005
1201
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1006
1202
  * @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
1007
1203
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1023,6 +1219,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1023
1219
  var queryParams = {};
1024
1220
  var headerParams = {
1025
1221
  'Authorization': opts['authorization'],
1222
+ 'cacheduration': opts['cacheduration'],
1223
+ 'cachegroup': opts['cachegroup'],
1224
+ 'cachekey': opts['cachekey'],
1225
+ 'cachescope': opts['cachescope'],
1026
1226
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1027
1227
  'zeusportal-postas': opts['zeusportalPostas'],
1028
1228
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1041,6 +1241,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1041
1241
  * @param {String} id
1042
1242
  * @param {Object} opts Optional parameters
1043
1243
  * @param {String} opts.authorization The authorization token of the logged in user
1244
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1245
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1246
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1247
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1044
1248
  * @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
1045
1249
  * @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
1046
1250
  * @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
@@ -1060,6 +1264,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1060
1264
  * @param {String} key
1061
1265
  * @param {Object} opts Optional parameters
1062
1266
  * @param {String} [authorization] The authorization token of the logged in user
1267
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1268
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1269
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1270
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1063
1271
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1064
1272
  * @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
1065
1273
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1081,6 +1289,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1081
1289
  var queryParams = {};
1082
1290
  var headerParams = {
1083
1291
  'Authorization': opts['authorization'],
1292
+ 'cacheduration': opts['cacheduration'],
1293
+ 'cachegroup': opts['cachegroup'],
1294
+ 'cachekey': opts['cachekey'],
1295
+ 'cachescope': opts['cachescope'],
1084
1296
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1085
1297
  'zeusportal-postas': opts['zeusportalPostas'],
1086
1298
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1099,6 +1311,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1099
1311
  * @param {String} key
1100
1312
  * @param {Object} opts Optional parameters
1101
1313
  * @param {String} opts.authorization The authorization token of the logged in user
1314
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1315
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1316
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1317
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1102
1318
  * @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
1103
1319
  * @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
1104
1320
  * @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
@@ -1118,6 +1334,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1118
1334
  * @param {Number} id
1119
1335
  * @param {Object} opts Optional parameters
1120
1336
  * @param {String} [authorization] The authorization token of the logged in user
1337
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1338
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1339
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1340
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1121
1341
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1122
1342
  * @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
1123
1343
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1139,6 +1359,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1139
1359
  var queryParams = {};
1140
1360
  var headerParams = {
1141
1361
  'Authorization': opts['authorization'],
1362
+ 'cacheduration': opts['cacheduration'],
1363
+ 'cachegroup': opts['cachegroup'],
1364
+ 'cachekey': opts['cachekey'],
1365
+ 'cachescope': opts['cachescope'],
1142
1366
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1143
1367
  'zeusportal-postas': opts['zeusportalPostas'],
1144
1368
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1157,6 +1381,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1157
1381
  * @param {Number} id
1158
1382
  * @param {Object} opts Optional parameters
1159
1383
  * @param {String} opts.authorization The authorization token of the logged in user
1384
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1385
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1386
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1387
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1160
1388
  * @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
1161
1389
  * @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
1162
1390
  * @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
@@ -1177,6 +1405,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1177
1405
  * @param {String} type
1178
1406
  * @param {Object} opts Optional parameters
1179
1407
  * @param {String} [authorization] The authorization token of the logged in user
1408
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1409
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1410
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1411
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1180
1412
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1181
1413
  * @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
1182
1414
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1203,6 +1435,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1203
1435
  var queryParams = {};
1204
1436
  var headerParams = {
1205
1437
  'Authorization': opts['authorization'],
1438
+ 'cacheduration': opts['cacheduration'],
1439
+ 'cachegroup': opts['cachegroup'],
1440
+ 'cachekey': opts['cachekey'],
1441
+ 'cachescope': opts['cachescope'],
1206
1442
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1207
1443
  'zeusportal-postas': opts['zeusportalPostas'],
1208
1444
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1222,6 +1458,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1222
1458
  * @param {String} type
1223
1459
  * @param {Object} opts Optional parameters
1224
1460
  * @param {String} opts.authorization The authorization token of the logged in user
1461
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1462
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1463
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1464
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1225
1465
  * @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
1226
1466
  * @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
1227
1467
  * @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 +1483,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1243
1483
  * @param {Number} reltypeid The id of the relationship type we are searching for
1244
1484
  * @param {Object} opts Optional parameters
1245
1485
  * @param {String} [authorization] The authorization token of the logged in user
1486
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1487
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1488
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1489
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1246
1490
  * @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
1491
  * @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
1492
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1269,6 +1513,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1269
1513
  var queryParams = {};
1270
1514
  var headerParams = {
1271
1515
  'Authorization': opts['authorization'],
1516
+ 'cacheduration': opts['cacheduration'],
1517
+ 'cachegroup': opts['cachegroup'],
1518
+ 'cachekey': opts['cachekey'],
1519
+ 'cachescope': opts['cachescope'],
1272
1520
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1273
1521
  'zeusportal-postas': opts['zeusportalPostas'],
1274
1522
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1289,6 +1537,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1289
1537
  * @param {Number} reltypeid The id of the relationship type we are searching for
1290
1538
  * @param {Object} opts Optional parameters
1291
1539
  * @param {String} opts.authorization The authorization token of the logged in user
1540
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1541
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1542
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1543
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1292
1544
  * @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
1293
1545
  * @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
1294
1546
  * @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
@@ -1310,6 +1562,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1310
1562
  * @param {Number} reltypeid The id of the relationship type we are searching for
1311
1563
  * @param {Object} opts Optional parameters
1312
1564
  * @param {String} [authorization] The authorization token of the logged in user
1565
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1566
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1567
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1568
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1313
1569
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1314
1570
  * @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
1315
1571
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1336,6 +1592,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1336
1592
  var queryParams = {};
1337
1593
  var headerParams = {
1338
1594
  'Authorization': opts['authorization'],
1595
+ 'cacheduration': opts['cacheduration'],
1596
+ 'cachegroup': opts['cachegroup'],
1597
+ 'cachekey': opts['cachekey'],
1598
+ 'cachescope': opts['cachescope'],
1339
1599
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1340
1600
  'zeusportal-postas': opts['zeusportalPostas'],
1341
1601
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1356,6 +1616,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1356
1616
  * @param {Number} reltypeid The id of the relationship type we are searching for
1357
1617
  * @param {Object} opts Optional parameters
1358
1618
  * @param {String} opts.authorization The authorization token of the logged in user
1619
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1620
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1621
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1622
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1359
1623
  * @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
1360
1624
  * @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
1361
1625
  * @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
@@ -1376,6 +1640,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1376
1640
  * @param {Number} id The id of the object that we are retrieving relationships on
1377
1641
  * @param {Object} opts Optional parameters
1378
1642
  * @param {String} [authorization] The authorization token of the logged in user
1643
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1644
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1645
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1646
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1379
1647
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1380
1648
  * @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
1381
1649
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1397,6 +1665,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1397
1665
  var queryParams = {};
1398
1666
  var headerParams = {
1399
1667
  'Authorization': opts['authorization'],
1668
+ 'cacheduration': opts['cacheduration'],
1669
+ 'cachegroup': opts['cachegroup'],
1670
+ 'cachekey': opts['cachekey'],
1671
+ 'cachescope': opts['cachescope'],
1400
1672
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1401
1673
  'zeusportal-postas': opts['zeusportalPostas'],
1402
1674
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1416,6 +1688,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1416
1688
  * @param {Number} id The id of the object that we are retrieving relationships on
1417
1689
  * @param {Object} opts Optional parameters
1418
1690
  * @param {String} opts.authorization The authorization token of the logged in user
1691
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1692
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1693
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1694
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1419
1695
  * @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
1420
1696
  * @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
1421
1697
  * @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
@@ -1436,6 +1712,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1436
1712
  * @param {Number} id The id of the object that we are retrieving relationships on
1437
1713
  * @param {Object} opts Optional parameters
1438
1714
  * @param {String} [authorization] The authorization token of the logged in user
1715
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1716
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1717
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1718
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1439
1719
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1440
1720
  * @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
1441
1721
  * @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 +1737,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1457
1737
  var queryParams = {};
1458
1738
  var headerParams = {
1459
1739
  'Authorization': opts['authorization'],
1740
+ 'cacheduration': opts['cacheduration'],
1741
+ 'cachegroup': opts['cachegroup'],
1742
+ 'cachekey': opts['cachekey'],
1743
+ 'cachescope': opts['cachescope'],
1460
1744
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1461
1745
  'zeusportal-postas': opts['zeusportalPostas'],
1462
1746
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1476,6 +1760,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1476
1760
  * @param {Number} id The id of the object that we are retrieving relationships on
1477
1761
  * @param {Object} opts Optional parameters
1478
1762
  * @param {String} opts.authorization The authorization token of the logged in user
1763
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1764
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1765
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1766
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1479
1767
  * @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
1480
1768
  * @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
1481
1769
  * @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
@@ -1494,6 +1782,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1494
1782
  * @param {Number} id
1495
1783
  * @param {Object} opts Optional parameters
1496
1784
  * @param {String} [authorization] The authorization token of the logged in user
1785
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1786
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1787
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1788
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1497
1789
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1498
1790
  * @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
1499
1791
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1515,6 +1807,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1515
1807
  var queryParams = {};
1516
1808
  var headerParams = {
1517
1809
  'Authorization': opts['authorization'],
1810
+ 'cacheduration': opts['cacheduration'],
1811
+ 'cachegroup': opts['cachegroup'],
1812
+ 'cachekey': opts['cachekey'],
1813
+ 'cachescope': opts['cachescope'],
1518
1814
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1519
1815
  'zeusportal-postas': opts['zeusportalPostas'],
1520
1816
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1532,6 +1828,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1532
1828
  * @param {Number} id
1533
1829
  * @param {Object} opts Optional parameters
1534
1830
  * @param {String} opts.authorization The authorization token of the logged in user
1831
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1832
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1833
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1834
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1535
1835
  * @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
1536
1836
  * @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
1537
1837
  * @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
@@ -1550,6 +1850,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1550
1850
  * @param {Number} id
1551
1851
  * @param {Object} opts Optional parameters
1552
1852
  * @param {String} [authorization] The authorization token of the logged in user
1853
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1854
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1855
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1856
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1553
1857
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1554
1858
  * @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
1555
1859
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1572,6 +1876,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1572
1876
  var queryParams = {};
1573
1877
  var headerParams = {
1574
1878
  'Authorization': opts['authorization'],
1879
+ 'cacheduration': opts['cacheduration'],
1880
+ 'cachegroup': opts['cachegroup'],
1881
+ 'cachekey': opts['cachekey'],
1882
+ 'cachescope': opts['cachescope'],
1575
1883
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1576
1884
  'zeusportal-postas': opts['zeusportalPostas'],
1577
1885
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1589,6 +1897,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1589
1897
  * @param {Number} id
1590
1898
  * @param {Object} opts Optional parameters
1591
1899
  * @param {String} opts.authorization The authorization token of the logged in user
1900
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1901
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1902
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1903
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1592
1904
  * @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
1593
1905
  * @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
1594
1906
  * @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
@@ -1608,6 +1920,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1608
1920
  * @param {Number} id
1609
1921
  * @param {Object} opts Optional parameters
1610
1922
  * @param {String} [authorization] The authorization token of the logged in user
1923
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1924
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1925
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1926
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1611
1927
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1612
1928
  * @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
1613
1929
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1630,6 +1946,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1630
1946
  var queryParams = {};
1631
1947
  var headerParams = {
1632
1948
  'Authorization': opts['authorization'],
1949
+ 'cacheduration': opts['cacheduration'],
1950
+ 'cachegroup': opts['cachegroup'],
1951
+ 'cachekey': opts['cachekey'],
1952
+ 'cachescope': opts['cachescope'],
1633
1953
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1634
1954
  'zeusportal-postas': opts['zeusportalPostas'],
1635
1955
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1647,6 +1967,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1647
1967
  * @param {Number} id
1648
1968
  * @param {Object} opts Optional parameters
1649
1969
  * @param {String} opts.authorization The authorization token of the logged in user
1970
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1971
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1972
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1973
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1650
1974
  * @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
1651
1975
  * @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
1652
1976
  * @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
@@ -1668,6 +1992,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1668
1992
  * @param {Number} id
1669
1993
  * @param {Object} opts Optional parameters
1670
1994
  * @param {String} [authorization] The authorization token of the logged in user
1995
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1996
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1997
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1998
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1671
1999
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1672
2000
  * @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
1673
2001
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1690,6 +2018,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1690
2018
  var queryParams = {};
1691
2019
  var headerParams = {
1692
2020
  'Authorization': opts['authorization'],
2021
+ 'cacheduration': opts['cacheduration'],
2022
+ 'cachegroup': opts['cachegroup'],
2023
+ 'cachekey': opts['cachekey'],
2024
+ 'cachescope': opts['cachescope'],
1693
2025
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1694
2026
  'zeusportal-postas': opts['zeusportalPostas'],
1695
2027
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1709,6 +2041,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1709
2041
  * @param {Number} id
1710
2042
  * @param {Object} opts Optional parameters
1711
2043
  * @param {String} opts.authorization The authorization token of the logged in user
2044
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2045
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2046
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2047
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1712
2048
  * @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
1713
2049
  * @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
1714
2050
  * @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
@@ -1731,6 +2067,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1731
2067
  * @param {String} prop
1732
2068
  * @param {Object} opts Optional parameters
1733
2069
  * @param {String} [authorization] The authorization token of the logged in user
2070
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2071
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2072
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2073
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1734
2074
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1735
2075
  * @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
1736
2076
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1758,6 +2098,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1758
2098
  var queryParams = {};
1759
2099
  var headerParams = {
1760
2100
  'Authorization': opts['authorization'],
2101
+ 'cacheduration': opts['cacheduration'],
2102
+ 'cachegroup': opts['cachegroup'],
2103
+ 'cachekey': opts['cachekey'],
2104
+ 'cachescope': opts['cachescope'],
1761
2105
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1762
2106
  'zeusportal-postas': opts['zeusportalPostas'],
1763
2107
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1778,6 +2122,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1778
2122
  * @param {String} prop
1779
2123
  * @param {Object} opts Optional parameters
1780
2124
  * @param {String} opts.authorization The authorization token of the logged in user
2125
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2126
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2127
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2128
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1781
2129
  * @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
1782
2130
  * @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
1783
2131
  * @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
@@ -1800,6 +2148,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1800
2148
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1801
2149
  * @param {Object} opts Optional parameters
1802
2150
  * @param {String} [authorization] The authorization token of the logged in user
2151
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2152
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2153
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2154
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1803
2155
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1804
2156
  * @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
1805
2157
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1825,6 +2177,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1825
2177
  var queryParams = {};
1826
2178
  var headerParams = {
1827
2179
  'Authorization': opts['authorization'],
2180
+ 'cacheduration': opts['cacheduration'],
2181
+ 'cachegroup': opts['cachegroup'],
2182
+ 'cachekey': opts['cachekey'],
2183
+ 'cachescope': opts['cachescope'],
1828
2184
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1829
2185
  'zeusportal-postas': opts['zeusportalPostas'],
1830
2186
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1845,6 +2201,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1845
2201
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
1846
2202
  * @param {Object} opts Optional parameters
1847
2203
  * @param {String} opts.authorization The authorization token of the logged in user
2204
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2205
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2206
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2207
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1848
2208
  * @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
1849
2209
  * @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
1850
2210
  * @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
@@ -1863,6 +2223,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1863
2223
  * @param {Number} id
1864
2224
  * @param {Object} opts Optional parameters
1865
2225
  * @param {String} [authorization] The authorization token of the logged in user
2226
+ * @param {Number} [cacheduration] The how long the cache entry should persist
2227
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
2228
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
2229
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1866
2230
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1867
2231
  * @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
1868
2232
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1885,6 +2249,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1885
2249
  var queryParams = {};
1886
2250
  var headerParams = {
1887
2251
  'Authorization': opts['authorization'],
2252
+ 'cacheduration': opts['cacheduration'],
2253
+ 'cachegroup': opts['cachegroup'],
2254
+ 'cachekey': opts['cachekey'],
2255
+ 'cachescope': opts['cachescope'],
1888
2256
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1889
2257
  'zeusportal-postas': opts['zeusportalPostas'],
1890
2258
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1902,6 +2270,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
1902
2270
  * @param {Number} id
1903
2271
  * @param {Object} opts Optional parameters
1904
2272
  * @param {String} opts.authorization The authorization token of the logged in user
2273
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
2274
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
2275
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
2276
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1905
2277
  * @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
1906
2278
  * @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
1907
2279
  * @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