oci-databasetools 2.131.1 → 2.131.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +318 -1
- package/lib/client.js +2915 -702
- package/lib/client.js.map +1 -1
- package/lib/databasetools-waiter.d.ts +33 -1
- package/lib/databasetools-waiter.js +49 -1
- package/lib/databasetools-waiter.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/add-resource-lock-details.d.ts +1 -1
- package/lib/model/add-resource-lock-details.js +1 -1
- package/lib/model/authentication-type.d.ts +28 -0
- package/lib/model/authentication-type.js +39 -0
- package/lib/model/authentication-type.js.map +1 -0
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.js +29 -0
- package/lib/model/change-database-tools-database-api-gateway-config-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-identity-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-identity-compartment-details.js +1 -1
- package/lib/model/change-database-tools-mcp-server-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-mcp-server-compartment-details.js +29 -0
- package/lib/model/change-database-tools-mcp-server-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.js +29 -0
- package/lib/model/change-database-tools-mcp-toolset-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
- package/lib/model/change-database-tools-sql-report-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-sql-report-compartment-details.js +29 -0
- package/lib/model/change-database-tools-sql-report-compartment-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +1 -1
- package/lib/model/connection-type.js +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +3 -2
- package/lib/model/create-database-tools-connection-details.js +1 -1
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +8 -4
- package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.d.ts +24 -0
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.js +54 -0
- package/lib/model/create-database-tools-database-api-gateway-config-default-details.js.map +1 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.d.ts +57 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.js +80 -0
- package/lib/model/create-database-tools-database-api-gateway-config-details.js.map +1 -0
- package/lib/model/create-database-tools-identity-details.d.ts +1 -1
- package/lib/model/create-database-tools-identity-details.js +1 -1
- package/lib/model/create-database-tools-identity-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/create-database-tools-identity-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/create-database-tools-mcp-server-default-details.d.ts +29 -0
- package/lib/model/create-database-tools-mcp-server-default-details.js +62 -0
- package/lib/model/create-database-tools-mcp-server-default-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-server-details.d.ts +78 -0
- package/lib/model/create-database-tools-mcp-server-details.js +90 -0
- package/lib/model/create-database-tools-mcp-server-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.d.ts +35 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.js +66 -0
- package/lib/model/create-database-tools-mcp-toolset-built-in-sql-tools-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.d.ts +48 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.js +72 -0
- package/lib/model/create-database-tools-mcp-toolset-custom-sql-tool-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.d.ts +39 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.js +76 -0
- package/lib/model/create-database-tools-mcp-toolset-customizable-reporting-tools-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-details.d.ts +65 -0
- package/lib/model/create-database-tools-mcp-toolset-details.js +92 -0
- package/lib/model/create-database-tools-mcp-toolset-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.d.ts +39 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js +66 -0
- package/lib/model/create-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js.map +1 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.d.ts +34 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/create-database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.js +1 -1
- package/lib/model/create-database-tools-sql-report-details.d.ts +77 -0
- package/lib/model/create-database-tools-sql-report-details.js +100 -0
- package/lib/model/create-database-tools-sql-report-details.js.map +1 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.d.ts +24 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.js +54 -0
- package/lib/model/create-database-tools-sql-report-oracle-database-details.js.map +1 -0
- package/lib/model/database-api-gateway-config-metadata-source.d.ts +28 -0
- package/lib/model/database-api-gateway-config-metadata-source.js +39 -0
- package/lib/model/database-api-gateway-config-metadata-source.js.map +1 -0
- package/lib/model/database-api-gateway-config-type.d.ts +27 -0
- package/lib/model/database-api-gateway-config-type.js +38 -0
- package/lib/model/database-api-gateway-config-type.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +1 -1
- package/lib/model/database-tools-connection-collection.js +1 -1
- package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-connection-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-connection-generic-jdbc.js +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.js +1 -1
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.d.ts +28 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-auto-detect.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js +5 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +7 -3
- package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +7 -3
- package/lib/model/database-tools-connection-oracle-database.js +1 -1
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.js +1 -1
- package/lib/model/database-tools-connection-postgresql.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql.js +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +3 -2
- package/lib/model/database-tools-connection-summary.js +1 -1
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +3 -2
- package/lib/model/database-tools-connection.js +1 -1
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.d.ts +27 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.js +38 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source-type.js.map +1 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.d.ts +30 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.js +29 -0
- package/lib/model/database-tools-custom-sql-tool-toolset-source.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.d.ts +26 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.js +61 -0
- package/lib/model/database-tools-database-api-gateway-config-collection.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.d.ts +24 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.js +54 -0
- package/lib/model/database-tools-database-api-gateway-config-default-summary.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-default.d.ts +24 -0
- package/lib/model/database-tools-database-api-gateway-config-default.js +54 -0
- package/lib/model/database-tools-database-api-gateway-config-default.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.d.ts +28 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.js +39 -0
- package/lib/model/database-tools-database-api-gateway-config-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.d.ts +87 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.js +80 -0
- package/lib/model/database-tools-database-api-gateway-config-summary.js.map +1 -0
- package/lib/model/database-tools-database-api-gateway-config.d.ts +87 -0
- package/lib/model/database-tools-database-api-gateway-config.js +80 -0
- package/lib/model/database-tools-database-api-gateway-config.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-collection.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service-collection.js +1 -1
- package/lib/model/database-tools-endpoint-service-summary.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service-summary.js +1 -1
- package/lib/model/database-tools-endpoint-service.d.ts +1 -1
- package/lib/model/database-tools-endpoint-service.js +1 -1
- package/lib/model/database-tools-external-authentication-status.d.ts +32 -0
- package/lib/model/database-tools-external-authentication-status.js +43 -0
- package/lib/model/database-tools-external-authentication-status.js.map +1 -0
- package/lib/model/database-tools-identity-collection.d.ts +1 -1
- package/lib/model/database-tools-identity-collection.js +1 -1
- package/lib/model/database-tools-identity-lifecycle-state.d.ts +1 -1
- package/lib/model/database-tools-identity-lifecycle-state.js +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal-summary.d.ts +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal-summary.js +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal.d.ts +1 -1
- package/lib/model/database-tools-identity-oracle-database-resource-principal.js +1 -1
- package/lib/model/database-tools-identity-status.d.ts +1 -1
- package/lib/model/database-tools-identity-status.js +1 -1
- package/lib/model/database-tools-identity-summary.d.ts +1 -1
- package/lib/model/database-tools-identity-summary.js +1 -1
- package/lib/model/database-tools-identity.d.ts +1 -1
- package/lib/model/database-tools-identity.js +1 -1
- package/lib/model/database-tools-key-store-content-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-details.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-content-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-summary.js +1 -1
- package/lib/model/database-tools-key-store-content.d.ts +1 -1
- package/lib/model/database-tools-key-store-content.js +1 -1
- package/lib/model/database-tools-key-store-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-details.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-details.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-password-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-summary.js +1 -1
- package/lib/model/database-tools-key-store-password.d.ts +1 -1
- package/lib/model/database-tools-key-store-password.js +1 -1
- package/lib/model/database-tools-key-store-postgresql-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql-details.js +1 -1
- package/lib/model/database-tools-key-store-postgresql-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql-summary.js +1 -1
- package/lib/model/database-tools-key-store-postgresql.d.ts +1 -1
- package/lib/model/database-tools-key-store-postgresql.js +1 -1
- package/lib/model/database-tools-key-store-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-summary.js +1 -1
- package/lib/model/database-tools-key-store.d.ts +1 -1
- package/lib/model/database-tools-key-store.js +1 -1
- package/lib/model/database-tools-mcp-server-built-in-role.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-built-in-role.js +29 -0
- package/lib/model/database-tools-mcp-server-built-in-role.js.map +1 -0
- package/lib/model/database-tools-mcp-server-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-server-collection.js +61 -0
- package/lib/model/database-tools-mcp-server-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-server-custom-role.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-custom-role.js +29 -0
- package/lib/model/database-tools-mcp-server-custom-role.js.map +1 -0
- package/lib/model/database-tools-mcp-server-default.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-default.js +62 -0
- package/lib/model/database-tools-mcp-server-default.js.map +1 -0
- package/lib/model/database-tools-mcp-server-endpoint.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-endpoint.js +29 -0
- package/lib/model/database-tools-mcp-server-endpoint.js.map +1 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.js +44 -0
- package/lib/model/database-tools-mcp-server-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.js +41 -0
- package/lib/model/database-tools-mcp-server-related-resource-entity-type.js.map +1 -0
- package/lib/model/database-tools-mcp-server-related-resource.d.ts +30 -0
- package/lib/model/database-tools-mcp-server-related-resource.js +29 -0
- package/lib/model/database-tools-mcp-server-related-resource.js.map +1 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.js +40 -0
- package/lib/model/database-tools-mcp-server-runtime-identity.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-none.d.ts +24 -0
- package/lib/model/database-tools-mcp-server-storage-none.js +54 -0
- package/lib/model/database-tools-mcp-server-storage-none.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.d.ts +29 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.js +29 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage-bucket.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.d.ts +25 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.js +62 -0
- package/lib/model/database-tools-mcp-server-storage-object-storage.js.map +1 -0
- package/lib/model/database-tools-mcp-server-storage.d.ts +22 -0
- package/lib/model/database-tools-mcp-server-storage.js +72 -0
- package/lib/model/database-tools-mcp-server-storage.js.map +1 -0
- package/lib/model/database-tools-mcp-server-summary-default.d.ts +33 -0
- package/lib/model/database-tools-mcp-server-summary-default.js +62 -0
- package/lib/model/database-tools-mcp-server-summary-default.js.map +1 -0
- package/lib/model/database-tools-mcp-server-summary.d.ts +105 -0
- package/lib/model/database-tools-mcp-server-summary.js +116 -0
- package/lib/model/database-tools-mcp-server-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-server-type.d.ts +27 -0
- package/lib/model/database-tools-mcp-server-type.js +38 -0
- package/lib/model/database-tools-mcp-server-type.js.map +1 -0
- package/lib/model/database-tools-mcp-server.d.ts +117 -0
- package/lib/model/database-tools-mcp-server.js +116 -0
- package/lib/model/database-tools-mcp-server.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.d.ts +35 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.d.ts +35 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.js +66 -0
- package/lib/model/database-tools-mcp-toolset-built-in-sql-tools.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-collection.js +61 -0
- package/lib/model/database-tools-mcp-toolset-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.d.ts +43 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.js +54 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.d.ts +33 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.js +29 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-variable.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.d.ts +37 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.js +29 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.d.ts +48 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.js +72 -0
- package/lib/model/database-tools-mcp-toolset-custom-sql-tool.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.d.ts +29 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.js +29 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-report.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.js +76 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.d.ts +42 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.js +76 -0
- package/lib/model/database-tools-mcp-toolset-customizable-reporting-tools.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.js +39 -0
- package/lib/model/database-tools-mcp-toolset-default-execution-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.js +61 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant-version.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.d.ts +39 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.js +66 -0
- package/lib/model/database-tools-mcp-toolset-gen-ai-sql-assistant.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.d.ts +32 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.js +43 -0
- package/lib/model/database-tools-mcp-toolset-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-summary.d.ts +91 -0
- package/lib/model/database-tools-mcp-toolset-summary.js +92 -0
- package/lib/model/database-tools-mcp-toolset-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.d.ts +38 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.js +39 -0
- package/lib/model/database-tools-mcp-toolset-tool-status.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-toolset-type.js +41 -0
- package/lib/model/database-tools-mcp-toolset-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-built-in-sql-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.js +61 -0
- package/lib/model/database-tools-mcp-toolset-version-collection.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-custom-sql-tool-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-customizable-reporting-tools-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.d.ts +28 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.js +66 -0
- package/lib/model/database-tools-mcp-toolset-version-gen-ai-sql-assistant-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.d.ts +26 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.js +80 -0
- package/lib/model/database-tools-mcp-toolset-version-summary.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.d.ts +42 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.js +29 -0
- package/lib/model/database-tools-mcp-toolset-version-tool.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset-version-type.d.ts +30 -0
- package/lib/model/database-tools-mcp-toolset-version-type.js +41 -0
- package/lib/model/database-tools-mcp-toolset-version-type.js.map +1 -0
- package/lib/model/database-tools-mcp-toolset.d.ts +95 -0
- package/lib/model/database-tools-mcp-toolset.js +92 -0
- package/lib/model/database-tools-mcp-toolset.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-collection.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-collection.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +1 -1
- package/lib/model/database-tools-private-endpoint-summary.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-summary.js +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint.js +1 -1
- package/lib/model/database-tools-related-resource-my-sql.d.ts +1 -1
- package/lib/model/database-tools-related-resource-my-sql.js +1 -1
- package/lib/model/database-tools-related-resource-postgresql.d.ts +1 -1
- package/lib/model/database-tools-related-resource-postgresql.js +1 -1
- package/lib/model/database-tools-related-resource.d.ts +1 -1
- package/lib/model/database-tools-related-resource.js +1 -1
- package/lib/model/database-tools-sql-report-collection.d.ts +26 -0
- package/lib/model/database-tools-sql-report-collection.js +61 -0
- package/lib/model/database-tools-sql-report-collection.js.map +1 -0
- package/lib/model/database-tools-sql-report-column.d.ts +33 -0
- package/lib/model/database-tools-sql-report-column.js +29 -0
- package/lib/model/database-tools-sql-report-column.js.map +1 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.d.ts +28 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.js +39 -0
- package/lib/model/database-tools-sql-report-lifecycle-state.js.map +1 -0
- package/lib/model/database-tools-sql-report-oracle-database.d.ts +24 -0
- package/lib/model/database-tools-sql-report-oracle-database.js +54 -0
- package/lib/model/database-tools-sql-report-oracle-database.js.map +1 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.d.ts +24 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.js +54 -0
- package/lib/model/database-tools-sql-report-summary-oracle-database.js.map +1 -0
- package/lib/model/database-tools-sql-report-summary.d.ts +95 -0
- package/lib/model/database-tools-sql-report-summary.js +80 -0
- package/lib/model/database-tools-sql-report-summary.js.map +1 -0
- package/lib/model/database-tools-sql-report-type.d.ts +27 -0
- package/lib/model/database-tools-sql-report-type.js +38 -0
- package/lib/model/database-tools-sql-report-type.js.map +1 -0
- package/lib/model/database-tools-sql-report-variable.d.ts +33 -0
- package/lib/model/database-tools-sql-report-variable.js +29 -0
- package/lib/model/database-tools-sql-report-variable.js.map +1 -0
- package/lib/model/database-tools-sql-report.d.ts +107 -0
- package/lib/model/database-tools-sql-report.js +100 -0
- package/lib/model/database-tools-sql-report.js.map +1 -0
- package/lib/model/database-tools-user-password-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-user-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id.js +1 -1
- package/lib/model/database-tools-user-password-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-summary.js +1 -1
- package/lib/model/database-tools-user-password.d.ts +1 -1
- package/lib/model/database-tools-user-password.js +1 -1
- package/lib/model/dbms-cloud-status.d.ts +1 -1
- package/lib/model/dbms-cloud-status.js +1 -1
- package/lib/model/identity-provider-type.d.ts +29 -0
- package/lib/model/identity-provider-type.js +40 -0
- package/lib/model/identity-provider-type.js.map +1 -0
- package/lib/model/identity-type.d.ts +1 -1
- package/lib/model/identity-type.js +1 -1
- package/lib/model/index.d.ts +203 -1
- package/lib/model/index.js +209 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-generic-jdbc.d.ts +1 -1
- package/lib/model/key-store-type-generic-jdbc.js +1 -1
- package/lib/model/key-store-type-my-sql.d.ts +1 -1
- package/lib/model/key-store-type-my-sql.js +1 -1
- package/lib/model/key-store-type-postgresql.d.ts +1 -1
- package/lib/model/key-store-type-postgresql.js +1 -1
- package/lib/model/key-store-type.d.ts +1 -1
- package/lib/model/key-store-type.js +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-type.d.ts +7 -1
- package/lib/model/operation-type.js +7 -1
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/proxy-authentication-type.d.ts +2 -1
- package/lib/model/proxy-authentication-type.js +2 -1
- package/lib/model/proxy-authentication-type.js.map +1 -1
- package/lib/model/refresh-database-tools-identity-credential-details.d.ts +1 -1
- package/lib/model/refresh-database-tools-identity-credential-details.js +1 -1
- package/lib/model/refresh-database-tools-identity-oracle-database-resource-principal-credential-details.d.ts +1 -1
- package/lib/model/refresh-database-tools-identity-oracle-database-resource-principal-credential-details.js +1 -1
- package/lib/model/related-resource-entity-type-my-sql.d.ts +1 -1
- package/lib/model/related-resource-entity-type-my-sql.js +1 -1
- package/lib/model/related-resource-entity-type-postgresql.d.ts +1 -1
- package/lib/model/related-resource-entity-type-postgresql.js +1 -1
- package/lib/model/related-resource-entity-type.d.ts +1 -1
- package/lib/model/related-resource-entity-type.js +1 -1
- package/lib/model/remove-resource-lock-details.d.ts +1 -1
- package/lib/model/remove-resource-lock-details.js +1 -1
- package/lib/model/resource-lock.d.ts +1 -1
- package/lib/model/resource-lock.js +1 -1
- package/lib/model/runtime-identity.d.ts +3 -2
- package/lib/model/runtime-identity.js +3 -2
- package/lib/model/runtime-identity.js.map +1 -1
- package/lib/model/runtime-support.d.ts +1 -1
- package/lib/model/runtime-support.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-database-tools-connection-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-details.js +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +2 -2
- package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.d.ts +24 -0
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.js +54 -0
- package/lib/model/update-database-tools-database-api-gateway-config-default-details.js.map +1 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.d.ts +44 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.js +68 -0
- package/lib/model/update-database-tools-database-api-gateway-config-details.js.map +1 -0
- package/lib/model/update-database-tools-identity-details.d.ts +1 -1
- package/lib/model/update-database-tools-identity-details.js +1 -1
- package/lib/model/update-database-tools-identity-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/update-database-tools-identity-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/update-database-tools-mcp-server-details-default.d.ts +25 -0
- package/lib/model/update-database-tools-mcp-server-details-default.js +62 -0
- package/lib/model/update-database-tools-mcp-server-details-default.js.map +1 -0
- package/lib/model/update-database-tools-mcp-server-details.d.ts +61 -0
- package/lib/model/update-database-tools-mcp-server-details.js +80 -0
- package/lib/model/update-database-tools-mcp-server-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.d.ts +35 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.js +66 -0
- package/lib/model/update-database-tools-mcp-toolset-built-in-sql-tools-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.d.ts +48 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.js +72 -0
- package/lib/model/update-database-tools-mcp-toolset-custom-sql-tool-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.d.ts +39 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.js +76 -0
- package/lib/model/update-database-tools-mcp-toolset-customizable-reporting-tools-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-details.d.ts +52 -0
- package/lib/model/update-database-tools-mcp-toolset-details.js +80 -0
- package/lib/model/update-database-tools-mcp-toolset-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.d.ts +39 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js +66 -0
- package/lib/model/update-database-tools-mcp-toolset-gen-ai-sql-assistant-details.js.map +1 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.d.ts +34 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.js +29 -0
- package/lib/model/update-database-tools-mcp-toolset-tool-details.js.map +1 -0
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-postgresql-details.js +1 -1
- package/lib/model/update-database-tools-sql-report-details-oracle-database.d.ts +24 -0
- package/lib/model/update-database-tools-sql-report-details-oracle-database.js +54 -0
- package/lib/model/update-database-tools-sql-report-details-oracle-database.js.map +1 -0
- package/lib/model/update-database-tools-sql-report-details.d.ts +69 -0
- package/lib/model/update-database-tools-sql-report-details.js +90 -0
- package/lib/model/update-database-tools-sql-report-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-details.js +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.js +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-my-sql-result.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +34 -2
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +11 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.js.map +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.js +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-postgresql-result.js +1 -1
- package/lib/model/validate-database-tools-connection-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-result.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-details.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-details.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-details.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-details.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-result.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-oracle-database-resource-principal-result.js +1 -1
- package/lib/model/validate-database-tools-identity-credential-result.d.ts +1 -1
- package/lib/model/validate-database-tools-identity-credential-result.js +1 -1
- package/lib/model/validation-external-authentication-status.d.ts +36 -0
- package/lib/model/validation-external-authentication-status.js +29 -0
- package/lib/model/validation-external-authentication-status.js.map +1 -0
- package/lib/model/validation-identity-status.d.ts +1 -1
- package/lib/model/validation-identity-status.js +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.js +15 -0
- package/lib/request/add-database-tools-database-api-gateway-config-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.js +15 -0
- package/lib/request/add-database-tools-mcp-server-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.js +15 -0
- package/lib/request/add-database-tools-mcp-toolset-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-sql-report-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-sql-report-lock-request.js +15 -0
- package/lib/request/add-database-tools-sql-report-lock-request.js.map +1 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.d.ts +35 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.js +15 -0
- package/lib/request/cascading-delete-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.js +15 -0
- package/lib/request/change-database-tools-database-api-gateway-config-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.js +15 -0
- package/lib/request/change-database-tools-mcp-server-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.js +15 -0
- package/lib/request/change-database-tools-mcp-toolset-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.d.ts +44 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.js +15 -0
- package/lib/request/change-database-tools-sql-report-compartment-request.js.map +1 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.d.ts +38 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/create-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/create-database-tools-mcp-server-request.d.ts +38 -0
- package/lib/request/create-database-tools-mcp-server-request.js +15 -0
- package/lib/request/create-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/create-database-tools-mcp-toolset-request.d.ts +38 -0
- package/lib/request/create-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/create-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/create-database-tools-sql-report-request.d.ts +38 -0
- package/lib/request/create-database-tools-sql-report-request.js +15 -0
- package/lib/request/create-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.d.ts +39 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/delete-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/delete-database-tools-mcp-server-request.d.ts +39 -0
- package/lib/request/delete-database-tools-mcp-server-request.js +15 -0
- package/lib/request/delete-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.d.ts +39 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/delete-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/delete-database-tools-sql-report-request.d.ts +39 -0
- package/lib/request/delete-database-tools-sql-report-request.js +15 -0
- package/lib/request/delete-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.d.ts +26 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/get-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/get-database-tools-mcp-server-request.d.ts +26 -0
- package/lib/request/get-database-tools-mcp-server-request.js +15 -0
- package/lib/request/get-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/get-database-tools-mcp-toolset-request.d.ts +26 -0
- package/lib/request/get-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/get-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/get-database-tools-sql-report-request.d.ts +26 -0
- package/lib/request/get-database-tools-sql-report-request.js +15 -0
- package/lib/request/get-database-tools-sql-report-request.js.map +1 -0
- package/lib/request/index.d.ts +69 -1
- package/lib/request/index.js +10 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-database-tools-database-api-gateway-configs-request.d.ts +62 -0
- package/lib/request/list-database-tools-database-api-gateway-configs-request.js +24 -0
- package/lib/request/list-database-tools-database-api-gateway-configs-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-servers-request.d.ts +70 -0
- package/lib/request/list-database-tools-mcp-servers-request.js +24 -0
- package/lib/request/list-database-tools-mcp-servers-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.d.ts +34 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.js +15 -0
- package/lib/request/list-database-tools-mcp-toolset-versions-request.js.map +1 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.d.ts +66 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.js +24 -0
- package/lib/request/list-database-tools-mcp-toolsets-request.js.map +1 -0
- package/lib/request/list-database-tools-sql-reports-request.d.ts +62 -0
- package/lib/request/list-database-tools-sql-reports-request.js +24 -0
- package/lib/request/list-database-tools-sql-reports-request.js.map +1 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.js +15 -0
- package/lib/request/remove-database-tools-database-api-gateway-config-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.js +15 -0
- package/lib/request/remove-database-tools-mcp-server-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.js +15 -0
- package/lib/request/remove-database-tools-mcp-toolset-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.js +15 -0
- package/lib/request/remove-database-tools-sql-report-lock-request.js.map +1 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.d.ts +44 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.js +15 -0
- package/lib/request/update-database-tools-database-api-gateway-config-request.js.map +1 -0
- package/lib/request/update-database-tools-mcp-server-request.d.ts +44 -0
- package/lib/request/update-database-tools-mcp-server-request.js +15 -0
- package/lib/request/update-database-tools-mcp-server-request.js.map +1 -0
- package/lib/request/update-database-tools-mcp-toolset-request.d.ts +44 -0
- package/lib/request/update-database-tools-mcp-toolset-request.js +15 -0
- package/lib/request/update-database-tools-mcp-toolset-request.js.map +1 -0
- package/lib/request/update-database-tools-sql-report-request.d.ts +44 -0
- package/lib/request/update-database-tools-sql-report-request.js +15 -0
- package/lib/request/update-database-tools-sql-report-request.js.map +1 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.js +15 -0
- package/lib/response/add-database-tools-database-api-gateway-config-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.js +15 -0
- package/lib/response/add-database-tools-mcp-server-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.js +15 -0
- package/lib/response/add-database-tools-mcp-toolset-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-sql-report-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-sql-report-lock-response.js +15 -0
- package/lib/response/add-database-tools-sql-report-lock-response.js.map +1 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.js +15 -0
- package/lib/response/cascading-delete-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.js +15 -0
- package/lib/response/change-database-tools-database-api-gateway-config-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.js +15 -0
- package/lib/response/change-database-tools-mcp-server-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.js +15 -0
- package/lib/response/change-database-tools-mcp-toolset-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.d.ts +20 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.js +15 -0
- package/lib/response/change-database-tools-sql-report-compartment-response.js.map +1 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.d.ts +34 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/create-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/create-database-tools-mcp-server-response.d.ts +39 -0
- package/lib/response/create-database-tools-mcp-server-response.js +15 -0
- package/lib/response/create-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/create-database-tools-mcp-toolset-response.d.ts +39 -0
- package/lib/response/create-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/create-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/create-database-tools-sql-report-response.d.ts +39 -0
- package/lib/response/create-database-tools-sql-report-response.js +15 -0
- package/lib/response/create-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.d.ts +20 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/delete-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/delete-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/delete-database-tools-mcp-server-response.js +15 -0
- package/lib/response/delete-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.d.ts +25 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/delete-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/delete-database-tools-sql-report-response.d.ts +20 -0
- package/lib/response/delete-database-tools-sql-report-response.js +15 -0
- package/lib/response/delete-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.d.ts +30 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/get-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/get-database-tools-mcp-server-response.d.ts +30 -0
- package/lib/response/get-database-tools-mcp-server-response.js +15 -0
- package/lib/response/get-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/get-database-tools-mcp-toolset-response.d.ts +30 -0
- package/lib/response/get-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/get-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/get-database-tools-sql-report-response.d.ts +30 -0
- package/lib/response/get-database-tools-sql-report-response.js +15 -0
- package/lib/response/get-database-tools-sql-report-response.js.map +1 -0
- package/lib/response/index.d.ts +69 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-database-tools-database-api-gateway-configs-response.d.ts +32 -0
- package/lib/response/list-database-tools-database-api-gateway-configs-response.js +15 -0
- package/lib/response/list-database-tools-database-api-gateway-configs-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-servers-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-servers-response.js +15 -0
- package/lib/response/list-database-tools-mcp-servers-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.js +15 -0
- package/lib/response/list-database-tools-mcp-toolset-versions-response.js.map +1 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.d.ts +32 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.js +15 -0
- package/lib/response/list-database-tools-mcp-toolsets-response.js.map +1 -0
- package/lib/response/list-database-tools-sql-reports-response.d.ts +32 -0
- package/lib/response/list-database-tools-sql-reports-response.js +15 -0
- package/lib/response/list-database-tools-sql-reports-response.js.map +1 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.js +15 -0
- package/lib/response/remove-database-tools-database-api-gateway-config-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.js +15 -0
- package/lib/response/remove-database-tools-mcp-server-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.js +15 -0
- package/lib/response/remove-database-tools-mcp-toolset-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.js +15 -0
- package/lib/response/remove-database-tools-sql-report-lock-response.js.map +1 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.d.ts +30 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.js +15 -0
- package/lib/response/update-database-tools-database-api-gateway-config-response.js.map +1 -0
- package/lib/response/update-database-tools-mcp-server-response.d.ts +25 -0
- package/lib/response/update-database-tools-mcp-server-response.js +15 -0
- package/lib/response/update-database-tools-mcp-server-response.js.map +1 -0
- package/lib/response/update-database-tools-mcp-toolset-response.d.ts +25 -0
- package/lib/response/update-database-tools-mcp-toolset-response.js +15 -0
- package/lib/response/update-database-tools-mcp-toolset-response.js.map +1 -0
- package/lib/response/update-database-tools-sql-report-response.d.ts +30 -0
- package/lib/response/update-database-tools-sql-report-response.js +15 -0
- package/lib/response/update-database-tools-sql-report-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* List of Database Tools SQL report summary items.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsSqlReportCollection {
|
|
18
|
+
/**
|
|
19
|
+
* Array of Database Tools SQL report summary items.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.DatabaseToolsSqlReportSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseToolsSqlReportCollection {
|
|
24
|
+
function getJsonObj(obj: DatabaseToolsSqlReportCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsSqlReportCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsSqlReportCollection;
|
|
37
|
+
(function (DatabaseToolsSqlReportCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DatabaseToolsSqlReportSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsSqlReportCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.DatabaseToolsSqlReportSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsSqlReportCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsSqlReportCollection = exports.DatabaseToolsSqlReportCollection || (exports.DatabaseToolsSqlReportCollection = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-sql-report-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-collection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Descriptive information on columns referenced in the Database Tools SQL Report source.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsSqlReportColumn {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the column
|
|
19
|
+
*/
|
|
20
|
+
"name": string;
|
|
21
|
+
/**
|
|
22
|
+
* The description of the column
|
|
23
|
+
*/
|
|
24
|
+
"description": string;
|
|
25
|
+
/**
|
|
26
|
+
* The type of the column
|
|
27
|
+
*/
|
|
28
|
+
"type": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace DatabaseToolsSqlReportColumn {
|
|
31
|
+
function getJsonObj(obj: DatabaseToolsSqlReportColumn): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportColumn): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DatabaseToolsSqlReportColumn = void 0;
|
|
16
|
+
var DatabaseToolsSqlReportColumn;
|
|
17
|
+
(function (DatabaseToolsSqlReportColumn) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
DatabaseToolsSqlReportColumn.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DatabaseToolsSqlReportColumn.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(DatabaseToolsSqlReportColumn = exports.DatabaseToolsSqlReportColumn || (exports.DatabaseToolsSqlReportColumn = {}));
|
|
29
|
+
//# sourceMappingURL=database-tools-sql-report-column.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-column.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-column.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* The lifecycle state.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum DatabaseToolsSqlReportLifecycleState {
|
|
17
|
+
Active = "ACTIVE",
|
|
18
|
+
Deleted = "DELETED",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DatabaseToolsSqlReportLifecycleState {
|
|
26
|
+
function getJsonObj(obj: DatabaseToolsSqlReportLifecycleState): DatabaseToolsSqlReportLifecycleState;
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportLifecycleState): DatabaseToolsSqlReportLifecycleState;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools API
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.DatabaseToolsSqlReportLifecycleState = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The lifecycle state.
|
|
18
|
+
**/
|
|
19
|
+
var DatabaseToolsSqlReportLifecycleState;
|
|
20
|
+
(function (DatabaseToolsSqlReportLifecycleState) {
|
|
21
|
+
DatabaseToolsSqlReportLifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
DatabaseToolsSqlReportLifecycleState["Deleted"] = "DELETED";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
DatabaseToolsSqlReportLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(DatabaseToolsSqlReportLifecycleState = exports.DatabaseToolsSqlReportLifecycleState || (exports.DatabaseToolsSqlReportLifecycleState = {}));
|
|
29
|
+
(function (DatabaseToolsSqlReportLifecycleState) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
DatabaseToolsSqlReportLifecycleState.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
DatabaseToolsSqlReportLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(DatabaseToolsSqlReportLifecycleState = exports.DatabaseToolsSqlReportLifecycleState || (exports.DatabaseToolsSqlReportLifecycleState = {}));
|
|
39
|
+
//# sourceMappingURL=database-tools-sql-report-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,oCASX;AATD,WAAY,oCAAoC;IAC9C,yDAAiB,CAAA;IACjB,2DAAmB,CAAA;IAEnB;;;OAGG;IACH,sEAA8B,CAAA;AAChC,CAAC,EATW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAS/C;AAED,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
|
|
@@ -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
|
+
* Allows the creation, configuration and management of an SQL Report.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsSqlReportOracleDatabase extends model.DatabaseToolsSqlReport {
|
|
18
|
+
"type": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace DatabaseToolsSqlReportOracleDatabase {
|
|
21
|
+
function getJsonObj(obj: DatabaseToolsSqlReportOracleDatabase, isParentJsonObj?: boolean): object;
|
|
22
|
+
const type = "ORACLE_DATABASE";
|
|
23
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportOracleDatabase, 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.DatabaseToolsSqlReportOracleDatabase = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsSqlReportOracleDatabase;
|
|
37
|
+
(function (DatabaseToolsSqlReportOracleDatabase) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsSqlReport.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsSqlReportOracleDatabase.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsSqlReportOracleDatabase.type = "ORACLE_DATABASE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsSqlReport.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsSqlReportOracleDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsSqlReportOracleDatabase = exports.DatabaseToolsSqlReportOracleDatabase || (exports.DatabaseToolsSqlReportOracleDatabase = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-sql-report-oracle-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-oracle-database.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-oracle-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oCAAoC,CA8BpD;AA9BD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA0C,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAU,aAYzB,CAAA;IACY,yCAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA8BpD"}
|
|
@@ -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
|
+
* Summary of the Database Tools SQL report for an Oracle Database.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsSqlReportSummaryOracleDatabase extends model.DatabaseToolsSqlReportSummary {
|
|
18
|
+
"type": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace DatabaseToolsSqlReportSummaryOracleDatabase {
|
|
21
|
+
function getJsonObj(obj: DatabaseToolsSqlReportSummaryOracleDatabase, isParentJsonObj?: boolean): object;
|
|
22
|
+
const type = "ORACLE_DATABASE";
|
|
23
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportSummaryOracleDatabase, 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.DatabaseToolsSqlReportSummaryOracleDatabase = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsSqlReportSummaryOracleDatabase;
|
|
37
|
+
(function (DatabaseToolsSqlReportSummaryOracleDatabase) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsSqlReportSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsSqlReportSummaryOracleDatabase.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsSqlReportSummaryOracleDatabase.type = "ORACLE_DATABASE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsSqlReportSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsSqlReportSummaryOracleDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsSqlReportSummaryOracleDatabase = exports.DatabaseToolsSqlReportSummaryOracleDatabase || (exports.DatabaseToolsSqlReportSummaryOracleDatabase = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-sql-report-summary-oracle-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-summary-oracle-database.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-summary-oracle-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAC7C,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,gDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools API
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary of the Database Tools SQL report.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsSqlReportSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools SQL Report.
|
|
20
|
+
*/
|
|
21
|
+
"id": string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools SQL Report.
|
|
24
|
+
*/
|
|
25
|
+
"compartmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* A user-friendly name. Does not have to be unique and can be updated. Avoid entering confidential information.
|
|
28
|
+
*/
|
|
29
|
+
"displayName": string;
|
|
30
|
+
/**
|
|
31
|
+
* A description of the SQL report.
|
|
32
|
+
*/
|
|
33
|
+
"description"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Purpose of the Database Tools SQL report. Scenario or conditions describing when or why this report should be used. Provides selection criteria to AI agents to improve report selection accuracy.
|
|
36
|
+
*/
|
|
37
|
+
"purpose"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Instructions on how to use the SQL report. Step-by-step guidance for an AI agent on how to execute or fill in parameters for the report.
|
|
40
|
+
*/
|
|
41
|
+
"instructions"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The current state of the Database Tools SQL Report.
|
|
44
|
+
*/
|
|
45
|
+
"lifecycleState": model.DatabaseToolsSqlReportLifecycleState;
|
|
46
|
+
/**
|
|
47
|
+
* A message describing the current state of the Database Tools SQL Report.
|
|
48
|
+
*/
|
|
49
|
+
"lifecycleDetails"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The time the Database Tools SQL Report was created. An RFC3339 formatted datetime string.
|
|
52
|
+
*/
|
|
53
|
+
"timeCreated": Date;
|
|
54
|
+
/**
|
|
55
|
+
* The time the Database Tools SQL Report was updated. An RFC3339 formatted datetime string.
|
|
56
|
+
*/
|
|
57
|
+
"timeUpdated": Date;
|
|
58
|
+
/**
|
|
59
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
60
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"definedTags"?: {
|
|
64
|
+
[key: string]: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
70
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"freeformTags"?: {
|
|
74
|
+
[key: string]: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Locks associated with this resource.
|
|
88
|
+
*/
|
|
89
|
+
"locks"?: Array<model.ResourceLock>;
|
|
90
|
+
"type": string;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace DatabaseToolsSqlReportSummary {
|
|
93
|
+
function getJsonObj(obj: DatabaseToolsSqlReportSummary): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: DatabaseToolsSqlReportSummary): object;
|
|
95
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.DatabaseToolsSqlReportSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var DatabaseToolsSqlReportSummary;
|
|
38
|
+
(function (DatabaseToolsSqlReportSummary) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"locks": obj.locks
|
|
42
|
+
? obj.locks.map(item => {
|
|
43
|
+
return model.ResourceLock.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
if (obj && "type" in obj && obj.type) {
|
|
48
|
+
switch (obj.type) {
|
|
49
|
+
case "ORACLE_DATABASE":
|
|
50
|
+
return model.DatabaseToolsSqlReportSummaryOracleDatabase.getJsonObj(jsonObj, true);
|
|
51
|
+
default:
|
|
52
|
+
if (common.LOG.logger)
|
|
53
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
DatabaseToolsSqlReportSummary.getJsonObj = getJsonObj;
|
|
59
|
+
function getDeserializedJsonObj(obj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
61
|
+
"locks": obj.locks
|
|
62
|
+
? obj.locks.map(item => {
|
|
63
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
64
|
+
})
|
|
65
|
+
: undefined
|
|
66
|
+
});
|
|
67
|
+
if (obj && "type" in obj && obj.type) {
|
|
68
|
+
switch (obj.type) {
|
|
69
|
+
case "ORACLE_DATABASE":
|
|
70
|
+
return model.DatabaseToolsSqlReportSummaryOracleDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
71
|
+
default:
|
|
72
|
+
if (common.LOG.logger)
|
|
73
|
+
common.LOG.logger.info(`Unknown value for: ${obj.type}`);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return jsonObj;
|
|
77
|
+
}
|
|
78
|
+
DatabaseToolsSqlReportSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
79
|
+
})(DatabaseToolsSqlReportSummary = exports.DatabaseToolsSqlReportSummary || (exports.DatabaseToolsSqlReportSummary = {}));
|
|
80
|
+
//# sourceMappingURL=database-tools-sql-report-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-sql-report-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-sql-report-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAwEtC,IAAiB,6BAA6B,CAmD7C;AAnDD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,2CAA2C,CAAC,UAAU,CACL,OAAQ,EACpE,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;IAxBe,wCAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACjB,OAAQ,EACpE,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;IAxBe,oDAAsB,yBAwBrC,CAAA;AACH,CAAC,EAnDgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAmD7C"}
|