@gobodo/gobodo-api-promise 0.1.36 → 0.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +7 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/model/APIClient.js +2 -2
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +34 -34
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +31 -31
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +25 -25
  85. package/dist/model/DocumentType.js +27 -27
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +50 -50
  88. package/dist/model/File.js +65 -65
  89. package/dist/model/FileAttachmentUploadObject.js +65 -65
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +2 -2
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +25 -25
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +27 -27
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +2 -2
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationObjectObject.js +2 -2
  110. package/dist/model/GraphRelationship.js +2 -2
  111. package/dist/model/GraphRelationshipPayload.js +2 -2
  112. package/dist/model/GraphRelationshipType.js +2 -2
  113. package/dist/model/GraphSchema.js +90 -90
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +87 -87
  116. package/dist/model/ImageUploadObject.js +87 -87
  117. package/dist/model/InputPart.js +29 -29
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +32 -32
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +81 -81
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +25 -25
  125. package/dist/model/MemberGroupCategory.js +2 -2
  126. package/dist/model/MemberList.js +2 -2
  127. package/dist/model/MessageGroup.js +2 -2
  128. package/dist/model/MultipartBody.js +2 -2
  129. package/dist/model/Objecttype.js +2 -2
  130. package/dist/model/Page.js +2 -2
  131. package/dist/model/PageSchema.js +29 -29
  132. package/dist/model/Pageable.js +2 -2
  133. package/dist/model/Path.js +2 -2
  134. package/dist/model/PaymentAccountObject.js +2 -2
  135. package/dist/model/PaymentIntentInput.js +2 -2
  136. package/dist/model/PaymentIntentResponse.js +2 -2
  137. package/dist/model/PaymentMethod.js +2 -2
  138. package/dist/model/PaymentMethodInput.js +2 -2
  139. package/dist/model/PaymentMethodResponse.js +2 -2
  140. package/dist/model/PaymentMethodsResponse.js +2 -2
  141. package/dist/model/Payout.js +30 -30
  142. package/dist/model/PayoutInput.js +2 -2
  143. package/dist/model/PayoutResponse.js +2 -2
  144. package/dist/model/Post.js +2 -2
  145. package/dist/model/PrivateMessage.js +2 -2
  146. package/dist/model/PrivateMessageConversation.js +30 -30
  147. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  148. package/dist/model/Profile.js +2 -2
  149. package/dist/model/Profiletype.js +2 -2
  150. package/dist/model/PropertyContainer.js +2 -2
  151. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  152. package/dist/model/RelationshipMapping.js +2 -2
  153. package/dist/model/ScreenSchema.js +2 -2
  154. package/dist/model/SimulcastInfo.js +2 -2
  155. package/dist/model/SkinField.js +50 -50
  156. package/dist/model/SocialGroup.js +2 -2
  157. package/dist/model/SocialGroupType.js +2 -2
  158. package/dist/model/Sort.js +2 -2
  159. package/dist/model/SourceTypes.js +2 -2
  160. package/dist/model/StatusUpdate.js +2 -2
  161. package/dist/model/StreetAddress.js +2 -2
  162. package/dist/model/StripeAccount.js +2 -2
  163. package/dist/model/StripeCustomerAccount.js +2 -2
  164. package/dist/model/Template.js +30 -30
  165. package/dist/model/TemplateSchema.js +30 -30
  166. package/dist/model/ThemeMapping.js +39 -39
  167. package/dist/model/ThemeMappingPayload.js +25 -25
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +53 -53
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +25 -25
  175. package/dist/model/UserDataPayload.js +25 -25
  176. package/dist/model/UserDomain.js +2 -2
  177. package/dist/model/UserInvite.js +2 -2
  178. package/dist/model/UserInviteInput.js +2 -2
  179. package/dist/model/UserSchema.js +25 -25
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +68 -68
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +68 -68
  185. package/dist/model/VideoUploadObject.js +68 -68
  186. package/dist/model/ZeusPortalCategory.js +2 -2
  187. package/package.json +1 -1
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
18
18
  * gobodo-api
19
19
  * REST Interface for Gobodo API
20
20
  *
21
- * The version of the OpenAPI document: 0.1.36
21
+ * The version of the OpenAPI document: 0.1.38
22
22
  * Contact: info@gobodo.io
23
23
  *
24
24
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * GraphRelationshipTypes service.
31
31
  * @module api/GraphRelationshipTypesApi
32
- * @version 0.1.36
32
+ * @version 0.1.38
33
33
  */
34
34
  var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -48,6 +48,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
48
48
  * @param {Number} id
49
49
  * @param {Object} opts Optional parameters
50
50
  * @param {String} [authorization] The authorization token of the logged in user
51
+ * @param {Number} [cacheduration] The how long the cache entry should persist
52
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
53
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
54
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
51
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
52
56
  * @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
53
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -70,6 +74,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
70
74
  var queryParams = {};
71
75
  var headerParams = {
72
76
  'Authorization': opts['authorization'],
77
+ 'cacheduration': opts['cacheduration'],
78
+ 'cachegroup': opts['cachegroup'],
79
+ 'cachekey': opts['cachekey'],
80
+ 'cachescope': opts['cachescope'],
73
81
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
74
82
  'zeusportal-postas': opts['zeusportalPostas'],
75
83
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -87,6 +95,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
87
95
  * @param {Number} id
88
96
  * @param {Object} opts Optional parameters
89
97
  * @param {String} opts.authorization The authorization token of the logged in user
98
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
99
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
100
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
101
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
90
102
  * @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
91
103
  * @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
92
104
  * @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
@@ -106,6 +118,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
106
118
  * @param {Number} id
107
119
  * @param {Object} opts Optional parameters
108
120
  * @param {String} [authorization] The authorization token of the logged in user
121
+ * @param {Number} [cacheduration] The how long the cache entry should persist
122
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
109
125
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
110
126
  * @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
111
127
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -128,6 +144,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
128
144
  var queryParams = {};
129
145
  var headerParams = {
130
146
  'Authorization': opts['authorization'],
147
+ 'cacheduration': opts['cacheduration'],
148
+ 'cachegroup': opts['cachegroup'],
149
+ 'cachekey': opts['cachekey'],
150
+ 'cachescope': opts['cachescope'],
131
151
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
132
152
  'zeusportal-postas': opts['zeusportalPostas'],
133
153
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -145,6 +165,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
145
165
  * @param {Number} id
146
166
  * @param {Object} opts Optional parameters
147
167
  * @param {String} opts.authorization The authorization token of the logged in user
168
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
169
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
170
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
171
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
148
172
  * @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
149
173
  * @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
150
174
  * @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
@@ -166,6 +190,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
166
190
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
167
191
  * @param {Object} opts Optional parameters
168
192
  * @param {String} [authorization] The authorization token of the logged in user
193
+ * @param {Number} [cacheduration] The how long the cache entry should persist
194
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
195
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
196
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
169
197
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
170
198
  * @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
171
199
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -185,6 +213,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
185
213
  var queryParams = {};
186
214
  var headerParams = {
187
215
  'Authorization': opts['authorization'],
216
+ 'cacheduration': opts['cacheduration'],
217
+ 'cachegroup': opts['cachegroup'],
218
+ 'cachekey': opts['cachekey'],
219
+ 'cachescope': opts['cachescope'],
188
220
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
189
221
  'zeusportal-postas': opts['zeusportalPostas'],
190
222
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -204,6 +236,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
204
236
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
205
237
  * @param {Object} opts Optional parameters
206
238
  * @param {String} opts.authorization The authorization token of the logged in user
239
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
240
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
241
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
242
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
207
243
  * @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
208
244
  * @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
209
245
  * @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
@@ -222,6 +258,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
222
258
  * Root for the API
223
259
  * @param {Object} opts Optional parameters
224
260
  * @param {String} [authorization] The authorization token of the logged in user
261
+ * @param {Number} [cacheduration] The how long the cache entry should persist
262
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
263
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
264
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
225
265
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
226
266
  * @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
227
267
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -237,6 +277,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
237
277
  var queryParams = {};
238
278
  var headerParams = {
239
279
  'Authorization': opts['authorization'],
280
+ 'cacheduration': opts['cacheduration'],
281
+ 'cachegroup': opts['cachegroup'],
282
+ 'cachekey': opts['cachekey'],
283
+ 'cachescope': opts['cachescope'],
240
284
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
241
285
  'zeusportal-postas': opts['zeusportalPostas'],
242
286
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -254,6 +298,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
254
298
  * Root for the API
255
299
  * @param {Object} opts Optional parameters
256
300
  * @param {String} opts.authorization The authorization token of the logged in user
301
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
302
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
303
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
304
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
257
305
  * @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
258
306
  * @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
259
307
  * @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
@@ -275,6 +323,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
275
323
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
276
324
  * @param {Object} opts Optional parameters
277
325
  * @param {String} [authorization] The authorization token of the logged in user
326
+ * @param {Number} [cacheduration] The how long the cache entry should persist
327
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
328
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
329
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
278
330
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
279
331
  * @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
280
332
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -301,6 +353,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
301
353
  var queryParams = {};
302
354
  var headerParams = {
303
355
  'Authorization': opts['authorization'],
356
+ 'cacheduration': opts['cacheduration'],
357
+ 'cachegroup': opts['cachegroup'],
358
+ 'cachekey': opts['cachekey'],
359
+ 'cachescope': opts['cachescope'],
304
360
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
305
361
  'zeusportal-postas': opts['zeusportalPostas'],
306
362
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -321,6 +377,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
321
377
  * @param {Number} reltypeid The id of the object that we are retrieving relationships on
322
378
  * @param {Object} opts Optional parameters
323
379
  * @param {String} opts.authorization The authorization token of the logged in user
380
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
381
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
382
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
383
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
324
384
  * @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
325
385
  * @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
326
386
  * @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
@@ -339,6 +399,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
339
399
  * @param {Number} id
340
400
  * @param {Object} opts Optional parameters
341
401
  * @param {String} [authorization] The authorization token of the logged in user
402
+ * @param {Number} [cacheduration] The how long the cache entry should persist
403
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
404
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
405
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
342
406
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
343
407
  * @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
344
408
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -360,6 +424,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
360
424
  var queryParams = {};
361
425
  var headerParams = {
362
426
  'Authorization': opts['authorization'],
427
+ 'cacheduration': opts['cacheduration'],
428
+ 'cachegroup': opts['cachegroup'],
429
+ 'cachekey': opts['cachekey'],
430
+ 'cachescope': opts['cachescope'],
363
431
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
364
432
  'zeusportal-postas': opts['zeusportalPostas'],
365
433
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -377,6 +445,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
377
445
  * @param {Number} id
378
446
  * @param {Object} opts Optional parameters
379
447
  * @param {String} opts.authorization The authorization token of the logged in user
448
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
449
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
450
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
451
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
380
452
  * @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
381
453
  * @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
382
454
  * @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
@@ -395,6 +467,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
395
467
  * @param {Number} id
396
468
  * @param {Object} opts Optional parameters
397
469
  * @param {String} [authorization] The authorization token of the logged in user
470
+ * @param {Number} [cacheduration] The how long the cache entry should persist
471
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
472
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
473
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
398
474
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
399
475
  * @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
400
476
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -416,6 +492,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
416
492
  var queryParams = {};
417
493
  var headerParams = {
418
494
  'Authorization': opts['authorization'],
495
+ 'cacheduration': opts['cacheduration'],
496
+ 'cachegroup': opts['cachegroup'],
497
+ 'cachekey': opts['cachekey'],
498
+ 'cachescope': opts['cachescope'],
419
499
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
420
500
  'zeusportal-postas': opts['zeusportalPostas'],
421
501
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -433,6 +513,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
433
513
  * @param {Number} id
434
514
  * @param {Object} opts Optional parameters
435
515
  * @param {String} opts.authorization The authorization token of the logged in user
516
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
517
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
518
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
519
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
436
520
  * @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
437
521
  * @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
438
522
  * @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
@@ -452,6 +536,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
452
536
  * @param {String} classname
453
537
  * @param {Object} opts Optional parameters
454
538
  * @param {String} [authorization] The authorization token of the logged in user
539
+ * @param {Number} [cacheduration] The how long the cache entry should persist
540
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
541
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
542
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
455
543
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
456
544
  * @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
457
545
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -473,6 +561,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
473
561
  var queryParams = {};
474
562
  var headerParams = {
475
563
  'Authorization': opts['authorization'],
564
+ 'cacheduration': opts['cacheduration'],
565
+ 'cachegroup': opts['cachegroup'],
566
+ 'cachekey': opts['cachekey'],
567
+ 'cachescope': opts['cachescope'],
476
568
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
477
569
  'zeusportal-postas': opts['zeusportalPostas'],
478
570
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -491,6 +583,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
491
583
  * @param {String} classname
492
584
  * @param {Object} opts Optional parameters
493
585
  * @param {String} opts.authorization The authorization token of the logged in user
586
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
587
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
588
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
589
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
494
590
  * @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
495
591
  * @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
496
592
  * @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
@@ -510,6 +606,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
510
606
  * @param {String} id
511
607
  * @param {Object} opts Optional parameters
512
608
  * @param {String} [authorization] The authorization token of the logged in user
609
+ * @param {Number} [cacheduration] The how long the cache entry should persist
610
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
611
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
612
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
513
613
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
514
614
  * @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
515
615
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -531,6 +631,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
531
631
  var queryParams = {};
532
632
  var headerParams = {
533
633
  'Authorization': opts['authorization'],
634
+ 'cacheduration': opts['cacheduration'],
635
+ 'cachegroup': opts['cachegroup'],
636
+ 'cachekey': opts['cachekey'],
637
+ 'cachescope': opts['cachescope'],
534
638
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
535
639
  'zeusportal-postas': opts['zeusportalPostas'],
536
640
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -549,6 +653,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
549
653
  * @param {String} id
550
654
  * @param {Object} opts Optional parameters
551
655
  * @param {String} opts.authorization The authorization token of the logged in user
656
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
657
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
658
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
659
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
552
660
  * @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
553
661
  * @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
554
662
  * @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
@@ -568,6 +676,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
568
676
  * @param {String} key
569
677
  * @param {Object} opts Optional parameters
570
678
  * @param {String} [authorization] The authorization token of the logged in user
679
+ * @param {Number} [cacheduration] The how long the cache entry should persist
680
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
681
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
682
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
571
683
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
572
684
  * @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
573
685
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -589,6 +701,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
589
701
  var queryParams = {};
590
702
  var headerParams = {
591
703
  'Authorization': opts['authorization'],
704
+ 'cacheduration': opts['cacheduration'],
705
+ 'cachegroup': opts['cachegroup'],
706
+ 'cachekey': opts['cachekey'],
707
+ 'cachescope': opts['cachescope'],
592
708
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
593
709
  'zeusportal-postas': opts['zeusportalPostas'],
594
710
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -607,6 +723,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
607
723
  * @param {String} key
608
724
  * @param {Object} opts Optional parameters
609
725
  * @param {String} opts.authorization The authorization token of the logged in user
726
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
727
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
728
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
729
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
610
730
  * @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
611
731
  * @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
612
732
  * @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
@@ -628,6 +748,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
628
748
  * @param {Number} reltypeid The id of the relationship type we are searching for
629
749
  * @param {Object} opts Optional parameters
630
750
  * @param {String} [authorization] The authorization token of the logged in user
751
+ * @param {Number} [cacheduration] The how long the cache entry should persist
752
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
753
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
754
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
631
755
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
632
756
  * @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
633
757
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -654,6 +778,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
654
778
  var queryParams = {};
655
779
  var headerParams = {
656
780
  'Authorization': opts['authorization'],
781
+ 'cacheduration': opts['cacheduration'],
782
+ 'cachegroup': opts['cachegroup'],
783
+ 'cachekey': opts['cachekey'],
784
+ 'cachescope': opts['cachescope'],
657
785
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
658
786
  'zeusportal-postas': opts['zeusportalPostas'],
659
787
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -674,6 +802,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
674
802
  * @param {Number} reltypeid The id of the relationship type we are searching for
675
803
  * @param {Object} opts Optional parameters
676
804
  * @param {String} opts.authorization The authorization token of the logged in user
805
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
806
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
807
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
808
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
677
809
  * @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
678
810
  * @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
679
811
  * @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
@@ -695,6 +827,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
695
827
  * @param {Number} reltypeid The id of the relationship type we are searching for
696
828
  * @param {Object} opts Optional parameters
697
829
  * @param {String} [authorization] The authorization token of the logged in user
830
+ * @param {Number} [cacheduration] The how long the cache entry should persist
831
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
832
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
833
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
698
834
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
699
835
  * @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
700
836
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -721,6 +857,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
721
857
  var queryParams = {};
722
858
  var headerParams = {
723
859
  'Authorization': opts['authorization'],
860
+ 'cacheduration': opts['cacheduration'],
861
+ 'cachegroup': opts['cachegroup'],
862
+ 'cachekey': opts['cachekey'],
863
+ 'cachescope': opts['cachescope'],
724
864
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
725
865
  'zeusportal-postas': opts['zeusportalPostas'],
726
866
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -741,6 +881,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
741
881
  * @param {Number} reltypeid The id of the relationship type we are searching for
742
882
  * @param {Object} opts Optional parameters
743
883
  * @param {String} opts.authorization The authorization token of the logged in user
884
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
885
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
886
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
887
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
744
888
  * @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
745
889
  * @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
746
890
  * @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
@@ -759,6 +903,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
759
903
  * @param {Number} id
760
904
  * @param {Object} opts Optional parameters
761
905
  * @param {String} [authorization] The authorization token of the logged in user
906
+ * @param {Number} [cacheduration] The how long the cache entry should persist
907
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
908
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
909
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
762
910
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
763
911
  * @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
764
912
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -780,6 +928,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
780
928
  var queryParams = {};
781
929
  var headerParams = {
782
930
  'Authorization': opts['authorization'],
931
+ 'cacheduration': opts['cacheduration'],
932
+ 'cachegroup': opts['cachegroup'],
933
+ 'cachekey': opts['cachekey'],
934
+ 'cachescope': opts['cachescope'],
783
935
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
784
936
  'zeusportal-postas': opts['zeusportalPostas'],
785
937
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -797,6 +949,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
797
949
  * @param {Number} id
798
950
  * @param {Object} opts Optional parameters
799
951
  * @param {String} opts.authorization The authorization token of the logged in user
952
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
953
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
954
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
955
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
800
956
  * @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
801
957
  * @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
802
958
  * @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
@@ -815,6 +971,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
815
971
  * @param {Number} id
816
972
  * @param {Object} opts Optional parameters
817
973
  * @param {String} [authorization] The authorization token of the logged in user
974
+ * @param {Number} [cacheduration] The how long the cache entry should persist
975
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
976
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
977
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
818
978
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
819
979
  * @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
820
980
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -837,6 +997,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
837
997
  var queryParams = {};
838
998
  var headerParams = {
839
999
  'Authorization': opts['authorization'],
1000
+ 'cacheduration': opts['cacheduration'],
1001
+ 'cachegroup': opts['cachegroup'],
1002
+ 'cachekey': opts['cachekey'],
1003
+ 'cachescope': opts['cachescope'],
840
1004
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
841
1005
  'zeusportal-postas': opts['zeusportalPostas'],
842
1006
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -854,6 +1018,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
854
1018
  * @param {Number} id
855
1019
  * @param {Object} opts Optional parameters
856
1020
  * @param {String} opts.authorization The authorization token of the logged in user
1021
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1022
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1023
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1024
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
857
1025
  * @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
858
1026
  * @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
859
1027
  * @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
@@ -873,6 +1041,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
873
1041
  * @param {Number} id
874
1042
  * @param {Object} opts Optional parameters
875
1043
  * @param {String} [authorization] The authorization token of the logged in user
1044
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1045
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1046
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1047
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
876
1048
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
877
1049
  * @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
878
1050
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -895,6 +1067,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
895
1067
  var queryParams = {};
896
1068
  var headerParams = {
897
1069
  'Authorization': opts['authorization'],
1070
+ 'cacheduration': opts['cacheduration'],
1071
+ 'cachegroup': opts['cachegroup'],
1072
+ 'cachekey': opts['cachekey'],
1073
+ 'cachescope': opts['cachescope'],
898
1074
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
899
1075
  'zeusportal-postas': opts['zeusportalPostas'],
900
1076
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -912,6 +1088,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
912
1088
  * @param {Number} id
913
1089
  * @param {Object} opts Optional parameters
914
1090
  * @param {String} opts.authorization The authorization token of the logged in user
1091
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1092
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1093
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1094
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
915
1095
  * @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
916
1096
  * @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
917
1097
  * @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
@@ -934,6 +1114,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
934
1114
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
935
1115
  * @param {Object} opts Optional parameters
936
1116
  * @param {String} [authorization] The authorization token of the logged in user
1117
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1118
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1119
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1120
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
937
1121
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
938
1122
  * @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
939
1123
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -959,6 +1143,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
959
1143
  var queryParams = {};
960
1144
  var headerParams = {
961
1145
  'Authorization': opts['authorization'],
1146
+ 'cacheduration': opts['cacheduration'],
1147
+ 'cachegroup': opts['cachegroup'],
1148
+ 'cachekey': opts['cachekey'],
1149
+ 'cachescope': opts['cachescope'],
962
1150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
963
1151
  'zeusportal-postas': opts['zeusportalPostas'],
964
1152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -979,6 +1167,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
979
1167
  * @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
980
1168
  * @param {Object} opts Optional parameters
981
1169
  * @param {String} opts.authorization The authorization token of the logged in user
1170
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1171
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1172
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1173
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
982
1174
  * @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
983
1175
  * @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
984
1176
  * @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
@@ -997,6 +1189,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
997
1189
  * @param {Number} id
998
1190
  * @param {Object} opts Optional parameters
999
1191
  * @param {String} [authorization] The authorization token of the logged in user
1192
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1193
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1194
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1195
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1000
1196
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1001
1197
  * @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
1002
1198
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1019,6 +1215,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1019
1215
  var queryParams = {};
1020
1216
  var headerParams = {
1021
1217
  'Authorization': opts['authorization'],
1218
+ 'cacheduration': opts['cacheduration'],
1219
+ 'cachegroup': opts['cachegroup'],
1220
+ 'cachekey': opts['cachekey'],
1221
+ 'cachescope': opts['cachescope'],
1022
1222
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1023
1223
  'zeusportal-postas': opts['zeusportalPostas'],
1024
1224
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1036,6 +1236,10 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
1036
1236
  * @param {Number} id
1037
1237
  * @param {Object} opts Optional parameters
1038
1238
  * @param {String} opts.authorization The authorization token of the logged in user
1239
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1240
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1241
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1242
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1039
1243
  * @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
1040
1244
  * @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
1041
1245
  * @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