@gobodo/gobodo-api 0.1.35 → 0.1.37
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +514 -2
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +25 -25
- 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 +14 -14
- 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 +69 -69
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +25 -25
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +13 -13
- 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 +9 -9
- 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 +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.js +12 -12
- 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 +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +13 -13
- 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 +10 -10
- 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 +9 -9
- 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 +2 -2
- 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 +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +9 -9
- 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 +58 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +21 -21
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +21 -21
- package/dist/model/VideoUploadObject.js +21 -21
- package/dist/model/ZeusPortalCategory.js +13 -13
- 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.37
|
|
8
|
+
- Package version: 0.1.37
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -117,6 +117,10 @@ var id = 789; // {Number}
|
|
|
117
117
|
var actiontypeid = 789; // {Number}
|
|
118
118
|
var opts = {
|
|
119
119
|
'authorization': "authorization_example", // {String} The authorization token of the logged in user
|
|
120
|
+
'cacheduration': 56, // {Number} The how long the cache entry should persist
|
|
121
|
+
'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
|
+
'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
|
+
'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
|
|
120
124
|
'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
125
|
'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
|
|
122
126
|
'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -457,6 +461,7 @@ Class | Method | HTTP request | Description
|
|
|
457
461
|
*GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
|
|
458
462
|
*GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
|
|
459
463
|
*GobodoGobodoApi.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /graph/data/traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
|
|
464
|
+
*GobodoGobodoApi.GraphTraversalApi* | [**traverseObjectsCount**](docs/GraphTraversalApi.md#traverseObjectsCount) | **POST** /graph/data/traverse/objects/count | Traverses the graph based on the traversal query provided and returns a count of the discovered objects
|
|
460
465
|
*GobodoGobodoApi.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /graph/data/traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
|
|
461
466
|
*GobodoGobodoApi.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
|
|
462
467
|
*GobodoGobodoApi.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
|
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.37
|
|
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.37
|
|
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.37/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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -57,6 +57,10 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} actiontypeid
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @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
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +88,10 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
88
|
var queryParams = {};
|
|
85
89
|
var headerParams = {
|
|
86
90
|
'Authorization': opts['authorization'],
|
|
91
|
+
'cacheduration': opts['cacheduration'],
|
|
92
|
+
'cachegroup': opts['cachegroup'],
|
|
93
|
+
'cachekey': opts['cachekey'],
|
|
94
|
+
'cachescope': opts['cachescope'],
|
|
87
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
97
|
'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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new ad campaign
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -72,6 +76,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
76
|
var queryParams = {};
|
|
73
77
|
var headerParams = {
|
|
74
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'cacheduration': opts['cacheduration'],
|
|
80
|
+
'cachegroup': opts['cachegroup'],
|
|
81
|
+
'cachekey': opts['cachekey'],
|
|
82
|
+
'cachescope': opts['cachescope'],
|
|
75
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +106,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
106
|
* @param {Number} id The id of the object to delete
|
|
99
107
|
* @param {Object} opts Optional parameters
|
|
100
108
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
109
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
110
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
101
113
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
114
|
* @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
|
|
103
115
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -119,6 +131,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
119
131
|
var queryParams = {};
|
|
120
132
|
var headerParams = {
|
|
121
133
|
'Authorization': opts['authorization'],
|
|
134
|
+
'cacheduration': opts['cacheduration'],
|
|
135
|
+
'cachegroup': opts['cachegroup'],
|
|
136
|
+
'cachekey': opts['cachekey'],
|
|
137
|
+
'cachescope': opts['cachescope'],
|
|
122
138
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
123
139
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
140
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -144,6 +160,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
144
160
|
* Root for the API
|
|
145
161
|
* @param {Object} opts Optional parameters
|
|
146
162
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
163
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
164
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
147
167
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
148
168
|
* @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
|
|
149
169
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -159,6 +179,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
179
|
var queryParams = {};
|
|
160
180
|
var headerParams = {
|
|
161
181
|
'Authorization': opts['authorization'],
|
|
182
|
+
'cacheduration': opts['cacheduration'],
|
|
183
|
+
'cachegroup': opts['cachegroup'],
|
|
184
|
+
'cachekey': opts['cachekey'],
|
|
185
|
+
'cachescope': opts['cachescope'],
|
|
162
186
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
163
187
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
188
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -185,6 +209,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
185
209
|
* @param {Number} id
|
|
186
210
|
* @param {Object} opts Optional parameters
|
|
187
211
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
212
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
213
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
214
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
215
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
188
216
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
189
217
|
* @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
|
|
190
218
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -207,6 +235,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
207
235
|
var queryParams = {};
|
|
208
236
|
var headerParams = {
|
|
209
237
|
'Authorization': opts['authorization'],
|
|
238
|
+
'cacheduration': opts['cacheduration'],
|
|
239
|
+
'cachegroup': opts['cachegroup'],
|
|
240
|
+
'cachekey': opts['cachekey'],
|
|
241
|
+
'cachescope': opts['cachescope'],
|
|
210
242
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
211
243
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
212
244
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -234,6 +266,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
266
|
* @param {Number} id
|
|
235
267
|
* @param {Object} opts Optional parameters
|
|
236
268
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
269
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
270
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
271
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
272
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
237
273
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
238
274
|
* @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
|
|
239
275
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -256,6 +292,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
256
292
|
var queryParams = {};
|
|
257
293
|
var headerParams = {
|
|
258
294
|
'Authorization': opts['authorization'],
|
|
295
|
+
'cacheduration': opts['cacheduration'],
|
|
296
|
+
'cachegroup': opts['cachegroup'],
|
|
297
|
+
'cachekey': opts['cachekey'],
|
|
298
|
+
'cachescope': opts['cachescope'],
|
|
259
299
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
260
300
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
301
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -283,6 +323,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
283
323
|
* @param {Number} id
|
|
284
324
|
* @param {Object} opts Optional parameters
|
|
285
325
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
326
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
327
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
328
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
329
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
286
330
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
287
331
|
* @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
|
|
288
332
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -306,6 +350,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
306
350
|
var queryParams = {};
|
|
307
351
|
var headerParams = {
|
|
308
352
|
'Authorization': opts['authorization'],
|
|
353
|
+
'cacheduration': opts['cacheduration'],
|
|
354
|
+
'cachegroup': opts['cachegroup'],
|
|
355
|
+
'cachekey': opts['cachekey'],
|
|
356
|
+
'cachescope': opts['cachescope'],
|
|
309
357
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
310
358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
359
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -331,6 +379,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
331
379
|
* @param {Number} id
|
|
332
380
|
* @param {Object} opts Optional parameters
|
|
333
381
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
382
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
383
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
384
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
385
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
334
386
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
335
387
|
* @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
|
|
336
388
|
* @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 +406,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
354
406
|
var queryParams = {};
|
|
355
407
|
var headerParams = {
|
|
356
408
|
'Authorization': opts['authorization'],
|
|
409
|
+
'cacheduration': opts['cacheduration'],
|
|
410
|
+
'cachegroup': opts['cachegroup'],
|
|
411
|
+
'cachekey': opts['cachekey'],
|
|
412
|
+
'cachescope': opts['cachescope'],
|
|
357
413
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
358
414
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
359
415
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -379,6 +435,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
379
435
|
* @param {Number} id
|
|
380
436
|
* @param {Object} opts Optional parameters
|
|
381
437
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
438
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
439
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
440
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
441
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
382
442
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
383
443
|
* @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
|
|
384
444
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -401,6 +461,10 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
401
461
|
var queryParams = {};
|
|
402
462
|
var headerParams = {
|
|
403
463
|
'Authorization': opts['authorization'],
|
|
464
|
+
'cacheduration': opts['cacheduration'],
|
|
465
|
+
'cachegroup': opts['cachegroup'],
|
|
466
|
+
'cachekey': opts['cachekey'],
|
|
467
|
+
'cachescope': opts['cachescope'],
|
|
404
468
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
405
469
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
406
470
|
'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.37
|
|
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.37
|
|
31
31
|
*/
|
|
32
32
|
var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* Creates a new Ad object
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -72,6 +76,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
76
|
var queryParams = {};
|
|
73
77
|
var headerParams = {
|
|
74
78
|
'Authorization': opts['authorization'],
|
|
79
|
+
'cacheduration': opts['cacheduration'],
|
|
80
|
+
'cachegroup': opts['cachegroup'],
|
|
81
|
+
'cachekey': opts['cachekey'],
|
|
82
|
+
'cachescope': opts['cachescope'],
|
|
75
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
76
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -98,6 +106,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
106
|
* Creates a new ad campaign
|
|
99
107
|
* @param {Object} opts Optional parameters
|
|
100
108
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
109
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
110
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
111
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
112
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
101
113
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
102
114
|
* @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
|
|
103
115
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -115,6 +127,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
127
|
var queryParams = {};
|
|
116
128
|
var headerParams = {
|
|
117
129
|
'Authorization': opts['authorization'],
|
|
130
|
+
'cacheduration': opts['cacheduration'],
|
|
131
|
+
'cachegroup': opts['cachegroup'],
|
|
132
|
+
'cachekey': opts['cachekey'],
|
|
133
|
+
'cachescope': opts['cachescope'],
|
|
118
134
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
119
135
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
120
136
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -140,6 +156,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
140
156
|
* Root for the API
|
|
141
157
|
* @param {Object} opts Optional parameters
|
|
142
158
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
159
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
160
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
161
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
162
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
143
163
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
144
164
|
* @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
|
|
145
165
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -155,6 +175,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
175
|
var queryParams = {};
|
|
156
176
|
var headerParams = {
|
|
157
177
|
'Authorization': opts['authorization'],
|
|
178
|
+
'cacheduration': opts['cacheduration'],
|
|
179
|
+
'cachegroup': opts['cachegroup'],
|
|
180
|
+
'cachekey': opts['cachekey'],
|
|
181
|
+
'cachescope': opts['cachescope'],
|
|
158
182
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
159
183
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
160
184
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -181,6 +205,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
181
205
|
* @param {Number} id
|
|
182
206
|
* @param {Object} opts Optional parameters
|
|
183
207
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
208
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
209
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
210
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
211
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
184
212
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
185
213
|
* @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
|
|
186
214
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -203,6 +231,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
231
|
var queryParams = {};
|
|
204
232
|
var headerParams = {
|
|
205
233
|
'Authorization': opts['authorization'],
|
|
234
|
+
'cacheduration': opts['cacheduration'],
|
|
235
|
+
'cachegroup': opts['cachegroup'],
|
|
236
|
+
'cachekey': opts['cachekey'],
|
|
237
|
+
'cachescope': opts['cachescope'],
|
|
206
238
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
207
239
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
208
240
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -230,6 +262,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
262
|
* Root for the API
|
|
231
263
|
* @param {Object} opts Optional parameters
|
|
232
264
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
265
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
266
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
267
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
268
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
233
269
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
234
270
|
* @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
|
|
235
271
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -245,6 +281,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
281
|
var queryParams = {};
|
|
246
282
|
var headerParams = {
|
|
247
283
|
'Authorization': opts['authorization'],
|
|
284
|
+
'cacheduration': opts['cacheduration'],
|
|
285
|
+
'cachegroup': opts['cachegroup'],
|
|
286
|
+
'cachekey': opts['cachekey'],
|
|
287
|
+
'cachescope': opts['cachescope'],
|
|
248
288
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
249
289
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
250
290
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -271,6 +311,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
311
|
* @param {Number} id
|
|
272
312
|
* @param {Object} opts Optional parameters
|
|
273
313
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
314
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
315
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
316
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
317
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
274
318
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
275
319
|
* @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
|
|
276
320
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -293,6 +337,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
337
|
var queryParams = {};
|
|
294
338
|
var headerParams = {
|
|
295
339
|
'Authorization': opts['authorization'],
|
|
340
|
+
'cacheduration': opts['cacheduration'],
|
|
341
|
+
'cachegroup': opts['cachegroup'],
|
|
342
|
+
'cachekey': opts['cachekey'],
|
|
343
|
+
'cachescope': opts['cachescope'],
|
|
296
344
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
345
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
346
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -320,6 +368,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
320
368
|
* @param {Number} id
|
|
321
369
|
* @param {Object} opts Optional parameters
|
|
322
370
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
371
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
372
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
373
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
374
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
323
375
|
* @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
376
|
* @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
377
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -342,6 +394,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
342
394
|
var queryParams = {};
|
|
343
395
|
var headerParams = {
|
|
344
396
|
'Authorization': opts['authorization'],
|
|
397
|
+
'cacheduration': opts['cacheduration'],
|
|
398
|
+
'cachegroup': opts['cachegroup'],
|
|
399
|
+
'cachekey': opts['cachekey'],
|
|
400
|
+
'cachescope': opts['cachescope'],
|
|
345
401
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
346
402
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
347
403
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -369,6 +425,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
369
425
|
* @param {Number} id
|
|
370
426
|
* @param {Object} opts Optional parameters
|
|
371
427
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
428
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
429
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
430
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
431
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
372
432
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
373
433
|
* @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
|
|
374
434
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -391,6 +451,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
391
451
|
var queryParams = {};
|
|
392
452
|
var headerParams = {
|
|
393
453
|
'Authorization': opts['authorization'],
|
|
454
|
+
'cacheduration': opts['cacheduration'],
|
|
455
|
+
'cachegroup': opts['cachegroup'],
|
|
456
|
+
'cachekey': opts['cachekey'],
|
|
457
|
+
'cachescope': opts['cachescope'],
|
|
394
458
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
395
459
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
396
460
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -418,6 +482,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
418
482
|
* @param {Number} id
|
|
419
483
|
* @param {Object} opts Optional parameters
|
|
420
484
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
485
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
486
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
487
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
488
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
421
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
|
|
422
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
|
|
423
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
|
|
@@ -441,6 +509,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
441
509
|
var queryParams = {};
|
|
442
510
|
var headerParams = {
|
|
443
511
|
'Authorization': opts['authorization'],
|
|
512
|
+
'cacheduration': opts['cacheduration'],
|
|
513
|
+
'cachegroup': opts['cachegroup'],
|
|
514
|
+
'cachekey': opts['cachekey'],
|
|
515
|
+
'cachescope': opts['cachescope'],
|
|
444
516
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
445
517
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
446
518
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -466,6 +538,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
466
538
|
* @param {Number} id
|
|
467
539
|
* @param {Object} opts Optional parameters
|
|
468
540
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
541
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
542
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
543
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
544
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
469
545
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
470
546
|
* @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
|
|
471
547
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -489,6 +565,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
489
565
|
var queryParams = {};
|
|
490
566
|
var headerParams = {
|
|
491
567
|
'Authorization': opts['authorization'],
|
|
568
|
+
'cacheduration': opts['cacheduration'],
|
|
569
|
+
'cachegroup': opts['cachegroup'],
|
|
570
|
+
'cachekey': opts['cachekey'],
|
|
571
|
+
'cachescope': opts['cachescope'],
|
|
492
572
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
493
573
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
494
574
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -514,6 +594,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
514
594
|
* @param {Number} id
|
|
515
595
|
* @param {Object} opts Optional parameters
|
|
516
596
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
597
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
598
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
599
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
600
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
517
601
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
518
602
|
* @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
|
|
519
603
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -537,6 +621,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
537
621
|
var queryParams = {};
|
|
538
622
|
var headerParams = {
|
|
539
623
|
'Authorization': opts['authorization'],
|
|
624
|
+
'cacheduration': opts['cacheduration'],
|
|
625
|
+
'cachegroup': opts['cachegroup'],
|
|
626
|
+
'cachekey': opts['cachekey'],
|
|
627
|
+
'cachescope': opts['cachescope'],
|
|
540
628
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
541
629
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
542
630
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -562,6 +650,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
562
650
|
* @param {Number} id
|
|
563
651
|
* @param {Object} opts Optional parameters
|
|
564
652
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
653
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
654
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
655
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
656
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
565
657
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
566
658
|
* @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
|
|
567
659
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -584,6 +676,10 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
584
676
|
var queryParams = {};
|
|
585
677
|
var headerParams = {
|
|
586
678
|
'Authorization': opts['authorization'],
|
|
679
|
+
'cacheduration': opts['cacheduration'],
|
|
680
|
+
'cachegroup': opts['cachegroup'],
|
|
681
|
+
'cachekey': opts['cachekey'],
|
|
682
|
+
'cachescope': opts['cachescope'],
|
|
587
683
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
588
684
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
589
685
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|