oci-databasetools 2.131.0 → 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Database Tools
|
|
2
|
+
* Database Tools API
|
|
3
3
|
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Connection
|
|
15
|
+
* Connection validation result for the MySQL Server.
|
|
16
16
|
*/
|
|
17
17
|
export interface ValidateDatabaseToolsConnectionMySqlResult extends model.ValidateDatabaseToolsConnectionResult {
|
|
18
18
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Database Tools
|
|
2
|
+
* Database Tools API
|
|
3
3
|
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Connection
|
|
15
|
+
* Connection validation result for the Oracle Database.
|
|
16
16
|
*/
|
|
17
17
|
export interface ValidateDatabaseToolsConnectionOracleDatabaseResult extends model.ValidateDatabaseToolsConnectionResult {
|
|
18
18
|
/**
|
|
@@ -23,6 +23,26 @@ export interface ValidateDatabaseToolsConnectionOracleDatabaseResult extends mod
|
|
|
23
23
|
* The database version.
|
|
24
24
|
*/
|
|
25
25
|
"databaseVersion": string;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the currently active default schema.
|
|
28
|
+
*/
|
|
29
|
+
"currentSchema"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the session user (the user who logged on).
|
|
32
|
+
*/
|
|
33
|
+
"sessionUser"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Name of the database user who opened the current session on behalf of sessionUser.
|
|
36
|
+
*/
|
|
37
|
+
"proxyUser"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Returns the identity used in authentication.
|
|
40
|
+
*/
|
|
41
|
+
"authenticatedIdentity"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Returns the method of authentication.
|
|
44
|
+
*/
|
|
45
|
+
"authenticationMethod"?: string;
|
|
26
46
|
/**
|
|
27
47
|
* The DBMS_CLOUD package installation status.
|
|
28
48
|
*/
|
|
@@ -35,6 +55,18 @@ export interface ValidateDatabaseToolsConnectionOracleDatabaseResult extends mod
|
|
|
35
55
|
* Status on whether a Database Tools identity type can be used with this connection or not.
|
|
36
56
|
*/
|
|
37
57
|
"databaseToolsIdentityStatuses"?: Array<model.ValidationIdentityStatus>;
|
|
58
|
+
/**
|
|
59
|
+
* Displays the enterprise identity value within the USERENV context
|
|
60
|
+
*/
|
|
61
|
+
"enterpriseIdentity"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Displays the proxy enterprise identity value within the USERENV context
|
|
64
|
+
*/
|
|
65
|
+
"proxyEnterpriseIdentity"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Status on whether an external authentication can be used with this connection or not.
|
|
68
|
+
*/
|
|
69
|
+
"externalAuthenticationStatuses"?: Array<model.ValidationExternalAuthenticationStatus>;
|
|
38
70
|
"type": string;
|
|
39
71
|
}
|
|
40
72
|
export declare namespace ValidateDatabaseToolsConnectionOracleDatabaseResult {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Database Tools API
|
|
4
4
|
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
@@ -43,6 +43,11 @@ var ValidateDatabaseToolsConnectionOracleDatabaseResult;
|
|
|
43
43
|
? obj.databaseToolsIdentityStatuses.map(item => {
|
|
44
44
|
return model.ValidationIdentityStatus.getJsonObj(item);
|
|
45
45
|
})
|
|
46
|
+
: undefined,
|
|
47
|
+
"externalAuthenticationStatuses": obj.externalAuthenticationStatuses
|
|
48
|
+
? obj.externalAuthenticationStatuses.map(item => {
|
|
49
|
+
return model.ValidationExternalAuthenticationStatus.getJsonObj(item);
|
|
50
|
+
})
|
|
46
51
|
: undefined
|
|
47
52
|
});
|
|
48
53
|
return jsonObj;
|
|
@@ -57,6 +62,11 @@ var ValidateDatabaseToolsConnectionOracleDatabaseResult;
|
|
|
57
62
|
? obj.databaseToolsIdentityStatuses.map(item => {
|
|
58
63
|
return model.ValidationIdentityStatus.getDeserializedJsonObj(item);
|
|
59
64
|
})
|
|
65
|
+
: undefined,
|
|
66
|
+
"externalAuthenticationStatuses": obj.externalAuthenticationStatuses
|
|
67
|
+
? obj.externalAuthenticationStatuses.map(item => {
|
|
68
|
+
return model.ValidationExternalAuthenticationStatus.getDeserializedJsonObj(item);
|
|
69
|
+
})
|
|
60
70
|
: undefined
|
|
61
71
|
});
|
|
62
72
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-database-tools-connection-oracle-database-result.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/validate-database-tools-connection-oracle-database-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"validate-database-tools-connection-oracle-database-result.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/validate-database-tools-connection-oracle-database-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,mDAAmD,CAwDnE;AAxDD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CACxB,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACrD,GAAG,CACoD,CAAC,GAC3D;YACD,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,GAAG,CAAC,6BAA6B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3C,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,gCAAgC,EAAE,GAAG,CAAC,8BAA8B;gBAClE,CAAC,CAAC,GAAG,CAAC,8BAA8B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5C,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Be,8DAAU,aA0BzB,CAAA;IACY,wDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjE,GAAG,CACoD,CAAC,GAC3D;YACD,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,GAAG,CAAC,6BAA6B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3C,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,gCAAgC,EAAE,GAAG,CAAC,8BAA8B;gBAClE,CAAC,CAAC,GAAG,CAAC,8BAA8B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5C,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Be,0EAAsB,yBA0BrC,CAAA;AACH,CAAC,EAxDgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAwDnE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Database Tools
|
|
2
|
+
* Database Tools API
|
|
3
3
|
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Connection
|
|
15
|
+
* Connection validation result for the PostgreSQL Server.
|
|
16
16
|
*/
|
|
17
17
|
export interface ValidateDatabaseToolsConnectionPostgresqlResult extends model.ValidateDatabaseToolsConnectionResult {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* Status details for an external authentication
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidationExternalAuthenticationStatus {
|
|
18
|
+
/**
|
|
19
|
+
* The Database Tools identity provider type.
|
|
20
|
+
*/
|
|
21
|
+
"type"?: model.IdentityProviderType;
|
|
22
|
+
/**
|
|
23
|
+
* The status of the external authentication. AVAILABLE if the external authentication can be used with this connection. UNAVAILABLE if not.
|
|
24
|
+
* ENABLED if the external authentication is enabled.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"status"?: model.DatabaseToolsExternalAuthenticationStatus;
|
|
28
|
+
/**
|
|
29
|
+
* If the status is UNAVAILABLE this displays the cause.
|
|
30
|
+
*/
|
|
31
|
+
"statusDetails"?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace ValidationExternalAuthenticationStatus {
|
|
34
|
+
function getJsonObj(obj: ValidationExternalAuthenticationStatus): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: ValidationExternalAuthenticationStatus): object;
|
|
36
|
+
}
|
|
@@ -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.ValidationExternalAuthenticationStatus = void 0;
|
|
16
|
+
var ValidationExternalAuthenticationStatus;
|
|
17
|
+
(function (ValidationExternalAuthenticationStatus) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ValidationExternalAuthenticationStatus.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ValidationExternalAuthenticationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ValidationExternalAuthenticationStatus = exports.ValidationExternalAuthenticationStatus || (exports.ValidationExternalAuthenticationStatus = {}));
|
|
29
|
+
//# sourceMappingURL=validation-external-authentication-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-external-authentication-status.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/validation-external-authentication-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasetools/AddDatabaseToolsDatabaseApiGatewayConfigLock.ts.html |here} to see how to use AddDatabaseToolsDatabaseApiGatewayConfigLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddDatabaseToolsDatabaseApiGatewayConfigLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Database Tools database API gateway config.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsDatabaseApiGatewayConfigId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=add-database-tools-database-api-gateway-config-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-database-tools-database-api-gateway-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/add-database-tools-database-api-gateway-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasetools/AddDatabaseToolsMcpServerLock.ts.html |here} to see how to use AddDatabaseToolsMcpServerLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddDatabaseToolsMcpServerLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Database Tools MCP server.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsMcpServerId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|