@gobodo/gobodo-api 0.1.56 → 0.1.59
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 +46 -12
- package/dist/ApiClient.js +20 -21
- package/dist/api/ActionTypesApi.js +19 -20
- package/dist/api/AdCampaignsApi.js +19 -20
- package/dist/api/AdManagementApi.js +19 -20
- package/dist/api/AdminDataManagementApi.js +19 -20
- package/dist/api/AdsApi.js +19 -20
- package/dist/api/AttachmentsApi.js +19 -20
- package/dist/api/AuthenticationApi.js +55 -20
- package/dist/api/CategoriesApi.js +19 -20
- package/dist/api/CommentsApi.js +19 -20
- package/dist/api/ContentManagementApi.js +20 -21
- package/dist/api/ConversationsApi.js +19 -20
- package/dist/api/DataSheetImportsApi.js +19 -20
- package/dist/api/DefaultApi.js +25 -366
- package/dist/api/DocumentsApi.js +20 -21
- package/dist/api/EmailsApi.js +19 -20
- package/dist/api/EntryPartsApi.js +19 -20
- package/dist/api/FacebookApi.js +19 -20
- package/dist/api/FieldsApi.js +19 -20
- package/dist/api/FilesApi.js +19 -20
- package/dist/api/FormsApi.js +19 -20
- package/dist/api/FunctionsApi.js +721 -32
- package/dist/api/GeocodeApi.js +19 -20
- package/dist/api/GoogleApi.js +19 -20
- package/dist/api/GraphActionTypesApi.js +510 -0
- package/dist/api/GraphActionsApi.js +19 -20
- package/dist/api/GraphObjectTypesApi.js +151 -27
- package/dist/api/GraphObjectsApi.js +19 -20
- package/dist/api/GraphRelationshipTypesApi.js +144 -20
- package/dist/api/GraphRelationshipsApi.js +19 -20
- package/dist/api/GraphSchemasApi.js +19 -20
- package/dist/api/GraphTraversalApi.js +19 -20
- package/dist/api/GraphsApi.js +19 -20
- package/dist/api/GroupsApi.js +19 -20
- package/dist/api/IAMApi.js +19 -20
- package/dist/api/ImagesApi.js +19 -20
- package/dist/api/InvitesApi.js +19 -20
- package/dist/api/LikesApi.js +19 -20
- package/dist/api/LinkedINApi.js +19 -20
- package/dist/api/LiveMeetingsApi.js +19 -20
- package/dist/api/MeetingEventsApi.js +19 -20
- package/dist/api/NotificationsApi.js +39 -40
- package/dist/api/PagesApi.js +19 -20
- package/dist/api/PhoneNumbersApi.js +19 -20
- package/dist/api/PostsApi.js +19 -20
- package/dist/api/PrivateMessagesApi.js +19 -20
- package/dist/api/PublicationsApi.js +19 -20
- package/dist/api/ScreensApi.js +19 -20
- package/dist/api/SocialIntegrationApi.js +19 -20
- package/dist/api/StripeAccountsApi.js +19 -20
- package/dist/api/TagsApi.js +19 -20
- package/dist/api/TemplatesApi.js +19 -20
- package/dist/api/ThemeMappingsApi.js +19 -20
- package/dist/api/TopicsApi.js +320 -27
- package/dist/api/TransactionsApi.js +19 -20
- package/dist/api/TwitterApi.js +19 -20
- package/dist/api/UserTagsApi.js +19 -20
- package/dist/api/UsersApi.js +19 -20
- package/dist/api/UtilsApi.js +19 -20
- package/dist/api/VideosApi.js +19 -20
- package/dist/index.js +90 -6
- package/dist/model/APIClient.js +19 -20
- package/dist/model/AccountSessionInput.js +19 -20
- package/dist/model/AccountSessionResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +22 -23
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +19 -20
- package/dist/model/Article.js +19 -20
- package/dist/model/AuthResponse.js +19 -20
- package/dist/model/AwsSettings.js +140 -0
- package/dist/model/Balance.js +50 -51
- package/dist/model/BalanceDetails.js +19 -20
- package/dist/model/BalanceResponse.js +19 -20
- package/dist/model/BankAccountInfo.js +19 -20
- package/dist/model/CardInfo.js +19 -20
- package/dist/model/Comment.js +31 -32
- package/dist/model/Coordinates.js +19 -20
- package/dist/model/CreateAccountResponse.js +19 -20
- package/dist/model/CreateFunctionInput.js +22 -23
- package/dist/model/CreateStripeAccountInput.js +19 -20
- package/dist/model/CreateStripeCustomerInput.js +19 -20
- package/dist/model/CreateTopicInput.js +22 -23
- package/dist/model/CreateTopicListenerInput.js +22 -23
- package/dist/model/CustomerResponse.js +19 -20
- package/dist/model/DataObject.js +19 -20
- package/dist/model/DataSheetImport.js +19 -20
- package/dist/model/DataSheetImportPrivacySettings.js +19 -20
- package/dist/model/DataSheetImportSummary.js +22 -23
- package/dist/model/DeviceRegistrationRequest.js +22 -23
- package/dist/model/Document.js +22 -23
- package/dist/model/DocumentPart.js +22 -23
- package/dist/model/DocumentPartType.js +19 -20
- package/dist/model/DocumentType.js +27 -28
- package/dist/model/EmailAddress.js +19 -20
- package/dist/model/FieldMapping.js +19 -20
- package/dist/model/Fields.js +33 -34
- package/dist/model/File.js +19 -20
- package/dist/model/FileAttachmentUploadObject.js +19 -20
- package/dist/model/Filter.js +19 -20
- package/dist/model/FilterManager.js +22 -23
- package/dist/model/Form.js +22 -23
- package/dist/model/FormSection.js +22 -23
- package/dist/model/FormSubmission.js +31 -32
- package/dist/model/FunctionConfigInput.js +81 -23
- package/dist/model/FunctionEnvironmentConfig.js +22 -23
- package/dist/model/FunctionInput.js +190 -0
- package/dist/model/FunctionOutput.js +182 -0
- package/dist/model/Geocode.js +19 -20
- package/dist/model/GeocodePayload.js +19 -20
- package/dist/model/GeolocationInput.js +22 -23
- package/dist/model/GetFunctionConfig.js +364 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +170 -0
- package/dist/model/GetFunctionResponse.js +39 -36
- package/dist/model/GoogleCloudSettings.js +126 -0
- package/dist/model/Graph.js +19 -20
- package/dist/model/GraphAction.js +28 -29
- package/dist/model/GraphDatabaseService.js +19 -20
- package/dist/model/GraphGeocode.js +19 -20
- package/dist/model/GraphIteratorEntryPart.js +22 -23
- package/dist/model/GraphObject.js +19 -20
- package/dist/model/GraphObjectPayload.js +22 -23
- package/dist/model/GraphObjectSchema.js +19 -20
- package/dist/model/GraphObjectType.js +19 -20
- package/dist/model/GraphObjectTypeSchema.js +22 -23
- package/dist/model/GraphOwner.js +19 -20
- package/dist/model/GraphRelationship.js +28 -29
- package/dist/model/GraphRelationshipPayload.js +19 -20
- package/dist/model/GraphRelationshipType.js +31 -32
- package/dist/model/GraphSchema.js +27 -28
- package/dist/model/GraphTraversalInput.js +19 -20
- package/dist/model/Image.js +27 -28
- package/dist/model/ImageUploadObject.js +27 -28
- package/dist/model/InputPart.js +19 -20
- package/dist/model/InputPartMediaType.js +19 -20
- package/dist/model/KafkaSettings.js +150 -0
- package/dist/model/Link.js +30 -31
- package/dist/model/LiveStreamInfo.js +19 -20
- package/dist/model/MeetingEvent.js +27 -28
- package/dist/model/MeetingEventTimezone.js +19 -20
- package/dist/model/MeetingInfo.js +19 -20
- package/dist/model/Member.js +19 -20
- package/dist/model/MemberGroupCategory.js +19 -20
- package/dist/model/MemberList.js +32 -34
- package/dist/model/MessageGroup.js +19 -20
- package/dist/model/MultipartBody.js +19 -20
- package/dist/model/NotificationInput.js +22 -23
- package/dist/model/NotificationResponse.js +194 -0
- package/dist/model/Objecttype.js +22 -23
- package/dist/model/OutParameter.js +126 -0
- package/dist/model/Page.js +26 -27
- package/dist/model/PageSchema.js +19 -20
- package/dist/model/Pageable.js +19 -20
- package/dist/model/Parameter.js +126 -0
- package/dist/model/Path.js +22 -23
- package/dist/model/PaymentAccountObject.js +19 -20
- package/dist/model/PaymentIntentInput.js +19 -20
- package/dist/model/PaymentIntentResponse.js +19 -20
- package/dist/model/PaymentMethod.js +26 -27
- package/dist/model/PaymentMethodInput.js +19 -20
- package/dist/model/PaymentMethodResponse.js +19 -20
- package/dist/model/PaymentMethodsResponse.js +22 -23
- package/dist/model/Payout.js +19 -20
- package/dist/model/PayoutInput.js +22 -23
- package/dist/model/PayoutResponse.js +19 -20
- package/dist/model/PhoneNumber.js +19 -20
- package/dist/model/Post.js +19 -20
- package/dist/model/PrivateMessage.js +19 -20
- package/dist/model/PrivateMessageConversation.js +32 -33
- package/dist/model/PrivateMessageConversationSchema.js +22 -23
- package/dist/model/Profile.js +19 -20
- package/dist/model/Profiletype.js +22 -23
- package/dist/model/PropertyContainer.js +19 -20
- package/dist/model/PurgeDataDefaultResponseValue.js +19 -20
- package/dist/model/RelationshipMapping.js +22 -23
- package/dist/model/ScreenSchema.js +19 -20
- package/dist/model/SimulcastInfo.js +19 -20
- package/dist/model/SkinField.js +33 -34
- package/dist/model/SocialGroup.js +27 -28
- package/dist/model/SocialGroupType.js +19 -20
- package/dist/model/Sort.js +19 -20
- package/dist/model/SourceTypes.js +19 -20
- package/dist/model/StatusUpdate.js +19 -20
- package/dist/model/StreetAddress.js +19 -20
- package/dist/model/StripeAccount.js +19 -20
- package/dist/model/StripeCustomerAccount.js +19 -20
- package/dist/model/Template.js +27 -28
- package/dist/model/TemplateSchema.js +27 -28
- package/dist/model/ThemeMapping.js +19 -20
- package/dist/model/ThemeMappingPayload.js +19 -20
- package/dist/model/TopicInfoResponse.js +103 -23
- package/dist/model/TopicMessageInput.js +122 -0
- package/dist/model/TopicSubscriptionResponse.js +150 -0
- package/dist/model/Transaction.js +19 -20
- package/dist/model/Transfer.js +19 -20
- package/dist/model/TransferInput.js +22 -23
- package/dist/model/TransferResponse.js +19 -20
- package/dist/model/TransferResponsePaymentMethodDetails.js +19 -20
- package/dist/model/TraversalRelationResponse.js +22 -23
- package/dist/model/User.js +19 -20
- package/dist/model/UserDataPayload.js +19 -20
- package/dist/model/UserDomain.js +19 -20
- package/dist/model/UserInvite.js +19 -20
- package/dist/model/UserInviteInput.js +19 -20
- package/dist/model/UserSchema.js +19 -20
- package/dist/model/UserTag.js +19 -20
- package/dist/model/Userid.js +19 -20
- package/dist/model/Video.js +27 -28
- package/dist/model/VideoLiveUrl.js +30 -31
- package/dist/model/VideoSchema.js +27 -28
- package/dist/model/VideoUploadObject.js +27 -28
- package/dist/model/ZeusPortalCategory.js +19 -20
- package/package.json +3 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +0 -135
- package/dist/model/InputPartHeaders.js +0 -88
- package/dist/model/Notification.js +0 -210
- package/dist/model/PurgeDataDefaultResponse.js +0 -144
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.59
|
|
8
|
+
- Package version: 0.1.59
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -181,6 +181,7 @@ Class | Method | HTTP request | Description
|
|
|
181
181
|
*GobodoGobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
|
|
182
182
|
*GobodoGobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
|
|
183
183
|
*GobodoGobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
|
|
184
|
+
*GobodoGobodoApi.AuthenticationApi* | [**loginAsFunction**](docs/AuthenticationApi.md#loginAsFunction) | **POST** /graph/data/auth_as_function |
|
|
184
185
|
*GobodoGobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
|
|
185
186
|
*GobodoGobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
|
|
186
187
|
*GobodoGobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
|
|
@@ -251,18 +252,12 @@ Class | Method | HTTP request | Description
|
|
|
251
252
|
*GobodoGobodoApi.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /graph/data/datasheetimport/{dsimportid}/run | Run a datasheet import
|
|
252
253
|
*GobodoGobodoApi.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /graph/data/datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
|
|
253
254
|
*GobodoGobodoApi.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /graph/data/datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
|
|
254
|
-
*GobodoGobodoApi.DefaultApi* | [**addEndObjectTypes**](docs/DefaultApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
|
|
255
255
|
*GobodoGobodoApi.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /graph/data/api/clients |
|
|
256
256
|
*GobodoGobodoApi.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** /graph/data |
|
|
257
257
|
*GobodoGobodoApi.DefaultApi* | [**get21**](docs/DefaultApi.md#get21) | **GET** /graph/data/api/clients |
|
|
258
258
|
*GobodoGobodoApi.DefaultApi* | [**get22**](docs/DefaultApi.md#get22) | **GET** /graph/data/api/clients/{id} |
|
|
259
|
-
*GobodoGobodoApi.DefaultApi* | [**get5**](docs/DefaultApi.md#get5) | **GET** /graph/data/actiontype |
|
|
260
|
-
*GobodoGobodoApi.DefaultApi* | [**get6**](docs/DefaultApi.md#get6) | **GET** /graph/data/actiontype/{id} |
|
|
261
259
|
*GobodoGobodoApi.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /graph/data/api/clients/{key} | Gets an api client by id
|
|
262
|
-
*GobodoGobodoApi.DefaultApi* | [**getEndObjectTypes**](docs/DefaultApi.md#getEndObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes |
|
|
263
|
-
*GobodoGobodoApi.DefaultApi* | [**getFields**](docs/DefaultApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
|
|
264
260
|
*GobodoGobodoApi.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /graph/data/api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
|
|
265
|
-
*GobodoGobodoApi.DefaultApi* | [**updateTemplate**](docs/DefaultApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
|
|
266
261
|
*GobodoGobodoApi.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
|
|
267
262
|
*GobodoGobodoApi.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
|
|
268
263
|
*GobodoGobodoApi.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
|
|
@@ -316,19 +311,38 @@ Class | Method | HTTP request | Description
|
|
|
316
311
|
*GobodoGobodoApi.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
|
|
317
312
|
*GobodoGobodoApi.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
|
|
318
313
|
*GobodoGobodoApi.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
|
|
319
|
-
*GobodoGobodoApi.FunctionsApi* | [**
|
|
320
|
-
*GobodoGobodoApi.FunctionsApi* | [**
|
|
321
|
-
*GobodoGobodoApi.FunctionsApi* | [**
|
|
314
|
+
*GobodoGobodoApi.FunctionsApi* | [**addFunctionConfig**](docs/FunctionsApi.md#addFunctionConfig) | **POST** /graph/data/functions/{functionid}/{environment} | Adds a function config
|
|
315
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToActionType**](docs/FunctionsApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
|
|
316
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToObjectType**](docs/FunctionsApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
|
|
317
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToRelationshipType**](docs/FunctionsApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
|
|
322
318
|
*GobodoGobodoApi.FunctionsApi* | [**createFunction**](docs/FunctionsApi.md#createFunction) | **POST** /graph/data/functions | Creates a new function
|
|
319
|
+
*GobodoGobodoApi.FunctionsApi* | [**deleteFunction**](docs/FunctionsApi.md#deleteFunction) | **DELETE** /graph/data/functions/{functionid} | Deletes a function
|
|
323
320
|
*GobodoGobodoApi.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
|
|
324
321
|
*GobodoGobodoApi.FunctionsApi* | [**editFunction**](docs/FunctionsApi.md#editFunction) | **PUT** /graph/data/functions/{functionid} | Modifies a function
|
|
322
|
+
*GobodoGobodoApi.FunctionsApi* | [**editFunctionConfig**](docs/FunctionsApi.md#editFunctionConfig) | **PUT** /graph/data/functions/functionconfig/{functionconfigid} | Edits a function config
|
|
323
|
+
*GobodoGobodoApi.FunctionsApi* | [**getActionTypeMethods**](docs/FunctionsApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
|
|
325
324
|
*GobodoGobodoApi.FunctionsApi* | [**getFunction**](docs/FunctionsApi.md#getFunction) | **GET** /graph/data/functions/{functionid} | Returns a function
|
|
325
|
+
*GobodoGobodoApi.FunctionsApi* | [**getFunctionConfig**](docs/FunctionsApi.md#getFunctionConfig) | **GET** /graph/data/functions/{functionid}/config/{environment} | Returns the function for the given environment
|
|
326
|
+
*GobodoGobodoApi.FunctionsApi* | [**getFunctionSubscriptions**](docs/FunctionsApi.md#getFunctionSubscriptions) | **GET** /graph/data/functions/{functionid}/subscriptions | Gets the subscriptions of the function
|
|
327
|
+
*GobodoGobodoApi.FunctionsApi* | [**getObjectTypeMethods**](docs/FunctionsApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
|
|
328
|
+
*GobodoGobodoApi.FunctionsApi* | [**getRelationshipTypeMethods**](docs/FunctionsApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
|
|
329
|
+
*GobodoGobodoApi.FunctionsApi* | [**invokeFunctionGet**](docs/FunctionsApi.md#invokeFunctionGet) | **GET** /graph/data/functions/{functionid}/invoke | Calls a function
|
|
330
|
+
*GobodoGobodoApi.FunctionsApi* | [**invokeFunctionPut**](docs/FunctionsApi.md#invokeFunctionPut) | **PUT** /graph/data/functions/{functionid}/invoke | Calls a function
|
|
331
|
+
*GobodoGobodoApi.FunctionsApi* | [**subscribeToTopic**](docs/FunctionsApi.md#subscribeToTopic) | **PUT** /graph/data/functions/{functionid}/subscriptions | Subscribes to a topic
|
|
326
332
|
*GobodoGobodoApi.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
|
|
327
333
|
*GobodoGobodoApi.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
|
|
328
334
|
*GobodoGobodoApi.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
|
|
329
335
|
*GobodoGobodoApi.GeocodeApi* | [**get3**](docs/GeocodeApi.md#get3) | **GET** /graph/data/geocode/{id} |
|
|
330
336
|
*GobodoGobodoApi.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
|
|
331
337
|
*GobodoGobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
|
|
338
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**addEndObjectTypes**](docs/GraphActionTypesApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
|
|
339
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**addMethodToActionType**](docs/GraphActionTypesApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
|
|
340
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**get5**](docs/GraphActionTypesApi.md#get5) | **GET** /graph/data/actiontype |
|
|
341
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**get6**](docs/GraphActionTypesApi.md#get6) | **GET** /graph/data/actiontype/{id} |
|
|
342
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeMethods**](docs/GraphActionTypesApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
|
|
343
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**getEndObjectTypes**](docs/GraphActionTypesApi.md#getEndObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes |
|
|
344
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**getFields**](docs/GraphActionTypesApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
|
|
345
|
+
*GobodoGobodoApi.GraphActionTypesApi* | [**updateTemplate**](docs/GraphActionTypesApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
|
|
332
346
|
*GobodoGobodoApi.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
|
|
333
347
|
*GobodoGobodoApi.GraphActionsApi* | [**createBulkActions**](docs/GraphActionsApi.md#createBulkActions) | **POST** /graph/data/action | Perform multiple actions in a single bulk operation
|
|
334
348
|
*GobodoGobodoApi.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
|
|
@@ -340,6 +354,7 @@ Class | Method | HTTP request | Description
|
|
|
340
354
|
*GobodoGobodoApi.GraphActionsApi* | [**getActionsByType**](docs/GraphActionsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
|
|
341
355
|
*GobodoGobodoApi.GraphActionsApi* | [**setActionProperties**](docs/GraphActionsApi.md#setActionProperties) | **PUT** /graph/data/action/{id}/properties | Set Multiple Properties
|
|
342
356
|
*GobodoGobodoApi.GraphActionsApi* | [**setActionProperty**](docs/GraphActionsApi.md#setActionProperty) | **PUT** /graph/data/action/{id}/properties/{prop} | Update Property
|
|
357
|
+
*GobodoGobodoApi.GraphObjectTypesApi* | [**addMethodToObjectType**](docs/GraphObjectTypesApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
|
|
343
358
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**addPolicies**](docs/GraphObjectTypesApi.md#addPolicies) | **POST** /graph/data/objecttype/{id}/policies |
|
|
344
359
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**get10**](docs/GraphObjectTypesApi.md#get10) | **GET** /graph/data/objecttype/{id} |
|
|
345
360
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**get8**](docs/GraphObjectTypesApi.md#get8) | **GET** /graph/data/objecttype |
|
|
@@ -348,6 +363,7 @@ Class | Method | HTTP request | Description
|
|
|
348
363
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /graph/data/objecttype/default |
|
|
349
364
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**getFields1**](docs/GraphObjectTypesApi.md#getFields1) | **GET** /graph/data/objecttype/{id}/fields |
|
|
350
365
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
|
|
366
|
+
*GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeMethods**](docs/GraphObjectTypesApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
|
|
351
367
|
*GobodoGobodoApi.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
|
|
352
368
|
*GobodoGobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
|
|
353
369
|
*GobodoGobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
|
|
@@ -414,6 +430,7 @@ Class | Method | HTTP request | Description
|
|
|
414
430
|
*GobodoGobodoApi.GraphObjectsApi* | [**view**](docs/GraphObjectsApi.md#view) | **PUT** /graph/data/object/{objectid}/view | Marks the object as viewed
|
|
415
431
|
*GobodoGobodoApi.GraphObjectsApi* | [**viewPost**](docs/GraphObjectsApi.md#viewPost) | **POST** /graph/data/object/{id}/view | Marks the object as viewed (HTTP Post Operation)
|
|
416
432
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**addEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
|
|
433
|
+
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**addMethodToRelationshipType**](docs/GraphRelationshipTypesApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
|
|
417
434
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**addStartObjectTypes**](docs/GraphRelationshipTypesApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
|
|
418
435
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
|
|
419
436
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**get12**](docs/GraphRelationshipTypesApi.md#get12) | **GET** /graph/data/relationshiptype |
|
|
@@ -423,6 +440,7 @@ Class | Method | HTTP request | Description
|
|
|
423
440
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
|
|
424
441
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
|
|
425
442
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
|
|
443
|
+
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeMethods**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
|
|
426
444
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
|
|
427
445
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
|
|
428
446
|
*GobodoGobodoApi.GraphRelationshipTypesApi* | [**getStartObjectTypes**](docs/GraphRelationshipTypesApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
|
|
@@ -637,7 +655,12 @@ Class | Method | HTTP request | Description
|
|
|
637
655
|
*GobodoGobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
|
|
638
656
|
*GobodoGobodoApi.ThemeMappingsApi* | [**get45**](docs/ThemeMappingsApi.md#get45) | **GET** /graph/data/themes/{themeid} |
|
|
639
657
|
*GobodoGobodoApi.TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /graph/data/topics | Creates a new topic
|
|
658
|
+
*GobodoGobodoApi.TopicsApi* | [**deleteTopic**](docs/TopicsApi.md#deleteTopic) | **DELETE** /graph/data/topics/{topicName} | Deletes a topic
|
|
659
|
+
*GobodoGobodoApi.TopicsApi* | [**getSubscription**](docs/TopicsApi.md#getSubscription) | **GET** /graph/data/topics/subscription/{subscriptionId} | Gets a subscription by key
|
|
660
|
+
*GobodoGobodoApi.TopicsApi* | [**getTopicByName**](docs/TopicsApi.md#getTopicByName) | **GET** /graph/data/topics/{topicName} | Gets a topic by name
|
|
661
|
+
*GobodoGobodoApi.TopicsApi* | [**getTopicSubscriptions**](docs/TopicsApi.md#getTopicSubscriptions) | **GET** /graph/data/topics/{topicName}/subscriptions | Gets subscriptions for a topic
|
|
640
662
|
*GobodoGobodoApi.TopicsApi* | [**registerListeners**](docs/TopicsApi.md#registerListeners) | **PUT** /graph/data/topics | Registers listeners
|
|
663
|
+
*GobodoGobodoApi.TopicsApi* | [**sendMessage**](docs/TopicsApi.md#sendMessage) | **POST** /graph/data/topics/message | Sends a message to a topic
|
|
641
664
|
*GobodoGobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
|
|
642
665
|
*GobodoGobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
|
|
643
666
|
*GobodoGobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
|
|
@@ -686,6 +709,7 @@ Class | Method | HTTP request | Description
|
|
|
686
709
|
- [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionStackTraceInner](docs/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.md)
|
|
687
710
|
- [GobodoGobodoApi.Article](docs/Article.md)
|
|
688
711
|
- [GobodoGobodoApi.AuthResponse](docs/AuthResponse.md)
|
|
712
|
+
- [GobodoGobodoApi.AwsSettings](docs/AwsSettings.md)
|
|
689
713
|
- [GobodoGobodoApi.Balance](docs/Balance.md)
|
|
690
714
|
- [GobodoGobodoApi.BalanceDetails](docs/BalanceDetails.md)
|
|
691
715
|
- [GobodoGobodoApi.BalanceResponse](docs/BalanceResponse.md)
|
|
@@ -721,10 +745,15 @@ Class | Method | HTTP request | Description
|
|
|
721
745
|
- [GobodoGobodoApi.FormSubmission](docs/FormSubmission.md)
|
|
722
746
|
- [GobodoGobodoApi.FunctionConfigInput](docs/FunctionConfigInput.md)
|
|
723
747
|
- [GobodoGobodoApi.FunctionEnvironmentConfig](docs/FunctionEnvironmentConfig.md)
|
|
748
|
+
- [GobodoGobodoApi.FunctionInput](docs/FunctionInput.md)
|
|
749
|
+
- [GobodoGobodoApi.FunctionOutput](docs/FunctionOutput.md)
|
|
724
750
|
- [GobodoGobodoApi.Geocode](docs/Geocode.md)
|
|
725
751
|
- [GobodoGobodoApi.GeocodePayload](docs/GeocodePayload.md)
|
|
726
752
|
- [GobodoGobodoApi.GeolocationInput](docs/GeolocationInput.md)
|
|
753
|
+
- [GobodoGobodoApi.GetFunctionConfig](docs/GetFunctionConfig.md)
|
|
754
|
+
- [GobodoGobodoApi.GetFunctionEnvironmentConfig](docs/GetFunctionEnvironmentConfig.md)
|
|
727
755
|
- [GobodoGobodoApi.GetFunctionResponse](docs/GetFunctionResponse.md)
|
|
756
|
+
- [GobodoGobodoApi.GoogleCloudSettings](docs/GoogleCloudSettings.md)
|
|
728
757
|
- [GobodoGobodoApi.Graph](docs/Graph.md)
|
|
729
758
|
- [GobodoGobodoApi.GraphAction](docs/GraphAction.md)
|
|
730
759
|
- [GobodoGobodoApi.GraphDatabaseService](docs/GraphDatabaseService.md)
|
|
@@ -745,6 +774,7 @@ Class | Method | HTTP request | Description
|
|
|
745
774
|
- [GobodoGobodoApi.ImageUploadObject](docs/ImageUploadObject.md)
|
|
746
775
|
- [GobodoGobodoApi.InputPart](docs/InputPart.md)
|
|
747
776
|
- [GobodoGobodoApi.InputPartMediaType](docs/InputPartMediaType.md)
|
|
777
|
+
- [GobodoGobodoApi.KafkaSettings](docs/KafkaSettings.md)
|
|
748
778
|
- [GobodoGobodoApi.Link](docs/Link.md)
|
|
749
779
|
- [GobodoGobodoApi.LiveStreamInfo](docs/LiveStreamInfo.md)
|
|
750
780
|
- [GobodoGobodoApi.MeetingEvent](docs/MeetingEvent.md)
|
|
@@ -755,12 +785,14 @@ Class | Method | HTTP request | Description
|
|
|
755
785
|
- [GobodoGobodoApi.MemberList](docs/MemberList.md)
|
|
756
786
|
- [GobodoGobodoApi.MessageGroup](docs/MessageGroup.md)
|
|
757
787
|
- [GobodoGobodoApi.MultipartBody](docs/MultipartBody.md)
|
|
758
|
-
- [GobodoGobodoApi.Notification](docs/Notification.md)
|
|
759
788
|
- [GobodoGobodoApi.NotificationInput](docs/NotificationInput.md)
|
|
789
|
+
- [GobodoGobodoApi.NotificationResponse](docs/NotificationResponse.md)
|
|
760
790
|
- [GobodoGobodoApi.Objecttype](docs/Objecttype.md)
|
|
791
|
+
- [GobodoGobodoApi.OutParameter](docs/OutParameter.md)
|
|
761
792
|
- [GobodoGobodoApi.Page](docs/Page.md)
|
|
762
793
|
- [GobodoGobodoApi.PageSchema](docs/PageSchema.md)
|
|
763
794
|
- [GobodoGobodoApi.Pageable](docs/Pageable.md)
|
|
795
|
+
- [GobodoGobodoApi.Parameter](docs/Parameter.md)
|
|
764
796
|
- [GobodoGobodoApi.Path](docs/Path.md)
|
|
765
797
|
- [GobodoGobodoApi.PaymentAccountObject](docs/PaymentAccountObject.md)
|
|
766
798
|
- [GobodoGobodoApi.PaymentIntentInput](docs/PaymentIntentInput.md)
|
|
@@ -798,6 +830,8 @@ Class | Method | HTTP request | Description
|
|
|
798
830
|
- [GobodoGobodoApi.ThemeMapping](docs/ThemeMapping.md)
|
|
799
831
|
- [GobodoGobodoApi.ThemeMappingPayload](docs/ThemeMappingPayload.md)
|
|
800
832
|
- [GobodoGobodoApi.TopicInfoResponse](docs/TopicInfoResponse.md)
|
|
833
|
+
- [GobodoGobodoApi.TopicMessageInput](docs/TopicMessageInput.md)
|
|
834
|
+
- [GobodoGobodoApi.TopicSubscriptionResponse](docs/TopicSubscriptionResponse.md)
|
|
801
835
|
- [GobodoGobodoApi.Transaction](docs/Transaction.md)
|
|
802
836
|
- [GobodoGobodoApi.Transfer](docs/Transfer.md)
|
|
803
837
|
- [GobodoGobodoApi.TransferInput](docs/TransferInput.md)
|
package/dist/ApiClient.js
CHANGED
|
@@ -6,27 +6,27 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _superagent = _interopRequireDefault(require("superagent"));
|
|
8
8
|
var _querystring = _interopRequireDefault(require("querystring"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.59
|
|
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.59/Javascript'
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
/**
|
|
@@ -123,7 +123,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
123
123
|
* @param param The actual parameter.
|
|
124
124
|
* @returns {String} The string representation of <code>param</code>.
|
|
125
125
|
*/
|
|
126
|
-
_createClass(ApiClient, [{
|
|
126
|
+
return _createClass(ApiClient, [{
|
|
127
127
|
key: "paramToString",
|
|
128
128
|
value: function paramToString(param) {
|
|
129
129
|
if (param == undefined || param == null) {
|
|
@@ -675,7 +675,6 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
677
|
}]);
|
|
678
|
-
return ApiClient;
|
|
679
678
|
}();
|
|
680
679
|
/**
|
|
681
680
|
* Enumeration of collection format separator strategies.
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _GraphAction = _interopRequireDefault(require("../model/GraphAction"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* ActionTypes service.
|
|
29
29
|
* @module api/ActionTypesApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -69,7 +69,7 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
69
|
* @param {module:api/ActionTypesApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
70
70
|
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
71
71
|
*/
|
|
72
|
-
_createClass(ActionTypesApi, [{
|
|
72
|
+
return _createClass(ActionTypesApi, [{
|
|
73
73
|
key: "getActionsByType",
|
|
74
74
|
value: function getActionsByType(id, actiontypeid, opts, callback) {
|
|
75
75
|
opts = opts || {};
|
|
@@ -107,5 +107,4 @@ var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
107
107
|
return this.apiClient.callApi('/graph/data/object/{id}/actions/{actiontypeid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
108
108
|
}
|
|
109
109
|
}]);
|
|
110
|
-
return ActionTypesApi;
|
|
111
110
|
}();
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* AdCampaigns service.
|
|
29
29
|
* @module api/AdCampaignsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -68,7 +68,7 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
68
|
* @param {module:api/AdCampaignsApi~createAdCampaignCallback} callback The callback function, accepting three arguments: error, data, response
|
|
69
69
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
70
70
|
*/
|
|
71
|
-
_createClass(AdCampaignsApi, [{
|
|
71
|
+
return _createClass(AdCampaignsApi, [{
|
|
72
72
|
key: "createAdCampaign",
|
|
73
73
|
value: function createAdCampaign(opts, callback) {
|
|
74
74
|
opts = opts || {};
|
|
@@ -494,5 +494,4 @@ var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
494
494
|
return this.apiClient.callApi('/graph/data/ads/campaigns/{id}/sites', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
495
495
|
}
|
|
496
496
|
}]);
|
|
497
|
-
return AdCampaignsApi;
|
|
498
497
|
}();
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* AdManagement service.
|
|
29
29
|
* @module api/AdManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -68,7 +68,7 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
68
|
* @param {module:api/AdManagementApi~createAdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
69
69
|
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
70
70
|
*/
|
|
71
|
-
_createClass(AdManagementApi, [{
|
|
71
|
+
return _createClass(AdManagementApi, [{
|
|
72
72
|
key: "createAd",
|
|
73
73
|
value: function createAd(opts, callback) {
|
|
74
74
|
opts = opts || {};
|
|
@@ -717,5 +717,4 @@ var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
717
717
|
return this.apiClient.callApi('/graph/data/ads/campaigns/{id}/sites', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
718
718
|
}
|
|
719
719
|
}]);
|
|
720
|
-
return AdManagementApi;
|
|
721
720
|
}();
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* AdminDataManagement service.
|
|
29
29
|
* @module api/AdminDataManagementApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -67,7 +67,7 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
67
67
|
* @param {module:api/AdminDataManagementApi~purgeDataCallback} callback The callback function, accepting three arguments: error, data, response
|
|
68
68
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
69
69
|
*/
|
|
70
|
-
_createClass(AdminDataManagementApi, [{
|
|
70
|
+
return _createClass(AdminDataManagementApi, [{
|
|
71
71
|
key: "purgeData",
|
|
72
72
|
value: function purgeData(key, days, opts, callback) {
|
|
73
73
|
opts = opts || {};
|
|
@@ -107,5 +107,4 @@ var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
107
107
|
return this.apiClient.callApi('/graph/data/admin/datamanagement/purge/{key}/{days}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
108
108
|
}
|
|
109
109
|
}]);
|
|
110
|
-
return AdminDataManagementApi;
|
|
111
110
|
}();
|