@gobodo/gobodo-api 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 +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +75 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +86 -9
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +71 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- 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 +9 -9
- 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 +23 -23
- 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 +9 -9
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +14 -14
- 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 +9 -9
- 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 +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- 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 +14 -14
- 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 +9 -9
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +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 +14 -14
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +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 +13 -13
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +13 -13
- package/dist/model/VideoUploadObject.js +13 -13
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ GobodoGobodoApi - JavaScript client for @gobodo/gobodo-api
|
|
|
4
4
|
REST Interface for Gobodo API
|
|
5
5
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
|
-
- API version: 0.1.
|
|
8
|
-
- Package version: 0.1.
|
|
7
|
+
- API version: 0.1.48
|
|
8
|
+
- Package version: 0.1.48
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -121,6 +121,7 @@ var opts = {
|
|
|
121
121
|
'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
122
|
'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
123
|
'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
|
|
124
|
+
'cacheuser': ["null"], // {[String]} The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
124
125
|
'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
125
126
|
'zeusportalPostas': 789, // {Number} The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
126
127
|
'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -319,6 +320,7 @@ Class | Method | HTTP request | Description
|
|
|
319
320
|
*GobodoGobodoApi.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
|
|
320
321
|
*GobodoGobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
|
|
321
322
|
*GobodoGobodoApi.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
|
|
323
|
+
*GobodoGobodoApi.GraphActionsApi* | [**createBulkActions**](docs/GraphActionsApi.md#createBulkActions) | **POST** /graph/data/action | Perform multiple actions in a single bulk operation
|
|
322
324
|
*GobodoGobodoApi.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
|
|
323
325
|
*GobodoGobodoApi.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
|
|
324
326
|
*GobodoGobodoApi.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
|
|
@@ -502,6 +504,7 @@ Class | Method | HTTP request | Description
|
|
|
502
504
|
*GobodoGobodoApi.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
|
|
503
505
|
*GobodoGobodoApi.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
|
|
504
506
|
*GobodoGobodoApi.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
|
|
507
|
+
*GobodoGobodoApi.LikesApi* | [**createBulkActions1**](docs/LikesApi.md#createBulkActions1) | **POST** /graph/data/likes | Perform multiple actions in a single bulk operation
|
|
505
508
|
*GobodoGobodoApi.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
|
|
506
509
|
*GobodoGobodoApi.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
|
|
507
510
|
*GobodoGobodoApi.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
|
|
@@ -620,6 +623,7 @@ Class | Method | HTTP request | Description
|
|
|
620
623
|
*GobodoGobodoApi.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
|
|
621
624
|
*GobodoGobodoApi.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
|
|
622
625
|
*GobodoGobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
|
|
626
|
+
*GobodoGobodoApi.UsersApi* | [**deleteAccount1**](docs/UsersApi.md#deleteAccount1) | **DELETE** /graph/data/user/self | Deactivates the account and clear's the user's data if the purge data flag is true
|
|
623
627
|
*GobodoGobodoApi.UsersApi* | [**get33**](docs/UsersApi.md#get33) | **GET** /graph/data/user |
|
|
624
628
|
*GobodoGobodoApi.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
|
|
625
629
|
*GobodoGobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user's account
|
package/dist/ApiClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.48
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
*/
|
|
27
27
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.48
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -74,7 +74,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
74
74
|
* @default {}
|
|
75
75
|
*/
|
|
76
76
|
this.defaultHeaders = {
|
|
77
|
-
'User-Agent': 'OpenAPI-Generator/0.1.
|
|
77
|
+
'User-Agent': 'OpenAPI-Generator/0.1.48/Javascript'
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.48
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* ActionTypes service.
|
|
29
29
|
* @module api/ActionTypesApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -61,6 +61,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
62
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
63
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
|
+
* @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)
|
|
64
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
66
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
66
67
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -92,6 +93,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
92
93
|
'cachegroup': opts['cachegroup'],
|
|
93
94
|
'cachekey': opts['cachekey'],
|
|
94
95
|
'cachescope': opts['cachescope'],
|
|
96
|
+
'cacheuser': opts['cacheuser'],
|
|
95
97
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
96
98
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
97
99
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.48
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* AdCampaigns service.
|
|
29
29
|
* @module api/AdCampaignsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @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)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
64
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -80,6 +81,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
81
|
'cachegroup': opts['cachegroup'],
|
|
81
82
|
'cachekey': opts['cachekey'],
|
|
82
83
|
'cachescope': opts['cachescope'],
|
|
84
|
+
'cacheuser': opts['cacheuser'],
|
|
83
85
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
85
87
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -110,6 +112,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
112
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
113
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
114
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
115
|
+
* @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)
|
|
113
116
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
117
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
115
118
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -135,6 +138,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
135
138
|
'cachegroup': opts['cachegroup'],
|
|
136
139
|
'cachekey': opts['cachekey'],
|
|
137
140
|
'cachescope': opts['cachescope'],
|
|
141
|
+
'cacheuser': opts['cacheuser'],
|
|
138
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
139
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
140
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -164,6 +168,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
168
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
169
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
170
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
171
|
+
* @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)
|
|
167
172
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
173
|
* @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
|
|
169
174
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -183,6 +188,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
183
188
|
'cachegroup': opts['cachegroup'],
|
|
184
189
|
'cachekey': opts['cachekey'],
|
|
185
190
|
'cachescope': opts['cachescope'],
|
|
191
|
+
'cacheuser': opts['cacheuser'],
|
|
186
192
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
187
193
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
188
194
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -213,6 +219,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
219
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
214
220
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
215
221
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
222
|
+
* @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)
|
|
216
223
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
224
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
218
225
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -239,6 +246,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
246
|
'cachegroup': opts['cachegroup'],
|
|
240
247
|
'cachekey': opts['cachekey'],
|
|
241
248
|
'cachescope': opts['cachescope'],
|
|
249
|
+
'cacheuser': opts['cacheuser'],
|
|
242
250
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
243
251
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
244
252
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -270,6 +278,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
278
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
271
279
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
272
280
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
281
|
+
* @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)
|
|
273
282
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
274
283
|
* @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
|
|
275
284
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -296,6 +305,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
296
305
|
'cachegroup': opts['cachegroup'],
|
|
297
306
|
'cachekey': opts['cachekey'],
|
|
298
307
|
'cachescope': opts['cachescope'],
|
|
308
|
+
'cacheuser': opts['cacheuser'],
|
|
299
309
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
300
310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
301
311
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -327,6 +337,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
337
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
328
338
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
329
339
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
340
|
+
* @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
341
|
* @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
342
|
* @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
343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -354,6 +365,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
365
|
'cachegroup': opts['cachegroup'],
|
|
355
366
|
'cachekey': opts['cachekey'],
|
|
356
367
|
'cachescope': opts['cachescope'],
|
|
368
|
+
'cacheuser': opts['cacheuser'],
|
|
357
369
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
358
370
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
359
371
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -383,6 +395,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
383
395
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
384
396
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
385
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)
|
|
386
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
|
|
387
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
|
|
388
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
|
|
@@ -410,6 +423,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
410
423
|
'cachegroup': opts['cachegroup'],
|
|
411
424
|
'cachekey': opts['cachekey'],
|
|
412
425
|
'cachescope': opts['cachescope'],
|
|
426
|
+
'cacheuser': opts['cacheuser'],
|
|
413
427
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
414
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
415
429
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -439,6 +453,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
439
453
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
440
454
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
441
455
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
456
|
+
* @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)
|
|
442
457
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
443
458
|
* @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
|
|
444
459
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -465,6 +480,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
465
480
|
'cachegroup': opts['cachegroup'],
|
|
466
481
|
'cachekey': opts['cachekey'],
|
|
467
482
|
'cachescope': opts['cachescope'],
|
|
483
|
+
'cacheuser': opts['cacheuser'],
|
|
468
484
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
469
485
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
470
486
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.48
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* AdManagement service.
|
|
29
29
|
* @module api/AdManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @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)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
64
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -80,6 +81,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
81
|
'cachegroup': opts['cachegroup'],
|
|
81
82
|
'cachekey': opts['cachekey'],
|
|
82
83
|
'cachescope': opts['cachescope'],
|
|
84
|
+
'cacheuser': opts['cacheuser'],
|
|
83
85
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
85
87
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -110,6 +112,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
110
112
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
113
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
114
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
115
|
+
* @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)
|
|
113
116
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
117
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
115
118
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -131,6 +134,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
131
134
|
'cachegroup': opts['cachegroup'],
|
|
132
135
|
'cachekey': opts['cachekey'],
|
|
133
136
|
'cachescope': opts['cachescope'],
|
|
137
|
+
'cacheuser': opts['cacheuser'],
|
|
134
138
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
135
139
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
136
140
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -160,6 +164,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
160
164
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
161
165
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
162
166
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
167
|
+
* @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)
|
|
163
168
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
164
169
|
* @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
|
|
165
170
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -179,6 +184,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
179
184
|
'cachegroup': opts['cachegroup'],
|
|
180
185
|
'cachekey': opts['cachekey'],
|
|
181
186
|
'cachescope': opts['cachescope'],
|
|
187
|
+
'cacheuser': opts['cacheuser'],
|
|
182
188
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
183
189
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
184
190
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -209,6 +215,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
215
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
210
216
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
211
217
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
218
|
+
* @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)
|
|
212
219
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
213
220
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
214
221
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -235,6 +242,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
235
242
|
'cachegroup': opts['cachegroup'],
|
|
236
243
|
'cachekey': opts['cachekey'],
|
|
237
244
|
'cachescope': opts['cachescope'],
|
|
245
|
+
'cacheuser': opts['cacheuser'],
|
|
238
246
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
239
247
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
240
248
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -266,6 +274,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
266
274
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
267
275
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
268
276
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
277
|
+
* @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)
|
|
269
278
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
270
279
|
* @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
|
|
271
280
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -285,6 +294,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
285
294
|
'cachegroup': opts['cachegroup'],
|
|
286
295
|
'cachekey': opts['cachekey'],
|
|
287
296
|
'cachescope': opts['cachescope'],
|
|
297
|
+
'cacheuser': opts['cacheuser'],
|
|
288
298
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
289
299
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
290
300
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -315,6 +325,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
315
325
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
316
326
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
317
327
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
328
|
+
* @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)
|
|
318
329
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
319
330
|
* @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
|
|
320
331
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -341,6 +352,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
352
|
'cachegroup': opts['cachegroup'],
|
|
342
353
|
'cachekey': opts['cachekey'],
|
|
343
354
|
'cachescope': opts['cachescope'],
|
|
355
|
+
'cacheuser': opts['cacheuser'],
|
|
344
356
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
345
357
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
346
358
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -372,6 +384,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
372
384
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
373
385
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
374
386
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
387
|
+
* @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)
|
|
375
388
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
376
389
|
* @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
|
|
377
390
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -398,6 +411,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
398
411
|
'cachegroup': opts['cachegroup'],
|
|
399
412
|
'cachekey': opts['cachekey'],
|
|
400
413
|
'cachescope': opts['cachescope'],
|
|
414
|
+
'cacheuser': opts['cacheuser'],
|
|
401
415
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
402
416
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
403
417
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -429,6 +443,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
429
443
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
430
444
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
431
445
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
446
|
+
* @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)
|
|
432
447
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
433
448
|
* @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
|
|
434
449
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -455,6 +470,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
470
|
'cachegroup': opts['cachegroup'],
|
|
456
471
|
'cachekey': opts['cachekey'],
|
|
457
472
|
'cachescope': opts['cachescope'],
|
|
473
|
+
'cacheuser': opts['cacheuser'],
|
|
458
474
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
459
475
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
460
476
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -486,6 +502,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
486
502
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
487
503
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
488
504
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
505
|
+
* @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)
|
|
489
506
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
490
507
|
* @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
|
|
491
508
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -513,6 +530,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
513
530
|
'cachegroup': opts['cachegroup'],
|
|
514
531
|
'cachekey': opts['cachekey'],
|
|
515
532
|
'cachescope': opts['cachescope'],
|
|
533
|
+
'cacheuser': opts['cacheuser'],
|
|
516
534
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
517
535
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
518
536
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -542,6 +560,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
542
560
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
543
561
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
544
562
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
563
|
+
* @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)
|
|
545
564
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
546
565
|
* @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
|
|
547
566
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -569,6 +588,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
588
|
'cachegroup': opts['cachegroup'],
|
|
570
589
|
'cachekey': opts['cachekey'],
|
|
571
590
|
'cachescope': opts['cachescope'],
|
|
591
|
+
'cacheuser': opts['cacheuser'],
|
|
572
592
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
573
593
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
574
594
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -598,6 +618,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
598
618
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
599
619
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
600
620
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
621
|
+
* @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)
|
|
601
622
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
602
623
|
* @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
|
|
603
624
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -625,6 +646,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
625
646
|
'cachegroup': opts['cachegroup'],
|
|
626
647
|
'cachekey': opts['cachekey'],
|
|
627
648
|
'cachescope': opts['cachescope'],
|
|
649
|
+
'cacheuser': opts['cacheuser'],
|
|
628
650
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
629
651
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
630
652
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -654,6 +676,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
654
676
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
655
677
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
656
678
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
679
|
+
* @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)
|
|
657
680
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
658
681
|
* @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
|
|
659
682
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -680,6 +703,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
680
703
|
'cachegroup': opts['cachegroup'],
|
|
681
704
|
'cachekey': opts['cachekey'],
|
|
682
705
|
'cachescope': opts['cachescope'],
|
|
706
|
+
'cacheuser': opts['cacheuser'],
|
|
683
707
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
684
708
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
685
709
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.48
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* AdminDataManagement service.
|
|
29
29
|
* @module api/AdminDataManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @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)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
64
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -90,6 +91,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
90
91
|
'cachegroup': opts['cachegroup'],
|
|
91
92
|
'cachekey': opts['cachekey'],
|
|
92
93
|
'cachescope': opts['cachescope'],
|
|
94
|
+
'cacheuser': opts['cacheuser'],
|
|
93
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
94
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
95
97
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|