@gobodo/gobodo-api-promise 0.1.88 → 0.1.90
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 +5 -2
- package/dist/.tsbuildinfo +1 -0
- package/dist/ApiClient.d.ts +317 -0
- package/dist/ApiClient.d.ts.map +1 -0
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.d.ts +66 -0
- package/dist/api/ActionTypesApi.d.ts.map +1 -0
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.d.ts +377 -0
- package/dist/api/AdCampaignsApi.d.ts.map +1 -0
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.d.ts +556 -0
- package/dist/api/AdManagementApi.d.ts.map +1 -0
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.d.ts +62 -0
- package/dist/api/AdminDataManagementApi.d.ts.map +1 -0
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.d.ts +286 -0
- package/dist/api/AdsApi.d.ts.map +1 -0
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.d.ts +348 -0
- package/dist/api/AttachmentsApi.d.ts.map +1 -0
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.d.ts +211 -0
- package/dist/api/AuthenticationApi.d.ts.map +1 -0
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.d.ts +340 -0
- package/dist/api/CategoriesApi.d.ts.map +1 -0
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.d.ts +387 -0
- package/dist/api/CommentsApi.d.ts.map +1 -0
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.d.ts +1295 -0
- package/dist/api/ContentManagementApi.d.ts.map +1 -0
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.d.ts +430 -0
- package/dist/api/ConversationsApi.d.ts.map +1 -0
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/CurrencyApi.d.ts +249 -0
- package/dist/api/CurrencyApi.d.ts.map +1 -0
- package/dist/api/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.d.ts +774 -0
- package/dist/api/DataSheetImportsApi.d.ts.map +1 -0
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.d.ts +261 -0
- package/dist/api/DefaultApi.d.ts.map +1 -0
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.d.ts +106 -0
- package/dist/api/DocumentPartTypesApi.d.ts.map +1 -0
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.d.ts +106 -0
- package/dist/api/DocumentTypesApi.d.ts.map +1 -0
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.d.ts +606 -0
- package/dist/api/DocumentsApi.d.ts.map +1 -0
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.d.ts +205 -0
- package/dist/api/EmailsApi.d.ts.map +1 -0
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.d.ts +618 -0
- package/dist/api/EntryPartsApi.d.ts.map +1 -0
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.d.ts +37 -0
- package/dist/api/FacebookApi.d.ts.map +1 -0
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +164 -0
- package/dist/api/FieldsApi.d.ts.map +1 -0
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.d.ts +70 -0
- package/dist/api/FilesApi.d.ts.map +1 -0
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.d.ts +860 -0
- package/dist/api/FormsApi.d.ts.map +1 -0
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.d.ts +891 -0
- package/dist/api/FunctionsApi.d.ts.map +1 -0
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.d.ts +238 -0
- package/dist/api/GeocodeApi.d.ts.map +1 -0
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.d.ts +242 -0
- package/dist/api/GobodoManagementApi.d.ts.map +1 -0
- package/dist/api/GobodoManagementApi.js +2 -2
- package/dist/api/GoogleApi.d.ts +37 -0
- package/dist/api/GoogleApi.d.ts.map +1 -0
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +377 -0
- package/dist/api/GraphActionTypesApi.d.ts.map +1 -0
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.d.ts +536 -0
- package/dist/api/GraphActionsApi.d.ts.map +1 -0
- package/dist/api/GraphActionsApi.js +16 -14
- package/dist/api/GraphObjectTypesApi.d.ts +651 -0
- package/dist/api/GraphObjectTypesApi.d.ts.map +1 -0
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.d.ts +3023 -0
- package/dist/api/GraphObjectsApi.d.ts.map +1 -0
- package/dist/api/GraphObjectsApi.js +16 -14
- package/dist/api/GraphRelationshipTypesApi.d.ts +940 -0
- package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -0
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.d.ts +1460 -0
- package/dist/api/GraphRelationshipsApi.d.ts.map +1 -0
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.d.ts +535 -0
- package/dist/api/GraphSchemasApi.d.ts.map +1 -0
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.d.ts +346 -0
- package/dist/api/GraphTraversalApi.d.ts.map +1 -0
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.d.ts +532 -0
- package/dist/api/GraphsApi.d.ts.map +1 -0
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.d.ts +546 -0
- package/dist/api/GroupsApi.d.ts.map +1 -0
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.d.ts +198 -0
- package/dist/api/IAMApi.d.ts.map +1 -0
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.d.ts +401 -0
- package/dist/api/ImagesApi.d.ts.map +1 -0
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.d.ts +248 -0
- package/dist/api/InvitesApi.d.ts.map +1 -0
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.d.ts +630 -0
- package/dist/api/LikesApi.d.ts.map +1 -0
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.d.ts +37 -0
- package/dist/api/LinkedINApi.d.ts.map +1 -0
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +113 -0
- package/dist/api/LiveMeetingsApi.d.ts.map +1 -0
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.d.ts +254 -0
- package/dist/api/MeetingEventsApi.d.ts.map +1 -0
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.d.ts +669 -0
- package/dist/api/NotificationsApi.d.ts.map +1 -0
- package/dist/api/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.d.ts +449 -0
- package/dist/api/PagesApi.d.ts.map +1 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +255 -0
- package/dist/api/PhoneNumbersApi.d.ts.map +1 -0
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.d.ts +240 -0
- package/dist/api/PostsApi.d.ts.map +1 -0
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.d.ts +739 -0
- package/dist/api/PrivateMessagesApi.d.ts.map +1 -0
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.d.ts +62 -0
- package/dist/api/PublicationsApi.d.ts.map +1 -0
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.d.ts +250 -0
- package/dist/api/RestApplicationsApi.d.ts.map +1 -0
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.d.ts +154 -0
- package/dist/api/ScreensApi.d.ts.map +1 -0
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.d.ts +480 -0
- package/dist/api/SitesApi.d.ts.map +1 -0
- package/dist/api/SitesApi.js +2 -2
- package/dist/api/SocialIntegrationApi.d.ts +97 -0
- package/dist/api/SocialIntegrationApi.d.ts.map +1 -0
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +1844 -0
- package/dist/api/StripeAccountsApi.d.ts.map +1 -0
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.d.ts +64 -0
- package/dist/api/TagsApi.d.ts.map +1 -0
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.d.ts +154 -0
- package/dist/api/TemplatesApi.d.ts.map +1 -0
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.d.ts +153 -0
- package/dist/api/ThemeMappingsApi.d.ts.map +1 -0
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TopicsApi.d.ts +393 -0
- package/dist/api/TopicsApi.d.ts.map +1 -0
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.d.ts +57 -0
- package/dist/api/TransactionsApi.d.ts.map +1 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +37 -0
- package/dist/api/TwitterApi.d.ts.map +1 -0
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +438 -0
- package/dist/api/UserTagsApi.d.ts.map +1 -0
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.d.ts +546 -0
- package/dist/api/UsersApi.d.ts.map +1 -0
- package/dist/api/UsersApi.js +10 -3
- package/dist/api/UtilsApi.d.ts +27 -0
- package/dist/api/UtilsApi.d.ts.map +1 -0
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +522 -0
- package/dist/api/VideosApi.d.ts.map +1 -0
- package/dist/api/VideosApi.js +2 -2
- package/dist/api/WalletsApi.d.ts +789 -0
- package/dist/api/WalletsApi.d.ts.map +1 -0
- package/dist/api/WalletsApi.js +2 -2
- package/dist/index.d.ts +254 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/model/APIClient.d.ts +118 -0
- package/dist/model/APIClient.d.ts.map +1 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +82 -0
- package/dist/model/AccountSessionInput.d.ts.map +1 -0
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +62 -0
- package/dist/model/AccountSessionResponse.d.ts.map +1 -0
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +83 -0
- package/dist/model/ApplicationPaymentAccountResponse.d.ts.map +1 -0
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +56 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts.map +1 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +101 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts.map +1 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts +56 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/model/Article.d.ts +227 -0
- package/dist/model/Article.d.ts.map +1 -0
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.d.ts +80 -0
- package/dist/model/AuthResponse.d.ts.map +1 -0
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +67 -0
- package/dist/model/AwsSettings.d.ts.map +1 -0
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +74 -0
- package/dist/model/Balance.d.ts.map +1 -0
- package/dist/model/Balance.js +44 -44
- package/dist/model/BalanceDetails.d.ts +56 -0
- package/dist/model/BalanceDetails.d.ts.map +1 -0
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +47 -0
- package/dist/model/BalanceResponse.d.ts.map +1 -0
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +75 -0
- package/dist/model/BankAccountInfo.d.ts.map +1 -0
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.d.ts +74 -0
- package/dist/model/CardInfo.d.ts.map +1 -0
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +173 -0
- package/dist/model/Comment.d.ts.map +1 -0
- package/dist/model/Comment.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +66 -0
- package/dist/model/ConsoleProjectInput.d.ts.map +1 -0
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +77 -0
- package/dist/model/ConsoleProjectResponse.d.ts.map +1 -0
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Coordinates.d.ts +47 -0
- package/dist/model/Coordinates.d.ts.map +1 -0
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +102 -0
- package/dist/model/CreateAccountResponse.d.ts.map +1 -0
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +74 -0
- package/dist/model/CreateFunctionInput.d.ts.map +1 -0
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +81 -0
- package/dist/model/CreateStripeAccountInput.d.ts.map +1 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +65 -0
- package/dist/model/CreateStripeCustomerInput.d.ts.map +1 -0
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +65 -0
- package/dist/model/CreateTopicInput.d.ts.map +1 -0
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +56 -0
- package/dist/model/CreateTopicListenerInput.d.ts.map +1 -0
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.d.ts +92 -0
- package/dist/model/Currency.d.ts.map +1 -0
- package/dist/model/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +108 -0
- package/dist/model/CurrencyGrantInput.d.ts.map +1 -0
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +140 -0
- package/dist/model/CurrencyGrantResponse.d.ts.map +1 -0
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +94 -0
- package/dist/model/CurrencyInput.d.ts.map +1 -0
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +77 -0
- package/dist/model/CurrencyMinterRegistrationInput.d.ts.map +1 -0
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +107 -0
- package/dist/model/CurrencyResponse.d.ts.map +1 -0
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +47 -0
- package/dist/model/CurrencySettings.d.ts.map +1 -0
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +56 -0
- package/dist/model/CustomerResponse.d.ts.map +1 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +47 -0
- package/dist/model/DataObject.d.ts.map +1 -0
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +238 -0
- package/dist/model/DataSheetImport.d.ts.map +1 -0
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.d.ts +56 -0
- package/dist/model/DataSheetImportPrivacySettings.d.ts.map +1 -0
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +63 -0
- package/dist/model/DataSheetImportSummary.d.ts.map +1 -0
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +78 -0
- package/dist/model/DeviceRegistrationRequest.d.ts.map +1 -0
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +245 -0
- package/dist/model/Document.d.ts.map +1 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.d.ts +200 -0
- package/dist/model/DocumentPart.d.ts.map +1 -0
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.d.ts +119 -0
- package/dist/model/DocumentPartType.d.ts.map +1 -0
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.d.ts +155 -0
- package/dist/model/DocumentType.d.ts.map +1 -0
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/EmailAddress.d.ts +83 -0
- package/dist/model/EmailAddress.d.ts.map +1 -0
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +59 -0
- package/dist/model/FieldMapping.d.ts.map +1 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +381 -0
- package/dist/model/Fields.d.ts.map +1 -0
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.d.ts +119 -0
- package/dist/model/File.d.ts.map +1 -0
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.d.ts +119 -0
- package/dist/model/FileAttachmentUploadObject.d.ts.map +1 -0
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.d.ts +47 -0
- package/dist/model/Filter.d.ts.map +1 -0
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +47 -0
- package/dist/model/FilterManager.d.ts.map +1 -0
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/Form.d.ts +116 -0
- package/dist/model/Form.d.ts.map +1 -0
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.d.ts +92 -0
- package/dist/model/FormSection.d.ts.map +1 -0
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +80 -0
- package/dist/model/FormSubmission.d.ts.map +1 -0
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +172 -0
- package/dist/model/FunctionConfigInput.d.ts.map +1 -0
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +72 -0
- package/dist/model/FunctionEnvironmentConfig.d.ts.map +1 -0
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +98 -0
- package/dist/model/FunctionInput.d.ts.map +1 -0
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +89 -0
- package/dist/model/FunctionOutput.d.ts.map +1 -0
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.d.ts +65 -0
- package/dist/model/Geocode.d.ts.map +1 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +47 -0
- package/dist/model/GeocodePayload.d.ts.map +1 -0
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.d.ts +65 -0
- package/dist/model/GeolocationInput.d.ts.map +1 -0
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +169 -0
- package/dist/model/GetFunctionConfig.d.ts.map +1 -0
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +73 -0
- package/dist/model/GetFunctionEnvironmentConfig.d.ts.map +1 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +97 -0
- package/dist/model/GetFunctionResponse.d.ts.map +1 -0
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +57 -0
- package/dist/model/GoogleCloudSettings.d.ts.map +1 -0
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +177 -0
- package/dist/model/Graph.d.ts.map +1 -0
- package/dist/model/Graph.js +25 -25
- package/dist/model/GraphAction.d.ts +111 -0
- package/dist/model/GraphAction.d.ts.map +1 -0
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphActionPayload.d.ts +74 -0
- package/dist/model/GraphActionPayload.d.ts.map +1 -0
- package/dist/model/GraphActionPayload.js +212 -0
- package/dist/model/GraphActionResponse.d.ts +126 -0
- package/dist/model/GraphActionResponse.d.ts.map +1 -0
- package/dist/model/GraphActionResponse.js +360 -0
- package/dist/model/GraphDatabaseService.d.ts +92 -0
- package/dist/model/GraphDatabaseService.d.ts.map +1 -0
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.d.ts +96 -0
- package/dist/model/GraphGeocode.d.ts.map +1 -0
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +38 -0
- package/dist/model/GraphIteratorEntryPart.d.ts.map +1 -0
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +101 -0
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts.map +1 -0
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +162 -0
- package/dist/model/GraphObject.d.ts.map +1 -0
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +137 -0
- package/dist/model/GraphObjectPayload.d.ts.map +1 -0
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +127 -0
- package/dist/model/GraphObjectResponse.d.ts.map +1 -0
- package/dist/model/GraphObjectResponse.js +361 -0
- package/dist/model/GraphObjectSchema.d.ts +193 -0
- package/dist/model/GraphObjectSchema.d.ts.map +1 -0
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.d.ts +215 -0
- package/dist/model/GraphObjectType.d.ts.map +1 -0
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeInput.d.ts +184 -0
- package/dist/model/GraphObjectTypeInput.d.ts.map +1 -0
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +137 -0
- package/dist/model/GraphObjectTypeResponse.d.ts.map +1 -0
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +215 -0
- package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -0
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.d.ts +56 -0
- package/dist/model/GraphOwner.d.ts.map +1 -0
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +113 -0
- package/dist/model/GraphRelationship.d.ts.map +1 -0
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +74 -0
- package/dist/model/GraphRelationshipPayload.d.ts.map +1 -0
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +232 -0
- package/dist/model/GraphRelationshipType.d.ts.map +1 -0
- package/dist/model/GraphRelationshipType.js +32 -32
- package/dist/model/GraphRelationshipTypeResponse.d.ts +201 -0
- package/dist/model/GraphRelationshipTypeResponse.d.ts.map +1 -0
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.d.ts +222 -0
- package/dist/model/GraphSchema.d.ts.map +1 -0
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphSchemaInput.d.ts +101 -0
- package/dist/model/GraphSchemaInput.d.ts.map +1 -0
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +226 -0
- package/dist/model/GraphSchemaResponse.d.ts.map +1 -0
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +365 -0
- package/dist/model/GraphTraversalInput.d.ts.map +1 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +155 -0
- package/dist/model/Image.d.ts.map +1 -0
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.d.ts +155 -0
- package/dist/model/ImageUploadObject.d.ts.map +1 -0
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.d.ts +65 -0
- package/dist/model/InputPart.d.ts.map +1 -0
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.d.ts +38 -0
- package/dist/model/InputPartHeaders.d.ts.map +1 -0
- package/dist/model/InputPartMediaType.d.ts +74 -0
- package/dist/model/InputPartMediaType.d.ts.map +1 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.d.ts +75 -0
- package/dist/model/KafkaSettings.d.ts.map +1 -0
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +101 -0
- package/dist/model/Link.d.ts.map +1 -0
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +56 -0
- package/dist/model/LiveStreamInfo.d.ts.map +1 -0
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.d.ts +197 -0
- package/dist/model/MeetingEvent.d.ts.map +1 -0
- package/dist/model/MeetingEvent.js +2 -2
- package/dist/model/MeetingEventTimezone.d.ts +65 -0
- package/dist/model/MeetingEventTimezone.d.ts.map +1 -0
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.d.ts +77 -0
- package/dist/model/MeetingInfo.d.ts.map +1 -0
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +173 -0
- package/dist/model/Member.d.ts.map +1 -0
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +83 -0
- package/dist/model/MemberGroupCategory.d.ts.map +1 -0
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +35 -0
- package/dist/model/MemberList.d.ts.map +1 -0
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.d.ts +56 -0
- package/dist/model/MessageGroup.d.ts.map +1 -0
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +47 -0
- package/dist/model/MultipartBody.d.ts.map +1 -0
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.d.ts +127 -0
- package/dist/model/Notification.d.ts.map +1 -0
- package/dist/model/NotificationInput.d.ts +92 -0
- package/dist/model/NotificationInput.d.ts.map +1 -0
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +117 -0
- package/dist/model/NotificationResponse.d.ts.map +1 -0
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +47 -0
- package/dist/model/NumberSettings.d.ts.map +1 -0
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +56 -0
- package/dist/model/ObjectSettings.d.ts.map +1 -0
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +206 -0
- package/dist/model/Objecttype.d.ts.map +1 -0
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.d.ts +57 -0
- package/dist/model/OutParameter.d.ts.map +1 -0
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +128 -0
- package/dist/model/Page.d.ts.map +1 -0
- package/dist/model/Page.js +23 -23
- package/dist/model/PageSchema.d.ts +164 -0
- package/dist/model/PageSchema.d.ts.map +1 -0
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +83 -0
- package/dist/model/Pageable.d.ts.map +1 -0
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +57 -0
- package/dist/model/Parameter.d.ts.map +1 -0
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.d.ts +56 -0
- package/dist/model/Path.d.ts.map +1 -0
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +74 -0
- package/dist/model/PaymentAccountObject.d.ts.map +1 -0
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +78 -0
- package/dist/model/PaymentIntentInput.d.ts.map +1 -0
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +47 -0
- package/dist/model/PaymentIntentResponse.d.ts.map +1 -0
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +109 -0
- package/dist/model/PaymentMethod.d.ts.map +1 -0
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +99 -0
- package/dist/model/PaymentMethodInput.d.ts.map +1 -0
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +47 -0
- package/dist/model/PaymentMethodResponse.d.ts.map +1 -0
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +47 -0
- package/dist/model/PaymentMethodsResponse.d.ts.map +1 -0
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.d.ts +113 -0
- package/dist/model/Payout.d.ts.map +1 -0
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +122 -0
- package/dist/model/PayoutInput.d.ts.map +1 -0
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +49 -0
- package/dist/model/PayoutResponse.d.ts.map +1 -0
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +110 -0
- package/dist/model/PhoneNumber.d.ts.map +1 -0
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +128 -0
- package/dist/model/Post.d.ts.map +1 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +170 -0
- package/dist/model/PrivateMessage.d.ts.map +1 -0
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.d.ts +183 -0
- package/dist/model/PrivateMessageConversation.d.ts.map +1 -0
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +96 -0
- package/dist/model/PrivateMessageConversationSchema.d.ts.map +1 -0
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +65 -0
- package/dist/model/Profile.d.ts.map +1 -0
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +65 -0
- package/dist/model/Profiletype.d.ts.map +1 -0
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/Project.d.ts +65 -0
- package/dist/model/Project.d.ts.map +1 -0
- package/dist/model/ProjectInput.d.ts +66 -0
- package/dist/model/ProjectInput.d.ts.map +1 -0
- package/dist/model/PropertyContainer.d.ts +56 -0
- package/dist/model/PropertyContainer.d.ts.map +1 -0
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurchaseInput.d.ts +84 -0
- package/dist/model/PurchaseInput.d.ts.map +1 -0
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +126 -0
- package/dist/model/PurchaseResponse.d.ts.map +1 -0
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponse.d.ts +58 -0
- package/dist/model/PurgeDataDefaultResponse.d.ts.map +1 -0
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +49 -0
- package/dist/model/PurgeDataDefaultResponseValue.d.ts.map +1 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +77 -0
- package/dist/model/RelationshipMapping.d.ts.map +1 -0
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +85 -0
- package/dist/model/RestApplicationInput.d.ts.map +1 -0
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +107 -0
- package/dist/model/RestApplicationResponse.d.ts.map +1 -0
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +271 -0
- package/dist/model/ScreenSchema.d.ts.map +1 -0
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.d.ts +62 -0
- package/dist/model/SimulcastInfo.d.ts.map +1 -0
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.d.ts +85 -0
- package/dist/model/SiteInput.d.ts.map +1 -0
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +117 -0
- package/dist/model/SiteResponse.d.ts.map +1 -0
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +75 -0
- package/dist/model/SiteTypeInput.d.ts.map +1 -0
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +77 -0
- package/dist/model/SiteTypeResponse.d.ts.map +1 -0
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +381 -0
- package/dist/model/SkinField.d.ts.map +1 -0
- package/dist/model/SkinField.js +2 -2
- package/dist/model/SkinFieldResponse.d.ts +227 -0
- package/dist/model/SkinFieldResponse.d.ts.map +1 -0
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +200 -0
- package/dist/model/SocialGroup.d.ts.map +1 -0
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.d.ts +110 -0
- package/dist/model/SocialGroupType.d.ts.map +1 -0
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.d.ts +56 -0
- package/dist/model/Sort.d.ts.map +1 -0
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.d.ts +56 -0
- package/dist/model/SourceTypes.d.ts.map +1 -0
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +110 -0
- package/dist/model/StatusUpdate.d.ts.map +1 -0
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.d.ts +74 -0
- package/dist/model/StreetAddress.d.ts.map +1 -0
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +157 -0
- package/dist/model/StripeAccount.d.ts.map +1 -0
- package/dist/model/StripeAccount.js +25 -25
- package/dist/model/StripeCustomerAccount.d.ts +74 -0
- package/dist/model/StripeCustomerAccount.d.ts.map +1 -0
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +96 -0
- package/dist/model/Template.d.ts.map +1 -0
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +107 -0
- package/dist/model/TemplateResponse.d.ts.map +1 -0
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +105 -0
- package/dist/model/TemplateSchema.d.ts.map +1 -0
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +83 -0
- package/dist/model/ThemeMapping.d.ts.map +1 -0
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +83 -0
- package/dist/model/ThemeMappingPayload.d.ts.map +1 -0
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +87 -0
- package/dist/model/TopicInfoResponse.d.ts.map +1 -0
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +57 -0
- package/dist/model/TopicMessageInput.d.ts.map +1 -0
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +77 -0
- package/dist/model/TopicSubscriptionResponse.d.ts.map +1 -0
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.d.ts +47 -0
- package/dist/model/Transaction.d.ts.map +1 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +100 -0
- package/dist/model/Transfer.d.ts.map +1 -0
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.d.ts +176 -0
- package/dist/model/TransferInput.d.ts.map +1 -0
- package/dist/model/TransferInput.js +66 -14
- package/dist/model/TransferResponse.d.ts +91 -0
- package/dist/model/TransferResponse.d.ts.map +1 -0
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +100 -0
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts.map +1 -0
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +47 -0
- package/dist/model/TraversalRelationResponse.d.ts.map +1 -0
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +173 -0
- package/dist/model/User.d.ts.map +1 -0
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +173 -0
- package/dist/model/UserDataPayload.d.ts.map +1 -0
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +65 -0
- package/dist/model/UserDomain.d.ts.map +1 -0
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +137 -0
- package/dist/model/UserInvite.d.ts.map +1 -0
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +83 -0
- package/dist/model/UserInviteInput.d.ts.map +1 -0
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +197 -0
- package/dist/model/UserResponse.d.ts.map +1 -0
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +173 -0
- package/dist/model/UserSchema.d.ts.map +1 -0
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.d.ts +83 -0
- package/dist/model/UserTag.d.ts.map +1 -0
- package/dist/model/UserTag.js +34 -34
- package/dist/model/Userid.d.ts +47 -0
- package/dist/model/Userid.d.ts.map +1 -0
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.d.ts +218 -0
- package/dist/model/Video.d.ts.map +1 -0
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.d.ts +47 -0
- package/dist/model/VideoLiveUrl.d.ts.map +1 -0
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.d.ts +245 -0
- package/dist/model/VideoSchema.d.ts.map +1 -0
- package/dist/model/VideoSchema.js +2 -2
- package/dist/model/VideoUploadObject.d.ts +218 -0
- package/dist/model/VideoUploadObject.d.ts.map +1 -0
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/WalletHoldInput.d.ts +96 -0
- package/dist/model/WalletHoldInput.d.ts.map +1 -0
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +126 -0
- package/dist/model/WalletHoldResponse.d.ts.map +1 -0
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +76 -0
- package/dist/model/WalletPayoutInput.d.ts.map +1 -0
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +96 -0
- package/dist/model/WalletPayoutResponse.d.ts.map +1 -0
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +87 -0
- package/dist/model/WalletResponse.d.ts.map +1 -0
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +146 -0
- package/dist/model/ZeusPortalCategory.d.ts.map +1 -0
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +12 -5
|
@@ -0,0 +1,1460 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GraphRelationships service.
|
|
3
|
+
* @module api/GraphRelationshipsApi
|
|
4
|
+
* @version 0.1.90
|
|
5
|
+
*/
|
|
6
|
+
export default class GraphRelationshipsApi {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a new GraphRelationshipsApi.
|
|
9
|
+
* @alias module:api/GraphRelationshipsApi
|
|
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
|
+
* @param {Number} id
|
|
18
|
+
* @param {Object} opts Optional parameters
|
|
19
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
20
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
21
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
22
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
23
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
24
|
+
* @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)
|
|
25
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
26
|
+
* @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
|
|
27
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
28
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
29
|
+
* @param {String} [body]
|
|
30
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
31
|
+
*/
|
|
32
|
+
addEndObjectTypes1WithHttpInfo(id: number, opts: any): Promise<any>;
|
|
33
|
+
/**
|
|
34
|
+
* @param {Number} id
|
|
35
|
+
* @param {Object} opts Optional parameters
|
|
36
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
37
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
38
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
39
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
40
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
41
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
42
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
43
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
44
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
45
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
46
|
+
* @param {String} opts.body
|
|
47
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
48
|
+
*/
|
|
49
|
+
addEndObjectTypes1(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
50
|
+
authorization?: string;
|
|
51
|
+
cacheduration?: number;
|
|
52
|
+
cachegroup?: Array<string>;
|
|
53
|
+
cachekey?: Array<string>;
|
|
54
|
+
cachescope?: any;
|
|
55
|
+
cacheuser?: Array<string>;
|
|
56
|
+
zeusportalPostasApp?: number;
|
|
57
|
+
zeusportalPostas?: number;
|
|
58
|
+
zeusportalPostasSite?: number;
|
|
59
|
+
transactionid?: string;
|
|
60
|
+
body?: string;
|
|
61
|
+
}): Promise<any>;
|
|
62
|
+
/**
|
|
63
|
+
* @param {Number} id
|
|
64
|
+
* @param {Object} opts Optional parameters
|
|
65
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
66
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
67
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
68
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
69
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
70
|
+
* @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)
|
|
71
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
72
|
+
* @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
|
|
73
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
74
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
75
|
+
* @param {String} [body]
|
|
76
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
77
|
+
*/
|
|
78
|
+
addStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
79
|
+
/**
|
|
80
|
+
* @param {Number} id
|
|
81
|
+
* @param {Object} opts Optional parameters
|
|
82
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
83
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
84
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
85
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
86
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
87
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
88
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
89
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
90
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
91
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
92
|
+
* @param {String} opts.body
|
|
93
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
94
|
+
*/
|
|
95
|
+
addStartObjectTypes(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
96
|
+
authorization?: string;
|
|
97
|
+
cacheduration?: number;
|
|
98
|
+
cachegroup?: Array<string>;
|
|
99
|
+
cachekey?: Array<string>;
|
|
100
|
+
cachescope?: any;
|
|
101
|
+
cacheuser?: Array<string>;
|
|
102
|
+
zeusportalPostasApp?: number;
|
|
103
|
+
zeusportalPostas?: number;
|
|
104
|
+
zeusportalPostasSite?: number;
|
|
105
|
+
transactionid?: string;
|
|
106
|
+
body?: string;
|
|
107
|
+
}): Promise<any>;
|
|
108
|
+
/**
|
|
109
|
+
* Create a Relationship
|
|
110
|
+
* Create a relationship to another object
|
|
111
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
112
|
+
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
113
|
+
* @param {Object} opts Optional parameters
|
|
114
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
116
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
119
|
+
* @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)
|
|
120
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
|
+
* @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
|
|
122
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
123
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
124
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
|
|
125
|
+
*/
|
|
126
|
+
createRelationshipWithHttpInfo(id: number, graphRelationshipPayload: any, opts: any): Promise<any>;
|
|
127
|
+
/**
|
|
128
|
+
* Create a Relationship
|
|
129
|
+
* Create a relationship to another object
|
|
130
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
131
|
+
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
132
|
+
* @param {Object} opts Optional parameters
|
|
133
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
134
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
135
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
136
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
137
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
138
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
139
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
140
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
141
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
142
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
143
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
|
|
144
|
+
*/
|
|
145
|
+
createRelationship(id: number, graphRelationshipPayload: any, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
146
|
+
authorization?: string;
|
|
147
|
+
cacheduration?: number;
|
|
148
|
+
cachegroup?: Array<string>;
|
|
149
|
+
cachekey?: Array<string>;
|
|
150
|
+
cachescope?: any;
|
|
151
|
+
cacheuser?: Array<string>;
|
|
152
|
+
zeusportalPostasApp?: number;
|
|
153
|
+
zeusportalPostas?: number;
|
|
154
|
+
zeusportalPostasSite?: number;
|
|
155
|
+
transactionid?: string;
|
|
156
|
+
}): Promise<any>;
|
|
157
|
+
/**
|
|
158
|
+
* Create relationshp type
|
|
159
|
+
* Creates a new relationship type
|
|
160
|
+
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
161
|
+
* @param {Object} opts Optional parameters
|
|
162
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
163
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
164
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
165
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
166
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
167
|
+
* @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)
|
|
168
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
169
|
+
* @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
|
|
170
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
171
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
172
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
|
|
173
|
+
*/
|
|
174
|
+
createRelationshipTypeWithHttpInfo(graphRelationshipType: any, opts: any): Promise<any>;
|
|
175
|
+
/**
|
|
176
|
+
* Create relationshp type
|
|
177
|
+
* Creates a new relationship type
|
|
178
|
+
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
179
|
+
* @param {Object} opts Optional parameters
|
|
180
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
181
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
182
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
183
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
184
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
185
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
186
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
187
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
188
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
189
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
190
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
|
|
191
|
+
*/
|
|
192
|
+
createRelationshipType(graphRelationshipType: any, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
193
|
+
authorization?: string;
|
|
194
|
+
cacheduration?: number;
|
|
195
|
+
cachegroup?: Array<string>;
|
|
196
|
+
cachekey?: Array<string>;
|
|
197
|
+
cachescope?: any;
|
|
198
|
+
cacheuser?: Array<string>;
|
|
199
|
+
zeusportalPostasApp?: number;
|
|
200
|
+
zeusportalPostas?: number;
|
|
201
|
+
zeusportalPostasSite?: number;
|
|
202
|
+
transactionid?: string;
|
|
203
|
+
}): Promise<any>;
|
|
204
|
+
/**
|
|
205
|
+
* Create Relationships
|
|
206
|
+
* Create a relationships to other objects
|
|
207
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
208
|
+
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
209
|
+
* @param {Object} opts Optional parameters
|
|
210
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
211
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
212
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
213
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
214
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
215
|
+
* @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)
|
|
216
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
218
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
219
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
220
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
221
|
+
*/
|
|
222
|
+
createRelationshipsWithHttpInfo(id: number, graphRelationshipPayload: any, opts: any): Promise<any>;
|
|
223
|
+
/**
|
|
224
|
+
* Create Relationships
|
|
225
|
+
* Create a relationships to other objects
|
|
226
|
+
* @param {Number} id The id of the object that we are creating relationships on
|
|
227
|
+
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
228
|
+
* @param {Object} opts Optional parameters
|
|
229
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
230
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
231
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
232
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
233
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
234
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
235
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
236
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
237
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
238
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
239
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
240
|
+
*/
|
|
241
|
+
createRelationships(id: number, graphRelationshipPayload: any, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
242
|
+
authorization?: string;
|
|
243
|
+
cacheduration?: number;
|
|
244
|
+
cachegroup?: Array<string>;
|
|
245
|
+
cachekey?: Array<string>;
|
|
246
|
+
cachescope?: any;
|
|
247
|
+
cacheuser?: Array<string>;
|
|
248
|
+
zeusportalPostasApp?: number;
|
|
249
|
+
zeusportalPostas?: number;
|
|
250
|
+
zeusportalPostasSite?: number;
|
|
251
|
+
transactionid?: string;
|
|
252
|
+
}): Promise<any>;
|
|
253
|
+
/**
|
|
254
|
+
* Delete Relationship
|
|
255
|
+
* Delete an individual relationship
|
|
256
|
+
* @param {Number} id
|
|
257
|
+
* @param {Object} opts Optional parameters
|
|
258
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
259
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
260
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
261
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
262
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
263
|
+
* @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)
|
|
264
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
265
|
+
* @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
|
|
266
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
267
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
268
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
269
|
+
*/
|
|
270
|
+
deleteRelationshipWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
271
|
+
/**
|
|
272
|
+
* Delete Relationship
|
|
273
|
+
* Delete an individual relationship
|
|
274
|
+
* @param {Number} id
|
|
275
|
+
* @param {Object} opts Optional parameters
|
|
276
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
277
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
278
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
279
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
280
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
281
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
282
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
283
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
284
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
285
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
286
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
287
|
+
*/
|
|
288
|
+
deleteRelationship(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
289
|
+
authorization?: string;
|
|
290
|
+
cacheduration?: number;
|
|
291
|
+
cachegroup?: Array<string>;
|
|
292
|
+
cachekey?: Array<string>;
|
|
293
|
+
cachescope?: any;
|
|
294
|
+
cacheuser?: Array<string>;
|
|
295
|
+
zeusportalPostasApp?: number;
|
|
296
|
+
zeusportalPostas?: number;
|
|
297
|
+
zeusportalPostasSite?: number;
|
|
298
|
+
transactionid?: string;
|
|
299
|
+
}): Promise<any>;
|
|
300
|
+
/**
|
|
301
|
+
* Root for the API
|
|
302
|
+
* @param {Object} opts Optional parameters
|
|
303
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
304
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
305
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
306
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
307
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
308
|
+
* @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)
|
|
309
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
310
|
+
* @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
|
|
311
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
312
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
313
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
314
|
+
*/
|
|
315
|
+
get10WithHttpInfo(opts: any): Promise<any>;
|
|
316
|
+
/**
|
|
317
|
+
* Root for the API
|
|
318
|
+
* @param {Object} opts Optional parameters
|
|
319
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
320
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
321
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
322
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
323
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
324
|
+
* @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
|
|
329
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
330
|
+
*/
|
|
331
|
+
get10(opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
332
|
+
authorization?: string;
|
|
333
|
+
cacheduration?: number;
|
|
334
|
+
cachegroup?: Array<string>;
|
|
335
|
+
cachekey?: Array<string>;
|
|
336
|
+
cachescope?: any;
|
|
337
|
+
cacheuser?: Array<string>;
|
|
338
|
+
zeusportalPostasApp?: number;
|
|
339
|
+
zeusportalPostas?: number;
|
|
340
|
+
zeusportalPostasSite?: number;
|
|
341
|
+
transactionid?: string;
|
|
342
|
+
}): Promise<any>;
|
|
343
|
+
/**
|
|
344
|
+
* Root for the API
|
|
345
|
+
* @param {Object} opts Optional parameters
|
|
346
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
347
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
348
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
349
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
350
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
351
|
+
* @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)
|
|
352
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
353
|
+
* @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
|
|
354
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
355
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
356
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
357
|
+
*/
|
|
358
|
+
get9WithHttpInfo(opts: any): Promise<any>;
|
|
359
|
+
/**
|
|
360
|
+
* Root for the API
|
|
361
|
+
* @param {Object} opts Optional parameters
|
|
362
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
363
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
364
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
365
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
366
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
367
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
368
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
369
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
370
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
371
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
372
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
373
|
+
*/
|
|
374
|
+
get9(opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
375
|
+
authorization?: string;
|
|
376
|
+
cacheduration?: number;
|
|
377
|
+
cachegroup?: Array<string>;
|
|
378
|
+
cachekey?: Array<string>;
|
|
379
|
+
cachescope?: any;
|
|
380
|
+
cacheuser?: Array<string>;
|
|
381
|
+
zeusportalPostasApp?: number;
|
|
382
|
+
zeusportalPostas?: number;
|
|
383
|
+
zeusportalPostasSite?: number;
|
|
384
|
+
transactionid?: string;
|
|
385
|
+
}): Promise<any>;
|
|
386
|
+
/**
|
|
387
|
+
* Get All Relationships
|
|
388
|
+
* Returns a listing of relationships
|
|
389
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
390
|
+
* @param {Object} opts Optional parameters
|
|
391
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
392
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
393
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
394
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
395
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
396
|
+
* @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)
|
|
397
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
398
|
+
* @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
|
|
399
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
400
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
401
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
402
|
+
*/
|
|
403
|
+
getAllRelationshipsWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
404
|
+
/**
|
|
405
|
+
* Get All Relationships
|
|
406
|
+
* Returns a listing of relationships
|
|
407
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
408
|
+
* @param {Object} opts Optional parameters
|
|
409
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
410
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
411
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
412
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
413
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
414
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
415
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
416
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
417
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
418
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
419
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
420
|
+
*/
|
|
421
|
+
getAllRelationships(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
422
|
+
authorization?: string;
|
|
423
|
+
cacheduration?: number;
|
|
424
|
+
cachegroup?: Array<string>;
|
|
425
|
+
cachekey?: Array<string>;
|
|
426
|
+
cachescope?: any;
|
|
427
|
+
cacheuser?: Array<string>;
|
|
428
|
+
zeusportalPostasApp?: number;
|
|
429
|
+
zeusportalPostas?: number;
|
|
430
|
+
zeusportalPostasSite?: number;
|
|
431
|
+
transactionid?: string;
|
|
432
|
+
}): Promise<any>;
|
|
433
|
+
/**
|
|
434
|
+
* Get All Relationships By Type
|
|
435
|
+
* Returns a listing of relationships
|
|
436
|
+
* @param {Number} id The id of the relationship type we are searching for
|
|
437
|
+
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
438
|
+
* @param {Object} opts Optional parameters
|
|
439
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
440
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
441
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
442
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
443
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
444
|
+
* @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)
|
|
445
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
446
|
+
* @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
|
|
447
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
448
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
449
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
450
|
+
*/
|
|
451
|
+
getAllRelationshipsByTypeWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
|
|
452
|
+
/**
|
|
453
|
+
* Get All Relationships By Type
|
|
454
|
+
* Returns a listing of relationships
|
|
455
|
+
* @param {Number} id The id of the relationship type we are searching for
|
|
456
|
+
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
457
|
+
* @param {Object} opts Optional parameters
|
|
458
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
459
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
460
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
461
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
462
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
463
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
464
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
465
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
466
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
467
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
468
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
469
|
+
*/
|
|
470
|
+
getAllRelationshipsByType(id: number, reltypeid: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
471
|
+
authorization?: string;
|
|
472
|
+
cacheduration?: number;
|
|
473
|
+
cachegroup?: Array<string>;
|
|
474
|
+
cachekey?: Array<string>;
|
|
475
|
+
cachescope?: any;
|
|
476
|
+
cacheuser?: Array<string>;
|
|
477
|
+
zeusportalPostasApp?: number;
|
|
478
|
+
zeusportalPostas?: number;
|
|
479
|
+
zeusportalPostasSite?: number;
|
|
480
|
+
transactionid?: string;
|
|
481
|
+
}): Promise<any>;
|
|
482
|
+
/**
|
|
483
|
+
* @param {Number} id
|
|
484
|
+
* @param {Object} opts Optional parameters
|
|
485
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
486
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
487
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
488
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
489
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
490
|
+
* @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)
|
|
491
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
492
|
+
* @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
|
|
493
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
494
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
495
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
496
|
+
*/
|
|
497
|
+
getEndObjectTypes1WithHttpInfo(id: number, opts: any): Promise<any>;
|
|
498
|
+
/**
|
|
499
|
+
* @param {Number} id
|
|
500
|
+
* @param {Object} opts Optional parameters
|
|
501
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
502
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
503
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
504
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
505
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
506
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
507
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
508
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
509
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
510
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
511
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
512
|
+
*/
|
|
513
|
+
getEndObjectTypes1(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
514
|
+
authorization?: string;
|
|
515
|
+
cacheduration?: number;
|
|
516
|
+
cachegroup?: Array<string>;
|
|
517
|
+
cachekey?: Array<string>;
|
|
518
|
+
cachescope?: any;
|
|
519
|
+
cacheuser?: Array<string>;
|
|
520
|
+
zeusportalPostasApp?: number;
|
|
521
|
+
zeusportalPostas?: number;
|
|
522
|
+
zeusportalPostasSite?: number;
|
|
523
|
+
transactionid?: string;
|
|
524
|
+
}): Promise<any>;
|
|
525
|
+
/**
|
|
526
|
+
* @param {Number} id
|
|
527
|
+
* @param {Object} opts Optional parameters
|
|
528
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
529
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
530
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
531
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
532
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
533
|
+
* @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)
|
|
534
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
535
|
+
* @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
|
|
536
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
537
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
538
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
539
|
+
*/
|
|
540
|
+
getFields2WithHttpInfo(id: number, opts: any): Promise<any>;
|
|
541
|
+
/**
|
|
542
|
+
* @param {Number} id
|
|
543
|
+
* @param {Object} opts Optional parameters
|
|
544
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
545
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
546
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
547
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
548
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
549
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
550
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
551
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
552
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
553
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
554
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
555
|
+
*/
|
|
556
|
+
getFields2(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
557
|
+
authorization?: string;
|
|
558
|
+
cacheduration?: number;
|
|
559
|
+
cachegroup?: Array<string>;
|
|
560
|
+
cachekey?: Array<string>;
|
|
561
|
+
cachescope?: any;
|
|
562
|
+
cacheuser?: Array<string>;
|
|
563
|
+
zeusportalPostasApp?: number;
|
|
564
|
+
zeusportalPostas?: number;
|
|
565
|
+
zeusportalPostasSite?: number;
|
|
566
|
+
transactionid?: string;
|
|
567
|
+
}): Promise<any>;
|
|
568
|
+
/**
|
|
569
|
+
* Get Properties
|
|
570
|
+
* Get all properties attached to a relationship
|
|
571
|
+
* @param {Number} id
|
|
572
|
+
* @param {Object} opts Optional parameters
|
|
573
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
574
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
575
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
576
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
577
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
578
|
+
* @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)
|
|
579
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
580
|
+
* @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
|
|
581
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
582
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
583
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
|
|
584
|
+
*/
|
|
585
|
+
getRelPropertiesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
586
|
+
/**
|
|
587
|
+
* Get Properties
|
|
588
|
+
* Get all properties attached to a relationship
|
|
589
|
+
* @param {Number} id
|
|
590
|
+
* @param {Object} opts Optional parameters
|
|
591
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
592
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
593
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
594
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
595
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
596
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
597
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
598
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
599
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
600
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
601
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
602
|
+
*/
|
|
603
|
+
getRelProperties(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
604
|
+
authorization?: string;
|
|
605
|
+
cacheduration?: number;
|
|
606
|
+
cachegroup?: Array<string>;
|
|
607
|
+
cachekey?: Array<string>;
|
|
608
|
+
cachescope?: any;
|
|
609
|
+
cacheuser?: Array<string>;
|
|
610
|
+
zeusportalPostasApp?: number;
|
|
611
|
+
zeusportalPostas?: number;
|
|
612
|
+
zeusportalPostasSite?: number;
|
|
613
|
+
transactionid?: string;
|
|
614
|
+
}): Promise<any>;
|
|
615
|
+
/**
|
|
616
|
+
* Get Property
|
|
617
|
+
* Get a single property attached to a relationship
|
|
618
|
+
* @param {Number} id
|
|
619
|
+
* @param {String} prop
|
|
620
|
+
* @param {Object} opts Optional parameters
|
|
621
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
622
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
623
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
624
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
625
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
626
|
+
* @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)
|
|
627
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
628
|
+
* @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
|
|
629
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
630
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
631
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
|
|
632
|
+
*/
|
|
633
|
+
getRelPropertyWithHttpInfo(id: number, prop: string, opts: any): Promise<any>;
|
|
634
|
+
/**
|
|
635
|
+
* Get Property
|
|
636
|
+
* Get a single property attached to a relationship
|
|
637
|
+
* @param {Number} id
|
|
638
|
+
* @param {String} prop
|
|
639
|
+
* @param {Object} opts Optional parameters
|
|
640
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
641
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
642
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
643
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
644
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
645
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
646
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
647
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
648
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
649
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
650
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
651
|
+
*/
|
|
652
|
+
getRelProperty(id: number, prop: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
653
|
+
authorization?: string;
|
|
654
|
+
cacheduration?: number;
|
|
655
|
+
cachegroup?: Array<string>;
|
|
656
|
+
cachekey?: Array<string>;
|
|
657
|
+
cachescope?: any;
|
|
658
|
+
cacheuser?: Array<string>;
|
|
659
|
+
zeusportalPostasApp?: number;
|
|
660
|
+
zeusportalPostas?: number;
|
|
661
|
+
zeusportalPostasSite?: number;
|
|
662
|
+
transactionid?: string;
|
|
663
|
+
}): Promise<any>;
|
|
664
|
+
/**
|
|
665
|
+
* Gets the relationship by id
|
|
666
|
+
* @param {Number} id
|
|
667
|
+
* @param {Object} opts Optional parameters
|
|
668
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
669
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
670
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
671
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
672
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
673
|
+
* @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)
|
|
674
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
675
|
+
* @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
|
|
676
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
677
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
678
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
|
|
679
|
+
*/
|
|
680
|
+
getRelationshipByIdWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
681
|
+
/**
|
|
682
|
+
* Gets the relationship by id
|
|
683
|
+
* @param {Number} id
|
|
684
|
+
* @param {Object} opts Optional parameters
|
|
685
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
686
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
687
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
688
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
689
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
690
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
691
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
692
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
693
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
694
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
695
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
|
|
696
|
+
*/
|
|
697
|
+
getRelationshipById(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
698
|
+
authorization?: string;
|
|
699
|
+
cacheduration?: number;
|
|
700
|
+
cachegroup?: Array<string>;
|
|
701
|
+
cachekey?: Array<string>;
|
|
702
|
+
cachescope?: any;
|
|
703
|
+
cacheuser?: Array<string>;
|
|
704
|
+
zeusportalPostasApp?: number;
|
|
705
|
+
zeusportalPostas?: number;
|
|
706
|
+
zeusportalPostasSite?: number;
|
|
707
|
+
transactionid?: string;
|
|
708
|
+
}): Promise<any>;
|
|
709
|
+
/**
|
|
710
|
+
* Gets the relationship type by the java classname
|
|
711
|
+
* @param {String} classname
|
|
712
|
+
* @param {Object} opts Optional parameters
|
|
713
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
714
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
715
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
716
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
717
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
718
|
+
* @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)
|
|
719
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
720
|
+
* @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
|
|
721
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
722
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
723
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
|
|
724
|
+
*/
|
|
725
|
+
getRelationshipTypeByClassNameWithHttpInfo(classname: string, opts: any): Promise<any>;
|
|
726
|
+
/**
|
|
727
|
+
* Gets the relationship type by the java classname
|
|
728
|
+
* @param {String} classname
|
|
729
|
+
* @param {Object} opts Optional parameters
|
|
730
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
731
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
732
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
733
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
734
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
735
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
736
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
737
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
738
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
739
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
740
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
|
|
741
|
+
*/
|
|
742
|
+
getRelationshipTypeByClassName(classname: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
743
|
+
authorization?: string;
|
|
744
|
+
cacheduration?: number;
|
|
745
|
+
cachegroup?: Array<string>;
|
|
746
|
+
cachekey?: Array<string>;
|
|
747
|
+
cachescope?: any;
|
|
748
|
+
cacheuser?: Array<string>;
|
|
749
|
+
zeusportalPostasApp?: number;
|
|
750
|
+
zeusportalPostas?: number;
|
|
751
|
+
zeusportalPostasSite?: number;
|
|
752
|
+
transactionid?: string;
|
|
753
|
+
}): Promise<any>;
|
|
754
|
+
/**
|
|
755
|
+
* Gets the relationship type by key
|
|
756
|
+
* @param {String} id
|
|
757
|
+
* @param {Object} opts Optional parameters
|
|
758
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
759
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
760
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
761
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
762
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
763
|
+
* @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)
|
|
764
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
765
|
+
* @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
|
|
766
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
767
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
768
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
769
|
+
*/
|
|
770
|
+
getRelationshipTypeByIdWithHttpInfo(id: string, opts: any): Promise<any>;
|
|
771
|
+
/**
|
|
772
|
+
* Gets the relationship type by key
|
|
773
|
+
* @param {String} id
|
|
774
|
+
* @param {Object} opts Optional parameters
|
|
775
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
776
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
777
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
778
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
779
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
780
|
+
* @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
|
|
785
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
786
|
+
*/
|
|
787
|
+
getRelationshipTypeById(id: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
788
|
+
authorization?: string;
|
|
789
|
+
cacheduration?: number;
|
|
790
|
+
cachegroup?: Array<string>;
|
|
791
|
+
cachekey?: Array<string>;
|
|
792
|
+
cachescope?: any;
|
|
793
|
+
cacheuser?: Array<string>;
|
|
794
|
+
zeusportalPostasApp?: number;
|
|
795
|
+
zeusportalPostas?: number;
|
|
796
|
+
zeusportalPostasSite?: number;
|
|
797
|
+
transactionid?: string;
|
|
798
|
+
}): Promise<any>;
|
|
799
|
+
/**
|
|
800
|
+
* Gets the relationship type by key
|
|
801
|
+
* @param {String} key
|
|
802
|
+
* @param {Object} opts Optional parameters
|
|
803
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
804
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
805
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
806
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
807
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
808
|
+
* @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)
|
|
809
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
810
|
+
* @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
|
|
811
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
812
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
813
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
814
|
+
*/
|
|
815
|
+
getRelationshipTypeByKeyWithHttpInfo(key: string, opts: any): Promise<any>;
|
|
816
|
+
/**
|
|
817
|
+
* Gets the relationship type by key
|
|
818
|
+
* @param {String} key
|
|
819
|
+
* @param {Object} opts Optional parameters
|
|
820
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
821
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
822
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
823
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
824
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
825
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
826
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
827
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
828
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
829
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
830
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
831
|
+
*/
|
|
832
|
+
getRelationshipTypeByKey(key: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
833
|
+
authorization?: string;
|
|
834
|
+
cacheduration?: number;
|
|
835
|
+
cachegroup?: Array<string>;
|
|
836
|
+
cachekey?: Array<string>;
|
|
837
|
+
cachescope?: any;
|
|
838
|
+
cacheuser?: Array<string>;
|
|
839
|
+
zeusportalPostasApp?: number;
|
|
840
|
+
zeusportalPostas?: number;
|
|
841
|
+
zeusportalPostasSite?: number;
|
|
842
|
+
transactionid?: string;
|
|
843
|
+
}): Promise<any>;
|
|
844
|
+
/**
|
|
845
|
+
* Get relationships in the graph
|
|
846
|
+
* @param {Number} id
|
|
847
|
+
* @param {Object} opts Optional parameters
|
|
848
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
849
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
850
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
851
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
852
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
853
|
+
* @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)
|
|
854
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
855
|
+
* @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
|
|
856
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
857
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
858
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
|
|
859
|
+
*/
|
|
860
|
+
getRelationshipsWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
861
|
+
/**
|
|
862
|
+
* Get relationships in the graph
|
|
863
|
+
* @param {Number} id
|
|
864
|
+
* @param {Object} opts Optional parameters
|
|
865
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
866
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
867
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
868
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
869
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
870
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
871
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
872
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
873
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
874
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
875
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
|
|
876
|
+
*/
|
|
877
|
+
getRelationships(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
878
|
+
authorization?: string;
|
|
879
|
+
cacheduration?: number;
|
|
880
|
+
cachegroup?: Array<string>;
|
|
881
|
+
cachekey?: Array<string>;
|
|
882
|
+
cachescope?: any;
|
|
883
|
+
cacheuser?: Array<string>;
|
|
884
|
+
zeusportalPostasApp?: number;
|
|
885
|
+
zeusportalPostas?: number;
|
|
886
|
+
zeusportalPostasSite?: number;
|
|
887
|
+
transactionid?: string;
|
|
888
|
+
}): Promise<any>;
|
|
889
|
+
/**
|
|
890
|
+
* Get relationships in the graph with the given object type
|
|
891
|
+
* @param {Number} id
|
|
892
|
+
* @param {String} type
|
|
893
|
+
* @param {Object} opts Optional parameters
|
|
894
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
895
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
896
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
897
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
898
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
899
|
+
* @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)
|
|
900
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
901
|
+
* @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
|
|
902
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
903
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
904
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationship} and HTTP response
|
|
905
|
+
*/
|
|
906
|
+
getRelationships1WithHttpInfo(id: number, type: string, opts: any): Promise<any>;
|
|
907
|
+
/**
|
|
908
|
+
* Get relationships in the graph with the given object type
|
|
909
|
+
* @param {Number} id
|
|
910
|
+
* @param {String} type
|
|
911
|
+
* @param {Object} opts Optional parameters
|
|
912
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
913
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
914
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
915
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
916
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
917
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
918
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
919
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
920
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
921
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
922
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationship}
|
|
923
|
+
*/
|
|
924
|
+
getRelationships1(id: number, type: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
925
|
+
authorization?: string;
|
|
926
|
+
cacheduration?: number;
|
|
927
|
+
cachegroup?: Array<string>;
|
|
928
|
+
cachekey?: Array<string>;
|
|
929
|
+
cachescope?: any;
|
|
930
|
+
cacheuser?: Array<string>;
|
|
931
|
+
zeusportalPostasApp?: number;
|
|
932
|
+
zeusportalPostas?: number;
|
|
933
|
+
zeusportalPostasSite?: number;
|
|
934
|
+
transactionid?: string;
|
|
935
|
+
}): Promise<any>;
|
|
936
|
+
/**
|
|
937
|
+
* Get Incoming Relationships By Type
|
|
938
|
+
* Returns a listing of relationships
|
|
939
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
940
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
941
|
+
* @param {Object} opts Optional parameters
|
|
942
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
943
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
944
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
945
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
946
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
947
|
+
* @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)
|
|
948
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
949
|
+
* @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
|
|
950
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
951
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
952
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
953
|
+
*/
|
|
954
|
+
getRelationshipsByTypeInWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
|
|
955
|
+
/**
|
|
956
|
+
* Get Incoming Relationships By Type
|
|
957
|
+
* Returns a listing of relationships
|
|
958
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
959
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
960
|
+
* @param {Object} opts Optional parameters
|
|
961
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
962
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
963
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
964
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
965
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
966
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
967
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
968
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
969
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
970
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
971
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
972
|
+
*/
|
|
973
|
+
getRelationshipsByTypeIn(id: number, reltypeid: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
974
|
+
authorization?: string;
|
|
975
|
+
cacheduration?: number;
|
|
976
|
+
cachegroup?: Array<string>;
|
|
977
|
+
cachekey?: Array<string>;
|
|
978
|
+
cachescope?: any;
|
|
979
|
+
cacheuser?: Array<string>;
|
|
980
|
+
zeusportalPostasApp?: number;
|
|
981
|
+
zeusportalPostas?: number;
|
|
982
|
+
zeusportalPostasSite?: number;
|
|
983
|
+
transactionid?: string;
|
|
984
|
+
}): Promise<any>;
|
|
985
|
+
/**
|
|
986
|
+
* Get Outgoing Relationships By Type
|
|
987
|
+
* Returns a listing of relationships
|
|
988
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
989
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
990
|
+
* @param {Object} opts Optional parameters
|
|
991
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
992
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
993
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
994
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
995
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
996
|
+
* @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)
|
|
997
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
998
|
+
* @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
|
|
999
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1000
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1001
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
1002
|
+
*/
|
|
1003
|
+
getRelationshipsByTypeOutWithHttpInfo(id: number, reltypeid: number, opts: any): Promise<any>;
|
|
1004
|
+
/**
|
|
1005
|
+
* Get Outgoing Relationships By Type
|
|
1006
|
+
* Returns a listing of relationships
|
|
1007
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1008
|
+
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1009
|
+
* @param {Object} opts Optional parameters
|
|
1010
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1011
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1012
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1013
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1014
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1015
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1016
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1017
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1018
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1019
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1020
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
1021
|
+
*/
|
|
1022
|
+
getRelationshipsByTypeOut(id: number, reltypeid: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1023
|
+
authorization?: string;
|
|
1024
|
+
cacheduration?: number;
|
|
1025
|
+
cachegroup?: Array<string>;
|
|
1026
|
+
cachekey?: Array<string>;
|
|
1027
|
+
cachescope?: any;
|
|
1028
|
+
cacheuser?: Array<string>;
|
|
1029
|
+
zeusportalPostasApp?: number;
|
|
1030
|
+
zeusportalPostas?: number;
|
|
1031
|
+
zeusportalPostasSite?: number;
|
|
1032
|
+
transactionid?: string;
|
|
1033
|
+
}): Promise<any>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Get Incoming Relationships
|
|
1036
|
+
* Returns a listing of relationships
|
|
1037
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1038
|
+
* @param {Object} opts Optional parameters
|
|
1039
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1040
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1041
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1042
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1043
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1044
|
+
* @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)
|
|
1045
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1046
|
+
* @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
|
|
1047
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1048
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1049
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
1050
|
+
*/
|
|
1051
|
+
getRelationshipsInWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Get Incoming Relationships
|
|
1054
|
+
* Returns a listing of relationships
|
|
1055
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1056
|
+
* @param {Object} opts Optional parameters
|
|
1057
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1058
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1059
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1060
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1061
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1062
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1063
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1064
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1065
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1066
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1067
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
1068
|
+
*/
|
|
1069
|
+
getRelationshipsIn(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1070
|
+
authorization?: string;
|
|
1071
|
+
cacheduration?: number;
|
|
1072
|
+
cachegroup?: Array<string>;
|
|
1073
|
+
cachekey?: Array<string>;
|
|
1074
|
+
cachescope?: any;
|
|
1075
|
+
cacheuser?: Array<string>;
|
|
1076
|
+
zeusportalPostasApp?: number;
|
|
1077
|
+
zeusportalPostas?: number;
|
|
1078
|
+
zeusportalPostasSite?: number;
|
|
1079
|
+
transactionid?: string;
|
|
1080
|
+
}): Promise<any>;
|
|
1081
|
+
/**
|
|
1082
|
+
* Get Outgoing Relationships
|
|
1083
|
+
* Returns a listing of relationships
|
|
1084
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1085
|
+
* @param {Object} opts Optional parameters
|
|
1086
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1087
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1088
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1089
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1090
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1091
|
+
* @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)
|
|
1092
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1093
|
+
* @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
|
|
1094
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1095
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1096
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphRelationship>} and HTTP response
|
|
1097
|
+
*/
|
|
1098
|
+
getRelationshipsOutWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1099
|
+
/**
|
|
1100
|
+
* Get Outgoing Relationships
|
|
1101
|
+
* Returns a listing of relationships
|
|
1102
|
+
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1103
|
+
* @param {Object} opts Optional parameters
|
|
1104
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1105
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1106
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1107
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1108
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1109
|
+
* @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
|
|
1114
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphRelationship>}
|
|
1115
|
+
*/
|
|
1116
|
+
getRelationshipsOut(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1117
|
+
authorization?: string;
|
|
1118
|
+
cacheduration?: number;
|
|
1119
|
+
cachegroup?: Array<string>;
|
|
1120
|
+
cachekey?: Array<string>;
|
|
1121
|
+
cachescope?: any;
|
|
1122
|
+
cacheuser?: Array<string>;
|
|
1123
|
+
zeusportalPostasApp?: number;
|
|
1124
|
+
zeusportalPostas?: number;
|
|
1125
|
+
zeusportalPostasSite?: number;
|
|
1126
|
+
transactionid?: string;
|
|
1127
|
+
}): Promise<any>;
|
|
1128
|
+
/**
|
|
1129
|
+
* @param {Number} id
|
|
1130
|
+
* @param {Object} opts Optional parameters
|
|
1131
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1132
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1133
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1134
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1135
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1136
|
+
* @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)
|
|
1137
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1138
|
+
* @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
|
|
1139
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1140
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1141
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
1142
|
+
*/
|
|
1143
|
+
getStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1144
|
+
/**
|
|
1145
|
+
* @param {Number} id
|
|
1146
|
+
* @param {Object} opts Optional parameters
|
|
1147
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1148
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1149
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1150
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1151
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1152
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1153
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1154
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1155
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1156
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1157
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
1158
|
+
*/
|
|
1159
|
+
getStartObjectTypes(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1160
|
+
authorization?: string;
|
|
1161
|
+
cacheduration?: number;
|
|
1162
|
+
cachegroup?: Array<string>;
|
|
1163
|
+
cachekey?: Array<string>;
|
|
1164
|
+
cachescope?: any;
|
|
1165
|
+
cacheuser?: Array<string>;
|
|
1166
|
+
zeusportalPostasApp?: number;
|
|
1167
|
+
zeusportalPostas?: number;
|
|
1168
|
+
zeusportalPostasSite?: number;
|
|
1169
|
+
transactionid?: string;
|
|
1170
|
+
}): Promise<any>;
|
|
1171
|
+
/**
|
|
1172
|
+
* @param {Number} id
|
|
1173
|
+
* @param {Object} opts Optional parameters
|
|
1174
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1175
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1176
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1177
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1178
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1179
|
+
* @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)
|
|
1180
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1181
|
+
* @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
|
|
1182
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1183
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1184
|
+
* @param {String} [body]
|
|
1185
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
1186
|
+
*/
|
|
1187
|
+
removeEndObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1188
|
+
/**
|
|
1189
|
+
* @param {Number} id
|
|
1190
|
+
* @param {Object} opts Optional parameters
|
|
1191
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1192
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1193
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1194
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1195
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1196
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1197
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1198
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1199
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1200
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1201
|
+
* @param {String} opts.body
|
|
1202
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
1203
|
+
*/
|
|
1204
|
+
removeEndObjectTypes(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1205
|
+
authorization?: string;
|
|
1206
|
+
cacheduration?: number;
|
|
1207
|
+
cachegroup?: Array<string>;
|
|
1208
|
+
cachekey?: Array<string>;
|
|
1209
|
+
cachescope?: any;
|
|
1210
|
+
cacheuser?: Array<string>;
|
|
1211
|
+
zeusportalPostasApp?: number;
|
|
1212
|
+
zeusportalPostas?: number;
|
|
1213
|
+
zeusportalPostasSite?: number;
|
|
1214
|
+
transactionid?: string;
|
|
1215
|
+
body?: string;
|
|
1216
|
+
}): Promise<any>;
|
|
1217
|
+
/**
|
|
1218
|
+
* @param {Number} id
|
|
1219
|
+
* @param {Object} opts Optional parameters
|
|
1220
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1221
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1222
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1223
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1224
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1225
|
+
* @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)
|
|
1226
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1227
|
+
* @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
|
|
1228
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1229
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1230
|
+
* @param {String} [body]
|
|
1231
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
1232
|
+
*/
|
|
1233
|
+
removeStartObjectTypesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1234
|
+
/**
|
|
1235
|
+
* @param {Number} id
|
|
1236
|
+
* @param {Object} opts Optional parameters
|
|
1237
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1238
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1239
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1240
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1241
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1242
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1243
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1244
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1245
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1246
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1247
|
+
* @param {String} opts.body
|
|
1248
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
1249
|
+
*/
|
|
1250
|
+
removeStartObjectTypes(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1251
|
+
authorization?: string;
|
|
1252
|
+
cacheduration?: number;
|
|
1253
|
+
cachegroup?: Array<string>;
|
|
1254
|
+
cachekey?: Array<string>;
|
|
1255
|
+
cachescope?: any;
|
|
1256
|
+
cacheuser?: Array<string>;
|
|
1257
|
+
zeusportalPostasApp?: number;
|
|
1258
|
+
zeusportalPostas?: number;
|
|
1259
|
+
zeusportalPostasSite?: number;
|
|
1260
|
+
transactionid?: string;
|
|
1261
|
+
body?: string;
|
|
1262
|
+
}): Promise<any>;
|
|
1263
|
+
/**
|
|
1264
|
+
* Set Multiple Properties
|
|
1265
|
+
* Set multiple properties attaced to an object / record
|
|
1266
|
+
* @param {Number} id
|
|
1267
|
+
* @param {Object} opts Optional parameters
|
|
1268
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1269
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1270
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1271
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1272
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1273
|
+
* @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)
|
|
1274
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1275
|
+
* @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
|
|
1276
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1277
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1278
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
|
|
1279
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
1280
|
+
*/
|
|
1281
|
+
setRelPropertiesWithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1282
|
+
/**
|
|
1283
|
+
* Set Multiple Properties
|
|
1284
|
+
* Set multiple properties attaced to an object / record
|
|
1285
|
+
* @param {Number} id
|
|
1286
|
+
* @param {Object} opts Optional parameters
|
|
1287
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1288
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1289
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1290
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1291
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1292
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1293
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1294
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1295
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1296
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1297
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} opts.requestBody
|
|
1298
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
1299
|
+
*/
|
|
1300
|
+
setRelProperties(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1301
|
+
authorization?: string;
|
|
1302
|
+
cacheduration?: number;
|
|
1303
|
+
cachegroup?: Array<string>;
|
|
1304
|
+
cachekey?: Array<string>;
|
|
1305
|
+
cachescope?: any;
|
|
1306
|
+
cacheuser?: Array<string>;
|
|
1307
|
+
zeusportalPostasApp?: number;
|
|
1308
|
+
zeusportalPostas?: number;
|
|
1309
|
+
zeusportalPostasSite?: number;
|
|
1310
|
+
transactionid?: string;
|
|
1311
|
+
}): Promise<any>;
|
|
1312
|
+
/**
|
|
1313
|
+
* Update Property
|
|
1314
|
+
* Update a specific property
|
|
1315
|
+
* @param {Number} id
|
|
1316
|
+
* @param {String} prop
|
|
1317
|
+
* @param {Object} opts Optional parameters
|
|
1318
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1319
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1320
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1321
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1322
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1323
|
+
* @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)
|
|
1324
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1325
|
+
* @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
|
|
1326
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1327
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1328
|
+
* @param {String} [body]
|
|
1329
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
1330
|
+
*/
|
|
1331
|
+
setRelPropertyWithHttpInfo(id: number, prop: string, opts: any): Promise<any>;
|
|
1332
|
+
/**
|
|
1333
|
+
* Update Property
|
|
1334
|
+
* Update a specific property
|
|
1335
|
+
* @param {Number} id
|
|
1336
|
+
* @param {String} prop
|
|
1337
|
+
* @param {Object} opts Optional parameters
|
|
1338
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1339
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1340
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1341
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1342
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1343
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1344
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1345
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1346
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1347
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1348
|
+
* @param {String} opts.body
|
|
1349
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
1350
|
+
*/
|
|
1351
|
+
setRelProperty(id: number, prop: string, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1352
|
+
authorization?: string;
|
|
1353
|
+
cacheduration?: number;
|
|
1354
|
+
cachegroup?: Array<string>;
|
|
1355
|
+
cachekey?: Array<string>;
|
|
1356
|
+
cachescope?: any;
|
|
1357
|
+
cacheuser?: Array<string>;
|
|
1358
|
+
zeusportalPostasApp?: number;
|
|
1359
|
+
zeusportalPostas?: number;
|
|
1360
|
+
zeusportalPostasSite?: number;
|
|
1361
|
+
transactionid?: string;
|
|
1362
|
+
body?: string;
|
|
1363
|
+
}): Promise<any>;
|
|
1364
|
+
/**
|
|
1365
|
+
* Update a relationshp type
|
|
1366
|
+
* Performs an update of the relationship type
|
|
1367
|
+
* @param {Number} id The id of the relationship type we are updating
|
|
1368
|
+
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
1369
|
+
* @param {Object} opts Optional parameters
|
|
1370
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1371
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1372
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1373
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1374
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1375
|
+
* @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)
|
|
1376
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1377
|
+
* @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
|
|
1378
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1379
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1380
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipType} and HTTP response
|
|
1381
|
+
*/
|
|
1382
|
+
updateRelationshipTypeWithHttpInfo(id: number, graphRelationshipType: any, opts: any): Promise<any>;
|
|
1383
|
+
/**
|
|
1384
|
+
* Update a relationshp type
|
|
1385
|
+
* Performs an update of the relationship type
|
|
1386
|
+
* @param {Number} id The id of the relationship type we are updating
|
|
1387
|
+
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
1388
|
+
* @param {Object} opts Optional parameters
|
|
1389
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1390
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1391
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1392
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1393
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1394
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1395
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1396
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1397
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1398
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1399
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipType}
|
|
1400
|
+
*/
|
|
1401
|
+
updateRelationshipType(id: number, graphRelationshipType: any, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1402
|
+
authorization?: string;
|
|
1403
|
+
cacheduration?: number;
|
|
1404
|
+
cachegroup?: Array<string>;
|
|
1405
|
+
cachekey?: Array<string>;
|
|
1406
|
+
cachescope?: any;
|
|
1407
|
+
cacheuser?: Array<string>;
|
|
1408
|
+
zeusportalPostasApp?: number;
|
|
1409
|
+
zeusportalPostas?: number;
|
|
1410
|
+
zeusportalPostasSite?: number;
|
|
1411
|
+
transactionid?: string;
|
|
1412
|
+
}): Promise<any>;
|
|
1413
|
+
/**
|
|
1414
|
+
* @param {Number} id
|
|
1415
|
+
* @param {Object} opts Optional parameters
|
|
1416
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1417
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1418
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1419
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1420
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1421
|
+
* @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)
|
|
1422
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1423
|
+
* @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
|
|
1424
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1425
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1426
|
+
* @param {String} [body]
|
|
1427
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PurgeDataDefaultResponseValue} and HTTP response
|
|
1428
|
+
*/
|
|
1429
|
+
updateTemplate2WithHttpInfo(id: number, opts: any): Promise<any>;
|
|
1430
|
+
/**
|
|
1431
|
+
* @param {Number} id
|
|
1432
|
+
* @param {Object} opts Optional parameters
|
|
1433
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1434
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
1435
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1436
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1437
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1438
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1439
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1440
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1441
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1442
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1443
|
+
* @param {String} opts.body
|
|
1444
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PurgeDataDefaultResponseValue}
|
|
1445
|
+
*/
|
|
1446
|
+
updateTemplate2(id: number, opts?: { [key: string]: any; [key: string]: any; [key: string]: any; [key: string]: any;
|
|
1447
|
+
authorization?: string;
|
|
1448
|
+
cacheduration?: number;
|
|
1449
|
+
cachegroup?: Array<string>;
|
|
1450
|
+
cachekey?: Array<string>;
|
|
1451
|
+
cachescope?: any;
|
|
1452
|
+
cacheuser?: Array<string>;
|
|
1453
|
+
zeusportalPostasApp?: number;
|
|
1454
|
+
zeusportalPostas?: number;
|
|
1455
|
+
zeusportalPostasSite?: number;
|
|
1456
|
+
transactionid?: string;
|
|
1457
|
+
body?: string;
|
|
1458
|
+
}): Promise<any>;
|
|
1459
|
+
}
|
|
1460
|
+
//# sourceMappingURL=GraphRelationshipsApi.d.ts.map
|