@gobodo/gobodo-api-promise 0.1.36 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/README.md +11 -6
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +527 -3
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/index.js +6 -13
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +31 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +16 -47
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
  67. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
  68. package/dist/model/Article.js +2 -2
  69. package/dist/model/AuthResponse.js +2 -2
  70. package/dist/model/Balance.js +49 -49
  71. package/dist/model/BalanceDetails.js +2 -2
  72. package/dist/model/BalanceResponse.js +2 -2
  73. package/dist/model/BankAccountInfo.js +2 -2
  74. package/dist/model/CardInfo.js +2 -2
  75. package/dist/model/Comment.js +28 -28
  76. package/dist/model/Coordinates.js +2 -2
  77. package/dist/model/CreateAccountResponse.js +2 -2
  78. package/dist/model/CreateStripeAccountInput.js +27 -2
  79. package/dist/model/CreateStripeCustomerInput.js +2 -2
  80. package/dist/model/CustomerResponse.js +2 -2
  81. package/dist/model/DataObject.js +2 -2
  82. package/dist/model/DataSheetImport.js +141 -141
  83. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  84. package/dist/model/DataSheetImportSummary.js +25 -25
  85. package/dist/model/Document.js +2 -2
  86. package/dist/model/DocumentPart.js +31 -31
  87. package/dist/model/DocumentPartType.js +2 -2
  88. package/dist/model/DocumentType.js +27 -27
  89. package/dist/model/FieldMapping.js +2 -2
  90. package/dist/model/Fields.js +52 -52
  91. package/dist/model/File.js +25 -25
  92. package/dist/model/FileAttachmentUploadObject.js +25 -25
  93. package/dist/model/Filter.js +2 -2
  94. package/dist/model/FilterManager.js +2 -2
  95. package/dist/model/Form.js +2 -2
  96. package/dist/model/FormSection.js +2 -2
  97. package/dist/model/FormSubmission.js +2 -2
  98. package/dist/model/Geocode.js +2 -2
  99. package/dist/model/GeocodePayload.js +2 -2
  100. package/dist/model/GeolocationInput.js +2 -2
  101. package/dist/model/Graph.js +25 -25
  102. package/dist/model/GraphAction.js +2 -2
  103. package/dist/model/GraphDatabaseService.js +2 -2
  104. package/dist/model/GraphGeocode.js +2 -2
  105. package/dist/model/GraphIteratorEntryPart.js +8 -8
  106. package/dist/model/GraphObject.js +2 -2
  107. package/dist/model/GraphObjectPayload.js +2 -2
  108. package/dist/model/GraphObjectSchema.js +30 -30
  109. package/dist/model/GraphObjectType.js +2 -2
  110. package/dist/model/GraphObjectTypeSchema.js +2 -2
  111. package/dist/model/GraphOwner.js +2 -2
  112. package/dist/model/GraphRelationObjectObject.js +2 -2
  113. package/dist/model/GraphRelationship.js +2 -2
  114. package/dist/model/GraphRelationshipPayload.js +2 -2
  115. package/dist/model/GraphRelationshipType.js +2 -2
  116. package/dist/model/GraphSchema.js +90 -90
  117. package/dist/model/GraphTraversalInput.js +2 -2
  118. package/dist/model/Image.js +23 -23
  119. package/dist/model/ImageUploadObject.js +23 -23
  120. package/dist/model/InputPart.js +2 -2
  121. package/dist/model/InputPartMediaType.js +2 -2
  122. package/dist/model/Link.js +28 -28
  123. package/dist/model/LiveStreamInfo.js +2 -2
  124. package/dist/model/MeetingEvent.js +81 -81
  125. package/dist/model/MeetingEventTimezone.js +2 -2
  126. package/dist/model/MeetingInfo.js +2 -2
  127. package/dist/model/Member.js +31 -31
  128. package/dist/model/MemberGroupCategory.js +2 -2
  129. package/dist/model/MemberList.js +2 -2
  130. package/dist/model/MessageGroup.js +25 -25
  131. package/dist/model/MultipartBody.js +2 -2
  132. package/dist/model/Objecttype.js +2 -2
  133. package/dist/model/Page.js +2 -2
  134. package/dist/model/PageSchema.js +27 -27
  135. package/dist/model/Pageable.js +2 -2
  136. package/dist/model/Path.js +2 -2
  137. package/dist/model/PaymentAccountObject.js +2 -2
  138. package/dist/model/PaymentIntentInput.js +2 -2
  139. package/dist/model/PaymentIntentResponse.js +2 -2
  140. package/dist/model/PaymentMethod.js +2 -2
  141. package/dist/model/PaymentMethodInput.js +2 -2
  142. package/dist/model/PaymentMethodResponse.js +2 -2
  143. package/dist/model/PaymentMethodsResponse.js +2 -2
  144. package/dist/model/Payout.js +30 -30
  145. package/dist/model/PayoutInput.js +2 -2
  146. package/dist/model/PayoutResponse.js +2 -2
  147. package/dist/model/Post.js +2 -2
  148. package/dist/model/PrivateMessage.js +25 -25
  149. package/dist/model/PrivateMessageConversation.js +33 -33
  150. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  151. package/dist/model/Profile.js +2 -2
  152. package/dist/model/Profiletype.js +2 -2
  153. package/dist/model/PropertyContainer.js +25 -25
  154. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  155. package/dist/model/RelationshipMapping.js +2 -2
  156. package/dist/model/ScreenSchema.js +2 -2
  157. package/dist/model/SimulcastInfo.js +2 -2
  158. package/dist/model/SkinField.js +52 -52
  159. package/dist/model/SocialGroup.js +2 -2
  160. package/dist/model/SocialGroupType.js +2 -2
  161. package/dist/model/Sort.js +2 -2
  162. package/dist/model/SourceTypes.js +2 -2
  163. package/dist/model/StatusUpdate.js +2 -2
  164. package/dist/model/StreetAddress.js +2 -2
  165. package/dist/model/StripeAccount.js +52 -2
  166. package/dist/model/StripeCustomerAccount.js +2 -2
  167. package/dist/model/Template.js +2 -2
  168. package/dist/model/TemplateSchema.js +2 -2
  169. package/dist/model/ThemeMapping.js +2 -2
  170. package/dist/model/ThemeMappingPayload.js +2 -2
  171. package/dist/model/Transaction.js +2 -2
  172. package/dist/model/Transfer.js +30 -30
  173. package/dist/model/TransferInput.js +2 -2
  174. package/dist/model/TransferResponse.js +2 -2
  175. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  176. package/dist/model/TraversalRelationResponse.js +2 -2
  177. package/dist/model/User.js +31 -31
  178. package/dist/model/UserDataPayload.js +31 -31
  179. package/dist/model/UserDomain.js +2 -2
  180. package/dist/model/UserInvite.js +2 -2
  181. package/dist/model/UserInviteInput.js +2 -2
  182. package/dist/model/UserSchema.js +31 -31
  183. package/dist/model/UserTag.js +2 -2
  184. package/dist/model/Userid.js +2 -2
  185. package/dist/model/Video.js +2 -2
  186. package/dist/model/VideoLiveUrl.js +2 -2
  187. package/dist/model/VideoSchema.js +29 -29
  188. package/dist/model/VideoUploadObject.js +2 -2
  189. package/dist/model/ZeusPortalCategory.js +2 -2
  190. package/package.json +1 -1
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.36
19
+ * The version of the OpenAPI document: 0.1.39
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Functions service.
29
29
  * @module api/FunctionsApi
30
- * @version 0.1.36
30
+ * @version 0.1.39
31
31
  */
32
32
  var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -47,6 +47,10 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
47
47
  * @param {String} _function
48
48
  * @param {Object} opts Optional parameters
49
49
  * @param {String} [authorization] The authorization token of the logged in user
50
+ * @param {Number} [cacheduration] The how long the cache entry should persist
51
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
50
54
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
51
55
  * @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
52
56
  * @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 FunctionsApi = 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'],
@@ -92,6 +100,10 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
92
100
  * @param {String} _function
93
101
  * @param {Object} opts Optional parameters
94
102
  * @param {String} opts.authorization The authorization token of the logged in user
103
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
104
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
105
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
106
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
95
107
  * @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
96
108
  * @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
97
109
  * @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.39
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Geocode service.
32
32
  * @module api/GeocodeApi
33
- * @version 0.1.36
33
+ * @version 0.1.39
34
34
  */
35
35
  var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -50,6 +50,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
50
50
  * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
51
51
  * @param {Object} opts Optional parameters
52
52
  * @param {String} [authorization] The authorization token of the logged in user
53
+ * @param {Number} [cacheduration] The how long the cache entry should persist
54
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
53
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
54
58
  * @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
55
59
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -75,6 +79,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
75
79
  var queryParams = {};
76
80
  var headerParams = {
77
81
  'Authorization': opts['authorization'],
82
+ 'cacheduration': opts['cacheduration'],
83
+ 'cachegroup': opts['cachegroup'],
84
+ 'cachekey': opts['cachekey'],
85
+ 'cachescope': opts['cachescope'],
78
86
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
79
87
  'zeusportal-postas': opts['zeusportalPostas'],
80
88
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -93,6 +101,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
93
101
  * @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
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
@@ -112,6 +124,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
112
124
  * @param {Number} geocodeid The id of the object whose properties we are updating
113
125
  * @param {Object} opts Optional parameters
114
126
  * @param {String} [authorization] The authorization token of the logged in user
127
+ * @param {Number} [cacheduration] The how long the cache entry should persist
128
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
129
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
130
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
115
131
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
116
132
  * @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
117
133
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -138,6 +154,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
138
154
  var queryParams = {};
139
155
  var headerParams = {
140
156
  'Authorization': opts['authorization'],
157
+ 'cacheduration': opts['cacheduration'],
158
+ 'cachegroup': opts['cachegroup'],
159
+ 'cachekey': opts['cachekey'],
160
+ 'cachescope': opts['cachescope'],
141
161
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
142
162
  'zeusportal-postas': opts['zeusportalPostas'],
143
163
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -156,6 +176,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
156
176
  * @param {Number} geocodeid The id of the object whose properties we are updating
157
177
  * @param {Object} opts Optional parameters
158
178
  * @param {String} opts.authorization The authorization token of the logged in user
179
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
180
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
181
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
182
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
159
183
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
160
184
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
161
185
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -174,6 +198,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
174
198
  * Root for the API
175
199
  * @param {Object} opts Optional parameters
176
200
  * @param {String} [authorization] The authorization token of the logged in user
201
+ * @param {Number} [cacheduration] The how long the cache entry should persist
202
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
203
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
204
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
177
205
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
178
206
  * @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
179
207
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -189,6 +217,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
189
217
  var queryParams = {};
190
218
  var headerParams = {
191
219
  'Authorization': opts['authorization'],
220
+ 'cacheduration': opts['cacheduration'],
221
+ 'cachegroup': opts['cachegroup'],
222
+ 'cachekey': opts['cachekey'],
223
+ 'cachescope': opts['cachescope'],
192
224
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
193
225
  'zeusportal-postas': opts['zeusportalPostas'],
194
226
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -206,6 +238,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
206
238
  * Root for the API
207
239
  * @param {Object} opts Optional parameters
208
240
  * @param {String} opts.authorization The authorization token of the logged in user
241
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
242
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
243
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
244
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
209
245
  * @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
210
246
  * @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
211
247
  * @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
@@ -225,6 +261,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
225
261
  * @param {Number} id
226
262
  * @param {Object} opts Optional parameters
227
263
  * @param {String} [authorization] The authorization token of the logged in user
264
+ * @param {Number} [cacheduration] The how long the cache entry should persist
265
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
266
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
267
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
228
268
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
229
269
  * @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
230
270
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -246,6 +286,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
246
286
  var queryParams = {};
247
287
  var headerParams = {
248
288
  'Authorization': opts['authorization'],
289
+ 'cacheduration': opts['cacheduration'],
290
+ 'cachegroup': opts['cachegroup'],
291
+ 'cachekey': opts['cachekey'],
292
+ 'cachescope': opts['cachescope'],
249
293
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
250
294
  'zeusportal-postas': opts['zeusportalPostas'],
251
295
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -266,6 +310,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
266
310
  * @param {Number} id
267
311
  * @param {Object} opts Optional parameters
268
312
  * @param {String} opts.authorization The authorization token of the logged in user
313
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
314
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
315
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
316
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
269
317
  * @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
270
318
  * @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
271
319
  * @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
@@ -284,6 +332,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
284
332
  * @param {Number} id The id of the object to retrieve the geolocation information
285
333
  * @param {Object} opts Optional parameters
286
334
  * @param {String} [authorization] The authorization token of the logged in user
335
+ * @param {Number} [cacheduration] The how long the cache entry should persist
336
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
337
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
338
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
287
339
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
288
340
  * @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
289
341
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -305,6 +357,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
305
357
  var queryParams = {};
306
358
  var headerParams = {
307
359
  'Authorization': opts['authorization'],
360
+ 'cacheduration': opts['cacheduration'],
361
+ 'cachegroup': opts['cachegroup'],
362
+ 'cachekey': opts['cachekey'],
363
+ 'cachescope': opts['cachescope'],
308
364
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
309
365
  'zeusportal-postas': opts['zeusportalPostas'],
310
366
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -322,6 +378,10 @@ var GeocodeApi = exports["default"] = /*#__PURE__*/function () {
322
378
  * @param {Number} id The id of the object to retrieve the geolocation information
323
379
  * @param {Object} opts Optional parameters
324
380
  * @param {String} opts.authorization The authorization token of the logged in user
381
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
382
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
383
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
384
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
325
385
  * @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
326
386
  * @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
327
387
  * @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
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.36
19
+ * The version of the OpenAPI document: 0.1.39
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Google service.
29
29
  * @module api/GoogleApi
30
- * @version 0.1.36
30
+ * @version 0.1.39
31
31
  */
32
32
  var GoogleApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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.39
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
  * GraphActions service.
30
30
  * @module api/GraphActionsApi
31
- * @version 0.1.36
31
+ * @version 0.1.39
32
32
  */
33
33
  var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -48,6 +48,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
48
48
  * @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
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
@@ -73,6 +77,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
73
77
  var queryParams = {};
74
78
  var headerParams = {
75
79
  'Authorization': opts['authorization'],
80
+ 'cacheduration': opts['cacheduration'],
81
+ 'cachegroup': opts['cachegroup'],
82
+ 'cachekey': opts['cachekey'],
83
+ 'cachescope': opts['cachescope'],
76
84
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
77
85
  'zeusportal-postas': opts['zeusportalPostas'],
78
86
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -91,6 +99,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
91
99
  * @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
92
100
  * @param {Object} opts Optional parameters
93
101
  * @param {String} opts.authorization The authorization token of the logged in user
102
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
103
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
104
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
105
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
94
106
  * @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
95
107
  * @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
96
108
  * @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 GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
111
123
  * @param {Number} id
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
@@ -132,6 +148,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
132
148
  var queryParams = {};
133
149
  var headerParams = {
134
150
  'Authorization': opts['authorization'],
151
+ 'cacheduration': opts['cacheduration'],
152
+ 'cachegroup': opts['cachegroup'],
153
+ 'cachekey': opts['cachekey'],
154
+ 'cachescope': opts['cachescope'],
135
155
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
136
156
  'zeusportal-postas': opts['zeusportalPostas'],
137
157
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -151,6 +171,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
151
171
  * @param {Number} id
152
172
  * @param {Object} opts Optional parameters
153
173
  * @param {String} opts.authorization The authorization token of the logged in user
174
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
175
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
176
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
177
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
154
178
  * @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
155
179
  * @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
156
180
  * @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
@@ -169,6 +193,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
169
193
  * Root for the API
170
194
  * @param {Object} opts Optional parameters
171
195
  * @param {String} [authorization] The authorization token of the logged in user
196
+ * @param {Number} [cacheduration] The how long the cache entry should persist
197
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
198
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
199
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
172
200
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
173
201
  * @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
174
202
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -184,6 +212,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
184
212
  var queryParams = {};
185
213
  var headerParams = {
186
214
  'Authorization': opts['authorization'],
215
+ 'cacheduration': opts['cacheduration'],
216
+ 'cachegroup': opts['cachegroup'],
217
+ 'cachekey': opts['cachekey'],
218
+ 'cachescope': opts['cachescope'],
187
219
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
188
220
  'zeusportal-postas': opts['zeusportalPostas'],
189
221
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -201,6 +233,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
201
233
  * Root for the API
202
234
  * @param {Object} opts Optional parameters
203
235
  * @param {String} opts.authorization The authorization token of the logged in user
236
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
237
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
238
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
239
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
204
240
  * @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
205
241
  * @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
206
242
  * @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
@@ -220,6 +256,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
220
256
  * @param {Number} id
221
257
  * @param {Object} opts Optional parameters
222
258
  * @param {String} [authorization] The authorization token of the logged in user
259
+ * @param {Number} [cacheduration] The how long the cache entry should persist
260
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
261
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
262
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
223
263
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
224
264
  * @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
225
265
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -241,6 +281,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
241
281
  var queryParams = {};
242
282
  var headerParams = {
243
283
  'Authorization': opts['authorization'],
284
+ 'cacheduration': opts['cacheduration'],
285
+ 'cachegroup': opts['cachegroup'],
286
+ 'cachekey': opts['cachekey'],
287
+ 'cachescope': opts['cachescope'],
244
288
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
245
289
  'zeusportal-postas': opts['zeusportalPostas'],
246
290
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -259,6 +303,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
259
303
  * @param {Number} id
260
304
  * @param {Object} opts Optional parameters
261
305
  * @param {String} opts.authorization The authorization token of the logged in user
306
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
307
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
308
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
309
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
262
310
  * @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
263
311
  * @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
264
312
  * @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
@@ -279,6 +327,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
279
327
  * @param {Number} id
280
328
  * @param {Object} opts Optional parameters
281
329
  * @param {String} [authorization] The authorization token of the logged in user
330
+ * @param {Number} [cacheduration] The how long the cache entry should persist
331
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
332
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
333
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
282
334
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
283
335
  * @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
284
336
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -300,6 +352,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
300
352
  var queryParams = {};
301
353
  var headerParams = {
302
354
  'Authorization': opts['authorization'],
355
+ 'cacheduration': opts['cacheduration'],
356
+ 'cachegroup': opts['cachegroup'],
357
+ 'cachekey': opts['cachekey'],
358
+ 'cachescope': opts['cachescope'],
303
359
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
304
360
  'zeusportal-postas': opts['zeusportalPostas'],
305
361
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -321,6 +377,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
321
377
  * @param {Number} id
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
@@ -342,6 +402,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
342
402
  * @param {String} prop
343
403
  * @param {Object} opts Optional parameters
344
404
  * @param {String} [authorization] The authorization token of the logged in user
405
+ * @param {Number} [cacheduration] The how long the cache entry should persist
406
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
407
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
408
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
345
409
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
346
410
  * @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
347
411
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -368,6 +432,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
368
432
  var queryParams = {};
369
433
  var headerParams = {
370
434
  'Authorization': opts['authorization'],
435
+ 'cacheduration': opts['cacheduration'],
436
+ 'cachegroup': opts['cachegroup'],
437
+ 'cachekey': opts['cachekey'],
438
+ 'cachescope': opts['cachescope'],
371
439
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
372
440
  'zeusportal-postas': opts['zeusportalPostas'],
373
441
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -390,6 +458,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
390
458
  * @param {String} prop
391
459
  * @param {Object} opts Optional parameters
392
460
  * @param {String} opts.authorization The authorization token of the logged in user
461
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
462
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
463
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
464
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
393
465
  * @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
394
466
  * @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
395
467
  * @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
@@ -410,6 +482,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
410
482
  * @param {Number} id The id of the object that we are retrieving actions on
411
483
  * @param {Object} opts Optional parameters
412
484
  * @param {String} [authorization] The authorization token of the logged in user
485
+ * @param {Number} [cacheduration] The how long the cache entry should persist
486
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
487
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
488
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
413
489
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
414
490
  * @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
415
491
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -431,6 +507,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
431
507
  var queryParams = {};
432
508
  var headerParams = {
433
509
  'Authorization': opts['authorization'],
510
+ 'cacheduration': opts['cacheduration'],
511
+ 'cachegroup': opts['cachegroup'],
512
+ 'cachekey': opts['cachekey'],
513
+ 'cachescope': opts['cachescope'],
434
514
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
435
515
  'zeusportal-postas': opts['zeusportalPostas'],
436
516
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -450,6 +530,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
450
530
  * @param {Number} id The id of the object that we are retrieving actions on
451
531
  * @param {Object} opts Optional parameters
452
532
  * @param {String} opts.authorization The authorization token of the logged in user
533
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
534
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
535
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
536
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
453
537
  * @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
454
538
  * @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
455
539
  * @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
@@ -471,6 +555,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
471
555
  * @param {Number} actiontypeid
472
556
  * @param {Object} opts Optional parameters
473
557
  * @param {String} [authorization] The authorization token of the logged in user
558
+ * @param {Number} [cacheduration] The how long the cache entry should persist
559
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
560
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
561
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
474
562
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
475
563
  * @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
476
564
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -497,6 +585,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
497
585
  var queryParams = {};
498
586
  var headerParams = {
499
587
  'Authorization': opts['authorization'],
588
+ 'cacheduration': opts['cacheduration'],
589
+ 'cachegroup': opts['cachegroup'],
590
+ 'cachekey': opts['cachekey'],
591
+ 'cachescope': opts['cachescope'],
500
592
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
501
593
  'zeusportal-postas': opts['zeusportalPostas'],
502
594
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -517,6 +609,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
517
609
  * @param {Number} actiontypeid
518
610
  * @param {Object} opts Optional parameters
519
611
  * @param {String} opts.authorization The authorization token of the logged in user
612
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
613
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
614
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
615
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
520
616
  * @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
521
617
  * @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
522
618
  * @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
@@ -538,6 +634,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
538
634
  * @param {Object.<String, Object>} body The key/value of the property map with the properties to update
539
635
  * @param {Object} opts Optional parameters
540
636
  * @param {String} [authorization] The authorization token of the logged in user
637
+ * @param {Number} [cacheduration] The how long the cache entry should persist
638
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
639
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
640
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
541
641
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
542
642
  * @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
543
643
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -563,6 +663,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
563
663
  var queryParams = {};
564
664
  var headerParams = {
565
665
  'Authorization': opts['authorization'],
666
+ 'cacheduration': opts['cacheduration'],
667
+ 'cachegroup': opts['cachegroup'],
668
+ 'cachekey': opts['cachekey'],
669
+ 'cachescope': opts['cachescope'],
566
670
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
567
671
  'zeusportal-postas': opts['zeusportalPostas'],
568
672
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -583,6 +687,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
583
687
  * @param {Object.<String, Object>} body The key/value of the property map with the properties to update
584
688
  * @param {Object} opts Optional parameters
585
689
  * @param {String} opts.authorization The authorization token of the logged in user
690
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
691
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
692
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
693
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
586
694
  * @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
587
695
  * @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
588
696
  * @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
@@ -605,6 +713,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
605
713
  * @param {String} body The value of the property
606
714
  * @param {Object} opts Optional parameters
607
715
  * @param {String} [authorization] The authorization token of the logged in user
716
+ * @param {Number} [cacheduration] The how long the cache entry should persist
717
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
718
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
719
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
608
720
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
609
721
  * @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
610
722
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -635,6 +747,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
635
747
  var queryParams = {};
636
748
  var headerParams = {
637
749
  'Authorization': opts['authorization'],
750
+ 'cacheduration': opts['cacheduration'],
751
+ 'cachegroup': opts['cachegroup'],
752
+ 'cachekey': opts['cachekey'],
753
+ 'cachescope': opts['cachescope'],
638
754
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
639
755
  'zeusportal-postas': opts['zeusportalPostas'],
640
756
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -656,6 +772,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
656
772
  * @param {String} body The value of the property
657
773
  * @param {Object} opts Optional parameters
658
774
  * @param {String} opts.authorization The authorization token of the logged in user
775
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
776
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
777
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
778
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
659
779
  * @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
660
780
  * @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
661
781
  * @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