@gobodo/gobodo-api-promise 0.1.45 → 0.1.47
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 +3 -3
- 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 +32 -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 +38 -2
- 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 +29 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +35 -2
- package/dist/index.js +0 -7
- 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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +64 -64
- 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 +2 -2
- 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 +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/Form.js +29 -29
- 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 +30 -30
- 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 +31 -31
- package/dist/model/ImageUploadObject.js +31 -31
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +26 -26
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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 +29 -29
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +8 -8
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +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 +25 -25
- package/dist/model/PrivateMessageConversation.js +30 -30
- 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 +24 -24
- 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 +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 +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +31 -31
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +58 -58
- package/dist/model/VideoUploadObject.js +31 -31
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
|
@@ -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.47
|
|
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
|
* AdminDataManagement service.
|
|
29
29
|
* @module api/AdminDataManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -51,6 +51,7 @@ var AdminDataManagementApi = 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
|
|
@@ -81,6 +82,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
82
|
'cachegroup': opts['cachegroup'],
|
|
82
83
|
'cachekey': opts['cachekey'],
|
|
83
84
|
'cachescope': opts['cachescope'],
|
|
85
|
+
'cacheuser': opts['cacheuser'],
|
|
84
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
86
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -105,6 +107,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
107
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
106
108
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
107
109
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
110
|
+
* @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)
|
|
108
111
|
* @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
|
|
109
112
|
* @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
|
|
110
113
|
* @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/AdsApi.js
CHANGED
|
@@ -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.47
|
|
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
|
* Ads service.
|
|
29
29
|
* @module api/AdsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -51,6 +51,7 @@ var AdsApi = 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
|
|
@@ -71,6 +72,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
71
72
|
'cachegroup': opts['cachegroup'],
|
|
72
73
|
'cachekey': opts['cachekey'],
|
|
73
74
|
'cachescope': opts['cachescope'],
|
|
75
|
+
'cacheuser': opts['cacheuser'],
|
|
74
76
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
75
77
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
76
78
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -93,6 +95,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
95
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
94
96
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
95
97
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
98
|
+
* @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)
|
|
96
99
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
100
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
98
101
|
* @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
|
|
@@ -117,6 +120,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
120
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
121
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
122
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
123
|
+
* @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)
|
|
120
124
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
125
|
* @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
|
|
122
126
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -142,6 +146,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
142
146
|
'cachegroup': opts['cachegroup'],
|
|
143
147
|
'cachekey': opts['cachekey'],
|
|
144
148
|
'cachescope': opts['cachescope'],
|
|
149
|
+
'cacheuser': opts['cacheuser'],
|
|
145
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
146
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
147
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -164,6 +169,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
169
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
170
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
171
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
172
|
+
* @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)
|
|
167
173
|
* @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
|
|
168
174
|
* @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
|
|
169
175
|
* @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
|
|
@@ -186,6 +192,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
186
192
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
187
193
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
188
194
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
195
|
+
* @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)
|
|
189
196
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
190
197
|
* @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
|
|
191
198
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -205,6 +212,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
205
212
|
'cachegroup': opts['cachegroup'],
|
|
206
213
|
'cachekey': opts['cachekey'],
|
|
207
214
|
'cachescope': opts['cachescope'],
|
|
215
|
+
'cacheuser': opts['cacheuser'],
|
|
208
216
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
209
217
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
210
218
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -226,6 +234,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
234
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
227
235
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
228
236
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
237
|
+
* @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)
|
|
229
238
|
* @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
|
|
230
239
|
* @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
|
|
231
240
|
* @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
|
|
@@ -249,6 +258,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
258
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
250
259
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
251
260
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
261
|
+
* @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)
|
|
252
262
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
253
263
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
254
264
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -274,6 +284,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
274
284
|
'cachegroup': opts['cachegroup'],
|
|
275
285
|
'cachekey': opts['cachekey'],
|
|
276
286
|
'cachescope': opts['cachescope'],
|
|
287
|
+
'cacheuser': opts['cacheuser'],
|
|
277
288
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
278
289
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
279
290
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -298,6 +309,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
309
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
299
310
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
300
311
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
312
|
+
* @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)
|
|
301
313
|
* @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
|
|
302
314
|
* @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
|
|
303
315
|
* @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 AdsApi = 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
|
|
@@ -345,6 +358,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
345
358
|
'cachegroup': opts['cachegroup'],
|
|
346
359
|
'cachekey': opts['cachekey'],
|
|
347
360
|
'cachescope': opts['cachescope'],
|
|
361
|
+
'cacheuser': opts['cacheuser'],
|
|
348
362
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
349
363
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
350
364
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -368,6 +382,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
368
382
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
369
383
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
370
384
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
385
|
+
* @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)
|
|
371
386
|
* @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
|
|
372
387
|
* @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
|
|
373
388
|
* @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
|
|
@@ -390,6 +405,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
390
405
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
391
406
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
392
407
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
408
|
+
* @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)
|
|
393
409
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
394
410
|
* @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
|
|
395
411
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -416,6 +432,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
416
432
|
'cachegroup': opts['cachegroup'],
|
|
417
433
|
'cachekey': opts['cachekey'],
|
|
418
434
|
'cachescope': opts['cachescope'],
|
|
435
|
+
'cacheuser': opts['cacheuser'],
|
|
419
436
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
420
437
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
421
438
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -437,6 +454,7 @@ var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
437
454
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
438
455
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
439
456
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
457
|
+
* @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)
|
|
440
458
|
* @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
|
|
441
459
|
* @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
|
|
442
460
|
* @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
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.47
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Attachments service.
|
|
32
32
|
* @module api/AttachmentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -54,6 +54,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
55
55
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
56
56
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
57
|
+
* @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)
|
|
57
58
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
59
60
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -79,6 +80,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
80
|
'cachegroup': opts['cachegroup'],
|
|
80
81
|
'cachekey': opts['cachekey'],
|
|
81
82
|
'cachescope': opts['cachescope'],
|
|
83
|
+
'cacheuser': opts['cacheuser'],
|
|
82
84
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
85
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
86
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -101,6 +103,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
103
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
102
104
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
103
105
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
106
|
+
* @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)
|
|
104
107
|
* @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
|
|
105
108
|
* @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
|
|
106
109
|
* @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
|
|
@@ -123,6 +126,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
126
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
124
127
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
125
128
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
129
|
+
* @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)
|
|
126
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
127
131
|
* @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
|
|
128
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -142,6 +146,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
142
146
|
'cachegroup': opts['cachegroup'],
|
|
143
147
|
'cachekey': opts['cachekey'],
|
|
144
148
|
'cachescope': opts['cachescope'],
|
|
149
|
+
'cacheuser': opts['cacheuser'],
|
|
145
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
146
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
147
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -163,6 +168,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
168
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
164
169
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
165
170
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
171
|
+
* @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)
|
|
166
172
|
* @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
|
|
167
173
|
* @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
|
|
168
174
|
* @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
|
|
@@ -187,6 +193,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
187
193
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
188
194
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
189
195
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
196
|
+
* @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)
|
|
190
197
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
191
198
|
* @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
|
|
192
199
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -212,6 +219,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
219
|
'cachegroup': opts['cachegroup'],
|
|
213
220
|
'cachekey': opts['cachekey'],
|
|
214
221
|
'cachescope': opts['cachescope'],
|
|
222
|
+
'cacheuser': opts['cacheuser'],
|
|
215
223
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
216
224
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
217
225
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -235,6 +243,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
243
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
236
244
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
237
245
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
246
|
+
* @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)
|
|
238
247
|
* @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
|
|
239
248
|
* @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
|
|
240
249
|
* @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
|
|
@@ -257,6 +266,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
266
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
258
267
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
259
268
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
269
|
+
* @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)
|
|
260
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
|
|
261
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
|
|
262
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
|
|
@@ -282,6 +292,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
282
292
|
'cachegroup': opts['cachegroup'],
|
|
283
293
|
'cachekey': opts['cachekey'],
|
|
284
294
|
'cachescope': opts['cachescope'],
|
|
295
|
+
'cacheuser': opts['cacheuser'],
|
|
285
296
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
286
297
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
287
298
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -303,6 +314,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
303
314
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
304
315
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
305
316
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
317
|
+
* @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)
|
|
306
318
|
* @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
|
|
307
319
|
* @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
|
|
308
320
|
* @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
|
|
@@ -327,6 +339,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
339
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
328
340
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
329
341
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
342
|
+
* @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)
|
|
330
343
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
331
344
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
332
345
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -353,6 +366,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
353
366
|
'cachegroup': opts['cachegroup'],
|
|
354
367
|
'cachekey': opts['cachekey'],
|
|
355
368
|
'cachescope': opts['cachescope'],
|
|
369
|
+
'cacheuser': opts['cacheuser'],
|
|
356
370
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
357
371
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
358
372
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -376,6 +390,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
376
390
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
377
391
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
378
392
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
393
|
+
* @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)
|
|
379
394
|
* @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
|
|
380
395
|
* @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
|
|
381
396
|
* @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
|
|
@@ -399,6 +414,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
399
414
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
400
415
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
401
416
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
417
|
+
* @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)
|
|
402
418
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
403
419
|
* @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
|
|
404
420
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -428,6 +444,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
428
444
|
'cachegroup': opts['cachegroup'],
|
|
429
445
|
'cachekey': opts['cachekey'],
|
|
430
446
|
'cachescope': opts['cachescope'],
|
|
447
|
+
'cacheuser': opts['cacheuser'],
|
|
431
448
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
432
449
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
450
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -456,6 +473,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
456
473
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
457
474
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
458
475
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
476
|
+
* @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)
|
|
459
477
|
* @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
|
|
460
478
|
* @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
|
|
461
479
|
* @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
|
|
@@ -483,6 +501,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
483
501
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
484
502
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
485
503
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
504
|
+
* @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)
|
|
486
505
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
487
506
|
* @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
|
|
488
507
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -504,6 +523,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
504
523
|
'cachegroup': opts['cachegroup'],
|
|
505
524
|
'cachekey': opts['cachekey'],
|
|
506
525
|
'cachescope': opts['cachescope'],
|
|
526
|
+
'cacheuser': opts['cacheuser'],
|
|
507
527
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
508
528
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
509
529
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -529,6 +549,7 @@ var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
529
549
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
530
550
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
531
551
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
552
|
+
* @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)
|
|
532
553
|
* @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
|
|
533
554
|
* @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
|
|
534
555
|
* @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
|
|
@@ -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.47
|
|
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
|
* Authentication service.
|
|
29
29
|
* @module api/AuthenticationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.47
|
|
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
|
* Categories service.
|
|
30
30
|
* @module api/CategoriesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -53,6 +53,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
53
53
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
54
54
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
55
55
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
56
|
+
* @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)
|
|
56
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
|
|
57
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
|
|
58
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
|
|
@@ -76,6 +77,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
77
|
'cachegroup': opts['cachegroup'],
|
|
77
78
|
'cachekey': opts['cachekey'],
|
|
78
79
|
'cachescope': opts['cachescope'],
|
|
80
|
+
'cacheuser': opts['cacheuser'],
|
|
79
81
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
82
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
83
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -99,6 +101,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
99
101
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
100
102
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
101
103
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
104
|
+
* @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)
|
|
102
105
|
* @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
|
|
103
106
|
* @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
|
|
104
107
|
* @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
|
|
@@ -124,6 +127,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
127
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
125
128
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
126
129
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
130
|
+
* @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)
|
|
127
131
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
128
132
|
* @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
|
|
129
133
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -153,6 +157,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
153
157
|
'cachegroup': opts['cachegroup'],
|
|
154
158
|
'cachekey': opts['cachekey'],
|
|
155
159
|
'cachescope': opts['cachescope'],
|
|
160
|
+
'cacheuser': opts['cacheuser'],
|
|
156
161
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
157
162
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
158
163
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -177,6 +182,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
177
182
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
178
183
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
179
184
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
185
|
+
* @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)
|
|
180
186
|
* @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
|
|
181
187
|
* @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
|
|
182
188
|
* @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
|
|
@@ -199,6 +205,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
205
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
200
206
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
201
207
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
208
|
+
* @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)
|
|
202
209
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
210
|
* @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
|
|
204
211
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -218,6 +225,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
225
|
'cachegroup': opts['cachegroup'],
|
|
219
226
|
'cachekey': opts['cachekey'],
|
|
220
227
|
'cachescope': opts['cachescope'],
|
|
228
|
+
'cacheuser': opts['cacheuser'],
|
|
221
229
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
222
230
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
223
231
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -239,6 +247,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
247
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
240
248
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
241
249
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
250
|
+
* @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)
|
|
242
251
|
* @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
|
|
243
252
|
* @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
|
|
244
253
|
* @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
|
|
@@ -263,6 +272,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
272
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
264
273
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
265
274
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
275
|
+
* @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)
|
|
266
276
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
267
277
|
* @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
|
|
268
278
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -288,6 +298,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
288
298
|
'cachegroup': opts['cachegroup'],
|
|
289
299
|
'cachekey': opts['cachekey'],
|
|
290
300
|
'cachescope': opts['cachescope'],
|
|
301
|
+
'cacheuser': opts['cacheuser'],
|
|
291
302
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
292
303
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
293
304
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -311,6 +322,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
311
322
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
312
323
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
313
324
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
325
|
+
* @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)
|
|
314
326
|
* @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
|
|
315
327
|
* @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
|
|
316
328
|
* @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
|
|
@@ -333,6 +345,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
333
345
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
334
346
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
335
347
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
348
|
+
* @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)
|
|
336
349
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
337
350
|
* @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
|
|
338
351
|
* @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 +371,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
358
371
|
'cachegroup': opts['cachegroup'],
|
|
359
372
|
'cachekey': opts['cachekey'],
|
|
360
373
|
'cachescope': opts['cachescope'],
|
|
374
|
+
'cacheuser': opts['cacheuser'],
|
|
361
375
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
362
376
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
363
377
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -379,6 +393,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
379
393
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
380
394
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
381
395
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
396
|
+
* @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)
|
|
382
397
|
* @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
398
|
* @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
399
|
* @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
|
|
@@ -402,6 +417,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
402
417
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
403
418
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
404
419
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
420
|
+
* @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)
|
|
405
421
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
406
422
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
407
423
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -421,6 +437,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
437
|
'cachegroup': opts['cachegroup'],
|
|
422
438
|
'cachekey': opts['cachekey'],
|
|
423
439
|
'cachescope': opts['cachescope'],
|
|
440
|
+
'cacheuser': opts['cacheuser'],
|
|
424
441
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
425
442
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
426
443
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -443,6 +460,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
443
460
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
444
461
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
445
462
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
463
|
+
* @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)
|
|
446
464
|
* @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
|
|
447
465
|
* @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
|
|
448
466
|
* @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
|
|
@@ -467,6 +485,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
467
485
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
468
486
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
469
487
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
488
|
+
* @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)
|
|
470
489
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
471
490
|
* @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
|
|
472
491
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -493,6 +512,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
493
512
|
'cachegroup': opts['cachegroup'],
|
|
494
513
|
'cachekey': opts['cachekey'],
|
|
495
514
|
'cachescope': opts['cachescope'],
|
|
515
|
+
'cacheuser': opts['cacheuser'],
|
|
496
516
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
497
517
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
498
518
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -516,6 +536,7 @@ var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
516
536
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
517
537
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
518
538
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
539
|
+
* @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)
|
|
519
540
|
* @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
|
|
520
541
|
* @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
|
|
521
542
|
* @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
|