oci-databasetools 2.131.1 → 2.132.0
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
|
*
|
|
@@ -27,6 +27,12 @@ export declare enum OperationType {
|
|
|
27
27
|
DeleteDatabaseToolsIdentity = "DELETE_DATABASE_TOOLS_IDENTITY",
|
|
28
28
|
UpdateDatabaseToolsIdentity = "UPDATE_DATABASE_TOOLS_IDENTITY",
|
|
29
29
|
RefreshDatabaseToolsIdentityCredential = "REFRESH_DATABASE_TOOLS_IDENTITY_CREDENTIAL",
|
|
30
|
+
CreateDatabaseToolsMcpServer = "CREATE_DATABASE_TOOLS_MCP_SERVER",
|
|
31
|
+
DeleteDatabaseToolsMcpServer = "DELETE_DATABASE_TOOLS_MCP_SERVER",
|
|
32
|
+
UpdateDatabaseToolsMcpServer = "UPDATE_DATABASE_TOOLS_MCP_SERVER",
|
|
33
|
+
CreateDatabaseToolsMcpToolset = "CREATE_DATABASE_TOOLS_MCP_TOOLSET",
|
|
34
|
+
DeleteDatabaseToolsMcpToolset = "DELETE_DATABASE_TOOLS_MCP_TOOLSET",
|
|
35
|
+
UpdateDatabaseToolsMcpToolset = "UPDATE_DATABASE_TOOLS_MCP_TOOLSET",
|
|
30
36
|
/**
|
|
31
37
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
38
|
* version of the SDK.
|
|
@@ -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
|
*
|
|
@@ -31,6 +31,12 @@ var OperationType;
|
|
|
31
31
|
OperationType["DeleteDatabaseToolsIdentity"] = "DELETE_DATABASE_TOOLS_IDENTITY";
|
|
32
32
|
OperationType["UpdateDatabaseToolsIdentity"] = "UPDATE_DATABASE_TOOLS_IDENTITY";
|
|
33
33
|
OperationType["RefreshDatabaseToolsIdentityCredential"] = "REFRESH_DATABASE_TOOLS_IDENTITY_CREDENTIAL";
|
|
34
|
+
OperationType["CreateDatabaseToolsMcpServer"] = "CREATE_DATABASE_TOOLS_MCP_SERVER";
|
|
35
|
+
OperationType["DeleteDatabaseToolsMcpServer"] = "DELETE_DATABASE_TOOLS_MCP_SERVER";
|
|
36
|
+
OperationType["UpdateDatabaseToolsMcpServer"] = "UPDATE_DATABASE_TOOLS_MCP_SERVER";
|
|
37
|
+
OperationType["CreateDatabaseToolsMcpToolset"] = "CREATE_DATABASE_TOOLS_MCP_TOOLSET";
|
|
38
|
+
OperationType["DeleteDatabaseToolsMcpToolset"] = "DELETE_DATABASE_TOOLS_MCP_TOOLSET";
|
|
39
|
+
OperationType["UpdateDatabaseToolsMcpToolset"] = "UPDATE_DATABASE_TOOLS_MCP_TOOLSET";
|
|
34
40
|
/**
|
|
35
41
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
42
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aA0BX;AA1BD,WAAY,aAAa;IACvB,mFAAkE,CAAA;IAClE,mFAAkE,CAAA;IAClE,mFAAkE,CAAA;IAClE,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;IAC7E,8FAA6E,CAAA;IAC7E,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,sGAAqF,CAAA;IACrF,kFAAiE,CAAA;IACjE,kFAAiE,CAAA;IACjE,kFAAiE,CAAA;IACjE,oFAAmE,CAAA;IACnE,oFAAmE,CAAA;IACnE,oFAAmE,CAAA;IAEnE;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EA1BW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA0BxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -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
|
*
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
**/
|
|
16
16
|
export declare enum ProxyAuthenticationType {
|
|
17
17
|
UserName = "USER_NAME",
|
|
18
|
+
UserNameAutoDetect = "USER_NAME_AUTO_DETECT",
|
|
18
19
|
NoProxy = "NO_PROXY",
|
|
19
20
|
/**
|
|
20
21
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -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
|
*
|
|
@@ -19,6 +19,7 @@ exports.ProxyAuthenticationType = void 0;
|
|
|
19
19
|
var ProxyAuthenticationType;
|
|
20
20
|
(function (ProxyAuthenticationType) {
|
|
21
21
|
ProxyAuthenticationType["UserName"] = "USER_NAME";
|
|
22
|
+
ProxyAuthenticationType["UserNameAutoDetect"] = "USER_NAME_AUTO_DETECT";
|
|
22
23
|
ProxyAuthenticationType["NoProxy"] = "NO_PROXY";
|
|
23
24
|
/**
|
|
24
25
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxy-authentication-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/proxy-authentication-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"proxy-authentication-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/proxy-authentication-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,uBAUX;AAVD,WAAY,uBAAuB;IACjC,iDAAsB,CAAA;IACtB,uEAA4C,CAAA;IAC5C,+CAAoB,CAAA;IAEpB;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAVW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAUlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
|
|
@@ -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
|
*
|
|
@@ -11,7 +11,8 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Determines the identity used when accessing OCI resources at runtime. AUTHENTICATED_PRINCIPAL to use the caller\u2019s identity (On-Behalf-Of token), or RESOURCE_PRINCIPAL to use the connection\u2019s resource principal (RPST).
|
|
15
|
+
*
|
|
15
16
|
**/
|
|
16
17
|
export declare enum RuntimeIdentity {
|
|
17
18
|
AuthenticatedPrincipal = "AUTHENTICATED_PRINCIPAL",
|
|
@@ -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
|
*
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.RuntimeIdentity = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Determines the identity used when accessing OCI resources at runtime. AUTHENTICATED_PRINCIPAL to use the caller\u2019s identity (On-Behalf-Of token), or RESOURCE_PRINCIPAL to use the connection\u2019s resource principal (RPST).
|
|
18
|
+
*
|
|
18
19
|
**/
|
|
19
20
|
var RuntimeIdentity;
|
|
20
21
|
(function (RuntimeIdentity) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-identity.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/runtime-identity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH
|
|
1
|
+
{"version":3,"file":"runtime-identity.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/runtime-identity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,eASX;AATD,WAAY,eAAe;IACzB,qEAAkD,CAAA;IAClD,2DAAwC,CAAA;IAExC;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EATW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAS1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
package/lib/model/sort-order.js
CHANGED
|
@@ -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
|
*
|
|
@@ -41,7 +41,7 @@ export interface UpdateDatabaseToolsConnectionOracleDatabaseDetails extends mode
|
|
|
41
41
|
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools private endpoint used to access the database in the Customer VCN.
|
|
42
42
|
*/
|
|
43
43
|
"privateEndpointId"?: string;
|
|
44
|
-
"proxyClient"?: model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails | model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails;
|
|
44
|
+
"proxyClient"?: model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails | model.DatabaseToolsConnectionOracleDatabaseProxyClientUserNameAutoDetectDetails | model.DatabaseToolsConnectionOracleDatabaseProxyClientNoProxyDetails;
|
|
45
45
|
"type": string;
|
|
46
46
|
}
|
|
47
47
|
export declare namespace UpdateDatabaseToolsConnectionOracleDatabaseDetails {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-database-tools-connection-oracle-database-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-connection-oracle-database-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-database-tools-connection-oracle-database-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-connection-oracle-database-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,kDAAkD,CA0ElE;AA1ED,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CACxB,GAAuD,EACvD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CACmD,CAAC,GAC1D;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,UAAU,CACtE,GAAG,CAAC,WAAW,CAChB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlCe,6DAAU,aAkCzB,CAAA;IACY,uDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAuD,EACvD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CACmD,CAAC,GAC1D;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,uDAAuD,CAAC,sBAAsB,CAClF,GAAG,CAAC,WAAW,CAChB;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApCe,yEAAsB,yBAoCrC,CAAA;AACH,CAAC,EA1EgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QA0ElE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* Database Tools database API gateway config information to be updated for the default type.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails extends model.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails {
|
|
18
|
+
"type": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails {
|
|
21
|
+
function getJsonObj(obj: UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails, isParentJsonObj?: boolean): object;
|
|
22
|
+
const type = "DEFAULT";
|
|
23
|
+
function getDeserializedJsonObj(obj: UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -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.UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails;
|
|
37
|
+
(function (UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.getJsonObj = getJsonObj;
|
|
45
|
+
UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.type = "DEFAULT";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails = exports.UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails || (exports.UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails = {}));
|
|
54
|
+
//# sourceMappingURL=update-database-tools-database-api-gateway-config-default-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-database-tools-database-api-gateway-config-default-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-database-api-gateway-config-default-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,yDAAyD,CAgCzE;AAhCD,WAAiB,yDAAyD;IACxE,SAAgB,UAAU,CACxB,GAA8D,EAC9D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kDAAkD,CAAC,UAAU,CAClE,GAAG,CAC0D,CAAC,GACjE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAU,aAczB,CAAA;IACY,8DAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAA8D,EAC9D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kDAAkD,CAAC,sBAAsB,CAC9E,GAAG,CAC0D,CAAC,GACjE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAgCzE"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
* Database Tools database API gateway config information to be updated.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateDatabaseToolsDatabaseApiGatewayConfigDetails {
|
|
17
|
+
/**
|
|
18
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
19
|
+
*/
|
|
20
|
+
"displayName"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
23
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"definedTags"?: {
|
|
27
|
+
[key: string]: {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
33
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"freeformTags"?: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
"type": string;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace UpdateDatabaseToolsDatabaseApiGatewayConfigDetails {
|
|
42
|
+
function getJsonObj(obj: UpdateDatabaseToolsDatabaseApiGatewayConfigDetails): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: UpdateDatabaseToolsDatabaseApiGatewayConfigDetails): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var UpdateDatabaseToolsDatabaseApiGatewayConfigDetails;
|
|
38
|
+
(function (UpdateDatabaseToolsDatabaseApiGatewayConfigDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "type" in obj && obj.type) {
|
|
42
|
+
switch (obj.type) {
|
|
43
|
+
case "DEFAULT":
|
|
44
|
+
return model.UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.getJsonObj(jsonObj, true);
|
|
45
|
+
default:
|
|
46
|
+
if (common.LOG.logger)
|
|
47
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
UpdateDatabaseToolsDatabaseApiGatewayConfigDetails.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
if (obj && "type" in obj && obj.type) {
|
|
56
|
+
switch (obj.type) {
|
|
57
|
+
case "DEFAULT":
|
|
58
|
+
return model.UpdateDatabaseToolsDatabaseApiGatewayConfigDefaultDetails.getDeserializedJsonObj(jsonObj, true);
|
|
59
|
+
default:
|
|
60
|
+
if (common.LOG.logger)
|
|
61
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
UpdateDatabaseToolsDatabaseApiGatewayConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(UpdateDatabaseToolsDatabaseApiGatewayConfigDetails = exports.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails || (exports.UpdateDatabaseToolsDatabaseApiGatewayConfigDetails = {}));
|
|
68
|
+
//# sourceMappingURL=update-database-tools-database-api-gateway-config-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-database-tools-database-api-gateway-config-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-database-api-gateway-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA0BtC,IAAiB,kDAAkD,CAmClE;AAnCD,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CAAC,GAAuD;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,yDAAyD,CAAC,UAAU,CACL,OAAQ,EAClF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6DAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuD;QAEvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,yDAAyD,CAAC,sBAAsB,CACjB,OAAQ,EAClF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,yEAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QAmClE"}
|