oci-databasetools 2.30.0 → 2.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +48 -48
- package/lib/client.js +58 -58
- package/lib/client.js.map +1 -1
- package/lib/databasetools-waiter.d.ts +1 -1
- package/lib/databasetools-waiter.js +1 -1
- package/lib/model/action-type.d.ts +2 -2
- package/lib/model/action-type.js +2 -2
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
- package/lib/model/connection-type.d.ts +3 -2
- package/lib/model/connection-type.js +3 -2
- package/lib/model/connection-type.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +3 -3
- package/lib/model/create-database-tools-connection-details.js +5 -1
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +6 -6
- package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -5
- 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 +30 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +3 -3
- package/lib/model/database-tools-connection-collection.js +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql-summary.js +78 -0
- package/lib/model/database-tools-connection-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-connection-my-sql.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql.js +78 -0
- package/lib/model/database-tools-connection-my-sql.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +5 -5
- package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +7 -7
- package/lib/model/database-tools-connection-oracle-database.js +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +7 -7
- package/lib/model/database-tools-connection-summary.js +5 -1
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +8 -8
- package/lib/model/database-tools-connection.js +5 -1
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-endpoint-service-collection.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service-collection.js +1 -1
- package/lib/model/database-tools-endpoint-service-summary.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service-summary.js +1 -1
- package/lib/model/database-tools-endpoint-service.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service.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-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js.map +1 -0
- package/lib/model/{service-capability.d.ts → database-tools-key-store-content-my-sql.d.ts} +8 -8
- package/lib/model/database-tools-key-store-content-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql.js.map +1 -0
- 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-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js.map +1 -0
- 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-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-details.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql.d.ts +28 -0
- package/lib/model/{database-tools-allowed-network-sources.js → database-tools-key-store-my-sql.js} +18 -16
- package/lib/model/database-tools-key-store-my-sql.js.map +1 -0
- 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-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql.js.map +1 -0
- 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-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js.map +1 -0
- 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-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-private-endpoint-collection.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint-collection.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +2 -2
- 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 +9 -9
- package/lib/model/database-tools-private-endpoint-summary.js +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +9 -9
- package/lib/model/database-tools-private-endpoint.js +1 -1
- package/lib/model/database-tools-related-resource-my-sql.d.ts +30 -0
- package/lib/model/{database-tools-virtual-source.js → database-tools-related-resource-my-sql.js} +8 -8
- package/lib/model/database-tools-related-resource-my-sql.js.map +1 -0
- 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-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 +2 -2
- 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/index.d.ts +53 -7
- package/lib/model/index.js +55 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-my-sql.d.ts +29 -0
- package/lib/model/key-store-type-my-sql.js +40 -0
- package/lib/model/key-store-type-my-sql.js.map +1 -0
- package/lib/model/key-store-type.d.ts +2 -2
- package/lib/model/key-store-type.js +2 -2
- package/lib/model/lifecycle-state.d.ts +2 -2
- package/lib/model/lifecycle-state.js +2 -2
- package/lib/model/operation-status.d.ts +2 -2
- package/lib/model/operation-status.js +2 -2
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/related-resource-entity-type-my-sql.d.ts +27 -0
- package/lib/model/related-resource-entity-type-my-sql.js +38 -0
- package/lib/model/related-resource-entity-type-my-sql.js.map +1 -0
- package/lib/model/related-resource-entity-type.d.ts +2 -2
- package/lib/model/related-resource-entity-type.js +2 -2
- package/lib/model/sort-order.d.ts +2 -2
- package/lib/model/sort-order.js +2 -2
- package/lib/model/update-database-tools-connection-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-details.js +5 -1
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +5 -5
- package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
- 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 +30 -0
- package/lib/model/update-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-my-sql-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 +5 -1
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +2 -2
- 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 +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +1 -1
- package/lib/model/validate-database-tools-connection-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-result.js +5 -1
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +3 -3
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +2 -2
- 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 +3 -3
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +2 -2
- 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/change-database-tools-connection-compartment-request.d.ts +2 -2
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-database-tools-connection-request.d.ts +3 -3
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-database-tools-connection-request.d.ts +2 -2
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +2 -2
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +4 -4
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +4 -4
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +5 -5
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-database-tools-connection-request.d.ts +3 -3
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/validate-database-tools-connection-request.d.ts +3 -3
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/package.json +3 -3
- package/lib/model/database-tools-allowed-network-sources.d.ts +0 -34
- package/lib/model/database-tools-allowed-network-sources.js.map +0 -1
- package/lib/model/database-tools-virtual-source.d.ts +0 -29
- package/lib/model/database-tools-virtual-source.js.map +0 -1
- package/lib/model/service-capability.js +0 -33
- package/lib/model/service-capability.js.map +0 -1
package/lib/model/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -31,8 +31,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.
|
|
35
|
-
exports.ValidateDatabaseToolsConnectionOracleDatabaseResult = exports.ValidateDatabaseToolsConnectionOracleDatabaseDetails = exports.UpdateDatabaseToolsConnectionOracleDatabaseDetails = exports.DatabaseToolsUserPasswordSecretIdSummary = exports.DatabaseToolsUserPasswordSecretIdDetails = exports.DatabaseToolsUserPasswordSecretId = exports.DatabaseToolsKeyStorePasswordSecretIdSummary = exports.DatabaseToolsKeyStorePasswordSecretIdDetails = exports.DatabaseToolsKeyStorePasswordSecretId = exports.DatabaseToolsKeyStoreContentSecretIdSummary = exports.DatabaseToolsKeyStoreContentSecretIdDetails = exports.DatabaseToolsKeyStoreContentSecretId = exports.DatabaseToolsConnectionOracleDatabaseSummary = exports.DatabaseToolsConnectionOracleDatabase = exports.CreateDatabaseToolsConnectionOracleDatabaseDetails = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = void 0;
|
|
34
|
+
exports.SortOrder = exports.RelatedResourceEntityTypeMySql = exports.RelatedResourceEntityType = exports.OperationType = exports.OperationStatus = exports.LifecycleState = exports.KeyStoreTypeMySql = exports.KeyStoreType = exports.DatabaseToolsUserPasswordSummary = exports.DatabaseToolsUserPasswordDetails = exports.DatabaseToolsUserPassword = exports.DatabaseToolsRelatedResourceMySql = exports.DatabaseToolsRelatedResource = exports.DatabaseToolsPrivateEndpointSummary = exports.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp = exports.DatabaseToolsPrivateEndpointReverseConnectionConfiguration = exports.DatabaseToolsPrivateEndpointCollection = exports.DatabaseToolsPrivateEndpoint = exports.DatabaseToolsKeyStoreSummary = exports.DatabaseToolsKeyStorePasswordSummary = exports.DatabaseToolsKeyStorePasswordMySqlSummary = exports.DatabaseToolsKeyStorePasswordMySqlDetails = exports.DatabaseToolsKeyStorePasswordMySql = exports.DatabaseToolsKeyStorePasswordDetails = exports.DatabaseToolsKeyStorePassword = exports.DatabaseToolsKeyStoreMySqlSummary = exports.DatabaseToolsKeyStoreMySqlDetails = exports.DatabaseToolsKeyStoreMySql = exports.DatabaseToolsKeyStoreDetails = exports.DatabaseToolsKeyStoreContentSummary = exports.DatabaseToolsKeyStoreContentMySqlSummary = exports.DatabaseToolsKeyStoreContentMySqlDetails = exports.DatabaseToolsKeyStoreContentMySql = exports.DatabaseToolsKeyStoreContentDetails = exports.DatabaseToolsKeyStoreContent = exports.DatabaseToolsKeyStore = exports.DatabaseToolsEndpointServiceSummary = exports.DatabaseToolsEndpointServiceCollection = exports.DatabaseToolsEndpointService = exports.DatabaseToolsConnectionSummary = exports.DatabaseToolsConnectionCollection = exports.DatabaseToolsConnection = exports.CreateDatabaseToolsRelatedResourceMySqlDetails = exports.CreateDatabaseToolsRelatedResourceDetails = exports.CreateDatabaseToolsPrivateEndpointDetails = exports.CreateDatabaseToolsConnectionDetails = exports.ConnectionType = exports.ChangeDatabaseToolsPrivateEndpointCompartmentDetails = exports.ChangeDatabaseToolsConnectionCompartmentDetails = exports.ActionType = void 0;
|
|
35
|
+
exports.ValidateDatabaseToolsConnectionOracleDatabaseResult = exports.ValidateDatabaseToolsConnectionOracleDatabaseDetails = exports.ValidateDatabaseToolsConnectionMySqlResult = exports.ValidateDatabaseToolsConnectionMySqlDetails = exports.UpdateDatabaseToolsConnectionOracleDatabaseDetails = exports.UpdateDatabaseToolsConnectionMySqlDetails = exports.DatabaseToolsUserPasswordSecretIdSummary = exports.DatabaseToolsUserPasswordSecretIdDetails = exports.DatabaseToolsUserPasswordSecretId = exports.DatabaseToolsKeyStorePasswordSecretIdSummary = exports.DatabaseToolsKeyStorePasswordSecretIdMySqlSummary = exports.DatabaseToolsKeyStorePasswordSecretIdMySqlDetails = exports.DatabaseToolsKeyStorePasswordSecretIdMySql = exports.DatabaseToolsKeyStorePasswordSecretIdDetails = exports.DatabaseToolsKeyStorePasswordSecretId = exports.DatabaseToolsKeyStoreContentSecretIdSummary = exports.DatabaseToolsKeyStoreContentSecretIdMySqlSummary = exports.DatabaseToolsKeyStoreContentSecretIdMySqlDetails = exports.DatabaseToolsKeyStoreContentSecretIdMySql = exports.DatabaseToolsKeyStoreContentSecretIdDetails = exports.DatabaseToolsKeyStoreContentSecretId = exports.DatabaseToolsConnectionOracleDatabaseSummary = exports.DatabaseToolsConnectionOracleDatabase = exports.DatabaseToolsConnectionMySqlSummary = exports.DatabaseToolsConnectionMySql = exports.CreateDatabaseToolsConnectionOracleDatabaseDetails = exports.CreateDatabaseToolsConnectionMySqlDetails = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.ValidateDatabaseToolsConnectionResult = exports.ValidateDatabaseToolsConnectionDetails = exports.UpdateDatabaseToolsRelatedResourceMySqlDetails = exports.UpdateDatabaseToolsRelatedResourceDetails = exports.UpdateDatabaseToolsPrivateEndpointDetails = exports.UpdateDatabaseToolsConnectionDetails = void 0;
|
|
36
36
|
const ActionType = __importStar(require("./action-type"));
|
|
37
37
|
exports.ActionType = ActionType.ActionType;
|
|
38
38
|
const ChangeDatabaseToolsConnectionCompartmentDetails = __importStar(require("./change-database-tools-connection-compartment-details"));
|
|
@@ -47,8 +47,8 @@ const CreateDatabaseToolsPrivateEndpointDetails = __importStar(require("./create
|
|
|
47
47
|
exports.CreateDatabaseToolsPrivateEndpointDetails = CreateDatabaseToolsPrivateEndpointDetails.CreateDatabaseToolsPrivateEndpointDetails;
|
|
48
48
|
const CreateDatabaseToolsRelatedResourceDetails = __importStar(require("./create-database-tools-related-resource-details"));
|
|
49
49
|
exports.CreateDatabaseToolsRelatedResourceDetails = CreateDatabaseToolsRelatedResourceDetails.CreateDatabaseToolsRelatedResourceDetails;
|
|
50
|
-
const
|
|
51
|
-
exports.
|
|
50
|
+
const CreateDatabaseToolsRelatedResourceMySqlDetails = __importStar(require("./create-database-tools-related-resource-my-sql-details"));
|
|
51
|
+
exports.CreateDatabaseToolsRelatedResourceMySqlDetails = CreateDatabaseToolsRelatedResourceMySqlDetails.CreateDatabaseToolsRelatedResourceMySqlDetails;
|
|
52
52
|
const DatabaseToolsConnection = __importStar(require("./database-tools-connection"));
|
|
53
53
|
exports.DatabaseToolsConnection = DatabaseToolsConnection.DatabaseToolsConnection;
|
|
54
54
|
const DatabaseToolsConnectionCollection = __importStar(require("./database-tools-connection-collection"));
|
|
@@ -67,14 +67,32 @@ const DatabaseToolsKeyStoreContent = __importStar(require("./database-tools-key-
|
|
|
67
67
|
exports.DatabaseToolsKeyStoreContent = DatabaseToolsKeyStoreContent.DatabaseToolsKeyStoreContent;
|
|
68
68
|
const DatabaseToolsKeyStoreContentDetails = __importStar(require("./database-tools-key-store-content-details"));
|
|
69
69
|
exports.DatabaseToolsKeyStoreContentDetails = DatabaseToolsKeyStoreContentDetails.DatabaseToolsKeyStoreContentDetails;
|
|
70
|
+
const DatabaseToolsKeyStoreContentMySql = __importStar(require("./database-tools-key-store-content-my-sql"));
|
|
71
|
+
exports.DatabaseToolsKeyStoreContentMySql = DatabaseToolsKeyStoreContentMySql.DatabaseToolsKeyStoreContentMySql;
|
|
72
|
+
const DatabaseToolsKeyStoreContentMySqlDetails = __importStar(require("./database-tools-key-store-content-my-sql-details"));
|
|
73
|
+
exports.DatabaseToolsKeyStoreContentMySqlDetails = DatabaseToolsKeyStoreContentMySqlDetails.DatabaseToolsKeyStoreContentMySqlDetails;
|
|
74
|
+
const DatabaseToolsKeyStoreContentMySqlSummary = __importStar(require("./database-tools-key-store-content-my-sql-summary"));
|
|
75
|
+
exports.DatabaseToolsKeyStoreContentMySqlSummary = DatabaseToolsKeyStoreContentMySqlSummary.DatabaseToolsKeyStoreContentMySqlSummary;
|
|
70
76
|
const DatabaseToolsKeyStoreContentSummary = __importStar(require("./database-tools-key-store-content-summary"));
|
|
71
77
|
exports.DatabaseToolsKeyStoreContentSummary = DatabaseToolsKeyStoreContentSummary.DatabaseToolsKeyStoreContentSummary;
|
|
72
78
|
const DatabaseToolsKeyStoreDetails = __importStar(require("./database-tools-key-store-details"));
|
|
73
79
|
exports.DatabaseToolsKeyStoreDetails = DatabaseToolsKeyStoreDetails.DatabaseToolsKeyStoreDetails;
|
|
80
|
+
const DatabaseToolsKeyStoreMySql = __importStar(require("./database-tools-key-store-my-sql"));
|
|
81
|
+
exports.DatabaseToolsKeyStoreMySql = DatabaseToolsKeyStoreMySql.DatabaseToolsKeyStoreMySql;
|
|
82
|
+
const DatabaseToolsKeyStoreMySqlDetails = __importStar(require("./database-tools-key-store-my-sql-details"));
|
|
83
|
+
exports.DatabaseToolsKeyStoreMySqlDetails = DatabaseToolsKeyStoreMySqlDetails.DatabaseToolsKeyStoreMySqlDetails;
|
|
84
|
+
const DatabaseToolsKeyStoreMySqlSummary = __importStar(require("./database-tools-key-store-my-sql-summary"));
|
|
85
|
+
exports.DatabaseToolsKeyStoreMySqlSummary = DatabaseToolsKeyStoreMySqlSummary.DatabaseToolsKeyStoreMySqlSummary;
|
|
74
86
|
const DatabaseToolsKeyStorePassword = __importStar(require("./database-tools-key-store-password"));
|
|
75
87
|
exports.DatabaseToolsKeyStorePassword = DatabaseToolsKeyStorePassword.DatabaseToolsKeyStorePassword;
|
|
76
88
|
const DatabaseToolsKeyStorePasswordDetails = __importStar(require("./database-tools-key-store-password-details"));
|
|
77
89
|
exports.DatabaseToolsKeyStorePasswordDetails = DatabaseToolsKeyStorePasswordDetails.DatabaseToolsKeyStorePasswordDetails;
|
|
90
|
+
const DatabaseToolsKeyStorePasswordMySql = __importStar(require("./database-tools-key-store-password-my-sql"));
|
|
91
|
+
exports.DatabaseToolsKeyStorePasswordMySql = DatabaseToolsKeyStorePasswordMySql.DatabaseToolsKeyStorePasswordMySql;
|
|
92
|
+
const DatabaseToolsKeyStorePasswordMySqlDetails = __importStar(require("./database-tools-key-store-password-my-sql-details"));
|
|
93
|
+
exports.DatabaseToolsKeyStorePasswordMySqlDetails = DatabaseToolsKeyStorePasswordMySqlDetails.DatabaseToolsKeyStorePasswordMySqlDetails;
|
|
94
|
+
const DatabaseToolsKeyStorePasswordMySqlSummary = __importStar(require("./database-tools-key-store-password-my-sql-summary"));
|
|
95
|
+
exports.DatabaseToolsKeyStorePasswordMySqlSummary = DatabaseToolsKeyStorePasswordMySqlSummary.DatabaseToolsKeyStorePasswordMySqlSummary;
|
|
78
96
|
const DatabaseToolsKeyStorePasswordSummary = __importStar(require("./database-tools-key-store-password-summary"));
|
|
79
97
|
exports.DatabaseToolsKeyStorePasswordSummary = DatabaseToolsKeyStorePasswordSummary.DatabaseToolsKeyStorePasswordSummary;
|
|
80
98
|
const DatabaseToolsKeyStoreSummary = __importStar(require("./database-tools-key-store-summary"));
|
|
@@ -91,16 +109,18 @@ const DatabaseToolsPrivateEndpointSummary = __importStar(require("./database-too
|
|
|
91
109
|
exports.DatabaseToolsPrivateEndpointSummary = DatabaseToolsPrivateEndpointSummary.DatabaseToolsPrivateEndpointSummary;
|
|
92
110
|
const DatabaseToolsRelatedResource = __importStar(require("./database-tools-related-resource"));
|
|
93
111
|
exports.DatabaseToolsRelatedResource = DatabaseToolsRelatedResource.DatabaseToolsRelatedResource;
|
|
112
|
+
const DatabaseToolsRelatedResourceMySql = __importStar(require("./database-tools-related-resource-my-sql"));
|
|
113
|
+
exports.DatabaseToolsRelatedResourceMySql = DatabaseToolsRelatedResourceMySql.DatabaseToolsRelatedResourceMySql;
|
|
94
114
|
const DatabaseToolsUserPassword = __importStar(require("./database-tools-user-password"));
|
|
95
115
|
exports.DatabaseToolsUserPassword = DatabaseToolsUserPassword.DatabaseToolsUserPassword;
|
|
96
116
|
const DatabaseToolsUserPasswordDetails = __importStar(require("./database-tools-user-password-details"));
|
|
97
117
|
exports.DatabaseToolsUserPasswordDetails = DatabaseToolsUserPasswordDetails.DatabaseToolsUserPasswordDetails;
|
|
98
118
|
const DatabaseToolsUserPasswordSummary = __importStar(require("./database-tools-user-password-summary"));
|
|
99
119
|
exports.DatabaseToolsUserPasswordSummary = DatabaseToolsUserPasswordSummary.DatabaseToolsUserPasswordSummary;
|
|
100
|
-
const DatabaseToolsVirtualSource = __importStar(require("./database-tools-virtual-source"));
|
|
101
|
-
exports.DatabaseToolsVirtualSource = DatabaseToolsVirtualSource.DatabaseToolsVirtualSource;
|
|
102
120
|
const KeyStoreType = __importStar(require("./key-store-type"));
|
|
103
121
|
exports.KeyStoreType = KeyStoreType.KeyStoreType;
|
|
122
|
+
const KeyStoreTypeMySql = __importStar(require("./key-store-type-my-sql"));
|
|
123
|
+
exports.KeyStoreTypeMySql = KeyStoreTypeMySql.KeyStoreTypeMySql;
|
|
104
124
|
const LifecycleState = __importStar(require("./lifecycle-state"));
|
|
105
125
|
exports.LifecycleState = LifecycleState.LifecycleState;
|
|
106
126
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
@@ -109,8 +129,8 @@ const OperationType = __importStar(require("./operation-type"));
|
|
|
109
129
|
exports.OperationType = OperationType.OperationType;
|
|
110
130
|
const RelatedResourceEntityType = __importStar(require("./related-resource-entity-type"));
|
|
111
131
|
exports.RelatedResourceEntityType = RelatedResourceEntityType.RelatedResourceEntityType;
|
|
112
|
-
const
|
|
113
|
-
exports.
|
|
132
|
+
const RelatedResourceEntityTypeMySql = __importStar(require("./related-resource-entity-type-my-sql"));
|
|
133
|
+
exports.RelatedResourceEntityTypeMySql = RelatedResourceEntityTypeMySql.RelatedResourceEntityTypeMySql;
|
|
114
134
|
const SortOrder = __importStar(require("./sort-order"));
|
|
115
135
|
exports.SortOrder = SortOrder.SortOrder;
|
|
116
136
|
const UpdateDatabaseToolsConnectionDetails = __importStar(require("./update-database-tools-connection-details"));
|
|
@@ -119,6 +139,8 @@ const UpdateDatabaseToolsPrivateEndpointDetails = __importStar(require("./update
|
|
|
119
139
|
exports.UpdateDatabaseToolsPrivateEndpointDetails = UpdateDatabaseToolsPrivateEndpointDetails.UpdateDatabaseToolsPrivateEndpointDetails;
|
|
120
140
|
const UpdateDatabaseToolsRelatedResourceDetails = __importStar(require("./update-database-tools-related-resource-details"));
|
|
121
141
|
exports.UpdateDatabaseToolsRelatedResourceDetails = UpdateDatabaseToolsRelatedResourceDetails.UpdateDatabaseToolsRelatedResourceDetails;
|
|
142
|
+
const UpdateDatabaseToolsRelatedResourceMySqlDetails = __importStar(require("./update-database-tools-related-resource-my-sql-details"));
|
|
143
|
+
exports.UpdateDatabaseToolsRelatedResourceMySqlDetails = UpdateDatabaseToolsRelatedResourceMySqlDetails.UpdateDatabaseToolsRelatedResourceMySqlDetails;
|
|
122
144
|
const ValidateDatabaseToolsConnectionDetails = __importStar(require("./validate-database-tools-connection-details"));
|
|
123
145
|
exports.ValidateDatabaseToolsConnectionDetails = ValidateDatabaseToolsConnectionDetails.ValidateDatabaseToolsConnectionDetails;
|
|
124
146
|
const ValidateDatabaseToolsConnectionResult = __importStar(require("./validate-database-tools-connection-result"));
|
|
@@ -139,8 +161,14 @@ const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
|
139
161
|
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
140
162
|
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
141
163
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
164
|
+
const CreateDatabaseToolsConnectionMySqlDetails = __importStar(require("./create-database-tools-connection-my-sql-details"));
|
|
165
|
+
exports.CreateDatabaseToolsConnectionMySqlDetails = CreateDatabaseToolsConnectionMySqlDetails.CreateDatabaseToolsConnectionMySqlDetails;
|
|
142
166
|
const CreateDatabaseToolsConnectionOracleDatabaseDetails = __importStar(require("./create-database-tools-connection-oracle-database-details"));
|
|
143
167
|
exports.CreateDatabaseToolsConnectionOracleDatabaseDetails = CreateDatabaseToolsConnectionOracleDatabaseDetails.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
168
|
+
const DatabaseToolsConnectionMySql = __importStar(require("./database-tools-connection-my-sql"));
|
|
169
|
+
exports.DatabaseToolsConnectionMySql = DatabaseToolsConnectionMySql.DatabaseToolsConnectionMySql;
|
|
170
|
+
const DatabaseToolsConnectionMySqlSummary = __importStar(require("./database-tools-connection-my-sql-summary"));
|
|
171
|
+
exports.DatabaseToolsConnectionMySqlSummary = DatabaseToolsConnectionMySqlSummary.DatabaseToolsConnectionMySqlSummary;
|
|
144
172
|
const DatabaseToolsConnectionOracleDatabase = __importStar(require("./database-tools-connection-oracle-database"));
|
|
145
173
|
exports.DatabaseToolsConnectionOracleDatabase = DatabaseToolsConnectionOracleDatabase.DatabaseToolsConnectionOracleDatabase;
|
|
146
174
|
const DatabaseToolsConnectionOracleDatabaseSummary = __importStar(require("./database-tools-connection-oracle-database-summary"));
|
|
@@ -149,12 +177,24 @@ const DatabaseToolsKeyStoreContentSecretId = __importStar(require("./database-to
|
|
|
149
177
|
exports.DatabaseToolsKeyStoreContentSecretId = DatabaseToolsKeyStoreContentSecretId.DatabaseToolsKeyStoreContentSecretId;
|
|
150
178
|
const DatabaseToolsKeyStoreContentSecretIdDetails = __importStar(require("./database-tools-key-store-content-secret-id-details"));
|
|
151
179
|
exports.DatabaseToolsKeyStoreContentSecretIdDetails = DatabaseToolsKeyStoreContentSecretIdDetails.DatabaseToolsKeyStoreContentSecretIdDetails;
|
|
180
|
+
const DatabaseToolsKeyStoreContentSecretIdMySql = __importStar(require("./database-tools-key-store-content-secret-id-my-sql"));
|
|
181
|
+
exports.DatabaseToolsKeyStoreContentSecretIdMySql = DatabaseToolsKeyStoreContentSecretIdMySql.DatabaseToolsKeyStoreContentSecretIdMySql;
|
|
182
|
+
const DatabaseToolsKeyStoreContentSecretIdMySqlDetails = __importStar(require("./database-tools-key-store-content-secret-id-my-sql-details"));
|
|
183
|
+
exports.DatabaseToolsKeyStoreContentSecretIdMySqlDetails = DatabaseToolsKeyStoreContentSecretIdMySqlDetails.DatabaseToolsKeyStoreContentSecretIdMySqlDetails;
|
|
184
|
+
const DatabaseToolsKeyStoreContentSecretIdMySqlSummary = __importStar(require("./database-tools-key-store-content-secret-id-my-sql-summary"));
|
|
185
|
+
exports.DatabaseToolsKeyStoreContentSecretIdMySqlSummary = DatabaseToolsKeyStoreContentSecretIdMySqlSummary.DatabaseToolsKeyStoreContentSecretIdMySqlSummary;
|
|
152
186
|
const DatabaseToolsKeyStoreContentSecretIdSummary = __importStar(require("./database-tools-key-store-content-secret-id-summary"));
|
|
153
187
|
exports.DatabaseToolsKeyStoreContentSecretIdSummary = DatabaseToolsKeyStoreContentSecretIdSummary.DatabaseToolsKeyStoreContentSecretIdSummary;
|
|
154
188
|
const DatabaseToolsKeyStorePasswordSecretId = __importStar(require("./database-tools-key-store-password-secret-id"));
|
|
155
189
|
exports.DatabaseToolsKeyStorePasswordSecretId = DatabaseToolsKeyStorePasswordSecretId.DatabaseToolsKeyStorePasswordSecretId;
|
|
156
190
|
const DatabaseToolsKeyStorePasswordSecretIdDetails = __importStar(require("./database-tools-key-store-password-secret-id-details"));
|
|
157
191
|
exports.DatabaseToolsKeyStorePasswordSecretIdDetails = DatabaseToolsKeyStorePasswordSecretIdDetails.DatabaseToolsKeyStorePasswordSecretIdDetails;
|
|
192
|
+
const DatabaseToolsKeyStorePasswordSecretIdMySql = __importStar(require("./database-tools-key-store-password-secret-id-my-sql"));
|
|
193
|
+
exports.DatabaseToolsKeyStorePasswordSecretIdMySql = DatabaseToolsKeyStorePasswordSecretIdMySql.DatabaseToolsKeyStorePasswordSecretIdMySql;
|
|
194
|
+
const DatabaseToolsKeyStorePasswordSecretIdMySqlDetails = __importStar(require("./database-tools-key-store-password-secret-id-my-sql-details"));
|
|
195
|
+
exports.DatabaseToolsKeyStorePasswordSecretIdMySqlDetails = DatabaseToolsKeyStorePasswordSecretIdMySqlDetails.DatabaseToolsKeyStorePasswordSecretIdMySqlDetails;
|
|
196
|
+
const DatabaseToolsKeyStorePasswordSecretIdMySqlSummary = __importStar(require("./database-tools-key-store-password-secret-id-my-sql-summary"));
|
|
197
|
+
exports.DatabaseToolsKeyStorePasswordSecretIdMySqlSummary = DatabaseToolsKeyStorePasswordSecretIdMySqlSummary.DatabaseToolsKeyStorePasswordSecretIdMySqlSummary;
|
|
158
198
|
const DatabaseToolsKeyStorePasswordSecretIdSummary = __importStar(require("./database-tools-key-store-password-secret-id-summary"));
|
|
159
199
|
exports.DatabaseToolsKeyStorePasswordSecretIdSummary = DatabaseToolsKeyStorePasswordSecretIdSummary.DatabaseToolsKeyStorePasswordSecretIdSummary;
|
|
160
200
|
const DatabaseToolsUserPasswordSecretId = __importStar(require("./database-tools-user-password-secret-id"));
|
|
@@ -163,8 +203,14 @@ const DatabaseToolsUserPasswordSecretIdDetails = __importStar(require("./databas
|
|
|
163
203
|
exports.DatabaseToolsUserPasswordSecretIdDetails = DatabaseToolsUserPasswordSecretIdDetails.DatabaseToolsUserPasswordSecretIdDetails;
|
|
164
204
|
const DatabaseToolsUserPasswordSecretIdSummary = __importStar(require("./database-tools-user-password-secret-id-summary"));
|
|
165
205
|
exports.DatabaseToolsUserPasswordSecretIdSummary = DatabaseToolsUserPasswordSecretIdSummary.DatabaseToolsUserPasswordSecretIdSummary;
|
|
206
|
+
const UpdateDatabaseToolsConnectionMySqlDetails = __importStar(require("./update-database-tools-connection-my-sql-details"));
|
|
207
|
+
exports.UpdateDatabaseToolsConnectionMySqlDetails = UpdateDatabaseToolsConnectionMySqlDetails.UpdateDatabaseToolsConnectionMySqlDetails;
|
|
166
208
|
const UpdateDatabaseToolsConnectionOracleDatabaseDetails = __importStar(require("./update-database-tools-connection-oracle-database-details"));
|
|
167
209
|
exports.UpdateDatabaseToolsConnectionOracleDatabaseDetails = UpdateDatabaseToolsConnectionOracleDatabaseDetails.UpdateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
210
|
+
const ValidateDatabaseToolsConnectionMySqlDetails = __importStar(require("./validate-database-tools-connection-my-sql-details"));
|
|
211
|
+
exports.ValidateDatabaseToolsConnectionMySqlDetails = ValidateDatabaseToolsConnectionMySqlDetails.ValidateDatabaseToolsConnectionMySqlDetails;
|
|
212
|
+
const ValidateDatabaseToolsConnectionMySqlResult = __importStar(require("./validate-database-tools-connection-my-sql-result"));
|
|
213
|
+
exports.ValidateDatabaseToolsConnectionMySqlResult = ValidateDatabaseToolsConnectionMySqlResult.ValidateDatabaseToolsConnectionMySqlResult;
|
|
168
214
|
const ValidateDatabaseToolsConnectionOracleDatabaseDetails = __importStar(require("./validate-database-tools-connection-oracle-database-details"));
|
|
169
215
|
exports.ValidateDatabaseToolsConnectionOracleDatabaseDetails = ValidateDatabaseToolsConnectionOracleDatabaseDetails.ValidateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
170
216
|
const ValidateDatabaseToolsConnectionOracleDatabaseResult = __importStar(require("./validate-database-tools-connection-oracle-database-result"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,wIAA0H;AAC5G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,mJAAqI;AACvH,QAAA,oDAAoD,GAAG,oDAAoD,CAAC,oDAAoD,CAAC;AAC/K,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,4HAA8G;AAChG,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,4HAA8G;AAChG,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
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, 2022, 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 key store type.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum KeyStoreTypeMySql {
|
|
17
|
+
ClientCertificatePem = "CLIENT_CERTIFICATE_PEM",
|
|
18
|
+
ClientPrivateKeyPem = "CLIENT_PRIVATE_KEY_PEM",
|
|
19
|
+
CaCertificatePem = "CA_CERTIFICATE_PEM",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace KeyStoreTypeMySql {
|
|
27
|
+
function getJsonObj(obj: KeyStoreTypeMySql): KeyStoreTypeMySql;
|
|
28
|
+
function getDeserializedJsonObj(obj: KeyStoreTypeMySql): KeyStoreTypeMySql;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
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, 2022, 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.KeyStoreTypeMySql = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The key store type.
|
|
18
|
+
**/
|
|
19
|
+
var KeyStoreTypeMySql;
|
|
20
|
+
(function (KeyStoreTypeMySql) {
|
|
21
|
+
KeyStoreTypeMySql["ClientCertificatePem"] = "CLIENT_CERTIFICATE_PEM";
|
|
22
|
+
KeyStoreTypeMySql["ClientPrivateKeyPem"] = "CLIENT_PRIVATE_KEY_PEM";
|
|
23
|
+
KeyStoreTypeMySql["CaCertificatePem"] = "CA_CERTIFICATE_PEM";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
KeyStoreTypeMySql["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(KeyStoreTypeMySql = exports.KeyStoreTypeMySql || (exports.KeyStoreTypeMySql = {}));
|
|
30
|
+
(function (KeyStoreTypeMySql) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
KeyStoreTypeMySql.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
KeyStoreTypeMySql.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(KeyStoreTypeMySql = exports.KeyStoreTypeMySql || (exports.KeyStoreTypeMySql = {}));
|
|
40
|
+
//# sourceMappingURL=key-store-type-my-sql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-store-type-my-sql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/key-store-type-my-sql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,oEAA+C,CAAA;IAC/C,mEAA8C,CAAA;IAC9C,4DAAuC,CAAA;IAEvC;;;OAGG;IACH,mDAA8B,CAAA;AAChC,CAAC,EAVW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAU5B;AAED,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAOjC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The key store type.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum KeyStoreType {
|
|
17
17
|
JavaKeyStore = "JAVA_KEY_STORE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.KeyStoreType = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The key store type.
|
|
18
18
|
**/
|
|
19
19
|
var KeyStoreType;
|
|
20
20
|
(function (KeyStoreType) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The lifecycle state.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum LifecycleState {
|
|
17
17
|
Creating = "CREATING",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.LifecycleState = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The lifecycle state.
|
|
18
18
|
**/
|
|
19
19
|
var LifecycleState;
|
|
20
20
|
(function (LifecycleState) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The state of the operation.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum OperationStatus {
|
|
17
17
|
Accepted = "ACCEPTED",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.OperationStatus = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The state of the operation.
|
|
18
18
|
**/
|
|
19
19
|
var OperationStatus;
|
|
20
20
|
(function (OperationStatus) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
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, 2022, 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 related MySQL Server type.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum RelatedResourceEntityTypeMySql {
|
|
17
|
+
Mysqldbsystem = "MYSQLDBSYSTEM",
|
|
18
|
+
/**
|
|
19
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
20
|
+
* version of the SDK.
|
|
21
|
+
*/
|
|
22
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
23
|
+
}
|
|
24
|
+
export declare namespace RelatedResourceEntityTypeMySql {
|
|
25
|
+
function getJsonObj(obj: RelatedResourceEntityTypeMySql): RelatedResourceEntityTypeMySql;
|
|
26
|
+
function getDeserializedJsonObj(obj: RelatedResourceEntityTypeMySql): RelatedResourceEntityTypeMySql;
|
|
27
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
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, 2022, 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.RelatedResourceEntityTypeMySql = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The related MySQL Server type.
|
|
18
|
+
**/
|
|
19
|
+
var RelatedResourceEntityTypeMySql;
|
|
20
|
+
(function (RelatedResourceEntityTypeMySql) {
|
|
21
|
+
RelatedResourceEntityTypeMySql["Mysqldbsystem"] = "MYSQLDBSYSTEM";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
RelatedResourceEntityTypeMySql["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(RelatedResourceEntityTypeMySql = exports.RelatedResourceEntityTypeMySql || (exports.RelatedResourceEntityTypeMySql = {}));
|
|
28
|
+
(function (RelatedResourceEntityTypeMySql) {
|
|
29
|
+
function getJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
RelatedResourceEntityTypeMySql.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
return obj;
|
|
35
|
+
}
|
|
36
|
+
RelatedResourceEntityTypeMySql.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
37
|
+
})(RelatedResourceEntityTypeMySql = exports.RelatedResourceEntityTypeMySql || (exports.RelatedResourceEntityTypeMySql = {}));
|
|
38
|
+
//# sourceMappingURL=related-resource-entity-type-my-sql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"related-resource-entity-type-my-sql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/related-resource-entity-type-my-sql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,8BAQX;AARD,WAAY,8BAA8B;IACxC,iEAA+B,CAAA;IAE/B;;;OAGG;IACH,gEAA8B,CAAA;AAChC,CAAC,EARW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAQzC;AAED,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmC;QAEnC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAS9C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The related Oracle Database type, either an Autonomous Database, a container database (CDB), or a pluggable database (PDB).
|
|
15
15
|
**/
|
|
16
16
|
export declare enum RelatedResourceEntityType {
|
|
17
17
|
Autonomousdatabase = "AUTONOMOUSDATABASE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.RelatedResourceEntityType = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The related Oracle Database type, either an Autonomous Database, a container database (CDB), or a pluggable database (PDB).
|
|
18
18
|
**/
|
|
19
19
|
var RelatedResourceEntityType;
|
|
20
20
|
(function (RelatedResourceEntityType) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
15
15
|
**/
|
|
16
16
|
export declare enum SortOrder {
|
|
17
17
|
Asc = "ASC",
|
package/lib/model/sort-order.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.SortOrder = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
18
18
|
**/
|
|
19
19
|
var SortOrder;
|
|
20
20
|
(function (SortOrder) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -39,6 +39,8 @@ var UpdateDatabaseToolsConnectionDetails;
|
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
40
|
if (obj && "type" in obj && obj.type) {
|
|
41
41
|
switch (obj.type) {
|
|
42
|
+
case "MYSQL":
|
|
43
|
+
return model.UpdateDatabaseToolsConnectionMySqlDetails.getJsonObj(jsonObj, true);
|
|
42
44
|
case "ORACLE_DATABASE":
|
|
43
45
|
return model.UpdateDatabaseToolsConnectionOracleDatabaseDetails.getJsonObj(jsonObj, true);
|
|
44
46
|
default:
|
|
@@ -52,6 +54,8 @@ var UpdateDatabaseToolsConnectionDetails;
|
|
|
52
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
55
|
if (obj && "type" in obj && obj.type) {
|
|
54
56
|
switch (obj.type) {
|
|
57
|
+
case "MYSQL":
|
|
58
|
+
return model.UpdateDatabaseToolsConnectionMySqlDetails.getDeserializedJsonObj(jsonObj, true);
|
|
55
59
|
case "ORACLE_DATABASE":
|
|
56
60
|
return model.UpdateDatabaseToolsConnectionOracleDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
|
|
57
61
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-database-tools-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,oCAAoC,
|
|
1
|
+
{"version":3,"file":"update-database-tools-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/update-database-tools-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,oCAAoC,CA2CpD;AA3CD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,kDAAkD,CAAC,UAAU,CACL,OAAQ,EAC3E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,kDAAkD,CAAC,sBAAsB,CACjB,OAAQ,EAC3E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA2CpD"}
|