@gobodo/gobodo-api 0.1.97 → 0.1.100
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 +602 -684
- 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 +79 -61
- package/dist/api/GraphActionTypesApi.js +225 -184
- package/dist/api/GraphActionsApi.d.ts +28 -149
- package/dist/api/GraphActionsApi.js +85 -374
- package/dist/api/GraphObjectTypesApi.d.ts +38 -148
- package/dist/api/GraphObjectTypesApi.js +140 -392
- package/dist/api/GraphObjectsApi.d.ts +194 -1103
- package/dist/api/GraphObjectsApi.js +597 -2774
- package/dist/api/GraphRelationshipTypesApi.d.ts +67 -303
- package/dist/api/GraphRelationshipTypesApi.js +200 -748
- package/dist/api/GraphRelationshipsApi.d.ts +83 -494
- package/dist/api/GraphRelationshipsApi.js +351 -1306
- 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 +274 -233
- package/dist/api/IAMApi.d.ts +21 -17
- package/dist/api/IAMApi.js +69 -57
- package/dist/api/ImagesApi.d.ts +15 -86
- package/dist/api/ImagesApi.js +71 -238
- 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 -16
- package/dist/index.js +204 -85
- 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 +10 -10
- package/dist/model/Article.js +68 -68
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +2 -2
- package/dist/model/Balance.js +19 -19
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/Base64ImageUpload.d.ts +1 -1
- package/dist/model/Base64ImageUpload.js +2 -2
- 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 +4 -4
- package/dist/model/Comment.js +22 -22
- 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 +8 -8
- package/dist/model/DataSheetImport.js +76 -76
- 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 +11 -11
- package/dist/model/Document.js +72 -72
- package/dist/model/DocumentPart.d.ts +6 -6
- package/dist/model/DocumentPart.js +54 -54
- package/dist/model/DocumentPartType.d.ts +4 -4
- package/dist/model/DocumentPartType.js +30 -30
- package/dist/model/DocumentType.d.ts +6 -6
- 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 +5 -5
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.d.ts +5 -5
- package/dist/model/File.js +28 -28
- package/dist/model/FileAttachmentUploadObject.d.ts +5 -5
- package/dist/model/FileAttachmentUploadObject.js +28 -28
- 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 +3 -3
- package/dist/model/Form.js +21 -21
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +3 -3
- package/dist/model/FormSubmission.js +17 -17
- 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 +5 -5
- package/dist/model/Graph.js +33 -33
- 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 +3 -3
- package/dist/model/GraphObject.js +19 -19
- package/dist/model/GraphObjectPayload.d.ts +3 -3
- package/dist/model/GraphObjectPayload.js +17 -19
- 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 +3 -3
- package/dist/model/GraphObjectType.js +18 -18
- 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 +3 -3
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- 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 +43 -43
- 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 +42 -42
- 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 +5 -3
- package/dist/model/InputPart.js +42 -23
- 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 +21 -21
- 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 +4 -4
- package/dist/model/Member.js +24 -24
- 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 +3 -3
- package/dist/model/Objecttype.js +18 -18
- 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 +4 -4
- package/dist/model/PageSchema.js +25 -25
- 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 +10 -10
- 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 +6 -6
- package/dist/model/PrivateMessageConversation.js +52 -52
- 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 +5 -5
- package/dist/model/ScreenSchema.js +37 -37
- 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 +5 -5
- package/dist/model/SkinField.js +25 -25
- 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 +2 -2
- package/dist/model/Template.js +10 -10
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +2 -2
- package/dist/model/TemplateSchema.js +10 -10
- 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 +4 -4
- package/dist/model/User.js +24 -24
- package/dist/model/UserDataPayload.d.ts +4 -4
- package/dist/model/UserDataPayload.js +24 -24
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +4 -4
- package/dist/model/UserInvite.js +26 -26
- 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 +4 -4
- package/dist/model/UserSchema.js +24 -24
- package/dist/model/UserTag.d.ts +3 -3
- package/dist/model/UserTag.js +21 -21
- 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 +10 -10
- package/dist/model/Video.js +63 -63
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +10 -10
- package/dist/model/VideoSchema.js +63 -63
- package/dist/model/VideoUploadObject.d.ts +10 -10
- package/dist/model/VideoUploadObject.js +63 -63
- 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.100
|
|
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
|
|
@@ -226,724 +125,15 @@ export default class GraphObjectsApi {
|
|
|
226
125
|
createInviteOnObject(inviteid: number, userInviteInput: any, opts: any, callback: any): any;
|
|
227
126
|
/**
|
|
228
127
|
* Callback function to receive the result of the createObject operation.
|
|
229
|
-
* @callback module:api/GraphObjectsApi~createObjectCallback
|
|
230
|
-
* @param {String} error Error message, if any.
|
|
231
|
-
* @param {module:model/GraphObjectSchema} data The data returned by the service call.
|
|
232
|
-
* @param {String} response The complete HTTP response.
|
|
233
|
-
*/
|
|
234
|
-
/**
|
|
235
|
-
* Create Objects
|
|
236
|
-
* Create graph object(s)
|
|
237
|
-
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
238
|
-
* @param {Object} opts Optional parameters
|
|
239
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
240
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
241
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
242
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
243
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
244
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
245
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
247
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
248
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
249
|
-
* @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
250
|
-
* data is of type: {@link module:model/GraphObjectSchema}
|
|
251
|
-
*/
|
|
252
|
-
createObject(graphObjectPayload: any, opts: any, callback: any): any;
|
|
253
|
-
/**
|
|
254
|
-
* Callback function to receive the result of the createObjects operation.
|
|
255
|
-
* @callback module:api/GraphObjectsApi~createObjectsCallback
|
|
256
|
-
* @param {String} error Error message, if any.
|
|
257
|
-
* @param {Array.<module:model/GraphObjectSchema>} data The data returned by the service call.
|
|
258
|
-
* @param {String} response The complete HTTP response.
|
|
259
|
-
*/
|
|
260
|
-
/**
|
|
261
|
-
* Create Objects
|
|
262
|
-
* Create graph object(s)
|
|
263
|
-
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
|
|
264
|
-
* @param {Object} opts Optional parameters
|
|
265
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
266
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
267
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
268
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
269
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
270
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
271
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
272
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
273
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
274
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
275
|
-
* @param {module:api/GraphObjectsApi~createObjectsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
276
|
-
* data is of type: {@link Array.<module:model/GraphObjectSchema>}
|
|
277
|
-
*/
|
|
278
|
-
createObjects(graphObjectPayload: any, opts: any, callback: any): any;
|
|
279
|
-
/**
|
|
280
|
-
* Callback function to receive the result of the createRelationship operation.
|
|
281
|
-
* @callback module:api/GraphObjectsApi~createRelationshipCallback
|
|
282
|
-
* @param {String} error Error message, if any.
|
|
283
|
-
* @param {module:model/GraphRelationship} data The data returned by the service call.
|
|
284
|
-
* @param {String} response The complete HTTP response.
|
|
285
|
-
*/
|
|
286
|
-
/**
|
|
287
|
-
* Create a Relationship
|
|
288
|
-
* Create a relationship to another object
|
|
289
|
-
* @param {Number} id The id of the object that we are creating relationships on
|
|
290
|
-
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
291
|
-
* @param {Object} opts Optional parameters
|
|
292
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
293
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
294
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
295
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
296
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
297
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
298
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
299
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
300
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
301
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
302
|
-
* @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
|
|
303
|
-
* data is of type: {@link module:model/GraphRelationship}
|
|
304
|
-
*/
|
|
305
|
-
createRelationship(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
|
|
306
|
-
/**
|
|
307
|
-
* Callback function to receive the result of the createRelationships operation.
|
|
308
|
-
* @callback module:api/GraphObjectsApi~createRelationshipsCallback
|
|
309
|
-
* @param {String} error Error message, if any.
|
|
310
|
-
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
311
|
-
* @param {String} response The complete HTTP response.
|
|
312
|
-
*/
|
|
313
|
-
/**
|
|
314
|
-
* Create Relationships
|
|
315
|
-
* Create a relationships to other objects
|
|
316
|
-
* @param {Number} id The id of the object that we are creating relationships on
|
|
317
|
-
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
318
|
-
* @param {Object} opts Optional parameters
|
|
319
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
320
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
321
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
322
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
323
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
324
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
325
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
326
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
327
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
328
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
329
|
-
* @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
330
|
-
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
331
|
-
*/
|
|
332
|
-
createRelationships(id: number, graphRelationshipPayload: any, opts: any, callback: any): any;
|
|
333
|
-
/**
|
|
334
|
-
* Callback function to receive the result of the deleteGeocode operation.
|
|
335
|
-
* @callback module:api/GraphObjectsApi~deleteGeocodeCallback
|
|
336
|
-
* @param {String} error Error message, if any.
|
|
337
|
-
* @param data This operation does not return a value.
|
|
338
|
-
* @param {String} response The complete HTTP response.
|
|
339
|
-
*/
|
|
340
|
-
/**
|
|
341
|
-
* @param {Number} id The id of the geocode to delete
|
|
342
|
-
* @param {Number} geocodeid The id of the object whose properties we are updating
|
|
343
|
-
* @param {Object} opts Optional parameters
|
|
344
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
345
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
346
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
347
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
348
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
349
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
350
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
351
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
352
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
353
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
354
|
-
* @param {module:api/GraphObjectsApi~deleteGeocodeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
355
|
-
*/
|
|
356
|
-
deleteGeocode(id: number, geocodeid: number, opts: any, callback: any): any;
|
|
357
|
-
/**
|
|
358
|
-
* Callback function to receive the result of the deleteLike operation.
|
|
359
|
-
* @callback module:api/GraphObjectsApi~deleteLikeCallback
|
|
360
|
-
* @param {String} error Error message, if any.
|
|
361
|
-
* @param data This operation does not return a value.
|
|
362
|
-
* @param {String} response The complete HTTP response.
|
|
363
|
-
*/
|
|
364
|
-
/**
|
|
365
|
-
* Delete Like
|
|
366
|
-
* Delete an individual like
|
|
367
|
-
* @param {Number} objectid
|
|
368
|
-
* @param {Object} opts Optional parameters
|
|
369
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
370
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
371
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
372
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
373
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
374
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
375
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
376
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
377
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
378
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
379
|
-
* @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
380
|
-
*/
|
|
381
|
-
deleteLike(objectid: number, opts: any, callback: any): any;
|
|
382
|
-
/**
|
|
383
|
-
* Callback function to receive the result of the deleteObject operation.
|
|
384
|
-
* @callback module:api/GraphObjectsApi~deleteObjectCallback
|
|
385
|
-
* @param {String} error Error message, if any.
|
|
386
|
-
* @param data This operation does not return a value.
|
|
387
|
-
* @param {String} response The complete HTTP response.
|
|
388
|
-
*/
|
|
389
|
-
/**
|
|
390
|
-
* Delete's the object with the id
|
|
391
|
-
* @param {Number} id The id of the object to delete
|
|
392
|
-
* @param {Object} opts Optional parameters
|
|
393
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
394
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
395
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
396
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
397
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
398
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
399
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
400
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
401
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
402
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
403
|
-
* @param {module:api/GraphObjectsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
404
|
-
*/
|
|
405
|
-
deleteObject(id: number, opts: any, callback: any): any;
|
|
406
|
-
/**
|
|
407
|
-
* Callback function to receive the result of the dislike operation.
|
|
408
|
-
* @callback module:api/GraphObjectsApi~dislikeCallback
|
|
409
|
-
* @param {String} error Error message, if any.
|
|
410
|
-
* @param data This operation does not return a value.
|
|
411
|
-
* @param {String} response The complete HTTP response.
|
|
412
|
-
*/
|
|
413
|
-
/**
|
|
414
|
-
* Dislike an Object
|
|
415
|
-
* Dislike an object
|
|
416
|
-
* @param {Number} objectid
|
|
417
|
-
* @param {Object} opts Optional parameters
|
|
418
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
419
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
420
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
421
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
422
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
423
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
424
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
425
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
426
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
427
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
428
|
-
* @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
429
|
-
*/
|
|
430
|
-
dislike(objectid: number, opts: any, callback: any): any;
|
|
431
|
-
/**
|
|
432
|
-
* Callback function to receive the result of the doPostFunction operation.
|
|
433
|
-
* @callback module:api/GraphObjectsApi~doPostFunctionCallback
|
|
434
|
-
* @param {String} error Error message, if any.
|
|
435
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
436
|
-
* @param {String} response The complete HTTP response.
|
|
437
|
-
*/
|
|
438
|
-
/**
|
|
439
|
-
* @param {Number} id The id of the object we are calling the function on
|
|
440
|
-
* @param {String} _function
|
|
441
|
-
* @param {Object} opts Optional parameters
|
|
442
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
443
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
444
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
445
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
446
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
447
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
448
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
449
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
450
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
451
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
452
|
-
* @param {String} [body]
|
|
453
|
-
* @param {module:api/GraphObjectsApi~doPostFunctionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
454
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
455
|
-
*/
|
|
456
|
-
doPostFunction(id: number, _function: string, opts: any, callback: any): any;
|
|
457
|
-
/**
|
|
458
|
-
* Callback function to receive the result of the follow operation.
|
|
459
|
-
* @callback module:api/GraphObjectsApi~followCallback
|
|
460
|
-
* @param {String} error Error message, if any.
|
|
461
|
-
* @param data This operation does not return a value.
|
|
462
|
-
* @param {String} response The complete HTTP response.
|
|
463
|
-
*/
|
|
464
|
-
/**
|
|
465
|
-
* @param {Number} id The id of the object being followed
|
|
466
|
-
* @param {Object} opts Optional parameters
|
|
467
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
468
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
469
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
470
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
471
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
472
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
473
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
474
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
475
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
476
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
477
|
-
* @param {module:api/GraphObjectsApi~followCallback} callback The callback function, accepting three arguments: error, data, response
|
|
478
|
-
*/
|
|
479
|
-
follow(id: number, opts: any, callback: any): any;
|
|
480
|
-
/**
|
|
481
|
-
* Callback function to receive the result of the get7 operation.
|
|
482
|
-
* @callback module:api/GraphObjectsApi~get7Callback
|
|
483
|
-
* @param {String} error Error message, if any.
|
|
484
|
-
* @param data This operation does not return a value.
|
|
485
|
-
* @param {String} response The complete HTTP response.
|
|
486
|
-
*/
|
|
487
|
-
/**
|
|
488
|
-
* Root for the API
|
|
489
|
-
* @param {Object} opts Optional parameters
|
|
490
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
491
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
492
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
493
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
494
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
495
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
496
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
497
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
498
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
499
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
500
|
-
* @param {module:api/GraphObjectsApi~get7Callback} callback The callback function, accepting three arguments: error, data, response
|
|
501
|
-
*/
|
|
502
|
-
get7(opts: any, callback: any): any;
|
|
503
|
-
/**
|
|
504
|
-
* Callback function to receive the result of the getActions operation.
|
|
505
|
-
* @callback module:api/GraphObjectsApi~getActionsCallback
|
|
506
|
-
* @param {String} error Error message, if any.
|
|
507
|
-
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
508
|
-
* @param {String} response The complete HTTP response.
|
|
509
|
-
*/
|
|
510
|
-
/**
|
|
511
|
-
* Get Actions
|
|
512
|
-
* Get actions attached to an object
|
|
513
|
-
* @param {Number} id The id of the object that we are retrieving actions on
|
|
514
|
-
* @param {Object} opts Optional parameters
|
|
515
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
516
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
517
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
518
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
519
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
520
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
521
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
522
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
523
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
524
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
525
|
-
* @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
526
|
-
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
527
|
-
*/
|
|
528
|
-
getActions(id: number, opts: any, callback: any): any;
|
|
529
|
-
/**
|
|
530
|
-
* Callback function to receive the result of the getActionsByType operation.
|
|
531
|
-
* @callback module:api/GraphObjectsApi~getActionsByTypeCallback
|
|
532
|
-
* @param {String} error Error message, if any.
|
|
533
|
-
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
534
|
-
* @param {String} response The complete HTTP response.
|
|
535
|
-
*/
|
|
536
|
-
/**
|
|
537
|
-
* Get Actions By Type
|
|
538
|
-
* Get actions attached to an object by type
|
|
539
|
-
* @param {Number} id
|
|
540
|
-
* @param {Number} actiontypeid
|
|
541
|
-
* @param {Object} opts Optional parameters
|
|
542
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
543
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
544
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
545
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
546
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
547
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
548
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
549
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
550
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
551
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
552
|
-
* @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
553
|
-
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
554
|
-
*/
|
|
555
|
-
getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
|
|
556
|
-
/**
|
|
557
|
-
* Callback function to receive the result of the getAllRelationships operation.
|
|
558
|
-
* @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
|
|
559
|
-
* @param {String} error Error message, if any.
|
|
560
|
-
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
561
|
-
* @param {String} response The complete HTTP response.
|
|
562
|
-
*/
|
|
563
|
-
/**
|
|
564
|
-
* Get All Relationships
|
|
565
|
-
* Returns a listing of relationships
|
|
566
|
-
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
567
|
-
* @param {Object} opts Optional parameters
|
|
568
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
569
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
570
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
571
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
572
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
573
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
574
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
575
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
576
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
577
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
578
|
-
* @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
579
|
-
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
580
|
-
*/
|
|
581
|
-
getAllRelationships(id: number, opts: any, callback: any): any;
|
|
582
|
-
/**
|
|
583
|
-
* Callback function to receive the result of the getAllRelationshipsByType operation.
|
|
584
|
-
* @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
|
|
585
|
-
* @param {String} error Error message, if any.
|
|
586
|
-
* @param {Array.<module:model/GraphRelationship>} data The data returned by the service call.
|
|
587
|
-
* @param {String} response The complete HTTP response.
|
|
588
|
-
*/
|
|
589
|
-
/**
|
|
590
|
-
* Get All Relationships By Type
|
|
591
|
-
* Returns a listing of relationships
|
|
592
|
-
* @param {Number} id The id of the relationship type we are searching for
|
|
593
|
-
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
594
|
-
* @param {Object} opts Optional parameters
|
|
595
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
596
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
597
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
598
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
599
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
600
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
601
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
602
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
603
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
604
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
605
|
-
* @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
606
|
-
* data is of type: {@link Array.<module:model/GraphRelationship>}
|
|
607
|
-
*/
|
|
608
|
-
getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
609
|
-
/**
|
|
610
|
-
* Callback function to receive the result of the getComments operation.
|
|
611
|
-
* @callback module:api/GraphObjectsApi~getCommentsCallback
|
|
612
|
-
* @param {String} error Error message, if any.
|
|
613
|
-
* @param {Array.<module:model/Comment>} data The data returned by the service call.
|
|
614
|
-
* @param {String} response The complete HTTP response.
|
|
615
|
-
*/
|
|
616
|
-
/**
|
|
617
|
-
* @param {Number} objectid
|
|
618
|
-
* @param {Object} opts Optional parameters
|
|
619
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
620
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
621
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
622
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
623
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
624
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
625
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
626
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
627
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
628
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
629
|
-
* @param {module:api/GraphObjectsApi~getCommentsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
630
|
-
* data is of type: {@link Array.<module:model/Comment>}
|
|
631
|
-
*/
|
|
632
|
-
getComments(objectid: number, opts: any, callback: any): any;
|
|
633
|
-
/**
|
|
634
|
-
* Callback function to receive the result of the getDataSheetImports operation.
|
|
635
|
-
* @callback module:api/GraphObjectsApi~getDataSheetImportsCallback
|
|
636
|
-
* @param {String} error Error message, if any.
|
|
637
|
-
* @param {Array.<module:model/DataSheetImport>} data The data returned by the service call.
|
|
638
|
-
* @param {String} response The complete HTTP response.
|
|
639
|
-
*/
|
|
640
|
-
/**
|
|
641
|
-
* Get Related Objects
|
|
642
|
-
* Get Related Objects
|
|
643
|
-
* @param {Number} objectid The id of the object we are importing the datasheet to
|
|
644
|
-
* @param {Object} opts Optional parameters
|
|
645
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
646
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
647
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
648
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
649
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
650
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
651
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
652
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
653
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
654
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
655
|
-
* @param {module:api/GraphObjectsApi~getDataSheetImportsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
656
|
-
* data is of type: {@link Array.<module:model/DataSheetImport>}
|
|
657
|
-
*/
|
|
658
|
-
getDataSheetImports(objectid: number, opts: any, callback: any): any;
|
|
659
|
-
/**
|
|
660
|
-
* Callback function to receive the result of the getEvents operation.
|
|
661
|
-
* @callback module:api/GraphObjectsApi~getEventsCallback
|
|
662
|
-
* @param {String} error Error message, if any.
|
|
663
|
-
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
664
|
-
* @param {String} response The complete HTTP response.
|
|
665
|
-
*/
|
|
666
|
-
/**
|
|
667
|
-
* Get Events
|
|
668
|
-
* Returns a listing of meeting events contained in or attached to this object
|
|
669
|
-
* @param {Number} id The id of the object that we are retrieving events for
|
|
670
|
-
* @param {Object} opts Optional parameters
|
|
671
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
672
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
673
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
674
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
675
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
676
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
677
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
678
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
679
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
680
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
681
|
-
* @param {module:api/GraphObjectsApi~getEventsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
682
|
-
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
683
|
-
*/
|
|
684
|
-
getEvents(id: number, opts: any, callback: any): any;
|
|
685
|
-
/**
|
|
686
|
-
* Callback function to receive the result of the getEventsDateRange operation.
|
|
687
|
-
* @callback module:api/GraphObjectsApi~getEventsDateRangeCallback
|
|
688
|
-
* @param {String} error Error message, if any.
|
|
689
|
-
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
690
|
-
* @param {String} response The complete HTTP response.
|
|
691
|
-
*/
|
|
692
|
-
/**
|
|
693
|
-
* Get Events Date Range
|
|
694
|
-
* Returns a listing of meeting events contained in or attached to this object within the specified date range
|
|
695
|
-
* @param {Number} id The id of the object that we are retrieving events for
|
|
696
|
-
* @param {Number} startdate The unix epoch time for the start time of the event
|
|
697
|
-
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
698
|
-
* @param {Object} opts Optional parameters
|
|
699
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
700
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
701
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
702
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
703
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
704
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
705
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
706
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
707
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
708
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
709
|
-
* @param {module:api/GraphObjectsApi~getEventsDateRangeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
710
|
-
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
711
|
-
*/
|
|
712
|
-
getEventsDateRange(id: number, startdate: number, enddate: number, opts: any, callback: any): any;
|
|
713
|
-
/**
|
|
714
|
-
* Callback function to receive the result of the getEventsFuture operation.
|
|
715
|
-
* @callback module:api/GraphObjectsApi~getEventsFutureCallback
|
|
716
|
-
* @param {String} error Error message, if any.
|
|
717
|
-
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
718
|
-
* @param {String} response The complete HTTP response.
|
|
719
|
-
*/
|
|
720
|
-
/**
|
|
721
|
-
* Get Events Future
|
|
722
|
-
* Returns a listing of future meeting events contained in or attached to this object
|
|
723
|
-
* @param {Number} id The id of the object that we are retrieving events for
|
|
724
|
-
* @param {Object} opts Optional parameters
|
|
725
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
726
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
727
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
728
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
729
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
730
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
731
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
732
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
733
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
734
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
735
|
-
* @param {module:api/GraphObjectsApi~getEventsFutureCallback} callback The callback function, accepting three arguments: error, data, response
|
|
736
|
-
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
737
|
-
*/
|
|
738
|
-
getEventsFuture(id: number, opts: any, callback: any): any;
|
|
739
|
-
/**
|
|
740
|
-
* Callback function to receive the result of the getEventsPast operation.
|
|
741
|
-
* @callback module:api/GraphObjectsApi~getEventsPastCallback
|
|
742
|
-
* @param {String} error Error message, if any.
|
|
743
|
-
* @param {Array.<module:model/MeetingEvent>} data The data returned by the service call.
|
|
744
|
-
* @param {String} response The complete HTTP response.
|
|
745
|
-
*/
|
|
746
|
-
/**
|
|
747
|
-
* Get Events
|
|
748
|
-
* Returns a listing of past meeting events contained in or attached to this object
|
|
749
|
-
* @param {Number} id The id of the object that we are retrieving events for
|
|
750
|
-
* @param {Object} opts Optional parameters
|
|
751
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
752
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
753
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
754
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
755
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
756
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
757
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
758
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
759
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
760
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
761
|
-
* @param {module:api/GraphObjectsApi~getEventsPastCallback} callback The callback function, accepting three arguments: error, data, response
|
|
762
|
-
* data is of type: {@link Array.<module:model/MeetingEvent>}
|
|
763
|
-
*/
|
|
764
|
-
getEventsPast(id: number, opts: any, callback: any): any;
|
|
765
|
-
/**
|
|
766
|
-
* Callback function to receive the result of the getFiles operation.
|
|
767
|
-
* @callback module:api/GraphObjectsApi~getFilesCallback
|
|
768
|
-
* @param {String} error Error message, if any.
|
|
769
|
-
* @param {Array.<File>} data The data returned by the service call.
|
|
770
|
-
* @param {String} response The complete HTTP response.
|
|
771
|
-
*/
|
|
772
|
-
/**
|
|
773
|
-
* @param {Number} id
|
|
774
|
-
* @param {Object} opts Optional parameters
|
|
775
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
776
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
777
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
778
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
779
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
780
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
781
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
782
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
783
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
784
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
785
|
-
* @param {module:api/GraphObjectsApi~getFilesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
786
|
-
* data is of type: {@link Array.<File>}
|
|
787
|
-
*/
|
|
788
|
-
getFiles(id: number, opts: any, callback: any): any;
|
|
789
|
-
/**
|
|
790
|
-
* Callback function to receive the result of the getGeocodes operation.
|
|
791
|
-
* @callback module:api/GraphObjectsApi~getGeocodesCallback
|
|
792
|
-
* @param {String} error Error message, if any.
|
|
793
|
-
* @param {Array.<module:model/GraphGeocode>} data The data returned by the service call.
|
|
794
|
-
* @param {String} response The complete HTTP response.
|
|
795
|
-
*/
|
|
796
|
-
/**
|
|
797
|
-
* @param {Number} id The id of the object to retrieve the geolocation information
|
|
798
|
-
* @param {Object} opts Optional parameters
|
|
799
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
800
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
801
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
802
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
803
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
804
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
805
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
806
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
807
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
808
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
809
|
-
* @param {module:api/GraphObjectsApi~getGeocodesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
810
|
-
* data is of type: {@link Array.<module:model/GraphGeocode>}
|
|
811
|
-
*/
|
|
812
|
-
getGeocodes(id: number, opts: any, callback: any): any;
|
|
813
|
-
/**
|
|
814
|
-
* Callback function to receive the result of the getGraphs operation.
|
|
815
|
-
* @callback module:api/GraphObjectsApi~getGraphsCallback
|
|
816
|
-
* @param {String} error Error message, if any.
|
|
817
|
-
* @param {Array.<module:model/Graph>} data The data returned by the service call.
|
|
818
|
-
* @param {String} response The complete HTTP response.
|
|
819
|
-
*/
|
|
820
|
-
/**
|
|
821
|
-
* @param {Number} id The id of the object whose graphs we are retrieving
|
|
822
|
-
* @param {Object} opts Optional parameters
|
|
823
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
824
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
825
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
826
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
827
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
828
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
829
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
830
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
831
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
832
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
833
|
-
* @param {module:api/GraphObjectsApi~getGraphsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
834
|
-
* data is of type: {@link Array.<module:model/Graph>}
|
|
835
|
-
*/
|
|
836
|
-
getGraphs(id: number, opts: any, callback: any): any;
|
|
837
|
-
/**
|
|
838
|
-
* Callback function to receive the result of the getImages operation.
|
|
839
|
-
* @callback module:api/GraphObjectsApi~getImagesCallback
|
|
840
|
-
* @param {String} error Error message, if any.
|
|
841
|
-
* @param {Array.<module:model/Image>} data The data returned by the service call.
|
|
842
|
-
* @param {String} response The complete HTTP response.
|
|
843
|
-
*/
|
|
844
|
-
/**
|
|
845
|
-
* @param {Number} id
|
|
846
|
-
* @param {Object} opts Optional parameters
|
|
847
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
848
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
849
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
850
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
851
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
852
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
853
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
854
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
855
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
856
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
857
|
-
* @param {module:api/GraphObjectsApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
858
|
-
* data is of type: {@link Array.<module:model/Image>}
|
|
859
|
-
*/
|
|
860
|
-
getImages(id: number, opts: any, callback: any): any;
|
|
861
|
-
/**
|
|
862
|
-
* Callback function to receive the result of the getNewsfeed operation.
|
|
863
|
-
* @callback module:api/GraphObjectsApi~getNewsfeedCallback
|
|
864
|
-
* @param {String} error Error message, if any.
|
|
865
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
866
|
-
* @param {String} response The complete HTTP response.
|
|
867
|
-
*/
|
|
868
|
-
/**
|
|
869
|
-
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
870
|
-
* @param {Object} opts Optional parameters
|
|
871
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
872
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
873
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
874
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
875
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
876
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
877
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
878
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
879
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
880
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
881
|
-
* @param {module:api/GraphObjectsApi~getNewsfeedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
882
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
883
|
-
*/
|
|
884
|
-
getNewsfeed(id: number, opts: any, callback: any): any;
|
|
885
|
-
/**
|
|
886
|
-
* Callback function to receive the result of the getNewsfeedIndexed operation.
|
|
887
|
-
* @callback module:api/GraphObjectsApi~getNewsfeedIndexedCallback
|
|
888
|
-
* @param {String} error Error message, if any.
|
|
889
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
890
|
-
* @param {String} response The complete HTTP response.
|
|
891
|
-
*/
|
|
892
|
-
/**
|
|
893
|
-
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
894
|
-
* @param {Number} start
|
|
895
|
-
* @param {Number} end
|
|
896
|
-
* @param {Object} opts Optional parameters
|
|
897
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
898
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
899
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
900
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
901
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
902
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
903
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
904
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
905
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
906
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
907
|
-
* @param {module:api/GraphObjectsApi~getNewsfeedIndexedCallback} callback The callback function, accepting three arguments: error, data, response
|
|
908
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
909
|
-
*/
|
|
910
|
-
getNewsfeedIndexed(id: number, start: number, end: number, opts: any, callback: any): any;
|
|
911
|
-
/**
|
|
912
|
-
* Callback function to receive the result of the getNewsfeedIndexedStart operation.
|
|
913
|
-
* @callback module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback
|
|
914
|
-
* @param {String} error Error message, if any.
|
|
915
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
916
|
-
* @param {String} response The complete HTTP response.
|
|
917
|
-
*/
|
|
918
|
-
/**
|
|
919
|
-
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
920
|
-
* @param {Number} start
|
|
921
|
-
* @param {Number} end
|
|
922
|
-
* @param {Object} opts Optional parameters
|
|
923
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
924
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
925
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
926
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
927
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
928
|
-
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
929
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
930
|
-
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
931
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
932
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
933
|
-
* @param {module:api/GraphObjectsApi~getNewsfeedIndexedStartCallback} callback The callback function, accepting three arguments: error, data, response
|
|
934
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
935
|
-
*/
|
|
936
|
-
getNewsfeedIndexedStart(id: number, start: number, end: number, opts: any, callback: any): any;
|
|
937
|
-
/**
|
|
938
|
-
* Callback function to receive the result of the getObjectById operation.
|
|
939
|
-
* @callback module:api/GraphObjectsApi~getObjectByIdCallback
|
|
128
|
+
* @callback module:api/GraphObjectsApi~createObjectCallback
|
|
940
129
|
* @param {String} error Error message, if any.
|
|
941
|
-
* @param {module:model/
|
|
130
|
+
* @param {module:model/GraphObjectResponse} data The data returned by the service call.
|
|
942
131
|
* @param {String} response The complete HTTP response.
|
|
943
132
|
*/
|
|
944
133
|
/**
|
|
945
|
-
*
|
|
946
|
-
*
|
|
134
|
+
* Create Objects
|
|
135
|
+
* Create graph object(s)
|
|
136
|
+
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
947
137
|
* @param {Object} opts Optional parameters
|
|
948
138
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
949
139
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -951,25 +141,26 @@ export default class GraphObjectsApi {
|
|
|
951
141
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
952
142
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
953
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
|
|
954
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
|
|
955
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
|
|
956
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
|
|
957
148
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
958
|
-
* @param {module:api/GraphObjectsApi~
|
|
959
|
-
* data is of type: {@link module:model/
|
|
149
|
+
* @param {module:api/GraphObjectsApi~createObjectCallback} callback The callback function, accepting three arguments: error, data, response
|
|
150
|
+
* data is of type: {@link module:model/GraphObjectResponse}
|
|
960
151
|
*/
|
|
961
|
-
|
|
152
|
+
createObject(graphObjectPayload: any, opts: any, callback: any): any;
|
|
962
153
|
/**
|
|
963
|
-
* Callback function to receive the result of the
|
|
964
|
-
* @callback module:api/GraphObjectsApi~
|
|
154
|
+
* Callback function to receive the result of the createRelationship operation.
|
|
155
|
+
* @callback module:api/GraphObjectsApi~createRelationshipCallback
|
|
965
156
|
* @param {String} error Error message, if any.
|
|
966
|
-
* @param {module:model/
|
|
157
|
+
* @param {module:model/GraphRelationshipResponse} data The data returned by the service call.
|
|
967
158
|
* @param {String} response The complete HTTP response.
|
|
968
159
|
*/
|
|
969
160
|
/**
|
|
970
|
-
*
|
|
971
|
-
*
|
|
972
|
-
* @param {
|
|
161
|
+
* Create a Relationship
|
|
162
|
+
* Create a relationship to another object
|
|
163
|
+
* @param {Number} id
|
|
973
164
|
* @param {Object} opts Optional parameters
|
|
974
165
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
975
166
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -977,25 +168,27 @@ export default class GraphObjectsApi {
|
|
|
977
168
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
978
169
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
979
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
|
|
980
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
|
|
981
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
|
|
982
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
|
|
983
175
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
984
|
-
* @param {
|
|
985
|
-
*
|
|
176
|
+
* @param {String} [body]
|
|
177
|
+
* @param {module:api/GraphObjectsApi~createRelationshipCallback} callback The callback function, accepting three arguments: error, data, response
|
|
178
|
+
* data is of type: {@link module:model/GraphRelationshipResponse}
|
|
986
179
|
*/
|
|
987
|
-
|
|
180
|
+
createRelationship(id: number, opts: any, callback: any): any;
|
|
988
181
|
/**
|
|
989
|
-
* Callback function to receive the result of the
|
|
990
|
-
* @callback module:api/GraphObjectsApi~
|
|
182
|
+
* Callback function to receive the result of the createRelationships operation.
|
|
183
|
+
* @callback module:api/GraphObjectsApi~createRelationshipsCallback
|
|
991
184
|
* @param {String} error Error message, if any.
|
|
992
|
-
* @param {module:model/
|
|
185
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
993
186
|
* @param {String} response The complete HTTP response.
|
|
994
187
|
*/
|
|
995
188
|
/**
|
|
996
|
-
*
|
|
997
|
-
*
|
|
998
|
-
* @param {
|
|
189
|
+
* Create Relationships
|
|
190
|
+
* Create relationships to other objects
|
|
191
|
+
* @param {Number} id
|
|
999
192
|
* @param {Object} opts Optional parameters
|
|
1000
193
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1001
194
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1003,25 +196,27 @@ export default class GraphObjectsApi {
|
|
|
1003
196
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1004
197
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1005
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
|
|
1006
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
|
|
1007
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
|
|
1008
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
|
|
1009
203
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1010
|
-
* @param {
|
|
1011
|
-
*
|
|
204
|
+
* @param {String} [body]
|
|
205
|
+
* @param {module:api/GraphObjectsApi~createRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
206
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1012
207
|
*/
|
|
1013
|
-
|
|
208
|
+
createRelationships(id: number, opts: any, callback: any): any;
|
|
1014
209
|
/**
|
|
1015
|
-
* Callback function to receive the result of the
|
|
1016
|
-
* @callback module:api/GraphObjectsApi~
|
|
210
|
+
* Callback function to receive the result of the deleteLike operation.
|
|
211
|
+
* @callback module:api/GraphObjectsApi~deleteLikeCallback
|
|
1017
212
|
* @param {String} error Error message, if any.
|
|
1018
|
-
* @param
|
|
213
|
+
* @param data This operation does not return a value.
|
|
1019
214
|
* @param {String} response The complete HTTP response.
|
|
1020
215
|
*/
|
|
1021
216
|
/**
|
|
1022
|
-
*
|
|
1023
|
-
*
|
|
1024
|
-
* @param {Number}
|
|
217
|
+
* Delete Like
|
|
218
|
+
* Delete an individual like
|
|
219
|
+
* @param {Number} objectid
|
|
1025
220
|
* @param {Object} opts Optional parameters
|
|
1026
221
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1027
222
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1029,26 +224,25 @@ export default class GraphObjectsApi {
|
|
|
1029
224
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1030
225
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1031
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
|
|
1032
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
|
|
1033
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
|
|
1034
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
|
|
1035
231
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1036
|
-
* @param {module:api/GraphObjectsApi~
|
|
1037
|
-
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
232
|
+
* @param {module:api/GraphObjectsApi~deleteLikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1038
233
|
*/
|
|
1039
|
-
|
|
234
|
+
deleteLike(objectid: number, opts: any, callback: any): any;
|
|
1040
235
|
/**
|
|
1041
|
-
* Callback function to receive the result of the
|
|
1042
|
-
* @callback module:api/GraphObjectsApi~
|
|
236
|
+
* Callback function to receive the result of the dislike operation.
|
|
237
|
+
* @callback module:api/GraphObjectsApi~dislikeCallback
|
|
1043
238
|
* @param {String} error Error message, if any.
|
|
1044
|
-
* @param
|
|
239
|
+
* @param data This operation does not return a value.
|
|
1045
240
|
* @param {String} response The complete HTTP response.
|
|
1046
241
|
*/
|
|
1047
242
|
/**
|
|
1048
|
-
*
|
|
1049
|
-
*
|
|
1050
|
-
* @param {Number}
|
|
1051
|
-
* @param {String} prop The property is retrieving
|
|
243
|
+
* Dislike an Object
|
|
244
|
+
* Dislike an object
|
|
245
|
+
* @param {Number} objectid
|
|
1052
246
|
* @param {Object} opts Optional parameters
|
|
1053
247
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1054
248
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1056,23 +250,24 @@ export default class GraphObjectsApi {
|
|
|
1056
250
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1057
251
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1058
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
|
|
1059
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
|
|
1060
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
|
|
1061
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
|
|
1062
257
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1063
|
-
* @param {module:api/GraphObjectsApi~
|
|
1064
|
-
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
258
|
+
* @param {module:api/GraphObjectsApi~dislikeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1065
259
|
*/
|
|
1066
|
-
|
|
260
|
+
dislike(objectid: number, opts: any, callback: any): any;
|
|
1067
261
|
/**
|
|
1068
|
-
* Callback function to receive the result of the
|
|
1069
|
-
* @callback module:api/GraphObjectsApi~
|
|
262
|
+
* Callback function to receive the result of the getActions operation.
|
|
263
|
+
* @callback module:api/GraphObjectsApi~getActionsCallback
|
|
1070
264
|
* @param {String} error Error message, if any.
|
|
1071
|
-
* @param {Array.<module:model/
|
|
265
|
+
* @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
|
|
1072
266
|
* @param {String} response The complete HTTP response.
|
|
1073
267
|
*/
|
|
1074
268
|
/**
|
|
1075
|
-
* Get
|
|
269
|
+
* Get Actions
|
|
270
|
+
* Get actions attached to an object
|
|
1076
271
|
* @param {Number} id
|
|
1077
272
|
* @param {Object} opts Optional parameters
|
|
1078
273
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
@@ -1081,25 +276,27 @@ export default class GraphObjectsApi {
|
|
|
1081
276
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1082
277
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1083
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
|
|
1084
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
|
|
1085
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
|
|
1086
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
|
|
1087
283
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1088
|
-
* @param {module:api/GraphObjectsApi~
|
|
1089
|
-
* data is of type: {@link Array.<module:model/
|
|
284
|
+
* @param {module:api/GraphObjectsApi~getActionsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
285
|
+
* data is of type: {@link Array.<module:model/GraphActionResponse>}
|
|
1090
286
|
*/
|
|
1091
|
-
|
|
287
|
+
getActions(id: number, opts: any, callback: any): any;
|
|
1092
288
|
/**
|
|
1093
|
-
* Callback function to receive the result of the
|
|
1094
|
-
* @callback module:api/GraphObjectsApi~
|
|
289
|
+
* Callback function to receive the result of the getActionsByType operation.
|
|
290
|
+
* @callback module:api/GraphObjectsApi~getActionsByTypeCallback
|
|
1095
291
|
* @param {String} error Error message, if any.
|
|
1096
|
-
* @param {Array.<module:model/
|
|
292
|
+
* @param {Array.<module:model/GraphActionResponse>} data The data returned by the service call.
|
|
1097
293
|
* @param {String} response The complete HTTP response.
|
|
1098
294
|
*/
|
|
1099
295
|
/**
|
|
1100
|
-
* Get
|
|
296
|
+
* Get Actions By Type
|
|
297
|
+
* Get actions attached to an object by type
|
|
1101
298
|
* @param {Number} id
|
|
1102
|
-
* @param {
|
|
299
|
+
* @param {Number} actiontypeid
|
|
1103
300
|
* @param {Object} opts Optional parameters
|
|
1104
301
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1105
302
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1107,25 +304,26 @@ export default class GraphObjectsApi {
|
|
|
1107
304
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1108
305
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1109
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
|
|
1110
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
|
|
1111
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
|
|
1112
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
|
|
1113
311
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1114
|
-
* @param {module:api/GraphObjectsApi~
|
|
1115
|
-
* data is of type: {@link Array.<module:model/
|
|
312
|
+
* @param {module:api/GraphObjectsApi~getActionsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
313
|
+
* data is of type: {@link Array.<module:model/GraphActionResponse>}
|
|
1116
314
|
*/
|
|
1117
|
-
|
|
315
|
+
getActionsByType(id: number, actiontypeid: number, opts: any, callback: any): any;
|
|
1118
316
|
/**
|
|
1119
|
-
* Callback function to receive the result of the
|
|
1120
|
-
* @callback module:api/GraphObjectsApi~
|
|
317
|
+
* Callback function to receive the result of the getAllRelationships operation.
|
|
318
|
+
* @callback module:api/GraphObjectsApi~getAllRelationshipsCallback
|
|
1121
319
|
* @param {String} error Error message, if any.
|
|
1122
|
-
* @param {Array.<module:model/
|
|
320
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1123
321
|
* @param {String} response The complete HTTP response.
|
|
1124
322
|
*/
|
|
1125
323
|
/**
|
|
1126
|
-
* Get
|
|
324
|
+
* Get All Relationships
|
|
325
|
+
* Returns a listing of relationships
|
|
1127
326
|
* @param {Number} id
|
|
1128
|
-
* @param {String} type
|
|
1129
327
|
* @param {Object} opts Optional parameters
|
|
1130
328
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1131
329
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1133,28 +331,27 @@ export default class GraphObjectsApi {
|
|
|
1133
331
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1134
332
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1135
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
|
|
1136
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
|
|
1137
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
|
|
1138
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
|
|
1139
338
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1140
|
-
* @param {
|
|
1141
|
-
* @
|
|
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>}
|
|
339
|
+
* @param {module:api/GraphObjectsApi~getAllRelationshipsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
340
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1144
341
|
*/
|
|
1145
|
-
|
|
342
|
+
getAllRelationships(id: number, opts: any, callback: any): any;
|
|
1146
343
|
/**
|
|
1147
|
-
* Callback function to receive the result of the
|
|
1148
|
-
* @callback module:api/GraphObjectsApi~
|
|
344
|
+
* Callback function to receive the result of the getAllRelationshipsByType operation.
|
|
345
|
+
* @callback module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback
|
|
1149
346
|
* @param {String} error Error message, if any.
|
|
1150
|
-
* @param {Array.<module:model/
|
|
347
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1151
348
|
* @param {String} response The complete HTTP response.
|
|
1152
349
|
*/
|
|
1153
350
|
/**
|
|
1154
|
-
* Get
|
|
1155
|
-
*
|
|
1156
|
-
* @param {Number}
|
|
1157
|
-
* @param {Number} reltypeid
|
|
351
|
+
* Get All Relationships By Type
|
|
352
|
+
* Returns a listing of relationships
|
|
353
|
+
* @param {Number} id
|
|
354
|
+
* @param {Number} reltypeid
|
|
1158
355
|
* @param {Object} opts Optional parameters
|
|
1159
356
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1160
357
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1162,26 +359,26 @@ export default class GraphObjectsApi {
|
|
|
1162
359
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1163
360
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1164
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
|
|
1165
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
|
|
1166
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
|
|
1167
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
|
|
1168
366
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1169
|
-
* @param {module:api/GraphObjectsApi~
|
|
1170
|
-
* data is of type: {@link Array.<module:model/
|
|
367
|
+
* @param {module:api/GraphObjectsApi~getAllRelationshipsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
368
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1171
369
|
*/
|
|
1172
|
-
|
|
370
|
+
getAllRelationshipsByType(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
1173
371
|
/**
|
|
1174
|
-
* Callback function to receive the result of the
|
|
1175
|
-
* @callback module:api/GraphObjectsApi~
|
|
372
|
+
* Callback function to receive the result of the getObjectById operation.
|
|
373
|
+
* @callback module:api/GraphObjectsApi~getObjectByIdCallback
|
|
1176
374
|
* @param {String} error Error message, if any.
|
|
1177
|
-
* @param {
|
|
375
|
+
* @param {module:model/GraphObjectResponse} data The data returned by the service call.
|
|
1178
376
|
* @param {String} response The complete HTTP response.
|
|
1179
377
|
*/
|
|
1180
378
|
/**
|
|
1181
|
-
* Get
|
|
1182
|
-
*
|
|
1183
|
-
* @param {Number}
|
|
1184
|
-
* @param {Number} reltypeid The relationship type id
|
|
379
|
+
* Get Object By Id
|
|
380
|
+
* Gets object by id
|
|
381
|
+
* @param {Number} id The id of the object that we are retrieving
|
|
1185
382
|
* @param {Object} opts Optional parameters
|
|
1186
383
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1187
384
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1189,26 +386,26 @@ export default class GraphObjectsApi {
|
|
|
1189
386
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1190
387
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1191
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
|
|
1192
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
|
|
1193
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
|
|
1194
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
|
|
1195
393
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1196
|
-
* @param {module:api/GraphObjectsApi~
|
|
1197
|
-
* 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}
|
|
1198
396
|
*/
|
|
1199
|
-
|
|
397
|
+
getObjectById(id: number, opts: any, callback: any): any;
|
|
1200
398
|
/**
|
|
1201
|
-
* Callback function to receive the result of the
|
|
1202
|
-
* @callback module:api/GraphObjectsApi~
|
|
399
|
+
* Callback function to receive the result of the getObjectByKey operation.
|
|
400
|
+
* @callback module:api/GraphObjectsApi~getObjectByKeyCallback
|
|
1203
401
|
* @param {String} error Error message, if any.
|
|
1204
|
-
* @param {
|
|
402
|
+
* @param {module:model/GraphObjectResponse} data The data returned by the service call.
|
|
1205
403
|
* @param {String} response The complete HTTP response.
|
|
1206
404
|
*/
|
|
1207
405
|
/**
|
|
1208
|
-
* Get
|
|
1209
|
-
* Get
|
|
1210
|
-
* @param {
|
|
1211
|
-
* @param {Number} reltypeid The relationship type id
|
|
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
|
|
1212
409
|
* @param {Object} opts Optional parameters
|
|
1213
410
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1214
411
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1216,26 +413,25 @@ export default class GraphObjectsApi {
|
|
|
1216
413
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1217
414
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1218
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
|
|
1219
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
|
|
1220
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
|
|
1221
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
|
|
1222
420
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1223
|
-
* @param {module:api/GraphObjectsApi~
|
|
1224
|
-
* 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}
|
|
1225
423
|
*/
|
|
1226
|
-
|
|
424
|
+
getObjectByKey(key: string, opts: any, callback: any): any;
|
|
1227
425
|
/**
|
|
1228
|
-
* Callback function to receive the result of the
|
|
1229
|
-
* @callback module:api/GraphObjectsApi~
|
|
426
|
+
* Callback function to receive the result of the getObjectsInGraph operation.
|
|
427
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphCallback
|
|
1230
428
|
* @param {String} error Error message, if any.
|
|
1231
|
-
* @param {Array.<
|
|
429
|
+
* @param {Array.<Object>} data The data returned by the service call.
|
|
1232
430
|
* @param {String} response The complete HTTP response.
|
|
1233
431
|
*/
|
|
1234
432
|
/**
|
|
1235
|
-
* Get
|
|
1236
|
-
*
|
|
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
|
|
433
|
+
* Get objects in the graph
|
|
434
|
+
* @param {Number} id
|
|
1239
435
|
* @param {Object} opts Optional parameters
|
|
1240
436
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1241
437
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1243,26 +439,26 @@ export default class GraphObjectsApi {
|
|
|
1243
439
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1244
440
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1245
441
|
* @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)
|
|
442
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1246
443
|
* @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
444
|
* @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
445
|
* @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
446
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1250
|
-
* @param {module:api/GraphObjectsApi~
|
|
1251
|
-
* data is of type: {@link Array.<
|
|
447
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphCallback} callback The callback function, accepting three arguments: error, data, response
|
|
448
|
+
* data is of type: {@link Array.<Object>}
|
|
1252
449
|
*/
|
|
1253
|
-
|
|
450
|
+
getObjectsInGraph(id: number, opts: any, callback: any): any;
|
|
1254
451
|
/**
|
|
1255
|
-
* Callback function to receive the result of the
|
|
1256
|
-
* @callback module:api/GraphObjectsApi~
|
|
452
|
+
* Callback function to receive the result of the getObjectsInGraphByTag operation.
|
|
453
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphByTagCallback
|
|
1257
454
|
* @param {String} error Error message, if any.
|
|
1258
|
-
* @param {Array.<
|
|
455
|
+
* @param {Array.<Object>} data The data returned by the service call.
|
|
1259
456
|
* @param {String} response The complete HTTP response.
|
|
1260
457
|
*/
|
|
1261
458
|
/**
|
|
1262
|
-
* Get
|
|
1263
|
-
*
|
|
1264
|
-
* @param {
|
|
1265
|
-
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
459
|
+
* Get graph objects by tag
|
|
460
|
+
* @param {Number} id
|
|
461
|
+
* @param {String} tag
|
|
1266
462
|
* @param {Object} opts Optional parameters
|
|
1267
463
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1268
464
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1270,25 +466,26 @@ export default class GraphObjectsApi {
|
|
|
1270
466
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1271
467
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1272
468
|
* @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)
|
|
469
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1273
470
|
* @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
471
|
* @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
472
|
* @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
473
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1277
|
-
* @param {module:api/GraphObjectsApi~
|
|
1278
|
-
* data is of type: {@link Array.<
|
|
474
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphByTagCallback} callback The callback function, accepting three arguments: error, data, response
|
|
475
|
+
* data is of type: {@link Array.<Object>}
|
|
1279
476
|
*/
|
|
1280
|
-
|
|
477
|
+
getObjectsInGraphByTag(id: number, tag: string, opts: any, callback: any): any;
|
|
1281
478
|
/**
|
|
1282
|
-
* Callback function to receive the result of the
|
|
1283
|
-
* @callback module:api/GraphObjectsApi~
|
|
479
|
+
* Callback function to receive the result of the getObjectsInGraphByType operation.
|
|
480
|
+
* @callback module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback
|
|
1284
481
|
* @param {String} error Error message, if any.
|
|
1285
|
-
* @param {Array.<
|
|
482
|
+
* @param {Array.<Object>} data The data returned by the service call.
|
|
1286
483
|
* @param {String} response The complete HTTP response.
|
|
1287
484
|
*/
|
|
1288
485
|
/**
|
|
1289
|
-
* Get
|
|
1290
|
-
*
|
|
1291
|
-
* @param {
|
|
486
|
+
* Get graph objects by type
|
|
487
|
+
* @param {Number} id
|
|
488
|
+
* @param {String} type
|
|
1292
489
|
* @param {Object} opts Optional parameters
|
|
1293
490
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1294
491
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1296,25 +493,29 @@ export default class GraphObjectsApi {
|
|
|
1296
493
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1297
494
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1298
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 {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1299
497
|
* @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
498
|
* @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
499
|
* @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
500
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1303
|
-
* @param {
|
|
1304
|
-
*
|
|
501
|
+
* @param {Number} [page = 0)]
|
|
502
|
+
* @param {Number} [size = 50)]
|
|
503
|
+
* @param {module:api/GraphObjectsApi~getObjectsInGraphByTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
504
|
+
* data is of type: {@link Array.<Object>}
|
|
1305
505
|
*/
|
|
1306
|
-
|
|
506
|
+
getObjectsInGraphByType(id: number, type: string, opts: any, callback: any): any;
|
|
1307
507
|
/**
|
|
1308
|
-
* Callback function to receive the result of the
|
|
1309
|
-
* @callback module:api/GraphObjectsApi~
|
|
508
|
+
* Callback function to receive the result of the getRelationshipsByTypeIn operation.
|
|
509
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsByTypeInCallback
|
|
1310
510
|
* @param {String} error Error message, if any.
|
|
1311
|
-
* @param {Array.<module:model/
|
|
511
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1312
512
|
* @param {String} response The complete HTTP response.
|
|
1313
513
|
*/
|
|
1314
514
|
/**
|
|
1315
|
-
* Get
|
|
515
|
+
* Get Incoming Relationships By Type
|
|
1316
516
|
* Returns a listing of relationships
|
|
1317
|
-
* @param {Number} id
|
|
517
|
+
* @param {Number} id
|
|
518
|
+
* @param {Number} reltypeid
|
|
1318
519
|
* @param {Object} opts Optional parameters
|
|
1319
520
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1320
521
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1322,23 +523,27 @@ export default class GraphObjectsApi {
|
|
|
1322
523
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1323
524
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1324
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
|
|
1325
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
|
|
1326
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
|
|
1327
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
|
|
1328
530
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1329
|
-
* @param {module:api/GraphObjectsApi~
|
|
1330
|
-
* data is of type: {@link Array.<module:model/
|
|
531
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsByTypeInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
532
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1331
533
|
*/
|
|
1332
|
-
|
|
534
|
+
getRelationshipsByTypeIn(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
1333
535
|
/**
|
|
1334
|
-
* Callback function to receive the result of the
|
|
1335
|
-
* @callback module:api/GraphObjectsApi~
|
|
536
|
+
* Callback function to receive the result of the getRelationshipsByTypeOut operation.
|
|
537
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback
|
|
1336
538
|
* @param {String} error Error message, if any.
|
|
1337
|
-
* @param {module:model/
|
|
539
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1338
540
|
* @param {String} response The complete HTTP response.
|
|
1339
541
|
*/
|
|
1340
542
|
/**
|
|
543
|
+
* Get Outgoing Relationships By Type
|
|
544
|
+
* Returns a listing of relationships
|
|
1341
545
|
* @param {Number} id
|
|
546
|
+
* @param {Number} reltypeid
|
|
1342
547
|
* @param {Object} opts Optional parameters
|
|
1343
548
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1344
549
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -1346,22 +551,25 @@ export default class GraphObjectsApi {
|
|
|
1346
551
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1347
552
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1348
553
|
* @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)
|
|
554
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1349
555
|
* @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
556
|
* @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
557
|
* @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
558
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1353
|
-
* @param {module:api/GraphObjectsApi~
|
|
1354
|
-
* data is of type: {@link module:model/
|
|
559
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsByTypeOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
560
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1355
561
|
*/
|
|
1356
|
-
|
|
562
|
+
getRelationshipsByTypeOut(id: number, reltypeid: number, opts: any, callback: any): any;
|
|
1357
563
|
/**
|
|
1358
|
-
* Callback function to receive the result of the
|
|
1359
|
-
* @callback module:api/GraphObjectsApi~
|
|
564
|
+
* Callback function to receive the result of the getRelationshipsIn operation.
|
|
565
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsInCallback
|
|
1360
566
|
* @param {String} error Error message, if any.
|
|
1361
|
-
* @param {Array.<
|
|
567
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1362
568
|
* @param {String} response The complete HTTP response.
|
|
1363
569
|
*/
|
|
1364
570
|
/**
|
|
571
|
+
* Get Incoming Relationships
|
|
572
|
+
* Returns a listing of relationships
|
|
1365
573
|
* @param {Number} id
|
|
1366
574
|
* @param {Object} opts Optional parameters
|
|
1367
575
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
@@ -1370,22 +578,25 @@ export default class GraphObjectsApi {
|
|
|
1370
578
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1371
579
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1372
580
|
* @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)
|
|
581
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1373
582
|
* @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
583
|
* @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
584
|
* @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
585
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1377
|
-
* @param {module:api/GraphObjectsApi~
|
|
1378
|
-
* data is of type: {@link Array.<
|
|
586
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsInCallback} callback The callback function, accepting three arguments: error, data, response
|
|
587
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1379
588
|
*/
|
|
1380
|
-
|
|
589
|
+
getRelationshipsIn(id: number, opts: any, callback: any): any;
|
|
1381
590
|
/**
|
|
1382
|
-
* Callback function to receive the result of the
|
|
1383
|
-
* @callback module:api/GraphObjectsApi~
|
|
591
|
+
* Callback function to receive the result of the getRelationshipsOut operation.
|
|
592
|
+
* @callback module:api/GraphObjectsApi~getRelationshipsOutCallback
|
|
1384
593
|
* @param {String} error Error message, if any.
|
|
1385
|
-
* @param {Array.<module:model/
|
|
594
|
+
* @param {Array.<module:model/GraphRelationshipResponse>} data The data returned by the service call.
|
|
1386
595
|
* @param {String} response The complete HTTP response.
|
|
1387
596
|
*/
|
|
1388
597
|
/**
|
|
598
|
+
* Get Outgoing Relationships
|
|
599
|
+
* Returns a listing of relationships
|
|
1389
600
|
* @param {Number} id
|
|
1390
601
|
* @param {Object} opts Optional parameters
|
|
1391
602
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
@@ -1394,14 +605,15 @@ export default class GraphObjectsApi {
|
|
|
1394
605
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1395
606
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1396
607
|
* @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)
|
|
608
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1397
609
|
* @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
610
|
* @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
611
|
* @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
612
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1401
|
-
* @param {module:api/GraphObjectsApi~
|
|
1402
|
-
* data is of type: {@link Array.<module:model/
|
|
613
|
+
* @param {module:api/GraphObjectsApi~getRelationshipsOutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
614
|
+
* data is of type: {@link Array.<module:model/GraphRelationshipResponse>}
|
|
1403
615
|
*/
|
|
1404
|
-
|
|
616
|
+
getRelationshipsOut(id: number, opts: any, callback: any): any;
|
|
1405
617
|
/**
|
|
1406
618
|
* Callback function to receive the result of the isDisliked operation.
|
|
1407
619
|
* @callback module:api/GraphObjectsApi~isDislikedCallback
|
|
@@ -1420,6 +632,7 @@ export default class GraphObjectsApi {
|
|
|
1420
632
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1421
633
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1422
634
|
* @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)
|
|
635
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1423
636
|
* @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
637
|
* @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
638
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1446,6 +659,7 @@ export default class GraphObjectsApi {
|
|
|
1446
659
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1447
660
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1448
661
|
* @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)
|
|
662
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1449
663
|
* @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
664
|
* @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
665
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1472,6 +686,7 @@ export default class GraphObjectsApi {
|
|
|
1472
686
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1473
687
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1474
688
|
* @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)
|
|
689
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1475
690
|
* @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
691
|
* @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
692
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1498,6 +713,7 @@ export default class GraphObjectsApi {
|
|
|
1498
713
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1499
714
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1500
715
|
* @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)
|
|
716
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1501
717
|
* @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
718
|
* @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
719
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1524,138 +740,13 @@ export default class GraphObjectsApi {
|
|
|
1524
740
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1525
741
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1526
742
|
* @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)
|
|
743
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1527
744
|
* @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
745
|
* @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
746
|
* @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
747
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1531
|
-
* @param {String} [body] The value that is being set
|
|
748
|
+
* @param {Object.<String, Object>} [body] The value that is being set
|
|
1532
749
|
* @param {module:api/GraphObjectsApi~setObjectPropertyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1533
750
|
*/
|
|
1534
751
|
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
752
|
}
|