@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +520 -8
- 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 +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- 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 +2 -2
- package/dist/model/Form.js +13 -13
- 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 +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- 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/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 +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- 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 +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- 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 +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- 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 +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- 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 +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* AdminDataManagement service.
|
|
29
29
|
* @module api/AdminDataManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} days
|
|
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
|
|
@@ -82,6 +86,10 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
86
|
var queryParams = {};
|
|
83
87
|
var headerParams = {
|
|
84
88
|
'Authorization': opts['authorization'],
|
|
89
|
+
'cacheduration': opts['cacheduration'],
|
|
90
|
+
'cachegroup': opts['cachegroup'],
|
|
91
|
+
'cachekey': opts['cachekey'],
|
|
92
|
+
'cachescope': opts['cachescope'],
|
|
85
93
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
86
94
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
87
95
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/AdsApi.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.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Ads service.
|
|
29
29
|
* @module api/AdsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new Ad object
|
|
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
|
|
@@ -72,6 +76,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
76
|
var queryParams = {};
|
|
73
77
|
var headerParams = {
|
|
74
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'cacheduration': opts['cacheduration'],
|
|
80
|
+
'cachegroup': opts['cachegroup'],
|
|
81
|
+
'cachekey': opts['cachekey'],
|
|
82
|
+
'cachescope': opts['cachescope'],
|
|
75
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +106,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
106
|
* @param {Number} id The id of the object to delete
|
|
99
107
|
* @param {Object} opts Optional parameters
|
|
100
108
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
109
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
110
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
101
113
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
114
|
* @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
|
|
103
115
|
* @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 AdsApi = 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'],
|
|
@@ -144,6 +160,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
144
160
|
* Root for the API
|
|
145
161
|
* @param {Object} opts Optional parameters
|
|
146
162
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
163
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
164
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
147
167
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
148
168
|
* @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
|
|
149
169
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -159,6 +179,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
179
|
var queryParams = {};
|
|
160
180
|
var headerParams = {
|
|
161
181
|
'Authorization': opts['authorization'],
|
|
182
|
+
'cacheduration': opts['cacheduration'],
|
|
183
|
+
'cachegroup': opts['cachegroup'],
|
|
184
|
+
'cachekey': opts['cachekey'],
|
|
185
|
+
'cachescope': opts['cachescope'],
|
|
162
186
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
163
187
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
188
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -185,6 +209,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
185
209
|
* @param {Number} id
|
|
186
210
|
* @param {Object} opts Optional parameters
|
|
187
211
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
212
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
213
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
214
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
215
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
188
216
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
189
217
|
* @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
|
|
190
218
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -207,6 +235,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
207
235
|
var queryParams = {};
|
|
208
236
|
var headerParams = {
|
|
209
237
|
'Authorization': opts['authorization'],
|
|
238
|
+
'cacheduration': opts['cacheduration'],
|
|
239
|
+
'cachegroup': opts['cachegroup'],
|
|
240
|
+
'cachekey': opts['cachekey'],
|
|
241
|
+
'cachescope': opts['cachescope'],
|
|
210
242
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
211
243
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
212
244
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -234,6 +266,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
266
|
* @param {Number} id
|
|
235
267
|
* @param {Object} opts Optional parameters
|
|
236
268
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
269
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
270
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
271
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
272
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
237
273
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
238
274
|
* @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
|
|
239
275
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -256,6 +292,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
256
292
|
var queryParams = {};
|
|
257
293
|
var headerParams = {
|
|
258
294
|
'Authorization': opts['authorization'],
|
|
295
|
+
'cacheduration': opts['cacheduration'],
|
|
296
|
+
'cachegroup': opts['cachegroup'],
|
|
297
|
+
'cachekey': opts['cachekey'],
|
|
298
|
+
'cachescope': opts['cachescope'],
|
|
259
299
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
260
300
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
301
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -283,6 +323,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
283
323
|
* @param {Number} id
|
|
284
324
|
* @param {Object} opts Optional parameters
|
|
285
325
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
326
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
327
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
328
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
329
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
286
330
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
287
331
|
* @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
|
|
288
332
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -306,6 +350,10 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
306
350
|
var queryParams = {};
|
|
307
351
|
var headerParams = {
|
|
308
352
|
'Authorization': opts['authorization'],
|
|
353
|
+
'cacheduration': opts['cacheduration'],
|
|
354
|
+
'cachegroup': opts['cachegroup'],
|
|
355
|
+
'cachekey': opts['cachekey'],
|
|
356
|
+
'cachescope': opts['cachescope'],
|
|
309
357
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
310
358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
359
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.38
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Attachments service.
|
|
32
32
|
* @module api/AttachmentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -58,6 +58,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id The id of the object to delete
|
|
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 AttachmentsApi = 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 AttachmentsApi = 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 AttachmentsApi = 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 AttachmentsApi = 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 AttachmentsApi = 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'],
|
|
@@ -193,6 +217,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
193
217
|
* @param {Number} id
|
|
194
218
|
* @param {Object} opts Optional parameters
|
|
195
219
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
220
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
221
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
222
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
223
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
196
224
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
197
225
|
* @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
|
|
198
226
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -215,6 +243,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
243
|
var queryParams = {};
|
|
216
244
|
var headerParams = {
|
|
217
245
|
'Authorization': opts['authorization'],
|
|
246
|
+
'cacheduration': opts['cacheduration'],
|
|
247
|
+
'cachegroup': opts['cachegroup'],
|
|
248
|
+
'cachekey': opts['cachekey'],
|
|
249
|
+
'cachescope': opts['cachescope'],
|
|
218
250
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
219
251
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
220
252
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -242,6 +274,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
274
|
* @param {Number} id
|
|
243
275
|
* @param {Object} opts Optional parameters
|
|
244
276
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
277
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
278
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
279
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
280
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
245
281
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
282
|
* @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
|
|
247
283
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -265,6 +301,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
301
|
var queryParams = {};
|
|
266
302
|
var headerParams = {
|
|
267
303
|
'Authorization': opts['authorization'],
|
|
304
|
+
'cacheduration': opts['cacheduration'],
|
|
305
|
+
'cachegroup': opts['cachegroup'],
|
|
306
|
+
'cachekey': opts['cachekey'],
|
|
307
|
+
'cachescope': opts['cachescope'],
|
|
268
308
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
269
309
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
270
310
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -290,6 +330,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
290
330
|
* @param {Number} id
|
|
291
331
|
* @param {Object} opts Optional parameters
|
|
292
332
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
333
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
334
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
335
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
336
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
293
337
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
294
338
|
* @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
|
|
295
339
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -316,6 +360,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
360
|
var queryParams = {};
|
|
317
361
|
var headerParams = {
|
|
318
362
|
'Authorization': opts['authorization'],
|
|
363
|
+
'cacheduration': opts['cacheduration'],
|
|
364
|
+
'cachegroup': opts['cachegroup'],
|
|
365
|
+
'cachekey': opts['cachekey'],
|
|
366
|
+
'cachescope': opts['cachescope'],
|
|
319
367
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
320
368
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
369
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -349,6 +397,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
349
397
|
* Uploads one or more attachments
|
|
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
|
|
@@ -367,6 +419,10 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
367
419
|
var queryParams = {};
|
|
368
420
|
var headerParams = {
|
|
369
421
|
'Authorization': opts['authorization'],
|
|
422
|
+
'cacheduration': opts['cacheduration'],
|
|
423
|
+
'cachegroup': opts['cachegroup'],
|
|
424
|
+
'cachekey': opts['cachekey'],
|
|
425
|
+
'cachescope': opts['cachescope'],
|
|
370
426
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
371
427
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
372
428
|
'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.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* Authentication service.
|
|
29
29
|
* @module api/AuthenticationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Categories service.
|
|
30
30
|
* @module api/CategoriesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,6 +57,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {module:model/ZeusPortalCategory} zeusPortalCategory The ZeusPortalCategory to create
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -77,6 +81,10 @@ var CategoriesApi = 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'],
|
|
@@ -105,6 +113,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
113
|
* @param {module:model/ZeusPortalCategory} zeusPortalCategory The ZeusPortalCategory to create
|
|
106
114
|
* @param {Object} opts Optional parameters
|
|
107
115
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
116
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
117
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
120
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
121
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
122
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -131,6 +143,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
131
143
|
var queryParams = {};
|
|
132
144
|
var headerParams = {
|
|
133
145
|
'Authorization': opts['authorization'],
|
|
146
|
+
'cacheduration': opts['cacheduration'],
|
|
147
|
+
'cachegroup': opts['cachegroup'],
|
|
148
|
+
'cachekey': opts['cachekey'],
|
|
149
|
+
'cachescope': opts['cachescope'],
|
|
134
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
135
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
136
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -156,6 +172,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
156
172
|
* Root for the API
|
|
157
173
|
* @param {Object} opts Optional parameters
|
|
158
174
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
175
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
176
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
177
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
178
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
159
179
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
160
180
|
* @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
|
|
161
181
|
* @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 CategoriesApi = 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'],
|
|
@@ -198,6 +222,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
222
|
* @param {Number} id The id of the category that we are retreiving
|
|
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
|
|
@@ -220,6 +248,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
220
248
|
var queryParams = {};
|
|
221
249
|
var headerParams = {
|
|
222
250
|
'Authorization': opts['authorization'],
|
|
251
|
+
'cacheduration': opts['cacheduration'],
|
|
252
|
+
'cachegroup': opts['cachegroup'],
|
|
253
|
+
'cachekey': opts['cachekey'],
|
|
254
|
+
'cachescope': opts['cachescope'],
|
|
223
255
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
224
256
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
225
257
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -245,6 +277,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
277
|
* @param {Number} id
|
|
246
278
|
* @param {Object} opts Optional parameters
|
|
247
279
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
280
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
281
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
282
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
283
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
248
284
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
249
285
|
* @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
|
|
250
286
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -267,6 +303,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
267
303
|
var queryParams = {};
|
|
268
304
|
var headerParams = {
|
|
269
305
|
'Authorization': opts['authorization'],
|
|
306
|
+
'cacheduration': opts['cacheduration'],
|
|
307
|
+
'cachegroup': opts['cachegroup'],
|
|
308
|
+
'cachekey': opts['cachekey'],
|
|
309
|
+
'cachescope': opts['cachescope'],
|
|
270
310
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
271
311
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
272
312
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -293,6 +333,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
333
|
* Gets the root category
|
|
294
334
|
* @param {Object} opts Optional parameters
|
|
295
335
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
336
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
337
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
338
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
339
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
296
340
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
297
341
|
* @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
|
|
298
342
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -309,6 +353,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
309
353
|
var queryParams = {};
|
|
310
354
|
var headerParams = {
|
|
311
355
|
'Authorization': opts['authorization'],
|
|
356
|
+
'cacheduration': opts['cacheduration'],
|
|
357
|
+
'cachegroup': opts['cachegroup'],
|
|
358
|
+
'cachekey': opts['cachekey'],
|
|
359
|
+
'cachescope': opts['cachescope'],
|
|
312
360
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
313
361
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
314
362
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -336,6 +384,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
336
384
|
* @param {Number} id
|
|
337
385
|
* @param {Object} opts Optional parameters
|
|
338
386
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
387
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
388
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
389
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
390
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
339
391
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
340
392
|
* @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
|
|
341
393
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -359,6 +411,10 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
411
|
var queryParams = {};
|
|
360
412
|
var headerParams = {
|
|
361
413
|
'Authorization': opts['authorization'],
|
|
414
|
+
'cacheduration': opts['cacheduration'],
|
|
415
|
+
'cachegroup': opts['cachegroup'],
|
|
416
|
+
'cachekey': opts['cachekey'],
|
|
417
|
+
'cachescope': opts['cachescope'],
|
|
362
418
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
363
419
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
364
420
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|