@azure/arm-confluent 3.1.1-alpha.20250107.1 → 3.1.1-alpha.20250110.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/{dist-esm/src → dist/browser}/confluentManagementClient.d.ts +2 -2
- package/dist/browser/confluentManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/confluentManagementClient.js +15 -18
- package/dist/browser/confluentManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/access.d.ts +3 -3
- package/dist/browser/operations/access.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/access.js +2 -2
- package/dist/browser/operations/access.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
- package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
- package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.d.ts +3 -3
- package/dist/browser/operations/organization.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.js +79 -87
- package/dist/browser/operations/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.d.ts +3 -3
- package/dist/browser/operations/organizationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.js +3 -3
- package/dist/browser/operations/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.d.ts +3 -3
- package/dist/browser/operations/validations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.js +2 -2
- package/dist/browser/operations/validations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/access.d.ts +1 -1
- package/dist/browser/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/access.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/validations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/confluentManagementClient.d.ts +25 -0
- package/dist/commonjs/confluentManagementClient.d.ts.map +1 -0
- package/dist/commonjs/confluentManagementClient.js +104 -0
- package/dist/commonjs/confluentManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-confluent.d.ts → dist/commonjs/models/index.d.ts} +1078 -1523
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +64 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2250 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +201 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/access.d.ts +93 -0
- package/dist/commonjs/operations/access.d.ts.map +1 -0
- package/dist/commonjs/operations/access.js +356 -0
- package/dist/commonjs/operations/access.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
- package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operations/organization.d.ts +236 -0
- package/dist/commonjs/operations/organization.d.ts.map +1 -0
- package/dist/commonjs/operations/organization.js +1130 -0
- package/dist/commonjs/operations/organization.js.map +1 -0
- package/dist/commonjs/operations/organizationOperations.d.ts +32 -0
- package/dist/commonjs/operations/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/organizationOperations.js +137 -0
- package/dist/commonjs/operations/organizationOperations.js.map +1 -0
- package/dist/commonjs/operations/validations.d.ts +29 -0
- package/dist/commonjs/operations/validations.d.ts.map +1 -0
- package/dist/commonjs/operations/validations.js +94 -0
- package/dist/commonjs/operations/validations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.js +10 -0
- package/dist/commonjs/operationsInterfaces/access.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts +144 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.js +10 -0
- package/dist/commonjs/operationsInterfaces/organization.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.js +10 -0
- package/dist/commonjs/operationsInterfaces/validations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/confluentManagementClient.d.ts +25 -0
- package/dist/esm/confluentManagementClient.d.ts.map +1 -0
- package/dist/esm/confluentManagementClient.js +99 -0
- package/dist/esm/confluentManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1078 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +64 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2246 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +198 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/access.d.ts +93 -0
- package/dist/esm/operations/access.d.ts.map +1 -0
- package/dist/esm/operations/access.js +351 -0
- package/dist/esm/operations/access.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.js +162 -0
- package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operations/organization.d.ts +236 -0
- package/dist/esm/operations/organization.d.ts.map +1 -0
- package/dist/esm/operations/organization.js +1126 -0
- package/dist/esm/operations/organization.js.map +1 -0
- package/dist/esm/operations/organizationOperations.d.ts +32 -0
- package/dist/esm/operations/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operations/organizationOperations.js +133 -0
- package/dist/esm/operations/organizationOperations.js.map +1 -0
- package/dist/esm/operations/validations.d.ts +29 -0
- package/dist/esm/operations/validations.d.ts.map +1 -0
- package/dist/esm/operations/validations.js +89 -0
- package/dist/esm/operations/validations.js.map +1 -0
- package/dist/esm/operationsInterfaces/access.d.ts +85 -0
- package/dist/esm/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/access.js +9 -0
- package/dist/esm/operationsInterfaces/access.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operationsInterfaces/organization.d.ts +144 -0
- package/dist/esm/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organization.js +9 -0
- package/dist/esm/operationsInterfaces/organization.js.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/validations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/validations.js +9 -0
- package/dist/esm/operationsInterfaces/validations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/confluentManagementClient.d.ts +25 -0
- package/dist/react-native/confluentManagementClient.d.ts.map +1 -0
- package/dist/react-native/confluentManagementClient.js +99 -0
- package/dist/react-native/confluentManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1078 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +66 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +64 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2246 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +198 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/access.d.ts +93 -0
- package/dist/react-native/operations/access.d.ts.map +1 -0
- package/dist/react-native/operations/access.js +351 -0
- package/dist/react-native/operations/access.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.js +162 -0
- package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operations/organization.d.ts +236 -0
- package/dist/react-native/operations/organization.d.ts.map +1 -0
- package/dist/react-native/operations/organization.js +1126 -0
- package/dist/react-native/operations/organization.js.map +1 -0
- package/dist/react-native/operations/organizationOperations.d.ts +32 -0
- package/dist/react-native/operations/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/organizationOperations.js +133 -0
- package/dist/react-native/operations/organizationOperations.js.map +1 -0
- package/dist/react-native/operations/validations.d.ts +29 -0
- package/dist/react-native/operations/validations.d.ts.map +1 -0
- package/dist/react-native/operations/validations.js +89 -0
- package/dist/react-native/operations/validations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/access.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/access.js +9 -0
- package/dist/react-native/operationsInterfaces/access.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts +144 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.js +9 -0
- package/dist/react-native/operationsInterfaces/organization.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.js +9 -0
- package/dist/react-native/operationsInterfaces/validations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +59 -29
- package/dist/index.js +0 -4603
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js +0 -44
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js +0 -40
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.js +0 -45
- package/dist-esm/samples-dev/accessInviteUserSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.js +0 -42
- package/dist-esm/samples-dev/accessListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js +0 -42
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.js +0 -46
- package/dist-esm/samples-dev/accessListInvitationsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js +0 -45
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js +0 -42
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js +0 -42
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListUsersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.js +0 -42
- package/dist-esm/samples-dev/accessListUsersSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js +0 -37
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js +0 -45
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.js +0 -61
- package/dist-esm/samples-dev/organizationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/organizationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js +0 -40
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.js +0 -39
- package/dist-esm/samples-dev/organizationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.js +0 -58
- package/dist-esm/samples-dev/organizationListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js +0 -57
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.js +0 -46
- package/dist-esm/samples-dev/organizationListRegionsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js +0 -56
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.js +0 -51
- package/dist-esm/samples-dev/organizationOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.js +0 -43
- package/dist-esm/samples-dev/organizationUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js.map +0 -1
- package/dist-esm/src/confluentManagementClient.d.ts.map +0 -1
- package/dist-esm/src/confluentManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/access.d.ts.map +0 -1
- package/dist-esm/src/operations/access.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operations/organization.d.ts.map +0 -1
- package/dist-esm/src/operations/organization.js.map +0 -1
- package/dist-esm/src/operations/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/organizationOperations.js.map +0 -1
- package/dist-esm/src/operations/validations.d.ts.map +0 -1
- package/dist-esm/src/operations/validations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/confluent_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.js +0 -77
- package/dist-esm/test/confluent_operations_test.spec.js.map +0 -1
- package/src/confluentManagementClient.ts +0 -175
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1241
- package/src/models/mappers.ts +0 -2317
- package/src/models/parameters.ts +0 -234
- package/src/operations/access.ts +0 -471
- package/src/operations/index.ts +0 -13
- package/src/operations/marketplaceAgreements.ts +0 -183
- package/src/operations/organization.ts +0 -1497
- package/src/operations/organizationOperations.ts +0 -149
- package/src/operations/validations.ts +0 -120
- package/src/operationsInterfaces/access.ts +0 -166
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
- package/src/operationsInterfaces/organization.ts +0 -272
- package/src/operationsInterfaces/organizationOperations.ts +0 -25
- package/src/operationsInterfaces/validations.ts +0 -45
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/access.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAIU,QAAA,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,SAAS,EAAE,GAAG;iBACf;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,SAAS,EAAE,GAAG;iBACf;gBACD,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,WAAW,EAAE;oBACX,SAAS,EAAE,GAAG;iBACf;gBACD,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,SAAS,EAAE,EAAE;iBACd;gBACD,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,oBAAoB,CAAC;iBAC1C;gBACD,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8CAA8C;iBAC1D;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8CAA8C;iBAC1D;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4CAA4C,GACvD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ConfluentAgreementResourceListResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConfluentAgreementResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfluentAgreementResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\",\n },\n },\n product: {\n serializedName: \"properties.product\",\n type: {\n name: \"String\",\n },\n },\n plan: {\n serializedName: \"properties.plan\",\n type: {\n name: \"String\",\n },\n },\n licenseTextLink: {\n serializedName: \"properties.licenseTextLink\",\n type: {\n name: \"String\",\n },\n },\n privacyPolicyLink: {\n serializedName: \"properties.privacyPolicyLink\",\n type: {\n name: \"String\",\n },\n },\n retrieveDatetime: {\n serializedName: \"properties.retrieveDatetime\",\n type: {\n name: \"DateTime\",\n },\n },\n signature: {\n serializedName: \"properties.signature\",\n type: {\n name: \"String\",\n },\n },\n accepted: {\n serializedName: \"properties.accepted\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderDefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n };\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n organizationId: {\n serializedName: \"properties.organizationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ssoUrl: {\n serializedName: \"properties.ssoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n offerDetail: {\n serializedName: \"properties.offerDetail\",\n type: {\n name: \"Composite\",\n className: \"OfferDetail\",\n },\n },\n userDetail: {\n serializedName: \"properties.userDetail\",\n type: {\n name: \"Composite\",\n className: \"UserDetail\",\n },\n },\n linkOrganization: {\n serializedName: \"properties.linkOrganization\",\n type: {\n name: \"Composite\",\n className: \"LinkOrganization\",\n },\n },\n },\n },\n};\n\nexport const OfferDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfferDetail\",\n modelProperties: {\n publisherId: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"publisherId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n planId: {\n constraints: {\n MaxLength: 200,\n },\n serializedName: \"planId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n planName: {\n constraints: {\n MaxLength: 200,\n },\n serializedName: \"planName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n termUnit: {\n constraints: {\n MaxLength: 25,\n },\n serializedName: \"termUnit\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n termId: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"termId\",\n type: {\n name: \"String\",\n },\n },\n privateOfferId: {\n constraints: {\n MaxLength: 255,\n },\n serializedName: \"privateOfferId\",\n type: {\n name: \"String\",\n },\n },\n privateOfferIds: {\n serializedName: \"privateOfferIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserDetail\",\n modelProperties: {\n firstName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"firstName\",\n type: {\n name: \"String\",\n },\n },\n lastName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"lastName\",\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n constraints: {\n Pattern: new RegExp(\"^\\\\S+@\\\\S+\\\\.\\\\S+$\"),\n },\n serializedName: \"emailAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userPrincipalName: {\n serializedName: \"userPrincipalName\",\n type: {\n name: \"String\",\n },\n },\n aadEmail: {\n serializedName: \"aadEmail\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LinkOrganization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkOrganization\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationResourceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationResourceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ValidationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResponse\",\n modelProperties: {\n info: {\n serializedName: \"info\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ListAccessRequestModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListAccessRequestModel\",\n modelProperties: {\n searchFilters: {\n serializedName: \"searchFilters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AccessListUsersSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessListUsersSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConfluentListMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n modelProperties: {\n first: {\n serializedName: \"first\",\n type: {\n name: \"String\",\n },\n },\n last: {\n serializedName: \"last\",\n type: {\n name: \"String\",\n },\n },\n prev: {\n serializedName: \"prev\",\n type: {\n name: \"String\",\n },\n },\n next: {\n serializedName: \"next\",\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"total_size\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const UserRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"full_name\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetadataEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n modelProperties: {\n self: {\n serializedName: \"self\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"created_at\",\n type: {\n name: \"String\",\n },\n },\n updatedAt: {\n serializedName: \"updated_at\",\n type: {\n name: \"String\",\n },\n },\n deletedAt: {\n serializedName: \"deleted_at\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListServiceAccountsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListServiceAccountsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceAccountRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ServiceAccountRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAccountRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListInvitationsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListInvitationsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InvitationRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const InvitationRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InvitationRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n acceptedAt: {\n serializedName: \"accepted_at\",\n type: {\n name: \"String\",\n },\n },\n expiresAt: {\n serializedName: \"expires_at\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessInviteUserAccountModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessInviteUserAccountModel\",\n modelProperties: {\n organizationId: {\n serializedName: \"organizationId\",\n type: {\n name: \"String\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n upn: {\n serializedName: \"upn\",\n type: {\n name: \"String\",\n },\n },\n invitedUserDetails: {\n serializedName: \"invitedUserDetails\",\n type: {\n name: \"Composite\",\n className: \"AccessInvitedUserDetails\",\n },\n },\n },\n },\n};\n\nexport const AccessInvitedUserDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessInvitedUserDetails\",\n modelProperties: {\n invitedEmail: {\n serializedName: \"invitedEmail\",\n type: {\n name: \"String\",\n },\n },\n authType: {\n serializedName: \"auth_type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListEnvironmentsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListEnvironmentsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EnvironmentRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessListClusterSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessListClusterSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n spec: {\n serializedName: \"spec\",\n type: {\n name: \"Composite\",\n className: \"ClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const ClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterSpecEntity\",\n modelProperties: {\n displayName: {\n serializedName: \"display_name\",\n type: {\n name: \"String\",\n },\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n zone: {\n serializedName: \"zone\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n kafkaBootstrapEndpoint: {\n serializedName: \"kafka_bootstrap_endpoint\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"http_endpoint\",\n type: {\n name: \"String\",\n },\n },\n apiEndpoint: {\n serializedName: \"api_endpoint\",\n type: {\n name: \"String\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"ClusterEnvironmentEntity\",\n },\n },\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"ClusterNetworkEntity\",\n },\n },\n byok: {\n serializedName: \"byok\",\n type: {\n name: \"Composite\",\n className: \"ClusterByokEntity\",\n },\n },\n },\n },\n};\n\nexport const ClusterConfigEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterEnvironmentEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterEnvironmentEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterNetworkEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterNetworkEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterByokEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterByokEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resource_name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterStatusEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n modelProperties: {\n phase: {\n serializedName: \"phase\",\n type: {\n name: \"String\",\n },\n },\n cku: {\n serializedName: \"cku\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AccessListRoleBindingsSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessListRoleBindingsSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RoleBindingRecord\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RoleBindingRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoleBindingRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"MetadataEntity\",\n },\n },\n principal: {\n serializedName: \"principal\",\n type: {\n name: \"String\",\n },\n },\n roleName: {\n serializedName: \"role_name\",\n type: {\n name: \"String\",\n },\n },\n crnPattern: {\n serializedName: \"crn_pattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessCreateRoleBindingRequestModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessCreateRoleBindingRequestModel\",\n modelProperties: {\n principal: {\n serializedName: \"principal\",\n type: {\n name: \"String\",\n },\n },\n roleName: {\n serializedName: \"role_name\",\n type: {\n name: \"String\",\n },\n },\n crnPattern: {\n serializedName: \"crn_pattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AccessRoleBindingNameListSuccessResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessRoleBindingNameListSuccessResponse\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"ConfluentListMetadata\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetEnvironmentsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetEnvironmentsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SCEnvironmentRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCEnvironmentRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCEnvironmentRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n },\n },\n};\n\nexport const SCMetadataEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n modelProperties: {\n self: {\n serializedName: \"self\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n createdTimestamp: {\n serializedName: \"createdTimestamp\",\n type: {\n name: \"String\",\n },\n },\n updatedTimestamp: {\n serializedName: \"updatedTimestamp\",\n type: {\n name: \"String\",\n },\n },\n deletedTimestamp: {\n serializedName: \"deletedTimestamp\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListClustersSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListClustersSuccessResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SCClusterRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"SCClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"ClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const SCClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n zone: {\n serializedName: \"zone\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n kafkaBootstrapEndpoint: {\n serializedName: \"kafkaBootstrapEndpoint\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"httpEndpoint\",\n type: {\n name: \"String\",\n },\n },\n apiEndpoint: {\n serializedName: \"apiEndpoint\",\n type: {\n name: \"String\",\n },\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Composite\",\n className: \"ClusterConfigEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n },\n },\n network: {\n serializedName: \"network\",\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n },\n },\n byok: {\n serializedName: \"byok\",\n type: {\n name: \"Composite\",\n className: \"SCClusterByokEntity\",\n },\n },\n },\n },\n};\n\nexport const SCClusterNetworkEnvironmentEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterNetworkEnvironmentEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCClusterByokEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCClusterByokEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListSchemaRegistryClustersResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListSchemaRegistryClustersResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterRecord\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterSpecEntity\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterStatusEntity\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n httpEndpoint: {\n serializedName: \"httpEndpoint\",\n type: {\n name: \"String\",\n },\n },\n package: {\n serializedName: \"package\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaRegistryClusterEnvironmentRegionEntity: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterEnvironmentRegionEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SchemaRegistryClusterStatusEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaRegistryClusterStatusEntity\",\n modelProperties: {\n phase: {\n serializedName: \"phase\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListRegionsSuccessResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListRegionsSuccessResponse\",\n modelProperties: {\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegionRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegionRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"RegionSpecEntity\",\n },\n },\n },\n },\n};\n\nexport const RegionSpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionSpecEntity\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n regionName: {\n serializedName: \"regionName\",\n type: {\n name: \"String\",\n },\n },\n packages: {\n serializedName: \"packages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CreateAPIKeyModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateAPIKeyModel\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const APIKeyRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyRecord\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SCMetadataEntity\",\n },\n },\n spec: {\n serializedName: \"properties.spec\",\n type: {\n name: \"Composite\",\n className: \"APIKeySpecEntity\",\n },\n },\n },\n },\n};\n\nexport const APIKeySpecEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeySpecEntity\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"Composite\",\n className: \"APIKeyResourceEntity\",\n },\n },\n owner: {\n serializedName: \"owner\",\n type: {\n name: \"Composite\",\n className: \"APIKeyOwnerEntity\",\n },\n },\n },\n },\n};\n\nexport const APIKeyResourceEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyResourceEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n environment: {\n serializedName: \"environment\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const APIKeyOwnerEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"APIKeyOwnerEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n related: {\n serializedName: \"related\",\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SCConfluentListMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SCConfluentListMetadata\",\n modelProperties: {\n first: {\n serializedName: \"first\",\n type: {\n name: \"String\",\n },\n },\n last: {\n serializedName: \"last\",\n type: {\n name: \"String\",\n },\n },\n prev: {\n serializedName: \"prev\",\n type: {\n name: \"String\",\n },\n },\n next: {\n serializedName: \"next\",\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"totalSize\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
6
|
+
export declare const contentType: OperationParameter;
|
|
7
|
+
export declare const body: OperationParameter;
|
|
8
|
+
export declare const nextLink: OperationURLParameter;
|
|
9
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
10
|
+
export declare const organizationName: OperationURLParameter;
|
|
11
|
+
export declare const body1: OperationParameter;
|
|
12
|
+
export declare const body2: OperationParameter;
|
|
13
|
+
export declare const resourceGroupName1: OperationURLParameter;
|
|
14
|
+
export declare const pageSize: OperationQueryParameter;
|
|
15
|
+
export declare const pageToken: OperationQueryParameter;
|
|
16
|
+
export declare const environmentId: OperationURLParameter;
|
|
17
|
+
export declare const body3: OperationParameter;
|
|
18
|
+
export declare const body4: OperationParameter;
|
|
19
|
+
export declare const clusterId: OperationURLParameter;
|
|
20
|
+
export declare const apiKeyId: OperationURLParameter;
|
|
21
|
+
export declare const body5: OperationParameter;
|
|
22
|
+
export declare const body6: OperationParameter;
|
|
23
|
+
export declare const body7: OperationParameter;
|
|
24
|
+
export declare const roleBindingId: OperationURLParameter;
|
|
25
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAW5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAahC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,uBAQtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.roleBindingId = exports.body7 = exports.body6 = exports.body5 = exports.apiKeyId = exports.clusterId = exports.body4 = exports.body3 = exports.environmentId = exports.pageToken = exports.pageSize = exports.resourceGroupName1 = exports.body2 = exports.body1 = exports.organizationName = exports.resourceGroupName = exports.nextLink = exports.body = exports.contentType = exports.subscriptionId = exports.apiVersion = exports.$host = exports.accept = void 0;
|
|
11
|
+
const mappers_js_1 = require("../models/mappers.js");
|
|
12
|
+
exports.accept = {
|
|
13
|
+
parameterPath: "accept",
|
|
14
|
+
mapper: {
|
|
15
|
+
defaultValue: "application/json",
|
|
16
|
+
isConstant: true,
|
|
17
|
+
serializedName: "Accept",
|
|
18
|
+
type: {
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
exports.$host = {
|
|
24
|
+
parameterPath: "$host",
|
|
25
|
+
mapper: {
|
|
26
|
+
serializedName: "$host",
|
|
27
|
+
required: true,
|
|
28
|
+
type: {
|
|
29
|
+
name: "String",
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
skipEncoding: true,
|
|
33
|
+
};
|
|
34
|
+
exports.apiVersion = {
|
|
35
|
+
parameterPath: "apiVersion",
|
|
36
|
+
mapper: {
|
|
37
|
+
defaultValue: "2024-02-13",
|
|
38
|
+
isConstant: true,
|
|
39
|
+
serializedName: "api-version",
|
|
40
|
+
type: {
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
exports.subscriptionId = {
|
|
46
|
+
parameterPath: "subscriptionId",
|
|
47
|
+
mapper: {
|
|
48
|
+
serializedName: "subscriptionId",
|
|
49
|
+
required: true,
|
|
50
|
+
type: {
|
|
51
|
+
name: "String",
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
exports.contentType = {
|
|
56
|
+
parameterPath: ["options", "contentType"],
|
|
57
|
+
mapper: {
|
|
58
|
+
defaultValue: "application/json",
|
|
59
|
+
isConstant: true,
|
|
60
|
+
serializedName: "Content-Type",
|
|
61
|
+
type: {
|
|
62
|
+
name: "String",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
exports.body = {
|
|
67
|
+
parameterPath: ["options", "body"],
|
|
68
|
+
mapper: mappers_js_1.ConfluentAgreementResource,
|
|
69
|
+
};
|
|
70
|
+
exports.nextLink = {
|
|
71
|
+
parameterPath: "nextLink",
|
|
72
|
+
mapper: {
|
|
73
|
+
serializedName: "nextLink",
|
|
74
|
+
required: true,
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
skipEncoding: true,
|
|
80
|
+
};
|
|
81
|
+
exports.resourceGroupName = {
|
|
82
|
+
parameterPath: "resourceGroupName",
|
|
83
|
+
mapper: {
|
|
84
|
+
serializedName: "resourceGroupName",
|
|
85
|
+
required: true,
|
|
86
|
+
type: {
|
|
87
|
+
name: "String",
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
};
|
|
91
|
+
exports.organizationName = {
|
|
92
|
+
parameterPath: "organizationName",
|
|
93
|
+
mapper: {
|
|
94
|
+
serializedName: "organizationName",
|
|
95
|
+
required: true,
|
|
96
|
+
type: {
|
|
97
|
+
name: "String",
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
exports.body1 = {
|
|
102
|
+
parameterPath: ["options", "body"],
|
|
103
|
+
mapper: mappers_js_1.OrganizationResource,
|
|
104
|
+
};
|
|
105
|
+
exports.body2 = {
|
|
106
|
+
parameterPath: ["options", "body"],
|
|
107
|
+
mapper: mappers_js_1.OrganizationResourceUpdate,
|
|
108
|
+
};
|
|
109
|
+
exports.resourceGroupName1 = {
|
|
110
|
+
parameterPath: "resourceGroupName",
|
|
111
|
+
mapper: {
|
|
112
|
+
constraints: {
|
|
113
|
+
MaxLength: 90,
|
|
114
|
+
MinLength: 1,
|
|
115
|
+
},
|
|
116
|
+
serializedName: "resourceGroupName",
|
|
117
|
+
required: true,
|
|
118
|
+
type: {
|
|
119
|
+
name: "String",
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
};
|
|
123
|
+
exports.pageSize = {
|
|
124
|
+
parameterPath: ["options", "pageSize"],
|
|
125
|
+
mapper: {
|
|
126
|
+
serializedName: "pageSize",
|
|
127
|
+
type: {
|
|
128
|
+
name: "Number",
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
};
|
|
132
|
+
exports.pageToken = {
|
|
133
|
+
parameterPath: ["options", "pageToken"],
|
|
134
|
+
mapper: {
|
|
135
|
+
serializedName: "pageToken",
|
|
136
|
+
type: {
|
|
137
|
+
name: "String",
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
};
|
|
141
|
+
exports.environmentId = {
|
|
142
|
+
parameterPath: "environmentId",
|
|
143
|
+
mapper: {
|
|
144
|
+
serializedName: "environmentId",
|
|
145
|
+
required: true,
|
|
146
|
+
type: {
|
|
147
|
+
name: "String",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
exports.body3 = {
|
|
152
|
+
parameterPath: "body",
|
|
153
|
+
mapper: mappers_js_1.ListAccessRequestModel,
|
|
154
|
+
};
|
|
155
|
+
exports.body4 = {
|
|
156
|
+
parameterPath: "body",
|
|
157
|
+
mapper: mappers_js_1.CreateAPIKeyModel,
|
|
158
|
+
};
|
|
159
|
+
exports.clusterId = {
|
|
160
|
+
parameterPath: "clusterId",
|
|
161
|
+
mapper: {
|
|
162
|
+
serializedName: "clusterId",
|
|
163
|
+
required: true,
|
|
164
|
+
type: {
|
|
165
|
+
name: "String",
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
};
|
|
169
|
+
exports.apiKeyId = {
|
|
170
|
+
parameterPath: "apiKeyId",
|
|
171
|
+
mapper: {
|
|
172
|
+
serializedName: "apiKeyId",
|
|
173
|
+
required: true,
|
|
174
|
+
type: {
|
|
175
|
+
name: "String",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
};
|
|
179
|
+
exports.body5 = {
|
|
180
|
+
parameterPath: "body",
|
|
181
|
+
mapper: mappers_js_1.OrganizationResource,
|
|
182
|
+
};
|
|
183
|
+
exports.body6 = {
|
|
184
|
+
parameterPath: "body",
|
|
185
|
+
mapper: mappers_js_1.AccessInviteUserAccountModel,
|
|
186
|
+
};
|
|
187
|
+
exports.body7 = {
|
|
188
|
+
parameterPath: "body",
|
|
189
|
+
mapper: mappers_js_1.AccessCreateRoleBindingRequestModel,
|
|
190
|
+
};
|
|
191
|
+
exports.roleBindingId = {
|
|
192
|
+
parameterPath: "roleBindingId",
|
|
193
|
+
mapper: {
|
|
194
|
+
serializedName: "roleBindingId",
|
|
195
|
+
required: true,
|
|
196
|
+
type: {
|
|
197
|
+
name: "String",
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
};
|
|
201
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ConfluentAgreementResource as ConfluentAgreementResourceMapper,\n OrganizationResource as OrganizationResourceMapper,\n OrganizationResourceUpdate as OrganizationResourceUpdateMapper,\n ListAccessRequestModel as ListAccessRequestModelMapper,\n CreateAPIKeyModel as CreateAPIKeyModelMapper,\n AccessInviteUserAccountModel as AccessInviteUserAccountModelMapper,\n AccessCreateRoleBindingRequestModel as AccessCreateRoleBindingRequestModelMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-02-13\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ConfluentAgreementResourceMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const organizationName: OperationURLParameter = {\n parameterPath: \"organizationName\",\n mapper: {\n serializedName: \"organizationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OrganizationResourceMapper,\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OrganizationResourceUpdateMapper,\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const pageSize: OperationQueryParameter = {\n parameterPath: [\"options\", \"pageSize\"],\n mapper: {\n serializedName: \"pageSize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const pageToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"pageToken\"],\n mapper: {\n serializedName: \"pageToken\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const environmentId: OperationURLParameter = {\n parameterPath: \"environmentId\",\n mapper: {\n serializedName: \"environmentId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: ListAccessRequestModelMapper,\n};\n\nexport const body4: OperationParameter = {\n parameterPath: \"body\",\n mapper: CreateAPIKeyModelMapper,\n};\n\nexport const clusterId: OperationURLParameter = {\n parameterPath: \"clusterId\",\n mapper: {\n serializedName: \"clusterId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiKeyId: OperationURLParameter = {\n parameterPath: \"apiKeyId\",\n mapper: {\n serializedName: \"apiKeyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body5: OperationParameter = {\n parameterPath: \"body\",\n mapper: OrganizationResourceMapper,\n};\n\nexport const body6: OperationParameter = {\n parameterPath: \"body\",\n mapper: AccessInviteUserAccountModelMapper,\n};\n\nexport const body7: OperationParameter = {\n parameterPath: \"body\",\n mapper: AccessCreateRoleBindingRequestModelMapper,\n};\n\nexport const roleBindingId: OperationURLParameter = {\n parameterPath: \"roleBindingId\",\n mapper: {\n serializedName: \"roleBindingId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Access } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { ConfluentManagementClient } from "../confluentManagementClient.js";
|
|
3
|
+
import { ListAccessRequestModel, AccessListUsersOptionalParams, AccessListUsersResponse, AccessListServiceAccountsOptionalParams, AccessListServiceAccountsResponse, AccessListInvitationsOptionalParams, AccessListInvitationsResponse, AccessInviteUserAccountModel, AccessInviteUserOptionalParams, AccessInviteUserResponse, AccessListEnvironmentsOptionalParams, AccessListEnvironmentsResponse, AccessListClustersOptionalParams, AccessListClustersResponse, AccessListRoleBindingsOptionalParams, AccessListRoleBindingsResponse, AccessCreateRoleBindingRequestModel, AccessCreateRoleBindingOptionalParams, AccessCreateRoleBindingResponse, AccessDeleteRoleBindingOptionalParams, AccessListRoleBindingNameListOptionalParams, AccessListRoleBindingNameListResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Access operations. */
|
|
5
|
+
export declare class AccessImpl implements Access {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Access class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ConfluentManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Organization users details
|
|
14
|
+
* @param resourceGroupName Resource group name
|
|
15
|
+
* @param organizationName Organization resource name
|
|
16
|
+
* @param body List Access Request Model
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listUsers(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListUsersOptionalParams): Promise<AccessListUsersResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Organization service accounts details
|
|
22
|
+
* @param resourceGroupName Resource group name
|
|
23
|
+
* @param organizationName Organization resource name
|
|
24
|
+
* @param body List Access Request Model
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listServiceAccounts(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListServiceAccountsOptionalParams): Promise<AccessListServiceAccountsResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Organization accounts invitation details
|
|
30
|
+
* @param resourceGroupName Resource group name
|
|
31
|
+
* @param organizationName Organization resource name
|
|
32
|
+
* @param body List Access Request Model
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
listInvitations(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListInvitationsOptionalParams): Promise<AccessListInvitationsResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Invite user to the organization
|
|
38
|
+
* @param resourceGroupName Resource group name
|
|
39
|
+
* @param organizationName Organization resource name
|
|
40
|
+
* @param body Invite user account model
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
inviteUser(resourceGroupName: string, organizationName: string, body: AccessInviteUserAccountModel, options?: AccessInviteUserOptionalParams): Promise<AccessInviteUserResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Environment list of an organization
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param organizationName Organization resource name
|
|
48
|
+
* @param body List Access Request Model
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
listEnvironments(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListEnvironmentsOptionalParams): Promise<AccessListEnvironmentsResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Cluster details
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param organizationName Organization resource name
|
|
56
|
+
* @param body List Access Request Model
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
listClusters(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListClustersOptionalParams): Promise<AccessListClustersResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Organization role bindings
|
|
62
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
|
+
* @param organizationName Organization resource name
|
|
64
|
+
* @param body List Access Request Model
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
listRoleBindings(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingsOptionalParams): Promise<AccessListRoleBindingsResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Organization role bindings
|
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
+
* @param organizationName Organization resource name
|
|
72
|
+
* @param body Create role binding Request Model
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
createRoleBinding(resourceGroupName: string, organizationName: string, body: AccessCreateRoleBindingRequestModel, options?: AccessCreateRoleBindingOptionalParams): Promise<AccessCreateRoleBindingResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Organization role bindings
|
|
78
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
79
|
+
* @param organizationName Organization resource name
|
|
80
|
+
* @param roleBindingId Confluent Role binding id
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
deleteRoleBinding(resourceGroupName: string, organizationName: string, roleBindingId: string, options?: AccessDeleteRoleBindingOptionalParams): Promise<void>;
|
|
84
|
+
/**
|
|
85
|
+
* Organization role bindings
|
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
|
+
* @param organizationName Organization resource name
|
|
88
|
+
* @param body List Access Request Model
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
listRoleBindingNameList(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingNameListOptionalParams): Promise<AccessListRoleBindingNameListResponse>;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=access.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../../src/operations/access.ts"],"names":[],"mappings":"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"}
|