@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
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.36
20
+ * The version of the OpenAPI document: 0.1.38
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * GraphSchemas service.
30
30
  * @module api/GraphSchemasApi
31
- * @version 0.1.36
31
+ * @version 0.1.38
32
32
  */
33
33
  var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -49,6 +49,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
49
49
  * @param {Array.<Number>} requestBody Array of schema ids
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
@@ -74,6 +78,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
74
78
  var queryParams = {};
75
79
  var headerParams = {
76
80
  'Authorization': opts['authorization'],
81
+ 'cacheduration': opts['cacheduration'],
82
+ 'cachegroup': opts['cachegroup'],
83
+ 'cachekey': opts['cachekey'],
84
+ 'cachescope': opts['cachescope'],
77
85
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
78
86
  'zeusportal-postas': opts['zeusportalPostas'],
79
87
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +101,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
93
101
  * @param {Array.<Number>} requestBody Array of schema ids
94
102
  * @param {Object} opts Optional parameters
95
103
  * @param {String} opts.authorization The authorization token of the logged in user
104
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
105
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
96
108
  * @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
97
109
  * @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
98
110
  * @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
@@ -111,6 +123,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
111
123
  * Root for the API
112
124
  * @param {Object} opts Optional parameters
113
125
  * @param {String} [authorization] The authorization token of the logged in user
126
+ * @param {Number} [cacheduration] The how long the cache entry should persist
127
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
114
130
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
115
131
  * @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
116
132
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -126,6 +142,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
126
142
  var queryParams = {};
127
143
  var headerParams = {
128
144
  'Authorization': opts['authorization'],
145
+ 'cacheduration': opts['cacheduration'],
146
+ 'cachegroup': opts['cachegroup'],
147
+ 'cachekey': opts['cachekey'],
148
+ 'cachescope': opts['cachescope'],
129
149
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
130
150
  'zeusportal-postas': opts['zeusportalPostas'],
131
151
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -143,6 +163,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
143
163
  * Root for the API
144
164
  * @param {Object} opts Optional parameters
145
165
  * @param {String} opts.authorization The authorization token of the logged in user
166
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
167
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
168
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
169
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
146
170
  * @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
147
171
  * @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
148
172
  * @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
@@ -162,6 +186,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
162
186
  * @param {Number} id
163
187
  * @param {Object} opts Optional parameters
164
188
  * @param {String} [authorization] The authorization token of the logged in user
189
+ * @param {Number} [cacheduration] The how long the cache entry should persist
190
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
191
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
192
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
165
193
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
166
194
  * @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
167
195
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -183,6 +211,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
183
211
  var queryParams = {};
184
212
  var headerParams = {
185
213
  'Authorization': opts['authorization'],
214
+ 'cacheduration': opts['cacheduration'],
215
+ 'cachegroup': opts['cachegroup'],
216
+ 'cachekey': opts['cachekey'],
217
+ 'cachescope': opts['cachescope'],
186
218
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
187
219
  'zeusportal-postas': opts['zeusportalPostas'],
188
220
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -203,6 +235,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
203
235
  * @param {Number} id
204
236
  * @param {Object} opts Optional parameters
205
237
  * @param {String} opts.authorization The authorization token of the logged in user
238
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
239
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
240
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
241
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
206
242
  * @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
207
243
  * @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
208
244
  * @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 GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
222
258
  * @param {Number} id
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
@@ -243,6 +283,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
243
283
  var queryParams = {};
244
284
  var headerParams = {
245
285
  'Authorization': opts['authorization'],
286
+ 'cacheduration': opts['cacheduration'],
287
+ 'cachegroup': opts['cachegroup'],
288
+ 'cachekey': opts['cachekey'],
289
+ 'cachescope': opts['cachescope'],
246
290
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
247
291
  'zeusportal-postas': opts['zeusportalPostas'],
248
292
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -261,6 +305,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
261
305
  * @param {Number} id
262
306
  * @param {Object} opts Optional parameters
263
307
  * @param {String} opts.authorization The authorization token of the logged in user
308
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
309
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
310
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
311
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
264
312
  * @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
265
313
  * @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
266
314
  * @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
@@ -281,6 +329,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
281
329
  * @param {Array.<Number>} requestBody Array of schema ids
282
330
  * @param {Object} opts Optional parameters
283
331
  * @param {String} [authorization] The authorization token of the logged in user
332
+ * @param {Number} [cacheduration] The how long the cache entry should persist
333
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
334
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
335
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
284
336
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
285
337
  * @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
286
338
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -306,6 +358,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
306
358
  var queryParams = {};
307
359
  var headerParams = {
308
360
  'Authorization': opts['authorization'],
361
+ 'cacheduration': opts['cacheduration'],
362
+ 'cachegroup': opts['cachegroup'],
363
+ 'cachekey': opts['cachekey'],
364
+ 'cachescope': opts['cachescope'],
309
365
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
310
366
  'zeusportal-postas': opts['zeusportalPostas'],
311
367
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -325,6 +381,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
325
381
  * @param {Array.<Number>} requestBody Array of schema ids
326
382
  * @param {Object} opts Optional parameters
327
383
  * @param {String} opts.authorization The authorization token of the logged in user
384
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
385
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
386
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
387
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
328
388
  * @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
329
389
  * @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
330
390
  * @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
@@ -343,6 +403,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
343
403
  * @param {Number} id
344
404
  * @param {Object} opts Optional parameters
345
405
  * @param {String} [authorization] The authorization token of the logged in user
406
+ * @param {Number} [cacheduration] The how long the cache entry should persist
407
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
408
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
409
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
346
410
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
347
411
  * @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
348
412
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -365,6 +429,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
365
429
  var queryParams = {};
366
430
  var headerParams = {
367
431
  'Authorization': opts['authorization'],
432
+ 'cacheduration': opts['cacheduration'],
433
+ 'cachegroup': opts['cachegroup'],
434
+ 'cachekey': opts['cachekey'],
435
+ 'cachescope': opts['cachescope'],
368
436
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
369
437
  'zeusportal-postas': opts['zeusportalPostas'],
370
438
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -382,6 +450,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
382
450
  * @param {Number} id
383
451
  * @param {Object} opts Optional parameters
384
452
  * @param {String} opts.authorization The authorization token of the logged in user
453
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
454
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
455
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
456
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
385
457
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
386
458
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
387
459
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -401,6 +473,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
401
473
  * @param {Number} id
402
474
  * @param {Object} opts Optional parameters
403
475
  * @param {String} [authorization] The authorization token of the logged in user
476
+ * @param {Number} [cacheduration] The how long the cache entry should persist
477
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
478
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
479
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
404
480
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
405
481
  * @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
406
482
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -423,6 +499,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
423
499
  var queryParams = {};
424
500
  var headerParams = {
425
501
  'Authorization': opts['authorization'],
502
+ 'cacheduration': opts['cacheduration'],
503
+ 'cachegroup': opts['cachegroup'],
504
+ 'cachekey': opts['cachekey'],
505
+ 'cachescope': opts['cachescope'],
426
506
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
427
507
  'zeusportal-postas': opts['zeusportalPostas'],
428
508
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -440,6 +520,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
440
520
  * @param {Number} id
441
521
  * @param {Object} opts Optional parameters
442
522
  * @param {String} opts.authorization The authorization token of the logged in user
523
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
524
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
525
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
526
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
443
527
  * @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
444
528
  * @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
445
529
  * @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
@@ -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.38
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
  * GraphTraversal service.
32
32
  * @module api/GraphTraversalApi
33
- * @version 0.1.36
33
+ * @version 0.1.38
34
34
  */
35
35
  var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -51,6 +51,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
52
52
  * @param {Object} opts Optional parameters
53
53
  * @param {String} [authorization] The authorization token of the logged in user
54
+ * @param {Number} [cacheduration] The how long the cache entry should persist
55
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
58
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
59
  * @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
56
60
  * @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 GraphTraversalApi = 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'],
@@ -89,6 +97,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
89
97
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
90
98
  * @param {Object} opts Optional parameters
91
99
  * @param {String} opts.authorization The authorization token of the logged in user
100
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
101
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
102
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
103
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
92
104
  * @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
93
105
  * @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
94
106
  * @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
@@ -109,6 +121,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
109
121
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
110
122
  * @param {Object} opts Optional parameters
111
123
  * @param {String} [authorization] The authorization token of the logged in user
124
+ * @param {Number} [cacheduration] The how long the cache entry should persist
125
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
112
128
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
113
129
  * @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
114
130
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -134,6 +150,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
134
150
  var queryParams = {};
135
151
  var headerParams = {
136
152
  'Authorization': opts['authorization'],
153
+ 'cacheduration': opts['cacheduration'],
154
+ 'cachegroup': opts['cachegroup'],
155
+ 'cachekey': opts['cachekey'],
156
+ 'cachescope': opts['cachescope'],
137
157
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
138
158
  'zeusportal-postas': opts['zeusportalPostas'],
139
159
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -153,6 +173,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
153
173
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
154
174
  * @param {Object} opts Optional parameters
155
175
  * @param {String} opts.authorization The authorization token of the logged in user
176
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
177
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
178
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
179
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
156
180
  * @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
157
181
  * @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
158
182
  * @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
@@ -173,6 +197,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
173
197
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
174
198
  * @param {Object} opts Optional parameters
175
199
  * @param {String} [authorization] The authorization token of the logged in user
200
+ * @param {Number} [cacheduration] The how long the cache entry should persist
201
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
202
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
203
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
176
204
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
177
205
  * @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
178
206
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -198,6 +226,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
198
226
  var queryParams = {};
199
227
  var headerParams = {
200
228
  'Authorization': opts['authorization'],
229
+ 'cacheduration': opts['cacheduration'],
230
+ 'cachegroup': opts['cachegroup'],
231
+ 'cachekey': opts['cachekey'],
232
+ 'cachescope': opts['cachescope'],
201
233
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
202
234
  'zeusportal-postas': opts['zeusportalPostas'],
203
235
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -217,6 +249,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
217
249
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
218
250
  * @param {Object} opts Optional parameters
219
251
  * @param {String} opts.authorization The authorization token of the logged in user
252
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
253
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
254
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
255
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
220
256
  * @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
221
257
  * @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
222
258
  * @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
@@ -237,6 +273,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
237
273
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
238
274
  * @param {Object} opts Optional parameters
239
275
  * @param {String} [authorization] The authorization token of the logged in user
276
+ * @param {Number} [cacheduration] The how long the cache entry should persist
277
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
278
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
279
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
240
280
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
241
281
  * @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
242
282
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -262,6 +302,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
262
302
  var queryParams = {};
263
303
  var headerParams = {
264
304
  'Authorization': opts['authorization'],
305
+ 'cacheduration': opts['cacheduration'],
306
+ 'cachegroup': opts['cachegroup'],
307
+ 'cachekey': opts['cachekey'],
308
+ 'cachescope': opts['cachescope'],
265
309
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
266
310
  'zeusportal-postas': opts['zeusportalPostas'],
267
311
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -281,6 +325,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
281
325
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
282
326
  * @param {Object} opts Optional parameters
283
327
  * @param {String} opts.authorization The authorization token of the logged in user
328
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
329
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
330
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
331
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
284
332
  * @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
285
333
  * @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
286
334
  * @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
@@ -301,6 +349,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
301
349
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
302
350
  * @param {Object} opts Optional parameters
303
351
  * @param {String} [authorization] The authorization token of the logged in user
352
+ * @param {Number} [cacheduration] The how long the cache entry should persist
353
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
354
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
355
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
304
356
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
305
357
  * @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
306
358
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -320,6 +372,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
320
372
  var queryParams = {};
321
373
  var headerParams = {
322
374
  'Authorization': opts['authorization'],
375
+ 'cacheduration': opts['cacheduration'],
376
+ 'cachegroup': opts['cachegroup'],
377
+ 'cachekey': opts['cachekey'],
378
+ 'cachescope': opts['cachescope'],
323
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
324
380
  'zeusportal-postas': opts['zeusportalPostas'],
325
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -339,6 +395,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
339
395
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
340
396
  * @param {Object} opts Optional parameters
341
397
  * @param {String} opts.authorization The authorization token of the logged in user
398
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
399
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
400
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
401
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
342
402
  * @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
343
403
  * @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
344
404
  * @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
@@ -353,12 +413,86 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
353
413
  });
354
414
  }
355
415
 
416
+ /**
417
+ * Traverses the graph based on the traversal query provided and returns a count of the discovered objects
418
+ * Traverses the graph based on the traversal query provided
419
+ * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
420
+ * @param {Object} opts Optional parameters
421
+ * @param {String} [authorization] The authorization token of the logged in user
422
+ * @param {Number} [cacheduration] The how long the cache entry should persist
423
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
424
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
425
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
426
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
427
+ * @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
428
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
429
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
430
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
431
+ */
432
+ }, {
433
+ key: "traverseObjectsCountWithHttpInfo",
434
+ value: function traverseObjectsCountWithHttpInfo(graphTraversalInput, opts) {
435
+ opts = opts || {};
436
+ var postBody = graphTraversalInput;
437
+ // verify the required parameter 'graphTraversalInput' is set
438
+ if (graphTraversalInput === undefined || graphTraversalInput === null) {
439
+ throw new Error("Missing the required parameter 'graphTraversalInput' when calling traverseObjectsCount");
440
+ }
441
+ var pathParams = {};
442
+ var queryParams = {};
443
+ var headerParams = {
444
+ 'Authorization': opts['authorization'],
445
+ 'cacheduration': opts['cacheduration'],
446
+ 'cachegroup': opts['cachegroup'],
447
+ 'cachekey': opts['cachekey'],
448
+ 'cachescope': opts['cachescope'],
449
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
450
+ 'zeusportal-postas': opts['zeusportalPostas'],
451
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
452
+ 'transactionid': opts['transactionid']
453
+ };
454
+ var formParams = {};
455
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
456
+ var contentTypes = ['application/json'];
457
+ var accepts = ['text/plain'];
458
+ var returnType = 'Number';
459
+ return this.apiClient.callApi('/graph/data/traverse/objects/count', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
460
+ }
461
+
462
+ /**
463
+ * Traverses the graph based on the traversal query provided and returns a count of the discovered objects
464
+ * Traverses the graph based on the traversal query provided
465
+ * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
466
+ * @param {Object} opts Optional parameters
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
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
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
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
475
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
476
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
477
+ */
478
+ }, {
479
+ key: "traverseObjectsCount",
480
+ value: function traverseObjectsCount(graphTraversalInput, opts) {
481
+ return this.traverseObjectsCountWithHttpInfo(graphTraversalInput, opts).then(function (response_and_data) {
482
+ return response_and_data.data;
483
+ });
484
+ }
485
+
356
486
  /**
357
487
  * Traverses the graph based on the traversal query provided and returns the discovered relationships
358
488
  * Traverses the graph based on the traversal query provided
359
489
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
360
490
  * @param {Object} opts Optional parameters
361
491
  * @param {String} [authorization] The authorization token of the logged in user
492
+ * @param {Number} [cacheduration] The how long the cache entry should persist
493
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
494
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
495
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
362
496
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
363
497
  * @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
364
498
  * @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 +512,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
378
512
  var queryParams = {};
379
513
  var headerParams = {
380
514
  'Authorization': opts['authorization'],
515
+ 'cacheduration': opts['cacheduration'],
516
+ 'cachegroup': opts['cachegroup'],
517
+ 'cachekey': opts['cachekey'],
518
+ 'cachescope': opts['cachescope'],
381
519
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
382
520
  'zeusportal-postas': opts['zeusportalPostas'],
383
521
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -397,6 +535,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
397
535
  * @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
398
536
  * @param {Object} opts Optional parameters
399
537
  * @param {String} opts.authorization The authorization token of the logged in user
538
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
539
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
540
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
541
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
400
542
  * @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
543
  * @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
544
  * @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