@gobodo/gobodo-api-promise 0.1.46 → 0.1.48
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 +6 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +5 -2
- package/dist/api/AdCampaignsApi.js +26 -2
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.js +20 -2
- package/dist/api/AttachmentsApi.js +23 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.js +26 -2
- package/dist/api/ContentManagementApi.js +74 -2
- package/dist/api/ConversationsApi.js +29 -2
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.js +35 -2
- package/dist/api/DocumentsApi.js +41 -2
- package/dist/api/EntryPartsApi.js +41 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FilesApi.js +5 -2
- package/dist/api/FormsApi.js +56 -2
- package/dist/api/FunctionsApi.js +5 -2
- package/dist/api/GeocodeApi.js +17 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +101 -2
- package/dist/api/GraphObjectTypesApi.js +29 -2
- package/dist/api/GraphObjectsApi.js +194 -2
- package/dist/api/GraphRelationshipTypesApi.js +53 -2
- package/dist/api/GraphRelationshipsApi.js +95 -2
- package/dist/api/GraphSchemasApi.js +23 -2
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.js +35 -2
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.js +26 -2
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.js +111 -6
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.js +17 -2
- package/dist/api/PagesApi.js +29 -2
- package/dist/api/PostsApi.js +17 -2
- package/dist/api/PrivateMessagesApi.js +50 -2
- package/dist/api/PublicationsApi.js +5 -2
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TagsApi.js +5 -2
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +29 -2
- package/dist/api/UsersApi.js +96 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +35 -2
- package/dist/model/APIClient.js +23 -23
- 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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +25 -25
- 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 +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +23 -23
- package/dist/model/DocumentPartType.js +26 -26
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +39 -39
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +25 -25
- 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 +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +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/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 +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +27 -27
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +25 -25
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +31 -31
- 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 +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +34 -34
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +39 -39
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +25 -25
- 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 +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- 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 +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +27 -27
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +27 -27
- package/dist/model/VideoUploadObject.js +27 -27
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.48
|
|
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
|
* GraphObjectTypes service.
|
|
30
30
|
* @module api/GraphObjectTypesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.48
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -51,6 +51,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
51
51
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
52
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
53
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
54
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
54
55
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
55
56
|
* @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
|
|
56
57
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -77,6 +78,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
78
|
'cachegroup': opts['cachegroup'],
|
|
78
79
|
'cachekey': opts['cachekey'],
|
|
79
80
|
'cachescope': opts['cachescope'],
|
|
81
|
+
'cacheuser': opts['cacheuser'],
|
|
80
82
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
81
83
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
82
84
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +100,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
100
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
99
101
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
100
102
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
103
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
101
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
|
|
102
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
|
|
103
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
|
|
@@ -122,6 +125,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
125
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
126
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
127
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
128
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
125
129
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
126
130
|
* @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
|
|
127
131
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -147,6 +151,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
151
|
'cachegroup': opts['cachegroup'],
|
|
148
152
|
'cachekey': opts['cachekey'],
|
|
149
153
|
'cachescope': opts['cachescope'],
|
|
154
|
+
'cacheuser': opts['cacheuser'],
|
|
150
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
151
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
152
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -169,6 +174,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
174
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
175
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
176
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
177
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
172
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
|
|
173
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
|
|
174
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
|
|
@@ -191,6 +197,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
197
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
192
198
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
193
199
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
200
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
194
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
|
|
195
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
|
|
196
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
|
|
@@ -210,6 +217,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
217
|
'cachegroup': opts['cachegroup'],
|
|
211
218
|
'cachekey': opts['cachekey'],
|
|
212
219
|
'cachescope': opts['cachescope'],
|
|
220
|
+
'cacheuser': opts['cacheuser'],
|
|
213
221
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
222
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
215
223
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -231,6 +239,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
231
239
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
232
240
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
233
241
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
242
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
234
243
|
* @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
|
|
235
244
|
* @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
|
|
236
245
|
* @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
|
|
@@ -253,6 +262,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
253
262
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
254
263
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
255
264
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
265
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
256
266
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
257
267
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
258
268
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -278,6 +288,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
288
|
'cachegroup': opts['cachegroup'],
|
|
279
289
|
'cachekey': opts['cachekey'],
|
|
280
290
|
'cachescope': opts['cachescope'],
|
|
291
|
+
'cacheuser': opts['cacheuser'],
|
|
281
292
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
282
293
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
283
294
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -299,6 +310,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
310
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
300
311
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
301
312
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
313
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
302
314
|
* @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
|
|
303
315
|
* @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
|
|
304
316
|
* @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
|
|
@@ -320,6 +332,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
320
332
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
321
333
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
322
334
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
335
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
323
336
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
324
337
|
* @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
|
|
325
338
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -339,6 +352,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
339
352
|
'cachegroup': opts['cachegroup'],
|
|
340
353
|
'cachekey': opts['cachekey'],
|
|
341
354
|
'cachescope': opts['cachescope'],
|
|
355
|
+
'cacheuser': opts['cacheuser'],
|
|
342
356
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
343
357
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
344
358
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -359,6 +373,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
373
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
360
374
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
361
375
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
376
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
362
377
|
* @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
|
|
363
378
|
* @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
|
|
364
379
|
* @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
|
|
@@ -380,6 +395,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
395
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
381
396
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
382
397
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
398
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
383
399
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
384
400
|
* @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
|
|
385
401
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -399,6 +415,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
415
|
'cachegroup': opts['cachegroup'],
|
|
400
416
|
'cachekey': opts['cachekey'],
|
|
401
417
|
'cachescope': opts['cachescope'],
|
|
418
|
+
'cacheuser': opts['cacheuser'],
|
|
402
419
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
403
420
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
404
421
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -419,6 +436,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
436
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
420
437
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
421
438
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
439
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
422
440
|
* @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
|
|
423
441
|
* @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
|
|
424
442
|
* @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
|
|
@@ -441,6 +459,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
441
459
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
442
460
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
443
461
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
462
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
444
463
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
445
464
|
* @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
|
|
446
465
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -466,6 +485,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
466
485
|
'cachegroup': opts['cachegroup'],
|
|
467
486
|
'cachekey': opts['cachekey'],
|
|
468
487
|
'cachescope': opts['cachescope'],
|
|
488
|
+
'cacheuser': opts['cacheuser'],
|
|
469
489
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
470
490
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
471
491
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -487,6 +507,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
487
507
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
488
508
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
489
509
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
510
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
490
511
|
* @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
|
|
491
512
|
* @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
|
|
492
513
|
* @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
|
|
@@ -508,6 +529,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
508
529
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
509
530
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
510
531
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
532
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
511
533
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
512
534
|
* @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
|
|
513
535
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -527,6 +549,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
527
549
|
'cachegroup': opts['cachegroup'],
|
|
528
550
|
'cachekey': opts['cachekey'],
|
|
529
551
|
'cachescope': opts['cachescope'],
|
|
552
|
+
'cacheuser': opts['cacheuser'],
|
|
530
553
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
531
554
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
532
555
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -547,6 +570,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
547
570
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
548
571
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
549
572
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
573
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
550
574
|
* @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
|
|
551
575
|
* @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
|
|
552
576
|
* @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
|
|
@@ -569,6 +593,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
593
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
570
594
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
571
595
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
596
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
572
597
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
573
598
|
* @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
|
|
574
599
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -595,6 +620,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
595
620
|
'cachegroup': opts['cachegroup'],
|
|
596
621
|
'cachekey': opts['cachekey'],
|
|
597
622
|
'cachescope': opts['cachescope'],
|
|
623
|
+
'cacheuser': opts['cacheuser'],
|
|
598
624
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
599
625
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
600
626
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -616,6 +642,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
616
642
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
617
643
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
618
644
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
645
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
619
646
|
* @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
|
|
620
647
|
* @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
|
|
621
648
|
* @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
|