@azure/arm-datamigration 3.0.0-beta.4 → 4.0.0-beta.1
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/README.md +11 -11
- package/dist/browser/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/browser/api/dataMigrationManagementContext.js +26 -0
- package/dist/browser/api/dataMigrationManagementContext.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
- package/dist/browser/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.js +187 -0
- package/dist/browser/api/databaseMigrationsSqlDb/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlDb/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.js +189 -0
- package/dist/browser/api/databaseMigrationsSqlMi/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlMi/options.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.js +189 -0
- package/dist/browser/api/databaseMigrationsSqlVm/operations.js.map +1 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.js +4 -0
- package/dist/browser/api/databaseMigrationsSqlVm/options.js.map +1 -0
- package/dist/browser/api/files/index.d.ts +3 -0
- package/dist/browser/api/files/index.js +4 -0
- package/dist/browser/api/files/index.js.map +1 -0
- package/dist/browser/api/files/operations.d.ts +34 -0
- package/dist/browser/api/files/operations.js +234 -0
- package/dist/browser/api/files/operations.js.map +1 -0
- package/dist/browser/api/files/options.d.ts +23 -0
- package/dist/browser/api/files/options.js +4 -0
- package/dist/browser/api/files/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/migrationServices/index.d.ts +3 -0
- package/dist/browser/api/migrationServices/index.js +4 -0
- package/dist/browser/api/migrationServices/index.js.map +1 -0
- package/dist/browser/api/migrationServices/operations.d.ts +35 -0
- package/dist/browser/api/migrationServices/operations.js +240 -0
- package/dist/browser/api/migrationServices/operations.js.map +1 -0
- package/dist/browser/api/migrationServices/options.d.ts +29 -0
- package/dist/browser/api/migrationServices/options.js +4 -0
- package/dist/browser/api/migrationServices/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +26 -0
- package/dist/browser/api/projects/operations.js +166 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +19 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/resourceSkus/index.d.ts +3 -0
- package/dist/browser/api/resourceSkus/index.js +4 -0
- package/dist/browser/api/resourceSkus/index.js.map +1 -0
- package/dist/browser/api/resourceSkus/operations.d.ts +10 -0
- package/dist/browser/api/resourceSkus/operations.js +38 -0
- package/dist/browser/api/resourceSkus/operations.js.map +1 -0
- package/dist/browser/api/resourceSkus/options.d.ts +5 -0
- package/dist/browser/api/resourceSkus/options.js +4 -0
- package/dist/browser/api/resourceSkus/options.js.map +1 -0
- package/dist/browser/api/serviceTasks/index.d.ts +3 -0
- package/dist/browser/api/serviceTasks/index.js +4 -0
- package/dist/browser/api/serviceTasks/index.js.map +1 -0
- package/dist/browser/api/serviceTasks/operations.d.ts +30 -0
- package/dist/browser/api/serviceTasks/operations.js +199 -0
- package/dist/browser/api/serviceTasks/operations.js.map +1 -0
- package/dist/browser/api/serviceTasks/options.d.ts +26 -0
- package/dist/browser/api/serviceTasks/options.js +4 -0
- package/dist/browser/api/serviceTasks/options.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +55 -0
- package/dist/browser/api/services/operations.js +398 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +50 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/browser/api/sqlMigrationServices/index.js +4 -0
- package/dist/browser/api/sqlMigrationServices/index.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/browser/api/sqlMigrationServices/operations.js +364 -0
- package/dist/browser/api/sqlMigrationServices/operations.js.map +1 -0
- package/dist/browser/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/browser/api/sqlMigrationServices/options.js +4 -0
- package/dist/browser/api/sqlMigrationServices/options.js.map +1 -0
- package/dist/browser/api/tasks/index.d.ts +3 -0
- package/dist/browser/api/tasks/index.js +4 -0
- package/dist/browser/api/tasks/index.js.map +1 -0
- package/dist/browser/api/tasks/operations.d.ts +34 -0
- package/dist/browser/api/tasks/operations.js +239 -0
- package/dist/browser/api/tasks/operations.js.map +1 -0
- package/dist/browser/api/tasks/options.d.ts +29 -0
- package/dist/browser/api/tasks/options.js +4 -0
- package/dist/browser/api/tasks/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +39 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +5 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/browser/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.js +51 -0
- package/dist/browser/classic/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/browser/classic/files/index.d.ts +23 -0
- package/dist/browser/classic/files/index.js +20 -0
- package/dist/browser/classic/files/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +16 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/migrationServices/index.d.ts +37 -0
- package/dist/browser/classic/migrationServices/index.js +45 -0
- package/dist/browser/classic/migrationServices/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +19 -0
- package/dist/browser/classic/projects/index.js +18 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/resourceSkus/index.d.ts +11 -0
- package/dist/browser/classic/resourceSkus/index.js +14 -0
- package/dist/browser/classic/resourceSkus/index.js.map +1 -0
- package/dist/browser/classic/serviceTasks/index.d.ts +21 -0
- package/dist/browser/classic/serviceTasks/index.js +19 -0
- package/dist/browser/classic/serviceTasks/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +55 -0
- package/dist/browser/classic/services/index.js +66 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/browser/classic/sqlMigrationServices/index.js +49 -0
- package/dist/browser/classic/sqlMigrationServices/index.js.map +1 -0
- package/dist/browser/classic/tasks/index.d.ts +23 -0
- package/dist/browser/classic/tasks/index.js +20 -0
- package/dist/browser/classic/tasks/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/dataMigrationManagementClient.d.ts +55 -32
- package/dist/browser/dataMigrationManagementClient.js +84 -106
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +29 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -8305
- package/dist/browser/models/index.js +3 -891
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +5936 -0
- package/dist/browser/models/models.js +7222 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +175 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/commonjs/api/dataMigrationManagementContext.js +47 -0
- package/dist/commonjs/api/dataMigrationManagementContext.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +225 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +225 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js +274 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlDb/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js +283 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlMi/options.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.js +36 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/index.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js +283 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/operations.js.map +7 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.js +16 -0
- package/dist/commonjs/api/databaseMigrationsSqlVm/options.js.map +7 -0
- package/dist/commonjs/api/files/index.d.ts +3 -0
- package/dist/commonjs/api/files/index.js +40 -0
- package/dist/commonjs/api/files/index.js.map +7 -0
- package/dist/commonjs/api/files/operations.d.ts +34 -0
- package/dist/commonjs/api/files/operations.js +355 -0
- package/dist/commonjs/api/files/operations.js.map +7 -0
- package/dist/commonjs/api/files/options.d.ts +23 -0
- package/dist/commonjs/api/files/options.js +16 -0
- package/dist/commonjs/api/files/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/migrationServices/index.d.ts +3 -0
- package/dist/commonjs/api/migrationServices/index.js +40 -0
- package/dist/commonjs/api/migrationServices/index.js.map +7 -0
- package/dist/commonjs/api/migrationServices/operations.d.ts +35 -0
- package/dist/commonjs/api/migrationServices/operations.js +343 -0
- package/dist/commonjs/api/migrationServices/operations.js.map +7 -0
- package/dist/commonjs/api/migrationServices/options.d.ts +29 -0
- package/dist/commonjs/api/migrationServices/options.js +16 -0
- package/dist/commonjs/api/migrationServices/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +36 -0
- package/dist/commonjs/api/projects/index.js.map +7 -0
- package/dist/commonjs/api/projects/operations.d.ts +26 -0
- package/dist/commonjs/api/projects/operations.js +253 -0
- package/dist/commonjs/api/projects/operations.js.map +7 -0
- package/dist/commonjs/api/projects/options.d.ts +19 -0
- package/dist/commonjs/api/projects/options.js +16 -0
- package/dist/commonjs/api/projects/options.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/index.d.ts +3 -0
- package/dist/commonjs/api/resourceSkus/index.js +28 -0
- package/dist/commonjs/api/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/resourceSkus/operations.js +75 -0
- package/dist/commonjs/api/resourceSkus/operations.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/options.d.ts +5 -0
- package/dist/commonjs/api/resourceSkus/options.js +16 -0
- package/dist/commonjs/api/resourceSkus/options.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/index.d.ts +3 -0
- package/dist/commonjs/api/serviceTasks/index.js +38 -0
- package/dist/commonjs/api/serviceTasks/index.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/operations.d.ts +30 -0
- package/dist/commonjs/api/serviceTasks/operations.js +288 -0
- package/dist/commonjs/api/serviceTasks/operations.js.map +7 -0
- package/dist/commonjs/api/serviceTasks/options.d.ts +26 -0
- package/dist/commonjs/api/serviceTasks/options.js +16 -0
- package/dist/commonjs/api/serviceTasks/options.js.map +7 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +50 -0
- package/dist/commonjs/api/services/index.js.map +7 -0
- package/dist/commonjs/api/services/operations.d.ts +55 -0
- package/dist/commonjs/api/services/operations.js +552 -0
- package/dist/commonjs/api/services/operations.js.map +7 -0
- package/dist/commonjs/api/services/options.d.ts +50 -0
- package/dist/commonjs/api/services/options.js +16 -0
- package/dist/commonjs/api/services/options.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/commonjs/api/sqlMigrationServices/index.js +48 -0
- package/dist/commonjs/api/sqlMigrationServices/index.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.js +525 -0
- package/dist/commonjs/api/sqlMigrationServices/operations.js.map +7 -0
- package/dist/commonjs/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/commonjs/api/sqlMigrationServices/options.js +16 -0
- package/dist/commonjs/api/sqlMigrationServices/options.js.map +7 -0
- package/dist/commonjs/api/tasks/index.d.ts +3 -0
- package/dist/commonjs/api/tasks/index.js +40 -0
- package/dist/commonjs/api/tasks/index.js.map +7 -0
- package/dist/commonjs/api/tasks/operations.d.ts +34 -0
- package/dist/commonjs/api/tasks/operations.js +361 -0
- package/dist/commonjs/api/tasks/operations.js.map +7 -0
- package/dist/commonjs/api/tasks/options.d.ts +29 -0
- package/dist/commonjs/api/tasks/options.js +16 -0
- package/dist/commonjs/api/tasks/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +76 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +5 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +78 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +78 -0
- package/dist/commonjs/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js +131 -0
- package/dist/commonjs/classic/databaseMigrationsSqlDb/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js +130 -0
- package/dist/commonjs/classic/databaseMigrationsSqlMi/index.js.map +7 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js +136 -0
- package/dist/commonjs/classic/databaseMigrationsSqlVm/index.js.map +7 -0
- package/dist/commonjs/classic/files/index.d.ts +23 -0
- package/dist/commonjs/classic/files/index.js +44 -0
- package/dist/commonjs/classic/files/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +16 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/migrationServices/index.d.ts +37 -0
- package/dist/commonjs/classic/migrationServices/index.js +81 -0
- package/dist/commonjs/classic/migrationServices/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/projects/index.d.ts +19 -0
- package/dist/commonjs/classic/projects/index.js +42 -0
- package/dist/commonjs/classic/projects/index.js.map +7 -0
- package/dist/commonjs/classic/resourceSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/resourceSkus/index.js +38 -0
- package/dist/commonjs/classic/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/classic/serviceTasks/index.d.ts +21 -0
- package/dist/commonjs/classic/serviceTasks/index.js +43 -0
- package/dist/commonjs/classic/serviceTasks/index.js.map +7 -0
- package/dist/commonjs/classic/services/index.d.ts +55 -0
- package/dist/commonjs/classic/services/index.js +90 -0
- package/dist/commonjs/classic/services/index.js.map +7 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.js +91 -0
- package/dist/commonjs/classic/sqlMigrationServices/index.js.map +7 -0
- package/dist/commonjs/classic/tasks/index.d.ts +23 -0
- package/dist/commonjs/classic/tasks/index.js +44 -0
- package/dist/commonjs/classic/tasks/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/dataMigrationManagementClient.d.ts +55 -32
- package/dist/commonjs/dataMigrationManagementClient.js +108 -116
- package/dist/commonjs/dataMigrationManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +29 -3
- package/dist/commonjs/index.js +150 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -8305
- package/dist/commonjs/models/index.js +136 -896
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +5936 -0
- package/dist/commonjs/models/models.js +7636 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +188 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/dataMigrationManagementContext.d.ts +22 -0
- package/dist/esm/api/dataMigrationManagementContext.js +26 -0
- package/dist/esm/api/dataMigrationManagementContext.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.d.ts +23 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js +148 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.d.ts +20 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbRUMongo/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.d.ts +23 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js +148 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.d.ts +20 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js +4 -0
- package/dist/esm/api/databaseMigrationsMongoToCosmosDbvCoreMongo/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.js +187 -0
- package/dist/esm/api/databaseMigrationsSqlDb/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlDb/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.js +189 -0
- package/dist/esm/api/databaseMigrationsSqlMi/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlMi/options.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.d.ts +3 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.d.ts +26 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.js +189 -0
- package/dist/esm/api/databaseMigrationsSqlVm/operations.js.map +1 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.d.ts +31 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.js +4 -0
- package/dist/esm/api/databaseMigrationsSqlVm/options.js.map +1 -0
- package/dist/esm/api/files/index.d.ts +3 -0
- package/dist/esm/api/files/index.js +4 -0
- package/dist/esm/api/files/index.js.map +1 -0
- package/dist/esm/api/files/operations.d.ts +34 -0
- package/dist/esm/api/files/operations.js +234 -0
- package/dist/esm/api/files/operations.js.map +1 -0
- package/dist/esm/api/files/options.d.ts +23 -0
- package/dist/esm/api/files/options.js +4 -0
- package/dist/esm/api/files/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/migrationServices/index.d.ts +3 -0
- package/dist/esm/api/migrationServices/index.js +4 -0
- package/dist/esm/api/migrationServices/index.js.map +1 -0
- package/dist/esm/api/migrationServices/operations.d.ts +35 -0
- package/dist/esm/api/migrationServices/operations.js +240 -0
- package/dist/esm/api/migrationServices/operations.js.map +1 -0
- package/dist/esm/api/migrationServices/options.d.ts +29 -0
- package/dist/esm/api/migrationServices/options.js +4 -0
- package/dist/esm/api/migrationServices/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +26 -0
- package/dist/esm/api/projects/operations.js +166 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +19 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/resourceSkus/index.d.ts +3 -0
- package/dist/esm/api/resourceSkus/index.js +4 -0
- package/dist/esm/api/resourceSkus/index.js.map +1 -0
- package/dist/esm/api/resourceSkus/operations.d.ts +10 -0
- package/dist/esm/api/resourceSkus/operations.js +38 -0
- package/dist/esm/api/resourceSkus/operations.js.map +1 -0
- package/dist/esm/api/resourceSkus/options.d.ts +5 -0
- package/dist/esm/api/resourceSkus/options.js +4 -0
- package/dist/esm/api/resourceSkus/options.js.map +1 -0
- package/dist/esm/api/serviceTasks/index.d.ts +3 -0
- package/dist/esm/api/serviceTasks/index.js +4 -0
- package/dist/esm/api/serviceTasks/index.js.map +1 -0
- package/dist/esm/api/serviceTasks/operations.d.ts +30 -0
- package/dist/esm/api/serviceTasks/operations.js +199 -0
- package/dist/esm/api/serviceTasks/operations.js.map +1 -0
- package/dist/esm/api/serviceTasks/options.d.ts +26 -0
- package/dist/esm/api/serviceTasks/options.js +4 -0
- package/dist/esm/api/serviceTasks/options.js.map +1 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +4 -0
- package/dist/esm/api/services/index.js.map +1 -0
- package/dist/esm/api/services/operations.d.ts +55 -0
- package/dist/esm/api/services/operations.js +398 -0
- package/dist/esm/api/services/operations.js.map +1 -0
- package/dist/esm/api/services/options.d.ts +50 -0
- package/dist/esm/api/services/options.js +4 -0
- package/dist/esm/api/services/options.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/index.d.ts +3 -0
- package/dist/esm/api/sqlMigrationServices/index.js +4 -0
- package/dist/esm/api/sqlMigrationServices/index.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/operations.d.ts +51 -0
- package/dist/esm/api/sqlMigrationServices/operations.js +364 -0
- package/dist/esm/api/sqlMigrationServices/operations.js.map +1 -0
- package/dist/esm/api/sqlMigrationServices/options.d.ts +41 -0
- package/dist/esm/api/sqlMigrationServices/options.js +4 -0
- package/dist/esm/api/sqlMigrationServices/options.js.map +1 -0
- package/dist/esm/api/tasks/index.d.ts +3 -0
- package/dist/esm/api/tasks/index.js +4 -0
- package/dist/esm/api/tasks/index.js.map +1 -0
- package/dist/esm/api/tasks/operations.d.ts +34 -0
- package/dist/esm/api/tasks/operations.js +239 -0
- package/dist/esm/api/tasks/operations.js.map +1 -0
- package/dist/esm/api/tasks/options.d.ts +29 -0
- package/dist/esm/api/tasks/options.js +4 -0
- package/dist/esm/api/tasks/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +39 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +5 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.d.ts +27 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js +34 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbRUMongo/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.d.ts +27 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js +34 -0
- package/dist/esm/classic/databaseMigrationsMongoToCosmosDbvCoreMongo/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlDb/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlMi/index.js.map +1 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.d.ts +36 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.js +51 -0
- package/dist/esm/classic/databaseMigrationsSqlVm/index.js.map +1 -0
- package/dist/esm/classic/files/index.d.ts +23 -0
- package/dist/esm/classic/files/index.js +20 -0
- package/dist/esm/classic/files/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +16 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/migrationServices/index.d.ts +37 -0
- package/dist/esm/classic/migrationServices/index.js +45 -0
- package/dist/esm/classic/migrationServices/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +19 -0
- package/dist/esm/classic/projects/index.js +18 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/resourceSkus/index.d.ts +11 -0
- package/dist/esm/classic/resourceSkus/index.js +14 -0
- package/dist/esm/classic/resourceSkus/index.js.map +1 -0
- package/dist/esm/classic/serviceTasks/index.d.ts +21 -0
- package/dist/esm/classic/serviceTasks/index.js +19 -0
- package/dist/esm/classic/serviceTasks/index.js.map +1 -0
- package/dist/esm/classic/services/index.d.ts +55 -0
- package/dist/esm/classic/services/index.js +66 -0
- package/dist/esm/classic/services/index.js.map +1 -0
- package/dist/esm/classic/sqlMigrationServices/index.d.ts +45 -0
- package/dist/esm/classic/sqlMigrationServices/index.js +49 -0
- package/dist/esm/classic/sqlMigrationServices/index.js.map +1 -0
- package/dist/esm/classic/tasks/index.d.ts +23 -0
- package/dist/esm/classic/tasks/index.js +20 -0
- package/dist/esm/classic/tasks/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/dataMigrationManagementClient.d.ts +55 -32
- package/dist/esm/dataMigrationManagementClient.js +84 -106
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +29 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -8305
- package/dist/esm/models/index.js +3 -891
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +5936 -0
- package/dist/esm/models/models.js +7222 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +175 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +330 -96
- package/dist/browser/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -467
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -12924
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -45
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -346
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +0 -314
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/browser/operations/files.d.ts +0 -101
- package/dist/browser/operations/files.d.ts.map +0 -1
- package/dist/browser/operations/files.js +0 -371
- package/dist/browser/operations/files.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -16
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -23
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/migrationServices.d.ts +0 -144
- package/dist/browser/operations/migrationServices.d.ts.map +0 -1
- package/dist/browser/operations/migrationServices.js +0 -676
- package/dist/browser/operations/migrationServices.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -129
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -78
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -292
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/resourceSkus.d.ts +0 -32
- package/dist/browser/operations/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operations/resourceSkus.js +0 -137
- package/dist/browser/operations/resourceSkus.js.map +0 -1
- package/dist/browser/operations/serviceTasks.d.ts +0 -94
- package/dist/browser/operations/serviceTasks.d.ts.map +0 -1
- package/dist/browser/operations/serviceTasks.js +0 -332
- package/dist/browser/operations/serviceTasks.js.map +0 -1
- package/dist/browser/operations/services.d.ts +0 -218
- package/dist/browser/operations/services.d.ts.map +0 -1
- package/dist/browser/operations/services.js +0 -932
- package/dist/browser/operations/services.js.map +0 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/browser/operations/sqlMigrationServices.js +0 -764
- package/dist/browser/operations/sqlMigrationServices.js.map +0 -1
- package/dist/browser/operations/tasks.d.ts +0 -110
- package/dist/browser/operations/tasks.d.ts.map +0 -1
- package/dist/browser/operations/tasks.js +0 -382
- package/dist/browser/operations/tasks.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -37
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -147
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/browser/operationsInterfaces/files.d.ts +0 -73
- package/dist/browser/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/files.js +0 -9
- package/dist/browser/operationsInterfaces/files.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -16
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -23
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/migrationServices.js +0 -9
- package/dist/browser/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -52
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -9
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js +0 -9
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js +0 -9
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/browser/operationsInterfaces/services.d.ts +0 -162
- package/dist/browser/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/services.js +0 -9
- package/dist/browser/operationsInterfaces/services.js.map +0 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js +0 -9
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/browser/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tasks.js +0 -9
- package/dist/browser/operationsInterfaces/tasks.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -13
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -9
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -467
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -12933
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -45
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -349
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -374
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -374
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +0 -308
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +0 -319
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +0 -319
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/commonjs/operations/files.d.ts +0 -101
- package/dist/commonjs/operations/files.d.ts.map +0 -1
- package/dist/commonjs/operations/files.js +0 -375
- package/dist/commonjs/operations/files.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -16
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -26
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/migrationServices.d.ts +0 -144
- package/dist/commonjs/operations/migrationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/migrationServices.js +0 -680
- package/dist/commonjs/operations/migrationServices.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -133
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -78
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -296
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +0 -32
- package/dist/commonjs/operations/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceSkus.js +0 -141
- package/dist/commonjs/operations/resourceSkus.js.map +0 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +0 -94
- package/dist/commonjs/operations/serviceTasks.d.ts.map +0 -1
- package/dist/commonjs/operations/serviceTasks.js +0 -336
- package/dist/commonjs/operations/serviceTasks.js.map +0 -1
- package/dist/commonjs/operations/services.d.ts +0 -218
- package/dist/commonjs/operations/services.d.ts.map +0 -1
- package/dist/commonjs/operations/services.js +0 -936
- package/dist/commonjs/operations/services.js.map +0 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +0 -768
- package/dist/commonjs/operations/sqlMigrationServices.js.map +0 -1
- package/dist/commonjs/operations/tasks.d.ts +0 -110
- package/dist/commonjs/operations/tasks.d.ts.map +0 -1
- package/dist/commonjs/operations/tasks.js +0 -386
- package/dist/commonjs/operations/tasks.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -37
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -151
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js +0 -10
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.d.ts +0 -73
- package/dist/commonjs/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/files.js +0 -10
- package/dist/commonjs/operationsInterfaces/files.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -26
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.js +0 -10
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -10
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +0 -10
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js +0 -10
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +0 -162
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/services.js +0 -10
- package/dist/commonjs/operationsInterfaces/services.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js +0 -10
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tasks.js +0 -10
- package/dist/commonjs/operationsInterfaces/tasks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -10
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -467
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -12924
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -45
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -346
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +0 -314
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/esm/operations/files.d.ts +0 -101
- package/dist/esm/operations/files.d.ts.map +0 -1
- package/dist/esm/operations/files.js +0 -371
- package/dist/esm/operations/files.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -16
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -23
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/migrationServices.d.ts +0 -144
- package/dist/esm/operations/migrationServices.d.ts.map +0 -1
- package/dist/esm/operations/migrationServices.js +0 -676
- package/dist/esm/operations/migrationServices.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -129
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -78
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -292
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/resourceSkus.d.ts +0 -32
- package/dist/esm/operations/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operations/resourceSkus.js +0 -137
- package/dist/esm/operations/resourceSkus.js.map +0 -1
- package/dist/esm/operations/serviceTasks.d.ts +0 -94
- package/dist/esm/operations/serviceTasks.d.ts.map +0 -1
- package/dist/esm/operations/serviceTasks.js +0 -332
- package/dist/esm/operations/serviceTasks.js.map +0 -1
- package/dist/esm/operations/services.d.ts +0 -218
- package/dist/esm/operations/services.d.ts.map +0 -1
- package/dist/esm/operations/services.js +0 -932
- package/dist/esm/operations/services.js.map +0 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/esm/operations/sqlMigrationServices.js +0 -764
- package/dist/esm/operations/sqlMigrationServices.js.map +0 -1
- package/dist/esm/operations/tasks.d.ts +0 -110
- package/dist/esm/operations/tasks.d.ts.map +0 -1
- package/dist/esm/operations/tasks.js +0 -382
- package/dist/esm/operations/tasks.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -37
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -147
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/esm/operationsInterfaces/files.d.ts +0 -73
- package/dist/esm/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/files.js +0 -9
- package/dist/esm/operationsInterfaces/files.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -16
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -23
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/migrationServices.js +0 -9
- package/dist/esm/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -52
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -9
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js +0 -9
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js +0 -9
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/esm/operationsInterfaces/services.d.ts +0 -162
- package/dist/esm/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/services.js +0 -9
- package/dist/esm/operationsInterfaces/services.js.map +0 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js +0 -9
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/esm/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tasks.js +0 -9
- package/dist/esm/operationsInterfaces/tasks.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -13
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -9
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +0 -34
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +0 -1
- package/dist/react-native/dataMigrationManagementClient.js +0 -113
- package/dist/react-native/dataMigrationManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -8306
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -892
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -467
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -12924
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -45
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -346
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -89
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -370
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -89
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -370
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +0 -81
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +0 -303
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +0 -83
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +0 -314
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +0 -83
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +0 -314
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/react-native/operations/files.d.ts +0 -101
- package/dist/react-native/operations/files.d.ts.map +0 -1
- package/dist/react-native/operations/files.js +0 -371
- package/dist/react-native/operations/files.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -16
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -23
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/migrationServices.d.ts +0 -144
- package/dist/react-native/operations/migrationServices.d.ts.map +0 -1
- package/dist/react-native/operations/migrationServices.js +0 -676
- package/dist/react-native/operations/migrationServices.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -129
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -78
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -292
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/resourceSkus.d.ts +0 -32
- package/dist/react-native/operations/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operations/resourceSkus.js +0 -137
- package/dist/react-native/operations/resourceSkus.js.map +0 -1
- package/dist/react-native/operations/serviceTasks.d.ts +0 -94
- package/dist/react-native/operations/serviceTasks.d.ts.map +0 -1
- package/dist/react-native/operations/serviceTasks.js +0 -332
- package/dist/react-native/operations/serviceTasks.js.map +0 -1
- package/dist/react-native/operations/services.d.ts +0 -218
- package/dist/react-native/operations/services.d.ts.map +0 -1
- package/dist/react-native/operations/services.js +0 -932
- package/dist/react-native/operations/services.js.map +0 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +0 -179
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +0 -1
- package/dist/react-native/operations/sqlMigrationServices.js +0 -764
- package/dist/react-native/operations/sqlMigrationServices.js.map +0 -1
- package/dist/react-native/operations/tasks.d.ts +0 -110
- package/dist/react-native/operations/tasks.d.ts.map +0 -1
- package/dist/react-native/operations/tasks.js +0 -382
- package/dist/react-native/operations/tasks.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -37
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -147
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +0 -75
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +0 -75
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js +0 -9
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +0 -1
- package/dist/react-native/operationsInterfaces/files.d.ts +0 -73
- package/dist/react-native/operationsInterfaces/files.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/files.js +0 -9
- package/dist/react-native/operationsInterfaces/files.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -23
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +0 -87
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationServices.js +0 -9
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -9
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js +0 -9
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +0 -66
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js +0 -9
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +0 -162
- package/dist/react-native/operationsInterfaces/services.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/services.js +0 -9
- package/dist/react-native/operationsInterfaces/services.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +0 -122
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js +0 -9
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +0 -81
- package/dist/react-native/operationsInterfaces/tasks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tasks.js +0 -9
- package/dist/react-native/operationsInterfaces/tasks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -9
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/models.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Paged collection of OperationsDefinition items */\nexport interface _OperationListResult {\n /** The OperationsDefinition items on this page */\n readonly value: OperationsDefinition[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationsDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationsDefinitionArrayDeserializer(result: Array<OperationsDefinition>): any[] {\n return result.map((item) => {\n return operationsDefinitionDeserializer(item);\n });\n}\n\n/** model interface OperationsDefinition */\nexport interface OperationsDefinition {\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n readonly display?: OperationsDisplayDefinition;\n readonly origin?: OperationOrigin;\n /** Dictionary of <AnyObject> */\n readonly properties?: Record<string, any>;\n}\n\nexport function operationsDefinitionDeserializer(item: any): OperationsDefinition {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : operationsDisplayDefinitionDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** model interface OperationsDisplayDefinition */\nexport interface OperationsDisplayDefinition {\n readonly provider?: string;\n readonly resource?: string;\n readonly operation?: string;\n readonly description?: string;\n}\n\nexport function operationsDisplayDefinitionDeserializer(item: any): OperationsDisplayDefinition {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** user */\n User = \"user\",\n /** system */\n System = \"system\",\n}\n\n/** Type of OperationOrigin */\nexport type OperationOrigin = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Database Migration Resource for Mongo to CosmosDb. */\nexport interface DatabaseMigrationCosmosDbMongo extends ProxyResource {\n kind?: \"MongoToCosmosDbMongo\";\n /** Resource Id of the target resource. */\n scope?: string;\n /** Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. */\n readonly provisioningState?: ProvisioningState;\n /** Migration status. */\n readonly migrationStatus?: string;\n /** Database migration start time. */\n readonly startedOn?: Date;\n /** Database migration end time. */\n readonly endedOn?: Date;\n /** Resource Id of the Migration Service. */\n migrationService?: string;\n /** ID for current migration operation. */\n migrationOperationId?: string;\n /** Error details in case of migration failure. */\n readonly migrationFailureError?: ErrorInfo;\n /** Error message for migration provisioning failure, if any. */\n provisioningError?: string;\n /** Source Mongo connection details. */\n sourceMongoConnection?: MongoConnectionInformation;\n /** Target Cosmos DB Mongo connection details. */\n targetMongoConnection?: MongoConnectionInformation;\n /** List of Mongo Collections to be migrated. */\n collectionList?: MongoMigrationCollection[];\n}\n\nexport function databaseMigrationCosmosDbMongoSerializer(\n item: DatabaseMigrationCosmosDbMongo,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"kind\",\n \"scope\",\n \"migrationService\",\n \"migrationOperationId\",\n \"provisioningError\",\n \"sourceMongoConnection\",\n \"targetMongoConnection\",\n \"collectionList\",\n ])\n ? undefined\n : _databaseMigrationCosmosDbMongoPropertiesSerializer(item),\n };\n}\n\nexport function databaseMigrationCosmosDbMongoDeserializer(\n item: any,\n): DatabaseMigrationCosmosDbMongo {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _databaseMigrationCosmosDbMongoPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Database Migration Resource properties for CosmosDb for Mongo. */\nexport interface DatabaseMigrationPropertiesCosmosDbMongo extends DatabaseMigrationBaseProperties {\n /** Source Mongo connection details. */\n sourceMongoConnection?: MongoConnectionInformation;\n /** Target Cosmos DB Mongo connection details. */\n targetMongoConnection?: MongoConnectionInformation;\n /** List of Mongo Collections to be migrated. */\n collectionList?: MongoMigrationCollection[];\n kind: \"MongoToCosmosDbMongo\";\n}\n\nexport function databaseMigrationPropertiesCosmosDbMongoSerializer(\n item: DatabaseMigrationPropertiesCosmosDbMongo,\n): any {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n sourceMongoConnection: !item[\"sourceMongoConnection\"]\n ? item[\"sourceMongoConnection\"]\n : mongoConnectionInformationSerializer(item[\"sourceMongoConnection\"]),\n targetMongoConnection: !item[\"targetMongoConnection\"]\n ? item[\"targetMongoConnection\"]\n : mongoConnectionInformationSerializer(item[\"targetMongoConnection\"]),\n collectionList: !item[\"collectionList\"]\n ? item[\"collectionList\"]\n : mongoMigrationCollectionArraySerializer(item[\"collectionList\"]),\n };\n}\n\nexport function databaseMigrationPropertiesCosmosDbMongoDeserializer(\n item: any,\n): DatabaseMigrationPropertiesCosmosDbMongo {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n sourceMongoConnection: !item[\"sourceMongoConnection\"]\n ? item[\"sourceMongoConnection\"]\n : mongoConnectionInformationDeserializer(item[\"sourceMongoConnection\"]),\n targetMongoConnection: !item[\"targetMongoConnection\"]\n ? item[\"targetMongoConnection\"]\n : mongoConnectionInformationDeserializer(item[\"targetMongoConnection\"]),\n collectionList: !item[\"collectionList\"]\n ? item[\"collectionList\"]\n : mongoMigrationCollectionArrayDeserializer(item[\"collectionList\"]),\n };\n}\n\n/** Mongo Connection */\nexport interface MongoConnectionInformation {\n /** Host of mongo connection. */\n host?: string;\n /** Port of mongo connection. */\n port?: number;\n /** User name to connect to Mongo. */\n userName?: string;\n /** Password to connect to Mongo. */\n password?: string;\n /** Whether to UseSsl or UseTls to connect to Mongo. Default is true. */\n useSsl?: boolean;\n /** ConnectionString to connect to Mongo. */\n connectionString?: string;\n}\n\nexport function mongoConnectionInformationSerializer(item: MongoConnectionInformation): any {\n return {\n host: item[\"host\"],\n port: item[\"port\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n useSsl: item[\"useSsl\"],\n connectionString: item[\"connectionString\"],\n };\n}\n\nexport function mongoConnectionInformationDeserializer(item: any): MongoConnectionInformation {\n return {\n host: item[\"host\"],\n port: item[\"port\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n useSsl: item[\"useSsl\"],\n connectionString: item[\"connectionString\"],\n };\n}\n\nexport function mongoMigrationCollectionArraySerializer(\n result: Array<MongoMigrationCollection>,\n): any[] {\n return result.map((item) => {\n return mongoMigrationCollectionSerializer(item);\n });\n}\n\nexport function mongoMigrationCollectionArrayDeserializer(\n result: Array<MongoMigrationCollection>,\n): any[] {\n return result.map((item) => {\n return mongoMigrationCollectionDeserializer(item);\n });\n}\n\n/** Mongo source and target database and collection details. */\nexport interface MongoMigrationCollection {\n /** Source database name. */\n sourceDatabase?: string;\n /** Source collection name. */\n sourceCollection?: string;\n /** Target database name. */\n targetDatabase?: string;\n /** Target collection name. */\n targetCollection?: string;\n /** Detailed migration status. Not included by default. */\n readonly migrationProgressDetails?: MongoMigrationProgressDetails;\n}\n\nexport function mongoMigrationCollectionSerializer(item: MongoMigrationCollection): any {\n return {\n sourceDatabase: item[\"sourceDatabase\"],\n sourceCollection: item[\"sourceCollection\"],\n targetDatabase: item[\"targetDatabase\"],\n targetCollection: item[\"targetCollection\"],\n };\n}\n\nexport function mongoMigrationCollectionDeserializer(item: any): MongoMigrationCollection {\n return {\n sourceDatabase: item[\"sourceDatabase\"],\n sourceCollection: item[\"sourceCollection\"],\n targetDatabase: item[\"targetDatabase\"],\n targetCollection: item[\"targetCollection\"],\n migrationProgressDetails: !item[\"migrationProgressDetails\"]\n ? item[\"migrationProgressDetails\"]\n : mongoMigrationProgressDetailsDeserializer(item[\"migrationProgressDetails\"]),\n };\n}\n\n/** Detailed status of collection migration. */\nexport interface MongoMigrationProgressDetails {\n /** Migration Status */\n readonly migrationStatus?: MongoMigrationStatus;\n /** Migration Error */\n readonly migrationError?: string;\n /** Source Document Count */\n readonly sourceDocumentCount?: number;\n /** Processed Document Count */\n readonly processedDocumentCount?: number;\n /** Migration duration */\n readonly durationInSeconds?: number;\n}\n\nexport function mongoMigrationProgressDetailsDeserializer(\n item: any,\n): MongoMigrationProgressDetails {\n return {\n migrationStatus: item[\"migrationStatus\"],\n migrationError: item[\"migrationError\"],\n sourceDocumentCount: item[\"sourceDocumentCount\"],\n processedDocumentCount: item[\"processedDocumentCount\"],\n durationInSeconds: item[\"durationInSeconds\"],\n };\n}\n\n/** Migration Status */\nexport enum KnownMongoMigrationStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Migration Status \\\n * {@link KnownMongoMigrationStatus} can be used interchangeably with MongoMigrationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted**: NotStarted \\\n * **InProgress**: InProgress \\\n * **Completed**: Completed \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled\n */\nexport type MongoMigrationStatus = string;\n\n/** Database Migration Base Resource properties. */\nexport interface DatabaseMigrationBaseProperties {\n kind: ResourceType;\n /** Resource Id of the target resource. */\n scope?: string;\n /** Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. */\n readonly provisioningState?: ProvisioningState;\n /** Migration status. */\n readonly migrationStatus?: string;\n /** Database migration start time. */\n readonly startedOn?: Date;\n /** Database migration end time. */\n readonly endedOn?: Date;\n /** Resource Id of the Migration Service. */\n migrationService?: string;\n /** ID for current migration operation. */\n migrationOperationId?: string;\n /** Error details in case of migration failure. */\n readonly migrationFailureError?: ErrorInfo;\n /** Error message for migration provisioning failure, if any. */\n provisioningError?: string;\n}\n\nexport function databaseMigrationBasePropertiesSerializer(\n item: DatabaseMigrationBaseProperties,\n): any {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n };\n}\n\nexport function databaseMigrationBasePropertiesDeserializer(\n item: any,\n): DatabaseMigrationBaseProperties {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n };\n}\n\n/** Alias for DatabaseMigrationBasePropertiesUnion */\nexport type DatabaseMigrationBasePropertiesUnion =\n | DatabaseMigrationPropertiesCosmosDbMongo\n | DatabaseMigrationPropertiesUnion\n | DatabaseMigrationBaseProperties;\n\nexport function databaseMigrationBasePropertiesUnionSerializer(\n item: DatabaseMigrationBasePropertiesUnion,\n): any {\n switch (item.kind) {\n case \"MongoToCosmosDbMongo\":\n return databaseMigrationPropertiesCosmosDbMongoSerializer(\n item as DatabaseMigrationPropertiesCosmosDbMongo,\n );\n\n case \"DatabaseMigrationProperties\":\n case \"SqlDb\":\n case \"SqlMi\":\n case \"SqlVm\":\n return databaseMigrationPropertiesUnionSerializer(item as DatabaseMigrationPropertiesUnion);\n\n default:\n return databaseMigrationBasePropertiesSerializer(item);\n }\n}\n\nexport function databaseMigrationBasePropertiesUnionDeserializer(\n item: any,\n): DatabaseMigrationBasePropertiesUnion {\n switch (item[\"kind\"]) {\n case \"MongoToCosmosDbMongo\":\n return databaseMigrationPropertiesCosmosDbMongoDeserializer(\n item as DatabaseMigrationPropertiesCosmosDbMongo,\n );\n\n case \"DatabaseMigrationProperties\":\n case \"SqlDb\":\n case \"SqlMi\":\n case \"SqlVm\":\n return databaseMigrationPropertiesUnionDeserializer(item as DatabaseMigrationPropertiesUnion);\n\n default:\n return databaseMigrationBasePropertiesDeserializer(item);\n }\n}\n\n/** Known values of {@link ResourceType} that the service accepts. */\nexport enum KnownResourceType {\n /** SqlMi */\n SqlMi = \"SqlMi\",\n /** SqlVm */\n SqlVm = \"SqlVm\",\n /** SqlDb */\n SqlDb = \"SqlDb\",\n /** MongoToCosmosDbMongo */\n MongoToCosmosDbMongo = \"MongoToCosmosDbMongo\",\n /** DatabaseMigrationProperties */\n DatabaseMigrationProperties = \"DatabaseMigrationProperties\",\n}\n\n/** Type of ResourceType */\nexport type ResourceType = string;\n\n/** Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. */\nexport enum KnownProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Provisioning \\\n * **Updating**: Updating \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled\n */\nexport type ProvisioningState = string;\n\n/** Error details */\nexport interface ErrorInfo {\n /** Error code. */\n readonly code?: string;\n /** Error message. */\n readonly message?: string;\n}\n\nexport function errorInfoDeserializer(item: any): ErrorInfo {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Database Migration Resource properties for SQL database. */\nexport interface DatabaseMigrationPropertiesSqlDb extends DatabaseMigrationProperties {\n /** Detailed migration status. Not included by default. */\n readonly migrationStatusDetails?: SqlDbMigrationStatusDetails;\n /** Target SQL DB connection details. */\n targetSqlConnection?: SqlConnectionInformation;\n /** Offline configuration. */\n readonly offlineConfiguration?: SqlDbOfflineConfiguration;\n /** List of tables to copy. */\n tableList?: string[];\n kind: \"SqlDb\";\n}\n\nexport function databaseMigrationPropertiesSqlDbSerializer(\n item: DatabaseMigrationPropertiesSqlDb,\n): any {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationSerializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n targetSqlConnection: !item[\"targetSqlConnection\"]\n ? item[\"targetSqlConnection\"]\n : sqlConnectionInformationSerializer(item[\"targetSqlConnection\"]),\n tableList: !item[\"tableList\"]\n ? item[\"tableList\"]\n : item[\"tableList\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function databaseMigrationPropertiesSqlDbDeserializer(\n item: any,\n): DatabaseMigrationPropertiesSqlDb {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationDeserializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n sourceServerName: item[\"sourceServerName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n migrationStatusDetails: !item[\"migrationStatusDetails\"]\n ? item[\"migrationStatusDetails\"]\n : sqlDbMigrationStatusDetailsDeserializer(item[\"migrationStatusDetails\"]),\n targetSqlConnection: !item[\"targetSqlConnection\"]\n ? item[\"targetSqlConnection\"]\n : sqlConnectionInformationDeserializer(item[\"targetSqlConnection\"]),\n offlineConfiguration: !item[\"offlineConfiguration\"]\n ? item[\"offlineConfiguration\"]\n : sqlDbOfflineConfigurationDeserializer(item[\"offlineConfiguration\"]),\n tableList: !item[\"tableList\"]\n ? item[\"tableList\"]\n : item[\"tableList\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Detailed status of current Sql Db migration. */\nexport interface SqlDbMigrationStatusDetails {\n /** Current State of Migration. */\n readonly migrationState?: string;\n /** Sql Data Copy errors, if any. */\n readonly sqlDataCopyErrors?: string[];\n /** Details on progress of ADF copy activities. */\n readonly listOfCopyProgressDetails?: CopyProgressDetails[];\n}\n\nexport function sqlDbMigrationStatusDetailsDeserializer(item: any): SqlDbMigrationStatusDetails {\n return {\n migrationState: item[\"migrationState\"],\n sqlDataCopyErrors: !item[\"sqlDataCopyErrors\"]\n ? item[\"sqlDataCopyErrors\"]\n : item[\"sqlDataCopyErrors\"].map((p: any) => {\n return p;\n }),\n listOfCopyProgressDetails: !item[\"listOfCopyProgressDetails\"]\n ? item[\"listOfCopyProgressDetails\"]\n : copyProgressDetailsArrayDeserializer(item[\"listOfCopyProgressDetails\"]),\n };\n}\n\nexport function copyProgressDetailsArrayDeserializer(result: Array<CopyProgressDetails>): any[] {\n return result.map((item) => {\n return copyProgressDetailsDeserializer(item);\n });\n}\n\n/** Details on progress of ADF copy activity */\nexport interface CopyProgressDetails {\n /** Table Name */\n readonly tableName?: string;\n /** Status of the Copy activity (InProgress, Succeeded, Failed, Canceled). */\n readonly status?: string;\n /** Type of parallel copy (Dynamic range, Physical partition, none). */\n readonly parallelCopyType?: string;\n /** The degree of parallelization. */\n readonly usedParallelCopies?: number;\n /** Bytes read */\n readonly dataRead?: number;\n /** Bytes written */\n readonly dataWritten?: number;\n /** Rows read */\n readonly rowsRead?: number;\n /** Rows Copied */\n readonly rowsCopied?: number;\n /** Copy Start */\n readonly copyStart?: Date;\n /** Copy throughput in KBps */\n readonly copyThroughput?: number;\n /** Copy Duration in seconds */\n readonly copyDuration?: number;\n}\n\nexport function copyProgressDetailsDeserializer(item: any): CopyProgressDetails {\n return {\n tableName: item[\"tableName\"],\n status: item[\"status\"],\n parallelCopyType: item[\"parallelCopyType\"],\n usedParallelCopies: item[\"usedParallelCopies\"],\n dataRead: item[\"dataRead\"],\n dataWritten: item[\"dataWritten\"],\n rowsRead: item[\"rowsRead\"],\n rowsCopied: item[\"rowsCopied\"],\n copyStart: !item[\"copyStart\"] ? item[\"copyStart\"] : new Date(item[\"copyStart\"]),\n copyThroughput: item[\"copyThroughput\"],\n copyDuration: item[\"copyDuration\"],\n };\n}\n\n/** Source SQL Connection */\nexport interface SqlConnectionInformation {\n /** Data source. */\n dataSource?: string;\n /** Authentication type. */\n authentication?: string;\n /** User name to connect to source SQL. */\n userName?: string;\n /** Password to connect to source SQL. */\n password?: string;\n /** Whether to encrypt connection or not. */\n encryptConnection?: boolean;\n /** Whether to trust server certificate or not. */\n trustServerCertificate?: boolean;\n}\n\nexport function sqlConnectionInformationSerializer(item: SqlConnectionInformation): any {\n return {\n dataSource: item[\"dataSource\"],\n authentication: item[\"authentication\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n encryptConnection: item[\"encryptConnection\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n };\n}\n\nexport function sqlConnectionInformationDeserializer(item: any): SqlConnectionInformation {\n return {\n dataSource: item[\"dataSource\"],\n authentication: item[\"authentication\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n encryptConnection: item[\"encryptConnection\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n };\n}\n\n/** Offline configuration */\nexport interface SqlDbOfflineConfiguration {\n /** Offline migration */\n readonly offline?: boolean;\n}\n\nexport function sqlDbOfflineConfigurationDeserializer(item: any): SqlDbOfflineConfiguration {\n return {\n offline: item[\"offline\"],\n };\n}\n\n/** Database Migration Resource properties. */\nexport interface DatabaseMigrationProperties extends DatabaseMigrationBaseProperties {\n kind: \"DatabaseMigrationProperties\" | \"SqlDb\" | \"SqlMi\" | \"SqlVm\";\n /** Source SQL Server connection details. */\n sourceSqlConnection?: SqlConnectionInformation;\n /** Name of the source database. */\n sourceDatabaseName?: string;\n /** Name of the source sql server. */\n readonly sourceServerName?: string;\n /** Database collation to be used for the target database. */\n targetDatabaseCollation?: string;\n /** Optional property - Resource Id for the source Sql server instance. Validations are performed on this property to ensure that it follows the correct format. */\n sqlServerInstanceId?: string;\n}\n\nexport function databaseMigrationPropertiesSerializer(item: DatabaseMigrationProperties): any {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationSerializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n };\n}\n\nexport function databaseMigrationPropertiesDeserializer(item: any): DatabaseMigrationProperties {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationDeserializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n sourceServerName: item[\"sourceServerName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n };\n}\n\n/** Alias for DatabaseMigrationPropertiesUnion */\nexport type DatabaseMigrationPropertiesUnion =\n | DatabaseMigrationPropertiesSqlDb\n | DatabaseMigrationPropertiesSqlMi\n | DatabaseMigrationPropertiesSqlVm\n | DatabaseMigrationProperties;\n\nexport function databaseMigrationPropertiesUnionSerializer(\n item: DatabaseMigrationPropertiesUnion,\n): any {\n switch (item.kind) {\n case \"SqlDb\":\n return databaseMigrationPropertiesSqlDbSerializer(item as DatabaseMigrationPropertiesSqlDb);\n\n case \"SqlMi\":\n return databaseMigrationPropertiesSqlMiSerializer(item as DatabaseMigrationPropertiesSqlMi);\n\n case \"SqlVm\":\n return databaseMigrationPropertiesSqlVmSerializer(item as DatabaseMigrationPropertiesSqlVm);\n\n default:\n return databaseMigrationPropertiesSerializer(item);\n }\n}\n\nexport function databaseMigrationPropertiesUnionDeserializer(\n item: any,\n): DatabaseMigrationPropertiesUnion {\n switch (item[\"kind\"]) {\n case \"SqlDb\":\n return databaseMigrationPropertiesSqlDbDeserializer(item as DatabaseMigrationPropertiesSqlDb);\n\n case \"SqlMi\":\n return databaseMigrationPropertiesSqlMiDeserializer(item as DatabaseMigrationPropertiesSqlMi);\n\n case \"SqlVm\":\n return databaseMigrationPropertiesSqlVmDeserializer(item as DatabaseMigrationPropertiesSqlVm);\n\n default:\n return databaseMigrationPropertiesDeserializer(item);\n }\n}\n\n/** Database Migration Resource properties for SQL Managed Instance. */\nexport interface DatabaseMigrationPropertiesSqlMi extends DatabaseMigrationProperties {\n /** Detailed migration status. Not included by default. */\n readonly migrationStatusDetails?: MigrationStatusDetails;\n /** Backup configuration info. */\n backupConfiguration?: BackupConfiguration;\n /** Offline configuration. */\n offlineConfiguration?: OfflineConfiguration;\n kind: \"SqlMi\";\n}\n\nexport function databaseMigrationPropertiesSqlMiSerializer(\n item: DatabaseMigrationPropertiesSqlMi,\n): any {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationSerializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n backupConfiguration: !item[\"backupConfiguration\"]\n ? item[\"backupConfiguration\"]\n : backupConfigurationSerializer(item[\"backupConfiguration\"]),\n offlineConfiguration: !item[\"offlineConfiguration\"]\n ? item[\"offlineConfiguration\"]\n : offlineConfigurationSerializer(item[\"offlineConfiguration\"]),\n };\n}\n\nexport function databaseMigrationPropertiesSqlMiDeserializer(\n item: any,\n): DatabaseMigrationPropertiesSqlMi {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationDeserializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n sourceServerName: item[\"sourceServerName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n migrationStatusDetails: !item[\"migrationStatusDetails\"]\n ? item[\"migrationStatusDetails\"]\n : migrationStatusDetailsDeserializer(item[\"migrationStatusDetails\"]),\n backupConfiguration: !item[\"backupConfiguration\"]\n ? item[\"backupConfiguration\"]\n : backupConfigurationDeserializer(item[\"backupConfiguration\"]),\n offlineConfiguration: !item[\"offlineConfiguration\"]\n ? item[\"offlineConfiguration\"]\n : offlineConfigurationDeserializer(item[\"offlineConfiguration\"]),\n };\n}\n\n/** Detailed status of current migration. */\nexport interface MigrationStatusDetails {\n /** Current State of Migration. */\n readonly migrationState?: string;\n /** Details of full backup set. */\n readonly fullBackupSetInfo?: SqlBackupSetInfo;\n /** Last applied backup set information. */\n readonly lastRestoredBackupSetInfo?: SqlBackupSetInfo;\n /** Backup sets that are currently active. */\n readonly activeBackupSets?: SqlBackupSetInfo[];\n /** Files that are not valid backup files. */\n readonly invalidFiles?: string[];\n /** Name of blob container. */\n readonly blobContainerName?: string;\n /** Whether full backup has been applied to the target database or not. */\n readonly isFullBackupRestored?: boolean;\n /** Restore blocking reason, if any */\n readonly restoreBlockingReason?: string;\n /** Complete restore error message, if any */\n readonly completeRestoreErrorMessage?: string;\n /** File upload blocking errors, if any. */\n readonly fileUploadBlockingErrors?: string[];\n /** File name that is currently being restored. */\n readonly currentRestoringFilename?: string;\n /** Last restored file name. */\n readonly lastRestoredFilename?: string;\n /** Total pending log backups. */\n readonly pendingLogBackupsCount?: number;\n}\n\nexport function migrationStatusDetailsDeserializer(item: any): MigrationStatusDetails {\n return {\n migrationState: item[\"migrationState\"],\n fullBackupSetInfo: !item[\"fullBackupSetInfo\"]\n ? item[\"fullBackupSetInfo\"]\n : sqlBackupSetInfoDeserializer(item[\"fullBackupSetInfo\"]),\n lastRestoredBackupSetInfo: !item[\"lastRestoredBackupSetInfo\"]\n ? item[\"lastRestoredBackupSetInfo\"]\n : sqlBackupSetInfoDeserializer(item[\"lastRestoredBackupSetInfo\"]),\n activeBackupSets: !item[\"activeBackupSets\"]\n ? item[\"activeBackupSets\"]\n : sqlBackupSetInfoArrayDeserializer(item[\"activeBackupSets\"]),\n invalidFiles: !item[\"invalidFiles\"]\n ? item[\"invalidFiles\"]\n : item[\"invalidFiles\"].map((p: any) => {\n return p;\n }),\n blobContainerName: item[\"blobContainerName\"],\n isFullBackupRestored: item[\"isFullBackupRestored\"],\n restoreBlockingReason: item[\"restoreBlockingReason\"],\n completeRestoreErrorMessage: item[\"completeRestoreErrorMessage\"],\n fileUploadBlockingErrors: !item[\"fileUploadBlockingErrors\"]\n ? item[\"fileUploadBlockingErrors\"]\n : item[\"fileUploadBlockingErrors\"].map((p: any) => {\n return p;\n }),\n currentRestoringFilename: item[\"currentRestoringFilename\"],\n lastRestoredFilename: item[\"lastRestoredFilename\"],\n pendingLogBackupsCount: item[\"pendingLogBackupsCount\"],\n };\n}\n\n/** Information of backup set */\nexport interface SqlBackupSetInfo {\n /** Backup set id. */\n readonly backupSetId?: string;\n /** First LSN of the backup set. */\n readonly firstLSN?: string;\n /** Last LSN of the backup set. */\n readonly lastLSN?: string;\n /** Backup type. */\n readonly backupType?: string;\n /** List of files in the backup set. */\n readonly listOfBackupFiles?: SqlBackupFileInfo[];\n /** Backup start date. */\n readonly backupStartDate?: Date;\n /** Backup end time. */\n readonly backupFinishDate?: Date;\n /** Whether this backup set has been restored or not. */\n readonly isBackupRestored?: boolean;\n /** Has Backup Checksums */\n readonly hasBackupChecksums?: boolean;\n /** Media family count */\n readonly familyCount?: number;\n /** The reasons why the backup set is ignored */\n readonly ignoreReasons?: string[];\n}\n\nexport function sqlBackupSetInfoDeserializer(item: any): SqlBackupSetInfo {\n return {\n backupSetId: item[\"backupSetId\"],\n firstLSN: item[\"firstLSN\"],\n lastLSN: item[\"lastLSN\"],\n backupType: item[\"backupType\"],\n listOfBackupFiles: !item[\"listOfBackupFiles\"]\n ? item[\"listOfBackupFiles\"]\n : sqlBackupFileInfoArrayDeserializer(item[\"listOfBackupFiles\"]),\n backupStartDate: !item[\"backupStartDate\"]\n ? item[\"backupStartDate\"]\n : new Date(item[\"backupStartDate\"]),\n backupFinishDate: !item[\"backupFinishDate\"]\n ? item[\"backupFinishDate\"]\n : new Date(item[\"backupFinishDate\"]),\n isBackupRestored: item[\"isBackupRestored\"],\n hasBackupChecksums: item[\"hasBackupChecksums\"],\n familyCount: item[\"familyCount\"],\n ignoreReasons: !item[\"ignoreReasons\"]\n ? item[\"ignoreReasons\"]\n : item[\"ignoreReasons\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function sqlBackupFileInfoArrayDeserializer(result: Array<SqlBackupFileInfo>): any[] {\n return result.map((item) => {\n return sqlBackupFileInfoDeserializer(item);\n });\n}\n\n/** Information of backup file */\nexport interface SqlBackupFileInfo {\n /** File name. */\n readonly fileName?: string;\n /** Status of the file. (Initial, Uploading, Uploaded, Restoring, Restored or Skipped) */\n readonly status?: string;\n /** File size in bytes */\n readonly totalSize?: number;\n /** Bytes read */\n readonly dataRead?: number;\n /** Bytes written */\n readonly dataWritten?: number;\n /** Copy throughput in KBps */\n readonly copyThroughput?: number;\n /** Copy Duration in seconds */\n readonly copyDuration?: number;\n /** Media family sequence number */\n readonly familySequenceNumber?: number;\n}\n\nexport function sqlBackupFileInfoDeserializer(item: any): SqlBackupFileInfo {\n return {\n fileName: item[\"fileName\"],\n status: item[\"status\"],\n totalSize: item[\"totalSize\"],\n dataRead: item[\"dataRead\"],\n dataWritten: item[\"dataWritten\"],\n copyThroughput: item[\"copyThroughput\"],\n copyDuration: item[\"copyDuration\"],\n familySequenceNumber: item[\"familySequenceNumber\"],\n };\n}\n\nexport function sqlBackupSetInfoArrayDeserializer(result: Array<SqlBackupSetInfo>): any[] {\n return result.map((item) => {\n return sqlBackupSetInfoDeserializer(item);\n });\n}\n\n/** Backup Configuration */\nexport interface BackupConfiguration {\n /** Source location of backups. */\n sourceLocation?: SourceLocation;\n /** Target location for copying backups. */\n targetLocation?: TargetLocation;\n}\n\nexport function backupConfigurationSerializer(item: BackupConfiguration): any {\n return {\n sourceLocation: !item[\"sourceLocation\"]\n ? item[\"sourceLocation\"]\n : sourceLocationSerializer(item[\"sourceLocation\"]),\n targetLocation: !item[\"targetLocation\"]\n ? item[\"targetLocation\"]\n : targetLocationSerializer(item[\"targetLocation\"]),\n };\n}\n\nexport function backupConfigurationDeserializer(item: any): BackupConfiguration {\n return {\n sourceLocation: !item[\"sourceLocation\"]\n ? item[\"sourceLocation\"]\n : sourceLocationDeserializer(item[\"sourceLocation\"]),\n targetLocation: !item[\"targetLocation\"]\n ? item[\"targetLocation\"]\n : targetLocationDeserializer(item[\"targetLocation\"]),\n };\n}\n\n/** Source Location details of backups. */\nexport interface SourceLocation {\n /** Source File share. */\n fileShare?: SqlFileShare;\n /** Source Azure Blob. */\n azureBlob?: AzureBlob;\n /** Backup storage Type. */\n readonly fileStorageType?: string;\n}\n\nexport function sourceLocationSerializer(item: SourceLocation): any {\n return {\n fileShare: !item[\"fileShare\"] ? item[\"fileShare\"] : sqlFileShareSerializer(item[\"fileShare\"]),\n azureBlob: !item[\"azureBlob\"] ? item[\"azureBlob\"] : azureBlobSerializer(item[\"azureBlob\"]),\n };\n}\n\nexport function sourceLocationDeserializer(item: any): SourceLocation {\n return {\n fileShare: !item[\"fileShare\"] ? item[\"fileShare\"] : sqlFileShareDeserializer(item[\"fileShare\"]),\n azureBlob: !item[\"azureBlob\"] ? item[\"azureBlob\"] : azureBlobDeserializer(item[\"azureBlob\"]),\n fileStorageType: item[\"fileStorageType\"],\n };\n}\n\n/** File share */\nexport interface SqlFileShare {\n /** Location as SMB share or local drive where backups are placed. */\n path?: string;\n /** Username to access the file share location for backups. */\n username?: string;\n /** Password for username to access file share location. */\n password?: string;\n}\n\nexport function sqlFileShareSerializer(item: SqlFileShare): any {\n return { path: item[\"path\"], username: item[\"username\"], password: item[\"password\"] };\n}\n\nexport function sqlFileShareDeserializer(item: any): SqlFileShare {\n return {\n path: item[\"path\"],\n username: item[\"username\"],\n password: item[\"password\"],\n };\n}\n\n/** Azure Blob Details */\nexport interface AzureBlob {\n /** Authentication type used for accessing Azure Blob Storage. */\n authType?: AuthType;\n /** Identity details for authentication using a Managed Identity. */\n identity?: ManagedServiceIdentity;\n /** Resource Id of the storage account where backups are stored. */\n storageAccountResourceId?: string;\n /** Storage Account Key. */\n accountKey?: string;\n /** Blob container name where backups are stored. */\n blobContainerName?: string;\n}\n\nexport function azureBlobSerializer(item: AzureBlob): any {\n return {\n authType: item[\"authType\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n accountKey: item[\"accountKey\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\nexport function azureBlobDeserializer(item: any): AzureBlob {\n return {\n authType: item[\"authType\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n accountKey: item[\"accountKey\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\n/** Authentication type used for accessing Azure Blob Storage. */\nexport type AuthType = \"AccountKey\" | \"ManagedIdentity\";\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** Target Location details for optional copy of backups */\nexport interface TargetLocation {\n /** Resource Id of the storage account copying backups. */\n storageAccountResourceId?: string;\n /** Storage Account Key. */\n accountKey?: string;\n}\n\nexport function targetLocationSerializer(item: TargetLocation): any {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n accountKey: item[\"accountKey\"],\n };\n}\n\nexport function targetLocationDeserializer(item: any): TargetLocation {\n return {\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n accountKey: item[\"accountKey\"],\n };\n}\n\n/** Offline configuration */\nexport interface OfflineConfiguration {\n /** Offline migration */\n offline?: boolean;\n /** Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share. */\n lastBackupName?: string;\n}\n\nexport function offlineConfigurationSerializer(item: OfflineConfiguration): any {\n return { offline: item[\"offline\"], lastBackupName: item[\"lastBackupName\"] };\n}\n\nexport function offlineConfigurationDeserializer(item: any): OfflineConfiguration {\n return {\n offline: item[\"offline\"],\n lastBackupName: item[\"lastBackupName\"],\n };\n}\n\n/** Database Migration Resource properties for SQL Virtual Machine. */\nexport interface DatabaseMigrationPropertiesSqlVm extends DatabaseMigrationProperties {\n /** Detailed migration status. Not included by default. */\n readonly migrationStatusDetails?: MigrationStatusDetails;\n /** Backup configuration info. */\n backupConfiguration?: BackupConfiguration;\n /** Offline configuration. */\n offlineConfiguration?: OfflineConfiguration;\n kind: \"SqlVm\";\n}\n\nexport function databaseMigrationPropertiesSqlVmSerializer(\n item: DatabaseMigrationPropertiesSqlVm,\n): any {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationSerializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n backupConfiguration: !item[\"backupConfiguration\"]\n ? item[\"backupConfiguration\"]\n : backupConfigurationSerializer(item[\"backupConfiguration\"]),\n offlineConfiguration: !item[\"offlineConfiguration\"]\n ? item[\"offlineConfiguration\"]\n : offlineConfigurationSerializer(item[\"offlineConfiguration\"]),\n };\n}\n\nexport function databaseMigrationPropertiesSqlVmDeserializer(\n item: any,\n): DatabaseMigrationPropertiesSqlVm {\n return {\n kind: item[\"kind\"],\n sourceSqlConnection: !item[\"sourceSqlConnection\"]\n ? item[\"sourceSqlConnection\"]\n : sqlConnectionInformationDeserializer(item[\"sourceSqlConnection\"]),\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n sourceServerName: item[\"sourceServerName\"],\n targetDatabaseCollation: item[\"targetDatabaseCollation\"],\n sqlServerInstanceId: item[\"sqlServerInstanceId\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n migrationStatusDetails: !item[\"migrationStatusDetails\"]\n ? item[\"migrationStatusDetails\"]\n : migrationStatusDetailsDeserializer(item[\"migrationStatusDetails\"]),\n backupConfiguration: !item[\"backupConfiguration\"]\n ? item[\"backupConfiguration\"]\n : backupConfigurationDeserializer(item[\"backupConfiguration\"]),\n offlineConfiguration: !item[\"offlineConfiguration\"]\n ? item[\"offlineConfiguration\"]\n : offlineConfigurationDeserializer(item[\"offlineConfiguration\"]),\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a DatabaseMigrationCosmosDbMongo list operation. */\nexport interface _DatabaseMigrationCosmosDbMongoListResult {\n /** The DatabaseMigrationCosmosDbMongo items on this page */\n readonly value: DatabaseMigrationCosmosDbMongo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _databaseMigrationCosmosDbMongoListResultDeserializer(\n item: any,\n): _DatabaseMigrationCosmosDbMongoListResult {\n return {\n value: databaseMigrationCosmosDbMongoArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function databaseMigrationCosmosDbMongoArraySerializer(\n result: Array<DatabaseMigrationCosmosDbMongo>,\n): any[] {\n return result.map((item) => {\n return databaseMigrationCosmosDbMongoSerializer(item);\n });\n}\n\nexport function databaseMigrationCosmosDbMongoArrayDeserializer(\n result: Array<DatabaseMigrationCosmosDbMongo>,\n): any[] {\n return result.map((item) => {\n return databaseMigrationCosmosDbMongoDeserializer(item);\n });\n}\n\n/** A Migration Service. */\nexport interface MigrationService extends TrackedResource {\n /** Provisioning state to track the async operation status. */\n readonly provisioningState?: ProvisioningState;\n /** Current state of the Integration runtime. */\n readonly integrationRuntimeState?: string;\n}\n\nexport function migrationServiceSerializer(item: MigrationService): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [])\n ? undefined\n : _migrationServicePropertiesSerializer(item),\n };\n}\n\nexport function migrationServiceDeserializer(item: any): MigrationService {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _migrationServicePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The Migration Service properties. */\nexport interface MigrationServiceProperties {\n /** Provisioning state to track the async operation status. */\n readonly provisioningState?: ProvisioningState;\n /** Current state of the Integration runtime. */\n readonly integrationRuntimeState?: string;\n}\n\nexport function migrationServicePropertiesSerializer(_item: MigrationServiceProperties): any {\n return {};\n}\n\nexport function migrationServicePropertiesDeserializer(item: any): MigrationServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n integrationRuntimeState: item[\"integrationRuntimeState\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** An update to a Migration Service. */\nexport interface MigrationServiceUpdate {\n /** Dictionary of <string> */\n tags?: Record<string, string>;\n}\n\nexport function migrationServiceUpdateSerializer(item: MigrationServiceUpdate): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a MigrationService list operation. */\nexport interface _MigrationServiceListResult {\n /** The MigrationService items on this page */\n readonly value: MigrationService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _migrationServiceListResultDeserializer(item: any): _MigrationServiceListResult {\n return {\n value: migrationServiceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function migrationServiceArraySerializer(result: Array<MigrationService>): any[] {\n return result.map((item) => {\n return migrationServiceSerializer(item);\n });\n}\n\nexport function migrationServiceArrayDeserializer(result: Array<MigrationService>): any[] {\n return result.map((item) => {\n return migrationServiceDeserializer(item);\n });\n}\n\n/** The response of a DatabaseMigrationBase list operation. */\nexport interface _DatabaseMigrationBaseListResult {\n /** The DatabaseMigrationBase items on this page */\n readonly value: DatabaseMigrationBase[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _databaseMigrationBaseListResultDeserializer(\n item: any,\n): _DatabaseMigrationBaseListResult {\n return {\n value: databaseMigrationBaseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function databaseMigrationBaseArrayDeserializer(\n result: Array<DatabaseMigrationBase>,\n): any[] {\n return result.map((item) => {\n return databaseMigrationBaseDeserializer(item);\n });\n}\n\n/** Database Migration Resource. */\nexport interface DatabaseMigrationBase extends ProxyResource {\n /** Database Migration Base Resource properties. */\n properties?: DatabaseMigrationBasePropertiesUnion;\n}\n\nexport function databaseMigrationBaseDeserializer(item: any): DatabaseMigrationBase {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationBasePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** A SQL Migration Service. */\nexport interface SqlMigrationService extends ProxyResource {\n location?: string;\n tags?: Record<string, string>;\n /** Provisioning state to track the async operation status. */\n readonly provisioningState?: string;\n /** Current state of the Integration runtime. */\n readonly integrationRuntimeState?: string;\n}\n\nexport function sqlMigrationServiceSerializer(item: SqlMigrationService): any {\n return {\n properties: areAllPropsUndefined(item, [])\n ? undefined\n : _sqlMigrationServicePropertiesSerializer(item),\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function sqlMigrationServiceDeserializer(item: any): SqlMigrationService {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sqlMigrationServicePropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The SQL Migration Service properties. */\nexport interface SqlMigrationServiceProperties {\n /** Provisioning state to track the async operation status. */\n readonly provisioningState?: string;\n /** Current state of the Integration runtime. */\n readonly integrationRuntimeState?: string;\n}\n\nexport function sqlMigrationServicePropertiesSerializer(_item: SqlMigrationServiceProperties): any {\n return {};\n}\n\nexport function sqlMigrationServicePropertiesDeserializer(\n item: any,\n): SqlMigrationServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n integrationRuntimeState: item[\"integrationRuntimeState\"],\n };\n}\n\n/** An update to a SQL Migration Service. */\nexport interface SqlMigrationServiceUpdate {\n /** Dictionary of <string> */\n tags?: Record<string, string>;\n}\n\nexport function sqlMigrationServiceUpdateSerializer(item: SqlMigrationServiceUpdate): any {\n return { tags: item[\"tags\"] };\n}\n\n/** A list of SQL Migration Service. */\nexport interface _SqlMigrationListResult {\n /** The SqlMigrationService items on this page */\n readonly value: SqlMigrationService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sqlMigrationListResultDeserializer(item: any): _SqlMigrationListResult {\n return {\n value: sqlMigrationServiceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sqlMigrationServiceArraySerializer(result: Array<SqlMigrationService>): any[] {\n return result.map((item) => {\n return sqlMigrationServiceSerializer(item);\n });\n}\n\nexport function sqlMigrationServiceArrayDeserializer(result: Array<SqlMigrationService>): any[] {\n return result.map((item) => {\n return sqlMigrationServiceDeserializer(item);\n });\n}\n\n/** An authentication key. */\nexport interface AuthenticationKeys {\n /** The first authentication key. */\n authKey1?: string;\n /** The second authentication key. */\n authKey2?: string;\n}\n\nexport function authenticationKeysDeserializer(item: any): AuthenticationKeys {\n return {\n authKey1: item[\"authKey1\"],\n authKey2: item[\"authKey2\"],\n };\n}\n\n/** An authentication key to regenerate. */\nexport interface RegenAuthKeys {\n /** The name of authentication key to generate. */\n keyName?: string;\n /** The first authentication key. */\n authKey1?: string;\n /** The second authentication key. */\n authKey2?: string;\n}\n\nexport function regenAuthKeysSerializer(item: RegenAuthKeys): any {\n return { keyName: item[\"keyName\"], authKey1: item[\"authKey1\"], authKey2: item[\"authKey2\"] };\n}\n\nexport function regenAuthKeysDeserializer(item: any): RegenAuthKeys {\n return {\n keyName: item[\"keyName\"],\n authKey1: item[\"authKey1\"],\n authKey2: item[\"authKey2\"],\n };\n}\n\n/** Details of node to be deleted. */\nexport interface DeleteNode {\n /** The name of node to delete. */\n nodeName?: string;\n /** The name of integration runtime. */\n integrationRuntimeName?: string;\n}\n\nexport function deleteNodeSerializer(item: DeleteNode): any {\n return { nodeName: item[\"nodeName\"], integrationRuntimeName: item[\"integrationRuntimeName\"] };\n}\n\nexport function deleteNodeDeserializer(item: any): DeleteNode {\n return {\n nodeName: item[\"nodeName\"],\n integrationRuntimeName: item[\"integrationRuntimeName\"],\n };\n}\n\n/** The response of a DatabaseMigration list operation. */\nexport interface _DatabaseMigrationListResult {\n /** The DatabaseMigration items on this page */\n readonly value: DatabaseMigration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _databaseMigrationListResultDeserializer(item: any): _DatabaseMigrationListResult {\n return {\n value: databaseMigrationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function databaseMigrationArrayDeserializer(result: Array<DatabaseMigration>): any[] {\n return result.map((item) => {\n return databaseMigrationDeserializer(item);\n });\n}\n\n/** Database Migration Resource. */\nexport interface DatabaseMigration extends ProxyResource {\n /** Database Migration Resource properties. */\n properties?: DatabaseMigrationPropertiesUnion;\n}\n\nexport function databaseMigrationDeserializer(item: any): DatabaseMigration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Integration Runtime Monitoring Data. */\nexport interface IntegrationRuntimeMonitoringData {\n /** The name of Integration Runtime. */\n readonly name?: string;\n /** Integration Runtime node monitoring data. */\n readonly nodes?: NodeMonitoringData[];\n}\n\nexport function integrationRuntimeMonitoringDataDeserializer(\n item: any,\n): IntegrationRuntimeMonitoringData {\n return {\n name: item[\"name\"],\n nodes: !item[\"nodes\"] ? item[\"nodes\"] : nodeMonitoringDataArrayDeserializer(item[\"nodes\"]),\n };\n}\n\nexport function nodeMonitoringDataArrayDeserializer(result: Array<NodeMonitoringData>): any[] {\n return result.map((item) => {\n return nodeMonitoringDataDeserializer(item);\n });\n}\n\n/** model interface NodeMonitoringData */\nexport interface NodeMonitoringData {\n /** Unmatched properties from the message are deserialized in this collection. */\n readonly additionalProperties?: Record<string, any>;\n /** Name of the integration runtime node. */\n readonly nodeName?: string;\n /** Available memory (MB) on the integration runtime node. */\n readonly availableMemoryInMB?: number;\n /** CPU percentage on the integration runtime node. */\n readonly cpuUtilization?: number;\n /** Maximum concurrent jobs on the integration runtime node. */\n readonly concurrentJobsLimit?: number;\n /** The number of jobs currently running on the integration runtime node. */\n readonly concurrentJobsRunning?: number;\n /** The maximum concurrent jobs in this integration runtime. */\n readonly maxConcurrentJobs?: number;\n /** Sent bytes on the integration runtime node. */\n readonly sentBytes?: number;\n /** Received bytes on the integration runtime node. */\n readonly receivedBytes?: number;\n}\n\nexport function nodeMonitoringDataDeserializer(item: any): NodeMonitoringData {\n return {\n additionalProperties: !item[\"additionalProperties\"]\n ? item[\"additionalProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalProperties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n nodeName: item[\"nodeName\"],\n availableMemoryInMB: item[\"availableMemoryInMB\"],\n cpuUtilization: item[\"cpuUtilization\"],\n concurrentJobsLimit: item[\"concurrentJobsLimit\"],\n concurrentJobsRunning: item[\"concurrentJobsRunning\"],\n maxConcurrentJobs: item[\"maxConcurrentJobs\"],\n sentBytes: item[\"sentBytes\"],\n receivedBytes: item[\"receivedBytes\"],\n };\n}\n\n/** A task resource */\nexport interface ProjectTask extends ProxyResource {\n /** Custom task properties */\n properties?: ProjectTaskPropertiesUnion;\n /** HTTP strong entity tag value. This is ignored if submitted. */\n etag?: string;\n}\n\nexport function projectTaskSerializer(item: ProjectTask): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectTaskPropertiesUnionSerializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\nexport function projectTaskDeserializer(item: any): ProjectTask {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectTaskPropertiesUnionDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Base class for all types of DMS (classic) task properties. If task is not supported by current client, this object is returned. */\nexport interface ProjectTaskProperties {\n /** Task type. */\n /** The discriminator possible values: MigrateSchemaSqlServerSqlDb, Service.Check.OCI, Service.Upload.OCI, Service.Install.OCI, Connect.MongoDb, ConnectToSource.SqlServer, ConnectToSource.SqlServer.Sync, ConnectToSource.PostgreSql.Sync, ConnectToSource.MySql, ConnectToSource.Oracle.Sync, ConnectToTarget.SqlDb, ConnectToTarget.SqlDb.Sync, ConnectToTarget.AzureDbForPostgreSql.Sync, ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync, GetUserTables.Sql, GetUserTables.AzureSqlDb.Sync, GetUserTablesOracle, GetUserTablesPostgreSql, GetUserTablesMySql, ConnectToTarget.AzureSqlDbMI, ConnectToTarget.AzureSqlDbMI.Sync.LRS, ConnectToTarget.AzureDbForMySql, Migrate.MongoDb, Migrate.SqlServer.AzureSqlDbMI, Migrate.SqlServer.AzureSqlDbMI.Sync.LRS, Migrate.SqlServer.SqlDb, Migrate.SqlServer.AzureSqlDb.Sync, Migrate.MySql.AzureDbForMySql.Sync, Migrate.MySql.AzureDbForMySql, Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2, Migrate.Oracle.AzureDbForPostgreSql.Sync, ValidateMigrationInput.SqlServer.SqlDb.Sync, ValidateMigrationInput.SqlServer.AzureSqlDbMI, ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS, Validate.MongoDb, Validate.Oracle.AzureDbPostgreSql.Sync, GetTDECertificates.Sql, Migrate.Ssis */\n taskType: TaskType;\n /** Array of errors. This is ignored if submitted. */\n readonly errors?: ODataError[];\n /** The state of the task. This is ignored if submitted. */\n readonly state?: TaskState;\n /** Array of command properties. */\n readonly commands?: CommandPropertiesUnion[];\n /** Key value pairs of client data to attach meta data information to task */\n clientData?: Record<string, string>;\n}\n\nexport function projectTaskPropertiesSerializer(item: ProjectTaskProperties): any {\n return { taskType: item[\"taskType\"], clientData: item[\"clientData\"] };\n}\n\nexport function projectTaskPropertiesDeserializer(item: any): ProjectTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Alias for ProjectTaskPropertiesUnion */\nexport type ProjectTaskPropertiesUnion =\n | MigrateSchemaSqlServerSqlDbTaskProperties\n | CheckOCIDriverTaskProperties\n | UploadOCIDriverTaskProperties\n | InstallOCIDriverTaskProperties\n | ConnectToMongoDbTaskProperties\n | ConnectToSourceSqlServerTaskProperties\n | ConnectToSourceSqlServerSyncTaskProperties\n | ConnectToSourcePostgreSqlSyncTaskProperties\n | ConnectToSourceMySqlTaskProperties\n | ConnectToSourceOracleSyncTaskProperties\n | ConnectToTargetSqlDbTaskProperties\n | ConnectToTargetSqlSqlDbSyncTaskProperties\n | ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\n | ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\n | GetUserTablesSqlTaskProperties\n | GetUserTablesSqlSyncTaskProperties\n | GetUserTablesOracleTaskProperties\n | GetUserTablesPostgreSqlTaskProperties\n | GetUserTablesMySqlTaskProperties\n | ConnectToTargetSqlMITaskProperties\n | ConnectToTargetSqlMISyncTaskProperties\n | ConnectToTargetAzureDbForMySqlTaskProperties\n | MigrateMongoDbTaskProperties\n | MigrateSqlServerSqlMITaskProperties\n | MigrateSqlServerSqlMISyncTaskProperties\n | MigrateSqlServerSqlDbTaskProperties\n | MigrateSqlServerSqlDbSyncTaskProperties\n | MigrateMySqlAzureDbForMySqlSyncTaskProperties\n | MigrateMySqlAzureDbForMySqlOfflineTaskProperties\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\n | MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\n | ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\n | ValidateMigrationInputSqlServerSqlMITaskProperties\n | ValidateMigrationInputSqlServerSqlMISyncTaskProperties\n | ValidateMongoDbTaskProperties\n | ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\n | GetTdeCertificatesSqlTaskProperties\n | MigrateSsisTaskProperties\n | ProjectTaskProperties;\n\nexport function projectTaskPropertiesUnionSerializer(item: ProjectTaskPropertiesUnion): any {\n switch (item.taskType) {\n case \"MigrateSchemaSqlServerSqlDb\":\n return migrateSchemaSqlServerSqlDbTaskPropertiesSerializer(\n item as MigrateSchemaSqlServerSqlDbTaskProperties,\n );\n\n case \"Service.Check.OCI\":\n return checkOCIDriverTaskPropertiesSerializer(item as CheckOCIDriverTaskProperties);\n\n case \"Service.Upload.OCI\":\n return uploadOCIDriverTaskPropertiesSerializer(item as UploadOCIDriverTaskProperties);\n\n case \"Service.Install.OCI\":\n return installOCIDriverTaskPropertiesSerializer(item as InstallOCIDriverTaskProperties);\n\n case \"Connect.MongoDb\":\n return connectToMongoDbTaskPropertiesSerializer(item as ConnectToMongoDbTaskProperties);\n\n case \"ConnectToSource.SqlServer\":\n return connectToSourceSqlServerTaskPropertiesSerializer(\n item as ConnectToSourceSqlServerTaskProperties,\n );\n\n case \"ConnectToSource.SqlServer.Sync\":\n return connectToSourceSqlServerSyncTaskPropertiesSerializer(\n item as ConnectToSourceSqlServerSyncTaskProperties,\n );\n\n case \"ConnectToSource.PostgreSql.Sync\":\n return connectToSourcePostgreSqlSyncTaskPropertiesSerializer(\n item as ConnectToSourcePostgreSqlSyncTaskProperties,\n );\n\n case \"ConnectToSource.MySql\":\n return connectToSourceMySqlTaskPropertiesSerializer(\n item as ConnectToSourceMySqlTaskProperties,\n );\n\n case \"ConnectToSource.Oracle.Sync\":\n return connectToSourceOracleSyncTaskPropertiesSerializer(\n item as ConnectToSourceOracleSyncTaskProperties,\n );\n\n case \"ConnectToTarget.SqlDb\":\n return connectToTargetSqlDbTaskPropertiesSerializer(\n item as ConnectToTargetSqlDbTaskProperties,\n );\n\n case \"ConnectToTarget.SqlDb.Sync\":\n return connectToTargetSqlSqlDbSyncTaskPropertiesSerializer(\n item as ConnectToTargetSqlSqlDbSyncTaskProperties,\n );\n\n case \"ConnectToTarget.AzureDbForPostgreSql.Sync\":\n return connectToTargetAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item as ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\":\n return connectToTargetOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item as ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"GetUserTables.Sql\":\n return getUserTablesSqlTaskPropertiesSerializer(item as GetUserTablesSqlTaskProperties);\n\n case \"GetUserTables.AzureSqlDb.Sync\":\n return getUserTablesSqlSyncTaskPropertiesSerializer(\n item as GetUserTablesSqlSyncTaskProperties,\n );\n\n case \"GetUserTablesOracle\":\n return getUserTablesOracleTaskPropertiesSerializer(item as GetUserTablesOracleTaskProperties);\n\n case \"GetUserTablesPostgreSql\":\n return getUserTablesPostgreSqlTaskPropertiesSerializer(\n item as GetUserTablesPostgreSqlTaskProperties,\n );\n\n case \"GetUserTablesMySql\":\n return getUserTablesMySqlTaskPropertiesSerializer(item as GetUserTablesMySqlTaskProperties);\n\n case \"ConnectToTarget.AzureSqlDbMI\":\n return connectToTargetSqlMITaskPropertiesSerializer(\n item as ConnectToTargetSqlMITaskProperties,\n );\n\n case \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\":\n return connectToTargetSqlMISyncTaskPropertiesSerializer(\n item as ConnectToTargetSqlMISyncTaskProperties,\n );\n\n case \"ConnectToTarget.AzureDbForMySql\":\n return connectToTargetAzureDbForMySqlTaskPropertiesSerializer(\n item as ConnectToTargetAzureDbForMySqlTaskProperties,\n );\n\n case \"Migrate.MongoDb\":\n return migrateMongoDbTaskPropertiesSerializer(item as MigrateMongoDbTaskProperties);\n\n case \"Migrate.SqlServer.AzureSqlDbMI\":\n return migrateSqlServerSqlMITaskPropertiesSerializer(\n item as MigrateSqlServerSqlMITaskProperties,\n );\n\n case \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\":\n return migrateSqlServerSqlMISyncTaskPropertiesSerializer(\n item as MigrateSqlServerSqlMISyncTaskProperties,\n );\n\n case \"Migrate.SqlServer.SqlDb\":\n return migrateSqlServerSqlDbTaskPropertiesSerializer(\n item as MigrateSqlServerSqlDbTaskProperties,\n );\n\n case \"Migrate.SqlServer.AzureSqlDb.Sync\":\n return migrateSqlServerSqlDbSyncTaskPropertiesSerializer(\n item as MigrateSqlServerSqlDbSyncTaskProperties,\n );\n\n case \"Migrate.MySql.AzureDbForMySql.Sync\":\n return migrateMySqlAzureDbForMySqlSyncTaskPropertiesSerializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n );\n\n case \"Migrate.MySql.AzureDbForMySql\":\n return migrateMySqlAzureDbForMySqlOfflineTaskPropertiesSerializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n );\n\n case \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"Migrate.Oracle.AzureDbForPostgreSql.Sync\":\n return migrateOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item as MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.SqlDb.Sync\":\n return validateMigrationInputSqlServerSqlDbSyncTaskPropertiesSerializer(\n item as ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\":\n return validateMigrationInputSqlServerSqlMITaskPropertiesSerializer(\n item as ValidateMigrationInputSqlServerSqlMITaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\":\n return validateMigrationInputSqlServerSqlMISyncTaskPropertiesSerializer(\n item as ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n );\n\n case \"Validate.MongoDb\":\n return validateMongoDbTaskPropertiesSerializer(item as ValidateMongoDbTaskProperties);\n\n case \"Validate.Oracle.AzureDbPostgreSql.Sync\":\n return validateOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item as ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"GetTDECertificates.Sql\":\n return getTdeCertificatesSqlTaskPropertiesSerializer(\n item as GetTdeCertificatesSqlTaskProperties,\n );\n\n case \"Migrate.Ssis\":\n return migrateSsisTaskPropertiesSerializer(item as MigrateSsisTaskProperties);\n\n default:\n return projectTaskPropertiesSerializer(item);\n }\n}\n\nexport function projectTaskPropertiesUnionDeserializer(item: any): ProjectTaskPropertiesUnion {\n switch (item[\"taskType\"]) {\n case \"MigrateSchemaSqlServerSqlDb\":\n return migrateSchemaSqlServerSqlDbTaskPropertiesDeserializer(\n item as MigrateSchemaSqlServerSqlDbTaskProperties,\n );\n\n case \"Service.Check.OCI\":\n return checkOCIDriverTaskPropertiesDeserializer(item as CheckOCIDriverTaskProperties);\n\n case \"Service.Upload.OCI\":\n return uploadOCIDriverTaskPropertiesDeserializer(item as UploadOCIDriverTaskProperties);\n\n case \"Service.Install.OCI\":\n return installOCIDriverTaskPropertiesDeserializer(item as InstallOCIDriverTaskProperties);\n\n case \"Connect.MongoDb\":\n return connectToMongoDbTaskPropertiesDeserializer(item as ConnectToMongoDbTaskProperties);\n\n case \"ConnectToSource.SqlServer\":\n return connectToSourceSqlServerTaskPropertiesDeserializer(\n item as ConnectToSourceSqlServerTaskProperties,\n );\n\n case \"ConnectToSource.SqlServer.Sync\":\n return connectToSourceSqlServerSyncTaskPropertiesDeserializer(\n item as ConnectToSourceSqlServerSyncTaskProperties,\n );\n\n case \"ConnectToSource.PostgreSql.Sync\":\n return connectToSourcePostgreSqlSyncTaskPropertiesDeserializer(\n item as ConnectToSourcePostgreSqlSyncTaskProperties,\n );\n\n case \"ConnectToSource.MySql\":\n return connectToSourceMySqlTaskPropertiesDeserializer(\n item as ConnectToSourceMySqlTaskProperties,\n );\n\n case \"ConnectToSource.Oracle.Sync\":\n return connectToSourceOracleSyncTaskPropertiesDeserializer(\n item as ConnectToSourceOracleSyncTaskProperties,\n );\n\n case \"ConnectToTarget.SqlDb\":\n return connectToTargetSqlDbTaskPropertiesDeserializer(\n item as ConnectToTargetSqlDbTaskProperties,\n );\n\n case \"ConnectToTarget.SqlDb.Sync\":\n return connectToTargetSqlSqlDbSyncTaskPropertiesDeserializer(\n item as ConnectToTargetSqlSqlDbSyncTaskProperties,\n );\n\n case \"ConnectToTarget.AzureDbForPostgreSql.Sync\":\n return connectToTargetAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item as ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\":\n return connectToTargetOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item as ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"GetUserTables.Sql\":\n return getUserTablesSqlTaskPropertiesDeserializer(item as GetUserTablesSqlTaskProperties);\n\n case \"GetUserTables.AzureSqlDb.Sync\":\n return getUserTablesSqlSyncTaskPropertiesDeserializer(\n item as GetUserTablesSqlSyncTaskProperties,\n );\n\n case \"GetUserTablesOracle\":\n return getUserTablesOracleTaskPropertiesDeserializer(\n item as GetUserTablesOracleTaskProperties,\n );\n\n case \"GetUserTablesPostgreSql\":\n return getUserTablesPostgreSqlTaskPropertiesDeserializer(\n item as GetUserTablesPostgreSqlTaskProperties,\n );\n\n case \"GetUserTablesMySql\":\n return getUserTablesMySqlTaskPropertiesDeserializer(item as GetUserTablesMySqlTaskProperties);\n\n case \"ConnectToTarget.AzureSqlDbMI\":\n return connectToTargetSqlMITaskPropertiesDeserializer(\n item as ConnectToTargetSqlMITaskProperties,\n );\n\n case \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\":\n return connectToTargetSqlMISyncTaskPropertiesDeserializer(\n item as ConnectToTargetSqlMISyncTaskProperties,\n );\n\n case \"ConnectToTarget.AzureDbForMySql\":\n return connectToTargetAzureDbForMySqlTaskPropertiesDeserializer(\n item as ConnectToTargetAzureDbForMySqlTaskProperties,\n );\n\n case \"Migrate.MongoDb\":\n return migrateMongoDbTaskPropertiesDeserializer(item as MigrateMongoDbTaskProperties);\n\n case \"Migrate.SqlServer.AzureSqlDbMI\":\n return migrateSqlServerSqlMITaskPropertiesDeserializer(\n item as MigrateSqlServerSqlMITaskProperties,\n );\n\n case \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\":\n return migrateSqlServerSqlMISyncTaskPropertiesDeserializer(\n item as MigrateSqlServerSqlMISyncTaskProperties,\n );\n\n case \"Migrate.SqlServer.SqlDb\":\n return migrateSqlServerSqlDbTaskPropertiesDeserializer(\n item as MigrateSqlServerSqlDbTaskProperties,\n );\n\n case \"Migrate.SqlServer.AzureSqlDb.Sync\":\n return migrateSqlServerSqlDbSyncTaskPropertiesDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskProperties,\n );\n\n case \"Migrate.MySql.AzureDbForMySql.Sync\":\n return migrateMySqlAzureDbForMySqlSyncTaskPropertiesDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n );\n\n case \"Migrate.MySql.AzureDbForMySql\":\n return migrateMySqlAzureDbForMySqlOfflineTaskPropertiesDeserializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n );\n\n case \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"Migrate.Oracle.AzureDbForPostgreSql.Sync\":\n return migrateOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item as MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.SqlDb.Sync\":\n return validateMigrationInputSqlServerSqlDbSyncTaskPropertiesDeserializer(\n item as ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\":\n return validateMigrationInputSqlServerSqlMITaskPropertiesDeserializer(\n item as ValidateMigrationInputSqlServerSqlMITaskProperties,\n );\n\n case \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\":\n return validateMigrationInputSqlServerSqlMISyncTaskPropertiesDeserializer(\n item as ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n );\n\n case \"Validate.MongoDb\":\n return validateMongoDbTaskPropertiesDeserializer(item as ValidateMongoDbTaskProperties);\n\n case \"Validate.Oracle.AzureDbPostgreSql.Sync\":\n return validateOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item as ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n );\n\n case \"GetTDECertificates.Sql\":\n return getTdeCertificatesSqlTaskPropertiesDeserializer(\n item as GetTdeCertificatesSqlTaskProperties,\n );\n\n case \"Migrate.Ssis\":\n return migrateSsisTaskPropertiesDeserializer(item as MigrateSsisTaskProperties);\n\n default:\n return projectTaskPropertiesDeserializer(item);\n }\n}\n\n/** Task type. */\nexport enum KnownTaskType {\n /** Connect.MongoDb */\n ConnectMongoDb = \"Connect.MongoDb\",\n /** ConnectToSource.SqlServer */\n ConnectToSourceSqlServer = \"ConnectToSource.SqlServer\",\n /** ConnectToSource.SqlServer.Sync */\n ConnectToSourceSqlServerSync = \"ConnectToSource.SqlServer.Sync\",\n /** ConnectToSource.PostgreSql.Sync */\n ConnectToSourcePostgreSqlSync = \"ConnectToSource.PostgreSql.Sync\",\n /** ConnectToSource.MySql */\n ConnectToSourceMySql = \"ConnectToSource.MySql\",\n /** ConnectToSource.Oracle.Sync */\n ConnectToSourceOracleSync = \"ConnectToSource.Oracle.Sync\",\n /** ConnectToTarget.SqlDb */\n ConnectToTargetSqlDb = \"ConnectToTarget.SqlDb\",\n /** ConnectToTarget.SqlDb.Sync */\n ConnectToTargetSqlDbSync = \"ConnectToTarget.SqlDb.Sync\",\n /** ConnectToTarget.AzureDbForPostgreSql.Sync */\n ConnectToTargetAzureDbForPostgreSqlSync = \"ConnectToTarget.AzureDbForPostgreSql.Sync\",\n /** ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync */\n ConnectToTargetOracleAzureDbForPostgreSqlSync = \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\",\n /** ConnectToTarget.AzureSqlDbMI */\n ConnectToTargetAzureSqlDbMI = \"ConnectToTarget.AzureSqlDbMI\",\n /** ConnectToTarget.AzureSqlDbMI.Sync.LRS */\n ConnectToTargetAzureSqlDbMISyncLRS = \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\",\n /** ConnectToTarget.AzureDbForMySql */\n ConnectToTargetAzureDbForMySql = \"ConnectToTarget.AzureDbForMySql\",\n /** GetUserTables.Sql */\n GetUserTablesSql = \"GetUserTables.Sql\",\n /** GetUserTables.AzureSqlDb.Sync */\n GetUserTablesAzureSqlDbSync = \"GetUserTables.AzureSqlDb.Sync\",\n /** GetUserTablesOracle */\n GetUserTablesOracle = \"GetUserTablesOracle\",\n /** GetUserTablesPostgreSql */\n GetUserTablesPostgreSql = \"GetUserTablesPostgreSql\",\n /** GetUserTablesMySql */\n GetUserTablesMySql = \"GetUserTablesMySql\",\n /** Migrate.MongoDb */\n MigrateMongoDb = \"Migrate.MongoDb\",\n /** Migrate.SqlServer.AzureSqlDbMI */\n MigrateSqlServerAzureSqlDbMI = \"Migrate.SqlServer.AzureSqlDbMI\",\n /** Migrate.SqlServer.AzureSqlDbMI.Sync.LRS */\n MigrateSqlServerAzureSqlDbMISyncLRS = \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\",\n /** Migrate.SqlServer.SqlDb */\n MigrateSqlServerSqlDb = \"Migrate.SqlServer.SqlDb\",\n /** Migrate.SqlServer.AzureSqlDb.Sync */\n MigrateSqlServerAzureSqlDbSync = \"Migrate.SqlServer.AzureSqlDb.Sync\",\n /** Migrate.MySql.AzureDbForMySql.Sync */\n MigrateMySqlAzureDbForMySqlSync = \"Migrate.MySql.AzureDbForMySql.Sync\",\n /** Migrate.MySql.AzureDbForMySql */\n MigrateMySqlAzureDbForMySql = \"Migrate.MySql.AzureDbForMySql\",\n /** Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2 */\n MigratePostgreSqlAzureDbForPostgreSqlSyncV2 = \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\",\n /** Migrate.Oracle.AzureDbForPostgreSql.Sync */\n MigrateOracleAzureDbForPostgreSqlSync = \"Migrate.Oracle.AzureDbForPostgreSql.Sync\",\n /** ValidateMigrationInput.SqlServer.SqlDb.Sync */\n ValidateMigrationInputSqlServerSqlDbSync = \"ValidateMigrationInput.SqlServer.SqlDb.Sync\",\n /** ValidateMigrationInput.SqlServer.AzureSqlDbMI */\n ValidateMigrationInputSqlServerAzureSqlDbMI = \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\",\n /** ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS */\n ValidateMigrationInputSqlServerAzureSqlDbMISyncLRS = \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\",\n /** Validate.MongoDb */\n ValidateMongoDb = \"Validate.MongoDb\",\n /** Validate.Oracle.AzureDbPostgreSql.Sync */\n ValidateOracleAzureDbPostgreSqlSync = \"Validate.Oracle.AzureDbPostgreSql.Sync\",\n /** GetTDECertificates.Sql */\n GetTDECertificatesSql = \"GetTDECertificates.Sql\",\n /** Migrate.Ssis */\n MigrateSsis = \"Migrate.Ssis\",\n /** Service.Check.OCI */\n ServiceCheckOCI = \"Service.Check.OCI\",\n /** Service.Upload.OCI */\n ServiceUploadOCI = \"Service.Upload.OCI\",\n /** Service.Install.OCI */\n ServiceInstallOCI = \"Service.Install.OCI\",\n /** MigrateSchemaSqlServerSqlDb */\n MigrateSchemaSqlServerSqlDb = \"MigrateSchemaSqlServerSqlDb\",\n}\n\n/**\n * Task type. \\\n * {@link KnownTaskType} can be used interchangeably with TaskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connect.MongoDb**: Connect.MongoDb \\\n * **ConnectToSource.SqlServer**: ConnectToSource.SqlServer \\\n * **ConnectToSource.SqlServer.Sync**: ConnectToSource.SqlServer.Sync \\\n * **ConnectToSource.PostgreSql.Sync**: ConnectToSource.PostgreSql.Sync \\\n * **ConnectToSource.MySql**: ConnectToSource.MySql \\\n * **ConnectToSource.Oracle.Sync**: ConnectToSource.Oracle.Sync \\\n * **ConnectToTarget.SqlDb**: ConnectToTarget.SqlDb \\\n * **ConnectToTarget.SqlDb.Sync**: ConnectToTarget.SqlDb.Sync \\\n * **ConnectToTarget.AzureDbForPostgreSql.Sync**: ConnectToTarget.AzureDbForPostgreSql.Sync \\\n * **ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync**: ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync \\\n * **ConnectToTarget.AzureSqlDbMI**: ConnectToTarget.AzureSqlDbMI \\\n * **ConnectToTarget.AzureSqlDbMI.Sync.LRS**: ConnectToTarget.AzureSqlDbMI.Sync.LRS \\\n * **ConnectToTarget.AzureDbForMySql**: ConnectToTarget.AzureDbForMySql \\\n * **GetUserTables.Sql**: GetUserTables.Sql \\\n * **GetUserTables.AzureSqlDb.Sync**: GetUserTables.AzureSqlDb.Sync \\\n * **GetUserTablesOracle**: GetUserTablesOracle \\\n * **GetUserTablesPostgreSql**: GetUserTablesPostgreSql \\\n * **GetUserTablesMySql**: GetUserTablesMySql \\\n * **Migrate.MongoDb**: Migrate.MongoDb \\\n * **Migrate.SqlServer.AzureSqlDbMI**: Migrate.SqlServer.AzureSqlDbMI \\\n * **Migrate.SqlServer.AzureSqlDbMI.Sync.LRS**: Migrate.SqlServer.AzureSqlDbMI.Sync.LRS \\\n * **Migrate.SqlServer.SqlDb**: Migrate.SqlServer.SqlDb \\\n * **Migrate.SqlServer.AzureSqlDb.Sync**: Migrate.SqlServer.AzureSqlDb.Sync \\\n * **Migrate.MySql.AzureDbForMySql.Sync**: Migrate.MySql.AzureDbForMySql.Sync \\\n * **Migrate.MySql.AzureDbForMySql**: Migrate.MySql.AzureDbForMySql \\\n * **Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2**: Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2 \\\n * **Migrate.Oracle.AzureDbForPostgreSql.Sync**: Migrate.Oracle.AzureDbForPostgreSql.Sync \\\n * **ValidateMigrationInput.SqlServer.SqlDb.Sync**: ValidateMigrationInput.SqlServer.SqlDb.Sync \\\n * **ValidateMigrationInput.SqlServer.AzureSqlDbMI**: ValidateMigrationInput.SqlServer.AzureSqlDbMI \\\n * **ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS**: ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS \\\n * **Validate.MongoDb**: Validate.MongoDb \\\n * **Validate.Oracle.AzureDbPostgreSql.Sync**: Validate.Oracle.AzureDbPostgreSql.Sync \\\n * **GetTDECertificates.Sql**: GetTDECertificates.Sql \\\n * **Migrate.Ssis**: Migrate.Ssis \\\n * **Service.Check.OCI**: Service.Check.OCI \\\n * **Service.Upload.OCI**: Service.Upload.OCI \\\n * **Service.Install.OCI**: Service.Install.OCI \\\n * **MigrateSchemaSqlServerSqlDb**: MigrateSchemaSqlServerSqlDb\n */\nexport type TaskType = string;\n\nexport function oDataErrorArrayDeserializer(result: Array<ODataError>): any[] {\n return result.map((item) => {\n return oDataErrorDeserializer(item);\n });\n}\n\n/** Error information in OData format. */\nexport interface ODataError {\n /** The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError' */\n code?: string;\n /** The human-readable description of the error */\n message?: string;\n /** Inner errors that caused this error */\n details?: ODataError[];\n}\n\nexport function oDataErrorDeserializer(item: any): ODataError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n details: !item[\"details\"] ? item[\"details\"] : oDataErrorArrayDeserializer(item[\"details\"]),\n };\n}\n\n/** The state of the task. This is ignored if submitted. */\nexport enum KnownTaskState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Queued */\n Queued = \"Queued\",\n /** Running */\n Running = \"Running\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** FailedInputValidation */\n FailedInputValidation = \"FailedInputValidation\",\n /** Faulted */\n Faulted = \"Faulted\",\n}\n\n/**\n * The state of the task. This is ignored if submitted. \\\n * {@link KnownTaskState} can be used interchangeably with TaskState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Queued**: Queued \\\n * **Running**: Running \\\n * **Canceled**: Canceled \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **FailedInputValidation**: FailedInputValidation \\\n * **Faulted**: Faulted\n */\nexport type TaskState = string;\n\nexport function commandPropertiesUnionArraySerializer(\n result: Array<CommandPropertiesUnion>,\n): any[] {\n return result.map((item) => {\n return commandPropertiesUnionSerializer(item);\n });\n}\n\nexport function commandPropertiesUnionArrayDeserializer(\n result: Array<CommandPropertiesUnion>,\n): any[] {\n return result.map((item) => {\n return commandPropertiesUnionDeserializer(item);\n });\n}\n\n/** Base class for all types of DMS (classic) command properties. If command is not supported by current client, this object is returned. */\nexport interface CommandProperties {\n /** Command type. */\n /** The discriminator possible values: Migrate.Sync.Complete.Database, Migrate.SqlServer.AzureDbSqlMi.Complete, cancel, finish, restart */\n commandType: CommandType;\n /** Array of errors. This is ignored if submitted. */\n readonly errors?: ODataError[];\n /** The state of the command. This is ignored if submitted. */\n readonly state?: CommandState;\n}\n\nexport function commandPropertiesSerializer(item: CommandProperties): any {\n return { commandType: item[\"commandType\"] };\n}\n\nexport function commandPropertiesDeserializer(item: any): CommandProperties {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n };\n}\n\n/** Alias for CommandPropertiesUnion */\nexport type CommandPropertiesUnion =\n | MigrateSyncCompleteCommandProperties\n | MigrateMISyncCompleteCommandProperties\n | MongoDbCancelCommand\n | MongoDbFinishCommand\n | MongoDbRestartCommand\n | CommandProperties;\n\nexport function commandPropertiesUnionSerializer(item: CommandPropertiesUnion): any {\n switch (item.commandType) {\n case \"Migrate.Sync.Complete.Database\":\n return migrateSyncCompleteCommandPropertiesSerializer(\n item as MigrateSyncCompleteCommandProperties,\n );\n\n case \"Migrate.SqlServer.AzureDbSqlMi.Complete\":\n return migrateMISyncCompleteCommandPropertiesSerializer(\n item as MigrateMISyncCompleteCommandProperties,\n );\n\n case \"cancel\":\n return mongoDbCancelCommandSerializer(item as MongoDbCancelCommand);\n\n case \"finish\":\n return mongoDbFinishCommandSerializer(item as MongoDbFinishCommand);\n\n case \"restart\":\n return mongoDbRestartCommandSerializer(item as MongoDbRestartCommand);\n\n default:\n return commandPropertiesSerializer(item);\n }\n}\n\nexport function commandPropertiesUnionDeserializer(item: any): CommandPropertiesUnion {\n switch (item[\"commandType\"]) {\n case \"Migrate.Sync.Complete.Database\":\n return migrateSyncCompleteCommandPropertiesDeserializer(\n item as MigrateSyncCompleteCommandProperties,\n );\n\n case \"Migrate.SqlServer.AzureDbSqlMi.Complete\":\n return migrateMISyncCompleteCommandPropertiesDeserializer(\n item as MigrateMISyncCompleteCommandProperties,\n );\n\n case \"cancel\":\n return mongoDbCancelCommandDeserializer(item as MongoDbCancelCommand);\n\n case \"finish\":\n return mongoDbFinishCommandDeserializer(item as MongoDbFinishCommand);\n\n case \"restart\":\n return mongoDbRestartCommandDeserializer(item as MongoDbRestartCommand);\n\n default:\n return commandPropertiesDeserializer(item);\n }\n}\n\n/** Command type. */\nexport enum KnownCommandType {\n /** Migrate.Sync.Complete.Database */\n MigrateSyncCompleteDatabase = \"Migrate.Sync.Complete.Database\",\n /** Migrate.SqlServer.AzureDbSqlMi.Complete */\n MigrateSqlServerAzureDbSqlMiComplete = \"Migrate.SqlServer.AzureDbSqlMi.Complete\",\n /** cancel */\n Cancel = \"cancel\",\n /** finish */\n Finish = \"finish\",\n /** restart */\n Restart = \"restart\",\n}\n\n/**\n * Command type. \\\n * {@link KnownCommandType} can be used interchangeably with CommandType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Migrate.Sync.Complete.Database**: Migrate.Sync.Complete.Database \\\n * **Migrate.SqlServer.AzureDbSqlMi.Complete**: Migrate.SqlServer.AzureDbSqlMi.Complete \\\n * **cancel**: cancel \\\n * **finish**: finish \\\n * **restart**: restart\n */\nexport type CommandType = string;\n\n/** The state of the command. This is ignored if submitted. */\nexport enum KnownCommandState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The state of the command. This is ignored if submitted. \\\n * {@link KnownCommandState} can be used interchangeably with CommandState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Accepted**: Accepted \\\n * **Running**: Running \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed\n */\nexport type CommandState = string;\n\n/** Properties for the command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandProperties extends CommandProperties {\n /** Command input */\n input?: MigrateSyncCompleteCommandInput;\n /** Command output. This is ignored if submitted. */\n readonly output?: MigrateSyncCompleteCommandOutput;\n /** Command id */\n commandId?: string;\n /** Command type. */\n commandType: \"Migrate.Sync.Complete.Database\";\n}\n\nexport function migrateSyncCompleteCommandPropertiesSerializer(\n item: MigrateSyncCompleteCommandProperties,\n): any {\n return {\n commandType: item[\"commandType\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSyncCompleteCommandInputSerializer(item[\"input\"]),\n commandId: item[\"commandId\"],\n };\n}\n\nexport function migrateSyncCompleteCommandPropertiesDeserializer(\n item: any,\n): MigrateSyncCompleteCommandProperties {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSyncCompleteCommandInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSyncCompleteCommandOutputDeserializer(item[\"output\"]),\n commandId: item[\"commandId\"],\n };\n}\n\n/** Input for command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandInput {\n /** Name of database */\n databaseName: string;\n /** Time stamp to complete */\n commitTimeStamp?: Date;\n}\n\nexport function migrateSyncCompleteCommandInputSerializer(\n item: MigrateSyncCompleteCommandInput,\n): any {\n return {\n databaseName: item[\"databaseName\"],\n commitTimeStamp: !item[\"commitTimeStamp\"]\n ? item[\"commitTimeStamp\"]\n : item[\"commitTimeStamp\"].toISOString(),\n };\n}\n\nexport function migrateSyncCompleteCommandInputDeserializer(\n item: any,\n): MigrateSyncCompleteCommandInput {\n return {\n databaseName: item[\"databaseName\"],\n commitTimeStamp: !item[\"commitTimeStamp\"]\n ? item[\"commitTimeStamp\"]\n : new Date(item[\"commitTimeStamp\"]),\n };\n}\n\n/** Output for command that completes sync migration for a database. */\nexport interface MigrateSyncCompleteCommandOutput {\n /** Result identifier */\n readonly id?: string;\n /** List of errors that happened during the command execution */\n readonly errors?: ReportableException[];\n}\n\nexport function migrateSyncCompleteCommandOutputDeserializer(\n item: any,\n): MigrateSyncCompleteCommandOutput {\n return {\n id: item[\"id\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : reportableExceptionArrayDeserializer(item[\"errors\"]),\n };\n}\n\nexport function reportableExceptionArrayDeserializer(result: Array<ReportableException>): any[] {\n return result.map((item) => {\n return reportableExceptionDeserializer(item);\n });\n}\n\n/** Exception object for all custom exceptions */\nexport interface ReportableException {\n /** Error message */\n message?: string;\n /** Actionable steps for this exception */\n actionableMessage?: string;\n /** The path to the file where exception occurred */\n filePath?: string;\n /** The line number where exception occurred */\n lineNumber?: string;\n /** Coded numerical value that is assigned to a specific exception */\n hResult?: number;\n /** Stack trace */\n stackTrace?: string;\n}\n\nexport function reportableExceptionDeserializer(item: any): ReportableException {\n return {\n message: item[\"message\"],\n actionableMessage: item[\"actionableMessage\"],\n filePath: item[\"filePath\"],\n lineNumber: item[\"lineNumber\"],\n hResult: item[\"hResult\"],\n stackTrace: item[\"stackTrace\"],\n };\n}\n\n/** Properties for the command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandProperties extends CommandProperties {\n /** Command input */\n input?: MigrateMISyncCompleteCommandInput;\n /** Command output. This is ignored if submitted. */\n readonly output?: MigrateMISyncCompleteCommandOutput;\n /** Command type. */\n commandType: \"Migrate.SqlServer.AzureDbSqlMi.Complete\";\n}\n\nexport function migrateMISyncCompleteCommandPropertiesSerializer(\n item: MigrateMISyncCompleteCommandProperties,\n): any {\n return {\n commandType: item[\"commandType\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMISyncCompleteCommandInputSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateMISyncCompleteCommandPropertiesDeserializer(\n item: any,\n): MigrateMISyncCompleteCommandProperties {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMISyncCompleteCommandInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateMISyncCompleteCommandOutputDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandInput {\n /** Name of managed instance database */\n sourceDatabaseName: string;\n}\n\nexport function migrateMISyncCompleteCommandInputSerializer(\n item: MigrateMISyncCompleteCommandInput,\n): any {\n return { sourceDatabaseName: item[\"sourceDatabaseName\"] };\n}\n\nexport function migrateMISyncCompleteCommandInputDeserializer(\n item: any,\n): MigrateMISyncCompleteCommandInput {\n return {\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n };\n}\n\n/** Output for command that completes online migration for an Azure SQL Database Managed Instance. */\nexport interface MigrateMISyncCompleteCommandOutput {\n /** List of errors that happened during the command execution */\n errors?: ReportableException[];\n}\n\nexport function migrateMISyncCompleteCommandOutputDeserializer(\n item: any,\n): MigrateMISyncCompleteCommandOutput {\n return {\n errors: !item[\"errors\"] ? item[\"errors\"] : reportableExceptionArrayDeserializer(item[\"errors\"]),\n };\n}\n\n/** Properties for the command that cancels a migration in whole or in part */\nexport interface MongoDbCancelCommand extends CommandProperties {\n /** Command input */\n input?: MongoDbCommandInput;\n /** Command type. */\n commandType: \"cancel\";\n}\n\nexport function mongoDbCancelCommandSerializer(item: MongoDbCancelCommand): any {\n return {\n commandType: item[\"commandType\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbCommandInputSerializer(item[\"input\"]),\n };\n}\n\nexport function mongoDbCancelCommandDeserializer(item: any): MongoDbCancelCommand {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbCommandInputDeserializer(item[\"input\"]),\n };\n}\n\n/** Describes the input to the 'cancel' and 'restart' MongoDB migration commands */\nexport interface MongoDbCommandInput {\n /** The qualified name of a database or collection to act upon, or null to act upon the entire migration */\n objectName?: string;\n}\n\nexport function mongoDbCommandInputSerializer(item: MongoDbCommandInput): any {\n return { objectName: item[\"objectName\"] };\n}\n\nexport function mongoDbCommandInputDeserializer(item: any): MongoDbCommandInput {\n return {\n objectName: item[\"objectName\"],\n };\n}\n\n/** Properties for the command that finishes a migration in whole or in part */\nexport interface MongoDbFinishCommand extends CommandProperties {\n /** Command input */\n input?: MongoDbFinishCommandInput;\n /** Command type. */\n commandType: \"finish\";\n}\n\nexport function mongoDbFinishCommandSerializer(item: MongoDbFinishCommand): any {\n return {\n commandType: item[\"commandType\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbFinishCommandInputSerializer(item[\"input\"]),\n };\n}\n\nexport function mongoDbFinishCommandDeserializer(item: any): MongoDbFinishCommand {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbFinishCommandInputDeserializer(item[\"input\"]),\n };\n}\n\n/** Describes the input to the 'finish' MongoDB migration command */\nexport interface MongoDbFinishCommandInput extends MongoDbCommandInput {\n /** If true, replication for the affected objects will be stopped immediately. If false, the migrator will finish replaying queued events before finishing the replication. */\n immediate: boolean;\n}\n\nexport function mongoDbFinishCommandInputSerializer(item: MongoDbFinishCommandInput): any {\n return { objectName: item[\"objectName\"], immediate: item[\"immediate\"] };\n}\n\nexport function mongoDbFinishCommandInputDeserializer(item: any): MongoDbFinishCommandInput {\n return {\n objectName: item[\"objectName\"],\n immediate: item[\"immediate\"],\n };\n}\n\n/** Properties for the command that restarts a migration in whole or in part */\nexport interface MongoDbRestartCommand extends CommandProperties {\n /** Command input */\n input?: MongoDbCommandInput;\n /** Command type. */\n commandType: \"restart\";\n}\n\nexport function mongoDbRestartCommandSerializer(item: MongoDbRestartCommand): any {\n return {\n commandType: item[\"commandType\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbCommandInputSerializer(item[\"input\"]),\n };\n}\n\nexport function mongoDbRestartCommandDeserializer(item: any): MongoDbRestartCommand {\n return {\n commandType: item[\"commandType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbCommandInputDeserializer(item[\"input\"]),\n };\n}\n\n/** Properties for task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSchemaSqlServerSqlDbTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSchemaSqlServerSqlDbTaskOutputUnion[];\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** Task id */\n taskId?: string;\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n /** Task type. */\n taskType: \"MigrateSchemaSqlServerSqlDb\";\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskPropertiesSerializer(\n item: MigrateSchemaSqlServerSqlDbTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSchemaSqlServerSqlDbTaskInputSerializer(item[\"input\"]),\n createdOn: item[\"createdOn\"],\n taskId: item[\"taskId\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskPropertiesDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSchemaSqlServerSqlDbTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSchemaSqlServerSqlDbTaskOutputUnionArrayDeserializer(item[\"output\"]),\n createdOn: item[\"createdOn\"],\n taskId: item[\"taskId\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\n/** Input for task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[];\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n /** Migration start time */\n startedOn?: string;\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskInputSerializer(\n item: MigrateSchemaSqlServerSqlDbTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSchemaSqlServerSqlDbDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n startedOn: item[\"startedOn\"],\n };\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskInputDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSchemaSqlServerSqlDbDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n startedOn: item[\"startedOn\"],\n };\n}\n\nexport function migrateSchemaSqlServerSqlDbDatabaseInputArraySerializer(\n result: Array<MigrateSchemaSqlServerSqlDbDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSchemaSqlServerSqlDbDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateSchemaSqlServerSqlDbDatabaseInputArrayDeserializer(\n result: Array<MigrateSchemaSqlServerSqlDbDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSchemaSqlServerSqlDbDatabaseInputDeserializer(item);\n });\n}\n\n/** Database input for migrate schema Sql Server to Azure SQL Server scenario */\nexport interface MigrateSchemaSqlServerSqlDbDatabaseInput {\n /** Name of source database */\n name?: string;\n /** Id of the source database */\n id?: string;\n /** Name of target database */\n targetDatabaseName?: string;\n /** Database schema migration settings */\n schemaSetting?: SchemaMigrationSetting;\n}\n\nexport function migrateSchemaSqlServerSqlDbDatabaseInputSerializer(\n item: MigrateSchemaSqlServerSqlDbDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n id: item[\"id\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n schemaSetting: !item[\"schemaSetting\"]\n ? item[\"schemaSetting\"]\n : schemaMigrationSettingSerializer(item[\"schemaSetting\"]),\n };\n}\n\nexport function migrateSchemaSqlServerSqlDbDatabaseInputDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbDatabaseInput {\n return {\n name: item[\"name\"],\n id: item[\"id\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n schemaSetting: !item[\"schemaSetting\"]\n ? item[\"schemaSetting\"]\n : schemaMigrationSettingDeserializer(item[\"schemaSetting\"]),\n };\n}\n\n/** Settings for migrating schema from source to target */\nexport interface SchemaMigrationSetting {\n /** Option on how to migrate the schema */\n schemaOption?: SchemaMigrationOption;\n /** Resource Identifier of a file resource containing the uploaded schema file */\n fileId?: string;\n /** Name of the file resource containing the uploaded schema file */\n fileName?: string;\n}\n\nexport function schemaMigrationSettingSerializer(item: SchemaMigrationSetting): any {\n return { schemaOption: item[\"schemaOption\"], fileId: item[\"fileId\"], fileName: item[\"fileName\"] };\n}\n\nexport function schemaMigrationSettingDeserializer(item: any): SchemaMigrationSetting {\n return {\n schemaOption: item[\"schemaOption\"],\n fileId: item[\"fileId\"],\n fileName: item[\"fileName\"],\n };\n}\n\n/** Option for how schema is extracted and applied to target */\nexport enum KnownSchemaMigrationOption {\n /** None */\n None = \"None\",\n /** ExtractFromSource */\n ExtractFromSource = \"ExtractFromSource\",\n /** UseStorageFile */\n UseStorageFile = \"UseStorageFile\",\n}\n\n/**\n * Option for how schema is extracted and applied to target \\\n * {@link KnownSchemaMigrationOption} can be used interchangeably with SchemaMigrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **ExtractFromSource**: ExtractFromSource \\\n * **UseStorageFile**: UseStorageFile\n */\nexport type SchemaMigrationOption = string;\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputUnionArrayDeserializer(\n result: Array<MigrateSchemaSqlServerSqlDbTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSchemaSqlServerSqlDbTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates Schema for SQL Server databases to Azure SQL databases */\nexport interface MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, SchemaErrorOutput, ErrorOutput */\n resultType: string;\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSchemaSqlServerSqlDbTaskOutputUnion */\nexport type MigrateSchemaSqlServerSqlDbTaskOutputUnion =\n | MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\n | MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\n | MigrateSchemaSqlServerSqlDbTaskOutputError\n | MigrateSchemaSqlTaskOutputError\n | MigrateSchemaSqlServerSqlDbTaskOutput;\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputUnionDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSchemaSqlServerSqlDbTaskOutputMigrationLevelDeserializer(\n item as MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateSchemaSqlServerSqlDbTaskOutputDatabaseLevelDeserializer(\n item as MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel,\n );\n\n case \"SchemaErrorOutput\":\n return migrateSchemaSqlServerSqlDbTaskOutputErrorDeserializer(\n item as MigrateSchemaSqlServerSqlDbTaskOutputError,\n );\n\n case \"ErrorOutput\":\n return migrateSchemaSqlTaskOutputErrorDeserializer(item as MigrateSchemaSqlTaskOutputError);\n\n default:\n return migrateSchemaSqlServerSqlDbTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel */\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Overall state of the schema migration */\n readonly state?: MigrationState;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n state: item[\"state\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n };\n}\n\n/** Current state of migration */\nexport enum KnownMigrationState {\n /** None */\n None = \"None\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Warning */\n Warning = \"Warning\",\n /** Completed */\n Completed = \"Completed\",\n /** Skipped */\n Skipped = \"Skipped\",\n /** Stopped */\n Stopped = \"Stopped\",\n}\n\n/**\n * Current state of migration \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **InProgress**: InProgress \\\n * **Failed**: Failed \\\n * **Warning**: Warning \\\n * **Completed**: Completed \\\n * **Skipped**: Skipped \\\n * **Stopped**: Stopped\n */\nexport type MigrationState = string;\n\n/** model interface MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel */\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** The name of the database */\n readonly databaseName?: string;\n /** State of the schema migration for this database */\n readonly state?: MigrationState;\n /** Schema migration stage for this database */\n readonly stage?: SchemaMigrationStage;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Prefix string to use for querying errors for this database */\n readonly databaseErrorResultPrefix?: string;\n /** Prefix string to use for querying schema errors for this database */\n readonly schemaErrorResultPrefix?: string;\n /** Number of successful operations for this database */\n readonly numberOfSuccessfulOperations?: number;\n /** Number of failed operations for this database */\n readonly numberOfFailedOperations?: number;\n /** Identifier for the file resource containing the schema of this database */\n readonly fileId?: string;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n state: item[\"state\"],\n stage: item[\"stage\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n databaseErrorResultPrefix: item[\"databaseErrorResultPrefix\"],\n schemaErrorResultPrefix: item[\"schemaErrorResultPrefix\"],\n numberOfSuccessfulOperations: item[\"numberOfSuccessfulOperations\"],\n numberOfFailedOperations: item[\"numberOfFailedOperations\"],\n fileId: item[\"fileId\"],\n };\n}\n\n/** Current stage of schema migration */\nexport enum KnownSchemaMigrationStage {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** ValidatingInputs */\n ValidatingInputs = \"ValidatingInputs\",\n /** CollectingObjects */\n CollectingObjects = \"CollectingObjects\",\n /** DownloadingScript */\n DownloadingScript = \"DownloadingScript\",\n /** GeneratingScript */\n GeneratingScript = \"GeneratingScript\",\n /** UploadingScript */\n UploadingScript = \"UploadingScript\",\n /** DeployingSchema */\n DeployingSchema = \"DeployingSchema\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Current stage of schema migration \\\n * {@link KnownSchemaMigrationStage} can be used interchangeably with SchemaMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted**: NotStarted \\\n * **ValidatingInputs**: ValidatingInputs \\\n * **CollectingObjects**: CollectingObjects \\\n * **DownloadingScript**: DownloadingScript \\\n * **GeneratingScript**: GeneratingScript \\\n * **UploadingScript**: UploadingScript \\\n * **DeployingSchema**: DeployingSchema \\\n * **Completed**: Completed \\\n * **CompletedWithWarnings**: CompletedWithWarnings \\\n * **Failed**: Failed\n */\nexport type SchemaMigrationStage = string;\n\n/** model interface MigrateSchemaSqlServerSqlDbTaskOutputError */\nexport interface MigrateSchemaSqlServerSqlDbTaskOutputError extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Schema command which failed */\n readonly commandText?: string;\n /** Reason of failure */\n readonly errorText?: string;\n /** Result type */\n resultType: \"SchemaErrorOutput\";\n}\n\nexport function migrateSchemaSqlServerSqlDbTaskOutputErrorDeserializer(\n item: any,\n): MigrateSchemaSqlServerSqlDbTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n commandText: item[\"commandText\"],\n errorText: item[\"errorText\"],\n };\n}\n\n/** model interface MigrateSchemaSqlTaskOutputError */\nexport interface MigrateSchemaSqlTaskOutputError extends MigrateSchemaSqlServerSqlDbTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateSchemaSqlTaskOutputErrorDeserializer(\n item: any,\n): MigrateSchemaSqlTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** Properties for the task that checks for OCI drivers. */\nexport interface CheckOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Input for the service task to check for OCI drivers. */\n input?: CheckOCIDriverTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: CheckOCIDriverTaskOutput[];\n /** Task type. */\n taskType: \"Service.Check.OCI\";\n}\n\nexport function checkOCIDriverTaskPropertiesSerializer(item: CheckOCIDriverTaskProperties): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : checkOCIDriverTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function checkOCIDriverTaskPropertiesDeserializer(item: any): CheckOCIDriverTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : checkOCIDriverTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : checkOCIDriverTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the service task to check for OCI drivers. */\nexport interface CheckOCIDriverTaskInput {\n /** Version of the source server to check against. Optional. */\n serverVersion?: string;\n}\n\nexport function checkOCIDriverTaskInputSerializer(item: CheckOCIDriverTaskInput): any {\n return { serverVersion: item[\"serverVersion\"] };\n}\n\nexport function checkOCIDriverTaskInputDeserializer(item: any): CheckOCIDriverTaskInput {\n return {\n serverVersion: item[\"serverVersion\"],\n };\n}\n\nexport function checkOCIDriverTaskOutputArrayDeserializer(\n result: Array<CheckOCIDriverTaskOutput>,\n): any[] {\n return result.map((item) => {\n return checkOCIDriverTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the service task to check for OCI drivers. */\nexport interface CheckOCIDriverTaskOutput {\n /** Information about the installed driver if found and valid. */\n installedDriver?: OracleOCIDriverInfo;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function checkOCIDriverTaskOutputDeserializer(item: any): CheckOCIDriverTaskOutput {\n return {\n installedDriver: !item[\"installedDriver\"]\n ? item[\"installedDriver\"]\n : oracleOCIDriverInfoDeserializer(item[\"installedDriver\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Information about an Oracle OCI driver. */\nexport interface OracleOCIDriverInfo {\n /** The name of the driver package */\n readonly driverName?: string;\n /** The size in bytes of the driver package */\n readonly driverSize?: string;\n /** The MD5 Base64 encoded checksum for the driver package. */\n readonly archiveChecksum?: string;\n /** The checksum for the driver package provided by Oracle. */\n readonly oracleChecksum?: string;\n /** Version listed in the OCI assembly 'oci.dll' */\n readonly assemblyVersion?: string;\n /** List of Oracle database versions supported by this driver. Only major minor of the version is listed. */\n readonly supportedOracleVersions?: string[];\n}\n\nexport function oracleOCIDriverInfoDeserializer(item: any): OracleOCIDriverInfo {\n return {\n driverName: item[\"driverName\"],\n driverSize: item[\"driverSize\"],\n archiveChecksum: item[\"archiveChecksum\"],\n oracleChecksum: item[\"oracleChecksum\"],\n assemblyVersion: item[\"assemblyVersion\"],\n supportedOracleVersions: !item[\"supportedOracleVersions\"]\n ? item[\"supportedOracleVersions\"]\n : item[\"supportedOracleVersions\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Properties for the task that uploads an OCI driver. */\nexport interface UploadOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Input for the service task to upload an OCI driver. */\n input?: UploadOCIDriverTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: UploadOCIDriverTaskOutput[];\n /** Task type. */\n taskType: \"Service.Upload.OCI\";\n}\n\nexport function uploadOCIDriverTaskPropertiesSerializer(item: UploadOCIDriverTaskProperties): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : uploadOCIDriverTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function uploadOCIDriverTaskPropertiesDeserializer(\n item: any,\n): UploadOCIDriverTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : uploadOCIDriverTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : uploadOCIDriverTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the service task to upload an OCI driver. */\nexport interface UploadOCIDriverTaskInput {\n /** File share information for the OCI driver archive. */\n driverShare?: FileShare;\n}\n\nexport function uploadOCIDriverTaskInputSerializer(item: UploadOCIDriverTaskInput): any {\n return {\n driverShare: !item[\"driverShare\"]\n ? item[\"driverShare\"]\n : fileShareSerializer(item[\"driverShare\"]),\n };\n}\n\nexport function uploadOCIDriverTaskInputDeserializer(item: any): UploadOCIDriverTaskInput {\n return {\n driverShare: !item[\"driverShare\"]\n ? item[\"driverShare\"]\n : fileShareDeserializer(item[\"driverShare\"]),\n };\n}\n\n/** File share information with Path, Username, and Password. */\nexport interface FileShare {\n /** User name credential to connect to the share location */\n userName?: string;\n /** Password credential used to connect to the share location. */\n password?: string;\n /** The folder path for this share. */\n path: string;\n}\n\nexport function fileShareSerializer(item: FileShare): any {\n return { userName: item[\"userName\"], password: item[\"password\"], path: item[\"path\"] };\n}\n\nexport function fileShareDeserializer(item: any): FileShare {\n return {\n userName: item[\"userName\"],\n password: item[\"password\"],\n path: item[\"path\"],\n };\n}\n\nexport function uploadOCIDriverTaskOutputArrayDeserializer(\n result: Array<UploadOCIDriverTaskOutput>,\n): any[] {\n return result.map((item) => {\n return uploadOCIDriverTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the service task to upload an OCI driver. */\nexport interface UploadOCIDriverTaskOutput {\n /** The name of the driver package that was validated and uploaded. */\n readonly driverPackageName?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function uploadOCIDriverTaskOutputDeserializer(item: any): UploadOCIDriverTaskOutput {\n return {\n driverPackageName: item[\"driverPackageName\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that installs an OCI driver. */\nexport interface InstallOCIDriverTaskProperties extends ProjectTaskProperties {\n /** Input for the service task to install an OCI driver. */\n input?: InstallOCIDriverTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: InstallOCIDriverTaskOutput[];\n /** Task type. */\n taskType: \"Service.Install.OCI\";\n}\n\nexport function installOCIDriverTaskPropertiesSerializer(\n item: InstallOCIDriverTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : installOCIDriverTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function installOCIDriverTaskPropertiesDeserializer(\n item: any,\n): InstallOCIDriverTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : installOCIDriverTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : installOCIDriverTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the service task to install an OCI driver. */\nexport interface InstallOCIDriverTaskInput {\n /** Name of the uploaded driver package to install. */\n driverPackageName?: string;\n}\n\nexport function installOCIDriverTaskInputSerializer(item: InstallOCIDriverTaskInput): any {\n return { driverPackageName: item[\"driverPackageName\"] };\n}\n\nexport function installOCIDriverTaskInputDeserializer(item: any): InstallOCIDriverTaskInput {\n return {\n driverPackageName: item[\"driverPackageName\"],\n };\n}\n\nexport function installOCIDriverTaskOutputArrayDeserializer(\n result: Array<InstallOCIDriverTaskOutput>,\n): any[] {\n return result.map((item) => {\n return installOCIDriverTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the service task to install an OCI driver. */\nexport interface InstallOCIDriverTaskOutput {\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function installOCIDriverTaskOutputDeserializer(item: any): InstallOCIDriverTaskOutput {\n return {\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates the connection to and provides information about a MongoDB server */\nexport interface ConnectToMongoDbTaskProperties extends ProjectTaskProperties {\n /** Describes a connection to a MongoDB data source */\n input?: MongoDbConnectionInfo;\n /** An array containing a single MongoDbClusterInfo object */\n readonly output?: MongoDbClusterInfo[];\n /** Task type. */\n taskType: \"Connect.MongoDb\";\n}\n\nexport function connectToMongoDbTaskPropertiesSerializer(\n item: ConnectToMongoDbTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbConnectionInfoSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToMongoDbTaskPropertiesDeserializer(\n item: any,\n): ConnectToMongoDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : mongoDbConnectionInfoDeserializer(item[\"input\"]),\n output: !item[\"output\"] ? item[\"output\"] : mongoDbClusterInfoArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Describes a connection to a MongoDB data source */\nexport interface MongoDbConnectionInfo extends ConnectionInfo {\n /** A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties */\n connectionString: string;\n /** Data source */\n dataSource?: string;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** server brand version */\n serverBrandVersion?: string;\n /** server version */\n serverVersion?: string;\n /** name of the server */\n serverName?: string;\n /** Whether to trust the server certificate */\n trustServerCertificate?: boolean;\n enforceSSL?: boolean;\n /** port for server */\n port?: number;\n /** Additional connection settings */\n additionalSettings?: string;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Type of connection info */\n type: \"MongoDbConnectionInfo\";\n}\n\nexport function mongoDbConnectionInfoSerializer(item: MongoDbConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n connectionString: item[\"connectionString\"],\n dataSource: item[\"dataSource\"],\n encryptConnection: item[\"encryptConnection\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n serverVersion: item[\"serverVersion\"],\n serverName: item[\"serverName\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n enforceSSL: item[\"enforceSSL\"],\n port: item[\"port\"],\n additionalSettings: item[\"additionalSettings\"],\n authentication: item[\"authentication\"],\n };\n}\n\nexport function mongoDbConnectionInfoDeserializer(item: any): MongoDbConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n connectionString: item[\"connectionString\"],\n dataSource: item[\"dataSource\"],\n encryptConnection: item[\"encryptConnection\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n serverVersion: item[\"serverVersion\"],\n serverName: item[\"serverName\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n enforceSSL: item[\"enforceSSL\"],\n port: item[\"port\"],\n additionalSettings: item[\"additionalSettings\"],\n authentication: item[\"authentication\"],\n };\n}\n\n/** An enumeration of possible authentication types when connecting */\nexport enum KnownAuthenticationType {\n /** None */\n None = \"None\",\n /** WindowsAuthentication */\n WindowsAuthentication = \"WindowsAuthentication\",\n /** SqlAuthentication */\n SqlAuthentication = \"SqlAuthentication\",\n /** ActiveDirectoryIntegrated */\n ActiveDirectoryIntegrated = \"ActiveDirectoryIntegrated\",\n /** ActiveDirectoryPassword */\n ActiveDirectoryPassword = \"ActiveDirectoryPassword\",\n}\n\n/**\n * An enumeration of possible authentication types when connecting \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **WindowsAuthentication**: WindowsAuthentication \\\n * **SqlAuthentication**: SqlAuthentication \\\n * **ActiveDirectoryIntegrated**: ActiveDirectoryIntegrated \\\n * **ActiveDirectoryPassword**: ActiveDirectoryPassword\n */\nexport type AuthenticationType = string;\n\nexport function mongoDbClusterInfoArrayDeserializer(result: Array<MongoDbClusterInfo>): any[] {\n return result.map((item) => {\n return mongoDbClusterInfoDeserializer(item);\n });\n}\n\n/** Describes a MongoDB data source */\nexport interface MongoDbClusterInfo {\n /** A list of non-system databases in the cluster */\n databases: MongoDbDatabaseInfo[];\n /** Whether the cluster supports sharded collections */\n supportsSharding: boolean;\n /** The type of data source */\n type: MongoDbClusterType;\n /** The version of the data source in the form x.y.z (e.g. 3.6.7). Not used if Type is BlobContainer. */\n version: string;\n}\n\nexport function mongoDbClusterInfoDeserializer(item: any): MongoDbClusterInfo {\n return {\n databases: mongoDbDatabaseInfoArrayDeserializer(item[\"databases\"]),\n supportsSharding: item[\"supportsSharding\"],\n type: item[\"type\"],\n version: item[\"version\"],\n };\n}\n\nexport function mongoDbDatabaseInfoArrayDeserializer(result: Array<MongoDbDatabaseInfo>): any[] {\n return result.map((item) => {\n return mongoDbDatabaseInfoDeserializer(item);\n });\n}\n\n/** Describes a database within a MongoDB data source */\nexport interface MongoDbDatabaseInfo extends MongoDbObjectInfo {\n /** A list of supported collections in a MongoDB database */\n collections: MongoDbCollectionInfo[];\n /** Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary. */\n supportsSharding: boolean;\n}\n\nexport function mongoDbDatabaseInfoDeserializer(item: any): MongoDbDatabaseInfo {\n return {\n averageDocumentSize: item[\"averageDocumentSize\"],\n dataSize: item[\"dataSize\"],\n documentCount: item[\"documentCount\"],\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n collections: mongoDbCollectionInfoArrayDeserializer(item[\"collections\"]),\n supportsSharding: item[\"supportsSharding\"],\n };\n}\n\nexport function mongoDbCollectionInfoArrayDeserializer(\n result: Array<MongoDbCollectionInfo>,\n): any[] {\n return result.map((item) => {\n return mongoDbCollectionInfoDeserializer(item);\n });\n}\n\n/** Describes a supported collection within a MongoDB database */\nexport interface MongoDbCollectionInfo extends MongoDbObjectInfo {\n /** The name of the database containing the collection */\n databaseName: string;\n /** Whether the collection is a capped collection (i.e. whether it has a fixed size and acts like a circular buffer) */\n isCapped: boolean;\n /** Whether the collection is system collection */\n isSystemCollection: boolean;\n /** Whether the collection is a view of another collection */\n isView: boolean;\n /** The shard key on the collection, or null if the collection is not sharded */\n shardKey?: MongoDbShardKeyInfo;\n /** Whether the database has sharding enabled. Note that the migration task will enable sharding on the target if necessary. */\n supportsSharding: boolean;\n /** The name of the collection that this is a view of, if IsView is true */\n viewOf?: string;\n}\n\nexport function mongoDbCollectionInfoDeserializer(item: any): MongoDbCollectionInfo {\n return {\n averageDocumentSize: item[\"averageDocumentSize\"],\n dataSize: item[\"dataSize\"],\n documentCount: item[\"documentCount\"],\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n databaseName: item[\"databaseName\"],\n isCapped: item[\"isCapped\"],\n isSystemCollection: item[\"isSystemCollection\"],\n isView: item[\"isView\"],\n shardKey: !item[\"shardKey\"]\n ? item[\"shardKey\"]\n : mongoDbShardKeyInfoDeserializer(item[\"shardKey\"]),\n supportsSharding: item[\"supportsSharding\"],\n viewOf: item[\"viewOf\"],\n };\n}\n\n/** Describes a MongoDB shard key */\nexport interface MongoDbShardKeyInfo {\n /** The fields within the shard key */\n fields: MongoDbShardKeyField[];\n /** Whether the shard key is unique */\n isUnique: boolean;\n}\n\nexport function mongoDbShardKeyInfoDeserializer(item: any): MongoDbShardKeyInfo {\n return {\n fields: mongoDbShardKeyFieldArrayDeserializer(item[\"fields\"]),\n isUnique: item[\"isUnique\"],\n };\n}\n\nexport function mongoDbShardKeyFieldArraySerializer(result: Array<MongoDbShardKeyField>): any[] {\n return result.map((item) => {\n return mongoDbShardKeyFieldSerializer(item);\n });\n}\n\nexport function mongoDbShardKeyFieldArrayDeserializer(result: Array<MongoDbShardKeyField>): any[] {\n return result.map((item) => {\n return mongoDbShardKeyFieldDeserializer(item);\n });\n}\n\n/** Describes a field reference within a MongoDB shard key */\nexport interface MongoDbShardKeyField {\n /** The name of the field */\n name: string;\n /** The field ordering */\n order: MongoDbShardKeyOrder;\n}\n\nexport function mongoDbShardKeyFieldSerializer(item: MongoDbShardKeyField): any {\n return { name: item[\"name\"], order: item[\"order\"] };\n}\n\nexport function mongoDbShardKeyFieldDeserializer(item: any): MongoDbShardKeyField {\n return {\n name: item[\"name\"],\n order: item[\"order\"],\n };\n}\n\n/** The field ordering */\nexport enum KnownMongoDbShardKeyOrder {\n /** Forward */\n Forward = \"Forward\",\n /** Reverse */\n Reverse = \"Reverse\",\n /** Hashed */\n Hashed = \"Hashed\",\n}\n\n/**\n * The field ordering \\\n * {@link KnownMongoDbShardKeyOrder} can be used interchangeably with MongoDbShardKeyOrder,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Forward**: Forward \\\n * **Reverse**: Reverse \\\n * **Hashed**: Hashed\n */\nexport type MongoDbShardKeyOrder = string;\n\n/** The type of data source */\nexport enum KnownMongoDbClusterType {\n /** BlobContainer */\n BlobContainer = \"BlobContainer\",\n /** CosmosDb */\n CosmosDb = \"CosmosDb\",\n /** MongoDb */\n MongoDb = \"MongoDb\",\n}\n\n/**\n * The type of data source \\\n * {@link KnownMongoDbClusterType} can be used interchangeably with MongoDbClusterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BlobContainer**: BlobContainer \\\n * **CosmosDb**: CosmosDb \\\n * **MongoDb**: MongoDb\n */\nexport type MongoDbClusterType = string;\n\n/** Properties for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToSourceSqlServerTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];\n /** Task id */\n taskId?: string;\n /** Task type. */\n taskType: \"ConnectToSource.SqlServer\";\n}\n\nexport function connectToSourceSqlServerTaskPropertiesSerializer(\n item: ConnectToSourceSqlServerTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceSqlServerTaskInputSerializer(item[\"input\"]),\n taskId: item[\"taskId\"],\n };\n}\n\nexport function connectToSourceSqlServerTaskPropertiesDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceSqlServerTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToSourceSqlServerTaskOutputUnionArrayDeserializer(item[\"output\"]),\n taskId: item[\"taskId\"],\n };\n}\n\n/** Input for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskInput {\n /** Connection information for Source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Permission group for validations */\n checkPermissionsGroup?: ServerLevelPermissionsGroup;\n /** Flag for whether to collect databases from source server. */\n collectDatabases?: boolean;\n /** Flag for whether to collect logins from source server. */\n collectLogins?: boolean;\n /** Flag for whether to collect agent jobs from source server. */\n collectAgentJobs?: boolean;\n /** Flag for whether to collect TDE Certificate names from source server. */\n collectTdeCertificateInfo?: boolean;\n /** Flag for whether to validate SSIS catalog is reachable on the source server. */\n validateSsisCatalogOnly?: boolean;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\nexport function connectToSourceSqlServerTaskInputSerializer(\n item: ConnectToSourceSqlServerTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n checkPermissionsGroup: item[\"checkPermissionsGroup\"],\n collectDatabases: item[\"collectDatabases\"],\n collectLogins: item[\"collectLogins\"],\n collectAgentJobs: item[\"collectAgentJobs\"],\n collectTdeCertificateInfo: item[\"collectTdeCertificateInfo\"],\n validateSsisCatalogOnly: item[\"validateSsisCatalogOnly\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function connectToSourceSqlServerTaskInputDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n checkPermissionsGroup: item[\"checkPermissionsGroup\"],\n collectDatabases: item[\"collectDatabases\"],\n collectLogins: item[\"collectLogins\"],\n collectAgentJobs: item[\"collectAgentJobs\"],\n collectTdeCertificateInfo: item[\"collectTdeCertificateInfo\"],\n validateSsisCatalogOnly: item[\"validateSsisCatalogOnly\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\n/** Information for connecting to SQL database server */\nexport interface SqlConnectionInfo extends ConnectionInfo {\n /** Data source in the format Protocol:MachineName\\SQLServerInstanceName,PortNumber */\n dataSource: string;\n /** name of the server */\n serverName?: string;\n /** Port for Server */\n port?: number;\n /** server version */\n serverVersion?: string;\n /** server brand version */\n serverBrandVersion?: string;\n /** Represents the ID of an HTTP resource represented by an Azure resource provider. */\n resourceId?: string;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** Additional connection settings */\n additionalSettings?: string;\n /** Whether to trust the server certificate */\n trustServerCertificate?: boolean;\n /** Server platform type for connection */\n platform?: SqlSourcePlatform;\n /** Type of connection info */\n type: \"SqlConnectionInfo\";\n}\n\nexport function sqlConnectionInfoSerializer(item: SqlConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n dataSource: item[\"dataSource\"],\n serverName: item[\"serverName\"],\n port: item[\"port\"],\n serverVersion: item[\"serverVersion\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n resourceId: item[\"resourceId\"],\n authentication: item[\"authentication\"],\n encryptConnection: item[\"encryptConnection\"],\n additionalSettings: item[\"additionalSettings\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n platform: item[\"platform\"],\n };\n}\n\nexport function sqlConnectionInfoDeserializer(item: any): SqlConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n dataSource: item[\"dataSource\"],\n serverName: item[\"serverName\"],\n port: item[\"port\"],\n serverVersion: item[\"serverVersion\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n resourceId: item[\"resourceId\"],\n authentication: item[\"authentication\"],\n encryptConnection: item[\"encryptConnection\"],\n additionalSettings: item[\"additionalSettings\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n platform: item[\"platform\"],\n };\n}\n\n/** An enumeration of source platform types */\nexport enum KnownSqlSourcePlatform {\n /** SqlOnPrem */\n SqlOnPrem = \"SqlOnPrem\",\n}\n\n/**\n * An enumeration of source platform types \\\n * {@link KnownSqlSourcePlatform} can be used interchangeably with SqlSourcePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlOnPrem**: SqlOnPrem\n */\nexport type SqlSourcePlatform = string;\n/** Permission group for validations. These groups will run a set of permissions for validating user activity. Select the permission group for the activity that you are performing. */\nexport type ServerLevelPermissionsGroup =\n | \"Default\"\n | \"MigrationFromSqlServerToAzureDB\"\n | \"MigrationFromSqlServerToAzureMI\"\n | \"MigrationFromMySQLToAzureDBForMySQL\"\n | \"MigrationFromSqlServerToAzureVM\";\n\nexport function connectToSourceSqlServerTaskOutputUnionArrayDeserializer(\n result: Array<ConnectToSourceSqlServerTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return connectToSourceSqlServerTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Type of result - database level or task level */\n /** The discriminator possible values: TaskLevelOutput, DatabaseLevelOutput, LoginLevelOutput, AgentJobLevelOutput */\n resultType: string;\n}\n\nexport function connectToSourceSqlServerTaskOutputDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for ConnectToSourceSqlServerTaskOutputUnion */\nexport type ConnectToSourceSqlServerTaskOutputUnion =\n | ConnectToSourceSqlServerTaskOutputTaskLevel\n | ConnectToSourceSqlServerTaskOutputDatabaseLevel\n | ConnectToSourceSqlServerTaskOutputLoginLevel\n | ConnectToSourceSqlServerTaskOutputAgentJobLevel\n | ConnectToSourceSqlServerTaskOutput;\n\nexport function connectToSourceSqlServerTaskOutputUnionDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"TaskLevelOutput\":\n return connectToSourceSqlServerTaskOutputTaskLevelDeserializer(\n item as ConnectToSourceSqlServerTaskOutputTaskLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return connectToSourceSqlServerTaskOutputDatabaseLevelDeserializer(\n item as ConnectToSourceSqlServerTaskOutputDatabaseLevel,\n );\n\n case \"LoginLevelOutput\":\n return connectToSourceSqlServerTaskOutputLoginLevelDeserializer(\n item as ConnectToSourceSqlServerTaskOutputLoginLevel,\n );\n\n case \"AgentJobLevelOutput\":\n return connectToSourceSqlServerTaskOutputAgentJobLevelDeserializer(\n item as ConnectToSourceSqlServerTaskOutputAgentJobLevel,\n );\n\n default:\n return connectToSourceSqlServerTaskOutputDeserializer(item);\n }\n}\n\n/** Task level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputTaskLevel extends ConnectToSourceSqlServerTaskOutput {\n /** Source databases as a map from database name to database id */\n readonly databases?: string;\n /** Source logins as a map from login name to login id. */\n readonly logins?: string;\n /** Source agent jobs as a map from agent job name to id. */\n readonly agentJobs?: string;\n /** Mapping from database name to TDE certificate name, if applicable */\n readonly databaseTdeCertificateMapping?: string;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n /** Type of result - database level or task level */\n resultType: \"TaskLevelOutput\";\n}\n\nexport function connectToSourceSqlServerTaskOutputTaskLevelDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutputTaskLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databases: item[\"databases\"],\n logins: item[\"logins\"],\n agentJobs: item[\"agentJobs\"],\n databaseTdeCertificateMapping: item[\"databaseTdeCertificateMapping\"],\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Database level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputDatabaseLevel extends ConnectToSourceSqlServerTaskOutput {\n /** Database name */\n readonly name?: string;\n /** Size of the file in megabytes */\n readonly sizeMB?: number;\n /** The list of database files */\n readonly databaseFiles?: DatabaseFileInfo[];\n /** SQL Server compatibility level of database */\n readonly compatibilityLevel?: DatabaseCompatLevel;\n /** State of the database */\n readonly databaseState?: DatabaseState;\n /** Type of result - database level or task level */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function connectToSourceSqlServerTaskOutputDatabaseLevelDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n name: item[\"name\"],\n sizeMB: item[\"sizeMB\"],\n databaseFiles: !item[\"databaseFiles\"]\n ? item[\"databaseFiles\"]\n : databaseFileInfoArrayDeserializer(item[\"databaseFiles\"]),\n compatibilityLevel: item[\"compatibilityLevel\"],\n databaseState: item[\"databaseState\"],\n };\n}\n\nexport function databaseFileInfoArrayDeserializer(result: Array<DatabaseFileInfo>): any[] {\n return result.map((item) => {\n return databaseFileInfoDeserializer(item);\n });\n}\n\n/** Database file specific information */\nexport interface DatabaseFileInfo {\n /** Name of the database */\n databaseName?: string;\n /** Unique identifier for database file */\n id?: string;\n /** Logical name of the file */\n logicalName?: string;\n /** Operating-system full path of the file */\n physicalFullName?: string;\n /** Suggested full path of the file for restoring */\n restoreFullName?: string;\n /** Database file type */\n fileType?: DatabaseFileType;\n /** Size of the file in megabytes */\n sizeMB?: number;\n}\n\nexport function databaseFileInfoDeserializer(item: any): DatabaseFileInfo {\n return {\n databaseName: item[\"databaseName\"],\n id: item[\"id\"],\n logicalName: item[\"logicalName\"],\n physicalFullName: item[\"physicalFullName\"],\n restoreFullName: item[\"restoreFullName\"],\n fileType: item[\"fileType\"],\n sizeMB: item[\"sizeMB\"],\n };\n}\n\n/** An enumeration of SQL Server database file types */\nexport enum KnownDatabaseFileType {\n /** Rows */\n Rows = \"Rows\",\n /** Log */\n Log = \"Log\",\n /** Filestream */\n Filestream = \"Filestream\",\n /** NotSupported */\n NotSupported = \"NotSupported\",\n /** Fulltext */\n Fulltext = \"Fulltext\",\n}\n\n/**\n * An enumeration of SQL Server database file types \\\n * {@link KnownDatabaseFileType} can be used interchangeably with DatabaseFileType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Rows**: Rows \\\n * **Log**: Log \\\n * **Filestream**: Filestream \\\n * **NotSupported**: NotSupported \\\n * **Fulltext**: Fulltext\n */\nexport type DatabaseFileType = string;\n\n/** An enumeration of SQL Server database compatibility levels */\nexport enum KnownDatabaseCompatLevel {\n /** CompatLevel80 */\n CompatLevel80 = \"CompatLevel80\",\n /** CompatLevel90 */\n CompatLevel90 = \"CompatLevel90\",\n /** CompatLevel100 */\n CompatLevel100 = \"CompatLevel100\",\n /** CompatLevel110 */\n CompatLevel110 = \"CompatLevel110\",\n /** CompatLevel120 */\n CompatLevel120 = \"CompatLevel120\",\n /** CompatLevel130 */\n CompatLevel130 = \"CompatLevel130\",\n /** CompatLevel140 */\n CompatLevel140 = \"CompatLevel140\",\n}\n\n/**\n * An enumeration of SQL Server database compatibility levels \\\n * {@link KnownDatabaseCompatLevel} can be used interchangeably with DatabaseCompatLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CompatLevel80**: CompatLevel80 \\\n * **CompatLevel90**: CompatLevel90 \\\n * **CompatLevel100**: CompatLevel100 \\\n * **CompatLevel110**: CompatLevel110 \\\n * **CompatLevel120**: CompatLevel120 \\\n * **CompatLevel130**: CompatLevel130 \\\n * **CompatLevel140**: CompatLevel140\n */\nexport type DatabaseCompatLevel = string;\n\n/** An enumeration of SQL Server Database states */\nexport enum KnownDatabaseState {\n /** Online */\n Online = \"Online\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Recovering */\n Recovering = \"Recovering\",\n /** RecoveryPending */\n RecoveryPending = \"RecoveryPending\",\n /** Suspect */\n Suspect = \"Suspect\",\n /** Emergency */\n Emergency = \"Emergency\",\n /** Offline */\n Offline = \"Offline\",\n /** Copying */\n Copying = \"Copying\",\n /** OfflineSecondary */\n OfflineSecondary = \"OfflineSecondary\",\n}\n\n/**\n * An enumeration of SQL Server Database states \\\n * {@link KnownDatabaseState} can be used interchangeably with DatabaseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Online**: Online \\\n * **Restoring**: Restoring \\\n * **Recovering**: Recovering \\\n * **RecoveryPending**: RecoveryPending \\\n * **Suspect**: Suspect \\\n * **Emergency**: Emergency \\\n * **Offline**: Offline \\\n * **Copying**: Copying \\\n * **OfflineSecondary**: OfflineSecondary\n */\nexport type DatabaseState = string;\n\n/** Login level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputLoginLevel extends ConnectToSourceSqlServerTaskOutput {\n /** Login name. */\n readonly name?: string;\n /** The type of login. */\n readonly loginType?: LoginType;\n /** The default database for the login. */\n readonly defaultDatabase?: string;\n /** The state of the login. */\n readonly isEnabled?: boolean;\n /** Information about eligibility of login for migration. */\n readonly migrationEligibility?: MigrationEligibilityInfo;\n /** Type of result - database level or task level */\n resultType: \"LoginLevelOutput\";\n}\n\nexport function connectToSourceSqlServerTaskOutputLoginLevelDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutputLoginLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n name: item[\"name\"],\n loginType: item[\"loginType\"],\n defaultDatabase: item[\"defaultDatabase\"],\n isEnabled: item[\"isEnabled\"],\n migrationEligibility: !item[\"migrationEligibility\"]\n ? item[\"migrationEligibility\"]\n : migrationEligibilityInfoDeserializer(item[\"migrationEligibility\"]),\n };\n}\n\n/** Enum mapping of SMO LoginType. */\nexport enum KnownLoginType {\n /** WindowsUser */\n WindowsUser = \"WindowsUser\",\n /** WindowsGroup */\n WindowsGroup = \"WindowsGroup\",\n /** SqlLogin */\n SqlLogin = \"SqlLogin\",\n /** Certificate */\n Certificate = \"Certificate\",\n /** AsymmetricKey */\n AsymmetricKey = \"AsymmetricKey\",\n /** ExternalUser */\n ExternalUser = \"ExternalUser\",\n /** ExternalGroup */\n ExternalGroup = \"ExternalGroup\",\n}\n\n/**\n * Enum mapping of SMO LoginType. \\\n * {@link KnownLoginType} can be used interchangeably with LoginType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WindowsUser**: WindowsUser \\\n * **WindowsGroup**: WindowsGroup \\\n * **SqlLogin**: SqlLogin \\\n * **Certificate**: Certificate \\\n * **AsymmetricKey**: AsymmetricKey \\\n * **ExternalUser**: ExternalUser \\\n * **ExternalGroup**: ExternalGroup\n */\nexport type LoginType = string;\n\n/** Information about migration eligibility of a server object */\nexport interface MigrationEligibilityInfo {\n /** Whether object is eligible for migration or not. */\n readonly isEligibleForMigration?: boolean;\n /** Information about eligibility failure for the server object. */\n readonly validationMessages?: string[];\n}\n\nexport function migrationEligibilityInfoDeserializer(item: any): MigrationEligibilityInfo {\n return {\n isEligibleForMigration: item[\"isEligibleForMigration\"],\n validationMessages: !item[\"validationMessages\"]\n ? item[\"validationMessages\"]\n : item[\"validationMessages\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Agent Job level output for the task that validates connection to SQL Server and also validates source server requirements */\nexport interface ConnectToSourceSqlServerTaskOutputAgentJobLevel extends ConnectToSourceSqlServerTaskOutput {\n /** Agent Job name */\n readonly name?: string;\n /** The type of Agent Job. */\n readonly jobCategory?: string;\n /** The state of the original Agent Job. */\n readonly isEnabled?: boolean;\n /** The owner of the Agent Job */\n readonly jobOwner?: string;\n /** UTC Date and time when the Agent Job was last executed. */\n readonly lastExecutedOn?: Date;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n /** Information about eligibility of agent job for migration. */\n readonly migrationEligibility?: MigrationEligibilityInfo;\n /** Type of result - database level or task level */\n resultType: \"AgentJobLevelOutput\";\n}\n\nexport function connectToSourceSqlServerTaskOutputAgentJobLevelDeserializer(\n item: any,\n): ConnectToSourceSqlServerTaskOutputAgentJobLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n name: item[\"name\"],\n jobCategory: item[\"jobCategory\"],\n isEnabled: item[\"isEnabled\"],\n jobOwner: item[\"jobOwner\"],\n lastExecutedOn: !item[\"lastExecutedOn\"]\n ? item[\"lastExecutedOn\"]\n : new Date(item[\"lastExecutedOn\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n migrationEligibility: !item[\"migrationEligibility\"]\n ? item[\"migrationEligibility\"]\n : migrationEligibilityInfoDeserializer(item[\"migrationEligibility\"]),\n };\n}\n\n/** Properties for the task that validates connection to SQL Server and source server requirements for online migration */\nexport interface ConnectToSourceSqlServerSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToSourceSqlServerTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToSourceSqlServerTaskOutputUnion[];\n /** Task type. */\n taskType: \"ConnectToSource.SqlServer.Sync\";\n}\n\nexport function connectToSourceSqlServerSyncTaskPropertiesSerializer(\n item: ConnectToSourceSqlServerSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceSqlServerTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToSourceSqlServerSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToSourceSqlServerSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceSqlServerTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToSourceSqlServerTaskOutputUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Properties for the task that validates connection to PostgreSQL server and source server requirements for online migration */\nexport interface ConnectToSourcePostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToSourcePostgreSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToSourcePostgreSqlSyncTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToSource.PostgreSql.Sync\";\n}\n\nexport function connectToSourcePostgreSqlSyncTaskPropertiesSerializer(\n item: ConnectToSourcePostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourcePostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToSourcePostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToSourcePostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourcePostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToSourcePostgreSqlSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to PostgreSQL and source server requirements */\nexport interface ConnectToSourcePostgreSqlSyncTaskInput {\n /** Connection information for source PostgreSQL server */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n}\n\nexport function connectToSourcePostgreSqlSyncTaskInputSerializer(\n item: ConnectToSourcePostgreSqlSyncTaskInput,\n): any {\n return { sourceConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]) };\n}\n\nexport function connectToSourcePostgreSqlSyncTaskInputDeserializer(\n item: any,\n): ConnectToSourcePostgreSqlSyncTaskInput {\n return {\n sourceConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n };\n}\n\n/** Information for connecting to PostgreSQL server */\nexport interface PostgreSqlConnectionInfo extends ConnectionInfo {\n /** Name of the server */\n serverName: string;\n /** Data source */\n dataSource?: string;\n /** server version */\n serverVersion?: string;\n /** Name of the database */\n databaseName?: string;\n /** Port for Server */\n port: number;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** Whether to trust the server certificate */\n trustServerCertificate?: boolean;\n /** Additional connection settings */\n additionalSettings?: string;\n /** server brand version */\n serverBrandVersion?: string;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Type of connection info */\n type: \"PostgreSqlConnectionInfo\";\n}\n\nexport function postgreSqlConnectionInfoSerializer(item: PostgreSqlConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n serverName: item[\"serverName\"],\n dataSource: item[\"dataSource\"],\n serverVersion: item[\"serverVersion\"],\n databaseName: item[\"databaseName\"],\n port: item[\"port\"],\n encryptConnection: item[\"encryptConnection\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n additionalSettings: item[\"additionalSettings\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n authentication: item[\"authentication\"],\n };\n}\n\nexport function postgreSqlConnectionInfoDeserializer(item: any): PostgreSqlConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n serverName: item[\"serverName\"],\n dataSource: item[\"dataSource\"],\n serverVersion: item[\"serverVersion\"],\n databaseName: item[\"databaseName\"],\n port: item[\"port\"],\n encryptConnection: item[\"encryptConnection\"],\n trustServerCertificate: item[\"trustServerCertificate\"],\n additionalSettings: item[\"additionalSettings\"],\n serverBrandVersion: item[\"serverBrandVersion\"],\n authentication: item[\"authentication\"],\n };\n}\n\nexport function connectToSourcePostgreSqlSyncTaskOutputArrayDeserializer(\n result: Array<ConnectToSourcePostgreSqlSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToSourcePostgreSqlSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to PostgreSQL and source server requirements */\nexport interface ConnectToSourcePostgreSqlSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Version of the source server */\n readonly sourceServerVersion?: string;\n /** List of databases on source server */\n readonly databases?: string[];\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToSourcePostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): ConnectToSourcePostgreSqlSyncTaskOutput {\n return {\n id: item[\"id\"],\n sourceServerVersion: item[\"sourceServerVersion\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates MySQL database connection */\nexport interface ConnectToSourceMySqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToSourceMySqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToSourceNonSqlTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToSource.MySql\";\n}\n\nexport function connectToSourceMySqlTaskPropertiesSerializer(\n item: ConnectToSourceMySqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : connectToSourceMySqlTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToSourceMySqlTaskPropertiesDeserializer(\n item: any,\n): ConnectToSourceMySqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceMySqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToSourceNonSqlTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates MySQL database connection */\nexport interface ConnectToSourceMySqlTaskInput {\n /** Information for connecting to MySQL source */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Target Platform for the migration */\n targetPlatform?: MySqlTargetPlatformType;\n /** Permission group for validations */\n checkPermissionsGroup?: ServerLevelPermissionsGroup;\n /** Flag for whether or not the migration is offline */\n isOfflineMigration?: boolean;\n}\n\nexport function connectToSourceMySqlTaskInputSerializer(item: ConnectToSourceMySqlTaskInput): any {\n return {\n sourceConnectionInfo: mySqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n checkPermissionsGroup: item[\"checkPermissionsGroup\"],\n isOfflineMigration: item[\"isOfflineMigration\"],\n };\n}\n\nexport function connectToSourceMySqlTaskInputDeserializer(\n item: any,\n): ConnectToSourceMySqlTaskInput {\n return {\n sourceConnectionInfo: mySqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n checkPermissionsGroup: item[\"checkPermissionsGroup\"],\n isOfflineMigration: item[\"isOfflineMigration\"],\n };\n}\n\n/** Information for connecting to MySQL server */\nexport interface MySqlConnectionInfo extends ConnectionInfo {\n /** Name of the server */\n serverName: string;\n /** Data source */\n dataSource?: string;\n /** Port for Server */\n port: number;\n /** Whether to encrypt the connection */\n encryptConnection?: boolean;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Additional connection settings */\n additionalSettings?: string;\n /** Type of connection info */\n type: \"MySqlConnectionInfo\";\n}\n\nexport function mySqlConnectionInfoSerializer(item: MySqlConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n serverName: item[\"serverName\"],\n dataSource: item[\"dataSource\"],\n port: item[\"port\"],\n encryptConnection: item[\"encryptConnection\"],\n authentication: item[\"authentication\"],\n additionalSettings: item[\"additionalSettings\"],\n };\n}\n\nexport function mySqlConnectionInfoDeserializer(item: any): MySqlConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n serverName: item[\"serverName\"],\n dataSource: item[\"dataSource\"],\n port: item[\"port\"],\n encryptConnection: item[\"encryptConnection\"],\n authentication: item[\"authentication\"],\n additionalSettings: item[\"additionalSettings\"],\n };\n}\n\n/** An enumeration of possible target types when migrating from MySQL */\nexport enum KnownMySqlTargetPlatformType {\n /** SqlServer */\n SqlServer = \"SqlServer\",\n /** AzureDbForMySQL */\n AzureDbForMySQL = \"AzureDbForMySQL\",\n}\n\n/**\n * An enumeration of possible target types when migrating from MySQL \\\n * {@link KnownMySqlTargetPlatformType} can be used interchangeably with MySqlTargetPlatformType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlServer**: SqlServer \\\n * **AzureDbForMySQL**: AzureDbForMySQL\n */\nexport type MySqlTargetPlatformType = string;\n\nexport function connectToSourceNonSqlTaskOutputArrayDeserializer(\n result: Array<ConnectToSourceNonSqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToSourceNonSqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output for connect to MySQL type source */\nexport interface ConnectToSourceNonSqlTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Server properties */\n readonly serverProperties?: ServerProperties;\n /** List of databases on the server */\n readonly databases?: string[];\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToSourceNonSqlTaskOutputDeserializer(\n item: any,\n): ConnectToSourceNonSqlTaskOutput {\n return {\n id: item[\"id\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n serverProperties: !item[\"serverProperties\"]\n ? item[\"serverProperties\"]\n : serverPropertiesDeserializer(item[\"serverProperties\"]),\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Server properties for MySQL type source */\nexport interface ServerProperties {\n /** Name of the server platform */\n readonly serverPlatform?: string;\n /** Name of the server */\n readonly serverName?: string;\n /** Version of the database server */\n readonly serverVersion?: string;\n /** Edition of the database server */\n readonly serverEdition?: string;\n /** Version of the operating system */\n readonly serverOperatingSystemVersion?: string;\n /** Number of databases in the server */\n readonly serverDatabaseCount?: number;\n}\n\nexport function serverPropertiesDeserializer(item: any): ServerProperties {\n return {\n serverPlatform: item[\"serverPlatform\"],\n serverName: item[\"serverName\"],\n serverVersion: item[\"serverVersion\"],\n serverEdition: item[\"serverEdition\"],\n serverOperatingSystemVersion: item[\"serverOperatingSystemVersion\"],\n serverDatabaseCount: item[\"serverDatabaseCount\"],\n };\n}\n\n/** Properties for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToSourceOracleSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToSourceOracleSyncTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToSource.Oracle.Sync\";\n}\n\nexport function connectToSourceOracleSyncTaskPropertiesSerializer(\n item: ConnectToSourceOracleSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceOracleSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToSourceOracleSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToSourceOracleSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToSourceOracleSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToSourceOracleSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskInput {\n /** Information for connecting to Oracle source */\n sourceConnectionInfo: OracleConnectionInfo;\n}\n\nexport function connectToSourceOracleSyncTaskInputSerializer(\n item: ConnectToSourceOracleSyncTaskInput,\n): any {\n return { sourceConnectionInfo: oracleConnectionInfoSerializer(item[\"sourceConnectionInfo\"]) };\n}\n\nexport function connectToSourceOracleSyncTaskInputDeserializer(\n item: any,\n): ConnectToSourceOracleSyncTaskInput {\n return {\n sourceConnectionInfo: oracleConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n };\n}\n\n/** Information for connecting to Oracle server */\nexport interface OracleConnectionInfo extends ConnectionInfo {\n /** EZConnect or TNSName connection string. */\n dataSource: string;\n /** name of the server */\n serverName?: string;\n /** server version */\n serverVersion?: string;\n /** port for server */\n port?: number;\n /** Authentication type to use for connection */\n authentication?: AuthenticationType;\n /** Type of connection info */\n type: \"OracleConnectionInfo\";\n}\n\nexport function oracleConnectionInfoSerializer(item: OracleConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n dataSource: item[\"dataSource\"],\n serverName: item[\"serverName\"],\n serverVersion: item[\"serverVersion\"],\n port: item[\"port\"],\n authentication: item[\"authentication\"],\n };\n}\n\nexport function oracleConnectionInfoDeserializer(item: any): OracleConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n dataSource: item[\"dataSource\"],\n serverName: item[\"serverName\"],\n serverVersion: item[\"serverVersion\"],\n port: item[\"port\"],\n authentication: item[\"authentication\"],\n };\n}\n\nexport function connectToSourceOracleSyncTaskOutputArrayDeserializer(\n result: Array<ConnectToSourceOracleSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToSourceOracleSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates Oracle database connection */\nexport interface ConnectToSourceOracleSyncTaskOutput {\n /** Version of the source server */\n readonly sourceServerVersion?: string;\n /** List of schemas on source server */\n readonly databases?: string[];\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToSourceOracleSyncTaskOutputDeserializer(\n item: any,\n): ConnectToSourceOracleSyncTaskOutput {\n return {\n sourceServerVersion: item[\"sourceServerVersion\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetSqlDbTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetSqlDbTaskOutput[];\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** Task type. */\n taskType: \"ConnectToTarget.SqlDb\";\n}\n\nexport function connectToTargetSqlDbTaskPropertiesSerializer(\n item: ConnectToTargetSqlDbTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : connectToTargetSqlDbTaskInputSerializer(item[\"input\"]),\n createdOn: item[\"createdOn\"],\n };\n}\n\nexport function connectToTargetSqlDbTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetSqlDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlDbTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetSqlDbTaskOutputArrayDeserializer(item[\"output\"]),\n createdOn: item[\"createdOn\"],\n };\n}\n\n/** Input for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskInput {\n /** Connection information for target SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n /** Boolean flag indicating whether to query object counts for each database on the target server */\n queryObjectCounts?: boolean;\n}\n\nexport function connectToTargetSqlDbTaskInputSerializer(item: ConnectToTargetSqlDbTaskInput): any {\n return {\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n queryObjectCounts: item[\"queryObjectCounts\"],\n };\n}\n\nexport function connectToTargetSqlDbTaskInputDeserializer(\n item: any,\n): ConnectToTargetSqlDbTaskInput {\n return {\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n queryObjectCounts: item[\"queryObjectCounts\"],\n };\n}\n\nexport function connectToTargetSqlDbTaskOutputArrayDeserializer(\n result: Array<ConnectToTargetSqlDbTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetSqlDbTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to SQL DB and target server requirements */\nexport interface ConnectToTargetSqlDbTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Source databases as a map from database name to database id */\n readonly databases?: string;\n /** Version of the target server */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n}\n\nexport function connectToTargetSqlDbTaskOutputDeserializer(\n item: any,\n): ConnectToTargetSqlDbTaskOutput {\n return {\n id: item[\"id\"],\n databases: item[\"databases\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n };\n}\n\n/** Properties for the task that validates connection to SQL DB and target server requirements for online migration */\nexport interface ConnectToTargetSqlSqlDbSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetSqlSqlDbSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetSqlDbTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.SqlDb.Sync\";\n}\n\nexport function connectToTargetSqlSqlDbSyncTaskPropertiesSerializer(\n item: ConnectToTargetSqlSqlDbSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlSqlDbSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetSqlSqlDbSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetSqlSqlDbSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlSqlDbSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetSqlDbTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure SQL DB and target server requirements */\nexport interface ConnectToTargetSqlSqlDbSyncTaskInput {\n /** Connection information for source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for target SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n}\n\nexport function connectToTargetSqlSqlDbSyncTaskInputSerializer(\n item: ConnectToTargetSqlSqlDbSyncTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n };\n}\n\nexport function connectToTargetSqlSqlDbSyncTaskInputDeserializer(\n item: any,\n): ConnectToTargetSqlSqlDbSyncTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n };\n}\n\n/** Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetAzureDbForPostgreSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.AzureDbForPostgreSql.Sync\";\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item: ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetAzureDbForPostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetAzureDbForPostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetAzureDbForPostgreSqlSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskInput {\n /** Connection information for source PostgreSQL server */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for target Azure Database for PostgreSQL server */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskInputSerializer(\n item: ConnectToTargetAzureDbForPostgreSqlSyncTaskInput,\n): any {\n return {\n sourceConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n };\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskInputDeserializer(\n item: any,\n): ConnectToTargetAzureDbForPostgreSqlSyncTaskInput {\n return {\n sourceConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n };\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskOutputArrayDeserializer(\n result: Array<ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetAzureDbForPostgreSqlSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements */\nexport interface ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Version of the target server */\n readonly targetServerVersion?: string;\n /** List of databases on target server */\n readonly databases?: string[];\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToTargetAzureDbForPostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput {\n return {\n id: item[\"id\"],\n targetServerVersion: item[\"targetServerVersion\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates connection to Azure Database For PostgreSQL server and target server requirements for online migration for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\";\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetOracleAzureDbForPostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetOracleAzureDbForPostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput {\n /** Connection information for target Azure Database for PostgreSQL server */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskInputSerializer(\n item: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput,\n): any {\n return { targetConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]) };\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskInputDeserializer(\n item: any,\n): ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput {\n return {\n targetConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n };\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputArrayDeserializer(\n result: Array<ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source. */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput {\n /** Version of the target server */\n readonly targetServerVersion?: string;\n /** List of databases on target server */\n readonly databases?: string[];\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n /** Mapping of schemas per database */\n databaseSchemaMap?: ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem[];\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput {\n return {\n targetServerVersion: item[\"targetServerVersion\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n databaseSchemaMap: !item[\"databaseSchemaMap\"]\n ? item[\"databaseSchemaMap\"]\n : connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItemArrayDeserializer(\n item[\"databaseSchemaMap\"],\n ),\n };\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItemArrayDeserializer(\n result: Array<ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem>,\n): any[] {\n return result.map((item) => {\n return connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItemDeserializer(\n item,\n );\n });\n}\n\n/** model interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem */\nexport interface ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem {\n database?: string;\n schemas?: string[];\n}\n\nexport function connectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItemDeserializer(\n item: any,\n): ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem {\n return {\n database: item[\"database\"],\n schemas: !item[\"schemas\"]\n ? item[\"schemas\"]\n : item[\"schemas\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetUserTablesSqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetUserTablesSqlTaskOutput[];\n /** Task id */\n taskId?: string;\n /** Task type. */\n taskType: \"GetUserTables.Sql\";\n}\n\nexport function getUserTablesSqlTaskPropertiesSerializer(\n item: GetUserTablesSqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesSqlTaskInputSerializer(item[\"input\"]),\n taskId: item[\"taskId\"],\n };\n}\n\nexport function getUserTablesSqlTaskPropertiesDeserializer(\n item: any,\n): GetUserTablesSqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesSqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getUserTablesSqlTaskOutputArrayDeserializer(item[\"output\"]),\n taskId: item[\"taskId\"],\n };\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: SqlConnectionInfo;\n /** List of database names to collect tables for */\n selectedDatabases: string[];\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\nexport function getUserTablesSqlTaskInputSerializer(item: GetUserTablesSqlTaskInput): any {\n return {\n connectionInfo: sqlConnectionInfoSerializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function getUserTablesSqlTaskInputDeserializer(item: any): GetUserTablesSqlTaskInput {\n return {\n connectionInfo: sqlConnectionInfoDeserializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function getUserTablesSqlTaskOutputArrayDeserializer(\n result: Array<GetUserTablesSqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getUserTablesSqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Mapping from database name to list of tables */\n readonly databasesToTables?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getUserTablesSqlTaskOutputDeserializer(item: any): GetUserTablesSqlTaskOutput {\n return {\n id: item[\"id\"],\n databasesToTables: item[\"databasesToTables\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetUserTablesSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetUserTablesSqlSyncTaskOutput[];\n /** Task type. */\n taskType: \"GetUserTables.AzureSqlDb.Sync\";\n}\n\nexport function getUserTablesSqlSyncTaskPropertiesSerializer(\n item: GetUserTablesSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function getUserTablesSqlSyncTaskPropertiesDeserializer(\n item: any,\n): GetUserTablesSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : getUserTablesSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getUserTablesSqlSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskInput {\n /** Connection information for SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for SQL DB */\n targetConnectionInfo: SqlConnectionInfo;\n /** List of source database names to collect tables for */\n selectedSourceDatabases: string[];\n /** List of target database names to collect tables for */\n selectedTargetDatabases: string[];\n}\n\nexport function getUserTablesSqlSyncTaskInputSerializer(item: GetUserTablesSqlSyncTaskInput): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedSourceDatabases: item[\"selectedSourceDatabases\"].map((p: any) => {\n return p;\n }),\n selectedTargetDatabases: item[\"selectedTargetDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesSqlSyncTaskInputDeserializer(\n item: any,\n): GetUserTablesSqlSyncTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedSourceDatabases: item[\"selectedSourceDatabases\"].map((p: any) => {\n return p;\n }),\n selectedTargetDatabases: item[\"selectedTargetDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesSqlSyncTaskOutputArrayDeserializer(\n result: Array<GetUserTablesSqlSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getUserTablesSqlSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesSqlSyncTaskOutput {\n /** Mapping from database name to list of source tables */\n readonly databasesToSourceTables?: string;\n /** Mapping from database name to list of target tables */\n readonly databasesToTargetTables?: string;\n /** Mapping from database name to list of validation errors */\n readonly tableValidationErrors?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getUserTablesSqlSyncTaskOutputDeserializer(\n item: any,\n): GetUserTablesSqlSyncTaskOutput {\n return {\n databasesToSourceTables: item[\"databasesToSourceTables\"],\n databasesToTargetTables: item[\"databasesToTargetTables\"],\n tableValidationErrors: item[\"tableValidationErrors\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that collects user tables for the given list of Oracle schemas */\nexport interface GetUserTablesOracleTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetUserTablesOracleTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetUserTablesOracleTaskOutput[];\n /** Task type. */\n taskType: \"GetUserTablesOracle\";\n}\n\nexport function getUserTablesOracleTaskPropertiesSerializer(\n item: GetUserTablesOracleTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesOracleTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function getUserTablesOracleTaskPropertiesDeserializer(\n item: any,\n): GetUserTablesOracleTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesOracleTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getUserTablesOracleTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that gets the list of tables contained within a provided list of Oracle schemas. */\nexport interface GetUserTablesOracleTaskInput {\n /** Information for connecting to Oracle source */\n connectionInfo: OracleConnectionInfo;\n /** List of Oracle schemas for which to collect tables */\n selectedSchemas: string[];\n}\n\nexport function getUserTablesOracleTaskInputSerializer(item: GetUserTablesOracleTaskInput): any {\n return {\n connectionInfo: oracleConnectionInfoSerializer(item[\"connectionInfo\"]),\n selectedSchemas: item[\"selectedSchemas\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesOracleTaskInputDeserializer(item: any): GetUserTablesOracleTaskInput {\n return {\n connectionInfo: oracleConnectionInfoDeserializer(item[\"connectionInfo\"]),\n selectedSchemas: item[\"selectedSchemas\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesOracleTaskOutputArrayDeserializer(\n result: Array<GetUserTablesOracleTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getUserTablesOracleTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that gets the list of tables contained within a provided list of Oracle schemas. */\nexport interface GetUserTablesOracleTaskOutput {\n /** The schema this result is for */\n readonly schemaName?: string;\n /** List of valid tables found for this schema */\n readonly tables?: DatabaseTable[];\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getUserTablesOracleTaskOutputDeserializer(\n item: any,\n): GetUserTablesOracleTaskOutput {\n return {\n schemaName: item[\"schemaName\"],\n tables: !item[\"tables\"] ? item[\"tables\"] : databaseTableArrayDeserializer(item[\"tables\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\nexport function databaseTableArrayDeserializer(result: Array<DatabaseTable>): any[] {\n return result.map((item) => {\n return databaseTableDeserializer(item);\n });\n}\n\n/** Table properties */\nexport interface DatabaseTable {\n /** Indicates whether table is empty or not */\n readonly hasRows?: boolean;\n /** Schema-qualified name of the table */\n readonly name?: string;\n}\n\nexport function databaseTableDeserializer(item: any): DatabaseTable {\n return {\n hasRows: item[\"hasRows\"],\n name: item[\"name\"],\n };\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesPostgreSqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetUserTablesPostgreSqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetUserTablesPostgreSqlTaskOutput[];\n /** Task type. */\n taskType: \"GetUserTablesPostgreSql\";\n}\n\nexport function getUserTablesPostgreSqlTaskPropertiesSerializer(\n item: GetUserTablesPostgreSqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : getUserTablesPostgreSqlTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function getUserTablesPostgreSqlTaskPropertiesDeserializer(\n item: any,\n): GetUserTablesPostgreSqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : getUserTablesPostgreSqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getUserTablesPostgreSqlTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that gets the list of tables for a provided list of PostgreSQL databases. */\nexport interface GetUserTablesPostgreSqlTaskInput {\n /** Information for connecting to PostgreSQL source */\n connectionInfo: PostgreSqlConnectionInfo;\n /** List of PostgreSQL databases for which to collect tables */\n selectedDatabases: string[];\n}\n\nexport function getUserTablesPostgreSqlTaskInputSerializer(\n item: GetUserTablesPostgreSqlTaskInput,\n): any {\n return {\n connectionInfo: postgreSqlConnectionInfoSerializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesPostgreSqlTaskInputDeserializer(\n item: any,\n): GetUserTablesPostgreSqlTaskInput {\n return {\n connectionInfo: postgreSqlConnectionInfoDeserializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesPostgreSqlTaskOutputArrayDeserializer(\n result: Array<GetUserTablesPostgreSqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getUserTablesPostgreSqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that gets the list of tables for a provided list of PostgreSQL databases. */\nexport interface GetUserTablesPostgreSqlTaskOutput {\n /** The database this result is for */\n readonly databaseName?: string;\n /** List of valid tables found for this database */\n readonly tables?: DatabaseTable[];\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getUserTablesPostgreSqlTaskOutputDeserializer(\n item: any,\n): GetUserTablesPostgreSqlTaskOutput {\n return {\n databaseName: item[\"databaseName\"],\n tables: !item[\"tables\"] ? item[\"tables\"] : databaseTableArrayDeserializer(item[\"tables\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetUserTablesMySqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetUserTablesMySqlTaskOutput[];\n /** Task type. */\n taskType: \"GetUserTablesMySql\";\n}\n\nexport function getUserTablesMySqlTaskPropertiesSerializer(\n item: GetUserTablesMySqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesMySqlTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function getUserTablesMySqlTaskPropertiesDeserializer(\n item: any,\n): GetUserTablesMySqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : getUserTablesMySqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getUserTablesMySqlTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: MySqlConnectionInfo;\n /** List of database names to collect tables for */\n selectedDatabases: string[];\n}\n\nexport function getUserTablesMySqlTaskInputSerializer(item: GetUserTablesMySqlTaskInput): any {\n return {\n connectionInfo: mySqlConnectionInfoSerializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesMySqlTaskInputDeserializer(item: any): GetUserTablesMySqlTaskInput {\n return {\n connectionInfo: mySqlConnectionInfoDeserializer(item[\"connectionInfo\"]),\n selectedDatabases: item[\"selectedDatabases\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function getUserTablesMySqlTaskOutputArrayDeserializer(\n result: Array<GetUserTablesMySqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getUserTablesMySqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output of the task that collects user tables for the given list of databases */\nexport interface GetUserTablesMySqlTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Mapping from database name to list of tables */\n readonly databasesToTables?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getUserTablesMySqlTaskOutputDeserializer(item: any): GetUserTablesMySqlTaskOutput {\n return {\n id: item[\"id\"],\n databasesToTables: item[\"databasesToTables\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates connection to Azure SQL Database Managed Instance */\nexport interface ConnectToTargetSqlMITaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetSqlMITaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetSqlMITaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.AzureSqlDbMI\";\n}\n\nexport function connectToTargetSqlMITaskPropertiesSerializer(\n item: ConnectToTargetSqlMITaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : connectToTargetSqlMITaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetSqlMITaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetSqlMITaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlMITaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetSqlMITaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMITaskInput {\n /** Connection information for target SQL Server */\n targetConnectionInfo: SqlConnectionInfo;\n /** Flag for whether to collect logins from target SQL MI server. */\n collectLogins?: boolean;\n /** Flag for whether to collect agent jobs from target SQL MI server. */\n collectAgentJobs?: boolean;\n /** Flag for whether to validate SSIS catalog is reachable on the target SQL MI server. */\n validateSsisCatalogOnly?: boolean;\n}\n\nexport function connectToTargetSqlMITaskInputSerializer(item: ConnectToTargetSqlMITaskInput): any {\n return {\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n collectLogins: item[\"collectLogins\"],\n collectAgentJobs: item[\"collectAgentJobs\"],\n validateSsisCatalogOnly: item[\"validateSsisCatalogOnly\"],\n };\n}\n\nexport function connectToTargetSqlMITaskInputDeserializer(\n item: any,\n): ConnectToTargetSqlMITaskInput {\n return {\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n collectLogins: item[\"collectLogins\"],\n collectAgentJobs: item[\"collectAgentJobs\"],\n validateSsisCatalogOnly: item[\"validateSsisCatalogOnly\"],\n };\n}\n\nexport function connectToTargetSqlMITaskOutputArrayDeserializer(\n result: Array<ConnectToTargetSqlMITaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetSqlMITaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMITaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** List of logins on the target server. */\n readonly logins?: string[];\n /** List of agent jobs on the target server. */\n readonly agentJobs?: string[];\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToTargetSqlMITaskOutputDeserializer(\n item: any,\n): ConnectToTargetSqlMITaskOutput {\n return {\n id: item[\"id\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n logins: !item[\"logins\"]\n ? item[\"logins\"]\n : item[\"logins\"].map((p: any) => {\n return p;\n }),\n agentJobs: !item[\"agentJobs\"]\n ? item[\"agentJobs\"]\n : item[\"agentJobs\"].map((p: any) => {\n return p;\n }),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates connection to Azure SQL Database Managed Instance */\nexport interface ConnectToTargetSqlMISyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetSqlMISyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetSqlMISyncTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\";\n}\n\nexport function connectToTargetSqlMISyncTaskPropertiesSerializer(\n item: ConnectToTargetSqlMISyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlMISyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetSqlMISyncTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetSqlMISyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetSqlMISyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetSqlMISyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure SQL Database Managed Instance online scenario. */\nexport interface ConnectToTargetSqlMISyncTaskInput {\n /** Connection information for Azure SQL Database Managed Instance */\n targetConnectionInfo: MiSqlConnectionInfo;\n /** Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */\n azureApp: AzureActiveDirectoryApp;\n}\n\nexport function connectToTargetSqlMISyncTaskInputSerializer(\n item: ConnectToTargetSqlMISyncTaskInput,\n): any {\n return {\n targetConnectionInfo: miSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppSerializer(item[\"azureApp\"]),\n };\n}\n\nexport function connectToTargetSqlMISyncTaskInputDeserializer(\n item: any,\n): ConnectToTargetSqlMISyncTaskInput {\n return {\n targetConnectionInfo: miSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppDeserializer(item[\"azureApp\"]),\n };\n}\n\n/** Properties required to create a connection to Azure SQL database Managed instance */\nexport interface MiSqlConnectionInfo extends ConnectionInfo {\n /** Resource id for Azure SQL database Managed instance */\n managedInstanceResourceId: string;\n /** Type of connection info */\n type: \"MiSqlConnectionInfo\";\n}\n\nexport function miSqlConnectionInfoSerializer(item: MiSqlConnectionInfo): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n managedInstanceResourceId: item[\"managedInstanceResourceId\"],\n };\n}\n\nexport function miSqlConnectionInfoDeserializer(item: any): MiSqlConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n managedInstanceResourceId: item[\"managedInstanceResourceId\"],\n };\n}\n\n/** Azure Active Directory Application */\nexport interface AzureActiveDirectoryApp {\n /** Application ID of the Azure Active Directory Application */\n applicationId?: string;\n /** Key used to authenticate to the Azure Active Directory Application */\n appKey?: string;\n /** Tenant id of the customer */\n tenantId?: string;\n /** Ignore checking azure permissions on the AAD app */\n ignoreAzurePermissions?: boolean;\n}\n\nexport function azureActiveDirectoryAppSerializer(item: AzureActiveDirectoryApp): any {\n return {\n applicationId: item[\"applicationId\"],\n appKey: item[\"appKey\"],\n tenantId: item[\"tenantId\"],\n ignoreAzurePermissions: item[\"ignoreAzurePermissions\"],\n };\n}\n\nexport function azureActiveDirectoryAppDeserializer(item: any): AzureActiveDirectoryApp {\n return {\n applicationId: item[\"applicationId\"],\n appKey: item[\"appKey\"],\n tenantId: item[\"tenantId\"],\n ignoreAzurePermissions: item[\"ignoreAzurePermissions\"],\n };\n}\n\nexport function connectToTargetSqlMISyncTaskOutputArrayDeserializer(\n result: Array<ConnectToTargetSqlMISyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetSqlMISyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to Azure SQL Database Managed Instance. */\nexport interface ConnectToTargetSqlMISyncTaskOutput {\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToTargetSqlMISyncTaskOutputDeserializer(\n item: any,\n): ConnectToTargetSqlMISyncTaskOutput {\n return {\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ConnectToTargetAzureDbForMySqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ConnectToTargetAzureDbForMySqlTaskOutput[];\n /** Task type. */\n taskType: \"ConnectToTarget.AzureDbForMySql\";\n}\n\nexport function connectToTargetAzureDbForMySqlTaskPropertiesSerializer(\n item: ConnectToTargetAzureDbForMySqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetAzureDbForMySqlTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function connectToTargetAzureDbForMySqlTaskPropertiesDeserializer(\n item: any,\n): ConnectToTargetAzureDbForMySqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : connectToTargetAzureDbForMySqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : connectToTargetAzureDbForMySqlTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskInput {\n /** Connection information for source MySQL server */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL server */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Flag for whether or not the migration is offline */\n isOfflineMigration?: boolean;\n}\n\nexport function connectToTargetAzureDbForMySqlTaskInputSerializer(\n item: ConnectToTargetAzureDbForMySqlTaskInput,\n): any {\n return {\n sourceConnectionInfo: mySqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n isOfflineMigration: item[\"isOfflineMigration\"],\n };\n}\n\nexport function connectToTargetAzureDbForMySqlTaskInputDeserializer(\n item: any,\n): ConnectToTargetAzureDbForMySqlTaskInput {\n return {\n sourceConnectionInfo: mySqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n isOfflineMigration: item[\"isOfflineMigration\"],\n };\n}\n\nexport function connectToTargetAzureDbForMySqlTaskOutputArrayDeserializer(\n result: Array<ConnectToTargetAzureDbForMySqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return connectToTargetAzureDbForMySqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output for the task that validates connection to Azure Database for MySQL and target server requirements */\nexport interface ConnectToTargetAzureDbForMySqlTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Version of the target server */\n readonly serverVersion?: string;\n /** List of databases on target server */\n readonly databases?: string[];\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Validation errors associated with the task */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function connectToTargetAzureDbForMySqlTaskOutputDeserializer(\n item: any,\n): ConnectToTargetAzureDbForMySqlTaskOutput {\n return {\n id: item[\"id\"],\n serverVersion: item[\"serverVersion\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : item[\"databases\"].map((p: any) => {\n return p;\n }),\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that migrates data between MongoDB data sources */\nexport interface MigrateMongoDbTaskProperties extends ProjectTaskProperties {\n /** Describes how a MongoDB data migration should be performed */\n input?: MongoDbMigrationSettings;\n readonly output?: MongoDbProgressUnion[];\n /** Task type. */\n taskType: \"Migrate.MongoDb\";\n}\n\nexport function migrateMongoDbTaskPropertiesSerializer(item: MigrateMongoDbTaskProperties): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbMigrationSettingsSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateMongoDbTaskPropertiesDeserializer(item: any): MigrateMongoDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : mongoDbMigrationSettingsDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : mongoDbProgressUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Describes how a MongoDB data migration should be performed */\nexport interface MongoDbMigrationSettings {\n /** The RU limit on a CosmosDB target that collections will be temporarily increased to (if lower) during the initial copy of a migration, from 10,000 to 1,000,000, or 0 to use the default boost (which is generally the maximum), or null to not boost the RUs. This setting has no effect on non-CosmosDB targets. */\n boostRUs?: number;\n /** The databases on the source cluster to migrate to the target. The keys are the names of the databases. */\n databases: Record<string, MongoDbDatabaseSettings>;\n /** Describes how changes will be replicated from the source to the target. The default is OneTime. */\n replication?: MongoDbReplication;\n /** Settings used to connect to the source cluster */\n source: MongoDbConnectionInfo;\n /** Settings used to connect to the target cluster */\n target: MongoDbConnectionInfo;\n /** Settings used to limit the resource usage of the migration */\n throttling?: MongoDbThrottlingSettings;\n}\n\nexport function mongoDbMigrationSettingsSerializer(item: MongoDbMigrationSettings): any {\n return {\n boostRUs: item[\"boostRUs\"],\n databases: mongoDbDatabaseSettingsRecordSerializer(item[\"databases\"]),\n replication: item[\"replication\"],\n source: mongoDbConnectionInfoSerializer(item[\"source\"]),\n target: mongoDbConnectionInfoSerializer(item[\"target\"]),\n throttling: !item[\"throttling\"]\n ? item[\"throttling\"]\n : mongoDbThrottlingSettingsSerializer(item[\"throttling\"]),\n };\n}\n\nexport function mongoDbMigrationSettingsDeserializer(item: any): MongoDbMigrationSettings {\n return {\n boostRUs: item[\"boostRUs\"],\n databases: mongoDbDatabaseSettingsRecordDeserializer(item[\"databases\"]),\n replication: item[\"replication\"],\n source: mongoDbConnectionInfoDeserializer(item[\"source\"]),\n target: mongoDbConnectionInfoDeserializer(item[\"target\"]),\n throttling: !item[\"throttling\"]\n ? item[\"throttling\"]\n : mongoDbThrottlingSettingsDeserializer(item[\"throttling\"]),\n };\n}\n\nexport function mongoDbDatabaseSettingsRecordSerializer(\n item: Record<string, MongoDbDatabaseSettings>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbDatabaseSettingsSerializer(item[key]);\n });\n return result;\n}\n\nexport function mongoDbDatabaseSettingsRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MongoDbDatabaseSettings> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbDatabaseSettingsDeserializer(item[key]);\n });\n return result;\n}\n\n/** Describes how an individual MongoDB database should be migrated */\nexport interface MongoDbDatabaseSettings {\n /** The collections on the source database to migrate to the target. The keys are the unqualified names of the collections. */\n collections: Record<string, MongoDbCollectionSettings>;\n /** The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets. */\n targetRUs?: number;\n}\n\nexport function mongoDbDatabaseSettingsSerializer(item: MongoDbDatabaseSettings): any {\n return {\n collections: mongoDbCollectionSettingsRecordSerializer(item[\"collections\"]),\n targetRUs: item[\"targetRUs\"],\n };\n}\n\nexport function mongoDbDatabaseSettingsDeserializer(item: any): MongoDbDatabaseSettings {\n return {\n collections: mongoDbCollectionSettingsRecordDeserializer(item[\"collections\"]),\n targetRUs: item[\"targetRUs\"],\n };\n}\n\nexport function mongoDbCollectionSettingsRecordSerializer(\n item: Record<string, MongoDbCollectionSettings>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbCollectionSettingsSerializer(item[key]);\n });\n return result;\n}\n\nexport function mongoDbCollectionSettingsRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MongoDbCollectionSettings> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbCollectionSettingsDeserializer(item[key]);\n });\n return result;\n}\n\n/** Describes how an individual MongoDB collection should be migrated */\nexport interface MongoDbCollectionSettings {\n /** Whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true. */\n canDelete?: boolean;\n /** Describes a MongoDB shard key */\n shardKey?: MongoDbShardKeySetting;\n /** The RUs that should be configured on a CosmosDB target, or null to use the default. This has no effect on non-CosmosDB targets. */\n targetRUs?: number;\n}\n\nexport function mongoDbCollectionSettingsSerializer(item: MongoDbCollectionSettings): any {\n return {\n canDelete: item[\"canDelete\"],\n shardKey: !item[\"shardKey\"]\n ? item[\"shardKey\"]\n : mongoDbShardKeySettingSerializer(item[\"shardKey\"]),\n targetRUs: item[\"targetRUs\"],\n };\n}\n\nexport function mongoDbCollectionSettingsDeserializer(item: any): MongoDbCollectionSettings {\n return {\n canDelete: item[\"canDelete\"],\n shardKey: !item[\"shardKey\"]\n ? item[\"shardKey\"]\n : mongoDbShardKeySettingDeserializer(item[\"shardKey\"]),\n targetRUs: item[\"targetRUs\"],\n };\n}\n\n/** Describes a MongoDB shard key */\nexport interface MongoDbShardKeySetting {\n /** The fields within the shard key */\n fields: MongoDbShardKeyField[];\n /** Whether the shard key is unique */\n isUnique?: boolean;\n}\n\nexport function mongoDbShardKeySettingSerializer(item: MongoDbShardKeySetting): any {\n return {\n fields: mongoDbShardKeyFieldArraySerializer(item[\"fields\"]),\n isUnique: item[\"isUnique\"],\n };\n}\n\nexport function mongoDbShardKeySettingDeserializer(item: any): MongoDbShardKeySetting {\n return {\n fields: mongoDbShardKeyFieldArrayDeserializer(item[\"fields\"]),\n isUnique: item[\"isUnique\"],\n };\n}\n\n/** Describes how changes will be replicated from the source to the target. The default is OneTime. */\nexport enum KnownMongoDbReplication {\n /** Disabled */\n Disabled = \"Disabled\",\n /** OneTime */\n OneTime = \"OneTime\",\n /** Continuous */\n Continuous = \"Continuous\",\n}\n\n/**\n * Describes how changes will be replicated from the source to the target. The default is OneTime. \\\n * {@link KnownMongoDbReplication} can be used interchangeably with MongoDbReplication,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Disabled \\\n * **OneTime**: OneTime \\\n * **Continuous**: Continuous\n */\nexport type MongoDbReplication = string;\n\n/** Specifies resource limits for the migration */\nexport interface MongoDbThrottlingSettings {\n /** The percentage of CPU time that the migrator will try to avoid using, from 0 to 100 */\n minFreeCpu?: number;\n /** The number of megabytes of RAM that the migrator will try to avoid using */\n minFreeMemoryMb?: number;\n /** The maximum number of work items (e.g. collection copies) that will be processed in parallel */\n maxParallelism?: number;\n}\n\nexport function mongoDbThrottlingSettingsSerializer(item: MongoDbThrottlingSettings): any {\n return {\n minFreeCpu: item[\"minFreeCpu\"],\n minFreeMemoryMb: item[\"minFreeMemoryMb\"],\n maxParallelism: item[\"maxParallelism\"],\n };\n}\n\nexport function mongoDbThrottlingSettingsDeserializer(item: any): MongoDbThrottlingSettings {\n return {\n minFreeCpu: item[\"minFreeCpu\"],\n minFreeMemoryMb: item[\"minFreeMemoryMb\"],\n maxParallelism: item[\"maxParallelism\"],\n };\n}\n\nexport function mongoDbProgressUnionArrayDeserializer(result: Array<MongoDbProgressUnion>): any[] {\n return result.map((item) => {\n return mongoDbProgressUnionDeserializer(item);\n });\n}\n\n/** Base class for MongoDB migration outputs */\nexport interface MongoDbProgress {\n /** The number of document bytes copied during the Copying stage */\n bytesCopied: number;\n /** The number of documents copied during the Copying stage */\n documentsCopied: number;\n /** The elapsed time in the format [ddd.]hh:mm:ss[.fffffff] (i.e. TimeSpan format) */\n elapsedTime: string;\n /** The errors and warnings that have occurred for the current object. The keys are the error codes. */\n errors: Record<string, MongoDbError>;\n /** The number of oplog events awaiting replay */\n eventsPending: number;\n /** The number of oplog events replayed so far */\n eventsReplayed: number;\n /** The timestamp of the last oplog event received, or null if no oplog event has been received yet */\n lastEventTime?: Date;\n /** The timestamp of the last oplog event replayed, or null if no oplog event has been replayed yet */\n lastReplayTime?: Date;\n /** The name of the progress object. For a collection, this is the unqualified collection name. For a database, this is the database name. For the overall migration, this is null. */\n name?: string;\n /** The qualified name of the progress object. For a collection, this is the database-qualified name. For a database, this is the database name. For the overall migration, this is null. */\n qualifiedName?: string;\n /** The type of progress object */\n /** The discriminator possible values: Collection, Database, Migration */\n resultType: MongoDbProgressResultType;\n state: MongoDbMigrationState;\n /** The total number of document bytes on the source at the beginning of the Copying stage, or -1 if the total size was unknown */\n totalBytes: number;\n /** The total number of documents on the source at the beginning of the Copying stage, or -1 if the total count was unknown */\n totalDocuments: number;\n}\n\nexport function mongoDbProgressDeserializer(item: any): MongoDbProgress {\n return {\n bytesCopied: item[\"bytesCopied\"],\n documentsCopied: item[\"documentsCopied\"],\n elapsedTime: item[\"elapsedTime\"],\n errors: mongoDbErrorRecordDeserializer(item[\"errors\"]),\n eventsPending: item[\"eventsPending\"],\n eventsReplayed: item[\"eventsReplayed\"],\n lastEventTime: !item[\"lastEventTime\"] ? item[\"lastEventTime\"] : new Date(item[\"lastEventTime\"]),\n lastReplayTime: !item[\"lastReplayTime\"]\n ? item[\"lastReplayTime\"]\n : new Date(item[\"lastReplayTime\"]),\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n resultType: item[\"resultType\"],\n state: item[\"state\"],\n totalBytes: item[\"totalBytes\"],\n totalDocuments: item[\"totalDocuments\"],\n };\n}\n\n/** Alias for MongoDbProgressUnion */\nexport type MongoDbProgressUnion =\n | MongoDbCollectionProgress\n | MongoDbDatabaseProgress\n | MongoDbMigrationProgress\n | MongoDbProgress;\n\nexport function mongoDbProgressUnionDeserializer(item: any): MongoDbProgressUnion {\n switch (item[\"resultType\"]) {\n case \"Collection\":\n return mongoDbCollectionProgressDeserializer(item as MongoDbCollectionProgress);\n\n case \"Database\":\n return mongoDbDatabaseProgressDeserializer(item as MongoDbDatabaseProgress);\n\n case \"Migration\":\n return mongoDbMigrationProgressDeserializer(item as MongoDbMigrationProgress);\n\n default:\n return mongoDbProgressDeserializer(item);\n }\n}\n\nexport function mongoDbErrorRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MongoDbError> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbErrorDeserializer(item[key]);\n });\n return result;\n}\n\n/** Describes an error or warning that occurred during a MongoDB migration */\nexport interface MongoDbError {\n /** The non-localized, machine-readable code that describes the error or warning */\n code?: string;\n /** The number of times the error or warning has occurred */\n count?: number;\n /** The localized, human-readable message that describes the error or warning */\n message?: string;\n /** The type of error or warning */\n type?: MongoDbErrorType;\n}\n\nexport function mongoDbErrorDeserializer(item: any): MongoDbError {\n return {\n code: item[\"code\"],\n count: item[\"count\"],\n message: item[\"message\"],\n type: item[\"type\"],\n };\n}\n\n/** The type of error or warning */\nexport enum KnownMongoDbErrorType {\n /** Error */\n Error = \"Error\",\n /** ValidationError */\n ValidationError = \"ValidationError\",\n /** Warning */\n Warning = \"Warning\",\n}\n\n/**\n * The type of error or warning \\\n * {@link KnownMongoDbErrorType} can be used interchangeably with MongoDbErrorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error**: Error \\\n * **ValidationError**: ValidationError \\\n * **Warning**: Warning\n */\nexport type MongoDbErrorType = string;\n\n/** The type of progress object */\nexport enum KnownMongoDbProgressResultType {\n /** Migration */\n Migration = \"Migration\",\n /** Database */\n Database = \"Database\",\n /** Collection */\n Collection = \"Collection\",\n}\n\n/**\n * The type of progress object \\\n * {@link KnownMongoDbProgressResultType} can be used interchangeably with MongoDbProgressResultType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Migration**: Migration \\\n * **Database**: Database \\\n * **Collection**: Collection\n */\nexport type MongoDbProgressResultType = string;\n\n/** Known values of {@link MongoDbMigrationState} that the service accepts. */\nexport enum KnownMongoDbMigrationState {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** ValidatingInput */\n ValidatingInput = \"ValidatingInput\",\n /** Initializing */\n Initializing = \"Initializing\",\n /** Restarting */\n Restarting = \"Restarting\",\n /** Copying */\n Copying = \"Copying\",\n /** InitialReplay */\n InitialReplay = \"InitialReplay\",\n /** Replaying */\n Replaying = \"Replaying\",\n /** Finalizing */\n Finalizing = \"Finalizing\",\n /** Complete */\n Complete = \"Complete\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/** Type of MongoDbMigrationState */\nexport type MongoDbMigrationState = string;\n\n/** Describes the progress of a collection */\nexport interface MongoDbCollectionProgress extends MongoDbProgress {\n /** The type of progress object */\n resultType: \"Collection\";\n}\n\nexport function mongoDbCollectionProgressDeserializer(item: any): MongoDbCollectionProgress {\n return {\n bytesCopied: item[\"bytesCopied\"],\n documentsCopied: item[\"documentsCopied\"],\n elapsedTime: item[\"elapsedTime\"],\n errors: mongoDbErrorRecordDeserializer(item[\"errors\"]),\n eventsPending: item[\"eventsPending\"],\n eventsReplayed: item[\"eventsReplayed\"],\n lastEventTime: !item[\"lastEventTime\"] ? item[\"lastEventTime\"] : new Date(item[\"lastEventTime\"]),\n lastReplayTime: !item[\"lastReplayTime\"]\n ? item[\"lastReplayTime\"]\n : new Date(item[\"lastReplayTime\"]),\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n resultType: item[\"resultType\"],\n state: item[\"state\"],\n totalBytes: item[\"totalBytes\"],\n totalDocuments: item[\"totalDocuments\"],\n };\n}\n\n/** Describes the progress of a database */\nexport interface MongoDbDatabaseProgress extends MongoDbProgress {\n /** The progress of the collections in the database. The keys are the unqualified names of the collections */\n collections?: Record<string, MongoDbCollectionProgress>;\n /** The type of progress object */\n resultType: \"Database\";\n}\n\nexport function mongoDbDatabaseProgressDeserializer(item: any): MongoDbDatabaseProgress {\n return {\n bytesCopied: item[\"bytesCopied\"],\n documentsCopied: item[\"documentsCopied\"],\n elapsedTime: item[\"elapsedTime\"],\n errors: mongoDbErrorRecordDeserializer(item[\"errors\"]),\n eventsPending: item[\"eventsPending\"],\n eventsReplayed: item[\"eventsReplayed\"],\n lastEventTime: !item[\"lastEventTime\"] ? item[\"lastEventTime\"] : new Date(item[\"lastEventTime\"]),\n lastReplayTime: !item[\"lastReplayTime\"]\n ? item[\"lastReplayTime\"]\n : new Date(item[\"lastReplayTime\"]),\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n resultType: item[\"resultType\"],\n state: item[\"state\"],\n totalBytes: item[\"totalBytes\"],\n totalDocuments: item[\"totalDocuments\"],\n collections: !item[\"collections\"]\n ? item[\"collections\"]\n : mongoDbCollectionProgressRecordDeserializer(item[\"collections\"]),\n };\n}\n\nexport function mongoDbCollectionProgressRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MongoDbCollectionProgress> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbCollectionProgressDeserializer(item[key]);\n });\n return result;\n}\n\n/** Describes the progress of the overall migration */\nexport interface MongoDbMigrationProgress extends MongoDbProgress {\n /** The progress of the databases in the migration. The keys are the names of the databases */\n databases?: Record<string, MongoDbDatabaseProgress>;\n /** The type of progress object */\n resultType: \"Migration\";\n}\n\nexport function mongoDbMigrationProgressDeserializer(item: any): MongoDbMigrationProgress {\n return {\n bytesCopied: item[\"bytesCopied\"],\n documentsCopied: item[\"documentsCopied\"],\n elapsedTime: item[\"elapsedTime\"],\n errors: mongoDbErrorRecordDeserializer(item[\"errors\"]),\n eventsPending: item[\"eventsPending\"],\n eventsReplayed: item[\"eventsReplayed\"],\n lastEventTime: !item[\"lastEventTime\"] ? item[\"lastEventTime\"] : new Date(item[\"lastEventTime\"]),\n lastReplayTime: !item[\"lastReplayTime\"]\n ? item[\"lastReplayTime\"]\n : new Date(item[\"lastReplayTime\"]),\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n resultType: item[\"resultType\"],\n state: item[\"state\"],\n totalBytes: item[\"totalBytes\"],\n totalDocuments: item[\"totalDocuments\"],\n databases: !item[\"databases\"]\n ? item[\"databases\"]\n : mongoDbDatabaseProgressRecordDeserializer(item[\"databases\"]),\n };\n}\n\nexport function mongoDbDatabaseProgressRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MongoDbDatabaseProgress> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : mongoDbDatabaseProgressDeserializer(item[key]);\n });\n return result;\n}\n\n/** Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance */\nexport interface MigrateSqlServerSqlMITaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSqlServerSqlMITaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSqlServerSqlMITaskOutputUnion[];\n /** task id */\n taskId?: string;\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** parent task id */\n parentTaskId?: string;\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n /** Task type. */\n taskType: \"Migrate.SqlServer.AzureSqlDbMI\";\n}\n\nexport function migrateSqlServerSqlMITaskPropertiesSerializer(\n item: MigrateSqlServerSqlMITaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : migrateSqlServerSqlMITaskInputSerializer(item[\"input\"]),\n taskId: item[\"taskId\"],\n createdOn: item[\"createdOn\"],\n parentTaskId: item[\"parentTaskId\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\nexport function migrateSqlServerSqlMITaskPropertiesDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlMITaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSqlServerSqlMITaskOutputUnionArrayDeserializer(item[\"output\"]),\n taskId: item[\"taskId\"],\n createdOn: item[\"createdOn\"],\n parentTaskId: item[\"parentTaskId\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSqlServerSqlMITaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Date and time relative to UTC when the migration was started on */\n startedOn?: string;\n /** Logins to migrate. */\n selectedLogins?: string[];\n /** Agent Jobs to migrate. */\n selectedAgentJobs?: string[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** SAS URI of Azure Storage Account Container to be used for storing backup files. */\n backupBlobShare: BlobShare;\n /** Backup Mode to specify whether to use existing backup or create new backup. If using existing backups, backup file paths are required to be provided in selectedDatabases. */\n backupMode?: BackupMode;\n /** Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected */\n aadDomainName?: string;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\nexport function migrateSqlServerSqlMITaskInputSerializer(\n item: MigrateSqlServerSqlMITaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n startedOn: item[\"startedOn\"],\n selectedLogins: !item[\"selectedLogins\"]\n ? item[\"selectedLogins\"]\n : item[\"selectedLogins\"].map((p: any) => {\n return p;\n }),\n selectedAgentJobs: !item[\"selectedAgentJobs\"]\n ? item[\"selectedAgentJobs\"]\n : item[\"selectedAgentJobs\"].map((p: any) => {\n return p;\n }),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n backupBlobShare: blobShareSerializer(item[\"backupBlobShare\"]),\n backupMode: item[\"backupMode\"],\n aadDomainName: item[\"aadDomainName\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateSqlServerSqlMITaskInputDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n startedOn: item[\"startedOn\"],\n selectedLogins: !item[\"selectedLogins\"]\n ? item[\"selectedLogins\"]\n : item[\"selectedLogins\"].map((p: any) => {\n return p;\n }),\n selectedAgentJobs: !item[\"selectedAgentJobs\"]\n ? item[\"selectedAgentJobs\"]\n : item[\"selectedAgentJobs\"].map((p: any) => {\n return p;\n }),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n backupBlobShare: blobShareDeserializer(item[\"backupBlobShare\"]),\n backupMode: item[\"backupMode\"],\n aadDomainName: item[\"aadDomainName\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateSqlServerSqlMIDatabaseInputArraySerializer(\n result: Array<MigrateSqlServerSqlMIDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlMIDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n result: Array<MigrateSqlServerSqlMIDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlMIDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs */\nexport interface MigrateSqlServerSqlMIDatabaseInput {\n /** Name of the database */\n name: string;\n /** Name of the database at destination */\n restoreDatabaseName: string;\n /** Backup file share information for backing up this database. */\n backupFileShare?: FileShare;\n /** The list of backup files to be used in case of existing backups. */\n backupFilePaths?: string[];\n /** id of the database */\n id?: string;\n}\n\nexport function migrateSqlServerSqlMIDatabaseInputSerializer(\n item: MigrateSqlServerSqlMIDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n restoreDatabaseName: item[\"restoreDatabaseName\"],\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n backupFilePaths: !item[\"backupFilePaths\"]\n ? item[\"backupFilePaths\"]\n : item[\"backupFilePaths\"].map((p: any) => {\n return p;\n }),\n id: item[\"id\"],\n };\n}\n\nexport function migrateSqlServerSqlMIDatabaseInputDeserializer(\n item: any,\n): MigrateSqlServerSqlMIDatabaseInput {\n return {\n name: item[\"name\"],\n restoreDatabaseName: item[\"restoreDatabaseName\"],\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n backupFilePaths: !item[\"backupFilePaths\"]\n ? item[\"backupFilePaths\"]\n : item[\"backupFilePaths\"].map((p: any) => {\n return p;\n }),\n id: item[\"id\"],\n };\n}\n\n/** Blob container storage information. */\nexport interface BlobShare {\n /** SAS URI of Azure Storage Account Container. */\n sasUri?: string;\n}\n\nexport function blobShareSerializer(item: BlobShare): any {\n return { sasUri: item[\"sasUri\"] };\n}\n\nexport function blobShareDeserializer(item: any): BlobShare {\n return {\n sasUri: item[\"sasUri\"],\n };\n}\n\n/** An enumeration of backup modes */\nexport enum KnownBackupMode {\n /** CreateBackup */\n CreateBackup = \"CreateBackup\",\n /** ExistingBackup */\n ExistingBackup = \"ExistingBackup\",\n}\n\n/**\n * An enumeration of backup modes \\\n * {@link KnownBackupMode} can be used interchangeably with BackupMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateBackup**: CreateBackup \\\n * **ExistingBackup**: ExistingBackup\n */\nexport type BackupMode = string;\n\nexport function migrateSqlServerSqlMITaskOutputUnionArrayDeserializer(\n result: Array<MigrateSqlServerSqlMITaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlMITaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSqlServerSqlMITaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, AgentJobLevelOutput, LoginLevelOutput, ErrorOutput */\n resultType: string;\n}\n\nexport function migrateSqlServerSqlMITaskOutputDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSqlServerSqlMITaskOutputUnion */\nexport type MigrateSqlServerSqlMITaskOutputUnion =\n | MigrateSqlServerSqlMITaskOutputMigrationLevel\n | MigrateSqlServerSqlMITaskOutputDatabaseLevel\n | MigrateSqlServerSqlMITaskOutputAgentJobLevel\n | MigrateSqlServerSqlMITaskOutputLoginLevel\n | MigrateSqlServerSqlMITaskOutputError\n | MigrateSqlServerSqlMITaskOutput;\n\nexport function migrateSqlServerSqlMITaskOutputUnionDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSqlServerSqlMITaskOutputMigrationLevelDeserializer(\n item as MigrateSqlServerSqlMITaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateSqlServerSqlMITaskOutputDatabaseLevelDeserializer(\n item as MigrateSqlServerSqlMITaskOutputDatabaseLevel,\n );\n\n case \"AgentJobLevelOutput\":\n return migrateSqlServerSqlMITaskOutputAgentJobLevelDeserializer(\n item as MigrateSqlServerSqlMITaskOutputAgentJobLevel,\n );\n\n case \"LoginLevelOutput\":\n return migrateSqlServerSqlMITaskOutputLoginLevelDeserializer(\n item as MigrateSqlServerSqlMITaskOutputLoginLevel,\n );\n\n case \"ErrorOutput\":\n return migrateSqlServerSqlMITaskOutputErrorDeserializer(\n item as MigrateSqlServerSqlMITaskOutputError,\n );\n\n default:\n return migrateSqlServerSqlMITaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSqlServerSqlMITaskOutputMigrationLevel */\nexport interface MigrateSqlServerSqlMITaskOutputMigrationLevel extends MigrateSqlServerSqlMITaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current status of migration */\n readonly status?: MigrationStatus;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Selected agent jobs as a map from name to id */\n readonly agentJobs?: string;\n /** Selected logins as a map from name to id */\n readonly logins?: string;\n /** Migration progress message */\n readonly message?: string;\n /** Map of server role migration results. */\n readonly serverRoleResults?: string;\n /** List of orphaned users. */\n readonly orphanedUsersInfo?: OrphanedUserInfo[];\n /** Selected databases as a map from database name to database id */\n readonly databases?: string;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMITaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n status: item[\"status\"],\n state: item[\"state\"],\n agentJobs: item[\"agentJobs\"],\n logins: item[\"logins\"],\n message: item[\"message\"],\n serverRoleResults: item[\"serverRoleResults\"],\n orphanedUsersInfo: !item[\"orphanedUsersInfo\"]\n ? item[\"orphanedUsersInfo\"]\n : orphanedUserInfoArrayDeserializer(item[\"orphanedUsersInfo\"]),\n databases: item[\"databases\"],\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Current status of migration */\nexport enum KnownMigrationStatus {\n /** Default */\n Default = \"Default\",\n /** Connecting */\n Connecting = \"Connecting\",\n /** SourceAndTargetSelected */\n SourceAndTargetSelected = \"SourceAndTargetSelected\",\n /** SelectLogins */\n SelectLogins = \"SelectLogins\",\n /** Configured */\n Configured = \"Configured\",\n /** Running */\n Running = \"Running\",\n /** Error */\n Error = \"Error\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n}\n\n/**\n * Current status of migration \\\n * {@link KnownMigrationStatus} can be used interchangeably with MigrationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default \\\n * **Connecting**: Connecting \\\n * **SourceAndTargetSelected**: SourceAndTargetSelected \\\n * **SelectLogins**: SelectLogins \\\n * **Configured**: Configured \\\n * **Running**: Running \\\n * **Error**: Error \\\n * **Stopped**: Stopped \\\n * **Completed**: Completed \\\n * **CompletedWithWarnings**: CompletedWithWarnings\n */\nexport type MigrationStatus = string;\n\nexport function orphanedUserInfoArrayDeserializer(result: Array<OrphanedUserInfo>): any[] {\n return result.map((item) => {\n return orphanedUserInfoDeserializer(item);\n });\n}\n\n/** Information of orphaned users on the SQL server database. */\nexport interface OrphanedUserInfo {\n /** Name of the orphaned user */\n name?: string;\n /** Parent database of the user */\n databaseName?: string;\n}\n\nexport function orphanedUserInfoDeserializer(item: any): OrphanedUserInfo {\n return {\n name: item[\"name\"],\n databaseName: item[\"databaseName\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlMITaskOutputDatabaseLevel */\nexport interface MigrateSqlServerSqlMITaskOutputDatabaseLevel extends MigrateSqlServerSqlMITaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Size of the database in megabytes */\n readonly sizeMB?: number;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Current stage of migration */\n readonly stage?: DatabaseMigrationStage;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration progress message */\n readonly message?: string;\n /** Migration exceptions and warnings */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMITaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n sizeMB: item[\"sizeMB\"],\n state: item[\"state\"],\n stage: item[\"stage\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n message: item[\"message\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Current stage of migration */\nexport enum KnownDatabaseMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** Backup */\n Backup = \"Backup\",\n /** FileCopy */\n FileCopy = \"FileCopy\",\n /** Restore */\n Restore = \"Restore\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Current stage of migration \\\n * {@link KnownDatabaseMigrationStage} can be used interchangeably with DatabaseMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **Initialize**: Initialize \\\n * **Backup**: Backup \\\n * **FileCopy**: FileCopy \\\n * **Restore**: Restore \\\n * **Completed**: Completed\n */\nexport type DatabaseMigrationStage = string;\n\n/** model interface MigrateSqlServerSqlMITaskOutputAgentJobLevel */\nexport interface MigrateSqlServerSqlMITaskOutputAgentJobLevel extends MigrateSqlServerSqlMITaskOutput {\n /** Agent Job name. */\n readonly name?: string;\n /** The state of the original Agent Job. */\n readonly isEnabled?: boolean;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration progress message */\n readonly message?: string;\n /** Migration errors and warnings per job */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"AgentJobLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMITaskOutputAgentJobLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputAgentJobLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n name: item[\"name\"],\n isEnabled: item[\"isEnabled\"],\n state: item[\"state\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n message: item[\"message\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** model interface MigrateSqlServerSqlMITaskOutputLoginLevel */\nexport interface MigrateSqlServerSqlMITaskOutputLoginLevel extends MigrateSqlServerSqlMITaskOutput {\n /** Login name. */\n readonly loginName?: string;\n /** Current state of login */\n readonly state?: MigrationState;\n /** Current stage of login */\n readonly stage?: LoginMigrationStage;\n /** Login migration start time */\n readonly startedOn?: Date;\n /** Login migration end time */\n readonly endedOn?: Date;\n /** Login migration progress message */\n readonly message?: string;\n /** Login migration errors and warnings per login */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"LoginLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMITaskOutputLoginLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputLoginLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n loginName: item[\"loginName\"],\n state: item[\"state\"],\n stage: item[\"stage\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n message: item[\"message\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Enum of the different stage of login migration. */\nexport enum KnownLoginMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** LoginMigration */\n LoginMigration = \"LoginMigration\",\n /** EstablishUserMapping */\n EstablishUserMapping = \"EstablishUserMapping\",\n /** AssignRoleMembership */\n AssignRoleMembership = \"AssignRoleMembership\",\n /** AssignRoleOwnership */\n AssignRoleOwnership = \"AssignRoleOwnership\",\n /** EstablishServerPermissions */\n EstablishServerPermissions = \"EstablishServerPermissions\",\n /** EstablishObjectPermissions */\n EstablishObjectPermissions = \"EstablishObjectPermissions\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Enum of the different stage of login migration. \\\n * {@link KnownLoginMigrationStage} can be used interchangeably with LoginMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **Initialize**: Initialize \\\n * **LoginMigration**: LoginMigration \\\n * **EstablishUserMapping**: EstablishUserMapping \\\n * **AssignRoleMembership**: AssignRoleMembership \\\n * **AssignRoleOwnership**: AssignRoleOwnership \\\n * **EstablishServerPermissions**: EstablishServerPermissions \\\n * **EstablishObjectPermissions**: EstablishObjectPermissions \\\n * **Completed**: Completed\n */\nexport type LoginMigrationStage = string;\n\n/** model interface MigrateSqlServerSqlMITaskOutputError */\nexport interface MigrateSqlServerSqlMITaskOutputError extends MigrateSqlServerSqlMITaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateSqlServerSqlMITaskOutputErrorDeserializer(\n item: any,\n): MigrateSqlServerSqlMITaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance sync scenario */\nexport interface MigrateSqlServerSqlMISyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSqlServerSqlMISyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSqlServerSqlMISyncTaskOutputUnion[];\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** Task type. */\n taskType: \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\";\n}\n\nexport function migrateSqlServerSqlMISyncTaskPropertiesSerializer(\n item: MigrateSqlServerSqlMISyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlMISyncTaskInputSerializer(item[\"input\"]),\n createdOn: item[\"createdOn\"],\n };\n}\n\nexport function migrateSqlServerSqlMISyncTaskPropertiesDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlMISyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSqlServerSqlMISyncTaskOutputUnionArrayDeserializer(item[\"output\"]),\n createdOn: item[\"createdOn\"],\n };\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface MigrateSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {\n /** Number of database migrations to start in parallel */\n numberOfParallelDatabaseMigrations?: number;\n}\n\nexport function migrateSqlServerSqlMISyncTaskInputSerializer(\n item: MigrateSqlServerSqlMISyncTaskInput,\n): any {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppSerializer(item[\"azureApp\"]),\n numberOfParallelDatabaseMigrations: item[\"numberOfParallelDatabaseMigrations\"],\n };\n}\n\nexport function migrateSqlServerSqlMISyncTaskInputDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskInput {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppDeserializer(item[\"azureApp\"]),\n numberOfParallelDatabaseMigrations: item[\"numberOfParallelDatabaseMigrations\"],\n };\n}\n\nexport function migrateSqlServerSqlMISyncTaskOutputUnionArrayDeserializer(\n result: Array<MigrateSqlServerSqlMISyncTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlMISyncTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for task that migrates SQL Server databases to Azure SQL Database Managed Instance using Log Replay Service. */\nexport interface MigrateSqlServerSqlMISyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, ErrorOutput */\n resultType: string;\n}\n\nexport function migrateSqlServerSqlMISyncTaskOutputDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSqlServerSqlMISyncTaskOutputUnion */\nexport type MigrateSqlServerSqlMISyncTaskOutputUnion =\n | MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\n | MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\n | MigrateSqlServerSqlMISyncTaskOutputError\n | MigrateSqlServerSqlMISyncTaskOutput;\n\nexport function migrateSqlServerSqlMISyncTaskOutputUnionDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSqlServerSqlMISyncTaskOutputMigrationLevelDeserializer(\n item as MigrateSqlServerSqlMISyncTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateSqlServerSqlMISyncTaskOutputDatabaseLevelDeserializer(\n item as MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel,\n );\n\n case \"ErrorOutput\":\n return migrateSqlServerSqlMISyncTaskOutputErrorDeserializer(\n item as MigrateSqlServerSqlMISyncTaskOutputError,\n );\n\n default:\n return migrateSqlServerSqlMISyncTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSqlServerSqlMISyncTaskOutputMigrationLevel */\nexport interface MigrateSqlServerSqlMISyncTaskOutputMigrationLevel extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Count of databases */\n readonly databaseCount?: number;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server name */\n readonly sourceServerName?: string;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server name */\n readonly targetServerName?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Number of database level errors */\n readonly databaseErrorCount?: number;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMISyncTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseCount: item[\"databaseCount\"],\n state: item[\"state\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerName: item[\"sourceServerName\"],\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerName: item[\"targetServerName\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n databaseErrorCount: item[\"databaseErrorCount\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel */\nexport interface MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Name of the database */\n readonly sourceDatabaseName?: string;\n /** Current state of database */\n readonly migrationState?: DatabaseMigrationState;\n /** Database migration start time */\n readonly startedOn?: Date;\n /** Database migration end time */\n readonly endedOn?: Date;\n /** Details of full backup set */\n readonly fullBackupSetInfo?: BackupSetInfo;\n /** Last applied backup set information */\n readonly lastRestoredBackupSetInfo?: BackupSetInfo;\n /** Backup sets that are currently active (Either being uploaded or getting restored) */\n readonly activeBackupSets?: BackupSetInfo[];\n /** Name of container created in the Azure Storage account where backups are copied to */\n readonly containerName?: string;\n /** prefix string to use for querying errors for this database */\n readonly errorPrefix?: string;\n /** Whether full backup has been applied to the target database or not */\n readonly isFullBackupRestored?: boolean;\n /** Migration exceptions and warnings */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateSqlServerSqlMISyncTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n migrationState: item[\"migrationState\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n fullBackupSetInfo: !item[\"fullBackupSetInfo\"]\n ? item[\"fullBackupSetInfo\"]\n : backupSetInfoDeserializer(item[\"fullBackupSetInfo\"]),\n lastRestoredBackupSetInfo: !item[\"lastRestoredBackupSetInfo\"]\n ? item[\"lastRestoredBackupSetInfo\"]\n : backupSetInfoDeserializer(item[\"lastRestoredBackupSetInfo\"]),\n activeBackupSets: !item[\"activeBackupSets\"]\n ? item[\"activeBackupSets\"]\n : backupSetInfoArrayDeserializer(item[\"activeBackupSets\"]),\n containerName: item[\"containerName\"],\n errorPrefix: item[\"errorPrefix\"],\n isFullBackupRestored: item[\"isFullBackupRestored\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Database level migration state. */\nexport enum KnownDatabaseMigrationState {\n /** UNDEFINED */\n Undefined = \"UNDEFINED\",\n /** INITIAL */\n Initial = \"INITIAL\",\n /** FULL_BACKUP_UPLOAD_START */\n FullBackupUploadStart = \"FULL_BACKUP_UPLOAD_START\",\n /** LOG_SHIPPING_START */\n LOGShippingStart = \"LOG_SHIPPING_START\",\n /** UPLOAD_LOG_FILES_START */\n UploadLOGFilesStart = \"UPLOAD_LOG_FILES_START\",\n /** CUTOVER_START */\n CutoverStart = \"CUTOVER_START\",\n /** POST_CUTOVER_COMPLETE */\n PostCutoverComplete = \"POST_CUTOVER_COMPLETE\",\n /** COMPLETED */\n Completed = \"COMPLETED\",\n /** CANCELLED */\n Cancelled = \"CANCELLED\",\n /** FAILED */\n Failed = \"FAILED\",\n}\n\n/**\n * Database level migration state. \\\n * {@link KnownDatabaseMigrationState} can be used interchangeably with DatabaseMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED**: UNDEFINED \\\n * **INITIAL**: INITIAL \\\n * **FULL_BACKUP_UPLOAD_START**: FULL_BACKUP_UPLOAD_START \\\n * **LOG_SHIPPING_START**: LOG_SHIPPING_START \\\n * **UPLOAD_LOG_FILES_START**: UPLOAD_LOG_FILES_START \\\n * **CUTOVER_START**: CUTOVER_START \\\n * **POST_CUTOVER_COMPLETE**: POST_CUTOVER_COMPLETE \\\n * **COMPLETED**: COMPLETED \\\n * **CANCELLED**: CANCELLED \\\n * **FAILED**: FAILED\n */\nexport type DatabaseMigrationState = string;\n\n/** Information of backup set */\nexport interface BackupSetInfo {\n /** Id for the set of backup files */\n backupSetId?: string;\n /** First log sequence number of the backup file */\n firstLsn?: string;\n /** Last log sequence number of the backup file */\n lastLsn?: string;\n /** Last modified time of the backup file in share location */\n lastModifiedTime?: Date;\n /** Enum of the different backup types */\n backupType?: BackupType;\n /** List of files in the backup set */\n listOfBackupFiles?: BackupFileInfo[];\n /** Name of the database to which the backup set belongs */\n databaseName?: string;\n /** Date and time that the backup operation began */\n backupStartDate?: Date;\n /** Date and time that the backup operation finished */\n backupFinishedDate?: Date;\n /** Whether the backup set is restored or not */\n isBackupRestored?: boolean;\n}\n\nexport function backupSetInfoDeserializer(item: any): BackupSetInfo {\n return {\n backupSetId: item[\"backupSetId\"],\n firstLsn: item[\"firstLsn\"],\n lastLsn: item[\"lastLsn\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n backupType: item[\"backupType\"],\n listOfBackupFiles: !item[\"listOfBackupFiles\"]\n ? item[\"listOfBackupFiles\"]\n : backupFileInfoArrayDeserializer(item[\"listOfBackupFiles\"]),\n databaseName: item[\"databaseName\"],\n backupStartDate: !item[\"backupStartDate\"]\n ? item[\"backupStartDate\"]\n : new Date(item[\"backupStartDate\"]),\n backupFinishedDate: !item[\"backupFinishedDate\"]\n ? item[\"backupFinishedDate\"]\n : new Date(item[\"backupFinishedDate\"]),\n isBackupRestored: item[\"isBackupRestored\"],\n };\n}\n\n/** Enum of the different backup types. */\nexport enum KnownBackupType {\n /** Database */\n Database = \"Database\",\n /** TransactionLog */\n TransactionLog = \"TransactionLog\",\n /** File */\n File = \"File\",\n /** DifferentialDatabase */\n DifferentialDatabase = \"DifferentialDatabase\",\n /** DifferentialFile */\n DifferentialFile = \"DifferentialFile\",\n /** Partial */\n Partial = \"Partial\",\n /** DifferentialPartial */\n DifferentialPartial = \"DifferentialPartial\",\n}\n\n/**\n * Enum of the different backup types. \\\n * {@link KnownBackupType} can be used interchangeably with BackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Database**: Database \\\n * **TransactionLog**: TransactionLog \\\n * **File**: File \\\n * **DifferentialDatabase**: DifferentialDatabase \\\n * **DifferentialFile**: DifferentialFile \\\n * **Partial**: Partial \\\n * **DifferentialPartial**: DifferentialPartial\n */\nexport type BackupType = string;\n\nexport function backupFileInfoArrayDeserializer(result: Array<BackupFileInfo>): any[] {\n return result.map((item) => {\n return backupFileInfoDeserializer(item);\n });\n}\n\n/** Information of the backup file */\nexport interface BackupFileInfo {\n /** Location of the backup file in shared folder */\n fileLocation?: string;\n /** Sequence number of the backup file in the backup set */\n familySequenceNumber?: number;\n /** Status of the backup file during migration */\n status?: BackupFileStatus;\n}\n\nexport function backupFileInfoDeserializer(item: any): BackupFileInfo {\n return {\n fileLocation: item[\"fileLocation\"],\n familySequenceNumber: item[\"familySequenceNumber\"],\n status: item[\"status\"],\n };\n}\n\n/** An enumeration of Status of the log backup file. */\nexport enum KnownBackupFileStatus {\n /** Arrived */\n Arrived = \"Arrived\",\n /** Queued */\n Queued = \"Queued\",\n /** Uploading */\n Uploading = \"Uploading\",\n /** Uploaded */\n Uploaded = \"Uploaded\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Restored */\n Restored = \"Restored\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n}\n\n/**\n * An enumeration of Status of the log backup file. \\\n * {@link KnownBackupFileStatus} can be used interchangeably with BackupFileStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Arrived**: Arrived \\\n * **Queued**: Queued \\\n * **Uploading**: Uploading \\\n * **Uploaded**: Uploaded \\\n * **Restoring**: Restoring \\\n * **Restored**: Restored \\\n * **Cancelled**: Cancelled\n */\nexport type BackupFileStatus = string;\n\nexport function backupSetInfoArrayDeserializer(result: Array<BackupSetInfo>): any[] {\n return result.map((item) => {\n return backupSetInfoDeserializer(item);\n });\n}\n\n/** model interface MigrateSqlServerSqlMISyncTaskOutputError */\nexport interface MigrateSqlServerSqlMISyncTaskOutputError extends MigrateSqlServerSqlMISyncTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateSqlServerSqlMISyncTaskOutputErrorDeserializer(\n item: any,\n): MigrateSqlServerSqlMISyncTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSqlServerSqlDbTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSqlServerSqlDbTaskOutputUnion[];\n /** task id */\n taskId?: string;\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** Task type. */\n taskType: \"Migrate.SqlServer.SqlDb\";\n}\n\nexport function migrateSqlServerSqlDbTaskPropertiesSerializer(\n item: MigrateSqlServerSqlDbTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : migrateSqlServerSqlDbTaskInputSerializer(item[\"input\"]),\n taskId: item[\"taskId\"],\n isCloneable: item[\"isCloneable\"],\n createdOn: item[\"createdOn\"],\n };\n}\n\nexport function migrateSqlServerSqlDbTaskPropertiesDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlDbTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSqlServerSqlDbTaskOutputUnionArrayDeserializer(item[\"output\"]),\n taskId: item[\"taskId\"],\n isCloneable: item[\"isCloneable\"],\n createdOn: item[\"createdOn\"],\n };\n}\n\n/** Input for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbDatabaseInput[];\n /**\n * Options for enabling various post migration validations. Available options,\n * 1.) Data Integrity Check: Performs a checksum based comparison on source and target tables after the migration to ensure the correctness of the data.\n * 2.) Schema Validation: Performs a thorough schema comparison between the source and target tables and provides a list of differences between the source and target database, 3.) Query Analysis: Executes a set of queries picked up automatically either from the Query Plan Cache or Query Store and execute them and compares the execution time between the source and target database.\n */\n validationOptions?: MigrationValidationOptions;\n /** Date and time relative to UTC when the migration was started on */\n startedOn?: string;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\nexport function migrateSqlServerSqlDbTaskInputSerializer(\n item: MigrateSqlServerSqlDbTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n validationOptions: !item[\"validationOptions\"]\n ? item[\"validationOptions\"]\n : migrationValidationOptionsSerializer(item[\"validationOptions\"]),\n startedOn: item[\"startedOn\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateSqlServerSqlDbTaskInputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n validationOptions: !item[\"validationOptions\"]\n ? item[\"validationOptions\"]\n : migrationValidationOptionsDeserializer(item[\"validationOptions\"]),\n startedOn: item[\"startedOn\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateSqlServerSqlDbDatabaseInputArraySerializer(\n result: Array<MigrateSqlServerSqlDbDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateSqlServerSqlDbDatabaseInputArrayDeserializer(\n result: Array<MigrateSqlServerSqlDbDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for SQL to Azure SQL DB migration task inputs */\nexport interface MigrateSqlServerSqlDbDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Whether to set database read only before migration */\n makeSourceDbReadOnly?: boolean;\n /** Mapping of source to target tables */\n tableMap?: Record<string, string>;\n /** Settings selected for DB schema migration. */\n schemaSetting?: any;\n /** id of the database */\n id?: string;\n}\n\nexport function migrateSqlServerSqlDbDatabaseInputSerializer(\n item: MigrateSqlServerSqlDbDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n makeSourceDbReadOnly: item[\"makeSourceDbReadOnly\"],\n tableMap: item[\"tableMap\"],\n schemaSetting: item[\"schemaSetting\"],\n id: item[\"id\"],\n };\n}\n\nexport function migrateSqlServerSqlDbDatabaseInputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbDatabaseInput {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n makeSourceDbReadOnly: item[\"makeSourceDbReadOnly\"],\n tableMap: !item[\"tableMap\"]\n ? item[\"tableMap\"]\n : Object.fromEntries(Object.entries(item[\"tableMap\"]).map(([k, p]: [string, any]) => [k, p])),\n schemaSetting: item[\"schemaSetting\"],\n id: item[\"id\"],\n };\n}\n\n/** Types of validations to run after the migration */\nexport interface MigrationValidationOptions {\n /** Allows to compare the schema information between source and target. */\n enableSchemaValidation?: boolean;\n /** Allows to perform a checksum based data integrity validation between source and target for the selected database / tables . */\n enableDataIntegrityValidation?: boolean;\n /** Allows to perform a quick and intelligent query analysis by retrieving queries from the source database and executes them in the target. The result will have execution statistics for executions in source and target databases for the extracted queries. */\n enableQueryAnalysisValidation?: boolean;\n}\n\nexport function migrationValidationOptionsSerializer(item: MigrationValidationOptions): any {\n return {\n enableSchemaValidation: item[\"enableSchemaValidation\"],\n enableDataIntegrityValidation: item[\"enableDataIntegrityValidation\"],\n enableQueryAnalysisValidation: item[\"enableQueryAnalysisValidation\"],\n };\n}\n\nexport function migrationValidationOptionsDeserializer(item: any): MigrationValidationOptions {\n return {\n enableSchemaValidation: item[\"enableSchemaValidation\"],\n enableDataIntegrityValidation: item[\"enableDataIntegrityValidation\"],\n enableQueryAnalysisValidation: item[\"enableQueryAnalysisValidation\"],\n };\n}\n\nexport function migrateSqlServerSqlDbTaskOutputUnionArrayDeserializer(\n result: Array<MigrateSqlServerSqlDbTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates on-prem SQL Server databases to Azure SQL Database */\nexport interface MigrateSqlServerSqlDbTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput, MigrationValidationOutput, MigrationDatabaseLevelValidationOutput */\n resultType: string;\n}\n\nexport function migrateSqlServerSqlDbTaskOutputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSqlServerSqlDbTaskOutputUnion */\nexport type MigrateSqlServerSqlDbTaskOutputUnion =\n | MigrateSqlServerSqlDbTaskOutputMigrationLevel\n | MigrateSqlServerSqlDbTaskOutputDatabaseLevel\n | MigrateSqlServerSqlDbTaskOutputTableLevel\n | MigrateSqlServerSqlDbTaskOutputError\n | MigrateSqlServerSqlDbTaskOutputValidationResult\n | MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult\n | MigrateSqlServerSqlDbTaskOutput;\n\nexport function migrateSqlServerSqlDbTaskOutputUnionDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSqlServerSqlDbTaskOutputMigrationLevelDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateSqlServerSqlDbTaskOutputDatabaseLevelDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migrateSqlServerSqlDbTaskOutputTableLevelDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migrateSqlServerSqlDbTaskOutputErrorDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputError,\n );\n\n case \"MigrationValidationOutput\":\n return migrateSqlServerSqlDbTaskOutputValidationResultDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputValidationResult,\n );\n\n case \"MigrationDatabaseLevelValidationOutput\":\n return migrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResultDeserializer(\n item as MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult,\n );\n\n default:\n return migrateSqlServerSqlDbTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputMigrationLevel */\nexport interface MigrateSqlServerSqlDbTaskOutputMigrationLevel extends MigrateSqlServerSqlDbTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Duration of task execution in seconds. */\n readonly durationInSeconds?: number;\n /** Current status of migration */\n readonly status?: MigrationStatus;\n /** Migration status message */\n readonly statusMessage?: string;\n /** Migration progress message */\n readonly message?: string;\n /** Selected databases as a map from database name to database id */\n readonly databases?: string;\n /** Summary of database results in the migration */\n readonly databaseSummary?: string;\n /** Migration Validation Results */\n migrationValidationResult?: MigrationValidationResult;\n /** Migration Report Result, provides unique url for downloading your migration report. */\n migrationReportResult?: MigrationReportResult;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n durationInSeconds: item[\"durationInSeconds\"],\n status: item[\"status\"],\n statusMessage: item[\"statusMessage\"],\n message: item[\"message\"],\n databases: item[\"databases\"],\n databaseSummary: item[\"databaseSummary\"],\n migrationValidationResult: !item[\"migrationValidationResult\"]\n ? item[\"migrationValidationResult\"]\n : migrationValidationResultDeserializer(item[\"migrationValidationResult\"]),\n migrationReportResult: !item[\"migrationReportResult\"]\n ? item[\"migrationReportResult\"]\n : migrationReportResultDeserializer(item[\"migrationReportResult\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Migration Validation Result */\nexport interface MigrationValidationResult {\n /** Migration validation result identifier */\n readonly id?: string;\n /** Migration Identifier */\n readonly migrationId?: string;\n /** Validation summary results for each database */\n summaryResults?: Record<string, MigrationValidationDatabaseSummaryResult>;\n /** Current status of validation at the migration level. Status from the database validation result status will be aggregated here. */\n readonly status?: ValidationStatus;\n}\n\nexport function migrationValidationResultDeserializer(item: any): MigrationValidationResult {\n return {\n id: item[\"id\"],\n migrationId: item[\"migrationId\"],\n summaryResults: !item[\"summaryResults\"]\n ? item[\"summaryResults\"]\n : migrationValidationDatabaseSummaryResultRecordDeserializer(item[\"summaryResults\"]),\n status: item[\"status\"],\n };\n}\n\nexport function migrationValidationDatabaseSummaryResultRecordDeserializer(\n item: Record<string, any>,\n): Record<string, MigrationValidationDatabaseSummaryResult> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : migrationValidationDatabaseSummaryResultDeserializer(item[key]);\n });\n return result;\n}\n\n/** Migration Validation Database level summary result */\nexport interface MigrationValidationDatabaseSummaryResult {\n /** Result identifier */\n readonly id?: string;\n /** Migration Identifier */\n readonly migrationId?: string;\n /** Name of the source database */\n readonly sourceDatabaseName?: string;\n /** Name of the target database */\n readonly targetDatabaseName?: string;\n /** Validation start time */\n readonly startedOn?: Date;\n /** Validation end time */\n readonly endedOn?: Date;\n /** Current status of validation at the database level */\n readonly status?: ValidationStatus;\n}\n\nexport function migrationValidationDatabaseSummaryResultDeserializer(\n item: any,\n): MigrationValidationDatabaseSummaryResult {\n return {\n id: item[\"id\"],\n migrationId: item[\"migrationId\"],\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n status: item[\"status\"],\n };\n}\n\n/** Current status of the validation */\nexport enum KnownValidationStatus {\n /** Default */\n Default = \"Default\",\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** Initialized */\n Initialized = \"Initialized\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n /** CompletedWithIssues */\n CompletedWithIssues = \"CompletedWithIssues\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Current status of the validation \\\n * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default \\\n * **NotStarted**: NotStarted \\\n * **Initialized**: Initialized \\\n * **InProgress**: InProgress \\\n * **Completed**: Completed \\\n * **CompletedWithIssues**: CompletedWithIssues \\\n * **Stopped**: Stopped \\\n * **Failed**: Failed\n */\nexport type ValidationStatus = string;\n\n/** Migration validation report result, contains the url for downloading the generated report. */\nexport interface MigrationReportResult {\n /** Migration validation result identifier */\n id?: string;\n /** The url of the report. */\n reportUrl?: string;\n}\n\nexport function migrationReportResultDeserializer(item: any): MigrationReportResult {\n return {\n id: item[\"id\"],\n reportUrl: item[\"reportUrl\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputDatabaseLevel */\nexport interface MigrateSqlServerSqlDbTaskOutputDatabaseLevel extends MigrateSqlServerSqlDbTaskOutput {\n /** Name of the item */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Migration stage that this database is in */\n readonly stage?: DatabaseMigrationStage;\n /** Status message */\n readonly statusMessage?: string;\n /** Migration progress message */\n readonly message?: string;\n /** Number of objects */\n readonly numberOfObjects?: number;\n /** Number of successfully completed objects */\n readonly numberOfObjectsCompleted?: number;\n /** Number of database/object errors. */\n readonly errorCount?: number;\n /** Wildcard string prefix to use for querying all errors of the item */\n readonly errorPrefix?: string;\n /** Wildcard string prefix to use for querying all sub-tem results of the item */\n readonly resultPrefix?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Summary of object results in the migration */\n readonly objectSummary?: string;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n state: item[\"state\"],\n stage: item[\"stage\"],\n statusMessage: item[\"statusMessage\"],\n message: item[\"message\"],\n numberOfObjects: item[\"numberOfObjects\"],\n numberOfObjectsCompleted: item[\"numberOfObjectsCompleted\"],\n errorCount: item[\"errorCount\"],\n errorPrefix: item[\"errorPrefix\"],\n resultPrefix: item[\"resultPrefix\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n objectSummary: item[\"objectSummary\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputTableLevel */\nexport interface MigrateSqlServerSqlDbTaskOutputTableLevel extends MigrateSqlServerSqlDbTaskOutput {\n /** Name of the item */\n readonly objectName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Status message */\n readonly statusMessage?: string;\n /** Number of items */\n readonly itemsCount?: number;\n /** Number of successfully completed items */\n readonly itemsCompletedCount?: number;\n /** Wildcard string prefix to use for querying all errors of the item */\n readonly errorPrefix?: string;\n /** Wildcard string prefix to use for querying all sub-tem results of the item */\n readonly resultPrefix?: string;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputTableLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n objectName: item[\"objectName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n state: item[\"state\"],\n statusMessage: item[\"statusMessage\"],\n itemsCount: item[\"itemsCount\"],\n itemsCompletedCount: item[\"itemsCompletedCount\"],\n errorPrefix: item[\"errorPrefix\"],\n resultPrefix: item[\"resultPrefix\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputError */\nexport interface MigrateSqlServerSqlDbTaskOutputError extends MigrateSqlServerSqlDbTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputErrorDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputValidationResult */\nexport interface MigrateSqlServerSqlDbTaskOutputValidationResult extends MigrateSqlServerSqlDbTaskOutput {\n /** Migration validation result identifier */\n readonly id?: string;\n /** Migration Identifier */\n readonly migrationId?: string;\n /** Validation summary results for each database */\n summaryResults?: Record<string, MigrationValidationDatabaseSummaryResult>;\n /** Current status of validation at the migration level. Status from the database validation result status will be aggregated here. */\n readonly status?: ValidationStatus;\n /** Result type */\n resultType: \"MigrationValidationOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputValidationResultDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputValidationResult {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n migrationId: item[\"migrationId\"],\n summaryResults: !item[\"summaryResults\"]\n ? item[\"summaryResults\"]\n : migrationValidationDatabaseSummaryResultRecordDeserializer(item[\"summaryResults\"]),\n status: item[\"status\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult */\nexport interface MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult extends MigrateSqlServerSqlDbTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Migration Identifier */\n readonly migrationId?: string;\n /** Name of the source database */\n readonly sourceDatabaseName?: string;\n /** Name of the target database */\n readonly targetDatabaseName?: string;\n /** Validation start time */\n readonly startedOn?: Date;\n /** Validation end time */\n readonly endedOn?: Date;\n /** Provides data integrity validation result between the source and target tables that are migrated. */\n readonly dataIntegrityValidationResult?: DataIntegrityValidationResult;\n /** Provides schema comparison result between source and target database */\n readonly schemaValidationResult?: SchemaComparisonValidationResult;\n /** Results of some of the query execution result between source and target database */\n readonly queryAnalysisValidationResult?: QueryAnalysisValidationResult;\n /** Current status of validation at the database level */\n readonly status?: ValidationStatus;\n /** Result type */\n resultType: \"MigrationDatabaseLevelValidationOutput\";\n}\n\nexport function migrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResultDeserializer(\n item: any,\n): MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n migrationId: item[\"migrationId\"],\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n dataIntegrityValidationResult: !item[\"dataIntegrityValidationResult\"]\n ? item[\"dataIntegrityValidationResult\"]\n : dataIntegrityValidationResultDeserializer(item[\"dataIntegrityValidationResult\"]),\n schemaValidationResult: !item[\"schemaValidationResult\"]\n ? item[\"schemaValidationResult\"]\n : schemaComparisonValidationResultDeserializer(item[\"schemaValidationResult\"]),\n queryAnalysisValidationResult: !item[\"queryAnalysisValidationResult\"]\n ? item[\"queryAnalysisValidationResult\"]\n : queryAnalysisValidationResultDeserializer(item[\"queryAnalysisValidationResult\"]),\n status: item[\"status\"],\n };\n}\n\n/** Results for checksum based Data Integrity validation results */\nexport interface DataIntegrityValidationResult {\n /** List of failed table names of source and target pair */\n failedObjects?: Record<string, string>;\n /** List of errors that happened while performing data integrity validation */\n validationErrors?: ValidationError;\n}\n\nexport function dataIntegrityValidationResultDeserializer(\n item: any,\n): DataIntegrityValidationResult {\n return {\n failedObjects: !item[\"failedObjects\"]\n ? item[\"failedObjects\"]\n : Object.fromEntries(\n Object.entries(item[\"failedObjects\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : validationErrorDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface ValidationError {\n /** Error Text */\n text?: string;\n /** Severity of the error */\n severity?: Severity;\n}\n\nexport function validationErrorDeserializer(item: any): ValidationError {\n return {\n text: item[\"text\"],\n severity: item[\"severity\"],\n };\n}\n\n/** Severity of the validation error */\nexport enum KnownSeverity {\n /** Message */\n Message = \"Message\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Severity of the validation error \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Message**: Message \\\n * **Warning**: Warning \\\n * **Error**: Error\n */\nexport type Severity = string;\n\n/** Results for schema comparison between the source and target */\nexport interface SchemaComparisonValidationResult {\n /** List of schema differences between the source and target databases */\n schemaDifferences?: SchemaComparisonValidationResultType;\n /** List of errors that happened while performing schema compare validation */\n validationErrors?: ValidationError;\n /** Count of source database objects */\n sourceDatabaseObjectCount?: Record<string, number>;\n /** Count of target database objects */\n targetDatabaseObjectCount?: Record<string, number>;\n}\n\nexport function schemaComparisonValidationResultDeserializer(\n item: any,\n): SchemaComparisonValidationResult {\n return {\n schemaDifferences: !item[\"schemaDifferences\"]\n ? item[\"schemaDifferences\"]\n : schemaComparisonValidationResultTypeDeserializer(item[\"schemaDifferences\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : validationErrorDeserializer(item[\"validationErrors\"]),\n sourceDatabaseObjectCount: !item[\"sourceDatabaseObjectCount\"]\n ? item[\"sourceDatabaseObjectCount\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceDatabaseObjectCount\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n targetDatabaseObjectCount: !item[\"targetDatabaseObjectCount\"]\n ? item[\"targetDatabaseObjectCount\"]\n : Object.fromEntries(\n Object.entries(item[\"targetDatabaseObjectCount\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface SchemaComparisonValidationResultType {\n /** Name of the object that has the difference */\n objectName?: string;\n /** Type of the object that has the difference. e.g (Table/View/StoredProcedure) */\n objectType?: ObjectType;\n /** Update action type with respect to target */\n updateAction?: UpdateActionType;\n}\n\nexport function schemaComparisonValidationResultTypeDeserializer(\n item: any,\n): SchemaComparisonValidationResultType {\n return {\n objectName: item[\"objectName\"],\n objectType: item[\"objectType\"],\n updateAction: item[\"updateAction\"],\n };\n}\n\n/** An enumeration of type of objects */\nexport enum KnownObjectType {\n /** StoredProcedures */\n StoredProcedures = \"StoredProcedures\",\n /** Table */\n Table = \"Table\",\n /** User */\n User = \"User\",\n /** View */\n View = \"View\",\n /** Function */\n Function = \"Function\",\n}\n\n/**\n * An enumeration of type of objects \\\n * {@link KnownObjectType} can be used interchangeably with ObjectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StoredProcedures**: StoredProcedures \\\n * **Table**: Table \\\n * **User**: User \\\n * **View**: View \\\n * **Function**: Function\n */\nexport type ObjectType = string;\n\n/** Type of the actual difference for the compared object, while performing schema comparison */\nexport enum KnownUpdateActionType {\n /** DeletedOnTarget */\n DeletedOnTarget = \"DeletedOnTarget\",\n /** ChangedOnTarget */\n ChangedOnTarget = \"ChangedOnTarget\",\n /** AddedOnTarget */\n AddedOnTarget = \"AddedOnTarget\",\n}\n\n/**\n * Type of the actual difference for the compared object, while performing schema comparison \\\n * {@link KnownUpdateActionType} can be used interchangeably with UpdateActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DeletedOnTarget**: DeletedOnTarget \\\n * **ChangedOnTarget**: ChangedOnTarget \\\n * **AddedOnTarget**: AddedOnTarget\n */\nexport type UpdateActionType = string;\n\n/** Results for query analysis comparison between the source and target */\nexport interface QueryAnalysisValidationResult {\n /** List of queries executed and it's execution results in source and target */\n queryResults?: QueryExecutionResult;\n /** Errors that are part of the execution */\n validationErrors?: ValidationError;\n}\n\nexport function queryAnalysisValidationResultDeserializer(\n item: any,\n): QueryAnalysisValidationResult {\n return {\n queryResults: !item[\"queryResults\"]\n ? item[\"queryResults\"]\n : queryExecutionResultDeserializer(item[\"queryResults\"]),\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : validationErrorDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Describes query analysis results for execution in source and target */\nexport interface QueryExecutionResult {\n /** Query text retrieved from the source server */\n queryText?: string;\n /** Total no. of statements in the batch */\n statementsInBatch?: number;\n /** Query analysis result from the source */\n sourceResult?: ExecutionStatistics;\n /** Query analysis result from the target */\n targetResult?: ExecutionStatistics;\n}\n\nexport function queryExecutionResultDeserializer(item: any): QueryExecutionResult {\n return {\n queryText: item[\"queryText\"],\n statementsInBatch: item[\"statementsInBatch\"],\n sourceResult: !item[\"sourceResult\"]\n ? item[\"sourceResult\"]\n : executionStatisticsDeserializer(item[\"sourceResult\"]),\n targetResult: !item[\"targetResult\"]\n ? item[\"targetResult\"]\n : executionStatisticsDeserializer(item[\"targetResult\"]),\n };\n}\n\n/** Description about the errors happen while performing migration validation */\nexport interface ExecutionStatistics {\n /** No. of query executions */\n executionCount?: number;\n /** CPU Time in millisecond(s) for the query execution */\n cpuTimeMs?: number;\n /** Time taken in millisecond(s) for executing the query */\n elapsedTimeMs?: number;\n /** Dictionary of sql query execution wait types and the respective statistics */\n waitStats?: Record<string, WaitStatistics>;\n /** Indicates whether the query resulted in an error */\n hasErrors?: boolean;\n /** List of sql Errors */\n sqlErrors?: string[];\n}\n\nexport function executionStatisticsDeserializer(item: any): ExecutionStatistics {\n return {\n executionCount: item[\"executionCount\"],\n cpuTimeMs: item[\"cpuTimeMs\"],\n elapsedTimeMs: item[\"elapsedTimeMs\"],\n waitStats: !item[\"waitStats\"]\n ? item[\"waitStats\"]\n : waitStatisticsRecordDeserializer(item[\"waitStats\"]),\n hasErrors: item[\"hasErrors\"],\n sqlErrors: !item[\"sqlErrors\"]\n ? item[\"sqlErrors\"]\n : item[\"sqlErrors\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function waitStatisticsRecordDeserializer(\n item: Record<string, any>,\n): Record<string, WaitStatistics> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : waitStatisticsDeserializer(item[key]);\n });\n return result;\n}\n\n/** Wait statistics gathered during query batch execution */\nexport interface WaitStatistics {\n /** Type of the Wait */\n waitType?: string;\n /** Total wait time in millisecond(s) */\n waitTimeMs?: number;\n /** Total no. of waits */\n waitCount?: number;\n}\n\nexport function waitStatisticsDeserializer(item: any): WaitStatistics {\n return {\n waitType: item[\"waitType\"],\n waitTimeMs: item[\"waitTimeMs\"],\n waitCount: item[\"waitCount\"],\n };\n}\n\n/** Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSqlServerSqlDbSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSqlServerSqlDbSyncTaskOutputUnion[];\n /** Task type. */\n taskType: \"Migrate.SqlServer.AzureSqlDb.Sync\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskPropertiesSerializer(\n item: MigrateSqlServerSqlDbSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlDbSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateSqlServerSqlDbSyncTaskPropertiesDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateSqlServerSqlDbSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSqlServerSqlDbSyncTaskOutputUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskInput extends SqlMigrationTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];\n /** Validation options */\n validationOptions?: MigrationValidationOptions;\n}\n\nexport function migrateSqlServerSqlDbSyncTaskInputSerializer(\n item: MigrateSqlServerSqlDbSyncTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbSyncDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n validationOptions: !item[\"validationOptions\"]\n ? item[\"validationOptions\"]\n : migrationValidationOptionsSerializer(item[\"validationOptions\"]),\n };\n}\n\nexport function migrateSqlServerSqlDbSyncTaskInputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbSyncDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n validationOptions: !item[\"validationOptions\"]\n ? item[\"validationOptions\"]\n : migrationValidationOptionsDeserializer(item[\"validationOptions\"]),\n };\n}\n\nexport function migrateSqlServerSqlDbSyncDatabaseInputArraySerializer(\n result: Array<MigrateSqlServerSqlDbSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbSyncDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateSqlServerSqlDbSyncDatabaseInputArrayDeserializer(\n result: Array<MigrateSqlServerSqlDbSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbSyncDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for SQL to Azure SQL DB sync migration task inputs */\nexport interface MigrateSqlServerSqlDbSyncDatabaseInput {\n /** Unique identifier for database */\n id?: string;\n /** Name of database */\n name?: string;\n /** Target database name */\n targetDatabaseName?: string;\n /** Schema name to be migrated */\n schemaName?: string;\n /** Mapping of source to target tables */\n tableMap?: Record<string, string>;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: Record<string, string>;\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: Record<string, string>;\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: Record<string, string>;\n}\n\nexport function migrateSqlServerSqlDbSyncDatabaseInputSerializer(\n item: MigrateSqlServerSqlDbSyncDatabaseInput,\n): any {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n schemaName: item[\"schemaName\"],\n tableMap: item[\"tableMap\"],\n migrationSetting: item[\"migrationSetting\"],\n sourceSetting: item[\"sourceSetting\"],\n targetSetting: item[\"targetSetting\"],\n };\n}\n\nexport function migrateSqlServerSqlDbSyncDatabaseInputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncDatabaseInput {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n schemaName: item[\"schemaName\"],\n tableMap: !item[\"tableMap\"]\n ? item[\"tableMap\"]\n : Object.fromEntries(Object.entries(item[\"tableMap\"]).map(([k, p]: [string, any]) => [k, p])),\n migrationSetting: !item[\"migrationSetting\"]\n ? item[\"migrationSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"migrationSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n sourceSetting: !item[\"sourceSetting\"]\n ? item[\"sourceSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n targetSetting: !item[\"targetSetting\"]\n ? item[\"targetSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"targetSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputUnionArrayDeserializer(\n result: Array<MigrateSqlServerSqlDbSyncTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSqlServerSqlDbSyncTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations */\nexport interface MigrateSqlServerSqlDbSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput, DatabaseLevelErrorOutput */\n resultType: string;\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSqlServerSqlDbSyncTaskOutputUnion */\nexport type MigrateSqlServerSqlDbSyncTaskOutputUnion =\n | MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\n | MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\n | MigrateSqlServerSqlDbSyncTaskOutputTableLevel\n | MigrateSqlServerSqlDbSyncTaskOutputError\n | MigrateSqlServerSqlDbSyncTaskOutputDatabaseError\n | MigrateSqlServerSqlDbSyncTaskOutput;\n\nexport function migrateSqlServerSqlDbSyncTaskOutputUnionDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSqlServerSqlDbSyncTaskOutputMigrationLevelDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateSqlServerSqlDbSyncTaskOutputDatabaseLevelDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migrateSqlServerSqlDbSyncTaskOutputTableLevelDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migrateSqlServerSqlDbSyncTaskOutputErrorDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskOutputError,\n );\n\n case \"DatabaseLevelErrorOutput\":\n return migrateSqlServerSqlDbSyncTaskOutputDatabaseErrorDeserializer(\n item as MigrateSqlServerSqlDbSyncTaskOutputDatabaseError,\n );\n\n default:\n return migrateSqlServerSqlDbSyncTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel */\nexport interface MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server name */\n readonly sourceServer?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server name */\n readonly targetServer?: string;\n /** Count of databases */\n readonly databaseCount?: number;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServer: item[\"sourceServer\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServer: item[\"targetServer\"],\n databaseCount: item[\"databaseCount\"],\n };\n}\n\n/** model interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel */\nexport interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration state that this database is in */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /** Number of incoming changes */\n readonly incomingChanges?: number;\n /** Number of applied changes */\n readonly appliedChanges?: number;\n /** Number of cdc inserts */\n readonly cdcInsertCounter?: number;\n /** Number of cdc deletes */\n readonly cdcDeleteCounter?: number;\n /** Number of cdc updates */\n readonly cdcUpdateCounter?: number;\n /** Number of tables completed in full load */\n readonly fullLoadCompletedTables?: number;\n /** Number of tables loading in full load */\n readonly fullLoadLoadingTables?: number;\n /** Number of tables queued in full load */\n readonly fullLoadQueuedTables?: number;\n /** Number of tables errored in full load */\n readonly fullLoadErroredTables?: number;\n /** Indicates if initial load (full load) has been completed */\n readonly initializationCompleted?: boolean;\n /** CDC apply latency */\n readonly latency?: number;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationState: item[\"migrationState\"],\n incomingChanges: item[\"incomingChanges\"],\n appliedChanges: item[\"appliedChanges\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n fullLoadCompletedTables: item[\"fullLoadCompletedTables\"],\n fullLoadLoadingTables: item[\"fullLoadLoadingTables\"],\n fullLoadQueuedTables: item[\"fullLoadQueuedTables\"],\n fullLoadErroredTables: item[\"fullLoadErroredTables\"],\n initializationCompleted: item[\"initializationCompleted\"],\n latency: item[\"latency\"],\n };\n}\n\n/** Enum of the different state of database level online migration. */\nexport enum KnownSyncDatabaseMigrationReportingState {\n /** UNDEFINED */\n Undefined = \"UNDEFINED\",\n /** CONFIGURING */\n Configuring = \"CONFIGURING\",\n /** INITIALIAZING */\n Initialiazing = \"INITIALIAZING\",\n /** STARTING */\n Starting = \"STARTING\",\n /** RUNNING */\n Running = \"RUNNING\",\n /** READY_TO_COMPLETE */\n ReadyTOComplete = \"READY_TO_COMPLETE\",\n /** COMPLETING */\n Completing = \"COMPLETING\",\n /** COMPLETE */\n Complete = \"COMPLETE\",\n /** CANCELLING */\n Cancelling = \"CANCELLING\",\n /** CANCELLED */\n Cancelled = \"CANCELLED\",\n /** FAILED */\n Failed = \"FAILED\",\n /** VALIDATING */\n Validating = \"VALIDATING\",\n /** VALIDATION_COMPLETE */\n ValidationComplete = \"VALIDATION_COMPLETE\",\n /** VALIDATION_FAILED */\n ValidationFailed = \"VALIDATION_FAILED\",\n /** RESTORE_IN_PROGRESS */\n RestoreINProgress = \"RESTORE_IN_PROGRESS\",\n /** RESTORE_COMPLETED */\n RestoreCompleted = \"RESTORE_COMPLETED\",\n /** BACKUP_IN_PROGRESS */\n BackupINProgress = \"BACKUP_IN_PROGRESS\",\n /** BACKUP_COMPLETED */\n BackupCompleted = \"BACKUP_COMPLETED\",\n}\n\n/**\n * Enum of the different state of database level online migration. \\\n * {@link KnownSyncDatabaseMigrationReportingState} can be used interchangeably with SyncDatabaseMigrationReportingState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED**: UNDEFINED \\\n * **CONFIGURING**: CONFIGURING \\\n * **INITIALIAZING**: INITIALIAZING \\\n * **STARTING**: STARTING \\\n * **RUNNING**: RUNNING \\\n * **READY_TO_COMPLETE**: READY_TO_COMPLETE \\\n * **COMPLETING**: COMPLETING \\\n * **COMPLETE**: COMPLETE \\\n * **CANCELLING**: CANCELLING \\\n * **CANCELLED**: CANCELLED \\\n * **FAILED**: FAILED \\\n * **VALIDATING**: VALIDATING \\\n * **VALIDATION_COMPLETE**: VALIDATION_COMPLETE \\\n * **VALIDATION_FAILED**: VALIDATION_FAILED \\\n * **RESTORE_IN_PROGRESS**: RESTORE_IN_PROGRESS \\\n * **RESTORE_COMPLETED**: RESTORE_COMPLETED \\\n * **BACKUP_IN_PROGRESS**: BACKUP_IN_PROGRESS \\\n * **BACKUP_COMPLETED**: BACKUP_COMPLETED\n */\nexport type SyncDatabaseMigrationReportingState = string;\n\n/** model interface MigrateSqlServerSqlDbSyncTaskOutputTableLevel */\nexport interface MigrateSqlServerSqlDbSyncTaskOutputTableLevel extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Name of the table */\n readonly tableName?: string;\n /** Name of the database */\n readonly databaseName?: string;\n /** Number of applied inserts */\n readonly cdcInsertCounter?: number;\n /** Number of applied updates */\n readonly cdcUpdateCounter?: number;\n /** Number of applied deletes */\n readonly cdcDeleteCounter?: number;\n /** Estimate to finish full load */\n readonly fullLoadEstFinishTime?: Date;\n /** Full load start time */\n readonly fullLoadStartedOn?: Date;\n /** Full load end time */\n readonly fullLoadEndedOn?: Date;\n /** Number of rows applied in full load */\n readonly fullLoadTotalRows?: number;\n /** Current state of the table migration */\n readonly state?: SyncTableMigrationState;\n /** Total number of applied changes */\n readonly totalChangesApplied?: number;\n /** Number of data errors occurred */\n readonly dataErrorsCounter?: number;\n /** Last modified time on target */\n readonly lastModifiedTime?: Date;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputTableLevelDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n tableName: item[\"tableName\"],\n databaseName: item[\"databaseName\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n fullLoadEstFinishTime: !item[\"fullLoadEstFinishTime\"]\n ? item[\"fullLoadEstFinishTime\"]\n : new Date(item[\"fullLoadEstFinishTime\"]),\n fullLoadStartedOn: !item[\"fullLoadStartedOn\"]\n ? item[\"fullLoadStartedOn\"]\n : new Date(item[\"fullLoadStartedOn\"]),\n fullLoadEndedOn: !item[\"fullLoadEndedOn\"]\n ? item[\"fullLoadEndedOn\"]\n : new Date(item[\"fullLoadEndedOn\"]),\n fullLoadTotalRows: item[\"fullLoadTotalRows\"],\n state: item[\"state\"],\n totalChangesApplied: item[\"totalChangesApplied\"],\n dataErrorsCounter: item[\"dataErrorsCounter\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n };\n}\n\n/** Enum of the different state of table level online migration. */\nexport enum KnownSyncTableMigrationState {\n /** BEFORE_LOAD */\n BeforeLoad = \"BEFORE_LOAD\",\n /** FULL_LOAD */\n FullLoad = \"FULL_LOAD\",\n /** COMPLETED */\n Completed = \"COMPLETED\",\n /** CANCELED */\n Canceled = \"CANCELED\",\n /** ERROR */\n Error = \"ERROR\",\n /** FAILED */\n Failed = \"FAILED\",\n}\n\n/**\n * Enum of the different state of table level online migration. \\\n * {@link KnownSyncTableMigrationState} can be used interchangeably with SyncTableMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BEFORE_LOAD**: BEFORE_LOAD \\\n * **FULL_LOAD**: FULL_LOAD \\\n * **COMPLETED**: COMPLETED \\\n * **CANCELED**: CANCELED \\\n * **ERROR**: ERROR \\\n * **FAILED**: FAILED\n */\nexport type SyncTableMigrationState = string;\n\n/** model interface MigrateSqlServerSqlDbSyncTaskOutputError */\nexport interface MigrateSqlServerSqlDbSyncTaskOutputError extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputErrorDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** model interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseError */\nexport interface MigrateSqlServerSqlDbSyncTaskOutputDatabaseError extends MigrateSqlServerSqlDbSyncTaskOutput {\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n /** Result type */\n resultType: \"DatabaseLevelErrorOutput\";\n}\n\nexport function migrateSqlServerSqlDbSyncTaskOutputDatabaseErrorDeserializer(\n item: any,\n): MigrateSqlServerSqlDbSyncTaskOutputDatabaseError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n errorMessage: item[\"errorMessage\"],\n events: !item[\"events\"]\n ? item[\"events\"]\n : syncMigrationDatabaseErrorEventArrayDeserializer(item[\"events\"]),\n };\n}\n\nexport function syncMigrationDatabaseErrorEventArrayDeserializer(\n result: Array<SyncMigrationDatabaseErrorEvent>,\n): any[] {\n return result.map((item) => {\n return syncMigrationDatabaseErrorEventDeserializer(item);\n });\n}\n\n/** Database migration errors for online migration */\nexport interface SyncMigrationDatabaseErrorEvent {\n /** String value of timestamp. */\n readonly timestampString?: string;\n /** Event type. */\n readonly eventTypeString?: string;\n /** Event text. */\n readonly eventText?: string;\n}\n\nexport function syncMigrationDatabaseErrorEventDeserializer(\n item: any,\n): SyncMigrationDatabaseErrorEvent {\n return {\n timestampString: item[\"timestampString\"],\n eventTypeString: item[\"eventTypeString\"],\n eventText: item[\"eventText\"],\n };\n}\n\n/** Properties for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateMySqlAzureDbForMySqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion[];\n /** Task type. */\n taskType: \"Migrate.MySql.AzureDbForMySql.Sync\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskPropertiesSerializer(\n item: MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMySqlAzureDbForMySqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskPropertiesDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMySqlAzureDbForMySqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateMySqlAzureDbForMySqlSyncTaskOutputUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskInput {\n /** Connection information for source MySQL */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateMySqlAzureDbForMySqlSyncDatabaseInput[];\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskInputSerializer(\n item: MigrateMySqlAzureDbForMySqlSyncTaskInput,\n): any {\n return {\n sourceConnectionInfo: mySqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateMySqlAzureDbForMySqlSyncDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskInputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskInput {\n return {\n sourceConnectionInfo: mySqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateMySqlAzureDbForMySqlSyncDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncDatabaseInputArraySerializer(\n result: Array<MigrateMySqlAzureDbForMySqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlSyncDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncDatabaseInputArrayDeserializer(\n result: Array<MigrateMySqlAzureDbForMySqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlSyncDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for MySQL to Azure Database for MySQL migration task inputs */\nexport interface MigrateMySqlAzureDbForMySqlSyncDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: Record<string, string>;\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: Record<string, string>;\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: Record<string, string>;\n /** Mapping of source to target tables */\n tableMap?: Record<string, string>;\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncDatabaseInputSerializer(\n item: MigrateMySqlAzureDbForMySqlSyncDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: item[\"migrationSetting\"],\n sourceSetting: item[\"sourceSetting\"],\n targetSetting: item[\"targetSetting\"],\n tableMap: item[\"tableMap\"],\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncDatabaseInputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncDatabaseInput {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: !item[\"migrationSetting\"]\n ? item[\"migrationSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"migrationSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n sourceSetting: !item[\"sourceSetting\"]\n ? item[\"sourceSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n targetSetting: !item[\"targetSetting\"]\n ? item[\"targetSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"targetSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n tableMap: !item[\"tableMap\"]\n ? item[\"tableMap\"]\n : Object.fromEntries(Object.entries(item[\"tableMap\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputUnionArrayDeserializer(\n result: Array<MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlSyncTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates MySQL databases to Azure Database for MySQL for online migrations */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput, DatabaseLevelErrorOutput */\n resultType: string;\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion */\nexport type MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion =\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputError\n | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError\n | MigrateMySqlAzureDbForMySqlSyncTaskOutput;\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputUnionDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migrateMySqlAzureDbForMySqlSyncTaskOutputTableLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migrateMySqlAzureDbForMySqlSyncTaskOutputErrorDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskOutputError,\n );\n\n case \"DatabaseLevelErrorOutput\":\n return migrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseErrorDeserializer(\n item as MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError,\n );\n\n default:\n return migrateMySqlAzureDbForMySqlSyncTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server name */\n readonly sourceServer?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server name */\n readonly targetServer?: string;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServer: item[\"sourceServer\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServer: item[\"targetServer\"],\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration state that this database is in */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /** Number of incoming changes */\n readonly incomingChanges?: number;\n /** Number of applied changes */\n readonly appliedChanges?: number;\n /** Number of cdc inserts */\n readonly cdcInsertCounter?: number;\n /** Number of cdc deletes */\n readonly cdcDeleteCounter?: number;\n /** Number of cdc updates */\n readonly cdcUpdateCounter?: number;\n /** Number of tables completed in full load */\n readonly fullLoadCompletedTables?: number;\n /** Number of tables loading in full load */\n readonly fullLoadLoadingTables?: number;\n /** Number of tables queued in full load */\n readonly fullLoadQueuedTables?: number;\n /** Number of tables errored in full load */\n readonly fullLoadErroredTables?: number;\n /** Indicates if initial load (full load) has been completed */\n readonly initializationCompleted?: boolean;\n /** CDC apply latency */\n readonly latency?: number;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationState: item[\"migrationState\"],\n incomingChanges: item[\"incomingChanges\"],\n appliedChanges: item[\"appliedChanges\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n fullLoadCompletedTables: item[\"fullLoadCompletedTables\"],\n fullLoadLoadingTables: item[\"fullLoadLoadingTables\"],\n fullLoadQueuedTables: item[\"fullLoadQueuedTables\"],\n fullLoadErroredTables: item[\"fullLoadErroredTables\"],\n initializationCompleted: item[\"initializationCompleted\"],\n latency: item[\"latency\"],\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Name of the table */\n readonly tableName?: string;\n /** Name of the database */\n readonly databaseName?: string;\n /** Number of applied inserts */\n readonly cdcInsertCounter?: string;\n /** Number of applied updates */\n readonly cdcUpdateCounter?: string;\n /** Number of applied deletes */\n readonly cdcDeleteCounter?: string;\n /** Estimate to finish full load */\n readonly fullLoadEstFinishTime?: Date;\n /** Full load start time */\n readonly fullLoadStartedOn?: Date;\n /** Full load end time */\n readonly fullLoadEndedOn?: Date;\n /** Number of rows applied in full load */\n readonly fullLoadTotalRows?: number;\n /** Current state of the table migration */\n readonly state?: SyncTableMigrationState;\n /** Total number of applied changes */\n readonly totalChangesApplied?: number;\n /** Number of data errors occurred */\n readonly dataErrorsCounter?: number;\n /** Last modified time on target */\n readonly lastModifiedTime?: Date;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputTableLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n tableName: item[\"tableName\"],\n databaseName: item[\"databaseName\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n fullLoadEstFinishTime: !item[\"fullLoadEstFinishTime\"]\n ? item[\"fullLoadEstFinishTime\"]\n : new Date(item[\"fullLoadEstFinishTime\"]),\n fullLoadStartedOn: !item[\"fullLoadStartedOn\"]\n ? item[\"fullLoadStartedOn\"]\n : new Date(item[\"fullLoadStartedOn\"]),\n fullLoadEndedOn: !item[\"fullLoadEndedOn\"]\n ? item[\"fullLoadEndedOn\"]\n : new Date(item[\"fullLoadEndedOn\"]),\n fullLoadTotalRows: item[\"fullLoadTotalRows\"],\n state: item[\"state\"],\n totalChangesApplied: item[\"totalChangesApplied\"],\n dataErrorsCounter: item[\"dataErrorsCounter\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlSyncTaskOutputError */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputError extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputErrorDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError */\nexport interface MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError extends MigrateMySqlAzureDbForMySqlSyncTaskOutput {\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n /** Result type */\n resultType: \"DatabaseLevelErrorOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseErrorDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n errorMessage: item[\"errorMessage\"],\n events: !item[\"events\"]\n ? item[\"events\"]\n : syncMigrationDatabaseErrorEventArrayDeserializer(item[\"events\"]),\n };\n}\n\n/** Properties for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateMySqlAzureDbForMySqlOfflineTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion[];\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n /** Task id */\n taskId?: string;\n /** Task type. */\n taskType: \"Migrate.MySql.AzureDbForMySql\";\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskPropertiesSerializer(\n item: MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMySqlAzureDbForMySqlOfflineTaskInputSerializer(item[\"input\"]),\n isCloneable: item[\"isCloneable\"],\n taskId: item[\"taskId\"],\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskPropertiesDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateMySqlAzureDbForMySqlOfflineTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateMySqlAzureDbForMySqlOfflineTaskOutputUnionArrayDeserializer(item[\"output\"]),\n isCloneable: item[\"isCloneable\"],\n taskId: item[\"taskId\"],\n };\n}\n\n/** Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskInput {\n /** Connection information for source MySQL */\n sourceConnectionInfo: MySqlConnectionInfo;\n /** Connection information for target Azure Database for MySQL */\n targetConnectionInfo: MySqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput[];\n /** Setting to set the source server read only */\n makeSourceServerReadOnly?: boolean;\n /** Parameter to specify when the migration started */\n startedOn?: Date;\n /** Optional parameters for fine tuning the data transfer rate during migration */\n optionalAgentSettings?: Record<string, string>;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskInputSerializer(\n item: MigrateMySqlAzureDbForMySqlOfflineTaskInput,\n): any {\n return {\n sourceConnectionInfo: mySqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateMySqlAzureDbForMySqlOfflineDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n makeSourceServerReadOnly: item[\"makeSourceServerReadOnly\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : item[\"startedOn\"].toISOString(),\n optionalAgentSettings: item[\"optionalAgentSettings\"],\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskInputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskInput {\n return {\n sourceConnectionInfo: mySqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: mySqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateMySqlAzureDbForMySqlOfflineDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n makeSourceServerReadOnly: item[\"makeSourceServerReadOnly\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n optionalAgentSettings: !item[\"optionalAgentSettings\"]\n ? item[\"optionalAgentSettings\"]\n : Object.fromEntries(\n Object.entries(item[\"optionalAgentSettings\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineDatabaseInputArraySerializer(\n result: Array<MigrateMySqlAzureDbForMySqlOfflineDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlOfflineDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineDatabaseInputArrayDeserializer(\n result: Array<MigrateMySqlAzureDbForMySqlOfflineDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlOfflineDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for offline MySQL to Azure Database for MySQL migration task inputs */\nexport interface MigrateMySqlAzureDbForMySqlOfflineDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Mapping of source to target tables */\n tableMap?: Record<string, string>;\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineDatabaseInputSerializer(\n item: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n tableMap: item[\"tableMap\"],\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineDatabaseInputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineDatabaseInput {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n tableMap: !item[\"tableMap\"]\n ? item[\"tableMap\"]\n : Object.fromEntries(Object.entries(item[\"tableMap\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputUnionArrayDeserializer(\n result: Array<MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput */\n resultType: string;\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion */\nexport type MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion =\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\n | MigrateMySqlAzureDbForMySqlOfflineTaskOutput;\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputUnionDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevelDeserializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputErrorDeserializer(\n item as MigrateMySqlAzureDbForMySqlOfflineTaskOutputError,\n );\n\n default:\n return migrateMySqlAzureDbForMySqlOfflineTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Duration of task execution in seconds. */\n readonly durationInSeconds?: number;\n /** Current status of migration */\n readonly status?: MigrationStatus;\n /** Migration status message */\n readonly statusMessage?: string;\n /** Migration progress message */\n readonly message?: string;\n /** Selected databases as a map from database name to database id */\n databases?: string;\n /** Summary of database results in the migration */\n readonly databaseSummary?: string;\n /** Migration Report Result, provides unique url for downloading your migration report. */\n migrationReportResult?: MigrationReportResult;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Last time the storage was updated */\n readonly lastStorageUpdate?: Date;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n durationInSeconds: item[\"durationInSeconds\"],\n status: item[\"status\"],\n statusMessage: item[\"statusMessage\"],\n message: item[\"message\"],\n databases: item[\"databases\"],\n databaseSummary: item[\"databaseSummary\"],\n migrationReportResult: !item[\"migrationReportResult\"]\n ? item[\"migrationReportResult\"]\n : migrationReportResultDeserializer(item[\"migrationReportResult\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n lastStorageUpdate: !item[\"lastStorageUpdate\"]\n ? item[\"lastStorageUpdate\"]\n : new Date(item[\"lastStorageUpdate\"]),\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Migration stage that this database is in */\n readonly stage?: DatabaseMigrationStage;\n /** Status message */\n readonly statusMessage?: string;\n /** Migration progress message */\n readonly message?: string;\n /** Number of objects */\n readonly numberOfObjects?: number;\n /** Number of successfully completed objects */\n readonly numberOfObjectsCompleted?: number;\n /** Number of database/object errors. */\n readonly errorCount?: number;\n /** Wildcard string prefix to use for querying all errors of the item */\n readonly errorPrefix?: string;\n /** Wildcard string prefix to use for querying all sub-tem results of the item */\n readonly resultPrefix?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Last time the storage was updated */\n readonly lastStorageUpdate?: Date;\n /** Summary of object results in the migration */\n readonly objectSummary?: string;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n state: item[\"state\"],\n stage: item[\"stage\"],\n statusMessage: item[\"statusMessage\"],\n message: item[\"message\"],\n numberOfObjects: item[\"numberOfObjects\"],\n numberOfObjectsCompleted: item[\"numberOfObjectsCompleted\"],\n errorCount: item[\"errorCount\"],\n errorPrefix: item[\"errorPrefix\"],\n resultPrefix: item[\"resultPrefix\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n lastStorageUpdate: !item[\"lastStorageUpdate\"]\n ? item[\"lastStorageUpdate\"]\n : new Date(item[\"lastStorageUpdate\"]),\n objectSummary: item[\"objectSummary\"],\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Name of the item */\n readonly objectName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Status message */\n readonly statusMessage?: string;\n /** Number of items */\n readonly itemsCount?: number;\n /** Number of successfully completed items */\n readonly itemsCompletedCount?: number;\n /** Wildcard string prefix to use for querying all errors of the item */\n readonly errorPrefix?: string;\n /** Wildcard string prefix to use for querying all sub-tem results of the item */\n readonly resultPrefix?: string;\n /** Last time the storage was updated */\n readonly lastStorageUpdate?: Date;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevelDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n objectName: item[\"objectName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n state: item[\"state\"],\n statusMessage: item[\"statusMessage\"],\n itemsCount: item[\"itemsCount\"],\n itemsCompletedCount: item[\"itemsCompletedCount\"],\n errorPrefix: item[\"errorPrefix\"],\n resultPrefix: item[\"resultPrefix\"],\n lastStorageUpdate: !item[\"lastStorageUpdate\"]\n ? item[\"lastStorageUpdate\"]\n : new Date(item[\"lastStorageUpdate\"]),\n };\n}\n\n/** model interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError */\nexport interface MigrateMySqlAzureDbForMySqlOfflineTaskOutputError extends MigrateMySqlAzureDbForMySqlOfflineTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateMySqlAzureDbForMySqlOfflineTaskOutputErrorDeserializer(\n item: any,\n): MigrateMySqlAzureDbForMySqlOfflineTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** Properties for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion[];\n /** task id */\n taskId?: string;\n /** DateTime in UTC when the task was created */\n createdOn?: string;\n /** whether the task can be cloned or not */\n isCloneable?: boolean;\n /** Task type. */\n taskType: \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migratePostgreSqlAzureDbForPostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n taskId: item[\"taskId\"],\n createdOn: item[\"createdOn\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migratePostgreSqlAzureDbForPostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnionArrayDeserializer(item[\"output\"]),\n taskId: item[\"taskId\"],\n createdOn: item[\"createdOn\"],\n isCloneable: item[\"isCloneable\"],\n };\n}\n\n/** Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[];\n /** Connection information for target Azure Database for PostgreSQL */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for source PostgreSQL */\n sourceConnectionInfo: PostgreSqlConnectionInfo;\n /** encrypted key for secure fields */\n encryptedKeyForSecureFields?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskInputSerializer(\n item: MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput,\n): any {\n return {\n selectedDatabases: migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n targetConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n sourceConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskInputDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput {\n return {\n selectedDatabases: migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n targetConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n sourceConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n encryptedKeyForSecureFields: item[\"encryptedKeyForSecureFields\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArraySerializer(\n result: Array<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputSerializer(item);\n });\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputArrayDeserializer(\n result: Array<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput {\n /** Name of the database */\n name?: string;\n /** Result identifier */\n readonly id?: string;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: Record<string, any>;\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: Record<string, string>;\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: Record<string, string>;\n /** Tables selected for migration */\n selectedTables?: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput[];\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputSerializer(\n item: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput,\n): any {\n return {\n name: item[\"name\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: item[\"migrationSetting\"],\n sourceSetting: item[\"sourceSetting\"],\n targetSetting: item[\"targetSetting\"],\n selectedTables: !item[\"selectedTables\"]\n ? item[\"selectedTables\"]\n : migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArraySerializer(\n item[\"selectedTables\"],\n ),\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput {\n return {\n name: item[\"name\"],\n id: item[\"id\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: !item[\"migrationSetting\"]\n ? item[\"migrationSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"migrationSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n sourceSetting: !item[\"sourceSetting\"]\n ? item[\"sourceSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n targetSetting: !item[\"targetSetting\"]\n ? item[\"targetSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"targetSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n selectedTables: !item[\"selectedTables\"]\n ? item[\"selectedTables\"]\n : migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArrayDeserializer(\n item[\"selectedTables\"],\n ),\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArraySerializer(\n result: Array<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput>,\n): any[] {\n return result.map((item) => {\n return migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputSerializer(item);\n });\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputArrayDeserializer(\n result: Array<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput>,\n): any[] {\n return result.map((item) => {\n return migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputDeserializer(item);\n });\n}\n\n/** Selected tables for the migration */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput {\n /** Name of the table to migrate */\n name?: string;\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputSerializer(\n item: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput,\n): any {\n return { name: item[\"name\"] };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput {\n return {\n name: item[\"name\"],\n };\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnionArrayDeserializer(\n result: Array<MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput, DatabaseLevelErrorOutput */\n resultType: string;\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion */\nexport type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion =\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError\n | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput;\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnionDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevelDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevelDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevelDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputErrorDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError,\n );\n\n case \"DatabaseLevelErrorOutput\":\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseErrorDeserializer(\n item as MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError,\n );\n\n default:\n return migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server name */\n readonly sourceServer?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server name */\n readonly targetServer?: string;\n /** Source server type. */\n readonly sourceServerType?: ScenarioSource;\n /** Target server type. */\n readonly targetServerType?: ScenarioTarget;\n /** Migration status */\n readonly state?: ReplicateMigrationState;\n /** Number of databases to include */\n databaseCount?: number;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServer: item[\"sourceServer\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServer: item[\"targetServer\"],\n sourceServerType: item[\"sourceServerType\"],\n targetServerType: item[\"targetServerType\"],\n state: item[\"state\"],\n databaseCount: item[\"databaseCount\"],\n };\n}\n\n/** An enumeration of source type */\nexport enum KnownScenarioSource {\n /** Access */\n Access = \"Access\",\n /** DB2 */\n DB2 = \"DB2\",\n /** MySQL */\n MySQL = \"MySQL\",\n /** Oracle */\n Oracle = \"Oracle\",\n /** SQL */\n SQL = \"SQL\",\n /** Sybase */\n Sybase = \"Sybase\",\n /** PostgreSQL */\n PostgreSQL = \"PostgreSQL\",\n /** MongoDB */\n MongoDB = \"MongoDB\",\n /** SQLRDS */\n Sqlrds = \"SQLRDS\",\n /** MySQLRDS */\n MySqlrds = \"MySQLRDS\",\n /** PostgreSQLRDS */\n PostgreSqlrds = \"PostgreSQLRDS\",\n}\n\n/**\n * An enumeration of source type \\\n * {@link KnownScenarioSource} can be used interchangeably with ScenarioSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Access**: Access \\\n * **DB2**: DB2 \\\n * **MySQL**: MySQL \\\n * **Oracle**: Oracle \\\n * **SQL**: SQL \\\n * **Sybase**: Sybase \\\n * **PostgreSQL**: PostgreSQL \\\n * **MongoDB**: MongoDB \\\n * **SQLRDS**: SQLRDS \\\n * **MySQLRDS**: MySQLRDS \\\n * **PostgreSQLRDS**: PostgreSQLRDS\n */\nexport type ScenarioSource = string;\n\n/** An enumeration of target type */\nexport enum KnownScenarioTarget {\n /** SQLServer */\n SQLServer = \"SQLServer\",\n /** SQLDB */\n Sqldb = \"SQLDB\",\n /** SQLDW */\n Sqldw = \"SQLDW\",\n /** SQLMI */\n Sqlmi = \"SQLMI\",\n /** AzureDBForMySql */\n AzureDBForMySql = \"AzureDBForMySql\",\n /** AzureDBForPostgresSQL */\n AzureDBForPostgresSQL = \"AzureDBForPostgresSQL\",\n /** MongoDB */\n MongoDB = \"MongoDB\",\n}\n\n/**\n * An enumeration of target type \\\n * {@link KnownScenarioTarget} can be used interchangeably with ScenarioTarget,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQLServer**: SQLServer \\\n * **SQLDB**: SQLDB \\\n * **SQLDW**: SQLDW \\\n * **SQLMI**: SQLMI \\\n * **AzureDBForMySql**: AzureDBForMySql \\\n * **AzureDBForPostgresSQL**: AzureDBForPostgresSQL \\\n * **MongoDB**: MongoDB\n */\nexport type ScenarioTarget = string;\n\n/** Wrapper for replicate reported migration states. */\nexport enum KnownReplicateMigrationState {\n /** UNDEFINED */\n Undefined = \"UNDEFINED\",\n /** VALIDATING */\n Validating = \"VALIDATING\",\n /** PENDING */\n Pending = \"PENDING\",\n /** COMPLETE */\n Complete = \"COMPLETE\",\n /** ACTION_REQUIRED */\n ActionRequired = \"ACTION_REQUIRED\",\n /** FAILED */\n Failed = \"FAILED\",\n}\n\n/**\n * Wrapper for replicate reported migration states. \\\n * {@link KnownReplicateMigrationState} can be used interchangeably with ReplicateMigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UNDEFINED**: UNDEFINED \\\n * **VALIDATING**: VALIDATING \\\n * **PENDING**: PENDING \\\n * **COMPLETE**: COMPLETE \\\n * **ACTION_REQUIRED**: ACTION_REQUIRED \\\n * **FAILED**: FAILED\n */\nexport type ReplicateMigrationState = string;\n\n/** model interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration state that this database is in */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /** Number of incoming changes */\n readonly incomingChanges?: number;\n /** Number of applied changes */\n readonly appliedChanges?: number;\n /** Number of cdc inserts */\n readonly cdcInsertCounter?: number;\n /** Number of cdc deletes */\n readonly cdcDeleteCounter?: number;\n /** Number of cdc updates */\n readonly cdcUpdateCounter?: number;\n /** Number of tables completed in full load */\n readonly fullLoadCompletedTables?: number;\n /** Number of tables loading in full load */\n readonly fullLoadLoadingTables?: number;\n /** Number of tables queued in full load */\n readonly fullLoadQueuedTables?: number;\n /** Number of tables errored in full load */\n readonly fullLoadErroredTables?: number;\n /** Indicates if initial load (full load) has been completed */\n readonly initializationCompleted?: boolean;\n /** CDC apply latency */\n readonly latency?: number;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationState: item[\"migrationState\"],\n incomingChanges: item[\"incomingChanges\"],\n appliedChanges: item[\"appliedChanges\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n fullLoadCompletedTables: item[\"fullLoadCompletedTables\"],\n fullLoadLoadingTables: item[\"fullLoadLoadingTables\"],\n fullLoadQueuedTables: item[\"fullLoadQueuedTables\"],\n fullLoadErroredTables: item[\"fullLoadErroredTables\"],\n initializationCompleted: item[\"initializationCompleted\"],\n latency: item[\"latency\"],\n };\n}\n\n/** model interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Name of the table */\n readonly tableName?: string;\n /** Name of the database */\n readonly databaseName?: string;\n /** Number of applied inserts */\n readonly cdcInsertCounter?: number;\n /** Number of applied updates */\n readonly cdcUpdateCounter?: number;\n /** Number of applied deletes */\n readonly cdcDeleteCounter?: number;\n /** Estimate to finish full load */\n readonly fullLoadEstFinishTime?: Date;\n /** Full load start time */\n readonly fullLoadStartedOn?: Date;\n /** Full load end time */\n readonly fullLoadEndedOn?: Date;\n /** Number of rows applied in full load */\n readonly fullLoadTotalRows?: number;\n /** Current state of the table migration */\n readonly state?: SyncTableMigrationState;\n /** Total number of applied changes */\n readonly totalChangesApplied?: number;\n /** Number of data errors occurred */\n readonly dataErrorsCounter?: number;\n /** Last modified time on target */\n readonly lastModifiedTime?: Date;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevelDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n tableName: item[\"tableName\"],\n databaseName: item[\"databaseName\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n fullLoadEstFinishTime: !item[\"fullLoadEstFinishTime\"]\n ? item[\"fullLoadEstFinishTime\"]\n : new Date(item[\"fullLoadEstFinishTime\"]),\n fullLoadStartedOn: !item[\"fullLoadStartedOn\"]\n ? item[\"fullLoadStartedOn\"]\n : new Date(item[\"fullLoadStartedOn\"]),\n fullLoadEndedOn: !item[\"fullLoadEndedOn\"]\n ? item[\"fullLoadEndedOn\"]\n : new Date(item[\"fullLoadEndedOn\"]),\n fullLoadTotalRows: item[\"fullLoadTotalRows\"],\n state: item[\"state\"],\n totalChangesApplied: item[\"totalChangesApplied\"],\n dataErrorsCounter: item[\"dataErrorsCounter\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n };\n}\n\n/** model interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** List of error events */\n events?: SyncMigrationDatabaseErrorEvent[];\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputErrorDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n events: !item[\"events\"]\n ? item[\"events\"]\n : syncMigrationDatabaseErrorEventArrayDeserializer(item[\"events\"]),\n };\n}\n\n/** model interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError */\nexport interface MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError extends MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput {\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n /** Result type */\n resultType: \"DatabaseLevelErrorOutput\";\n}\n\nexport function migratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseErrorDeserializer(\n item: any,\n): MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n errorMessage: item[\"errorMessage\"],\n events: !item[\"events\"]\n ? item[\"events\"]\n : syncMigrationDatabaseErrorEventArrayDeserializer(item[\"events\"]),\n };\n}\n\n/** Properties for the task that migrates Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion[];\n /** Task type. */\n taskType: \"Migrate.Oracle.AzureDbForPostgreSql.Sync\";\n}\n\nexport function migrateOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item: MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateOracleAzureDbPostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): MigrateOracleAzureDbForPostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateOracleAzureDbPostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateOracleAzureDbPostgreSqlSyncTaskOutputUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateOracleAzureDbPostgreSqlSyncDatabaseInput[];\n /** Connection information for target Azure Database for PostgreSQL */\n targetConnectionInfo: PostgreSqlConnectionInfo;\n /** Connection information for source Oracle */\n sourceConnectionInfo: OracleConnectionInfo;\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskInputSerializer(\n item: MigrateOracleAzureDbPostgreSqlSyncTaskInput,\n): any {\n return {\n selectedDatabases: migrateOracleAzureDbPostgreSqlSyncDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n targetConnectionInfo: postgreSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n sourceConnectionInfo: oracleConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n };\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskInputDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskInput {\n return {\n selectedDatabases: migrateOracleAzureDbPostgreSqlSyncDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n targetConnectionInfo: postgreSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n sourceConnectionInfo: oracleConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n };\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncDatabaseInputArraySerializer(\n result: Array<MigrateOracleAzureDbPostgreSqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateOracleAzureDbPostgreSqlSyncDatabaseInputSerializer(item);\n });\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncDatabaseInputArrayDeserializer(\n result: Array<MigrateOracleAzureDbPostgreSqlSyncDatabaseInput>,\n): any[] {\n return result.map((item) => {\n return migrateOracleAzureDbPostgreSqlSyncDatabaseInputDeserializer(item);\n });\n}\n\n/** Database specific information for Oracle to Azure Database for PostgreSQL migration task inputs */\nexport interface MigrateOracleAzureDbPostgreSqlSyncDatabaseInput {\n /** How to handle object name casing: either Preserve or ToLower */\n caseManipulation?: string;\n /** Name of the migration pipeline */\n name?: string;\n /** Name of the source schema */\n schemaName?: string;\n /** Mapping of source to target tables */\n tableMap?: Record<string, string>;\n /** Name of target database. Note: Target database will be truncated before starting migration. */\n targetDatabaseName?: string;\n /** Migration settings which tune the migration behavior */\n migrationSetting?: Record<string, string>;\n /** Source settings to tune source endpoint migration behavior */\n sourceSetting?: Record<string, string>;\n /** Target settings to tune target endpoint migration behavior */\n targetSetting?: Record<string, string>;\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncDatabaseInputSerializer(\n item: MigrateOracleAzureDbPostgreSqlSyncDatabaseInput,\n): any {\n return {\n caseManipulation: item[\"caseManipulation\"],\n name: item[\"name\"],\n schemaName: item[\"schemaName\"],\n tableMap: item[\"tableMap\"],\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: item[\"migrationSetting\"],\n sourceSetting: item[\"sourceSetting\"],\n targetSetting: item[\"targetSetting\"],\n };\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncDatabaseInputDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncDatabaseInput {\n return {\n caseManipulation: item[\"caseManipulation\"],\n name: item[\"name\"],\n schemaName: item[\"schemaName\"],\n tableMap: !item[\"tableMap\"]\n ? item[\"tableMap\"]\n : Object.fromEntries(Object.entries(item[\"tableMap\"]).map(([k, p]: [string, any]) => [k, p])),\n targetDatabaseName: item[\"targetDatabaseName\"],\n migrationSetting: !item[\"migrationSetting\"]\n ? item[\"migrationSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"migrationSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n sourceSetting: !item[\"sourceSetting\"]\n ? item[\"sourceSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n targetSetting: !item[\"targetSetting\"]\n ? item[\"targetSetting\"]\n : Object.fromEntries(\n Object.entries(item[\"targetSetting\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputUnionArrayDeserializer(\n result: Array<MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, DatabaseLevelOutput, TableLevelOutput, ErrorOutput, DatabaseLevelErrorOutput */\n resultType: string;\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion */\nexport type MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion =\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError\n | MigrateOracleAzureDbPostgreSqlSyncTaskOutput;\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputUnionDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevelDeserializer(\n item as MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel,\n );\n\n case \"DatabaseLevelOutput\":\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevelDeserializer(\n item as MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel,\n );\n\n case \"TableLevelOutput\":\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevelDeserializer(\n item as MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel,\n );\n\n case \"ErrorOutput\":\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputErrorDeserializer(\n item as MigrateOracleAzureDbPostgreSqlSyncTaskOutputError,\n );\n\n case \"DatabaseLevelErrorOutput\":\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseErrorDeserializer(\n item as MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError,\n );\n\n default:\n return migrateOracleAzureDbPostgreSqlSyncTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server name */\n readonly sourceServer?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server name */\n readonly targetServer?: string;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServer: item[\"sourceServer\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServer: item[\"targetServer\"],\n };\n}\n\n/** model interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Name of the database */\n readonly databaseName?: string;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration state that this database is in */\n readonly migrationState?: SyncDatabaseMigrationReportingState;\n /** Number of incoming changes */\n readonly incomingChanges?: number;\n /** Number of applied changes */\n readonly appliedChanges?: number;\n /** Number of cdc inserts */\n readonly cdcInsertCounter?: number;\n /** Number of cdc deletes */\n readonly cdcDeleteCounter?: number;\n /** Number of cdc updates */\n readonly cdcUpdateCounter?: number;\n /** Number of tables completed in full load */\n readonly fullLoadCompletedTables?: number;\n /** Number of tables loading in full load */\n readonly fullLoadLoadingTables?: number;\n /** Number of tables queued in full load */\n readonly fullLoadQueuedTables?: number;\n /** Number of tables errored in full load */\n readonly fullLoadErroredTables?: number;\n /** Indicates if initial load (full load) has been completed */\n readonly initializationCompleted?: boolean;\n /** CDC apply latency */\n readonly latency?: number;\n /** Result type */\n resultType: \"DatabaseLevelOutput\";\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevelDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n databaseName: item[\"databaseName\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationState: item[\"migrationState\"],\n incomingChanges: item[\"incomingChanges\"],\n appliedChanges: item[\"appliedChanges\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n fullLoadCompletedTables: item[\"fullLoadCompletedTables\"],\n fullLoadLoadingTables: item[\"fullLoadLoadingTables\"],\n fullLoadQueuedTables: item[\"fullLoadQueuedTables\"],\n fullLoadErroredTables: item[\"fullLoadErroredTables\"],\n initializationCompleted: item[\"initializationCompleted\"],\n latency: item[\"latency\"],\n };\n}\n\n/** model interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Name of the table */\n readonly tableName?: string;\n /** Name of the database */\n readonly databaseName?: string;\n /** Number of applied inserts */\n readonly cdcInsertCounter?: number;\n /** Number of applied updates */\n readonly cdcUpdateCounter?: number;\n /** Number of applied deletes */\n readonly cdcDeleteCounter?: number;\n /** Estimate to finish full load */\n readonly fullLoadEstFinishTime?: Date;\n /** Full load start time */\n readonly fullLoadStartedOn?: Date;\n /** Full load end time */\n readonly fullLoadEndedOn?: Date;\n /** Number of rows applied in full load */\n readonly fullLoadTotalRows?: number;\n /** Current state of the table migration */\n readonly state?: SyncTableMigrationState;\n /** Total number of applied changes */\n readonly totalChangesApplied?: number;\n /** Number of data errors occurred */\n readonly dataErrorsCounter?: number;\n /** Last modified time on target */\n readonly lastModifiedTime?: Date;\n /** Result type */\n resultType: \"TableLevelOutput\";\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevelDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n tableName: item[\"tableName\"],\n databaseName: item[\"databaseName\"],\n cdcInsertCounter: item[\"cdcInsertCounter\"],\n cdcUpdateCounter: item[\"cdcUpdateCounter\"],\n cdcDeleteCounter: item[\"cdcDeleteCounter\"],\n fullLoadEstFinishTime: !item[\"fullLoadEstFinishTime\"]\n ? item[\"fullLoadEstFinishTime\"]\n : new Date(item[\"fullLoadEstFinishTime\"]),\n fullLoadStartedOn: !item[\"fullLoadStartedOn\"]\n ? item[\"fullLoadStartedOn\"]\n : new Date(item[\"fullLoadStartedOn\"]),\n fullLoadEndedOn: !item[\"fullLoadEndedOn\"]\n ? item[\"fullLoadEndedOn\"]\n : new Date(item[\"fullLoadEndedOn\"]),\n fullLoadTotalRows: item[\"fullLoadTotalRows\"],\n state: item[\"state\"],\n totalChangesApplied: item[\"totalChangesApplied\"],\n dataErrorsCounter: item[\"dataErrorsCounter\"],\n lastModifiedTime: !item[\"lastModifiedTime\"]\n ? item[\"lastModifiedTime\"]\n : new Date(item[\"lastModifiedTime\"]),\n };\n}\n\n/** model interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputError */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputError extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Migration error */\n readonly error?: ReportableException;\n /** Result type */\n resultType: \"ErrorOutput\";\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputErrorDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n error: !item[\"error\"] ? item[\"error\"] : reportableExceptionDeserializer(item[\"error\"]),\n };\n}\n\n/** model interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError */\nexport interface MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError extends MigrateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Error message */\n errorMessage?: string;\n /** List of error events. */\n events?: SyncMigrationDatabaseErrorEvent[];\n /** Result type */\n resultType: \"DatabaseLevelErrorOutput\";\n}\n\nexport function migrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseErrorDeserializer(\n item: any,\n): MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n errorMessage: item[\"errorMessage\"],\n events: !item[\"events\"]\n ? item[\"events\"]\n : syncMigrationDatabaseErrorEventArrayDeserializer(item[\"events\"]),\n };\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL DB sync migrations */\nexport interface ValidateMigrationInputSqlServerSqlDbSyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ValidateSyncMigrationInputSqlServerTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ValidateSyncMigrationInputSqlServerTaskOutput[];\n /** Task type. */\n taskType: \"ValidateMigrationInput.SqlServer.SqlDb.Sync\";\n}\n\nexport function validateMigrationInputSqlServerSqlDbSyncTaskPropertiesSerializer(\n item: ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateSyncMigrationInputSqlServerTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function validateMigrationInputSqlServerSqlDbSyncTaskPropertiesDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlDbSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateSyncMigrationInputSqlServerTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : validateSyncMigrationInputSqlServerTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for task that validates migration input for SQL sync migrations */\nexport interface ValidateSyncMigrationInputSqlServerTaskInput {\n /** Information for connecting to source SQL server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[];\n}\n\nexport function validateSyncMigrationInputSqlServerTaskInputSerializer(\n item: ValidateSyncMigrationInputSqlServerTaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbSyncDatabaseInputArraySerializer(\n item[\"selectedDatabases\"],\n ),\n };\n}\n\nexport function validateSyncMigrationInputSqlServerTaskInputDeserializer(\n item: any,\n): ValidateSyncMigrationInputSqlServerTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlDbSyncDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n };\n}\n\nexport function validateSyncMigrationInputSqlServerTaskOutputArrayDeserializer(\n result: Array<ValidateSyncMigrationInputSqlServerTaskOutput>,\n): any[] {\n return result.map((item) => {\n return validateSyncMigrationInputSqlServerTaskOutputDeserializer(item);\n });\n}\n\n/** Output for task that validates migration input for SQL sync migrations */\nexport interface ValidateSyncMigrationInputSqlServerTaskOutput {\n /** Database identifier */\n readonly id?: string;\n /** Name of database */\n readonly name?: string;\n /** Errors associated with a selected database object */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function validateSyncMigrationInputSqlServerTaskOutputDeserializer(\n item: any,\n): ValidateSyncMigrationInputSqlServerTaskOutput {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL Database Managed Instance */\nexport interface ValidateMigrationInputSqlServerSqlMITaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ValidateMigrationInputSqlServerSqlMITaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ValidateMigrationInputSqlServerSqlMITaskOutput[];\n /** Task type. */\n taskType: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\";\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskPropertiesSerializer(\n item: ValidateMigrationInputSqlServerSqlMITaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateMigrationInputSqlServerSqlMITaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskPropertiesDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMITaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateMigrationInputSqlServerSqlMITaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : validateMigrationInputSqlServerSqlMITaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for task that validates migration input for SQL to Azure SQL Managed Instance */\nexport interface ValidateMigrationInputSqlServerSqlMITaskInput {\n /** Information for connecting to source */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Logins to migrate */\n selectedLogins?: string[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** SAS URI of Azure Storage Account Container to be used for storing backup files. */\n backupBlobShare: BlobShare;\n /** Backup Mode to specify whether to use existing backup or create new backup. */\n backupMode?: BackupMode;\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskInputSerializer(\n item: ValidateMigrationInputSqlServerSqlMITaskInput,\n): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n selectedLogins: !item[\"selectedLogins\"]\n ? item[\"selectedLogins\"]\n : item[\"selectedLogins\"].map((p: any) => {\n return p;\n }),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n backupBlobShare: blobShareSerializer(item[\"backupBlobShare\"]),\n backupMode: item[\"backupMode\"],\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskInputDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMITaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n selectedLogins: !item[\"selectedLogins\"]\n ? item[\"selectedLogins\"]\n : item[\"selectedLogins\"].map((p: any) => {\n return p;\n }),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n backupBlobShare: blobShareDeserializer(item[\"backupBlobShare\"]),\n backupMode: item[\"backupMode\"],\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskOutputArrayDeserializer(\n result: Array<ValidateMigrationInputSqlServerSqlMITaskOutput>,\n): any[] {\n return result.map((item) => {\n return validateMigrationInputSqlServerSqlMITaskOutputDeserializer(item);\n });\n}\n\n/** Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations */\nexport interface ValidateMigrationInputSqlServerSqlMITaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Name of database */\n readonly name?: string;\n /** Errors associated with the RestoreDatabaseName */\n readonly restoreDatabaseNameErrors?: ReportableException[];\n /** Errors associated with the BackupFolder path */\n readonly backupFolderErrors?: ReportableException[];\n /** Errors associated with backup share user name and password credentials */\n readonly backupShareCredentialsErrors?: ReportableException[];\n /** Errors associated with the storage account provided. */\n readonly backupStorageAccountErrors?: ReportableException[];\n /** Errors associated with existing backup files. */\n readonly existingBackupErrors?: ReportableException[];\n /** Information about backup files when existing backup mode is used. */\n databaseBackupInfo?: DatabaseBackupInfo;\n}\n\nexport function validateMigrationInputSqlServerSqlMITaskOutputDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMITaskOutput {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n restoreDatabaseNameErrors: !item[\"restoreDatabaseNameErrors\"]\n ? item[\"restoreDatabaseNameErrors\"]\n : reportableExceptionArrayDeserializer(item[\"restoreDatabaseNameErrors\"]),\n backupFolderErrors: !item[\"backupFolderErrors\"]\n ? item[\"backupFolderErrors\"]\n : reportableExceptionArrayDeserializer(item[\"backupFolderErrors\"]),\n backupShareCredentialsErrors: !item[\"backupShareCredentialsErrors\"]\n ? item[\"backupShareCredentialsErrors\"]\n : reportableExceptionArrayDeserializer(item[\"backupShareCredentialsErrors\"]),\n backupStorageAccountErrors: !item[\"backupStorageAccountErrors\"]\n ? item[\"backupStorageAccountErrors\"]\n : reportableExceptionArrayDeserializer(item[\"backupStorageAccountErrors\"]),\n existingBackupErrors: !item[\"existingBackupErrors\"]\n ? item[\"existingBackupErrors\"]\n : reportableExceptionArrayDeserializer(item[\"existingBackupErrors\"]),\n databaseBackupInfo: !item[\"databaseBackupInfo\"]\n ? item[\"databaseBackupInfo\"]\n : databaseBackupInfoDeserializer(item[\"databaseBackupInfo\"]),\n };\n}\n\n/** Information about backup files when existing backup mode is used. */\nexport interface DatabaseBackupInfo {\n /** Database name. */\n readonly databaseName?: string;\n /** Backup Type. */\n readonly backupType?: BackupType;\n /** The list of backup files for the current database. */\n readonly backupFiles?: string[];\n /** Position of current database backup in the file. */\n readonly position?: number;\n /** Database was damaged when backed up, but the backup operation was requested to continue despite errors. */\n readonly isDamaged?: boolean;\n /** Whether the backup set is compressed */\n readonly isCompressed?: boolean;\n /** Number of files in the backup set. */\n readonly familyCount?: number;\n /** Date and time when the backup operation finished. */\n readonly backupFinishDate?: Date;\n}\n\nexport function databaseBackupInfoDeserializer(item: any): DatabaseBackupInfo {\n return {\n databaseName: item[\"databaseName\"],\n backupType: item[\"backupType\"],\n backupFiles: !item[\"backupFiles\"]\n ? item[\"backupFiles\"]\n : item[\"backupFiles\"].map((p: any) => {\n return p;\n }),\n position: item[\"position\"],\n isDamaged: item[\"isDamaged\"],\n isCompressed: item[\"isCompressed\"],\n familyCount: item[\"familyCount\"],\n backupFinishDate: !item[\"backupFinishDate\"]\n ? item[\"backupFinishDate\"]\n : new Date(item[\"backupFinishDate\"]),\n };\n}\n\n/** Properties for task that validates migration input for SQL to Azure SQL Database Managed Instance sync scenario */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: ValidateMigrationInputSqlServerSqlMISyncTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: ValidateMigrationInputSqlServerSqlMISyncTaskOutput[];\n /** Task type. */\n taskType: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\";\n}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskPropertiesSerializer(\n item: ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateMigrationInputSqlServerSqlMISyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskPropertiesDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMISyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : validateMigrationInputSqlServerSqlMISyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : validateMigrationInputSqlServerSqlMISyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskInput extends SqlServerSqlMISyncTaskInput {}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskInputSerializer(\n item: ValidateMigrationInputSqlServerSqlMISyncTaskInput,\n): any {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppSerializer(item[\"azureApp\"]),\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskInputDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMISyncTaskInput {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppDeserializer(item[\"azureApp\"]),\n };\n}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskOutputArrayDeserializer(\n result: Array<ValidateMigrationInputSqlServerSqlMISyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return validateMigrationInputSqlServerSqlMISyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for task that validates migration input for Azure SQL Database Managed Instance online migration */\nexport interface ValidateMigrationInputSqlServerSqlMISyncTaskOutput {\n /** Database identifier */\n readonly id?: string;\n /** Name of database */\n readonly name?: string;\n /** Errors associated with a selected database object */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function validateMigrationInputSqlServerSqlMISyncTaskOutputDeserializer(\n item: any,\n): ValidateMigrationInputSqlServerSqlMISyncTaskOutput {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that validates a migration between MongoDB data sources */\nexport interface ValidateMongoDbTaskProperties extends ProjectTaskProperties {\n /** Describes how a MongoDB data migration should be performed */\n input?: MongoDbMigrationSettings;\n /** An array containing a single MongoDbMigrationProgress object */\n readonly output?: MongoDbMigrationProgress[];\n /** Task type. */\n taskType: \"Validate.MongoDb\";\n}\n\nexport function validateMongoDbTaskPropertiesSerializer(item: ValidateMongoDbTaskProperties): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : mongoDbMigrationSettingsSerializer(item[\"input\"]),\n };\n}\n\nexport function validateMongoDbTaskPropertiesDeserializer(\n item: any,\n): ValidateMongoDbTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : mongoDbMigrationSettingsDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : mongoDbMigrationProgressArrayDeserializer(item[\"output\"]),\n };\n}\n\nexport function mongoDbMigrationProgressArrayDeserializer(\n result: Array<MongoDbMigrationProgress>,\n): any[] {\n return result.map((item) => {\n return mongoDbMigrationProgressDeserializer(item);\n });\n}\n\n/** Properties for the task that validates a migration for Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface ValidateOracleAzureDbForPostgreSqlSyncTaskProperties extends ProjectTaskProperties {\n /** Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations */\n input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput;\n /** An array containing a single validation error response object */\n readonly output?: ValidateOracleAzureDbPostgreSqlSyncTaskOutput[];\n /** Task type. */\n taskType: \"Validate.Oracle.AzureDbPostgreSql.Sync\";\n}\n\nexport function validateOracleAzureDbForPostgreSqlSyncTaskPropertiesSerializer(\n item: ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateOracleAzureDbPostgreSqlSyncTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function validateOracleAzureDbForPostgreSqlSyncTaskPropertiesDeserializer(\n item: any,\n): ValidateOracleAzureDbForPostgreSqlSyncTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : migrateOracleAzureDbPostgreSqlSyncTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : validateOracleAzureDbPostgreSqlSyncTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\nexport function validateOracleAzureDbPostgreSqlSyncTaskOutputArrayDeserializer(\n result: Array<ValidateOracleAzureDbPostgreSqlSyncTaskOutput>,\n): any[] {\n return result.map((item) => {\n return validateOracleAzureDbPostgreSqlSyncTaskOutputDeserializer(item);\n });\n}\n\n/** Output for task that validates migration input for Oracle to Azure Database for PostgreSQL for online migrations */\nexport interface ValidateOracleAzureDbPostgreSqlSyncTaskOutput {\n /** Errors associated with a selected database object */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function validateOracleAzureDbPostgreSqlSyncTaskOutputDeserializer(\n item: any,\n): ValidateOracleAzureDbPostgreSqlSyncTaskOutput {\n return {\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: GetTdeCertificatesSqlTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: GetTdeCertificatesSqlTaskOutput[];\n /** Task type. */\n taskType: \"GetTDECertificates.Sql\";\n}\n\nexport function getTdeCertificatesSqlTaskPropertiesSerializer(\n item: GetTdeCertificatesSqlTaskProperties,\n): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : getTdeCertificatesSqlTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function getTdeCertificatesSqlTaskPropertiesDeserializer(\n item: any,\n): GetTdeCertificatesSqlTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"]\n ? item[\"input\"]\n : getTdeCertificatesSqlTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : getTdeCertificatesSqlTaskOutputArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskInput {\n /** Connection information for SQL Server */\n connectionInfo: SqlConnectionInfo;\n /** Backup file share information for file share to be used for temporarily storing files. */\n backupFileShare: FileShare;\n /** List containing certificate names and corresponding password to use for encrypting the exported certificate. */\n selectedCertificates: SelectedCertificateInput[];\n}\n\nexport function getTdeCertificatesSqlTaskInputSerializer(\n item: GetTdeCertificatesSqlTaskInput,\n): any {\n return {\n connectionInfo: sqlConnectionInfoSerializer(item[\"connectionInfo\"]),\n backupFileShare: fileShareSerializer(item[\"backupFileShare\"]),\n selectedCertificates: selectedCertificateInputArraySerializer(item[\"selectedCertificates\"]),\n };\n}\n\nexport function getTdeCertificatesSqlTaskInputDeserializer(\n item: any,\n): GetTdeCertificatesSqlTaskInput {\n return {\n connectionInfo: sqlConnectionInfoDeserializer(item[\"connectionInfo\"]),\n backupFileShare: fileShareDeserializer(item[\"backupFileShare\"]),\n selectedCertificates: selectedCertificateInputArrayDeserializer(item[\"selectedCertificates\"]),\n };\n}\n\nexport function selectedCertificateInputArraySerializer(\n result: Array<SelectedCertificateInput>,\n): any[] {\n return result.map((item) => {\n return selectedCertificateInputSerializer(item);\n });\n}\n\nexport function selectedCertificateInputArrayDeserializer(\n result: Array<SelectedCertificateInput>,\n): any[] {\n return result.map((item) => {\n return selectedCertificateInputDeserializer(item);\n });\n}\n\n/** Info for certificate to be exported for TDE enabled databases. */\nexport interface SelectedCertificateInput {\n /** Name of certificate to be exported. */\n certificateName: string;\n /** Password to use for encrypting the exported certificate. */\n password: string;\n}\n\nexport function selectedCertificateInputSerializer(item: SelectedCertificateInput): any {\n return { certificateName: item[\"certificateName\"], password: item[\"password\"] };\n}\n\nexport function selectedCertificateInputDeserializer(item: any): SelectedCertificateInput {\n return {\n certificateName: item[\"certificateName\"],\n password: item[\"password\"],\n };\n}\n\nexport function getTdeCertificatesSqlTaskOutputArrayDeserializer(\n result: Array<GetTdeCertificatesSqlTaskOutput>,\n): any[] {\n return result.map((item) => {\n return getTdeCertificatesSqlTaskOutputDeserializer(item);\n });\n}\n\n/** Output of the task that gets TDE certificates in Base64 encoded format. */\nexport interface GetTdeCertificatesSqlTaskOutput {\n /** Mapping from certificate name to base 64 encoded format. */\n readonly base64EncodedCertificates?: string;\n /** Validation errors */\n readonly validationErrors?: ReportableException[];\n}\n\nexport function getTdeCertificatesSqlTaskOutputDeserializer(\n item: any,\n): GetTdeCertificatesSqlTaskOutput {\n return {\n base64EncodedCertificates: item[\"base64EncodedCertificates\"],\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : reportableExceptionArrayDeserializer(item[\"validationErrors\"]),\n };\n}\n\n/** Properties for task that migrates SSIS packages from SQL Server databases to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskProperties extends ProjectTaskProperties {\n /** Task input */\n input?: MigrateSsisTaskInput;\n /** Task output. This is ignored if submitted. */\n readonly output?: MigrateSsisTaskOutputUnion[];\n /** Task type. */\n taskType: \"Migrate.Ssis\";\n}\n\nexport function migrateSsisTaskPropertiesSerializer(item: MigrateSsisTaskProperties): any {\n return {\n taskType: item[\"taskType\"],\n clientData: item[\"clientData\"],\n input: !item[\"input\"] ? item[\"input\"] : migrateSsisTaskInputSerializer(item[\"input\"]),\n };\n}\n\nexport function migrateSsisTaskPropertiesDeserializer(item: any): MigrateSsisTaskProperties {\n return {\n taskType: item[\"taskType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : oDataErrorArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n commands: !item[\"commands\"]\n ? item[\"commands\"]\n : commandPropertiesUnionArrayDeserializer(item[\"commands\"]),\n clientData: !item[\"clientData\"]\n ? item[\"clientData\"]\n : Object.fromEntries(\n Object.entries(item[\"clientData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n input: !item[\"input\"] ? item[\"input\"] : migrateSsisTaskInputDeserializer(item[\"input\"]),\n output: !item[\"output\"]\n ? item[\"output\"]\n : migrateSsisTaskOutputUnionArrayDeserializer(item[\"output\"]),\n };\n}\n\n/** Input for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskInput extends SqlMigrationTaskInput {\n /** SSIS package migration information. */\n ssisMigrationInfo: SsisMigrationInfo;\n}\n\nexport function migrateSsisTaskInputSerializer(item: MigrateSsisTaskInput): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n ssisMigrationInfo: ssisMigrationInfoSerializer(item[\"ssisMigrationInfo\"]),\n };\n}\n\nexport function migrateSsisTaskInputDeserializer(item: any): MigrateSsisTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n ssisMigrationInfo: ssisMigrationInfoDeserializer(item[\"ssisMigrationInfo\"]),\n };\n}\n\n/** SSIS migration info with SSIS store type, overwrite policy. */\nexport interface SsisMigrationInfo {\n /** The SSIS store type of source, only SSIS catalog is supported now in DMS (classic) */\n ssisStoreType?: SsisStoreType;\n /** The overwrite option for the SSIS project migration */\n projectOverwriteOption?: SsisMigrationOverwriteOption;\n /** The overwrite option for the SSIS environment migration */\n environmentOverwriteOption?: SsisMigrationOverwriteOption;\n}\n\nexport function ssisMigrationInfoSerializer(item: SsisMigrationInfo): any {\n return {\n ssisStoreType: item[\"ssisStoreType\"],\n projectOverwriteOption: item[\"projectOverwriteOption\"],\n environmentOverwriteOption: item[\"environmentOverwriteOption\"],\n };\n}\n\nexport function ssisMigrationInfoDeserializer(item: any): SsisMigrationInfo {\n return {\n ssisStoreType: item[\"ssisStoreType\"],\n projectOverwriteOption: item[\"projectOverwriteOption\"],\n environmentOverwriteOption: item[\"environmentOverwriteOption\"],\n };\n}\n\n/** An enumeration of supported source SSIS store type in DMS (classic) */\nexport enum KnownSsisStoreType {\n /** SsisCatalog */\n SsisCatalog = \"SsisCatalog\",\n}\n\n/**\n * An enumeration of supported source SSIS store type in DMS (classic) \\\n * {@link KnownSsisStoreType} can be used interchangeably with SsisStoreType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SsisCatalog**: SsisCatalog\n */\nexport type SsisStoreType = string;\n\n/** The overwrite option for SSIS object migration, only ignore and overwrite are supported in DMS (classic) now and future may add Reuse option for container object */\nexport enum KnownSsisMigrationOverwriteOption {\n /** Ignore */\n Ignore = \"Ignore\",\n /** Overwrite */\n Overwrite = \"Overwrite\",\n}\n\n/**\n * The overwrite option for SSIS object migration, only ignore and overwrite are supported in DMS (classic) now and future may add Reuse option for container object \\\n * {@link KnownSsisMigrationOverwriteOption} can be used interchangeably with SsisMigrationOverwriteOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ignore**: Ignore \\\n * **Overwrite**: Overwrite\n */\nexport type SsisMigrationOverwriteOption = string;\n\nexport function migrateSsisTaskOutputUnionArrayDeserializer(\n result: Array<MigrateSsisTaskOutputUnion>,\n): any[] {\n return result.map((item) => {\n return migrateSsisTaskOutputUnionDeserializer(item);\n });\n}\n\n/** Output for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance. */\nexport interface MigrateSsisTaskOutput {\n /** Result identifier */\n readonly id?: string;\n /** Result type */\n /** The discriminator possible values: MigrationLevelOutput, SsisProjectLevelOutput */\n resultType: string;\n}\n\nexport function migrateSsisTaskOutputDeserializer(item: any): MigrateSsisTaskOutput {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n };\n}\n\n/** Alias for MigrateSsisTaskOutputUnion */\nexport type MigrateSsisTaskOutputUnion =\n | MigrateSsisTaskOutputMigrationLevel\n | MigrateSsisTaskOutputProjectLevel\n | MigrateSsisTaskOutput;\n\nexport function migrateSsisTaskOutputUnionDeserializer(item: any): MigrateSsisTaskOutputUnion {\n switch (item[\"resultType\"]) {\n case \"MigrationLevelOutput\":\n return migrateSsisTaskOutputMigrationLevelDeserializer(\n item as MigrateSsisTaskOutputMigrationLevel,\n );\n\n case \"SsisProjectLevelOutput\":\n return migrateSsisTaskOutputProjectLevelDeserializer(\n item as MigrateSsisTaskOutputProjectLevel,\n );\n\n default:\n return migrateSsisTaskOutputDeserializer(item);\n }\n}\n\n/** model interface MigrateSsisTaskOutputMigrationLevel */\nexport interface MigrateSsisTaskOutputMigrationLevel extends MigrateSsisTaskOutput {\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Current status of migration */\n readonly status?: MigrationStatus;\n /** Migration progress message */\n readonly message?: string;\n /** Source server version */\n readonly sourceServerVersion?: string;\n /** Source server brand version */\n readonly sourceServerBrandVersion?: string;\n /** Target server version */\n readonly targetServerVersion?: string;\n /** Target server brand version */\n readonly targetServerBrandVersion?: string;\n /** Migration exceptions and warnings. */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Stage of SSIS migration. */\n readonly stage?: SsisMigrationStage;\n /** Result type */\n resultType: \"MigrationLevelOutput\";\n}\n\nexport function migrateSsisTaskOutputMigrationLevelDeserializer(\n item: any,\n): MigrateSsisTaskOutputMigrationLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n status: item[\"status\"],\n message: item[\"message\"],\n sourceServerVersion: item[\"sourceServerVersion\"],\n sourceServerBrandVersion: item[\"sourceServerBrandVersion\"],\n targetServerVersion: item[\"targetServerVersion\"],\n targetServerBrandVersion: item[\"targetServerBrandVersion\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n stage: item[\"stage\"],\n };\n}\n\n/** Current stage of SSIS migration */\nexport enum KnownSsisMigrationStage {\n /** None */\n None = \"None\",\n /** Initialize */\n Initialize = \"Initialize\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Current stage of SSIS migration \\\n * {@link KnownSsisMigrationStage} can be used interchangeably with SsisMigrationStage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **Initialize**: Initialize \\\n * **InProgress**: InProgress \\\n * **Completed**: Completed\n */\nexport type SsisMigrationStage = string;\n\n/** model interface MigrateSsisTaskOutputProjectLevel */\nexport interface MigrateSsisTaskOutputProjectLevel extends MigrateSsisTaskOutput {\n /** Name of the folder */\n readonly folderName?: string;\n /** Name of the project */\n readonly projectName?: string;\n /** Current state of migration */\n readonly state?: MigrationState;\n /** Stage of SSIS migration. */\n readonly stage?: SsisMigrationStage;\n /** Migration start time */\n readonly startedOn?: Date;\n /** Migration end time */\n readonly endedOn?: Date;\n /** Migration progress message */\n readonly message?: string;\n /** Migration exceptions and warnings */\n readonly exceptionsAndWarnings?: ReportableException[];\n /** Result type */\n resultType: \"SsisProjectLevelOutput\";\n}\n\nexport function migrateSsisTaskOutputProjectLevelDeserializer(\n item: any,\n): MigrateSsisTaskOutputProjectLevel {\n return {\n id: item[\"id\"],\n resultType: item[\"resultType\"],\n folderName: item[\"folderName\"],\n projectName: item[\"projectName\"],\n state: item[\"state\"],\n stage: item[\"stage\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n message: item[\"message\"],\n exceptionsAndWarnings: !item[\"exceptionsAndWarnings\"]\n ? item[\"exceptionsAndWarnings\"]\n : reportableExceptionArrayDeserializer(item[\"exceptionsAndWarnings\"]),\n };\n}\n\n/** Base class for migration task input */\nexport interface SqlMigrationTaskInput {\n /** Information for connecting to source */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Information for connecting to target */\n targetConnectionInfo: SqlConnectionInfo;\n}\n\nexport function sqlMigrationTaskInputSerializer(item: SqlMigrationTaskInput): any {\n return {\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n };\n}\n\nexport function sqlMigrationTaskInputDeserializer(item: any): SqlMigrationTaskInput {\n return {\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: sqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n };\n}\n\n/** Defines the connection properties of a server */\nexport interface ConnectionInfo {\n /** Type of connection info */\n /** The discriminator possible values: MongoDbConnectionInfo, SqlConnectionInfo, MySqlConnectionInfo, OracleConnectionInfo, PostgreSqlConnectionInfo, MiSqlConnectionInfo */\n type: string;\n /** User name */\n userName?: string;\n /** Password credential. */\n password?: string;\n}\n\nexport function connectionInfoSerializer(item: ConnectionInfo): any {\n return { type: item[\"type\"], userName: item[\"userName\"], password: item[\"password\"] };\n}\n\nexport function connectionInfoDeserializer(item: any): ConnectionInfo {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n };\n}\n\n/** Alias for ConnectionInfoUnion */\nexport type ConnectionInfoUnion =\n | MongoDbConnectionInfo\n | SqlConnectionInfo\n | MySqlConnectionInfo\n | OracleConnectionInfo\n | PostgreSqlConnectionInfo\n | MiSqlConnectionInfo\n | ConnectionInfo;\n\nexport function connectionInfoUnionSerializer(item: ConnectionInfoUnion): any {\n switch (item.type) {\n case \"MongoDbConnectionInfo\":\n return mongoDbConnectionInfoSerializer(item as MongoDbConnectionInfo);\n\n case \"SqlConnectionInfo\":\n return sqlConnectionInfoSerializer(item as SqlConnectionInfo);\n\n case \"MySqlConnectionInfo\":\n return mySqlConnectionInfoSerializer(item as MySqlConnectionInfo);\n\n case \"OracleConnectionInfo\":\n return oracleConnectionInfoSerializer(item as OracleConnectionInfo);\n\n case \"PostgreSqlConnectionInfo\":\n return postgreSqlConnectionInfoSerializer(item as PostgreSqlConnectionInfo);\n\n case \"MiSqlConnectionInfo\":\n return miSqlConnectionInfoSerializer(item as MiSqlConnectionInfo);\n\n default:\n return connectionInfoSerializer(item);\n }\n}\n\nexport function connectionInfoUnionDeserializer(item: any): ConnectionInfoUnion {\n switch (item[\"type\"]) {\n case \"MongoDbConnectionInfo\":\n return mongoDbConnectionInfoDeserializer(item as MongoDbConnectionInfo);\n\n case \"SqlConnectionInfo\":\n return sqlConnectionInfoDeserializer(item as SqlConnectionInfo);\n\n case \"MySqlConnectionInfo\":\n return mySqlConnectionInfoDeserializer(item as MySqlConnectionInfo);\n\n case \"OracleConnectionInfo\":\n return oracleConnectionInfoDeserializer(item as OracleConnectionInfo);\n\n case \"PostgreSqlConnectionInfo\":\n return postgreSqlConnectionInfoDeserializer(item as PostgreSqlConnectionInfo);\n\n case \"MiSqlConnectionInfo\":\n return miSqlConnectionInfoDeserializer(item as MiSqlConnectionInfo);\n\n default:\n return connectionInfoDeserializer(item);\n }\n}\n\n/** Describes a database or collection within a MongoDB data source */\nexport interface MongoDbObjectInfo {\n /** The average document size, or -1 if the average size is unknown */\n averageDocumentSize: number;\n /** The estimated total data size, in bytes, or -1 if the size is unknown. */\n dataSize: number;\n /** The estimated total number of documents, or -1 if the document count is unknown */\n documentCount: number;\n /** The unqualified name of the database or collection */\n name: string;\n /** The qualified name of the database or collection. For a collection, this is the database-qualified name. */\n qualifiedName: string;\n}\n\nexport function mongoDbObjectInfoDeserializer(item: any): MongoDbObjectInfo {\n return {\n averageDocumentSize: item[\"averageDocumentSize\"],\n dataSize: item[\"dataSize\"],\n documentCount: item[\"documentCount\"],\n name: item[\"name\"],\n qualifiedName: item[\"qualifiedName\"],\n };\n}\n\n/** Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario. */\nexport interface SqlServerSqlMISyncTaskInput {\n /** Databases to migrate */\n selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[];\n /** Backup file share information for all selected databases. */\n backupFileShare?: FileShare;\n /** Fully qualified resourceId of storage */\n storageResourceId: string;\n /** Connection information for source SQL Server */\n sourceConnectionInfo: SqlConnectionInfo;\n /** Connection information for Azure SQL Database Managed Instance */\n targetConnectionInfo: MiSqlConnectionInfo;\n /** Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account */\n azureApp: AzureActiveDirectoryApp;\n}\n\nexport function sqlServerSqlMISyncTaskInputSerializer(item: SqlServerSqlMISyncTaskInput): any {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArraySerializer(item[\"selectedDatabases\"]),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareSerializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoSerializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppSerializer(item[\"azureApp\"]),\n };\n}\n\nexport function sqlServerSqlMISyncTaskInputDeserializer(item: any): SqlServerSqlMISyncTaskInput {\n return {\n selectedDatabases: migrateSqlServerSqlMIDatabaseInputArrayDeserializer(\n item[\"selectedDatabases\"],\n ),\n backupFileShare: !item[\"backupFileShare\"]\n ? item[\"backupFileShare\"]\n : fileShareDeserializer(item[\"backupFileShare\"]),\n storageResourceId: item[\"storageResourceId\"],\n sourceConnectionInfo: sqlConnectionInfoDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: miSqlConnectionInfoDeserializer(item[\"targetConnectionInfo\"]),\n azureApp: azureActiveDirectoryAppDeserializer(item[\"azureApp\"]),\n };\n}\n\n/** Error information. */\nexport interface ApiError {\n /** Error information in OData format */\n error?: ODataError;\n /** Metadata pertaining to creation and last modification of the resource. */\n readonly systemData?: SystemData;\n}\n\nexport function apiErrorDeserializer(item: any): ApiError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : oDataErrorDeserializer(item[\"error\"]),\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** OData page of tasks */\nexport interface _TaskList {\n /** The ProjectTask items on this page */\n value: ProjectTask[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _taskListDeserializer(item: any): _TaskList {\n return {\n value: projectTaskArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectTaskArraySerializer(result: Array<ProjectTask>): any[] {\n return result.map((item) => {\n return projectTaskSerializer(item);\n });\n}\n\nexport function projectTaskArrayDeserializer(result: Array<ProjectTask>): any[] {\n return result.map((item) => {\n return projectTaskDeserializer(item);\n });\n}\n\n/** A project resource */\nexport interface Project extends ProxyResource {\n /** HTTP strong entity tag value. This is ignored if submitted. */\n etag?: string;\n location?: string;\n tags?: Record<string, string>;\n /** Source platform for the project */\n sourcePlatform?: ProjectSourcePlatform;\n /** Field that defines the Azure active directory application info, used to connect to the target Azure resource */\n azureAuthenticationInfo?: AzureActiveDirectoryApp;\n /** Target platform for the project */\n targetPlatform?: ProjectTargetPlatform;\n /** UTC Date and time when project was created */\n readonly creationTime?: Date;\n /** Information for connecting to source */\n sourceConnectionInfo?: ConnectionInfoUnion;\n /** Information for connecting to target */\n targetConnectionInfo?: ConnectionInfoUnion;\n /** List of DatabaseInfo */\n databasesInfo?: DatabaseInfo[];\n /** The project's provisioning state */\n readonly provisioningState?: ProjectProvisioningState;\n}\n\nexport function projectSerializer(item: Project): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"sourcePlatform\",\n \"azureAuthenticationInfo\",\n \"targetPlatform\",\n \"sourceConnectionInfo\",\n \"targetConnectionInfo\",\n \"databasesInfo\",\n ])\n ? undefined\n : _projectPropertiesSerializer(item),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function projectDeserializer(item: any): Project {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _projectPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Project-specific properties */\nexport interface ProjectProperties {\n /** Source platform for the project */\n sourcePlatform: ProjectSourcePlatform;\n /** Field that defines the Azure active directory application info, used to connect to the target Azure resource */\n azureAuthenticationInfo?: AzureActiveDirectoryApp;\n /** Target platform for the project */\n targetPlatform: ProjectTargetPlatform;\n /** UTC Date and time when project was created */\n readonly creationTime?: Date;\n /** Information for connecting to source */\n sourceConnectionInfo?: ConnectionInfoUnion;\n /** Information for connecting to target */\n targetConnectionInfo?: ConnectionInfoUnion;\n /** List of DatabaseInfo */\n databasesInfo?: DatabaseInfo[];\n /** The project's provisioning state */\n readonly provisioningState?: ProjectProvisioningState;\n}\n\nexport function projectPropertiesSerializer(item: ProjectProperties): any {\n return {\n sourcePlatform: item[\"sourcePlatform\"],\n azureAuthenticationInfo: !item[\"azureAuthenticationInfo\"]\n ? item[\"azureAuthenticationInfo\"]\n : azureActiveDirectoryAppSerializer(item[\"azureAuthenticationInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n sourceConnectionInfo: !item[\"sourceConnectionInfo\"]\n ? item[\"sourceConnectionInfo\"]\n : connectionInfoUnionSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: !item[\"targetConnectionInfo\"]\n ? item[\"targetConnectionInfo\"]\n : connectionInfoUnionSerializer(item[\"targetConnectionInfo\"]),\n databasesInfo: !item[\"databasesInfo\"]\n ? item[\"databasesInfo\"]\n : databaseInfoArraySerializer(item[\"databasesInfo\"]),\n };\n}\n\nexport function projectPropertiesDeserializer(item: any): ProjectProperties {\n return {\n sourcePlatform: item[\"sourcePlatform\"],\n azureAuthenticationInfo: !item[\"azureAuthenticationInfo\"]\n ? item[\"azureAuthenticationInfo\"]\n : azureActiveDirectoryAppDeserializer(item[\"azureAuthenticationInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n sourceConnectionInfo: !item[\"sourceConnectionInfo\"]\n ? item[\"sourceConnectionInfo\"]\n : connectionInfoUnionDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: !item[\"targetConnectionInfo\"]\n ? item[\"targetConnectionInfo\"]\n : connectionInfoUnionDeserializer(item[\"targetConnectionInfo\"]),\n databasesInfo: !item[\"databasesInfo\"]\n ? item[\"databasesInfo\"]\n : databaseInfoArrayDeserializer(item[\"databasesInfo\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Source platform of the project */\nexport enum KnownProjectSourcePlatform {\n /** SQL */\n SQL = \"SQL\",\n /** MySQL */\n MySQL = \"MySQL\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n /** MongoDb */\n MongoDb = \"MongoDb\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Source platform of the project \\\n * {@link KnownProjectSourcePlatform} can be used interchangeably with ProjectSourcePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQL**: SQL \\\n * **MySQL**: MySQL \\\n * **PostgreSql**: PostgreSql \\\n * **MongoDb**: MongoDb \\\n * **Unknown**: Unknown\n */\nexport type ProjectSourcePlatform = string;\n\n/** Target platform of the project */\nexport enum KnownProjectTargetPlatform {\n /** SQLDB */\n Sqldb = \"SQLDB\",\n /** SQLMI */\n Sqlmi = \"SQLMI\",\n /** AzureDbForMySql */\n AzureDbForMySql = \"AzureDbForMySql\",\n /** AzureDbForPostgreSql */\n AzureDbForPostgreSql = \"AzureDbForPostgreSql\",\n /** MongoDb */\n MongoDb = \"MongoDb\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Target platform of the project \\\n * {@link KnownProjectTargetPlatform} can be used interchangeably with ProjectTargetPlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SQLDB**: SQLDB \\\n * **SQLMI**: SQLMI \\\n * **AzureDbForMySql**: AzureDbForMySql \\\n * **AzureDbForPostgreSql**: AzureDbForPostgreSql \\\n * **MongoDb**: MongoDb \\\n * **Unknown**: Unknown\n */\nexport type ProjectTargetPlatform = string;\n\nexport function databaseInfoArraySerializer(result: Array<DatabaseInfo>): any[] {\n return result.map((item) => {\n return databaseInfoSerializer(item);\n });\n}\n\nexport function databaseInfoArrayDeserializer(result: Array<DatabaseInfo>): any[] {\n return result.map((item) => {\n return databaseInfoDeserializer(item);\n });\n}\n\n/** Project Database Details */\nexport interface DatabaseInfo {\n /** Name of the database */\n sourceDatabaseName: string;\n}\n\nexport function databaseInfoSerializer(item: DatabaseInfo): any {\n return { sourceDatabaseName: item[\"sourceDatabaseName\"] };\n}\n\nexport function databaseInfoDeserializer(item: any): DatabaseInfo {\n return {\n sourceDatabaseName: item[\"sourceDatabaseName\"],\n };\n}\n\n/** The project's provisioning state */\nexport enum KnownProjectProvisioningState {\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * The project's provisioning state \\\n * {@link KnownProjectProvisioningState} can be used interchangeably with ProjectProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleting**: Deleting \\\n * **Succeeded**: Succeeded\n */\nexport type ProjectProvisioningState = string;\n\n/** OData page of project resources */\nexport interface _ProjectList {\n /** The Project items on this page */\n value: Project[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectListDeserializer(item: any): _ProjectList {\n return {\n value: projectArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectArraySerializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectSerializer(item);\n });\n}\n\nexport function projectArrayDeserializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectDeserializer(item);\n });\n}\n\n/** Database Migration Resource for SQL Database. */\nexport interface DatabaseMigrationSqlDb extends ProxyResource {\n /** Database Migration Resource properties for SQL database. */\n properties?: DatabaseMigrationPropertiesSqlDb;\n}\n\nexport function databaseMigrationSqlDbSerializer(item: DatabaseMigrationSqlDb): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlDbSerializer(item[\"properties\"]),\n };\n}\n\nexport function databaseMigrationSqlDbDeserializer(item: any): DatabaseMigrationSqlDb {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlDbDeserializer(item[\"properties\"]),\n };\n}\n\n/** Migration Operation Input */\nexport interface MigrationOperationInput {\n /** ID tracking migration operation. */\n migrationOperationId?: string;\n}\n\nexport function migrationOperationInputSerializer(item: MigrationOperationInput): any {\n return { migrationOperationId: item[\"migrationOperationId\"] };\n}\n\n/** Database Migration Resource for SQL Managed Instance. */\nexport interface DatabaseMigrationSqlMi extends ProxyResource {\n /** Database Migration Resource properties for SQL Managed Instance. */\n properties?: DatabaseMigrationPropertiesSqlMi;\n}\n\nexport function databaseMigrationSqlMiSerializer(item: DatabaseMigrationSqlMi): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlMiSerializer(item[\"properties\"]),\n };\n}\n\nexport function databaseMigrationSqlMiDeserializer(item: any): DatabaseMigrationSqlMi {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlMiDeserializer(item[\"properties\"]),\n };\n}\n\n/** Database Migration Resource for SQL Virtual Machine. */\nexport interface DatabaseMigrationSqlVm extends ProxyResource {\n /** Database Migration Resource properties for SQL Virtual Machine. */\n properties?: DatabaseMigrationPropertiesSqlVm;\n}\n\nexport function databaseMigrationSqlVmSerializer(item: DatabaseMigrationSqlVm): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlVmSerializer(item[\"properties\"]),\n };\n}\n\nexport function databaseMigrationSqlVmDeserializer(item: any): DatabaseMigrationSqlVm {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databaseMigrationPropertiesSqlVmDeserializer(item[\"properties\"]),\n };\n}\n\n/** An Azure Database Migration Service (classic) resource */\nexport interface DataMigrationService extends ProxyResource {\n /** HTTP strong entity tag value. Ignored if submitted */\n etag?: string;\n /** The resource kind. Only 'vm' (the default) is supported. */\n kind?: string;\n /** Service SKU */\n sku?: ServiceSku;\n location?: string;\n tags?: Record<string, string>;\n /** The resource's provisioning state */\n readonly provisioningState?: ServiceProvisioningState;\n /** The public key of the service, used to encrypt secrets sent to the service */\n publicKey?: string;\n /** The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined */\n virtualSubnetId?: string;\n /** The ID of the Microsoft.Network/networkInterfaces resource which the service have */\n virtualNicId?: string;\n /** The time delay before the service is auto-stopped when idle. */\n autoStopDelay?: string;\n /** Whether service resources should be deleted when stopped. (Turned on by default) */\n deleteResourcesOnStop?: boolean;\n}\n\nexport function dataMigrationServiceSerializer(item: DataMigrationService): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"publicKey\",\n \"virtualSubnetId\",\n \"virtualNicId\",\n \"autoStopDelay\",\n \"deleteResourcesOnStop\",\n ])\n ? undefined\n : _dataMigrationServicePropertiesSerializer(item),\n etag: item[\"etag\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : serviceSkuSerializer(item[\"sku\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function dataMigrationServiceDeserializer(item: any): DataMigrationService {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _dataMigrationServicePropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : serviceSkuDeserializer(item[\"sku\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of the Azure Database Migration Service (classic) instance */\nexport interface DataMigrationServiceProperties {\n /** The resource's provisioning state */\n readonly provisioningState?: ServiceProvisioningState;\n /** The public key of the service, used to encrypt secrets sent to the service */\n publicKey?: string;\n /** The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined */\n virtualSubnetId?: string;\n /** The ID of the Microsoft.Network/networkInterfaces resource which the service have */\n virtualNicId?: string;\n /** The time delay before the service is auto-stopped when idle. */\n autoStopDelay?: string;\n /** Whether service resources should be deleted when stopped. (Turned on by default) */\n deleteResourcesOnStop?: boolean;\n}\n\nexport function dataMigrationServicePropertiesSerializer(\n item: DataMigrationServiceProperties,\n): any {\n return {\n publicKey: item[\"publicKey\"],\n virtualSubnetId: item[\"virtualSubnetId\"],\n virtualNicId: item[\"virtualNicId\"],\n autoStopDelay: item[\"autoStopDelay\"],\n deleteResourcesOnStop: item[\"deleteResourcesOnStop\"],\n };\n}\n\nexport function dataMigrationServicePropertiesDeserializer(\n item: any,\n): DataMigrationServiceProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n publicKey: item[\"publicKey\"],\n virtualSubnetId: item[\"virtualSubnetId\"],\n virtualNicId: item[\"virtualNicId\"],\n autoStopDelay: item[\"autoStopDelay\"],\n deleteResourcesOnStop: item[\"deleteResourcesOnStop\"],\n };\n}\n\n/** The resource's provisioning state */\nexport enum KnownServiceProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deploying */\n Deploying = \"Deploying\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Starting */\n Starting = \"Starting\",\n /** FailedToStart */\n FailedToStart = \"FailedToStart\",\n /** FailedToStop */\n FailedToStop = \"FailedToStop\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The resource's provisioning state \\\n * {@link KnownServiceProvisioningState} can be used interchangeably with ServiceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Accepted \\\n * **Deleting**: Deleting \\\n * **Deploying**: Deploying \\\n * **Stopped**: Stopped \\\n * **Stopping**: Stopping \\\n * **Starting**: Starting \\\n * **FailedToStart**: FailedToStart \\\n * **FailedToStop**: FailedToStop \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed\n */\nexport type ServiceProvisioningState = string;\n\n/** An Azure SKU instance */\nexport interface ServiceSku {\n /** The unique name of the SKU, such as 'P3' */\n name?: string;\n /** The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical' */\n tier?: string;\n /** The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines */\n family?: string;\n /** The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines */\n size?: string;\n /** The capacity of the SKU, if it supports scaling */\n capacity?: number;\n}\n\nexport function serviceSkuSerializer(item: ServiceSku): any {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n family: item[\"family\"],\n size: item[\"size\"],\n capacity: item[\"capacity\"],\n };\n}\n\nexport function serviceSkuDeserializer(item: any): ServiceSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n family: item[\"family\"],\n size: item[\"size\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** OData page of service objects */\nexport interface _DataMigrationServiceList {\n /** The DataMigrationService items on this page */\n value: DataMigrationService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataMigrationServiceListDeserializer(item: any): _DataMigrationServiceList {\n return {\n value: dataMigrationServiceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataMigrationServiceArraySerializer(result: Array<DataMigrationService>): any[] {\n return result.map((item) => {\n return dataMigrationServiceSerializer(item);\n });\n}\n\nexport function dataMigrationServiceArrayDeserializer(result: Array<DataMigrationService>): any[] {\n return result.map((item) => {\n return dataMigrationServiceDeserializer(item);\n });\n}\n\n/** Service health status */\nexport interface DataMigrationServiceStatusResponse {\n /** The DMS instance agent version */\n agentVersion?: string;\n /** Agent Configuration */\n agentConfiguration?: any;\n /** The machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed' */\n status?: string;\n /** The services virtual machine size, such as 'Standard_D2_v2' */\n vmSize?: string;\n /** The list of supported task types */\n supportedTaskTypes?: string[];\n}\n\nexport function dataMigrationServiceStatusResponseDeserializer(\n item: any,\n): DataMigrationServiceStatusResponse {\n return {\n agentVersion: item[\"agentVersion\"],\n agentConfiguration: item[\"agentConfiguration\"],\n status: item[\"status\"],\n vmSize: item[\"vmSize\"],\n supportedTaskTypes: !item[\"supportedTaskTypes\"]\n ? item[\"supportedTaskTypes\"]\n : item[\"supportedTaskTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** OData page of available SKUs */\nexport interface _ServiceSkuList {\n /** The AvailableServiceSku items on this page */\n value: AvailableServiceSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _serviceSkuListDeserializer(item: any): _ServiceSkuList {\n return {\n value: availableServiceSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function availableServiceSkuArrayDeserializer(result: Array<AvailableServiceSku>): any[] {\n return result.map((item) => {\n return availableServiceSkuDeserializer(item);\n });\n}\n\n/** Describes the available service SKU. */\nexport interface AvailableServiceSku {\n /** The resource type, including the provider namespace */\n resourceType?: string;\n /** SKU name, tier, etc. */\n sku?: AvailableServiceSkuSku;\n /** A description of the scaling capacities of the SKU */\n capacity?: AvailableServiceSkuCapacity;\n}\n\nexport function availableServiceSkuDeserializer(item: any): AvailableServiceSku {\n return {\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : availableServiceSkuSkuDeserializer(item[\"sku\"]),\n capacity: !item[\"capacity\"]\n ? item[\"capacity\"]\n : availableServiceSkuCapacityDeserializer(item[\"capacity\"]),\n };\n}\n\n/** SKU name, tier, etc. */\nexport interface AvailableServiceSkuSku {\n /** The name of the SKU */\n name?: string;\n /** SKU family */\n family?: string;\n /** SKU size */\n size?: string;\n /** The tier of the SKU, such as \"Basic\", \"General Purpose\", or \"Business Critical\" */\n tier?: string;\n}\n\nexport function availableServiceSkuSkuDeserializer(item: any): AvailableServiceSkuSku {\n return {\n name: item[\"name\"],\n family: item[\"family\"],\n size: item[\"size\"],\n tier: item[\"tier\"],\n };\n}\n\n/** A description of the scaling capacities of the SKU */\nexport interface AvailableServiceSkuCapacity {\n /** The minimum capacity, usually 0 or 1. */\n minimum?: number;\n /** The maximum capacity */\n maximum?: number;\n /** The default capacity */\n default?: number;\n /** The scalability approach */\n scaleType?: ServiceScalability;\n}\n\nexport function availableServiceSkuCapacityDeserializer(item: any): AvailableServiceSkuCapacity {\n return {\n minimum: item[\"minimum\"],\n maximum: item[\"maximum\"],\n default: item[\"default\"],\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** The scalability approach */\nexport enum KnownServiceScalability {\n /** none */\n None = \"none\",\n /** manual */\n Manual = \"manual\",\n /** automatic */\n Automatic = \"automatic\",\n}\n\n/**\n * The scalability approach \\\n * {@link KnownServiceScalability} can be used interchangeably with ServiceScalability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none**: none \\\n * **manual**: manual \\\n * **automatic**: automatic\n */\nexport type ServiceScalability = string;\n\n/** A resource type and proposed name */\nexport interface NameAvailabilityRequest {\n /** The proposed resource name */\n name?: string;\n /** The resource type chain (e.g. virtualMachines/extensions) */\n type?: string;\n}\n\nexport function nameAvailabilityRequestSerializer(item: NameAvailabilityRequest): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** Indicates whether a proposed resource name is available */\nexport interface NameAvailabilityResponse {\n /** If true, the name is valid and available. If false, 'reason' describes why not. */\n nameAvailable?: boolean;\n /** The reason why the name is not available, if nameAvailable is false */\n reason?: NameCheckFailureReason;\n /** The localized reason why the name is not available, if nameAvailable is false */\n message?: string;\n}\n\nexport function nameAvailabilityResponseDeserializer(item: any): NameAvailabilityResponse {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** The reason why the name is not available, if nameAvailable is false */\nexport enum KnownNameCheckFailureReason {\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * The reason why the name is not available, if nameAvailable is false \\\n * {@link KnownNameCheckFailureReason} can be used interchangeably with NameCheckFailureReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AlreadyExists**: AlreadyExists \\\n * **Invalid**: Invalid\n */\nexport type NameCheckFailureReason = string;\n\n/** A file resource */\nexport interface ProjectFile extends ProxyResource {\n /** Custom file properties */\n properties?: ProjectFileProperties;\n /** HTTP strong entity tag value. This is ignored if submitted. */\n etag?: string;\n}\n\nexport function projectFileSerializer(item: ProjectFile): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectFilePropertiesSerializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\nexport function projectFileDeserializer(item: any): ProjectFile {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectFilePropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Base class for file properties. */\nexport interface ProjectFileProperties {\n /** Optional File extension. If submitted it should not have a leading period and must match the extension from filePath. */\n extension?: string;\n /** Relative path of this file resource. This property can be set when creating or updating the file resource. */\n filePath?: string;\n /** Modification DateTime. */\n readonly lastModified?: Date;\n /** File content type. This property can be modified to reflect the file content type. */\n mediaType?: string;\n /** File size. */\n readonly size?: number;\n}\n\nexport function projectFilePropertiesSerializer(item: ProjectFileProperties): any {\n return { extension: item[\"extension\"], filePath: item[\"filePath\"], mediaType: item[\"mediaType\"] };\n}\n\nexport function projectFilePropertiesDeserializer(item: any): ProjectFileProperties {\n return {\n extension: item[\"extension\"],\n filePath: item[\"filePath\"],\n lastModified: !item[\"lastModified\"] ? item[\"lastModified\"] : new Date(item[\"lastModified\"]),\n mediaType: item[\"mediaType\"],\n size: item[\"size\"],\n };\n}\n\n/** OData page of files */\nexport interface _FileList {\n /** The ProjectFile items on this page */\n value: ProjectFile[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileListDeserializer(item: any): _FileList {\n return {\n value: projectFileArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectFileArraySerializer(result: Array<ProjectFile>): any[] {\n return result.map((item) => {\n return projectFileSerializer(item);\n });\n}\n\nexport function projectFileArrayDeserializer(result: Array<ProjectFile>): any[] {\n return result.map((item) => {\n return projectFileDeserializer(item);\n });\n}\n\n/** File storage information. */\nexport interface FileStorageInfo {\n /** A URI that can be used to access the file content. */\n uri?: string;\n /** Dictionary of <string> */\n headers?: Record<string, string>;\n}\n\nexport function fileStorageInfoDeserializer(item: any): FileStorageInfo {\n return {\n uri: item[\"uri\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The DMS (classic) List SKUs operation response. */\nexport interface _ResourceSkusResult {\n /** The ResourceSku items on this page */\n value: ResourceSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _resourceSkusResultDeserializer(item: any): _ResourceSkusResult {\n return {\n value: resourceSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[] {\n return result.map((item) => {\n return resourceSkuDeserializer(item);\n });\n}\n\n/** Describes an available DMS (classic) SKU. */\nexport interface ResourceSku {\n /** The type of resource the SKU applies to. */\n readonly resourceType?: string;\n /** The name of SKU. */\n readonly name?: string;\n /** Specifies the tier of DMS (classic) in a scale set. */\n readonly tier?: string;\n /** The Size of the SKU. */\n readonly size?: string;\n /** The Family of this particular SKU. */\n readonly family?: string;\n /** The Kind of resources that are supported in this SKU. */\n readonly kind?: string;\n /** Not used. */\n readonly capacity?: ResourceSkuCapacity;\n /** The set of locations that the SKU is available. */\n readonly locations?: string[];\n /** The api versions that support this SKU. */\n readonly apiVersions?: string[];\n /** Metadata for retrieving price info. */\n readonly costs?: ResourceSkuCosts[];\n /** A name value pair to describe the capability. */\n readonly capabilities?: ResourceSkuCapabilities[];\n /** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */\n readonly restrictions?: ResourceSkuRestrictions[];\n}\n\nexport function resourceSkuDeserializer(item: any): ResourceSku {\n return {\n resourceType: item[\"resourceType\"],\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n kind: item[\"kind\"],\n capacity: !item[\"capacity\"]\n ? item[\"capacity\"]\n : resourceSkuCapacityDeserializer(item[\"capacity\"]),\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n apiVersions: !item[\"apiVersions\"]\n ? item[\"apiVersions\"]\n : item[\"apiVersions\"].map((p: any) => {\n return p;\n }),\n costs: !item[\"costs\"] ? item[\"costs\"] : resourceSkuCostsArrayDeserializer(item[\"costs\"]),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : resourceSkuCapabilitiesArrayDeserializer(item[\"capabilities\"]),\n restrictions: !item[\"restrictions\"]\n ? item[\"restrictions\"]\n : resourceSkuRestrictionsArrayDeserializer(item[\"restrictions\"]),\n };\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ResourceSkuCapacity {\n /** The minimum capacity. */\n readonly minimum?: number;\n /** The maximum capacity. */\n readonly maximum?: number;\n /** The default capacity. */\n readonly default?: number;\n /** The scale type applicable to the SKU. */\n readonly scaleType?: ResourceSkuCapacityScaleType;\n}\n\nexport function resourceSkuCapacityDeserializer(item: any): ResourceSkuCapacity {\n return {\n minimum: item[\"minimum\"],\n maximum: item[\"maximum\"],\n default: item[\"default\"],\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** The scale type applicable to the SKU. */\nexport enum KnownResourceSkuCapacityScaleType {\n /** Automatic */\n Automatic = \"Automatic\",\n /** Manual */\n Manual = \"Manual\",\n /** None */\n None = \"None\",\n}\n\n/**\n * The scale type applicable to the SKU. \\\n * {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: Automatic \\\n * **Manual**: Manual \\\n * **None**: None\n */\nexport type ResourceSkuCapacityScaleType = string;\n\nexport function resourceSkuCostsArrayDeserializer(result: Array<ResourceSkuCosts>): any[] {\n return result.map((item) => {\n return resourceSkuCostsDeserializer(item);\n });\n}\n\n/** Describes metadata for retrieving price info. */\nexport interface ResourceSkuCosts {\n /** Used for querying price from commerce. */\n readonly meterID?: string;\n /** The multiplier is needed to extend the base metered cost. */\n readonly quantity?: number;\n /** An invariant to show the extended unit. */\n readonly extendedUnit?: string;\n}\n\nexport function resourceSkuCostsDeserializer(item: any): ResourceSkuCosts {\n return {\n meterID: item[\"meterID\"],\n quantity: item[\"quantity\"],\n extendedUnit: item[\"extendedUnit\"],\n };\n}\n\nexport function resourceSkuCapabilitiesArrayDeserializer(\n result: Array<ResourceSkuCapabilities>,\n): any[] {\n return result.map((item) => {\n return resourceSkuCapabilitiesDeserializer(item);\n });\n}\n\n/** Describes The SKU capabilities object. */\nexport interface ResourceSkuCapabilities {\n /** An invariant to describe the feature. */\n readonly name?: string;\n /** An invariant if the feature is measured by quantity. */\n readonly value?: string;\n}\n\nexport function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\nexport function resourceSkuRestrictionsArrayDeserializer(\n result: Array<ResourceSkuRestrictions>,\n): any[] {\n return result.map((item) => {\n return resourceSkuRestrictionsDeserializer(item);\n });\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ResourceSkuRestrictions {\n /** The type of restrictions. */\n readonly type?: ResourceSkuRestrictionsType;\n /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */\n readonly values?: string[];\n /** The reason code for restriction. */\n readonly reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\nexport function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions {\n return {\n type: item[\"type\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n reasonCode: item[\"reasonCode\"],\n };\n}\n\n/** The type of restrictions. */\nexport enum KnownResourceSkuRestrictionsType {\n /** location */\n Location = \"location\",\n}\n\n/**\n * The type of restrictions. \\\n * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **location**: location\n */\nexport type ResourceSkuRestrictionsType = string;\n\n/** The reason code for restriction. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * The reason code for restriction. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId**: QuotaId \\\n * **NotAvailableForSubscription**: NotAvailableForSubscription\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** OData page of quota objects */\nexport interface _QuotaList {\n /** The Quota items on this page */\n value: Quota[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _quotaListDeserializer(item: any): _QuotaList {\n return {\n value: quotaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function quotaArrayDeserializer(result: Array<Quota>): any[] {\n return result.map((item) => {\n return quotaDeserializer(item);\n });\n}\n\n/** Describes a quota for or usage details about a resource */\nexport interface Quota {\n /** The current value of the quota. If null or missing, the current value cannot be determined in the context of the request. */\n currentValue?: number;\n /** The resource ID of the quota object */\n id?: string;\n /** The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage. */\n limit?: number;\n /** The name of the quota */\n name?: QuotaName;\n /** The unit for the quota, such as Count, Bytes, BytesPerSecond, etc. */\n unit?: string;\n}\n\nexport function quotaDeserializer(item: any): Quota {\n return {\n currentValue: item[\"currentValue\"],\n id: item[\"id\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : quotaNameDeserializer(item[\"name\"]),\n unit: item[\"unit\"],\n };\n}\n\n/** The name of the quota */\nexport interface QuotaName {\n /** The localized name of the quota */\n localizedValue?: string;\n /** The unlocalized name (or ID) of the quota */\n value?: string;\n}\n\nexport function quotaNameDeserializer(item: any): QuotaName {\n return {\n localizedValue: item[\"localizedValue\"],\n value: item[\"value\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-09-01-preview API version. */\n V20250901Preview = \"2025-09-01-preview\",\n}\n\nexport function _databaseMigrationCosmosDbMongoPropertiesSerializer(\n item: DatabaseMigrationCosmosDbMongo,\n): any {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n provisioningError: item[\"provisioningError\"],\n sourceMongoConnection: !item[\"sourceMongoConnection\"]\n ? item[\"sourceMongoConnection\"]\n : mongoConnectionInformationSerializer(item[\"sourceMongoConnection\"]),\n targetMongoConnection: !item[\"targetMongoConnection\"]\n ? item[\"targetMongoConnection\"]\n : mongoConnectionInformationSerializer(item[\"targetMongoConnection\"]),\n collectionList: !item[\"collectionList\"]\n ? item[\"collectionList\"]\n : mongoMigrationCollectionArraySerializer(item[\"collectionList\"]),\n };\n}\n\nexport function _databaseMigrationCosmosDbMongoPropertiesDeserializer(item: any) {\n return {\n kind: item[\"kind\"],\n scope: item[\"scope\"],\n provisioningState: item[\"provisioningState\"],\n migrationStatus: item[\"migrationStatus\"],\n startedOn: !item[\"startedOn\"] ? item[\"startedOn\"] : new Date(item[\"startedOn\"]),\n endedOn: !item[\"endedOn\"] ? item[\"endedOn\"] : new Date(item[\"endedOn\"]),\n migrationService: item[\"migrationService\"],\n migrationOperationId: item[\"migrationOperationId\"],\n migrationFailureError: !item[\"migrationFailureError\"]\n ? item[\"migrationFailureError\"]\n : errorInfoDeserializer(item[\"migrationFailureError\"]),\n provisioningError: item[\"provisioningError\"],\n sourceMongoConnection: !item[\"sourceMongoConnection\"]\n ? item[\"sourceMongoConnection\"]\n : mongoConnectionInformationDeserializer(item[\"sourceMongoConnection\"]),\n targetMongoConnection: !item[\"targetMongoConnection\"]\n ? item[\"targetMongoConnection\"]\n : mongoConnectionInformationDeserializer(item[\"targetMongoConnection\"]),\n collectionList: !item[\"collectionList\"]\n ? item[\"collectionList\"]\n : mongoMigrationCollectionArrayDeserializer(item[\"collectionList\"]),\n };\n}\n\nexport function _migrationServicePropertiesSerializer(_item: MigrationService): any {\n return {};\n}\n\nexport function _migrationServicePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n integrationRuntimeState: item[\"integrationRuntimeState\"],\n };\n}\n\nexport function _sqlMigrationServicePropertiesSerializer(_item: SqlMigrationService): any {\n return {};\n}\n\nexport function _sqlMigrationServicePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n integrationRuntimeState: item[\"integrationRuntimeState\"],\n };\n}\n\nexport function _projectPropertiesSerializer(item: Project): any {\n return {\n sourcePlatform: item[\"sourcePlatform\"],\n azureAuthenticationInfo: !item[\"azureAuthenticationInfo\"]\n ? item[\"azureAuthenticationInfo\"]\n : azureActiveDirectoryAppSerializer(item[\"azureAuthenticationInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n sourceConnectionInfo: !item[\"sourceConnectionInfo\"]\n ? item[\"sourceConnectionInfo\"]\n : connectionInfoUnionSerializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: !item[\"targetConnectionInfo\"]\n ? item[\"targetConnectionInfo\"]\n : connectionInfoUnionSerializer(item[\"targetConnectionInfo\"]),\n databasesInfo: !item[\"databasesInfo\"]\n ? item[\"databasesInfo\"]\n : databaseInfoArraySerializer(item[\"databasesInfo\"]),\n };\n}\n\nexport function _projectPropertiesDeserializer(item: any) {\n return {\n sourcePlatform: item[\"sourcePlatform\"],\n azureAuthenticationInfo: !item[\"azureAuthenticationInfo\"]\n ? item[\"azureAuthenticationInfo\"]\n : azureActiveDirectoryAppDeserializer(item[\"azureAuthenticationInfo\"]),\n targetPlatform: item[\"targetPlatform\"],\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n sourceConnectionInfo: !item[\"sourceConnectionInfo\"]\n ? item[\"sourceConnectionInfo\"]\n : connectionInfoUnionDeserializer(item[\"sourceConnectionInfo\"]),\n targetConnectionInfo: !item[\"targetConnectionInfo\"]\n ? item[\"targetConnectionInfo\"]\n : connectionInfoUnionDeserializer(item[\"targetConnectionInfo\"]),\n databasesInfo: !item[\"databasesInfo\"]\n ? item[\"databasesInfo\"]\n : databaseInfoArrayDeserializer(item[\"databasesInfo\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _dataMigrationServicePropertiesSerializer(item: DataMigrationService): any {\n return {\n publicKey: item[\"publicKey\"],\n virtualSubnetId: item[\"virtualSubnetId\"],\n virtualNicId: item[\"virtualNicId\"],\n autoStopDelay: item[\"autoStopDelay\"],\n deleteResourcesOnStop: item[\"deleteResourcesOnStop\"],\n };\n}\n\nexport function _dataMigrationServicePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n publicKey: item[\"publicKey\"],\n virtualSubnetId: item[\"virtualSubnetId\"],\n virtualNicId: item[\"virtualNicId\"],\n autoStopDelay: item[\"autoStopDelay\"],\n deleteResourcesOnStop: item[\"deleteResourcesOnStop\"],\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kCAAqC;AAgB9B,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,OAAO,sCAAsC,KAAK,OAAO,CAAC;AAAA,IAC1D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,sCAAsC,QAA4C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAaO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,IACjC,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,wCAAwC,KAAK,SAAS,CAAC;AAAA,IAC3D,QAAQ,KAAK,QAAQ;AAAA,IACrB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,EACN;AACF;AAUO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAGO,IAAK,uBAAL,kBAAKA,0BAAL;AAEL,EAAAA,sBAAA,UAAO;AAEP,EAAAA,sBAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAgBL,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wBAAwB,KAAK,OAAO,CAAC;AAAA,EAC/E;AACF;AAgBO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,IACvB,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,6BAA6B,KAAK,SAAS,CAAC;AAAA,IAC1F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,qCAAqC,KAAK,gBAAgB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AA+BO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,oDAAoD,IAAI;AAAA,EAC9D;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,sDAAsD,KAAK,YAAY,CAAC;AAAA,EAC9E;AACF;AAaO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,wCAAwC,KAAK,gBAAgB,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,uCAAuC,KAAK,uBAAuB,CAAC;AAAA,IACxE,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,uCAAuC,KAAK,uBAAuB,CAAC;AAAA,IACxE,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,0CAA0C,KAAK,gBAAgB,CAAC;AAAA,EACtE;AACF;AAkBO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,KAAK,QAAQ;AAAA,IACrB,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,KAAK,QAAQ;AAAA,IACrB,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,wCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mCAAmC,IAAI;AAAA,EAChD,CAAC;AACH;AAEO,SAAS,0CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qCAAqC,IAAI;AAAA,EAClD,CAAC;AACH;AAgBO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,0CAA0C,KAAK,0BAA0B,CAAC;AAAA,EAChF;AACF;AAgBO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,gBAAa;AAEb,EAAAA,2BAAA,gBAAa;AAEb,EAAAA,2BAAA,eAAY;AAEZ,EAAAA,2BAAA,YAAS;AAET,EAAAA,2BAAA,cAAW;AAVD,SAAAA;AAAA,GAAA;AAiDL,SAAS,0CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAQO,SAAS,+CACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO,2CAA2C,IAAwC;AAAA,IAE5F;AACE,aAAO,0CAA0C,IAAI;AAAA,EACzD;AACF;AAEO,SAAS,iDACd,MACsC;AACtC,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAO,6CAA6C,IAAwC;AAAA,IAE9F;AACE,aAAO,4CAA4C,IAAI;AAAA,EAC3D;AACF;AAGO,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,WAAQ;AAER,EAAAA,mBAAA,WAAQ;AAER,EAAAA,mBAAA,WAAQ;AAER,EAAAA,mBAAA,0BAAuB;AAEvB,EAAAA,mBAAA,iCAA8B;AAVpB,SAAAA;AAAA,GAAA;AAiBL,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,kBAAe;AAEf,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,eAAY;AAEZ,EAAAA,wBAAA,YAAS;AAET,EAAAA,wBAAA,cAAW;AAVD,SAAAA;AAAA,GAAA;AAkCL,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAeO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,mCAAmC,KAAK,qBAAqB,CAAC;AAAA,IAClE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,mCAAmC,KAAK,qBAAqB,CAAC;AAAA,IAClE,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,qCAAqC,KAAK,qBAAqB,CAAC;AAAA,IACpE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,wCAAwC,KAAK,wBAAwB,CAAC;AAAA,IAC1E,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,qCAAqC,KAAK,qBAAqB,CAAC;AAAA,IACpE,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,sCAAsC,KAAK,sBAAsB,CAAC;AAAA,IACtE,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAYO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,qCAAqC,KAAK,2BAA2B,CAAC;AAAA,EAC5E;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AA4BO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,QAAQ,KAAK,QAAQ;AAAA,IACrB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,UAAU,KAAK,UAAU;AAAA,IACzB,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAkBO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAQO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAiBO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,mCAAmC,KAAK,qBAAqB,CAAC;AAAA,IAClE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,qCAAqC,KAAK,qBAAqB,CAAC;AAAA,IACpE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AASO,SAAS,2CACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,2CAA2C,IAAwC;AAAA,IAE5F,KAAK;AACH,aAAO,2CAA2C,IAAwC;AAAA,IAE5F,KAAK;AACH,aAAO,2CAA2C,IAAwC;AAAA,IAE5F;AACE,aAAO,sCAAsC,IAAI;AAAA,EACrD;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,6CAA6C,IAAwC;AAAA,IAE9F,KAAK;AACH,aAAO,6CAA6C,IAAwC;AAAA,IAE9F,KAAK;AACH,aAAO,6CAA6C,IAAwC;AAAA,IAE9F;AACE,aAAO,wCAAwC,IAAI;AAAA,EACvD;AACF;AAaO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,mCAAmC,KAAK,qBAAqB,CAAC;AAAA,IAClE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,8BAA8B,KAAK,qBAAqB,CAAC;AAAA,IAC7D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,+BAA+B,KAAK,sBAAsB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,qCAAqC,KAAK,qBAAqB,CAAC;AAAA,IACpE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,mCAAmC,KAAK,wBAAwB,CAAC;AAAA,IACrE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,IAC/D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACnE;AACF;AAgCO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,6BAA6B,KAAK,mBAAmB,CAAC;AAAA,IAC1D,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,6BAA6B,KAAK,2BAA2B,CAAC;AAAA,IAClE,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,kCAAkC,KAAK,kBAAkB,CAAC;AAAA,IAC9D,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,KAAK,0BAA0B,EAAE,IAAI,CAAC,MAAW;AAC/C,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AA4BO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,mCAAmC,KAAK,mBAAmB,CAAC;AAAA,IAChE,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,aAAa,KAAK,aAAa;AAAA,IAC/B,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAsBO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,KAAK,UAAU;AAAA,IACzB,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,KAAK,cAAc;AAAA,IACjC,sBAAsB,KAAK,sBAAsB;AAAA,EACnD;AACF;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,IACnD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,yBAAyB,KAAK,gBAAgB,CAAC;AAAA,EACrD;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,2BAA2B,KAAK,gBAAgB,CAAC;AAAA,IACrD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,2BAA2B,KAAK,gBAAgB,CAAC;AAAA,EACvD;AACF;AAYO,SAAS,yBAAyB,MAA2B;AAClE,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,uBAAuB,KAAK,WAAW,CAAC;AAAA,IAC5F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,oBAAoB,KAAK,WAAW,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,yBAAyB,KAAK,WAAW,CAAC;AAAA,IAC9F,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,sBAAsB,KAAK,WAAW,CAAC;AAAA,IAC3F,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAYO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,GAAG,UAAU,KAAK,UAAU,EAAE;AACtF;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAgBO,SAAS,oBAAoB,MAAsB;AACxD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,iCAAiC,KAAK,UAAU,CAAC;AAAA,IACrD,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,mCAAmC,KAAK,UAAU,CAAC;AAAA,IACvD,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAiBO,SAAS,iCAAiC,MAAmC;AAClF,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,wBAAwB,KAAK,wBAAwB,EAAE;AACtF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,wBAAwB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB;AAAA,QAC5E;AAAA,QACA,CAAC,IAAI,IAAI,iCAAiC,CAAC;AAAA,MAC7C,CAAC;AAAA,IACH;AAAA,EACN;AACF;AAGO,IAAK,kCAAL,kBAAKC,qCAAL;AAEL,EAAAA,iCAAA,UAAO;AAEP,EAAAA,iCAAA,oBAAiB;AAEjB,EAAAA,iCAAA,kBAAe;AAEf,EAAAA,iCAAA,gCAA6B;AARnB,SAAAA;AAAA,GAAA;AA+BL,SAAS,+BAA+B,OAAkC;AAC/E,SAAO,CAAC;AACV;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,yBAAyB,MAA2B;AAClE,SAAO;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO,EAAE,SAAS,KAAK,SAAS,GAAG,gBAAgB,KAAK,gBAAgB,EAAE;AAC5E;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAaO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,mCAAmC,KAAK,qBAAqB,CAAC;AAAA,IAClE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,8BAA8B,KAAK,qBAAqB,CAAC;AAAA,IAC7D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,+BAA+B,KAAK,sBAAsB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,qCAAqC,KAAK,qBAAqB,CAAC;AAAA,IACpE,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,mCAAmC,KAAK,wBAAwB,CAAC;AAAA,IACrE,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,gCAAgC,KAAK,qBAAqB,CAAC;AAAA,IAC/D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACnE;AACF;AAKO,SAAS,wBAAwB,OAA2B;AACjE,SAAO,CAAC;AACV;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAcO,SAAS,mBAAmB,OAAsB;AACvD,SAAO,CAAC;AACV;AAEO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAkBO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,EACrC;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,UAAO;AAEP,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,qBAAkB;AAElB,EAAAA,oBAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AA+BL,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,OAAO,gDAAgD,KAAK,OAAO,CAAC;AAAA,IACpE,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,8CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yCAAyC,IAAI;AAAA,EACtD,CAAC;AACH;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAUO,SAAS,2BAA2B,MAA6B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,gBAAY,kDAAqB,MAAM,CAAC,CAAC,IACrC,SACA,sCAAsC,IAAI;AAAA,EAChD;AACF;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,wCAAwC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAUO,SAAS,qCAAqC,OAAwC;AAC3F,SAAO,CAAC;AACV;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAUO,SAAS,0BAA0B,MAA4B;AACpE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC1D;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAUO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,OAAO,kCAAkC,KAAK,OAAO,CAAC;AAAA,IACtD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,gCAAgC,QAAwC;AACtF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,OAAO,uCAAuC,KAAK,OAAO,CAAC;AAAA,IAC3D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAQO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,iDAAiD,KAAK,YAAY,CAAC;AAAA,EACzE;AACF;AAYO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,CAAC,IACrC,SACA,yCAAyC,IAAI;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,IACjE,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAC5F;AACF;AAUO,SAAS,wCAAwC,OAA2C;AACjG,SAAO,CAAC;AACV;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAQO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAUO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,OAAO,qCAAqC,KAAK,OAAO,CAAC;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,mCAAmC,QAA2C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAUO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAYO,SAAS,wBAAwB,MAA0B;AAChE,SAAO,EAAE,SAAS,KAAK,SAAS,GAAG,UAAU,KAAK,UAAU,GAAG,UAAU,KAAK,UAAU,EAAE;AAC5F;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,qBAAqB,MAAuB;AAC1D,SAAO,EAAE,UAAU,KAAK,UAAU,GAAG,wBAAwB,KAAK,wBAAwB,EAAE;AAC9F;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAUO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,OAAO,mCAAmC,KAAK,OAAO,CAAC;AAAA,IACvD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAQO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAUO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,oCAAoC,KAAK,OAAO,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,oCAAoC,QAA0C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAwBO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,sBAAsB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IACpF;AAAA,IACJ,UAAU,KAAK,UAAU;AAAA,IACzB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,WAAW,KAAK,WAAW;AAAA,IAC3B,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAUO,SAAS,sBAAsB,MAAwB;AAC5D,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,qCAAqC,KAAK,YAAY,CAAC;AAAA,IAC3D,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uCAAuC,KAAK,YAAY,CAAC;AAAA,IAC7D,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAiBO,SAAS,gCAAgC,MAAkC;AAChF,SAAO,EAAE,UAAU,KAAK,UAAU,GAAG,YAAY,KAAK,YAAY,EAAE;AACtE;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,EACN;AACF;AA4CO,SAAS,qCAAqC,MAAuC;AAC1F,UAAQ,KAAK,UAAU;AAAA,IACrB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,uCAAuC,IAAoC;AAAA,IAEpF,KAAK;AACH,aAAO,wCAAwC,IAAqC;AAAA,IAEtF,KAAK;AACH,aAAO,yCAAyC,IAAsC;AAAA,IAExF,KAAK;AACH,aAAO,yCAAyC,IAAsC;AAAA,IAExF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,yCAAyC,IAAsC;AAAA,IAExF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,4CAA4C,IAAyC;AAAA,IAE9F,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,2CAA2C,IAAwC;AAAA,IAE5F,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,uCAAuC,IAAoC;AAAA,IAEpF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,wCAAwC,IAAqC;AAAA,IAEtF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,oCAAoC,IAAiC;AAAA,IAE9E;AACE,aAAO,gCAAgC,IAAI;AAAA,EAC/C;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,UAAQ,KAAK,UAAU,GAAG;AAAA,IACxB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,yCAAyC,IAAoC;AAAA,IAEtF,KAAK;AACH,aAAO,0CAA0C,IAAqC;AAAA,IAExF,KAAK;AACH,aAAO,2CAA2C,IAAsC;AAAA,IAE1F,KAAK;AACH,aAAO,2CAA2C,IAAsC;AAAA,IAE1F,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,2CAA2C,IAAsC;AAAA,IAE1F,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,6CAA6C,IAAwC;AAAA,IAE9F,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,yCAAyC,IAAoC;AAAA,IAEtF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,0CAA0C,IAAqC;AAAA,IAExF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,sCAAsC,IAAiC;AAAA,IAEhF;AACE,aAAO,kCAAkC,IAAI;AAAA,EACjD;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,oBAAiB;AAEjB,EAAAA,eAAA,8BAA2B;AAE3B,EAAAA,eAAA,kCAA+B;AAE/B,EAAAA,eAAA,mCAAgC;AAEhC,EAAAA,eAAA,0BAAuB;AAEvB,EAAAA,eAAA,+BAA4B;AAE5B,EAAAA,eAAA,0BAAuB;AAEvB,EAAAA,eAAA,8BAA2B;AAE3B,EAAAA,eAAA,6CAA0C;AAE1C,EAAAA,eAAA,mDAAgD;AAEhD,EAAAA,eAAA,iCAA8B;AAE9B,EAAAA,eAAA,wCAAqC;AAErC,EAAAA,eAAA,oCAAiC;AAEjC,EAAAA,eAAA,sBAAmB;AAEnB,EAAAA,eAAA,iCAA8B;AAE9B,EAAAA,eAAA,yBAAsB;AAEtB,EAAAA,eAAA,6BAA0B;AAE1B,EAAAA,eAAA,wBAAqB;AAErB,EAAAA,eAAA,oBAAiB;AAEjB,EAAAA,eAAA,kCAA+B;AAE/B,EAAAA,eAAA,yCAAsC;AAEtC,EAAAA,eAAA,2BAAwB;AAExB,EAAAA,eAAA,oCAAiC;AAEjC,EAAAA,eAAA,qCAAkC;AAElC,EAAAA,eAAA,iCAA8B;AAE9B,EAAAA,eAAA,iDAA8C;AAE9C,EAAAA,eAAA,2CAAwC;AAExC,EAAAA,eAAA,8CAA2C;AAE3C,EAAAA,eAAA,iDAA8C;AAE9C,EAAAA,eAAA,wDAAqD;AAErD,EAAAA,eAAA,qBAAkB;AAElB,EAAAA,eAAA,yCAAsC;AAEtC,EAAAA,eAAA,2BAAwB;AAExB,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,qBAAkB;AAElB,EAAAA,eAAA,sBAAmB;AAEnB,EAAAA,eAAA,uBAAoB;AAEpB,EAAAA,eAAA,iCAA8B;AA5EpB,SAAAA;AAAA,GAAA;AA6HL,SAAS,4BAA4B,QAAkC;AAC5E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAYO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,4BAA4B,KAAK,SAAS,CAAC;AAAA,EAC3F;AACF;AAGO,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,aAAU;AAEV,EAAAA,gBAAA,YAAS;AAET,EAAAA,gBAAA,aAAU;AAEV,EAAAA,gBAAA,cAAW;AAEX,EAAAA,gBAAA,eAAY;AAEZ,EAAAA,gBAAA,YAAS;AAET,EAAAA,gBAAA,2BAAwB;AAExB,EAAAA,gBAAA,aAAU;AAhBA,SAAAA;AAAA,GAAA;AAmCL,SAAS,sCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAEO,SAAS,wCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mCAAmC,IAAI;AAAA,EAChD,CAAC;AACH;AAaO,SAAS,4BAA4B,MAA8B;AACxE,SAAO,EAAE,aAAa,KAAK,aAAa,EAAE;AAC5C;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAWO,SAAS,iCAAiC,MAAmC;AAClF,UAAQ,KAAK,aAAa;AAAA,IACxB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,+BAA+B,IAA4B;AAAA,IAEpE,KAAK;AACH,aAAO,+BAA+B,IAA4B;AAAA,IAEpE,KAAK;AACH,aAAO,gCAAgC,IAA6B;AAAA,IAEtE;AACE,aAAO,4BAA4B,IAAI;AAAA,EAC3C;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,UAAQ,KAAK,aAAa,GAAG;AAAA,IAC3B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,iCAAiC,IAA4B;AAAA,IAEtE,KAAK;AACH,aAAO,iCAAiC,IAA4B;AAAA,IAEtE,KAAK;AACH,aAAO,kCAAkC,IAA6B;AAAA,IAExE;AACE,aAAO,8BAA8B,IAAI;AAAA,EAC7C;AACF;AAGO,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,iCAA8B;AAE9B,EAAAA,kBAAA,0CAAuC;AAEvC,EAAAA,kBAAA,YAAS;AAET,EAAAA,kBAAA,YAAS;AAET,EAAAA,kBAAA,aAAU;AAVA,SAAAA;AAAA,GAAA;AA2BL,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,aAAU;AAEV,EAAAA,mBAAA,cAAW;AAEX,EAAAA,mBAAA,aAAU;AAEV,EAAAA,mBAAA,eAAY;AAEZ,EAAAA,mBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AAsCL,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0CAA0C,KAAK,OAAO,CAAC;AAAA,IAC3D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4CAA4C,KAAK,OAAO,CAAC;AAAA,IAC7D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,6CAA6C,KAAK,QAAQ,CAAC;AAAA,IAC/D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAUO,SAAS,0CACd,MACK;AACL,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,YAAY;AAAA,EAC1C;AACF;AAEO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,EACtC;AACF;AAUO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,qCAAqC,KAAK,QAAQ,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAkBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAYO,SAAS,iDACd,MACK;AACL,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4CAA4C,KAAK,OAAO,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,8CAA8C,KAAK,OAAO,CAAC;AAAA,IAC/D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,+CAA+C,KAAK,QAAQ,CAAC;AAAA,EACnE;AACF;AAQO,SAAS,4CACd,MACK;AACL,SAAO,EAAE,oBAAoB,KAAK,oBAAoB,EAAE;AAC1D;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAQO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,qCAAqC,KAAK,QAAQ,CAAC;AAAA,EAChG;AACF;AAUO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,8BAA8B,KAAK,OAAO,CAAC;AAAA,EACrF;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAQO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO,EAAE,YAAY,KAAK,YAAY,EAAE;AAC1C;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,oCAAoC,KAAK,OAAO,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,sCAAsC,KAAK,OAAO,CAAC;AAAA,EAC7F;AACF;AAQO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,YAAY,KAAK,YAAY,GAAG,WAAW,KAAK,WAAW,EAAE;AACxE;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAUO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,8BAA8B,KAAK,OAAO,CAAC;AAAA,EACrF;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAkBO,SAAS,oDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+CAA+C,KAAK,OAAO,CAAC;AAAA,IAChE,WAAW,KAAK,WAAW;AAAA,IAC3B,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAEO,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,iDAAiD,KAAK,OAAO,CAAC;AAAA,IAClE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4DAA4D,KAAK,QAAQ,CAAC;AAAA,IAC9E,WAAW,KAAK,WAAW;AAAA,IAC3B,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAYO,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,wDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mDAAmD,IAAI;AAAA,EAChE,CAAC;AACH;AAEO,SAAS,0DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qDAAqD,IAAI;AAAA,EAClE,CAAC;AACH;AAcO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,iCAAiC,KAAK,eAAe,CAAC;AAAA,EAC5D;AACF;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,mCAAmC,KAAK,eAAe,CAAC;AAAA,EAC9D;AACF;AAYO,SAAS,iCAAiC,MAAmC;AAClF,SAAO,EAAE,cAAc,KAAK,cAAc,GAAG,QAAQ,KAAK,QAAQ,GAAG,UAAU,KAAK,UAAU,EAAE;AAClG;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,UAAO;AAEP,EAAAA,4BAAA,uBAAoB;AAEpB,EAAAA,4BAAA,oBAAiB;AANP,SAAAA;AAAA,GAAA;AAoBL,SAAS,4DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uDAAuD,IAAI;AAAA,EACpE,CAAC;AACH;AAWO,SAAS,kDACd,MACuC;AACvC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,uDACd,MAC4C;AAC5C,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,4CAA4C,IAAuC;AAAA,IAE5F;AACE,aAAO,kDAAkD,IAAI;AAAA,EACjE;AACF;AAsBO,SAAS,gEACd,MACqD;AACrD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,EAC3D;AACF;AAGO,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,gBAAa;AAEb,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,eAAY;AAEZ,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,aAAU;AAdA,SAAAA;AAAA,GAAA;AA0DL,SAAS,+DACd,MACoD;AACpD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,gBAAa;AAEb,EAAAA,2BAAA,sBAAmB;AAEnB,EAAAA,2BAAA,uBAAoB;AAEpB,EAAAA,2BAAA,uBAAoB;AAEpB,EAAAA,2BAAA,sBAAmB;AAEnB,EAAAA,2BAAA,qBAAkB;AAElB,EAAAA,2BAAA,qBAAkB;AAElB,EAAAA,2BAAA,eAAY;AAEZ,EAAAA,2BAAA,2BAAwB;AAExB,EAAAA,2BAAA,YAAS;AApBC,SAAAA;AAAA,GAAA;AAmDL,SAAS,uDACd,MAC4C;AAC5C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAUO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAYO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,kCAAkC,KAAK,OAAO,CAAC;AAAA,EACzF;AACF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,oCAAoC,KAAK,OAAO,CAAC;AAAA,IACzF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0CAA0C,KAAK,QAAQ,CAAC;AAAA,EAC9D;AACF;AAQO,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,eAAe,KAAK,eAAe,EAAE;AAChD;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAEO,SAAS,0CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qCAAqC,IAAI;AAAA,EAClD,CAAC;AACH;AAUO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,gCAAgC,KAAK,iBAAiB,CAAC;AAAA,IAC3D,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAkBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,yBAAyB,CAAC,KAAK,yBAAyB,IACpD,KAAK,yBAAyB,IAC9B,KAAK,yBAAyB,EAAE,IAAI,CAAC,MAAW;AAC9C,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAYO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,mCAAmC,KAAK,OAAO,CAAC;AAAA,EAC1F;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qCAAqC,KAAK,OAAO,CAAC;AAAA,IAC1F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,2CAA2C,KAAK,QAAQ,CAAC;AAAA,EAC/D;AACF;AAQO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,oBAAoB,KAAK,aAAa,CAAC;AAAA,EAC7C;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,sBAAsB,KAAK,aAAa,CAAC;AAAA,EAC/C;AACF;AAYO,SAAS,oBAAoB,MAAsB;AACxD,SAAO,EAAE,UAAU,KAAK,UAAU,GAAG,UAAU,KAAK,UAAU,GAAG,MAAM,KAAK,MAAM,EAAE;AACtF;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAUO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,oCAAoC,KAAK,OAAO,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,sCAAsC,KAAK,OAAO,CAAC;AAAA,IAC3F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4CAA4C,KAAK,QAAQ,CAAC;AAAA,EAChE;AACF;AAQO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,mBAAmB,KAAK,mBAAmB,EAAE;AACxD;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,4CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uCAAuC,IAAI;AAAA,EACpD,CAAC;AACH;AAQO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,kCAAkC,KAAK,OAAO,CAAC;AAAA,IACvF,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,oCAAoC,KAAK,QAAQ,CAAC;AAAA,EAC/F;AACF;AA6BO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAGO,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,UAAO;AAEP,EAAAA,yBAAA,2BAAwB;AAExB,EAAAA,yBAAA,uBAAoB;AAEpB,EAAAA,yBAAA,+BAA4B;AAE5B,EAAAA,yBAAA,6BAA0B;AAVhB,SAAAA;AAAA,GAAA;AA0BL,SAAS,oCAAoC,QAA0C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAcO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,WAAW,qCAAqC,KAAK,WAAW,CAAC;AAAA,IACjE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,IACzB,eAAe,KAAK,eAAe;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,aAAa,uCAAuC,KAAK,aAAa,CAAC;AAAA,IACvE,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,uCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kCAAkC,IAAI;AAAA,EAC/C,CAAC;AACH;AAoBO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,IACzB,eAAe,KAAK,eAAe;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,cAAc,KAAK,cAAc;AAAA,IACjC,UAAU,KAAK,UAAU;AAAA,IACzB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,gCAAgC,KAAK,UAAU,CAAC;AAAA,IACpD,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,QAAQ,sCAAsC,KAAK,QAAQ,CAAC;AAAA,IAC5D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,oCAAoC,QAA4C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAEO,SAAS,sCAAsC,QAA4C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAUO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,OAAO,KAAK,OAAO,EAAE;AACpD;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,aAAU;AAEV,EAAAA,2BAAA,aAAU;AAEV,EAAAA,2BAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAqBL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,mBAAgB;AAEhB,EAAAA,yBAAA,cAAW;AAEX,EAAAA,yBAAA,aAAU;AANA,SAAAA;AAAA,GAAA;AAgCL,SAAS,iDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4CAA4C,KAAK,OAAO,CAAC;AAAA,IAC7D,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAEO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,8CAA8C,KAAK,OAAO,CAAC;AAAA,IAC/D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,yDAAyD,KAAK,QAAQ,CAAC;AAAA,IAC3E,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAsBO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AA8BO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAqBL,SAAS,yDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oDAAoD,IAAI;AAAA,EACjE,CAAC;AACH;AAWO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,oDACd,MACyC;AACzC,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,+CAA+C,IAAI;AAAA,EAC9D;AACF;AAsBO,SAAS,wDACd,MAC6C;AAC7C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAkBO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,kCAAkC,KAAK,eAAe,CAAC;AAAA,IAC3D,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAoBO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,IAAI,KAAK,IAAI;AAAA,IACb,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,UAAO;AAEP,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,gBAAa;AAEb,EAAAA,uBAAA,kBAAe;AAEf,EAAAA,uBAAA,cAAW;AAVD,SAAAA;AAAA,GAAA;AA2BL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,mBAAgB;AAEhB,EAAAA,0BAAA,mBAAgB;AAEhB,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,oBAAiB;AAdP,SAAAA;AAAA,GAAA;AAiCL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,YAAS;AAET,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,gBAAa;AAEb,EAAAA,oBAAA,qBAAkB;AAElB,EAAAA,oBAAA,aAAU;AAEV,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,aAAU;AAEV,EAAAA,oBAAA,aAAU;AAEV,EAAAA,oBAAA,sBAAmB;AAlBT,SAAAA;AAAA,GAAA;AAsDL,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,KAAK,WAAW;AAAA,IAC3B,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACvE;AACF;AAGO,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,iBAAc;AAEd,EAAAA,gBAAA,kBAAe;AAEf,EAAAA,gBAAA,cAAW;AAEX,EAAAA,gBAAA,iBAAc;AAEd,EAAAA,gBAAA,mBAAgB;AAEhB,EAAAA,gBAAA,kBAAe;AAEf,EAAAA,gBAAA,mBAAgB;AAdN,SAAAA;AAAA,GAAA;AAwCL,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,KAAK,oBAAoB,EAAE,IAAI,CAAC,MAAW;AACzC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAsBO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,KAAK,UAAU;AAAA,IACzB,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,IACnC,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,IACjE,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACvE;AACF;AAYO,SAAS,qDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4CAA4C,KAAK,OAAO,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,uDACd,MAC4C;AAC5C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,8CAA8C,KAAK,OAAO,CAAC;AAAA,IAC/D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,yDAAyD,KAAK,QAAQ,CAAC;AAAA,EAC7E;AACF;AAYO,SAAS,sDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,iDAAiD,KAAK,OAAO,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,wDACd,MAC6C;AAC7C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,mDAAmD,KAAK,OAAO,CAAC;AAAA,IACpE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,yDAAyD,KAAK,QAAQ,CAAC;AAAA,EAC7E;AACF;AAQO,SAAS,iDACd,MACK;AACL,SAAO,EAAE,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC,EAAE;AAClG;AAEO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACzF;AACF;AA4BO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,KAAK,MAAM;AAAA,IACjB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,KAAK,MAAM;AAAA,IACjB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,yDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oDAAoD,IAAI;AAAA,EACjE,CAAC;AACH;AAgBO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0CAA0C,KAAK,OAAO,CAAC;AAAA,IAC3D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAcO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAoBO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAGO,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,eAAY;AAEZ,EAAAA,8BAAA,qBAAkB;AAJR,SAAAA;AAAA,GAAA;AAiBL,SAAS,iDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4CAA4C,IAAI;AAAA,EACzD,CAAC;AACH;AAgBO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,6BAA6B,KAAK,kBAAkB,CAAC;AAAA,IACzD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAkBO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,KAAK,eAAe;AAAA,IACnC,8BAA8B,KAAK,8BAA8B;AAAA,IACjE,qBAAqB,KAAK,qBAAqB;AAAA,EACjD;AACF;AAYO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,EAChE;AACF;AAEO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+CAA+C,KAAK,OAAO,CAAC;AAAA,IAChE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,qDAAqD,KAAK,QAAQ,CAAC;AAAA,EACzE;AACF;AAQO,SAAS,6CACd,MACK;AACL,SAAO,EAAE,sBAAsB,+BAA+B,KAAK,sBAAsB,CAAC,EAAE;AAC9F;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,sBAAsB,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACrF;AACF;AAkBO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,qDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gDAAgD,IAAI;AAAA,EAC7D,CAAC;AACH;AAcO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAcO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,IAC7F,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0CAA0C,KAAK,OAAO,CAAC;AAAA,IAC3D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gDAAgD,KAAK,QAAQ,CAAC;AAAA,IAClE,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAUO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAcO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,WAAW,KAAK,WAAW;AAAA,IAC3B,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,EAC3D;AACF;AAYO,SAAS,oDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+CAA+C,KAAK,OAAO,CAAC;AAAA,EAClE;AACF;AAEO,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,iDAAiD,KAAK,OAAO,CAAC;AAAA,IAClE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gDAAgD,KAAK,QAAQ,CAAC;AAAA,EACpE;AACF;AAUO,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,EAChF;AACF;AAEO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,EAClF;AACF;AAYO,SAAS,gEACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2DAA2D,KAAK,OAAO,CAAC;AAAA,EAC9E;AACF;AAEO,SAAS,kEACd,MACuD;AACvD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6DAA6D,KAAK,OAAO,CAAC;AAAA,IAC9E,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,mEAAmE,KAAK,QAAQ,CAAC;AAAA,EACvF;AACF;AAUO,SAAS,2DACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC;AAAA,IACrF,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC;AAAA,EACvF;AACF;AAEO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACvF,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACzF;AACF;AAEO,SAAS,mEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8DAA8D,IAAI;AAAA,EAC3E,CAAC;AACH;AAgBO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,sEACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,iEAAiE,KAAK,OAAO,CAAC;AAAA,EACpF;AACF;AAEO,SAAS,wEACd,MAC6D;AAC7D,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,mEAAmE,KAAK,OAAO,CAAC;AAAA,IACpF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,yEAAyE,KAAK,QAAQ,CAAC;AAAA,EAC7F;AACF;AAQO,SAAS,iEACd,MACK;AACL,SAAO,EAAE,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC,EAAE;AAClG;AAEO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,EACzF;AACF;AAEO,SAAS,yEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oEAAoE,IAAI;AAAA,EACjF,CAAC;AACH;AAgBO,SAAS,oEACd,MACyD;AACzD,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,IACjE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB;AAAA,MACE,KAAK,mBAAmB;AAAA,IAC1B;AAAA,EACN;AACF;AAEO,SAAS,8FACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO;AAAA,MACL;AAAA,IACF;AAAA,EACF,CAAC;AACH;AAQO,SAAS,yFACd,MAC8E;AAC9E,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,KAAK,SAAS,EAAE,IAAI,CAAC,MAAW;AAC9B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAcO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,oCAAoC,KAAK,OAAO,CAAC;AAAA,IACzF,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,sCAAsC,KAAK,OAAO,CAAC;AAAA,IAC3F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4CAA4C,KAAK,QAAQ,CAAC;AAAA,IAC9D,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAYO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,gBAAgB,4BAA4B,KAAK,gBAAgB,CAAC;AAAA,IAClE,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,IACD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,gBAAgB,8BAA8B,KAAK,gBAAgB,CAAC;AAAA,IACpE,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,IACD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,4CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uCAAuC,IAAI;AAAA,EACpD,CAAC;AACH;AAYO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0CAA0C,KAAK,OAAO,CAAC;AAAA,IAC3D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gDAAgD,KAAK,QAAQ,CAAC;AAAA,EACpE;AACF;AAcO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,yBAAyB,KAAK,yBAAyB,EAAE,IAAI,CAAC,MAAW;AACvE,aAAO;AAAA,IACT,CAAC;AAAA,IACD,yBAAyB,KAAK,yBAAyB,EAAE,IAAI,CAAC,MAAW;AACvE,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,yBAAyB,KAAK,yBAAyB,EAAE,IAAI,CAAC,MAAW;AACvE,aAAO;AAAA,IACT,CAAC;AAAA,IACD,yBAAyB,KAAK,yBAAyB,EAAE,IAAI,CAAC,MAAW;AACvE,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAcO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,uCAAuC,KAAK,OAAO,CAAC;AAAA,EAC9F;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,yCAAyC,KAAK,OAAO,CAAC;AAAA,IAC9F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,+CAA+C,KAAK,QAAQ,CAAC;AAAA,EACnE;AACF;AAUO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO;AAAA,IACL,gBAAgB,+BAA+B,KAAK,gBAAgB,CAAC;AAAA,IACrE,iBAAiB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACvD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,gBAAgB,iCAAiC,KAAK,gBAAgB,CAAC;AAAA,IACvE,iBAAiB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACvD,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,+CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0CAA0C,IAAI;AAAA,EACvD,CAAC;AACH;AAYO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACxF,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAEO,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAUO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAYO,SAAS,gDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,kDACd,MACuC;AACvC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,IAC9D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,mDAAmD,KAAK,QAAQ,CAAC;AAAA,EACvE;AACF;AAUO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,gBAAgB,mCAAmC,KAAK,gBAAgB,CAAC;AAAA,IACzE,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,gBAAgB,qCAAqC,KAAK,gBAAgB,CAAC;AAAA,IAC3E,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,mDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8CAA8C,IAAI;AAAA,EAC3D,CAAC;AACH;AAYO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACxF,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,2CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,sCAAsC,KAAK,OAAO,CAAC;AAAA,EAC7F;AACF;AAEO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,IAC7F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,8CAA8C,KAAK,QAAQ,CAAC;AAAA,EAClE;AACF;AAUO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,gBAAgB,8BAA8B,KAAK,gBAAgB,CAAC;AAAA,IACpE,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,gBAAgB,gCAAgC,KAAK,gBAAgB,CAAC;AAAA,IACtE,mBAAmB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AAC3D,aAAO;AAAA,IACT,CAAC;AAAA,EACH;AACF;AAEO,SAAS,8CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yCAAyC,IAAI;AAAA,EACtD,CAAC;AACH;AAYO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wCAAwC,KAAK,OAAO,CAAC;AAAA,EAC/F;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0CAA0C,KAAK,OAAO,CAAC;AAAA,IAC3D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gDAAgD,KAAK,QAAQ,CAAC;AAAA,EACpE;AACF;AAcO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,eAAe,KAAK,eAAe;AAAA,IACnC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,eAAe,KAAK,eAAe;AAAA,IACnC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAkBO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,KAAK,QAAQ,EAAE,IAAI,CAAC,MAAW;AAC7B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,iDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4CAA4C,KAAK,OAAO,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,8CAA8C,KAAK,OAAO,CAAC;AAAA,IAC/D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,oDAAoD,KAAK,QAAQ,CAAC;AAAA,EACxE;AACF;AAUO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,UAAU,kCAAkC,KAAK,UAAU,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,UAAU,oCAAoC,KAAK,UAAU,CAAC;AAAA,EAChE;AACF;AAUO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,2BAA2B,KAAK,2BAA2B;AAAA,EAC7D;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,2BAA2B,KAAK,2BAA2B;AAAA,EAC7D;AACF;AAcO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,IACzB,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,IACzB,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAEO,SAAS,oDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+CAA+C,IAAI;AAAA,EAC5D,CAAC;AACH;AAYO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,uDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,kDAAkD,KAAK,OAAO,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,oDAAoD,KAAK,OAAO,CAAC;AAAA,IACrE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0DAA0D,KAAK,QAAQ,CAAC;AAAA,EAC9E;AACF;AAYO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAEO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAEO,SAAS,0DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qDAAqD,IAAI;AAAA,EAClE,CAAC;AACH;AAgBO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAWO,SAAS,uCAAuC,MAAyC;AAC9F,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,mCAAmC,KAAK,OAAO,CAAC;AAAA,EAC1F;AACF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qCAAqC,KAAK,OAAO,CAAC;AAAA,IAC1F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,sCAAsC,KAAK,QAAQ,CAAC;AAAA,EAC1D;AACF;AAkBO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,wCAAwC,KAAK,WAAW,CAAC;AAAA,IACpE,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,gCAAgC,KAAK,QAAQ,CAAC;AAAA,IACtD,QAAQ,gCAAgC,KAAK,QAAQ,CAAC;AAAA,IACtD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,oCAAoC,KAAK,YAAY,CAAC;AAAA,EAC5D;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,0CAA0C,KAAK,WAAW,CAAC;AAAA,IACtE,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,kCAAkC,KAAK,QAAQ,CAAC;AAAA,IACxD,QAAQ,kCAAkC,KAAK,QAAQ,CAAC;AAAA,IACxD,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,sCAAsC,KAAK,YAAY,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,wCACd,MACqB;AACrB,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,kCAAkC,KAAK,GAAG,CAAC;AAAA,EACpF,CAAC;AACD,SAAO;AACT;AAEO,SAAS,0CACd,MACyC;AACzC,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,oCAAoC,KAAK,GAAG,CAAC;AAAA,EACtF,CAAC;AACD,SAAO;AACT;AAUO,SAAS,kCAAkC,MAAoC;AACpF,SAAO;AAAA,IACL,aAAa,0CAA0C,KAAK,aAAa,CAAC;AAAA,IAC1E,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,aAAa,4CAA4C,KAAK,aAAa,CAAC;AAAA,IAC5E,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,0CACd,MACqB;AACrB,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,oCAAoC,KAAK,GAAG,CAAC;AAAA,EACtF,CAAC;AACD,SAAO;AACT;AAEO,SAAS,4CACd,MAC2C;AAC3C,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,sCAAsC,KAAK,GAAG,CAAC;AAAA,EACxF,CAAC;AACD,SAAO;AACT;AAYO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,iCAAiC,KAAK,UAAU,CAAC;AAAA,IACrD,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,mCAAmC,KAAK,UAAU,CAAC;AAAA,IACvD,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAUO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,QAAQ,oCAAoC,KAAK,QAAQ,CAAC;AAAA,IAC1D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,QAAQ,sCAAsC,KAAK,QAAQ,CAAC;AAAA,IAC5D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,cAAW;AAEX,EAAAA,yBAAA,aAAU;AAEV,EAAAA,yBAAA,gBAAa;AANH,SAAAA;AAAA,GAAA;AA8BL,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAEO,SAAS,sCAAsC,QAA4C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAkCO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACrD,eAAe,KAAK,eAAe;AAAA,IACnC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,CAAC,KAAK,eAAe,IAAI,KAAK,eAAe,IAAI,IAAI,KAAK,KAAK,eAAe,CAAC;AAAA,IAC9F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,KAAK,OAAO;AAAA,IACnB,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AASO,SAAS,iCAAiC,MAAiC;AAChF,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO,sCAAsC,IAAiC;AAAA,IAEhF,KAAK;AACH,aAAO,oCAAoC,IAA+B;AAAA,IAE5E,KAAK;AACH,aAAO,qCAAqC,IAAgC;AAAA,IAE9E;AACE,aAAO,4BAA4B,IAAI;AAAA,EAC3C;AACF;AAEO,SAAS,+BACd,MAC8B;AAC9B,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,yBAAyB,KAAK,GAAG,CAAC;AAAA,EAC3E,CAAC;AACD,SAAO;AACT;AAcO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,qBAAkB;AAElB,EAAAA,uBAAA,aAAU;AANA,SAAAA;AAAA,GAAA;AAqBL,IAAK,iCAAL,kBAAKC,oCAAL;AAEL,EAAAA,gCAAA,eAAY;AAEZ,EAAAA,gCAAA,cAAW;AAEX,EAAAA,gCAAA,gBAAa;AANH,SAAAA;AAAA,GAAA;AAqBL,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,gBAAa;AAEb,EAAAA,4BAAA,qBAAkB;AAElB,EAAAA,4BAAA,kBAAe;AAEf,EAAAA,4BAAA,gBAAa;AAEb,EAAAA,4BAAA,aAAU;AAEV,EAAAA,4BAAA,mBAAgB;AAEhB,EAAAA,4BAAA,eAAY;AAEZ,EAAAA,4BAAA,gBAAa;AAEb,EAAAA,4BAAA,cAAW;AAEX,EAAAA,4BAAA,cAAW;AAEX,EAAAA,4BAAA,YAAS;AAtBC,SAAAA;AAAA,GAAA;AAkCL,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACrD,eAAe,KAAK,eAAe;AAAA,IACnC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,CAAC,KAAK,eAAe,IAAI,KAAK,eAAe,IAAI,IAAI,KAAK,KAAK,eAAe,CAAC;AAAA,IAC9F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,KAAK,OAAO;AAAA,IACnB,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAUO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACrD,eAAe,KAAK,eAAe;AAAA,IACnC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,CAAC,KAAK,eAAe,IAAI,KAAK,eAAe,IAAI,IAAI,KAAK,KAAK,eAAe,CAAC;AAAA,IAC9F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,KAAK,OAAO;AAAA,IACnB,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,4CAA4C,KAAK,aAAa,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,4CACd,MAC2C;AAC3C,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,sCAAsC,KAAK,GAAG,CAAC;AAAA,EACxF,CAAC;AACD,SAAO;AACT;AAUO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,+BAA+B,KAAK,QAAQ,CAAC;AAAA,IACrD,eAAe,KAAK,eAAe;AAAA,IACnC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,eAAe,CAAC,KAAK,eAAe,IAAI,KAAK,eAAe,IAAI,IAAI,KAAK,KAAK,eAAe,CAAC;AAAA,IAC9F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,KAAK,OAAO;AAAA,IACnB,YAAY,KAAK,YAAY;AAAA,IAC7B,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,0CAA0C,KAAK,WAAW,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,0CACd,MACyC;AACzC,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,oCAAoC,KAAK,GAAG,CAAC;AAAA,EACtF,CAAC;AACD,SAAO;AACT;AAoBO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,yCAAyC,KAAK,OAAO,CAAC;AAAA,IAC9F,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,sDAAsD,KAAK,QAAQ,CAAC;AAAA,IACxE,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAwBO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,iBAAiB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC5D,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,WAAW,KAAK,WAAW;AAAA,IAC3B,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,iBAAiB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IAC9D,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,kDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6CAA6C,IAAI;AAAA,EAC1D,CAAC;AACH;AAEO,SAAS,oDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+CAA+C,IAAI;AAAA,EAC5D,CAAC;AACH;AAgBO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAQO,SAAS,oBAAoB,MAAsB;AACxD,SAAO,EAAE,QAAQ,KAAK,QAAQ,EAAE;AAClC;AAEO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,kBAAe;AAEf,EAAAA,iBAAA,oBAAiB;AAJP,SAAAA;AAAA,GAAA;AAiBL,SAAS,sDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iDAAiD,IAAI;AAAA,EAC9D,CAAC;AACH;AAWO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAWO,SAAS,iDACd,MACsC;AACtC,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,4CAA4C,IAAI;AAAA,EAC3D;AACF;AAsCO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,KAAK,WAAW;AAAA,IAC3B,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,kCAAkC,KAAK,mBAAmB,CAAC;AAAA,IAC/D,WAAW,KAAK,WAAW;AAAA,IAC3B,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAGO,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,aAAU;AAEV,EAAAA,sBAAA,gBAAa;AAEb,EAAAA,sBAAA,6BAA0B;AAE1B,EAAAA,sBAAA,kBAAe;AAEf,EAAAA,sBAAA,gBAAa;AAEb,EAAAA,sBAAA,aAAU;AAEV,EAAAA,sBAAA,WAAQ;AAER,EAAAA,sBAAA,aAAU;AAEV,EAAAA,sBAAA,eAAY;AAEZ,EAAAA,sBAAA,2BAAwB;AApBd,SAAAA;AAAA,GAAA;AAyCL,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAwBO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,KAAK,QAAQ;AAAA,IACrB,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAGO,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,UAAO;AAEP,EAAAA,6BAAA,gBAAa;AAEb,EAAAA,6BAAA,YAAS;AAET,EAAAA,6BAAA,cAAW;AAEX,EAAAA,6BAAA,aAAU;AAEV,EAAAA,6BAAA,eAAY;AAZF,SAAAA;AAAA,GAAA;AAiDL,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,KAAK,WAAW;AAAA,IAC3B,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAsBO,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAGO,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,UAAO;AAEP,EAAAA,0BAAA,gBAAa;AAEb,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,0BAAuB;AAEvB,EAAAA,0BAAA,0BAAuB;AAEvB,EAAAA,0BAAA,yBAAsB;AAEtB,EAAAA,0BAAA,gCAA6B;AAE7B,EAAAA,0BAAA,gCAA6B;AAE7B,EAAAA,0BAAA,eAAY;AAlBF,SAAAA;AAAA,GAAA;AA8CL,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAcO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,IAC9D,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+CAA+C,KAAK,OAAO,CAAC;AAAA,IAChE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0DAA0D,KAAK,QAAQ,CAAC;AAAA,IAC5E,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAQO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,UAAU,kCAAkC,KAAK,UAAU,CAAC;AAAA,IAC5D,oCAAoC,KAAK,oCAAoC;AAAA,EAC/E;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,UAAU,oCAAoC,KAAK,UAAU,CAAC;AAAA,IAC9D,oCAAoC,KAAK,oCAAoC;AAAA,EAC/E;AACF;AAEO,SAAS,0DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qDAAqD,IAAI;AAAA,EAClE,CAAC;AACH;AAWO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AASO,SAAS,qDACd,MAC0C;AAC1C,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,gDAAgD,IAAI;AAAA,EAC/D;AACF;AA8BO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,eAAe,KAAK,eAAe;AAAA,IACnC,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AA8BO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,0BAA0B,KAAK,mBAAmB,CAAC;AAAA,IACvD,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,0BAA0B,KAAK,2BAA2B,CAAC;AAAA,IAC/D,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,+BAA+B,KAAK,kBAAkB,CAAC;AAAA,IAC3D,eAAe,KAAK,eAAe;AAAA,IACnC,aAAa,KAAK,aAAa;AAAA,IAC/B,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAGO,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,eAAY;AAEZ,EAAAA,6BAAA,aAAU;AAEV,EAAAA,6BAAA,2BAAwB;AAExB,EAAAA,6BAAA,sBAAmB;AAEnB,EAAAA,6BAAA,yBAAsB;AAEtB,EAAAA,6BAAA,kBAAe;AAEf,EAAAA,6BAAA,yBAAsB;AAEtB,EAAAA,6BAAA,eAAY;AAEZ,EAAAA,6BAAA,eAAY;AAEZ,EAAAA,6BAAA,YAAS;AApBC,SAAAA;AAAA,GAAA;AAiEL,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,IACzB,SAAS,KAAK,SAAS;AAAA,IACvB,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,IACrC,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,gCAAgC,KAAK,mBAAmB,CAAC;AAAA,IAC7D,cAAc,KAAK,cAAc;AAAA,IACjC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,IAAI,KAAK,KAAK,oBAAoB,CAAC;AAAA,IACvC,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAGO,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,cAAW;AAEX,EAAAA,iBAAA,oBAAiB;AAEjB,EAAAA,iBAAA,UAAO;AAEP,EAAAA,iBAAA,0BAAuB;AAEvB,EAAAA,iBAAA,sBAAmB;AAEnB,EAAAA,iBAAA,aAAU;AAEV,EAAAA,iBAAA,yBAAsB;AAdZ,SAAAA;AAAA,GAAA;AAgCL,SAAS,gCAAgC,QAAsC;AACpF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2BAA2B,IAAI;AAAA,EACxC,CAAC;AACH;AAYO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,aAAU;AAEV,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,eAAY;AAEZ,EAAAA,uBAAA,cAAW;AAEX,EAAAA,uBAAA,eAAY;AAEZ,EAAAA,uBAAA,cAAW;AAEX,EAAAA,uBAAA,eAAY;AAdF,SAAAA;AAAA,GAAA;AAgCL,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAUO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAkBO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,yCAAyC,KAAK,OAAO,CAAC;AAAA,IAC9F,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,sDAAsD,KAAK,QAAQ,CAAC;AAAA,IACxE,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAkBO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,qCAAqC,KAAK,mBAAmB,CAAC;AAAA,IAClE,WAAW,KAAK,WAAW;AAAA,IAC3B,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,uCAAuC,KAAK,mBAAmB,CAAC;AAAA,IACpE,WAAW,KAAK,WAAW;AAAA,IAC3B,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,kDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6CAA6C,IAAI;AAAA,EAC1D,CAAC;AACH;AAEO,SAAS,oDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+CAA+C,IAAI;AAAA,EAC5D,CAAC;AACH;AAkBO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,IACzB,eAAe,KAAK,eAAe;AAAA,IACnC,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,eAAe,KAAK,eAAe;AAAA,IACnC,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAYO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,+BAA+B,KAAK,+BAA+B;AAAA,IACnE,+BAA+B,KAAK,+BAA+B;AAAA,EACrE;AACF;AAEO,SAAS,sDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iDAAiD,IAAI;AAAA,EAC9D,CAAC;AACH;AAWO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAYO,SAAS,iDACd,MACsC;AACtC,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,4CAA4C,IAAI;AAAA,EAC3D;AACF;AAsCO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,QAAQ,KAAK,QAAQ;AAAA,IACrB,eAAe,KAAK,eAAe;AAAA,IACnC,SAAS,KAAK,SAAS;AAAA,IACvB,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,sCAAsC,KAAK,2BAA2B,CAAC;AAAA,IAC3E,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,kCAAkC,KAAK,uBAAuB,CAAC;AAAA,IACnE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAcO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,2DAA2D,KAAK,gBAAgB,CAAC;AAAA,IACrF,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAEO,SAAS,2DACd,MAC0D;AAC1D,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IACnB,KAAK,GAAG,IACR,qDAAqD,KAAK,GAAG,CAAC;AAAA,EACpE,CAAC;AACD,SAAO;AACT;AAoBO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,aAAa,KAAK,aAAa;AAAA,IAC/B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,aAAU;AAEV,EAAAA,uBAAA,gBAAa;AAEb,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,gBAAa;AAEb,EAAAA,uBAAA,eAAY;AAEZ,EAAAA,uBAAA,yBAAsB;AAEtB,EAAAA,uBAAA,aAAU;AAEV,EAAAA,uBAAA,YAAS;AAhBC,SAAAA;AAAA,GAAA;AA2CL,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAoCO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,eAAe,KAAK,eAAe;AAAA,IACnC,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,IACjC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AA0BO,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,OAAO,KAAK,OAAO;AAAA,IACnB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAUO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAgBO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,2DAA2D,KAAK,gBAAgB,CAAC;AAAA,IACrF,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AA4BO,SAAS,yEACd,MAC8D;AAC9D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,+BAA+B,CAAC,KAAK,+BAA+B,IAChE,KAAK,+BAA+B,IACpC,0CAA0C,KAAK,+BAA+B,CAAC;AAAA,IACnF,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,6CAA6C,KAAK,wBAAwB,CAAC;AAAA,IAC/E,+BAA+B,CAAC,KAAK,+BAA+B,IAChE,KAAK,+BAA+B,IACpC,0CAA0C,KAAK,+BAA+B,CAAC;AAAA,IACnF,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAUO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,4BAA4B,KAAK,kBAAkB,CAAC;AAAA,EAC1D;AACF;AAUO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAgCL,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,iDAAiD,KAAK,mBAAmB,CAAC;AAAA,IAC9E,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,4BAA4B,KAAK,kBAAkB,CAAC;AAAA,IACxD,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,2BAA2B,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IACzF;AAAA,IACJ,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,2BAA2B,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IACzF;AAAA,EACN;AACF;AAYO,SAAS,iDACd,MACsC;AACtC,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAGO,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,sBAAmB;AAEnB,EAAAA,iBAAA,WAAQ;AAER,EAAAA,iBAAA,UAAO;AAEP,EAAAA,iBAAA,UAAO;AAEP,EAAAA,iBAAA,cAAW;AAVD,SAAAA;AAAA,GAAA;AA2BL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,qBAAkB;AAElB,EAAAA,uBAAA,qBAAkB;AAElB,EAAAA,uBAAA,mBAAgB;AANN,SAAAA;AAAA,GAAA;AA4BL,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,iCAAiC,KAAK,cAAc,CAAC;AAAA,IACzD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,4BAA4B,KAAK,kBAAkB,CAAC;AAAA,EAC1D;AACF;AAcO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,gCAAgC,KAAK,cAAc,CAAC;AAAA,IACxD,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,gCAAgC,KAAK,cAAc,CAAC;AAAA,EAC1D;AACF;AAkBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,WAAW,KAAK,WAAW;AAAA,IAC3B,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,iCAAiC,KAAK,WAAW,CAAC;AAAA,IACtD,WAAW,KAAK,WAAW;AAAA,IAC3B,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,iCACd,MACgC;AAChC,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,2BAA2B,KAAK,GAAG,CAAC;AAAA,EAC7E,CAAC;AACD,SAAO;AACT;AAYO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAYO,SAAS,kDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6CAA6C,KAAK,OAAO,CAAC;AAAA,EAChE;AACF;AAEO,SAAS,oDACd,MACyC;AACzC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+CAA+C,KAAK,OAAO,CAAC;AAAA,IAChE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0DAA0D,KAAK,QAAQ,CAAC;AAAA,EAC9E;AACF;AAUO,SAAS,6CACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,qCAAqC,KAAK,mBAAmB,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,uCAAuC,KAAK,mBAAmB,CAAC;AAAA,EACtE;AACF;AAEO,SAAS,sDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iDAAiD,IAAI;AAAA,EAC9D,CAAC;AACH;AAEO,SAAS,wDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mDAAmD,IAAI;AAAA,EAChE,CAAC;AACH;AAsBO,SAAS,iDACd,MACK;AACL,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,KAAK,UAAU;AAAA,IACzB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAEO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,kBAAkB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAChF;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,EACN;AACF;AAEO,SAAS,0DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qDAAqD,IAAI;AAAA,EAClE,CAAC;AACH;AAWO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAWO,SAAS,qDACd,MAC0C;AAC1C,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,gDAAgD,IAAI;AAAA,EAC/D;AACF;AAsBO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAsCO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAGO,IAAK,2CAAL,kBAAKC,8CAAL;AAEL,EAAAA,0CAAA,eAAY;AAEZ,EAAAA,0CAAA,iBAAc;AAEd,EAAAA,0CAAA,mBAAgB;AAEhB,EAAAA,0CAAA,cAAW;AAEX,EAAAA,0CAAA,aAAU;AAEV,EAAAA,0CAAA,qBAAkB;AAElB,EAAAA,0CAAA,gBAAa;AAEb,EAAAA,0CAAA,cAAW;AAEX,EAAAA,0CAAA,gBAAa;AAEb,EAAAA,0CAAA,eAAY;AAEZ,EAAAA,0CAAA,YAAS;AAET,EAAAA,0CAAA,gBAAa;AAEb,EAAAA,0CAAA,wBAAqB;AAErB,EAAAA,0CAAA,sBAAmB;AAEnB,EAAAA,0CAAA,uBAAoB;AAEpB,EAAAA,0CAAA,sBAAmB;AAEnB,EAAAA,0CAAA,sBAAmB;AAEnB,EAAAA,0CAAA,qBAAkB;AApCR,SAAAA;AAAA,GAAA;AAiGL,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,IAAI,KAAK,KAAK,uBAAuB,CAAC;AAAA,IAC1C,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,IACtC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,OAAO,KAAK,OAAO;AAAA,IACnB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,EACvC;AACF;AAGO,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,gBAAa;AAEb,EAAAA,8BAAA,cAAW;AAEX,EAAAA,8BAAA,eAAY;AAEZ,EAAAA,8BAAA,cAAW;AAEX,EAAAA,8BAAA,WAAQ;AAER,EAAAA,8BAAA,YAAS;AAZC,SAAAA;AAAA,GAAA;AAqCL,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAYO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,iDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4CAA4C,IAAI;AAAA,EACzD,CAAC;AACH;AAYO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAYO,SAAS,wDACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,mDAAmD,KAAK,OAAO,CAAC;AAAA,EACtE;AACF;AAEO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,qDAAqD,KAAK,OAAO,CAAC;AAAA,IACtE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gEAAgE,KAAK,QAAQ,CAAC;AAAA,EACpF;AACF;AAYO,SAAS,mDACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,EACF;AACF;AAEO,SAAS,qDACd,MAC0C;AAC1C,SAAO;AAAA,IACL,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,EACF;AACF;AAEO,SAAS,4DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uDAAuD,IAAI;AAAA,EACpE,CAAC;AACH;AAEO,SAAS,8DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yDAAyD,IAAI;AAAA,EACtE,CAAC;AACH;AAkBO,SAAS,uDACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,KAAK,eAAe;AAAA,IACnC,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,kBAAkB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAChF;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,gEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2DAA2D,IAAI;AAAA,EACxE,CAAC;AACH;AAWO,SAAS,sDACd,MAC2C;AAC3C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAWO,SAAS,2DACd,MACgD;AAChD,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,sDAAsD,IAAI;AAAA,EACrE;AACF;AAoBO,SAAS,oEACd,MACyD;AACzD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAsCO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAkCO,SAAS,gEACd,MACqD;AACrD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,IAAI,KAAK,KAAK,uBAAuB,CAAC;AAAA,IAC1C,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,IACtC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,OAAO,KAAK,OAAO;AAAA,IACnB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,EACvC;AACF;AAUO,SAAS,2DACd,MACgD;AAChD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAYO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAgBO,SAAS,2DACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,sDAAsD,KAAK,OAAO,CAAC;AAAA,IACvE,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAEO,SAAS,6DACd,MACkD;AAClD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,wDAAwD,KAAK,OAAO,CAAC;AAAA,IACzE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,mEAAmE,KAAK,QAAQ,CAAC;AAAA,IACrF,aAAa,KAAK,aAAa;AAAA,IAC/B,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAoBO,SAAS,sDACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,KAAK,WAAW,EAAE,YAAY;AAAA,IAClF,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,wDACd,MAC6C;AAC7C,SAAO;AAAA,IACL,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,uBAAuB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IACrF;AAAA,IACJ,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,+DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0DAA0D,IAAI;AAAA,EACvE,CAAC;AACH;AAEO,SAAS,iEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4DAA4D,IAAI;AAAA,EACzE,CAAC;AACH;AAYO,SAAS,0DACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,mEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8DAA8D,IAAI;AAAA,EAC3E,CAAC;AACH;AAWO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAUO,SAAS,8DACd,MACmD;AACnD,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,yDAAyD,IAAI;AAAA,EACxE;AACF;AAsCO,SAAS,uEACd,MAC4D;AAC5D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,QAAQ,KAAK,QAAQ;AAAA,IACrB,eAAe,KAAK,eAAe;AAAA,IACnC,SAAS,KAAK,SAAS;AAAA,IACvB,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,kCAAkC,KAAK,uBAAuB,CAAC;AAAA,IACnE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,EACxC;AACF;AAsCO,SAAS,sEACd,MAC2D;AAC3D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,eAAe,KAAK,eAAe;AAAA,IACnC,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,IACjC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,IACtC,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AA4BO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,OAAO,KAAK,OAAO;AAAA,IACnB,eAAe,KAAK,eAAe;AAAA,IACnC,YAAY,KAAK,YAAY;AAAA,IAC7B,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,IACjC,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,EACxC;AACF;AAUO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAkBO,SAAS,kEACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,6DAA6D,KAAK,OAAO,CAAC;AAAA,IAC9E,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAEO,SAAS,oEACd,MACyD;AACzD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,+DAA+D,KAAK,OAAO,CAAC;AAAA,IAChF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0EAA0E,KAAK,QAAQ,CAAC;AAAA,IAC5F,QAAQ,KAAK,QAAQ;AAAA,IACrB,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAgBO,SAAS,6DACd,MACK;AACL,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC;AAAA,IACrF,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC;AAAA,IACrF,6BAA6B,KAAK,6BAA6B;AAAA,EACjE;AACF;AAEO,SAAS,+DACd,MACoD;AACpD,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACvF,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACvF,6BAA6B,KAAK,6BAA6B;AAAA,IAC/D,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,EAChF;AACF;AAEO,SAAS,sEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iEAAiE,IAAI;AAAA,EAC9E,CAAC;AACH;AAEO,SAAS,wEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mEAAmE,IAAI;AAAA,EAChF,CAAC;AACH;AAoBO,SAAS,iEACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,KAAK,eAAe;AAAA,IACnC,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB;AAAA,MACE,KAAK,gBAAgB;AAAA,IACvB;AAAA,EACN;AACF;AAEO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,IAAI,KAAK,IAAI;AAAA,IACb,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,kBAAkB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAChF;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB;AAAA,MACE,KAAK,gBAAgB;AAAA,IACvB;AAAA,EACN;AACF;AAEO,SAAS,2EACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sEAAsE,IAAI;AAAA,EACnF,CAAC;AACH;AAEO,SAAS,6EACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wEAAwE,IAAI;AAAA,EACrF,CAAC;AACH;AAQO,SAAS,sEACd,MACK;AACL,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,wEACd,MAC6D;AAC7D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,0EACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qEAAqE,IAAI;AAAA,EAClF,CAAC;AACH;AAWO,SAAS,gEACd,MACqD;AACrD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAWO,SAAS,qEACd,MAC0D;AAC1D,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,gEAAgE,IAAI;AAAA,EAC/E;AACF;AA4BO,SAAS,8EACd,MACmE;AACnE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,OAAO,KAAK,OAAO;AAAA,IACnB,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAGO,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,gBAAa;AAEb,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,cAAW;AAEX,EAAAA,qBAAA,mBAAgB;AAtBN,SAAAA;AAAA,GAAA;AA6CL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,eAAY;AAEZ,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,qBAAkB;AAElB,EAAAA,qBAAA,2BAAwB;AAExB,EAAAA,qBAAA,aAAU;AAdA,SAAAA;AAAA,GAAA;AAiCL,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,eAAY;AAEZ,EAAAA,8BAAA,gBAAa;AAEb,EAAAA,8BAAA,aAAU;AAEV,EAAAA,8BAAA,cAAW;AAEX,EAAAA,8BAAA,oBAAiB;AAEjB,EAAAA,8BAAA,YAAS;AAZC,SAAAA;AAAA,GAAA;AAiEL,SAAS,6EACd,MACkE;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAkCO,SAAS,0EACd,MAC+D;AAC/D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,IAAI,KAAK,KAAK,uBAAuB,CAAC;AAAA,IAC1C,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,IACtC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,OAAO,KAAK,OAAO;AAAA,IACnB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,EACvC;AACF;AAYO,SAAS,qEACd,MAC0D;AAC1D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,IACrF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAYO,SAAS,6EACd,MACkE;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAYO,SAAS,8DACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,sDAAsD,KAAK,OAAO,CAAC;AAAA,EACzE;AACF;AAEO,SAAS,gEACd,MACqD;AACrD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,wDAAwD,KAAK,OAAO,CAAC;AAAA,IACzE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,mEAAmE,KAAK,QAAQ,CAAC;AAAA,EACvF;AACF;AAYO,SAAS,sDACd,MACK;AACL,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,sBAAsB,mCAAmC,KAAK,sBAAsB,CAAC;AAAA,IACrF,sBAAsB,+BAA+B,KAAK,sBAAsB,CAAC;AAAA,EACnF;AACF;AAEO,SAAS,wDACd,MAC6C;AAC7C,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,sBAAsB,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACvF,sBAAsB,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACrF;AACF;AAEO,SAAS,+DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0DAA0D,IAAI;AAAA,EACvE,CAAC;AACH;AAEO,SAAS,iEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4DAA4D,IAAI;AAAA,EACzE,CAAC;AACH;AAsBO,SAAS,0DACd,MACK;AACL,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,KAAK,UAAU;AAAA,IACzB,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAEO,SAAS,4DACd,MACiD;AACjD,SAAO;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,OAAO,YAAY,OAAO,QAAQ,KAAK,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC9F,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,kBAAkB,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAChF;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,IACJ,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC7E;AAAA,EACN;AACF;AAEO,SAAS,mEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8DAA8D,IAAI;AAAA,EAC3E,CAAC;AACH;AAWO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAWO,SAAS,8DACd,MACmD;AACnD,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,yDAAyD,IAAI;AAAA,EACxE;AACF;AAoBO,SAAS,uEACd,MAC4D;AAC5D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,IACjC,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAsCO,SAAS,sEACd,MAC2D;AAC3D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAkCO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,IAAI,KAAK,KAAK,uBAAuB,CAAC;AAAA,IAC1C,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,IAAI,KAAK,KAAK,mBAAmB,CAAC;AAAA,IACtC,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,IAAI,KAAK,KAAK,iBAAiB,CAAC;AAAA,IACpC,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,OAAO,KAAK,OAAO;AAAA,IACnB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,EACvC;AACF;AAUO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,gCAAgC,KAAK,OAAO,CAAC;AAAA,EACvF;AACF;AAYO,SAAS,sEACd,MAC2D;AAC3D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAYO,SAAS,iEACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,uDAAuD,KAAK,OAAO,CAAC;AAAA,EAC1E;AACF;AAEO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,yDAAyD,KAAK,OAAO,CAAC;AAAA,IAC1E,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,+DAA+D,KAAK,QAAQ,CAAC;AAAA,EACnF;AACF;AAYO,SAAS,uDACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,EACF;AACF;AAEO,SAAS,yDACd,MAC8C;AAC9C,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,EACF;AACF;AAEO,SAAS,+DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0DAA0D,IAAI;AAAA,EACvE,CAAC;AACH;AAYO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,6DACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,wDAAwD,KAAK,OAAO,CAAC;AAAA,EAC3E;AACF;AAEO,SAAS,+DACd,MACoD;AACpD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,0DAA0D,KAAK,OAAO,CAAC;AAAA,IAC3E,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,gEAAgE,KAAK,QAAQ,CAAC;AAAA,EACpF;AACF;AAoBO,SAAS,wDACd,MACK;AACL,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,iBAAiB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC5D,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,KAAK,gBAAgB,EAAE,IAAI,CAAC,MAAW;AACrC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,iBAAiB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IAC9D,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAEO,SAAS,gEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2DAA2D,IAAI;AAAA,EACxE,CAAC;AACH;AAsBO,SAAS,2DACd,MACgD;AAChD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,qCAAqC,KAAK,2BAA2B,CAAC;AAAA,IAC1E,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,qCAAqC,KAAK,oBAAoB,CAAC;AAAA,IACnE,8BAA8B,CAAC,KAAK,8BAA8B,IAC9D,KAAK,8BAA8B,IACnC,qCAAqC,KAAK,8BAA8B,CAAC;AAAA,IAC7E,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,qCAAqC,KAAK,4BAA4B,CAAC;AAAA,IAC3E,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACrE,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,+BAA+B,KAAK,oBAAoB,CAAC;AAAA,EAC/D;AACF;AAsBO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,KAAK,WAAW;AAAA,IAC3B,cAAc,KAAK,cAAc;AAAA,IACjC,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,IAAI,KAAK,KAAK,kBAAkB,CAAC;AAAA,EACvC;AACF;AAYO,SAAS,iEACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,4DAA4D,KAAK,OAAO,CAAC;AAAA,EAC/E;AACF;AAEO,SAAS,mEACd,MACwD;AACxD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,8DAA8D,KAAK,OAAO,CAAC;AAAA,IAC/E,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,oEAAoE,KAAK,QAAQ,CAAC;AAAA,EACxF;AACF;AAKO,SAAS,4DACd,MACK;AACL,SAAO;AAAA,IACL,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,UAAU,kCAAkC,KAAK,UAAU,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,8DACd,MACmD;AACnD,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,UAAU,oCAAoC,KAAK,UAAU,CAAC;AAAA,EAChE;AACF;AAEO,SAAS,oEACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+DAA+D,IAAI;AAAA,EAC5E,CAAC;AACH;AAYO,SAAS,+DACd,MACoD;AACpD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,wCAAwC,MAA0C;AAChG,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,mCAAmC,KAAK,OAAO,CAAC;AAAA,EAC1F;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qCAAqC,KAAK,OAAO,CAAC;AAAA,IAC1F,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,0CAA0C,KAAK,QAAQ,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,0CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qCAAqC,IAAI;AAAA,EAClD,CAAC;AACH;AAYO,SAAS,+DACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,sDAAsD,KAAK,OAAO,CAAC;AAAA,EACzE;AACF;AAEO,SAAS,iEACd,MACsD;AACtD,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,wDAAwD,KAAK,OAAO,CAAC;AAAA,IACzE,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,+DAA+D,KAAK,QAAQ,CAAC;AAAA,EACnF;AACF;AAEO,SAAS,+DACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0DAA0D,IAAI;AAAA,EACvE,CAAC;AACH;AAQO,SAAS,0DACd,MAC+C;AAC/C,SAAO;AAAA,IACL,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,yCAAyC,KAAK,OAAO,CAAC;AAAA,EAChG;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC5D,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,iDAAiD,KAAK,QAAQ,CAAC;AAAA,EACrE;AACF;AAYO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,gBAAgB,4BAA4B,KAAK,gBAAgB,CAAC;AAAA,IAClE,iBAAiB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC5D,sBAAsB,wCAAwC,KAAK,sBAAsB,CAAC;AAAA,EAC5F;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,gBAAgB,8BAA8B,KAAK,gBAAgB,CAAC;AAAA,IACpE,iBAAiB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IAC9D,sBAAsB,0CAA0C,KAAK,sBAAsB,CAAC;AAAA,EAC9F;AACF;AAEO,SAAS,wCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mCAAmC,IAAI;AAAA,EAChD,CAAC;AACH;AAEO,SAAS,0CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,qCAAqC,IAAI;AAAA,EAClD,CAAC;AACH;AAUO,SAAS,mCAAmC,MAAqC;AACtF,SAAO,EAAE,iBAAiB,KAAK,iBAAiB,GAAG,UAAU,KAAK,UAAU,EAAE;AAChF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,iDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4CAA4C,IAAI;AAAA,EACzD,CAAC;AACH;AAUO,SAAS,4CACd,MACiC;AACjC,SAAO;AAAA,IACL,2BAA2B,KAAK,2BAA2B;AAAA,IAC3D,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,qCAAqC,KAAK,kBAAkB,CAAC;AAAA,EACnE;AACF;AAYO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,+BAA+B,KAAK,OAAO,CAAC;AAAA,EACtF;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,QAAQ,CAAC,KAAK,QAAQ,IAAI,KAAK,QAAQ,IAAI,4BAA4B,KAAK,QAAQ,CAAC;AAAA,IACrF,OAAO,KAAK,OAAO;AAAA,IACnB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,IAC5D,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,OAAO;AAAA,MACL,OAAO,QAAQ,KAAK,YAAY,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC;AAAA,IAC1E;AAAA,IACJ,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,iCAAiC,KAAK,OAAO,CAAC;AAAA,IACtF,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,4CAA4C,KAAK,QAAQ,CAAC;AAAA,EAChE;AACF;AAQO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,mBAAmB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,EAC1E;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,mBAAmB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,EAC5E;AACF;AAYO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,iBAAc;AAFJ,SAAAA;AAAA,GAAA;AAeL,IAAK,oCAAL,kBAAKC,uCAAL;AAEL,EAAAA,mCAAA,YAAS;AAET,EAAAA,mCAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAiBL,SAAS,4CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uCAAuC,IAAI;AAAA,EACpD,CAAC;AACH;AAWO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAQO,SAAS,uCAAuC,MAAuC;AAC5F,UAAQ,KAAK,YAAY,GAAG;AAAA,IAC1B,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF;AACE,aAAO,kCAAkC,IAAI;AAAA,EACjD;AACF;AA4BO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,IACvB,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,0BAA0B,KAAK,0BAA0B;AAAA,IACzD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAGO,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,UAAO;AAEP,EAAAA,yBAAA,gBAAa;AAEb,EAAAA,yBAAA,gBAAa;AAEb,EAAAA,yBAAA,eAAY;AARF,SAAAA;AAAA,GAAA;AA6CL,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,aAAa,KAAK,aAAa;AAAA,IAC/B,OAAO,KAAK,OAAO;AAAA,IACnB,OAAO,KAAK,OAAO;AAAA,IACnB,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,EACxE;AACF;AAUO,SAAS,gCAAgC,MAAkC;AAChF,SAAO;AAAA,IACL,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,EAChF;AACF;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,EAClF;AACF;AAaO,SAAS,yBAAyB,MAA2B;AAClE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,GAAG,UAAU,KAAK,UAAU,EAAE;AACtF;AAEO,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAYO,SAAS,8BAA8B,MAAgC;AAC5E,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,gCAAgC,IAA6B;AAAA,IAEtE,KAAK;AACH,aAAO,4BAA4B,IAAyB;AAAA,IAE9D,KAAK;AACH,aAAO,8BAA8B,IAA2B;AAAA,IAElE,KAAK;AACH,aAAO,+BAA+B,IAA4B;AAAA,IAEpE,KAAK;AACH,aAAO,mCAAmC,IAAgC;AAAA,IAE5E,KAAK;AACH,aAAO,8BAA8B,IAA2B;AAAA,IAElE;AACE,aAAO,yBAAyB,IAAI;AAAA,EACxC;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,kCAAkC,IAA6B;AAAA,IAExE,KAAK;AACH,aAAO,8BAA8B,IAAyB;AAAA,IAEhE,KAAK;AACH,aAAO,gCAAgC,IAA2B;AAAA,IAEpE,KAAK;AACH,aAAO,iCAAiC,IAA4B;AAAA,IAEtE,KAAK;AACH,aAAO,qCAAqC,IAAgC;AAAA,IAE9E,KAAK;AACH,aAAO,gCAAgC,IAA2B;AAAA,IAEpE;AACE,aAAO,2BAA2B,IAAI;AAAA,EAC1C;AACF;AAgBO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,IACzB,eAAe,KAAK,eAAe;AAAA,IACnC,MAAM,KAAK,MAAM;AAAA,IACjB,eAAe,KAAK,eAAe;AAAA,EACrC;AACF;AAkBO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,mBAAmB,kDAAkD,KAAK,mBAAmB,CAAC;AAAA,IAC9F,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oBAAoB,KAAK,iBAAiB,CAAC;AAAA,IAC/C,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,4BAA4B,KAAK,sBAAsB,CAAC;AAAA,IAC9E,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,UAAU,kCAAkC,KAAK,UAAU,CAAC;AAAA,EAC9D;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,KAAK,mBAAmB;AAAA,IAC1B;AAAA,IACA,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,sBAAsB,KAAK,iBAAiB,CAAC;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,sBAAsB,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAChF,sBAAsB,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAClF,UAAU,oCAAoC,KAAK,UAAU,CAAC;AAAA,EAChE;AACF;AAUO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,uBAAuB,KAAK,OAAO,CAAC;AAAA,IAC5E,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAUO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,OAAO,6BAA6B,KAAK,OAAO,CAAC;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2BAA2B,QAAmC;AAC5E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AA0BO,SAAS,kBAAkB,MAAoB;AACpD,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,6BAA6B,IAAI;AAAA,IACrC,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,oBAAoB,MAAoB;AACtD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,+BAA+B,KAAK,YAAY,CAAC;AAAA,IACrD,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAC5F;AACF;AAsBO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,yBAAyB,CAAC,KAAK,yBAAyB,IACpD,KAAK,yBAAyB,IAC9B,kCAAkC,KAAK,yBAAyB,CAAC;AAAA,IACrE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAC9D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAC9D,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,4BAA4B,KAAK,eAAe,CAAC;AAAA,EACvD;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,yBAAyB,CAAC,KAAK,yBAAyB,IACpD,KAAK,yBAAyB,IAC9B,oCAAoC,KAAK,yBAAyB,CAAC;AAAA,IACvE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAChE,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAChE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,8BAA8B,KAAK,eAAe,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAGO,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,SAAM;AAEN,EAAAA,4BAAA,WAAQ;AAER,EAAAA,4BAAA,gBAAa;AAEb,EAAAA,4BAAA,aAAU;AAEV,EAAAA,4BAAA,aAAU;AAVA,SAAAA;AAAA,GAAA;AA2BL,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,WAAQ;AAER,EAAAA,4BAAA,WAAQ;AAER,EAAAA,4BAAA,qBAAkB;AAElB,EAAAA,4BAAA,0BAAuB;AAEvB,EAAAA,4BAAA,aAAU;AAEV,EAAAA,4BAAA,aAAU;AAZA,SAAAA;AAAA,GAAA;AA6BL,SAAS,4BAA4B,QAAoC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAEO,SAAS,8BAA8B,QAAoC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yBAAyB,IAAI;AAAA,EACtC,CAAC;AACH;AAQO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,oBAAoB,KAAK,oBAAoB,EAAE;AAC1D;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,oBAAoB,KAAK,oBAAoB;AAAA,EAC/C;AACF;AAGO,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,cAAW;AAEX,EAAAA,+BAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAyBL,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,OAAO,yBAAyB,KAAK,OAAO,CAAC;AAAA,IAC7C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uBAAuB,QAA+B;AACpE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kBAAkB,IAAI;AAAA,EAC/B,CAAC;AACH;AAEO,SAAS,yBAAyB,QAA+B;AACtE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAQO,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,sBAAsB,KAAK,sBAAsB,EAAE;AAC9D;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AAQO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,6CAA6C,KAAK,YAAY,CAAC;AAAA,EACrE;AACF;AA0BO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,0CAA0C,IAAI;AAAA,IAClD,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,qBAAqB,KAAK,KAAK,CAAC;AAAA,IAClE,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,4CAA4C,KAAK,YAAY,CAAC;AAAA,IAClE,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,uBAAuB,KAAK,KAAK,CAAC;AAAA,IACpE,UAAU,KAAK,UAAU;AAAA,IACzB,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAC5F;AACF;AAkBO,SAAS,yCACd,MACK;AACL,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,cAAc,KAAK,cAAc;AAAA,IACjC,eAAe,KAAK,eAAe;AAAA,IACnC,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,cAAc,KAAK,cAAc;AAAA,IACjC,eAAe,KAAK,eAAe;AAAA,IACnC,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAGO,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,cAAW;AAEX,EAAAA,+BAAA,cAAW;AAEX,EAAAA,+BAAA,eAAY;AAEZ,EAAAA,+BAAA,aAAU;AAEV,EAAAA,+BAAA,cAAW;AAEX,EAAAA,+BAAA,cAAW;AAEX,EAAAA,+BAAA,mBAAgB;AAEhB,EAAAA,+BAAA,kBAAe;AAEf,EAAAA,+BAAA,eAAY;AAEZ,EAAAA,+BAAA,YAAS;AApBC,SAAAA;AAAA,GAAA;AAuDL,SAAS,qBAAqB,MAAuB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,OAAO,sCAAsC,KAAK,OAAO,CAAC;AAAA,IAC1D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,oCAAoC,QAA4C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAEO,SAAS,sCAAsC,QAA4C;AAChG,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iCAAiC,IAAI;AAAA,EAC9C,CAAC;AACH;AAgBO,SAAS,+CACd,MACoC;AACpC,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,QAAQ,KAAK,QAAQ;AAAA,IACrB,QAAQ,KAAK,QAAQ;AAAA,IACrB,oBAAoB,CAAC,KAAK,oBAAoB,IAC1C,KAAK,oBAAoB,IACzB,KAAK,oBAAoB,EAAE,IAAI,CAAC,MAAW;AACzC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAUO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,OAAO,qCAAqC,KAAK,OAAO,CAAC;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAYO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,mCAAmC,KAAK,KAAK,CAAC;AAAA,IAChF,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,wCAAwC,KAAK,UAAU,CAAC;AAAA,EAC9D;AACF;AAcO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAcO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,UAAO;AAEP,EAAAA,yBAAA,YAAS;AAET,EAAAA,yBAAA,eAAY;AANF,SAAAA;AAAA,GAAA;AA4BL,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,KAAK,MAAM,EAAE;AAClD;AAYO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAGO,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,mBAAgB;AAEhB,EAAAA,6BAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAyBL,SAAS,sBAAsB,MAAwB;AAC5D,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,gCAAgC,KAAK,YAAY,CAAC;AAAA,IACtD,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,kCAAkC,KAAK,YAAY,CAAC;AAAA,IACxD,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAgBO,SAAS,gCAAgC,MAAkC;AAChF,SAAO,EAAE,WAAW,KAAK,WAAW,GAAG,UAAU,KAAK,UAAU,GAAG,WAAW,KAAK,WAAW,EAAE;AAClG;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,KAAK,UAAU;AAAA,IACzB,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,WAAW,KAAK,WAAW;AAAA,IAC3B,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAUO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,OAAO,6BAA6B,KAAK,OAAO,CAAC;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2BAA2B,QAAmC;AAC5E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAUO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,KAAK,KAAK,KAAK;AAAA,IACf,SAAS,CAAC,KAAK,SAAS,IACpB,KAAK,SAAS,IACd,OAAO,YAAY,OAAO,QAAQ,KAAK,SAAS,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,EAC/F;AACF;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,OAAO,6BAA6B,KAAK,OAAO,CAAC;AAAA,IACjD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AA8BO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,gCAAgC,KAAK,UAAU,CAAC;AAAA,IACpD,WAAW,CAAC,KAAK,WAAW,IACxB,KAAK,WAAW,IAChB,KAAK,WAAW,EAAE,IAAI,CAAC,MAAW;AAChC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,KAAK,aAAa,EAAE,IAAI,CAAC,MAAW;AAClC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,kCAAkC,KAAK,OAAO,CAAC;AAAA,IACvF,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yCAAyC,KAAK,cAAc,CAAC;AAAA,IACjE,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,yCAAyC,KAAK,cAAc,CAAC;AAAA,EACnE;AACF;AAcO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,oCAAL,kBAAKC,uCAAL;AAEL,EAAAA,mCAAA,eAAY;AAEZ,EAAAA,mCAAA,YAAS;AAET,EAAAA,mCAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AAoBL,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAYO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,UAAU,KAAK,UAAU;AAAA,IACzB,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAUO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAYO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,CAAC,KAAK,QAAQ,IAClB,KAAK,QAAQ,IACb,KAAK,QAAQ,EAAE,IAAI,CAAC,MAAW;AAC7B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,EAC/B;AACF;AAGO,IAAK,mCAAL,kBAAKC,sCAAL;AAEL,EAAAA,kCAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;AAeL,IAAK,yCAAL,kBAAKC,4CAAL;AAEL,EAAAA,wCAAA,aAAU;AAEV,EAAAA,wCAAA,iCAA8B;AAJpB,SAAAA;AAAA,GAAA;AAyBL,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,OAAO,uBAAuB,KAAK,OAAO,CAAC;AAAA,IAC3C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uBAAuB,QAA6B;AAClE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kBAAkB,IAAI;AAAA,EAC/B,CAAC;AACH;AAgBO,SAAS,kBAAkB,MAAkB;AAClD,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,IAAI,KAAK,IAAI;AAAA,IACb,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,sBAAsB,KAAK,MAAM,CAAC;AAAA,IACvE,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAUO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,OAAO,KAAK,OAAO;AAAA,EACrB;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,sBAAmB;AAFT,SAAAA;AAAA,GAAA;AAKL,SAAS,oDACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,qCAAqC,KAAK,uBAAuB,CAAC;AAAA,IACtE,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,wCAAwC,KAAK,gBAAgB,CAAC;AAAA,EACpE;AACF;AAEO,SAAS,sDAAsD,MAAW;AAC/E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,OAAO,KAAK,OAAO;AAAA,IACnB,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,IACtE,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,sBAAsB,KAAK,sBAAsB;AAAA,IACjD,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,sBAAsB,KAAK,uBAAuB,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,uCAAuC,KAAK,uBAAuB,CAAC;AAAA,IACxE,uBAAuB,CAAC,KAAK,uBAAuB,IAChD,KAAK,uBAAuB,IAC5B,uCAAuC,KAAK,uBAAuB,CAAC;AAAA,IACxE,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,0CAA0C,KAAK,gBAAgB,CAAC;AAAA,EACtE;AACF;AAEO,SAAS,sCAAsC,OAA8B;AAClF,SAAO,CAAC;AACV;AAEO,SAAS,wCAAwC,MAAW;AACjE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAEO,SAAS,yCAAyC,OAAiC;AACxF,SAAO,CAAC;AACV;AAEO,SAAS,2CAA2C,MAAW;AACpE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,yBAAyB,KAAK,yBAAyB;AAAA,EACzD;AACF;AAEO,SAAS,6BAA6B,MAAoB;AAC/D,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,yBAAyB,CAAC,KAAK,yBAAyB,IACpD,KAAK,yBAAyB,IAC9B,kCAAkC,KAAK,yBAAyB,CAAC;AAAA,IACrE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAC9D,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,8BAA8B,KAAK,sBAAsB,CAAC;AAAA,IAC9D,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,4BAA4B,KAAK,eAAe,CAAC;AAAA,EACvD;AACF;AAEO,SAAS,+BAA+B,MAAW;AACxD,SAAO;AAAA,IACL,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,yBAAyB,CAAC,KAAK,yBAAyB,IACpD,KAAK,yBAAyB,IAC9B,oCAAoC,KAAK,yBAAyB,CAAC;AAAA,IACvE,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,cAAc,CAAC,KAAK,cAAc,IAAI,KAAK,cAAc,IAAI,IAAI,KAAK,KAAK,cAAc,CAAC;AAAA,IAC1F,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAChE,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,gCAAgC,KAAK,sBAAsB,CAAC;AAAA,IAChE,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,8BAA8B,KAAK,eAAe,CAAC;AAAA,IACvD,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAEO,SAAS,0CAA0C,MAAiC;AACzF,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,cAAc,KAAK,cAAc;AAAA,IACjC,eAAe,KAAK,eAAe;AAAA,IACnC,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAEO,SAAS,4CAA4C,MAAW;AACrE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,WAAW,KAAK,WAAW;AAAA,IAC3B,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,cAAc,KAAK,cAAc;AAAA,IACjC,eAAe,KAAK,eAAe;AAAA,IACnC,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;",
|
|
6
|
+
"names": ["KnownOperationOrigin", "KnownMongoMigrationStatus", "KnownResourceType", "KnownProvisioningState", "KnownManagedServiceIdentityType", "KnownCreatedByType", "KnownTaskType", "KnownTaskState", "KnownCommandType", "KnownCommandState", "KnownSchemaMigrationOption", "KnownMigrationState", "KnownSchemaMigrationStage", "KnownAuthenticationType", "KnownMongoDbShardKeyOrder", "KnownMongoDbClusterType", "KnownSqlSourcePlatform", "KnownDatabaseFileType", "KnownDatabaseCompatLevel", "KnownDatabaseState", "KnownLoginType", "KnownMySqlTargetPlatformType", "KnownMongoDbReplication", "KnownMongoDbErrorType", "KnownMongoDbProgressResultType", "KnownMongoDbMigrationState", "KnownBackupMode", "KnownMigrationStatus", "KnownDatabaseMigrationStage", "KnownLoginMigrationStage", "KnownDatabaseMigrationState", "KnownBackupType", "KnownBackupFileStatus", "KnownValidationStatus", "KnownSeverity", "KnownObjectType", "KnownUpdateActionType", "KnownSyncDatabaseMigrationReportingState", "KnownSyncTableMigrationState", "KnownScenarioSource", "KnownScenarioTarget", "KnownReplicateMigrationState", "KnownSsisStoreType", "KnownSsisMigrationOverwriteOption", "KnownSsisMigrationStage", "KnownProjectSourcePlatform", "KnownProjectTargetPlatform", "KnownProjectProvisioningState", "KnownServiceProvisioningState", "KnownServiceScalability", "KnownNameCheckFailureReason", "KnownResourceSkuCapacityScaleType", "KnownResourceSkuRestrictionsType", "KnownResourceSkuRestrictionsReasonCode", "KnownVersions"]
|
|
7
|
+
}
|