@gobodo/gobodo-api 0.1.96 → 0.1.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +582 -685
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +7 -3
- package/dist/api/ActionTypesApi.d.ts +2 -1
- package/dist/api/ActionTypesApi.js +6 -3
- package/dist/api/AdCampaignsApi.d.ts +30 -47
- package/dist/api/AdCampaignsApi.js +107 -145
- package/dist/api/AdManagementApi.d.ts +53 -41
- package/dist/api/AdManagementApi.js +186 -156
- package/dist/api/AdminDataManagementApi.d.ts +4 -3
- package/dist/api/AdminDataManagementApi.js +17 -15
- package/dist/api/AdsApi.d.ts +24 -43
- package/dist/api/AdsApi.js +80 -124
- package/dist/api/AttachmentsApi.d.ts +14 -58
- package/dist/api/AttachmentsApi.js +64 -166
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +12 -12
- package/dist/api/CategoriesApi.d.ts +17 -10
- package/dist/api/CategoriesApi.js +88 -65
- package/dist/api/CommentsApi.d.ts +11 -53
- package/dist/api/CommentsApi.js +64 -159
- package/dist/api/ContentManagementApi.d.ts +44 -16
- package/dist/api/ContentManagementApi.js +306 -222
- package/dist/api/ConversationsApi.d.ts +13 -29
- package/dist/api/ConversationsApi.js +87 -119
- package/dist/api/CurrencyApi.d.ts +8 -1
- package/dist/api/CurrencyApi.js +71 -50
- package/dist/api/DataSheetImportsApi.d.ts +23 -11
- package/dist/api/DataSheetImportsApi.js +167 -127
- package/dist/api/DefaultApi.d.ts +18 -13
- package/dist/api/DefaultApi.js +73 -58
- package/dist/api/DocumentPartTypesApi.d.ts +3 -1
- package/dist/api/DocumentPartTypesApi.js +23 -16
- package/dist/api/DocumentTypesApi.d.ts +3 -1
- package/dist/api/DocumentTypesApi.js +23 -16
- package/dist/api/DocumentsApi.d.ts +20 -32
- package/dist/api/DocumentsApi.js +131 -153
- package/dist/api/EmailsApi.d.ts +5 -1
- package/dist/api/EmailsApi.js +43 -30
- package/dist/api/EntryPartsApi.d.ts +21 -33
- package/dist/api/EntryPartsApi.js +132 -152
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +3 -3
- package/dist/api/FieldsApi.d.ts +4 -1
- package/dist/api/FieldsApi.js +33 -23
- package/dist/api/FilesApi.d.ts +5 -5
- package/dist/api/FilesApi.js +13 -12
- package/dist/api/FormsApi.d.ts +52 -34
- package/dist/api/FormsApi.js +233 -182
- package/dist/api/FunctionsApi.d.ts +21 -27
- package/dist/api/FunctionsApi.js +196 -203
- package/dist/api/GeocodeApi.d.ts +30 -70
- package/dist/api/GeocodeApi.js +72 -176
- package/dist/api/GobodoManagementApi.d.ts +6 -1
- package/dist/api/GobodoManagementApi.js +53 -37
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +3 -3
- package/dist/api/GraphActionTypesApi.d.ts +68 -78
- package/dist/api/GraphActionTypesApi.js +190 -218
- package/dist/api/GraphActionsApi.d.ts +16 -220
- package/dist/api/GraphActionsApi.js +50 -537
- package/dist/api/GraphObjectTypesApi.d.ts +38 -148
- package/dist/api/GraphObjectTypesApi.js +140 -392
- package/dist/api/GraphObjectsApi.d.ts +131 -1177
- package/dist/api/GraphObjectsApi.js +525 -3035
- package/dist/api/GraphRelationshipTypesApi.d.ts +51 -371
- package/dist/api/GraphRelationshipTypesApi.js +181 -934
- package/dist/api/GraphRelationshipsApi.d.ts +43 -675
- package/dist/api/GraphRelationshipsApi.js +132 -1603
- package/dist/api/GraphSchemasApi.d.ts +9 -229
- package/dist/api/GraphSchemasApi.js +86 -610
- package/dist/api/GraphTraversalApi.d.ts +12 -5
- package/dist/api/GraphTraversalApi.js +80 -58
- package/dist/api/GraphsApi.d.ts +102 -87
- package/dist/api/GraphsApi.js +277 -236
- package/dist/api/IAMApi.d.ts +21 -17
- package/dist/api/IAMApi.js +69 -57
- package/dist/api/ImagesApi.d.ts +17 -88
- package/dist/api/ImagesApi.js +73 -240
- package/dist/api/InvitesApi.d.ts +6 -1
- package/dist/api/InvitesApi.js +53 -37
- package/dist/api/LikesApi.d.ts +42 -29
- package/dist/api/LikesApi.js +179 -143
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +3 -3
- package/dist/api/LiveMeetingsApi.d.ts +5 -3
- package/dist/api/LiveMeetingsApi.js +27 -22
- package/dist/api/MeetingEventsApi.d.ts +20 -131
- package/dist/api/MeetingEventsApi.js +175 -431
- package/dist/api/NotificationsApi.d.ts +15 -1
- package/dist/api/NotificationsApi.js +137 -97
- package/dist/api/PagesApi.d.ts +15 -31
- package/dist/api/PagesApi.js +94 -126
- package/dist/api/PasswordResetApi.d.ts +78 -0
- package/dist/api/PasswordResetApi.js +189 -0
- package/dist/api/PhoneNumbersApi.d.ts +6 -1
- package/dist/api/PhoneNumbersApi.js +53 -37
- package/dist/api/PostsApi.d.ts +9 -29
- package/dist/api/PostsApi.js +47 -91
- package/dist/api/PrivateMessagesApi.d.ts +24 -33
- package/dist/api/PrivateMessagesApi.js +160 -171
- package/dist/api/PublicationsApi.d.ts +10 -25
- package/dist/api/PublicationsApi.js +83 -116
- package/dist/api/RestApplicationsApi.d.ts +6 -1
- package/dist/api/RestApplicationsApi.js +51 -36
- package/dist/api/ScreensApi.d.ts +4 -1
- package/dist/api/ScreensApi.js +33 -23
- package/dist/api/SitesApi.d.ts +11 -1
- package/dist/api/SitesApi.js +99 -70
- package/dist/api/SocialGroupsApi.d.ts +25 -6
- package/dist/api/SocialGroupsApi.js +193 -139
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +6 -6
- package/dist/api/StripeAccountsApi.d.ts +42 -3
- package/dist/api/StripeAccountsApi.js +397 -281
- package/dist/api/TagsApi.d.ts +2 -1
- package/dist/api/TagsApi.js +6 -3
- package/dist/api/TemplatesApi.d.ts +4 -1
- package/dist/api/TemplatesApi.js +33 -23
- package/dist/api/ThemeMappingsApi.d.ts +8 -5
- package/dist/api/ThemeMappingsApi.js +39 -29
- package/dist/api/TopicsApi.d.ts +9 -1
- package/dist/api/TopicsApi.js +83 -58
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +5 -5
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +3 -3
- package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
- package/dist/api/UserManagerAdministrationApi.js +234 -0
- package/dist/api/UserTagsApi.d.ts +33 -75
- package/dist/api/UserTagsApi.js +111 -209
- package/dist/api/UsersApi.d.ts +12 -1
- package/dist/api/UsersApi.js +111 -78
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +3 -3
- package/dist/api/VideosApi.d.ts +17 -57
- package/dist/api/VideosApi.js +102 -192
- package/dist/api/WalletsApi.d.ts +18 -1
- package/dist/api/WalletsApi.js +167 -118
- package/dist/index.d.ts +33 -17
- package/dist/index.js +204 -92
- package/dist/model/APIClient.d.ts +2 -2
- package/dist/model/APIClient.js +10 -10
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/Address.d.ts +33 -0
- package/dist/model/Address.js +137 -0
- package/dist/model/AddressResponse.d.ts +46 -0
- package/dist/model/AddressResponse.js +168 -0
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/Article.d.ts +9 -9
- package/dist/model/Article.js +66 -66
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +4 -4
- package/dist/model/Balance.js +45 -45
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/Base64ImageUpload.d.ts +4 -2
- package/dist/model/Base64ImageUpload.js +31 -10
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/CacheInvalidation.d.ts +46 -0
- package/dist/model/CacheInvalidation.js +137 -0
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +5 -5
- package/dist/model/Comment.js +29 -29
- package/dist/model/ConsoleProjectInput.d.ts +1 -1
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +1 -1
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +1 -1
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +1 -1
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +1 -1
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.d.ts +1 -1
- package/dist/model/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +1 -1
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +1 -1
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +1 -1
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +1 -1
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +7 -7
- package/dist/model/DataSheetImport.js +63 -63
- package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +10 -10
- package/dist/model/DataSheetImportSummary.d.ts +2 -2
- package/dist/model/DataSheetImportSummary.js +14 -14
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +10 -10
- package/dist/model/Document.js +70 -70
- package/dist/model/DocumentPart.d.ts +6 -6
- package/dist/model/DocumentPart.js +47 -47
- package/dist/model/DocumentPartType.d.ts +4 -4
- package/dist/model/DocumentPartType.js +30 -30
- package/dist/model/DocumentType.d.ts +7 -7
- package/dist/model/DocumentType.js +46 -46
- package/dist/model/DomainMappingInput.d.ts +40 -0
- package/dist/model/DomainMappingInput.js +122 -0
- package/dist/model/DomainMappingResponse.d.ts +40 -0
- package/dist/model/DomainMappingResponse.js +122 -0
- package/dist/model/EmailAddress.d.ts +1 -1
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +1 -1
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +3 -3
- package/dist/model/Fields.js +16 -16
- package/dist/model/File.d.ts +4 -4
- package/dist/model/File.js +27 -27
- package/dist/model/FileAttachmentUploadObject.d.ts +4 -4
- package/dist/model/FileAttachmentUploadObject.js +27 -27
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +1 -1
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.d.ts +2 -2
- package/dist/model/Form.js +15 -15
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +2 -2
- package/dist/model/FormSubmission.js +13 -13
- package/dist/model/FunctionConfigInput.d.ts +1 -1
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +1 -1
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.d.ts +1 -1
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +6 -6
- package/dist/model/GeocodeResponse.d.ts +42 -0
- package/dist/model/GeocodeResponse.js +140 -0
- package/dist/model/GeolocationInput.d.ts +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +1 -1
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +6 -6
- package/dist/model/Graph.js +37 -37
- package/dist/model/GraphAction.d.ts +2 -2
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +3 -1
- package/dist/model/GraphActionResponse.js +26 -2
- package/dist/model/GraphActionTypeInput.d.ts +55 -0
- package/dist/model/GraphActionTypeInput.js +316 -0
- package/dist/model/GraphActionTypeResponse.d.ts +69 -0
- package/dist/model/GraphActionTypeResponse.js +407 -0
- package/dist/model/GraphDatabaseService.d.ts +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.d.ts +1 -1
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphInput.d.ts +43 -0
- package/dist/model/GraphInput.js +152 -0
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
- package/dist/model/GraphObject.d.ts +2 -2
- package/dist/model/GraphObject.js +11 -11
- package/dist/model/GraphObjectPayload.d.ts +2 -3
- package/dist/model/GraphObjectPayload.js +10 -24
- package/dist/model/GraphObjectResponse.d.ts +11 -3
- package/dist/model/GraphObjectResponse.js +74 -6
- package/dist/model/GraphObjectSchema.d.ts +4 -4
- package/dist/model/GraphObjectSchema.js +31 -31
- package/dist/model/GraphObjectType.d.ts +2 -2
- package/dist/model/GraphObjectType.js +11 -11
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
- package/dist/model/GraphObjectTypeResponse.js +59 -28
- package/dist/model/GraphObjectTypeSchema.d.ts +2 -2
- package/dist/model/GraphObjectTypeSchema.js +11 -11
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +2 -2
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.d.ts +3 -3
- package/dist/model/GraphRelationshipPayload.js +22 -24
- package/dist/model/GraphRelationshipResponse.d.ts +55 -0
- package/dist/model/GraphRelationshipResponse.js +229 -0
- package/dist/model/GraphRelationshipType.d.ts +6 -6
- package/dist/model/GraphRelationshipType.js +40 -40
- package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
- package/dist/model/GraphRelationshipTypeInput.js +367 -0
- package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
- package/dist/model/GraphRelationshipTypeResponse.js +38 -2
- package/dist/model/GraphResponse.d.ts +54 -0
- package/dist/model/GraphResponse.js +196 -0
- package/dist/model/GraphSchema.d.ts +7 -7
- package/dist/model/GraphSchema.js +46 -46
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +7 -1
- package/dist/model/GraphTraversalInput.js +74 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/InputPart.d.ts +4 -2
- package/dist/model/InputPart.js +37 -18
- package/dist/model/InputPartHeaders.d.ts +29 -0
- package/dist/model/InputPartHeaders.js +87 -0
- package/dist/model/InputPartMediaType.d.ts +1 -1
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/JsonArray.d.ts +34 -0
- package/dist/model/JsonArray.js +95 -0
- package/dist/model/JsonObject.d.ts +41 -0
- package/dist/model/JsonObject.js +143 -0
- package/dist/model/JsonValue.d.ts +40 -0
- package/dist/model/JsonValue.js +132 -0
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +3 -3
- package/dist/model/Link.js +19 -19
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MediaType.d.ts +33 -0
- package/dist/model/MediaType.js +127 -0
- package/dist/model/MeetingEvent.d.ts +7 -7
- package/dist/model/MeetingEvent.js +50 -50
- package/dist/model/MeetingEventInput.d.ts +1 -1
- package/dist/model/MeetingEventInput.js +2 -2
- package/dist/model/MeetingEventResponse.d.ts +1 -1
- package/dist/model/MeetingEventResponse.js +2 -2
- package/dist/model/MeetingEventTimezone.d.ts +1 -1
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingEventTypeInput.d.ts +1 -1
- package/dist/model/MeetingEventTypeInput.js +2 -2
- package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
- package/dist/model/MeetingEventTypeResponse.js +2 -2
- package/dist/model/MeetingInfo.d.ts +2 -2
- package/dist/model/MeetingInfo.js +15 -15
- package/dist/model/Member.d.ts +3 -3
- package/dist/model/Member.js +20 -20
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MemberManagerConfigInput.d.ts +39 -0
- package/dist/model/MemberManagerConfigInput.js +124 -0
- package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
- package/dist/model/MemberManagerConfigResponse.js +134 -0
- package/dist/model/MemberManagerInput.d.ts +41 -0
- package/dist/model/MemberManagerInput.js +134 -0
- package/dist/model/MemberManagerResponse.d.ts +41 -0
- package/dist/model/MemberManagerResponse.js +134 -0
- package/dist/model/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +29 -0
- package/dist/model/MultivaluedMapStringString.js +87 -0
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +2 -2
- package/dist/model/Objecttype.js +11 -11
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +3 -3
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.d.ts +3 -3
- package/dist/model/PageSchema.js +17 -17
- package/dist/model/Pageable.d.ts +3 -3
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
- package/dist/model/PasswordResetInitiateRequest.js +112 -0
- package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
- package/dist/model/PasswordResetInitiateResponse.js +156 -0
- package/dist/model/PasswordResetRequest.d.ts +42 -0
- package/dist/model/PasswordResetRequest.js +136 -0
- package/dist/model/PasswordResetResponse.d.ts +46 -0
- package/dist/model/PasswordResetResponse.js +162 -0
- package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
- package/dist/model/PasswordResetValidationResponse.js +162 -0
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +9 -9
- package/dist/model/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +2 -2
- package/dist/model/PaymentMethod.js +9 -9
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +1 -1
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +1 -1
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.d.ts +2 -2
- package/dist/model/Payout.js +15 -15
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +3 -3
- package/dist/model/PhoneNumber.js +20 -20
- package/dist/model/Post.d.ts +3 -3
- package/dist/model/Post.js +17 -17
- package/dist/model/PrivateMessage.d.ts +4 -4
- package/dist/model/PrivateMessage.js +28 -28
- package/dist/model/PrivateMessageConversation.d.ts +4 -4
- package/dist/model/PrivateMessageConversation.js +41 -41
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +2 -2
- package/dist/model/Profile.js +14 -14
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.d.ts +1 -1
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PublicationInput.d.ts +1 -1
- package/dist/model/PublicationInput.js +2 -2
- package/dist/model/PublicationResponse.d.ts +1 -1
- package/dist/model/PublicationResponse.js +2 -2
- package/dist/model/PurchaseInput.d.ts +1 -1
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +1 -1
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponse.d.ts +41 -0
- package/dist/model/PurgeDataDefaultResponse.js +143 -0
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +2 -2
- package/dist/model/RelationshipMapping.js +18 -18
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +4 -4
- package/dist/model/ScreenSchema.js +29 -29
- package/dist/model/SimulcastInfo.d.ts +1 -1
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.d.ts +1 -1
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +1 -1
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +1 -1
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +1 -1
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +3 -3
- package/dist/model/SkinField.js +16 -16
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +2 -2
- package/dist/model/SocialGroup.js +14 -14
- package/dist/model/SocialGroupInput.d.ts +1 -1
- package/dist/model/SocialGroupInput.js +2 -2
- package/dist/model/SocialGroupResponse.d.ts +1 -1
- package/dist/model/SocialGroupResponse.js +2 -2
- package/dist/model/SocialGroupType.d.ts +1 -1
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/SocialGroupTypeInput.d.ts +1 -1
- package/dist/model/SocialGroupTypeInput.js +2 -2
- package/dist/model/Sort.d.ts +2 -2
- package/dist/model/Sort.js +9 -9
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +2 -2
- package/dist/model/StatusUpdate.js +10 -10
- package/dist/model/StreetAddress.d.ts +1 -1
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +2 -2
- package/dist/model/StripeAccount.js +10 -10
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +2 -2
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Timezone.d.ts +1 -1
- package/dist/model/Timezone.js +2 -2
- package/dist/model/Timezone1.d.ts +1 -1
- package/dist/model/Timezone1.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +1 -1
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +1 -1
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +2 -2
- package/dist/model/Transfer.js +12 -12
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +10 -10
- package/dist/model/User.d.ts +3 -3
- package/dist/model/User.js +20 -20
- package/dist/model/UserDataPayload.d.ts +3 -3
- package/dist/model/UserDataPayload.js +20 -20
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +2 -2
- package/dist/model/UserInvite.js +14 -14
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +3 -3
- package/dist/model/UserSchema.js +20 -20
- package/dist/model/UserTag.d.ts +2 -2
- package/dist/model/UserTag.js +10 -10
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/UsernameReminderRequest.d.ts +38 -0
- package/dist/model/UsernameReminderRequest.js +112 -0
- package/dist/model/UsernameReminderResponse.d.ts +46 -0
- package/dist/model/UsernameReminderResponse.js +156 -0
- package/dist/model/Video.d.ts +9 -9
- package/dist/model/Video.js +64 -64
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +9 -9
- package/dist/model/VideoSchema.js +64 -64
- package/dist/model/VideoUploadObject.d.ts +9 -9
- package/dist/model/VideoUploadObject.js +64 -64
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +3 -3
|
@@ -5,12 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _CacheInvalidation = _interopRequireDefault(require("../model/CacheInvalidation"));
|
|
8
9
|
var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
|
|
9
|
-
var _GraphObjectTypeResponse = _interopRequireDefault(require("../model/GraphObjectTypeResponse"));
|
|
10
|
-
var _GraphSchema = _interopRequireDefault(require("../model/GraphSchema"));
|
|
11
10
|
var _GraphSchemaInput = _interopRequireDefault(require("../model/GraphSchemaInput"));
|
|
12
11
|
var _GraphSchemaResponse = _interopRequireDefault(require("../model/GraphSchemaResponse"));
|
|
13
|
-
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
14
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
15
13
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
16
14
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
@@ -21,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
19
|
* gobodo-api
|
|
22
20
|
* REST Interface for Gobodo API
|
|
23
21
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.99
|
|
25
23
|
* Contact: info@gobodo.io
|
|
26
24
|
*
|
|
27
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
30
|
/**
|
|
33
31
|
* GraphSchemas service.
|
|
34
32
|
* @module api/GraphSchemasApi
|
|
35
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.99
|
|
36
34
|
*/
|
|
37
35
|
var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
36
|
/**
|
|
@@ -48,17 +46,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
48
46
|
}
|
|
49
47
|
|
|
50
48
|
/**
|
|
51
|
-
* Callback function to receive the result of the
|
|
52
|
-
* @callback module:api/GraphSchemasApi~
|
|
49
|
+
* Callback function to receive the result of the createSchema operation.
|
|
50
|
+
* @callback module:api/GraphSchemasApi~createSchemaCallback
|
|
53
51
|
* @param {String} error Error message, if any.
|
|
54
|
-
* @param {module:model/
|
|
52
|
+
* @param {module:model/GraphSchemaResponse} data The data returned by the service call.
|
|
55
53
|
* @param {String} response The complete HTTP response.
|
|
56
54
|
*/
|
|
57
55
|
|
|
58
56
|
/**
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
* @param {Array.<Number>} requestBody Array of schema ids
|
|
57
|
+
* Create Schema
|
|
58
|
+
* Create a new Schema
|
|
62
59
|
* @param {Object} opts Optional parameters
|
|
63
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
61
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
@@ -66,90 +63,31 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
63
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
67
64
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
68
65
|
* @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)
|
|
66
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
69
67
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
70
68
|
* @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
|
|
71
69
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
72
70
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
73
|
-
* @param {module:
|
|
74
|
-
*
|
|
71
|
+
* @param {module:model/GraphSchemaInput} [graphSchemaInput]
|
|
72
|
+
* @param {module:api/GraphSchemasApi~createSchemaCallback} callback The callback function, accepting three arguments: error, data, response
|
|
73
|
+
* data is of type: {@link module:model/GraphSchemaResponse}
|
|
75
74
|
*/
|
|
76
75
|
return _createClass(GraphSchemasApi, [{
|
|
77
|
-
key: "addSchemas",
|
|
78
|
-
value: function addSchemas(id, requestBody, opts, callback) {
|
|
79
|
-
opts = opts || {};
|
|
80
|
-
var postBody = requestBody;
|
|
81
|
-
// verify the required parameter 'id' is set
|
|
82
|
-
if (id === undefined || id === null) {
|
|
83
|
-
throw new Error("Missing the required parameter 'id' when calling addSchemas");
|
|
84
|
-
}
|
|
85
|
-
// verify the required parameter 'requestBody' is set
|
|
86
|
-
if (requestBody === undefined || requestBody === null) {
|
|
87
|
-
throw new Error("Missing the required parameter 'requestBody' when calling addSchemas");
|
|
88
|
-
}
|
|
89
|
-
var pathParams = {
|
|
90
|
-
'id': id
|
|
91
|
-
};
|
|
92
|
-
var queryParams = {};
|
|
93
|
-
var headerParams = {
|
|
94
|
-
'Authorization': opts['authorization'],
|
|
95
|
-
'cacheduration': opts['cacheduration'],
|
|
96
|
-
'cachegroup': opts['cachegroup'],
|
|
97
|
-
'cachekey': opts['cachekey'],
|
|
98
|
-
'cachescope': opts['cachescope'],
|
|
99
|
-
'cacheuser': opts['cacheuser'],
|
|
100
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
101
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
102
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
103
|
-
'transactionid': opts['transactionid']
|
|
104
|
-
};
|
|
105
|
-
var formParams = {};
|
|
106
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
107
|
-
var contentTypes = ['application/json'];
|
|
108
|
-
var accepts = ['application/json'];
|
|
109
|
-
var returnType = _GraphSchema["default"];
|
|
110
|
-
return this.apiClient.callApi('/graph/data/graph/{id}/schemas', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* Callback function to receive the result of the createSchema operation.
|
|
115
|
-
* @callback module:api/GraphSchemasApi~createSchemaCallback
|
|
116
|
-
* @param {String} error Error message, if any.
|
|
117
|
-
* @param {module:model/GraphSchemaResponse} data The data returned by the service call.
|
|
118
|
-
* @param {String} response The complete HTTP response.
|
|
119
|
-
*/
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Create Schema
|
|
123
|
-
* Create a new Schema
|
|
124
|
-
* @param {Object} opts Optional parameters
|
|
125
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
126
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
127
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
128
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
129
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
130
|
-
* @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)
|
|
131
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
132
|
-
* @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
|
|
133
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
134
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
135
|
-
* @param {module:model/GraphSchemaInput} [graphSchemaInput]
|
|
136
|
-
* @param {module:api/GraphSchemasApi~createSchemaCallback} callback The callback function, accepting three arguments: error, data, response
|
|
137
|
-
* data is of type: {@link module:model/GraphSchemaResponse}
|
|
138
|
-
*/
|
|
139
|
-
}, {
|
|
140
76
|
key: "createSchema",
|
|
141
77
|
value: function createSchema(opts, callback) {
|
|
142
78
|
opts = opts || {};
|
|
143
79
|
var postBody = opts['graphSchemaInput'];
|
|
144
80
|
var pathParams = {};
|
|
145
|
-
var queryParams = {
|
|
146
|
-
var headerParams = {
|
|
147
|
-
'Authorization': opts['authorization'],
|
|
81
|
+
var queryParams = {
|
|
148
82
|
'cacheduration': opts['cacheduration'],
|
|
149
|
-
'cachegroup': opts['cachegroup'],
|
|
150
|
-
'cachekey': opts['cachekey'],
|
|
83
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
84
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
151
85
|
'cachescope': opts['cachescope'],
|
|
152
|
-
'cacheuser': opts['cacheuser'],
|
|
86
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
87
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
88
|
+
};
|
|
89
|
+
var headerParams = {
|
|
90
|
+
'Authorization': opts['authorization'],
|
|
153
91
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
154
92
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
155
93
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -158,9 +96,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
96
|
var formParams = {};
|
|
159
97
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
160
98
|
var contentTypes = [];
|
|
161
|
-
var accepts = ['
|
|
99
|
+
var accepts = ['application/json'];
|
|
162
100
|
var returnType = _GraphSchemaResponse["default"];
|
|
163
|
-
return this.apiClient.callApi('/
|
|
101
|
+
return this.apiClient.callApi('/schema', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
164
102
|
}
|
|
165
103
|
|
|
166
104
|
/**
|
|
@@ -181,6 +119,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
181
119
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
182
120
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
183
121
|
* @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)
|
|
122
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
184
123
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
185
124
|
* @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
|
|
186
125
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -197,16 +136,17 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
136
|
var postBody = null;
|
|
198
137
|
var pathParams = {};
|
|
199
138
|
var queryParams = {
|
|
139
|
+
'cacheduration': opts['cacheduration'],
|
|
140
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
141
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
142
|
+
'cachescope': opts['cachescope'],
|
|
143
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
144
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi'),
|
|
200
145
|
'startindex': opts['startindex'],
|
|
201
146
|
'count': opts['count']
|
|
202
147
|
};
|
|
203
148
|
var headerParams = {
|
|
204
149
|
'Authorization': opts['authorization'],
|
|
205
|
-
'cacheduration': opts['cacheduration'],
|
|
206
|
-
'cachegroup': opts['cachegroup'],
|
|
207
|
-
'cachekey': opts['cachekey'],
|
|
208
|
-
'cachescope': opts['cachescope'],
|
|
209
|
-
'cacheuser': opts['cacheuser'],
|
|
210
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
211
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
212
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -215,9 +155,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
155
|
var formParams = {};
|
|
216
156
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
217
157
|
var contentTypes = [];
|
|
218
|
-
var accepts = ['
|
|
158
|
+
var accepts = ['application/json'];
|
|
219
159
|
var returnType = [_GraphSchemaResponse["default"]];
|
|
220
|
-
return this.apiClient.callApi('/
|
|
160
|
+
return this.apiClient.callApi('/schema', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
221
161
|
}
|
|
222
162
|
|
|
223
163
|
/**
|
|
@@ -239,6 +179,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
179
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
240
180
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
241
181
|
* @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)
|
|
182
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
242
183
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
243
184
|
* @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
|
|
244
185
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -258,14 +199,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
258
199
|
var pathParams = {
|
|
259
200
|
'id': id
|
|
260
201
|
};
|
|
261
|
-
var queryParams = {
|
|
262
|
-
var headerParams = {
|
|
263
|
-
'Authorization': opts['authorization'],
|
|
202
|
+
var queryParams = {
|
|
264
203
|
'cacheduration': opts['cacheduration'],
|
|
265
|
-
'cachegroup': opts['cachegroup'],
|
|
266
|
-
'cachekey': opts['cachekey'],
|
|
204
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
205
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
267
206
|
'cachescope': opts['cachescope'],
|
|
268
|
-
'cacheuser': opts['cacheuser'],
|
|
207
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
208
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
209
|
+
};
|
|
210
|
+
var headerParams = {
|
|
211
|
+
'Authorization': opts['authorization'],
|
|
269
212
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
270
213
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
271
214
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -276,7 +219,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
276
219
|
var contentTypes = [];
|
|
277
220
|
var accepts = ['application/json'];
|
|
278
221
|
var returnType = _GraphSchemaResponse["default"];
|
|
279
|
-
return this.apiClient.callApi('/
|
|
222
|
+
return this.apiClient.callApi('/schema/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
280
223
|
}
|
|
281
224
|
|
|
282
225
|
/**
|
|
@@ -298,6 +241,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
241
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
299
242
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
300
243
|
* @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)
|
|
244
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
301
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
|
|
302
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
|
|
303
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
|
|
@@ -317,14 +261,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
317
261
|
var pathParams = {
|
|
318
262
|
'key': key
|
|
319
263
|
};
|
|
320
|
-
var queryParams = {
|
|
321
|
-
var headerParams = {
|
|
322
|
-
'Authorization': opts['authorization'],
|
|
264
|
+
var queryParams = {
|
|
323
265
|
'cacheduration': opts['cacheduration'],
|
|
324
|
-
'cachegroup': opts['cachegroup'],
|
|
325
|
-
'cachekey': opts['cachekey'],
|
|
266
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
267
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
326
268
|
'cachescope': opts['cachescope'],
|
|
327
|
-
'cacheuser': opts['cacheuser'],
|
|
269
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
270
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
271
|
+
};
|
|
272
|
+
var headerParams = {
|
|
273
|
+
'Authorization': opts['authorization'],
|
|
328
274
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
329
275
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
330
276
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -333,9 +279,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
333
279
|
var formParams = {};
|
|
334
280
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
335
281
|
var contentTypes = [];
|
|
336
|
-
var accepts = ['
|
|
282
|
+
var accepts = ['application/json'];
|
|
337
283
|
var returnType = _GraphSchemaResponse["default"];
|
|
338
|
-
return this.apiClient.callApi('/
|
|
284
|
+
return this.apiClient.callApi('/schema/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
339
285
|
}
|
|
340
286
|
|
|
341
287
|
/**
|
|
@@ -356,6 +302,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
356
302
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
357
303
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
358
304
|
* @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)
|
|
305
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
359
306
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
360
307
|
* @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
|
|
361
308
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -379,14 +326,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
379
326
|
'id': id,
|
|
380
327
|
'functionName': functionName
|
|
381
328
|
};
|
|
382
|
-
var queryParams = {
|
|
383
|
-
var headerParams = {
|
|
384
|
-
'Authorization': opts['authorization'],
|
|
329
|
+
var queryParams = {
|
|
385
330
|
'cacheduration': opts['cacheduration'],
|
|
386
|
-
'cachegroup': opts['cachegroup'],
|
|
387
|
-
'cachekey': opts['cachekey'],
|
|
331
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
332
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
388
333
|
'cachescope': opts['cachescope'],
|
|
389
|
-
'cacheuser': opts['cacheuser'],
|
|
334
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
335
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
336
|
+
};
|
|
337
|
+
var headerParams = {
|
|
338
|
+
'Authorization': opts['authorization'],
|
|
390
339
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
391
340
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
392
341
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -397,7 +346,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
397
346
|
var contentTypes = [];
|
|
398
347
|
var accepts = ['application/json'];
|
|
399
348
|
var returnType = null;
|
|
400
|
-
return this.apiClient.callApi('/
|
|
349
|
+
return this.apiClient.callApi('/functions/schema/{id}/functions/{functionName}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
401
350
|
}
|
|
402
351
|
|
|
403
352
|
/**
|
|
@@ -417,6 +366,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
417
366
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
418
367
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
419
368
|
* @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
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
420
370
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
421
371
|
* @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
|
|
422
372
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -435,190 +385,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
435
385
|
var pathParams = {
|
|
436
386
|
'id': id
|
|
437
387
|
};
|
|
438
|
-
var queryParams = {
|
|
439
|
-
var headerParams = {
|
|
440
|
-
'Authorization': opts['authorization'],
|
|
441
|
-
'cacheduration': opts['cacheduration'],
|
|
442
|
-
'cachegroup': opts['cachegroup'],
|
|
443
|
-
'cachekey': opts['cachekey'],
|
|
444
|
-
'cachescope': opts['cachescope'],
|
|
445
|
-
'cacheuser': opts['cacheuser'],
|
|
446
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
447
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
448
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
449
|
-
'transactionid': opts['transactionid']
|
|
450
|
-
};
|
|
451
|
-
var formParams = {};
|
|
452
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
453
|
-
var contentTypes = [];
|
|
454
|
-
var accepts = ['application/json'];
|
|
455
|
-
var returnType = null;
|
|
456
|
-
return this.apiClient.callApi('/graph/data/functions/schema/{id}/functions', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* Callback function to receive the result of the getSchemaObjectTypes operation.
|
|
461
|
-
* @callback module:api/GraphSchemasApi~getSchemaObjectTypesCallback
|
|
462
|
-
* @param {String} error Error message, if any.
|
|
463
|
-
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
464
|
-
* @param {String} response The complete HTTP response.
|
|
465
|
-
*/
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* Get Object Types
|
|
469
|
-
* Get the Object Types for a Schema
|
|
470
|
-
* @param {Number} id
|
|
471
|
-
* @param {Object} opts Optional parameters
|
|
472
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
473
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
474
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
475
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
476
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
477
|
-
* @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)
|
|
478
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
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/GraphSchemasApi~getSchemaObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
483
|
-
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
484
|
-
*/
|
|
485
|
-
}, {
|
|
486
|
-
key: "getSchemaObjectTypes",
|
|
487
|
-
value: function getSchemaObjectTypes(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 getSchemaObjectTypes");
|
|
493
|
-
}
|
|
494
|
-
var pathParams = {
|
|
495
|
-
'id': id
|
|
496
|
-
};
|
|
497
|
-
var queryParams = {};
|
|
498
|
-
var headerParams = {
|
|
499
|
-
'Authorization': opts['authorization'],
|
|
500
|
-
'cacheduration': opts['cacheduration'],
|
|
501
|
-
'cachegroup': opts['cachegroup'],
|
|
502
|
-
'cachekey': opts['cachekey'],
|
|
503
|
-
'cachescope': opts['cachescope'],
|
|
504
|
-
'cacheuser': opts['cacheuser'],
|
|
505
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
506
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
507
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
508
|
-
'transactionid': opts['transactionid']
|
|
509
|
-
};
|
|
510
|
-
var formParams = {};
|
|
511
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
512
|
-
var contentTypes = [];
|
|
513
|
-
var accepts = ['application/json'];
|
|
514
|
-
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
515
|
-
return this.apiClient.callApi('/graph/data/schema/{id}/objecttypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
/**
|
|
519
|
-
* Callback function to receive the result of the getSchemaRelationshipTypes operation.
|
|
520
|
-
* @callback module:api/GraphSchemasApi~getSchemaRelationshipTypesCallback
|
|
521
|
-
* @param {String} error Error message, if any.
|
|
522
|
-
* @param {Array.<module:model/GraphObjectTypeResponse>} data The data returned by the service call.
|
|
523
|
-
* @param {String} response The complete HTTP response.
|
|
524
|
-
*/
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* Get Relationship Types
|
|
528
|
-
* Get the Object Types for a Schema
|
|
529
|
-
* @param {Number} id
|
|
530
|
-
* @param {Object} opts Optional parameters
|
|
531
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
532
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
533
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
534
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
535
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
536
|
-
* @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)
|
|
537
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
538
|
-
* @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
|
|
539
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
540
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
541
|
-
* @param {module:api/GraphSchemasApi~getSchemaRelationshipTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
542
|
-
* data is of type: {@link Array.<module:model/GraphObjectTypeResponse>}
|
|
543
|
-
*/
|
|
544
|
-
}, {
|
|
545
|
-
key: "getSchemaRelationshipTypes",
|
|
546
|
-
value: function getSchemaRelationshipTypes(id, opts, callback) {
|
|
547
|
-
opts = opts || {};
|
|
548
|
-
var postBody = null;
|
|
549
|
-
// verify the required parameter 'id' is set
|
|
550
|
-
if (id === undefined || id === null) {
|
|
551
|
-
throw new Error("Missing the required parameter 'id' when calling getSchemaRelationshipTypes");
|
|
552
|
-
}
|
|
553
|
-
var pathParams = {
|
|
554
|
-
'id': id
|
|
555
|
-
};
|
|
556
|
-
var queryParams = {};
|
|
557
|
-
var headerParams = {
|
|
558
|
-
'Authorization': opts['authorization'],
|
|
388
|
+
var queryParams = {
|
|
559
389
|
'cacheduration': opts['cacheduration'],
|
|
560
|
-
'cachegroup': opts['cachegroup'],
|
|
561
|
-
'cachekey': opts['cachekey'],
|
|
390
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
391
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
562
392
|
'cachescope': opts['cachescope'],
|
|
563
|
-
'cacheuser': opts['cacheuser'],
|
|
564
|
-
'
|
|
565
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
566
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
567
|
-
'transactionid': opts['transactionid']
|
|
393
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
394
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
568
395
|
};
|
|
569
|
-
var formParams = {};
|
|
570
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
571
|
-
var contentTypes = [];
|
|
572
|
-
var accepts = ['application/json'];
|
|
573
|
-
var returnType = [_GraphObjectTypeResponse["default"]];
|
|
574
|
-
return this.apiClient.callApi('/graph/data/schema/{id}/relationshiptypes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* Callback function to receive the result of the getSchemas operation.
|
|
579
|
-
* @callback module:api/GraphSchemasApi~getSchemasCallback
|
|
580
|
-
* @param {String} error Error message, if any.
|
|
581
|
-
* @param {Array.<module:model/GraphSchemaResponse>} data The data returned by the service call.
|
|
582
|
-
* @param {String} response The complete HTTP response.
|
|
583
|
-
*/
|
|
584
|
-
|
|
585
|
-
/**
|
|
586
|
-
* Get schemas in the graph
|
|
587
|
-
* @param {Number} id
|
|
588
|
-
* @param {Object} opts Optional parameters
|
|
589
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
590
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
591
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
592
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
593
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
594
|
-
* @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)
|
|
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} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
597
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
598
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
599
|
-
* @param {module:api/GraphSchemasApi~getSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
600
|
-
* data is of type: {@link Array.<module:model/GraphSchemaResponse>}
|
|
601
|
-
*/
|
|
602
|
-
}, {
|
|
603
|
-
key: "getSchemas",
|
|
604
|
-
value: function getSchemas(id, opts, callback) {
|
|
605
|
-
opts = opts || {};
|
|
606
|
-
var postBody = null;
|
|
607
|
-
// verify the required parameter 'id' is set
|
|
608
|
-
if (id === undefined || id === null) {
|
|
609
|
-
throw new Error("Missing the required parameter 'id' when calling getSchemas");
|
|
610
|
-
}
|
|
611
|
-
var pathParams = {
|
|
612
|
-
'id': id
|
|
613
|
-
};
|
|
614
|
-
var queryParams = {};
|
|
615
396
|
var headerParams = {
|
|
616
397
|
'Authorization': opts['authorization'],
|
|
617
|
-
'cacheduration': opts['cacheduration'],
|
|
618
|
-
'cachegroup': opts['cachegroup'],
|
|
619
|
-
'cachekey': opts['cachekey'],
|
|
620
|
-
'cachescope': opts['cachescope'],
|
|
621
|
-
'cacheuser': opts['cacheuser'],
|
|
622
398
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
623
399
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
624
400
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -628,70 +404,8 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
404
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
629
405
|
var contentTypes = [];
|
|
630
406
|
var accepts = ['application/json'];
|
|
631
|
-
var returnType = [_GraphSchemaResponse["default"]];
|
|
632
|
-
return this.apiClient.callApi('/graph/data/graph/{id}/schemas', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* Callback function to receive the result of the removeSchemas operation.
|
|
637
|
-
* @callback module:api/GraphSchemasApi~removeSchemasCallback
|
|
638
|
-
* @param {String} error Error message, if any.
|
|
639
|
-
* @param data This operation does not return a value.
|
|
640
|
-
* @param {String} response The complete HTTP response.
|
|
641
|
-
*/
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* Removes schemas to the graph
|
|
645
|
-
* @param {Number} id
|
|
646
|
-
* @param {Array.<Number>} requestBody Array of schema ids
|
|
647
|
-
* @param {Object} opts Optional parameters
|
|
648
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
649
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
650
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
651
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
652
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
653
|
-
* @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)
|
|
654
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
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/GraphSchemasApi~removeSchemasCallback} callback The callback function, accepting three arguments: error, data, response
|
|
659
|
-
*/
|
|
660
|
-
}, {
|
|
661
|
-
key: "removeSchemas",
|
|
662
|
-
value: function removeSchemas(id, requestBody, opts, callback) {
|
|
663
|
-
opts = opts || {};
|
|
664
|
-
var postBody = requestBody;
|
|
665
|
-
// verify the required parameter 'id' is set
|
|
666
|
-
if (id === undefined || id === null) {
|
|
667
|
-
throw new Error("Missing the required parameter 'id' when calling removeSchemas");
|
|
668
|
-
}
|
|
669
|
-
// verify the required parameter 'requestBody' is set
|
|
670
|
-
if (requestBody === undefined || requestBody === null) {
|
|
671
|
-
throw new Error("Missing the required parameter 'requestBody' when calling removeSchemas");
|
|
672
|
-
}
|
|
673
|
-
var pathParams = {
|
|
674
|
-
'id': id
|
|
675
|
-
};
|
|
676
|
-
var queryParams = {};
|
|
677
|
-
var headerParams = {
|
|
678
|
-
'Authorization': opts['authorization'],
|
|
679
|
-
'cacheduration': opts['cacheduration'],
|
|
680
|
-
'cachegroup': opts['cachegroup'],
|
|
681
|
-
'cachekey': opts['cachekey'],
|
|
682
|
-
'cachescope': opts['cachescope'],
|
|
683
|
-
'cacheuser': opts['cacheuser'],
|
|
684
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
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 = ['application/json'];
|
|
692
|
-
var accepts = ['application/json'];
|
|
693
407
|
var returnType = null;
|
|
694
|
-
return this.apiClient.callApi('/
|
|
408
|
+
return this.apiClient.callApi('/functions/schema/{id}/functions', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
695
409
|
}
|
|
696
410
|
|
|
697
411
|
/**
|
|
@@ -713,6 +427,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
713
427
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
714
428
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
715
429
|
* @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)
|
|
430
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
716
431
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
717
432
|
* @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
|
|
718
433
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -733,76 +448,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
733
448
|
var pathParams = {
|
|
734
449
|
'id': id
|
|
735
450
|
};
|
|
736
|
-
var queryParams = {
|
|
737
|
-
var headerParams = {
|
|
738
|
-
'Authorization': opts['authorization'],
|
|
451
|
+
var queryParams = {
|
|
739
452
|
'cacheduration': opts['cacheduration'],
|
|
740
|
-
'cachegroup': opts['cachegroup'],
|
|
741
|
-
'cachekey': opts['cachekey'],
|
|
453
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
454
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
742
455
|
'cachescope': opts['cachescope'],
|
|
743
|
-
'cacheuser': opts['cacheuser'],
|
|
744
|
-
'
|
|
745
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
746
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
747
|
-
'transactionid': opts['transactionid']
|
|
456
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
457
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
748
458
|
};
|
|
749
|
-
var formParams = {};
|
|
750
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
751
|
-
var contentTypes = [];
|
|
752
|
-
var accepts = ['*/*'];
|
|
753
|
-
var returnType = _GraphSchemaResponse["default"];
|
|
754
|
-
return this.apiClient.callApi('/graph/data/schema/{id}', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* Callback function to receive the result of the updateSchemaActionTypes operation.
|
|
759
|
-
* @callback module:api/GraphSchemasApi~updateSchemaActionTypesCallback
|
|
760
|
-
* @param {String} error Error message, if any.
|
|
761
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
762
|
-
* @param {String} response The complete HTTP response.
|
|
763
|
-
*/
|
|
764
|
-
|
|
765
|
-
/**
|
|
766
|
-
* @param {Number} id
|
|
767
|
-
* @param {Array.<Number>} requestBody
|
|
768
|
-
* @param {Object} opts Optional parameters
|
|
769
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
770
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
771
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
772
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
773
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
774
|
-
* @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)
|
|
775
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
776
|
-
* @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
|
|
777
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
778
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
779
|
-
* @param {module:api/GraphSchemasApi~updateSchemaActionTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
780
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
781
|
-
*/
|
|
782
|
-
}, {
|
|
783
|
-
key: "updateSchemaActionTypes",
|
|
784
|
-
value: function updateSchemaActionTypes(id, requestBody, opts, callback) {
|
|
785
|
-
opts = opts || {};
|
|
786
|
-
var postBody = requestBody;
|
|
787
|
-
// verify the required parameter 'id' is set
|
|
788
|
-
if (id === undefined || id === null) {
|
|
789
|
-
throw new Error("Missing the required parameter 'id' when calling updateSchemaActionTypes");
|
|
790
|
-
}
|
|
791
|
-
// verify the required parameter 'requestBody' is set
|
|
792
|
-
if (requestBody === undefined || requestBody === null) {
|
|
793
|
-
throw new Error("Missing the required parameter 'requestBody' when calling updateSchemaActionTypes");
|
|
794
|
-
}
|
|
795
|
-
var pathParams = {
|
|
796
|
-
'id': id
|
|
797
|
-
};
|
|
798
|
-
var queryParams = {};
|
|
799
459
|
var headerParams = {
|
|
800
460
|
'Authorization': opts['authorization'],
|
|
801
|
-
'cacheduration': opts['cacheduration'],
|
|
802
|
-
'cachegroup': opts['cachegroup'],
|
|
803
|
-
'cachekey': opts['cachekey'],
|
|
804
|
-
'cachescope': opts['cachescope'],
|
|
805
|
-
'cacheuser': opts['cacheuser'],
|
|
806
461
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
807
462
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
808
463
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -810,10 +465,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
810
465
|
};
|
|
811
466
|
var formParams = {};
|
|
812
467
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
813
|
-
var contentTypes = [
|
|
468
|
+
var contentTypes = [];
|
|
814
469
|
var accepts = ['application/json'];
|
|
815
|
-
var returnType =
|
|
816
|
-
return this.apiClient.callApi('/
|
|
470
|
+
var returnType = _GraphSchemaResponse["default"];
|
|
471
|
+
return this.apiClient.callApi('/schema/{id}', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
817
472
|
}
|
|
818
473
|
|
|
819
474
|
/**
|
|
@@ -834,6 +489,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
834
489
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
835
490
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
836
491
|
* @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)
|
|
492
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
837
493
|
* @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
494
|
* @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
|
|
839
495
|
* @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,196 +512,16 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
856
512
|
var pathParams = {
|
|
857
513
|
'id': id
|
|
858
514
|
};
|
|
859
|
-
var queryParams = {
|
|
860
|
-
var headerParams = {
|
|
861
|
-
'Authorization': opts['authorization'],
|
|
862
|
-
'cacheduration': opts['cacheduration'],
|
|
863
|
-
'cachegroup': opts['cachegroup'],
|
|
864
|
-
'cachekey': opts['cachekey'],
|
|
865
|
-
'cachescope': opts['cachescope'],
|
|
866
|
-
'cacheuser': opts['cacheuser'],
|
|
867
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
868
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
869
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
870
|
-
'transactionid': opts['transactionid']
|
|
871
|
-
};
|
|
872
|
-
var formParams = {};
|
|
873
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
874
|
-
var contentTypes = ['application/json'];
|
|
875
|
-
var accepts = ['application/json'];
|
|
876
|
-
var returnType = null;
|
|
877
|
-
return this.apiClient.callApi('/graph/data/functions/schema/{id}/functions', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
/**
|
|
881
|
-
* Callback function to receive the result of the updateSchemaObjectTypes operation.
|
|
882
|
-
* @callback module:api/GraphSchemasApi~updateSchemaObjectTypesCallback
|
|
883
|
-
* @param {String} error Error message, if any.
|
|
884
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
885
|
-
* @param {String} response The complete HTTP response.
|
|
886
|
-
*/
|
|
887
|
-
|
|
888
|
-
/**
|
|
889
|
-
* @param {Number} id
|
|
890
|
-
* @param {Array.<Number>} requestBody
|
|
891
|
-
* @param {Object} opts Optional parameters
|
|
892
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
893
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
894
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
895
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
896
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
897
|
-
* @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)
|
|
898
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
899
|
-
* @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
|
|
900
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
901
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
902
|
-
* @param {module:api/GraphSchemasApi~updateSchemaObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
903
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
904
|
-
*/
|
|
905
|
-
}, {
|
|
906
|
-
key: "updateSchemaObjectTypes",
|
|
907
|
-
value: function updateSchemaObjectTypes(id, requestBody, opts, callback) {
|
|
908
|
-
opts = opts || {};
|
|
909
|
-
var postBody = requestBody;
|
|
910
|
-
// verify the required parameter 'id' is set
|
|
911
|
-
if (id === undefined || id === null) {
|
|
912
|
-
throw new Error("Missing the required parameter 'id' when calling updateSchemaObjectTypes");
|
|
913
|
-
}
|
|
914
|
-
// verify the required parameter 'requestBody' is set
|
|
915
|
-
if (requestBody === undefined || requestBody === null) {
|
|
916
|
-
throw new Error("Missing the required parameter 'requestBody' when calling updateSchemaObjectTypes");
|
|
917
|
-
}
|
|
918
|
-
var pathParams = {
|
|
919
|
-
'id': id
|
|
920
|
-
};
|
|
921
|
-
var queryParams = {};
|
|
922
|
-
var headerParams = {
|
|
923
|
-
'Authorization': opts['authorization'],
|
|
924
|
-
'cacheduration': opts['cacheduration'],
|
|
925
|
-
'cachegroup': opts['cachegroup'],
|
|
926
|
-
'cachekey': opts['cachekey'],
|
|
927
|
-
'cachescope': opts['cachescope'],
|
|
928
|
-
'cacheuser': opts['cacheuser'],
|
|
929
|
-
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
930
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
931
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
932
|
-
'transactionid': opts['transactionid']
|
|
933
|
-
};
|
|
934
|
-
var formParams = {};
|
|
935
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
936
|
-
var contentTypes = ['application/json'];
|
|
937
|
-
var accepts = ['application/json'];
|
|
938
|
-
var returnType = _PurgeDataDefaultResponseValue["default"];
|
|
939
|
-
return this.apiClient.callApi('/graph/data/schema/{id}/objecttypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
/**
|
|
943
|
-
* Callback function to receive the result of the updateSchemaRelationshipTypes operation.
|
|
944
|
-
* @callback module:api/GraphSchemasApi~updateSchemaRelationshipTypesCallback
|
|
945
|
-
* @param {String} error Error message, if any.
|
|
946
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
947
|
-
* @param {String} response The complete HTTP response.
|
|
948
|
-
*/
|
|
949
|
-
|
|
950
|
-
/**
|
|
951
|
-
* @param {Number} id
|
|
952
|
-
* @param {Array.<Number>} requestBody
|
|
953
|
-
* @param {Object} opts Optional parameters
|
|
954
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
955
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
956
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
957
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
958
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
959
|
-
* @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)
|
|
960
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
961
|
-
* @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
|
|
962
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
963
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
964
|
-
* @param {module:api/GraphSchemasApi~updateSchemaRelationshipTypesCallback} callback The callback function, accepting three arguments: error, data, response
|
|
965
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
966
|
-
*/
|
|
967
|
-
}, {
|
|
968
|
-
key: "updateSchemaRelationshipTypes",
|
|
969
|
-
value: function updateSchemaRelationshipTypes(id, requestBody, opts, callback) {
|
|
970
|
-
opts = opts || {};
|
|
971
|
-
var postBody = requestBody;
|
|
972
|
-
// verify the required parameter 'id' is set
|
|
973
|
-
if (id === undefined || id === null) {
|
|
974
|
-
throw new Error("Missing the required parameter 'id' when calling updateSchemaRelationshipTypes");
|
|
975
|
-
}
|
|
976
|
-
// verify the required parameter 'requestBody' is set
|
|
977
|
-
if (requestBody === undefined || requestBody === null) {
|
|
978
|
-
throw new Error("Missing the required parameter 'requestBody' when calling updateSchemaRelationshipTypes");
|
|
979
|
-
}
|
|
980
|
-
var pathParams = {
|
|
981
|
-
'id': id
|
|
982
|
-
};
|
|
983
|
-
var queryParams = {};
|
|
984
|
-
var headerParams = {
|
|
985
|
-
'Authorization': opts['authorization'],
|
|
515
|
+
var queryParams = {
|
|
986
516
|
'cacheduration': opts['cacheduration'],
|
|
987
|
-
'cachegroup': opts['cachegroup'],
|
|
988
|
-
'cachekey': opts['cachekey'],
|
|
517
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
518
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
989
519
|
'cachescope': opts['cachescope'],
|
|
990
|
-
'cacheuser': opts['cacheuser'],
|
|
991
|
-
'
|
|
992
|
-
'zeusportal-postas': opts['zeusportalPostas'],
|
|
993
|
-
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
994
|
-
'transactionid': opts['transactionid']
|
|
520
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
521
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
995
522
|
};
|
|
996
|
-
var formParams = {};
|
|
997
|
-
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
998
|
-
var contentTypes = ['application/json'];
|
|
999
|
-
var accepts = ['application/json'];
|
|
1000
|
-
var returnType = _PurgeDataDefaultResponseValue["default"];
|
|
1001
|
-
return this.apiClient.callApi('/graph/data/schema/{id}/relationshiptypes', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
/**
|
|
1005
|
-
* Callback function to receive the result of the updateTemplate3 operation.
|
|
1006
|
-
* @callback module:api/GraphSchemasApi~updateTemplate3Callback
|
|
1007
|
-
* @param {String} error Error message, if any.
|
|
1008
|
-
* @param {module:model/PurgeDataDefaultResponseValue} data The data returned by the service call.
|
|
1009
|
-
* @param {String} response The complete HTTP response.
|
|
1010
|
-
*/
|
|
1011
|
-
|
|
1012
|
-
/**
|
|
1013
|
-
* @param {Number} id
|
|
1014
|
-
* @param {Object} opts Optional parameters
|
|
1015
|
-
* @param {String} [authorization] The authorization token of the logged in user
|
|
1016
|
-
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1017
|
-
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1018
|
-
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1019
|
-
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1020
|
-
* @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)
|
|
1021
|
-
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1022
|
-
* @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
|
|
1023
|
-
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1024
|
-
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1025
|
-
* @param {String} [body]
|
|
1026
|
-
* @param {module:api/GraphSchemasApi~updateTemplate3Callback} callback The callback function, accepting three arguments: error, data, response
|
|
1027
|
-
* data is of type: {@link module:model/PurgeDataDefaultResponseValue}
|
|
1028
|
-
*/
|
|
1029
|
-
}, {
|
|
1030
|
-
key: "updateTemplate3",
|
|
1031
|
-
value: function updateTemplate3(id, opts, callback) {
|
|
1032
|
-
opts = opts || {};
|
|
1033
|
-
var postBody = opts['body'];
|
|
1034
|
-
// verify the required parameter 'id' is set
|
|
1035
|
-
if (id === undefined || id === null) {
|
|
1036
|
-
throw new Error("Missing the required parameter 'id' when calling updateTemplate3");
|
|
1037
|
-
}
|
|
1038
|
-
var pathParams = {
|
|
1039
|
-
'id': id
|
|
1040
|
-
};
|
|
1041
|
-
var queryParams = {};
|
|
1042
523
|
var headerParams = {
|
|
1043
524
|
'Authorization': opts['authorization'],
|
|
1044
|
-
'cacheduration': opts['cacheduration'],
|
|
1045
|
-
'cachegroup': opts['cachegroup'],
|
|
1046
|
-
'cachekey': opts['cachekey'],
|
|
1047
|
-
'cachescope': opts['cachescope'],
|
|
1048
|
-
'cacheuser': opts['cacheuser'],
|
|
1049
525
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1050
526
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1051
527
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1055,8 +531,8 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1055
531
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1056
532
|
var contentTypes = ['application/json'];
|
|
1057
533
|
var accepts = ['application/json'];
|
|
1058
|
-
var returnType =
|
|
1059
|
-
return this.apiClient.callApi('/
|
|
534
|
+
var returnType = null;
|
|
535
|
+
return this.apiClient.callApi('/functions/schema/{id}/functions', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1060
536
|
}
|
|
1061
537
|
}]);
|
|
1062
538
|
}();
|