oci-databasetools 2.131.1 → 2.131.2
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +318 -1
- package/lib/client.js +2915 -702
- package/lib/client.js.map +1 -1
- package/lib/databasetools-waiter.d.ts +33 -1
- package/lib/databasetools-waiter.js +49 -1
- package/lib/databasetools-waiter.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/add-resource-lock-details.d.ts +1 -1
- package/lib/model/add-resource-lock-details.js +1 -1
- package/lib/model/authentication-type.d.ts +28 -0
- package/lib/model/authentication-type.js +39 -0
- package/lib/model/authentication-type.js.map +1 -0
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.js +29 -0
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-identity-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-identity-compartment-details.js +1 -1
- package/lib/model/change-database-tools-mcp-server-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-mcp-server-compartment-details.js +29 -0
- package/lib/model/change-database-tools-mcp-server-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.js +29 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
- package/lib/model/change-database-tools-sql-report-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-sql-report-compartment-details.js +29 -0
- package/lib/model/change-database-tools-sql-report-compartment-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +1 -1
- package/lib/model/connection-type.js +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +3 -2
- package/lib/model/create-database-tools-connection-details.js +1 -1
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +8 -4
- package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.d.ts +24 -0
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.js +54 -0
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.js.map +1 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.d.ts +57 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.js +80 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.js.map +1 -0
- package/lib/model/create-database-tools-identity-details.d.ts +1 -1
- package/lib/model/create-database-tools-identity-details.js +1 -1
- package/lib/model/create-database-tools-identity-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/create-database-tools-identity-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/create-database-tools-mcp-server-default-details.d.ts +29 -0
- package/lib/model/create-database-tools-mcp-server-default-details.js +62 -0
- package/lib/model/create-database-tools-mcp-server-default-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-server-details.d.ts +78 -0
- package/lib/model/create-database-tools-mcp-server-details.js +90 -0
- package/lib/model/create-database-tools-mcp-server-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.d.ts +35 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.js +66 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.d.ts +48 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.js +72 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.d.ts +39 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.js +76 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-details.d.ts +65 -0
- package/lib/model/create-database-tools-mcp-toolset-details.js +92 -0
- package/lib/model/create-database-tools-mcp-toolset-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.d.ts +39 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js +66 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.d.ts +34 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.js +1 -1
- package/lib/model/create-database-tools-sql-report-details.d.ts +77 -0
- package/lib/model/create-database-tools-sql-report-details.js +100 -0
- package/lib/model/create-database-tools-sql-report-details.js.map +1 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.d.ts +24 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.js +54 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.js.map +1 -0
- package/lib/model/database-api-gateway-config-metadata-source.d.ts +28 -0
- package/lib/model/database-api-gateway-config-metadata-source.js +39 -0
- package/lib/model/database-api-gateway-config-metadata-source.js.map +1 -0
- package/lib/model/database-api-gateway-config-type.d.ts +27 -0
- package/lib/model/database-api-gateway-config-type.js +38 -0
- package/lib/model/database-api-gateway-config-type.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +1 -1
- package/lib/model/database-tools-connection-collection.js +1 -1
- package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-connection-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-connection-generic-jdbc.js +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.js +1 -1
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +7 -3
- package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +7 -3
- package/lib/model/database-tools-connection-oracle-database.js +1 -1
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.js +1 -1
- package/lib/model/database-tools-connection-postgresql.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql.js +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +3 -2
- package/lib/model/database-tools-connection-summary.js +1 -1
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +3 -2
- package/lib/model/database-tools-connection.js +1 -1
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.d.ts +27 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.js +38 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.js.map +1 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.d.ts +30 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.js +29 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.d.ts +26 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.js +61 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.d.ts +24 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.js +54 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-default.d.ts +24 -0
- package/lib/model/database-tools-database-api-gateway-config-default.js +54 -0
- package/lib/model/database-tools-database-api-gateway-config-default.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.d.ts +28 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.js +39 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.d.ts +87 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.js +80 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config.d.ts +87 -0
- package/lib/model/database-tools-database-api-gateway-config.js +80 -0
- package/lib/model/database-tools-database-api-gateway-config.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-collection.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service-collection.js +1 -1
- package/lib/model/database-tools-endpoint-service-summary.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service-summary.js +1 -1
- package/lib/model/database-tools-endpoint-service.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service.js +1 -1
- package/lib/model/database-tools-external-authentication-status.d.ts +32 -0
- package/lib/model/database-tools-external-authentication-status.js +43 -0
- package/lib/model/database-tools-external-authentication-status.js.map +1 -0
- package/lib/model/database-tools-identity-collection.d.ts +1 -1
- package/lib/model/database-tools-identity-collection.js +1 -1
- package/lib/model/database-tools-identity-lifecycle-state.d.ts +1 -1
- package/lib/model/database-tools-identity-lifecycle-state.js +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal-summary.d.ts +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal-summary.js +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal.d.ts +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal.js +1 -1
- package/lib/model/database-tools-identity-status.d.ts +1 -1
- package/lib/model/database-tools-identity-status.js +1 -1
- package/lib/model/database-tools-identity-summary.d.ts +1 -1
- package/lib/model/database-tools-identity-summary.js +1 -1
- package/lib/model/database-tools-identity.d.ts +1 -1
- package/lib/model/database-tools-identity.js +1 -1
- package/lib/model/database-tools-key-store-content-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-details.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-content-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-summary.js +1 -1
- package/lib/model/database-tools-key-store-content.d.ts +1 -1
- package/lib/model/database-tools-key-store-content.js +1 -1
- package/lib/model/database-tools-key-store-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-details.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-details.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-password-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-summary.js +1 -1
- package/lib/model/database-tools-key-store-password.d.ts +1 -1
- package/lib/model/database-tools-key-store-password.js +1 -1
- package/lib/model/database-tools-key-store-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-summary.js +1 -1
- package/lib/model/database-tools-key-store.d.ts +1 -1
- package/lib/model/database-tools-key-store.js +1 -1
- package/lib/model/database-tools-mcp-server-built-in-role.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-built-in-role.js +29 -0
- package/lib/model/database-tools-mcp-server-built-in-role.js.map +1 -0
- package/lib/model/database-tools-mcp-server-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-server-collection.js +61 -0
- package/lib/model/database-tools-mcp-server-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-server-custom-role.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-custom-role.js +29 -0
- package/lib/model/database-tools-mcp-server-custom-role.js.map +1 -0
- package/lib/model/database-tools-mcp-server-default.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-default.js +62 -0
- package/lib/model/database-tools-mcp-server-default.js.map +1 -0
- package/lib/model/database-tools-mcp-server-endpoint.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-endpoint.js +29 -0
- package/lib/model/database-tools-mcp-server-endpoint.js.map +1 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.js +44 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.js +41 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.js.map +1 -0
- package/lib/model/database-tools-mcp-server-related-resource.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-related-resource.js +29 -0
- package/lib/model/database-tools-mcp-server-related-resource.js.map +1 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.js +40 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-none.d.ts +24 -0
- package/lib/model/database-tools-mcp-server-storage-none.js +54 -0
- package/lib/model/database-tools-mcp-server-storage-none.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.js +29 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.d.ts +25 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.js +62 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage.d.ts +22 -0
- package/lib/model/database-tools-mcp-server-storage.js +72 -0
- package/lib/model/database-tools-mcp-server-storage.js.map +1 -0
- package/lib/model/database-tools-mcp-server-summary-default.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-summary-default.js +62 -0
- package/lib/model/database-tools-mcp-server-summary-default.js.map +1 -0
- package/lib/model/database-tools-mcp-server-summary.d.ts +105 -0
- package/lib/model/database-tools-mcp-server-summary.js +116 -0
- package/lib/model/database-tools-mcp-server-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-server-type.d.ts +27 -0
- package/lib/model/database-tools-mcp-server-type.js +38 -0
- package/lib/model/database-tools-mcp-server-type.js.map +1 -0
- package/lib/model/database-tools-mcp-server.d.ts +117 -0
- package/lib/model/database-tools-mcp-server.js +116 -0
- package/lib/model/database-tools-mcp-server.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.d.ts +35 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.d.ts +35 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.js +66 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-collection.js +61 -0
- package/lib/model/database-tools-mcp-toolset-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.d.ts +43 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.js +54 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.d.ts +33 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.js +29 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.d.ts +37 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.js +29 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.d.ts +48 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.js +72 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.d.ts +29 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.js +29 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.js +76 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.d.ts +42 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.js +76 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.js +39 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.js +66 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.d.ts +32 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.js +43 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-summary.d.ts +91 -0
- package/lib/model/database-tools-mcp-toolset-summary.js +92 -0
- package/lib/model/database-tools-mcp-toolset-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.js +39 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-toolset-type.js +41 -0
- package/lib/model/database-tools-mcp-toolset-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.js +61 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.js +80 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.d.ts +42 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.js +29 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-toolset-version-type.js +41 -0
- package/lib/model/database-tools-mcp-toolset-version-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset.d.ts +95 -0
- package/lib/model/database-tools-mcp-toolset.js +92 -0
- package/lib/model/database-tools-mcp-toolset.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-collection.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-collection.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +1 -1
- package/lib/model/database-tools-private-endpoint-summary.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-summary.js +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint.js +1 -1
- package/lib/model/database-tools-related-resource-my-sql.d.ts +1 -1
- package/lib/model/database-tools-related-resource-my-sql.js +1 -1
- package/lib/model/database-tools-related-resource-postgresql.d.ts +1 -1
- package/lib/model/database-tools-related-resource-postgresql.js +1 -1
- package/lib/model/database-tools-related-resource.d.ts +1 -1
- package/lib/model/database-tools-related-resource.js +1 -1
- package/lib/model/database-tools-sql-report-collection.d.ts +26 -0
- package/lib/model/database-tools-sql-report-collection.js +61 -0
- package/lib/model/database-tools-sql-report-collection.js.map +1 -0
- package/lib/model/database-tools-sql-report-column.d.ts +33 -0
- package/lib/model/database-tools-sql-report-column.js +29 -0
- package/lib/model/database-tools-sql-report-column.js.map +1 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.d.ts +28 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.js +39 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-sql-report-oracle-database.d.ts +24 -0
- package/lib/model/database-tools-sql-report-oracle-database.js +54 -0
- package/lib/model/database-tools-sql-report-oracle-database.js.map +1 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.d.ts +24 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.js +54 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.js.map +1 -0
- package/lib/model/database-tools-sql-report-summary.d.ts +95 -0
- package/lib/model/database-tools-sql-report-summary.js +80 -0
- package/lib/model/database-tools-sql-report-summary.js.map +1 -0
- package/lib/model/database-tools-sql-report-type.d.ts +27 -0
- package/lib/model/database-tools-sql-report-type.js +38 -0
- package/lib/model/database-tools-sql-report-type.js.map +1 -0
- package/lib/model/database-tools-sql-report-variable.d.ts +33 -0
- package/lib/model/database-tools-sql-report-variable.js +29 -0
- package/lib/model/database-tools-sql-report-variable.js.map +1 -0
- package/lib/model/database-tools-sql-report.d.ts +107 -0
- package/lib/model/database-tools-sql-report.js +100 -0
- package/lib/model/database-tools-sql-report.js.map +1 -0
- package/lib/model/database-tools-user-password-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-user-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id.js +1 -1
- package/lib/model/database-tools-user-password-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-summary.js +1 -1
- package/lib/model/database-tools-user-password.d.ts +1 -1
- package/lib/model/database-tools-user-password.js +1 -1
- package/lib/model/dbms-cloud-status.d.ts +1 -1
- package/lib/model/dbms-cloud-status.js +1 -1
- package/lib/model/identity-provider-type.d.ts +29 -0
- package/lib/model/identity-provider-type.js +40 -0
- package/lib/model/identity-provider-type.js.map +1 -0
- package/lib/model/identity-type.d.ts +1 -1
- package/lib/model/identity-type.js +1 -1
- package/lib/model/index.d.ts +203 -1
- package/lib/model/index.js +209 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-generic-jdbc.d.ts +1 -1
- package/lib/model/key-store-type-generic-jdbc.js +1 -1
- package/lib/model/key-store-type-my-sql.d.ts +1 -1
- package/lib/model/key-store-type-my-sql.js +1 -1
- package/lib/model/key-store-type-postgresql.d.ts +1 -1
- package/lib/model/key-store-type-postgresql.js +1 -1
- package/lib/model/key-store-type.d.ts +1 -1
- package/lib/model/key-store-type.js +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-type.d.ts +7 -1
- package/lib/model/operation-type.js +7 -1
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/proxy-authentication-type.d.ts +2 -1
- package/lib/model/proxy-authentication-type.js +2 -1
- package/lib/model/proxy-authentication-type.js.map +1 -1
- package/lib/model/refresh-database-tools-identity-credential-details.d.ts +1 -1
- package/lib/model/refresh-database-tools-identity-credential-details.js +1 -1
- package/lib/model/refresh-database-tools-identity-oracle-database-resource-principal-credential-details.d.ts +1 -1
- package/lib/model/refresh-database-tools-identity-oracle-database-resource-principal-credential-details.js +1 -1
- package/lib/model/related-resource-entity-type-my-sql.d.ts +1 -1
- package/lib/model/related-resource-entity-type-my-sql.js +1 -1
- package/lib/model/related-resource-entity-type-postgresql.d.ts +1 -1
- package/lib/model/related-resource-entity-type-postgresql.js +1 -1
- package/lib/model/related-resource-entity-type.d.ts +1 -1
- package/lib/model/related-resource-entity-type.js +1 -1
- package/lib/model/remove-resource-lock-details.d.ts +1 -1
- package/lib/model/remove-resource-lock-details.js +1 -1
- package/lib/model/resource-lock.d.ts +1 -1
- package/lib/model/resource-lock.js +1 -1
- package/lib/model/runtime-identity.d.ts +3 -2
- package/lib/model/runtime-identity.js +3 -2
- package/lib/model/runtime-identity.js.map +1 -1
- package/lib/model/runtime-support.d.ts +1 -1
- package/lib/model/runtime-support.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-database-tools-connection-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-details.js +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +2 -2
- package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.d.ts +24 -0
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.js +54 -0
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.js.map +1 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.d.ts +44 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.js +68 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.js.map +1 -0
- package/lib/model/update-database-tools-identity-details.d.ts +1 -1
- package/lib/model/update-database-tools-identity-details.js +1 -1
- package/lib/model/update-database-tools-identity-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/update-database-tools-identity-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/update-database-tools-mcp-server-details-default.d.ts +25 -0
- package/lib/model/update-database-tools-mcp-server-details-default.js +62 -0
- package/lib/model/update-database-tools-mcp-server-details-default.js.map +1 -0
- package/lib/model/update-database-tools-mcp-server-details.d.ts +61 -0
- package/lib/model/update-database-tools-mcp-server-details.js +80 -0
- package/lib/model/update-database-tools-mcp-server-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.d.ts +35 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.js +66 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.d.ts +48 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.js +72 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.d.ts +39 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.js +76 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-details.d.ts +52 -0
- package/lib/model/update-database-tools-mcp-toolset-details.js +80 -0
- package/lib/model/update-database-tools-mcp-toolset-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.d.ts +39 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js +66 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.d.ts +34 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-postgresql-details.js +1 -1
- package/lib/model/update-database-tools-sql-report-details-oracle-database.d.ts +24 -0
- package/lib/model/update-database-tools-sql-report-details-oracle-database.js +54 -0
- package/lib/model/update-database-tools-sql-report-details-oracle-database.js.map +1 -0
- package/lib/model/update-database-tools-sql-report-details.d.ts +69 -0
- package/lib/model/update-database-tools-sql-report-details.js +90 -0
- package/lib/model/update-database-tools-sql-report-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-details.js +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-my-sql-result.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +34 -2
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +11 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.js.map +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-postgresql-result.js +1 -1
- package/lib/model/validate-database-tools-connection-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-result.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-details.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-details.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-result.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-result.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-result.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-result.js +1 -1
- package/lib/model/validation-external-authentication-status.d.ts +36 -0
- package/lib/model/validation-external-authentication-status.js +29 -0
- package/lib/model/validation-external-authentication-status.js.map +1 -0
- package/lib/model/validation-identity-status.d.ts +1 -1
- package/lib/model/validation-identity-status.js +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.js +15 -0
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.js +15 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.js +15 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-sql-report-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-sql-report-lock-request.js +15 -0
- package/lib/request/add-database-tools-sql-report-lock-request.js.map +1 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.d.ts +35 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.js +15 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.js +15 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.js +15 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.js +15 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.js +15 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.js.map +1 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.d.ts +38 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/create-database-tools-mcp-server-request.d.ts +38 -0
- package/lib/request/create-database-tools-mcp-server-request.js +15 -0
- package/lib/request/create-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/create-database-tools-mcp-toolset-request.d.ts +38 -0
- package/lib/request/create-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/create-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/create-database-tools-sql-report-request.d.ts +38 -0
- package/lib/request/create-database-tools-sql-report-request.js +15 -0
- package/lib/request/create-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.d.ts +39 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/delete-database-tools-mcp-server-request.d.ts +39 -0
- package/lib/request/delete-database-tools-mcp-server-request.js +15 -0
- package/lib/request/delete-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.d.ts +39 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/delete-database-tools-sql-report-request.d.ts +39 -0
- package/lib/request/delete-database-tools-sql-report-request.js +15 -0
- package/lib/request/delete-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.d.ts +26 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/get-database-tools-mcp-server-request.d.ts +26 -0
- package/lib/request/get-database-tools-mcp-server-request.js +15 -0
- package/lib/request/get-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/get-database-tools-mcp-toolset-request.d.ts +26 -0
- package/lib/request/get-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/get-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/get-database-tools-sql-report-request.d.ts +26 -0
- package/lib/request/get-database-tools-sql-report-request.js +15 -0
- package/lib/request/get-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/index.d.ts +69 -1
- package/lib/request/index.js +10 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-database-tools-database-api-gateway-configs-request.d.ts +62 -0
- package/lib/request/list-database-tools-database-api-gateway-configs-request.js +24 -0
- package/lib/request/list-database-tools-database-api-gateway-configs-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-servers-request.d.ts +70 -0
- package/lib/request/list-database-tools-mcp-servers-request.js +24 -0
- package/lib/request/list-database-tools-mcp-servers-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.d.ts +34 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.js +15 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.d.ts +66 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.js +24 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.js.map +1 -0
- package/lib/request/list-database-tools-sql-reports-request.d.ts +62 -0
- package/lib/request/list-database-tools-sql-reports-request.js +24 -0
- package/lib/request/list-database-tools-sql-reports-request.js.map +1 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.js +15 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.js +15 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.js +15 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.js +15 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.js.map +1 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.d.ts +44 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/update-database-tools-mcp-server-request.d.ts +44 -0
- package/lib/request/update-database-tools-mcp-server-request.js +15 -0
- package/lib/request/update-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/update-database-tools-mcp-toolset-request.d.ts +44 -0
- package/lib/request/update-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/update-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/update-database-tools-sql-report-request.d.ts +44 -0
- package/lib/request/update-database-tools-sql-report-request.js +15 -0
- package/lib/request/update-database-tools-sql-report-request.js.map +1 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.js +15 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.js +15 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.js +15 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-sql-report-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-sql-report-lock-response.js +15 -0
- package/lib/response/add-database-tools-sql-report-lock-response.js.map +1 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.js +15 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.js +15 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.js +15 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.js +15 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.js +15 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.js.map +1 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.d.ts +34 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/create-database-tools-mcp-server-response.d.ts +39 -0
- package/lib/response/create-database-tools-mcp-server-response.js +15 -0
- package/lib/response/create-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/create-database-tools-mcp-toolset-response.d.ts +39 -0
- package/lib/response/create-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/create-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/create-database-tools-sql-report-response.d.ts +39 -0
- package/lib/response/create-database-tools-sql-report-response.js +15 -0
- package/lib/response/create-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.d.ts +20 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/delete-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/delete-database-tools-mcp-server-response.js +15 -0
- package/lib/response/delete-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.d.ts +25 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/delete-database-tools-sql-report-response.d.ts +20 -0
- package/lib/response/delete-database-tools-sql-report-response.js +15 -0
- package/lib/response/delete-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.d.ts +30 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/get-database-tools-mcp-server-response.d.ts +30 -0
- package/lib/response/get-database-tools-mcp-server-response.js +15 -0
- package/lib/response/get-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/get-database-tools-mcp-toolset-response.d.ts +30 -0
- package/lib/response/get-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/get-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/get-database-tools-sql-report-response.d.ts +30 -0
- package/lib/response/get-database-tools-sql-report-response.js +15 -0
- package/lib/response/get-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/index.d.ts +69 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-database-tools-database-api-gateway-configs-response.d.ts +32 -0
- package/lib/response/list-database-tools-database-api-gateway-configs-response.js +15 -0
- package/lib/response/list-database-tools-database-api-gateway-configs-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-servers-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-servers-response.js +15 -0
- package/lib/response/list-database-tools-mcp-servers-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.js +15 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.js +15 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.js.map +1 -0
- package/lib/response/list-database-tools-sql-reports-response.d.ts +32 -0
- package/lib/response/list-database-tools-sql-reports-response.js +15 -0
- package/lib/response/list-database-tools-sql-reports-response.js.map +1 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.js +15 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.js +15 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.js +15 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.js +15 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.js.map +1 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.d.ts +30 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/update-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/update-database-tools-mcp-server-response.js +15 -0
- package/lib/response/update-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/update-database-tools-mcp-toolset-response.d.ts +25 -0
- package/lib/response/update-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/update-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/update-database-tools-sql-report-response.d.ts +30 -0
- package/lib/response/update-database-tools-sql-report-response.js +15 -0
- package/lib/response/update-database-tools-sql-report-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary of the Database Tools MCP Toolset of type Built-in SQL tools.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsMcpToolsetBuiltInSqlToolsSummary extends model.DatabaseToolsMcpToolsetSummary {
|
|
18
|
+
/**
|
|
19
|
+
* List of Database Tools Built-in SQL tools
|
|
20
|
+
*/
|
|
21
|
+
"tools": Array<model.DatabaseToolsMcpToolsetToolDetails>;
|
|
22
|
+
/**
|
|
23
|
+
* The default execution type for the toolset. The default value is SYNCHRONOUS.
|
|
24
|
+
* <p>
|
|
25
|
+
To use ASYNCHRONOUS execution, the MCP Server must have the storage property configured.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"defaultExecutionType"?: model.DatabaseToolsMcpToolsetDefaultExecutionType;
|
|
29
|
+
"type": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DatabaseToolsMcpToolsetBuiltInSqlToolsSummary {
|
|
32
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlToolsSummary, isParentJsonObj?: boolean): object;
|
|
33
|
+
const type = "BUILT_IN_SQL_TOOLS";
|
|
34
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlToolsSummary, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsMcpToolsetBuiltInSqlToolsSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsMcpToolsetBuiltInSqlToolsSummary;
|
|
37
|
+
(function (DatabaseToolsMcpToolsetBuiltInSqlToolsSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsMcpToolsetSummary.getJsonObj(obj))), {
|
|
42
|
+
"tools": obj.tools
|
|
43
|
+
? obj.tools.map(item => {
|
|
44
|
+
return model.DatabaseToolsMcpToolsetToolDetails.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsMcpToolsetBuiltInSqlToolsSummary.getJsonObj = getJsonObj;
|
|
51
|
+
DatabaseToolsMcpToolsetBuiltInSqlToolsSummary.type = "BUILT_IN_SQL_TOOLS";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.DatabaseToolsMcpToolsetSummary.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"tools": obj.tools
|
|
57
|
+
? obj.tools.map(item => {
|
|
58
|
+
return model.DatabaseToolsMcpToolsetToolDetails.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
DatabaseToolsMcpToolsetBuiltInSqlToolsSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(DatabaseToolsMcpToolsetBuiltInSqlToolsSummary = exports.DatabaseToolsMcpToolsetBuiltInSqlToolsSummary || (exports.DatabaseToolsMcpToolsetBuiltInSqlToolsSummary = {}));
|
|
66
|
+
//# sourceMappingURL=database-tools-mcp-toolset-built-in-sql-tools-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-built-in-sql-tools-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,6CAA6C,CA4C7D;AA5CD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CACxB,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC8C,CAAC,GACrD;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,wDAAU,aAoBzB,CAAA;IACY,kDAAI,GAAG,oBAAoB,CAAC;IACzC,SAAgB,sBAAsB,CACpC,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC8C,CAAC,GACrD;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oEAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QA4C7D"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* A specific version entry for a BUILT_IN_SQL_TOOLS MCP toolset version
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsMcpToolsetBuiltInSqlToolsVersion {
|
|
18
|
+
/**
|
|
19
|
+
* The version number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
|
+
*/
|
|
21
|
+
"version": number;
|
|
22
|
+
/**
|
|
23
|
+
* A description of this version.
|
|
24
|
+
*/
|
|
25
|
+
"description": string;
|
|
26
|
+
/**
|
|
27
|
+
* Optional feature flags or attributes for this version.
|
|
28
|
+
*/
|
|
29
|
+
"features"?: Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The tools available in this version.
|
|
32
|
+
*/
|
|
33
|
+
"tools": Array<model.DatabaseToolsMcpToolsetVersionTool>;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace DatabaseToolsMcpToolsetBuiltInSqlToolsVersion {
|
|
36
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlToolsVersion): object;
|
|
37
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlToolsVersion): object;
|
|
38
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsMcpToolsetBuiltInSqlToolsVersion = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsMcpToolsetBuiltInSqlToolsVersion;
|
|
37
|
+
(function (DatabaseToolsMcpToolsetBuiltInSqlToolsVersion) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"tools": obj.tools
|
|
41
|
+
? obj.tools.map(item => {
|
|
42
|
+
return model.DatabaseToolsMcpToolsetVersionTool.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"tools": obj.tools
|
|
52
|
+
? obj.tools.map(item => {
|
|
53
|
+
return model.DatabaseToolsMcpToolsetVersionTool.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsMcpToolsetBuiltInSqlToolsVersion = exports.DatabaseToolsMcpToolsetBuiltInSqlToolsVersion || (exports.DatabaseToolsMcpToolsetBuiltInSqlToolsVersion = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-mcp-toolset-built-in-sql-tools-version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-built-in-sql-tools-version.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,6CAA6C,CA+B7D;AA/BD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QA+B7D"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Allows the creation, configuration and management of an McpToolset of type Built-in SQL tools.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsMcpToolsetBuiltInSqlTools extends model.DatabaseToolsMcpToolset {
|
|
18
|
+
/**
|
|
19
|
+
* List of Database Tools Built-in SQL tools
|
|
20
|
+
*/
|
|
21
|
+
"tools"?: Array<model.DatabaseToolsMcpToolsetToolDetails>;
|
|
22
|
+
/**
|
|
23
|
+
* The default execution type for the toolset. The default value is SYNCHRONOUS.
|
|
24
|
+
* <p>
|
|
25
|
+
To use ASYNCHRONOUS execution, the MCP Server must have the storage property configured.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"defaultExecutionType"?: model.DatabaseToolsMcpToolsetDefaultExecutionType;
|
|
29
|
+
"type": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DatabaseToolsMcpToolsetBuiltInSqlTools {
|
|
32
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlTools, isParentJsonObj?: boolean): object;
|
|
33
|
+
const type = "BUILT_IN_SQL_TOOLS";
|
|
34
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetBuiltInSqlTools, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsMcpToolsetBuiltInSqlTools = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsMcpToolsetBuiltInSqlTools;
|
|
37
|
+
(function (DatabaseToolsMcpToolsetBuiltInSqlTools) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsMcpToolset.getJsonObj(obj))), {
|
|
42
|
+
"tools": obj.tools
|
|
43
|
+
? obj.tools.map(item => {
|
|
44
|
+
return model.DatabaseToolsMcpToolsetToolDetails.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsMcpToolsetBuiltInSqlTools.getJsonObj = getJsonObj;
|
|
51
|
+
DatabaseToolsMcpToolsetBuiltInSqlTools.type = "BUILT_IN_SQL_TOOLS";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
54
|
+
? obj
|
|
55
|
+
: model.DatabaseToolsMcpToolset.getDeserializedJsonObj(obj))), {
|
|
56
|
+
"tools": obj.tools
|
|
57
|
+
? obj.tools.map(item => {
|
|
58
|
+
return model.DatabaseToolsMcpToolsetToolDetails.getDeserializedJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
DatabaseToolsMcpToolsetBuiltInSqlTools.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
65
|
+
})(DatabaseToolsMcpToolsetBuiltInSqlTools = exports.DatabaseToolsMcpToolsetBuiltInSqlTools || (exports.DatabaseToolsMcpToolsetBuiltInSqlTools = {}));
|
|
66
|
+
//# sourceMappingURL=database-tools-mcp-toolset-built-in-sql-tools.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-built-in-sql-tools.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-built-in-sql-tools.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,sCAAsC,CA4CtD;AA5CD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACvC,GAAG,CACuC,CAAC,GAC9C;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iDAAU,aAoBzB,CAAA;IACY,2CAAI,GAAG,oBAAoB,CAAC;IACzC,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CACuC,CAAC,GAC9C;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,6DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA4CtD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* List of Database Tools MCP Toolset summary items.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsMcpToolsetCollection {
|
|
18
|
+
/**
|
|
19
|
+
* Array of Database Tools MCP Toolset summary items.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.DatabaseToolsMcpToolsetSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseToolsMcpToolsetCollection {
|
|
24
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsMcpToolsetCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsMcpToolsetCollection;
|
|
37
|
+
(function (DatabaseToolsMcpToolsetCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DatabaseToolsMcpToolsetSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsMcpToolsetCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.DatabaseToolsMcpToolsetSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsMcpToolsetCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsMcpToolsetCollection = exports.DatabaseToolsMcpToolsetCollection || (exports.DatabaseToolsMcpToolsetCollection = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-mcp-toolset-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-collection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iCAAiC,CA6BjD;AA7BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA6BjD"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary of the Database Tools MCP Toolset.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsMcpToolsetCustomSqlToolSummary extends model.DatabaseToolsMcpToolsetSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the tool returned by the MCP Server
|
|
20
|
+
*/
|
|
21
|
+
"toolName": string;
|
|
22
|
+
/**
|
|
23
|
+
* Instructions describing how to use the MCP toolset and its features. This can be used to improve the LLM's understanding of the tool.
|
|
24
|
+
*/
|
|
25
|
+
"toolDescription"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The roles granted access to this MCP tool
|
|
28
|
+
*/
|
|
29
|
+
"allowedRoles": Array<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The default execution type for the toolset. The default value is SYNCHRONOUS.
|
|
32
|
+
* <p>
|
|
33
|
+
To use ASYNCHRONOUS execution, the MCP Server must have the storage property configured.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"defaultExecutionType"?: model.DatabaseToolsMcpToolsetDefaultExecutionType;
|
|
37
|
+
"type": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace DatabaseToolsMcpToolsetCustomSqlToolSummary {
|
|
40
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolSummary, isParentJsonObj?: boolean): object;
|
|
41
|
+
const type = "CUSTOM_SQL_TOOL";
|
|
42
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolSummary, isParentJsonObj?: boolean): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsMcpToolsetCustomSqlToolSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsMcpToolsetCustomSqlToolSummary;
|
|
37
|
+
(function (DatabaseToolsMcpToolsetCustomSqlToolSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsMcpToolsetSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsMcpToolsetCustomSqlToolSummary.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsMcpToolsetCustomSqlToolSummary.type = "CUSTOM_SQL_TOOL";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsMcpToolsetSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsMcpToolsetCustomSqlToolSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsMcpToolsetCustomSqlToolSummary = exports.DatabaseToolsMcpToolsetCustomSqlToolSummary || (exports.DatabaseToolsMcpToolsetCustomSqlToolSummary = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-mcp-toolset-custom-sql-tool-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-custom-sql-tool-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,gDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* A variable to use within a query
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsMcpToolsetCustomSqlToolVariable {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the variable
|
|
19
|
+
*/
|
|
20
|
+
"name": string;
|
|
21
|
+
/**
|
|
22
|
+
* The description of the variable
|
|
23
|
+
*/
|
|
24
|
+
"description": string;
|
|
25
|
+
/**
|
|
26
|
+
* The type of the variable
|
|
27
|
+
*/
|
|
28
|
+
"type": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace DatabaseToolsMcpToolsetCustomSqlToolVariable {
|
|
31
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolVariable): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolVariable): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DatabaseToolsMcpToolsetCustomSqlToolVariable = void 0;
|
|
16
|
+
var DatabaseToolsMcpToolsetCustomSqlToolVariable;
|
|
17
|
+
(function (DatabaseToolsMcpToolsetCustomSqlToolVariable) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
DatabaseToolsMcpToolsetCustomSqlToolVariable.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DatabaseToolsMcpToolsetCustomSqlToolVariable.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(DatabaseToolsMcpToolsetCustomSqlToolVariable = exports.DatabaseToolsMcpToolsetCustomSqlToolVariable || (exports.DatabaseToolsMcpToolsetCustomSqlToolVariable = {}));
|
|
29
|
+
//# sourceMappingURL=database-tools-mcp-toolset-custom-sql-tool-variable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-mcp-toolset-custom-sql-tool-variable.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,4CAA4C,CAa5D;AAbD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,mEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAa5D"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* A specific version entry for a CUSTOM_SQL_TOOL MCP toolset version
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsMcpToolsetCustomSqlToolVersion {
|
|
17
|
+
/**
|
|
18
|
+
* The version number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
|
+
*/
|
|
20
|
+
"version": number;
|
|
21
|
+
/**
|
|
22
|
+
* A description of this version.
|
|
23
|
+
*/
|
|
24
|
+
"description": string;
|
|
25
|
+
/**
|
|
26
|
+
* Optional feature flags or attributes for this version.
|
|
27
|
+
*/
|
|
28
|
+
"features"?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The roles granted access to this toolset version by default.
|
|
31
|
+
*/
|
|
32
|
+
"defaultAllowedRoles": Array<string>;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace DatabaseToolsMcpToolsetCustomSqlToolVersion {
|
|
35
|
+
function getJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolVersion): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: DatabaseToolsMcpToolsetCustomSqlToolVersion): object;
|
|
37
|
+
}
|