@gobodo/gobodo-api-promise 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 +5 -2
- package/dist/api/AdCampaignsApi.js +26 -2
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.js +20 -2
- package/dist/api/AttachmentsApi.js +23 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.js +26 -2
- package/dist/api/ContentManagementApi.js +74 -2
- package/dist/api/ConversationsApi.js +29 -2
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.js +35 -2
- package/dist/api/DocumentsApi.js +41 -2
- package/dist/api/EntryPartsApi.js +41 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FilesApi.js +5 -2
- package/dist/api/FormsApi.js +56 -2
- package/dist/api/FunctionsApi.js +5 -2
- package/dist/api/GeocodeApi.js +17 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +32 -2
- package/dist/api/GraphObjectTypesApi.js +29 -2
- package/dist/api/GraphObjectsApi.js +194 -2
- package/dist/api/GraphRelationshipTypesApi.js +53 -2
- package/dist/api/GraphRelationshipsApi.js +95 -2
- package/dist/api/GraphSchemasApi.js +23 -2
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.js +35 -2
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.js +26 -2
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.js +38 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.js +17 -2
- package/dist/api/PagesApi.js +29 -2
- package/dist/api/PostsApi.js +17 -2
- package/dist/api/PrivateMessagesApi.js +50 -2
- package/dist/api/PublicationsApi.js +5 -2
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TagsApi.js +5 -2
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +29 -2
- package/dist/api/UsersApi.js +29 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +35 -2
- package/dist/model/APIClient.js +23 -23
- 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 +31 -31
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +42 -42
- 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 +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +31 -31
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +71 -71
- 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 +25 -25
- 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 +52 -52
- package/dist/model/ImageUploadObject.js +52 -52
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +27 -27
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +27 -27
- 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 +31 -31
- 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 +30 -30
- 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 +27 -27
- 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 +71 -71
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +25 -25
- 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 +30 -30
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
- 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 +27 -27
- package/dist/model/VideoSchema.js +29 -29
- 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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -52,6 +52,7 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
52
52
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
53
53
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
54
54
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
55
|
+
* @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)
|
|
55
56
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
56
57
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
57
58
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -82,6 +83,7 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
83
|
'cachegroup': opts['cachegroup'],
|
|
83
84
|
'cachekey': opts['cachekey'],
|
|
84
85
|
'cachescope': opts['cachescope'],
|
|
86
|
+
'cacheuser': opts['cacheuser'],
|
|
85
87
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
86
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
87
89
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -105,6 +107,7 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
107
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
106
108
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
107
109
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
110
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
108
111
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
112
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
113
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
package/dist/api/TemplatesApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -51,6 +51,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
51
51
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
52
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
53
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
54
|
+
* @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)
|
|
54
55
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
55
56
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
56
57
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -74,6 +75,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
75
|
'cachegroup': opts['cachegroup'],
|
|
75
76
|
'cachekey': opts['cachekey'],
|
|
76
77
|
'cachescope': opts['cachescope'],
|
|
78
|
+
'cacheuser': opts['cacheuser'],
|
|
77
79
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
78
80
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
79
81
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -96,6 +98,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
96
98
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
97
99
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
98
100
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
101
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
99
102
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
100
103
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
101
104
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -120,6 +123,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
120
123
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
121
124
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
122
125
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
126
|
+
* @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)
|
|
123
127
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
124
128
|
* @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
|
|
125
129
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -149,6 +153,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
153
|
'cachegroup': opts['cachegroup'],
|
|
150
154
|
'cachekey': opts['cachekey'],
|
|
151
155
|
'cachescope': opts['cachescope'],
|
|
156
|
+
'cacheuser': opts['cacheuser'],
|
|
152
157
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
153
158
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
154
159
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -172,6 +177,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
172
177
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
173
178
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
174
179
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
180
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
175
181
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
176
182
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
177
183
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -195,6 +201,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
201
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
196
202
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
197
203
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
204
|
+
* @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)
|
|
198
205
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
199
206
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
200
207
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -220,6 +227,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
227
|
'cachegroup': opts['cachegroup'],
|
|
221
228
|
'cachekey': opts['cachekey'],
|
|
222
229
|
'cachescope': opts['cachescope'],
|
|
230
|
+
'cacheuser': opts['cacheuser'],
|
|
223
231
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
224
232
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
225
233
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -242,6 +250,7 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
250
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
243
251
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
244
252
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
253
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
245
254
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
255
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
247
256
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -51,6 +51,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
51
51
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
52
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
53
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
54
|
+
* @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)
|
|
54
55
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
55
56
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
56
57
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -77,6 +78,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
78
|
'cachegroup': opts['cachegroup'],
|
|
78
79
|
'cachekey': opts['cachekey'],
|
|
79
80
|
'cachescope': opts['cachescope'],
|
|
81
|
+
'cacheuser': opts['cacheuser'],
|
|
80
82
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
81
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
82
84
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +100,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
100
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
99
101
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
100
102
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
103
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
101
104
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
105
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
103
106
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -123,6 +126,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
126
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
124
127
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
125
128
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
129
|
+
* @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)
|
|
126
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
127
131
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
128
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -146,6 +150,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
150
|
'cachegroup': opts['cachegroup'],
|
|
147
151
|
'cachekey': opts['cachekey'],
|
|
148
152
|
'cachescope': opts['cachescope'],
|
|
153
|
+
'cacheuser': opts['cacheuser'],
|
|
149
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
150
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
151
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -169,6 +174,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
174
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
175
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
176
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
177
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
172
178
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
173
179
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
174
180
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -191,6 +197,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
197
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
192
198
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
193
199
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
200
|
+
* @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)
|
|
194
201
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
195
202
|
* @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
|
|
196
203
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -216,6 +223,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
216
223
|
'cachegroup': opts['cachegroup'],
|
|
217
224
|
'cachekey': opts['cachekey'],
|
|
218
225
|
'cachescope': opts['cachescope'],
|
|
226
|
+
'cacheuser': opts['cacheuser'],
|
|
219
227
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
220
228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
221
229
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -237,6 +245,7 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
237
245
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
238
246
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
239
247
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
248
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
240
249
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
241
250
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
242
251
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -54,6 +54,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
55
55
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
56
56
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
57
|
+
* @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)
|
|
57
58
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
59
60
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -79,6 +80,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
80
|
'cachegroup': opts['cachegroup'],
|
|
80
81
|
'cachekey': opts['cachekey'],
|
|
81
82
|
'cachescope': opts['cachescope'],
|
|
83
|
+
'cacheuser': opts['cacheuser'],
|
|
82
84
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
85
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
86
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -102,6 +104,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
104
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
103
105
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
104
106
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
107
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
105
108
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
106
109
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
107
110
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -124,6 +127,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
127
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
125
128
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
126
129
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
130
|
+
* @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)
|
|
127
131
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
128
132
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
129
133
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -143,6 +147,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
147
|
'cachegroup': opts['cachegroup'],
|
|
144
148
|
'cachekey': opts['cachekey'],
|
|
145
149
|
'cachescope': opts['cachescope'],
|
|
150
|
+
'cacheuser': opts['cacheuser'],
|
|
146
151
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
147
152
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
148
153
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -164,6 +169,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
169
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
170
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
171
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
172
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
167
173
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
174
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
169
175
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -188,6 +194,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
188
194
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
189
195
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
190
196
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
197
|
+
* @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)
|
|
191
198
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
192
199
|
* @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
|
|
193
200
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -213,6 +220,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
220
|
'cachegroup': opts['cachegroup'],
|
|
214
221
|
'cachekey': opts['cachekey'],
|
|
215
222
|
'cachescope': opts['cachescope'],
|
|
223
|
+
'cacheuser': opts['cacheuser'],
|
|
216
224
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
217
225
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
218
226
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -238,6 +246,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
238
246
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
239
247
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
240
248
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
249
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
241
250
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
242
251
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
243
252
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -263,6 +272,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
272
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
264
273
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
265
274
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
275
|
+
* @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)
|
|
266
276
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
267
277
|
* @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
|
|
268
278
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -293,6 +303,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
303
|
'cachegroup': opts['cachegroup'],
|
|
294
304
|
'cachekey': opts['cachekey'],
|
|
295
305
|
'cachescope': opts['cachescope'],
|
|
306
|
+
'cacheuser': opts['cacheuser'],
|
|
296
307
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
308
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
309
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -319,6 +330,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
319
330
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
320
331
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
321
332
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
333
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
322
334
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
323
335
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
324
336
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -342,6 +354,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
342
354
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
343
355
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
344
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)
|
|
345
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
|
|
346
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
|
|
347
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
|
|
@@ -367,6 +380,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
367
380
|
'cachegroup': opts['cachegroup'],
|
|
368
381
|
'cachekey': opts['cachekey'],
|
|
369
382
|
'cachescope': opts['cachescope'],
|
|
383
|
+
'cacheuser': opts['cacheuser'],
|
|
370
384
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
371
385
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
372
386
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -389,6 +403,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
389
403
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
390
404
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
391
405
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
406
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
392
407
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
393
408
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
394
409
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -411,6 +426,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
426
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
412
427
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
413
428
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
429
|
+
* @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)
|
|
414
430
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
415
431
|
* @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
|
|
416
432
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -436,6 +452,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
436
452
|
'cachegroup': opts['cachegroup'],
|
|
437
453
|
'cachekey': opts['cachekey'],
|
|
438
454
|
'cachescope': opts['cachescope'],
|
|
455
|
+
'cacheuser': opts['cacheuser'],
|
|
439
456
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
440
457
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
441
458
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -457,6 +474,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
457
474
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
458
475
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
459
476
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
477
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
460
478
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
461
479
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
462
480
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -481,6 +499,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
481
499
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
482
500
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
483
501
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
502
|
+
* @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)
|
|
484
503
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
485
504
|
* @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
|
|
486
505
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -507,6 +526,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
507
526
|
'cachegroup': opts['cachegroup'],
|
|
508
527
|
'cachekey': opts['cachekey'],
|
|
509
528
|
'cachescope': opts['cachescope'],
|
|
529
|
+
'cacheuser': opts['cacheuser'],
|
|
510
530
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
511
531
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
512
532
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -530,6 +550,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
530
550
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
531
551
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
532
552
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
553
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
533
554
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
534
555
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
535
556
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -556,6 +577,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
577
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
557
578
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
558
579
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
580
|
+
* @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)
|
|
559
581
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
560
582
|
* @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
|
|
561
583
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -587,6 +609,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
587
609
|
'cachegroup': opts['cachegroup'],
|
|
588
610
|
'cachekey': opts['cachekey'],
|
|
589
611
|
'cachescope': opts['cachescope'],
|
|
612
|
+
'cacheuser': opts['cacheuser'],
|
|
590
613
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
591
614
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
592
615
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -611,6 +634,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
611
634
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
612
635
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
613
636
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
637
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
614
638
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
615
639
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
616
640
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -634,6 +658,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
634
658
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
635
659
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
636
660
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
661
|
+
* @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)
|
|
637
662
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
638
663
|
* @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
|
|
639
664
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -660,6 +685,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
660
685
|
'cachegroup': opts['cachegroup'],
|
|
661
686
|
'cachekey': opts['cachekey'],
|
|
662
687
|
'cachescope': opts['cachescope'],
|
|
688
|
+
'cacheuser': opts['cacheuser'],
|
|
663
689
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
664
690
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
665
691
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -681,6 +707,7 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
681
707
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
682
708
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
683
709
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
710
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
684
711
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
685
712
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
686
713
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|