@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/LinkedINApi.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
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = 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.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
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.37
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -58,6 +58,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
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
|
|
@@ -83,6 +87,10 @@ var LiveMeetingsApi = 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'],
|
|
@@ -110,6 +118,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
118
|
* @param {Number} objectid The id of the object we are streaming
|
|
111
119
|
* @param {Object} opts Optional parameters
|
|
112
120
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
121
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
122
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
113
125
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
126
|
* @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
|
|
115
127
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -132,6 +144,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
144
|
var queryParams = {};
|
|
133
145
|
var headerParams = {
|
|
134
146
|
'Authorization': opts['authorization'],
|
|
147
|
+
'cacheduration': opts['cacheduration'],
|
|
148
|
+
'cachegroup': opts['cachegroup'],
|
|
149
|
+
'cachekey': opts['cachekey'],
|
|
150
|
+
'cachescope': opts['cachescope'],
|
|
135
151
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
136
152
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
153
|
'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
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id The id of the object to delete
|
|
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
|
|
@@ -76,6 +80,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
80
|
var queryParams = {};
|
|
77
81
|
var headerParams = {
|
|
78
82
|
'Authorization': opts['authorization'],
|
|
83
|
+
'cacheduration': opts['cacheduration'],
|
|
84
|
+
'cachegroup': opts['cachegroup'],
|
|
85
|
+
'cachekey': opts['cachekey'],
|
|
86
|
+
'cachescope': opts['cachescope'],
|
|
79
87
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
89
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -103,6 +111,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
111
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
104
112
|
* @param {Object} opts Optional parameters
|
|
105
113
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
114
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
115
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
116
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
117
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
106
118
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
107
119
|
* @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
|
|
108
120
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -125,6 +137,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
125
137
|
var queryParams = {};
|
|
126
138
|
var headerParams = {
|
|
127
139
|
'Authorization': opts['authorization'],
|
|
140
|
+
'cacheduration': opts['cacheduration'],
|
|
141
|
+
'cachegroup': opts['cachegroup'],
|
|
142
|
+
'cachekey': opts['cachekey'],
|
|
143
|
+
'cachescope': opts['cachescope'],
|
|
128
144
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
129
145
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
130
146
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -154,6 +170,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
170
|
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
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
|
|
@@ -186,6 +206,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
186
206
|
var queryParams = {};
|
|
187
207
|
var headerParams = {
|
|
188
208
|
'Authorization': opts['authorization'],
|
|
209
|
+
'cacheduration': opts['cacheduration'],
|
|
210
|
+
'cachegroup': opts['cachegroup'],
|
|
211
|
+
'cachekey': opts['cachekey'],
|
|
212
|
+
'cachescope': opts['cachescope'],
|
|
189
213
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
190
214
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
191
215
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -213,6 +237,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
237
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
214
238
|
* @param {Object} opts Optional parameters
|
|
215
239
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
240
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
241
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
242
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
243
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
216
244
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
245
|
* @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
|
|
218
246
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -235,6 +263,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
263
|
var queryParams = {};
|
|
236
264
|
var headerParams = {
|
|
237
265
|
'Authorization': opts['authorization'],
|
|
266
|
+
'cacheduration': opts['cacheduration'],
|
|
267
|
+
'cachegroup': opts['cachegroup'],
|
|
268
|
+
'cachekey': opts['cachekey'],
|
|
269
|
+
'cachescope': opts['cachescope'],
|
|
238
270
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
239
271
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
240
272
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -262,6 +294,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
294
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
263
295
|
* @param {Object} opts Optional parameters
|
|
264
296
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
297
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
298
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
299
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
300
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
265
301
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
266
302
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
267
303
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -284,6 +320,10 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
320
|
var queryParams = {};
|
|
285
321
|
var headerParams = {
|
|
286
322
|
'Authorization': opts['authorization'],
|
|
323
|
+
'cacheduration': opts['cacheduration'],
|
|
324
|
+
'cachegroup': opts['cachegroup'],
|
|
325
|
+
'cachekey': opts['cachekey'],
|
|
326
|
+
'cachescope': opts['cachescope'],
|
|
287
327
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
288
328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
289
329
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/PagesApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.37
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* Pages service.
|
|
34
34
|
* @module api/PagesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.37
|
|
36
36
|
*/
|
|
37
37
|
var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -61,6 +61,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {module:model/PageSchema} pageSchema Page object or array of objects to create
|
|
62
62
|
* @param {Object} opts Optional parameters
|
|
63
63
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
65
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
66
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
67
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
68
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
69
|
* @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
|
|
66
70
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -81,6 +85,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
85
|
var queryParams = {};
|
|
82
86
|
var headerParams = {
|
|
83
87
|
'Authorization': opts['authorization'],
|
|
88
|
+
'cacheduration': opts['cacheduration'],
|
|
89
|
+
'cachegroup': opts['cachegroup'],
|
|
90
|
+
'cachekey': opts['cachekey'],
|
|
91
|
+
'cachescope': opts['cachescope'],
|
|
84
92
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
93
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
86
94
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -107,6 +115,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
107
115
|
* @param {Number} id The id of the object to delete
|
|
108
116
|
* @param {Object} opts Optional parameters
|
|
109
117
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
118
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
119
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
120
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
121
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
110
122
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
111
123
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
112
124
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -128,6 +140,10 @@ var PagesApi = 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'],
|
|
@@ -156,6 +172,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
156
172
|
* @param {module:model/Page} page Conversation object or array of objects to create
|
|
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
|
|
@@ -182,6 +202,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
182
202
|
var queryParams = {};
|
|
183
203
|
var headerParams = {
|
|
184
204
|
'Authorization': opts['authorization'],
|
|
205
|
+
'cacheduration': opts['cacheduration'],
|
|
206
|
+
'cachegroup': opts['cachegroup'],
|
|
207
|
+
'cachekey': opts['cachekey'],
|
|
208
|
+
'cachescope': opts['cachescope'],
|
|
185
209
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
186
210
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
187
211
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -207,6 +231,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
207
231
|
* Root for the API
|
|
208
232
|
* @param {Object} opts Optional parameters
|
|
209
233
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
234
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
235
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
236
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
237
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
210
238
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
211
239
|
* @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
|
|
212
240
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -222,6 +250,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
222
250
|
var queryParams = {};
|
|
223
251
|
var headerParams = {
|
|
224
252
|
'Authorization': opts['authorization'],
|
|
253
|
+
'cacheduration': opts['cacheduration'],
|
|
254
|
+
'cachegroup': opts['cachegroup'],
|
|
255
|
+
'cachekey': opts['cachekey'],
|
|
256
|
+
'cachescope': opts['cachescope'],
|
|
225
257
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
226
258
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
227
259
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -249,6 +281,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
281
|
* @param {Number} uid
|
|
250
282
|
* @param {Object} opts Optional parameters
|
|
251
283
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
284
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
285
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
286
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
287
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
252
288
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
253
289
|
* @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
|
|
254
290
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -271,6 +307,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
307
|
var queryParams = {};
|
|
272
308
|
var headerParams = {
|
|
273
309
|
'Authorization': opts['authorization'],
|
|
310
|
+
'cacheduration': opts['cacheduration'],
|
|
311
|
+
'cachegroup': opts['cachegroup'],
|
|
312
|
+
'cachekey': opts['cachekey'],
|
|
313
|
+
'cachescope': opts['cachescope'],
|
|
274
314
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
275
315
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
276
316
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -298,6 +338,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
338
|
* @param {Number} id
|
|
299
339
|
* @param {Object} opts Optional parameters
|
|
300
340
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
341
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
342
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
343
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
344
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
301
345
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
302
346
|
* @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
|
|
303
347
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -320,6 +364,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
320
364
|
var queryParams = {};
|
|
321
365
|
var headerParams = {
|
|
322
366
|
'Authorization': opts['authorization'],
|
|
367
|
+
'cacheduration': opts['cacheduration'],
|
|
368
|
+
'cachegroup': opts['cachegroup'],
|
|
369
|
+
'cachekey': opts['cachekey'],
|
|
370
|
+
'cachescope': opts['cachescope'],
|
|
323
371
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
324
372
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
325
373
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -347,6 +395,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
395
|
* @param {Number} id
|
|
348
396
|
* @param {Object} opts Optional parameters
|
|
349
397
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
398
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
399
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
400
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
401
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
350
402
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
351
403
|
* @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
|
|
352
404
|
* @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 PagesApi = 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'],
|
|
@@ -402,6 +458,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
402
458
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The property map to set in Json format
|
|
403
459
|
* @param {Object} opts Optional parameters
|
|
404
460
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
461
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
462
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
463
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
464
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
405
465
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
406
466
|
* @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
|
|
407
467
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -427,6 +487,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
427
487
|
var queryParams = {};
|
|
428
488
|
var headerParams = {
|
|
429
489
|
'Authorization': opts['authorization'],
|
|
490
|
+
'cacheduration': opts['cacheduration'],
|
|
491
|
+
'cachegroup': opts['cachegroup'],
|
|
492
|
+
'cachekey': opts['cachekey'],
|
|
493
|
+
'cachescope': opts['cachescope'],
|
|
430
494
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
431
495
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
432
496
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -455,6 +519,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
519
|
* @param {String} prop
|
|
456
520
|
* @param {Object} opts Optional parameters
|
|
457
521
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
522
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
523
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
524
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
525
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
458
526
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
459
527
|
* @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
|
|
460
528
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -482,6 +550,10 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
482
550
|
var queryParams = {};
|
|
483
551
|
var headerParams = {
|
|
484
552
|
'Authorization': opts['authorization'],
|
|
553
|
+
'cacheduration': opts['cacheduration'],
|
|
554
|
+
'cachegroup': opts['cachegroup'],
|
|
555
|
+
'cachekey': opts['cachekey'],
|
|
556
|
+
'cachescope': opts['cachescope'],
|
|
485
557
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
486
558
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
487
559
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/PostsApi.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
|
* Posts service.
|
|
29
29
|
* @module api/PostsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -54,6 +54,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Array.<module:model/Post>} post Post or array of posts to create
|
|
55
55
|
* @param {Object} opts Optional parameters
|
|
56
56
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
57
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
58
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
59
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
60
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
57
61
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
62
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -74,6 +78,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
78
|
var queryParams = {};
|
|
75
79
|
var headerParams = {
|
|
76
80
|
'Authorization': opts['authorization'],
|
|
81
|
+
'cacheduration': opts['cacheduration'],
|
|
82
|
+
'cachegroup': opts['cachegroup'],
|
|
83
|
+
'cachekey': opts['cachekey'],
|
|
84
|
+
'cachescope': opts['cachescope'],
|
|
77
85
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
78
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
79
87
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -100,6 +108,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
108
|
* @param {Number} id The id of the object to delete
|
|
101
109
|
* @param {Object} opts Optional parameters
|
|
102
110
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
111
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
112
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
113
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
114
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
103
115
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
104
116
|
* @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
|
|
105
117
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -121,6 +133,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
121
133
|
var queryParams = {};
|
|
122
134
|
var headerParams = {
|
|
123
135
|
'Authorization': opts['authorization'],
|
|
136
|
+
'cacheduration': opts['cacheduration'],
|
|
137
|
+
'cachegroup': opts['cachegroup'],
|
|
138
|
+
'cachekey': opts['cachekey'],
|
|
139
|
+
'cachescope': opts['cachescope'],
|
|
124
140
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
125
141
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
126
142
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -146,6 +162,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
162
|
* Root for the API
|
|
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
|
|
@@ -161,6 +181,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
181
|
var queryParams = {};
|
|
162
182
|
var headerParams = {
|
|
163
183
|
'Authorization': opts['authorization'],
|
|
184
|
+
'cacheduration': opts['cacheduration'],
|
|
185
|
+
'cachegroup': opts['cachegroup'],
|
|
186
|
+
'cachekey': opts['cachekey'],
|
|
187
|
+
'cachescope': opts['cachescope'],
|
|
164
188
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
165
189
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
166
190
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -188,6 +212,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
188
212
|
* @param {Number} id
|
|
189
213
|
* @param {Object} opts Optional parameters
|
|
190
214
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
215
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
216
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
217
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
218
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
191
219
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
192
220
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
193
221
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -210,6 +238,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
238
|
var queryParams = {};
|
|
211
239
|
var headerParams = {
|
|
212
240
|
'Authorization': opts['authorization'],
|
|
241
|
+
'cacheduration': opts['cacheduration'],
|
|
242
|
+
'cachegroup': opts['cachegroup'],
|
|
243
|
+
'cachekey': opts['cachekey'],
|
|
244
|
+
'cachescope': opts['cachescope'],
|
|
213
245
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
246
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
215
247
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -236,6 +268,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
236
268
|
* @param {module:model/Post} post Post to update
|
|
237
269
|
* @param {Object} opts Optional parameters
|
|
238
270
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
271
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
272
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
273
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
274
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
239
275
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
240
276
|
* @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
|
|
241
277
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -262,6 +298,10 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
298
|
var queryParams = {};
|
|
263
299
|
var headerParams = {
|
|
264
300
|
'Authorization': opts['authorization'],
|
|
301
|
+
'cacheduration': opts['cacheduration'],
|
|
302
|
+
'cachegroup': opts['cachegroup'],
|
|
303
|
+
'cachekey': opts['cachekey'],
|
|
304
|
+
'cachescope': opts['cachescope'],
|
|
265
305
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
266
306
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
267
307
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|