@gobodo/gobodo-api 0.1.24 → 0.1.26
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 +13 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +6 -2
- package/dist/api/AdCampaignsApi.js +34 -2
- package/dist/api/AdManagementApi.js +50 -2
- package/dist/api/AdminDataManagementApi.js +6 -2
- package/dist/api/AdsApi.js +26 -2
- package/dist/api/AttachmentsApi.js +30 -2
- package/dist/api/AuthenticationApi.js +76 -5
- package/dist/api/CategoriesApi.js +30 -2
- package/dist/api/CommentsApi.js +34 -2
- package/dist/api/ContentManagementApi.js +98 -2
- package/dist/api/ConversationsApi.js +38 -2
- package/dist/api/DataSheetImportsApi.js +62 -2
- package/dist/api/DefaultApi.js +46 -2
- package/dist/api/DocumentsApi.js +54 -2
- package/dist/api/EntryPartsApi.js +54 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +14 -2
- package/dist/api/FilesApi.js +6 -2
- package/dist/api/FormsApi.js +74 -2
- package/dist/api/FunctionsApi.js +6 -2
- package/dist/api/GeocodeApi.js +22 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +42 -2
- package/dist/api/GraphObjectTypesApi.js +38 -2
- package/dist/api/GraphObjectsApi.js +258 -2
- package/dist/api/GraphRelationshipTypesApi.js +70 -2
- package/dist/api/GraphRelationshipsApi.js +126 -2
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.js +22 -2
- package/dist/api/GraphsApi.js +46 -2
- package/dist/api/GroupsApi.js +46 -2
- package/dist/api/IAMApi.js +18 -2
- package/dist/api/ImagesApi.js +34 -2
- package/dist/api/InvitesApi.js +22 -2
- package/dist/api/LikesApi.js +50 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +10 -2
- package/dist/api/MeetingEventsApi.js +22 -2
- package/dist/api/PagesApi.js +38 -2
- package/dist/api/PostsApi.js +22 -2
- package/dist/api/PrivateMessagesApi.js +66 -2
- package/dist/api/PublicationsApi.js +6 -2
- package/dist/api/ScreensApi.js +14 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +407 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- 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 +38 -38
- package/dist/model/Authorization.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 +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +38 -38
- package/dist/model/DocumentPart.js +28 -28
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +23 -23
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- 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 +11 -11
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +11 -11
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +23 -23
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +11 -11
- package/dist/model/GraphRelationObjectObject.js +11 -11
- package/dist/model/GraphRelationship.js +11 -11
- 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 +28 -28
- package/dist/model/ImageUploadObject.js +28 -28
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +25 -25
- 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 +16 -16
- package/dist/model/PageSchema.js +26 -26
- 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 +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +41 -41
- 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 +11 -11
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +23 -23
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +16 -16
- package/dist/model/ThemeMappingPayload.js +10 -10
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -3
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- 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 +38 -38
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +46 -46
- package/dist/model/VideoUploadObject.js +38 -38
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ GobodoApi - JavaScript client for 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.26
|
|
8
|
+
- Package version: 0.1.26
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -117,7 +117,9 @@ 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
|
+
'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
120
121
|
'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
|
+
'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
121
123
|
'transactionid': "transactionid_example" // {String} The id of the transaction this operation is being run in
|
|
122
124
|
};
|
|
123
125
|
var callback = function(error, data, response) {
|
|
@@ -173,7 +175,9 @@ Class | Method | HTTP request | Description
|
|
|
173
175
|
*GobodoApi.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /graph/data/files/{id}/upload |
|
|
174
176
|
*GobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
|
|
175
177
|
*GobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
|
|
178
|
+
*GobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
|
|
176
179
|
*GobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
|
|
180
|
+
*GobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
|
|
177
181
|
*GobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
|
|
178
182
|
*GobodoApi.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
|
|
179
183
|
*GobodoApi.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
|
|
@@ -551,6 +555,8 @@ Class | Method | HTTP request | Description
|
|
|
551
555
|
*GobodoApi.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
|
|
552
556
|
*GobodoApi.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
|
|
553
557
|
*GobodoApi.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
|
|
558
|
+
*GobodoApi.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
|
|
559
|
+
*GobodoApi.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
|
|
554
560
|
*GobodoApi.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /graph/data/payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe's connected UI components
|
|
555
561
|
*GobodoApi.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /graph/data/payments/stripe/account | Creates a Stripe account for the logged in user
|
|
556
562
|
*GobodoApi.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /graph/data/payments/stripe/customer | Creates a Stripe customer account for the logged in user
|
|
@@ -569,6 +575,10 @@ Class | Method | HTTP request | Description
|
|
|
569
575
|
*GobodoApi.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /graph/data/payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
|
|
570
576
|
*GobodoApi.StripeAccountsApi* | [**getStripeCustomerPaymentMethods**](docs/StripeAccountsApi.md#getStripeCustomerPaymentMethods) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
|
|
571
577
|
*GobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
|
|
578
|
+
*GobodoApi.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /graph/data/payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
|
|
579
|
+
*GobodoApi.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
|
|
580
|
+
*GobodoApi.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /graph/data/payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
|
|
581
|
+
*GobodoApi.StripeAccountsApi* | [**getUserStripeCustomerAccount**](docs/StripeAccountsApi.md#getUserStripeCustomerAccount) | **GET** /graph/data/payments/stripe/user/{userID}/customer | Retrieves the Stripe Customer Account For the Logged In User
|
|
572
582
|
*GobodoApi.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /graph/data/payments/stripe/account/{accountID}/payout | Pays out the specified account
|
|
573
583
|
*GobodoApi.StripeAccountsApi* | [**setApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#setApplicationStripePaymentAccount) | **PUT** /graph/data/payments/stripe/application/{applicationid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
574
584
|
*GobodoApi.StripeAccountsApi* | [**setDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Adds payment methods for the customer stored in stripe
|
|
@@ -740,6 +750,7 @@ Class | Method | HTTP request | Description
|
|
|
740
750
|
- [GobodoApi.Transfer](docs/Transfer.md)
|
|
741
751
|
- [GobodoApi.TransferInput](docs/TransferInput.md)
|
|
742
752
|
- [GobodoApi.TransferResponse](docs/TransferResponse.md)
|
|
753
|
+
- [GobodoApi.TransferResponsePaymentMethodDetails](docs/TransferResponsePaymentMethodDetails.md)
|
|
743
754
|
- [GobodoApi.User](docs/User.md)
|
|
744
755
|
- [GobodoApi.UserDataPayload](docs/UserDataPayload.md)
|
|
745
756
|
- [GobodoApi.UserDomain](docs/UserDomain.md)
|
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.26
|
|
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.26
|
|
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.26/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.26
|
|
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.26
|
|
31
31
|
*/
|
|
32
32
|
var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -57,7 +57,9 @@ 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} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
60
61
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
61
63
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
62
64
|
* @param {module:api/ActionTypesApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
63
65
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
@@ -82,7 +84,9 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
84
|
var queryParams = {};
|
|
83
85
|
var headerParams = {
|
|
84
86
|
'Authorization': opts['authorization'],
|
|
87
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
86
90
|
'transactionid': opts['transactionid']
|
|
87
91
|
};
|
|
88
92
|
var formParams = {};
|
|
@@ -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.26
|
|
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.26
|
|
31
31
|
*/
|
|
32
32
|
var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ 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} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
61
63
|
* @param {module:api/AdCampaignsApi~createAdCampaignCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -70,7 +72,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
70
72
|
var queryParams = {};
|
|
71
73
|
var headerParams = {
|
|
72
74
|
'Authorization': opts['authorization'],
|
|
75
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
73
76
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
74
78
|
'transactionid': opts['transactionid']
|
|
75
79
|
};
|
|
76
80
|
var formParams = {};
|
|
@@ -94,7 +98,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
94
98
|
* @param {Number} id The id of the object to delete
|
|
95
99
|
* @param {Object} opts Optional parameters
|
|
96
100
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
101
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
102
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
98
104
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
99
105
|
* @param {module:api/AdCampaignsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
100
106
|
*/
|
|
@@ -113,7 +119,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
113
119
|
var queryParams = {};
|
|
114
120
|
var headerParams = {
|
|
115
121
|
'Authorization': opts['authorization'],
|
|
122
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
116
123
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
124
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
117
125
|
'transactionid': opts['transactionid']
|
|
118
126
|
};
|
|
119
127
|
var formParams = {};
|
|
@@ -136,7 +144,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
144
|
* Root for the API
|
|
137
145
|
* @param {Object} opts Optional parameters
|
|
138
146
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
147
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
139
148
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
140
150
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
141
151
|
* @param {module:api/AdCampaignsApi~get17Callback} callback The callback function, accepting three arguments: error, data, response
|
|
142
152
|
*/
|
|
@@ -149,7 +159,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
159
|
var queryParams = {};
|
|
150
160
|
var headerParams = {
|
|
151
161
|
'Authorization': opts['authorization'],
|
|
162
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
152
163
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
164
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
153
165
|
'transactionid': opts['transactionid']
|
|
154
166
|
};
|
|
155
167
|
var formParams = {};
|
|
@@ -173,7 +185,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
185
|
* @param {Number} id
|
|
174
186
|
* @param {Object} opts Optional parameters
|
|
175
187
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
188
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
176
189
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
177
191
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
178
192
|
* @param {module:api/AdCampaignsApi~get18Callback} callback The callback function, accepting three arguments: error, data, response
|
|
179
193
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -193,7 +207,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
193
207
|
var queryParams = {};
|
|
194
208
|
var headerParams = {
|
|
195
209
|
'Authorization': opts['authorization'],
|
|
210
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
196
211
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
212
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
197
213
|
'transactionid': opts['transactionid']
|
|
198
214
|
};
|
|
199
215
|
var formParams = {};
|
|
@@ -218,7 +234,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
234
|
* @param {Number} id
|
|
219
235
|
* @param {Object} opts Optional parameters
|
|
220
236
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
237
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
221
238
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
222
240
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
223
241
|
* @param {module:api/AdCampaignsApi~getFromCatCallback} callback The callback function, accepting three arguments: error, data, response
|
|
224
242
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -238,7 +256,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
238
256
|
var queryParams = {};
|
|
239
257
|
var headerParams = {
|
|
240
258
|
'Authorization': opts['authorization'],
|
|
259
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
241
260
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
242
262
|
'transactionid': opts['transactionid']
|
|
243
263
|
};
|
|
244
264
|
var formParams = {};
|
|
@@ -263,7 +283,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
263
283
|
* @param {Number} id
|
|
264
284
|
* @param {Object} opts Optional parameters
|
|
265
285
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
286
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
266
287
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
267
289
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
268
290
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
269
291
|
* @param {module:api/AdCampaignsApi~updateCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -284,7 +306,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
306
|
var queryParams = {};
|
|
285
307
|
var headerParams = {
|
|
286
308
|
'Authorization': opts['authorization'],
|
|
309
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
287
310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
311
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
288
312
|
'transactionid': opts['transactionid']
|
|
289
313
|
};
|
|
290
314
|
var formParams = {};
|
|
@@ -307,7 +331,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
307
331
|
* @param {Number} id
|
|
308
332
|
* @param {Object} opts Optional parameters
|
|
309
333
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
334
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
310
335
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
311
337
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
312
338
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
313
339
|
* @param {module:api/AdCampaignsApi~updateAdsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -328,7 +354,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
328
354
|
var queryParams = {};
|
|
329
355
|
var headerParams = {
|
|
330
356
|
'Authorization': opts['authorization'],
|
|
357
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
331
358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
359
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
332
360
|
'transactionid': opts['transactionid']
|
|
333
361
|
};
|
|
334
362
|
var formParams = {};
|
|
@@ -351,7 +379,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
351
379
|
* @param {Number} id
|
|
352
380
|
* @param {Object} opts Optional parameters
|
|
353
381
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
382
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
354
383
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
355
385
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
356
386
|
* @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
|
|
357
387
|
* @param {module:api/AdCampaignsApi~updateSitesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -371,7 +401,9 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
371
401
|
var queryParams = {};
|
|
372
402
|
var headerParams = {
|
|
373
403
|
'Authorization': opts['authorization'],
|
|
404
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
374
405
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
406
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
375
407
|
'transactionid': opts['transactionid']
|
|
376
408
|
};
|
|
377
409
|
var formParams = {};
|
|
@@ -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.26
|
|
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.26
|
|
31
31
|
*/
|
|
32
32
|
var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ 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} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
61
63
|
* @param {module:api/AdManagementApi~createAdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -70,7 +72,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
70
72
|
var queryParams = {};
|
|
71
73
|
var headerParams = {
|
|
72
74
|
'Authorization': opts['authorization'],
|
|
75
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
73
76
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
77
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
74
78
|
'transactionid': opts['transactionid']
|
|
75
79
|
};
|
|
76
80
|
var formParams = {};
|
|
@@ -94,7 +98,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
94
98
|
* Creates a new ad campaign
|
|
95
99
|
* @param {Object} opts Optional parameters
|
|
96
100
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
101
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
102
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
98
104
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
99
105
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
100
106
|
* @param {module:api/AdManagementApi~createAdCampaignCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -109,7 +115,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
115
|
var queryParams = {};
|
|
110
116
|
var headerParams = {
|
|
111
117
|
'Authorization': opts['authorization'],
|
|
118
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
112
119
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
120
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
113
121
|
'transactionid': opts['transactionid']
|
|
114
122
|
};
|
|
115
123
|
var formParams = {};
|
|
@@ -132,7 +140,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
140
|
* Root for the API
|
|
133
141
|
* @param {Object} opts Optional parameters
|
|
134
142
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
143
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
135
144
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
136
146
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
137
147
|
* @param {module:api/AdManagementApi~get17Callback} callback The callback function, accepting three arguments: error, data, response
|
|
138
148
|
*/
|
|
@@ -145,7 +155,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
145
155
|
var queryParams = {};
|
|
146
156
|
var headerParams = {
|
|
147
157
|
'Authorization': opts['authorization'],
|
|
158
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
148
159
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
160
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
149
161
|
'transactionid': opts['transactionid']
|
|
150
162
|
};
|
|
151
163
|
var formParams = {};
|
|
@@ -169,7 +181,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
181
|
* @param {Number} id
|
|
170
182
|
* @param {Object} opts Optional parameters
|
|
171
183
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
184
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
172
185
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
173
187
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
174
188
|
* @param {module:api/AdManagementApi~get18Callback} callback The callback function, accepting three arguments: error, data, response
|
|
175
189
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -189,7 +203,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
189
203
|
var queryParams = {};
|
|
190
204
|
var headerParams = {
|
|
191
205
|
'Authorization': opts['authorization'],
|
|
206
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
192
207
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
208
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
193
209
|
'transactionid': opts['transactionid']
|
|
194
210
|
};
|
|
195
211
|
var formParams = {};
|
|
@@ -214,7 +230,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
230
|
* Root for the API
|
|
215
231
|
* @param {Object} opts Optional parameters
|
|
216
232
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
233
|
+
* @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
234
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
218
236
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
219
237
|
* @param {module:api/AdManagementApi~get19Callback} callback The callback function, accepting three arguments: error, data, response
|
|
220
238
|
*/
|
|
@@ -227,7 +245,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
227
245
|
var queryParams = {};
|
|
228
246
|
var headerParams = {
|
|
229
247
|
'Authorization': opts['authorization'],
|
|
248
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
230
249
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
250
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
231
251
|
'transactionid': opts['transactionid']
|
|
232
252
|
};
|
|
233
253
|
var formParams = {};
|
|
@@ -251,7 +271,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
271
|
* @param {Number} id
|
|
252
272
|
* @param {Object} opts Optional parameters
|
|
253
273
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
274
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
254
275
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
255
277
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
256
278
|
* @param {module:api/AdManagementApi~get20Callback} callback The callback function, accepting three arguments: error, data, response
|
|
257
279
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -271,7 +293,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
293
|
var queryParams = {};
|
|
272
294
|
var headerParams = {
|
|
273
295
|
'Authorization': opts['authorization'],
|
|
296
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
274
297
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
275
299
|
'transactionid': opts['transactionid']
|
|
276
300
|
};
|
|
277
301
|
var formParams = {};
|
|
@@ -296,7 +320,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
296
320
|
* @param {Number} id
|
|
297
321
|
* @param {Object} opts Optional parameters
|
|
298
322
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
323
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
299
324
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
300
326
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
301
327
|
* @param {module:api/AdManagementApi~getCampaignCallback} callback The callback function, accepting three arguments: error, data, response
|
|
302
328
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -316,7 +342,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
342
|
var queryParams = {};
|
|
317
343
|
var headerParams = {
|
|
318
344
|
'Authorization': opts['authorization'],
|
|
345
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
319
346
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
347
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
320
348
|
'transactionid': opts['transactionid']
|
|
321
349
|
};
|
|
322
350
|
var formParams = {};
|
|
@@ -341,7 +369,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
369
|
* @param {Number} id
|
|
342
370
|
* @param {Object} opts Optional parameters
|
|
343
371
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
372
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
344
373
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
345
375
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
346
376
|
* @param {module:api/AdManagementApi~getFromCatCallback} callback The callback function, accepting three arguments: error, data, response
|
|
347
377
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -361,7 +391,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
361
391
|
var queryParams = {};
|
|
362
392
|
var headerParams = {
|
|
363
393
|
'Authorization': opts['authorization'],
|
|
394
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
364
395
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
396
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
365
397
|
'transactionid': opts['transactionid']
|
|
366
398
|
};
|
|
367
399
|
var formParams = {};
|
|
@@ -386,7 +418,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
386
418
|
* @param {Number} id
|
|
387
419
|
* @param {Object} opts Optional parameters
|
|
388
420
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
421
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
389
422
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
423
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
390
424
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
391
425
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
392
426
|
* @param {module:api/AdManagementApi~updateCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -407,7 +441,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
407
441
|
var queryParams = {};
|
|
408
442
|
var headerParams = {
|
|
409
443
|
'Authorization': opts['authorization'],
|
|
444
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
410
445
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
446
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
411
447
|
'transactionid': opts['transactionid']
|
|
412
448
|
};
|
|
413
449
|
var formParams = {};
|
|
@@ -430,7 +466,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
466
|
* @param {Number} id
|
|
431
467
|
* @param {Object} opts Optional parameters
|
|
432
468
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
469
|
+
* @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
470
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
434
472
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
435
473
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
436
474
|
* @param {module:api/AdManagementApi~update1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -451,7 +489,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
489
|
var queryParams = {};
|
|
452
490
|
var headerParams = {
|
|
453
491
|
'Authorization': opts['authorization'],
|
|
492
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
454
493
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
494
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
455
495
|
'transactionid': opts['transactionid']
|
|
456
496
|
};
|
|
457
497
|
var formParams = {};
|
|
@@ -474,7 +514,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
474
514
|
* @param {Number} id
|
|
475
515
|
* @param {Object} opts Optional parameters
|
|
476
516
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
517
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
518
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
478
520
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
479
521
|
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
480
522
|
* @param {module:api/AdManagementApi~updateAdsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -495,7 +537,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
537
|
var queryParams = {};
|
|
496
538
|
var headerParams = {
|
|
497
539
|
'Authorization': opts['authorization'],
|
|
540
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
498
541
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
542
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
499
543
|
'transactionid': opts['transactionid']
|
|
500
544
|
};
|
|
501
545
|
var formParams = {};
|
|
@@ -518,7 +562,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
562
|
* @param {Number} id
|
|
519
563
|
* @param {Object} opts Optional parameters
|
|
520
564
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
565
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
521
566
|
* @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
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
522
568
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
523
569
|
* @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
|
|
524
570
|
* @param {module:api/AdManagementApi~updateSitesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -538,7 +584,9 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
538
584
|
var queryParams = {};
|
|
539
585
|
var headerParams = {
|
|
540
586
|
'Authorization': opts['authorization'],
|
|
587
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
541
588
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
589
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
542
590
|
'transactionid': opts['transactionid']
|
|
543
591
|
};
|
|
544
592
|
var formParams = {};
|
|
@@ -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.26
|
|
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.26
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,7 +55,9 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} days
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
59
61
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
60
62
|
* @param {module:api/AdminDataManagementApi~purgeDataCallback} callback The callback function, accepting three arguments: error, data, response
|
|
61
63
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -80,7 +82,9 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
82
|
var queryParams = {};
|
|
81
83
|
var headerParams = {
|
|
82
84
|
'Authorization': opts['authorization'],
|
|
85
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
86
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
87
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
84
88
|
'transactionid': opts['transactionid']
|
|
85
89
|
};
|
|
86
90
|
var formParams = {};
|