@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
  * EntryParts service.
30
30
  * @module api/EntryPartsApi
31
- * @version 0.1.36
31
+ * @version 0.1.38
32
32
  */
33
33
  var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -49,6 +49,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
49
49
  * @param {Number} typeid
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
@@ -75,6 +79,10 @@ var EntryPartsApi = 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'],
@@ -94,6 +102,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
94
102
  * @param {Number} typeid
95
103
  * @param {Object} opts Optional parameters
96
104
  * @param {String} opts.authorization The authorization token of the logged in user
105
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
106
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
107
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
108
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
97
109
  * @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
98
110
  * @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
99
111
  * @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
@@ -113,6 +125,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
113
125
  * @param {Number} docpartid
114
126
  * @param {Object} opts Optional parameters
115
127
  * @param {String} [authorization] The authorization token of the logged in user
128
+ * @param {Number} [cacheduration] The how long the cache entry should persist
129
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
130
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
131
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
116
132
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
117
133
  * @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
118
134
  * @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 EntryPartsApi = 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'],
@@ -152,6 +172,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
152
172
  * @param {Number} docpartid
153
173
  * @param {Object} opts Optional parameters
154
174
  * @param {String} opts.authorization The authorization token of the logged in user
175
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
176
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
177
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
178
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
155
179
  * @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
156
180
  * @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
157
181
  * @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
@@ -172,6 +196,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
172
196
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
173
197
  * @param {Object} opts Optional parameters
174
198
  * @param {String} [authorization] The authorization token of the logged in user
199
+ * @param {Number} [cacheduration] The how long the cache entry should persist
200
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
201
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
202
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
175
203
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
176
204
  * @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
177
205
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -197,6 +225,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
197
225
  var queryParams = {};
198
226
  var headerParams = {
199
227
  'Authorization': opts['authorization'],
228
+ 'cacheduration': opts['cacheduration'],
229
+ 'cachegroup': opts['cachegroup'],
230
+ 'cachekey': opts['cachekey'],
231
+ 'cachescope': opts['cachescope'],
200
232
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
201
233
  'zeusportal-postas': opts['zeusportalPostas'],
202
234
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -216,6 +248,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
216
248
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
217
249
  * @param {Object} opts Optional parameters
218
250
  * @param {String} opts.authorization The authorization token of the logged in user
251
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
252
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
253
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
254
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
219
255
  * @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
220
256
  * @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
221
257
  * @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
@@ -235,6 +271,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
235
271
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
236
272
  * @param {Object} opts Optional parameters
237
273
  * @param {String} [authorization] The authorization token of the logged in user
274
+ * @param {Number} [cacheduration] The how long the cache entry should persist
275
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
276
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
277
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
238
278
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
239
279
  * @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
240
280
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -254,6 +294,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
254
294
  var queryParams = {};
255
295
  var headerParams = {
256
296
  'Authorization': opts['authorization'],
297
+ 'cacheduration': opts['cacheduration'],
298
+ 'cachegroup': opts['cachegroup'],
299
+ 'cachekey': opts['cachekey'],
300
+ 'cachescope': opts['cachescope'],
257
301
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
258
302
  'zeusportal-postas': opts['zeusportalPostas'],
259
303
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -272,6 +316,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
272
316
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
273
317
  * @param {Object} opts Optional parameters
274
318
  * @param {String} opts.authorization The authorization token of the logged in user
319
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
320
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
321
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
322
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
275
323
  * @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
276
324
  * @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
277
325
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -292,6 +340,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
292
340
  * @param {Number} docpartid
293
341
  * @param {Object} opts Optional parameters
294
342
  * @param {String} [authorization] The authorization token of the logged in user
343
+ * @param {Number} [cacheduration] The how long the cache entry should persist
344
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
345
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
346
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
347
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
296
348
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
297
349
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -313,6 +365,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
313
365
  var queryParams = {};
314
366
  var headerParams = {
315
367
  'Authorization': opts['authorization'],
368
+ 'cacheduration': opts['cacheduration'],
369
+ 'cachegroup': opts['cachegroup'],
370
+ 'cachekey': opts['cachekey'],
371
+ 'cachescope': opts['cachescope'],
316
372
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
317
373
  'zeusportal-postas': opts['zeusportalPostas'],
318
374
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -332,6 +388,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
332
388
  * @param {Number} docpartid
333
389
  * @param {Object} opts Optional parameters
334
390
  * @param {String} opts.authorization The authorization token of the logged in user
391
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
392
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
393
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
394
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
335
395
  * @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
336
396
  * @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
337
397
  * @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
@@ -351,6 +411,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
351
411
  * @param {Number} id The id of the object to delete
352
412
  * @param {Object} opts Optional parameters
353
413
  * @param {String} [authorization] The authorization token of the logged in user
414
+ * @param {Number} [cacheduration] The how long the cache entry should persist
415
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
416
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
417
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
418
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
355
419
  * @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
356
420
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -372,6 +436,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
372
436
  var queryParams = {};
373
437
  var headerParams = {
374
438
  'Authorization': opts['authorization'],
439
+ 'cacheduration': opts['cacheduration'],
440
+ 'cachegroup': opts['cachegroup'],
441
+ 'cachekey': opts['cachekey'],
442
+ 'cachescope': opts['cachescope'],
375
443
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
376
444
  'zeusportal-postas': opts['zeusportalPostas'],
377
445
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -390,6 +458,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
390
458
  * @param {Number} id The id of the object to delete
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
@@ -408,6 +480,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
408
480
  * Root for the API
409
481
  * @param {Object} opts Optional parameters
410
482
  * @param {String} [authorization] The authorization token of the logged in user
483
+ * @param {Number} [cacheduration] The how long the cache entry should persist
484
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
485
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
486
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
411
487
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
412
488
  * @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
413
489
  * @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 EntryPartsApi = 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 EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
440
520
  * Root for the API
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
@@ -460,6 +544,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
460
544
  * @param {Number} pagenum
461
545
  * @param {Object} opts Optional parameters
462
546
  * @param {String} [authorization] The authorization token of the logged in user
547
+ * @param {Number} [cacheduration] The how long the cache entry should persist
548
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
549
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
550
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
463
551
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
464
552
  * @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
465
553
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -486,6 +574,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
486
574
  var queryParams = {};
487
575
  var headerParams = {
488
576
  'Authorization': opts['authorization'],
577
+ 'cacheduration': opts['cacheduration'],
578
+ 'cachegroup': opts['cachegroup'],
579
+ 'cachekey': opts['cachekey'],
580
+ 'cachescope': opts['cachescope'],
489
581
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
490
582
  'zeusportal-postas': opts['zeusportalPostas'],
491
583
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -505,6 +597,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
505
597
  * @param {Number} pagenum
506
598
  * @param {Object} opts Optional parameters
507
599
  * @param {String} opts.authorization The authorization token of the logged in user
600
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
601
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
602
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
603
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
508
604
  * @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
509
605
  * @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
510
606
  * @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
@@ -524,6 +620,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
524
620
  * @param {Number} id
525
621
  * @param {Object} opts Optional parameters
526
622
  * @param {String} [authorization] The authorization token of the logged in user
623
+ * @param {Number} [cacheduration] The how long the cache entry should persist
624
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
625
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
626
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
527
627
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
528
628
  * @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
529
629
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -545,6 +645,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
545
645
  var queryParams = {};
546
646
  var headerParams = {
547
647
  'Authorization': opts['authorization'],
648
+ 'cacheduration': opts['cacheduration'],
649
+ 'cachegroup': opts['cachegroup'],
650
+ 'cachekey': opts['cachekey'],
651
+ 'cachescope': opts['cachescope'],
548
652
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
549
653
  'zeusportal-postas': opts['zeusportalPostas'],
550
654
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -563,6 +667,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
563
667
  * @param {Number} id
564
668
  * @param {Object} opts Optional parameters
565
669
  * @param {String} opts.authorization The authorization token of the logged in user
670
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
671
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
672
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
673
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
566
674
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
567
675
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
568
676
  * @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
@@ -582,6 +690,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
582
690
  * @param {Number} id
583
691
  * @param {Object} opts Optional parameters
584
692
  * @param {String} [authorization] The authorization token of the logged in user
693
+ * @param {Number} [cacheduration] The how long the cache entry should persist
694
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
695
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
696
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
585
697
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
586
698
  * @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
587
699
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -603,6 +715,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
603
715
  var queryParams = {};
604
716
  var headerParams = {
605
717
  'Authorization': opts['authorization'],
718
+ 'cacheduration': opts['cacheduration'],
719
+ 'cachegroup': opts['cachegroup'],
720
+ 'cachekey': opts['cachekey'],
721
+ 'cachescope': opts['cachescope'],
606
722
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
607
723
  'zeusportal-postas': opts['zeusportalPostas'],
608
724
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -621,6 +737,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
621
737
  * @param {Number} id
622
738
  * @param {Object} opts Optional parameters
623
739
  * @param {String} opts.authorization The authorization token of the logged in user
740
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
741
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
742
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
743
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
624
744
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
625
745
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
626
746
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -642,6 +762,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
642
762
  * @param {Number} partindex
643
763
  * @param {Object} opts Optional parameters
644
764
  * @param {String} [authorization] The authorization token of the logged in user
765
+ * @param {Number} [cacheduration] The how long the cache entry should persist
766
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
767
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
645
769
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
646
770
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
647
771
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -673,6 +797,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
673
797
  var queryParams = {};
674
798
  var headerParams = {
675
799
  'Authorization': opts['authorization'],
800
+ 'cacheduration': opts['cacheduration'],
801
+ 'cachegroup': opts['cachegroup'],
802
+ 'cachekey': opts['cachekey'],
803
+ 'cachescope': opts['cachescope'],
676
804
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
677
805
  'zeusportal-postas': opts['zeusportalPostas'],
678
806
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -693,6 +821,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
693
821
  * @param {Number} partindex
694
822
  * @param {Object} opts Optional parameters
695
823
  * @param {String} opts.authorization The authorization token of the logged in user
824
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
825
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
826
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
827
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
696
828
  * @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
697
829
  * @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
698
830
  * @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
@@ -714,6 +846,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
714
846
  * @param {Number} partindex
715
847
  * @param {Object} opts Optional parameters
716
848
  * @param {String} [authorization] The authorization token of the logged in user
849
+ * @param {Number} [cacheduration] The how long the cache entry should persist
850
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
851
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
852
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
717
853
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
718
854
  * @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
719
855
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -745,6 +881,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
745
881
  var queryParams = {};
746
882
  var headerParams = {
747
883
  'Authorization': opts['authorization'],
884
+ 'cacheduration': opts['cacheduration'],
885
+ 'cachegroup': opts['cachegroup'],
886
+ 'cachekey': opts['cachekey'],
887
+ 'cachescope': opts['cachescope'],
748
888
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
749
889
  'zeusportal-postas': opts['zeusportalPostas'],
750
890
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -765,6 +905,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
765
905
  * @param {Number} partindex
766
906
  * @param {Object} opts Optional parameters
767
907
  * @param {String} opts.authorization The authorization token of the logged in user
908
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
909
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
910
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
911
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
768
912
  * @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
769
913
  * @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
770
914
  * @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
@@ -785,6 +929,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
785
929
  * @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
786
930
  * @param {Object} opts Optional parameters
787
931
  * @param {String} [authorization] The authorization token of the logged in user
932
+ * @param {Number} [cacheduration] The how long the cache entry should persist
933
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
934
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
935
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
788
936
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
789
937
  * @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
790
938
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -810,6 +958,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
810
958
  var queryParams = {};
811
959
  var headerParams = {
812
960
  'Authorization': opts['authorization'],
961
+ 'cacheduration': opts['cacheduration'],
962
+ 'cachegroup': opts['cachegroup'],
963
+ 'cachekey': opts['cachekey'],
964
+ 'cachescope': opts['cachescope'],
813
965
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
814
966
  'zeusportal-postas': opts['zeusportalPostas'],
815
967
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -829,6 +981,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
829
981
  * @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
830
982
  * @param {Object} opts Optional parameters
831
983
  * @param {String} opts.authorization The authorization token of the logged in user
984
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
985
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
986
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
987
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
832
988
  * @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
833
989
  * @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
834
990
  * @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.38
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
  * Facebook service.
29
29
  * @module api/FacebookApi
30
- * @version 0.1.36
30
+ * @version 0.1.38
31
31
  */
32
32
  var FacebookApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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.38
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
  * Fields service.
29
29
  * @module api/FieldsApi
30
- * @version 0.1.36
30
+ * @version 0.1.38
31
31
  */
32
32
  var FieldsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -50,6 +50,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  * @param {module:model/SkinField} skinField Field data to create the new field from
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
@@ -80,6 +84,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
80
84
  var queryParams = {};
81
85
  var headerParams = {
82
86
  'Authorization': opts['authorization'],
87
+ 'cacheduration': opts['cacheduration'],
88
+ 'cachegroup': opts['cachegroup'],
89
+ 'cachekey': opts['cachekey'],
90
+ 'cachescope': opts['cachescope'],
83
91
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
92
  'zeusportal-postas': opts['zeusportalPostas'],
85
93
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -101,6 +109,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
101
109
  * @param {module:model/SkinField} skinField Field data to create the new field from
102
110
  * @param {Object} opts Optional parameters
103
111
  * @param {String} opts.authorization The authorization token of the logged in user
112
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
113
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
114
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
115
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
104
116
  * @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
105
117
  * @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
106
118
  * @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
@@ -121,6 +133,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
121
133
  * @param {Array.<module:model/SkinField>} skinField Field data to create the new fields from
122
134
  * @param {Object} opts Optional parameters
123
135
  * @param {String} [authorization] The authorization token of the logged in user
136
+ * @param {Number} [cacheduration] The how long the cache entry should persist
137
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
138
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
139
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
124
140
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
141
  * @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
126
142
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -140,6 +156,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
140
156
  var queryParams = {};
141
157
  var headerParams = {
142
158
  'Authorization': opts['authorization'],
159
+ 'cacheduration': opts['cacheduration'],
160
+ 'cachegroup': opts['cachegroup'],
161
+ 'cachekey': opts['cachekey'],
162
+ 'cachescope': opts['cachescope'],
143
163
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
144
164
  'zeusportal-postas': opts['zeusportalPostas'],
145
165
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -159,6 +179,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
159
179
  * @param {Array.<module:model/SkinField>} skinField Field data to create the new fields from
160
180
  * @param {Object} opts Optional parameters
161
181
  * @param {String} opts.authorization The authorization token of the logged in user
182
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
183
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
184
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
185
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
162
186
  * @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
163
187
  * @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
164
188
  * @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
@@ -180,6 +204,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
180
204
  * @param {module:model/SkinField} skinField Field data to create the new field from
181
205
  * @param {Object} opts Optional parameters
182
206
  * @param {String} [authorization] The authorization token of the logged in user
207
+ * @param {Number} [cacheduration] The how long the cache entry should persist
208
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
209
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
210
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
183
211
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
184
212
  * @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
185
213
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -205,6 +233,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
205
233
  var queryParams = {};
206
234
  var headerParams = {
207
235
  'Authorization': opts['authorization'],
236
+ 'cacheduration': opts['cacheduration'],
237
+ 'cachegroup': opts['cachegroup'],
238
+ 'cachekey': opts['cachekey'],
239
+ 'cachescope': opts['cachescope'],
208
240
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
209
241
  'zeusportal-postas': opts['zeusportalPostas'],
210
242
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -225,6 +257,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
225
257
  * @param {module:model/SkinField} skinField Field data to create the new field from
226
258
  * @param {Object} opts Optional parameters
227
259
  * @param {String} opts.authorization The authorization token of the logged in user
260
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
261
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
262
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
263
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
228
264
  * @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
229
265
  * @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
230
266
  * @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
@@ -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
  * Files service.
30
30
  * @module api/FilesApi
31
- * @version 0.1.36
31
+ * @version 0.1.38
32
32
  */
33
33
  var FilesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -47,6 +47,10 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
47
47
  * @param {Number} id The id of the object that the file is being attached to
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
@@ -72,6 +76,10 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
72
76
  var queryParams = {};
73
77
  var headerParams = {
74
78
  'Authorization': opts['authorization'],
79
+ 'cacheduration': opts['cacheduration'],
80
+ 'cachegroup': opts['cachegroup'],
81
+ 'cachekey': opts['cachekey'],
82
+ 'cachescope': opts['cachescope'],
75
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
76
84
  'zeusportal-postas': opts['zeusportalPostas'],
77
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -94,6 +102,10 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
94
102
  * @param {Number} id The id of the object that the file is being attached to
95
103
  * @param {Object} opts Optional parameters
96
104
  * @param {String} opts.authorization The authorization token of the logged in user
105
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
106
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
107
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
108
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
97
109
  * @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
98
110
  * @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
99
111
  * @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