@gobodo/gobodo-api-promise 0.1.34 → 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 +8 -3
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +27 -27
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +6 -6
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +6 -6
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +6 -6
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +15 -15
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +6 -6
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -2
- package/dist/index.js +5 -5
- 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 +121 -121
- package/dist/model/AuthResponse.js +238 -0
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- 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 +121 -121
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +48 -48
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +26 -26
- package/dist/model/File.js +48 -48
- package/dist/model/FileAttachmentUploadObject.js +48 -48
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +24 -24
- 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 +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +70 -70
- package/dist/model/ImageUploadObject.js +70 -70
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +54 -54
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +85 -85
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +42 -42
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- 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 +48 -48
- 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 +23 -23
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +30 -30
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +60 -60
- 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 +25 -25
- 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 +26 -26
- 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 +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +55 -55
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +77 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +55 -55
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +42 -42
- package/dist/model/UserDataPayload.js +42 -42
- 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 +42 -42
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +81 -81
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +81 -81
- package/dist/model/VideoUploadObject.js +81 -81
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* PrivateMessages service.
|
|
32
32
|
* @module api/PrivateMessagesApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -50,6 +50,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
50
50
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
51
51
|
* @param {Object} opts Optional parameters
|
|
52
52
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
53
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
54
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
55
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
56
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
53
57
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
54
58
|
* @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
|
|
55
59
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -93,6 +101,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
101
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
94
102
|
* @param {Object} opts Optional parameters
|
|
95
103
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
104
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
105
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
106
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
107
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
96
108
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
109
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
98
110
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -113,6 +125,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
113
125
|
* @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
|
|
114
126
|
* @param {Object} opts Optional parameters
|
|
115
127
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
128
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
129
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
130
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
131
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
116
132
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
117
133
|
* @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
|
|
118
134
|
* @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 +148,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
148
|
var queryParams = {};
|
|
133
149
|
var headerParams = {
|
|
134
150
|
'Authorization': opts['authorization'],
|
|
151
|
+
'cacheduration': opts['cacheduration'],
|
|
152
|
+
'cachegroup': opts['cachegroup'],
|
|
153
|
+
'cachekey': opts['cachekey'],
|
|
154
|
+
'cachescope': opts['cachescope'],
|
|
135
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
136
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -151,6 +171,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
171
|
* @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
|
|
152
172
|
* @param {Object} opts Optional parameters
|
|
153
173
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
174
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
175
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
176
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
177
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
154
178
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
155
179
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
156
180
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -170,6 +194,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
170
194
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
171
195
|
* @param {Object} opts Optional parameters
|
|
172
196
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
197
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
198
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
199
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
200
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
173
201
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
174
202
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
175
203
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -195,6 +223,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
223
|
var queryParams = {};
|
|
196
224
|
var headerParams = {
|
|
197
225
|
'Authorization': opts['authorization'],
|
|
226
|
+
'cacheduration': opts['cacheduration'],
|
|
227
|
+
'cachegroup': opts['cachegroup'],
|
|
228
|
+
'cachekey': opts['cachekey'],
|
|
229
|
+
'cachescope': opts['cachescope'],
|
|
198
230
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
199
231
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
200
232
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -213,6 +245,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
245
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
214
246
|
* @param {Object} opts Optional parameters
|
|
215
247
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
248
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
249
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
250
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
251
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
216
252
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
253
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
218
254
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -231,6 +267,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
231
267
|
* @param {Number} messageid
|
|
232
268
|
* @param {Object} opts Optional parameters
|
|
233
269
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
270
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
271
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
272
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
273
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
234
274
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
235
275
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
236
276
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -252,6 +292,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
252
292
|
var queryParams = {};
|
|
253
293
|
var headerParams = {
|
|
254
294
|
'Authorization': opts['authorization'],
|
|
295
|
+
'cacheduration': opts['cacheduration'],
|
|
296
|
+
'cachegroup': opts['cachegroup'],
|
|
297
|
+
'cachekey': opts['cachekey'],
|
|
298
|
+
'cachescope': opts['cachescope'],
|
|
255
299
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
256
300
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
257
301
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -269,6 +313,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
313
|
* @param {Number} messageid
|
|
270
314
|
* @param {Object} opts Optional parameters
|
|
271
315
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
316
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
317
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
318
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
319
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
272
320
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
273
321
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
274
322
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -288,6 +336,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
288
336
|
* @param {Number} id The id of the object to delete
|
|
289
337
|
* @param {Object} opts Optional parameters
|
|
290
338
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
339
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
340
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
341
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
342
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
291
343
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
292
344
|
* @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
|
|
293
345
|
* @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 +361,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
309
361
|
var queryParams = {};
|
|
310
362
|
var headerParams = {
|
|
311
363
|
'Authorization': opts['authorization'],
|
|
364
|
+
'cacheduration': opts['cacheduration'],
|
|
365
|
+
'cachegroup': opts['cachegroup'],
|
|
366
|
+
'cachekey': opts['cachekey'],
|
|
367
|
+
'cachescope': opts['cachescope'],
|
|
312
368
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
313
369
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
314
370
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -327,6 +383,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
383
|
* @param {Number} id The id of the object to delete
|
|
328
384
|
* @param {Object} opts Optional parameters
|
|
329
385
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
386
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
387
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
388
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
389
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
330
390
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
331
391
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
332
392
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -345,6 +405,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
405
|
* Root for the API
|
|
346
406
|
* @param {Object} opts Optional parameters
|
|
347
407
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
408
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
409
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
410
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
411
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
348
412
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
349
413
|
* @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
|
|
350
414
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -360,6 +424,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
360
424
|
var queryParams = {};
|
|
361
425
|
var headerParams = {
|
|
362
426
|
'Authorization': opts['authorization'],
|
|
427
|
+
'cacheduration': opts['cacheduration'],
|
|
428
|
+
'cachegroup': opts['cachegroup'],
|
|
429
|
+
'cachekey': opts['cachekey'],
|
|
430
|
+
'cachescope': opts['cachescope'],
|
|
363
431
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
364
432
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
365
433
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -377,6 +445,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
377
445
|
* Root for the API
|
|
378
446
|
* @param {Object} opts Optional parameters
|
|
379
447
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
448
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
449
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
450
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
451
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
380
452
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
381
453
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
382
454
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -395,6 +467,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
395
467
|
* Root for the API
|
|
396
468
|
* @param {Object} opts Optional parameters
|
|
397
469
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
470
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
471
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
472
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
473
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
398
474
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
399
475
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
400
476
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -410,6 +486,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
410
486
|
var queryParams = {};
|
|
411
487
|
var headerParams = {
|
|
412
488
|
'Authorization': opts['authorization'],
|
|
489
|
+
'cacheduration': opts['cacheduration'],
|
|
490
|
+
'cachegroup': opts['cachegroup'],
|
|
491
|
+
'cachekey': opts['cachekey'],
|
|
492
|
+
'cachescope': opts['cachescope'],
|
|
413
493
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
414
494
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
415
495
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -427,6 +507,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
427
507
|
* Root for the API
|
|
428
508
|
* @param {Object} opts Optional parameters
|
|
429
509
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
510
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
511
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
512
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
513
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
430
514
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
431
515
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
432
516
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -446,6 +530,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
530
|
* @param {Number} id
|
|
447
531
|
* @param {Object} opts Optional parameters
|
|
448
532
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
533
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
534
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
535
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
536
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
449
537
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
450
538
|
* @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
|
|
451
539
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -467,6 +555,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
467
555
|
var queryParams = {};
|
|
468
556
|
var headerParams = {
|
|
469
557
|
'Authorization': opts['authorization'],
|
|
558
|
+
'cacheduration': opts['cacheduration'],
|
|
559
|
+
'cachegroup': opts['cachegroup'],
|
|
560
|
+
'cachekey': opts['cachekey'],
|
|
561
|
+
'cachescope': opts['cachescope'],
|
|
470
562
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
471
563
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
472
564
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -485,6 +577,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
485
577
|
* @param {Number} id
|
|
486
578
|
* @param {Object} opts Optional parameters
|
|
487
579
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
580
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
581
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
582
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
583
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
488
584
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
489
585
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
490
586
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -504,6 +600,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
504
600
|
* Returns all the conversations the user has access to
|
|
505
601
|
* @param {Object} opts Optional parameters
|
|
506
602
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
603
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
604
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
605
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
606
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
507
607
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
508
608
|
* @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
|
|
509
609
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -519,6 +619,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
519
619
|
var queryParams = {};
|
|
520
620
|
var headerParams = {
|
|
521
621
|
'Authorization': opts['authorization'],
|
|
622
|
+
'cacheduration': opts['cacheduration'],
|
|
623
|
+
'cachegroup': opts['cachegroup'],
|
|
624
|
+
'cachekey': opts['cachekey'],
|
|
625
|
+
'cachescope': opts['cachescope'],
|
|
522
626
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
523
627
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
524
628
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -537,6 +641,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
537
641
|
* Returns all the conversations the user has access to
|
|
538
642
|
* @param {Object} opts Optional parameters
|
|
539
643
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
644
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
645
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
646
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
647
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
540
648
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
541
649
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
542
650
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -557,6 +665,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
557
665
|
* @param {Number} convoid
|
|
558
666
|
* @param {Object} opts Optional parameters
|
|
559
667
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
668
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
669
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
670
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
671
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
560
672
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
561
673
|
* @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
|
|
562
674
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -578,6 +690,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
578
690
|
var queryParams = {};
|
|
579
691
|
var headerParams = {
|
|
580
692
|
'Authorization': opts['authorization'],
|
|
693
|
+
'cacheduration': opts['cacheduration'],
|
|
694
|
+
'cachegroup': opts['cachegroup'],
|
|
695
|
+
'cachekey': opts['cachekey'],
|
|
696
|
+
'cachescope': opts['cachescope'],
|
|
581
697
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
582
698
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
583
699
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -597,6 +713,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
597
713
|
* @param {Number} convoid
|
|
598
714
|
* @param {Object} opts Optional parameters
|
|
599
715
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
716
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
717
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
718
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
719
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
600
720
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
601
721
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
602
722
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -617,6 +737,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
617
737
|
* @param {Number} id
|
|
618
738
|
* @param {Object} opts Optional parameters
|
|
619
739
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
740
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
741
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
742
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
743
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
620
744
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
621
745
|
* @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
|
|
622
746
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -638,6 +762,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
638
762
|
var queryParams = {};
|
|
639
763
|
var headerParams = {
|
|
640
764
|
'Authorization': opts['authorization'],
|
|
765
|
+
'cacheduration': opts['cacheduration'],
|
|
766
|
+
'cachegroup': opts['cachegroup'],
|
|
767
|
+
'cachekey': opts['cachekey'],
|
|
768
|
+
'cachescope': opts['cachescope'],
|
|
641
769
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
642
770
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
643
771
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -657,6 +785,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
657
785
|
* @param {Number} id
|
|
658
786
|
* @param {Object} opts Optional parameters
|
|
659
787
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
788
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
789
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
790
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
791
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
660
792
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
661
793
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
662
794
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -677,6 +809,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
677
809
|
* @param {Number} convoid
|
|
678
810
|
* @param {Object} opts Optional parameters
|
|
679
811
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
812
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
813
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
814
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
815
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
680
816
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
681
817
|
* @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
|
|
682
818
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -698,6 +834,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
698
834
|
var queryParams = {};
|
|
699
835
|
var headerParams = {
|
|
700
836
|
'Authorization': opts['authorization'],
|
|
837
|
+
'cacheduration': opts['cacheduration'],
|
|
838
|
+
'cachegroup': opts['cachegroup'],
|
|
839
|
+
'cachekey': opts['cachekey'],
|
|
840
|
+
'cachescope': opts['cachescope'],
|
|
701
841
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
702
842
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
703
843
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -717,6 +857,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
717
857
|
* @param {Number} convoid
|
|
718
858
|
* @param {Object} opts Optional parameters
|
|
719
859
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
860
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
861
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
862
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
863
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
720
864
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
721
865
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
722
866
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -737,6 +881,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
737
881
|
* @param {Number} convoid
|
|
738
882
|
* @param {Object} opts Optional parameters
|
|
739
883
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
884
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
885
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
886
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
887
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
740
888
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
741
889
|
* @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
|
|
742
890
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -758,6 +906,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
758
906
|
var queryParams = {};
|
|
759
907
|
var headerParams = {
|
|
760
908
|
'Authorization': opts['authorization'],
|
|
909
|
+
'cacheduration': opts['cacheduration'],
|
|
910
|
+
'cachegroup': opts['cachegroup'],
|
|
911
|
+
'cachekey': opts['cachekey'],
|
|
912
|
+
'cachescope': opts['cachescope'],
|
|
761
913
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
762
914
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
763
915
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -777,6 +929,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
777
929
|
* @param {Number} convoid
|
|
778
930
|
* @param {Object} opts Optional parameters
|
|
779
931
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
932
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
933
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
934
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
935
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
780
936
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
781
937
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
782
938
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -796,6 +952,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
796
952
|
* Returns the number of unread messages
|
|
797
953
|
* @param {Object} opts Optional parameters
|
|
798
954
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
955
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
956
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
957
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
958
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
799
959
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
800
960
|
* @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
|
|
801
961
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -811,6 +971,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
811
971
|
var queryParams = {};
|
|
812
972
|
var headerParams = {
|
|
813
973
|
'Authorization': opts['authorization'],
|
|
974
|
+
'cacheduration': opts['cacheduration'],
|
|
975
|
+
'cachegroup': opts['cachegroup'],
|
|
976
|
+
'cachekey': opts['cachekey'],
|
|
977
|
+
'cachescope': opts['cachescope'],
|
|
814
978
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
815
979
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
816
980
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -829,6 +993,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
829
993
|
* Returns the number of unread messages
|
|
830
994
|
* @param {Object} opts Optional parameters
|
|
831
995
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
996
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
997
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
998
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
999
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
832
1000
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
833
1001
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
834
1002
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -847,6 +1015,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
847
1015
|
* @param {Number} messageid
|
|
848
1016
|
* @param {Object} opts Optional parameters
|
|
849
1017
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1018
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1019
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1020
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1021
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
850
1022
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
851
1023
|
* @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
|
|
852
1024
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -868,6 +1040,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
868
1040
|
var queryParams = {};
|
|
869
1041
|
var headerParams = {
|
|
870
1042
|
'Authorization': opts['authorization'],
|
|
1043
|
+
'cacheduration': opts['cacheduration'],
|
|
1044
|
+
'cachegroup': opts['cachegroup'],
|
|
1045
|
+
'cachekey': opts['cachekey'],
|
|
1046
|
+
'cachescope': opts['cachescope'],
|
|
871
1047
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
872
1048
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
873
1049
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -885,6 +1061,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
885
1061
|
* @param {Number} messageid
|
|
886
1062
|
* @param {Object} opts Optional parameters
|
|
887
1063
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1064
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1065
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1066
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1067
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
888
1068
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
889
1069
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
890
1070
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -904,6 +1084,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
904
1084
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
905
1085
|
* @param {Object} opts Optional parameters
|
|
906
1086
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1087
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1088
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1089
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1090
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
907
1091
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
908
1092
|
* @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
|
|
909
1093
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -929,6 +1113,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
929
1113
|
var queryParams = {};
|
|
930
1114
|
var headerParams = {
|
|
931
1115
|
'Authorization': opts['authorization'],
|
|
1116
|
+
'cacheduration': opts['cacheduration'],
|
|
1117
|
+
'cachegroup': opts['cachegroup'],
|
|
1118
|
+
'cachekey': opts['cachekey'],
|
|
1119
|
+
'cachescope': opts['cachescope'],
|
|
932
1120
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
933
1121
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
934
1122
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -947,6 +1135,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
947
1135
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
948
1136
|
* @param {Object} opts Optional parameters
|
|
949
1137
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1138
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1139
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1140
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1141
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
950
1142
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
951
1143
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
952
1144
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* Publications service.
|
|
28
28
|
* @module api/PublicationsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -46,6 +46,10 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
46
46
|
* @param {Number} id The id of the object to delete
|
|
47
47
|
* @param {Object} opts Optional parameters
|
|
48
48
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
49
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
50
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
51
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
52
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
49
53
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
50
54
|
* @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
|
|
51
55
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -67,6 +71,10 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
67
71
|
var queryParams = {};
|
|
68
72
|
var headerParams = {
|
|
69
73
|
'Authorization': opts['authorization'],
|
|
74
|
+
'cacheduration': opts['cacheduration'],
|
|
75
|
+
'cachegroup': opts['cachegroup'],
|
|
76
|
+
'cachekey': opts['cachekey'],
|
|
77
|
+
'cachescope': opts['cachescope'],
|
|
70
78
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
71
79
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
72
80
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -85,6 +93,10 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
85
93
|
* @param {Number} id The id of the object to delete
|
|
86
94
|
* @param {Object} opts Optional parameters
|
|
87
95
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
96
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
97
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
98
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
99
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
88
100
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
89
101
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
90
102
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|