@gobodo/gobodo-api 0.1.46 → 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.
- package/README.md +3 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +22 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +26 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +20 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +14 -14
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +25 -25
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +18 -18
- package/dist/model/ImageUploadObject.js +18 -18
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +10 -10
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +14 -14
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +10 -10
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +24 -24
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +11 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +11 -11
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +10 -10
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/TagsApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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'],
|
package/dist/api/TemplatesApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/TwitterApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var TwitterApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/UserTagsApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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'],
|
package/dist/api/UsersApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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'],
|
package/dist/api/UtilsApi.js
CHANGED
|
@@ -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.
|
|
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.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|