@gobodo/gobodo-api 0.1.87 → 0.1.89
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 +16 -16
- package/dist/ApiClient.d.ts +324 -0
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.d.ts +43 -0
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.d.ts +212 -0
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.d.ts +311 -0
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.d.ts +41 -0
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.d.ts +163 -0
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.d.ts +195 -0
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.d.ts +173 -0
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.d.ts +194 -0
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.d.ts +219 -0
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.d.ts +716 -0
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.d.ts +243 -0
- package/dist/api/ConversationsApi.js +7 -7
- package/dist/api/CurrencyApi.d.ts +142 -0
- package/dist/api/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.d.ts +421 -0
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.d.ts +155 -0
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.d.ts +65 -0
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.d.ts +65 -0
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.d.ts +339 -0
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.d.ts +120 -0
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.d.ts +343 -0
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.d.ts +32 -0
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +97 -0
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.d.ts +44 -0
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.d.ts +476 -0
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.d.ts +496 -0
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.d.ts +137 -0
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.d.ts +140 -0
- package/dist/api/GobodoManagementApi.js +2 -2
- package/dist/api/GoogleApi.d.ts +32 -0
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +215 -0
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.d.ts +299 -0
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.d.ts +365 -0
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.d.ts +1661 -0
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +524 -0
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.d.ts +807 -0
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.d.ts +299 -0
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.d.ts +198 -0
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.d.ts +298 -0
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.d.ts +301 -0
- package/dist/api/GroupsApi.js +7 -7
- package/dist/api/IAMApi.d.ts +115 -0
- package/dist/api/IAMApi.js +13 -13
- package/dist/api/ImagesApi.d.ts +223 -0
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.d.ts +142 -0
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.d.ts +348 -0
- package/dist/api/LikesApi.js +7 -7
- package/dist/api/LinkedINApi.d.ts +32 -0
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +68 -0
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.d.ts +146 -0
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.d.ts +367 -0
- package/dist/api/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.d.ts +249 -0
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.d.ts +145 -0
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.d.ts +138 -0
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.d.ts +413 -0
- package/dist/api/PrivateMessagesApi.js +18 -18
- package/dist/api/PublicationsApi.d.ts +40 -0
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.d.ts +142 -0
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.d.ts +92 -0
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.d.ts +267 -0
- package/dist/api/SitesApi.js +2 -2
- package/dist/api/SocialIntegrationApi.d.ts +80 -0
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +1025 -0
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.d.ts +42 -0
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.d.ts +92 -0
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.d.ts +90 -0
- package/dist/api/ThemeMappingsApi.js +8 -8
- package/dist/api/TopicsApi.d.ts +224 -0
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.d.ts +58 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +32 -0
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +244 -0
- package/dist/api/UserTagsApi.js +7 -7
- package/dist/api/UsersApi.d.ts +304 -0
- package/dist/api/UsersApi.js +59 -52
- package/dist/api/UtilsApi.d.ts +29 -0
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +292 -0
- package/dist/api/VideosApi.js +7 -7
- package/dist/api/WalletsApi.d.ts +441 -0
- package/dist/api/WalletsApi.js +2 -2
- package/dist/index.d.ts +250 -0
- package/dist/model/APIClient.d.ts +45 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +33 -0
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +31 -0
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +34 -0
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +31 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +36 -0
- package/dist/model/Article.d.ts +50 -0
- package/dist/model/Article.js +9 -9
- package/dist/model/AuthResponse.d.ts +39 -0
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +42 -0
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +33 -0
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.d.ts +31 -0
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +30 -0
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +42 -0
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.d.ts +33 -0
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +44 -0
- package/dist/model/Comment.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +41 -0
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +44 -0
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Coordinates.d.ts +30 -0
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +35 -0
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +41 -0
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +40 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +32 -0
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +40 -0
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +39 -0
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.d.ts +35 -0
- package/dist/model/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +51 -0
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +59 -0
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +45 -0
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +44 -0
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +50 -0
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +38 -0
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +31 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +30 -0
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +61 -0
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.d.ts +31 -0
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +38 -0
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +53 -0
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +52 -0
- package/dist/model/Document.js +9 -9
- package/dist/model/DocumentPart.d.ts +47 -0
- package/dist/model/DocumentPart.js +28 -28
- package/dist/model/DocumentPartType.d.ts +38 -0
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.d.ts +42 -0
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/EmailAddress.d.ts +34 -0
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +42 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +244 -0
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.d.ts +38 -0
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.d.ts +38 -0
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.d.ts +30 -0
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +30 -0
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.d.ts +43 -0
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.d.ts +35 -0
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +39 -0
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +83 -0
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +47 -0
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +65 -0
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +64 -0
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.d.ts +32 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +30 -0
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.d.ts +40 -0
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +88 -0
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +48 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +48 -0
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +40 -0
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +44 -0
- package/dist/model/Graph.js +13 -13
- package/dist/model/GraphAction.d.ts +36 -0
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.d.ts +35 -0
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.d.ts +35 -0
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +29 -0
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +36 -0
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +41 -0
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +40 -0
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.d.ts +44 -0
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.d.ts +48 -0
- package/dist/model/GraphObjectType.js +10 -10
- package/dist/model/GraphObjectTypeInput.d.ts +55 -0
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +56 -0
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +48 -0
- package/dist/model/GraphObjectTypeSchema.js +10 -10
- package/dist/model/GraphOwner.d.ts +31 -0
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +36 -0
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +33 -0
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +65 -0
- package/dist/model/GraphRelationshipType.js +14 -14
- package/dist/model/GraphRelationshipTypeResponse.d.ts +72 -0
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.d.ts +49 -0
- package/dist/model/GraphSchema.js +26 -26
- package/dist/model/GraphSchemaInput.d.ts +44 -0
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +73 -0
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +100 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +42 -0
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.d.ts +42 -0
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.d.ts +32 -0
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.d.ts +33 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.d.ts +42 -0
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +36 -0
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.d.ts +31 -0
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.d.ts +52 -0
- package/dist/model/MeetingEvent.js +16 -16
- package/dist/model/MeetingEventTimezone.d.ts +32 -0
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.d.ts +38 -0
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +44 -0
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.d.ts +34 -0
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +34 -0
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.d.ts +31 -0
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +30 -0
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.d.ts +51 -0
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +52 -0
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +38 -0
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +39 -0
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +47 -0
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/OutParameter.d.ts +40 -0
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +39 -0
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.d.ts +51 -0
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.d.ts +34 -0
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +40 -0
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.d.ts +31 -0
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +33 -0
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +33 -0
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +30 -0
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +44 -0
- package/dist/model/PaymentMethod.js +9 -9
- package/dist/model/PaymentMethodInput.d.ts +42 -0
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +30 -0
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +30 -0
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.d.ts +42 -0
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +51 -0
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +30 -0
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +37 -0
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +39 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +49 -0
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.d.ts +48 -0
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +45 -0
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +32 -0
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +32 -0
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/Project.d.ts +32 -0
- package/dist/model/ProjectInput.d.ts +41 -0
- package/dist/model/PropertyContainer.d.ts +31 -0
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurchaseInput.d.ts +43 -0
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +53 -0
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +40 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +44 -0
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +44 -0
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +50 -0
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +76 -0
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.d.ts +31 -0
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.d.ts +44 -0
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +52 -0
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +42 -0
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +44 -0
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +244 -0
- package/dist/model/SkinField.js +2 -2
- package/dist/model/SkinFieldResponse.d.ts +74 -0
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +55 -0
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.d.ts +37 -0
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.d.ts +31 -0
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.d.ts +31 -0
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +37 -0
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.d.ts +33 -0
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +42 -0
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.d.ts +33 -0
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +35 -0
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +50 -0
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +36 -0
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +34 -0
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +34 -0
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +46 -0
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +40 -0
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +44 -0
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.d.ts +30 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +35 -0
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.d.ts +55 -0
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +44 -0
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +35 -0
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +30 -0
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +44 -0
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.d.ts +44 -0
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.d.ts +32 -0
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +46 -0
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +34 -0
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +68 -0
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +44 -0
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.d.ts +34 -0
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.d.ts +30 -0
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.d.ts +49 -0
- package/dist/model/Video.js +22 -22
- package/dist/model/VideoLiveUrl.d.ts +30 -0
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +52 -0
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.d.ts +49 -0
- package/dist/model/VideoUploadObject.js +22 -22
- package/dist/model/WalletHoldInput.d.ts +47 -0
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +53 -0
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +43 -0
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +47 -0
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +46 -0
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +41 -0
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +12 -5
|
@@ -0,0 +1,1661 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GraphObjects service.
|
|
3
|
+
* @module api/GraphObjectsApi
|
|
4
|
+
* @version 0.1.89
|
|
5
|
+
*/
|
|
6
|
+
export default class GraphObjectsApi {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a new GraphObjectsApi.
|
|
9
|
+
* @alias module:api/GraphObjectsApi
|
|
10
|
+
* @class
|
|
11
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
12
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
13
|
+
*/
|
|
14
|
+
constructor(apiClient?: any);
|
|
15
|
+
apiClient: any;
|
|
16
|
+
/**
|
|
17
|
+
* Callback function to receive the result of the addLiveMeeting operation.
|
|
18
|
+
* @callback module:api/GraphObjectsApi~addLiveMeetingCallback
|
|
19
|
+
* @param {String} error Error message, if any.
|
|
20
|
+
* @param data This operation does not return a value.
|
|
21
|
+
* @param {String} response The complete HTTP response.
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Adds a live meeting to the object
|
|
25
|
+
* Adds live meeting details to the object
|
|
26
|
+
* @param {Number} objectid The id of the object we are attaching the live meeting to
|
|
27
|
+
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
28
|
+
* @param {Object} opts Optional parameters
|
|
29
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
30
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
31
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
32
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
33
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
34
|
+
* @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)
|
|
35
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
36
|
+
* @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
|
|
37
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
38
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
39
|
+
* @param {module:api/GraphObjectsApi~addLiveMeetingCallback} callback The callback function, accepting three arguments: error, data, response
|
|
40
|
+
*/
|
|
41
|
+
addLiveMeeting(objectid: number, meetingInfo: any, opts: any, callback: any): any;
|
|
42
|
+
/**
|
|
43
|
+
* Callback function to receive the result of the addLiveStream operation.
|
|
44
|
+
* @callback module:api/GraphObjectsApi~addLiveStreamCallback
|
|
45
|
+
* @param {String} error Error message, if any.
|
|
46
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
|
|
47
|
+
* @param {String} response The complete HTTP response.
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Adds a live meeting to the object
|
|
51
|
+
* Adds live meeting details to the object
|
|
52
|
+
* @param {Number} objectid The id of the object we are streaming
|
|
53
|
+
* @param {Object} opts Optional parameters
|
|
54
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
55
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
56
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
57
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
58
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
59
|
+
* @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)
|
|
60
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
63
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
64
|
+
* @param {module:api/GraphObjectsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
|
|
65
|
+
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
66
|
+
*/
|
|
67
|
+
addLiveStream(objectid: number, opts: any, callback: any): any;
|
|
68
|
+
/**
|
|
69
|
+
* Callback function to receive the result of the attachFile operation.
|
|
70
|
+
* @callback module:api/GraphObjectsApi~attachFileCallback
|
|
71
|
+
* @param {String} error Error message, if any.
|
|
72
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
73
|
+
* @param {String} response The complete HTTP response.
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* @param {Number} id The id of the object that the file is being attached to
|
|
77
|
+
* @param {Object} opts Optional parameters
|
|
78
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
79
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
80
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
81
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
82
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
83
|
+
* @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)
|
|
84
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
85
|
+
* @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
|
|
86
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
87
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
88
|
+
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
89
|
+
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
90
|
+
* @param {Array.<module:model/InputPart>} [parts]
|
|
91
|
+
* @param {String} [preamble]
|
|
92
|
+
* @param {module:api/GraphObjectsApi~attachFileCallback} callback The callback function, accepting three arguments: error, data, response
|
|
93
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
94
|
+
*/
|
|
95
|
+
attachFile(id: number, opts: any, callback: any): any;
|
|
96
|
+
/**
|
|
97
|
+
* Callback function to receive the result of the attachImage operation.
|
|
98
|
+
* @callback module:api/GraphObjectsApi~attachImageCallback
|
|
99
|
+
* @param {String} error Error message, if any.
|
|
100
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
101
|
+
* @param {String} response The complete HTTP response.
|
|
102
|
+
*/
|
|
103
|
+
/**
|
|
104
|
+
* @param {Number} id The id of the object that the image is being attached to
|
|
105
|
+
* @param {Object} opts Optional parameters
|
|
106
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
107
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
108
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
109
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
110
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
111
|
+
* @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)
|
|
112
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
113
|
+
* @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
|
|
114
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
115
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
116
|
+
* @param {Object.<String, {String: [InputPart]}>} [formDataMap]
|
|
117
|
+
* @param {Object.<String, {String: InputPart}>} [formData]
|
|
118
|
+
* @param {Array.<module:model/InputPart>} [parts]
|
|
119
|
+
* @param {String} [preamble]
|
|
120
|
+
* @param {module:api/GraphObjectsApi~attachImageCallback} callback The callback function, accepting three arguments: error, data, response
|
|
121
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
122
|
+
*/
|
|
123
|
+
attachImage(id: number, opts: any, callback: any): any;
|
|
124
|
+
/**
|
|
125
|
+
* Callback function to receive the result of the createActions operation.
|
|
126
|
+
* @callback module:api/GraphObjectsApi~createActionsCallback
|
|
127
|
+
* @param {String} error Error message, if any.
|
|
128
|
+
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
129
|
+
* @param {String} response The complete HTTP response.
|
|
130
|
+
*/
|
|
131
|
+
/**
|
|
132
|
+
* @param {Number} id The id of the object that we are performing the action on
|
|
133
|
+
* @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
|
|
134
|
+
* @param {Object} opts Optional parameters
|
|
135
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
136
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
137
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
138
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
139
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
140
|
+
* @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)
|
|
141
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
142
|
+
* @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
|
|
143
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
144
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
145
|
+
* @param {module:api/GraphObjectsApi~createActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
146
|
+
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
147
|
+
*/
|
|
148
|
+
createActions(id: number, graphAction: any, opts: any, callback: any): any;
|
|
149
|
+
/**
|
|
150
|
+
* Callback function to receive the result of the createAddObjectsToGraph operation.
|
|
151
|
+
* @callback module:api/GraphObjectsApi~createAddObjectsToGraphCallback
|
|
152
|
+
* @param {String} error Error message, if any.
|
|
153
|
+
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
154
|
+
* @param {String} response The complete HTTP response.
|
|
155
|
+
*/
|
|
156
|
+
/**
|
|
157
|
+
* Adds objects to the graph
|
|
158
|
+
* @param {Number} id
|
|
159
|
+
* @param {Object} opts Optional parameters
|
|
160
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
161
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
162
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
163
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
164
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
165
|
+
* @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)
|
|
166
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
167
|
+
* @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
|
|
168
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
169
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
170
|
+
* @param {String} [body]
|
|
171
|
+
* @param {module:api/GraphObjectsApi~createAddObjectsToGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
172
|
+
* data is of type: {@link module:model/GraphObjectSchema}
|
|
173
|
+
*/
|
|
174
|
+
createAddObjectsToGraph(id: number, opts: any, callback: any): any;
|
|
175
|
+
/**
|
|
176
|
+
* Callback function to receive the result of the createGeocodes operation.
|
|
177
|
+
* @callback module:api/GraphObjectsApi~createGeocodesCallback
|
|
178
|
+
* @param {String} error Error message, if any.
|
|
179
|
+
* @param {module:model/Geocode} data The data returned by the service call.
|
|
180
|
+
* @param {String} response The complete HTTP response.
|
|
181
|
+
*/
|
|
182
|
+
/**
|
|
183
|
+
* @param {Number} id The id of the object that we are retrieving geolocation information from
|
|
184
|
+
* @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
|
|
185
|
+
* @param {Object} opts Optional parameters
|
|
186
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
187
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
188
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
189
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
190
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
191
|
+
* @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)
|
|
192
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
193
|
+
* @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
|
|
194
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
195
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
196
|
+
* @param {module:api/GraphObjectsApi~createGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
197
|
+
* data is of type: {@link module:model/Geocode}
|
|
198
|
+
*/
|
|
199
|
+
createGeocodes(id: number, geocodePayload: any, opts: any, callback: any): any;
|
|
200
|
+
/**
|
|
201
|
+
* Callback function to receive the result of the createInviteOnObject operation.
|
|
202
|
+
* @callback module:api/GraphObjectsApi~createInviteOnObjectCallback
|
|
203
|
+
* @param {String} error Error message, if any.
|
|
204
|
+
* @param {module:model/UserInvite} data The data returned by the service call.
|
|
205
|
+
* @param {String} response The complete HTTP response.
|
|
206
|
+
*/
|
|
207
|
+
/**
|
|
208
|
+
* Returns an invite by id
|
|
209
|
+
* Returns a live meeting invite by id
|
|
210
|
+
* @param {Number} inviteid The id of the invite we are retrieving
|
|
211
|
+
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
212
|
+
* @param {Object} opts Optional parameters
|
|
213
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
214
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
215
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
216
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
217
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
218
|
+
* @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)
|
|
219
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
220
|
+
* @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
|
|
221
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
222
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
223
|
+
* @param {module:api/GraphObjectsApi~createInviteOnObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
224
|
+
* data is of type: {@link module:model/UserInvite}
|
|
225
|
+
*/
|
|
226
|
+
createInviteOnObject(inviteid: number, userInviteInput: any, opts: any, callback: any): any;
|
|
227
|
+
/**
|
|
228
|
+
* Callback function to receive the result of the createObject operation.
|
|
229
|
+
* @callback module:api/GraphObjectsApi~createObjectCallback
|
|
230
|
+
* @param {String} error Error message, if any.
|
|
231
|
+
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
232
|
+
* @param {String} response The complete HTTP response.
|
|
233
|
+
*/
|
|
234
|
+
/**
|
|
235
|
+
* Create Objects
|
|
236
|
+
* Create graph object(s)
|
|
237
|
+
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
238
|
+
* @param {Object} opts Optional parameters
|
|
239
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
240
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
241
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
242
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
243
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
244
|
+
* @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)
|
|
245
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
|
+
* @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
|
|
247
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
248
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
249
|
+
* @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
250
|
+
* data is of type: {@link module:model/GraphObjectSchema}
|
|
251
|
+
*/
|
|
252
|
+
createObject(graphObjectPayload: any, opts: any, callback: any): any;
|
|
253
|
+
/**
|
|
254
|
+
* Callback function to receive the result of the createObjects operation.
|
|
255
|
+
* @callback module:api/GraphObjectsApi~createObjectsCallback
|
|
256
|
+
* @param {String} error Error message, if any.
|
|
257
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
258
|
+
* @param {String} response The complete HTTP response.
|
|
259
|
+
*/
|
|
260
|
+
/**
|
|
261
|
+
* Create Objects
|
|
262
|
+
* Create graph object(s)
|
|
263
|
+
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
|
|
264
|
+
* @param {Object} opts Optional parameters
|
|
265
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
266
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
267
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
268
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
269
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
270
|
+
* @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)
|
|
271
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
272
|
+
* @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
|
|
273
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
274
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
275
|
+
* @param {module:api/GraphObjectsApi~createObjectsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
276
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
277
|
+
*/
|
|
278
|
+
createObjects(graphObjectPayload: any, opts: any, callback: any): any;
|
|
279
|
+
/**
|
|
280
|
+
* Callback function to receive the result of the createRelationship operation.
|
|
281
|
+
* @callback module:api/GraphObjectsApi~createRelationshipCallback
|
|
282
|
+
* @param {String} error Error message, if any.
|
|
283
|
+
* @param {module:model/GraphRelationship} data The data returned by the service call.
|
|
284
|
+
* @param {String} response The complete HTTP response.
|
|
285
|
+
*/
|
|
286
|
+
/**
|
|
287
|
+
* Create a Relationship
|
|
288
|
+
* Create a relationship to another object
|
|
289
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
290
|
+
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
291
|
+
* @param {Object} opts Optional parameters
|
|
292
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
293
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
294
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
295
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
296
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
297
|
+
* @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)
|
|
298
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
299
|
+
* @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
|
|
300
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
301
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
302
|
+
* @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
|
|
303
|
+
* data is of type: {@link module:model/GraphRelationship}
|
|
304
|
+
*/
|
|
305
|
+
createRelationship(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
|
|
306
|
+
/**
|
|
307
|
+
* Callback function to receive the result of the createRelationships operation.
|
|
308
|
+
* @callback module:api/GraphObjectsApi~createRelationshipsCallback
|
|
309
|
+
* @param {String} error Error message, if any.
|
|
310
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
311
|
+
* @param {String} response The complete HTTP response.
|
|
312
|
+
*/
|
|
313
|
+
/**
|
|
314
|
+
* Create Relationships
|
|
315
|
+
* Create a relationships to other objects
|
|
316
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
317
|
+
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
318
|
+
* @param {Object} opts Optional parameters
|
|
319
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
320
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
321
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
322
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
323
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
324
|
+
* @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)
|
|
325
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
326
|
+
* @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
|
|
327
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
328
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
329
|
+
* @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
330
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
331
|
+
*/
|
|
332
|
+
createRelationships(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
|
|
333
|
+
/**
|
|
334
|
+
* Callback function to receive the result of the deleteGeocode operation.
|
|
335
|
+
* @callback module:api/GraphObjectsApi~deleteGeocodeCallback
|
|
336
|
+
* @param {String} error Error message, if any.
|
|
337
|
+
* @param data This operation does not return a value.
|
|
338
|
+
* @param {String} response The complete HTTP response.
|
|
339
|
+
*/
|
|
340
|
+
/**
|
|
341
|
+
* @param {Number} id The id of the geocode to delete
|
|
342
|
+
* @param {Number} geocodeid The id of the object whose properties we are updating
|
|
343
|
+
* @param {Object} opts Optional parameters
|
|
344
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
345
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
346
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
347
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
348
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
349
|
+
* @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)
|
|
350
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
351
|
+
* @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
|
|
352
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
353
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
354
|
+
* @param {module:api/GraphObjectsApi~deleteGeocodeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
355
|
+
*/
|
|
356
|
+
deleteGeocode(id: number, geocodeid: number, opts: any, callback: any): any;
|
|
357
|
+
/**
|
|
358
|
+
* Callback function to receive the result of the deleteLike operation.
|
|
359
|
+
* @callback module:api/GraphObjectsApi~deleteLikeCallback
|
|
360
|
+
* @param {String} error Error message, if any.
|
|
361
|
+
* @param data This operation does not return a value.
|
|
362
|
+
* @param {String} response The complete HTTP response.
|
|
363
|
+
*/
|
|
364
|
+
/**
|
|
365
|
+
* Delete Like
|
|
366
|
+
* Delete an individual like
|
|
367
|
+
* @param {Number} objectid
|
|
368
|
+
* @param {Object} opts Optional parameters
|
|
369
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
370
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
371
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
372
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
373
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
374
|
+
* @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)
|
|
375
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
376
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
377
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
378
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
379
|
+
* @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
380
|
+
*/
|
|
381
|
+
deleteLike(objectid: number, opts: any, callback: any): any;
|
|
382
|
+
/**
|
|
383
|
+
* Callback function to receive the result of the deleteObject operation.
|
|
384
|
+
* @callback module:api/GraphObjectsApi~deleteObjectCallback
|
|
385
|
+
* @param {String} error Error message, if any.
|
|
386
|
+
* @param data This operation does not return a value.
|
|
387
|
+
* @param {String} response The complete HTTP response.
|
|
388
|
+
*/
|
|
389
|
+
/**
|
|
390
|
+
* Delete's the object with the id
|
|
391
|
+
* @param {Number} id The id of the object to delete
|
|
392
|
+
* @param {Object} opts Optional parameters
|
|
393
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
394
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
395
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
396
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
397
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
398
|
+
* @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)
|
|
399
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
400
|
+
* @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
|
|
401
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
402
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
403
|
+
* @param {module:api/GraphObjectsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
404
|
+
*/
|
|
405
|
+
deleteObject(id: number, opts: any, callback: any): any;
|
|
406
|
+
/**
|
|
407
|
+
* Callback function to receive the result of the dislike operation.
|
|
408
|
+
* @callback module:api/GraphObjectsApi~dislikeCallback
|
|
409
|
+
* @param {String} error Error message, if any.
|
|
410
|
+
* @param data This operation does not return a value.
|
|
411
|
+
* @param {String} response The complete HTTP response.
|
|
412
|
+
*/
|
|
413
|
+
/**
|
|
414
|
+
* Dislike an Object
|
|
415
|
+
* Dislike an object
|
|
416
|
+
* @param {Number} objectid
|
|
417
|
+
* @param {Object} opts Optional parameters
|
|
418
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
419
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
420
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
421
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
422
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
423
|
+
* @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)
|
|
424
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
425
|
+
* @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
|
|
426
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
427
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
428
|
+
* @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
429
|
+
*/
|
|
430
|
+
dislike(objectid: number, opts: any, callback: any): any;
|
|
431
|
+
/**
|
|
432
|
+
* Callback function to receive the result of the doPostFunction operation.
|
|
433
|
+
* @callback module:api/GraphObjectsApi~doPostFunctionCallback
|
|
434
|
+
* @param {String} error Error message, if any.
|
|
435
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
436
|
+
* @param {String} response The complete HTTP response.
|
|
437
|
+
*/
|
|
438
|
+
/**
|
|
439
|
+
* @param {Number} id The id of the object we are calling the function on
|
|
440
|
+
* @param {String} _function
|
|
441
|
+
* @param {Object} opts Optional parameters
|
|
442
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
443
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
444
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
445
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
446
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
447
|
+
* @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)
|
|
448
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
449
|
+
* @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
|
|
450
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
451
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
452
|
+
* @param {String} [body]
|
|
453
|
+
* @param {module:api/GraphObjectsApi~doPostFunctionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
454
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
455
|
+
*/
|
|
456
|
+
doPostFunction(id: number, _function: string, opts: any, callback: any): any;
|
|
457
|
+
/**
|
|
458
|
+
* Callback function to receive the result of the follow operation.
|
|
459
|
+
* @callback module:api/GraphObjectsApi~followCallback
|
|
460
|
+
* @param {String} error Error message, if any.
|
|
461
|
+
* @param data This operation does not return a value.
|
|
462
|
+
* @param {String} response The complete HTTP response.
|
|
463
|
+
*/
|
|
464
|
+
/**
|
|
465
|
+
* @param {Number} id The id of the object being followed
|
|
466
|
+
* @param {Object} opts Optional parameters
|
|
467
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
468
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
469
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
470
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
471
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
472
|
+
* @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)
|
|
473
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
474
|
+
* @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
|
|
475
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
476
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
477
|
+
* @param {module:api/GraphObjectsApi~followCallback} callback The callback function, accepting three arguments: error, data, response
|
|
478
|
+
*/
|
|
479
|
+
follow(id: number, opts: any, callback: any): any;
|
|
480
|
+
/**
|
|
481
|
+
* Callback function to receive the result of the get7 operation.
|
|
482
|
+
* @callback module:api/GraphObjectsApi~get7Callback
|
|
483
|
+
* @param {String} error Error message, if any.
|
|
484
|
+
* @param data This operation does not return a value.
|
|
485
|
+
* @param {String} response The complete HTTP response.
|
|
486
|
+
*/
|
|
487
|
+
/**
|
|
488
|
+
* Root for the API
|
|
489
|
+
* @param {Object} opts Optional parameters
|
|
490
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
491
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
492
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
493
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
494
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
495
|
+
* @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)
|
|
496
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
497
|
+
* @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
|
|
498
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
499
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
500
|
+
* @param {module:api/GraphObjectsApi~get7Callback} callback The callback function, accepting three arguments: error, data, response
|
|
501
|
+
*/
|
|
502
|
+
get7(opts: any, callback: any): any;
|
|
503
|
+
/**
|
|
504
|
+
* Callback function to receive the result of the getActions operation.
|
|
505
|
+
* @callback module:api/GraphObjectsApi~getActionsCallback
|
|
506
|
+
* @param {String} error Error message, if any.
|
|
507
|
+
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
508
|
+
* @param {String} response The complete HTTP response.
|
|
509
|
+
*/
|
|
510
|
+
/**
|
|
511
|
+
* Get Actions
|
|
512
|
+
* Get actions attached to an object
|
|
513
|
+
* @param {Number} id The id of the object that we are retrieving actions on
|
|
514
|
+
* @param {Object} opts Optional parameters
|
|
515
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
516
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
517
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
518
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
519
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
520
|
+
* @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)
|
|
521
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
522
|
+
* @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
|
|
523
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
524
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
525
|
+
* @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
526
|
+
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
527
|
+
*/
|
|
528
|
+
getActions(id: number, opts: any, callback: any): any;
|
|
529
|
+
/**
|
|
530
|
+
* Callback function to receive the result of the getActionsByType operation.
|
|
531
|
+
* @callback module:api/GraphObjectsApi~getActionsByTypeCallback
|
|
532
|
+
* @param {String} error Error message, if any.
|
|
533
|
+
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
534
|
+
* @param {String} response The complete HTTP response.
|
|
535
|
+
*/
|
|
536
|
+
/**
|
|
537
|
+
* Get Actions By Type
|
|
538
|
+
* Get actions attached to an object by type
|
|
539
|
+
* @param {Number} id
|
|
540
|
+
* @param {Number} actiontypeid
|
|
541
|
+
* @param {Object} opts Optional parameters
|
|
542
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
543
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
544
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
545
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
546
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
547
|
+
* @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)
|
|
548
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
549
|
+
* @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
|
|
550
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
551
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
552
|
+
* @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
553
|
+
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
554
|
+
*/
|
|
555
|
+
getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
|
|
556
|
+
/**
|
|
557
|
+
* Callback function to receive the result of the getAllRelationships operation.
|
|
558
|
+
* @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
|
|
559
|
+
* @param {String} error Error message, if any.
|
|
560
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
561
|
+
* @param {String} response The complete HTTP response.
|
|
562
|
+
*/
|
|
563
|
+
/**
|
|
564
|
+
* Get All Relationships
|
|
565
|
+
* Returns a listing of relationships
|
|
566
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
567
|
+
* @param {Object} opts Optional parameters
|
|
568
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
569
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
570
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
571
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
572
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
573
|
+
* @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)
|
|
574
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
575
|
+
* @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
|
|
576
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
577
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
578
|
+
* @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
579
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
580
|
+
*/
|
|
581
|
+
getAllRelationships(id: number, opts: any, callback: any): any;
|
|
582
|
+
/**
|
|
583
|
+
* Callback function to receive the result of the getAllRelationshipsByType operation.
|
|
584
|
+
* @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
|
|
585
|
+
* @param {String} error Error message, if any.
|
|
586
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
587
|
+
* @param {String} response The complete HTTP response.
|
|
588
|
+
*/
|
|
589
|
+
/**
|
|
590
|
+
* Get All Relationships By Type
|
|
591
|
+
* Returns a listing of relationships
|
|
592
|
+
* @param {Number} id The id of the relationship type we are searching for
|
|
593
|
+
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
594
|
+
* @param {Object} opts Optional parameters
|
|
595
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
596
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
597
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
598
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
599
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
600
|
+
* @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)
|
|
601
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
602
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
603
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
604
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
605
|
+
* @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
606
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
607
|
+
*/
|
|
608
|
+
getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
609
|
+
/**
|
|
610
|
+
* Callback function to receive the result of the getComments operation.
|
|
611
|
+
* @callback module:api/GraphObjectsApi~getCommentsCallback
|
|
612
|
+
* @param {String} error Error message, if any.
|
|
613
|
+
* @param {Array.<module:model/Comment>} data The data returned by the service call.
|
|
614
|
+
* @param {String} response The complete HTTP response.
|
|
615
|
+
*/
|
|
616
|
+
/**
|
|
617
|
+
* @param {Number} objectid
|
|
618
|
+
* @param {Object} opts Optional parameters
|
|
619
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
620
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
621
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
622
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
623
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
624
|
+
* @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)
|
|
625
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
626
|
+
* @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
|
|
627
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
628
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
629
|
+
* @param {module:api/GraphObjectsApi~getCommentsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
630
|
+
* data is of type: {@link Array.<module:model/Comment>}
|
|
631
|
+
*/
|
|
632
|
+
getComments(objectid: number, opts: any, callback: any): any;
|
|
633
|
+
/**
|
|
634
|
+
* Callback function to receive the result of the getDataSheetImports operation.
|
|
635
|
+
* @callback module:api/GraphObjectsApi~getDataSheetImportsCallback
|
|
636
|
+
* @param {String} error Error message, if any.
|
|
637
|
+
* @param {Array.<module:model/DataSheetImport>} data The data returned by the service call.
|
|
638
|
+
* @param {String} response The complete HTTP response.
|
|
639
|
+
*/
|
|
640
|
+
/**
|
|
641
|
+
* Get Related Objects
|
|
642
|
+
* Get Related Objects
|
|
643
|
+
* @param {Number} objectid The id of the object we are importing the datasheet to
|
|
644
|
+
* @param {Object} opts Optional parameters
|
|
645
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
646
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
647
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
648
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
649
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
650
|
+
* @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)
|
|
651
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
652
|
+
* @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
|
|
653
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
654
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
655
|
+
* @param {module:api/GraphObjectsApi~getDataSheetImportsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
656
|
+
* data is of type: {@link Array.<module:model/DataSheetImport>}
|
|
657
|
+
*/
|
|
658
|
+
getDataSheetImports(objectid: number, opts: any, callback: any): any;
|
|
659
|
+
/**
|
|
660
|
+
* Callback function to receive the result of the getEvents operation.
|
|
661
|
+
* @callback module:api/GraphObjectsApi~getEventsCallback
|
|
662
|
+
* @param {String} error Error message, if any.
|
|
663
|
+
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
664
|
+
* @param {String} response The complete HTTP response.
|
|
665
|
+
*/
|
|
666
|
+
/**
|
|
667
|
+
* Get Events
|
|
668
|
+
* Returns a listing of meeting events contained in or attached to this object
|
|
669
|
+
* @param {Number} id The id of the object that we are retrieving events for
|
|
670
|
+
* @param {Object} opts Optional parameters
|
|
671
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
672
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
673
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
674
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
675
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
676
|
+
* @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)
|
|
677
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
678
|
+
* @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
|
|
679
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
680
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
681
|
+
* @param {module:api/GraphObjectsApi~getEventsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
682
|
+
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
683
|
+
*/
|
|
684
|
+
getEvents(id: number, opts: any, callback: any): any;
|
|
685
|
+
/**
|
|
686
|
+
* Callback function to receive the result of the getEventsDateRange operation.
|
|
687
|
+
* @callback module:api/GraphObjectsApi~getEventsDateRangeCallback
|
|
688
|
+
* @param {String} error Error message, if any.
|
|
689
|
+
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
690
|
+
* @param {String} response The complete HTTP response.
|
|
691
|
+
*/
|
|
692
|
+
/**
|
|
693
|
+
* Get Events Date Range
|
|
694
|
+
* Returns a listing of meeting events contained in or attached to this object within the specified date range
|
|
695
|
+
* @param {Number} id The id of the object that we are retrieving events for
|
|
696
|
+
* @param {Number} startdate The unix epoch time for the start time of the event
|
|
697
|
+
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
698
|
+
* @param {Object} opts Optional parameters
|
|
699
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
700
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
701
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
702
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
703
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
704
|
+
* @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)
|
|
705
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
706
|
+
* @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
|
|
707
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
708
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
709
|
+
* @param {module:api/GraphObjectsApi~getEventsDateRangeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
710
|
+
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
711
|
+
*/
|
|
712
|
+
getEventsDateRange(id: number, startdate: number, enddate: number, opts: any, callback: any): any;
|
|
713
|
+
/**
|
|
714
|
+
* Callback function to receive the result of the getEventsFuture operation.
|
|
715
|
+
* @callback module:api/GraphObjectsApi~getEventsFutureCallback
|
|
716
|
+
* @param {String} error Error message, if any.
|
|
717
|
+
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
718
|
+
* @param {String} response The complete HTTP response.
|
|
719
|
+
*/
|
|
720
|
+
/**
|
|
721
|
+
* Get Events Future
|
|
722
|
+
* Returns a listing of future meeting events contained in or attached to this object
|
|
723
|
+
* @param {Number} id The id of the object that we are retrieving events for
|
|
724
|
+
* @param {Object} opts Optional parameters
|
|
725
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
726
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
727
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
728
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
729
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
730
|
+
* @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)
|
|
731
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
732
|
+
* @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
|
|
733
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
734
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
735
|
+
* @param {module:api/GraphObjectsApi~getEventsFutureCallback} callback The callback function, accepting three arguments: error, data, response
|
|
736
|
+
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
737
|
+
*/
|
|
738
|
+
getEventsFuture(id: number, opts: any, callback: any): any;
|
|
739
|
+
/**
|
|
740
|
+
* Callback function to receive the result of the getEventsPast operation.
|
|
741
|
+
* @callback module:api/GraphObjectsApi~getEventsPastCallback
|
|
742
|
+
* @param {String} error Error message, if any.
|
|
743
|
+
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
744
|
+
* @param {String} response The complete HTTP response.
|
|
745
|
+
*/
|
|
746
|
+
/**
|
|
747
|
+
* Get Events
|
|
748
|
+
* Returns a listing of past meeting events contained in or attached to this object
|
|
749
|
+
* @param {Number} id The id of the object that we are retrieving events for
|
|
750
|
+
* @param {Object} opts Optional parameters
|
|
751
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
752
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
753
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
754
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
755
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
756
|
+
* @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)
|
|
757
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
758
|
+
* @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
|
|
759
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
760
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
761
|
+
* @param {module:api/GraphObjectsApi~getEventsPastCallback} callback The callback function, accepting three arguments: error, data, response
|
|
762
|
+
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
763
|
+
*/
|
|
764
|
+
getEventsPast(id: number, opts: any, callback: any): any;
|
|
765
|
+
/**
|
|
766
|
+
* Callback function to receive the result of the getFiles operation.
|
|
767
|
+
* @callback module:api/GraphObjectsApi~getFilesCallback
|
|
768
|
+
* @param {String} error Error message, if any.
|
|
769
|
+
* @param {Array.<File>} data The data returned by the service call.
|
|
770
|
+
* @param {String} response The complete HTTP response.
|
|
771
|
+
*/
|
|
772
|
+
/**
|
|
773
|
+
* @param {Number} id
|
|
774
|
+
* @param {Object} opts Optional parameters
|
|
775
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
776
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
777
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
778
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
779
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
780
|
+
* @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)
|
|
781
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
782
|
+
* @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
|
|
783
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
784
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
785
|
+
* @param {module:api/GraphObjectsApi~getFilesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
786
|
+
* data is of type: {@link Array.<File>}
|
|
787
|
+
*/
|
|
788
|
+
getFiles(id: number, opts: any, callback: any): any;
|
|
789
|
+
/**
|
|
790
|
+
* Callback function to receive the result of the getGeocodes operation.
|
|
791
|
+
* @callback module:api/GraphObjectsApi~getGeocodesCallback
|
|
792
|
+
* @param {String} error Error message, if any.
|
|
793
|
+
* @param {Array.<module:model/GraphGeocode>} data The data returned by the service call.
|
|
794
|
+
* @param {String} response The complete HTTP response.
|
|
795
|
+
*/
|
|
796
|
+
/**
|
|
797
|
+
* @param {Number} id The id of the object to retrieve the geolocation information
|
|
798
|
+
* @param {Object} opts Optional parameters
|
|
799
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
800
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
801
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
802
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
803
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
804
|
+
* @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)
|
|
805
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
806
|
+
* @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
|
|
807
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
808
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
809
|
+
* @param {module:api/GraphObjectsApi~getGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
810
|
+
* data is of type: {@link Array.<module:model/GraphGeocode>}
|
|
811
|
+
*/
|
|
812
|
+
getGeocodes(id: number, opts: any, callback: any): any;
|
|
813
|
+
/**
|
|
814
|
+
* Callback function to receive the result of the getGraphs operation.
|
|
815
|
+
* @callback module:api/GraphObjectsApi~getGraphsCallback
|
|
816
|
+
* @param {String} error Error message, if any.
|
|
817
|
+
* @param {Array.<module:model/Graph>} data The data returned by the service call.
|
|
818
|
+
* @param {String} response The complete HTTP response.
|
|
819
|
+
*/
|
|
820
|
+
/**
|
|
821
|
+
* @param {Number} id The id of the object whose graphs we are retrieving
|
|
822
|
+
* @param {Object} opts Optional parameters
|
|
823
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
824
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
825
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
826
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
827
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
828
|
+
* @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)
|
|
829
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
830
|
+
* @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
|
|
831
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
832
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
833
|
+
* @param {module:api/GraphObjectsApi~getGraphsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
834
|
+
* data is of type: {@link Array.<module:model/Graph>}
|
|
835
|
+
*/
|
|
836
|
+
getGraphs(id: number, opts: any, callback: any): any;
|
|
837
|
+
/**
|
|
838
|
+
* Callback function to receive the result of the getImages operation.
|
|
839
|
+
* @callback module:api/GraphObjectsApi~getImagesCallback
|
|
840
|
+
* @param {String} error Error message, if any.
|
|
841
|
+
* @param {Array.<module:model/Image>} data The data returned by the service call.
|
|
842
|
+
* @param {String} response The complete HTTP response.
|
|
843
|
+
*/
|
|
844
|
+
/**
|
|
845
|
+
* @param {Number} id
|
|
846
|
+
* @param {Object} opts Optional parameters
|
|
847
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
848
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
849
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
850
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
851
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
852
|
+
* @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)
|
|
853
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
854
|
+
* @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
|
|
855
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
856
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
857
|
+
* @param {module:api/GraphObjectsApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
858
|
+
* data is of type: {@link Array.<module:model/Image>}
|
|
859
|
+
*/
|
|
860
|
+
getImages(id: number, opts: any, callback: any): any;
|
|
861
|
+
/**
|
|
862
|
+
* Callback function to receive the result of the getNewsfeed operation.
|
|
863
|
+
* @callback module:api/GraphObjectsApi~getNewsfeedCallback
|
|
864
|
+
* @param {String} error Error message, if any.
|
|
865
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
866
|
+
* @param {String} response The complete HTTP response.
|
|
867
|
+
*/
|
|
868
|
+
/**
|
|
869
|
+
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
870
|
+
* @param {Object} opts Optional parameters
|
|
871
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
872
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
873
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
874
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
875
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
876
|
+
* @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)
|
|
877
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
878
|
+
* @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
|
|
879
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
880
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
881
|
+
* @param {module:api/GraphObjectsApi~getNewsfeedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
882
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
883
|
+
*/
|
|
884
|
+
getNewsfeed(id: number, opts: any, callback: any): any;
|
|
885
|
+
/**
|
|
886
|
+
* Callback function to receive the result of the getNewsfeedIndexed operation.
|
|
887
|
+
* @callback module:api/GraphObjectsApi~getNewsfeedIndexedCallback
|
|
888
|
+
* @param {String} error Error message, if any.
|
|
889
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
890
|
+
* @param {String} response The complete HTTP response.
|
|
891
|
+
*/
|
|
892
|
+
/**
|
|
893
|
+
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
894
|
+
* @param {Number} start
|
|
895
|
+
* @param {Number} end
|
|
896
|
+
* @param {Object} opts Optional parameters
|
|
897
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
898
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
899
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
900
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
901
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
902
|
+
* @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)
|
|
903
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
904
|
+
* @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
|
|
905
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
906
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
907
|
+
* @param {module:api/GraphObjectsApi~getNewsfeedIndexedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
908
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
909
|
+
*/
|
|
910
|
+
getNewsfeedIndexed(id: number, start: number, end: number, opts: any, callback: any): any;
|
|
911
|
+
/**
|
|
912
|
+
* Callback function to receive the result of the getNewsfeedIndexedStart operation.
|
|
913
|
+
* @callback module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback
|
|
914
|
+
* @param {String} error Error message, if any.
|
|
915
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
916
|
+
* @param {String} response The complete HTTP response.
|
|
917
|
+
*/
|
|
918
|
+
/**
|
|
919
|
+
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
920
|
+
* @param {Number} start
|
|
921
|
+
* @param {Number} end
|
|
922
|
+
* @param {Object} opts Optional parameters
|
|
923
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
924
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
925
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
926
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
927
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
928
|
+
* @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)
|
|
929
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
930
|
+
* @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
|
|
931
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
932
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
933
|
+
* @param {module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
934
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
935
|
+
*/
|
|
936
|
+
getNewsfeedIndexedStart(id: number, start: number, end: number, opts: any, callback: any): any;
|
|
937
|
+
/**
|
|
938
|
+
* Callback function to receive the result of the getObjectById operation.
|
|
939
|
+
* @callback module:api/GraphObjectsApi~getObjectByIdCallback
|
|
940
|
+
* @param {String} error Error message, if any.
|
|
941
|
+
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
942
|
+
* @param {String} response The complete HTTP response.
|
|
943
|
+
*/
|
|
944
|
+
/**
|
|
945
|
+
* Gets object by id
|
|
946
|
+
* @param {Number} id The id of the object that we are retreiving
|
|
947
|
+
* @param {Object} opts Optional parameters
|
|
948
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
949
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
950
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
951
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
952
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
953
|
+
* @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)
|
|
954
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
955
|
+
* @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
|
|
956
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
957
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
958
|
+
* @param {module:api/GraphObjectsApi~getObjectByIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
959
|
+
* data is of type: {@link module:model/GraphObjectSchema}
|
|
960
|
+
*/
|
|
961
|
+
getObjectById(id: number, opts: any, callback: any): any;
|
|
962
|
+
/**
|
|
963
|
+
* Callback function to receive the result of the getObjectByKey operation.
|
|
964
|
+
* @callback module:api/GraphObjectsApi~getObjectByKeyCallback
|
|
965
|
+
* @param {String} error Error message, if any.
|
|
966
|
+
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
967
|
+
* @param {String} response The complete HTTP response.
|
|
968
|
+
*/
|
|
969
|
+
/**
|
|
970
|
+
* Get Object By Key
|
|
971
|
+
* Get An Object By it's key identifier
|
|
972
|
+
* @param {String} key The unique key of the object we are retrieving
|
|
973
|
+
* @param {Object} opts Optional parameters
|
|
974
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
975
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
976
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
977
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
978
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
979
|
+
* @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)
|
|
980
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
981
|
+
* @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
|
|
982
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
983
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
984
|
+
* @param {module:api/GraphObjectsApi~getObjectByKeyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
985
|
+
* data is of type: {@link module:model/GraphObjectSchema}
|
|
986
|
+
*/
|
|
987
|
+
getObjectByKey(key: string, opts: any, callback: any): any;
|
|
988
|
+
/**
|
|
989
|
+
* Callback function to receive the result of the getObjectFromSchema operation.
|
|
990
|
+
* @callback module:api/GraphObjectsApi~getObjectFromSchemaCallback
|
|
991
|
+
* @param {String} error Error message, if any.
|
|
992
|
+
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
993
|
+
* @param {String} response The complete HTTP response.
|
|
994
|
+
*/
|
|
995
|
+
/**
|
|
996
|
+
* Get Object From Schema
|
|
997
|
+
* Get the object representation of the Graph Schema
|
|
998
|
+
* @param {String} schemakey The unique id of the graph schema we are retrieving
|
|
999
|
+
* @param {Object} opts Optional parameters
|
|
1000
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1001
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1002
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1003
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1004
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1005
|
+
* @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)
|
|
1006
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1007
|
+
* @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
|
|
1008
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1009
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1010
|
+
* @param {module:api/GraphObjectsApi~getObjectFromSchemaCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1011
|
+
* data is of type: {@link module:model/GraphObjectSchema}
|
|
1012
|
+
*/
|
|
1013
|
+
getObjectFromSchema(schemakey: string, opts: any, callback: any): any;
|
|
1014
|
+
/**
|
|
1015
|
+
* Callback function to receive the result of the getObjectProperties operation.
|
|
1016
|
+
* @callback module:api/GraphObjectsApi~getObjectPropertiesCallback
|
|
1017
|
+
* @param {String} error Error message, if any.
|
|
1018
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
|
|
1019
|
+
* @param {String} response The complete HTTP response.
|
|
1020
|
+
*/
|
|
1021
|
+
/**
|
|
1022
|
+
* Get Properties
|
|
1023
|
+
* Get all properties attached to an object
|
|
1024
|
+
* @param {Number} id The id of the object whose properties we are retrieve
|
|
1025
|
+
* @param {Object} opts Optional parameters
|
|
1026
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1027
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1028
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1029
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1030
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1031
|
+
* @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)
|
|
1032
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1033
|
+
* @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
|
|
1034
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1035
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1036
|
+
* @param {module:api/GraphObjectsApi~getObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1037
|
+
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
1038
|
+
*/
|
|
1039
|
+
getObjectProperties(id: number, opts: any, callback: any): any;
|
|
1040
|
+
/**
|
|
1041
|
+
* Callback function to receive the result of the getObjectProperty operation.
|
|
1042
|
+
* @callback module:api/GraphObjectsApi~getObjectPropertyCallback
|
|
1043
|
+
* @param {String} error Error message, if any.
|
|
1044
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
|
|
1045
|
+
* @param {String} response The complete HTTP response.
|
|
1046
|
+
*/
|
|
1047
|
+
/**
|
|
1048
|
+
* Get Property
|
|
1049
|
+
* Get a single property attached to an object
|
|
1050
|
+
* @param {Number} id The id of the object whose properties we are retrieve
|
|
1051
|
+
* @param {String} prop The property is retrieving
|
|
1052
|
+
* @param {Object} opts Optional parameters
|
|
1053
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1054
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1055
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1056
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1057
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1058
|
+
* @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)
|
|
1059
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1060
|
+
* @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
|
|
1061
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1062
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1063
|
+
* @param {module:api/GraphObjectsApi~getObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1064
|
+
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
1065
|
+
*/
|
|
1066
|
+
getObjectProperty(id: number, prop: string, opts: any, callback: any): any;
|
|
1067
|
+
/**
|
|
1068
|
+
* Callback function to receive the result of the getObjectsInGraph operation.
|
|
1069
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphCallback
|
|
1070
|
+
* @param {String} error Error message, if any.
|
|
1071
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1072
|
+
* @param {String} response The complete HTTP response.
|
|
1073
|
+
*/
|
|
1074
|
+
/**
|
|
1075
|
+
* Get objects in the graph
|
|
1076
|
+
* @param {Number} id
|
|
1077
|
+
* @param {Object} opts Optional parameters
|
|
1078
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1079
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1080
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1081
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1082
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1083
|
+
* @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)
|
|
1084
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1085
|
+
* @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
|
|
1086
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1087
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1088
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1089
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1090
|
+
*/
|
|
1091
|
+
getObjectsInGraph(id: number, opts: any, callback: any): any;
|
|
1092
|
+
/**
|
|
1093
|
+
* Callback function to receive the result of the getObjectsInGraphByTag operation.
|
|
1094
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphByTagCallback
|
|
1095
|
+
* @param {String} error Error message, if any.
|
|
1096
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1097
|
+
* @param {String} response The complete HTTP response.
|
|
1098
|
+
*/
|
|
1099
|
+
/**
|
|
1100
|
+
* Get objects in the graph with the given tag
|
|
1101
|
+
* @param {Number} id
|
|
1102
|
+
* @param {String} tag
|
|
1103
|
+
* @param {Object} opts Optional parameters
|
|
1104
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1105
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1106
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1107
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1108
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1109
|
+
* @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)
|
|
1110
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1111
|
+
* @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
|
|
1112
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1113
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1114
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1115
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1116
|
+
*/
|
|
1117
|
+
getObjectsInGraphByTag(id: number, tag: string, opts: any, callback: any): any;
|
|
1118
|
+
/**
|
|
1119
|
+
* Callback function to receive the result of the getObjectsInGraphByType operation.
|
|
1120
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback
|
|
1121
|
+
* @param {String} error Error message, if any.
|
|
1122
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1123
|
+
* @param {String} response The complete HTTP response.
|
|
1124
|
+
*/
|
|
1125
|
+
/**
|
|
1126
|
+
* Get objects in the graph with the given object type
|
|
1127
|
+
* @param {Number} id
|
|
1128
|
+
* @param {String} type
|
|
1129
|
+
* @param {Object} opts Optional parameters
|
|
1130
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1131
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1132
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1133
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1134
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1135
|
+
* @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)
|
|
1136
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1137
|
+
* @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
|
|
1138
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1139
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1140
|
+
* @param {Number} [page]
|
|
1141
|
+
* @param {Number} [size]
|
|
1142
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1143
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1144
|
+
*/
|
|
1145
|
+
getObjectsInGraphByType(id: number, type: string, opts: any, callback: any): any;
|
|
1146
|
+
/**
|
|
1147
|
+
* Callback function to receive the result of the getRelatedObjects operation.
|
|
1148
|
+
* @callback module:api/GraphObjectsApi~getRelatedObjectsCallback
|
|
1149
|
+
* @param {String} error Error message, if any.
|
|
1150
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1151
|
+
* @param {String} response The complete HTTP response.
|
|
1152
|
+
*/
|
|
1153
|
+
/**
|
|
1154
|
+
* Get Related Objects
|
|
1155
|
+
* Get Related Objects by relationship type
|
|
1156
|
+
* @param {Number} objectid The id of the object that we are retreiving related objects from
|
|
1157
|
+
* @param {Number} reltypeid The relationship type id
|
|
1158
|
+
* @param {Object} opts Optional parameters
|
|
1159
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1160
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1161
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1162
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1163
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1164
|
+
* @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)
|
|
1165
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1166
|
+
* @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
|
|
1167
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1168
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1169
|
+
* @param {module:api/GraphObjectsApi~getRelatedObjectsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1170
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1171
|
+
*/
|
|
1172
|
+
getRelatedObjects(objectid: number, reltypeid: number, opts: any, callback: any): any;
|
|
1173
|
+
/**
|
|
1174
|
+
* Callback function to receive the result of the getRelatedObjectsIn operation.
|
|
1175
|
+
* @callback module:api/GraphObjectsApi~getRelatedObjectsInCallback
|
|
1176
|
+
* @param {String} error Error message, if any.
|
|
1177
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1178
|
+
* @param {String} response The complete HTTP response.
|
|
1179
|
+
*/
|
|
1180
|
+
/**
|
|
1181
|
+
* Get Related Objects
|
|
1182
|
+
* Get Related Objects from incoming relationships by relationship type
|
|
1183
|
+
* @param {Number} objectid The id of the object that we are retreiving related objects from
|
|
1184
|
+
* @param {Number} reltypeid The relationship type id
|
|
1185
|
+
* @param {Object} opts Optional parameters
|
|
1186
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1187
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1188
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1189
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1190
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1191
|
+
* @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)
|
|
1192
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1193
|
+
* @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
|
|
1194
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1195
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1196
|
+
* @param {module:api/GraphObjectsApi~getRelatedObjectsInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1197
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1198
|
+
*/
|
|
1199
|
+
getRelatedObjectsIn(objectid: number, reltypeid: number, opts: any, callback: any): any;
|
|
1200
|
+
/**
|
|
1201
|
+
* Callback function to receive the result of the getRelatedObjectsOut operation.
|
|
1202
|
+
* @callback module:api/GraphObjectsApi~getRelatedObjectsOutCallback
|
|
1203
|
+
* @param {String} error Error message, if any.
|
|
1204
|
+
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
1205
|
+
* @param {String} response The complete HTTP response.
|
|
1206
|
+
*/
|
|
1207
|
+
/**
|
|
1208
|
+
* Get Related Objects
|
|
1209
|
+
* Get Related Objects from outgoing relationships by relationship type
|
|
1210
|
+
* @param {Number} objectid The id of the object that we are retrieving the related objects from
|
|
1211
|
+
* @param {Number} reltypeid The relationship type id
|
|
1212
|
+
* @param {Object} opts Optional parameters
|
|
1213
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1214
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1215
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1216
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1217
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1218
|
+
* @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)
|
|
1219
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1220
|
+
* @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
|
|
1221
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1222
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1223
|
+
* @param {module:api/GraphObjectsApi~getRelatedObjectsOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1224
|
+
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
1225
|
+
*/
|
|
1226
|
+
getRelatedObjectsOut(objectid: number, reltypeid: number, opts: any, callback: any): any;
|
|
1227
|
+
/**
|
|
1228
|
+
* Callback function to receive the result of the getRelationshipsByTypeIn operation.
|
|
1229
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
|
|
1230
|
+
* @param {String} error Error message, if any.
|
|
1231
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
1232
|
+
* @param {String} response The complete HTTP response.
|
|
1233
|
+
*/
|
|
1234
|
+
/**
|
|
1235
|
+
* Get Incoming Relationships By Type
|
|
1236
|
+
* Returns a listing of relationships
|
|
1237
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1238
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1239
|
+
* @param {Object} opts Optional parameters
|
|
1240
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1241
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1242
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1243
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1244
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1245
|
+
* @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)
|
|
1246
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1247
|
+
* @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
|
|
1248
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1249
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1250
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1251
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
1252
|
+
*/
|
|
1253
|
+
getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
1254
|
+
/**
|
|
1255
|
+
* Callback function to receive the result of the getRelationshipsByTypeOut operation.
|
|
1256
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
|
|
1257
|
+
* @param {String} error Error message, if any.
|
|
1258
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
1259
|
+
* @param {String} response The complete HTTP response.
|
|
1260
|
+
*/
|
|
1261
|
+
/**
|
|
1262
|
+
* Get Outgoing Relationships By Type
|
|
1263
|
+
* Returns a listing of relationships
|
|
1264
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1265
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1266
|
+
* @param {Object} opts Optional parameters
|
|
1267
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1268
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1269
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1270
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1271
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1272
|
+
* @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)
|
|
1273
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1274
|
+
* @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
|
|
1275
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1276
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1277
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1278
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
1279
|
+
*/
|
|
1280
|
+
getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
1281
|
+
/**
|
|
1282
|
+
* Callback function to receive the result of the getRelationshipsIn operation.
|
|
1283
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsInCallback
|
|
1284
|
+
* @param {String} error Error message, if any.
|
|
1285
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
1286
|
+
* @param {String} response The complete HTTP response.
|
|
1287
|
+
*/
|
|
1288
|
+
/**
|
|
1289
|
+
* Get Incoming Relationships
|
|
1290
|
+
* Returns a listing of relationships
|
|
1291
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1292
|
+
* @param {Object} opts Optional parameters
|
|
1293
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1294
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1295
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1296
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1297
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1298
|
+
* @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)
|
|
1299
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1300
|
+
* @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
|
|
1301
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1302
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1303
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1304
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
1305
|
+
*/
|
|
1306
|
+
getRelationshipsIn(id: number, opts: any, callback: any): any;
|
|
1307
|
+
/**
|
|
1308
|
+
* Callback function to receive the result of the getRelationshipsOut operation.
|
|
1309
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
|
|
1310
|
+
* @param {String} error Error message, if any.
|
|
1311
|
+
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
1312
|
+
* @param {String} response The complete HTTP response.
|
|
1313
|
+
*/
|
|
1314
|
+
/**
|
|
1315
|
+
* Get Outgoing Relationships
|
|
1316
|
+
* Returns a listing of relationships
|
|
1317
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1318
|
+
* @param {Object} opts Optional parameters
|
|
1319
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1320
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1321
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1322
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1323
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1324
|
+
* @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)
|
|
1325
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1326
|
+
* @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
|
|
1327
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1328
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1329
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1330
|
+
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
1331
|
+
*/
|
|
1332
|
+
getRelationshipsOut(id: number, opts: any, callback: any): any;
|
|
1333
|
+
/**
|
|
1334
|
+
* Callback function to receive the result of the getTags operation.
|
|
1335
|
+
* @callback module:api/GraphObjectsApi~getTagsCallback
|
|
1336
|
+
* @param {String} error Error message, if any.
|
|
1337
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
1338
|
+
* @param {String} response The complete HTTP response.
|
|
1339
|
+
*/
|
|
1340
|
+
/**
|
|
1341
|
+
* @param {Number} id
|
|
1342
|
+
* @param {Object} opts Optional parameters
|
|
1343
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1344
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1345
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1346
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1347
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1348
|
+
* @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)
|
|
1349
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1350
|
+
* @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
|
|
1351
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1352
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1353
|
+
* @param {module:api/GraphObjectsApi~getTagsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1354
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
1355
|
+
*/
|
|
1356
|
+
getTags(id: number, opts: any, callback: any): any;
|
|
1357
|
+
/**
|
|
1358
|
+
* Callback function to receive the result of the getUserTags operation.
|
|
1359
|
+
* @callback module:api/GraphObjectsApi~getUserTagsCallback
|
|
1360
|
+
* @param {String} error Error message, if any.
|
|
1361
|
+
* @param {Array.<String>} data The data returned by the service call.
|
|
1362
|
+
* @param {String} response The complete HTTP response.
|
|
1363
|
+
*/
|
|
1364
|
+
/**
|
|
1365
|
+
* @param {Number} id
|
|
1366
|
+
* @param {Object} opts Optional parameters
|
|
1367
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1368
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1369
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1370
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1371
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1372
|
+
* @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)
|
|
1373
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1374
|
+
* @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
|
|
1375
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1376
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1377
|
+
* @param {module:api/GraphObjectsApi~getUserTagsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1378
|
+
* data is of type: {@link Array.<String>}
|
|
1379
|
+
*/
|
|
1380
|
+
getUserTags(id: number, opts: any, callback: any): any;
|
|
1381
|
+
/**
|
|
1382
|
+
* Callback function to receive the result of the getVideos operation.
|
|
1383
|
+
* @callback module:api/GraphObjectsApi~getVideosCallback
|
|
1384
|
+
* @param {String} error Error message, if any.
|
|
1385
|
+
* @param {Array.<module:model/Video>} data The data returned by the service call.
|
|
1386
|
+
* @param {String} response The complete HTTP response.
|
|
1387
|
+
*/
|
|
1388
|
+
/**
|
|
1389
|
+
* @param {Number} id
|
|
1390
|
+
* @param {Object} opts Optional parameters
|
|
1391
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1392
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1393
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1394
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1395
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1396
|
+
* @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)
|
|
1397
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1398
|
+
* @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
|
|
1399
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1400
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1401
|
+
* @param {module:api/GraphObjectsApi~getVideosCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1402
|
+
* data is of type: {@link Array.<module:model/Video>}
|
|
1403
|
+
*/
|
|
1404
|
+
getVideos(id: number, opts: any, callback: any): any;
|
|
1405
|
+
/**
|
|
1406
|
+
* Callback function to receive the result of the isDisliked operation.
|
|
1407
|
+
* @callback module:api/GraphObjectsApi~isDislikedCallback
|
|
1408
|
+
* @param {String} error Error message, if any.
|
|
1409
|
+
* @param {Boolean} data The data returned by the service call.
|
|
1410
|
+
* @param {String} response The complete HTTP response.
|
|
1411
|
+
*/
|
|
1412
|
+
/**
|
|
1413
|
+
* Check if the user has disliked the object
|
|
1414
|
+
* Checks if the user has disliked the object
|
|
1415
|
+
* @param {Number} objectid
|
|
1416
|
+
* @param {Object} opts Optional parameters
|
|
1417
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1418
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1419
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1420
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1421
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1422
|
+
* @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)
|
|
1423
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1424
|
+
* @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
|
|
1425
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1426
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1427
|
+
* @param {module:api/GraphObjectsApi~isDislikedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1428
|
+
* data is of type: {@link Boolean}
|
|
1429
|
+
*/
|
|
1430
|
+
isDisliked(objectid: number, opts: any, callback: any): any;
|
|
1431
|
+
/**
|
|
1432
|
+
* Callback function to receive the result of the isLiked operation.
|
|
1433
|
+
* @callback module:api/GraphObjectsApi~isLikedCallback
|
|
1434
|
+
* @param {String} error Error message, if any.
|
|
1435
|
+
* @param {Boolean} data The data returned by the service call.
|
|
1436
|
+
* @param {String} response The complete HTTP response.
|
|
1437
|
+
*/
|
|
1438
|
+
/**
|
|
1439
|
+
* Check if the user has liked the object
|
|
1440
|
+
* Checks if the user has liked the object
|
|
1441
|
+
* @param {Number} objectid
|
|
1442
|
+
* @param {Object} opts Optional parameters
|
|
1443
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1444
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1445
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1446
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1447
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1448
|
+
* @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)
|
|
1449
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1450
|
+
* @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
|
|
1451
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1452
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1453
|
+
* @param {module:api/GraphObjectsApi~isLikedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1454
|
+
* data is of type: {@link Boolean}
|
|
1455
|
+
*/
|
|
1456
|
+
isLiked(objectid: number, opts: any, callback: any): any;
|
|
1457
|
+
/**
|
|
1458
|
+
* Callback function to receive the result of the like operation.
|
|
1459
|
+
* @callback module:api/GraphObjectsApi~likeCallback
|
|
1460
|
+
* @param {String} error Error message, if any.
|
|
1461
|
+
* @param data This operation does not return a value.
|
|
1462
|
+
* @param {String} response The complete HTTP response.
|
|
1463
|
+
*/
|
|
1464
|
+
/**
|
|
1465
|
+
* Like an Object
|
|
1466
|
+
* Likes an object
|
|
1467
|
+
* @param {Number} objectid
|
|
1468
|
+
* @param {Object} opts Optional parameters
|
|
1469
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1470
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1471
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1472
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1473
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1474
|
+
* @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)
|
|
1475
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1476
|
+
* @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
|
|
1477
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1478
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1479
|
+
* @param {module:api/GraphObjectsApi~likeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1480
|
+
*/
|
|
1481
|
+
like(objectid: number, opts: any, callback: any): any;
|
|
1482
|
+
/**
|
|
1483
|
+
* Callback function to receive the result of the setObjectProperties operation.
|
|
1484
|
+
* @callback module:api/GraphObjectsApi~setObjectPropertiesCallback
|
|
1485
|
+
* @param {String} error Error message, if any.
|
|
1486
|
+
* @param data This operation does not return a value.
|
|
1487
|
+
* @param {String} response The complete HTTP response.
|
|
1488
|
+
*/
|
|
1489
|
+
/**
|
|
1490
|
+
* Set Multiple Properties
|
|
1491
|
+
* Set multiple properties attaced to an object / record
|
|
1492
|
+
* @param {Number} id The id of the object whose properties we are updating
|
|
1493
|
+
* @param {Object.<String, Object>} body The property map to set in Json format
|
|
1494
|
+
* @param {Object} opts Optional parameters
|
|
1495
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1496
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1497
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1498
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1499
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1500
|
+
* @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)
|
|
1501
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1502
|
+
* @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
|
|
1503
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1504
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1505
|
+
* @param {module:api/GraphObjectsApi~setObjectPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1506
|
+
*/
|
|
1507
|
+
setObjectProperties(id: number, body: any, opts: any, callback: any): any;
|
|
1508
|
+
/**
|
|
1509
|
+
* Callback function to receive the result of the setObjectProperty operation.
|
|
1510
|
+
* @callback module:api/GraphObjectsApi~setObjectPropertyCallback
|
|
1511
|
+
* @param {String} error Error message, if any.
|
|
1512
|
+
* @param data This operation does not return a value.
|
|
1513
|
+
* @param {String} response The complete HTTP response.
|
|
1514
|
+
*/
|
|
1515
|
+
/**
|
|
1516
|
+
* Update Property
|
|
1517
|
+
* Update a specific property
|
|
1518
|
+
* @param {Number} id The id of the object whose properties we are updating
|
|
1519
|
+
* @param {String} prop The property being updated
|
|
1520
|
+
* @param {Object} opts Optional parameters
|
|
1521
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1522
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1523
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1524
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1525
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1526
|
+
* @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)
|
|
1527
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1528
|
+
* @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
|
|
1529
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1530
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1531
|
+
* @param {String} [body] The value that is being set
|
|
1532
|
+
* @param {module:api/GraphObjectsApi~setObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1533
|
+
*/
|
|
1534
|
+
setObjectProperty(id: number, prop: string, opts: any, callback: any): any;
|
|
1535
|
+
/**
|
|
1536
|
+
* Callback function to receive the result of the tagUsers operation.
|
|
1537
|
+
* @callback module:api/GraphObjectsApi~tagUsersCallback
|
|
1538
|
+
* @param {String} error Error message, if any.
|
|
1539
|
+
* @param {Array.<module:model/UserTag>} data The data returned by the service call.
|
|
1540
|
+
* @param {String} response The complete HTTP response.
|
|
1541
|
+
*/
|
|
1542
|
+
/**
|
|
1543
|
+
* @param {Number} id
|
|
1544
|
+
* @param {Object} opts Optional parameters
|
|
1545
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1546
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1547
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1548
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1549
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1550
|
+
* @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)
|
|
1551
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1552
|
+
* @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
|
|
1553
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1554
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1555
|
+
* @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
|
|
1556
|
+
* @param {module:api/GraphObjectsApi~tagUsersCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1557
|
+
* data is of type: {@link Array.<module:model/UserTag>}
|
|
1558
|
+
*/
|
|
1559
|
+
tagUsers(id: number, opts: any, callback: any): any;
|
|
1560
|
+
/**
|
|
1561
|
+
* Callback function to receive the result of the updateObject operation.
|
|
1562
|
+
* @callback module:api/GraphObjectsApi~updateObjectCallback
|
|
1563
|
+
* @param {String} error Error message, if any.
|
|
1564
|
+
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
1565
|
+
* @param {String} response The complete HTTP response.
|
|
1566
|
+
*/
|
|
1567
|
+
/**
|
|
1568
|
+
* Update an Object
|
|
1569
|
+
* Performs an update of the Graph Object
|
|
1570
|
+
* @param {Number} id The id of the object that we are updating
|
|
1571
|
+
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
|
|
1572
|
+
* @param {Object} opts Optional parameters
|
|
1573
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1574
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1575
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1576
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1577
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1578
|
+
* @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)
|
|
1579
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1580
|
+
* @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
|
|
1581
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1582
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1583
|
+
* @param {module:api/GraphObjectsApi~updateObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1584
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
1585
|
+
*/
|
|
1586
|
+
updateObject(id: number, graphObjectPayload: any, opts: any, callback: any): any;
|
|
1587
|
+
/**
|
|
1588
|
+
* Callback function to receive the result of the updateTags operation.
|
|
1589
|
+
* @callback module:api/GraphObjectsApi~updateTagsCallback
|
|
1590
|
+
* @param {String} error Error message, if any.
|
|
1591
|
+
* @param data This operation does not return a value.
|
|
1592
|
+
* @param {String} response The complete HTTP response.
|
|
1593
|
+
*/
|
|
1594
|
+
/**
|
|
1595
|
+
* @param {Number} id The id of the object whose tags we are updating
|
|
1596
|
+
* @param {String} body Conversation object or array of objects to create
|
|
1597
|
+
* @param {Object} opts Optional parameters
|
|
1598
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1599
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1600
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1601
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1602
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1603
|
+
* @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)
|
|
1604
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1605
|
+
* @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
|
|
1606
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1607
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1608
|
+
* @param {module:api/GraphObjectsApi~updateTagsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1609
|
+
*/
|
|
1610
|
+
updateTags(id: number, body: string, opts: any, callback: any): any;
|
|
1611
|
+
/**
|
|
1612
|
+
* Callback function to receive the result of the view operation.
|
|
1613
|
+
* @callback module:api/GraphObjectsApi~viewCallback
|
|
1614
|
+
* @param {String} error Error message, if any.
|
|
1615
|
+
* @param data This operation does not return a value.
|
|
1616
|
+
* @param {String} response The complete HTTP response.
|
|
1617
|
+
*/
|
|
1618
|
+
/**
|
|
1619
|
+
* Marks the object as viewed
|
|
1620
|
+
* Marks the object as viewed by the logged in user
|
|
1621
|
+
* @param {Number} objectid The id of the object being viewed
|
|
1622
|
+
* @param {Object} opts Optional parameters
|
|
1623
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1624
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1625
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1626
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1627
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1628
|
+
* @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)
|
|
1629
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1630
|
+
* @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
|
|
1631
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1632
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1633
|
+
* @param {module:api/GraphObjectsApi~viewCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1634
|
+
*/
|
|
1635
|
+
view(objectid: number, opts: any, callback: any): any;
|
|
1636
|
+
/**
|
|
1637
|
+
* Callback function to receive the result of the viewPost operation.
|
|
1638
|
+
* @callback module:api/GraphObjectsApi~viewPostCallback
|
|
1639
|
+
* @param {String} error Error message, if any.
|
|
1640
|
+
* @param data This operation does not return a value.
|
|
1641
|
+
* @param {String} response The complete HTTP response.
|
|
1642
|
+
*/
|
|
1643
|
+
/**
|
|
1644
|
+
* Marks the object as viewed (HTTP Post Operation)
|
|
1645
|
+
* Marks the object as viewed by the logged in user
|
|
1646
|
+
* @param {Number} id The id of the object being viewed
|
|
1647
|
+
* @param {Object} opts Optional parameters
|
|
1648
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1649
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1650
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1651
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1652
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1653
|
+
* @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)
|
|
1654
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1655
|
+
* @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
|
|
1656
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1657
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1658
|
+
* @param {module:api/GraphObjectsApi~viewPostCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1659
|
+
*/
|
|
1660
|
+
viewPost(id: number, opts: any, callback: any): any;
|
|
1661
|
+
}
|