@gobodo/gobodo-api 0.1.107 → 0.1.109
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 +27 -2
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AdCampaignsApi.d.ts +8 -1
- package/dist/api/AdCampaignsApi.js +16 -2
- package/dist/api/AdManagementApi.d.ts +13 -1
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.d.ts +2 -1
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.d.ts +6 -1
- package/dist/api/AdsApi.js +12 -2
- package/dist/api/AttachmentsApi.d.ts +6 -1
- package/dist/api/AttachmentsApi.js +12 -2
- package/dist/api/AuthenticationApi.d.ts +17 -1
- package/dist/api/AuthenticationApi.js +38 -2
- package/dist/api/CategoriesApi.d.ts +8 -1
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.d.ts +7 -1
- package/dist/api/CommentsApi.js +14 -2
- package/dist/api/ContentManagementApi.d.ts +29 -1
- package/dist/api/ContentManagementApi.js +58 -2
- package/dist/api/ConversationsApi.d.ts +9 -1
- package/dist/api/ConversationsApi.js +18 -2
- package/dist/api/CurrencyApi.d.ts +8 -1
- package/dist/api/CurrencyApi.js +16 -2
- package/dist/api/DataSheetImportsApi.d.ts +16 -1
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.d.ts +6 -1
- package/dist/api/DefaultApi.js +12 -2
- package/dist/api/DocumentPartTypesApi.d.ts +3 -1
- package/dist/api/DocumentPartTypesApi.js +6 -2
- package/dist/api/DocumentTypesApi.d.ts +3 -1
- package/dist/api/DocumentTypesApi.js +6 -2
- package/dist/api/DocumentsApi.d.ts +13 -1
- package/dist/api/DocumentsApi.js +26 -2
- package/dist/api/EmailsApi.d.ts +5 -1
- package/dist/api/EmailsApi.js +10 -2
- package/dist/api/EntryPartsApi.d.ts +13 -1
- package/dist/api/EntryPartsApi.js +26 -2
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +4 -1
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FormsApi.d.ts +15 -1
- package/dist/api/FormsApi.js +30 -2
- package/dist/api/FunctionsApi.d.ts +21 -1
- package/dist/api/FunctionsApi.js +42 -2
- package/dist/api/GeocodeApi.d.ts +4 -1
- package/dist/api/GeocodeApi.js +8 -2
- package/dist/api/GobodoManagementApi.d.ts +140 -1
- package/dist/api/GobodoManagementApi.js +331 -9
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +69 -1
- package/dist/api/GraphActionTypesApi.js +167 -11
- package/dist/api/GraphActionsApi.d.ts +10 -1
- package/dist/api/GraphActionsApi.js +20 -2
- package/dist/api/GraphObjectTypesApi.d.ts +240 -1
- package/dist/api/GraphObjectTypesApi.js +570 -11
- package/dist/api/GraphObjectsApi.d.ts +30 -1
- package/dist/api/GraphObjectsApi.js +60 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +184 -1
- package/dist/api/GraphRelationshipTypesApi.js +440 -11
- package/dist/api/GraphRelationshipsApi.d.ts +15 -1
- package/dist/api/GraphRelationshipsApi.js +30 -2
- package/dist/api/GraphSchemasApi.d.ts +15 -1
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.d.ts +8 -1
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.d.ts +12 -1
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/IAMApi.d.ts +5 -1
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.d.ts +7 -1
- package/dist/api/ImagesApi.js +14 -2
- package/dist/api/InvitesApi.d.ts +6 -1
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.d.ts +14 -1
- package/dist/api/LikesApi.js +28 -2
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +3 -1
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.d.ts +20 -1
- package/dist/api/MeetingEventsApi.js +40 -2
- package/dist/api/NotificationsApi.d.ts +15 -1
- package/dist/api/NotificationsApi.js +30 -2
- package/dist/api/PagesApi.d.ts +9 -1
- package/dist/api/PagesApi.js +18 -2
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +6 -1
- package/dist/api/PhoneNumbersApi.js +12 -2
- package/dist/api/PostsApi.d.ts +5 -1
- package/dist/api/PostsApi.js +10 -2
- package/dist/api/PrivateMessagesApi.d.ts +16 -1
- package/dist/api/PrivateMessagesApi.js +32 -2
- package/dist/api/PublicationsApi.d.ts +10 -1
- package/dist/api/PublicationsApi.js +20 -2
- package/dist/api/RestApplicationsApi.d.ts +6 -1
- package/dist/api/RestApplicationsApi.js +12 -2
- package/dist/api/ScreensApi.d.ts +4 -1
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SitesApi.d.ts +11 -1
- package/dist/api/SitesApi.js +22 -2
- package/dist/api/SocialGroupsApi.d.ts +20 -1
- package/dist/api/SocialGroupsApi.js +40 -2
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +40 -1
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TemplatesApi.d.ts +4 -1
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.d.ts +4 -1
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TopicsApi.d.ts +9 -1
- package/dist/api/TopicsApi.js +18 -2
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserManagerAdministrationApi.d.ts +1 -1
- package/dist/api/UserManagerAdministrationApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +4 -1
- package/dist/api/UserTagsApi.js +8 -2
- package/dist/api/UsersApi.d.ts +12 -1
- package/dist/api/UsersApi.js +24 -2
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +10 -1
- package/dist/api/VideosApi.js +20 -2
- package/dist/api/WalletsApi.d.ts +18 -1
- package/dist/api/WalletsApi.js +36 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.js +14 -0
- package/dist/model/APIClient.d.ts +1 -1
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/Article.d.ts +8 -8
- package/dist/model/Article.js +58 -58
- 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 +35 -35
- 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 +1 -1
- package/dist/model/CacheInvalidation.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +3 -3
- package/dist/model/Comment.js +22 -22
- package/dist/model/ConsoleOrganizationInput.d.ts +41 -0
- package/dist/model/ConsoleOrganizationInput.js +134 -0
- package/dist/model/ConsoleOrganizationResponse.d.ts +44 -0
- package/dist/model/ConsoleOrganizationResponse.js +146 -0
- 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/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 +1 -1
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.d.ts +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +1 -1
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +8 -8
- package/dist/model/Document.js +58 -58
- package/dist/model/DocumentPart.d.ts +3 -3
- package/dist/model/DocumentPart.js +27 -27
- package/dist/model/DocumentPartType.d.ts +2 -2
- package/dist/model/DocumentPartType.js +14 -14
- package/dist/model/DocumentType.d.ts +5 -5
- package/dist/model/DocumentType.js +32 -32
- package/dist/model/DomainMappingInput.d.ts +1 -1
- package/dist/model/DomainMappingInput.js +2 -2
- package/dist/model/DomainMappingResponse.d.ts +1 -1
- package/dist/model/DomainMappingResponse.js +2 -2
- 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 +7 -7
- package/dist/model/Fields.js +45 -45
- package/dist/model/File.d.ts +2 -2
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.d.ts +2 -2
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.d.ts +2 -2
- package/dist/model/Form.js +21 -21
- package/dist/model/FormSection.d.ts +2 -2
- package/dist/model/FormSection.js +21 -21
- package/dist/model/FormSubmission.d.ts +1 -1
- package/dist/model/FormSubmission.js +2 -2
- 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/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeocodeResponse.d.ts +1 -1
- package/dist/model/GeocodeResponse.js +2 -2
- package/dist/model/GeolocationInput.d.ts +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +1 -1
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +6 -6
- package/dist/model/Graph.js +42 -42
- package/dist/model/GraphAction.d.ts +1 -1
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +1 -1
- package/dist/model/GraphActionResponse.js +2 -2
- package/dist/model/GraphActionTypeInput.d.ts +1 -1
- package/dist/model/GraphActionTypeInput.js +2 -2
- package/dist/model/GraphActionTypeResponse.d.ts +1 -1
- package/dist/model/GraphActionTypeResponse.js +2 -2
- package/dist/model/GraphInput.d.ts +1 -1
- package/dist/model/GraphInput.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +2 -2
- package/dist/model/GraphObject.js +10 -10
- package/dist/model/GraphObjectPayload.d.ts +1 -1
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +1 -1
- package/dist/model/GraphObjectResponse.js +2 -2
- package/dist/model/GraphObjectType.d.ts +4 -4
- package/dist/model/GraphObjectType.js +21 -21
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +1 -1
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +4 -4
- package/dist/model/GraphObjectTypeSchema.js +21 -21
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +1 -1
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +1 -1
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipResponse.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +3 -3
- package/dist/model/GraphRelationshipType.js +20 -20
- package/dist/model/GraphRelationshipTypeInput.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeInput.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphResponse.d.ts +1 -1
- package/dist/model/GraphResponse.js +2 -2
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +1 -1
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/IndexFilter.d.ts +1 -1
- package/dist/model/IndexFilter.js +2 -2
- package/dist/model/InputPart.d.ts +2 -2
- package/dist/model/InputPart.js +9 -9
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- package/dist/model/JsonValue.d.ts +1 -1
- package/dist/model/JsonValue.js +2 -2
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MediaType.d.ts +1 -1
- package/dist/model/MediaType.js +2 -2
- 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/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 +1 -1
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +1 -1
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MemberManagerConfigInput.d.ts +1 -1
- package/dist/model/MemberManagerConfigInput.js +2 -2
- package/dist/model/MemberManagerConfigResponse.d.ts +1 -1
- package/dist/model/MemberManagerConfigResponse.js +2 -2
- package/dist/model/MemberManagerInput.d.ts +1 -1
- package/dist/model/MemberManagerInput.js +2 -2
- package/dist/model/MemberManagerResponse.d.ts +1 -1
- package/dist/model/MemberManagerResponse.js +2 -2
- package/dist/model/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.js +2 -2
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +4 -4
- 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 +2 -2
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.d.ts +1 -1
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +1 -1
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +1 -1
- package/dist/model/PasswordResetInitiateRequest.js +2 -2
- package/dist/model/PasswordResetInitiateResponse.d.ts +1 -1
- package/dist/model/PasswordResetInitiateResponse.js +2 -2
- package/dist/model/PasswordResetRequest.d.ts +1 -1
- package/dist/model/PasswordResetRequest.js +2 -2
- package/dist/model/PasswordResetResponse.d.ts +1 -1
- package/dist/model/PasswordResetResponse.js +2 -2
- package/dist/model/PasswordResetValidationResponse.d.ts +1 -1
- package/dist/model/PasswordResetValidationResponse.js +2 -2
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +2 -2
- package/dist/model/PaymentMethod.js +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 +1 -1
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +2 -2
- package/dist/model/Post.js +10 -10
- package/dist/model/PrivateMessage.d.ts +2 -2
- package/dist/model/PrivateMessage.js +10 -10
- package/dist/model/PrivateMessageConversation.d.ts +1 -1
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +1 -1
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/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 +1 -1
- package/dist/model/PurgeDataDefaultResponse.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +1 -1
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +2 -2
- package/dist/model/ScreenSchema.js +10 -10
- 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 +7 -7
- package/dist/model/SkinField.js +45 -45
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +1 -1
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/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 +1 -1
- package/dist/model/Sort.js +2 -2
- 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/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +1 -1
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/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 +1 -1
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +1 -1
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +1 -1
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +3 -3
- package/dist/model/UserInvite.js +24 -24
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +1 -1
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/UsernameReminderRequest.d.ts +1 -1
- package/dist/model/UsernameReminderRequest.js +2 -2
- package/dist/model/UsernameReminderResponse.d.ts +1 -1
- package/dist/model/UsernameReminderResponse.js +2 -2
- package/dist/model/Video.d.ts +2 -2
- package/dist/model/Video.js +14 -14
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +2 -2
- package/dist/model/VideoSchema.js +14 -14
- package/dist/model/VideoUploadObject.d.ts +2 -2
- package/dist/model/VideoUploadObject.js +14 -14
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.109
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* GraphObjectTypes service.
|
|
34
34
|
* @module api/GraphObjectTypesApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.109
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -48,18 +48,18 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
|
-
* Callback function to receive the result of the
|
|
52
|
-
* @callback module:api/GraphObjectTypesApi~
|
|
51
|
+
* Callback function to receive the result of the addActionEndObjectTypes operation.
|
|
52
|
+
* @callback module:api/GraphObjectTypesApi~addActionEndObjectTypesCallback
|
|
53
53
|
* @param {String} error Error message, if any.
|
|
54
|
-
* @param {module:model/
|
|
54
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
55
55
|
* @param {String} response The complete HTTP response.
|
|
56
56
|
*/
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
60
|
-
* Adds
|
|
61
|
-
* @param {Number}
|
|
62
|
-
* @param {
|
|
59
|
+
* Add End Object Types
|
|
60
|
+
* Adds end object types to the action type
|
|
61
|
+
* @param {Number} id
|
|
62
|
+
* @param {Array.<Number>} requestBody
|
|
63
63
|
* @param {Object} opts Optional parameters
|
|
64
64
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
65
65
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -69,13 +69,152 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
69
|
* @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)
|
|
70
70
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
71
71
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
72
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
72
73
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
73
74
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
74
75
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
75
|
-
* @param {module:api/GraphObjectTypesApi~
|
|
76
|
-
* data is of type: {@link module:model/
|
|
76
|
+
* @param {module:api/GraphObjectTypesApi~addActionEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
77
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
77
78
|
*/
|
|
78
79
|
return _createClass(GraphObjectTypesApi, [{
|
|
80
|
+
key: "addActionEndObjectTypes",
|
|
81
|
+
value: function addActionEndObjectTypes(id, requestBody, opts, callback) {
|
|
82
|
+
opts = opts || {};
|
|
83
|
+
var postBody = requestBody;
|
|
84
|
+
// verify the required parameter 'id' is set
|
|
85
|
+
if (id === undefined || id === null) {
|
|
86
|
+
throw new Error("Missing the required parameter 'id' when calling addActionEndObjectTypes");
|
|
87
|
+
}
|
|
88
|
+
// verify the required parameter 'requestBody' is set
|
|
89
|
+
if (requestBody === undefined || requestBody === null) {
|
|
90
|
+
throw new Error("Missing the required parameter 'requestBody' when calling addActionEndObjectTypes");
|
|
91
|
+
}
|
|
92
|
+
var pathParams = {
|
|
93
|
+
'id': id
|
|
94
|
+
};
|
|
95
|
+
var queryParams = {
|
|
96
|
+
'cacheduration': opts['cacheduration'],
|
|
97
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
98
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
99
|
+
'cachescope': opts['cachescope'],
|
|
100
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
101
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
102
|
+
};
|
|
103
|
+
var headerParams = {
|
|
104
|
+
'Authorization': opts['authorization'],
|
|
105
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
106
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
107
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
108
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
109
|
+
'transactionid': opts['transactionid']
|
|
110
|
+
};
|
|
111
|
+
var formParams = {};
|
|
112
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
113
|
+
var contentTypes = ['application/json'];
|
|
114
|
+
var accepts = ['application/json'];
|
|
115
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
116
|
+
return this.apiClient.callApi('/actiontype/{id}/endobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Callback function to receive the result of the addEndObjectTypes operation.
|
|
121
|
+
* @callback module:api/GraphObjectTypesApi~addEndObjectTypesCallback
|
|
122
|
+
* @param {String} error Error message, if any.
|
|
123
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
124
|
+
* @param {String} response The complete HTTP response.
|
|
125
|
+
*/
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Add End Object Types
|
|
129
|
+
* Adds end object types to the relationship type
|
|
130
|
+
* @param {Number} id
|
|
131
|
+
* @param {Array.<Number>} requestBody
|
|
132
|
+
* @param {Object} opts Optional parameters
|
|
133
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
134
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
135
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
136
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
137
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
138
|
+
* @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)
|
|
139
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
140
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
141
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
142
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
143
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
144
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
145
|
+
* @param {module:api/GraphObjectTypesApi~addEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
146
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
147
|
+
*/
|
|
148
|
+
}, {
|
|
149
|
+
key: "addEndObjectTypes",
|
|
150
|
+
value: function addEndObjectTypes(id, requestBody, opts, callback) {
|
|
151
|
+
opts = opts || {};
|
|
152
|
+
var postBody = requestBody;
|
|
153
|
+
// verify the required parameter 'id' is set
|
|
154
|
+
if (id === undefined || id === null) {
|
|
155
|
+
throw new Error("Missing the required parameter 'id' when calling addEndObjectTypes");
|
|
156
|
+
}
|
|
157
|
+
// verify the required parameter 'requestBody' is set
|
|
158
|
+
if (requestBody === undefined || requestBody === null) {
|
|
159
|
+
throw new Error("Missing the required parameter 'requestBody' when calling addEndObjectTypes");
|
|
160
|
+
}
|
|
161
|
+
var pathParams = {
|
|
162
|
+
'id': id
|
|
163
|
+
};
|
|
164
|
+
var queryParams = {
|
|
165
|
+
'cacheduration': opts['cacheduration'],
|
|
166
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
167
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
168
|
+
'cachescope': opts['cachescope'],
|
|
169
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
170
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
171
|
+
};
|
|
172
|
+
var headerParams = {
|
|
173
|
+
'Authorization': opts['authorization'],
|
|
174
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
175
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
176
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
177
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
178
|
+
'transactionid': opts['transactionid']
|
|
179
|
+
};
|
|
180
|
+
var formParams = {};
|
|
181
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
182
|
+
var contentTypes = ['application/json'];
|
|
183
|
+
var accepts = ['application/json'];
|
|
184
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
185
|
+
return this.apiClient.callApi('/relationshiptype/{id}/endobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Callback function to receive the result of the addMethodToObjectType operation.
|
|
190
|
+
* @callback module:api/GraphObjectTypesApi~addMethodToObjectTypeCallback
|
|
191
|
+
* @param {String} error Error message, if any.
|
|
192
|
+
* @param {module:model/GetFunctionResponse} data The data returned by the service call.
|
|
193
|
+
* @param {String} response The complete HTTP response.
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Adds a method to an object type
|
|
198
|
+
* Adds a method to an object type
|
|
199
|
+
* @param {Number} objecttypeid
|
|
200
|
+
* @param {module:model/CreateFunctionInput} createFunctionInput
|
|
201
|
+
* @param {Object} opts Optional parameters
|
|
202
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
203
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
204
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
205
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
206
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
207
|
+
* @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)
|
|
208
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
209
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
210
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
211
|
+
* @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
|
|
212
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
213
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
214
|
+
* @param {module:api/GraphObjectTypesApi~addMethodToObjectTypeCallback} callback The callback function, accepting three arguments: error, data, response
|
|
215
|
+
* data is of type: {@link module:model/GetFunctionResponse}
|
|
216
|
+
*/
|
|
217
|
+
}, {
|
|
79
218
|
key: "addMethodToObjectType",
|
|
80
219
|
value: function addMethodToObjectType(objecttypeid, createFunctionInput, opts, callback) {
|
|
81
220
|
opts = opts || {};
|
|
@@ -102,6 +241,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
241
|
var headerParams = {
|
|
103
242
|
'Authorization': opts['authorization'],
|
|
104
243
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
244
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
105
245
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
106
246
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
107
247
|
'transactionid': opts['transactionid']
|
|
@@ -136,6 +276,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
276
|
* @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)
|
|
137
277
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
138
278
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
279
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
139
280
|
* @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
|
|
140
281
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
141
282
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -169,6 +310,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
169
310
|
var headerParams = {
|
|
170
311
|
'Authorization': opts['authorization'],
|
|
171
312
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
313
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
172
314
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
173
315
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
174
316
|
'transactionid': opts['transactionid']
|
|
@@ -181,6 +323,75 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
181
323
|
return this.apiClient.callApi('/schema/{id}/objecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
182
324
|
}
|
|
183
325
|
|
|
326
|
+
/**
|
|
327
|
+
* Callback function to receive the result of the addStartObjectTypes operation.
|
|
328
|
+
* @callback module:api/GraphObjectTypesApi~addStartObjectTypesCallback
|
|
329
|
+
* @param {String} error Error message, if any.
|
|
330
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
331
|
+
* @param {String} response The complete HTTP response.
|
|
332
|
+
*/
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Add Start Object Types
|
|
336
|
+
* Adds start object types to the relationship type
|
|
337
|
+
* @param {Number} id
|
|
338
|
+
* @param {Array.<Number>} requestBody
|
|
339
|
+
* @param {Object} opts Optional parameters
|
|
340
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
341
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
342
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
343
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
344
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
345
|
+
* @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)
|
|
346
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
347
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
348
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
349
|
+
* @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
|
|
350
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
351
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
352
|
+
* @param {module:api/GraphObjectTypesApi~addStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
353
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
354
|
+
*/
|
|
355
|
+
}, {
|
|
356
|
+
key: "addStartObjectTypes",
|
|
357
|
+
value: function addStartObjectTypes(id, requestBody, opts, callback) {
|
|
358
|
+
opts = opts || {};
|
|
359
|
+
var postBody = requestBody;
|
|
360
|
+
// verify the required parameter 'id' is set
|
|
361
|
+
if (id === undefined || id === null) {
|
|
362
|
+
throw new Error("Missing the required parameter 'id' when calling addStartObjectTypes");
|
|
363
|
+
}
|
|
364
|
+
// verify the required parameter 'requestBody' is set
|
|
365
|
+
if (requestBody === undefined || requestBody === null) {
|
|
366
|
+
throw new Error("Missing the required parameter 'requestBody' when calling addStartObjectTypes");
|
|
367
|
+
}
|
|
368
|
+
var pathParams = {
|
|
369
|
+
'id': id
|
|
370
|
+
};
|
|
371
|
+
var queryParams = {
|
|
372
|
+
'cacheduration': opts['cacheduration'],
|
|
373
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
374
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
375
|
+
'cachescope': opts['cachescope'],
|
|
376
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
377
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
378
|
+
};
|
|
379
|
+
var headerParams = {
|
|
380
|
+
'Authorization': opts['authorization'],
|
|
381
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
382
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
383
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
384
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
385
|
+
'transactionid': opts['transactionid']
|
|
386
|
+
};
|
|
387
|
+
var formParams = {};
|
|
388
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
389
|
+
var contentTypes = ['application/json'];
|
|
390
|
+
var accepts = ['application/json'];
|
|
391
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
392
|
+
return this.apiClient.callApi('/relationshiptype/{id}/startobjecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
393
|
+
}
|
|
394
|
+
|
|
184
395
|
/**
|
|
185
396
|
* Callback function to receive the result of the createObjectType operation.
|
|
186
397
|
* @callback module:api/GraphObjectTypesApi~createObjectTypeCallback
|
|
@@ -202,6 +413,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
202
413
|
* @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)
|
|
203
414
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
204
415
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
416
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
205
417
|
* @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
|
|
206
418
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
207
419
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -229,6 +441,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
441
|
var headerParams = {
|
|
230
442
|
'Authorization': opts['authorization'],
|
|
231
443
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
444
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
232
445
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
233
446
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
234
447
|
'transactionid': opts['transactionid']
|
|
@@ -241,6 +454,70 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
241
454
|
return this.apiClient.callApi('/objecttype', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
242
455
|
}
|
|
243
456
|
|
|
457
|
+
/**
|
|
458
|
+
* Callback function to receive the result of the getActionObjectTypes operation.
|
|
459
|
+
* @callback module:api/GraphObjectTypesApi~getActionObjectTypesCallback
|
|
460
|
+
* @param {String} error Error message, if any.
|
|
461
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
462
|
+
* @param {String} response The complete HTTP response.
|
|
463
|
+
*/
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Get End Object Types
|
|
467
|
+
* Retrieves the object types associated with this action type
|
|
468
|
+
* @param {Number} id
|
|
469
|
+
* @param {Object} opts Optional parameters
|
|
470
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
471
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
472
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
473
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
474
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
475
|
+
* @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)
|
|
476
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
477
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
478
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
479
|
+
* @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
|
|
480
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
481
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
482
|
+
* @param {module:api/GraphObjectTypesApi~getActionObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
483
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
484
|
+
*/
|
|
485
|
+
}, {
|
|
486
|
+
key: "getActionObjectTypes",
|
|
487
|
+
value: function getActionObjectTypes(id, opts, callback) {
|
|
488
|
+
opts = opts || {};
|
|
489
|
+
var postBody = null;
|
|
490
|
+
// verify the required parameter 'id' is set
|
|
491
|
+
if (id === undefined || id === null) {
|
|
492
|
+
throw new Error("Missing the required parameter 'id' when calling getActionObjectTypes");
|
|
493
|
+
}
|
|
494
|
+
var pathParams = {
|
|
495
|
+
'id': id
|
|
496
|
+
};
|
|
497
|
+
var queryParams = {
|
|
498
|
+
'cacheduration': opts['cacheduration'],
|
|
499
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
500
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
501
|
+
'cachescope': opts['cachescope'],
|
|
502
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
503
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
504
|
+
};
|
|
505
|
+
var headerParams = {
|
|
506
|
+
'Authorization': opts['authorization'],
|
|
507
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
508
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
509
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
510
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
511
|
+
'transactionid': opts['transactionid']
|
|
512
|
+
};
|
|
513
|
+
var formParams = {};
|
|
514
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
515
|
+
var contentTypes = [];
|
|
516
|
+
var accepts = ['application/json'];
|
|
517
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
518
|
+
return this.apiClient.callApi('/actiontype/{id}/endobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
519
|
+
}
|
|
520
|
+
|
|
244
521
|
/**
|
|
245
522
|
* Callback function to receive the result of the getAllObjectTypes operation.
|
|
246
523
|
* @callback module:api/GraphObjectTypesApi~getAllObjectTypesCallback
|
|
@@ -260,6 +537,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
260
537
|
* @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)
|
|
261
538
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
262
539
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
540
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
263
541
|
* @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
|
|
264
542
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
265
543
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -283,6 +561,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
283
561
|
var headerParams = {
|
|
284
562
|
'Authorization': opts['authorization'],
|
|
285
563
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
564
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
286
565
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
287
566
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
288
567
|
'transactionid': opts['transactionid']
|
|
@@ -314,6 +593,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
314
593
|
* @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)
|
|
315
594
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
316
595
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
596
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
317
597
|
* @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
|
|
318
598
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
319
599
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -337,6 +617,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
337
617
|
var headerParams = {
|
|
338
618
|
'Authorization': opts['authorization'],
|
|
339
619
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
620
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
340
621
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
341
622
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
342
623
|
'transactionid': opts['transactionid']
|
|
@@ -349,6 +630,70 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
349
630
|
return this.apiClient.callApi('/objecttype/default', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
350
631
|
}
|
|
351
632
|
|
|
633
|
+
/**
|
|
634
|
+
* Callback function to receive the result of the getEndObjectTypes operation.
|
|
635
|
+
* @callback module:api/GraphObjectTypesApi~getEndObjectTypesCallback
|
|
636
|
+
* @param {String} error Error message, if any.
|
|
637
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
638
|
+
* @param {String} response The complete HTTP response.
|
|
639
|
+
*/
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Get End Object Types
|
|
643
|
+
* Retrieves the end object types on the relationship type
|
|
644
|
+
* @param {Number} id
|
|
645
|
+
* @param {Object} opts Optional parameters
|
|
646
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
647
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
648
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
649
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
650
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
651
|
+
* @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)
|
|
652
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
653
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
654
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
655
|
+
* @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
|
|
656
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
657
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
658
|
+
* @param {module:api/GraphObjectTypesApi~getEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
659
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
660
|
+
*/
|
|
661
|
+
}, {
|
|
662
|
+
key: "getEndObjectTypes",
|
|
663
|
+
value: function getEndObjectTypes(id, opts, callback) {
|
|
664
|
+
opts = opts || {};
|
|
665
|
+
var postBody = null;
|
|
666
|
+
// verify the required parameter 'id' is set
|
|
667
|
+
if (id === undefined || id === null) {
|
|
668
|
+
throw new Error("Missing the required parameter 'id' when calling getEndObjectTypes");
|
|
669
|
+
}
|
|
670
|
+
var pathParams = {
|
|
671
|
+
'id': id
|
|
672
|
+
};
|
|
673
|
+
var queryParams = {
|
|
674
|
+
'cacheduration': opts['cacheduration'],
|
|
675
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
676
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
677
|
+
'cachescope': opts['cachescope'],
|
|
678
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
679
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
680
|
+
};
|
|
681
|
+
var headerParams = {
|
|
682
|
+
'Authorization': opts['authorization'],
|
|
683
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
684
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
685
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
686
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
687
|
+
'transactionid': opts['transactionid']
|
|
688
|
+
};
|
|
689
|
+
var formParams = {};
|
|
690
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
691
|
+
var contentTypes = [];
|
|
692
|
+
var accepts = ['application/json'];
|
|
693
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
694
|
+
return this.apiClient.callApi('/relationshiptype/{id}/endobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
695
|
+
}
|
|
696
|
+
|
|
352
697
|
/**
|
|
353
698
|
* Callback function to receive the result of the getMyObjectTypes operation.
|
|
354
699
|
* @callback module:api/GraphObjectTypesApi~getMyObjectTypesCallback
|
|
@@ -368,6 +713,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
368
713
|
* @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)
|
|
369
714
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
370
715
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
716
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
371
717
|
* @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
|
|
372
718
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
373
719
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -391,6 +737,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
391
737
|
var headerParams = {
|
|
392
738
|
'Authorization': opts['authorization'],
|
|
393
739
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
740
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
394
741
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
395
742
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
396
743
|
'transactionid': opts['transactionid']
|
|
@@ -424,6 +771,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
771
|
* @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)
|
|
425
772
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
426
773
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
774
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
427
775
|
* @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
|
|
428
776
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
429
777
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -453,6 +801,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
453
801
|
var headerParams = {
|
|
454
802
|
'Authorization': opts['authorization'],
|
|
455
803
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
804
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
456
805
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
457
806
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
458
807
|
'transactionid': opts['transactionid']
|
|
@@ -486,6 +835,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
486
835
|
* @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)
|
|
487
836
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
488
837
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
838
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
489
839
|
* @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
|
|
490
840
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
491
841
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -515,6 +865,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
865
|
var headerParams = {
|
|
516
866
|
'Authorization': opts['authorization'],
|
|
517
867
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
868
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
518
869
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
519
870
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
520
871
|
'transactionid': opts['transactionid']
|
|
@@ -547,6 +898,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
547
898
|
* @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
899
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
549
900
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
901
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
550
902
|
* @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
|
|
551
903
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
552
904
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -576,6 +928,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
576
928
|
var headerParams = {
|
|
577
929
|
'Authorization': opts['authorization'],
|
|
578
930
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
931
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
579
932
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
580
933
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
581
934
|
'transactionid': opts['transactionid']
|
|
@@ -609,6 +962,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
609
962
|
* @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)
|
|
610
963
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
611
964
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
965
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
612
966
|
* @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
|
|
613
967
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
614
968
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -638,6 +992,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
638
992
|
var headerParams = {
|
|
639
993
|
'Authorization': opts['authorization'],
|
|
640
994
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
995
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
641
996
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
642
997
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
643
998
|
'transactionid': opts['transactionid']
|
|
@@ -671,6 +1026,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
671
1026
|
* @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)
|
|
672
1027
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
673
1028
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1029
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
674
1030
|
* @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
|
|
675
1031
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
676
1032
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -700,6 +1056,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
700
1056
|
var headerParams = {
|
|
701
1057
|
'Authorization': opts['authorization'],
|
|
702
1058
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1059
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
703
1060
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
704
1061
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
705
1062
|
'transactionid': opts['transactionid']
|
|
@@ -712,6 +1069,206 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
712
1069
|
return this.apiClient.callApi('/schema/{id}/objecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
713
1070
|
}
|
|
714
1071
|
|
|
1072
|
+
/**
|
|
1073
|
+
* Callback function to receive the result of the getStartObjectTypes operation.
|
|
1074
|
+
* @callback module:api/GraphObjectTypesApi~getStartObjectTypesCallback
|
|
1075
|
+
* @param {String} error Error message, if any.
|
|
1076
|
+
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
1077
|
+
* @param {String} response The complete HTTP response.
|
|
1078
|
+
*/
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Get Start Object Types
|
|
1082
|
+
* Retrieves the start object types on the relationship type
|
|
1083
|
+
* @param {Number} id
|
|
1084
|
+
* @param {Object} opts Optional parameters
|
|
1085
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1086
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1087
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1088
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1089
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1090
|
+
* @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)
|
|
1091
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1092
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1093
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1094
|
+
* @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
|
|
1095
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1096
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1097
|
+
* @param {module:api/GraphObjectTypesApi~getStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1098
|
+
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
1099
|
+
*/
|
|
1100
|
+
}, {
|
|
1101
|
+
key: "getStartObjectTypes",
|
|
1102
|
+
value: function getStartObjectTypes(id, opts, callback) {
|
|
1103
|
+
opts = opts || {};
|
|
1104
|
+
var postBody = null;
|
|
1105
|
+
// verify the required parameter 'id' is set
|
|
1106
|
+
if (id === undefined || id === null) {
|
|
1107
|
+
throw new Error("Missing the required parameter 'id' when calling getStartObjectTypes");
|
|
1108
|
+
}
|
|
1109
|
+
var pathParams = {
|
|
1110
|
+
'id': id
|
|
1111
|
+
};
|
|
1112
|
+
var queryParams = {
|
|
1113
|
+
'cacheduration': opts['cacheduration'],
|
|
1114
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1115
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1116
|
+
'cachescope': opts['cachescope'],
|
|
1117
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1118
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1119
|
+
};
|
|
1120
|
+
var headerParams = {
|
|
1121
|
+
'Authorization': opts['authorization'],
|
|
1122
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1123
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1124
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1125
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1126
|
+
'transactionid': opts['transactionid']
|
|
1127
|
+
};
|
|
1128
|
+
var formParams = {};
|
|
1129
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1130
|
+
var contentTypes = [];
|
|
1131
|
+
var accepts = ['application/json'];
|
|
1132
|
+
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
1133
|
+
return this.apiClient.callApi('/relationshiptype/{id}/startobjecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* Callback function to receive the result of the removeEndObjectTypes operation.
|
|
1138
|
+
* @callback module:api/GraphObjectTypesApi~removeEndObjectTypesCallback
|
|
1139
|
+
* @param {String} error Error message, if any.
|
|
1140
|
+
* @param data This operation does not return a value.
|
|
1141
|
+
* @param {String} response The complete HTTP response.
|
|
1142
|
+
*/
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* Remove End Object Types
|
|
1146
|
+
* Removes end object types from the relationship type
|
|
1147
|
+
* @param {Number} id
|
|
1148
|
+
* @param {Array.<Number>} requestBody
|
|
1149
|
+
* @param {Object} opts Optional parameters
|
|
1150
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1151
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1152
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1153
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1154
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1155
|
+
* @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)
|
|
1156
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1157
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1158
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1159
|
+
* @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
|
|
1160
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1161
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1162
|
+
* @param {module:api/GraphObjectTypesApi~removeEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1163
|
+
*/
|
|
1164
|
+
}, {
|
|
1165
|
+
key: "removeEndObjectTypes",
|
|
1166
|
+
value: function removeEndObjectTypes(id, requestBody, opts, callback) {
|
|
1167
|
+
opts = opts || {};
|
|
1168
|
+
var postBody = requestBody;
|
|
1169
|
+
// verify the required parameter 'id' is set
|
|
1170
|
+
if (id === undefined || id === null) {
|
|
1171
|
+
throw new Error("Missing the required parameter 'id' when calling removeEndObjectTypes");
|
|
1172
|
+
}
|
|
1173
|
+
// verify the required parameter 'requestBody' is set
|
|
1174
|
+
if (requestBody === undefined || requestBody === null) {
|
|
1175
|
+
throw new Error("Missing the required parameter 'requestBody' when calling removeEndObjectTypes");
|
|
1176
|
+
}
|
|
1177
|
+
var pathParams = {
|
|
1178
|
+
'id': id
|
|
1179
|
+
};
|
|
1180
|
+
var queryParams = {
|
|
1181
|
+
'cacheduration': opts['cacheduration'],
|
|
1182
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1183
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1184
|
+
'cachescope': opts['cachescope'],
|
|
1185
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1186
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1187
|
+
};
|
|
1188
|
+
var headerParams = {
|
|
1189
|
+
'Authorization': opts['authorization'],
|
|
1190
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1191
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1192
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1193
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1194
|
+
'transactionid': opts['transactionid']
|
|
1195
|
+
};
|
|
1196
|
+
var formParams = {};
|
|
1197
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1198
|
+
var contentTypes = ['application/json'];
|
|
1199
|
+
var accepts = [];
|
|
1200
|
+
var returnType = null;
|
|
1201
|
+
return this.apiClient.callApi('/relationshiptype/{id}/endobjecttypes', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* Callback function to receive the result of the removeStartObjectTypes operation.
|
|
1206
|
+
* @callback module:api/GraphObjectTypesApi~removeStartObjectTypesCallback
|
|
1207
|
+
* @param {String} error Error message, if any.
|
|
1208
|
+
* @param data This operation does not return a value.
|
|
1209
|
+
* @param {String} response The complete HTTP response.
|
|
1210
|
+
*/
|
|
1211
|
+
|
|
1212
|
+
/**
|
|
1213
|
+
* Remove Start Object Types
|
|
1214
|
+
* Removes start object types from the relationship type
|
|
1215
|
+
* @param {Number} id
|
|
1216
|
+
* @param {Array.<Number>} requestBody
|
|
1217
|
+
* @param {Object} opts Optional parameters
|
|
1218
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1219
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1220
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1221
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1222
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1223
|
+
* @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)
|
|
1224
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1225
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1226
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1227
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1228
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1229
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1230
|
+
* @param {module:api/GraphObjectTypesApi~removeStartObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1231
|
+
*/
|
|
1232
|
+
}, {
|
|
1233
|
+
key: "removeStartObjectTypes",
|
|
1234
|
+
value: function removeStartObjectTypes(id, requestBody, opts, callback) {
|
|
1235
|
+
opts = opts || {};
|
|
1236
|
+
var postBody = requestBody;
|
|
1237
|
+
// verify the required parameter 'id' is set
|
|
1238
|
+
if (id === undefined || id === null) {
|
|
1239
|
+
throw new Error("Missing the required parameter 'id' when calling removeStartObjectTypes");
|
|
1240
|
+
}
|
|
1241
|
+
// verify the required parameter 'requestBody' is set
|
|
1242
|
+
if (requestBody === undefined || requestBody === null) {
|
|
1243
|
+
throw new Error("Missing the required parameter 'requestBody' when calling removeStartObjectTypes");
|
|
1244
|
+
}
|
|
1245
|
+
var pathParams = {
|
|
1246
|
+
'id': id
|
|
1247
|
+
};
|
|
1248
|
+
var queryParams = {
|
|
1249
|
+
'cacheduration': opts['cacheduration'],
|
|
1250
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1251
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1252
|
+
'cachescope': opts['cachescope'],
|
|
1253
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1254
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1255
|
+
};
|
|
1256
|
+
var headerParams = {
|
|
1257
|
+
'Authorization': opts['authorization'],
|
|
1258
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1259
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1260
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1261
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1262
|
+
'transactionid': opts['transactionid']
|
|
1263
|
+
};
|
|
1264
|
+
var formParams = {};
|
|
1265
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1266
|
+
var contentTypes = ['application/json'];
|
|
1267
|
+
var accepts = [];
|
|
1268
|
+
var returnType = null;
|
|
1269
|
+
return this.apiClient.callApi('/relationshiptype/{id}/startobjecttypes', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1270
|
+
}
|
|
1271
|
+
|
|
715
1272
|
/**
|
|
716
1273
|
* Callback function to receive the result of the updateObjectType operation.
|
|
717
1274
|
* @callback module:api/GraphObjectTypesApi~updateObjectTypeCallback
|
|
@@ -734,6 +1291,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
734
1291
|
* @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)
|
|
735
1292
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
736
1293
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1294
|
+
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
737
1295
|
* @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
|
|
738
1296
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
739
1297
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -767,6 +1325,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
767
1325
|
var headerParams = {
|
|
768
1326
|
'Authorization': opts['authorization'],
|
|
769
1327
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1328
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
770
1329
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
771
1330
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
772
1331
|
'transactionid': opts['transactionid']
|