@gobodo/gobodo-api 0.1.45 → 0.1.47

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 +3 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +22 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +26 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +20 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +21 -21
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +36 -36
  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 +2 -2
  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 +21 -21
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +10 -10
  88. package/dist/model/File.js +14 -14
  89. package/dist/model/FileAttachmentUploadObject.js +14 -14
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +9 -9
  92. package/dist/model/Form.js +13 -13
  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 +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  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 +11 -11
  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/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +14 -14
  115. package/dist/model/ImageUploadObject.js +14 -14
  116. package/dist/model/InputPart.js +12 -12
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +10 -10
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +9 -9
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +13 -13
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +6 -6
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +9 -9
  145. package/dist/model/PrivateMessageConversation.js +11 -11
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +10 -10
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +9 -9
  174. package/dist/model/UserDataPayload.js +9 -9
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +9 -9
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +14 -14
  182. package/dist/model/VideoLiveUrl.js +13 -13
  183. package/dist/model/VideoSchema.js +22 -22
  184. package/dist/model/VideoUploadObject.js +14 -14
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.45
19
+ * The version of the OpenAPI document: 0.1.47
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Tags service.
29
29
  * @module api/TagsApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var TagsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -60,6 +60,7 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
60
60
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
61
61
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
62
62
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
63
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
63
64
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @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
65
66
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -91,6 +92,7 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
91
92
  'cachegroup': opts['cachegroup'],
92
93
  'cachekey': opts['cachekey'],
93
94
  'cachescope': opts['cachescope'],
95
+ 'cacheuser': opts['cacheuser'],
94
96
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
95
97
  'zeusportal-postas': opts['zeusportalPostas'],
96
98
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.45
19
+ * The version of the OpenAPI document: 0.1.47
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Templates service.
29
29
  * @module api/TemplatesApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -59,6 +59,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -114,6 +116,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
114
116
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
115
117
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
116
118
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
119
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
117
120
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
118
121
  * @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
119
122
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +147,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
144
147
  'cachegroup': opts['cachegroup'],
145
148
  'cachekey': opts['cachekey'],
146
149
  'cachescope': opts['cachescope'],
150
+ 'cacheuser': opts['cacheuser'],
147
151
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
152
  'zeusportal-postas': opts['zeusportalPostas'],
149
153
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -174,6 +178,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
174
178
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
175
179
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
176
180
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
181
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
177
182
  * @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
183
  * @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
184
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -200,6 +205,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
200
205
  'cachegroup': opts['cachegroup'],
201
206
  'cachekey': opts['cachekey'],
202
207
  'cachescope': opts['cachescope'],
208
+ 'cacheuser': opts['cacheuser'],
203
209
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
204
210
  'zeusportal-postas': opts['zeusportalPostas'],
205
211
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
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(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * ThemeMappings service.
30
30
  * @module api/ThemeMappingsApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -59,6 +59,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -85,6 +86,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
85
86
  'cachegroup': opts['cachegroup'],
86
87
  'cachekey': opts['cachekey'],
87
88
  'cachescope': opts['cachescope'],
89
+ 'cacheuser': opts['cacheuser'],
88
90
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
89
91
  'zeusportal-postas': opts['zeusportalPostas'],
90
92
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -116,6 +118,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
116
118
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
119
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
120
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
119
122
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
123
  * @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
121
124
  * @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 +143,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
140
143
  'cachegroup': opts['cachegroup'],
141
144
  'cachekey': opts['cachekey'],
142
145
  'cachescope': opts['cachescope'],
146
+ 'cacheuser': opts['cacheuser'],
143
147
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
144
148
  'zeusportal-postas': opts['zeusportalPostas'],
145
149
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -169,6 +173,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
169
173
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
170
174
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
171
175
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
176
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
172
177
  * @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
178
  * @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
179
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -195,6 +200,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
195
200
  'cachegroup': opts['cachegroup'],
196
201
  'cachekey': opts['cachekey'],
197
202
  'cachescope': opts['cachescope'],
203
+ 'cacheuser': opts['cacheuser'],
198
204
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
199
205
  'zeusportal-postas': opts['zeusportalPostas'],
200
206
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.45
19
+ * The version of the OpenAPI document: 0.1.47
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Transactions service.
29
29
  * @module api/TransactionsApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.45
19
+ * The version of the OpenAPI document: 0.1.47
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * Twitter service.
29
29
  * @module api/TwitterApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var TwitterApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  * gobodo-api
19
19
  * REST Interface for Gobodo API
20
20
  *
21
- * The version of the OpenAPI document: 0.1.45
21
+ * The version of the OpenAPI document: 0.1.47
22
22
  * Contact: info@gobodo.io
23
23
  *
24
24
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
29
29
  /**
30
30
  * UserTags service.
31
31
  * @module api/UserTagsApi
32
- * @version 0.1.45
32
+ * @version 0.1.47
33
33
  */
34
34
  var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -62,6 +62,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
62
62
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
63
63
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
64
64
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
65
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
65
66
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
66
67
  * @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
67
68
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -87,6 +88,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
87
88
  'cachegroup': opts['cachegroup'],
88
89
  'cachekey': opts['cachekey'],
89
90
  'cachescope': opts['cachescope'],
91
+ 'cacheuser': opts['cacheuser'],
90
92
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
91
93
  'zeusportal-postas': opts['zeusportalPostas'],
92
94
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -116,6 +118,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
116
118
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
119
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
120
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
119
122
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
123
  * @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
121
124
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -135,6 +138,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
135
138
  'cachegroup': opts['cachegroup'],
136
139
  'cachekey': opts['cachekey'],
137
140
  'cachescope': opts['cachescope'],
141
+ 'cacheuser': opts['cacheuser'],
138
142
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
139
143
  'zeusportal-postas': opts['zeusportalPostas'],
140
144
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -166,6 +170,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
166
170
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
167
171
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
168
172
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
173
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
169
174
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
170
175
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
171
176
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -192,6 +197,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
192
197
  'cachegroup': opts['cachegroup'],
193
198
  'cachekey': opts['cachekey'],
194
199
  'cachescope': opts['cachescope'],
200
+ 'cacheuser': opts['cacheuser'],
195
201
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
196
202
  'zeusportal-postas': opts['zeusportalPostas'],
197
203
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -226,6 +232,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
226
232
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
227
233
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
228
234
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
235
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
229
236
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
230
237
  * @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
231
238
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -257,6 +264,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
257
264
  'cachegroup': opts['cachegroup'],
258
265
  'cachekey': opts['cachekey'],
259
266
  'cachescope': opts['cachescope'],
267
+ 'cacheuser': opts['cacheuser'],
260
268
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
261
269
  'zeusportal-postas': opts['zeusportalPostas'],
262
270
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -289,6 +297,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
289
297
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
290
298
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
291
299
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
300
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
292
301
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
293
302
  * @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
294
303
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -315,6 +324,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
315
324
  'cachegroup': opts['cachegroup'],
316
325
  'cachekey': opts['cachekey'],
317
326
  'cachescope': opts['cachescope'],
327
+ 'cacheuser': opts['cacheuser'],
318
328
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
319
329
  'zeusportal-postas': opts['zeusportalPostas'],
320
330
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -344,6 +354,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
344
354
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
345
355
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
346
356
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
357
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
347
358
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
348
359
  * @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
349
360
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -370,6 +381,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
370
381
  'cachegroup': opts['cachegroup'],
371
382
  'cachekey': opts['cachekey'],
372
383
  'cachescope': opts['cachescope'],
384
+ 'cacheuser': opts['cacheuser'],
373
385
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
374
386
  'zeusportal-postas': opts['zeusportalPostas'],
375
387
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -401,6 +413,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
401
413
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
402
414
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
403
415
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
416
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
404
417
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
405
418
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
406
419
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -427,6 +440,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
427
440
  'cachegroup': opts['cachegroup'],
428
441
  'cachekey': opts['cachekey'],
429
442
  'cachescope': opts['cachescope'],
443
+ 'cacheuser': opts['cacheuser'],
430
444
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
431
445
  'zeusportal-postas': opts['zeusportalPostas'],
432
446
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -459,6 +473,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
459
473
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
460
474
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
461
475
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
476
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
462
477
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
463
478
  * @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
464
479
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -490,6 +505,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
490
505
  'cachegroup': opts['cachegroup'],
491
506
  'cachekey': opts['cachekey'],
492
507
  'cachescope': opts['cachescope'],
508
+ 'cacheuser': opts['cacheuser'],
493
509
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
494
510
  'zeusportal-postas': opts['zeusportalPostas'],
495
511
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -519,6 +535,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
519
535
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
520
536
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
521
537
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
538
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
522
539
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
523
540
  * @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
524
541
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -546,6 +563,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
546
563
  'cachegroup': opts['cachegroup'],
547
564
  'cachekey': opts['cachekey'],
548
565
  'cachescope': opts['cachescope'],
566
+ 'cacheuser': opts['cacheuser'],
549
567
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
550
568
  'zeusportal-postas': opts['zeusportalPostas'],
551
569
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.45
24
+ * The version of the OpenAPI document: 0.1.47
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
32
32
  /**
33
33
  * Users service.
34
34
  * @module api/UsersApi
35
- * @version 0.1.45
35
+ * @version 0.1.47
36
36
  */
37
37
  var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -65,6 +65,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
65
65
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
66
66
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
67
67
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
68
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
68
69
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
69
70
  * @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
70
71
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -89,6 +90,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
89
90
  'cachegroup': opts['cachegroup'],
90
91
  'cachekey': opts['cachekey'],
91
92
  'cachescope': opts['cachescope'],
93
+ 'cacheuser': opts['cacheuser'],
92
94
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
93
95
  'zeusportal-postas': opts['zeusportalPostas'],
94
96
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -118,6 +120,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
118
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
119
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
120
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
121
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
122
125
  * @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
123
126
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -137,6 +140,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
137
140
  'cachegroup': opts['cachegroup'],
138
141
  'cachekey': opts['cachekey'],
139
142
  'cachescope': opts['cachescope'],
143
+ 'cacheuser': opts['cacheuser'],
140
144
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
141
145
  'zeusportal-postas': opts['zeusportalPostas'],
142
146
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -169,6 +173,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
169
173
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
170
174
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
171
175
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
176
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
172
177
  * @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
178
  * @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
179
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -200,6 +205,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
200
205
  'cachegroup': opts['cachegroup'],
201
206
  'cachekey': opts['cachekey'],
202
207
  'cachescope': opts['cachescope'],
208
+ 'cacheuser': opts['cacheuser'],
203
209
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
204
210
  'zeusportal-postas': opts['zeusportalPostas'],
205
211
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -231,6 +237,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
231
237
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
232
238
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
233
239
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
240
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
234
241
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
235
242
  * @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
236
243
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -257,6 +264,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
257
264
  'cachegroup': opts['cachegroup'],
258
265
  'cachekey': opts['cachekey'],
259
266
  'cachescope': opts['cachescope'],
267
+ 'cacheuser': opts['cacheuser'],
260
268
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
261
269
  'zeusportal-postas': opts['zeusportalPostas'],
262
270
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -287,6 +295,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
287
295
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
288
296
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
289
297
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
298
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
290
299
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
291
300
  * @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
292
301
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -307,6 +316,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
307
316
  'cachegroup': opts['cachegroup'],
308
317
  'cachekey': opts['cachekey'],
309
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
310
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
311
321
  'zeusportal-postas': opts['zeusportalPostas'],
312
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -338,6 +348,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
338
348
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
339
349
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
340
350
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
351
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
341
352
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
342
353
  * @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
343
354
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -364,6 +375,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
364
375
  'cachegroup': opts['cachegroup'],
365
376
  'cachekey': opts['cachekey'],
366
377
  'cachescope': opts['cachescope'],
378
+ 'cacheuser': opts['cacheuser'],
367
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
368
380
  'zeusportal-postas': opts['zeusportalPostas'],
369
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -395,6 +407,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
395
407
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
396
408
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
397
409
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
410
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
398
411
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
399
412
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
400
413
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -421,6 +434,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
421
434
  'cachegroup': opts['cachegroup'],
422
435
  'cachekey': opts['cachekey'],
423
436
  'cachescope': opts['cachescope'],
437
+ 'cacheuser': opts['cacheuser'],
424
438
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
425
439
  'zeusportal-postas': opts['zeusportalPostas'],
426
440
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -452,6 +466,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
452
466
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
453
467
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
454
468
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
469
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
455
470
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
456
471
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
457
472
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -480,6 +495,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
480
495
  'cachegroup': opts['cachegroup'],
481
496
  'cachekey': opts['cachekey'],
482
497
  'cachescope': opts['cachescope'],
498
+ 'cacheuser': opts['cacheuser'],
483
499
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
484
500
  'zeusportal-postas': opts['zeusportalPostas'],
485
501
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -515,6 +531,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
515
531
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
516
532
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
517
533
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
534
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
518
535
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
519
536
  * @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
520
537
  * @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 +562,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
545
562
  'cachegroup': opts['cachegroup'],
546
563
  'cachekey': opts['cachekey'],
547
564
  'cachescope': opts['cachescope'],
565
+ 'cacheuser': opts['cacheuser'],
548
566
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
549
567
  'zeusportal-postas': opts['zeusportalPostas'],
550
568
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.45
18
+ * The version of the OpenAPI document: 0.1.47
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * Utils service.
28
28
  * @module api/UtilsApi
29
- * @version 0.1.45
29
+ * @version 0.1.47
30
30
  */
31
31
  var UtilsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**