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