@gobodo/gobodo-api 0.1.51 → 0.1.56
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 -6
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.js +282 -0
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +384 -10
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.js +735 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +322 -0
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +13 -13
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TopicsApi.js +163 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +7 -7
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +112 -7
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -32
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +23 -23
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +9 -9
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +169 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +139 -0
- package/dist/model/CreateTopicListenerInput.js +125 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +28 -28
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +200 -0
- package/dist/model/Document.js +23 -23
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +21 -21
- package/dist/model/EmailAddress.js +142 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +20 -20
- package/dist/model/File.js +9 -9
- package/dist/model/FileAttachmentUploadObject.js +9 -9
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.js +316 -0
- package/dist/model/FunctionEnvironmentConfig.js +169 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionResponse.js +195 -0
- package/dist/model/Graph.js +38 -38
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +27 -27
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +36 -36
- package/dist/model/GraphObjectType.js +26 -26
- package/dist/model/GraphObjectTypeSchema.js +26 -26
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +34 -34
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +26 -26
- package/dist/model/ImageUploadObject.js +26 -26
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +88 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +26 -26
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +14 -14
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +210 -0
- package/dist/model/NotificationInput.js +187 -0
- package/dist/model/Objecttype.js +22 -22
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +17 -17
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +10 -10
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +13 -13
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +178 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +37 -37
- 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/PurgeDataDefaultResponse.js +144 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +20 -20
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/TopicInfoResponse.js +102 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +20 -20
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +20 -20
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +14 -14
- package/dist/model/UserDataPayload.js +14 -14
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +13 -13
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +14 -14
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +34 -34
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +42 -42
- package/dist/model/VideoUploadObject.js +34 -34
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ GobodoGobodoApi - JavaScript client for @gobodo/gobodo-api
|
|
|
4
4
|
REST Interface for Gobodo API
|
|
5
5
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
|
-
- API version: 0.1.
|
|
8
|
-
- Package version: 0.1.
|
|
7
|
+
- API version: 0.1.56
|
|
8
|
+
- Package version: 0.1.56
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -276,6 +276,10 @@ Class | Method | HTTP request | Description
|
|
|
276
276
|
*GobodoGobodoApi.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
|
|
277
277
|
*GobodoGobodoApi.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
|
|
278
278
|
*GobodoGobodoApi.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
|
|
279
|
+
*GobodoGobodoApi.EmailsApi* | [**createEmailForPage**](docs/EmailsApi.md#createEmailForPage) | **POST** /graph/data/emails/page/{pageId} | Creates an email address for a page
|
|
280
|
+
*GobodoGobodoApi.EmailsApi* | [**createEmailForUser**](docs/EmailsApi.md#createEmailForUser) | **POST** /graph/data/emails/user/{userId} | Creates an email address for a user
|
|
281
|
+
*GobodoGobodoApi.EmailsApi* | [**getEmailsByPage**](docs/EmailsApi.md#getEmailsByPage) | **GET** /graph/data/emails/page/{pageId} | Returns all email addresses for a given page
|
|
282
|
+
*GobodoGobodoApi.EmailsApi* | [**getEmailsByUser**](docs/EmailsApi.md#getEmailsByUser) | **GET** /graph/data/emails/user/{userid} | Returns all email addresses for a given user
|
|
279
283
|
*GobodoGobodoApi.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
|
|
280
284
|
*GobodoGobodoApi.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
|
|
281
285
|
*GobodoGobodoApi.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
|
|
@@ -312,7 +316,13 @@ Class | Method | HTTP request | Description
|
|
|
312
316
|
*GobodoGobodoApi.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
|
|
313
317
|
*GobodoGobodoApi.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
|
|
314
318
|
*GobodoGobodoApi.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
|
|
319
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToActionType**](docs/FunctionsApi.md#addMethodToActionType) | **POST** /graph/data/functions/{actiontypeid}/method | Adds a method to an action type
|
|
320
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToObjectType**](docs/FunctionsApi.md#addMethodToObjectType) | **POST** /graph/data/functions/{objecttypeid}/method | Adds a method to an object type
|
|
321
|
+
*GobodoGobodoApi.FunctionsApi* | [**addMethodToRelationshipType**](docs/FunctionsApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/{reltypeid}/method | Adds a method to an relationship type
|
|
322
|
+
*GobodoGobodoApi.FunctionsApi* | [**createFunction**](docs/FunctionsApi.md#createFunction) | **POST** /graph/data/functions | Creates a new function
|
|
315
323
|
*GobodoGobodoApi.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
|
|
324
|
+
*GobodoGobodoApi.FunctionsApi* | [**editFunction**](docs/FunctionsApi.md#editFunction) | **PUT** /graph/data/functions/{functionid} | Modifies a function
|
|
325
|
+
*GobodoGobodoApi.FunctionsApi* | [**getFunction**](docs/FunctionsApi.md#getFunction) | **GET** /graph/data/functions/{functionid} | Returns a function
|
|
316
326
|
*GobodoGobodoApi.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
|
|
317
327
|
*GobodoGobodoApi.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
|
|
318
328
|
*GobodoGobodoApi.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
|
|
@@ -525,6 +535,18 @@ Class | Method | HTTP request | Description
|
|
|
525
535
|
*GobodoGobodoApi.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
|
|
526
536
|
*GobodoGobodoApi.MeetingEventsApi* | [**getEventsFuture**](docs/MeetingEventsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
|
|
527
537
|
*GobodoGobodoApi.MeetingEventsApi* | [**getEventsPast**](docs/MeetingEventsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
|
|
538
|
+
*GobodoGobodoApi.NotificationsApi* | [**createNotification**](docs/NotificationsApi.md#createNotification) | **POST** /graph/data/notifications/{recipientId} | Creates a notification
|
|
539
|
+
*GobodoGobodoApi.NotificationsApi* | [**createNotificationAssociatedWith**](docs/NotificationsApi.md#createNotificationAssociatedWith) | **POST** /graph/data/notifications/{recipientId}/{objectId} | Creates a notification
|
|
540
|
+
*GobodoGobodoApi.NotificationsApi* | [**getAllNotifications**](docs/NotificationsApi.md#getAllNotifications) | **GET** /graph/data/notifications | Returns all notifications for the logged in user
|
|
541
|
+
*GobodoGobodoApi.NotificationsApi* | [**getAllNotificationsByUser**](docs/NotificationsApi.md#getAllNotificationsByUser) | **GET** /graph/data/notifications/user/{userId} | Returns all notifications for a given user
|
|
542
|
+
*GobodoGobodoApi.NotificationsApi* | [**getNotification**](docs/NotificationsApi.md#getNotification) | **GET** /graph/data/notifications/{id} | Returns a notification by id
|
|
543
|
+
*GobodoGobodoApi.NotificationsApi* | [**getUnreadNotificationCount**](docs/NotificationsApi.md#getUnreadNotificationCount) | **GET** /graph/data/notifications/unread/count | Returns the number of unread notifications for the logged in user
|
|
544
|
+
*GobodoGobodoApi.NotificationsApi* | [**getUnreadNotifications**](docs/NotificationsApi.md#getUnreadNotifications) | **GET** /graph/data/notifications/unread | Returns all unread notifications for the logged in user
|
|
545
|
+
*GobodoGobodoApi.NotificationsApi* | [**listRegisteredDevices**](docs/NotificationsApi.md#listRegisteredDevices) | **GET** /graph/data/notificationmanagement/devices |
|
|
546
|
+
*GobodoGobodoApi.NotificationsApi* | [**listRegisteredTokens**](docs/NotificationsApi.md#listRegisteredTokens) | **GET** /graph/data/notificationmanagement/tokens |
|
|
547
|
+
*GobodoGobodoApi.NotificationsApi* | [**registerDevice**](docs/NotificationsApi.md#registerDevice) | **POST** /graph/data/notificationmanagement/register |
|
|
548
|
+
*GobodoGobodoApi.NotificationsApi* | [**unregisterDevice**](docs/NotificationsApi.md#unregisterDevice) | **DELETE** /graph/data/notificationmanagement/unregister/{deviceId} |
|
|
549
|
+
*GobodoGobodoApi.NotificationsApi* | [**unregisterNotificationToken**](docs/NotificationsApi.md#unregisterNotificationToken) | **DELETE** /graph/data/notificationmanagement/unregistertoken/{token} |
|
|
528
550
|
*GobodoGobodoApi.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /graph/data/pages | Create Page
|
|
529
551
|
*GobodoGobodoApi.PagesApi* | [**deleteObject**](docs/PagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
|
|
530
552
|
*GobodoGobodoApi.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /graph/data/pages/{id} | Edit Page
|
|
@@ -534,6 +556,11 @@ Class | Method | HTTP request | Description
|
|
|
534
556
|
*GobodoGobodoApi.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /graph/data/pages/{id}/profilepicture | Edit Page
|
|
535
557
|
*GobodoGobodoApi.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /graph/data/pages/{id}/properties | Set Multiple Properties
|
|
536
558
|
*GobodoGobodoApi.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /graph/data/pages/{id}/properties/{prop} | Update Property
|
|
559
|
+
*GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForPage**](docs/PhoneNumbersApi.md#createPhoneNumberForPage) | **POST** /graph/data/phoneNumbers/page/{pageId} | Creates a phone number for a page
|
|
560
|
+
*GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForUser**](docs/PhoneNumbersApi.md#createPhoneNumberForUser) | **POST** /graph/data/phoneNumbers/user/{userId} | Creates a phone number for a user
|
|
561
|
+
*GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumber**](docs/PhoneNumbersApi.md#getPhoneNumber) | **GET** /graph/data/phoneNumbers/{id} | Returns a phone number by id
|
|
562
|
+
*GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByPage**](docs/PhoneNumbersApi.md#getPhoneNumbersByPage) | **GET** /graph/data/phoneNumbers/page/{pageId} | Returns all email addresses for a given page
|
|
563
|
+
*GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByUser**](docs/PhoneNumbersApi.md#getPhoneNumbersByUser) | **GET** /graph/data/phoneNumbers/user/{userid} | Returns all email addresses for a given user
|
|
537
564
|
*GobodoGobodoApi.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /graph/data/posts |
|
|
538
565
|
*GobodoGobodoApi.PostsApi* | [**deleteObject**](docs/PostsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
|
|
539
566
|
*GobodoGobodoApi.PostsApi* | [**get42**](docs/PostsApi.md#get42) | **GET** /graph/data/posts |
|
|
@@ -572,8 +599,8 @@ Class | Method | HTTP request | Description
|
|
|
572
599
|
*GobodoGobodoApi.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
573
600
|
*GobodoGobodoApi.StripeAccountsApi* | [**createSiteStripePaymentAccount**](docs/StripeAccountsApi.md#createSiteStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
574
601
|
*GobodoGobodoApi.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /graph/data/payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
|
|
575
|
-
*GobodoGobodoApi.StripeAccountsApi* | [**
|
|
576
|
-
*GobodoGobodoApi.StripeAccountsApi* | [**
|
|
602
|
+
*GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccount**](docs/StripeAccountsApi.md#deleteStripeAccount) | **DELETE** /graph/data/payments/stripe/account |
|
|
603
|
+
*GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccountWithId**](docs/StripeAccountsApi.md#deleteStripeAccountWithId) | **DELETE** /graph/data/payments/stripe/account/{accountID} |
|
|
577
604
|
*GobodoGobodoApi.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
|
|
578
605
|
*GobodoGobodoApi.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /graph/data/payments/stripe |
|
|
579
606
|
*GobodoGobodoApi.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /graph/data/payments/stripe/{id} |
|
|
@@ -609,6 +636,8 @@ Class | Method | HTTP request | Description
|
|
|
609
636
|
*GobodoGobodoApi.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /graph/data/themes/{themeid}/urlpatterns |
|
|
610
637
|
*GobodoGobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
|
|
611
638
|
*GobodoGobodoApi.ThemeMappingsApi* | [**get45**](docs/ThemeMappingsApi.md#get45) | **GET** /graph/data/themes/{themeid} |
|
|
639
|
+
*GobodoGobodoApi.TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /graph/data/topics | Creates a new topic
|
|
640
|
+
*GobodoGobodoApi.TopicsApi* | [**registerListeners**](docs/TopicsApi.md#registerListeners) | **PUT** /graph/data/topics | Registers listeners
|
|
612
641
|
*GobodoGobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
|
|
613
642
|
*GobodoGobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
|
|
614
643
|
*GobodoGobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
|
|
@@ -623,7 +652,7 @@ Class | Method | HTTP request | Description
|
|
|
623
652
|
*GobodoGobodoApi.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
|
|
624
653
|
*GobodoGobodoApi.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
|
|
625
654
|
*GobodoGobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
|
|
626
|
-
*GobodoGobodoApi.UsersApi* | [**
|
|
655
|
+
*GobodoGobodoApi.UsersApi* | [**deleteAccount**](docs/UsersApi.md#deleteAccount) | **DELETE** /graph/data/user/self | Deactivates the account and clear's the user's data if the purge data flag is true
|
|
627
656
|
*GobodoGobodoApi.UsersApi* | [**get33**](docs/UsersApi.md#get33) | **GET** /graph/data/user |
|
|
628
657
|
*GobodoGobodoApi.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
|
|
629
658
|
*GobodoGobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user's account
|
|
@@ -655,7 +684,6 @@ Class | Method | HTTP request | Description
|
|
|
655
684
|
- [GobodoGobodoApi.ApplicationPaymentAccountResponse](docs/ApplicationPaymentAccountResponse.md)
|
|
656
685
|
- [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureException](docs/ApplicationPaymentAccountResponseFailureException.md)
|
|
657
686
|
- [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionStackTraceInner](docs/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.md)
|
|
658
|
-
- [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionSuppressedInner](docs/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.md)
|
|
659
687
|
- [GobodoGobodoApi.Article](docs/Article.md)
|
|
660
688
|
- [GobodoGobodoApi.AuthResponse](docs/AuthResponse.md)
|
|
661
689
|
- [GobodoGobodoApi.Balance](docs/Balance.md)
|
|
@@ -666,17 +694,22 @@ Class | Method | HTTP request | Description
|
|
|
666
694
|
- [GobodoGobodoApi.Comment](docs/Comment.md)
|
|
667
695
|
- [GobodoGobodoApi.Coordinates](docs/Coordinates.md)
|
|
668
696
|
- [GobodoGobodoApi.CreateAccountResponse](docs/CreateAccountResponse.md)
|
|
697
|
+
- [GobodoGobodoApi.CreateFunctionInput](docs/CreateFunctionInput.md)
|
|
669
698
|
- [GobodoGobodoApi.CreateStripeAccountInput](docs/CreateStripeAccountInput.md)
|
|
670
699
|
- [GobodoGobodoApi.CreateStripeCustomerInput](docs/CreateStripeCustomerInput.md)
|
|
700
|
+
- [GobodoGobodoApi.CreateTopicInput](docs/CreateTopicInput.md)
|
|
701
|
+
- [GobodoGobodoApi.CreateTopicListenerInput](docs/CreateTopicListenerInput.md)
|
|
671
702
|
- [GobodoGobodoApi.CustomerResponse](docs/CustomerResponse.md)
|
|
672
703
|
- [GobodoGobodoApi.DataObject](docs/DataObject.md)
|
|
673
704
|
- [GobodoGobodoApi.DataSheetImport](docs/DataSheetImport.md)
|
|
674
705
|
- [GobodoGobodoApi.DataSheetImportPrivacySettings](docs/DataSheetImportPrivacySettings.md)
|
|
675
706
|
- [GobodoGobodoApi.DataSheetImportSummary](docs/DataSheetImportSummary.md)
|
|
707
|
+
- [GobodoGobodoApi.DeviceRegistrationRequest](docs/DeviceRegistrationRequest.md)
|
|
676
708
|
- [GobodoGobodoApi.Document](docs/Document.md)
|
|
677
709
|
- [GobodoGobodoApi.DocumentPart](docs/DocumentPart.md)
|
|
678
710
|
- [GobodoGobodoApi.DocumentPartType](docs/DocumentPartType.md)
|
|
679
711
|
- [GobodoGobodoApi.DocumentType](docs/DocumentType.md)
|
|
712
|
+
- [GobodoGobodoApi.EmailAddress](docs/EmailAddress.md)
|
|
680
713
|
- [GobodoGobodoApi.FieldMapping](docs/FieldMapping.md)
|
|
681
714
|
- [GobodoGobodoApi.Fields](docs/Fields.md)
|
|
682
715
|
- [GobodoGobodoApi.File](docs/File.md)
|
|
@@ -686,9 +719,12 @@ Class | Method | HTTP request | Description
|
|
|
686
719
|
- [GobodoGobodoApi.Form](docs/Form.md)
|
|
687
720
|
- [GobodoGobodoApi.FormSection](docs/FormSection.md)
|
|
688
721
|
- [GobodoGobodoApi.FormSubmission](docs/FormSubmission.md)
|
|
722
|
+
- [GobodoGobodoApi.FunctionConfigInput](docs/FunctionConfigInput.md)
|
|
723
|
+
- [GobodoGobodoApi.FunctionEnvironmentConfig](docs/FunctionEnvironmentConfig.md)
|
|
689
724
|
- [GobodoGobodoApi.Geocode](docs/Geocode.md)
|
|
690
725
|
- [GobodoGobodoApi.GeocodePayload](docs/GeocodePayload.md)
|
|
691
726
|
- [GobodoGobodoApi.GeolocationInput](docs/GeolocationInput.md)
|
|
727
|
+
- [GobodoGobodoApi.GetFunctionResponse](docs/GetFunctionResponse.md)
|
|
692
728
|
- [GobodoGobodoApi.Graph](docs/Graph.md)
|
|
693
729
|
- [GobodoGobodoApi.GraphAction](docs/GraphAction.md)
|
|
694
730
|
- [GobodoGobodoApi.GraphDatabaseService](docs/GraphDatabaseService.md)
|
|
@@ -719,6 +755,8 @@ Class | Method | HTTP request | Description
|
|
|
719
755
|
- [GobodoGobodoApi.MemberList](docs/MemberList.md)
|
|
720
756
|
- [GobodoGobodoApi.MessageGroup](docs/MessageGroup.md)
|
|
721
757
|
- [GobodoGobodoApi.MultipartBody](docs/MultipartBody.md)
|
|
758
|
+
- [GobodoGobodoApi.Notification](docs/Notification.md)
|
|
759
|
+
- [GobodoGobodoApi.NotificationInput](docs/NotificationInput.md)
|
|
722
760
|
- [GobodoGobodoApi.Objecttype](docs/Objecttype.md)
|
|
723
761
|
- [GobodoGobodoApi.Page](docs/Page.md)
|
|
724
762
|
- [GobodoGobodoApi.PageSchema](docs/PageSchema.md)
|
|
@@ -734,6 +772,7 @@ Class | Method | HTTP request | Description
|
|
|
734
772
|
- [GobodoGobodoApi.Payout](docs/Payout.md)
|
|
735
773
|
- [GobodoGobodoApi.PayoutInput](docs/PayoutInput.md)
|
|
736
774
|
- [GobodoGobodoApi.PayoutResponse](docs/PayoutResponse.md)
|
|
775
|
+
- [GobodoGobodoApi.PhoneNumber](docs/PhoneNumber.md)
|
|
737
776
|
- [GobodoGobodoApi.Post](docs/Post.md)
|
|
738
777
|
- [GobodoGobodoApi.PrivateMessage](docs/PrivateMessage.md)
|
|
739
778
|
- [GobodoGobodoApi.PrivateMessageConversation](docs/PrivateMessageConversation.md)
|
|
@@ -758,6 +797,7 @@ Class | Method | HTTP request | Description
|
|
|
758
797
|
- [GobodoGobodoApi.TemplateSchema](docs/TemplateSchema.md)
|
|
759
798
|
- [GobodoGobodoApi.ThemeMapping](docs/ThemeMapping.md)
|
|
760
799
|
- [GobodoGobodoApi.ThemeMappingPayload](docs/ThemeMappingPayload.md)
|
|
800
|
+
- [GobodoGobodoApi.TopicInfoResponse](docs/TopicInfoResponse.md)
|
|
761
801
|
- [GobodoGobodoApi.Transaction](docs/Transaction.md)
|
|
762
802
|
- [GobodoGobodoApi.Transfer](docs/Transfer.md)
|
|
763
803
|
- [GobodoGobodoApi.TransferInput](docs/TransferInput.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.56
|
|
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.56
|
|
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.56/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.56
|
|
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.56
|
|
31
31
|
*/
|
|
32
32
|
var ActionTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.56
|
|
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.56
|
|
31
31
|
*/
|
|
32
32
|
var AdCampaignsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.56
|
|
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.56
|
|
31
31
|
*/
|
|
32
32
|
var AdManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.56
|
|
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.56
|
|
31
31
|
*/
|
|
32
32
|
var AdminDataManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/AdsApi.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.56
|
|
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
|
* Ads service.
|
|
29
29
|
* @module api/AdsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var AdsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.56
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Attachments service.
|
|
32
32
|
* @module api/AttachmentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.56
|
|
34
34
|
*/
|
|
35
35
|
var AttachmentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.56
|
|
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
|
* Authentication service.
|
|
29
29
|
* @module api/AuthenticationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var AuthenticationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.56
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Categories service.
|
|
30
30
|
* @module api/CategoriesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.56
|
|
32
32
|
*/
|
|
33
33
|
var CategoriesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/CommentsApi.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.56
|
|
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
|
* Comments service.
|
|
29
29
|
* @module api/CommentsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.56
|
|
31
31
|
*/
|
|
32
32
|
var CommentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.56
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* ContentManagement service.
|
|
32
32
|
* @module api/ContentManagementApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.56
|
|
34
34
|
*/
|
|
35
35
|
var ContentManagementApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.56
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Conversations service.
|
|
32
32
|
* @module api/ConversationsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.56
|
|
34
34
|
*/
|
|
35
35
|
var ConversationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.56
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* DataSheetImports service.
|
|
34
34
|
* @module api/DataSheetImportsApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.56
|
|
36
36
|
*/
|
|
37
37
|
var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
package/dist/api/DefaultApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.56
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Default service.
|
|
30
30
|
* @module api/DefaultApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.56
|
|
32
32
|
*/
|
|
33
33
|
var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/DocumentsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.56
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* Documents service.
|
|
32
32
|
* @module api/DocumentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.56
|
|
34
34
|
*/
|
|
35
35
|
var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|