@gobodo/gobodo-api 0.1.90 → 0.1.91
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 +31 -15
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.d.ts +1 -1
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.d.ts +1 -1
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.d.ts +1 -1
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.d.ts +1 -1
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.d.ts +1 -1
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.d.ts +1 -1
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.d.ts +1 -1
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.d.ts +1 -1
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.d.ts +1 -1
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.d.ts +17 -17
- package/dist/api/ConversationsApi.js +26 -26
- package/dist/api/CurrencyApi.d.ts +52 -1
- package/dist/api/CurrencyApi.js +124 -2
- package/dist/api/DataSheetImportsApi.d.ts +1 -1
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.d.ts +1 -1
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.d.ts +1 -1
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.d.ts +1 -1
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.d.ts +1 -1
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.d.ts +1 -1
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.d.ts +1 -1
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +1 -1
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.d.ts +1 -1
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.d.ts +1 -1
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.d.ts +72 -1
- package/dist/api/FunctionsApi.js +181 -2
- package/dist/api/GeocodeApi.d.ts +1 -1
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.d.ts +1 -1
- package/dist/api/GobodoManagementApi.js +2 -2
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +26 -1
- package/dist/api/GraphActionTypesApi.js +64 -2
- package/dist/api/GraphActionsApi.d.ts +5 -5
- package/dist/api/GraphActionsApi.js +13 -11
- package/dist/api/GraphObjectTypesApi.d.ts +31 -5
- package/dist/api/GraphObjectTypesApi.js +86 -9
- package/dist/api/GraphObjectsApi.d.ts +5 -5
- package/dist/api/GraphObjectsApi.js +13 -11
- package/dist/api/GraphRelationshipTypesApi.d.ts +26 -1
- package/dist/api/GraphRelationshipTypesApi.js +64 -2
- package/dist/api/GraphRelationshipsApi.d.ts +1 -1
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.d.ts +127 -6
- package/dist/api/GraphSchemasApi.js +318 -10
- package/dist/api/GraphTraversalApi.d.ts +1 -1
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.d.ts +1 -1
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.d.ts +5 -5
- package/dist/api/GroupsApi.js +7 -7
- package/dist/api/IAMApi.d.ts +1 -1
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.d.ts +1 -1
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.d.ts +1 -1
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.d.ts +1 -1
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +1 -1
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.d.ts +1 -1
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.d.ts +5 -3
- package/dist/api/NotificationsApi.js +8 -6
- package/dist/api/PagesApi.d.ts +1 -1
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +1 -1
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.d.ts +5 -5
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.d.ts +42 -43
- package/dist/api/PrivateMessagesApi.js +89 -90
- package/dist/api/PublicationsApi.d.ts +1 -1
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.d.ts +1 -1
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.d.ts +1 -1
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.d.ts +1 -1
- package/dist/api/SitesApi.js +2 -2
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +1 -1
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.d.ts +1 -1
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.d.ts +1 -1
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.d.ts +5 -5
- package/dist/api/ThemeMappingsApi.js +8 -8
- package/dist/api/TopicsApi.d.ts +5 -5
- package/dist/api/TopicsApi.js +8 -8
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +5 -5
- package/dist/api/UserTagsApi.js +7 -7
- package/dist/api/UsersApi.d.ts +1 -1
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +5 -5
- package/dist/api/VideosApi.js +7 -7
- package/dist/api/WalletsApi.d.ts +1 -1
- package/dist/api/WalletsApi.js +2 -2
- package/dist/index.d.ts +4 -1
- package/dist/index.js +21 -0
- package/dist/model/APIClient.d.ts +1 -1
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/Article.d.ts +5 -5
- package/dist/model/Article.js +35 -35
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +2 -2
- package/dist/model/Balance.js +19 -19
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +1 -1
- package/dist/model/Comment.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +1 -1
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +1 -1
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +1 -1
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +1 -1
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +1 -1
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.d.ts +1 -1
- package/dist/model/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +1 -1
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +1 -1
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +1 -1
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +1 -1
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +2 -2
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.d.ts +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +1 -1
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +5 -5
- package/dist/model/Document.js +35 -35
- package/dist/model/DocumentPart.d.ts +3 -3
- package/dist/model/DocumentPart.js +17 -17
- package/dist/model/DocumentPartType.d.ts +1 -1
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.d.ts +3 -3
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/EmailAddress.d.ts +1 -1
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +1 -1
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.d.ts +1 -1
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.d.ts +1 -1
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +1 -1
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.d.ts +1 -1
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +1 -1
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +2 -1
- package/dist/model/FunctionConfigInput.js +8 -3
- package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +1 -1
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.d.ts +1 -1
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.d.ts +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +2 -1
- package/dist/model/GetFunctionConfig.js +8 -3
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.d.ts +2 -2
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphActionPayload.d.ts +33 -0
- package/dist/model/GraphActionPayload.js +125 -0
- package/dist/model/GraphActionResponse.d.ts +53 -0
- package/dist/model/GraphActionResponse.js +205 -0
- package/dist/model/GraphDatabaseService.d.ts +1 -1
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.d.ts +1 -1
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +1 -1
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +1 -1
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +54 -0
- package/dist/model/GraphObjectResponse.js +206 -0
- package/dist/model/GraphObjectSchema.d.ts +1 -1
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.d.ts +1 -1
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +1 -1
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +1 -1
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +2 -2
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.d.ts +1 -1
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +1 -1
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.d.ts +2 -1
- package/dist/model/GraphSchema.js +10 -2
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +1 -1
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.d.ts +1 -1
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.d.ts +1 -1
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.d.ts +1 -1
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +1 -1
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.d.ts +5 -5
- package/dist/model/MeetingEvent.js +36 -36
- package/dist/model/MeetingEventTimezone.d.ts +1 -1
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.d.ts +2 -2
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.d.ts +1 -1
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +1 -1
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +2 -2
- package/dist/model/Page.js +10 -10
- package/dist/model/PageSchema.d.ts +1 -1
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +1 -1
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +2 -2
- package/dist/model/PaymentMethod.js +9 -9
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +1 -1
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +1 -1
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.d.ts +1 -1
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +1 -1
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.d.ts +1 -1
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +1 -1
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.d.ts +1 -1
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurchaseInput.d.ts +1 -1
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +1 -1
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +1 -1
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +1 -1
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.d.ts +1 -1
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.d.ts +1 -1
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +1 -1
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +1 -1
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +1 -1
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +2 -2
- package/dist/model/SkinField.js +10 -10
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +1 -1
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.d.ts +1 -1
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.d.ts +2 -2
- package/dist/model/Sort.js +9 -9
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +1 -1
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.d.ts +1 -1
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +1 -1
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +1 -1
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +1 -1
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +1 -1
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +1 -1
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +1 -1
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +1 -1
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +1 -1
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.d.ts +1 -1
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.d.ts +3 -3
- package/dist/model/Video.js +18 -18
- package/dist/model/VideoLiveUrl.d.ts +2 -2
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.d.ts +4 -4
- package/dist/model/VideoSchema.js +26 -26
- package/dist/model/VideoUploadObject.d.ts +3 -3
- package/dist/model/VideoUploadObject.js +18 -18
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* PrivateMessages service.
|
|
32
32
|
* @module api/PrivateMessagesApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.91
|
|
34
34
|
*/
|
|
35
35
|
var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -279,7 +279,7 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
279
|
var contentTypes = [];
|
|
280
280
|
var accepts = ['application/json'];
|
|
281
281
|
var returnType = null;
|
|
282
|
-
return this.apiClient.callApi('/graph/data/privatemessages/messages/{messageid}
|
|
282
|
+
return this.apiClient.callApi('/graph/data/privatemessages/messages/{messageid}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
/**
|
|
@@ -439,64 +439,6 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
439
439
|
return this.apiClient.callApi('/graph/data/privatemessages/messages', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
/**
|
|
443
|
-
* Callback function to receive the result of the get33 operation.
|
|
444
|
-
* @callback module:api/PrivateMessagesApi~get33Callback
|
|
445
|
-
* @param {String} error Error message, if any.
|
|
446
|
-
* @param {module:model/PrivateMessage} data The data returned by the service call.
|
|
447
|
-
* @param {String} response The complete HTTP response.
|
|
448
|
-
*/
|
|
449
|
-
|
|
450
|
-
/**
|
|
451
|
-
* Gets and object by id
|
|
452
|
-
* @param {Number} id
|
|
453
|
-
* @param {Object} opts Optional parameters
|
|
454
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
455
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
456
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
457
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
458
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
459
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
460
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
461
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
462
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
463
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
464
|
-
* @param {module:api/PrivateMessagesApi~get33Callback} callback The callback function, accepting three arguments: error, data, response
|
|
465
|
-
* data is of type: {@link module:model/PrivateMessage}
|
|
466
|
-
*/
|
|
467
|
-
}, {
|
|
468
|
-
key: "get33",
|
|
469
|
-
value: function get33(id, opts, callback) {
|
|
470
|
-
opts = opts || {};
|
|
471
|
-
var postBody = null;
|
|
472
|
-
// verify the required parameter 'id' is set
|
|
473
|
-
if (id === undefined || id === null) {
|
|
474
|
-
throw new Error("Missing the required parameter 'id' when calling get33");
|
|
475
|
-
}
|
|
476
|
-
var pathParams = {
|
|
477
|
-
'id': id
|
|
478
|
-
};
|
|
479
|
-
var queryParams = {};
|
|
480
|
-
var headerParams = {
|
|
481
|
-
'Authorization': opts['authorization'],
|
|
482
|
-
'cacheduration': opts['cacheduration'],
|
|
483
|
-
'cachegroup': opts['cachegroup'],
|
|
484
|
-
'cachekey': opts['cachekey'],
|
|
485
|
-
'cachescope': opts['cachescope'],
|
|
486
|
-
'cacheuser': opts['cacheuser'],
|
|
487
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
488
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
489
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
490
|
-
'transactionid': opts['transactionid']
|
|
491
|
-
};
|
|
492
|
-
var formParams = {};
|
|
493
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
494
|
-
var contentTypes = [];
|
|
495
|
-
var accepts = ['application/json'];
|
|
496
|
-
var returnType = _PrivateMessage["default"];
|
|
497
|
-
return this.apiClient.callApi('/graph/data/privatemessages/messages/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
442
|
/**
|
|
501
443
|
* Callback function to receive the result of the getAllConversations operation.
|
|
502
444
|
* @callback module:api/PrivateMessagesApi~getAllConversationsCallback
|
|
@@ -667,6 +609,65 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
667
609
|
return this.apiClient.callApi('/graph/data/privatemessages/conversations/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
668
610
|
}
|
|
669
611
|
|
|
612
|
+
/**
|
|
613
|
+
* Callback function to receive the result of the getConversationMessages operation.
|
|
614
|
+
* @callback module:api/PrivateMessagesApi~getConversationMessagesCallback
|
|
615
|
+
* @param {String} error Error message, if any.
|
|
616
|
+
* @param {Array.<module:model/PrivateMessage>} data The data returned by the service call.
|
|
617
|
+
* @param {String} response The complete HTTP response.
|
|
618
|
+
*/
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* Get Messages in a Conversation
|
|
622
|
+
* Returns the messages within a conversation
|
|
623
|
+
* @param {Number} convoid
|
|
624
|
+
* @param {Object} opts Optional parameters
|
|
625
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
626
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
627
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
628
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
629
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
630
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
631
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
632
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
633
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
634
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
635
|
+
* @param {module:api/PrivateMessagesApi~getConversationMessagesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
636
|
+
* data is of type: {@link Array.<module:model/PrivateMessage>}
|
|
637
|
+
*/
|
|
638
|
+
}, {
|
|
639
|
+
key: "getConversationMessages",
|
|
640
|
+
value: function getConversationMessages(convoid, opts, callback) {
|
|
641
|
+
opts = opts || {};
|
|
642
|
+
var postBody = null;
|
|
643
|
+
// verify the required parameter 'convoid' is set
|
|
644
|
+
if (convoid === undefined || convoid === null) {
|
|
645
|
+
throw new Error("Missing the required parameter 'convoid' when calling getConversationMessages");
|
|
646
|
+
}
|
|
647
|
+
var pathParams = {
|
|
648
|
+
'convoid': convoid
|
|
649
|
+
};
|
|
650
|
+
var queryParams = {};
|
|
651
|
+
var headerParams = {
|
|
652
|
+
'Authorization': opts['authorization'],
|
|
653
|
+
'cacheduration': opts['cacheduration'],
|
|
654
|
+
'cachegroup': opts['cachegroup'],
|
|
655
|
+
'cachekey': opts['cachekey'],
|
|
656
|
+
'cachescope': opts['cachescope'],
|
|
657
|
+
'cacheuser': opts['cacheuser'],
|
|
658
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
659
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
660
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
661
|
+
'transactionid': opts['transactionid']
|
|
662
|
+
};
|
|
663
|
+
var formParams = {};
|
|
664
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
665
|
+
var contentTypes = [];
|
|
666
|
+
var accepts = ['application/json'];
|
|
667
|
+
var returnType = [_PrivateMessage["default"]];
|
|
668
|
+
return this.apiClient.callApi('/graph/data/privatemessages/conversations/{convoid}/messages', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
669
|
+
}
|
|
670
|
+
|
|
670
671
|
/**
|
|
671
672
|
* Callback function to receive the result of the getConversationParticipants operation.
|
|
672
673
|
* @callback module:api/PrivateMessagesApi~getConversationParticipantsCallback
|
|
@@ -727,17 +728,15 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
727
728
|
}
|
|
728
729
|
|
|
729
730
|
/**
|
|
730
|
-
* Callback function to receive the result of the
|
|
731
|
-
* @callback module:api/PrivateMessagesApi~
|
|
731
|
+
* Callback function to receive the result of the getPrivateMessageById operation.
|
|
732
|
+
* @callback module:api/PrivateMessagesApi~getPrivateMessageByIdCallback
|
|
732
733
|
* @param {String} error Error message, if any.
|
|
733
|
-
* @param {
|
|
734
|
+
* @param {module:model/PrivateMessage} data The data returned by the service call.
|
|
734
735
|
* @param {String} response The complete HTTP response.
|
|
735
736
|
*/
|
|
736
737
|
|
|
737
738
|
/**
|
|
738
|
-
*
|
|
739
|
-
* Get messages attached to a conversation
|
|
740
|
-
* @param {Number} convoid
|
|
739
|
+
* @param {Number} id
|
|
741
740
|
* @param {Object} opts Optional parameters
|
|
742
741
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
743
742
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -749,20 +748,20 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
749
748
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
750
749
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
751
750
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
752
|
-
* @param {module:api/PrivateMessagesApi~
|
|
753
|
-
* data is of type: {@link
|
|
751
|
+
* @param {module:api/PrivateMessagesApi~getPrivateMessageByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
752
|
+
* data is of type: {@link module:model/PrivateMessage}
|
|
754
753
|
*/
|
|
755
754
|
}, {
|
|
756
|
-
key: "
|
|
757
|
-
value: function
|
|
755
|
+
key: "getPrivateMessageById",
|
|
756
|
+
value: function getPrivateMessageById(id, opts, callback) {
|
|
758
757
|
opts = opts || {};
|
|
759
758
|
var postBody = null;
|
|
760
|
-
// verify the required parameter '
|
|
761
|
-
if (
|
|
762
|
-
throw new Error("Missing the required parameter '
|
|
759
|
+
// verify the required parameter 'id' is set
|
|
760
|
+
if (id === undefined || id === null) {
|
|
761
|
+
throw new Error("Missing the required parameter 'id' when calling getPrivateMessageById");
|
|
763
762
|
}
|
|
764
763
|
var pathParams = {
|
|
765
|
-
'
|
|
764
|
+
'id': id
|
|
766
765
|
};
|
|
767
766
|
var queryParams = {};
|
|
768
767
|
var headerParams = {
|
|
@@ -781,8 +780,8 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
781
780
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
782
781
|
var contentTypes = [];
|
|
783
782
|
var accepts = ['application/json'];
|
|
784
|
-
var returnType =
|
|
785
|
-
return this.apiClient.callApi('/graph/data/privatemessages/
|
|
783
|
+
var returnType = _PrivateMessage["default"];
|
|
784
|
+
return this.apiClient.callApi('/graph/data/privatemessages/messages/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
786
785
|
}
|
|
787
786
|
|
|
788
787
|
/**
|
|
@@ -838,8 +837,8 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
838
837
|
}
|
|
839
838
|
|
|
840
839
|
/**
|
|
841
|
-
* Callback function to receive the result of the
|
|
842
|
-
* @callback module:api/PrivateMessagesApi~
|
|
840
|
+
* Callback function to receive the result of the sendMessage operation.
|
|
841
|
+
* @callback module:api/PrivateMessagesApi~sendMessageCallback
|
|
843
842
|
* @param {String} error Error message, if any.
|
|
844
843
|
* @param {Array.<module:model/PrivateMessage>} data The data returned by the service call.
|
|
845
844
|
* @param {String} response The complete HTTP response.
|
|
@@ -858,17 +857,17 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
858
857
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
859
858
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
860
859
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
861
|
-
* @param {module:api/PrivateMessagesApi~
|
|
860
|
+
* @param {module:api/PrivateMessagesApi~sendMessageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
862
861
|
* data is of type: {@link Array.<module:model/PrivateMessage>}
|
|
863
862
|
*/
|
|
864
863
|
}, {
|
|
865
|
-
key: "
|
|
866
|
-
value: function
|
|
864
|
+
key: "sendMessage",
|
|
865
|
+
value: function sendMessage(messageid, opts, callback) {
|
|
867
866
|
opts = opts || {};
|
|
868
867
|
var postBody = null;
|
|
869
868
|
// verify the required parameter 'messageid' is set
|
|
870
869
|
if (messageid === undefined || messageid === null) {
|
|
871
|
-
throw new Error("Missing the required parameter 'messageid' when calling
|
|
870
|
+
throw new Error("Missing the required parameter 'messageid' when calling sendMessage");
|
|
872
871
|
}
|
|
873
872
|
var pathParams = {
|
|
874
873
|
'messageid': messageid
|
|
@@ -895,8 +894,8 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
895
894
|
}
|
|
896
895
|
|
|
897
896
|
/**
|
|
898
|
-
* Callback function to receive the result of the
|
|
899
|
-
* @callback module:api/PrivateMessagesApi~
|
|
897
|
+
* Callback function to receive the result of the updateMessage operation.
|
|
898
|
+
* @callback module:api/PrivateMessagesApi~updateMessageCallback
|
|
900
899
|
* @param {String} error Error message, if any.
|
|
901
900
|
* @param {Array.<module:model/PrivateMessage>} data The data returned by the service call.
|
|
902
901
|
* @param {String} response The complete HTTP response.
|
|
@@ -916,21 +915,21 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
916
915
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
917
916
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
918
917
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
919
|
-
* @param {module:api/PrivateMessagesApi~
|
|
918
|
+
* @param {module:api/PrivateMessagesApi~updateMessageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
920
919
|
* data is of type: {@link Array.<module:model/PrivateMessage>}
|
|
921
920
|
*/
|
|
922
921
|
}, {
|
|
923
|
-
key: "
|
|
924
|
-
value: function
|
|
922
|
+
key: "updateMessage",
|
|
923
|
+
value: function updateMessage(messageid, privateMessage, opts, callback) {
|
|
925
924
|
opts = opts || {};
|
|
926
925
|
var postBody = privateMessage;
|
|
927
926
|
// verify the required parameter 'messageid' is set
|
|
928
927
|
if (messageid === undefined || messageid === null) {
|
|
929
|
-
throw new Error("Missing the required parameter 'messageid' when calling
|
|
928
|
+
throw new Error("Missing the required parameter 'messageid' when calling updateMessage");
|
|
930
929
|
}
|
|
931
930
|
// verify the required parameter 'privateMessage' is set
|
|
932
931
|
if (privateMessage === undefined || privateMessage === null) {
|
|
933
|
-
throw new Error("Missing the required parameter 'privateMessage' when calling
|
|
932
|
+
throw new Error("Missing the required parameter 'privateMessage' when calling updateMessage");
|
|
934
933
|
}
|
|
935
934
|
var pathParams = {
|
|
936
935
|
'messageid': messageid
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.91
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* Publications service.
|
|
28
28
|
* @module api/PublicationsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.91
|
|
30
30
|
*/
|
|
31
31
|
var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* RestApplications service.
|
|
30
30
|
* @module api/RestApplicationsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.91
|
|
32
32
|
*/
|
|
33
33
|
var RestApplicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/ScreensApi.d.ts
CHANGED
package/dist/api/ScreensApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Screens service.
|
|
29
29
|
* @module api/ScreensApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.91
|
|
31
31
|
*/
|
|
32
32
|
var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/SitesApi.d.ts
CHANGED
package/dist/api/SitesApi.js
CHANGED
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.91
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* Sites service.
|
|
31
31
|
* @module api/SitesApi
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.91
|
|
33
33
|
*/
|
|
34
34
|
var SitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* SocialIntegration service.
|
|
29
29
|
* @module api/SocialIntegrationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.91
|
|
31
31
|
*/
|
|
32
32
|
var SocialIntegrationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
33
|
* gobodo-api
|
|
34
34
|
* REST Interface for Gobodo API
|
|
35
35
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
36
|
+
* The version of the OpenAPI document: 0.1.91
|
|
37
37
|
* Contact: info@gobodo.io
|
|
38
38
|
*
|
|
39
39
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +44,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
44
44
|
/**
|
|
45
45
|
* StripeAccounts service.
|
|
46
46
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
47
|
+
* @version 0.1.91
|
|
48
48
|
*/
|
|
49
49
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
50
|
/**
|
package/dist/api/TagsApi.d.ts
CHANGED
package/dist/api/TagsApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Tags service.
|
|
29
29
|
* @module api/TagsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.91
|
|
31
31
|
*/
|
|
32
32
|
var TagsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/TemplatesApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* Templates service.
|
|
29
29
|
* @module api/TemplatesApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.91
|
|
31
31
|
*/
|
|
32
32
|
var TemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* ThemeMappings service.
|
|
3
3
|
* @module api/ThemeMappingsApi
|
|
4
|
-
* @version 0.1.
|
|
4
|
+
* @version 0.1.91
|
|
5
5
|
*/
|
|
6
6
|
export default class ThemeMappingsApi {
|
|
7
7
|
/**
|
|
@@ -64,8 +64,8 @@ export default class ThemeMappingsApi {
|
|
|
64
64
|
*/
|
|
65
65
|
createTheme(themeMappingPayload: any, opts: any, callback: any): any;
|
|
66
66
|
/**
|
|
67
|
-
* Callback function to receive the result of the
|
|
68
|
-
* @callback module:api/ThemeMappingsApi~
|
|
67
|
+
* Callback function to receive the result of the get37 operation.
|
|
68
|
+
* @callback module:api/ThemeMappingsApi~get37Callback
|
|
69
69
|
* @param {String} error Error message, if any.
|
|
70
70
|
* @param {module:model/ThemeMapping} data The data returned by the service call.
|
|
71
71
|
* @param {String} response The complete HTTP response.
|
|
@@ -83,8 +83,8 @@ export default class ThemeMappingsApi {
|
|
|
83
83
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
84
84
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
85
85
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
86
|
-
* @param {module:api/ThemeMappingsApi~
|
|
86
|
+
* @param {module:api/ThemeMappingsApi~get37Callback} callback The callback function, accepting three arguments: error, data, response
|
|
87
87
|
* data is of type: {@link module:model/ThemeMapping}
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
get37(themeid: number, opts: any, callback: any): any;
|
|
90
90
|
}
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.91
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* ThemeMappings service.
|
|
30
30
|
* @module api/ThemeMappingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.91
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -158,8 +158,8 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
|
-
* Callback function to receive the result of the
|
|
162
|
-
* @callback module:api/ThemeMappingsApi~
|
|
161
|
+
* Callback function to receive the result of the get37 operation.
|
|
162
|
+
* @callback module:api/ThemeMappingsApi~get37Callback
|
|
163
163
|
* @param {String} error Error message, if any.
|
|
164
164
|
* @param {module:model/ThemeMapping} data The data returned by the service call.
|
|
165
165
|
* @param {String} response The complete HTTP response.
|
|
@@ -178,17 +178,17 @@ var ThemeMappingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
178
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
179
179
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
180
180
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
181
|
-
* @param {module:api/ThemeMappingsApi~
|
|
181
|
+
* @param {module:api/ThemeMappingsApi~get37Callback} callback The callback function, accepting three arguments: error, data, response
|
|
182
182
|
* data is of type: {@link module:model/ThemeMapping}
|
|
183
183
|
*/
|
|
184
184
|
}, {
|
|
185
|
-
key: "
|
|
186
|
-
value: function
|
|
185
|
+
key: "get37",
|
|
186
|
+
value: function get37(themeid, opts, callback) {
|
|
187
187
|
opts = opts || {};
|
|
188
188
|
var postBody = null;
|
|
189
189
|
// verify the required parameter 'themeid' is set
|
|
190
190
|
if (themeid === undefined || themeid === null) {
|
|
191
|
-
throw new Error("Missing the required parameter 'themeid' when calling
|
|
191
|
+
throw new Error("Missing the required parameter 'themeid' when calling get37");
|
|
192
192
|
}
|
|
193
193
|
var pathParams = {
|
|
194
194
|
'themeid': themeid
|
package/dist/api/TopicsApi.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Topics service.
|
|
3
3
|
* @module api/TopicsApi
|
|
4
|
-
* @version 0.1.
|
|
4
|
+
* @version 0.1.91
|
|
5
5
|
*/
|
|
6
6
|
export default class TopicsApi {
|
|
7
7
|
/**
|
|
@@ -196,8 +196,8 @@ export default class TopicsApi {
|
|
|
196
196
|
*/
|
|
197
197
|
registerListeners(createTopicListenerInput: any, opts: any, callback: any): any;
|
|
198
198
|
/**
|
|
199
|
-
* Callback function to receive the result of the
|
|
200
|
-
* @callback module:api/TopicsApi~
|
|
199
|
+
* Callback function to receive the result of the sendMessage1 operation.
|
|
200
|
+
* @callback module:api/TopicsApi~sendMessage1Callback
|
|
201
201
|
* @param {String} error Error message, if any.
|
|
202
202
|
* @param {module:model/TopicSubscriptionResponse} data The data returned by the service call.
|
|
203
203
|
* @param {String} response The complete HTTP response.
|
|
@@ -217,8 +217,8 @@ export default class TopicsApi {
|
|
|
217
217
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
218
218
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
219
219
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
220
|
-
* @param {module:api/TopicsApi~
|
|
220
|
+
* @param {module:api/TopicsApi~sendMessage1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
221
221
|
* data is of type: {@link module:model/TopicSubscriptionResponse}
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
sendMessage1(topicMessageInput: any, opts: any, callback: any): any;
|
|
224
224
|
}
|