@gobodo/gobodo-api 0.1.35 → 0.1.37
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +514 -2
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- 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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +25 -25
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- 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 +14 -14
- 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 +69 -69
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +25 -25
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +13 -13
- 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 +9 -9
- 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 +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.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 +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +13 -13
- 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 +10 -10
- 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 +2 -2
- 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 +15 -15
- 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 +9 -9
- 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 +2 -2
- 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 +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +58 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +21 -21
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +21 -21
- package/dist/model/VideoUploadObject.js +21 -21
- package/dist/model/ZeusPortalCategory.js +13 -13
- 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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -56,6 +56,10 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {String} tag
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
60
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
59
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
|
|
60
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
|
|
61
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 +87,10 @@ var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
87
|
var queryParams = {};
|
|
84
88
|
var headerParams = {
|
|
85
89
|
'Authorization': opts['authorization'],
|
|
90
|
+
'cacheduration': opts['cacheduration'],
|
|
91
|
+
'cachegroup': opts['cachegroup'],
|
|
92
|
+
'cachekey': opts['cachekey'],
|
|
93
|
+
'cachescope': opts['cachescope'],
|
|
86
94
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
95
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
96
|
'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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -102,6 +110,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
110
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
103
111
|
* @param {Object} opts Optional parameters
|
|
104
112
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
114
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
115
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
116
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
105
117
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
106
118
|
* @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
|
|
107
119
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -128,6 +140,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
140
|
var queryParams = {};
|
|
129
141
|
var headerParams = {
|
|
130
142
|
'Authorization': opts['authorization'],
|
|
143
|
+
'cacheduration': opts['cacheduration'],
|
|
144
|
+
'cachegroup': opts['cachegroup'],
|
|
145
|
+
'cachekey': opts['cachekey'],
|
|
146
|
+
'cachescope': opts['cachescope'],
|
|
131
147
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
132
148
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
133
149
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -154,6 +170,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
170
|
* @param {Number} screenId
|
|
155
171
|
* @param {Object} opts Optional parameters
|
|
156
172
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
173
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
174
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
175
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
176
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
157
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
|
|
158
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
|
|
159
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
|
|
@@ -176,6 +196,10 @@ var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
196
|
var queryParams = {};
|
|
177
197
|
var headerParams = {
|
|
178
198
|
'Authorization': opts['authorization'],
|
|
199
|
+
'cacheduration': opts['cacheduration'],
|
|
200
|
+
'cachegroup': opts['cachegroup'],
|
|
201
|
+
'cachekey': opts['cachekey'],
|
|
202
|
+
'cachescope': opts['cachescope'],
|
|
179
203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
180
204
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
181
205
|
'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.37
|
|
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.37
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,6 +55,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} themeid
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @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 +81,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
81
|
var queryParams = {};
|
|
78
82
|
var headerParams = {
|
|
79
83
|
'Authorization': opts['authorization'],
|
|
84
|
+
'cacheduration': opts['cacheduration'],
|
|
85
|
+
'cachegroup': opts['cachegroup'],
|
|
86
|
+
'cachekey': opts['cachekey'],
|
|
87
|
+
'cachescope': opts['cachescope'],
|
|
80
88
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
81
89
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
82
90
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -104,6 +112,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
112
|
* @param {module:model/ThemeMappingPayload} themeMappingPayload Conversation object or array of objects to create
|
|
105
113
|
* @param {Object} opts Optional parameters
|
|
106
114
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
116
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
107
119
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
108
120
|
* @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
|
|
109
121
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -124,6 +136,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
136
|
var queryParams = {};
|
|
125
137
|
var headerParams = {
|
|
126
138
|
'Authorization': opts['authorization'],
|
|
139
|
+
'cacheduration': opts['cacheduration'],
|
|
140
|
+
'cachegroup': opts['cachegroup'],
|
|
141
|
+
'cachekey': opts['cachekey'],
|
|
142
|
+
'cachescope': opts['cachescope'],
|
|
127
143
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
128
144
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
129
145
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -149,6 +165,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
165
|
* @param {Number} themeid
|
|
150
166
|
* @param {Object} opts Optional parameters
|
|
151
167
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
168
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
169
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
152
172
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
153
173
|
* @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
|
|
154
174
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -171,6 +191,10 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
171
191
|
var queryParams = {};
|
|
172
192
|
var headerParams = {
|
|
173
193
|
'Authorization': opts['authorization'],
|
|
194
|
+
'cacheduration': opts['cacheduration'],
|
|
195
|
+
'cachegroup': opts['cachegroup'],
|
|
196
|
+
'cachekey': opts['cachekey'],
|
|
197
|
+
'cachescope': opts['cachescope'],
|
|
174
198
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
175
199
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
176
200
|
'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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -75,7 +75,7 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
75
|
* Callback function to receive the result of the commit operation.
|
|
76
76
|
* @callback module:api/TransactionsApi~commitCallback
|
|
77
77
|
* @param {String} error Error message, if any.
|
|
78
|
-
* @param
|
|
78
|
+
* @param data This operation does not return a value.
|
|
79
79
|
* @param {String} response The complete HTTP response.
|
|
80
80
|
*/
|
|
81
81
|
|
|
@@ -84,7 +84,6 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
84
|
* Commits a transaction and marks it as successful
|
|
85
85
|
* @param {String} id
|
|
86
86
|
* @param {module:api/TransactionsApi~commitCallback} callback The callback function, accepting three arguments: error, data, response
|
|
87
|
-
* data is of type: {@link String}
|
|
88
87
|
*/
|
|
89
88
|
}, {
|
|
90
89
|
key: "commit",
|
|
@@ -103,7 +102,7 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
102
|
var authNames = [];
|
|
104
103
|
var contentTypes = [];
|
|
105
104
|
var accepts = ['application/json'];
|
|
106
|
-
var returnType =
|
|
105
|
+
var returnType = null;
|
|
107
106
|
return this.apiClient.callApi('/graph/data/transaction/{id}/commit', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
108
107
|
}
|
|
109
108
|
|
|
@@ -111,7 +110,7 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
110
|
* Callback function to receive the result of the failTx operation.
|
|
112
111
|
* @callback module:api/TransactionsApi~failTxCallback
|
|
113
112
|
* @param {String} error Error message, if any.
|
|
114
|
-
* @param
|
|
113
|
+
* @param data This operation does not return a value.
|
|
115
114
|
* @param {String} response The complete HTTP response.
|
|
116
115
|
*/
|
|
117
116
|
|
|
@@ -120,7 +119,6 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
120
119
|
* Marks a transaction for failure
|
|
121
120
|
* @param {String} id
|
|
122
121
|
* @param {module:api/TransactionsApi~failTxCallback} callback The callback function, accepting three arguments: error, data, response
|
|
123
|
-
* data is of type: {@link String}
|
|
124
122
|
*/
|
|
125
123
|
}, {
|
|
126
124
|
key: "failTx",
|
|
@@ -139,7 +137,7 @@ var TransactionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
139
137
|
var authNames = [];
|
|
140
138
|
var contentTypes = [];
|
|
141
139
|
var accepts = ['application/json'];
|
|
142
|
-
var returnType =
|
|
140
|
+
var returnType = null;
|
|
143
141
|
return this.apiClient.callApi('/graph/data/transaction/{id}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
144
142
|
}
|
|
145
143
|
}]);
|
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.37
|
|
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.37
|
|
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.37
|
|
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.37
|
|
33
33
|
*/
|
|
34
34
|
var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -58,6 +58,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
62
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
61
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @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
|
|
63
67
|
* @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 +83,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
83
|
var queryParams = {};
|
|
80
84
|
var headerParams = {
|
|
81
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'cacheduration': opts['cacheduration'],
|
|
87
|
+
'cachegroup': opts['cachegroup'],
|
|
88
|
+
'cachekey': opts['cachekey'],
|
|
89
|
+
'cachescope': opts['cachescope'],
|
|
82
90
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
92
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -104,6 +112,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
112
|
* Root for the API
|
|
105
113
|
* @param {Object} opts Optional parameters
|
|
106
114
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
116
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
107
119
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
108
120
|
* @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
|
|
109
121
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -119,6 +131,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
119
131
|
var queryParams = {};
|
|
120
132
|
var headerParams = {
|
|
121
133
|
'Authorization': opts['authorization'],
|
|
134
|
+
'cacheduration': opts['cacheduration'],
|
|
135
|
+
'cachegroup': opts['cachegroup'],
|
|
136
|
+
'cachekey': opts['cachekey'],
|
|
137
|
+
'cachescope': opts['cachescope'],
|
|
122
138
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
123
139
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
140
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -146,6 +162,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
162
|
* @param {Number} id
|
|
147
163
|
* @param {Object} opts Optional parameters
|
|
148
164
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
165
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
166
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
167
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
168
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
149
169
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
150
170
|
* @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
|
|
151
171
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -168,6 +188,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
168
188
|
var queryParams = {};
|
|
169
189
|
var headerParams = {
|
|
170
190
|
'Authorization': opts['authorization'],
|
|
191
|
+
'cacheduration': opts['cacheduration'],
|
|
192
|
+
'cachegroup': opts['cachegroup'],
|
|
193
|
+
'cachekey': opts['cachekey'],
|
|
194
|
+
'cachescope': opts['cachescope'],
|
|
171
195
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
172
196
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
173
197
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -198,6 +222,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
222
|
* @param {String} prop
|
|
199
223
|
* @param {Object} opts Optional parameters
|
|
200
224
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
225
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
226
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
227
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
228
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
201
229
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
202
230
|
* @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
|
|
203
231
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -225,6 +253,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
225
253
|
var queryParams = {};
|
|
226
254
|
var headerParams = {
|
|
227
255
|
'Authorization': opts['authorization'],
|
|
256
|
+
'cacheduration': opts['cacheduration'],
|
|
257
|
+
'cachegroup': opts['cachegroup'],
|
|
258
|
+
'cachekey': opts['cachekey'],
|
|
259
|
+
'cachescope': opts['cachescope'],
|
|
228
260
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
229
261
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
230
262
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -253,6 +285,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
253
285
|
* @param {Number} id
|
|
254
286
|
* @param {Object} opts Optional parameters
|
|
255
287
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
288
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
289
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
290
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
291
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
256
292
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
257
293
|
* @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
|
|
258
294
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -275,6 +311,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
275
311
|
var queryParams = {};
|
|
276
312
|
var headerParams = {
|
|
277
313
|
'Authorization': opts['authorization'],
|
|
314
|
+
'cacheduration': opts['cacheduration'],
|
|
315
|
+
'cachegroup': opts['cachegroup'],
|
|
316
|
+
'cachekey': opts['cachekey'],
|
|
317
|
+
'cachescope': opts['cachescope'],
|
|
278
318
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
279
319
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
280
320
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -300,6 +340,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
340
|
* @param {Number} id
|
|
301
341
|
* @param {Object} opts Optional parameters
|
|
302
342
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
343
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
344
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
345
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
346
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
303
347
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
304
348
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
305
349
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -322,6 +366,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
322
366
|
var queryParams = {};
|
|
323
367
|
var headerParams = {
|
|
324
368
|
'Authorization': opts['authorization'],
|
|
369
|
+
'cacheduration': opts['cacheduration'],
|
|
370
|
+
'cachegroup': opts['cachegroup'],
|
|
371
|
+
'cachekey': opts['cachekey'],
|
|
372
|
+
'cachescope': opts['cachescope'],
|
|
325
373
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
326
374
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
327
375
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -349,6 +397,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
349
397
|
* @param {Number} id
|
|
350
398
|
* @param {Object} opts Optional parameters
|
|
351
399
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
400
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
401
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
402
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
403
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
352
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
353
405
|
* @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
|
|
354
406
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -371,6 +423,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
371
423
|
var queryParams = {};
|
|
372
424
|
var headerParams = {
|
|
373
425
|
'Authorization': opts['authorization'],
|
|
426
|
+
'cacheduration': opts['cacheduration'],
|
|
427
|
+
'cachegroup': opts['cachegroup'],
|
|
428
|
+
'cachekey': opts['cachekey'],
|
|
429
|
+
'cachescope': opts['cachescope'],
|
|
374
430
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
375
431
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
376
432
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -399,6 +455,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
455
|
* @param {String} prop
|
|
400
456
|
* @param {Object} opts Optional parameters
|
|
401
457
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
458
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
459
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
460
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
461
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
402
462
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
403
463
|
* @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
|
|
404
464
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -426,6 +486,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
426
486
|
var queryParams = {};
|
|
427
487
|
var headerParams = {
|
|
428
488
|
'Authorization': opts['authorization'],
|
|
489
|
+
'cacheduration': opts['cacheduration'],
|
|
490
|
+
'cachegroup': opts['cachegroup'],
|
|
491
|
+
'cachekey': opts['cachekey'],
|
|
492
|
+
'cachescope': opts['cachescope'],
|
|
429
493
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
430
494
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
495
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -451,6 +515,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
515
|
* @param {Number} id
|
|
452
516
|
* @param {Object} opts Optional parameters
|
|
453
517
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
518
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
519
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
520
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
521
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
454
522
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
455
523
|
* @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
|
|
456
524
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -474,6 +542,10 @@ var UserTagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
474
542
|
var queryParams = {};
|
|
475
543
|
var headerParams = {
|
|
476
544
|
'Authorization': opts['authorization'],
|
|
545
|
+
'cacheduration': opts['cacheduration'],
|
|
546
|
+
'cachegroup': opts['cachegroup'],
|
|
547
|
+
'cachekey': opts['cachekey'],
|
|
548
|
+
'cachescope': opts['cachescope'],
|
|
477
549
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
478
550
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
479
551
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|