@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
package/dist/api/LikesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -49,6 +49,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
49
49
|
* @param {Number} id
|
|
50
50
|
* @param {Object} opts Optional parameters
|
|
51
51
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
52
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
53
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
54
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
55
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
52
56
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
53
57
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
54
58
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -70,6 +74,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
70
74
|
var queryParams = {};
|
|
71
75
|
var headerParams = {
|
|
72
76
|
'Authorization': opts['authorization'],
|
|
77
|
+
'cacheduration': opts['cacheduration'],
|
|
78
|
+
'cachegroup': opts['cachegroup'],
|
|
79
|
+
'cachekey': opts['cachekey'],
|
|
80
|
+
'cachescope': opts['cachescope'],
|
|
73
81
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
74
82
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
75
83
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -89,6 +97,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
89
97
|
* @param {Number} id
|
|
90
98
|
* @param {Object} opts Optional parameters
|
|
91
99
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
100
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
101
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
102
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
103
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
92
104
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
93
105
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
94
106
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -109,6 +121,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
121
|
* @param {Number} objectid
|
|
110
122
|
* @param {Object} opts Optional parameters
|
|
111
123
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
124
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
125
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
126
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
127
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
112
128
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
113
129
|
* @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
|
|
114
130
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -130,6 +146,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
146
|
var queryParams = {};
|
|
131
147
|
var headerParams = {
|
|
132
148
|
'Authorization': opts['authorization'],
|
|
149
|
+
'cacheduration': opts['cacheduration'],
|
|
150
|
+
'cachegroup': opts['cachegroup'],
|
|
151
|
+
'cachekey': opts['cachekey'],
|
|
152
|
+
'cachescope': opts['cachescope'],
|
|
133
153
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
134
154
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
135
155
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -149,6 +169,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
169
|
* @param {Number} objectid
|
|
150
170
|
* @param {Object} opts Optional parameters
|
|
151
171
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
172
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
173
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
174
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
175
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
152
176
|
* @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
|
|
153
177
|
* @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
|
|
154
178
|
* @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
|
|
@@ -169,6 +193,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
193
|
* @param {Number} objectid
|
|
170
194
|
* @param {Object} opts Optional parameters
|
|
171
195
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
196
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
197
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
198
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
199
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
172
200
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
173
201
|
* @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
|
|
174
202
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -190,6 +218,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
218
|
var queryParams = {};
|
|
191
219
|
var headerParams = {
|
|
192
220
|
'Authorization': opts['authorization'],
|
|
221
|
+
'cacheduration': opts['cacheduration'],
|
|
222
|
+
'cachegroup': opts['cachegroup'],
|
|
223
|
+
'cachekey': opts['cachekey'],
|
|
224
|
+
'cachescope': opts['cachescope'],
|
|
193
225
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
194
226
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
195
227
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -209,6 +241,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
241
|
* @param {Number} objectid
|
|
210
242
|
* @param {Object} opts Optional parameters
|
|
211
243
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
244
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
245
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
212
248
|
* @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
|
|
213
249
|
* @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
|
|
214
250
|
* @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
|
|
@@ -227,6 +263,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
227
263
|
* Root for the API
|
|
228
264
|
* @param {Object} opts Optional parameters
|
|
229
265
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
266
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
267
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
268
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
269
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
230
270
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
231
271
|
* @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
|
|
232
272
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -242,6 +282,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
282
|
var queryParams = {};
|
|
243
283
|
var headerParams = {
|
|
244
284
|
'Authorization': opts['authorization'],
|
|
285
|
+
'cacheduration': opts['cacheduration'],
|
|
286
|
+
'cachegroup': opts['cachegroup'],
|
|
287
|
+
'cachekey': opts['cachekey'],
|
|
288
|
+
'cachescope': opts['cachescope'],
|
|
245
289
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
246
290
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
247
291
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -259,6 +303,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
259
303
|
* Root for the API
|
|
260
304
|
* @param {Object} opts Optional parameters
|
|
261
305
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
306
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
307
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
308
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
309
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
262
310
|
* @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
|
|
263
311
|
* @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
|
|
264
312
|
* @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
|
|
@@ -278,6 +326,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
326
|
* @param {Number} id
|
|
279
327
|
* @param {Object} opts Optional parameters
|
|
280
328
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
329
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
330
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
281
333
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
282
334
|
* @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
|
|
283
335
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -299,6 +351,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
351
|
var queryParams = {};
|
|
300
352
|
var headerParams = {
|
|
301
353
|
'Authorization': opts['authorization'],
|
|
354
|
+
'cacheduration': opts['cacheduration'],
|
|
355
|
+
'cachegroup': opts['cachegroup'],
|
|
356
|
+
'cachekey': opts['cachekey'],
|
|
357
|
+
'cachescope': opts['cachescope'],
|
|
302
358
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
303
359
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
304
360
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -317,6 +373,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
317
373
|
* @param {Number} id
|
|
318
374
|
* @param {Object} opts Optional parameters
|
|
319
375
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
376
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
377
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
378
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
379
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
320
380
|
* @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
|
|
321
381
|
* @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
|
|
322
382
|
* @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
|
|
@@ -337,6 +397,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
337
397
|
* @param {Number} id
|
|
338
398
|
* @param {Object} opts Optional parameters
|
|
339
399
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
400
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
401
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
402
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
403
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
340
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
341
405
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
342
406
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -358,6 +422,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
358
422
|
var queryParams = {};
|
|
359
423
|
var headerParams = {
|
|
360
424
|
'Authorization': opts['authorization'],
|
|
425
|
+
'cacheduration': opts['cacheduration'],
|
|
426
|
+
'cachegroup': opts['cachegroup'],
|
|
427
|
+
'cachekey': opts['cachekey'],
|
|
428
|
+
'cachescope': opts['cachescope'],
|
|
361
429
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
362
430
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
363
431
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -379,6 +447,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
379
447
|
* @param {Number} id
|
|
380
448
|
* @param {Object} opts Optional parameters
|
|
381
449
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
450
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
451
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
452
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
453
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
382
454
|
* @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
|
|
383
455
|
* @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
|
|
384
456
|
* @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
|
|
@@ -400,6 +472,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
400
472
|
* @param {String} prop
|
|
401
473
|
* @param {Object} opts Optional parameters
|
|
402
474
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
475
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
476
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
477
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
478
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
403
479
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
404
480
|
* @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
|
|
405
481
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -426,6 +502,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
426
502
|
var queryParams = {};
|
|
427
503
|
var headerParams = {
|
|
428
504
|
'Authorization': opts['authorization'],
|
|
505
|
+
'cacheduration': opts['cacheduration'],
|
|
506
|
+
'cachegroup': opts['cachegroup'],
|
|
507
|
+
'cachekey': opts['cachekey'],
|
|
508
|
+
'cachescope': opts['cachescope'],
|
|
429
509
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
430
510
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
511
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -448,6 +528,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
448
528
|
* @param {String} prop
|
|
449
529
|
* @param {Object} opts Optional parameters
|
|
450
530
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
531
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
532
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
533
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
534
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
451
535
|
* @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
|
|
452
536
|
* @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
|
|
453
537
|
* @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
|
|
@@ -468,6 +552,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
468
552
|
* @param {Number} objectid
|
|
469
553
|
* @param {Object} opts Optional parameters
|
|
470
554
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
555
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
556
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
557
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
558
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
471
559
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
472
560
|
* @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
|
|
473
561
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -489,6 +577,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
489
577
|
var queryParams = {};
|
|
490
578
|
var headerParams = {
|
|
491
579
|
'Authorization': opts['authorization'],
|
|
580
|
+
'cacheduration': opts['cacheduration'],
|
|
581
|
+
'cachegroup': opts['cachegroup'],
|
|
582
|
+
'cachekey': opts['cachekey'],
|
|
583
|
+
'cachescope': opts['cachescope'],
|
|
492
584
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
493
585
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
494
586
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -508,6 +600,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
508
600
|
* @param {Number} objectid
|
|
509
601
|
* @param {Object} opts Optional parameters
|
|
510
602
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
603
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
604
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
605
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
606
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
511
607
|
* @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
|
|
512
608
|
* @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
|
|
513
609
|
* @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
|
|
@@ -528,6 +624,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
528
624
|
* @param {Number} objectid
|
|
529
625
|
* @param {Object} opts Optional parameters
|
|
530
626
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
627
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
628
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
629
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
630
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
531
631
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
532
632
|
* @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
|
|
533
633
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -549,6 +649,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
549
649
|
var queryParams = {};
|
|
550
650
|
var headerParams = {
|
|
551
651
|
'Authorization': opts['authorization'],
|
|
652
|
+
'cacheduration': opts['cacheduration'],
|
|
653
|
+
'cachegroup': opts['cachegroup'],
|
|
654
|
+
'cachekey': opts['cachekey'],
|
|
655
|
+
'cachescope': opts['cachescope'],
|
|
552
656
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
553
657
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
554
658
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -568,6 +672,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
568
672
|
* @param {Number} objectid
|
|
569
673
|
* @param {Object} opts Optional parameters
|
|
570
674
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
675
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
676
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
677
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
678
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
571
679
|
* @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
|
|
572
680
|
* @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
|
|
573
681
|
* @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
|
|
@@ -588,6 +696,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
588
696
|
* @param {Number} objectid
|
|
589
697
|
* @param {Object} opts Optional parameters
|
|
590
698
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
699
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
700
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
701
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
702
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
591
703
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
592
704
|
* @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
|
|
593
705
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -609,6 +721,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
609
721
|
var queryParams = {};
|
|
610
722
|
var headerParams = {
|
|
611
723
|
'Authorization': opts['authorization'],
|
|
724
|
+
'cacheduration': opts['cacheduration'],
|
|
725
|
+
'cachegroup': opts['cachegroup'],
|
|
726
|
+
'cachekey': opts['cachekey'],
|
|
727
|
+
'cachescope': opts['cachescope'],
|
|
612
728
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
613
729
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
614
730
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -628,6 +744,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
744
|
* @param {Number} objectid
|
|
629
745
|
* @param {Object} opts Optional parameters
|
|
630
746
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
747
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
748
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
749
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
750
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
631
751
|
* @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
|
|
632
752
|
* @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
|
|
633
753
|
* @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
|
|
@@ -649,6 +769,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
649
769
|
* @param {Object.<String, Object>} body The key/value of the property map with the properties to update
|
|
650
770
|
* @param {Object} opts Optional parameters
|
|
651
771
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
772
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
773
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
774
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
775
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
652
776
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
653
777
|
* @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
|
|
654
778
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -674,6 +798,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
674
798
|
var queryParams = {};
|
|
675
799
|
var headerParams = {
|
|
676
800
|
'Authorization': opts['authorization'],
|
|
801
|
+
'cacheduration': opts['cacheduration'],
|
|
802
|
+
'cachegroup': opts['cachegroup'],
|
|
803
|
+
'cachekey': opts['cachekey'],
|
|
804
|
+
'cachescope': opts['cachescope'],
|
|
677
805
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
678
806
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
679
807
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -694,6 +822,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
694
822
|
* @param {Object.<String, Object>} body The key/value of the property map with the properties to update
|
|
695
823
|
* @param {Object} opts Optional parameters
|
|
696
824
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
825
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
826
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
827
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
828
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
697
829
|
* @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
|
|
698
830
|
* @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
|
|
699
831
|
* @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
|
|
@@ -716,6 +848,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
716
848
|
* @param {String} body The value of the property
|
|
717
849
|
* @param {Object} opts Optional parameters
|
|
718
850
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
851
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
852
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
853
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
854
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
719
855
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
720
856
|
* @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
|
|
721
857
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -746,6 +882,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
746
882
|
var queryParams = {};
|
|
747
883
|
var headerParams = {
|
|
748
884
|
'Authorization': opts['authorization'],
|
|
885
|
+
'cacheduration': opts['cacheduration'],
|
|
886
|
+
'cachegroup': opts['cachegroup'],
|
|
887
|
+
'cachekey': opts['cachekey'],
|
|
888
|
+
'cachescope': opts['cachescope'],
|
|
749
889
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
750
890
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
751
891
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -767,6 +907,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
767
907
|
* @param {String} body The value of the property
|
|
768
908
|
* @param {Object} opts Optional parameters
|
|
769
909
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
910
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
911
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
912
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
913
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
770
914
|
* @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
|
|
771
915
|
* @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
|
|
772
916
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
package/dist/api/LinkedINApi.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var
|
|
8
|
+
var _AuthResponse = _interopRequireDefault(require("../model/AuthResponse"));
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
11
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -47,7 +47,7 @@ var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
47
47
|
* @param {String} [apiKey] The Api Key of the client accessing the api
|
|
48
48
|
* @param {String} [authorization]
|
|
49
49
|
* @param {String} [createIfNotUser]
|
|
50
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
50
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AuthResponse} and HTTP response
|
|
51
51
|
*/
|
|
52
52
|
_createClass(LinkedINApi, [{
|
|
53
53
|
key: "loginLinkedInWithHttpInfo",
|
|
@@ -65,7 +65,7 @@ var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
65
65
|
var authNames = ['NexusGraphAPIKey'];
|
|
66
66
|
var contentTypes = [];
|
|
67
67
|
var accepts = ['application/json'];
|
|
68
|
-
var returnType =
|
|
68
|
+
var returnType = _AuthResponse["default"];
|
|
69
69
|
return this.apiClient.callApi('/graph/data/auth_linkedin', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -74,7 +74,7 @@ var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
74
|
* @param {String} opts.apiKey The Api Key of the client accessing the api
|
|
75
75
|
* @param {String} opts.authorization
|
|
76
76
|
* @param {String} opts.createIfNotUser
|
|
77
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
77
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AuthResponse}
|
|
78
78
|
*/
|
|
79
79
|
}, {
|
|
80
80
|
key: "loginLinkedIn",
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -50,6 +50,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
50
50
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
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 LiveMeetingsApi = 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'],
|
|
@@ -95,6 +103,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
95
103
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
96
104
|
* @param {Object} opts Optional parameters
|
|
97
105
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
106
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
107
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
108
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
109
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
98
110
|
* @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
|
|
99
111
|
* @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
|
|
100
112
|
* @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
|
|
@@ -115,6 +127,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
127
|
* @param {Number} objectid The id of the object we are streaming
|
|
116
128
|
* @param {Object} opts Optional parameters
|
|
117
129
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
130
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
131
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
132
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
133
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
118
134
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
119
135
|
* @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
|
|
120
136
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -136,6 +152,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
152
|
var queryParams = {};
|
|
137
153
|
var headerParams = {
|
|
138
154
|
'Authorization': opts['authorization'],
|
|
155
|
+
'cacheduration': opts['cacheduration'],
|
|
156
|
+
'cachegroup': opts['cachegroup'],
|
|
157
|
+
'cachekey': opts['cachekey'],
|
|
158
|
+
'cachescope': opts['cachescope'],
|
|
139
159
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
140
160
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
161
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -157,6 +177,10 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
157
177
|
* @param {Number} objectid The id of the object we are streaming
|
|
158
178
|
* @param {Object} opts Optional parameters
|
|
159
179
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
180
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
181
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
182
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
183
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
160
184
|
* @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
|
|
161
185
|
* @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
|
|
162
186
|
* @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
|