@azure/arm-securityinsight 1.0.0-beta.7 → 1.0.0-beta.8
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/LICENSE +1 -1
- package/README.md +12 -13
- package/dist/browser/api/actions/index.d.ts +3 -0
- package/dist/browser/api/actions/index.js +4 -0
- package/dist/browser/api/actions/index.js.map +1 -0
- package/dist/browser/api/actions/operations.d.ts +22 -0
- package/dist/browser/api/actions/operations.js +136 -0
- package/dist/browser/api/actions/operations.js.map +1 -0
- package/dist/browser/api/actions/options.d.ts +14 -0
- package/dist/browser/api/actions/options.js +4 -0
- package/dist/browser/api/actions/options.js.map +1 -0
- package/dist/browser/api/alertRule/index.d.ts +3 -0
- package/dist/browser/api/alertRule/index.js +4 -0
- package/dist/browser/api/alertRule/index.js.map +1 -0
- package/dist/browser/api/alertRule/operations.d.ts +10 -0
- package/dist/browser/api/alertRule/operations.js +44 -0
- package/dist/browser/api/alertRule/operations.js.map +1 -0
- package/dist/browser/api/alertRule/options.d.ts +7 -0
- package/dist/browser/api/alertRule/options.js +4 -0
- package/dist/browser/api/alertRule/options.js.map +1 -0
- package/dist/browser/api/alertRuleTemplates/index.d.ts +3 -0
- package/dist/browser/api/alertRuleTemplates/index.js +4 -0
- package/dist/browser/api/alertRuleTemplates/index.js.map +1 -0
- package/dist/browser/api/alertRuleTemplates/operations.d.ts +14 -0
- package/dist/browser/api/alertRuleTemplates/operations.js +71 -0
- package/dist/browser/api/alertRuleTemplates/operations.js.map +1 -0
- package/dist/browser/api/alertRuleTemplates/options.d.ts +8 -0
- package/dist/browser/api/alertRuleTemplates/options.js +4 -0
- package/dist/browser/api/alertRuleTemplates/options.js.map +1 -0
- package/dist/browser/api/alertRules/index.d.ts +3 -0
- package/dist/browser/api/alertRules/index.js +4 -0
- package/dist/browser/api/alertRules/index.js.map +1 -0
- package/dist/browser/api/alertRules/operations.d.ts +22 -0
- package/dist/browser/api/alertRules/operations.js +132 -0
- package/dist/browser/api/alertRules/operations.js.map +1 -0
- package/dist/browser/api/alertRules/options.d.ts +14 -0
- package/dist/browser/api/alertRules/options.js +4 -0
- package/dist/browser/api/alertRules/options.js.map +1 -0
- package/dist/browser/api/automationRules/index.d.ts +3 -0
- package/dist/browser/api/automationRules/index.js +4 -0
- package/dist/browser/api/automationRules/index.js.map +1 -0
- package/dist/browser/api/automationRules/operations.d.ts +22 -0
- package/dist/browser/api/automationRules/operations.js +137 -0
- package/dist/browser/api/automationRules/operations.js.map +1 -0
- package/dist/browser/api/automationRules/options.d.ts +17 -0
- package/dist/browser/api/automationRules/options.js +4 -0
- package/dist/browser/api/automationRules/options.js.map +1 -0
- package/dist/browser/api/billingStatistics/index.d.ts +3 -0
- package/dist/browser/api/billingStatistics/index.js +4 -0
- package/dist/browser/api/billingStatistics/index.js.map +1 -0
- package/dist/browser/api/billingStatistics/operations.d.ts +14 -0
- package/dist/browser/api/billingStatistics/operations.js +71 -0
- package/dist/browser/api/billingStatistics/operations.js.map +1 -0
- package/dist/browser/api/billingStatistics/options.d.ts +8 -0
- package/dist/browser/api/billingStatistics/options.js +4 -0
- package/dist/browser/api/billingStatistics/options.js.map +1 -0
- package/dist/browser/api/bookmarkOperations/index.d.ts +3 -0
- package/dist/browser/api/bookmarkOperations/index.js +4 -0
- package/dist/browser/api/bookmarkOperations/index.js.map +1 -0
- package/dist/browser/api/bookmarkOperations/operations.d.ts +9 -0
- package/dist/browser/api/bookmarkOperations/operations.js +39 -0
- package/dist/browser/api/bookmarkOperations/operations.js.map +1 -0
- package/dist/browser/api/bookmarkOperations/options.d.ts +5 -0
- package/dist/browser/api/bookmarkOperations/options.js +4 -0
- package/dist/browser/api/bookmarkOperations/options.js.map +1 -0
- package/dist/browser/api/bookmarkRelations/index.d.ts +3 -0
- package/dist/browser/api/bookmarkRelations/index.js +4 -0
- package/dist/browser/api/bookmarkRelations/index.js.map +1 -0
- package/dist/browser/api/bookmarkRelations/operations.d.ts +22 -0
- package/dist/browser/api/bookmarkRelations/operations.js +140 -0
- package/dist/browser/api/bookmarkRelations/operations.js.map +1 -0
- package/dist/browser/api/bookmarkRelations/options.d.ts +22 -0
- package/dist/browser/api/bookmarkRelations/options.js +4 -0
- package/dist/browser/api/bookmarkRelations/options.js.map +1 -0
- package/dist/browser/api/bookmarks/index.d.ts +3 -0
- package/dist/browser/api/bookmarks/index.js +4 -0
- package/dist/browser/api/bookmarks/index.js.map +1 -0
- package/dist/browser/api/bookmarks/operations.d.ts +22 -0
- package/dist/browser/api/bookmarks/operations.js +132 -0
- package/dist/browser/api/bookmarks/operations.js.map +1 -0
- package/dist/browser/api/bookmarks/options.d.ts +14 -0
- package/dist/browser/api/bookmarks/options.js +4 -0
- package/dist/browser/api/bookmarks/options.js.map +1 -0
- package/dist/browser/api/contentPackage/index.d.ts +3 -0
- package/dist/browser/api/contentPackage/index.js +4 -0
- package/dist/browser/api/contentPackage/index.js.map +1 -0
- package/dist/browser/api/contentPackage/operations.d.ts +13 -0
- package/dist/browser/api/contentPackage/operations.js +67 -0
- package/dist/browser/api/contentPackage/operations.js.map +1 -0
- package/dist/browser/api/contentPackage/options.d.ts +8 -0
- package/dist/browser/api/contentPackage/options.js +4 -0
- package/dist/browser/api/contentPackage/options.js.map +1 -0
- package/dist/browser/api/contentPackages/index.d.ts +3 -0
- package/dist/browser/api/contentPackages/index.js +4 -0
- package/dist/browser/api/contentPackages/index.js.map +1 -0
- package/dist/browser/api/contentPackages/operations.d.ts +14 -0
- package/dist/browser/api/contentPackages/operations.js +78 -0
- package/dist/browser/api/contentPackages/operations.js.map +1 -0
- package/dist/browser/api/contentPackages/options.d.ts +22 -0
- package/dist/browser/api/contentPackages/options.js +4 -0
- package/dist/browser/api/contentPackages/options.js.map +1 -0
- package/dist/browser/api/contentTemplate/index.d.ts +3 -0
- package/dist/browser/api/contentTemplate/index.js +4 -0
- package/dist/browser/api/contentTemplate/index.js.map +1 -0
- package/dist/browser/api/contentTemplate/operations.d.ts +22 -0
- package/dist/browser/api/contentTemplate/operations.js +103 -0
- package/dist/browser/api/contentTemplate/operations.js.map +1 -0
- package/dist/browser/api/contentTemplate/options.d.ts +11 -0
- package/dist/browser/api/contentTemplate/options.js +4 -0
- package/dist/browser/api/contentTemplate/options.js.map +1 -0
- package/dist/browser/api/contentTemplates/index.d.ts +3 -0
- package/dist/browser/api/contentTemplates/index.js +4 -0
- package/dist/browser/api/contentTemplates/index.js.map +1 -0
- package/dist/browser/api/contentTemplates/operations.d.ts +15 -0
- package/dist/browser/api/contentTemplates/operations.js +53 -0
- package/dist/browser/api/contentTemplates/operations.js.map +1 -0
- package/dist/browser/api/contentTemplates/options.d.ts +21 -0
- package/dist/browser/api/contentTemplates/options.js +4 -0
- package/dist/browser/api/contentTemplates/options.js.map +1 -0
- package/dist/browser/api/dataConnectorDefinitions/index.d.ts +3 -0
- package/dist/browser/api/dataConnectorDefinitions/index.js +4 -0
- package/dist/browser/api/dataConnectorDefinitions/index.js.map +1 -0
- package/dist/browser/api/dataConnectorDefinitions/operations.d.ts +22 -0
- package/dist/browser/api/dataConnectorDefinitions/operations.js +132 -0
- package/dist/browser/api/dataConnectorDefinitions/operations.js.map +1 -0
- package/dist/browser/api/dataConnectorDefinitions/options.d.ts +14 -0
- package/dist/browser/api/dataConnectorDefinitions/options.js +4 -0
- package/dist/browser/api/dataConnectorDefinitions/options.js.map +1 -0
- package/dist/browser/api/dataConnectors/index.d.ts +3 -0
- package/dist/browser/api/dataConnectors/index.js +4 -0
- package/dist/browser/api/dataConnectors/index.js.map +1 -0
- package/dist/browser/api/dataConnectors/operations.d.ts +30 -0
- package/dist/browser/api/dataConnectors/operations.js +192 -0
- package/dist/browser/api/dataConnectors/operations.js.map +1 -0
- package/dist/browser/api/dataConnectors/options.d.ts +20 -0
- package/dist/browser/api/dataConnectors/options.js +4 -0
- package/dist/browser/api/dataConnectors/options.js.map +1 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/index.d.ts +3 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/index.js +4 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/index.js.map +1 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/operations.d.ts +9 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/operations.js +38 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/operations.js.map +1 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/options.d.ts +5 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/options.js +4 -0
- package/dist/browser/api/dataConnectorsCheckRequirementsOperations/options.js.map +1 -0
- package/dist/browser/api/entities/index.d.ts +3 -0
- package/dist/browser/api/entities/index.js +4 -0
- package/dist/browser/api/entities/index.js.map +1 -0
- package/dist/browser/api/entities/operations.d.ts +30 -0
- package/dist/browser/api/entities/operations.js +206 -0
- package/dist/browser/api/entities/operations.js.map +1 -0
- package/dist/browser/api/entities/options.d.ts +23 -0
- package/dist/browser/api/entities/options.js +4 -0
- package/dist/browser/api/entities/options.js.map +1 -0
- package/dist/browser/api/entitiesGetTimeline/index.d.ts +3 -0
- package/dist/browser/api/entitiesGetTimeline/index.js +4 -0
- package/dist/browser/api/entitiesGetTimeline/index.js.map +1 -0
- package/dist/browser/api/entitiesGetTimeline/operations.d.ts +9 -0
- package/dist/browser/api/entitiesGetTimeline/operations.js +39 -0
- package/dist/browser/api/entitiesGetTimeline/operations.js.map +1 -0
- package/dist/browser/api/entitiesGetTimeline/options.d.ts +5 -0
- package/dist/browser/api/entitiesGetTimeline/options.js +4 -0
- package/dist/browser/api/entitiesGetTimeline/options.js.map +1 -0
- package/dist/browser/api/entitiesRelations/index.d.ts +3 -0
- package/dist/browser/api/entitiesRelations/index.js +4 -0
- package/dist/browser/api/entitiesRelations/index.js.map +1 -0
- package/dist/browser/api/entitiesRelations/operations.d.ts +10 -0
- package/dist/browser/api/entitiesRelations/operations.js +45 -0
- package/dist/browser/api/entitiesRelations/operations.js.map +1 -0
- package/dist/browser/api/entitiesRelations/options.d.ts +13 -0
- package/dist/browser/api/entitiesRelations/options.js +4 -0
- package/dist/browser/api/entitiesRelations/options.js.map +1 -0
- package/dist/browser/api/entityQueries/index.d.ts +3 -0
- package/dist/browser/api/entityQueries/index.js +4 -0
- package/dist/browser/api/entityQueries/index.js.map +1 -0
- package/dist/browser/api/entityQueries/operations.d.ts +22 -0
- package/dist/browser/api/entityQueries/operations.js +133 -0
- package/dist/browser/api/entityQueries/operations.js.map +1 -0
- package/dist/browser/api/entityQueries/options.d.ts +17 -0
- package/dist/browser/api/entityQueries/options.js +4 -0
- package/dist/browser/api/entityQueries/options.js.map +1 -0
- package/dist/browser/api/entityQueryTemplates/index.d.ts +3 -0
- package/dist/browser/api/entityQueryTemplates/index.js +4 -0
- package/dist/browser/api/entityQueryTemplates/index.js.map +1 -0
- package/dist/browser/api/entityQueryTemplates/operations.d.ts +14 -0
- package/dist/browser/api/entityQueryTemplates/operations.js +72 -0
- package/dist/browser/api/entityQueryTemplates/operations.js.map +1 -0
- package/dist/browser/api/entityQueryTemplates/options.d.ts +11 -0
- package/dist/browser/api/entityQueryTemplates/options.js +4 -0
- package/dist/browser/api/entityQueryTemplates/options.js.map +1 -0
- package/dist/browser/api/entityRelations/index.d.ts +3 -0
- package/dist/browser/api/entityRelations/index.js +4 -0
- package/dist/browser/api/entityRelations/index.js.map +1 -0
- package/dist/browser/api/entityRelations/operations.d.ts +9 -0
- package/dist/browser/api/entityRelations/operations.js +38 -0
- package/dist/browser/api/entityRelations/operations.js.map +1 -0
- package/dist/browser/api/entityRelations/options.d.ts +5 -0
- package/dist/browser/api/entityRelations/options.js +4 -0
- package/dist/browser/api/entityRelations/options.js.map +1 -0
- package/dist/browser/api/fileImports/index.d.ts +3 -0
- package/dist/browser/api/fileImports/index.js +4 -0
- package/dist/browser/api/fileImports/index.js.map +1 -0
- package/dist/browser/api/fileImports/operations.d.ts +23 -0
- package/dist/browser/api/fileImports/operations.js +145 -0
- package/dist/browser/api/fileImports/operations.js.map +1 -0
- package/dist/browser/api/fileImports/options.d.ts +24 -0
- package/dist/browser/api/fileImports/options.js +4 -0
- package/dist/browser/api/fileImports/options.js.map +1 -0
- package/dist/browser/api/get/index.d.ts +3 -0
- package/dist/browser/api/get/index.js +4 -0
- package/dist/browser/api/get/index.js.map +1 -0
- package/dist/browser/api/get/operations.d.ts +9 -0
- package/dist/browser/api/get/operations.js +37 -0
- package/dist/browser/api/get/operations.js.map +1 -0
- package/dist/browser/api/get/options.d.ts +5 -0
- package/dist/browser/api/get/options.js +4 -0
- package/dist/browser/api/get/options.js.map +1 -0
- package/dist/browser/api/getRecommendations/index.d.ts +3 -0
- package/dist/browser/api/getRecommendations/index.js +4 -0
- package/dist/browser/api/getRecommendations/index.js.map +1 -0
- package/dist/browser/api/getRecommendations/operations.d.ts +10 -0
- package/dist/browser/api/getRecommendations/operations.js +40 -0
- package/dist/browser/api/getRecommendations/operations.js.map +1 -0
- package/dist/browser/api/getRecommendations/options.d.ts +5 -0
- package/dist/browser/api/getRecommendations/options.js +4 -0
- package/dist/browser/api/getRecommendations/options.js.map +1 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/index.d.ts +3 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/index.js +4 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/index.js.map +1 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/operations.d.ts +10 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/operations.js +40 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/operations.js.map +1 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/options.d.ts +5 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/options.js +4 -0
- package/dist/browser/api/getTriggeredAnalyticsRuleRuns/options.js.map +1 -0
- package/dist/browser/api/huntComments/index.d.ts +3 -0
- package/dist/browser/api/huntComments/index.js +4 -0
- package/dist/browser/api/huntComments/index.js.map +1 -0
- package/dist/browser/api/huntComments/operations.d.ts +22 -0
- package/dist/browser/api/huntComments/operations.js +140 -0
- package/dist/browser/api/huntComments/operations.js.map +1 -0
- package/dist/browser/api/huntComments/options.d.ts +22 -0
- package/dist/browser/api/huntComments/options.js +4 -0
- package/dist/browser/api/huntComments/options.js.map +1 -0
- package/dist/browser/api/huntRelations/index.d.ts +3 -0
- package/dist/browser/api/huntRelations/index.js +4 -0
- package/dist/browser/api/huntRelations/index.js.map +1 -0
- package/dist/browser/api/huntRelations/operations.d.ts +22 -0
- package/dist/browser/api/huntRelations/operations.js +140 -0
- package/dist/browser/api/huntRelations/operations.js.map +1 -0
- package/dist/browser/api/huntRelations/options.d.ts +22 -0
- package/dist/browser/api/huntRelations/options.js +4 -0
- package/dist/browser/api/huntRelations/options.js.map +1 -0
- package/dist/browser/api/hunts/index.d.ts +3 -0
- package/dist/browser/api/hunts/index.js +4 -0
- package/dist/browser/api/hunts/index.js.map +1 -0
- package/dist/browser/api/hunts/operations.d.ts +22 -0
- package/dist/browser/api/hunts/operations.js +136 -0
- package/dist/browser/api/hunts/operations.js.map +1 -0
- package/dist/browser/api/hunts/options.d.ts +22 -0
- package/dist/browser/api/hunts/options.js +4 -0
- package/dist/browser/api/hunts/options.js.map +1 -0
- package/dist/browser/api/incidentComments/index.d.ts +3 -0
- package/dist/browser/api/incidentComments/index.js +4 -0
- package/dist/browser/api/incidentComments/index.js.map +1 -0
- package/dist/browser/api/incidentComments/operations.d.ts +22 -0
- package/dist/browser/api/incidentComments/operations.js +140 -0
- package/dist/browser/api/incidentComments/operations.js.map +1 -0
- package/dist/browser/api/incidentComments/options.d.ts +22 -0
- package/dist/browser/api/incidentComments/options.js +4 -0
- package/dist/browser/api/incidentComments/options.js.map +1 -0
- package/dist/browser/api/incidentRelations/index.d.ts +3 -0
- package/dist/browser/api/incidentRelations/index.js +4 -0
- package/dist/browser/api/incidentRelations/index.js.map +1 -0
- package/dist/browser/api/incidentRelations/operations.d.ts +22 -0
- package/dist/browser/api/incidentRelations/operations.js +140 -0
- package/dist/browser/api/incidentRelations/operations.js.map +1 -0
- package/dist/browser/api/incidentRelations/options.d.ts +22 -0
- package/dist/browser/api/incidentRelations/options.js +4 -0
- package/dist/browser/api/incidentRelations/options.js.map +1 -0
- package/dist/browser/api/incidentTasks/index.d.ts +3 -0
- package/dist/browser/api/incidentTasks/index.js +4 -0
- package/dist/browser/api/incidentTasks/index.js.map +1 -0
- package/dist/browser/api/incidentTasks/operations.d.ts +22 -0
- package/dist/browser/api/incidentTasks/operations.js +136 -0
- package/dist/browser/api/incidentTasks/operations.js.map +1 -0
- package/dist/browser/api/incidentTasks/options.d.ts +14 -0
- package/dist/browser/api/incidentTasks/options.js +4 -0
- package/dist/browser/api/incidentTasks/options.js.map +1 -0
- package/dist/browser/api/incidents/index.d.ts +3 -0
- package/dist/browser/api/incidents/index.js +4 -0
- package/dist/browser/api/incidents/index.js.map +1 -0
- package/dist/browser/api/incidents/operations.d.ts +38 -0
- package/dist/browser/api/incidents/operations.js +264 -0
- package/dist/browser/api/incidents/operations.js.map +1 -0
- package/dist/browser/api/incidents/options.d.ts +37 -0
- package/dist/browser/api/incidents/options.js +4 -0
- package/dist/browser/api/incidents/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/metadata/index.d.ts +3 -0
- package/dist/browser/api/metadata/index.js +4 -0
- package/dist/browser/api/metadata/index.js.map +1 -0
- package/dist/browser/api/metadata/operations.d.ts +26 -0
- package/dist/browser/api/metadata/operations.js +169 -0
- package/dist/browser/api/metadata/operations.js.map +1 -0
- package/dist/browser/api/metadata/options.d.ts +25 -0
- package/dist/browser/api/metadata/options.js +4 -0
- package/dist/browser/api/metadata/options.js.map +1 -0
- package/dist/browser/api/officeConsents/index.d.ts +3 -0
- package/dist/browser/api/officeConsents/index.js +4 -0
- package/dist/browser/api/officeConsents/index.js.map +1 -0
- package/dist/browser/api/officeConsents/operations.d.ts +18 -0
- package/dist/browser/api/officeConsents/operations.js +99 -0
- package/dist/browser/api/officeConsents/operations.js.map +1 -0
- package/dist/browser/api/officeConsents/options.d.ts +11 -0
- package/dist/browser/api/officeConsents/options.js +4 -0
- package/dist/browser/api/officeConsents/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +13 -0
- package/dist/browser/api/operations.js +72 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +8 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/productPackage/index.d.ts +3 -0
- package/dist/browser/api/productPackage/index.js +4 -0
- package/dist/browser/api/productPackage/index.js.map +1 -0
- package/dist/browser/api/productPackage/operations.d.ts +9 -0
- package/dist/browser/api/productPackage/operations.js +37 -0
- package/dist/browser/api/productPackage/operations.js.map +1 -0
- package/dist/browser/api/productPackage/options.d.ts +5 -0
- package/dist/browser/api/productPackage/options.js +4 -0
- package/dist/browser/api/productPackage/options.js.map +1 -0
- package/dist/browser/api/productPackages/index.d.ts +3 -0
- package/dist/browser/api/productPackages/index.js +4 -0
- package/dist/browser/api/productPackages/index.js.map +1 -0
- package/dist/browser/api/productPackages/operations.d.ts +15 -0
- package/dist/browser/api/productPackages/operations.js +50 -0
- package/dist/browser/api/productPackages/operations.js.map +1 -0
- package/dist/browser/api/productPackages/options.d.ts +15 -0
- package/dist/browser/api/productPackages/options.js +4 -0
- package/dist/browser/api/productPackages/options.js.map +1 -0
- package/dist/browser/api/productSettings/index.d.ts +3 -0
- package/dist/browser/api/productSettings/index.js +4 -0
- package/dist/browser/api/productSettings/index.js.map +1 -0
- package/dist/browser/api/productSettings/operations.d.ts +22 -0
- package/dist/browser/api/productSettings/operations.js +132 -0
- package/dist/browser/api/productSettings/operations.js.map +1 -0
- package/dist/browser/api/productSettings/options.d.ts +14 -0
- package/dist/browser/api/productSettings/options.js +4 -0
- package/dist/browser/api/productSettings/options.js.map +1 -0
- package/dist/browser/api/productTemplate/index.d.ts +3 -0
- package/dist/browser/api/productTemplate/index.js +4 -0
- package/dist/browser/api/productTemplate/index.js.map +1 -0
- package/dist/browser/api/productTemplate/operations.d.ts +9 -0
- package/dist/browser/api/productTemplate/operations.js +37 -0
- package/dist/browser/api/productTemplate/operations.js.map +1 -0
- package/dist/browser/api/productTemplate/options.d.ts +5 -0
- package/dist/browser/api/productTemplate/options.js +4 -0
- package/dist/browser/api/productTemplate/options.js.map +1 -0
- package/dist/browser/api/productTemplates/index.d.ts +3 -0
- package/dist/browser/api/productTemplates/index.js +4 -0
- package/dist/browser/api/productTemplates/index.js.map +1 -0
- package/dist/browser/api/productTemplates/operations.d.ts +10 -0
- package/dist/browser/api/productTemplates/operations.js +47 -0
- package/dist/browser/api/productTemplates/operations.js.map +1 -0
- package/dist/browser/api/productTemplates/options.d.ts +19 -0
- package/dist/browser/api/productTemplates/options.js +4 -0
- package/dist/browser/api/productTemplates/options.js.map +1 -0
- package/dist/browser/api/reevaluate/index.d.ts +3 -0
- package/dist/browser/api/reevaluate/index.js +4 -0
- package/dist/browser/api/reevaluate/index.js.map +1 -0
- package/dist/browser/api/reevaluate/operations.d.ts +9 -0
- package/dist/browser/api/reevaluate/operations.js +37 -0
- package/dist/browser/api/reevaluate/operations.js.map +1 -0
- package/dist/browser/api/reevaluate/options.d.ts +5 -0
- package/dist/browser/api/reevaluate/options.js +4 -0
- package/dist/browser/api/reevaluate/options.js.map +1 -0
- package/dist/browser/api/securityInsightsContext.d.ts +22 -0
- package/dist/browser/api/securityInsightsContext.js +26 -0
- package/dist/browser/api/securityInsightsContext.js.map +1 -0
- package/dist/browser/api/securityMLAnalyticsSettings/index.d.ts +3 -0
- package/dist/browser/api/securityMLAnalyticsSettings/index.js +4 -0
- package/dist/browser/api/securityMLAnalyticsSettings/index.js.map +1 -0
- package/dist/browser/api/securityMLAnalyticsSettings/operations.d.ts +22 -0
- package/dist/browser/api/securityMLAnalyticsSettings/operations.js +132 -0
- package/dist/browser/api/securityMLAnalyticsSettings/operations.js.map +1 -0
- package/dist/browser/api/securityMLAnalyticsSettings/options.d.ts +14 -0
- package/dist/browser/api/securityMLAnalyticsSettings/options.js +4 -0
- package/dist/browser/api/securityMLAnalyticsSettings/options.js.map +1 -0
- package/dist/browser/api/sentinelOnboardingStates/index.d.ts +3 -0
- package/dist/browser/api/sentinelOnboardingStates/index.js +4 -0
- package/dist/browser/api/sentinelOnboardingStates/index.js.map +1 -0
- package/dist/browser/api/sentinelOnboardingStates/operations.d.ts +21 -0
- package/dist/browser/api/sentinelOnboardingStates/operations.js +130 -0
- package/dist/browser/api/sentinelOnboardingStates/operations.js.map +1 -0
- package/dist/browser/api/sentinelOnboardingStates/options.d.ts +17 -0
- package/dist/browser/api/sentinelOnboardingStates/options.js +4 -0
- package/dist/browser/api/sentinelOnboardingStates/options.js.map +1 -0
- package/dist/browser/api/sourceControlOperations/index.d.ts +3 -0
- package/dist/browser/api/sourceControlOperations/index.js +4 -0
- package/dist/browser/api/sourceControlOperations/index.js.map +1 -0
- package/dist/browser/api/sourceControlOperations/operations.d.ts +10 -0
- package/dist/browser/api/sourceControlOperations/operations.js +42 -0
- package/dist/browser/api/sourceControlOperations/operations.js.map +1 -0
- package/dist/browser/api/sourceControlOperations/options.d.ts +5 -0
- package/dist/browser/api/sourceControlOperations/options.js +4 -0
- package/dist/browser/api/sourceControlOperations/options.js.map +1 -0
- package/dist/browser/api/sourceControls/index.d.ts +3 -0
- package/dist/browser/api/sourceControls/index.js +4 -0
- package/dist/browser/api/sourceControls/index.js.map +1 -0
- package/dist/browser/api/sourceControls/operations.d.ts +22 -0
- package/dist/browser/api/sourceControls/operations.js +137 -0
- package/dist/browser/api/sourceControls/operations.js.map +1 -0
- package/dist/browser/api/sourceControls/options.d.ts +14 -0
- package/dist/browser/api/sourceControls/options.js +4 -0
- package/dist/browser/api/sourceControls/options.js.map +1 -0
- package/dist/browser/api/threatIntelligence/index.d.ts +3 -0
- package/dist/browser/api/threatIntelligence/index.js +4 -0
- package/dist/browser/api/threatIntelligence/index.js.map +1 -0
- package/dist/browser/api/threatIntelligence/operations.d.ts +14 -0
- package/dist/browser/api/threatIntelligence/operations.js +78 -0
- package/dist/browser/api/threatIntelligence/operations.js.map +1 -0
- package/dist/browser/api/threatIntelligence/options.d.ts +13 -0
- package/dist/browser/api/threatIntelligence/options.js +4 -0
- package/dist/browser/api/threatIntelligence/options.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicator/index.d.ts +3 -0
- package/dist/browser/api/threatIntelligenceIndicator/index.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicator/index.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicator/operations.d.ts +34 -0
- package/dist/browser/api/threatIntelligenceIndicator/operations.js +231 -0
- package/dist/browser/api/threatIntelligenceIndicator/operations.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicator/options.d.ts +23 -0
- package/dist/browser/api/threatIntelligenceIndicator/options.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicator/options.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/index.d.ts +3 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/index.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/index.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/operations.d.ts +9 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/operations.js +36 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/operations.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/options.d.ts +5 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/options.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicatorMetrics/options.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicators/index.d.ts +3 -0
- package/dist/browser/api/threatIntelligenceIndicators/index.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicators/index.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicators/operations.d.ts +10 -0
- package/dist/browser/api/threatIntelligenceIndicators/operations.js +44 -0
- package/dist/browser/api/threatIntelligenceIndicators/operations.js.map +1 -0
- package/dist/browser/api/threatIntelligenceIndicators/options.d.ts +13 -0
- package/dist/browser/api/threatIntelligenceIndicators/options.js +4 -0
- package/dist/browser/api/threatIntelligenceIndicators/options.js.map +1 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/index.d.ts +3 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/index.js +4 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/index.js.map +1 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/operations.d.ts +9 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/operations.js +37 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/operations.js.map +1 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/options.d.ts +5 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/options.js +4 -0
- package/dist/browser/api/triggeredAnalyticsRuleRun/options.js.map +1 -0
- package/dist/browser/api/update/index.d.ts +3 -0
- package/dist/browser/api/update/index.js +4 -0
- package/dist/browser/api/update/index.js.map +1 -0
- package/dist/browser/api/update/operations.d.ts +9 -0
- package/dist/browser/api/update/operations.js +39 -0
- package/dist/browser/api/update/operations.js.map +1 -0
- package/dist/browser/api/update/options.d.ts +5 -0
- package/dist/browser/api/update/options.js +4 -0
- package/dist/browser/api/update/options.js.map +1 -0
- package/dist/browser/api/watchlistItems/index.d.ts +3 -0
- package/dist/browser/api/watchlistItems/index.js +4 -0
- package/dist/browser/api/watchlistItems/index.js.map +1 -0
- package/dist/browser/api/watchlistItems/operations.d.ts +22 -0
- package/dist/browser/api/watchlistItems/operations.js +137 -0
- package/dist/browser/api/watchlistItems/operations.js.map +1 -0
- package/dist/browser/api/watchlistItems/options.d.ts +16 -0
- package/dist/browser/api/watchlistItems/options.js +4 -0
- package/dist/browser/api/watchlistItems/options.js.map +1 -0
- package/dist/browser/api/watchlists/index.d.ts +3 -0
- package/dist/browser/api/watchlists/index.js +4 -0
- package/dist/browser/api/watchlists/index.js.map +1 -0
- package/dist/browser/api/watchlists/operations.d.ts +23 -0
- package/dist/browser/api/watchlists/operations.js +144 -0
- package/dist/browser/api/watchlists/operations.js.map +1 -0
- package/dist/browser/api/watchlists/options.d.ts +20 -0
- package/dist/browser/api/watchlists/options.js +4 -0
- package/dist/browser/api/watchlists/options.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/index.d.ts +3 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/index.js +4 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/index.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/operations.d.ts +22 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/operations.js +136 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/operations.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/options.d.ts +20 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/options.js +4 -0
- package/dist/browser/api/workspaceManagerAssignmentJobs/options.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignments/index.d.ts +3 -0
- package/dist/browser/api/workspaceManagerAssignments/index.js +4 -0
- package/dist/browser/api/workspaceManagerAssignments/index.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignments/operations.d.ts +22 -0
- package/dist/browser/api/workspaceManagerAssignments/operations.js +135 -0
- package/dist/browser/api/workspaceManagerAssignments/operations.js.map +1 -0
- package/dist/browser/api/workspaceManagerAssignments/options.d.ts +20 -0
- package/dist/browser/api/workspaceManagerAssignments/options.js +4 -0
- package/dist/browser/api/workspaceManagerAssignments/options.js.map +1 -0
- package/dist/browser/api/workspaceManagerConfigurations/index.d.ts +3 -0
- package/dist/browser/api/workspaceManagerConfigurations/index.js +4 -0
- package/dist/browser/api/workspaceManagerConfigurations/index.js.map +1 -0
- package/dist/browser/api/workspaceManagerConfigurations/operations.d.ts +22 -0
- package/dist/browser/api/workspaceManagerConfigurations/operations.js +135 -0
- package/dist/browser/api/workspaceManagerConfigurations/operations.js.map +1 -0
- package/dist/browser/api/workspaceManagerConfigurations/options.d.ts +20 -0
- package/dist/browser/api/workspaceManagerConfigurations/options.js +4 -0
- package/dist/browser/api/workspaceManagerConfigurations/options.js.map +1 -0
- package/dist/browser/api/workspaceManagerGroups/index.d.ts +3 -0
- package/dist/browser/api/workspaceManagerGroups/index.js +4 -0
- package/dist/browser/api/workspaceManagerGroups/index.js.map +1 -0
- package/dist/browser/api/workspaceManagerGroups/operations.d.ts +22 -0
- package/dist/browser/api/workspaceManagerGroups/operations.js +135 -0
- package/dist/browser/api/workspaceManagerGroups/operations.js.map +1 -0
- package/dist/browser/api/workspaceManagerGroups/options.d.ts +20 -0
- package/dist/browser/api/workspaceManagerGroups/options.js +4 -0
- package/dist/browser/api/workspaceManagerGroups/options.js.map +1 -0
- package/dist/browser/api/workspaceManagerMembers/index.d.ts +3 -0
- package/dist/browser/api/workspaceManagerMembers/index.js +4 -0
- package/dist/browser/api/workspaceManagerMembers/index.js.map +1 -0
- package/dist/browser/api/workspaceManagerMembers/operations.d.ts +22 -0
- package/dist/browser/api/workspaceManagerMembers/operations.js +135 -0
- package/dist/browser/api/workspaceManagerMembers/operations.js.map +1 -0
- package/dist/browser/api/workspaceManagerMembers/options.d.ts +20 -0
- package/dist/browser/api/workspaceManagerMembers/options.js +4 -0
- package/dist/browser/api/workspaceManagerMembers/options.js.map +1 -0
- package/dist/browser/classic/actions/index.d.ts +17 -0
- package/dist/browser/classic/actions/index.js +17 -0
- package/dist/browser/classic/actions/index.js.map +1 -0
- package/dist/browser/classic/alertRule/index.d.ts +16 -0
- package/dist/browser/classic/alertRule/index.js +23 -0
- package/dist/browser/classic/alertRule/index.js.map +1 -0
- package/dist/browser/classic/alertRuleTemplates/index.d.ts +13 -0
- package/dist/browser/classic/alertRuleTemplates/index.js +15 -0
- package/dist/browser/classic/alertRuleTemplates/index.js.map +1 -0
- package/dist/browser/classic/alertRules/index.d.ts +17 -0
- package/dist/browser/classic/alertRules/index.js +17 -0
- package/dist/browser/classic/alertRules/index.js.map +1 -0
- package/dist/browser/classic/automationRules/index.d.ts +17 -0
- package/dist/browser/classic/automationRules/index.js +17 -0
- package/dist/browser/classic/automationRules/index.js.map +1 -0
- package/dist/browser/classic/billingStatistics/index.d.ts +13 -0
- package/dist/browser/classic/billingStatistics/index.js +15 -0
- package/dist/browser/classic/billingStatistics/index.js.map +1 -0
- package/dist/browser/classic/bookmarkOperations/index.d.ts +10 -0
- package/dist/browser/classic/bookmarkOperations/index.js +14 -0
- package/dist/browser/classic/bookmarkOperations/index.js.map +1 -0
- package/dist/browser/classic/bookmarkRelations/index.d.ts +17 -0
- package/dist/browser/classic/bookmarkRelations/index.js +17 -0
- package/dist/browser/classic/bookmarkRelations/index.js.map +1 -0
- package/dist/browser/classic/bookmarks/index.d.ts +17 -0
- package/dist/browser/classic/bookmarks/index.js +17 -0
- package/dist/browser/classic/bookmarks/index.js.map +1 -0
- package/dist/browser/classic/contentPackage/index.d.ts +12 -0
- package/dist/browser/classic/contentPackage/index.js +15 -0
- package/dist/browser/classic/contentPackage/index.js.map +1 -0
- package/dist/browser/classic/contentPackages/index.d.ts +13 -0
- package/dist/browser/classic/contentPackages/index.js +15 -0
- package/dist/browser/classic/contentPackages/index.js.map +1 -0
- package/dist/browser/classic/contentTemplate/index.d.ts +19 -0
- package/dist/browser/classic/contentTemplate/index.js +16 -0
- package/dist/browser/classic/contentTemplate/index.js.map +1 -0
- package/dist/browser/classic/contentTemplates/index.d.ts +16 -0
- package/dist/browser/classic/contentTemplates/index.js +14 -0
- package/dist/browser/classic/contentTemplates/index.js.map +1 -0
- package/dist/browser/classic/dataConnectorDefinitions/index.d.ts +17 -0
- package/dist/browser/classic/dataConnectorDefinitions/index.js +17 -0
- package/dist/browser/classic/dataConnectorDefinitions/index.js.map +1 -0
- package/dist/browser/classic/dataConnectors/index.d.ts +21 -0
- package/dist/browser/classic/dataConnectors/index.js +19 -0
- package/dist/browser/classic/dataConnectors/index.js.map +1 -0
- package/dist/browser/classic/dataConnectorsCheckRequirementsOperations/index.d.ts +10 -0
- package/dist/browser/classic/dataConnectorsCheckRequirementsOperations/index.js +14 -0
- package/dist/browser/classic/dataConnectorsCheckRequirementsOperations/index.js.map +1 -0
- package/dist/browser/classic/entities/index.d.ts +21 -0
- package/dist/browser/classic/entities/index.js +19 -0
- package/dist/browser/classic/entities/index.js.map +1 -0
- package/dist/browser/classic/entitiesGetTimeline/index.d.ts +10 -0
- package/dist/browser/classic/entitiesGetTimeline/index.js +14 -0
- package/dist/browser/classic/entitiesGetTimeline/index.js.map +1 -0
- package/dist/browser/classic/entitiesRelations/index.d.ts +11 -0
- package/dist/browser/classic/entitiesRelations/index.js +14 -0
- package/dist/browser/classic/entitiesRelations/index.js.map +1 -0
- package/dist/browser/classic/entityQueries/index.d.ts +17 -0
- package/dist/browser/classic/entityQueries/index.js +17 -0
- package/dist/browser/classic/entityQueries/index.js.map +1 -0
- package/dist/browser/classic/entityQueryTemplates/index.d.ts +13 -0
- package/dist/browser/classic/entityQueryTemplates/index.js +15 -0
- package/dist/browser/classic/entityQueryTemplates/index.js.map +1 -0
- package/dist/browser/classic/entityRelations/index.d.ts +10 -0
- package/dist/browser/classic/entityRelations/index.js +14 -0
- package/dist/browser/classic/entityRelations/index.js.map +1 -0
- package/dist/browser/classic/fileImports/index.d.ts +23 -0
- package/dist/browser/classic/fileImports/index.js +26 -0
- package/dist/browser/classic/fileImports/index.js.map +1 -0
- package/dist/browser/classic/get/index.d.ts +10 -0
- package/dist/browser/classic/get/index.js +14 -0
- package/dist/browser/classic/get/index.js.map +1 -0
- package/dist/browser/classic/getRecommendations/index.d.ts +11 -0
- package/dist/browser/classic/getRecommendations/index.js +14 -0
- package/dist/browser/classic/getRecommendations/index.js.map +1 -0
- package/dist/browser/classic/getTriggeredAnalyticsRuleRuns/index.d.ts +11 -0
- package/dist/browser/classic/getTriggeredAnalyticsRuleRuns/index.js +14 -0
- package/dist/browser/classic/getTriggeredAnalyticsRuleRuns/index.js.map +1 -0
- package/dist/browser/classic/huntComments/index.d.ts +17 -0
- package/dist/browser/classic/huntComments/index.js +17 -0
- package/dist/browser/classic/huntComments/index.js.map +1 -0
- package/dist/browser/classic/huntRelations/index.d.ts +17 -0
- package/dist/browser/classic/huntRelations/index.js +17 -0
- package/dist/browser/classic/huntRelations/index.js.map +1 -0
- package/dist/browser/classic/hunts/index.d.ts +17 -0
- package/dist/browser/classic/hunts/index.js +17 -0
- package/dist/browser/classic/hunts/index.js.map +1 -0
- package/dist/browser/classic/incidentComments/index.d.ts +17 -0
- package/dist/browser/classic/incidentComments/index.js +17 -0
- package/dist/browser/classic/incidentComments/index.js.map +1 -0
- package/dist/browser/classic/incidentRelations/index.d.ts +17 -0
- package/dist/browser/classic/incidentRelations/index.js +17 -0
- package/dist/browser/classic/incidentRelations/index.js.map +1 -0
- package/dist/browser/classic/incidentTasks/index.d.ts +17 -0
- package/dist/browser/classic/incidentTasks/index.js +17 -0
- package/dist/browser/classic/incidentTasks/index.js.map +1 -0
- package/dist/browser/classic/incidents/index.d.ts +25 -0
- package/dist/browser/classic/incidents/index.js +21 -0
- package/dist/browser/classic/incidents/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +60 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/metadata/index.d.ts +19 -0
- package/dist/browser/classic/metadata/index.js +18 -0
- package/dist/browser/classic/metadata/index.js.map +1 -0
- package/dist/browser/classic/officeConsents/index.d.ts +15 -0
- package/dist/browser/classic/officeConsents/index.js +16 -0
- package/dist/browser/classic/officeConsents/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/productPackage/index.d.ts +10 -0
- package/dist/browser/classic/productPackage/index.js +14 -0
- package/dist/browser/classic/productPackage/index.js.map +1 -0
- package/dist/browser/classic/productPackages/index.d.ts +16 -0
- package/dist/browser/classic/productPackages/index.js +14 -0
- package/dist/browser/classic/productPackages/index.js.map +1 -0
- package/dist/browser/classic/productSettings/index.d.ts +17 -0
- package/dist/browser/classic/productSettings/index.js +17 -0
- package/dist/browser/classic/productSettings/index.js.map +1 -0
- package/dist/browser/classic/productTemplate/index.d.ts +10 -0
- package/dist/browser/classic/productTemplate/index.js +14 -0
- package/dist/browser/classic/productTemplate/index.js.map +1 -0
- package/dist/browser/classic/productTemplates/index.d.ts +11 -0
- package/dist/browser/classic/productTemplates/index.js +14 -0
- package/dist/browser/classic/productTemplates/index.js.map +1 -0
- package/dist/browser/classic/reevaluate/index.d.ts +10 -0
- package/dist/browser/classic/reevaluate/index.js +14 -0
- package/dist/browser/classic/reevaluate/index.js.map +1 -0
- package/dist/browser/classic/securityMLAnalyticsSettings/index.d.ts +17 -0
- package/dist/browser/classic/securityMLAnalyticsSettings/index.js +17 -0
- package/dist/browser/classic/securityMLAnalyticsSettings/index.js.map +1 -0
- package/dist/browser/classic/sentinelOnboardingStates/index.d.ts +16 -0
- package/dist/browser/classic/sentinelOnboardingStates/index.js +17 -0
- package/dist/browser/classic/sentinelOnboardingStates/index.js.map +1 -0
- package/dist/browser/classic/sourceControlOperations/index.d.ts +11 -0
- package/dist/browser/classic/sourceControlOperations/index.js +14 -0
- package/dist/browser/classic/sourceControlOperations/index.js.map +1 -0
- package/dist/browser/classic/sourceControls/index.d.ts +17 -0
- package/dist/browser/classic/sourceControls/index.js +17 -0
- package/dist/browser/classic/sourceControls/index.js.map +1 -0
- package/dist/browser/classic/threatIntelligence/index.d.ts +13 -0
- package/dist/browser/classic/threatIntelligence/index.js +15 -0
- package/dist/browser/classic/threatIntelligence/index.js.map +1 -0
- package/dist/browser/classic/threatIntelligenceIndicator/index.d.ts +23 -0
- package/dist/browser/classic/threatIntelligenceIndicator/index.js +20 -0
- package/dist/browser/classic/threatIntelligenceIndicator/index.js.map +1 -0
- package/dist/browser/classic/threatIntelligenceIndicatorMetrics/index.d.ts +10 -0
- package/dist/browser/classic/threatIntelligenceIndicatorMetrics/index.js +14 -0
- package/dist/browser/classic/threatIntelligenceIndicatorMetrics/index.js.map +1 -0
- package/dist/browser/classic/threatIntelligenceIndicators/index.d.ts +11 -0
- package/dist/browser/classic/threatIntelligenceIndicators/index.js +14 -0
- package/dist/browser/classic/threatIntelligenceIndicators/index.js.map +1 -0
- package/dist/browser/classic/triggeredAnalyticsRuleRun/index.d.ts +10 -0
- package/dist/browser/classic/triggeredAnalyticsRuleRun/index.js +14 -0
- package/dist/browser/classic/triggeredAnalyticsRuleRun/index.js.map +1 -0
- package/dist/browser/classic/update/index.d.ts +10 -0
- package/dist/browser/classic/update/index.js +14 -0
- package/dist/browser/classic/update/index.js.map +1 -0
- package/dist/browser/classic/watchlistItems/index.d.ts +17 -0
- package/dist/browser/classic/watchlistItems/index.js +17 -0
- package/dist/browser/classic/watchlistItems/index.js.map +1 -0
- package/dist/browser/classic/watchlists/index.d.ts +27 -0
- package/dist/browser/classic/watchlists/index.js +34 -0
- package/dist/browser/classic/watchlists/index.js.map +1 -0
- package/dist/browser/classic/workspaceManagerAssignmentJobs/index.d.ts +17 -0
- package/dist/browser/classic/workspaceManagerAssignmentJobs/index.js +17 -0
- package/dist/browser/classic/workspaceManagerAssignmentJobs/index.js.map +1 -0
- package/dist/browser/classic/workspaceManagerAssignments/index.d.ts +17 -0
- package/dist/browser/classic/workspaceManagerAssignments/index.js +17 -0
- package/dist/browser/classic/workspaceManagerAssignments/index.js.map +1 -0
- package/dist/browser/classic/workspaceManagerConfigurations/index.d.ts +17 -0
- package/dist/browser/classic/workspaceManagerConfigurations/index.js +17 -0
- package/dist/browser/classic/workspaceManagerConfigurations/index.js.map +1 -0
- package/dist/browser/classic/workspaceManagerGroups/index.d.ts +17 -0
- package/dist/browser/classic/workspaceManagerGroups/index.js +17 -0
- package/dist/browser/classic/workspaceManagerGroups/index.js.map +1 -0
- package/dist/browser/classic/workspaceManagerMembers/index.d.ts +17 -0
- package/dist/browser/classic/workspaceManagerMembers/index.js +17 -0
- package/dist/browser/classic/workspaceManagerMembers/index.js.map +1 -0
- package/dist/browser/index.d.ts +73 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -8867
- package/dist/browser/models/index.js +3 -1175
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +11969 -0
- package/dist/browser/models/models.js +15402 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +99 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/securityInsights.d.ts +193 -51
- package/dist/browser/securityInsights.js +261 -158
- package/dist/browser/securityInsights.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/actions/index.d.ts +3 -0
- package/dist/commonjs/api/actions/index.js +34 -0
- package/dist/commonjs/api/actions/index.js.map +7 -0
- package/dist/commonjs/api/actions/operations.d.ts +22 -0
- package/dist/commonjs/api/actions/operations.js +222 -0
- package/dist/commonjs/api/actions/operations.js.map +7 -0
- package/dist/commonjs/api/actions/options.d.ts +14 -0
- package/dist/commonjs/api/actions/options.js +16 -0
- package/dist/commonjs/api/actions/options.js.map +7 -0
- package/dist/commonjs/api/alertRule/index.d.ts +3 -0
- package/dist/commonjs/api/alertRule/index.js +28 -0
- package/dist/commonjs/api/alertRule/index.js.map +7 -0
- package/dist/commonjs/api/alertRule/operations.d.ts +10 -0
- package/dist/commonjs/api/alertRule/operations.js +82 -0
- package/dist/commonjs/api/alertRule/operations.js.map +7 -0
- package/dist/commonjs/api/alertRule/options.d.ts +7 -0
- package/dist/commonjs/api/alertRule/options.js +16 -0
- package/dist/commonjs/api/alertRule/options.js.map +7 -0
- package/dist/commonjs/api/alertRuleTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/alertRuleTemplates/index.js +30 -0
- package/dist/commonjs/api/alertRuleTemplates/index.js.map +7 -0
- package/dist/commonjs/api/alertRuleTemplates/operations.d.ts +14 -0
- package/dist/commonjs/api/alertRuleTemplates/operations.js +123 -0
- package/dist/commonjs/api/alertRuleTemplates/operations.js.map +7 -0
- package/dist/commonjs/api/alertRuleTemplates/options.d.ts +8 -0
- package/dist/commonjs/api/alertRuleTemplates/options.js +16 -0
- package/dist/commonjs/api/alertRuleTemplates/options.js.map +7 -0
- package/dist/commonjs/api/alertRules/index.d.ts +3 -0
- package/dist/commonjs/api/alertRules/index.js +34 -0
- package/dist/commonjs/api/alertRules/index.js.map +7 -0
- package/dist/commonjs/api/alertRules/operations.d.ts +22 -0
- package/dist/commonjs/api/alertRules/operations.js +203 -0
- package/dist/commonjs/api/alertRules/operations.js.map +7 -0
- package/dist/commonjs/api/alertRules/options.d.ts +14 -0
- package/dist/commonjs/api/alertRules/options.js +16 -0
- package/dist/commonjs/api/alertRules/options.js.map +7 -0
- package/dist/commonjs/api/automationRules/index.d.ts +3 -0
- package/dist/commonjs/api/automationRules/index.js +34 -0
- package/dist/commonjs/api/automationRules/index.js.map +7 -0
- package/dist/commonjs/api/automationRules/operations.d.ts +22 -0
- package/dist/commonjs/api/automationRules/operations.js +217 -0
- package/dist/commonjs/api/automationRules/operations.js.map +7 -0
- package/dist/commonjs/api/automationRules/options.d.ts +17 -0
- package/dist/commonjs/api/automationRules/options.js +16 -0
- package/dist/commonjs/api/automationRules/options.js.map +7 -0
- package/dist/commonjs/api/billingStatistics/index.d.ts +3 -0
- package/dist/commonjs/api/billingStatistics/index.js +30 -0
- package/dist/commonjs/api/billingStatistics/index.js.map +7 -0
- package/dist/commonjs/api/billingStatistics/operations.d.ts +14 -0
- package/dist/commonjs/api/billingStatistics/operations.js +123 -0
- package/dist/commonjs/api/billingStatistics/operations.js.map +7 -0
- package/dist/commonjs/api/billingStatistics/options.d.ts +8 -0
- package/dist/commonjs/api/billingStatistics/options.js +16 -0
- package/dist/commonjs/api/billingStatistics/options.js.map +7 -0
- package/dist/commonjs/api/bookmarkOperations/index.d.ts +3 -0
- package/dist/commonjs/api/bookmarkOperations/index.js +28 -0
- package/dist/commonjs/api/bookmarkOperations/index.js.map +7 -0
- package/dist/commonjs/api/bookmarkOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/bookmarkOperations/operations.js +77 -0
- package/dist/commonjs/api/bookmarkOperations/operations.js.map +7 -0
- package/dist/commonjs/api/bookmarkOperations/options.d.ts +5 -0
- package/dist/commonjs/api/bookmarkOperations/options.js +16 -0
- package/dist/commonjs/api/bookmarkOperations/options.js.map +7 -0
- package/dist/commonjs/api/bookmarkRelations/index.d.ts +3 -0
- package/dist/commonjs/api/bookmarkRelations/index.js +34 -0
- package/dist/commonjs/api/bookmarkRelations/index.js.map +7 -0
- package/dist/commonjs/api/bookmarkRelations/operations.d.ts +22 -0
- package/dist/commonjs/api/bookmarkRelations/operations.js +226 -0
- package/dist/commonjs/api/bookmarkRelations/operations.js.map +7 -0
- package/dist/commonjs/api/bookmarkRelations/options.d.ts +22 -0
- package/dist/commonjs/api/bookmarkRelations/options.js +16 -0
- package/dist/commonjs/api/bookmarkRelations/options.js.map +7 -0
- package/dist/commonjs/api/bookmarks/index.d.ts +3 -0
- package/dist/commonjs/api/bookmarks/index.js +34 -0
- package/dist/commonjs/api/bookmarks/index.js.map +7 -0
- package/dist/commonjs/api/bookmarks/operations.d.ts +22 -0
- package/dist/commonjs/api/bookmarks/operations.js +203 -0
- package/dist/commonjs/api/bookmarks/operations.js.map +7 -0
- package/dist/commonjs/api/bookmarks/options.d.ts +14 -0
- package/dist/commonjs/api/bookmarks/options.js +16 -0
- package/dist/commonjs/api/bookmarks/options.js.map +7 -0
- package/dist/commonjs/api/contentPackage/index.d.ts +3 -0
- package/dist/commonjs/api/contentPackage/index.js +30 -0
- package/dist/commonjs/api/contentPackage/index.js.map +7 -0
- package/dist/commonjs/api/contentPackage/operations.d.ts +13 -0
- package/dist/commonjs/api/contentPackage/operations.js +120 -0
- package/dist/commonjs/api/contentPackage/operations.js.map +7 -0
- package/dist/commonjs/api/contentPackage/options.d.ts +8 -0
- package/dist/commonjs/api/contentPackage/options.js +16 -0
- package/dist/commonjs/api/contentPackage/options.js.map +7 -0
- package/dist/commonjs/api/contentPackages/index.d.ts +3 -0
- package/dist/commonjs/api/contentPackages/index.js +30 -0
- package/dist/commonjs/api/contentPackages/index.js.map +7 -0
- package/dist/commonjs/api/contentPackages/operations.d.ts +14 -0
- package/dist/commonjs/api/contentPackages/operations.js +124 -0
- package/dist/commonjs/api/contentPackages/operations.js.map +7 -0
- package/dist/commonjs/api/contentPackages/options.d.ts +22 -0
- package/dist/commonjs/api/contentPackages/options.js +16 -0
- package/dist/commonjs/api/contentPackages/options.js.map +7 -0
- package/dist/commonjs/api/contentTemplate/index.d.ts +3 -0
- package/dist/commonjs/api/contentTemplate/index.js +32 -0
- package/dist/commonjs/api/contentTemplate/index.js.map +7 -0
- package/dist/commonjs/api/contentTemplate/operations.d.ts +22 -0
- package/dist/commonjs/api/contentTemplate/operations.js +154 -0
- package/dist/commonjs/api/contentTemplate/operations.js.map +7 -0
- package/dist/commonjs/api/contentTemplate/options.d.ts +11 -0
- package/dist/commonjs/api/contentTemplate/options.js +16 -0
- package/dist/commonjs/api/contentTemplate/options.js.map +7 -0
- package/dist/commonjs/api/contentTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/contentTemplates/index.js +28 -0
- package/dist/commonjs/api/contentTemplates/index.js.map +7 -0
- package/dist/commonjs/api/contentTemplates/operations.d.ts +15 -0
- package/dist/commonjs/api/contentTemplates/operations.js +85 -0
- package/dist/commonjs/api/contentTemplates/operations.js.map +7 -0
- package/dist/commonjs/api/contentTemplates/options.d.ts +21 -0
- package/dist/commonjs/api/contentTemplates/options.js +16 -0
- package/dist/commonjs/api/contentTemplates/options.js.map +7 -0
- package/dist/commonjs/api/dataConnectorDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/dataConnectorDefinitions/index.js +34 -0
- package/dist/commonjs/api/dataConnectorDefinitions/index.js.map +7 -0
- package/dist/commonjs/api/dataConnectorDefinitions/operations.d.ts +22 -0
- package/dist/commonjs/api/dataConnectorDefinitions/operations.js +215 -0
- package/dist/commonjs/api/dataConnectorDefinitions/operations.js.map +7 -0
- package/dist/commonjs/api/dataConnectorDefinitions/options.d.ts +14 -0
- package/dist/commonjs/api/dataConnectorDefinitions/options.js +16 -0
- package/dist/commonjs/api/dataConnectorDefinitions/options.js.map +7 -0
- package/dist/commonjs/api/dataConnectors/index.d.ts +3 -0
- package/dist/commonjs/api/dataConnectors/index.js +38 -0
- package/dist/commonjs/api/dataConnectors/index.js.map +7 -0
- package/dist/commonjs/api/dataConnectors/operations.d.ts +30 -0
- package/dist/commonjs/api/dataConnectors/operations.js +306 -0
- package/dist/commonjs/api/dataConnectors/operations.js.map +7 -0
- package/dist/commonjs/api/dataConnectors/options.d.ts +20 -0
- package/dist/commonjs/api/dataConnectors/options.js +16 -0
- package/dist/commonjs/api/dataConnectors/options.js.map +7 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/index.d.ts +3 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/index.js +28 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/index.js.map +7 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/operations.js +75 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/operations.js.map +7 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/options.d.ts +5 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/options.js +16 -0
- package/dist/commonjs/api/dataConnectorsCheckRequirementsOperations/options.js.map +7 -0
- package/dist/commonjs/api/entities/index.d.ts +3 -0
- package/dist/commonjs/api/entities/index.js +38 -0
- package/dist/commonjs/api/entities/index.js.map +7 -0
- package/dist/commonjs/api/entities/operations.d.ts +30 -0
- package/dist/commonjs/api/entities/operations.js +312 -0
- package/dist/commonjs/api/entities/operations.js.map +7 -0
- package/dist/commonjs/api/entities/options.d.ts +23 -0
- package/dist/commonjs/api/entities/options.js +16 -0
- package/dist/commonjs/api/entities/options.js.map +7 -0
- package/dist/commonjs/api/entitiesGetTimeline/index.d.ts +3 -0
- package/dist/commonjs/api/entitiesGetTimeline/index.js +28 -0
- package/dist/commonjs/api/entitiesGetTimeline/index.js.map +7 -0
- package/dist/commonjs/api/entitiesGetTimeline/operations.d.ts +9 -0
- package/dist/commonjs/api/entitiesGetTimeline/operations.js +77 -0
- package/dist/commonjs/api/entitiesGetTimeline/operations.js.map +7 -0
- package/dist/commonjs/api/entitiesGetTimeline/options.d.ts +5 -0
- package/dist/commonjs/api/entitiesGetTimeline/options.js +16 -0
- package/dist/commonjs/api/entitiesGetTimeline/options.js.map +7 -0
- package/dist/commonjs/api/entitiesRelations/index.d.ts +3 -0
- package/dist/commonjs/api/entitiesRelations/index.js +28 -0
- package/dist/commonjs/api/entitiesRelations/index.js.map +7 -0
- package/dist/commonjs/api/entitiesRelations/operations.d.ts +10 -0
- package/dist/commonjs/api/entitiesRelations/operations.js +82 -0
- package/dist/commonjs/api/entitiesRelations/operations.js.map +7 -0
- package/dist/commonjs/api/entitiesRelations/options.d.ts +13 -0
- package/dist/commonjs/api/entitiesRelations/options.js +16 -0
- package/dist/commonjs/api/entitiesRelations/options.js.map +7 -0
- package/dist/commonjs/api/entityQueries/index.d.ts +3 -0
- package/dist/commonjs/api/entityQueries/index.js +34 -0
- package/dist/commonjs/api/entityQueries/index.js.map +7 -0
- package/dist/commonjs/api/entityQueries/operations.d.ts +22 -0
- package/dist/commonjs/api/entityQueries/operations.js +210 -0
- package/dist/commonjs/api/entityQueries/operations.js.map +7 -0
- package/dist/commonjs/api/entityQueries/options.d.ts +17 -0
- package/dist/commonjs/api/entityQueries/options.js +16 -0
- package/dist/commonjs/api/entityQueries/options.js.map +7 -0
- package/dist/commonjs/api/entityQueryTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/entityQueryTemplates/index.js +30 -0
- package/dist/commonjs/api/entityQueryTemplates/index.js.map +7 -0
- package/dist/commonjs/api/entityQueryTemplates/operations.d.ts +14 -0
- package/dist/commonjs/api/entityQueryTemplates/operations.js +124 -0
- package/dist/commonjs/api/entityQueryTemplates/operations.js.map +7 -0
- package/dist/commonjs/api/entityQueryTemplates/options.d.ts +11 -0
- package/dist/commonjs/api/entityQueryTemplates/options.js +16 -0
- package/dist/commonjs/api/entityQueryTemplates/options.js.map +7 -0
- package/dist/commonjs/api/entityRelations/index.d.ts +3 -0
- package/dist/commonjs/api/entityRelations/index.js +28 -0
- package/dist/commonjs/api/entityRelations/index.js.map +7 -0
- package/dist/commonjs/api/entityRelations/operations.d.ts +9 -0
- package/dist/commonjs/api/entityRelations/operations.js +76 -0
- package/dist/commonjs/api/entityRelations/operations.js.map +7 -0
- package/dist/commonjs/api/entityRelations/options.d.ts +5 -0
- package/dist/commonjs/api/entityRelations/options.js +16 -0
- package/dist/commonjs/api/entityRelations/options.js.map +7 -0
- package/dist/commonjs/api/fileImports/index.d.ts +3 -0
- package/dist/commonjs/api/fileImports/index.js +34 -0
- package/dist/commonjs/api/fileImports/index.js.map +7 -0
- package/dist/commonjs/api/fileImports/operations.d.ts +23 -0
- package/dist/commonjs/api/fileImports/operations.js +216 -0
- package/dist/commonjs/api/fileImports/operations.js.map +7 -0
- package/dist/commonjs/api/fileImports/options.d.ts +24 -0
- package/dist/commonjs/api/fileImports/options.js +16 -0
- package/dist/commonjs/api/fileImports/options.js.map +7 -0
- package/dist/commonjs/api/get/index.d.ts +3 -0
- package/dist/commonjs/api/get/index.js +28 -0
- package/dist/commonjs/api/get/index.js.map +7 -0
- package/dist/commonjs/api/get/operations.d.ts +9 -0
- package/dist/commonjs/api/get/operations.js +74 -0
- package/dist/commonjs/api/get/operations.js.map +7 -0
- package/dist/commonjs/api/get/options.d.ts +5 -0
- package/dist/commonjs/api/get/options.js +16 -0
- package/dist/commonjs/api/get/options.js.map +7 -0
- package/dist/commonjs/api/getRecommendations/index.d.ts +3 -0
- package/dist/commonjs/api/getRecommendations/index.js +28 -0
- package/dist/commonjs/api/getRecommendations/index.js.map +7 -0
- package/dist/commonjs/api/getRecommendations/operations.d.ts +10 -0
- package/dist/commonjs/api/getRecommendations/operations.js +77 -0
- package/dist/commonjs/api/getRecommendations/operations.js.map +7 -0
- package/dist/commonjs/api/getRecommendations/options.d.ts +5 -0
- package/dist/commonjs/api/getRecommendations/options.js +16 -0
- package/dist/commonjs/api/getRecommendations/options.js.map +7 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/index.d.ts +3 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/index.js +28 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/index.js.map +7 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/operations.d.ts +10 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/operations.js +77 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/operations.js.map +7 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/options.d.ts +5 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/options.js +16 -0
- package/dist/commonjs/api/getTriggeredAnalyticsRuleRuns/options.js.map +7 -0
- package/dist/commonjs/api/huntComments/index.d.ts +3 -0
- package/dist/commonjs/api/huntComments/index.js +34 -0
- package/dist/commonjs/api/huntComments/index.js.map +7 -0
- package/dist/commonjs/api/huntComments/operations.d.ts +22 -0
- package/dist/commonjs/api/huntComments/operations.js +226 -0
- package/dist/commonjs/api/huntComments/operations.js.map +7 -0
- package/dist/commonjs/api/huntComments/options.d.ts +22 -0
- package/dist/commonjs/api/huntComments/options.js +16 -0
- package/dist/commonjs/api/huntComments/options.js.map +7 -0
- package/dist/commonjs/api/huntRelations/index.d.ts +3 -0
- package/dist/commonjs/api/huntRelations/index.js +34 -0
- package/dist/commonjs/api/huntRelations/index.js.map +7 -0
- package/dist/commonjs/api/huntRelations/operations.d.ts +22 -0
- package/dist/commonjs/api/huntRelations/operations.js +226 -0
- package/dist/commonjs/api/huntRelations/operations.js.map +7 -0
- package/dist/commonjs/api/huntRelations/options.d.ts +22 -0
- package/dist/commonjs/api/huntRelations/options.js +16 -0
- package/dist/commonjs/api/huntRelations/options.js.map +7 -0
- package/dist/commonjs/api/hunts/index.d.ts +3 -0
- package/dist/commonjs/api/hunts/index.js +34 -0
- package/dist/commonjs/api/hunts/index.js.map +7 -0
- package/dist/commonjs/api/hunts/operations.d.ts +22 -0
- package/dist/commonjs/api/hunts/operations.js +207 -0
- package/dist/commonjs/api/hunts/operations.js.map +7 -0
- package/dist/commonjs/api/hunts/options.d.ts +22 -0
- package/dist/commonjs/api/hunts/options.js +16 -0
- package/dist/commonjs/api/hunts/options.js.map +7 -0
- package/dist/commonjs/api/incidentComments/index.d.ts +3 -0
- package/dist/commonjs/api/incidentComments/index.js +34 -0
- package/dist/commonjs/api/incidentComments/index.js.map +7 -0
- package/dist/commonjs/api/incidentComments/operations.d.ts +22 -0
- package/dist/commonjs/api/incidentComments/operations.js +226 -0
- package/dist/commonjs/api/incidentComments/operations.js.map +7 -0
- package/dist/commonjs/api/incidentComments/options.d.ts +22 -0
- package/dist/commonjs/api/incidentComments/options.js +16 -0
- package/dist/commonjs/api/incidentComments/options.js.map +7 -0
- package/dist/commonjs/api/incidentRelations/index.d.ts +3 -0
- package/dist/commonjs/api/incidentRelations/index.js +34 -0
- package/dist/commonjs/api/incidentRelations/index.js.map +7 -0
- package/dist/commonjs/api/incidentRelations/operations.d.ts +22 -0
- package/dist/commonjs/api/incidentRelations/operations.js +226 -0
- package/dist/commonjs/api/incidentRelations/operations.js.map +7 -0
- package/dist/commonjs/api/incidentRelations/options.d.ts +22 -0
- package/dist/commonjs/api/incidentRelations/options.js +16 -0
- package/dist/commonjs/api/incidentRelations/options.js.map +7 -0
- package/dist/commonjs/api/incidentTasks/index.d.ts +3 -0
- package/dist/commonjs/api/incidentTasks/index.js +34 -0
- package/dist/commonjs/api/incidentTasks/index.js.map +7 -0
- package/dist/commonjs/api/incidentTasks/operations.d.ts +22 -0
- package/dist/commonjs/api/incidentTasks/operations.js +222 -0
- package/dist/commonjs/api/incidentTasks/operations.js.map +7 -0
- package/dist/commonjs/api/incidentTasks/options.d.ts +14 -0
- package/dist/commonjs/api/incidentTasks/options.js +16 -0
- package/dist/commonjs/api/incidentTasks/options.js.map +7 -0
- package/dist/commonjs/api/incidents/index.d.ts +3 -0
- package/dist/commonjs/api/incidents/index.js +42 -0
- package/dist/commonjs/api/incidents/index.js.map +7 -0
- package/dist/commonjs/api/incidents/operations.d.ts +38 -0
- package/dist/commonjs/api/incidents/operations.js +393 -0
- package/dist/commonjs/api/incidents/operations.js.map +7 -0
- package/dist/commonjs/api/incidents/options.d.ts +37 -0
- package/dist/commonjs/api/incidents/options.js +16 -0
- package/dist/commonjs/api/incidents/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +33 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/metadata/index.d.ts +3 -0
- package/dist/commonjs/api/metadata/index.js +36 -0
- package/dist/commonjs/api/metadata/index.js.map +7 -0
- package/dist/commonjs/api/metadata/operations.d.ts +26 -0
- package/dist/commonjs/api/metadata/operations.js +262 -0
- package/dist/commonjs/api/metadata/operations.js.map +7 -0
- package/dist/commonjs/api/metadata/options.d.ts +25 -0
- package/dist/commonjs/api/metadata/options.js +16 -0
- package/dist/commonjs/api/metadata/options.js.map +7 -0
- package/dist/commonjs/api/officeConsents/index.d.ts +3 -0
- package/dist/commonjs/api/officeConsents/index.js +32 -0
- package/dist/commonjs/api/officeConsents/index.js.map +7 -0
- package/dist/commonjs/api/officeConsents/operations.d.ts +18 -0
- package/dist/commonjs/api/officeConsents/operations.js +154 -0
- package/dist/commonjs/api/officeConsents/operations.js.map +7 -0
- package/dist/commonjs/api/officeConsents/options.d.ts +11 -0
- package/dist/commonjs/api/officeConsents/options.js +16 -0
- package/dist/commonjs/api/officeConsents/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +13 -0
- package/dist/commonjs/api/operations.js +126 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +8 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/productPackage/index.d.ts +3 -0
- package/dist/commonjs/api/productPackage/index.js +28 -0
- package/dist/commonjs/api/productPackage/index.js.map +7 -0
- package/dist/commonjs/api/productPackage/operations.d.ts +9 -0
- package/dist/commonjs/api/productPackage/operations.js +68 -0
- package/dist/commonjs/api/productPackage/operations.js.map +7 -0
- package/dist/commonjs/api/productPackage/options.d.ts +5 -0
- package/dist/commonjs/api/productPackage/options.js +16 -0
- package/dist/commonjs/api/productPackage/options.js.map +7 -0
- package/dist/commonjs/api/productPackages/index.d.ts +3 -0
- package/dist/commonjs/api/productPackages/index.js +28 -0
- package/dist/commonjs/api/productPackages/index.js.map +7 -0
- package/dist/commonjs/api/productPackages/operations.d.ts +15 -0
- package/dist/commonjs/api/productPackages/operations.js +82 -0
- package/dist/commonjs/api/productPackages/operations.js.map +7 -0
- package/dist/commonjs/api/productPackages/options.d.ts +15 -0
- package/dist/commonjs/api/productPackages/options.js +16 -0
- package/dist/commonjs/api/productPackages/options.js.map +7 -0
- package/dist/commonjs/api/productSettings/index.d.ts +3 -0
- package/dist/commonjs/api/productSettings/index.js +34 -0
- package/dist/commonjs/api/productSettings/index.js.map +7 -0
- package/dist/commonjs/api/productSettings/operations.d.ts +22 -0
- package/dist/commonjs/api/productSettings/operations.js +209 -0
- package/dist/commonjs/api/productSettings/operations.js.map +7 -0
- package/dist/commonjs/api/productSettings/options.d.ts +14 -0
- package/dist/commonjs/api/productSettings/options.js +16 -0
- package/dist/commonjs/api/productSettings/options.js.map +7 -0
- package/dist/commonjs/api/productTemplate/index.d.ts +3 -0
- package/dist/commonjs/api/productTemplate/index.js +28 -0
- package/dist/commonjs/api/productTemplate/index.js.map +7 -0
- package/dist/commonjs/api/productTemplate/operations.d.ts +9 -0
- package/dist/commonjs/api/productTemplate/operations.js +68 -0
- package/dist/commonjs/api/productTemplate/operations.js.map +7 -0
- package/dist/commonjs/api/productTemplate/options.d.ts +5 -0
- package/dist/commonjs/api/productTemplate/options.js +16 -0
- package/dist/commonjs/api/productTemplate/options.js.map +7 -0
- package/dist/commonjs/api/productTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/productTemplates/index.js +28 -0
- package/dist/commonjs/api/productTemplates/index.js.map +7 -0
- package/dist/commonjs/api/productTemplates/operations.d.ts +10 -0
- package/dist/commonjs/api/productTemplates/operations.js +84 -0
- package/dist/commonjs/api/productTemplates/operations.js.map +7 -0
- package/dist/commonjs/api/productTemplates/options.d.ts +19 -0
- package/dist/commonjs/api/productTemplates/options.js +16 -0
- package/dist/commonjs/api/productTemplates/options.js.map +7 -0
- package/dist/commonjs/api/reevaluate/index.d.ts +3 -0
- package/dist/commonjs/api/reevaluate/index.js +28 -0
- package/dist/commonjs/api/reevaluate/index.js.map +7 -0
- package/dist/commonjs/api/reevaluate/operations.d.ts +9 -0
- package/dist/commonjs/api/reevaluate/operations.js +74 -0
- package/dist/commonjs/api/reevaluate/operations.js.map +7 -0
- package/dist/commonjs/api/reevaluate/options.d.ts +5 -0
- package/dist/commonjs/api/reevaluate/options.js +16 -0
- package/dist/commonjs/api/reevaluate/options.js.map +7 -0
- package/dist/commonjs/api/securityInsightsContext.d.ts +22 -0
- package/dist/commonjs/api/securityInsightsContext.js +47 -0
- package/dist/commonjs/api/securityInsightsContext.js.map +7 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/index.d.ts +3 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/index.js +34 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/index.js.map +7 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/operations.d.ts +22 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/operations.js +215 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/operations.js.map +7 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/options.d.ts +14 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/options.js +16 -0
- package/dist/commonjs/api/securityMLAnalyticsSettings/options.js.map +7 -0
- package/dist/commonjs/api/sentinelOnboardingStates/index.d.ts +3 -0
- package/dist/commonjs/api/sentinelOnboardingStates/index.js +34 -0
- package/dist/commonjs/api/sentinelOnboardingStates/index.js.map +7 -0
- package/dist/commonjs/api/sentinelOnboardingStates/operations.d.ts +21 -0
- package/dist/commonjs/api/sentinelOnboardingStates/operations.js +204 -0
- package/dist/commonjs/api/sentinelOnboardingStates/operations.js.map +7 -0
- package/dist/commonjs/api/sentinelOnboardingStates/options.d.ts +17 -0
- package/dist/commonjs/api/sentinelOnboardingStates/options.js +16 -0
- package/dist/commonjs/api/sentinelOnboardingStates/options.js.map +7 -0
- package/dist/commonjs/api/sourceControlOperations/index.d.ts +3 -0
- package/dist/commonjs/api/sourceControlOperations/index.js +28 -0
- package/dist/commonjs/api/sourceControlOperations/index.js.map +7 -0
- package/dist/commonjs/api/sourceControlOperations/operations.d.ts +10 -0
- package/dist/commonjs/api/sourceControlOperations/operations.js +79 -0
- package/dist/commonjs/api/sourceControlOperations/operations.js.map +7 -0
- package/dist/commonjs/api/sourceControlOperations/options.d.ts +5 -0
- package/dist/commonjs/api/sourceControlOperations/options.js +16 -0
- package/dist/commonjs/api/sourceControlOperations/options.js.map +7 -0
- package/dist/commonjs/api/sourceControls/index.d.ts +3 -0
- package/dist/commonjs/api/sourceControls/index.js +34 -0
- package/dist/commonjs/api/sourceControls/index.js.map +7 -0
- package/dist/commonjs/api/sourceControls/operations.d.ts +22 -0
- package/dist/commonjs/api/sourceControls/operations.js +221 -0
- package/dist/commonjs/api/sourceControls/operations.js.map +7 -0
- package/dist/commonjs/api/sourceControls/options.d.ts +14 -0
- package/dist/commonjs/api/sourceControls/options.js +16 -0
- package/dist/commonjs/api/sourceControls/options.js.map +7 -0
- package/dist/commonjs/api/threatIntelligence/index.d.ts +3 -0
- package/dist/commonjs/api/threatIntelligence/index.js +30 -0
- package/dist/commonjs/api/threatIntelligence/index.js.map +7 -0
- package/dist/commonjs/api/threatIntelligence/operations.d.ts +14 -0
- package/dist/commonjs/api/threatIntelligence/operations.js +122 -0
- package/dist/commonjs/api/threatIntelligence/operations.js.map +7 -0
- package/dist/commonjs/api/threatIntelligence/options.d.ts +13 -0
- package/dist/commonjs/api/threatIntelligence/options.js +16 -0
- package/dist/commonjs/api/threatIntelligence/options.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/index.d.ts +3 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/index.js +40 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/index.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/operations.d.ts +34 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/operations.js +355 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/operations.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/options.d.ts +23 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/options.js +16 -0
- package/dist/commonjs/api/threatIntelligenceIndicator/options.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/index.d.ts +3 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/index.js +28 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/index.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/operations.d.ts +9 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/operations.js +67 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/operations.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/options.d.ts +5 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/options.js +16 -0
- package/dist/commonjs/api/threatIntelligenceIndicatorMetrics/options.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/index.d.ts +3 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/index.js +28 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/index.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/operations.d.ts +10 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/operations.js +81 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/operations.js.map +7 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/options.d.ts +13 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/options.js +16 -0
- package/dist/commonjs/api/threatIntelligenceIndicators/options.js.map +7 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/index.d.ts +3 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/index.js +28 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/index.js.map +7 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/operations.d.ts +9 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/operations.js +68 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/operations.js.map +7 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/options.d.ts +5 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/options.js +16 -0
- package/dist/commonjs/api/triggeredAnalyticsRuleRun/options.js.map +7 -0
- package/dist/commonjs/api/update/index.d.ts +3 -0
- package/dist/commonjs/api/update/index.js +28 -0
- package/dist/commonjs/api/update/index.js.map +7 -0
- package/dist/commonjs/api/update/operations.d.ts +9 -0
- package/dist/commonjs/api/update/operations.js +77 -0
- package/dist/commonjs/api/update/operations.js.map +7 -0
- package/dist/commonjs/api/update/options.d.ts +5 -0
- package/dist/commonjs/api/update/options.js +16 -0
- package/dist/commonjs/api/update/options.js.map +7 -0
- package/dist/commonjs/api/watchlistItems/index.d.ts +3 -0
- package/dist/commonjs/api/watchlistItems/index.js +34 -0
- package/dist/commonjs/api/watchlistItems/index.js.map +7 -0
- package/dist/commonjs/api/watchlistItems/operations.d.ts +22 -0
- package/dist/commonjs/api/watchlistItems/operations.js +223 -0
- package/dist/commonjs/api/watchlistItems/operations.js.map +7 -0
- package/dist/commonjs/api/watchlistItems/options.d.ts +16 -0
- package/dist/commonjs/api/watchlistItems/options.js +16 -0
- package/dist/commonjs/api/watchlistItems/options.js.map +7 -0
- package/dist/commonjs/api/watchlists/index.d.ts +3 -0
- package/dist/commonjs/api/watchlists/index.js +34 -0
- package/dist/commonjs/api/watchlists/index.js.map +7 -0
- package/dist/commonjs/api/watchlists/operations.d.ts +23 -0
- package/dist/commonjs/api/watchlists/operations.js +215 -0
- package/dist/commonjs/api/watchlists/operations.js.map +7 -0
- package/dist/commonjs/api/watchlists/options.d.ts +20 -0
- package/dist/commonjs/api/watchlists/options.js +16 -0
- package/dist/commonjs/api/watchlists/options.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/index.d.ts +3 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/index.js +34 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/index.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/operations.d.ts +22 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/operations.js +220 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/operations.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/options.d.ts +20 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/options.js +16 -0
- package/dist/commonjs/api/workspaceManagerAssignmentJobs/options.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignments/index.d.ts +3 -0
- package/dist/commonjs/api/workspaceManagerAssignments/index.js +34 -0
- package/dist/commonjs/api/workspaceManagerAssignments/index.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignments/operations.d.ts +22 -0
- package/dist/commonjs/api/workspaceManagerAssignments/operations.js +218 -0
- package/dist/commonjs/api/workspaceManagerAssignments/operations.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerAssignments/options.d.ts +20 -0
- package/dist/commonjs/api/workspaceManagerAssignments/options.js +16 -0
- package/dist/commonjs/api/workspaceManagerAssignments/options.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/index.js +34 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/operations.d.ts +22 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/operations.js +218 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/options.d.ts +20 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/options.js +16 -0
- package/dist/commonjs/api/workspaceManagerConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerGroups/index.d.ts +3 -0
- package/dist/commonjs/api/workspaceManagerGroups/index.js +34 -0
- package/dist/commonjs/api/workspaceManagerGroups/index.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerGroups/operations.d.ts +22 -0
- package/dist/commonjs/api/workspaceManagerGroups/operations.js +218 -0
- package/dist/commonjs/api/workspaceManagerGroups/operations.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerGroups/options.d.ts +20 -0
- package/dist/commonjs/api/workspaceManagerGroups/options.js +16 -0
- package/dist/commonjs/api/workspaceManagerGroups/options.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerMembers/index.d.ts +3 -0
- package/dist/commonjs/api/workspaceManagerMembers/index.js +34 -0
- package/dist/commonjs/api/workspaceManagerMembers/index.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerMembers/operations.d.ts +22 -0
- package/dist/commonjs/api/workspaceManagerMembers/operations.js +218 -0
- package/dist/commonjs/api/workspaceManagerMembers/operations.js.map +7 -0
- package/dist/commonjs/api/workspaceManagerMembers/options.d.ts +20 -0
- package/dist/commonjs/api/workspaceManagerMembers/options.js +16 -0
- package/dist/commonjs/api/workspaceManagerMembers/options.js.map +7 -0
- package/dist/commonjs/classic/actions/index.d.ts +17 -0
- package/dist/commonjs/classic/actions/index.js +41 -0
- package/dist/commonjs/classic/actions/index.js.map +7 -0
- package/dist/commonjs/classic/alertRule/index.d.ts +16 -0
- package/dist/commonjs/classic/alertRule/index.js +68 -0
- package/dist/commonjs/classic/alertRule/index.js.map +7 -0
- package/dist/commonjs/classic/alertRuleTemplates/index.d.ts +13 -0
- package/dist/commonjs/classic/alertRuleTemplates/index.js +39 -0
- package/dist/commonjs/classic/alertRuleTemplates/index.js.map +7 -0
- package/dist/commonjs/classic/alertRules/index.d.ts +17 -0
- package/dist/commonjs/classic/alertRules/index.js +41 -0
- package/dist/commonjs/classic/alertRules/index.js.map +7 -0
- package/dist/commonjs/classic/automationRules/index.d.ts +17 -0
- package/dist/commonjs/classic/automationRules/index.js +41 -0
- package/dist/commonjs/classic/automationRules/index.js.map +7 -0
- package/dist/commonjs/classic/billingStatistics/index.d.ts +13 -0
- package/dist/commonjs/classic/billingStatistics/index.js +39 -0
- package/dist/commonjs/classic/billingStatistics/index.js.map +7 -0
- package/dist/commonjs/classic/bookmarkOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/bookmarkOperations/index.js +38 -0
- package/dist/commonjs/classic/bookmarkOperations/index.js.map +7 -0
- package/dist/commonjs/classic/bookmarkRelations/index.d.ts +17 -0
- package/dist/commonjs/classic/bookmarkRelations/index.js +49 -0
- package/dist/commonjs/classic/bookmarkRelations/index.js.map +7 -0
- package/dist/commonjs/classic/bookmarks/index.d.ts +17 -0
- package/dist/commonjs/classic/bookmarks/index.js +41 -0
- package/dist/commonjs/classic/bookmarks/index.js.map +7 -0
- package/dist/commonjs/classic/contentPackage/index.d.ts +12 -0
- package/dist/commonjs/classic/contentPackage/index.js +46 -0
- package/dist/commonjs/classic/contentPackage/index.js.map +7 -0
- package/dist/commonjs/classic/contentPackages/index.d.ts +13 -0
- package/dist/commonjs/classic/contentPackages/index.js +39 -0
- package/dist/commonjs/classic/contentPackages/index.js.map +7 -0
- package/dist/commonjs/classic/contentTemplate/index.d.ts +19 -0
- package/dist/commonjs/classic/contentTemplate/index.js +47 -0
- package/dist/commonjs/classic/contentTemplate/index.js.map +7 -0
- package/dist/commonjs/classic/contentTemplates/index.d.ts +16 -0
- package/dist/commonjs/classic/contentTemplates/index.js +38 -0
- package/dist/commonjs/classic/contentTemplates/index.js.map +7 -0
- package/dist/commonjs/classic/dataConnectorDefinitions/index.d.ts +17 -0
- package/dist/commonjs/classic/dataConnectorDefinitions/index.js +48 -0
- package/dist/commonjs/classic/dataConnectorDefinitions/index.js.map +7 -0
- package/dist/commonjs/classic/dataConnectors/index.d.ts +21 -0
- package/dist/commonjs/classic/dataConnectors/index.js +50 -0
- package/dist/commonjs/classic/dataConnectors/index.js.map +7 -0
- package/dist/commonjs/classic/dataConnectorsCheckRequirementsOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/dataConnectorsCheckRequirementsOperations/index.js +38 -0
- package/dist/commonjs/classic/dataConnectorsCheckRequirementsOperations/index.js.map +7 -0
- package/dist/commonjs/classic/entities/index.d.ts +21 -0
- package/dist/commonjs/classic/entities/index.js +43 -0
- package/dist/commonjs/classic/entities/index.js.map +7 -0
- package/dist/commonjs/classic/entitiesGetTimeline/index.d.ts +10 -0
- package/dist/commonjs/classic/entitiesGetTimeline/index.js +38 -0
- package/dist/commonjs/classic/entitiesGetTimeline/index.js.map +7 -0
- package/dist/commonjs/classic/entitiesRelations/index.d.ts +11 -0
- package/dist/commonjs/classic/entitiesRelations/index.js +38 -0
- package/dist/commonjs/classic/entitiesRelations/index.js.map +7 -0
- package/dist/commonjs/classic/entityQueries/index.d.ts +17 -0
- package/dist/commonjs/classic/entityQueries/index.js +48 -0
- package/dist/commonjs/classic/entityQueries/index.js.map +7 -0
- package/dist/commonjs/classic/entityQueryTemplates/index.d.ts +13 -0
- package/dist/commonjs/classic/entityQueryTemplates/index.js +39 -0
- package/dist/commonjs/classic/entityQueryTemplates/index.js.map +7 -0
- package/dist/commonjs/classic/entityRelations/index.d.ts +10 -0
- package/dist/commonjs/classic/entityRelations/index.js +38 -0
- package/dist/commonjs/classic/entityRelations/index.js.map +7 -0
- package/dist/commonjs/classic/fileImports/index.d.ts +23 -0
- package/dist/commonjs/classic/fileImports/index.js +50 -0
- package/dist/commonjs/classic/fileImports/index.js.map +7 -0
- package/dist/commonjs/classic/get/index.d.ts +10 -0
- package/dist/commonjs/classic/get/index.js +38 -0
- package/dist/commonjs/classic/get/index.js.map +7 -0
- package/dist/commonjs/classic/getRecommendations/index.d.ts +11 -0
- package/dist/commonjs/classic/getRecommendations/index.js +38 -0
- package/dist/commonjs/classic/getRecommendations/index.js.map +7 -0
- package/dist/commonjs/classic/getTriggeredAnalyticsRuleRuns/index.d.ts +11 -0
- package/dist/commonjs/classic/getTriggeredAnalyticsRuleRuns/index.js +38 -0
- package/dist/commonjs/classic/getTriggeredAnalyticsRuleRuns/index.js.map +7 -0
- package/dist/commonjs/classic/huntComments/index.d.ts +17 -0
- package/dist/commonjs/classic/huntComments/index.js +49 -0
- package/dist/commonjs/classic/huntComments/index.js.map +7 -0
- package/dist/commonjs/classic/huntRelations/index.d.ts +17 -0
- package/dist/commonjs/classic/huntRelations/index.js +49 -0
- package/dist/commonjs/classic/huntRelations/index.js.map +7 -0
- package/dist/commonjs/classic/hunts/index.d.ts +17 -0
- package/dist/commonjs/classic/hunts/index.js +41 -0
- package/dist/commonjs/classic/hunts/index.js.map +7 -0
- package/dist/commonjs/classic/incidentComments/index.d.ts +17 -0
- package/dist/commonjs/classic/incidentComments/index.js +49 -0
- package/dist/commonjs/classic/incidentComments/index.js.map +7 -0
- package/dist/commonjs/classic/incidentRelations/index.d.ts +17 -0
- package/dist/commonjs/classic/incidentRelations/index.js +49 -0
- package/dist/commonjs/classic/incidentRelations/index.js.map +7 -0
- package/dist/commonjs/classic/incidentTasks/index.d.ts +17 -0
- package/dist/commonjs/classic/incidentTasks/index.js +49 -0
- package/dist/commonjs/classic/incidentTasks/index.js.map +7 -0
- package/dist/commonjs/classic/incidents/index.d.ts +25 -0
- package/dist/commonjs/classic/incidents/index.js +45 -0
- package/dist/commonjs/classic/incidents/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +60 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/metadata/index.d.ts +19 -0
- package/dist/commonjs/classic/metadata/index.js +42 -0
- package/dist/commonjs/classic/metadata/index.js.map +7 -0
- package/dist/commonjs/classic/officeConsents/index.d.ts +15 -0
- package/dist/commonjs/classic/officeConsents/index.js +40 -0
- package/dist/commonjs/classic/officeConsents/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/productPackage/index.d.ts +10 -0
- package/dist/commonjs/classic/productPackage/index.js +38 -0
- package/dist/commonjs/classic/productPackage/index.js.map +7 -0
- package/dist/commonjs/classic/productPackages/index.d.ts +16 -0
- package/dist/commonjs/classic/productPackages/index.js +38 -0
- package/dist/commonjs/classic/productPackages/index.js.map +7 -0
- package/dist/commonjs/classic/productSettings/index.d.ts +17 -0
- package/dist/commonjs/classic/productSettings/index.js +41 -0
- package/dist/commonjs/classic/productSettings/index.js.map +7 -0
- package/dist/commonjs/classic/productTemplate/index.d.ts +10 -0
- package/dist/commonjs/classic/productTemplate/index.js +38 -0
- package/dist/commonjs/classic/productTemplate/index.js.map +7 -0
- package/dist/commonjs/classic/productTemplates/index.d.ts +11 -0
- package/dist/commonjs/classic/productTemplates/index.js +38 -0
- package/dist/commonjs/classic/productTemplates/index.js.map +7 -0
- package/dist/commonjs/classic/reevaluate/index.d.ts +10 -0
- package/dist/commonjs/classic/reevaluate/index.js +38 -0
- package/dist/commonjs/classic/reevaluate/index.js.map +7 -0
- package/dist/commonjs/classic/securityMLAnalyticsSettings/index.d.ts +17 -0
- package/dist/commonjs/classic/securityMLAnalyticsSettings/index.js +48 -0
- package/dist/commonjs/classic/securityMLAnalyticsSettings/index.js.map +7 -0
- package/dist/commonjs/classic/sentinelOnboardingStates/index.d.ts +16 -0
- package/dist/commonjs/classic/sentinelOnboardingStates/index.js +41 -0
- package/dist/commonjs/classic/sentinelOnboardingStates/index.js.map +7 -0
- package/dist/commonjs/classic/sourceControlOperations/index.d.ts +11 -0
- package/dist/commonjs/classic/sourceControlOperations/index.js +38 -0
- package/dist/commonjs/classic/sourceControlOperations/index.js.map +7 -0
- package/dist/commonjs/classic/sourceControls/index.d.ts +17 -0
- package/dist/commonjs/classic/sourceControls/index.js +48 -0
- package/dist/commonjs/classic/sourceControls/index.js.map +7 -0
- package/dist/commonjs/classic/threatIntelligence/index.d.ts +13 -0
- package/dist/commonjs/classic/threatIntelligence/index.js +39 -0
- package/dist/commonjs/classic/threatIntelligence/index.js.map +7 -0
- package/dist/commonjs/classic/threatIntelligenceIndicator/index.d.ts +23 -0
- package/dist/commonjs/classic/threatIntelligenceIndicator/index.js +77 -0
- package/dist/commonjs/classic/threatIntelligenceIndicator/index.js.map +7 -0
- package/dist/commonjs/classic/threatIntelligenceIndicatorMetrics/index.d.ts +10 -0
- package/dist/commonjs/classic/threatIntelligenceIndicatorMetrics/index.js +38 -0
- package/dist/commonjs/classic/threatIntelligenceIndicatorMetrics/index.js.map +7 -0
- package/dist/commonjs/classic/threatIntelligenceIndicators/index.d.ts +11 -0
- package/dist/commonjs/classic/threatIntelligenceIndicators/index.js +38 -0
- package/dist/commonjs/classic/threatIntelligenceIndicators/index.js.map +7 -0
- package/dist/commonjs/classic/triggeredAnalyticsRuleRun/index.d.ts +10 -0
- package/dist/commonjs/classic/triggeredAnalyticsRuleRun/index.js +38 -0
- package/dist/commonjs/classic/triggeredAnalyticsRuleRun/index.js.map +7 -0
- package/dist/commonjs/classic/update/index.d.ts +10 -0
- package/dist/commonjs/classic/update/index.js +45 -0
- package/dist/commonjs/classic/update/index.js.map +7 -0
- package/dist/commonjs/classic/watchlistItems/index.d.ts +17 -0
- package/dist/commonjs/classic/watchlistItems/index.js +49 -0
- package/dist/commonjs/classic/watchlistItems/index.js.map +7 -0
- package/dist/commonjs/classic/watchlists/index.d.ts +27 -0
- package/dist/commonjs/classic/watchlists/index.js +72 -0
- package/dist/commonjs/classic/watchlists/index.js.map +7 -0
- package/dist/commonjs/classic/workspaceManagerAssignmentJobs/index.d.ts +17 -0
- package/dist/commonjs/classic/workspaceManagerAssignmentJobs/index.js +55 -0
- package/dist/commonjs/classic/workspaceManagerAssignmentJobs/index.js.map +7 -0
- package/dist/commonjs/classic/workspaceManagerAssignments/index.d.ts +17 -0
- package/dist/commonjs/classic/workspaceManagerAssignments/index.js +48 -0
- package/dist/commonjs/classic/workspaceManagerAssignments/index.js.map +7 -0
- package/dist/commonjs/classic/workspaceManagerConfigurations/index.d.ts +17 -0
- package/dist/commonjs/classic/workspaceManagerConfigurations/index.js +54 -0
- package/dist/commonjs/classic/workspaceManagerConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/workspaceManagerGroups/index.d.ts +17 -0
- package/dist/commonjs/classic/workspaceManagerGroups/index.js +48 -0
- package/dist/commonjs/classic/workspaceManagerGroups/index.js.map +7 -0
- package/dist/commonjs/classic/workspaceManagerMembers/index.d.ts +17 -0
- package/dist/commonjs/classic/workspaceManagerMembers/index.js +48 -0
- package/dist/commonjs/classic/workspaceManagerMembers/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +73 -3
- package/dist/commonjs/index.js +248 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -8867
- package/dist/commonjs/models/index.js +234 -1180
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +11969 -0
- package/dist/commonjs/models/models.js +15073 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +112 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/securityInsights.d.ts +193 -51
- package/dist/commonjs/securityInsights.js +313 -175
- package/dist/commonjs/securityInsights.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/actions/index.d.ts +3 -0
- package/dist/esm/api/actions/index.js +4 -0
- package/dist/esm/api/actions/index.js.map +1 -0
- package/dist/esm/api/actions/operations.d.ts +22 -0
- package/dist/esm/api/actions/operations.js +136 -0
- package/dist/esm/api/actions/operations.js.map +1 -0
- package/dist/esm/api/actions/options.d.ts +14 -0
- package/dist/esm/api/actions/options.js +4 -0
- package/dist/esm/api/actions/options.js.map +1 -0
- package/dist/esm/api/alertRule/index.d.ts +3 -0
- package/dist/esm/api/alertRule/index.js +4 -0
- package/dist/esm/api/alertRule/index.js.map +1 -0
- package/dist/esm/api/alertRule/operations.d.ts +10 -0
- package/dist/esm/api/alertRule/operations.js +44 -0
- package/dist/esm/api/alertRule/operations.js.map +1 -0
- package/dist/esm/api/alertRule/options.d.ts +7 -0
- package/dist/esm/api/alertRule/options.js +4 -0
- package/dist/esm/api/alertRule/options.js.map +1 -0
- package/dist/esm/api/alertRuleTemplates/index.d.ts +3 -0
- package/dist/esm/api/alertRuleTemplates/index.js +4 -0
- package/dist/esm/api/alertRuleTemplates/index.js.map +1 -0
- package/dist/esm/api/alertRuleTemplates/operations.d.ts +14 -0
- package/dist/esm/api/alertRuleTemplates/operations.js +71 -0
- package/dist/esm/api/alertRuleTemplates/operations.js.map +1 -0
- package/dist/esm/api/alertRuleTemplates/options.d.ts +8 -0
- package/dist/esm/api/alertRuleTemplates/options.js +4 -0
- package/dist/esm/api/alertRuleTemplates/options.js.map +1 -0
- package/dist/esm/api/alertRules/index.d.ts +3 -0
- package/dist/esm/api/alertRules/index.js +4 -0
- package/dist/esm/api/alertRules/index.js.map +1 -0
- package/dist/esm/api/alertRules/operations.d.ts +22 -0
- package/dist/esm/api/alertRules/operations.js +132 -0
- package/dist/esm/api/alertRules/operations.js.map +1 -0
- package/dist/esm/api/alertRules/options.d.ts +14 -0
- package/dist/esm/api/alertRules/options.js +4 -0
- package/dist/esm/api/alertRules/options.js.map +1 -0
- package/dist/esm/api/automationRules/index.d.ts +3 -0
- package/dist/esm/api/automationRules/index.js +4 -0
- package/dist/esm/api/automationRules/index.js.map +1 -0
- package/dist/esm/api/automationRules/operations.d.ts +22 -0
- package/dist/esm/api/automationRules/operations.js +137 -0
- package/dist/esm/api/automationRules/operations.js.map +1 -0
- package/dist/esm/api/automationRules/options.d.ts +17 -0
- package/dist/esm/api/automationRules/options.js +4 -0
- package/dist/esm/api/automationRules/options.js.map +1 -0
- package/dist/esm/api/billingStatistics/index.d.ts +3 -0
- package/dist/esm/api/billingStatistics/index.js +4 -0
- package/dist/esm/api/billingStatistics/index.js.map +1 -0
- package/dist/esm/api/billingStatistics/operations.d.ts +14 -0
- package/dist/esm/api/billingStatistics/operations.js +71 -0
- package/dist/esm/api/billingStatistics/operations.js.map +1 -0
- package/dist/esm/api/billingStatistics/options.d.ts +8 -0
- package/dist/esm/api/billingStatistics/options.js +4 -0
- package/dist/esm/api/billingStatistics/options.js.map +1 -0
- package/dist/esm/api/bookmarkOperations/index.d.ts +3 -0
- package/dist/esm/api/bookmarkOperations/index.js +4 -0
- package/dist/esm/api/bookmarkOperations/index.js.map +1 -0
- package/dist/esm/api/bookmarkOperations/operations.d.ts +9 -0
- package/dist/esm/api/bookmarkOperations/operations.js +39 -0
- package/dist/esm/api/bookmarkOperations/operations.js.map +1 -0
- package/dist/esm/api/bookmarkOperations/options.d.ts +5 -0
- package/dist/esm/api/bookmarkOperations/options.js +4 -0
- package/dist/esm/api/bookmarkOperations/options.js.map +1 -0
- package/dist/esm/api/bookmarkRelations/index.d.ts +3 -0
- package/dist/esm/api/bookmarkRelations/index.js +4 -0
- package/dist/esm/api/bookmarkRelations/index.js.map +1 -0
- package/dist/esm/api/bookmarkRelations/operations.d.ts +22 -0
- package/dist/esm/api/bookmarkRelations/operations.js +140 -0
- package/dist/esm/api/bookmarkRelations/operations.js.map +1 -0
- package/dist/esm/api/bookmarkRelations/options.d.ts +22 -0
- package/dist/esm/api/bookmarkRelations/options.js +4 -0
- package/dist/esm/api/bookmarkRelations/options.js.map +1 -0
- package/dist/esm/api/bookmarks/index.d.ts +3 -0
- package/dist/esm/api/bookmarks/index.js +4 -0
- package/dist/esm/api/bookmarks/index.js.map +1 -0
- package/dist/esm/api/bookmarks/operations.d.ts +22 -0
- package/dist/esm/api/bookmarks/operations.js +132 -0
- package/dist/esm/api/bookmarks/operations.js.map +1 -0
- package/dist/esm/api/bookmarks/options.d.ts +14 -0
- package/dist/esm/api/bookmarks/options.js +4 -0
- package/dist/esm/api/bookmarks/options.js.map +1 -0
- package/dist/esm/api/contentPackage/index.d.ts +3 -0
- package/dist/esm/api/contentPackage/index.js +4 -0
- package/dist/esm/api/contentPackage/index.js.map +1 -0
- package/dist/esm/api/contentPackage/operations.d.ts +13 -0
- package/dist/esm/api/contentPackage/operations.js +67 -0
- package/dist/esm/api/contentPackage/operations.js.map +1 -0
- package/dist/esm/api/contentPackage/options.d.ts +8 -0
- package/dist/esm/api/contentPackage/options.js +4 -0
- package/dist/esm/api/contentPackage/options.js.map +1 -0
- package/dist/esm/api/contentPackages/index.d.ts +3 -0
- package/dist/esm/api/contentPackages/index.js +4 -0
- package/dist/esm/api/contentPackages/index.js.map +1 -0
- package/dist/esm/api/contentPackages/operations.d.ts +14 -0
- package/dist/esm/api/contentPackages/operations.js +78 -0
- package/dist/esm/api/contentPackages/operations.js.map +1 -0
- package/dist/esm/api/contentPackages/options.d.ts +22 -0
- package/dist/esm/api/contentPackages/options.js +4 -0
- package/dist/esm/api/contentPackages/options.js.map +1 -0
- package/dist/esm/api/contentTemplate/index.d.ts +3 -0
- package/dist/esm/api/contentTemplate/index.js +4 -0
- package/dist/esm/api/contentTemplate/index.js.map +1 -0
- package/dist/esm/api/contentTemplate/operations.d.ts +22 -0
- package/dist/esm/api/contentTemplate/operations.js +103 -0
- package/dist/esm/api/contentTemplate/operations.js.map +1 -0
- package/dist/esm/api/contentTemplate/options.d.ts +11 -0
- package/dist/esm/api/contentTemplate/options.js +4 -0
- package/dist/esm/api/contentTemplate/options.js.map +1 -0
- package/dist/esm/api/contentTemplates/index.d.ts +3 -0
- package/dist/esm/api/contentTemplates/index.js +4 -0
- package/dist/esm/api/contentTemplates/index.js.map +1 -0
- package/dist/esm/api/contentTemplates/operations.d.ts +15 -0
- package/dist/esm/api/contentTemplates/operations.js +53 -0
- package/dist/esm/api/contentTemplates/operations.js.map +1 -0
- package/dist/esm/api/contentTemplates/options.d.ts +21 -0
- package/dist/esm/api/contentTemplates/options.js +4 -0
- package/dist/esm/api/contentTemplates/options.js.map +1 -0
- package/dist/esm/api/dataConnectorDefinitions/index.d.ts +3 -0
- package/dist/esm/api/dataConnectorDefinitions/index.js +4 -0
- package/dist/esm/api/dataConnectorDefinitions/index.js.map +1 -0
- package/dist/esm/api/dataConnectorDefinitions/operations.d.ts +22 -0
- package/dist/esm/api/dataConnectorDefinitions/operations.js +132 -0
- package/dist/esm/api/dataConnectorDefinitions/operations.js.map +1 -0
- package/dist/esm/api/dataConnectorDefinitions/options.d.ts +14 -0
- package/dist/esm/api/dataConnectorDefinitions/options.js +4 -0
- package/dist/esm/api/dataConnectorDefinitions/options.js.map +1 -0
- package/dist/esm/api/dataConnectors/index.d.ts +3 -0
- package/dist/esm/api/dataConnectors/index.js +4 -0
- package/dist/esm/api/dataConnectors/index.js.map +1 -0
- package/dist/esm/api/dataConnectors/operations.d.ts +30 -0
- package/dist/esm/api/dataConnectors/operations.js +192 -0
- package/dist/esm/api/dataConnectors/operations.js.map +1 -0
- package/dist/esm/api/dataConnectors/options.d.ts +20 -0
- package/dist/esm/api/dataConnectors/options.js +4 -0
- package/dist/esm/api/dataConnectors/options.js.map +1 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/index.d.ts +3 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/index.js +4 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/index.js.map +1 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/operations.d.ts +9 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/operations.js +38 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/operations.js.map +1 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/options.d.ts +5 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/options.js +4 -0
- package/dist/esm/api/dataConnectorsCheckRequirementsOperations/options.js.map +1 -0
- package/dist/esm/api/entities/index.d.ts +3 -0
- package/dist/esm/api/entities/index.js +4 -0
- package/dist/esm/api/entities/index.js.map +1 -0
- package/dist/esm/api/entities/operations.d.ts +30 -0
- package/dist/esm/api/entities/operations.js +206 -0
- package/dist/esm/api/entities/operations.js.map +1 -0
- package/dist/esm/api/entities/options.d.ts +23 -0
- package/dist/esm/api/entities/options.js +4 -0
- package/dist/esm/api/entities/options.js.map +1 -0
- package/dist/esm/api/entitiesGetTimeline/index.d.ts +3 -0
- package/dist/esm/api/entitiesGetTimeline/index.js +4 -0
- package/dist/esm/api/entitiesGetTimeline/index.js.map +1 -0
- package/dist/esm/api/entitiesGetTimeline/operations.d.ts +9 -0
- package/dist/esm/api/entitiesGetTimeline/operations.js +39 -0
- package/dist/esm/api/entitiesGetTimeline/operations.js.map +1 -0
- package/dist/esm/api/entitiesGetTimeline/options.d.ts +5 -0
- package/dist/esm/api/entitiesGetTimeline/options.js +4 -0
- package/dist/esm/api/entitiesGetTimeline/options.js.map +1 -0
- package/dist/esm/api/entitiesRelations/index.d.ts +3 -0
- package/dist/esm/api/entitiesRelations/index.js +4 -0
- package/dist/esm/api/entitiesRelations/index.js.map +1 -0
- package/dist/esm/api/entitiesRelations/operations.d.ts +10 -0
- package/dist/esm/api/entitiesRelations/operations.js +45 -0
- package/dist/esm/api/entitiesRelations/operations.js.map +1 -0
- package/dist/esm/api/entitiesRelations/options.d.ts +13 -0
- package/dist/esm/api/entitiesRelations/options.js +4 -0
- package/dist/esm/api/entitiesRelations/options.js.map +1 -0
- package/dist/esm/api/entityQueries/index.d.ts +3 -0
- package/dist/esm/api/entityQueries/index.js +4 -0
- package/dist/esm/api/entityQueries/index.js.map +1 -0
- package/dist/esm/api/entityQueries/operations.d.ts +22 -0
- package/dist/esm/api/entityQueries/operations.js +133 -0
- package/dist/esm/api/entityQueries/operations.js.map +1 -0
- package/dist/esm/api/entityQueries/options.d.ts +17 -0
- package/dist/esm/api/entityQueries/options.js +4 -0
- package/dist/esm/api/entityQueries/options.js.map +1 -0
- package/dist/esm/api/entityQueryTemplates/index.d.ts +3 -0
- package/dist/esm/api/entityQueryTemplates/index.js +4 -0
- package/dist/esm/api/entityQueryTemplates/index.js.map +1 -0
- package/dist/esm/api/entityQueryTemplates/operations.d.ts +14 -0
- package/dist/esm/api/entityQueryTemplates/operations.js +72 -0
- package/dist/esm/api/entityQueryTemplates/operations.js.map +1 -0
- package/dist/esm/api/entityQueryTemplates/options.d.ts +11 -0
- package/dist/esm/api/entityQueryTemplates/options.js +4 -0
- package/dist/esm/api/entityQueryTemplates/options.js.map +1 -0
- package/dist/esm/api/entityRelations/index.d.ts +3 -0
- package/dist/esm/api/entityRelations/index.js +4 -0
- package/dist/esm/api/entityRelations/index.js.map +1 -0
- package/dist/esm/api/entityRelations/operations.d.ts +9 -0
- package/dist/esm/api/entityRelations/operations.js +38 -0
- package/dist/esm/api/entityRelations/operations.js.map +1 -0
- package/dist/esm/api/entityRelations/options.d.ts +5 -0
- package/dist/esm/api/entityRelations/options.js +4 -0
- package/dist/esm/api/entityRelations/options.js.map +1 -0
- package/dist/esm/api/fileImports/index.d.ts +3 -0
- package/dist/esm/api/fileImports/index.js +4 -0
- package/dist/esm/api/fileImports/index.js.map +1 -0
- package/dist/esm/api/fileImports/operations.d.ts +23 -0
- package/dist/esm/api/fileImports/operations.js +145 -0
- package/dist/esm/api/fileImports/operations.js.map +1 -0
- package/dist/esm/api/fileImports/options.d.ts +24 -0
- package/dist/esm/api/fileImports/options.js +4 -0
- package/dist/esm/api/fileImports/options.js.map +1 -0
- package/dist/esm/api/get/index.d.ts +3 -0
- package/dist/esm/api/get/index.js +4 -0
- package/dist/esm/api/get/index.js.map +1 -0
- package/dist/esm/api/get/operations.d.ts +9 -0
- package/dist/esm/api/get/operations.js +37 -0
- package/dist/esm/api/get/operations.js.map +1 -0
- package/dist/esm/api/get/options.d.ts +5 -0
- package/dist/esm/api/get/options.js +4 -0
- package/dist/esm/api/get/options.js.map +1 -0
- package/dist/esm/api/getRecommendations/index.d.ts +3 -0
- package/dist/esm/api/getRecommendations/index.js +4 -0
- package/dist/esm/api/getRecommendations/index.js.map +1 -0
- package/dist/esm/api/getRecommendations/operations.d.ts +10 -0
- package/dist/esm/api/getRecommendations/operations.js +40 -0
- package/dist/esm/api/getRecommendations/operations.js.map +1 -0
- package/dist/esm/api/getRecommendations/options.d.ts +5 -0
- package/dist/esm/api/getRecommendations/options.js +4 -0
- package/dist/esm/api/getRecommendations/options.js.map +1 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/index.d.ts +3 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/index.js +4 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/index.js.map +1 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/operations.d.ts +10 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/operations.js +40 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/operations.js.map +1 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/options.d.ts +5 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/options.js +4 -0
- package/dist/esm/api/getTriggeredAnalyticsRuleRuns/options.js.map +1 -0
- package/dist/esm/api/huntComments/index.d.ts +3 -0
- package/dist/esm/api/huntComments/index.js +4 -0
- package/dist/esm/api/huntComments/index.js.map +1 -0
- package/dist/esm/api/huntComments/operations.d.ts +22 -0
- package/dist/esm/api/huntComments/operations.js +140 -0
- package/dist/esm/api/huntComments/operations.js.map +1 -0
- package/dist/esm/api/huntComments/options.d.ts +22 -0
- package/dist/esm/api/huntComments/options.js +4 -0
- package/dist/esm/api/huntComments/options.js.map +1 -0
- package/dist/esm/api/huntRelations/index.d.ts +3 -0
- package/dist/esm/api/huntRelations/index.js +4 -0
- package/dist/esm/api/huntRelations/index.js.map +1 -0
- package/dist/esm/api/huntRelations/operations.d.ts +22 -0
- package/dist/esm/api/huntRelations/operations.js +140 -0
- package/dist/esm/api/huntRelations/operations.js.map +1 -0
- package/dist/esm/api/huntRelations/options.d.ts +22 -0
- package/dist/esm/api/huntRelations/options.js +4 -0
- package/dist/esm/api/huntRelations/options.js.map +1 -0
- package/dist/esm/api/hunts/index.d.ts +3 -0
- package/dist/esm/api/hunts/index.js +4 -0
- package/dist/esm/api/hunts/index.js.map +1 -0
- package/dist/esm/api/hunts/operations.d.ts +22 -0
- package/dist/esm/api/hunts/operations.js +136 -0
- package/dist/esm/api/hunts/operations.js.map +1 -0
- package/dist/esm/api/hunts/options.d.ts +22 -0
- package/dist/esm/api/hunts/options.js +4 -0
- package/dist/esm/api/hunts/options.js.map +1 -0
- package/dist/esm/api/incidentComments/index.d.ts +3 -0
- package/dist/esm/api/incidentComments/index.js +4 -0
- package/dist/esm/api/incidentComments/index.js.map +1 -0
- package/dist/esm/api/incidentComments/operations.d.ts +22 -0
- package/dist/esm/api/incidentComments/operations.js +140 -0
- package/dist/esm/api/incidentComments/operations.js.map +1 -0
- package/dist/esm/api/incidentComments/options.d.ts +22 -0
- package/dist/esm/api/incidentComments/options.js +4 -0
- package/dist/esm/api/incidentComments/options.js.map +1 -0
- package/dist/esm/api/incidentRelations/index.d.ts +3 -0
- package/dist/esm/api/incidentRelations/index.js +4 -0
- package/dist/esm/api/incidentRelations/index.js.map +1 -0
- package/dist/esm/api/incidentRelations/operations.d.ts +22 -0
- package/dist/esm/api/incidentRelations/operations.js +140 -0
- package/dist/esm/api/incidentRelations/operations.js.map +1 -0
- package/dist/esm/api/incidentRelations/options.d.ts +22 -0
- package/dist/esm/api/incidentRelations/options.js +4 -0
- package/dist/esm/api/incidentRelations/options.js.map +1 -0
- package/dist/esm/api/incidentTasks/index.d.ts +3 -0
- package/dist/esm/api/incidentTasks/index.js +4 -0
- package/dist/esm/api/incidentTasks/index.js.map +1 -0
- package/dist/esm/api/incidentTasks/operations.d.ts +22 -0
- package/dist/esm/api/incidentTasks/operations.js +136 -0
- package/dist/esm/api/incidentTasks/operations.js.map +1 -0
- package/dist/esm/api/incidentTasks/options.d.ts +14 -0
- package/dist/esm/api/incidentTasks/options.js +4 -0
- package/dist/esm/api/incidentTasks/options.js.map +1 -0
- package/dist/esm/api/incidents/index.d.ts +3 -0
- package/dist/esm/api/incidents/index.js +4 -0
- package/dist/esm/api/incidents/index.js.map +1 -0
- package/dist/esm/api/incidents/operations.d.ts +38 -0
- package/dist/esm/api/incidents/operations.js +264 -0
- package/dist/esm/api/incidents/operations.js.map +1 -0
- package/dist/esm/api/incidents/options.d.ts +37 -0
- package/dist/esm/api/incidents/options.js +4 -0
- package/dist/esm/api/incidents/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/metadata/index.d.ts +3 -0
- package/dist/esm/api/metadata/index.js +4 -0
- package/dist/esm/api/metadata/index.js.map +1 -0
- package/dist/esm/api/metadata/operations.d.ts +26 -0
- package/dist/esm/api/metadata/operations.js +169 -0
- package/dist/esm/api/metadata/operations.js.map +1 -0
- package/dist/esm/api/metadata/options.d.ts +25 -0
- package/dist/esm/api/metadata/options.js +4 -0
- package/dist/esm/api/metadata/options.js.map +1 -0
- package/dist/esm/api/officeConsents/index.d.ts +3 -0
- package/dist/esm/api/officeConsents/index.js +4 -0
- package/dist/esm/api/officeConsents/index.js.map +1 -0
- package/dist/esm/api/officeConsents/operations.d.ts +18 -0
- package/dist/esm/api/officeConsents/operations.js +99 -0
- package/dist/esm/api/officeConsents/operations.js.map +1 -0
- package/dist/esm/api/officeConsents/options.d.ts +11 -0
- package/dist/esm/api/officeConsents/options.js +4 -0
- package/dist/esm/api/officeConsents/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +13 -0
- package/dist/esm/api/operations.js +72 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +8 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/productPackage/index.d.ts +3 -0
- package/dist/esm/api/productPackage/index.js +4 -0
- package/dist/esm/api/productPackage/index.js.map +1 -0
- package/dist/esm/api/productPackage/operations.d.ts +9 -0
- package/dist/esm/api/productPackage/operations.js +37 -0
- package/dist/esm/api/productPackage/operations.js.map +1 -0
- package/dist/esm/api/productPackage/options.d.ts +5 -0
- package/dist/esm/api/productPackage/options.js +4 -0
- package/dist/esm/api/productPackage/options.js.map +1 -0
- package/dist/esm/api/productPackages/index.d.ts +3 -0
- package/dist/esm/api/productPackages/index.js +4 -0
- package/dist/esm/api/productPackages/index.js.map +1 -0
- package/dist/esm/api/productPackages/operations.d.ts +15 -0
- package/dist/esm/api/productPackages/operations.js +50 -0
- package/dist/esm/api/productPackages/operations.js.map +1 -0
- package/dist/esm/api/productPackages/options.d.ts +15 -0
- package/dist/esm/api/productPackages/options.js +4 -0
- package/dist/esm/api/productPackages/options.js.map +1 -0
- package/dist/esm/api/productSettings/index.d.ts +3 -0
- package/dist/esm/api/productSettings/index.js +4 -0
- package/dist/esm/api/productSettings/index.js.map +1 -0
- package/dist/esm/api/productSettings/operations.d.ts +22 -0
- package/dist/esm/api/productSettings/operations.js +132 -0
- package/dist/esm/api/productSettings/operations.js.map +1 -0
- package/dist/esm/api/productSettings/options.d.ts +14 -0
- package/dist/esm/api/productSettings/options.js +4 -0
- package/dist/esm/api/productSettings/options.js.map +1 -0
- package/dist/esm/api/productTemplate/index.d.ts +3 -0
- package/dist/esm/api/productTemplate/index.js +4 -0
- package/dist/esm/api/productTemplate/index.js.map +1 -0
- package/dist/esm/api/productTemplate/operations.d.ts +9 -0
- package/dist/esm/api/productTemplate/operations.js +37 -0
- package/dist/esm/api/productTemplate/operations.js.map +1 -0
- package/dist/esm/api/productTemplate/options.d.ts +5 -0
- package/dist/esm/api/productTemplate/options.js +4 -0
- package/dist/esm/api/productTemplate/options.js.map +1 -0
- package/dist/esm/api/productTemplates/index.d.ts +3 -0
- package/dist/esm/api/productTemplates/index.js +4 -0
- package/dist/esm/api/productTemplates/index.js.map +1 -0
- package/dist/esm/api/productTemplates/operations.d.ts +10 -0
- package/dist/esm/api/productTemplates/operations.js +47 -0
- package/dist/esm/api/productTemplates/operations.js.map +1 -0
- package/dist/esm/api/productTemplates/options.d.ts +19 -0
- package/dist/esm/api/productTemplates/options.js +4 -0
- package/dist/esm/api/productTemplates/options.js.map +1 -0
- package/dist/esm/api/reevaluate/index.d.ts +3 -0
- package/dist/esm/api/reevaluate/index.js +4 -0
- package/dist/esm/api/reevaluate/index.js.map +1 -0
- package/dist/esm/api/reevaluate/operations.d.ts +9 -0
- package/dist/esm/api/reevaluate/operations.js +37 -0
- package/dist/esm/api/reevaluate/operations.js.map +1 -0
- package/dist/esm/api/reevaluate/options.d.ts +5 -0
- package/dist/esm/api/reevaluate/options.js +4 -0
- package/dist/esm/api/reevaluate/options.js.map +1 -0
- package/dist/esm/api/securityInsightsContext.d.ts +22 -0
- package/dist/esm/api/securityInsightsContext.js +26 -0
- package/dist/esm/api/securityInsightsContext.js.map +1 -0
- package/dist/esm/api/securityMLAnalyticsSettings/index.d.ts +3 -0
- package/dist/esm/api/securityMLAnalyticsSettings/index.js +4 -0
- package/dist/esm/api/securityMLAnalyticsSettings/index.js.map +1 -0
- package/dist/esm/api/securityMLAnalyticsSettings/operations.d.ts +22 -0
- package/dist/esm/api/securityMLAnalyticsSettings/operations.js +132 -0
- package/dist/esm/api/securityMLAnalyticsSettings/operations.js.map +1 -0
- package/dist/esm/api/securityMLAnalyticsSettings/options.d.ts +14 -0
- package/dist/esm/api/securityMLAnalyticsSettings/options.js +4 -0
- package/dist/esm/api/securityMLAnalyticsSettings/options.js.map +1 -0
- package/dist/esm/api/sentinelOnboardingStates/index.d.ts +3 -0
- package/dist/esm/api/sentinelOnboardingStates/index.js +4 -0
- package/dist/esm/api/sentinelOnboardingStates/index.js.map +1 -0
- package/dist/esm/api/sentinelOnboardingStates/operations.d.ts +21 -0
- package/dist/esm/api/sentinelOnboardingStates/operations.js +130 -0
- package/dist/esm/api/sentinelOnboardingStates/operations.js.map +1 -0
- package/dist/esm/api/sentinelOnboardingStates/options.d.ts +17 -0
- package/dist/esm/api/sentinelOnboardingStates/options.js +4 -0
- package/dist/esm/api/sentinelOnboardingStates/options.js.map +1 -0
- package/dist/esm/api/sourceControlOperations/index.d.ts +3 -0
- package/dist/esm/api/sourceControlOperations/index.js +4 -0
- package/dist/esm/api/sourceControlOperations/index.js.map +1 -0
- package/dist/esm/api/sourceControlOperations/operations.d.ts +10 -0
- package/dist/esm/api/sourceControlOperations/operations.js +42 -0
- package/dist/esm/api/sourceControlOperations/operations.js.map +1 -0
- package/dist/esm/api/sourceControlOperations/options.d.ts +5 -0
- package/dist/esm/api/sourceControlOperations/options.js +4 -0
- package/dist/esm/api/sourceControlOperations/options.js.map +1 -0
- package/dist/esm/api/sourceControls/index.d.ts +3 -0
- package/dist/esm/api/sourceControls/index.js +4 -0
- package/dist/esm/api/sourceControls/index.js.map +1 -0
- package/dist/esm/api/sourceControls/operations.d.ts +22 -0
- package/dist/esm/api/sourceControls/operations.js +137 -0
- package/dist/esm/api/sourceControls/operations.js.map +1 -0
- package/dist/esm/api/sourceControls/options.d.ts +14 -0
- package/dist/esm/api/sourceControls/options.js +4 -0
- package/dist/esm/api/sourceControls/options.js.map +1 -0
- package/dist/esm/api/threatIntelligence/index.d.ts +3 -0
- package/dist/esm/api/threatIntelligence/index.js +4 -0
- package/dist/esm/api/threatIntelligence/index.js.map +1 -0
- package/dist/esm/api/threatIntelligence/operations.d.ts +14 -0
- package/dist/esm/api/threatIntelligence/operations.js +78 -0
- package/dist/esm/api/threatIntelligence/operations.js.map +1 -0
- package/dist/esm/api/threatIntelligence/options.d.ts +13 -0
- package/dist/esm/api/threatIntelligence/options.js +4 -0
- package/dist/esm/api/threatIntelligence/options.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicator/index.d.ts +3 -0
- package/dist/esm/api/threatIntelligenceIndicator/index.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicator/index.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicator/operations.d.ts +34 -0
- package/dist/esm/api/threatIntelligenceIndicator/operations.js +231 -0
- package/dist/esm/api/threatIntelligenceIndicator/operations.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicator/options.d.ts +23 -0
- package/dist/esm/api/threatIntelligenceIndicator/options.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicator/options.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/index.d.ts +3 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/index.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/index.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/operations.d.ts +9 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/operations.js +36 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/operations.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/options.d.ts +5 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/options.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicatorMetrics/options.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicators/index.d.ts +3 -0
- package/dist/esm/api/threatIntelligenceIndicators/index.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicators/index.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicators/operations.d.ts +10 -0
- package/dist/esm/api/threatIntelligenceIndicators/operations.js +44 -0
- package/dist/esm/api/threatIntelligenceIndicators/operations.js.map +1 -0
- package/dist/esm/api/threatIntelligenceIndicators/options.d.ts +13 -0
- package/dist/esm/api/threatIntelligenceIndicators/options.js +4 -0
- package/dist/esm/api/threatIntelligenceIndicators/options.js.map +1 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/index.d.ts +3 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/index.js +4 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/index.js.map +1 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/operations.d.ts +9 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/operations.js +37 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/operations.js.map +1 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/options.d.ts +5 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/options.js +4 -0
- package/dist/esm/api/triggeredAnalyticsRuleRun/options.js.map +1 -0
- package/dist/esm/api/update/index.d.ts +3 -0
- package/dist/esm/api/update/index.js +4 -0
- package/dist/esm/api/update/index.js.map +1 -0
- package/dist/esm/api/update/operations.d.ts +9 -0
- package/dist/esm/api/update/operations.js +39 -0
- package/dist/esm/api/update/operations.js.map +1 -0
- package/dist/esm/api/update/options.d.ts +5 -0
- package/dist/esm/api/update/options.js +4 -0
- package/dist/esm/api/update/options.js.map +1 -0
- package/dist/esm/api/watchlistItems/index.d.ts +3 -0
- package/dist/esm/api/watchlistItems/index.js +4 -0
- package/dist/esm/api/watchlistItems/index.js.map +1 -0
- package/dist/esm/api/watchlistItems/operations.d.ts +22 -0
- package/dist/esm/api/watchlistItems/operations.js +137 -0
- package/dist/esm/api/watchlistItems/operations.js.map +1 -0
- package/dist/esm/api/watchlistItems/options.d.ts +16 -0
- package/dist/esm/api/watchlistItems/options.js +4 -0
- package/dist/esm/api/watchlistItems/options.js.map +1 -0
- package/dist/esm/api/watchlists/index.d.ts +3 -0
- package/dist/esm/api/watchlists/index.js +4 -0
- package/dist/esm/api/watchlists/index.js.map +1 -0
- package/dist/esm/api/watchlists/operations.d.ts +23 -0
- package/dist/esm/api/watchlists/operations.js +144 -0
- package/dist/esm/api/watchlists/operations.js.map +1 -0
- package/dist/esm/api/watchlists/options.d.ts +20 -0
- package/dist/esm/api/watchlists/options.js +4 -0
- package/dist/esm/api/watchlists/options.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/index.d.ts +3 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/index.js +4 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/index.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/operations.d.ts +22 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/operations.js +136 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/operations.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/options.d.ts +20 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/options.js +4 -0
- package/dist/esm/api/workspaceManagerAssignmentJobs/options.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignments/index.d.ts +3 -0
- package/dist/esm/api/workspaceManagerAssignments/index.js +4 -0
- package/dist/esm/api/workspaceManagerAssignments/index.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignments/operations.d.ts +22 -0
- package/dist/esm/api/workspaceManagerAssignments/operations.js +135 -0
- package/dist/esm/api/workspaceManagerAssignments/operations.js.map +1 -0
- package/dist/esm/api/workspaceManagerAssignments/options.d.ts +20 -0
- package/dist/esm/api/workspaceManagerAssignments/options.js +4 -0
- package/dist/esm/api/workspaceManagerAssignments/options.js.map +1 -0
- package/dist/esm/api/workspaceManagerConfigurations/index.d.ts +3 -0
- package/dist/esm/api/workspaceManagerConfigurations/index.js +4 -0
- package/dist/esm/api/workspaceManagerConfigurations/index.js.map +1 -0
- package/dist/esm/api/workspaceManagerConfigurations/operations.d.ts +22 -0
- package/dist/esm/api/workspaceManagerConfigurations/operations.js +135 -0
- package/dist/esm/api/workspaceManagerConfigurations/operations.js.map +1 -0
- package/dist/esm/api/workspaceManagerConfigurations/options.d.ts +20 -0
- package/dist/esm/api/workspaceManagerConfigurations/options.js +4 -0
- package/dist/esm/api/workspaceManagerConfigurations/options.js.map +1 -0
- package/dist/esm/api/workspaceManagerGroups/index.d.ts +3 -0
- package/dist/esm/api/workspaceManagerGroups/index.js +4 -0
- package/dist/esm/api/workspaceManagerGroups/index.js.map +1 -0
- package/dist/esm/api/workspaceManagerGroups/operations.d.ts +22 -0
- package/dist/esm/api/workspaceManagerGroups/operations.js +135 -0
- package/dist/esm/api/workspaceManagerGroups/operations.js.map +1 -0
- package/dist/esm/api/workspaceManagerGroups/options.d.ts +20 -0
- package/dist/esm/api/workspaceManagerGroups/options.js +4 -0
- package/dist/esm/api/workspaceManagerGroups/options.js.map +1 -0
- package/dist/esm/api/workspaceManagerMembers/index.d.ts +3 -0
- package/dist/esm/api/workspaceManagerMembers/index.js +4 -0
- package/dist/esm/api/workspaceManagerMembers/index.js.map +1 -0
- package/dist/esm/api/workspaceManagerMembers/operations.d.ts +22 -0
- package/dist/esm/api/workspaceManagerMembers/operations.js +135 -0
- package/dist/esm/api/workspaceManagerMembers/operations.js.map +1 -0
- package/dist/esm/api/workspaceManagerMembers/options.d.ts +20 -0
- package/dist/esm/api/workspaceManagerMembers/options.js +4 -0
- package/dist/esm/api/workspaceManagerMembers/options.js.map +1 -0
- package/dist/esm/classic/actions/index.d.ts +17 -0
- package/dist/esm/classic/actions/index.js +17 -0
- package/dist/esm/classic/actions/index.js.map +1 -0
- package/dist/esm/classic/alertRule/index.d.ts +16 -0
- package/dist/esm/classic/alertRule/index.js +23 -0
- package/dist/esm/classic/alertRule/index.js.map +1 -0
- package/dist/esm/classic/alertRuleTemplates/index.d.ts +13 -0
- package/dist/esm/classic/alertRuleTemplates/index.js +15 -0
- package/dist/esm/classic/alertRuleTemplates/index.js.map +1 -0
- package/dist/esm/classic/alertRules/index.d.ts +17 -0
- package/dist/esm/classic/alertRules/index.js +17 -0
- package/dist/esm/classic/alertRules/index.js.map +1 -0
- package/dist/esm/classic/automationRules/index.d.ts +17 -0
- package/dist/esm/classic/automationRules/index.js +17 -0
- package/dist/esm/classic/automationRules/index.js.map +1 -0
- package/dist/esm/classic/billingStatistics/index.d.ts +13 -0
- package/dist/esm/classic/billingStatistics/index.js +15 -0
- package/dist/esm/classic/billingStatistics/index.js.map +1 -0
- package/dist/esm/classic/bookmarkOperations/index.d.ts +10 -0
- package/dist/esm/classic/bookmarkOperations/index.js +14 -0
- package/dist/esm/classic/bookmarkOperations/index.js.map +1 -0
- package/dist/esm/classic/bookmarkRelations/index.d.ts +17 -0
- package/dist/esm/classic/bookmarkRelations/index.js +17 -0
- package/dist/esm/classic/bookmarkRelations/index.js.map +1 -0
- package/dist/esm/classic/bookmarks/index.d.ts +17 -0
- package/dist/esm/classic/bookmarks/index.js +17 -0
- package/dist/esm/classic/bookmarks/index.js.map +1 -0
- package/dist/esm/classic/contentPackage/index.d.ts +12 -0
- package/dist/esm/classic/contentPackage/index.js +15 -0
- package/dist/esm/classic/contentPackage/index.js.map +1 -0
- package/dist/esm/classic/contentPackages/index.d.ts +13 -0
- package/dist/esm/classic/contentPackages/index.js +15 -0
- package/dist/esm/classic/contentPackages/index.js.map +1 -0
- package/dist/esm/classic/contentTemplate/index.d.ts +19 -0
- package/dist/esm/classic/contentTemplate/index.js +16 -0
- package/dist/esm/classic/contentTemplate/index.js.map +1 -0
- package/dist/esm/classic/contentTemplates/index.d.ts +16 -0
- package/dist/esm/classic/contentTemplates/index.js +14 -0
- package/dist/esm/classic/contentTemplates/index.js.map +1 -0
- package/dist/esm/classic/dataConnectorDefinitions/index.d.ts +17 -0
- package/dist/esm/classic/dataConnectorDefinitions/index.js +17 -0
- package/dist/esm/classic/dataConnectorDefinitions/index.js.map +1 -0
- package/dist/esm/classic/dataConnectors/index.d.ts +21 -0
- package/dist/esm/classic/dataConnectors/index.js +19 -0
- package/dist/esm/classic/dataConnectors/index.js.map +1 -0
- package/dist/esm/classic/dataConnectorsCheckRequirementsOperations/index.d.ts +10 -0
- package/dist/esm/classic/dataConnectorsCheckRequirementsOperations/index.js +14 -0
- package/dist/esm/classic/dataConnectorsCheckRequirementsOperations/index.js.map +1 -0
- package/dist/esm/classic/entities/index.d.ts +21 -0
- package/dist/esm/classic/entities/index.js +19 -0
- package/dist/esm/classic/entities/index.js.map +1 -0
- package/dist/esm/classic/entitiesGetTimeline/index.d.ts +10 -0
- package/dist/esm/classic/entitiesGetTimeline/index.js +14 -0
- package/dist/esm/classic/entitiesGetTimeline/index.js.map +1 -0
- package/dist/esm/classic/entitiesRelations/index.d.ts +11 -0
- package/dist/esm/classic/entitiesRelations/index.js +14 -0
- package/dist/esm/classic/entitiesRelations/index.js.map +1 -0
- package/dist/esm/classic/entityQueries/index.d.ts +17 -0
- package/dist/esm/classic/entityQueries/index.js +17 -0
- package/dist/esm/classic/entityQueries/index.js.map +1 -0
- package/dist/esm/classic/entityQueryTemplates/index.d.ts +13 -0
- package/dist/esm/classic/entityQueryTemplates/index.js +15 -0
- package/dist/esm/classic/entityQueryTemplates/index.js.map +1 -0
- package/dist/esm/classic/entityRelations/index.d.ts +10 -0
- package/dist/esm/classic/entityRelations/index.js +14 -0
- package/dist/esm/classic/entityRelations/index.js.map +1 -0
- package/dist/esm/classic/fileImports/index.d.ts +23 -0
- package/dist/esm/classic/fileImports/index.js +26 -0
- package/dist/esm/classic/fileImports/index.js.map +1 -0
- package/dist/esm/classic/get/index.d.ts +10 -0
- package/dist/esm/classic/get/index.js +14 -0
- package/dist/esm/classic/get/index.js.map +1 -0
- package/dist/esm/classic/getRecommendations/index.d.ts +11 -0
- package/dist/esm/classic/getRecommendations/index.js +14 -0
- package/dist/esm/classic/getRecommendations/index.js.map +1 -0
- package/dist/esm/classic/getTriggeredAnalyticsRuleRuns/index.d.ts +11 -0
- package/dist/esm/classic/getTriggeredAnalyticsRuleRuns/index.js +14 -0
- package/dist/esm/classic/getTriggeredAnalyticsRuleRuns/index.js.map +1 -0
- package/dist/esm/classic/huntComments/index.d.ts +17 -0
- package/dist/esm/classic/huntComments/index.js +17 -0
- package/dist/esm/classic/huntComments/index.js.map +1 -0
- package/dist/esm/classic/huntRelations/index.d.ts +17 -0
- package/dist/esm/classic/huntRelations/index.js +17 -0
- package/dist/esm/classic/huntRelations/index.js.map +1 -0
- package/dist/esm/classic/hunts/index.d.ts +17 -0
- package/dist/esm/classic/hunts/index.js +17 -0
- package/dist/esm/classic/hunts/index.js.map +1 -0
- package/dist/esm/classic/incidentComments/index.d.ts +17 -0
- package/dist/esm/classic/incidentComments/index.js +17 -0
- package/dist/esm/classic/incidentComments/index.js.map +1 -0
- package/dist/esm/classic/incidentRelations/index.d.ts +17 -0
- package/dist/esm/classic/incidentRelations/index.js +17 -0
- package/dist/esm/classic/incidentRelations/index.js.map +1 -0
- package/dist/esm/classic/incidentTasks/index.d.ts +17 -0
- package/dist/esm/classic/incidentTasks/index.js +17 -0
- package/dist/esm/classic/incidentTasks/index.js.map +1 -0
- package/dist/esm/classic/incidents/index.d.ts +25 -0
- package/dist/esm/classic/incidents/index.js +21 -0
- package/dist/esm/classic/incidents/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +60 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/metadata/index.d.ts +19 -0
- package/dist/esm/classic/metadata/index.js +18 -0
- package/dist/esm/classic/metadata/index.js.map +1 -0
- package/dist/esm/classic/officeConsents/index.d.ts +15 -0
- package/dist/esm/classic/officeConsents/index.js +16 -0
- package/dist/esm/classic/officeConsents/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/productPackage/index.d.ts +10 -0
- package/dist/esm/classic/productPackage/index.js +14 -0
- package/dist/esm/classic/productPackage/index.js.map +1 -0
- package/dist/esm/classic/productPackages/index.d.ts +16 -0
- package/dist/esm/classic/productPackages/index.js +14 -0
- package/dist/esm/classic/productPackages/index.js.map +1 -0
- package/dist/esm/classic/productSettings/index.d.ts +17 -0
- package/dist/esm/classic/productSettings/index.js +17 -0
- package/dist/esm/classic/productSettings/index.js.map +1 -0
- package/dist/esm/classic/productTemplate/index.d.ts +10 -0
- package/dist/esm/classic/productTemplate/index.js +14 -0
- package/dist/esm/classic/productTemplate/index.js.map +1 -0
- package/dist/esm/classic/productTemplates/index.d.ts +11 -0
- package/dist/esm/classic/productTemplates/index.js +14 -0
- package/dist/esm/classic/productTemplates/index.js.map +1 -0
- package/dist/esm/classic/reevaluate/index.d.ts +10 -0
- package/dist/esm/classic/reevaluate/index.js +14 -0
- package/dist/esm/classic/reevaluate/index.js.map +1 -0
- package/dist/esm/classic/securityMLAnalyticsSettings/index.d.ts +17 -0
- package/dist/esm/classic/securityMLAnalyticsSettings/index.js +17 -0
- package/dist/esm/classic/securityMLAnalyticsSettings/index.js.map +1 -0
- package/dist/esm/classic/sentinelOnboardingStates/index.d.ts +16 -0
- package/dist/esm/classic/sentinelOnboardingStates/index.js +17 -0
- package/dist/esm/classic/sentinelOnboardingStates/index.js.map +1 -0
- package/dist/esm/classic/sourceControlOperations/index.d.ts +11 -0
- package/dist/esm/classic/sourceControlOperations/index.js +14 -0
- package/dist/esm/classic/sourceControlOperations/index.js.map +1 -0
- package/dist/esm/classic/sourceControls/index.d.ts +17 -0
- package/dist/esm/classic/sourceControls/index.js +17 -0
- package/dist/esm/classic/sourceControls/index.js.map +1 -0
- package/dist/esm/classic/threatIntelligence/index.d.ts +13 -0
- package/dist/esm/classic/threatIntelligence/index.js +15 -0
- package/dist/esm/classic/threatIntelligence/index.js.map +1 -0
- package/dist/esm/classic/threatIntelligenceIndicator/index.d.ts +23 -0
- package/dist/esm/classic/threatIntelligenceIndicator/index.js +20 -0
- package/dist/esm/classic/threatIntelligenceIndicator/index.js.map +1 -0
- package/dist/esm/classic/threatIntelligenceIndicatorMetrics/index.d.ts +10 -0
- package/dist/esm/classic/threatIntelligenceIndicatorMetrics/index.js +14 -0
- package/dist/esm/classic/threatIntelligenceIndicatorMetrics/index.js.map +1 -0
- package/dist/esm/classic/threatIntelligenceIndicators/index.d.ts +11 -0
- package/dist/esm/classic/threatIntelligenceIndicators/index.js +14 -0
- package/dist/esm/classic/threatIntelligenceIndicators/index.js.map +1 -0
- package/dist/esm/classic/triggeredAnalyticsRuleRun/index.d.ts +10 -0
- package/dist/esm/classic/triggeredAnalyticsRuleRun/index.js +14 -0
- package/dist/esm/classic/triggeredAnalyticsRuleRun/index.js.map +1 -0
- package/dist/esm/classic/update/index.d.ts +10 -0
- package/dist/esm/classic/update/index.js +14 -0
- package/dist/esm/classic/update/index.js.map +1 -0
- package/dist/esm/classic/watchlistItems/index.d.ts +17 -0
- package/dist/esm/classic/watchlistItems/index.js +17 -0
- package/dist/esm/classic/watchlistItems/index.js.map +1 -0
- package/dist/esm/classic/watchlists/index.d.ts +27 -0
- package/dist/esm/classic/watchlists/index.js +34 -0
- package/dist/esm/classic/watchlists/index.js.map +1 -0
- package/dist/esm/classic/workspaceManagerAssignmentJobs/index.d.ts +17 -0
- package/dist/esm/classic/workspaceManagerAssignmentJobs/index.js +17 -0
- package/dist/esm/classic/workspaceManagerAssignmentJobs/index.js.map +1 -0
- package/dist/esm/classic/workspaceManagerAssignments/index.d.ts +17 -0
- package/dist/esm/classic/workspaceManagerAssignments/index.js +17 -0
- package/dist/esm/classic/workspaceManagerAssignments/index.js.map +1 -0
- package/dist/esm/classic/workspaceManagerConfigurations/index.d.ts +17 -0
- package/dist/esm/classic/workspaceManagerConfigurations/index.js +17 -0
- package/dist/esm/classic/workspaceManagerConfigurations/index.js.map +1 -0
- package/dist/esm/classic/workspaceManagerGroups/index.d.ts +17 -0
- package/dist/esm/classic/workspaceManagerGroups/index.js +17 -0
- package/dist/esm/classic/workspaceManagerGroups/index.js.map +1 -0
- package/dist/esm/classic/workspaceManagerMembers/index.d.ts +17 -0
- package/dist/esm/classic/workspaceManagerMembers/index.js +17 -0
- package/dist/esm/classic/workspaceManagerMembers/index.js.map +1 -0
- package/dist/esm/index.d.ts +73 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -8867
- package/dist/esm/models/index.js +3 -1175
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +11969 -0
- package/dist/esm/models/models.js +15402 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +99 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/securityInsights.d.ts +193 -51
- package/dist/esm/securityInsights.js +261 -158
- package/dist/esm/securityInsights.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +941 -93
- package/CHANGELOG.md +0 -620
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -16
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -33
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -504
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -15638
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -74
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -560
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/actions.d.ts +0 -69
- package/dist/browser/operations/actions.d.ts.map +0 -1
- package/dist/browser/operations/actions.js +0 -245
- package/dist/browser/operations/actions.js.map +0 -1
- package/dist/browser/operations/alertRuleTemplates.d.ts +0 -46
- package/dist/browser/operations/alertRuleTemplates.d.ts.map +0 -1
- package/dist/browser/operations/alertRuleTemplates.js +0 -165
- package/dist/browser/operations/alertRuleTemplates.js.map +0 -1
- package/dist/browser/operations/alertRules.d.ts +0 -63
- package/dist/browser/operations/alertRules.d.ts.map +0 -1
- package/dist/browser/operations/alertRules.js +0 -234
- package/dist/browser/operations/alertRules.js.map +0 -1
- package/dist/browser/operations/automationRules.d.ts +0 -62
- package/dist/browser/operations/automationRules.d.ts.map +0 -1
- package/dist/browser/operations/automationRules.js +0 -241
- package/dist/browser/operations/automationRules.js.map +0 -1
- package/dist/browser/operations/bookmarkOperations.d.ts +0 -22
- package/dist/browser/operations/bookmarkOperations.d.ts.map +0 -1
- package/dist/browser/operations/bookmarkOperations.js +0 -59
- package/dist/browser/operations/bookmarkOperations.js.map +0 -1
- package/dist/browser/operations/bookmarkRelations.d.ts +0 -69
- package/dist/browser/operations/bookmarkRelations.d.ts.map +0 -1
- package/dist/browser/operations/bookmarkRelations.js +0 -258
- package/dist/browser/operations/bookmarkRelations.js.map +0 -1
- package/dist/browser/operations/bookmarks.d.ts +0 -63
- package/dist/browser/operations/bookmarks.d.ts.map +0 -1
- package/dist/browser/operations/bookmarks.js +0 -234
- package/dist/browser/operations/bookmarks.js.map +0 -1
- package/dist/browser/operations/dataConnectors.d.ts +0 -80
- package/dist/browser/operations/dataConnectors.d.ts.map +0 -1
- package/dist/browser/operations/dataConnectors.js +0 -309
- package/dist/browser/operations/dataConnectors.js.map +0 -1
- package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.d.ts +0 -21
- package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.js +0 -62
- package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/browser/operations/domainWhois.d.ts +0 -20
- package/dist/browser/operations/domainWhois.d.ts.map +0 -1
- package/dist/browser/operations/domainWhois.js +0 -53
- package/dist/browser/operations/domainWhois.js.map +0 -1
- package/dist/browser/operations/entities.d.ts +0 -73
- package/dist/browser/operations/entities.d.ts.map +0 -1
- package/dist/browser/operations/entities.js +0 -268
- package/dist/browser/operations/entities.js.map +0 -1
- package/dist/browser/operations/entitiesGetTimeline.d.ts +0 -22
- package/dist/browser/operations/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/browser/operations/entitiesGetTimeline.js +0 -59
- package/dist/browser/operations/entitiesGetTimeline.js.map +0 -1
- package/dist/browser/operations/entitiesRelations.d.ts +0 -41
- package/dist/browser/operations/entitiesRelations.d.ts.map +0 -1
- package/dist/browser/operations/entitiesRelations.js +0 -144
- package/dist/browser/operations/entitiesRelations.js.map +0 -1
- package/dist/browser/operations/entityQueries.d.ts +0 -63
- package/dist/browser/operations/entityQueries.d.ts.map +0 -1
- package/dist/browser/operations/entityQueries.js +0 -234
- package/dist/browser/operations/entityQueries.js.map +0 -1
- package/dist/browser/operations/entityQueryTemplates.d.ts +0 -46
- package/dist/browser/operations/entityQueryTemplates.d.ts.map +0 -1
- package/dist/browser/operations/entityQueryTemplates.js +0 -165
- package/dist/browser/operations/entityQueryTemplates.js.map +0 -1
- package/dist/browser/operations/entityRelations.d.ts +0 -22
- package/dist/browser/operations/entityRelations.d.ts.map +0 -1
- package/dist/browser/operations/entityRelations.js +0 -58
- package/dist/browser/operations/entityRelations.js.map +0 -1
- package/dist/browser/operations/fileImports.d.ts +0 -72
- package/dist/browser/operations/fileImports.d.ts.map +0 -1
- package/dist/browser/operations/fileImports.js +0 -294
- package/dist/browser/operations/fileImports.js.map +0 -1
- package/dist/browser/operations/iPGeodata.d.ts +0 -20
- package/dist/browser/operations/iPGeodata.d.ts.map +0 -1
- package/dist/browser/operations/iPGeodata.js +0 -53
- package/dist/browser/operations/iPGeodata.js.map +0 -1
- package/dist/browser/operations/incidentComments.d.ts +0 -69
- package/dist/browser/operations/incidentComments.d.ts.map +0 -1
- package/dist/browser/operations/incidentComments.js +0 -270
- package/dist/browser/operations/incidentComments.js.map +0 -1
- package/dist/browser/operations/incidentRelations.d.ts +0 -69
- package/dist/browser/operations/incidentRelations.d.ts.map +0 -1
- package/dist/browser/operations/incidentRelations.js +0 -258
- package/dist/browser/operations/incidentRelations.js.map +0 -1
- package/dist/browser/operations/incidents.d.ts +0 -105
- package/dist/browser/operations/incidents.d.ts.map +0 -1
- package/dist/browser/operations/incidents.js +0 -408
- package/dist/browser/operations/incidents.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -35
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -42
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/metadata.d.ts +0 -72
- package/dist/browser/operations/metadata.d.ts.map +0 -1
- package/dist/browser/operations/metadata.js +0 -281
- package/dist/browser/operations/metadata.js.map +0 -1
- package/dist/browser/operations/officeConsents.d.ts +0 -54
- package/dist/browser/operations/officeConsents.d.ts.map +0 -1
- package/dist/browser/operations/officeConsents.js +0 -196
- package/dist/browser/operations/officeConsents.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/productSettings.d.ts +0 -45
- package/dist/browser/operations/productSettings.d.ts.map +0 -1
- package/dist/browser/operations/productSettings.js +0 -152
- package/dist/browser/operations/productSettings.js.map +0 -1
- package/dist/browser/operations/securityMLAnalyticsSettings.d.ts +0 -63
- package/dist/browser/operations/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/browser/operations/securityMLAnalyticsSettings.js +0 -240
- package/dist/browser/operations/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/browser/operations/sentinelOnboardingStates.d.ts +0 -44
- package/dist/browser/operations/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/browser/operations/sentinelOnboardingStates.js +0 -169
- package/dist/browser/operations/sentinelOnboardingStates.js.map +0 -1
- package/dist/browser/operations/sourceControlOperations.d.ts +0 -41
- package/dist/browser/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist/browser/operations/sourceControlOperations.js +0 -139
- package/dist/browser/operations/sourceControlOperations.js.map +0 -1
- package/dist/browser/operations/sourceControls.d.ts +0 -63
- package/dist/browser/operations/sourceControls.d.ts.map +0 -1
- package/dist/browser/operations/sourceControls.js +0 -240
- package/dist/browser/operations/sourceControls.js.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicator.d.ts +0 -97
- package/dist/browser/operations/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicator.js +0 -383
- package/dist/browser/operations/threatIntelligenceIndicator.js.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicatorMetrics.d.ts +0 -20
- package/dist/browser/operations/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicatorMetrics.js +0 -54
- package/dist/browser/operations/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicators.d.ts +0 -38
- package/dist/browser/operations/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/browser/operations/threatIntelligenceIndicators.js +0 -139
- package/dist/browser/operations/threatIntelligenceIndicators.js.map +0 -1
- package/dist/browser/operations/watchlistItems.d.ts +0 -69
- package/dist/browser/operations/watchlistItems.d.ts.map +0 -1
- package/dist/browser/operations/watchlistItems.js +0 -264
- package/dist/browser/operations/watchlistItems.js.map +0 -1
- package/dist/browser/operations/watchlists.d.ts +0 -68
- package/dist/browser/operations/watchlists.d.ts.map +0 -1
- package/dist/browser/operations/watchlists.js +0 -242
- package/dist/browser/operations/watchlists.js.map +0 -1
- package/dist/browser/operationsInterfaces/actions.d.ts +0 -42
- package/dist/browser/operationsInterfaces/actions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/actions.js +0 -9
- package/dist/browser/operationsInterfaces/actions.js.map +0 -1
- package/dist/browser/operationsInterfaces/alertRuleTemplates.d.ts +0 -21
- package/dist/browser/operationsInterfaces/alertRuleTemplates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/alertRuleTemplates.js +0 -9
- package/dist/browser/operationsInterfaces/alertRuleTemplates.js.map +0 -1
- package/dist/browser/operationsInterfaces/alertRules.d.ts +0 -38
- package/dist/browser/operationsInterfaces/alertRules.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/alertRules.js +0 -9
- package/dist/browser/operationsInterfaces/alertRules.js.map +0 -1
- package/dist/browser/operationsInterfaces/automationRules.d.ts +0 -37
- package/dist/browser/operationsInterfaces/automationRules.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/automationRules.js +0 -9
- package/dist/browser/operationsInterfaces/automationRules.js.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarkOperations.d.ts +0 -14
- package/dist/browser/operationsInterfaces/bookmarkOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarkOperations.js +0 -9
- package/dist/browser/operationsInterfaces/bookmarkOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarkRelations.d.ts +0 -42
- package/dist/browser/operationsInterfaces/bookmarkRelations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarkRelations.js +0 -9
- package/dist/browser/operationsInterfaces/bookmarkRelations.js.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarks.d.ts +0 -38
- package/dist/browser/operationsInterfaces/bookmarks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/bookmarks.js +0 -9
- package/dist/browser/operationsInterfaces/bookmarks.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataConnectors.d.ts +0 -55
- package/dist/browser/operationsInterfaces/dataConnectors.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataConnectors.js +0 -9
- package/dist/browser/operationsInterfaces/dataConnectors.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +0 -13
- package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +0 -9
- package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/domainWhois.d.ts +0 -12
- package/dist/browser/operationsInterfaces/domainWhois.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/domainWhois.js +0 -9
- package/dist/browser/operationsInterfaces/domainWhois.js.map +0 -1
- package/dist/browser/operationsInterfaces/entities.d.ts +0 -48
- package/dist/browser/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entities.js +0 -9
- package/dist/browser/operationsInterfaces/entities.js.map +0 -1
- package/dist/browser/operationsInterfaces/entitiesGetTimeline.d.ts +0 -14
- package/dist/browser/operationsInterfaces/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entitiesGetTimeline.js +0 -9
- package/dist/browser/operationsInterfaces/entitiesGetTimeline.js.map +0 -1
- package/dist/browser/operationsInterfaces/entitiesRelations.d.ts +0 -14
- package/dist/browser/operationsInterfaces/entitiesRelations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entitiesRelations.js +0 -9
- package/dist/browser/operationsInterfaces/entitiesRelations.js.map +0 -1
- package/dist/browser/operationsInterfaces/entityQueries.d.ts +0 -38
- package/dist/browser/operationsInterfaces/entityQueries.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entityQueries.js +0 -9
- package/dist/browser/operationsInterfaces/entityQueries.js.map +0 -1
- package/dist/browser/operationsInterfaces/entityQueryTemplates.d.ts +0 -21
- package/dist/browser/operationsInterfaces/entityQueryTemplates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entityQueryTemplates.js +0 -9
- package/dist/browser/operationsInterfaces/entityQueryTemplates.js.map +0 -1
- package/dist/browser/operationsInterfaces/entityRelations.d.ts +0 -14
- package/dist/browser/operationsInterfaces/entityRelations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entityRelations.js +0 -9
- package/dist/browser/operationsInterfaces/entityRelations.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileImports.d.ts +0 -47
- package/dist/browser/operationsInterfaces/fileImports.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileImports.js +0 -9
- package/dist/browser/operationsInterfaces/fileImports.js.map +0 -1
- package/dist/browser/operationsInterfaces/iPGeodata.d.ts +0 -12
- package/dist/browser/operationsInterfaces/iPGeodata.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/iPGeodata.js +0 -9
- package/dist/browser/operationsInterfaces/iPGeodata.js.map +0 -1
- package/dist/browser/operationsInterfaces/incidentComments.d.ts +0 -42
- package/dist/browser/operationsInterfaces/incidentComments.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/incidentComments.js +0 -9
- package/dist/browser/operationsInterfaces/incidentComments.js.map +0 -1
- package/dist/browser/operationsInterfaces/incidentRelations.d.ts +0 -42
- package/dist/browser/operationsInterfaces/incidentRelations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/incidentRelations.js +0 -9
- package/dist/browser/operationsInterfaces/incidentRelations.js.map +0 -1
- package/dist/browser/operationsInterfaces/incidents.d.ts +0 -80
- package/dist/browser/operationsInterfaces/incidents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/incidents.js +0 -9
- package/dist/browser/operationsInterfaces/incidents.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -35
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -42
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/metadata.d.ts +0 -47
- package/dist/browser/operationsInterfaces/metadata.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/metadata.js +0 -9
- package/dist/browser/operationsInterfaces/metadata.js.map +0 -1
- package/dist/browser/operationsInterfaces/officeConsents.d.ts +0 -29
- package/dist/browser/operationsInterfaces/officeConsents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/officeConsents.js +0 -9
- package/dist/browser/operationsInterfaces/officeConsents.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/productSettings.d.ts +0 -37
- package/dist/browser/operationsInterfaces/productSettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/productSettings.js +0 -9
- package/dist/browser/operationsInterfaces/productSettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.d.ts +0 -38
- package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.js +0 -9
- package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/sentinelOnboardingStates.d.ts +0 -36
- package/dist/browser/operationsInterfaces/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sentinelOnboardingStates.js +0 -9
- package/dist/browser/operationsInterfaces/sentinelOnboardingStates.js.map +0 -1
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +0 -14
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sourceControlOperations.js +0 -9
- package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/sourceControls.d.ts +0 -38
- package/dist/browser/operationsInterfaces/sourceControls.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sourceControls.js +0 -9
- package/dist/browser/operationsInterfaces/sourceControls.js.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.d.ts +0 -68
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.js +0 -9
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.js.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +0 -12
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +0 -9
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.d.ts +0 -13
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.js +0 -9
- package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.js.map +0 -1
- package/dist/browser/operationsInterfaces/watchlistItems.d.ts +0 -42
- package/dist/browser/operationsInterfaces/watchlistItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/watchlistItems.js +0 -9
- package/dist/browser/operationsInterfaces/watchlistItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/watchlists.d.ts +0 -43
- package/dist/browser/operationsInterfaces/watchlists.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/watchlists.js +0 -9
- package/dist/browser/operationsInterfaces/watchlists.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/securityInsights.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -16
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -37
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -504
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -15648
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -74
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -564
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/actions.d.ts +0 -69
- package/dist/commonjs/operations/actions.d.ts.map +0 -1
- package/dist/commonjs/operations/actions.js +0 -250
- package/dist/commonjs/operations/actions.js.map +0 -1
- package/dist/commonjs/operations/alertRuleTemplates.d.ts +0 -46
- package/dist/commonjs/operations/alertRuleTemplates.d.ts.map +0 -1
- package/dist/commonjs/operations/alertRuleTemplates.js +0 -170
- package/dist/commonjs/operations/alertRuleTemplates.js.map +0 -1
- package/dist/commonjs/operations/alertRules.d.ts +0 -63
- package/dist/commonjs/operations/alertRules.d.ts.map +0 -1
- package/dist/commonjs/operations/alertRules.js +0 -239
- package/dist/commonjs/operations/alertRules.js.map +0 -1
- package/dist/commonjs/operations/automationRules.d.ts +0 -62
- package/dist/commonjs/operations/automationRules.d.ts.map +0 -1
- package/dist/commonjs/operations/automationRules.js +0 -246
- package/dist/commonjs/operations/automationRules.js.map +0 -1
- package/dist/commonjs/operations/bookmarkOperations.d.ts +0 -22
- package/dist/commonjs/operations/bookmarkOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/bookmarkOperations.js +0 -64
- package/dist/commonjs/operations/bookmarkOperations.js.map +0 -1
- package/dist/commonjs/operations/bookmarkRelations.d.ts +0 -69
- package/dist/commonjs/operations/bookmarkRelations.d.ts.map +0 -1
- package/dist/commonjs/operations/bookmarkRelations.js +0 -263
- package/dist/commonjs/operations/bookmarkRelations.js.map +0 -1
- package/dist/commonjs/operations/bookmarks.d.ts +0 -63
- package/dist/commonjs/operations/bookmarks.d.ts.map +0 -1
- package/dist/commonjs/operations/bookmarks.js +0 -239
- package/dist/commonjs/operations/bookmarks.js.map +0 -1
- package/dist/commonjs/operations/dataConnectors.d.ts +0 -80
- package/dist/commonjs/operations/dataConnectors.d.ts.map +0 -1
- package/dist/commonjs/operations/dataConnectors.js +0 -314
- package/dist/commonjs/operations/dataConnectors.js.map +0 -1
- package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.d.ts +0 -21
- package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.js +0 -67
- package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/commonjs/operations/domainWhois.d.ts +0 -20
- package/dist/commonjs/operations/domainWhois.d.ts.map +0 -1
- package/dist/commonjs/operations/domainWhois.js +0 -58
- package/dist/commonjs/operations/domainWhois.js.map +0 -1
- package/dist/commonjs/operations/entities.d.ts +0 -73
- package/dist/commonjs/operations/entities.d.ts.map +0 -1
- package/dist/commonjs/operations/entities.js +0 -273
- package/dist/commonjs/operations/entities.js.map +0 -1
- package/dist/commonjs/operations/entitiesGetTimeline.d.ts +0 -22
- package/dist/commonjs/operations/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/commonjs/operations/entitiesGetTimeline.js +0 -64
- package/dist/commonjs/operations/entitiesGetTimeline.js.map +0 -1
- package/dist/commonjs/operations/entitiesRelations.d.ts +0 -41
- package/dist/commonjs/operations/entitiesRelations.d.ts.map +0 -1
- package/dist/commonjs/operations/entitiesRelations.js +0 -149
- package/dist/commonjs/operations/entitiesRelations.js.map +0 -1
- package/dist/commonjs/operations/entityQueries.d.ts +0 -63
- package/dist/commonjs/operations/entityQueries.d.ts.map +0 -1
- package/dist/commonjs/operations/entityQueries.js +0 -239
- package/dist/commonjs/operations/entityQueries.js.map +0 -1
- package/dist/commonjs/operations/entityQueryTemplates.d.ts +0 -46
- package/dist/commonjs/operations/entityQueryTemplates.d.ts.map +0 -1
- package/dist/commonjs/operations/entityQueryTemplates.js +0 -170
- package/dist/commonjs/operations/entityQueryTemplates.js.map +0 -1
- package/dist/commonjs/operations/entityRelations.d.ts +0 -22
- package/dist/commonjs/operations/entityRelations.d.ts.map +0 -1
- package/dist/commonjs/operations/entityRelations.js +0 -63
- package/dist/commonjs/operations/entityRelations.js.map +0 -1
- package/dist/commonjs/operations/fileImports.d.ts +0 -72
- package/dist/commonjs/operations/fileImports.d.ts.map +0 -1
- package/dist/commonjs/operations/fileImports.js +0 -299
- package/dist/commonjs/operations/fileImports.js.map +0 -1
- package/dist/commonjs/operations/iPGeodata.d.ts +0 -20
- package/dist/commonjs/operations/iPGeodata.d.ts.map +0 -1
- package/dist/commonjs/operations/iPGeodata.js +0 -58
- package/dist/commonjs/operations/iPGeodata.js.map +0 -1
- package/dist/commonjs/operations/incidentComments.d.ts +0 -69
- package/dist/commonjs/operations/incidentComments.d.ts.map +0 -1
- package/dist/commonjs/operations/incidentComments.js +0 -275
- package/dist/commonjs/operations/incidentComments.js.map +0 -1
- package/dist/commonjs/operations/incidentRelations.d.ts +0 -69
- package/dist/commonjs/operations/incidentRelations.d.ts.map +0 -1
- package/dist/commonjs/operations/incidentRelations.js +0 -263
- package/dist/commonjs/operations/incidentRelations.js.map +0 -1
- package/dist/commonjs/operations/incidents.d.ts +0 -105
- package/dist/commonjs/operations/incidents.d.ts.map +0 -1
- package/dist/commonjs/operations/incidents.js +0 -413
- package/dist/commonjs/operations/incidents.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -35
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -45
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/metadata.d.ts +0 -72
- package/dist/commonjs/operations/metadata.d.ts.map +0 -1
- package/dist/commonjs/operations/metadata.js +0 -286
- package/dist/commonjs/operations/metadata.js.map +0 -1
- package/dist/commonjs/operations/officeConsents.d.ts +0 -54
- package/dist/commonjs/operations/officeConsents.d.ts.map +0 -1
- package/dist/commonjs/operations/officeConsents.js +0 -201
- package/dist/commonjs/operations/officeConsents.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/productSettings.d.ts +0 -45
- package/dist/commonjs/operations/productSettings.d.ts.map +0 -1
- package/dist/commonjs/operations/productSettings.js +0 -157
- package/dist/commonjs/operations/productSettings.js.map +0 -1
- package/dist/commonjs/operations/securityMLAnalyticsSettings.d.ts +0 -63
- package/dist/commonjs/operations/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/commonjs/operations/securityMLAnalyticsSettings.js +0 -245
- package/dist/commonjs/operations/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/commonjs/operations/sentinelOnboardingStates.d.ts +0 -44
- package/dist/commonjs/operations/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/commonjs/operations/sentinelOnboardingStates.js +0 -174
- package/dist/commonjs/operations/sentinelOnboardingStates.js.map +0 -1
- package/dist/commonjs/operations/sourceControlOperations.d.ts +0 -41
- package/dist/commonjs/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/sourceControlOperations.js +0 -144
- package/dist/commonjs/operations/sourceControlOperations.js.map +0 -1
- package/dist/commonjs/operations/sourceControls.d.ts +0 -63
- package/dist/commonjs/operations/sourceControls.d.ts.map +0 -1
- package/dist/commonjs/operations/sourceControls.js +0 -245
- package/dist/commonjs/operations/sourceControls.js.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicator.d.ts +0 -97
- package/dist/commonjs/operations/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicator.js +0 -388
- package/dist/commonjs/operations/threatIntelligenceIndicator.js.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.d.ts +0 -20
- package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.js +0 -59
- package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicators.d.ts +0 -38
- package/dist/commonjs/operations/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/commonjs/operations/threatIntelligenceIndicators.js +0 -144
- package/dist/commonjs/operations/threatIntelligenceIndicators.js.map +0 -1
- package/dist/commonjs/operations/watchlistItems.d.ts +0 -69
- package/dist/commonjs/operations/watchlistItems.d.ts.map +0 -1
- package/dist/commonjs/operations/watchlistItems.js +0 -269
- package/dist/commonjs/operations/watchlistItems.js.map +0 -1
- package/dist/commonjs/operations/watchlists.d.ts +0 -68
- package/dist/commonjs/operations/watchlists.d.ts.map +0 -1
- package/dist/commonjs/operations/watchlists.js +0 -247
- package/dist/commonjs/operations/watchlists.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/actions.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/actions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/actions.js +0 -10
- package/dist/commonjs/operationsInterfaces/actions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/alertRuleTemplates.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/alertRuleTemplates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/alertRuleTemplates.js +0 -10
- package/dist/commonjs/operationsInterfaces/alertRuleTemplates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/alertRules.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/alertRules.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/alertRules.js +0 -10
- package/dist/commonjs/operationsInterfaces/alertRules.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/automationRules.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/automationRules.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/automationRules.js +0 -10
- package/dist/commonjs/operationsInterfaces/automationRules.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarkOperations.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/bookmarkOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarkOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/bookmarkOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarkRelations.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/bookmarkRelations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarkRelations.js +0 -10
- package/dist/commonjs/operationsInterfaces/bookmarkRelations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarks.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/bookmarks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/bookmarks.js +0 -10
- package/dist/commonjs/operationsInterfaces/bookmarks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataConnectors.d.ts +0 -55
- package/dist/commonjs/operationsInterfaces/dataConnectors.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataConnectors.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataConnectors.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/domainWhois.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/domainWhois.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/domainWhois.js +0 -10
- package/dist/commonjs/operationsInterfaces/domainWhois.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entities.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entities.js +0 -10
- package/dist/commonjs/operationsInterfaces/entities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.js +0 -10
- package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entitiesRelations.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/entitiesRelations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entitiesRelations.js +0 -10
- package/dist/commonjs/operationsInterfaces/entitiesRelations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityQueries.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/entityQueries.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityQueries.js +0 -10
- package/dist/commonjs/operationsInterfaces/entityQueries.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityQueryTemplates.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/entityQueryTemplates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityQueryTemplates.js +0 -10
- package/dist/commonjs/operationsInterfaces/entityQueryTemplates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityRelations.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/entityRelations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entityRelations.js +0 -10
- package/dist/commonjs/operationsInterfaces/entityRelations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileImports.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/fileImports.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileImports.js +0 -10
- package/dist/commonjs/operationsInterfaces/fileImports.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/iPGeodata.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/iPGeodata.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/iPGeodata.js +0 -10
- package/dist/commonjs/operationsInterfaces/iPGeodata.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidentComments.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/incidentComments.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidentComments.js +0 -10
- package/dist/commonjs/operationsInterfaces/incidentComments.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidentRelations.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/incidentRelations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidentRelations.js +0 -10
- package/dist/commonjs/operationsInterfaces/incidentRelations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidents.d.ts +0 -80
- package/dist/commonjs/operationsInterfaces/incidents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/incidents.js +0 -10
- package/dist/commonjs/operationsInterfaces/incidents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -35
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -45
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/metadata.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/metadata.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/metadata.js +0 -10
- package/dist/commonjs/operationsInterfaces/metadata.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/officeConsents.d.ts +0 -29
- package/dist/commonjs/operationsInterfaces/officeConsents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/officeConsents.js +0 -10
- package/dist/commonjs/operationsInterfaces/officeConsents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/productSettings.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/productSettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/productSettings.js +0 -10
- package/dist/commonjs/operationsInterfaces/productSettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.js +0 -10
- package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.d.ts +0 -36
- package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.js +0 -10
- package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sourceControls.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/sourceControls.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sourceControls.js +0 -10
- package/dist/commonjs/operationsInterfaces/sourceControls.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.d.ts +0 -68
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.js +0 -10
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +0 -10
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.js +0 -10
- package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/watchlistItems.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/watchlistItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/watchlistItems.js +0 -10
- package/dist/commonjs/operationsInterfaces/watchlistItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/watchlists.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/watchlists.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/watchlists.js +0 -10
- package/dist/commonjs/operationsInterfaces/watchlists.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/securityInsights.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -16
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -33
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -504
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -15638
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -74
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -560
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/actions.d.ts +0 -69
- package/dist/esm/operations/actions.d.ts.map +0 -1
- package/dist/esm/operations/actions.js +0 -245
- package/dist/esm/operations/actions.js.map +0 -1
- package/dist/esm/operations/alertRuleTemplates.d.ts +0 -46
- package/dist/esm/operations/alertRuleTemplates.d.ts.map +0 -1
- package/dist/esm/operations/alertRuleTemplates.js +0 -165
- package/dist/esm/operations/alertRuleTemplates.js.map +0 -1
- package/dist/esm/operations/alertRules.d.ts +0 -63
- package/dist/esm/operations/alertRules.d.ts.map +0 -1
- package/dist/esm/operations/alertRules.js +0 -234
- package/dist/esm/operations/alertRules.js.map +0 -1
- package/dist/esm/operations/automationRules.d.ts +0 -62
- package/dist/esm/operations/automationRules.d.ts.map +0 -1
- package/dist/esm/operations/automationRules.js +0 -241
- package/dist/esm/operations/automationRules.js.map +0 -1
- package/dist/esm/operations/bookmarkOperations.d.ts +0 -22
- package/dist/esm/operations/bookmarkOperations.d.ts.map +0 -1
- package/dist/esm/operations/bookmarkOperations.js +0 -59
- package/dist/esm/operations/bookmarkOperations.js.map +0 -1
- package/dist/esm/operations/bookmarkRelations.d.ts +0 -69
- package/dist/esm/operations/bookmarkRelations.d.ts.map +0 -1
- package/dist/esm/operations/bookmarkRelations.js +0 -258
- package/dist/esm/operations/bookmarkRelations.js.map +0 -1
- package/dist/esm/operations/bookmarks.d.ts +0 -63
- package/dist/esm/operations/bookmarks.d.ts.map +0 -1
- package/dist/esm/operations/bookmarks.js +0 -234
- package/dist/esm/operations/bookmarks.js.map +0 -1
- package/dist/esm/operations/dataConnectors.d.ts +0 -80
- package/dist/esm/operations/dataConnectors.d.ts.map +0 -1
- package/dist/esm/operations/dataConnectors.js +0 -309
- package/dist/esm/operations/dataConnectors.js.map +0 -1
- package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.d.ts +0 -21
- package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.js +0 -62
- package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/esm/operations/domainWhois.d.ts +0 -20
- package/dist/esm/operations/domainWhois.d.ts.map +0 -1
- package/dist/esm/operations/domainWhois.js +0 -53
- package/dist/esm/operations/domainWhois.js.map +0 -1
- package/dist/esm/operations/entities.d.ts +0 -73
- package/dist/esm/operations/entities.d.ts.map +0 -1
- package/dist/esm/operations/entities.js +0 -268
- package/dist/esm/operations/entities.js.map +0 -1
- package/dist/esm/operations/entitiesGetTimeline.d.ts +0 -22
- package/dist/esm/operations/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/esm/operations/entitiesGetTimeline.js +0 -59
- package/dist/esm/operations/entitiesGetTimeline.js.map +0 -1
- package/dist/esm/operations/entitiesRelations.d.ts +0 -41
- package/dist/esm/operations/entitiesRelations.d.ts.map +0 -1
- package/dist/esm/operations/entitiesRelations.js +0 -144
- package/dist/esm/operations/entitiesRelations.js.map +0 -1
- package/dist/esm/operations/entityQueries.d.ts +0 -63
- package/dist/esm/operations/entityQueries.d.ts.map +0 -1
- package/dist/esm/operations/entityQueries.js +0 -234
- package/dist/esm/operations/entityQueries.js.map +0 -1
- package/dist/esm/operations/entityQueryTemplates.d.ts +0 -46
- package/dist/esm/operations/entityQueryTemplates.d.ts.map +0 -1
- package/dist/esm/operations/entityQueryTemplates.js +0 -165
- package/dist/esm/operations/entityQueryTemplates.js.map +0 -1
- package/dist/esm/operations/entityRelations.d.ts +0 -22
- package/dist/esm/operations/entityRelations.d.ts.map +0 -1
- package/dist/esm/operations/entityRelations.js +0 -58
- package/dist/esm/operations/entityRelations.js.map +0 -1
- package/dist/esm/operations/fileImports.d.ts +0 -72
- package/dist/esm/operations/fileImports.d.ts.map +0 -1
- package/dist/esm/operations/fileImports.js +0 -294
- package/dist/esm/operations/fileImports.js.map +0 -1
- package/dist/esm/operations/iPGeodata.d.ts +0 -20
- package/dist/esm/operations/iPGeodata.d.ts.map +0 -1
- package/dist/esm/operations/iPGeodata.js +0 -53
- package/dist/esm/operations/iPGeodata.js.map +0 -1
- package/dist/esm/operations/incidentComments.d.ts +0 -69
- package/dist/esm/operations/incidentComments.d.ts.map +0 -1
- package/dist/esm/operations/incidentComments.js +0 -270
- package/dist/esm/operations/incidentComments.js.map +0 -1
- package/dist/esm/operations/incidentRelations.d.ts +0 -69
- package/dist/esm/operations/incidentRelations.d.ts.map +0 -1
- package/dist/esm/operations/incidentRelations.js +0 -258
- package/dist/esm/operations/incidentRelations.js.map +0 -1
- package/dist/esm/operations/incidents.d.ts +0 -105
- package/dist/esm/operations/incidents.d.ts.map +0 -1
- package/dist/esm/operations/incidents.js +0 -408
- package/dist/esm/operations/incidents.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -35
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -42
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/metadata.d.ts +0 -72
- package/dist/esm/operations/metadata.d.ts.map +0 -1
- package/dist/esm/operations/metadata.js +0 -281
- package/dist/esm/operations/metadata.js.map +0 -1
- package/dist/esm/operations/officeConsents.d.ts +0 -54
- package/dist/esm/operations/officeConsents.d.ts.map +0 -1
- package/dist/esm/operations/officeConsents.js +0 -196
- package/dist/esm/operations/officeConsents.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/productSettings.d.ts +0 -45
- package/dist/esm/operations/productSettings.d.ts.map +0 -1
- package/dist/esm/operations/productSettings.js +0 -152
- package/dist/esm/operations/productSettings.js.map +0 -1
- package/dist/esm/operations/securityMLAnalyticsSettings.d.ts +0 -63
- package/dist/esm/operations/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/esm/operations/securityMLAnalyticsSettings.js +0 -240
- package/dist/esm/operations/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/esm/operations/sentinelOnboardingStates.d.ts +0 -44
- package/dist/esm/operations/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/esm/operations/sentinelOnboardingStates.js +0 -169
- package/dist/esm/operations/sentinelOnboardingStates.js.map +0 -1
- package/dist/esm/operations/sourceControlOperations.d.ts +0 -41
- package/dist/esm/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist/esm/operations/sourceControlOperations.js +0 -139
- package/dist/esm/operations/sourceControlOperations.js.map +0 -1
- package/dist/esm/operations/sourceControls.d.ts +0 -63
- package/dist/esm/operations/sourceControls.d.ts.map +0 -1
- package/dist/esm/operations/sourceControls.js +0 -240
- package/dist/esm/operations/sourceControls.js.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicator.d.ts +0 -97
- package/dist/esm/operations/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicator.js +0 -383
- package/dist/esm/operations/threatIntelligenceIndicator.js.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicatorMetrics.d.ts +0 -20
- package/dist/esm/operations/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicatorMetrics.js +0 -54
- package/dist/esm/operations/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicators.d.ts +0 -38
- package/dist/esm/operations/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/esm/operations/threatIntelligenceIndicators.js +0 -139
- package/dist/esm/operations/threatIntelligenceIndicators.js.map +0 -1
- package/dist/esm/operations/watchlistItems.d.ts +0 -69
- package/dist/esm/operations/watchlistItems.d.ts.map +0 -1
- package/dist/esm/operations/watchlistItems.js +0 -264
- package/dist/esm/operations/watchlistItems.js.map +0 -1
- package/dist/esm/operations/watchlists.d.ts +0 -68
- package/dist/esm/operations/watchlists.d.ts.map +0 -1
- package/dist/esm/operations/watchlists.js +0 -242
- package/dist/esm/operations/watchlists.js.map +0 -1
- package/dist/esm/operationsInterfaces/actions.d.ts +0 -42
- package/dist/esm/operationsInterfaces/actions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/actions.js +0 -9
- package/dist/esm/operationsInterfaces/actions.js.map +0 -1
- package/dist/esm/operationsInterfaces/alertRuleTemplates.d.ts +0 -21
- package/dist/esm/operationsInterfaces/alertRuleTemplates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/alertRuleTemplates.js +0 -9
- package/dist/esm/operationsInterfaces/alertRuleTemplates.js.map +0 -1
- package/dist/esm/operationsInterfaces/alertRules.d.ts +0 -38
- package/dist/esm/operationsInterfaces/alertRules.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/alertRules.js +0 -9
- package/dist/esm/operationsInterfaces/alertRules.js.map +0 -1
- package/dist/esm/operationsInterfaces/automationRules.d.ts +0 -37
- package/dist/esm/operationsInterfaces/automationRules.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/automationRules.js +0 -9
- package/dist/esm/operationsInterfaces/automationRules.js.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarkOperations.d.ts +0 -14
- package/dist/esm/operationsInterfaces/bookmarkOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarkOperations.js +0 -9
- package/dist/esm/operationsInterfaces/bookmarkOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarkRelations.d.ts +0 -42
- package/dist/esm/operationsInterfaces/bookmarkRelations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarkRelations.js +0 -9
- package/dist/esm/operationsInterfaces/bookmarkRelations.js.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarks.d.ts +0 -38
- package/dist/esm/operationsInterfaces/bookmarks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/bookmarks.js +0 -9
- package/dist/esm/operationsInterfaces/bookmarks.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataConnectors.d.ts +0 -55
- package/dist/esm/operationsInterfaces/dataConnectors.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataConnectors.js +0 -9
- package/dist/esm/operationsInterfaces/dataConnectors.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +0 -13
- package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +0 -9
- package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/domainWhois.d.ts +0 -12
- package/dist/esm/operationsInterfaces/domainWhois.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/domainWhois.js +0 -9
- package/dist/esm/operationsInterfaces/domainWhois.js.map +0 -1
- package/dist/esm/operationsInterfaces/entities.d.ts +0 -48
- package/dist/esm/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entities.js +0 -9
- package/dist/esm/operationsInterfaces/entities.js.map +0 -1
- package/dist/esm/operationsInterfaces/entitiesGetTimeline.d.ts +0 -14
- package/dist/esm/operationsInterfaces/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entitiesGetTimeline.js +0 -9
- package/dist/esm/operationsInterfaces/entitiesGetTimeline.js.map +0 -1
- package/dist/esm/operationsInterfaces/entitiesRelations.d.ts +0 -14
- package/dist/esm/operationsInterfaces/entitiesRelations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entitiesRelations.js +0 -9
- package/dist/esm/operationsInterfaces/entitiesRelations.js.map +0 -1
- package/dist/esm/operationsInterfaces/entityQueries.d.ts +0 -38
- package/dist/esm/operationsInterfaces/entityQueries.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entityQueries.js +0 -9
- package/dist/esm/operationsInterfaces/entityQueries.js.map +0 -1
- package/dist/esm/operationsInterfaces/entityQueryTemplates.d.ts +0 -21
- package/dist/esm/operationsInterfaces/entityQueryTemplates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entityQueryTemplates.js +0 -9
- package/dist/esm/operationsInterfaces/entityQueryTemplates.js.map +0 -1
- package/dist/esm/operationsInterfaces/entityRelations.d.ts +0 -14
- package/dist/esm/operationsInterfaces/entityRelations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entityRelations.js +0 -9
- package/dist/esm/operationsInterfaces/entityRelations.js.map +0 -1
- package/dist/esm/operationsInterfaces/fileImports.d.ts +0 -47
- package/dist/esm/operationsInterfaces/fileImports.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileImports.js +0 -9
- package/dist/esm/operationsInterfaces/fileImports.js.map +0 -1
- package/dist/esm/operationsInterfaces/iPGeodata.d.ts +0 -12
- package/dist/esm/operationsInterfaces/iPGeodata.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/iPGeodata.js +0 -9
- package/dist/esm/operationsInterfaces/iPGeodata.js.map +0 -1
- package/dist/esm/operationsInterfaces/incidentComments.d.ts +0 -42
- package/dist/esm/operationsInterfaces/incidentComments.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/incidentComments.js +0 -9
- package/dist/esm/operationsInterfaces/incidentComments.js.map +0 -1
- package/dist/esm/operationsInterfaces/incidentRelations.d.ts +0 -42
- package/dist/esm/operationsInterfaces/incidentRelations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/incidentRelations.js +0 -9
- package/dist/esm/operationsInterfaces/incidentRelations.js.map +0 -1
- package/dist/esm/operationsInterfaces/incidents.d.ts +0 -80
- package/dist/esm/operationsInterfaces/incidents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/incidents.js +0 -9
- package/dist/esm/operationsInterfaces/incidents.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -35
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -42
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/metadata.d.ts +0 -47
- package/dist/esm/operationsInterfaces/metadata.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/metadata.js +0 -9
- package/dist/esm/operationsInterfaces/metadata.js.map +0 -1
- package/dist/esm/operationsInterfaces/officeConsents.d.ts +0 -29
- package/dist/esm/operationsInterfaces/officeConsents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/officeConsents.js +0 -9
- package/dist/esm/operationsInterfaces/officeConsents.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/productSettings.d.ts +0 -37
- package/dist/esm/operationsInterfaces/productSettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/productSettings.js +0 -9
- package/dist/esm/operationsInterfaces/productSettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.d.ts +0 -38
- package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.js +0 -9
- package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/sentinelOnboardingStates.d.ts +0 -36
- package/dist/esm/operationsInterfaces/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sentinelOnboardingStates.js +0 -9
- package/dist/esm/operationsInterfaces/sentinelOnboardingStates.js.map +0 -1
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +0 -14
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sourceControlOperations.js +0 -9
- package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/sourceControls.d.ts +0 -38
- package/dist/esm/operationsInterfaces/sourceControls.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sourceControls.js +0 -9
- package/dist/esm/operationsInterfaces/sourceControls.js.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.d.ts +0 -68
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.js +0 -9
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.js.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +0 -12
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +0 -9
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.d.ts +0 -13
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.js +0 -9
- package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.js.map +0 -1
- package/dist/esm/operationsInterfaces/watchlistItems.d.ts +0 -42
- package/dist/esm/operationsInterfaces/watchlistItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/watchlistItems.js +0 -9
- package/dist/esm/operationsInterfaces/watchlistItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/watchlists.d.ts +0 -43
- package/dist/esm/operationsInterfaces/watchlists.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/watchlists.js +0 -9
- package/dist/esm/operationsInterfaces/watchlists.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/securityInsights.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -16
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -33
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -8868
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -1176
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -504
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -15638
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -74
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -560
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/actions.d.ts +0 -69
- package/dist/react-native/operations/actions.d.ts.map +0 -1
- package/dist/react-native/operations/actions.js +0 -245
- package/dist/react-native/operations/actions.js.map +0 -1
- package/dist/react-native/operations/alertRuleTemplates.d.ts +0 -46
- package/dist/react-native/operations/alertRuleTemplates.d.ts.map +0 -1
- package/dist/react-native/operations/alertRuleTemplates.js +0 -165
- package/dist/react-native/operations/alertRuleTemplates.js.map +0 -1
- package/dist/react-native/operations/alertRules.d.ts +0 -63
- package/dist/react-native/operations/alertRules.d.ts.map +0 -1
- package/dist/react-native/operations/alertRules.js +0 -234
- package/dist/react-native/operations/alertRules.js.map +0 -1
- package/dist/react-native/operations/automationRules.d.ts +0 -62
- package/dist/react-native/operations/automationRules.d.ts.map +0 -1
- package/dist/react-native/operations/automationRules.js +0 -241
- package/dist/react-native/operations/automationRules.js.map +0 -1
- package/dist/react-native/operations/bookmarkOperations.d.ts +0 -22
- package/dist/react-native/operations/bookmarkOperations.d.ts.map +0 -1
- package/dist/react-native/operations/bookmarkOperations.js +0 -59
- package/dist/react-native/operations/bookmarkOperations.js.map +0 -1
- package/dist/react-native/operations/bookmarkRelations.d.ts +0 -69
- package/dist/react-native/operations/bookmarkRelations.d.ts.map +0 -1
- package/dist/react-native/operations/bookmarkRelations.js +0 -258
- package/dist/react-native/operations/bookmarkRelations.js.map +0 -1
- package/dist/react-native/operations/bookmarks.d.ts +0 -63
- package/dist/react-native/operations/bookmarks.d.ts.map +0 -1
- package/dist/react-native/operations/bookmarks.js +0 -234
- package/dist/react-native/operations/bookmarks.js.map +0 -1
- package/dist/react-native/operations/dataConnectors.d.ts +0 -80
- package/dist/react-native/operations/dataConnectors.d.ts.map +0 -1
- package/dist/react-native/operations/dataConnectors.js +0 -309
- package/dist/react-native/operations/dataConnectors.js.map +0 -1
- package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.d.ts +0 -21
- package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.js +0 -62
- package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/react-native/operations/domainWhois.d.ts +0 -20
- package/dist/react-native/operations/domainWhois.d.ts.map +0 -1
- package/dist/react-native/operations/domainWhois.js +0 -53
- package/dist/react-native/operations/domainWhois.js.map +0 -1
- package/dist/react-native/operations/entities.d.ts +0 -73
- package/dist/react-native/operations/entities.d.ts.map +0 -1
- package/dist/react-native/operations/entities.js +0 -268
- package/dist/react-native/operations/entities.js.map +0 -1
- package/dist/react-native/operations/entitiesGetTimeline.d.ts +0 -22
- package/dist/react-native/operations/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/react-native/operations/entitiesGetTimeline.js +0 -59
- package/dist/react-native/operations/entitiesGetTimeline.js.map +0 -1
- package/dist/react-native/operations/entitiesRelations.d.ts +0 -41
- package/dist/react-native/operations/entitiesRelations.d.ts.map +0 -1
- package/dist/react-native/operations/entitiesRelations.js +0 -144
- package/dist/react-native/operations/entitiesRelations.js.map +0 -1
- package/dist/react-native/operations/entityQueries.d.ts +0 -63
- package/dist/react-native/operations/entityQueries.d.ts.map +0 -1
- package/dist/react-native/operations/entityQueries.js +0 -234
- package/dist/react-native/operations/entityQueries.js.map +0 -1
- package/dist/react-native/operations/entityQueryTemplates.d.ts +0 -46
- package/dist/react-native/operations/entityQueryTemplates.d.ts.map +0 -1
- package/dist/react-native/operations/entityQueryTemplates.js +0 -165
- package/dist/react-native/operations/entityQueryTemplates.js.map +0 -1
- package/dist/react-native/operations/entityRelations.d.ts +0 -22
- package/dist/react-native/operations/entityRelations.d.ts.map +0 -1
- package/dist/react-native/operations/entityRelations.js +0 -58
- package/dist/react-native/operations/entityRelations.js.map +0 -1
- package/dist/react-native/operations/fileImports.d.ts +0 -72
- package/dist/react-native/operations/fileImports.d.ts.map +0 -1
- package/dist/react-native/operations/fileImports.js +0 -294
- package/dist/react-native/operations/fileImports.js.map +0 -1
- package/dist/react-native/operations/iPGeodata.d.ts +0 -20
- package/dist/react-native/operations/iPGeodata.d.ts.map +0 -1
- package/dist/react-native/operations/iPGeodata.js +0 -53
- package/dist/react-native/operations/iPGeodata.js.map +0 -1
- package/dist/react-native/operations/incidentComments.d.ts +0 -69
- package/dist/react-native/operations/incidentComments.d.ts.map +0 -1
- package/dist/react-native/operations/incidentComments.js +0 -270
- package/dist/react-native/operations/incidentComments.js.map +0 -1
- package/dist/react-native/operations/incidentRelations.d.ts +0 -69
- package/dist/react-native/operations/incidentRelations.d.ts.map +0 -1
- package/dist/react-native/operations/incidentRelations.js +0 -258
- package/dist/react-native/operations/incidentRelations.js.map +0 -1
- package/dist/react-native/operations/incidents.d.ts +0 -105
- package/dist/react-native/operations/incidents.d.ts.map +0 -1
- package/dist/react-native/operations/incidents.js +0 -408
- package/dist/react-native/operations/incidents.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -35
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -42
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/metadata.d.ts +0 -72
- package/dist/react-native/operations/metadata.d.ts.map +0 -1
- package/dist/react-native/operations/metadata.js +0 -281
- package/dist/react-native/operations/metadata.js.map +0 -1
- package/dist/react-native/operations/officeConsents.d.ts +0 -54
- package/dist/react-native/operations/officeConsents.d.ts.map +0 -1
- package/dist/react-native/operations/officeConsents.js +0 -196
- package/dist/react-native/operations/officeConsents.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/productSettings.d.ts +0 -45
- package/dist/react-native/operations/productSettings.d.ts.map +0 -1
- package/dist/react-native/operations/productSettings.js +0 -152
- package/dist/react-native/operations/productSettings.js.map +0 -1
- package/dist/react-native/operations/securityMLAnalyticsSettings.d.ts +0 -63
- package/dist/react-native/operations/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/react-native/operations/securityMLAnalyticsSettings.js +0 -240
- package/dist/react-native/operations/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/react-native/operations/sentinelOnboardingStates.d.ts +0 -44
- package/dist/react-native/operations/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/react-native/operations/sentinelOnboardingStates.js +0 -169
- package/dist/react-native/operations/sentinelOnboardingStates.js.map +0 -1
- package/dist/react-native/operations/sourceControlOperations.d.ts +0 -41
- package/dist/react-native/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist/react-native/operations/sourceControlOperations.js +0 -139
- package/dist/react-native/operations/sourceControlOperations.js.map +0 -1
- package/dist/react-native/operations/sourceControls.d.ts +0 -63
- package/dist/react-native/operations/sourceControls.d.ts.map +0 -1
- package/dist/react-native/operations/sourceControls.js +0 -240
- package/dist/react-native/operations/sourceControls.js.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicator.d.ts +0 -97
- package/dist/react-native/operations/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicator.js +0 -383
- package/dist/react-native/operations/threatIntelligenceIndicator.js.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.d.ts +0 -20
- package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.js +0 -54
- package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicators.d.ts +0 -38
- package/dist/react-native/operations/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/react-native/operations/threatIntelligenceIndicators.js +0 -139
- package/dist/react-native/operations/threatIntelligenceIndicators.js.map +0 -1
- package/dist/react-native/operations/watchlistItems.d.ts +0 -69
- package/dist/react-native/operations/watchlistItems.d.ts.map +0 -1
- package/dist/react-native/operations/watchlistItems.js +0 -264
- package/dist/react-native/operations/watchlistItems.js.map +0 -1
- package/dist/react-native/operations/watchlists.d.ts +0 -68
- package/dist/react-native/operations/watchlists.d.ts.map +0 -1
- package/dist/react-native/operations/watchlists.js +0 -242
- package/dist/react-native/operations/watchlists.js.map +0 -1
- package/dist/react-native/operationsInterfaces/actions.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/actions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/actions.js +0 -9
- package/dist/react-native/operationsInterfaces/actions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/alertRuleTemplates.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/alertRuleTemplates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/alertRuleTemplates.js +0 -9
- package/dist/react-native/operationsInterfaces/alertRuleTemplates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/alertRules.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/alertRules.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/alertRules.js +0 -9
- package/dist/react-native/operationsInterfaces/alertRules.js.map +0 -1
- package/dist/react-native/operationsInterfaces/automationRules.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/automationRules.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/automationRules.js +0 -9
- package/dist/react-native/operationsInterfaces/automationRules.js.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarkOperations.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/bookmarkOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarkOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/bookmarkOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarkRelations.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/bookmarkRelations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarkRelations.js +0 -9
- package/dist/react-native/operationsInterfaces/bookmarkRelations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarks.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/bookmarks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/bookmarks.js +0 -9
- package/dist/react-native/operationsInterfaces/bookmarks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataConnectors.d.ts +0 -55
- package/dist/react-native/operationsInterfaces/dataConnectors.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataConnectors.js +0 -9
- package/dist/react-native/operationsInterfaces/dataConnectors.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/domainWhois.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/domainWhois.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/domainWhois.js +0 -9
- package/dist/react-native/operationsInterfaces/domainWhois.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entities.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entities.js +0 -9
- package/dist/react-native/operationsInterfaces/entities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entitiesGetTimeline.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/entitiesGetTimeline.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entitiesGetTimeline.js +0 -9
- package/dist/react-native/operationsInterfaces/entitiesGetTimeline.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entitiesRelations.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/entitiesRelations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entitiesRelations.js +0 -9
- package/dist/react-native/operationsInterfaces/entitiesRelations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entityQueries.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/entityQueries.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entityQueries.js +0 -9
- package/dist/react-native/operationsInterfaces/entityQueries.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entityQueryTemplates.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/entityQueryTemplates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entityQueryTemplates.js +0 -9
- package/dist/react-native/operationsInterfaces/entityQueryTemplates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entityRelations.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/entityRelations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entityRelations.js +0 -9
- package/dist/react-native/operationsInterfaces/entityRelations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileImports.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/fileImports.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileImports.js +0 -9
- package/dist/react-native/operationsInterfaces/fileImports.js.map +0 -1
- package/dist/react-native/operationsInterfaces/iPGeodata.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/iPGeodata.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/iPGeodata.js +0 -9
- package/dist/react-native/operationsInterfaces/iPGeodata.js.map +0 -1
- package/dist/react-native/operationsInterfaces/incidentComments.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/incidentComments.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/incidentComments.js +0 -9
- package/dist/react-native/operationsInterfaces/incidentComments.js.map +0 -1
- package/dist/react-native/operationsInterfaces/incidentRelations.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/incidentRelations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/incidentRelations.js +0 -9
- package/dist/react-native/operationsInterfaces/incidentRelations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/incidents.d.ts +0 -80
- package/dist/react-native/operationsInterfaces/incidents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/incidents.js +0 -9
- package/dist/react-native/operationsInterfaces/incidents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -35
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -42
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/metadata.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/metadata.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/metadata.js +0 -9
- package/dist/react-native/operationsInterfaces/metadata.js.map +0 -1
- package/dist/react-native/operationsInterfaces/officeConsents.d.ts +0 -29
- package/dist/react-native/operationsInterfaces/officeConsents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/officeConsents.js +0 -9
- package/dist/react-native/operationsInterfaces/officeConsents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/productSettings.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/productSettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/productSettings.js +0 -9
- package/dist/react-native/operationsInterfaces/productSettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.js +0 -9
- package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.d.ts +0 -36
- package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.js +0 -9
- package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sourceControls.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/sourceControls.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sourceControls.js +0 -9
- package/dist/react-native/operationsInterfaces/sourceControls.js.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.d.ts +0 -68
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.js +0 -9
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.js.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +0 -9
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.js +0 -9
- package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/watchlistItems.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/watchlistItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/watchlistItems.js +0 -9
- package/dist/react-native/operationsInterfaces/watchlistItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/watchlists.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/watchlists.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/watchlists.js +0 -9
- package/dist/react-native/operationsInterfaces/watchlists.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/securityInsights.d.ts +0 -53
- package/dist/react-native/securityInsights.d.ts.map +0 -1
- package/dist/react-native/securityInsights.js +0 -172
- package/dist/react-native/securityInsights.js.map +0 -1
- package/review/arm-securityinsight-node.api.md +0 -5668
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,oBAAoB,EAAE,MAAM,yDAAyD,CAAC;AAc/F,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAC1C,CAAC;AAwCD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAClF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;AACpC,CAAC;AAkBD,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACxE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC/D,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/F,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAChE,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5F,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,MAAwB;IACjE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3F,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAWD,MAAM,UAAU,mBAAmB,CAAC,IAAe;IACjD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,qBAAqB;YACxB,OAAO,sCAAsC,CAAC,IAAoC,CAAC,CAAC;QAEtF,KAAK,QAAQ;YACX,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,oBAAoB;YACvB,OAAO,qCAAqC,CAAC,IAAmC,CAAC,CAAC;QAEpF,KAAK,mCAAmC;YACtC,OAAO,oDAAoD,CACzD,IAAkD,CACnD,CAAC;QAEJ,KAAK,WAAW;YACd,OAAO,4BAA4B,CAAC,IAA0B,CAAC,CAAC;QAElE,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,IAAoB,CAAC,CAAC;QAEtD;YACE,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC;AACH,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,qBAAqB;YACxB,OAAO,wCAAwC,CAAC,IAAoC,CAAC,CAAC;QAExF,KAAK,QAAQ;YACX,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,oBAAoB;YACvB,OAAO,uCAAuC,CAAC,IAAmC,CAAC,CAAC;QAEtF,KAAK,mCAAmC;YACtC,OAAO,sDAAsD,CAC3D,IAAkD,CACnD,CAAC;QAEJ,KAAK,WAAW;YACd,OAAO,8BAA8B,CAAC,IAA0B,CAAC,CAAC;QAEpE,KAAK,KAAK;YACR,OAAO,wBAAwB,CAAC,IAAoB,CAAC,CAAC;QAExD;YACE,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;AACH,CAAC;AAED,iCAAiC;AACjC,MAAM,CAAN,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,wCAAwC;IACxC,6FAAuE,CAAA;IACvE,aAAa;IACb,uCAAiB,CAAA;IACjB,0BAA0B;IAC1B,iEAA2C,CAAA;IAC3C,yBAAyB;IACzB,+DAAyC,CAAA;IACzC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EAbW,kBAAkB,KAAlB,kBAAkB,QAa7B;AAwCD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,uBAAuB,EAAE,SAAS,CAAC,CAAC;YAC1E,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,mDAAmD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,gCAAgC;AAChC,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,oBAAoB;IACpB,mCAAa,CAAA;IACb,sBAAsB;IACtB,uCAAiB,CAAA;IACjB,mBAAmB;IACnB,iCAAW,CAAA;IACX,6BAA6B;IAC7B,qDAA+B,CAAA;AACjC,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,0DAA0D;AAC1D,MAAM,CAAN,IAAY,iBAmCX;AAnCD,WAAY,iBAAiB;IAC3B,qBAAqB;IACrB,sDAAiC,CAAA;IACjC,0BAA0B;IAC1B,gEAA2C,CAAA;IAC3C,oBAAoB;IACpB,oDAA+B,CAAA;IAC/B,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,0BAA0B;IAC1B,gEAA2C,CAAA;IAC3C,qBAAqB;IACrB,sDAAiC,CAAA;IACjC,uBAAuB;IACvB,0DAAqC,CAAA;IACrC,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,sBAAsB;IACtB,wDAAmC,CAAA;IACnC,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,mBAAmB;IACnB,kDAA6B,CAAA;IAC7B,wBAAwB;IACxB,4DAAuC,CAAA;IACvC,aAAa;IACb,sCAAiB,CAAA;IACjB,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,2BAA2B;IAC3B,kEAA6C,CAAA;IAC7C,8BAA8B;IAC9B,wEAAmD,CAAA;AACrD,CAAC,EAnCW,iBAAiB,KAAjB,iBAAiB,QAmC5B;AAuDD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,uBAAuB;YACvB,SAAS;YACT,gBAAgB;YAChB,2BAA2B;SAC5B,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC/D,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;KACrF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACjE,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;QACtF,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAmC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,MAAyC;IAEzC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oCAAoC,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,MAAyC;IAEzC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,qCAAqC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAChF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,eAAe,EAAE,uCAAuC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAClF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4CAA4C,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,MAA6C;IAE7C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wCAAwC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA6C;IAE7C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AAChG,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,uBAAuB,EAAE,SAAS,CAAC,CAAC;YAC1E,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC;KAC3D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,+CAA+C,CAC7D,IAA2C;IAE3C,OAAO,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,oBAAoB;YACpB,2BAA2B;YAC3B,eAAe;YACf,kBAAkB;YAClB,uBAAuB;YACvB,aAAa;YACb,aAAa;YACb,SAAS;SACV,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+DAA+D,CAAC,IAAI,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iEAAiE,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3F,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,8DAA8D,CAC5E,IAA0D;IAE1D,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gEAAgE,CAC9E,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACtC,CAAC;AACJ,CAAC;AAsDD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,OAAO;YACP,gBAAgB;YAChB,aAAa;YACb,UAAU;YACV,iBAAiB;YACjB,kBAAkB;YAClB,uBAAuB;YACvB,eAAe;YACf,gBAAgB;YAChB,sBAAsB;YACtB,0BAA0B;YAC1B,uBAAuB;YACvB,iBAAiB;YACjB,aAAa;YACb,aAAa;YACb,SAAS;YACT,qBAAqB;YACrB,oBAAoB;YACpB,SAAS;YACT,YAAY;YACZ,eAAe;YACf,uBAAuB;SACxB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC;KAClD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACxD,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAChE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;QAC1E,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;QAC5E,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC1C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC1C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,mKAAmK;AACnK,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,uEAAuE;IACvE,kDAA2B,CAAA;IAC3B,wEAAwE;IACxE,4CAAqB,CAAA;IACrB,8GAA8G;IAC9G,4CAAqB,CAAA;AACvB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,uCAAuC;AACvC,MAAM,CAAN,IAAY,sBAqCX;AArCD,WAAY,sBAAsB;IAChC,+BAA+B;IAC/B,6CAAmB,CAAA;IACnB,uBAAuB;IACvB,uCAAa,CAAA;IACb,6BAA6B;IAC7B,mCAAS,CAAA;IACT,0BAA0B;IAC1B,6CAAmB,CAAA;IACnB,8BAA8B;IAC9B,uCAAa,CAAA;IACb,0BAA0B;IAC1B,6CAAmB,CAAA;IACnB,4BAA4B;IAC5B,+DAAqC,CAAA;IACrC,sBAAsB;IACtB,qCAAW,CAAA;IACX,iCAAiC;IACjC,yDAA+B,CAAA;IAC/B,4BAA4B;IAC5B,+CAAqB,CAAA;IACrB,+BAA+B;IAC/B,qDAA2B,CAAA;IAC3B,iCAAiC;IACjC,yDAA+B,CAAA;IAC/B,iCAAiC;IACjC,yDAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAW,CAAA;IACX,0BAA0B;IAC1B,6CAAmB,CAAA;IACnB,+BAA+B;IAC/B,qDAA2B,CAAA;IAC3B,+BAA+B;IAC/B,qDAA2B,CAAA;IAC3B,kCAAkC;IAClC,2DAAiC,CAAA;AACnC,CAAC,EArCW,sBAAsB,KAAtB,sBAAsB,QAqCjC;AA4BD,mBAAmB;AACnB,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,yBAAyB;IACzB,+CAA2B,CAAA;IAC3B,qBAAqB;IACrB,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAwDD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,uBAAuB;YACvB,iBAAiB;YACjB,aAAa;YACb,OAAO;YACP,SAAS;YACT,YAAY;YACZ,eAAe;YACf,aAAa;YACb,SAAS;YACT,qBAAqB;YACrB,oBAAoB;YACpB,UAAU;YACV,uBAAuB;YACvB,eAAe;YACf,gBAAgB;YAChB,sBAAsB;YACtB,uBAAuB;YACvB,0BAA0B;SAC3B,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC;KAC5C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AA4CD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACxD,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAChE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAA2B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA2B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC5E,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAmC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO,EAAE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,4BAA4B;AAC5B,MAAM,CAAN,IAAY,kBAqBX;AArBD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,6CAAuB,CAAA;IACvB,gCAAgC;IAChC,yDAAmC,CAAA;IACnC,uBAAuB;IACvB,yDAAmC,CAAA;IACnC,kCAAkC;IAClC,qDAA+B,CAAA;IAC/B,kCAAkC;IAClC,iDAA2B,CAAA;IAC3B,mCAAmC;IACnC,mDAA6B,CAAA;IAC7B,4CAA4C;IAC5C,mEAA6C,CAAA;IAC7C,uCAAuC;IACvC,2DAAqC,CAAA;IACrC,gCAAgC;IAChC,+CAAyB,CAAA;IACzB,mCAAmC;IACnC,qDAA+B,CAAA;AACjC,CAAC,EArBW,kBAAkB,KAAlB,kBAAkB,QAqB7B;AA0BD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO,EAAE,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;AACtD,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,2CAA2C;AAC3C,MAAM,CAAN,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,kBAAkB;IAClB,gEAA2B,CAAA;IAC3B,qBAAqB;IACrB,sEAAiC,CAAA;AACnC,CAAC,EALW,iCAAiC,KAAjC,iCAAiC,QAK5C;AAYD,MAAM,UAAU,oCAAoC,CAAC,MAAoC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAoC;IAEpC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,uBAAuB,CAAC,KAAoB;IAC1D,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,kBAAkB,CAAC,KAAe;IAChD,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,oDAAoD;AACpD,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,wCAAwC;IACxC,mCAAa,CAAA;IACb,gDAAgD;IAChD,iDAA2B,CAAA;IAC3B,oDAAoD;IACpD,yDAAmC,CAAA;IACnC,uCAAuC;IACvC,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AA0BD,MAAM,UAAU,oEAAoE,CAClF,IAAgE;IAEhE,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sEAAsE,CACpF,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,mEAAmE;AACnE,MAAM,CAAN,IAAY,iCAeX;AAfD,WAAY,iCAAiC;IAC3C,mCAAmC;IACnC,+FAA0D,CAAA;IAC1D,4BAA4B;IAC5B,kFAA6C,CAAA;IAC7C,uCAAuC;IACvC,uGAAkE,CAAA;IAClE,iDAAiD;IACjD,0HAAqF,CAAA;IACrF,oCAAoC;IACpC,gGAA2D,CAAA;IAC3D,4CAA4C;IAC5C,gHAA2E,CAAA;IAC3E,oDAAoD;IACpD,gIAA2F,CAAA;AAC7F,CAAC,EAfW,iCAAiC,KAAjC,iCAAiC,QAe5C;AA2CD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACxD,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAChE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAaD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,KAAK,EAAE,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA6B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,MAA6B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC;AASD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,qBAAqB;YACxB,OAAO,gDAAgD,CACrD,IAA4C,CAC7C,CAAC;QAEJ,KAAK,QAAQ;YACX,OAAO,mCAAmC,CAAC,IAA+B,CAAC,CAAC;QAE9E,KAAK,oBAAoB;YACvB,OAAO,+CAA+C,CACpD,IAA2C,CAC5C,CAAC;QAEJ,KAAK,mCAAmC;YACtC,OAAO,8DAA8D,CACnE,IAA0D,CAC3D,CAAC;QAEJ,KAAK,WAAW;YACd,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,KAAK;YACR,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE;YACE,OAAO,6BAA6B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;AACH,CAAC;AA4BD,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2DAA2D,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACrF,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,0DAA0D,CACxE,IAAS;IAET,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,MAA0C;IAE1C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,sCAAsC;AACtC,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,oEAAoE;IACpE,8CAAuB,CAAA;IACvB,wCAAwC;IACxC,8CAAuB,CAAA;IACvB,2CAA2C;IAC3C,oDAA6B,CAAA;AAC/B,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,MAAM,UAAU,4CAA4C,CAC1D,MAA0C;IAE1C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,MAA0C;IAE1C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,cAAc,EAAE,+CAA+C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0DAA0D,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpF,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yDAAyD,CACvE,IAAS;IAET,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,8DAA8D,CAC5E,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yEAAyE,CACvE,IAAI,CAAC,YAAY,CAAC,CACnB,CAAC;KACP,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,wEAAwE,CACtF,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAoDD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAkDD,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AA0CD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAwCD,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,KAAK,EAAE,uCAAuC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACL,CAAC;AAwBD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO,EAAE,UAAU,EAAE,mCAAmC,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACvF,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,qCAAqC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC5D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAsBD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,eAAe,EAAE,uCAAuC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjF,OAAO,EAAE,wCAAwC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,eAAe,EAAE,yCAAyC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACnF,OAAO,EAAE,0CAA0C,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACpE,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAClD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9F,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,WAAW,EAAE;QAC3C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,2BAA2B;IAC3B,0CAAuB,CAAA;IACvB,wBAAwB;IACxB,oCAAiB,CAAA;AACnB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAKD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,iCAAiC;IACjC,wCAAmB,CAAA;IACnB,iCAAiC;IACjC,wCAAmB,CAAA;AACrB,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAKD,MAAM,UAAU,2CAA2C,CACzD,MAA2C;IAE3C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,MAA2C;IAE3C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wCAAwC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC,CAAC,CAAC;AACL,CAAC;AAOD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,EAAE,CAAC;AAClD,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAWD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,QAAQ,IAAI,CAAC,aAAa,EAAE,CAAC;QAC3B,KAAK,SAAS;YACZ,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,sBAAsB;YACzB,OAAO,iDAAiD,CACtD,IAA+C,CAChD,CAAC;QAEJ,KAAK,eAAe;YAClB,OAAO,0CAA0C,CAAC,IAAwC,CAAC,CAAC;QAE9F,KAAK,iBAAiB;YACpB,OAAO,4CAA4C,CACjD,IAA0C,CAC3C,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,qCAAqC,CAAC,IAAmC,CAAC,CAAC;QAEpF;YACE,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,QAAQ,IAAI,CAAC,eAAe,CAAC,EAAE,CAAC;QAC9B,KAAK,SAAS;YACZ,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,sBAAsB;YACzB,OAAO,mDAAmD,CACxD,IAA+C,CAChD,CAAC;QAEJ,KAAK,eAAe;YAClB,OAAO,4CAA4C,CAAC,IAAwC,CAAC,CAAC;QAEhG,KAAK,iBAAiB;YACpB,OAAO,8CAA8C,CACnD,IAA0C,CAC3C,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,uCAAuC,CAAC,IAAmC,CAAC,CAAC;QAEtF;YACE,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;AACH,CAAC;AAED,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAC5B,wCAAwC;IACxC,2CAAqB,CAAA;IACrB,8CAA8C;IAC9C,qDAA+B,CAAA;IAC/B,gDAAgD;IAChD,yDAAmC,CAAA;IACnC,sDAAsD;IACtD,mEAA6C,CAAA;IAC7C,2DAA2D;IAC3D,yCAAmB,CAAA;AACrB,CAAC,EAXW,kBAAkB,KAAlB,kBAAkB,QAW7B;AAWD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,wGAAwG;AACxG,MAAM,CAAN,IAAY,oDAKX;AALD,WAAY,oDAAoD;IAC9D,yEAAyE;IACzE,mEAAW,CAAA;IACX,qFAAqF;IACrF,iEAAS,CAAA;AACX,CAAC,EALW,oDAAoD,KAApD,oDAAoD,QAK/D;AAWD,MAAM,UAAU,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,2DAA2D,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC7F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,IAAS;IAET,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,6DAA6D,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC/F,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,2DAA2D,CACzE,IAAuD;IAEvD,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC1E,CAAC;AAED,MAAM,UAAU,6DAA6D,CAC3E,IAAS;IAET,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,sHAAsH;AACtH,MAAM,CAAN,IAAY,kEASX;AATD,WAAY,kEAAkE;IAC5E,2CAA2C;IAC3C,uFAAiB,CAAA;IACjB,2CAA2C;IAC3C,uFAAiB,CAAA;IACjB,4CAA4C;IAC5C,yFAAmB,CAAA;IACnB,6CAA6C;IAC7C,2FAAqB,CAAA;AACvB,CAAC,EATW,kEAAkE,KAAlE,kEAAkE,QAS7E;AAKD,uHAAuH;AACvH,MAAM,CAAN,IAAY,mEAGX;AAHD,WAAY,mEAAmE;IAC7E,yDAAyD;IACzD,sFAAe,CAAA;AACjB,CAAC,EAHW,mEAAmE,KAAnE,mEAAmE,QAG9E;AAWD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACtF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,+GAA+G;AAC/G,MAAM,CAAN,IAAY,2DAOX;AAPD,WAAY,2DAA2D;IACrE,uDAAuD;IACvD,8FAA+B,CAAA;IAC/B,yDAAyD;IACzD,wGAAyC,CAAA;IACzC,oDAAoD;IACpD,gGAAiC,CAAA;AACnC,CAAC,EAPW,2DAA2D,KAA3D,2DAA2D,QAOtE;AAKD,wHAAwH;AACxH,MAAM,CAAN,IAAY,oEAKX;AALD,WAAY,oEAAoE;IAC9E,6DAA6D;IAC7D,2FAAmB,CAAA;IACnB,iEAAiE;IACjE,6FAAqB,CAAA;AACvB,CAAC,EALW,oEAAoE,KAApE,oEAAoE,QAK/E;AAWD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,wDAAwD,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1F,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sDAAsD,CACpE,IAAkD;IAElD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wDAAwD,CACtE,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,oHAAoH;AACpH,MAAM,CAAN,IAAY,gEAOX;AAPD,WAAY,gEAAgE;IAC1E,sDAAsD;IACtD,yGAAqC,CAAA;IACrC,oDAAoD;IACpD,qGAAiC,CAAA;IACjC,mDAAmD;IACnD,mGAA+B,CAAA;AACjC,CAAC,EAPW,gEAAgE,KAAhE,gEAAgE,QAO3E;AAKD,mHAAmH;AACnH,MAAM,CAAN,IAAY,+DAKX;AALD,WAAY,+DAA+D;IACzE,mEAAmE;IACnE,8FAA2B,CAAA;IAC3B,kEAAkE;IAClE,0FAAuB,CAAA;AACzB,CAAC,EALW,+DAA+D,KAA/D,+DAA+D,QAK1E;AAKD,yGAAyG;AACzG,MAAM,CAAN,IAAY,qDAiBX;AAjBD,WAAY,qDAAqD;IAC/D,4EAA4E;IAC5E,0EAAiB,CAAA;IACjB,2EAA2E;IAC3E,gFAAuB,CAAA;IACvB,8EAA8E;IAC9E,8EAAqB,CAAA;IACrB,6EAA6E;IAC7E,oFAA2B,CAAA;IAC3B,wEAAwE;IACxE,kFAAyB,CAAA;IACzB,gFAAgF;IAChF,wFAA+B,CAAA;IAC/B,sEAAsE;IACtE,8EAAqB,CAAA;IACrB,8EAA8E;IAC9E,oFAA2B,CAAA;AAC7B,CAAC,EAjBW,qDAAqD,KAArD,qDAAqD,QAiBhE;AAWD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACjF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACnF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,+CAA+C,CAC7D,IAA2C;IAE3C,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,yEAAyE;AACzE,MAAM,CAAN,IAAY,qDAyHX;AAzHD,WAAY,qDAAqD;IAC/D,gCAAgC;IAChC,wFAA+B,CAAA;IAC/B,sCAAsC;IACtC,oGAA2C,CAAA;IAC3C,mCAAmC;IACnC,8FAAqC,CAAA;IACrC,iCAAiC;IACjC,0FAAiC,CAAA;IACjC,oDAAoD;IACpD,0HAAiE,CAAA;IACjE,kCAAkC;IAClC,4FAAmC,CAAA;IACnC,iCAAiC;IACjC,wFAA+B,CAAA;IAC/B,wCAAwC;IACxC,sGAA6C,CAAA;IAC7C,wCAAwC;IACxC,4GAAmD,CAAA;IACnD,qCAAqC;IACrC,8GAAqD,CAAA;IACrD,uCAAuC;IACvC,kHAAyD,CAAA;IACzD,+EAA+E;IAC/E,0HAAiE,CAAA;IACjE,iEAAiE;IACjE,kGAAyC,CAAA;IACzC,mDAAmD;IACnD,kGAAyC,CAAA;IACzC,iDAAiD;IACjD,8FAAqC,CAAA;IACrC,uBAAuB;IACvB,oFAA2B,CAAA;IAC3B,sCAAsC;IACtC,4FAAmC,CAAA;IACnC,0DAA0D;IAC1D,oFAA2B,CAAA;IAC3B,sCAAsC;IACtC,kFAAyB,CAAA;IACzB,oCAAoC;IACpC,gGAAuC,CAAA;IACvC,6CAA6C;IAC7C,8FAAqC,CAAA;IACrC,2CAA2C;IAC3C,gGAAuC,CAAA;IACvC,yCAAyC;IACzC,sGAA6C,CAAA;IAC7C,4BAA4B;IAC5B,4GAAmD,CAAA;IACnD,yCAAyC;IACzC,oHAA2D,CAAA;IAC3D,uCAAuC;IACvC,wGAA+C,CAAA;IAC/C,iCAAiC;IACjC,4GAAmD,CAAA;IACnD,iCAAiC;IACjC,wFAA+B,CAAA;IAC/B,mCAAmC;IACnC,wFAA+B,CAAA;IAC/B,iCAAiC;IACjC,8EAAqB,CAAA;IACrB,0BAA0B;IAC1B,wFAA+B,CAAA;IAC/B,iCAAiC;IACjC,oFAA2B,CAAA;IAC3B,mCAAmC;IACnC,8EAAqB,CAAA;IACrB,4BAA4B;IAC5B,4FAAmC,CAAA;IACnC,yBAAyB;IACzB,sFAA6B,CAAA;IAC7B,gCAAgC;IAChC,wFAA+B,CAAA;IAC/B,yBAAyB;IACzB,oFAA2B,CAAA;IAC3B,0BAA0B;IAC1B,wFAA+B,CAAA;IAC/B,0BAA0B;IAC1B,wFAA+B,CAAA;IAC/B,4BAA4B;IAC5B,4FAAmC,CAAA;IACnC,2BAA2B;IAC3B,0FAAiC,CAAA;IACjC,sCAAsC;IACtC,8GAAqD,CAAA;IACrD,qBAAqB;IACrB,gFAAuB,CAAA;IACvB,+BAA+B;IAC/B,kGAAyC,CAAA;IACzC,kCAAkC;IAClC,wGAA+C,CAAA;IAC/C,sCAAsC;IACtC,kFAAyB,CAAA;IACzB,uCAAuC;IACvC,gHAAuD,CAAA;IACvD,yCAAyC;IACzC,oHAA2D,CAAA;IAC3D,iCAAiC;IACjC,sGAA6C,CAAA;IAC7C,yCAAyC;IACzC,oGAA2C,CAAA;IAC3C,+BAA+B;IAC/B,kGAAyC,CAAA;IACzC,iCAAiC;IACjC,oGAA2C,CAAA;IAC3C,iCAAiC;IACjC,oGAA2C,CAAA;IAC3C,2BAA2B;IAC3B,4FAAmC,CAAA;IACnC,uBAAuB;IACvB,oFAA2B,CAAA;IAC3B,yCAAyC;IACzC,kGAAyC,CAAA;IACzC,qBAAqB;IACrB,gFAAuB,CAAA;IACvB,4BAA4B;IAC5B,oFAA2B,CAAA;IAC3B,gEAAgE;IAChE,gGAAuC,CAAA;IACvC,cAAc;IACd,oEAAW,CAAA;AACb,CAAC,EAzHW,qDAAqD,KAArD,qDAAqD,QAyHhE;AAsED,MAAM,UAAU,wCAAwC,CACtD,MAAwC;IAExC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,MAAwC;IAExC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qCAAqC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,QAAQ,IAAI,CAAC,UAAU,EAAE,CAAC;QACxB,KAAK,iBAAiB;YACpB,OAAO,6CAA6C,CAClD,IAA2C,CAC5C,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,8CAA8C,CACnD,IAA4C,CAC7C,CAAC;QAEJ,KAAK,aAAa;YAChB,OAAO,yCAAyC,CAAC,IAAuC,CAAC,CAAC;QAE5F;YACE,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,QAAQ,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;QAC3B,KAAK,iBAAiB;YACpB,OAAO,+CAA+C,CACpD,IAA2C,CAC5C,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,gDAAgD,CACrD,IAA4C,CAC7C,CAAC;QAEJ,KAAK,aAAa;YAChB,OAAO,2CAA2C,CAAC,IAAuC,CAAC,CAAC;QAE9F;YACE,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC;AACH,CAAC;AAED,8CAA8C;AAC9C,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,oCAAoC;IACpC,wDAAqC,CAAA;IACrC,kCAAkC;IAClC,8CAA2B,CAAA;IAC3B,uCAAuC;IACvC,sDAAmC,CAAA;AACrC,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAoBD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AACpE,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1F,CAAC;AACJ,CAAC;AAED,mCAAmC;AACnC,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,oBAAoB;IACpB,sCAAa,CAAA;IACb,sBAAsB;IACtB,0CAAiB,CAAA;IACjB,mBAAmB;IACnB,oCAAW,CAAA;IACX,6BAA6B;IAC7B,wDAA+B,CAAA;AACjC,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AAcD,iCAAiC;AACjC,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,6DAA6D;IAC7D,kCAAW,CAAA;IACX,gDAAgD;IAChD,wCAAiB,CAAA;IACjB,4BAA4B;IAC5B,wCAAiB,CAAA;AACnB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,yCAAyC;AACzC,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,+CAA+C;IAC/C,4DAA6B,CAAA;IAC7B,iCAAiC;IACjC,4DAA6B,CAAA;IAC7B,mCAAmC;IACnC,gEAAiC,CAAA;IACjC,kCAAkC;IAClC,8DAA+B,CAAA;AACjC,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,iCASX;AATD,WAAY,iCAAiC;IAC3C,oDAAoD;IACpD,8EAAyC,CAAA;IACzC,wDAAwD;IACxD,oFAA+C,CAAA;IAC/C,sDAAsD;IACtD,gFAA2C,CAAA;IAC3C,gDAAgD;IAChD,sEAAiC,CAAA;AACnC,CAAC,EATW,iCAAiC,KAAjC,iCAAiC,QAS5C;AA4BD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,qDAAqD;AACrD,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,qCAAqC;IACrC,qCAAmB,CAAA;IACnB,yCAAyC;IACzC,+BAAa,CAAA;IACb,0CAA0C;IAC1C,iCAAe,CAAA;AACjB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAC1C,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,4BAA4B;AAC5B,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,uCAAuC;IACvC,uCAAa,CAAA;IACb,gDAAgD;IAChD,uDAA6B,CAAA;AAC/B,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAmBD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA6B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,MAA6B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC;AAgDD,MAAM,UAAU,kBAAkB,CAAC,IAAc;IAC/C,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,OAAO;YACP,aAAa;YACb,UAAU;YACV,QAAQ;YACR,gBAAgB;YAChB,sBAAsB;YACtB,uBAAuB;YACvB,OAAO;YACP,QAAQ;YACR,sBAAsB;YACtB,qBAAqB;YACrB,iBAAiB;SAClB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC;QACvC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA8CD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACvF,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,WAAW,EAAE;QAC9C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,WAAW,EAAE;QAC7C,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzF,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC9D,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,yBAAyB,CAAC,KAAsB;IAC9D,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,yBAAyB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAuB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAuB;IAC/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC,EAAE,CAAC;AAC1F,CAAC;AAQD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AA8DD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAwDD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6DAA6D,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC5F,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACnF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC/F,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,0CAA0C;AAC1C,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,mDAAmD;IACnD,2CAAmB,CAAA;IACnB,gGAAgG;IAChG,mCAAW,CAAA;IACX,gEAAgE;IAChE,qCAAa,CAAA;AACf,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,MAAM,UAAU,6DAA6D,CAC3E,MAA2D;IAE3D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wDAAwD,CAAC,IAAI,CAAC,CAAC;IACxE,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,wDAAwD,CACtE,IAAS;IAET,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,wIAAwI;AACxI,MAAM,CAAN,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,4FAA4F;IAC5F,6DAA+B,CAAA;IAC/B,0DAA0D;IAC1D,qDAAuB,CAAA;IACvB,+IAA+I;IAC/I,mDAAqB,CAAA;IACrB,+CAA+C;IAC/C,6CAAe,CAAA;AACjB,CAAC,EATW,0BAA0B,KAA1B,0BAA0B,QASrC;AAcD,+BAA+B;AAC/B,MAAM,CAAN,IAAY,oBA6BX;AA7BD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,2CAAmB,CAAA;IACnB,4UAA4U;IAC5U,2CAAmB,CAAA;IACnB,iSAAiS;IACjS,qDAA6B,CAAA;IAC7B,+XAA+X;IAC/X,mDAA2B,CAAA;IAC3B,kdAAkd;IACld,mEAA2C,CAAA;IAC3C,oRAAoR;IACpR,yDAAiC,CAAA;IACjC,oeAAoe;IACpe,6DAAqC,CAAA;IACrC,wcAAwc;IACxc,+CAAuB,CAAA;IACvB,ykBAAykB;IACzkB,2DAAmC,CAAA;IACnC,oPAAoP;IACpP,+CAAuB,CAAA;IACvB,8QAA8Q;IAC9Q,iDAAyB,CAAA;IACzB,wQAAwQ;IACxQ,qDAA6B,CAAA;IAC7B,sIAAsI;IACtI,+DAAuC,CAAA;IACvC,gTAAgT;IAChT,yCAAiB,CAAA;AACnB,CAAC,EA7BW,oBAAoB,KAApB,oBAAoB,QA6B/B;AAwBD,yCAAyC;AACzC,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,uCAAmB,CAAA;IACnB,gBAAgB;IAChB,+BAAW,CAAA;IACX,kCAAkC;IAClC,yCAAqB,CAAA;IACrB,wCAAwC;IACxC,2CAAuB,CAAA;IACvB,6BAA6B;IAC7B,6CAAyB,CAAA;AAC3B,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAuBD,MAAM,UAAU,gCAAgC,CAAC,KAA6B;IAC5E,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,kBAAkB,CAAC,IAAS;IAC1C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,eAAe;YAClB,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,UAAU;YACb,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,SAAS;YACZ,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,eAAe;YAClB,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE,KAAK,kBAAkB;YACrB,OAAO,kCAAkC,CAAC,IAA8B,CAAC,CAAC;QAE5E,KAAK,eAAe;YAClB,OAAO,qBAAqB,CAAC,IAAiB,CAAC,CAAC;QAElD,KAAK,MAAM;YACT,OAAO,sBAAsB,CAAC,IAAkB,CAAC,CAAC;QAEpD,KAAK,UAAU;YACb,OAAO,0BAA0B,CAAC,IAAsB,CAAC,CAAC;QAE5D,KAAK,MAAM;YACT,OAAO,sBAAsB,CAAC,IAAkB,CAAC,CAAC;QAEpD,KAAK,WAAW;YACd,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,IAAI;YACP,OAAO,oBAAoB,CAAC,IAAgB,CAAC,CAAC;QAEhD,KAAK,SAAS;YACZ,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,aAAa;YAChB,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,aAAa;YAChB,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,SAAS;YACZ,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,SAAS;YACZ,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,aAAa;YAChB,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,eAAe;YAClB,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE,KAAK,eAAe;YAClB,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE,KAAK,gBAAgB;YACnB,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE,KAAK,KAAK;YACR,OAAO,qBAAqB,CAAC,IAAiB,CAAC,CAAC;QAElD,KAAK,KAAK;YACR,OAAO,qBAAqB,CAAC,IAAiB,CAAC,CAAC;QAElD;YACE,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;AACH,CAAC;AAED,6BAA6B;AAC7B,MAAM,CAAN,IAAY,mBA6CX;AA7CD,WAAY,mBAAmB;IAC7B,+CAA+C;IAC/C,0CAAmB,CAAA;IACnB,4CAA4C;IAC5C,oCAAa,CAAA;IACb,4CAA4C;IAC5C,oCAAa,CAAA;IACb,sDAAsD;IACtD,sDAA+B,CAAA;IAC/B,yDAAyD;IACzD,4DAAqC,CAAA;IACrC,sDAAsD;IACtD,sDAA+B,CAAA;IAC/B,iDAAiD;IACjD,4CAAqB,CAAA;IACrB,0CAA0C;IAC1C,gCAAS,CAAA;IACT,+CAA+C;IAC/C,0CAAmB,CAAA;IACnB,+CAA+C;IAC/C,0CAAmB,CAAA;IACnB,oDAAoD;IACpD,kDAA2B,CAAA;IAC3B,sDAAsD;IACtD,sDAA+B,CAAA;IAC/B,sDAAsD;IACtD,sDAA+B,CAAA;IAC/B,2CAA2C;IAC3C,kCAAW,CAAA;IACX,kDAAkD;IAClD,8CAAuB,CAAA;IACvB,sDAAsD;IACtD,sDAA+B,CAAA;IAC/B,gDAAgD;IAChD,4CAAqB,CAAA;IACrB,oDAAoD;IACpD,kDAA2B,CAAA;IAC3B,oDAAoD;IACpD,kDAA2B,CAAA;IAC3B,+CAA+C;IAC/C,0CAAmB,CAAA;IACnB,uDAAuD;IACvD,wDAAiC,CAAA;IACjC,yDAAyD;IACzD,kCAAW,CAAA;AACb,CAAC,EA7CW,mBAAmB,KAAnB,mBAAmB,QA6C9B;AAgED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACnD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,kBAAkB,CAAC,IAAc;IAC/C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAoCD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3D,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,+BAA+B;AAC/B,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,6BAA6B;IAC7B,6CAAmB,CAAA;IACnB,oBAAoB;IACpB,qCAAW,CAAA;IACX,qBAAqB;IACrB,uCAAa,CAAA;IACb,uBAAuB;IACvB,2CAAiB,CAAA;IACjB,oCAAoC;IACpC,+CAAqB,CAAA;AACvB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AA2CD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3D,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAuED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AA8DD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACnE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAClC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAiC;IACnF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAkBD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,8EAA8E;AAC9E,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,8BAA8B;IAC9B,4CAAmB,CAAA;IACnB,UAAU;IACV,oCAAW,CAAA;IACX,aAAa;IACb,0CAAiB,CAAA;IACjB,WAAW;IACX,sCAAa,CAAA;AACf,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AA8BD,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1F,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;KAC7D,CAAC;AACJ,CAAC;AA0CD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAoCD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAC3C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AA8DD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAwDD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACd,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC1B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvF,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC3C,CAAC;AACJ,CAAC;AAED,8CAA8C;AAC9C,MAAM,CAAN,IAAY,0BASX;AATD,WAAY,0BAA0B;IACpC,cAAc;IACd,iDAAmB,CAAA;IACnB,cAAc;IACd,iDAAmB,CAAA;IACnB,eAAe;IACf,mDAAqB,CAAA;IACrB,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EATW,0BAA0B,KAA1B,0BAA0B,QASrC;AA6CD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAmBD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAED,4CAA4C;AAC5C,MAAM,CAAN,IAAY,iBAqBX;AArBD,WAAY,iBAAiB;IAC3B,yBAAyB;IACzB,4DAAuC,CAAA;IACvC,wBAAwB;IACxB,0DAAqC,CAAA;IACrC,0BAA0B;IAC1B,8DAAyC,CAAA;IACzC,iBAAiB;IACjB,6CAAwB,CAAA;IACxB,uCAAuC;IACvC,sFAAiE,CAAA;IACjE,4BAA4B;IAC5B,kEAA6C,CAAA;IAC7C,+BAA+B;IAC/B,wEAAmD,CAAA;IACnD,4BAA4B;IAC5B,kEAA6C,CAAA;IAC7C,aAAa;IACb,qCAAgB,CAAA;IAChB,wBAAwB;IACxB,0DAAqC,CAAA;AACvC,CAAC,EArBW,iBAAiB,KAAjB,iBAAiB,QAqB5B;AAsCD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,mIAAmI;AACnI,MAAM,CAAN,IAAY,sBAiBX;AAjBD,WAAY,sBAAsB;IAChC,WAAW;IACX,uCAAa,CAAA;IACb,yBAAyB;IACzB,6CAAmB,CAAA;IACnB,wBAAwB;IACxB,2CAAiB,CAAA;IACjB,8BAA8B;IAC9B,uDAA6B,CAAA;IAC7B,wBAAwB;IACxB,2CAAiB,CAAA;IACjB,uBAAuB;IACvB,yCAAe,CAAA;IACf,6BAA6B;IAC7B,qDAA2B,CAAA;IAC3B,uBAAuB;IACvB,yCAAe,CAAA;AACjB,CAAC,EAjBW,sBAAsB,KAAtB,sBAAsB,QAiBjC;AAkCD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC/F,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2CAA2C,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAwCD,MAAM,UAAU,kBAAkB,CAAC,IAAc;IAC/C,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,SAAS;YACT,WAAW;YACX,aAAa;YACb,QAAQ;YACR,OAAO;YACP,OAAO;YACP,aAAa;YACb,SAAS;YACT,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,gBAAgB;YAChB,SAAS;YACT,YAAY;SACb,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC;QACvC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAsCD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QACnF,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACxC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,WAAW,EAAE;QAC/F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAChD,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACjE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAClD,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,MAAiC;IACjF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAiC;IACnF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,yBAAyB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAuB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAuB;IAC/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAOD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,cAAc;YACjB,OAAO,yCAAyC,CAAC,IAAuC,CAAC,CAAC;QAE5F;YACE,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,cAAc;YACjB,OAAO,2CAA2C,CAAC,IAAuC,CAAC,CAAC;QAE9F;YACE,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;AACH,CAAC;AAED,iDAAiD;AACjD,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,mBAAmB;IACnB,iEAA6B,CAAA;AAC/B,CAAC,EAHW,gCAAgC,KAAhC,gCAAgC,QAG3C;AAyBD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,gBAAgB;YAChB,iBAAiB;YACjB,mBAAmB;YACnB,mBAAmB;SACpB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChF,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,mDAAmD,CACjE,IAA+C;IAE/C,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACxC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE;QACzC,iBAAiB,EAAE,uCAAuC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACrF,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qDAAqD,CACnE,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,iBAAiB,EAAE,yCAAyC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvF,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAiCD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,YAAY,EAAE,yBAAyB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC7D,SAAS,EAAE,gCAAgC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9D,oBAAoB,EAAE,oCAAoC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACpE,WAAW,EAAE,yCAAyC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC3E,gBAAgB,EAAE,8BAA8B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1E,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,YAAY,EAAE,2BAA2B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC/D,SAAS,EAAE,kCAAkC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChE,oBAAoB,EAAE,sCAAsC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACtE,WAAW,EAAE,2CAA2C,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC7E,gBAAgB,EAAE,gCAAgC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC5E,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAyB;IACjE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAAyB;IACnE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAeD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,MAAgC;IAC/E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,MAAgC;IACjF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,6BAA6B,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;AACL,CAAC;AAaD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,CAAC;AACtF,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAoC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAoC;IAEpC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAaD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,mDAAmD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACjF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,MAAmD;IAEnD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8CAA8C,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qDAAqD,CACnE,MAAmD;IAEnD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gDAAgD,CAAC,IAAI,CAAC,CAAC;IAChE,CAAC,CAAC,CAAC;AACL,CAAC;AAsBD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,6CAA6C,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAChG,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,+CAA+C,CAClE,IAAI,CAAC,qBAAqB,CAAC,CAC5B;KACF,CAAC;AACJ,CAAC;AAED,sGAAsG;AACtG,MAAM,CAAN,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,mBAAmB;IACnB,8DAA6B,CAAA;IAC7B,oBAAoB;IACpB,gEAA+B,CAAA;IAC/B,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EAPW,6BAA6B,KAA7B,6BAA6B,QAOxC;AA4BD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAsC;IAEtC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,wCAAwC,CACtD,MAAsC;IAEtC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA8B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAiBD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC/D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjE,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChE,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,wDAAwD,CACtE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,6CAA6C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,MAA2C;IAE3C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,MAA2C;IAE3C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wCAAwC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA+BD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,sBAAsB;YACzB,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D,KAAK,6BAA6B;YAChC,OAAO,2BAA2B,CAAC,IAAyB,CAAC,CAAC;QAEhE,KAAK,+CAA+C;YAClD,OAAO,uDAAuD,CAC5D,IAAqD,CACtD,CAAC;QAEJ,KAAK,2BAA2B;YAC9B,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D,KAAK,+BAA+B;YAClC,OAAO,2BAA2B,CAAC,IAAyB,CAAC,CAAC;QAEhE,KAAK,qBAAqB;YACxB,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D,KAAK,6BAA6B;YAChC,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,qBAAqB;YACxB,OAAO,4BAA4B,CAAC,IAA0B,CAAC,CAAC;QAElE,KAAK,eAAe;YAClB,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,KAAK;YACR,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D,KAAK,2BAA2B;YAC9B,OAAO,2BAA2B,CAAC,IAAyB,CAAC,CAAC;QAEhE,KAAK,aAAa;YAChB,OAAO,kCAAkC,CAAC,IAAgC,CAAC,CAAC;QAE9E,KAAK,WAAW;YACd,OAAO,gCAAgC,CAAC,IAA8B,CAAC,CAAC;QAE1E,KAAK,uCAAuC;YAC1C,OAAO,4DAA4D,CACjE,IAA0D,CAC3D,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,uCAAuC,CAAC,IAAqC,CAAC,CAAC;QAExF,KAAK,eAAe;YAClB,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,cAAc;YACjB,OAAO,mCAAmC,CAAC,IAAiC,CAAC,CAAC;QAEhF,KAAK,WAAW;YACd,OAAO,gCAAgC,CAAC,IAA8B,CAAC,CAAC;QAE1E,KAAK,2CAA2C;YAC9C,OAAO,4BAA4B,CAAC,IAA0B,CAAC,CAAC;QAElE,KAAK,WAAW;YACd,OAAO,6BAA6B,CAAC,IAA2B,CAAC,CAAC;QAEpE,KAAK,oBAAoB;YACvB,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,yBAAyB;YAC5B,OAAO,8BAA8B,CAAC,IAA4B,CAAC,CAAC;QAEtE,KAAK,KAAK;YACR,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D,KAAK,WAAW;YACd,OAAO,iCAAiC,CAAC,IAA+B,CAAC,CAAC;QAE5E,KAAK,YAAY;YACf,OAAO,yCAAyC,CAAC,IAAuC,CAAC,CAAC;QAE5F;YACE,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;AACH,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,sBAAsB;YACzB,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE,KAAK,6BAA6B;YAChC,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,+CAA+C;YAClD,OAAO,yDAAyD,CAC9D,IAAqD,CACtD,CAAC;QAEJ,KAAK,2BAA2B;YAC9B,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE,KAAK,+BAA+B;YAClC,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,qBAAqB;YACxB,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE,KAAK,6BAA6B;YAChC,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,qBAAqB;YACxB,OAAO,8BAA8B,CAAC,IAA0B,CAAC,CAAC;QAEpE,KAAK,eAAe;YAClB,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,KAAK;YACR,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE,KAAK,2BAA2B;YAC9B,OAAO,6BAA6B,CAAC,IAAyB,CAAC,CAAC;QAElE,KAAK,aAAa;YAChB,OAAO,oCAAoC,CAAC,IAAgC,CAAC,CAAC;QAEhF,KAAK,WAAW;YACd,OAAO,kCAAkC,CAAC,IAA8B,CAAC,CAAC;QAE5E,KAAK,uCAAuC;YAC1C,OAAO,8DAA8D,CACnE,IAA0D,CAC3D,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,yCAAyC,CAAC,IAAqC,CAAC,CAAC;QAE1F,KAAK,eAAe;YAClB,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,cAAc;YACjB,OAAO,qCAAqC,CAAC,IAAiC,CAAC,CAAC;QAElF,KAAK,WAAW;YACd,OAAO,kCAAkC,CAAC,IAA8B,CAAC,CAAC;QAE5E,KAAK,2CAA2C;YAC9C,OAAO,8BAA8B,CAAC,IAA0B,CAAC,CAAC;QAEpE,KAAK,WAAW;YACd,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE,KAAK,oBAAoB;YACvB,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,yBAAyB;YAC5B,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE,KAAK,KAAK;YACR,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE,KAAK,WAAW;YACd,OAAO,mCAAmC,CAAC,IAA+B,CAAC,CAAC;QAE9E,KAAK,YAAY;YACf,OAAO,2CAA2C,CAAC,IAAuC,CAAC,CAAC;QAE9F;YACE,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;AACH,CAAC;AAED,qCAAqC;AACrC,MAAM,CAAN,IAAY,sBAmDX;AAnDD,WAAY,sBAAsB;IAChC,2BAA2B;IAC3B,uEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,qEAA2C,CAAA;IAC3C,gCAAgC;IAChC,iFAAuD,CAAA;IACvD,yBAAyB;IACzB,mEAAyC,CAAA;IACzC,8BAA8B;IAC9B,6EAAmD,CAAA;IACnD,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,uBAAuB;IACvB,+DAAqC,CAAA;IACrC,4CAA4C;IAC5C,yGAA+E,CAAA;IAC/E,oBAAoB;IACpB,yDAA+B,CAAA;IAC/B,kCAAkC;IAClC,qFAA2D,CAAA;IAC3D,0BAA0B;IAC1B,qEAA2C,CAAA;IAC3C,oCAAoC;IACpC,yFAA+D,CAAA;IAC/D,gDAAgD;IAChD,iHAAuF,CAAA;IACvF,kBAAkB;IAClB,qDAA2B,CAAA;IAC3B,gCAAgC;IAChC,iFAAuD,CAAA;IACvD,kCAAkC;IAClC,qFAA2D,CAAA;IAC3D,oDAAoD;IACpD,yHAA+F,CAAA;IAC/F,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,UAAU;IACV,qCAAW,CAAA;IACX,UAAU;IACV,qCAAW,CAAA;IACX,oBAAoB;IACpB,yDAA+B,CAAA;IAC/B,mBAAmB;IACnB,uDAA6B,CAAA;AAC/B,CAAC,EAnDW,sBAAsB,KAAtB,sBAAsB,QAmDjC;AA6CD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,MAAM,EAAE,qCAAqC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC;AAC3E,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,MAAM,EAAE,uCAAuC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,oEAAoE;AACpE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;AACvB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAsBD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,2BAA2B,EAAE,+DAA+D,CAC1F,IAAI,CAAC,6BAA6B,CAAC,CACpC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,2BAA2B,EAAE,iEAAiE,CAC5F,IAAI,CAAC,6BAA6B,CAAC,CACpC;KACF,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,+DAA+D,CAC7E,IAA2D;IAE3D,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,iEAAiE,CAC/E,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,uDAAuD,CACrE,IAAmD;IAEnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,UAAU;YACV,gBAAgB;YAChB,qBAAqB;YACrB,WAAW;SACZ,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kEAAkE,CAAC,IAAI,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yDAAyD,CACvE,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oEAAoE,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9F,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACpD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,SAAS,EAAE,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,SAAS,EAAE,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO,EAAE,SAAS,EAAE,oDAAoD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC;AAChG,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,SAAS,EAAE,sDAAsD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrF,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,oDAAoD,CAClE,IAAgD;IAEhD,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,mBAAmB,CAAC,CAAC;YACpF,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,mCAAmC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjE,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,qCAAqC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnE,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,SAAS,EAAE,4CAA4C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC1E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,SAAS,EAAE,8CAA8C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACpC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACpC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,oCAAoC;AACpC,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,oCAAoC;IACpC,mFAA+D,CAAA;IAC/D,mCAAmC;IACnC,iFAA6D,CAAA;AAC/D,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAsBD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;YACrE,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9D,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;YACjE,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,+CAA+C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO,EAAE,IAAI,EAAE,iDAAiD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AACnF,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,mDAAmD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,kBAAkB,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;YAC7F,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC;KAClD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,qCAAqC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO,EAAE,IAAI,EAAE,yCAAyC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AAC3E,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,2CAA2C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,yBAAyB;YACzB,MAAM;YACN,SAAS;YACT,WAAW;YACX,UAAU;YACV,UAAU;YACV,UAAU;YACV,QAAQ;YACR,iBAAiB;SAClB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,4BAA4B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAChD,OAAO,EAAE,oCAAoC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC9D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC9F,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC9D,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,8BAA8B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAClD,OAAO,EAAE,sCAAsC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAChE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACnD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChE,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC/E;KACN,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAiBD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,QAAQ;YACX,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,IAAoB,CAAC,CAAC;QAEtD,KAAK,OAAO;YACV,OAAO,wBAAwB,CAAC,IAAsB,CAAC,CAAC;QAE1D,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,IAAoB,CAAC,CAAC;QAEtD,KAAK,YAAY;YACf,OAAO,iCAAiC,CAAC,IAA+B,CAAC,CAAC;QAE5E,KAAK,QAAQ;YACX,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,MAAM;YACT,OAAO,uBAAuB,CAAC,IAAqB,CAAC,CAAC;QAExD,KAAK,UAAU;YACb,OAAO,sBAAsB,CAAC,IAAoB,CAAC,CAAC;QAEtD,KAAK,QAAQ;YACX,OAAO,oBAAoB,CAAC,IAAkB,CAAC,CAAC;QAElD,KAAK,QAAQ;YACX,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,SAAS;YACZ,OAAO,0BAA0B,CAAC,IAAwB,CAAC,CAAC;QAE9D;YACE,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;AACH,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,QAAQ;YACX,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,KAAK;YACR,OAAO,wBAAwB,CAAC,IAAoB,CAAC,CAAC;QAExD,KAAK,OAAO;YACV,OAAO,0BAA0B,CAAC,IAAsB,CAAC,CAAC;QAE5D,KAAK,KAAK;YACR,OAAO,wBAAwB,CAAC,IAAoB,CAAC,CAAC;QAExD,KAAK,YAAY;YACf,OAAO,mCAAmC,CAAC,IAA+B,CAAC,CAAC;QAE9E,KAAK,QAAQ;YACX,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,MAAM;YACT,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,UAAU;YACb,OAAO,wBAAwB,CAAC,IAAoB,CAAC,CAAC;QAExD,KAAK,QAAQ;YACX,OAAO,sBAAsB,CAAC,IAAkB,CAAC,CAAC;QAEpD,KAAK,QAAQ;YACX,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,SAAS;YACZ,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE;YACE,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;AACH,CAAC;AAED,qBAAqB;AACrB,MAAM,CAAN,IAAY,gBAuBX;AAvBD,WAAY,gBAAgB;IAC1B,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;IACjB,aAAa;IACb,qCAAiB,CAAA;IACjB,UAAU;IACV,+BAAW,CAAA;IACX,UAAU;IACV,+BAAW,CAAA;IACX,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;IACjB,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,aAAa;IACb,qCAAiB,CAAA;IACjB,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EAvBW,gBAAgB,KAAhB,gBAAgB,QAuB3B;AAmCD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC1F,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,+BAA+B,EAAE,IAAI,CAAC,iCAAiC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACjF;QACL,+BAA+B,EAAE,CAAC,IAAI,CAAC,iCAAiC,CAAC;YACvE,CAAC,CAAC,IAAI,CAAC,iCAAiC,CAAC;YACzC,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iCAAiC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACrF,CAAC;gBACD,CAAC;aACF,CAAC,CACH;KACN,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,QAAQ,EAAE,MAAM,CAAC,WAAW,CAC1B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACxE;QACD,QAAQ,EAAE,MAAM,CAAC,WAAW,CAC1B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACxE;QACD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC/E;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC9F,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAsCD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,4BAA4B,EAAE,IAAI,CAAC,8BAA8B,CAAC;QAClE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,4BAA4B,EAAE,IAAI,CAAC,8BAA8B,CAAC;QAClE,oCAAoC,EAAE,IAAI,CAAC,sCAAsC,CAAC;QAClF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACpF;QACL,4BAA4B,EAAE,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACjE,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACtC,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBAClF,CAAC;gBACD,CAAC;aACF,CAAC,CACH;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,4BAA4B,EAAE,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACjE,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACtC,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBAClF,CAAC;gBACD,CAAC;aACF,CAAC,CACH;QACL,oCAAoC,EAAE,CAAC,IAAI,CAAC,sCAAsC,CAAC;YACjF,CAAC,CAAC,IAAI,CAAC,sCAAsC,CAAC;YAC9C,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sCAAsC,CAAC,CAAC,CAAC,GAAG,CAC9D,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAClC,CACF;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;KAC/C,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC,WAAW,CAC1B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACxE;QACD,QAAQ,EAAE,MAAM,CAAC,WAAW,CAC1B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACxE;QACD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC/E;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC9F,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;KACvD,CAAC;AACJ,CAAC;AAsCD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,8BAA8B,EAAE,IAAI,CAAC,gCAAgC,CAAC;QACtE,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC9F,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC/E;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,8BAA8B,EAAE,IAAI,CAAC,gCAAgC,CAAC;QACtE,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,0CAA0C;AAC1C,MAAM,CAAN,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,UAAU;IACV,kCAAW,CAAA;IACX,WAAW;IACX,oCAAa,CAAA;IACb,UAAU;IACV,kCAAW,CAAA;IACX,aAAa;IACb,wCAAiB,CAAA;AACnB,CAAC,EATW,mBAAmB,KAAnB,mBAAmB,QAS9B;AAwBD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,qBAAqB;AACrB,MAAM,CAAN,IAAY,mCAeX;AAfD,WAAY,mCAAmC;IAC7C,iBAAiB;IACjB,gEAAyB,CAAA;IACzB,oBAAoB;IACpB,sEAA+B,CAAA;IAC/B,kBAAkB;IAClB,kEAA2B,CAAA;IAC3B,sBAAsB;IACtB,0EAAmC,CAAA;IACnC,2BAA2B;IAC3B,oFAA6C,CAAA;IAC7C,aAAa;IACb,wDAAiB,CAAA;IACjB,uBAAuB;IACvB,4EAAqC,CAAA;AACvC,CAAC,EAfW,mCAAmC,KAAnC,mCAAmC,QAe9C;AA+BD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,yBAAyB;YACzB,MAAM;YACN,SAAS;YACT,WAAW;SACZ,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,2BAA2B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,EAAE,8BAA8B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAClD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,6BAA6B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACjD,OAAO,EAAE,gCAAgC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACpD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;KAC/D,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAC1D,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAC1D,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,MAAM,EAAE,qCAAqC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC7D,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,MAAM,EAAE,uCAAuC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC/D,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC;KACxD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO;QACL,wBAAwB,EAAE,mEAAmE,CAC3F,IAAI,CAAC,0BAA0B,CAAC,CACjC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,wBAAwB,EAAE,qEAAqE,CAC7F,IAAI,CAAC,0BAA0B,CAAC,CACjC;KACF,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,mEAAmE,CACjF,IAA+D;IAE/D,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,qEAAqE,CACnF,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC;KACtD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,4DAA4D,CAC1E,IAAwD;IAExD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,uEAAuE,CAAC,IAAI,CAAC;KAClF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8DAA8D,CAC5E,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yEAAyE,CACvE,IAAI,CAAC,YAAY,CAAC,CACnB,CAAC;KACP,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,sEAAsE,CACpF,IAAkE;IAElE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,iEAAiE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAChG,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wEAAwE,CACtF,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,mEAAmE,CAC5E,IAAI,CAAC,WAAW,CAAC,CAClB;KACF,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,iEAAiE,CAC/E,IAA6D;IAE7D,OAAO;QACL,IAAI,EAAE,qEAAqE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mEAAmE,CACjF,IAAS;IAET,OAAO;QACL,IAAI,EAAE,uEAAuE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5F,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,qEAAqE,CACnF,IAAiE;IAEjE,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,4CAA4C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,8CAA8C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO,EAAE,IAAI,EAAE,gDAAgD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AAClF,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,kDAAkD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,IAAI,EAAE,6CAA6C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,+CAA+C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,UAAU;YACV,yBAAyB;YACzB,YAAY;YACZ,WAAW;YACX,WAAW;SACZ,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjD,SAAS,EAAE,wCAAwC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnD,SAAS,EAAE,0CAA0C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,IAAI,EAAE,4CAA4C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AAC9E,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,8CAA8C,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC;KACtD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC;KAClD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;YAC/D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,wCAAwC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,QAAQ,EAAE,8CAA8C,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1E,UAAU,EAAE,gDAAgD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAChF,KAAK,EAAE,2CAA2C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,QAAQ,EAAE,gDAAgD,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC5E,UAAU,EAAE,kDAAkD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAClF,KAAK,EAAE,6CAA6C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,mBAAmB,EAAE,WAAW,CAAC,CAAC;YACpF,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,WAAW,EAAE;QAC3C,SAAS,EAAE,kCAAkC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvC,SAAS,EAAE,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO,EAAE,UAAU,EAAE,4CAA4C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC;AAC1F,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,UAAU,EAAE,8CAA8C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,UAAU;YACV,aAAa;YACb,cAAc;YACd,aAAa;YACb,cAAc;YACd,UAAU;YACV,UAAU;YACV,qBAAqB;YACrB,kBAAkB;YAClB,WAAW;SACZ,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC;KACpD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,WAAW,EAAE;QAC7C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAED,kDAAkD;AAClD,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,oBAAoB;IACpB,oDAA2B,CAAA;IAC3B,mBAAmB;IACnB,kDAAyB,CAAA;IACzB,iBAAiB;IACjB,8CAAqB,CAAA;AACvB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAmBD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,WAAW,EAAE,kDAAkD,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,EAAE,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,WAAW,EAAE,oDAAoD,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KACvF,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,kDAAkD,CAChE,IAA8C;IAE9C,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;YACrE,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9D,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,mBAAmB,CAAC,CAAC;YAC3D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,YAAY,EAAE,kEAAkE,CAC9E,IAAI,CAAC,cAAc,CAAC,CACrB;QACD,aAAa,EAAE,mEAAmE,CAChF,IAAI,CAAC,eAAe,CAAC,CACtB;QACD,SAAS,EAAE,+DAA+D,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC7F,oBAAoB,EAClB,0EAA0E,CACxE,IAAI,CAAC,sBAAsB,CAAC,CAC7B;QACH,YAAY,EAAE,sBAAsB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,WAAW,EAAE,qBAAqB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvD,gBAAgB,EAAE,sEAAsE,CACtF,IAAI,CAAC,kBAAkB,CAAC,CACzB;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,YAAY,EAAE,oEAAoE,CAChF,IAAI,CAAC,cAAc,CAAC,CACrB;QACD,aAAa,EAAE,qEAAqE,CAClF,IAAI,CAAC,eAAe,CAAC,CACtB;QACD,SAAS,EAAE,iEAAiE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/F,oBAAoB,EAClB,4EAA4E,CAC1E,IAAI,CAAC,sBAAsB,CAAC,CAC7B;QACH,YAAY,EAAE,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5D,WAAW,EAAE,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACzD,gBAAgB,EAAE,wEAAwE,CACxF,IAAI,CAAC,kBAAkB,CAAC,CACzB;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kEAAkE,CAChF,MAAkE;IAElE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,6DAA6D,CAAC,IAAI,CAAC,CAAC;IAC7E,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oEAAoE,CAClF,MAAkE;IAElE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+DAA+D,CAAC,IAAI,CAAC,CAAC;IAC/E,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,6DAA6D,CAC3E,IAAyD;IAEzD,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,+DAA+D,CAC7E,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mEAAmE,CACjF,MAAmE;IAEnE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8DAA8D,CAAC,IAAI,CAAC,CAAC;IAC9E,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qEAAqE,CACnF,MAAmE;IAEnE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gEAAgE,CAAC,IAAI,CAAC,CAAC;IAChF,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,8DAA8D,CAC5E,IAA0D;IAE1D,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AACpE,CAAC;AAED,MAAM,UAAU,gEAAgE,CAC9E,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+DAA+D,CAC7E,MAA+D;IAE/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0DAA0D,CAAC,IAAI,CAAC,CAAC;IAC1E,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iEAAiE,CAC/E,MAA+D;IAE/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4DAA4D,CAAC,IAAI,CAAC,CAAC;IAC5E,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,0DAA0D,CACxE,IAAsD;IAEtD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,CAAC;AACtF,CAAC;AAED,MAAM,UAAU,4DAA4D,CAC1E,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0EAA0E,CACxF,MAA0E;IAE1E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qEAAqE,CAAC,IAAI,CAAC,CAAC;IACrF,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,4EAA4E,CAC1F,MAA0E;IAE1E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uEAAuE,CAAC,IAAI,CAAC,CAAC;IACvF,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,qEAAqE,CACnF,IAAiE;IAEjE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qBAAqB,CAAC,IAAiB;IACrD,OAAO;QACL,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC5E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC3D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC9E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2CAA2C,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sEAAsE,CACpF,MAAsE;IAEtE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iEAAiE,CAAC,IAAI,CAAC,CAAC;IACjF,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,wEAAwE,CACtF,MAAsE;IAEtE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mEAAmE,CAAC,IAAI,CAAC,CAAC;IACnF,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,iEAAiE,CAC/E,IAA6D;IAE7D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mEAAmE,CACjF,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC;YAC5E,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC5E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC9E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC9E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAChF,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,kDAAkD,CAChE,IAA8C;IAE9C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,IAAI,EAAE,gDAAgD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACpE,OAAO,EAAE,mDAAmD,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACtE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,IAAI,EAAE,kDAAkD,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACtE,OAAO,EAAE,qDAAqD,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC/E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACxE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,oCAAoC,EAAE,IAAI,CAAC,sCAAsC,CAAC;QAClF,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,4BAA4B,EAAE,IAAI,CAAC,8BAA8B,CAAC;QAClE,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,oCAAoC,EAAE,IAAI,CAAC,sCAAsC,CAAC;QAClF,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,4BAA4B,EAAE,IAAI,CAAC,8BAA8B,CAAC;QAClE,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,mDAAmD,CACjE,IAA+C;IAE/C,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qDAAqD,CACnE,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,kDAAkD,CAChE,IAA8C;IAE9C,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,2BAA2B,EAAE,IAAI,CAAC,6BAA6B,CAAC;QAChE,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,sCAAsC,EAAE,IAAI,CAAC,wCAAwC,CAAC;QACtF,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,2BAA2B,EAAE,IAAI,CAAC,6BAA6B,CAAC;QAChE,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,sCAAsC,EAAE,IAAI,CAAC,wCAAwC,CAAC;QACtF,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC3C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACtD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC3C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAClG,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AACpE,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,CAAC;AACtF,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;KACrD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,2BAA2B;AAC3B,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,uBAAuB;IACvB,8DAAqC,CAAA;AACvC,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC;AAyBD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,oBAAoB;AACpB,MAAM,CAAN,IAAY,iBAaX;AAbD,WAAY,iBAAiB;IAC3B,8CAA8C;IAC9C,sGAAiF,CAAA;IACjF,+CAA+C;IAC/C,wGAAmF,CAAA;IACnF,2DAA2D;IAC3D,+HAA0G,CAAA;IAC1G,0CAA0C;IAC1C,8FAAyE,CAAA;IACzE,0DAA0D;IAC1D,6HAAwG,CAAA;IACxG,gDAAgD;IAChD,0GAAqF,CAAA;AACvF,CAAC,EAbW,iBAAiB,KAAjB,iBAAiB,QAa5B;AAgBD,gCAAgC;AAChC,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,oBAAoB;IACpB,+DAA+B,CAAA;IAC/B,mBAAmB;IACnB,6DAA6B,CAAA;IAC7B,gBAAgB;IAChB,uDAAuB,CAAA;AACzB,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAyBD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,iBAAiB,CAAC,IAAa;IAC7C,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,IAAS;IAC3C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAClE,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4CAA4C,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC,CAAC,CAAC;AACL,CAAC;AAKD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChE,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChE,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,8BAA8B;AAC9B,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,mDAA+B,CAAA;IAC/B,4BAA4B;IAC5B,mEAA+C,CAAA;IAC/C,kBAAkB;IAClB,+CAA2B,CAAA;AAC7B,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAqBD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,mCAAmC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,MAAiC;IACjF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAiC;IACnF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AA2BD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,4BAA4B,EAAE,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACjE,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC;YACtC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAClD,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,oDAAoD;AACpD,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,YAAY;IACZ,uCAAe,CAAA;IACf,aAAa;IACb,yCAAiB,CAAA;IACjB,aAAa;IACb,yCAAiB,CAAA;AACnB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AA2BD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC;YACjD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC/D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAClF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA8B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAgBD,MAAM,UAAU,kBAAkB,CAAC,IAAc;IAC/C,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,mBAAmB,CAAC,CAAC;YAC3D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC;QACvC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO,EAAE,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC,EAAE,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,yBAAyB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAuB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAuB;IAC/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAsBD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,UAAU,EAAE,iCAAiC,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACrF,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,mCAAmC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC1D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAoBD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC7F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,6BAA6B;AAC7B,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,iBAAiB;IACjB,sCAAW,CAAA;IACX,uBAAuB;IACvB,kDAAuB,CAAA;AACzB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAoBD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,KAAK,EAAE,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAA2B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA2B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,oBAAoB,CAAC,CAAC;YAC5D,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC;QACtD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACvE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;KAC/C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,KAAK,EAAE,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAsC;IAEtC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,wCAAwC,CACtD,MAAsC;IAEtC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAOD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,SAAS;YACZ,OAAO,4CAA4C,CACjD,IAA0C,CAC3C,CAAC;QAEJ;YACE,OAAO,oCAAoC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,SAAS;YACZ,OAAO,8CAA8C,CACnD,IAA0C,CAC3C,CAAC;QAEJ;YACE,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC;AACH,CAAC;AAED,iDAAiD;AACjD,MAAM,CAAN,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EAHW,oCAAoC,KAApC,oCAAoC,QAG/C;AA6CD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,aAAa;YACb,aAAa;YACb,SAAS;YACT,wBAAwB;YACxB,SAAS;YACT,YAAY;YACZ,gBAAgB;YAChB,0BAA0B;YAC1B,WAAW;YACX,gBAAgB;YAChB,mBAAmB;YACnB,wBAAwB;YACxB,sBAAsB;SACvB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC;KAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACnF,CAAC;AACJ,CAAC;AAkCD,MAAM,UAAU,sDAAsD,CACpE,IAAkD;IAElD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QACxF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wDAAwD,CACtE,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC1F,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,MAAoD;IAEpD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+CAA+C,CAAC,IAAI,CAAC,CAAC;IAC/D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,MAAoD;IAEpD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iDAAiD,CAAC,IAAI,CAAC,CAAC;IACjE,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,+CAA+C,CAC7D,IAA2C;IAE3C,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,qDAAqD;AACrD,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,iDAAiD;IACjD,gDAAyB,CAAA;IACzB,gDAAgD;IAChD,8CAAuB,CAAA;AACzB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAoBD,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,gDAAgD,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2CAA2C,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;AACL,CAAC;AAkCD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,UAAU,EAAE,kCAAkC,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACtF,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC3D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,UAAU,EAAE,oBAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACxD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACxD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,UAAU,EAAE,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1D,0BAA0B,EAAE,CAAC,IAAI,CAAC,4BAA4B,CAAC;YAC7D,CAAC,CAAC,IAAI,CAAC,4BAA4B,CAAC;YACpC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC;QAC9E,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1D,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QACtE,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAC1D,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,yCAAyC;AACzC,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,SAAS;IACT,yBAAS,CAAA;IACT,SAAS;IACT,yBAAS,CAAA;AACX,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,8BAA8B;AAC9B,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,kBAAkB;IAClB,4CAA2B,CAAA;AAC7B,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,iDAAiD;AACjD,MAAM,CAAN,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,mDAA+B,CAAA;IAC/B,qBAAqB;IACrB,qDAAiC,CAAA;IACjC,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,aAAa;IACb,qCAAiB,CAAA;IACjB,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EAbW,gBAAgB,KAAhB,gBAAgB,QAa3B;AA4BD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AACtF,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,WAAW,EAAE;KAC9C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1C,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,gDAAgD;AAChD,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,YAAY;IACZ,4CAAe,CAAA;IACf,UAAU;IACV,wCAAW,CAAA;IACX,UAAU;IACV,wCAAW,CAAA;AACb,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAuBD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,iBAAiB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC;AAC9F,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAClF,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAC9D,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,iBAAiB,CAAC,IAAa;IAC7C,OAAO,EAAE,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC,EAAE,CAAC;AAC9D,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,IAAS;IAC3C,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;QAC7C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,+DAA+D;AAC/D,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,cAAc;IACd,iDAAmB,CAAA;IACnB,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AA2BD,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,2CAA2C;AAC3C,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,kBAAkB;IAClB,kDAA0B,CAAA;IAC1B,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,aAAa;IACb,yCAAiB,CAAA;IACjB,gBAAgB;IAChB,+CAAuB,CAAA;AACzB,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,eAAe;IACf,8CAAqB,CAAA;IACrB,aAAa;IACb,0CAAiB,CAAA;AACnB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAqBD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,+BAA+B;AAC/B,MAAM,CAAN,IAAY,UAWX;AAXD,WAAY,UAAU;IACpB,gCAAgC;IAChC,+BAAiB,CAAA;IACjB,qCAAqC;IACrC,uCAAyB,CAAA;IACzB,yCAAyC;IACzC,qCAAuB,CAAA;IACvB,iDAAiD;IACjD,iDAAmC,CAAA;IACnC,uDAAuD;IACvD,qDAAuC,CAAA;AACzC,CAAC,EAXW,UAAU,KAAV,UAAU,QAWrB;AAuBD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO,EAAE,UAAU,EAAE,+CAA+C,CAAC,IAAI,CAAC,EAAE,CAAC;AAC/E,CAAC;AAkBD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,gBAAgB,EAAE,iDAAiD,CAAC,IAAI,CAAC,EAAE,CAAC;AACvF,CAAC;AAQD,MAAM,UAAU,mBAAmB,CAAC,IAAS;IAC3C,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACvF,CAAC;AACJ,CAAC;AAWD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC5F,CAAC;AACJ,CAAC;AAED,8BAA8B;AAC9B,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,kDAAkD;IAClD,8GAA0F,CAAA;IAC1F,yDAAyD;IACzD,4HAAwG,CAAA;IACxG,6DAA6D;IAC7D,oIAAgH,CAAA;IAChH,gDAAgD;IAChD,0GAAsF,CAAA;IACtF,wCAAwC;IACxC,0FAAsE,CAAA;AACxE,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAeD,MAAM,UAAU,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAoDD,MAAM,UAAU,mBAAmB,CAAC,IAAe;IACjD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,aAAa;YACb,aAAa;YACb,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,SAAS;YACT,SAAS;YACT,WAAW;YACX,WAAW;YACX,aAAa;YACb,eAAe;YACf,gBAAgB;YAChB,WAAW;YACX,QAAQ;YACR,iBAAiB;YACjB,UAAU;YACV,qBAAqB;YACrB,YAAY;YACZ,gBAAgB;YAChB,aAAa;YACb,cAAc;SACf,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC;QACxC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACzD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAkDD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,sCAAsC;AACtC,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,kCAAkC;IAClC,kCAAe,CAAA;IACf,qCAAqC;IACrC,gDAA6B,CAAA;AAC/B,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,0DAA0D;AAC1D,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAqBD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,KAAK,EAAE,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAChD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,MAAwB;IAC/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,MAAwB;IACjE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC,CAAC,CAAC;AACL,CAAC;AA4BD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,mBAAmB;YACnB,iBAAiB;YACjB,UAAU;YACV,WAAW;YACX,SAAS;YACT,SAAS;YACT,WAAW;YACX,WAAW;YACX,eAAe;YACf,eAAe;SAChB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC;QAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC7D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,kBAAkB;YACrB,OAAO,qCAAqC,CAAC,IAAiC,CAAC,CAAC;QAElF;YACE,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC;AACH,CAAC;AAED,wCAAwC;AACxC,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,uBAAuB;IACvB,kEAAqC,CAAA;AACvC,CAAC,EAHW,yBAAyB,KAAzB,yBAAyB,QAGpC;AAmBD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,KAAK,EAAE,sCAAsC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAoC;IAEpC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,KAAK,EAAE,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;KACpF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1D,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC7F,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,MAAyC;IAEzC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC/F,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACpF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;KACN,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAeD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,SAAS;YACZ,OAAO,4BAA4B,CAAC,IAAwB,CAAC,CAAC;QAEhE;YACE,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;AACH,CAAC;AAED,mCAAmC;AACnC,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,cAAc;IACd,2CAAmB,CAAA;IACnB,eAAe;IACf,6CAAqB,CAAA;AACvB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAqBD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAsBD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9E,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAClF,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACpF,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,wDAAwD,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;KACzF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,2EAA2E,CACzE,IAAI,CAAC,oBAAoB,CAAC,CAC3B;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,2EAA2E,CACzE,IAAI,CAAC,oBAAoB,CAAC,CAC3B;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2EAA2E,CACzF,MAAyE;IAEzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sEAAsE,CAAC,IAAI,CAAC,CAAC;IACtF,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,sEAAsE,CACpF,IAAS;IAET,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,4BAA4B;AAC5B,MAAM,CAAN,IAAY,eASX;AATD,WAAY,eAAe;IACzB,aAAa;IACb,oCAAiB,CAAA;IACjB,aAAa;IACb,oCAAiB,CAAA;IACjB,WAAW;IACX,gCAAa,CAAA;IACb,aAAa;IACb,oCAAiB,CAAA;AACnB,CAAC,EATW,eAAe,KAAf,eAAe,QAS1B;AAcD,MAAM,UAAU,2EAA2E,CACzF,MAAyE;IAEzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sEAAsE,CAAC,IAAI,CAAC,CAAC;IACtF,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,sEAAsE,CACpF,IAAS;IAET,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,0FAA0F,CACxF,IAAI,CAAC,wBAAwB,CAAC,CAC/B;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0FAA0F,CACxG,MAAwF;IAExF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qFAAqF,CAC1F,IAAI,CACL,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,qFAAqF,CACnG,IAAS;IAET,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qDAAqD,CACnE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wDAAwD,CACtE,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9E,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uDAAuD,CACrE,MAAqD;IAErD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kDAAkD,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,6BAA6B;AAC7B,MAAM,CAAN,IAAY,eA6CX;AA7CD,WAAY,eAAe;IACzB,+CAA+C;IAC/C,sCAAmB,CAAA;IACnB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sDAAsD;IACtD,kDAA+B,CAAA;IAC/B,yDAAyD;IACzD,wDAAqC,CAAA;IACrC,2CAA2C;IAC3C,8BAAW,CAAA;IACX,iDAAiD;IACjD,wCAAqB,CAAA;IACrB,0CAA0C;IAC1C,4BAAS,CAAA;IACT,+CAA+C;IAC/C,sCAAmB,CAAA;IACnB,+CAA+C;IAC/C,sCAAmB,CAAA;IACnB,oDAAoD;IACpD,8CAA2B,CAAA;IAC3B,sDAAsD;IACtD,kDAA+B,CAAA;IAC/B,sDAAsD;IACtD,kDAA+B,CAAA;IAC/B,2CAA2C;IAC3C,8BAAW,CAAA;IACX,kDAAkD;IAClD,0CAAuB,CAAA;IACvB,sDAAsD;IACtD,kDAA+B,CAAA;IAC/B,uDAAuD;IACvD,sDAAmC,CAAA;IACnC,oDAAoD;IACpD,8CAA2B,CAAA;IAC3B,oDAAoD;IACpD,8CAA2B,CAAA;IAC3B,+CAA+C;IAC/C,sCAAmB,CAAA;IACnB,uDAAuD;IACvD,oDAAiC,CAAA;IACjC,yDAAyD;IACzD,8BAAW,CAAA;AACb,CAAC,EA7CW,eAAe,KAAf,eAAe,QA6C1B;AA4CD,MAAM,UAAU,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACtC,2BAA2B,EAAE,IAAI,CAAC,6BAA6B,CAAC;QAChE,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC5D,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC1F,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,qBAAqB;AACrB,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC;AAWD,MAAM,UAAU,kCAAkC,CAAC,MAAgC;IACjF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,6BAA6B,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC7E,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC9D,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACxE,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACpE,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACd,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC1B,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA6C;IAE7C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,WAAW;YACd,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE,KAAK,UAAU;YACb,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE;YACE,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;AACH,CAAC;AAoBD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAkBD,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACvF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;oBACtB,OAAO,CAAC,CAAC;gBACX,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,2DAA2D,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACzF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACpE,CAAC;gBACD,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC;aACH,CAAC,CACH;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yDAAyD,CACvE,IAAqD;IAErD,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,2DAA2D,CACzE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AASD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAKD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,UAAU;YACb,OAAO,mCAAmC,CAAC,IAAiC,CAAC,CAAC;QAEhF;YACE,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;AACH,CAAC;AAED,8DAA8D;AAC9D,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAuCD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,OAAO;YACP,SAAS;YACT,aAAa;YACb,kBAAkB;YAClB,iBAAiB;YACjB,yBAAyB;YACzB,gBAAgB;YAChB,cAAc;YACd,SAAS;SACV,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC;KACzD,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,0BAA0B,CAAC,IAAsB;IAC/D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAUD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,KAAK,EAAE,iCAAiC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,MAA+B;IAC/E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AASD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,UAAU;YACb,OAAO,uCAAuC,CAAC,IAAmC,CAAC,CAAC;QAEtF;YACE,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC;AACH,CAAC;AAED,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAeX;AAfD,WAAY,4BAA4B;IACtC,eAAe;IACf,qDAAqB,CAAA;IACrB,cAAc;IACd,mDAAmB,CAAA;IACnB,oBAAoB;IACpB,+DAA+B,CAAA;IAC/B,eAAe;IACf,qDAAqB,CAAA;IACrB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,oBAAoB;IACpB,+DAA+B,CAAA;IAC/B,cAAc;IACd,mDAAmB,CAAA;AACrB,CAAC,EAfW,4BAA4B,KAA5B,4BAA4B,QAevC;AA2BD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAsBD,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,iEAAiE,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC/F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3D,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACpE,CAAC;gBACD,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC;aACH,CAAC,CACH;KACN,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,iEAAiE,CAC/E,IAAS;IAET,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,KAAK,EAAE,yCAAyC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,MAAuC;IAEvC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oCAAoC,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAgCD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,eAAe,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;YAC9F,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC;KAC1C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC3D,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/F,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3D,UAAU,EAAE,wBAAwB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC5C,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;KAC9C,CAAC;AACJ,CAAC;AAED,uDAAuD;AACvD,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,uEAAuE;IACvE,yEAAmD,CAAA;IACnD,gFAAgF;IAChF,qEAA+C,CAAA;IAC/C,kBAAkB;IAClB,iDAA2B,CAAA;AAC7B,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAaD,qCAAqC;AACrC,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,wHAAwH;IACxH,+DAAiC,CAAA;IACjC,uCAAuC;IACvC,6DAA+B,CAAA;IAC/B,qCAAqC;IACrC,yDAA2B,CAAA;AAC7B,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AA2BD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACpG,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,6BAA6B;AAC7B,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,kBAAkB;IAClB,8BAAW,CAAA;IACX,mBAAmB;IACnB,gCAAa,CAAA;IACb,8BAA8B;IAC9B,8CAA2B,CAAA;AAC7B,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,4BAA4B;IAC5B,wCAAmB,CAAA;IACnB,gCAAgC;IAChC,8CAAyB,CAAA;IACzB,kBAAkB;IAClB,gDAA2B,CAAA;AAC7B,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,MAAM,UAAU,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,oCAAoC;AACpC,MAAM,CAAN,IAAY,oBAeX;AAfD,WAAY,oBAAoB;IAC9B,2DAA2D;IAC3D,iDAAyB,CAAA;IACzB,kCAAkC;IAClC,6CAAqB,CAAA;IACrB,8CAA8C;IAC9C,iEAAyC,CAAA;IACzC,yCAAyC;IACzC,iDAAyB,CAAA;IACzB,2BAA2B;IAC3B,2CAAmB,CAAA;IACnB,2CAA2C;IAC3C,6DAAqC,CAAA;IACrC,yBAAyB;IACzB,mDAA2B,CAAA;AAC7B,CAAC,EAfW,oBAAoB,KAApB,oBAAoB,QAe/B;AAyBD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,KAAK,EAAE,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MAAyB;IACjE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAAyB;IACnE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAwBD,MAAM,UAAU,cAAc,CAAC,IAAU;IACvC,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,aAAa;YACb,aAAa;YACb,QAAQ;YACR,kBAAkB;YAClB,eAAe;YACf,kBAAkB;YAClB,QAAQ;YACR,OAAO;SACR,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC;QACnC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,IAAS;IACxC,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC/F,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAsBD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,8BAA8B;AAC9B,MAAM,CAAN,IAAY,WAiBX;AAjBD,WAAY,WAAW;IACrB,UAAU;IACV,0BAAW,CAAA;IACX,aAAa;IACb,gCAAiB,CAAA;IACjB,aAAa;IACb,gCAAiB,CAAA;IACjB,cAAc;IACd,kCAAmB,CAAA;IACnB,eAAe;IACf,oCAAqB,CAAA;IACrB,gBAAgB;IAChB,sCAAuB,CAAA;IACvB,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,wCAAyB,CAAA;AAC3B,CAAC,EAjBW,WAAW,KAAX,WAAW,QAiBtB;AAkBD,yCAAyC;AACzC,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,cAAc;IACd,4CAAmB,CAAA;IACnB,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,gBAAgB;IAChB,gDAAuB,CAAA;AACzB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AA2BD,MAAM,UAAU,mBAAmB,CAAC,IAAe;IACjD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,MAAmB;IACrD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,MAAmB;IACvD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gBAAgB,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,qBAAqB,CAAC,IAAiB;IACrD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC;YACjD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC;QAC1C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC3D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,KAAK,EAAE,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,MAA0B;IACnE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAgBD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;YACrE,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC;KAC5C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,KAAK,EAAE,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAA2B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA2B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,kBAAkB,CAAC,IAAc;IAC/C,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,WAAW;YACd,OAAO,mBAAmB,CAAC,IAAiB,CAAC,CAAC;QAEhD,KAAK,QAAQ;YACX,OAAO,gBAAgB,CAAC,IAAc,CAAC,CAAC;QAE1C,KAAK,iBAAiB;YACpB,OAAO,yBAAyB,CAAC,IAAuB,CAAC,CAAC;QAE5D,KAAK,MAAM;YACT,OAAO,cAAc,CAAC,IAAY,CAAC,CAAC;QAEtC;YACE,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC;AACH,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,WAAW;YACd,OAAO,qBAAqB,CAAC,IAAiB,CAAC,CAAC;QAElD,KAAK,QAAQ;YACX,OAAO,kBAAkB,CAAC,IAAc,CAAC,CAAC;QAE5C,KAAK,iBAAiB;YACpB,OAAO,2BAA2B,CAAC,IAAuB,CAAC,CAAC;QAE9D,KAAK,MAAM;YACT,OAAO,gBAAgB,CAAC,IAAY,CAAC,CAAC;QAExC;YACE,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;AACH,CAAC;AAED,8BAA8B;AAC9B,MAAM,CAAN,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,aAAa;IACb,qCAAiB,CAAA;IACjB,sBAAsB;IACtB,uDAAmC,CAAA;IACnC,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EATW,gBAAgB,KAAhB,gBAAgB,QAS3B;AAsBD,MAAM,UAAU,mBAAmB,CAAC,IAAe;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC;KAC9F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,KAAkC;IACtF,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gBAAgB,CAAC,IAAY;IAC3C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC;KAC3F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,IAAS;IAC1C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,kCAAkC,CAAC,KAA+B;IAChF,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,iBAAiB,CAAC,CAAC;YACzD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,mCAAmC,CAAC,IAA+B;IACjF,OAAO;QACL,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,0CAA0C;AAC1C,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,sBAAsB;IACtB,2DAAmC,CAAA;IACnC,2BAA2B;IAC3B,qEAA6C,CAAA;AAC/C,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAoBD,MAAM,UAAU,cAAc,CAAC,IAAU;IACvC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,aAAa,CAAC,CAAC;YACrD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC;KACpC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,IAAS;IACxC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KAChG,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,6CAA6C;AAC7C,MAAM,CAAN,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,oBAAoB;IACpB,uDAA+B,CAAA;IAC/B,oBAAoB;IACpB,uDAA+B,CAAA;IAC/B,iBAAiB;IACjB,iDAAyB,CAAA;AAC3B,CAAC,EATW,oBAAoB,KAApB,oBAAoB,QAS/B;AAsBD,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAeD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,gDAAgD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACvE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAaD,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,gBAAgB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACpD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,2BAA2B,EAAE,IAAI,CAAC,6BAA6B,CAAC;QAChE,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACrF;KACN,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,oBAAoB,EAAE,OAAO,CAAC,CAAC;YACrE,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC1E,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,KAAK,EAAE,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACpD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,KAAK,EAAE,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACtD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA6B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,MAA6B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,2CAA2C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,MAAyC;IAEzC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oCAAoC,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,MAAyC;IAEzC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC;YAC9C,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC7E,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,8DAA8D;AAC9D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,qDAAqD;IACrD,gCAAmB,CAAA;IACnB,sDAAsD;IACtD,kCAAqB,CAAA;AACvB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAoBD,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,8CAA8C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,MAA4C;IAE5C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,MAA4C;IAE5C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,qBAAqB,CAAC,CAAC;YAC3F,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACrE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAC9D,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAC9D,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,KAAK,EAAE,sCAAsC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAoC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAoC;IAEpC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,2BAA2B,EAAE,yBAAyB,CAAC,CAAC;YAC9F,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC;KACtD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACtE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC5D,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC5D,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,KAAK,EAAE,uCAAuC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,MAAqC;IAErC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC,CAAC,CAAC;AACL,CAAC;AAOD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,UAAU,EAAE,4CAA4C,CAAC,IAAI,CAAC,EAAE,CAAC;AAC5E,CAAC;AAOD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO,EAAE,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC;AACtE,CAAC;AAYD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC9D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;KAC/C,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,oBAAoB,EAAE,YAAY,CAAC,CAAC;YAC1E,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC;KAC7C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC5F,CAAC;AAUD,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,KAAK,EAAE,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,MAA6B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;KACpF,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1D,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC/F,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC/F,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAsDD,MAAM,UAAU,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,sBAAsB;YACtB,OAAO;YACP,WAAW;YACX,YAAY;YACZ,cAAc;YACd,SAAS;YACT,aAAa;YACb,aAAa;YACb,sBAAsB;YACtB,QAAQ;YACR,QAAQ;YACR,SAAS;YACT,cAAc;YACd,WAAW;YACX,kBAAkB;YAClB,iBAAiB;YACjB,YAAY;YACZ,uBAAuB;YACvB,0BAA0B;YAC1B,MAAM;SACP,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC;QAC3C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC5D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,2BAA2B,CAAC,IAAuB;IACjE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAoDD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,uBAAuB;AACvB,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,6CAA6C;AAC7C,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,YAAY;IACZ,4BAAe,CAAA;AACjB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAsBD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AAChF,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,iCAAiC;AACjC,MAAM,CAAN,IAAY,eASX;AATD,WAAY,eAAe;IACzB,qBAAqB;IACrB,oDAAiC,CAAA;IACjC,gBAAgB;IAChB,0CAAuB,CAAA;IACvB,eAAe;IACf,wCAAqB,CAAA;IACrB,uBAAuB;IACvB,wDAAqC,CAAA;AACvC,CAAC,EATW,eAAe,KAAf,eAAe,QAS1B;AAwBD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAC1E,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAC9F,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,uCAAuC;AACvC,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,cAAc;IACd,uCAAmB,CAAA;IACnB,gBAAgB;IAChB,2CAAuB,CAAA;AACzB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AA6BD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,+CAA+C;AAC/C,MAAM,CAAN,IAAY,SA6CX;AA7CD,WAAY,SAAS;IACnB,oBAAoB;IACpB,4CAA+B,CAAA;IAC/B,eAAe;IACf,kCAAqB,CAAA;IACrB,eAAe;IACf,kCAAqB,CAAA;IACrB,uBAAuB;IACvB,kDAAqC,CAAA;IACrC,eAAe;IACf,kCAAqB,CAAA;IACrB,uBAAuB;IACvB,kDAAqC,CAAA;IACrC,4BAA4B;IAC5B,4DAA+C,CAAA;IAC/C,oBAAoB;IACpB,4CAA+B,CAAA;IAC/B,mBAAmB;IACnB,0CAA6B,CAAA;IAC7B,yBAAyB;IACzB,sDAAyC,CAAA;IACzC,aAAa;IACb,8BAAiB,CAAA;IACjB,gBAAgB;IAChB,oCAAuB,CAAA;IACvB,wBAAwB;IACxB,oDAAuC,CAAA;IACvC,eAAe;IACf,kCAAqB,CAAA;IACrB,oBAAoB;IACpB,4CAA+B,CAAA;IAC/B,+BAA+B;IAC/B,kEAAqD,CAAA;IACrD,qBAAqB;IACrB,8CAAiC,CAAA;IACjC,6BAA6B;IAC7B,8DAAiD,CAAA;IACjD,eAAe;IACf,kCAAqB,CAAA;IACrB,iBAAiB;IACjB,sCAAyB,CAAA;IACzB,kBAAkB;IAClB,wCAA2B,CAAA;IAC3B,4IAA4I;IAC5I,gDAAmC,CAAA;AACrC,CAAC,EA7CW,SAAS,KAAT,SAAS,QA6CpB;AAgCD,mDAAmD;AACnD,MAAM,CAAN,IAAY,aAqDX;AArDD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,gBAAgB;IAChB,wCAAuB,CAAA;IACvB,eAAe;IACf,sCAAqB,CAAA;IACrB,oBAAoB;IACpB,gDAA+B,CAAA;IAC/B,kBAAkB;IAClB,4CAA2B,CAAA;IAC3B,uBAAuB;IACvB,sDAAqC,CAAA;IACrC,qBAAqB;IACrB,kDAAiC,CAAA;IACjC,wBAAwB;IACxB,wDAAuC,CAAA;IACvC,uBAAuB;IACvB,sDAAqC,CAAA;IACrC,0BAA0B;IAC1B,4DAA2C,CAAA;IAC3C,qBAAqB;IACrB,kDAAiC,CAAA;IACjC,wBAAwB;IACxB,wDAAuC,CAAA;IACvC,oBAAoB;IACpB,gDAA+B,CAAA;IAC/B,aAAa;IACb,kCAAiB,CAAA;IACjB,aAAa;IACb,kCAAiB,CAAA;IACjB,cAAc;IACd,oCAAmB,CAAA;IACnB,oBAAoB;IACpB,gDAA+B,CAAA;IAC/B,uBAAuB;IACvB,sDAAqC,CAAA;IACrC,wBAAwB;IACxB,wDAAuC,CAAA;IACvC,oBAAoB;IACpB,gDAA+B,CAAA;IAC/B,yBAAyB;IACzB,0DAAyC,CAAA;IACzC,qBAAqB;IACrB,kDAAiC,CAAA;IACjC,wBAAwB;IACxB,wDAAuC,CAAA;IACvC,oBAAoB;IACpB,gDAA+B,CAAA;IAC/B,yBAAyB;IACzB,0DAAyC,CAAA;IACzC,qBAAqB;IACrB,kDAAiC,CAAA;AACnC,CAAC,EArDW,aAAa,KAAb,aAAa,QAqDxB;AAoCD,MAAM,UAAU,mCAAmC,CAAC,MAAmC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,KAAK,EAAE,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,MAA2B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,MAA2B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AA4DD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACnE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA0DD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,KAAK,EAAE,oCAAoC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AA4DD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACpE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA0DD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,qCAAqC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3D,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,MAAmC;IACvF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC,CAAC,CAAC;AACL,CAAC;AA8DD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,WAAW;YACX,kBAAkB;YAClB,gBAAgB;YAChB,SAAS;YACT,aAAa;YACb,aAAa;YACb,QAAQ;YACR,QAAQ;YACR,SAAS;YACT,cAAc;YACd,YAAY;YACZ,WAAW;YACX,kBAAkB;YAClB,iBAAiB;YACjB,eAAe;YACf,sBAAsB;YACtB,MAAM;YACN,uBAAuB;YACvB,0BAA0B;YAC1B,eAAe;YACf,mBAAmB;YACnB,WAAW;YACX,aAAa;YACb,aAAa;YACb,cAAc;SACf,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC;QAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC7D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA4DD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,MAAiC;IACjF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,MAAiC;IACnF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AA8CD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,WAAW;YACX,UAAU;YACV,SAAS;YACT,MAAM;YACN,QAAQ;YACR,QAAQ;YACR,SAAS;YACT,cAAc;YACd,YAAY;YACZ,WAAW;YACX,kBAAkB;YAClB,iBAAiB;YACjB,eAAe;YACf,sBAAsB;YACtB,MAAM;YACN,uBAAuB;YACvB,0BAA0B;YAC1B,eAAe;YACf,mBAAmB;SACpB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC;QAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC7D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA4CD,MAAM,UAAU,4BAA4B,CAAC,IAAwB;IACnE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA4CD,MAAM,UAAU,uBAAuB,CAAC,IAAmB;IACzD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,WAAW;YACX,UAAU;YACV,SAAS;YACT,MAAM;YACN,QAAQ;YACR,QAAQ;YACR,SAAS;YACT,cAAc;YACd,YAAY;YACZ,WAAW;YACX,kBAAkB;YAClB,iBAAiB;YACjB,eAAe;YACf,sBAAsB;YACtB,MAAM;YACN,uBAAuB;YACvB,0BAA0B;YAC1B,eAAe;YACf,mBAAmB;SACpB,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC;KAC7C,CAAC;AACJ,CAAC;AA4CD,MAAM,UAAU,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAWD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAOD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,WAAW;YACd,OAAO,0CAA0C,CAAC,IAAwC,CAAC,CAAC;QAE9F;YACE,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,WAAW;YACd,OAAO,4CAA4C,CAAC,IAAwC,CAAC,CAAC;QAEhG;YACE,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC;AACH,CAAC;AAED,iDAAiD;AACjD,MAAM,CAAN,IAAY,wCAGX;AAHD,WAAY,wCAAwC;IAClD,qEAAqE;IACrE,mEAAuB,CAAA;AACzB,CAAC,EAHW,wCAAwC,KAAxC,wCAAwC,QAGnD;AA4ED,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE;YACrC,wBAAwB;YACxB,oBAAoB;YACpB,QAAQ;YACR,aAAa;YACb,aAAa;YACb,gBAAgB;YAChB,SAAS;YACT,aAAa;YACb,gBAAgB;YAChB,iBAAiB;YACjB,eAAe;YACf,YAAY;YACZ,cAAc;YACd,UAAU;YACV,4BAA4B;YAC5B,oBAAoB;YACpB,kBAAkB;YAClB,QAAQ;YACR,SAAS;YACT,YAAY;YACZ,mBAAmB;YACnB,UAAU;YACV,aAAa;YACb,WAAW;YACX,YAAY;YACZ,SAAS;YACT,UAAU;YACV,YAAY;SACb,CAAC;YACA,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;KACjF,CAAC;AACJ,CAAC;AA8DD,MAAM,UAAU,+CAA+C,CAC7D,IAA2C;IAE3C,OAAO;QACL,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC5E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACzE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAClF,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAS;IAET,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC9E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3E,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACpF,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC1E;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,MAA+C;IAE/C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4CAA4C,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO,EAAE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AAChF,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,IAAS;IAET,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAA8C;IAE9C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2CAA2C,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACvF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,IAAS;IAET,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACzF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uDAAuD,CACrE,MAAuD;IAEvD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kDAAkD,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,yDAAyD,CACvE,MAAuD;IAEvD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oDAAoD,CAAC,IAAI,CAAC,CAAC;IACpE,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,kDAAkD,CAChE,IAA8C;IAE9C,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAChE,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAS;IAET,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,MAAkD;IAElD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,6CAA6C,CAAC,IAAI,CAAC,CAAC;IAC7D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,MAAkD;IAElD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+CAA+C,CAAC,IAAI,CAAC,CAAC;IAC/D,CAAC,CAAC,CAAC;AACL,CAAC;AAgBD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAS;IAET,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;KAC9F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qDAAqD,CACnE,MAAqD;IAErD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gDAAgD,CAAC,IAAI,CAAC,CAAC;IAChE,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uDAAuD,CACrE,MAAqD;IAErD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kDAAkD,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAgCD,MAAM,UAAU,6CAA6C,CAC3D,IAAyC;IAEzC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACpE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAClC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;YACb,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzB,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAAgD;IAEhD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2CAA2C,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;AACpE,CAAC;AAED,qDAAqD;AACrD,MAAM,CAAN,IAAY,mCAOX;AAPD,WAAY,mCAAmC;IAC7C,eAAe;IACf,4DAAqB,CAAA;IACrB,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,iBAAiB;IACjB,gEAAyB,CAAA;AAC3B,CAAC,EAPW,mCAAmC,KAAnC,mCAAmC,QAO9C;AAqBD,MAAM,UAAU,8CAA8C,CAC5D,IAAS;IAET,OAAO;QACL,KAAK,EAAE,mDAAmD,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,MAAiD;IAEjD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4CAA4C,CAAC,IAAI,CAAC,CAAC;IAC5D,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,MAAiD;IAEjD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,8CAA8C,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC,CAAC,CAAC;AACL,CAAC;AASD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAyBD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,sBAAsB;YACzB,OAAO,8BAA8B,CAAC,IAA4B,CAAC,CAAC;QAEtE,KAAK,+BAA+B;YAClC,OAAO,+BAA+B,CAAC,IAA6B,CAAC,CAAC;QAExE,KAAK,qBAAqB;YACxB,OAAO,8BAA8B,CAAC,IAA4B,CAAC,CAAC;QAEtE,KAAK,6BAA6B;YAChC,OAAO,wCAAwC,CAAC,IAAsC,CAAC,CAAC;QAE1F,KAAK,qBAAqB;YACxB,OAAO,gCAAgC,CAAC,IAA8B,CAAC,CAAC;QAE1E,KAAK,aAAa;YAChB,OAAO,sCAAsC,CAAC,IAAoC,CAAC,CAAC;QAEtF,KAAK,2BAA2B;YAC9B,OAAO,+BAA+B,CAAC,IAA6B,CAAC,CAAC;QAExE,KAAK,2CAA2C;YAC9C,OAAO,gCAAgC,CAAC,IAA8B,CAAC,CAAC;QAE1E,KAAK,6BAA6B;YAChC,OAAO,+BAA+B,CAAC,IAA6B,CAAC,CAAC;QAExE,KAAK,2BAA2B;YAC9B,OAAO,8BAA8B,CAAC,IAA4B,CAAC,CAAC;QAEtE,KAAK,WAAW;YACd,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,WAAW;YACd,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,uCAAuC;YAC1C,OAAO,gEAAgE,CACrE,IAA8D,CAC/D,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,2CAA2C,CAAC,IAAyC,CAAC,CAAC;QAEhG,KAAK,eAAe;YAClB,OAAO,wCAAwC,CAAC,IAAsC,CAAC,CAAC;QAE1F,KAAK,cAAc;YACjB,OAAO,uCAAuC,CAAC,IAAqC,CAAC,CAAC;QAExF,KAAK,oBAAoB;YACvB,OAAO,6BAA6B,CAAC,IAA2B,CAAC,CAAC;QAEpE,KAAK,yBAAyB;YAC5B,OAAO,kCAAkC,CAAC,IAAgC,CAAC,CAAC;QAE9E,KAAK,KAAK;YACR,OAAO,8BAA8B,CAAC,IAA4B,CAAC,CAAC;QAEtE;YACE,OAAO,yCAAyC,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC;AACH,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC;KACpD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC;KACrD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;YACxD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC;KACpD,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AACpD,CAAC;AAQD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAQD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAUD,MAAM,UAAU,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC;KAC5D,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,gDAAgD,CAC9D,IAA4C;IAE5C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC;KACrD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC;KACtD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,0CAA0C,CACxD,IAAsC;IAEtC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC;KACrD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,yCAAyC,CACvD,IAAqC;IAErC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC;KACpD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC;KAC1D,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,8CAA8C,CAC5D,IAA0C;IAE1C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,gEAAgE,CAC9E,IAA4D;IAE5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,2EAA2E,CAAC,IAAI,CAAC;KACtF,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,0EAA0E,CACxF,IAAsE;IAEtE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,2CAA2C,CACzD,IAAuC;IAEvC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC;KACjE,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,qDAAqD,CACnE,IAAiD;IAEjD,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,mDAAmD,CAAC,IAAI,CAAC;KAC9D,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,kDAAkD,CAChE,IAA8C;IAE9C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC;KAC7D,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC;KACnD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC;YAClD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC;KACxD,CAAC;AACJ,CAAC;AAKD,MAAM,UAAU,4CAA4C,CAC1D,IAAwC;IAExC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAUD,MAAM,UAAU,8BAA8B,CAAC,IAA0B;IACvE,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;YACxD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC;KACpD,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wCAAwC,CACtD,IAAoC;IAEpC,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AACpD,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,wEAAwE;AACxE,MAAM,CAAN,IAAY,oCAKX;AALD,WAAY,oCAAoC;IAC9C,YAAY;IACZ,uDAAe,CAAA;IACf,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EALW,oCAAoC,KAApC,oCAAoC,QAK/C;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACxC,YAAY;IACZ,iDAAe,CAAA;IACf,cAAc;IACd,qDAAmB,CAAA;IACnB,cAAc;IACd,qDAAmB,CAAA;AACrB,CAAC,EAPW,8BAA8B,KAA9B,8BAA8B,QAOzC;AAqBD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,MAAmB;IACvD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,gBAAgB,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,gBAAgB,CAAC,IAAS;IACxC,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yCAAyC,CACvD,IAAS;IAET,OAAO;QACL,KAAK,EAAE,0CAA0C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,MAAwC;IAExC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qCAAqC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC9E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAC/E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAA6C;IAE7C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0CAA0C,CAAC,IAAI,CAAC,CAAC;IAC1D,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,0CAA0C,CACxD,IAAS;IAET,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oBAAoB,CAAC,IAAgB;IACnD,OAAO;QACL,UAAU,EAAE,oBAAoB,CAAC,IAAI,EAAE,CAAC,WAAW,CAAC,CAAC;YACnD,CAAC,CAAC,SAAS;YACX,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC;KAC1C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrD,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO,EAAE,OAAO,EAAE,8BAA8B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA8B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YACpC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,yEAAyE;AACzE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,uBAAuB;IACvB,8BAAW,CAAA;IACX,sBAAsB;IACtB,4BAAS,CAAA;AACX,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAkBD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,eAAe,CAAC,IAAW;IACzC,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/F,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChF,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,wBAAwB,CAAC,IAAoB;IAC3D,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,8BAA8B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qBAAqB,CAAC,IAAiB;IACrD,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAChE,CAAC;AAED,4CAA4C;AAC5C,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,8EAA8E;IAC9E,oCAAW,CAAA;IACX,8EAA8E;IAC9E,sCAAa,CAAA;AACf,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAoBD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AA6BD,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAWD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,aAAa;YAChB,OAAO,uBAAuB,CAAC,IAAmB,CAAC,CAAC;QAEtD,KAAK,eAAe;YAClB,OAAO,yBAAyB,CAAC,IAAqB,CAAC,CAAC;QAE1D,KAAK,UAAU;YACb,OAAO,oBAAoB,CAAC,IAAgB,CAAC,CAAC;QAEhD,KAAK,cAAc;YACjB,OAAO,wBAAwB,CAAC,IAAoB,CAAC,CAAC;QAExD,KAAK,WAAW;YACd,OAAO,qBAAqB,CAAC,IAAiB,CAAC,CAAC;QAElD;YACE,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;AACH,CAAC;AA0BD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACd,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAChD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC5C,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,MAA+B;IAC/E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,gCAAgC;AAChC,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,qDAAqD;IACrD,oDAA+B,CAAA;IAC/B,+CAA+C;IAC/C,0CAAqB,CAAA;IACrB,gDAAgD;IAChD,4CAAuB,CAAA;IACvB,yEAAyE;IACzE,kDAA6B,CAAA;IAC7B,kDAAkD;IAClD,gDAA2B,CAAA;AAC7B,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAqBD,MAAM,UAAU,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,MAAuC;IAEvC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oCAAoC,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAcD,MAAM,UAAU,kCAAkC,CAAC,IAA8B;IAC/E,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAC1C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACtC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,4BAA4B;AAC5B,MAAM,CAAN,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,gBAAgB;IAChB,gDAAqB,CAAA;IACrB,sBAAsB;IACtB,0DAA+B,CAAA;IAC/B,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EATW,uBAAuB,KAAvB,uBAAuB,QASlC;AAsBD,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACzD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAChG,CAAC;AACJ,CAAC;AAYD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,oCAAoC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxE,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAYD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CACtD,MAAsC;IAEtC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mCAAmC,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC,CAAC,CAAC;AACL,CAAC;AASD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,QAAQ,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;QACrB,KAAK,UAAU;YACb,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE,KAAK,UAAU;YACb,OAAO,gCAAgC,CAAC,IAA4B,CAAC,CAAC;QAExE,KAAK,SAAS;YACZ,OAAO,+BAA+B,CAAC,IAA2B,CAAC,CAAC;QAEtE,KAAK,eAAe;YAClB,OAAO,qCAAqC,CAAC,IAAiC,CAAC,CAAC;QAElF;YACE,OAAO,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;AACH,CAAC;AAsBD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,kBAAkB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxD,gBAAgB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACpD,oBAAoB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC5D,mBAAmB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC;AACJ,CAAC;AAwBD,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACnF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxC,YAAY,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5C,aAAa,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA8BD,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxC,YAAY,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5C,aAAa,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC9C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AA4BD,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC9D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AA0BD,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAClD,oBAAoB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC5D,mBAAmB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QAC1D,WAAW,EAAE,sCAAsC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACxE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CACxF;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,MAAoC;IAEpC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iCAAiC,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAgBD,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CACxF;KACN,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAQD,MAAM,UAAU,uCAAuC,CAAC,IAAmC;IACzF,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;AAClC,CAAC;AAUD,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,KAAK,EAAE,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,MAA6B;IAC3E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,MAAM,UAAU,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;KAC3C,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,KAAK,EAAE,0CAA0C,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAChE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,MAAwC;IAExC,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qCAAqC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;AACL,CAAC;AAkBD,MAAM,UAAU,eAAe,CAAC,IAAS;IACvC,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,GAAG,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC9F,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAgBD,MAAM,UAAU,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/E,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,MAAsB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;AACL,CAAC;AAcD,MAAM,UAAU,mBAAmB,CAAC,IAAS;IAC3C,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC/F,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAClF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,MAAyB;IAC9D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,MAAM,UAAU,iBAAiB,CAAC,IAAS;IACzC,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAUD,MAAM,UAAU,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,KAAK,EAAE,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,MAAkB;IACrD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACL,CAAC;AAED,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,WAAW;IACX,oCAAa,CAAA;AACf,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAKD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;AACrB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAKD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;AACf,CAAC,EAHW,WAAW,KAAX,WAAW,QAGtB;AAKD,kCAAkC;AAClC,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,0CAA0C;IAC1C,wDAAuC,CAAA;AACzC,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAkC;IAElC,OAAO,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,mDAAmD,CAAC,IAAS;IAC3E,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAqB;IACxE,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC/D,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;KACrF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACjE,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;QACtF,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,IAAiC;IAEjC,OAAO,EAAE,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,kDAAkD,CAAC,IAAS;IAC1E,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+DAA+D,CAC7E,IAAgD;IAEhD,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iEAAiE,CAAC,IAAS;IACzF,OAAO;QACL,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACtC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAwB;IAC9E,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACxD,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAChE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;QAC1E,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAAS;IACjE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;QAC5E,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAkB;IAClE,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACxD,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAChE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2DAA2D,CAAC,IAAS;IACnF,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAAC,IAAS;IACtE,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0DAA0D,CAAC,IAAS;IAClF,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yEAAyE,CACvF,IAAS;IAET,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,yBAAyB,EAAE,CAAC,IAAI,CAAC,2BAA2B,CAAC;YAC3D,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAAC,IAAS;IACzE,OAAO;QACL,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACnE,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gCAAgC,EAAE,IAAI,CAAC,kCAAkC,CAAC;QAC1E,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAChF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC7E;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC1D,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAClE,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QACpE,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAoB;IACtE,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,eAAe,EAAE,uCAAuC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjF,OAAO,EAAE,wCAAwC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,eAAe,EAAE,yCAAyC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACnF,OAAO,EAAE,0CAA0C,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACpE,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAClD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAc;IAC1D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACvF,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,WAAW,EAAE;QAC9C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,WAAW,EAAE;QAC7C,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzF,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC9D,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6DAA6D,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC5F,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACnF,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC/F,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAAS;IACrE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACxC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACnE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAClC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1F,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;QAChB,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;QAC3C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACd,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC1B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvF,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC3C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACnE,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC;KACjB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;YACf,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAc;IAC1D,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QACnF,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACxC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,WAAW,EAAE;QAC/F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAChD,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACjE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC3F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAClD,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAqC;IAErC,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACxC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE;QACzC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACtE,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sDAAsD,CAAC,IAAS;IAC9E,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACxE,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAsB;IAC1E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAuB;IAC5E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kEAAkE,CAChF,IAAmD;IAEnD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE;QACxC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oEAAoE,CAAC,IAAS;IAC5F,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAsB;IAC1E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC1D,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5D,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAuB;IAC5E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAsB;IAC1E,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9D,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAAC,IAAS;IACzE,OAAO;QACL,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAwB;IAC9E,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAAS;IACjE,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACzD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC9F,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC9D,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAAC,IAAS;IACzE,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACjF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACnD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChE,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC/E;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAsB;IAC1E,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC9E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAClD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAChF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC/F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACpD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAuB;IAC5E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAChE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAA8B;IAC1F,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAAC,IAAS;IACvE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAA4B;IACtF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAAS;IACrE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,IAAwD;IAExD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,iEAAiE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACzF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yEAAyE,CACvF,IAAS;IAET,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,mEAAmE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC3F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAmC;IAEnC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAAC,IAAS;IAC5E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACtE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAAC,IAAS;IACzE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAA+B;IAE/B,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACjD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACxE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAClE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAA4B;IACtF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAAS;IACrE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAwB;IAC9E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAAS;IACjE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAyB;IAChF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC9D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,wCAAwC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAqB;IACxE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,WAAW,EAAE;QAC3C,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QACvC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAA0B;IAClF,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,WAAW,EAAE;QAC7C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACnE,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAsB;IAC1E,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9D,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,yCAAyC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAAC,IAA6B;IACxF,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAAC,IAAS;IACtE,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oDAAoD,CAClE,IAAqC;IAErC,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,6CAA6C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC5E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC9E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sDAAsD,CAAC,IAAS;IAC9E,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;QAC9E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAChF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAqB;IACxE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAClF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAc;IAC1D,OAAO,EAAE,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC,EAAE,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAkB;IAClE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC7F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAAC,IAA6B;IACxF,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,8CAA8C,CAAC,IAAS;IACtE,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uDAAuD,CACrE,IAAwC;IAExC,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QACxF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yDAAyD,CAAC,IAAS;IACjF,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,sDAAsD,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC1F,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAChC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,UAAU,EAAE,oBAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACxD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACxD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KACrE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChD,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,UAAU,EAAE,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1D,0BAA0B,EAAE,CAAC,IAAI,CAAC,4BAA4B,CAAC;YAC7D,CAAC,CAAC,IAAI,CAAC,4BAA4B,CAAC;YACpC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC;QAC9E,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC1D,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QACtE,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAC1D,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAA4B;IAE5B,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mDAAmD,CAAC,IAAS;IAC3E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO,EAAE,gBAAgB,EAAE,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,EAAE,CAAC;AACpF,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,IAAe;IAC5D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QAC3E,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACxE,OAAO;QACL,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACnE,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAyB;IAChF,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACvF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;oBACtB,OAAO,CAAC,CAAC;gBACX,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,2DAA2D,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACzF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACpE,CAAC;gBACD,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC;aACH,CAAC,CACH;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,IAA+B;IAE/B,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,yDAAyD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACvF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;oBACtB,OAAO,CAAC,CAAC;gBACX,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACxE,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,2DAA2D,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACzF,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACpE,CAAC;gBACD,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC;aACH,CAAC,CACH;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC1C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAAC,IAAS;IAC1E,OAAO;QACL,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,iEAAiE,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC/F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3D,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC7C,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBACvB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC;QACN,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC;gBACpE,CAAC;gBACD,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC;gBACZ,CAAC,CAAC;aACH,CAAC,CACH;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAgB;IAC9D,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACzD,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/F,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAChD,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC5C,uBAAuB,EAAE,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACvD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC;YACjC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;KAC9C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAU;IAClD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACtC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC7E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAiB;IAChE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAkB;IAClE,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,mBAAmB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAChD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAgB;IAC7D,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,KAAa;IACvD,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAqB;IACxE,OAAO;QACL,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACrC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAU;IAClD,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAAC,IAAS;IACxE,OAAO;QACL,gBAAgB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACpD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,2BAA2B,EAAE,IAAI,CAAC,6BAA6B,CAAC;QAChE,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CACrF;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACrF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,iDAAiD,CAAC,IAAS;IACzE,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACpC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACvF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAmC;IAEnC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAED,MAAM,UAAU,oDAAoD,CAAC,IAAS;IAC5E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAA2B;IACpF,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAAC,IAAS;IACpE,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACzC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAA4B;IACtF,OAAO;QACL,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC5D,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAAS;IACrE,OAAO;QACL,yBAAyB,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC5D,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4CAA4C,CAAC,IAA6B;IACxF,OAAO,EAAE,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO,EAAE,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;AAC5F,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAkB;IAClE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAClE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAAS;IACnE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,mCAAmC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1F,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAmB;IACpE,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnF,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,yBAAyB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxF,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC/B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACxD,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,qBAAqB,EAAE,CAAC,IAAI,CAAC,uBAAuB,CAAC;YACnD,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC3C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,wBAAwB,EAAE,CAAC,IAAI,CAAC,0BAA0B,CAAC;YACzD,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAClC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC9C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACnC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;KACP,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qDAAqD,CACnE,IAAsC;IAEtC,OAAO;QACL,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,+CAA+C,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC5E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,8CAA8C,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACzE,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,kDAAkD,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QAClF,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,qDAAqD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACnF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uDAAuD,CAAC,IAAS;IAC/E,OAAO;QACL,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC9E;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5C,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACpC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC9E,aAAa,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC;YACnC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;YACvB,CAAC,CAAC,gDAAgD,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3E,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,0BAA0B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAC9D,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,oDAAoD,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACpF,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,uDAAuD,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACrF,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;YAChB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBAC5B,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;gBACjC,OAAO,CAAC,CAAC;YACX,CAAC,CAAC;QACN,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAC1E;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAA0B;IAClF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAA2B;IACpF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAA0B;IAClF,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,iDAAiD,CAC/D,IAAkC;IAElC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAA2B;IACpF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,2CAA2C,CAAC,IAA4B;IACtF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAA2B;IACpF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAA0B;IAClF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,IAAgC;IAEhC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,2EAA2E,CACzF,IAA4D;IAE5D,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,sDAAsD,CACpE,IAAuC;IAEvC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,IAAoC;IAEpC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,IAAmC;IAEnC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAyB;IAChF,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,IAA8B;IAC1F,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,yCAAyC,CAAC,IAA0B;IAClF,OAAO,EAAE,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAgB;IAC9D,OAAO;QACL,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC;YAC3B,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;YACnB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;YACjB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACd,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAgB,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC3F,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAChD,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;QAC5C,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qCAAqC,CAAC,IAAS;IAC7D,OAAO;QACL,oBAAoB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QAClD,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACrC,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAC1C,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACzC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC/D,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,oBAAoB,EAAE,CAAC,IAAI,CAAC,sBAAsB,CAAC;YACjD,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;YAC9B,CAAC,CAAC,MAAM,CAAC,WAAW,CAChB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CACxF;KACN,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvE,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/E,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;KACnC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** IP address (v4 or v6) to be enriched */\nexport interface EnrichmentIpAddressBody {\n /** The dotted-decimal or colon-separated string representation of the IP address */\n ipAddress?: string;\n}\n\nexport function enrichmentIpAddressBodySerializer(item: EnrichmentIpAddressBody): any {\n return { ipAddress: item[\"ipAddress\"] };\n}\n\n/** Geodata information for a given IP address */\nexport interface EnrichmentIpGeodata {\n /** The autonomous system number associated with this IP address */\n asn?: string;\n /** The name of the carrier for this IP address */\n carrier?: string;\n /** The city this IP address is located in */\n city?: string;\n /** A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100 */\n cityConfidenceFactor?: number;\n /** The continent this IP address is located on */\n continent?: string;\n /** The county this IP address is located in */\n country?: string;\n /** A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100 */\n countryConfidenceFactor?: number;\n /** The dotted-decimal or colon-separated string representation of the IP address */\n ipAddr?: string;\n /** A description of the connection type of this IP address */\n ipRoutingType?: string;\n /** The latitude of this IP address */\n latitude?: string;\n /** The longitude of this IP address */\n longitude?: string;\n /** The name of the organization for this IP address */\n organization?: string;\n /** The type of the organization for this IP address */\n organizationType?: string;\n /** The geographic region this IP address is located in */\n region?: string;\n /** The state this IP address is located in */\n state?: string;\n /** A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100 */\n stateConfidenceFactor?: number;\n /** The abbreviated name for the state this IP address is located in */\n stateCode?: string;\n}\n\nexport function enrichmentIpGeodataDeserializer(item: any): EnrichmentIpGeodata {\n return {\n asn: item[\"asn\"],\n carrier: item[\"carrier\"],\n city: item[\"city\"],\n cityConfidenceFactor: item[\"cityConfidenceFactor\"],\n continent: item[\"continent\"],\n country: item[\"country\"],\n countryConfidenceFactor: item[\"countryConfidenceFactor\"],\n ipAddr: item[\"ipAddr\"],\n ipRoutingType: item[\"ipRoutingType\"],\n latitude: item[\"latitude\"],\n longitude: item[\"longitude\"],\n organization: item[\"organization\"],\n organizationType: item[\"organizationType\"],\n region: item[\"region\"],\n state: item[\"state\"],\n stateConfidenceFactor: item[\"stateConfidenceFactor\"],\n stateCode: item[\"stateCode\"],\n };\n}\n\n/** Error response structure. */\nexport interface CloudError {\n /** Error data */\n error?: CloudErrorBody;\n}\n\nexport function cloudErrorDeserializer(item: any): CloudError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : cloudErrorBodyDeserializer(item[\"error\"]),\n };\n}\n\n/** Error details. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n readonly code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n readonly message?: string;\n}\n\nexport function cloudErrorBodyDeserializer(item: any): CloudErrorBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Domain name to be enriched */\nexport interface EnrichmentDomainBody {\n /** The domain name */\n domain?: string;\n}\n\nexport function enrichmentDomainBodySerializer(item: EnrichmentDomainBody): any {\n return { domain: item[\"domain\"] };\n}\n\n/** Whois information for a given domain and associated metadata */\nexport interface EnrichmentDomainWhois {\n /** The domain for this whois record */\n domain?: string;\n /** The hostname of this registrar's whois server */\n server?: string;\n /** The timestamp at which this record was created */\n created?: Date;\n /** The timestamp at which this record was last updated */\n updated?: Date;\n /** The timestamp at which this record will expire */\n expires?: Date;\n /** The whois record for a given domain */\n parsedWhois?: EnrichmentDomainWhoisDetails;\n}\n\nexport function enrichmentDomainWhoisDeserializer(item: any): EnrichmentDomainWhois {\n return {\n domain: item[\"domain\"],\n server: item[\"server\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n expires: !item[\"expires\"] ? item[\"expires\"] : new Date(item[\"expires\"]),\n parsedWhois: !item[\"parsedWhois\"]\n ? item[\"parsedWhois\"]\n : enrichmentDomainWhoisDetailsDeserializer(item[\"parsedWhois\"]),\n };\n}\n\n/** The whois record for a given domain */\nexport interface EnrichmentDomainWhoisDetails {\n /** The registrar associated with this domain */\n registrar?: EnrichmentDomainWhoisRegistrarDetails;\n /** The set of contacts associated with this domain */\n contacts?: EnrichmentDomainWhoisContacts;\n /** A list of name servers associated with this domain */\n nameServers?: string[];\n /** The set of status flags for this whois record */\n statuses?: string[];\n}\n\nexport function enrichmentDomainWhoisDetailsDeserializer(item: any): EnrichmentDomainWhoisDetails {\n return {\n registrar: !item[\"registrar\"]\n ? item[\"registrar\"]\n : enrichmentDomainWhoisRegistrarDetailsDeserializer(item[\"registrar\"]),\n contacts: !item[\"contacts\"]\n ? item[\"contacts\"]\n : enrichmentDomainWhoisContactsDeserializer(item[\"contacts\"]),\n nameServers: !item[\"nameServers\"]\n ? item[\"nameServers\"]\n : item[\"nameServers\"].map((p: any) => {\n return p;\n }),\n statuses: !item[\"statuses\"]\n ? item[\"statuses\"]\n : item[\"statuses\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The registrar associated with this domain */\nexport interface EnrichmentDomainWhoisRegistrarDetails {\n /** The name of this registrar */\n name?: string;\n /** This registrar's abuse contact email */\n abuseContactEmail?: string;\n /** This registrar's abuse contact phone number */\n abuseContactPhone?: string;\n /** This registrar's Internet Assigned Numbers Authority id */\n ianaId?: string;\n /** This registrar's URL */\n url?: string;\n /** The hostname of this registrar's whois server */\n whoisServer?: string;\n}\n\nexport function enrichmentDomainWhoisRegistrarDetailsDeserializer(\n item: any,\n): EnrichmentDomainWhoisRegistrarDetails {\n return {\n name: item[\"name\"],\n abuseContactEmail: item[\"abuseContactEmail\"],\n abuseContactPhone: item[\"abuseContactPhone\"],\n ianaId: item[\"ianaId\"],\n url: item[\"url\"],\n whoisServer: item[\"whoisServer\"],\n };\n}\n\n/** The set of contacts associated with this domain */\nexport interface EnrichmentDomainWhoisContacts {\n /** The admin contact for this whois record */\n admin?: EnrichmentDomainWhoisContact;\n /** The billing contact for this whois record */\n billing?: EnrichmentDomainWhoisContact;\n /** The registrant contact for this whois record */\n registrant?: EnrichmentDomainWhoisContact;\n /** The technical contact for this whois record */\n tech?: EnrichmentDomainWhoisContact;\n}\n\nexport function enrichmentDomainWhoisContactsDeserializer(\n item: any,\n): EnrichmentDomainWhoisContacts {\n return {\n admin: !item[\"admin\"] ? item[\"admin\"] : enrichmentDomainWhoisContactDeserializer(item[\"admin\"]),\n billing: !item[\"billing\"]\n ? item[\"billing\"]\n : enrichmentDomainWhoisContactDeserializer(item[\"billing\"]),\n registrant: !item[\"registrant\"]\n ? item[\"registrant\"]\n : enrichmentDomainWhoisContactDeserializer(item[\"registrant\"]),\n tech: !item[\"tech\"] ? item[\"tech\"] : enrichmentDomainWhoisContactDeserializer(item[\"tech\"]),\n };\n}\n\n/** An individual contact associated with this domain */\nexport interface EnrichmentDomainWhoisContact {\n /** The name of this contact */\n name?: string;\n /** The organization for this contact */\n org?: string;\n /** A list describing the street address for this contact */\n street?: string[];\n /** The city for this contact */\n city?: string;\n /** The state for this contact */\n state?: string;\n /** The postal code for this contact */\n postal?: string;\n /** The country for this contact */\n country?: string;\n /** The phone number for this contact */\n phone?: string;\n /** The fax number for this contact */\n fax?: string;\n /** The email address for this contact */\n email?: string;\n}\n\nexport function enrichmentDomainWhoisContactDeserializer(item: any): EnrichmentDomainWhoisContact {\n return {\n name: item[\"name\"],\n org: item[\"org\"],\n street: !item[\"street\"]\n ? item[\"street\"]\n : item[\"street\"].map((p: any) => {\n return p;\n }),\n city: item[\"city\"],\n state: item[\"state\"],\n postal: item[\"postal\"],\n country: item[\"country\"],\n phone: item[\"phone\"],\n fax: item[\"fax\"],\n email: item[\"email\"],\n };\n}\n\n/** Lists the operations available in the SecurityInsights RP. */\nexport interface _OperationsList {\n /** URL to fetch the next set of operations. */\n readonly nextLink?: string;\n /** Array of operations */\n value: Operation[];\n}\n\nexport function _operationsListDeserializer(item: any): _OperationsList {\n return {\n nextLink: item[\"nextLink\"],\n value: operationArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Operation provided by provider */\nexport interface Operation {\n /** Properties of the operation */\n display?: OperationDisplay;\n /** Name of the operation */\n name?: string;\n /** The origin of the operation */\n origin?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n name: item[\"name\"],\n origin: item[\"origin\"],\n isDataAction: item[\"isDataAction\"],\n };\n}\n\n/** Properties of the operation */\nexport interface OperationDisplay {\n /** Description of the operation */\n description?: string;\n /** Operation name */\n operation?: string;\n /** Provider name */\n provider?: string;\n /** Resource name */\n resource?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n description: item[\"description\"],\n operation: item[\"operation\"],\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n };\n}\n\n/** Alert rule. */\nexport interface AlertRule extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: MLBehaviorAnalytics, Fusion, ThreatIntelligence, MicrosoftSecurityIncidentCreation, Scheduled, NRT */\n kind: AlertRuleKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function alertRuleSerializer(item: AlertRule): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function alertRuleDeserializer(item: any): AlertRule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for AlertRuleUnion */\nexport type AlertRuleUnion =\n | MLBehaviorAnalyticsAlertRule\n | FusionAlertRule\n | ThreatIntelligenceAlertRule\n | MicrosoftSecurityIncidentCreationAlertRule\n | ScheduledAlertRule\n | NrtAlertRule\n | AlertRule;\n\nexport function alertRuleUnionSerializer(item: AlertRuleUnion): any {\n switch (item.kind) {\n case \"MLBehaviorAnalytics\":\n return mlBehaviorAnalyticsAlertRuleSerializer(item as MLBehaviorAnalyticsAlertRule);\n\n case \"Fusion\":\n return fusionAlertRuleSerializer(item as FusionAlertRule);\n\n case \"ThreatIntelligence\":\n return threatIntelligenceAlertRuleSerializer(item as ThreatIntelligenceAlertRule);\n\n case \"MicrosoftSecurityIncidentCreation\":\n return microsoftSecurityIncidentCreationAlertRuleSerializer(\n item as MicrosoftSecurityIncidentCreationAlertRule,\n );\n\n case \"Scheduled\":\n return scheduledAlertRuleSerializer(item as ScheduledAlertRule);\n\n case \"NRT\":\n return nrtAlertRuleSerializer(item as NrtAlertRule);\n\n default:\n return alertRuleSerializer(item);\n }\n}\n\nexport function alertRuleUnionDeserializer(item: any): AlertRuleUnion {\n switch (item[\"kind\"]) {\n case \"MLBehaviorAnalytics\":\n return mlBehaviorAnalyticsAlertRuleDeserializer(item as MLBehaviorAnalyticsAlertRule);\n\n case \"Fusion\":\n return fusionAlertRuleDeserializer(item as FusionAlertRule);\n\n case \"ThreatIntelligence\":\n return threatIntelligenceAlertRuleDeserializer(item as ThreatIntelligenceAlertRule);\n\n case \"MicrosoftSecurityIncidentCreation\":\n return microsoftSecurityIncidentCreationAlertRuleDeserializer(\n item as MicrosoftSecurityIncidentCreationAlertRule,\n );\n\n case \"Scheduled\":\n return scheduledAlertRuleDeserializer(item as ScheduledAlertRule);\n\n case \"NRT\":\n return nrtAlertRuleDeserializer(item as NrtAlertRule);\n\n default:\n return alertRuleDeserializer(item);\n }\n}\n\n/** The kind of the alert rule */\nexport enum KnownAlertRuleKind {\n /** Scheduled */\n Scheduled = \"Scheduled\",\n /** MicrosoftSecurityIncidentCreation */\n MicrosoftSecurityIncidentCreation = \"MicrosoftSecurityIncidentCreation\",\n /** Fusion */\n Fusion = \"Fusion\",\n /** MLBehaviorAnalytics */\n MLBehaviorAnalytics = \"MLBehaviorAnalytics\",\n /** ThreatIntelligence */\n ThreatIntelligence = \"ThreatIntelligence\",\n /** NRT */\n NRT = \"NRT\",\n}\n\n/**\n * The kind of the alert rule \\\n * {@link KnownAlertRuleKind} can be used interchangeably with AlertRuleKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Scheduled**: Scheduled \\\n * **MicrosoftSecurityIncidentCreation**: MicrosoftSecurityIncidentCreation \\\n * **Fusion**: Fusion \\\n * **MLBehaviorAnalytics**: MLBehaviorAnalytics \\\n * **ThreatIntelligence**: ThreatIntelligence \\\n * **NRT**: NRT\n */\nexport type AlertRuleKind = string;\n\n/** Represents MLBehaviorAnalytics alert rule. */\nexport interface MLBehaviorAnalyticsAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"MLBehaviorAnalytics\";\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function mlBehaviorAnalyticsAlertRuleSerializer(item: MLBehaviorAnalyticsAlertRule): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"alertRuleTemplateName\", \"enabled\"])\n ? undefined\n : _mlBehaviorAnalyticsAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function mlBehaviorAnalyticsAlertRuleDeserializer(item: any): MLBehaviorAnalyticsAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mlBehaviorAnalyticsAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MLBehaviorAnalytics alert rule base property bag. */\nexport interface MLBehaviorAnalyticsAlertRuleProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function mlBehaviorAnalyticsAlertRulePropertiesSerializer(\n item: MLBehaviorAnalyticsAlertRuleProperties,\n): any {\n return { alertRuleTemplateName: item[\"alertRuleTemplateName\"], enabled: item[\"enabled\"] };\n}\n\nexport function mlBehaviorAnalyticsAlertRulePropertiesDeserializer(\n item: any,\n): MLBehaviorAnalyticsAlertRuleProperties {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The severity of the alert */\nexport enum KnownAlertSeverity {\n /** High severity */\n High = \"High\",\n /** Medium severity */\n Medium = \"Medium\",\n /** Low severity */\n Low = \"Low\",\n /** Informational severity */\n Informational = \"Informational\",\n}\n\n/**\n * The severity of the alert \\\n * {@link KnownAlertSeverity} can be used interchangeably with AlertSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: High severity \\\n * **Medium**: Medium severity \\\n * **Low**: Low severity \\\n * **Informational**: Informational severity\n */\nexport type AlertSeverity = string;\n\n/** The severity for alerts created by this alert rule. */\nexport enum KnownAttackTactic {\n /** Reconnaissance */\n Reconnaissance = \"Reconnaissance\",\n /** ResourceDevelopment */\n ResourceDevelopment = \"ResourceDevelopment\",\n /** InitialAccess */\n InitialAccess = \"InitialAccess\",\n /** Execution */\n Execution = \"Execution\",\n /** Persistence */\n Persistence = \"Persistence\",\n /** PrivilegeEscalation */\n PrivilegeEscalation = \"PrivilegeEscalation\",\n /** DefenseEvasion */\n DefenseEvasion = \"DefenseEvasion\",\n /** CredentialAccess */\n CredentialAccess = \"CredentialAccess\",\n /** Discovery */\n Discovery = \"Discovery\",\n /** LateralMovement */\n LateralMovement = \"LateralMovement\",\n /** Collection */\n Collection = \"Collection\",\n /** Exfiltration */\n Exfiltration = \"Exfiltration\",\n /** CommandAndControl */\n CommandAndControl = \"CommandAndControl\",\n /** Impact */\n Impact = \"Impact\",\n /** PreAttack */\n PreAttack = \"PreAttack\",\n /** ImpairProcessControl */\n ImpairProcessControl = \"ImpairProcessControl\",\n /** InhibitResponseFunction */\n InhibitResponseFunction = \"InhibitResponseFunction\",\n}\n\n/**\n * The severity for alerts created by this alert rule. \\\n * {@link KnownAttackTactic} can be used interchangeably with AttackTactic,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reconnaissance**: Reconnaissance \\\n * **ResourceDevelopment**: ResourceDevelopment \\\n * **InitialAccess**: InitialAccess \\\n * **Execution**: Execution \\\n * **Persistence**: Persistence \\\n * **PrivilegeEscalation**: PrivilegeEscalation \\\n * **DefenseEvasion**: DefenseEvasion \\\n * **CredentialAccess**: CredentialAccess \\\n * **Discovery**: Discovery \\\n * **LateralMovement**: LateralMovement \\\n * **Collection**: Collection \\\n * **Exfiltration**: Exfiltration \\\n * **CommandAndControl**: CommandAndControl \\\n * **Impact**: Impact \\\n * **PreAttack**: PreAttack \\\n * **ImpairProcessControl**: ImpairProcessControl \\\n * **InhibitResponseFunction**: InhibitResponseFunction\n */\nexport type AttackTactic = string;\n\n/** Represents Fusion alert rule. */\nexport interface FusionAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"Fusion\";\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** Configuration for all supported source signals in fusion detection. */\n sourceSettings?: FusionSourceSettings[];\n /** Configuration to exclude scenarios in fusion detection. */\n scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function fusionAlertRuleSerializer(item: FusionAlertRule): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"alertRuleTemplateName\",\n \"enabled\",\n \"sourceSettings\",\n \"scenarioExclusionPatterns\",\n ])\n ? undefined\n : _fusionAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function fusionAlertRuleDeserializer(item: any): FusionAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fusionAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Fusion alert rule base property bag. */\nexport interface FusionAlertRuleProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** Configuration for all supported source signals in fusion detection. */\n sourceSettings?: FusionSourceSettings[];\n /** Configuration to exclude scenarios in fusion detection. */\n scenarioExclusionPatterns?: FusionScenarioExclusionPattern[];\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function fusionAlertRulePropertiesSerializer(item: FusionAlertRuleProperties): any {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n enabled: item[\"enabled\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionSourceSettingsArraySerializer(item[\"sourceSettings\"]),\n scenarioExclusionPatterns: !item[\"scenarioExclusionPatterns\"]\n ? item[\"scenarioExclusionPatterns\"]\n : fusionScenarioExclusionPatternArraySerializer(item[\"scenarioExclusionPatterns\"]),\n };\n}\n\nexport function fusionAlertRulePropertiesDeserializer(item: any): FusionAlertRuleProperties {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionSourceSettingsArrayDeserializer(item[\"sourceSettings\"]),\n scenarioExclusionPatterns: !item[\"scenarioExclusionPatterns\"]\n ? item[\"scenarioExclusionPatterns\"]\n : fusionScenarioExclusionPatternArrayDeserializer(item[\"scenarioExclusionPatterns\"]),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function fusionSourceSettingsArraySerializer(result: Array<FusionSourceSettings>): any[] {\n return result.map((item) => {\n return fusionSourceSettingsSerializer(item);\n });\n}\n\nexport function fusionSourceSettingsArrayDeserializer(result: Array<FusionSourceSettings>): any[] {\n return result.map((item) => {\n return fusionSourceSettingsDeserializer(item);\n });\n}\n\n/** Represents a supported source signal configuration in Fusion detection. */\nexport interface FusionSourceSettings {\n /** Determines whether this source signal is enabled or disabled in Fusion detection. */\n enabled: boolean;\n /** Name of the Fusion source signal. Refer to Fusion alert rule template for supported values. */\n sourceName: string;\n /** Configuration for all source subtypes under this source signal consumed in fusion detection. */\n sourceSubTypes?: FusionSourceSubTypeSetting[];\n}\n\nexport function fusionSourceSettingsSerializer(item: FusionSourceSettings): any {\n return {\n enabled: item[\"enabled\"],\n sourceName: item[\"sourceName\"],\n sourceSubTypes: !item[\"sourceSubTypes\"]\n ? item[\"sourceSubTypes\"]\n : fusionSourceSubTypeSettingArraySerializer(item[\"sourceSubTypes\"]),\n };\n}\n\nexport function fusionSourceSettingsDeserializer(item: any): FusionSourceSettings {\n return {\n enabled: item[\"enabled\"],\n sourceName: item[\"sourceName\"],\n sourceSubTypes: !item[\"sourceSubTypes\"]\n ? item[\"sourceSubTypes\"]\n : fusionSourceSubTypeSettingArrayDeserializer(item[\"sourceSubTypes\"]),\n };\n}\n\nexport function fusionSourceSubTypeSettingArraySerializer(\n result: Array<FusionSourceSubTypeSetting>,\n): any[] {\n return result.map((item) => {\n return fusionSourceSubTypeSettingSerializer(item);\n });\n}\n\nexport function fusionSourceSubTypeSettingArrayDeserializer(\n result: Array<FusionSourceSubTypeSetting>,\n): any[] {\n return result.map((item) => {\n return fusionSourceSubTypeSettingDeserializer(item);\n });\n}\n\n/** Represents a supported source subtype configuration under a source signal in Fusion detection. */\nexport interface FusionSourceSubTypeSetting {\n /** Determines whether this source subtype under source signal is enabled or disabled in Fusion detection. */\n enabled: boolean;\n /** The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values. */\n sourceSubTypeName: string;\n /** The display name of source subtype under a source signal consumed in Fusion detection. */\n readonly sourceSubTypeDisplayName?: string;\n /** Severity configuration for a source subtype consumed in fusion detection. */\n severityFilters: FusionSubTypeSeverityFilter;\n}\n\nexport function fusionSourceSubTypeSettingSerializer(item: FusionSourceSubTypeSetting): any {\n return {\n enabled: item[\"enabled\"],\n sourceSubTypeName: item[\"sourceSubTypeName\"],\n severityFilters: fusionSubTypeSeverityFilterSerializer(item[\"severityFilters\"]),\n };\n}\n\nexport function fusionSourceSubTypeSettingDeserializer(item: any): FusionSourceSubTypeSetting {\n return {\n enabled: item[\"enabled\"],\n sourceSubTypeName: item[\"sourceSubTypeName\"],\n sourceSubTypeDisplayName: item[\"sourceSubTypeDisplayName\"],\n severityFilters: fusionSubTypeSeverityFilterDeserializer(item[\"severityFilters\"]),\n };\n}\n\n/** Represents severity configuration for a source subtype consumed in Fusion detection. */\nexport interface FusionSubTypeSeverityFilter {\n /** Determines whether this source subtype supports severity configuration or not. */\n readonly isSupported?: boolean;\n /** Individual Severity configuration settings for a given source subtype consumed in Fusion detection. */\n filters?: FusionSubTypeSeverityFiltersItem[];\n}\n\nexport function fusionSubTypeSeverityFilterSerializer(item: FusionSubTypeSeverityFilter): any {\n return {\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : fusionSubTypeSeverityFiltersItemArraySerializer(item[\"filters\"]),\n };\n}\n\nexport function fusionSubTypeSeverityFilterDeserializer(item: any): FusionSubTypeSeverityFilter {\n return {\n isSupported: item[\"isSupported\"],\n filters: !item[\"filters\"]\n ? item[\"filters\"]\n : fusionSubTypeSeverityFiltersItemArrayDeserializer(item[\"filters\"]),\n };\n}\n\nexport function fusionSubTypeSeverityFiltersItemArraySerializer(\n result: Array<FusionSubTypeSeverityFiltersItem>,\n): any[] {\n return result.map((item) => {\n return fusionSubTypeSeverityFiltersItemSerializer(item);\n });\n}\n\nexport function fusionSubTypeSeverityFiltersItemArrayDeserializer(\n result: Array<FusionSubTypeSeverityFiltersItem>,\n): any[] {\n return result.map((item) => {\n return fusionSubTypeSeverityFiltersItemDeserializer(item);\n });\n}\n\n/** Represents a Severity filter setting for a given source subtype consumed in Fusion detection. */\nexport interface FusionSubTypeSeverityFiltersItem {\n /** The Severity for a given source subtype consumed in Fusion detection. */\n severity: AlertSeverity;\n /** Determines whether this severity is enabled or disabled for this source subtype consumed in Fusion detection. */\n enabled: boolean;\n}\n\nexport function fusionSubTypeSeverityFiltersItemSerializer(\n item: FusionSubTypeSeverityFiltersItem,\n): any {\n return { severity: item[\"severity\"], enabled: item[\"enabled\"] };\n}\n\nexport function fusionSubTypeSeverityFiltersItemDeserializer(\n item: any,\n): FusionSubTypeSeverityFiltersItem {\n return {\n severity: item[\"severity\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function fusionScenarioExclusionPatternArraySerializer(\n result: Array<FusionScenarioExclusionPattern>,\n): any[] {\n return result.map((item) => {\n return fusionScenarioExclusionPatternSerializer(item);\n });\n}\n\nexport function fusionScenarioExclusionPatternArrayDeserializer(\n result: Array<FusionScenarioExclusionPattern>,\n): any[] {\n return result.map((item) => {\n return fusionScenarioExclusionPatternDeserializer(item);\n });\n}\n\n/** Represents a Fusion scenario exclusion patterns in Fusion detection. */\nexport interface FusionScenarioExclusionPattern {\n /** Scenario exclusion pattern. */\n exclusionPattern: string;\n /** DateTime when scenario exclusion pattern is added in UTC. */\n dateAddedInUTC: string;\n}\n\nexport function fusionScenarioExclusionPatternSerializer(\n item: FusionScenarioExclusionPattern,\n): any {\n return { exclusionPattern: item[\"exclusionPattern\"], dateAddedInUTC: item[\"dateAddedInUTC\"] };\n}\n\nexport function fusionScenarioExclusionPatternDeserializer(\n item: any,\n): FusionScenarioExclusionPattern {\n return {\n exclusionPattern: item[\"exclusionPattern\"],\n dateAddedInUTC: item[\"dateAddedInUTC\"],\n };\n}\n\n/** Represents Threat Intelligence alert rule. */\nexport interface ThreatIntelligenceAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"ThreatIntelligence\";\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function threatIntelligenceAlertRuleSerializer(item: ThreatIntelligenceAlertRule): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"alertRuleTemplateName\", \"enabled\"])\n ? undefined\n : _threatIntelligenceAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function threatIntelligenceAlertRuleDeserializer(item: any): ThreatIntelligenceAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _threatIntelligenceAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Threat Intelligence alert rule base property bag. */\nexport interface ThreatIntelligenceAlertRuleProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName: string;\n /** The description of the alert rule. */\n readonly description?: string;\n /** The display name for alerts created by this alert rule. */\n readonly displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The severity for alerts created by this alert rule. */\n readonly severity?: AlertSeverity;\n /** The tactics of the alert rule */\n readonly tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n readonly techniques?: string[];\n /** The sub-techniques of the alert rule */\n readonly subTechniques?: string[];\n}\n\nexport function threatIntelligenceAlertRulePropertiesSerializer(\n item: ThreatIntelligenceAlertRuleProperties,\n): any {\n return { alertRuleTemplateName: item[\"alertRuleTemplateName\"], enabled: item[\"enabled\"] };\n}\n\nexport function threatIntelligenceAlertRulePropertiesDeserializer(\n item: any,\n): ThreatIntelligenceAlertRuleProperties {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents MicrosoftSecurityIncidentCreation rule. */\nexport interface MicrosoftSecurityIncidentCreationAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"MicrosoftSecurityIncidentCreation\";\n /** the alerts' displayNames on which the cases will be generated */\n displayNamesFilter?: string[];\n /** the alerts' displayNames on which the cases will not be generated */\n displayNamesExcludeFilter?: string[];\n /** The alerts' productName on which the cases will be generated */\n productFilter?: MicrosoftSecurityProductName;\n /** the alerts' severities on which the cases will be generated */\n severitiesFilter?: AlertSeverity[];\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The display name for alerts created by this alert rule. */\n displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleSerializer(\n item: MicrosoftSecurityIncidentCreationAlertRule,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"displayNamesFilter\",\n \"displayNamesExcludeFilter\",\n \"productFilter\",\n \"severitiesFilter\",\n \"alertRuleTemplateName\",\n \"description\",\n \"displayName\",\n \"enabled\",\n ])\n ? undefined\n : _microsoftSecurityIncidentCreationAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleDeserializer(\n item: any,\n): MicrosoftSecurityIncidentCreationAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _microsoftSecurityIncidentCreationAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MicrosoftSecurityIncidentCreation rule property bag. */\nexport interface MicrosoftSecurityIncidentCreationAlertRuleProperties extends MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The display name for alerts created by this alert rule. */\n displayName: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** The last time that this alert has been modified. */\n readonly lastModifiedUtc?: Date;\n}\n\nexport function microsoftSecurityIncidentCreationAlertRulePropertiesSerializer(\n item: MicrosoftSecurityIncidentCreationAlertRuleProperties,\n): any {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function microsoftSecurityIncidentCreationAlertRulePropertiesDeserializer(\n item: any,\n): MicrosoftSecurityIncidentCreationAlertRuleProperties {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n };\n}\n\n/** Represents scheduled alert rule. */\nexport interface ScheduledAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"Scheduled\";\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The frequency (in ISO 8601 duration format) for this alert rule to run. */\n queryFrequency?: string;\n /** The period (in ISO 8601 duration format) that this alert rule looks at. */\n queryPeriod?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The operation against the threshold that triggers alert rule. */\n triggerOperator?: TriggerOperator;\n /** The threshold triggers this alert rule. */\n triggerThreshold?: number;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */\n templateVersion?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The display name for alerts created by this alert rule. */\n displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */\n suppressionDuration?: string;\n /** Determines whether the suppression for this alert rule is enabled or disabled. */\n suppressionEnabled?: boolean;\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The settings of the incidents that created from alerts triggered by this analytics rule */\n incidentConfiguration?: IncidentConfiguration;\n}\n\nexport function scheduledAlertRuleSerializer(item: ScheduledAlertRule): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"query\",\n \"queryFrequency\",\n \"queryPeriod\",\n \"severity\",\n \"triggerOperator\",\n \"triggerThreshold\",\n \"eventGroupingSettings\",\n \"customDetails\",\n \"entityMappings\",\n \"alertDetailsOverride\",\n \"sentinelEntitiesMappings\",\n \"alertRuleTemplateName\",\n \"templateVersion\",\n \"description\",\n \"displayName\",\n \"enabled\",\n \"suppressionDuration\",\n \"suppressionEnabled\",\n \"tactics\",\n \"techniques\",\n \"subTechniques\",\n \"incidentConfiguration\",\n ])\n ? undefined\n : _scheduledAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function scheduledAlertRuleDeserializer(item: any): ScheduledAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _scheduledAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Scheduled alert rule base property bag. */\nexport interface ScheduledAlertRuleProperties extends ScheduledAlertRuleCommonProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */\n templateVersion?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The display name for alerts created by this alert rule. */\n displayName: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */\n suppressionDuration: string;\n /** Determines whether the suppression for this alert rule is enabled or disabled. */\n suppressionEnabled: boolean;\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The settings of the incidents that created from alerts triggered by this analytics rule */\n incidentConfiguration?: IncidentConfiguration;\n}\n\nexport function scheduledAlertRulePropertiesSerializer(item: ScheduledAlertRuleProperties): any {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsSerializer(item[\"eventGroupingSettings\"]),\n customDetails: item[\"customDetails\"],\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArraySerializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideSerializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArraySerializer(item[\"sentinelEntitiesMappings\"]),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationSerializer(item[\"incidentConfiguration\"]),\n };\n}\n\nexport function scheduledAlertRulePropertiesDeserializer(item: any): ScheduledAlertRuleProperties {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationDeserializer(item[\"incidentConfiguration\"]),\n };\n}\n\n/** Incident Configuration property bag. */\nexport interface IncidentConfiguration {\n /** Create incidents from alerts triggered by this analytics rule */\n createIncident: boolean;\n /** Set how the alerts that are triggered by this analytics rule, are grouped into incidents */\n groupingConfiguration?: GroupingConfiguration;\n}\n\nexport function incidentConfigurationSerializer(item: IncidentConfiguration): any {\n return {\n createIncident: item[\"createIncident\"],\n groupingConfiguration: !item[\"groupingConfiguration\"]\n ? item[\"groupingConfiguration\"]\n : groupingConfigurationSerializer(item[\"groupingConfiguration\"]),\n };\n}\n\nexport function incidentConfigurationDeserializer(item: any): IncidentConfiguration {\n return {\n createIncident: item[\"createIncident\"],\n groupingConfiguration: !item[\"groupingConfiguration\"]\n ? item[\"groupingConfiguration\"]\n : groupingConfigurationDeserializer(item[\"groupingConfiguration\"]),\n };\n}\n\n/** Grouping configuration property bag. */\nexport interface GroupingConfiguration {\n /** Grouping enabled */\n enabled: boolean;\n /** Re-open closed matching incidents */\n reopenClosedIncident: boolean;\n /** Limit the group to alerts created within the lookback duration (in ISO 8601 duration format) */\n lookbackDuration: string;\n /** Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty. */\n matchingMethod: MatchingMethod;\n /** A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used. */\n groupByEntities?: EntityMappingType[];\n /** A list of alert details to group by (when matchingMethod is Selected) */\n groupByAlertDetails?: AlertDetail[];\n /** A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used. */\n groupByCustomDetails?: string[];\n}\n\nexport function groupingConfigurationSerializer(item: GroupingConfiguration): any {\n return {\n enabled: item[\"enabled\"],\n reopenClosedIncident: item[\"reopenClosedIncident\"],\n lookbackDuration: item[\"lookbackDuration\"],\n matchingMethod: item[\"matchingMethod\"],\n groupByEntities: !item[\"groupByEntities\"]\n ? item[\"groupByEntities\"]\n : item[\"groupByEntities\"].map((p: any) => {\n return p;\n }),\n groupByAlertDetails: !item[\"groupByAlertDetails\"]\n ? item[\"groupByAlertDetails\"]\n : item[\"groupByAlertDetails\"].map((p: any) => {\n return p;\n }),\n groupByCustomDetails: !item[\"groupByCustomDetails\"]\n ? item[\"groupByCustomDetails\"]\n : item[\"groupByCustomDetails\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function groupingConfigurationDeserializer(item: any): GroupingConfiguration {\n return {\n enabled: item[\"enabled\"],\n reopenClosedIncident: item[\"reopenClosedIncident\"],\n lookbackDuration: item[\"lookbackDuration\"],\n matchingMethod: item[\"matchingMethod\"],\n groupByEntities: !item[\"groupByEntities\"]\n ? item[\"groupByEntities\"]\n : item[\"groupByEntities\"].map((p: any) => {\n return p;\n }),\n groupByAlertDetails: !item[\"groupByAlertDetails\"]\n ? item[\"groupByAlertDetails\"]\n : item[\"groupByAlertDetails\"].map((p: any) => {\n return p;\n }),\n groupByCustomDetails: !item[\"groupByCustomDetails\"]\n ? item[\"groupByCustomDetails\"]\n : item[\"groupByCustomDetails\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty. */\nexport enum KnownMatchingMethod {\n /** Grouping alerts into a single incident if all the entities match */\n AllEntities = \"AllEntities\",\n /** Grouping any alerts triggered by this rule into a single incident */\n AnyAlert = \"AnyAlert\",\n /** Grouping alerts into a single incident if the selected entities, custom details and alert details match */\n Selected = \"Selected\",\n}\n\n/**\n * Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty. \\\n * {@link KnownMatchingMethod} can be used interchangeably with MatchingMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AllEntities**: Grouping alerts into a single incident if all the entities match \\\n * **AnyAlert**: Grouping any alerts triggered by this rule into a single incident \\\n * **Selected**: Grouping alerts into a single incident if the selected entities, custom details and alert details match\n */\nexport type MatchingMethod = string;\n\n/** The V3 type of the mapped entity */\nexport enum KnownEntityMappingType {\n /** User account entity type */\n Account = \"Account\",\n /** Host entity type */\n Host = \"Host\",\n /** IP address entity type */\n IP = \"IP\",\n /** Malware entity type */\n Malware = \"Malware\",\n /** System file entity type */\n File = \"File\",\n /** Process entity type */\n Process = \"Process\",\n /** Cloud app entity type */\n CloudApplication = \"CloudApplication\",\n /** DNS entity type */\n DNS = \"DNS\",\n /** Azure resource entity type */\n AzureResource = \"AzureResource\",\n /** File-hash entity type */\n FileHash = \"FileHash\",\n /** Registry key entity type */\n RegistryKey = \"RegistryKey\",\n /** Registry value entity type */\n RegistryValue = \"RegistryValue\",\n /** Security group entity type */\n SecurityGroup = \"SecurityGroup\",\n /** URL entity type */\n URL = \"URL\",\n /** Mailbox entity type */\n Mailbox = \"Mailbox\",\n /** Mail cluster entity type */\n MailCluster = \"MailCluster\",\n /** Mail message entity type */\n MailMessage = \"MailMessage\",\n /** Submission mail entity type */\n SubmissionMail = \"SubmissionMail\",\n}\n\n/**\n * The V3 type of the mapped entity \\\n * {@link KnownEntityMappingType} can be used interchangeably with EntityMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Account**: User account entity type \\\n * **Host**: Host entity type \\\n * **IP**: IP address entity type \\\n * **Malware**: Malware entity type \\\n * **File**: System file entity type \\\n * **Process**: Process entity type \\\n * **CloudApplication**: Cloud app entity type \\\n * **DNS**: DNS entity type \\\n * **AzureResource**: Azure resource entity type \\\n * **FileHash**: File-hash entity type \\\n * **RegistryKey**: Registry key entity type \\\n * **RegistryValue**: Registry value entity type \\\n * **SecurityGroup**: Security group entity type \\\n * **URL**: URL entity type \\\n * **Mailbox**: Mailbox entity type \\\n * **MailCluster**: Mail cluster entity type \\\n * **MailMessage**: Mail message entity type \\\n * **SubmissionMail**: Submission mail entity type\n */\nexport type EntityMappingType = string;\n\n/** Alert detail */\nexport enum KnownAlertDetail {\n /** Alert display name */\n DisplayName = \"DisplayName\",\n /** Alert severity */\n Severity = \"Severity\",\n}\n\n/**\n * Alert detail \\\n * {@link KnownAlertDetail} can be used interchangeably with AlertDetail,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DisplayName**: Alert display name \\\n * **Severity**: Alert severity\n */\nexport type AlertDetail = string;\n\n/** Represents NRT alert rule. */\nexport interface NrtAlertRule extends AlertRule {\n /** The kind of the alert rule */\n kind: \"NRT\";\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */\n templateVersion?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The display name for alerts created by this alert rule. */\n displayName?: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */\n suppressionDuration?: string;\n /** Determines whether the suppression for this alert rule is enabled or disabled. */\n suppressionEnabled?: boolean;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The settings of the incidents that created from alerts triggered by this analytics rule */\n incidentConfiguration?: IncidentConfiguration;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function nrtAlertRuleSerializer(item: NrtAlertRule): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"alertRuleTemplateName\",\n \"templateVersion\",\n \"description\",\n \"query\",\n \"tactics\",\n \"techniques\",\n \"subTechniques\",\n \"displayName\",\n \"enabled\",\n \"suppressionDuration\",\n \"suppressionEnabled\",\n \"severity\",\n \"incidentConfiguration\",\n \"customDetails\",\n \"entityMappings\",\n \"alertDetailsOverride\",\n \"eventGroupingSettings\",\n \"sentinelEntitiesMappings\",\n ])\n ? undefined\n : _nrtAlertRulePropertiesSerializer(item),\n };\n}\n\nexport function nrtAlertRuleDeserializer(item: any): NrtAlertRule {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _nrtAlertRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Nrt alert rule base property bag. */\nexport interface NrtAlertRuleProperties {\n /** The Name of the alert rule template used to create this rule. */\n alertRuleTemplateName?: string;\n /** The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2> */\n templateVersion?: string;\n /** The description of the alert rule. */\n description?: string;\n /** The query that creates alerts for this rule. */\n query: string;\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The display name for alerts created by this alert rule. */\n displayName: string;\n /** Determines whether this alert rule is enabled or disabled. */\n enabled: boolean;\n /** The last time that this alert rule has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered. */\n suppressionDuration: string;\n /** Determines whether the suppression for this alert rule is enabled or disabled. */\n suppressionEnabled: boolean;\n /** The severity for alerts created by this alert rule. */\n severity: AlertSeverity;\n /** The settings of the incidents that created from alerts triggered by this analytics rule */\n incidentConfiguration?: IncidentConfiguration;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function nrtAlertRulePropertiesSerializer(item: NrtAlertRuleProperties): any {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n query: item[\"query\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n severity: item[\"severity\"],\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationSerializer(item[\"incidentConfiguration\"]),\n customDetails: item[\"customDetails\"],\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArraySerializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideSerializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsSerializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArraySerializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function nrtAlertRulePropertiesDeserializer(item: any): NrtAlertRuleProperties {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n query: item[\"query\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n severity: item[\"severity\"],\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationDeserializer(item[\"incidentConfiguration\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function entityMappingArraySerializer(result: Array<EntityMapping>): any[] {\n return result.map((item) => {\n return entityMappingSerializer(item);\n });\n}\n\nexport function entityMappingArrayDeserializer(result: Array<EntityMapping>): any[] {\n return result.map((item) => {\n return entityMappingDeserializer(item);\n });\n}\n\n/** Single entity mapping for the alert rule */\nexport interface EntityMapping {\n /** The V3 type of the mapped entity */\n entityType?: EntityMappingType;\n /** array of field mappings for the given entity mapping */\n fieldMappings?: FieldMapping[];\n}\n\nexport function entityMappingSerializer(item: EntityMapping): any {\n return {\n entityType: item[\"entityType\"],\n fieldMappings: !item[\"fieldMappings\"]\n ? item[\"fieldMappings\"]\n : fieldMappingArraySerializer(item[\"fieldMappings\"]),\n };\n}\n\nexport function entityMappingDeserializer(item: any): EntityMapping {\n return {\n entityType: item[\"entityType\"],\n fieldMappings: !item[\"fieldMappings\"]\n ? item[\"fieldMappings\"]\n : fieldMappingArrayDeserializer(item[\"fieldMappings\"]),\n };\n}\n\nexport function fieldMappingArraySerializer(result: Array<FieldMapping>): any[] {\n return result.map((item) => {\n return fieldMappingSerializer(item);\n });\n}\n\nexport function fieldMappingArrayDeserializer(result: Array<FieldMapping>): any[] {\n return result.map((item) => {\n return fieldMappingDeserializer(item);\n });\n}\n\n/** A single field mapping of the mapped entity */\nexport interface FieldMapping {\n /** the V3 identifier of the entity */\n identifier?: string;\n /** the column name to be mapped to the identifier */\n columnName?: string;\n}\n\nexport function fieldMappingSerializer(item: FieldMapping): any {\n return { identifier: item[\"identifier\"], columnName: item[\"columnName\"] };\n}\n\nexport function fieldMappingDeserializer(item: any): FieldMapping {\n return {\n identifier: item[\"identifier\"],\n columnName: item[\"columnName\"],\n };\n}\n\n/** Settings for how to dynamically override alert static details */\nexport interface AlertDetailsOverride {\n /** the format containing columns name(s) to override the alert name */\n alertDisplayNameFormat?: string;\n /** the format containing columns name(s) to override the alert description */\n alertDescriptionFormat?: string;\n /** the column name to take the alert tactics from */\n alertTacticsColumnName?: string;\n /** the column name to take the alert severity from */\n alertSeverityColumnName?: string;\n /** List of additional dynamic properties to override */\n alertDynamicProperties?: AlertPropertyMapping[];\n}\n\nexport function alertDetailsOverrideSerializer(item: AlertDetailsOverride): any {\n return {\n alertDisplayNameFormat: item[\"alertDisplayNameFormat\"],\n alertDescriptionFormat: item[\"alertDescriptionFormat\"],\n alertTacticsColumnName: item[\"alertTacticsColumnName\"],\n alertSeverityColumnName: item[\"alertSeverityColumnName\"],\n alertDynamicProperties: !item[\"alertDynamicProperties\"]\n ? item[\"alertDynamicProperties\"]\n : alertPropertyMappingArraySerializer(item[\"alertDynamicProperties\"]),\n };\n}\n\nexport function alertDetailsOverrideDeserializer(item: any): AlertDetailsOverride {\n return {\n alertDisplayNameFormat: item[\"alertDisplayNameFormat\"],\n alertDescriptionFormat: item[\"alertDescriptionFormat\"],\n alertTacticsColumnName: item[\"alertTacticsColumnName\"],\n alertSeverityColumnName: item[\"alertSeverityColumnName\"],\n alertDynamicProperties: !item[\"alertDynamicProperties\"]\n ? item[\"alertDynamicProperties\"]\n : alertPropertyMappingArrayDeserializer(item[\"alertDynamicProperties\"]),\n };\n}\n\nexport function alertPropertyMappingArraySerializer(result: Array<AlertPropertyMapping>): any[] {\n return result.map((item) => {\n return alertPropertyMappingSerializer(item);\n });\n}\n\nexport function alertPropertyMappingArrayDeserializer(result: Array<AlertPropertyMapping>): any[] {\n return result.map((item) => {\n return alertPropertyMappingDeserializer(item);\n });\n}\n\n/** A single alert property mapping to override */\nexport interface AlertPropertyMapping {\n /** The V3 alert property */\n alertProperty?: AlertProperty;\n /** the column name to use to override this property */\n value?: string;\n}\n\nexport function alertPropertyMappingSerializer(item: AlertPropertyMapping): any {\n return { alertProperty: item[\"alertProperty\"], value: item[\"value\"] };\n}\n\nexport function alertPropertyMappingDeserializer(item: any): AlertPropertyMapping {\n return {\n alertProperty: item[\"alertProperty\"],\n value: item[\"value\"],\n };\n}\n\n/** The V3 alert property */\nexport enum KnownAlertProperty {\n /** Alert's link */\n AlertLink = \"AlertLink\",\n /** Confidence level property */\n ConfidenceLevel = \"ConfidenceLevel\",\n /** Confidence score */\n ConfidenceScore = \"ConfidenceScore\",\n /** Extended links to the alert */\n ExtendedLinks = \"ExtendedLinks\",\n /** Product name alert property */\n ProductName = \"ProductName\",\n /** Provider name alert property */\n ProviderName = \"ProviderName\",\n /** Product component name alert property */\n ProductComponentName = \"ProductComponentName\",\n /** Remediation steps alert property */\n RemediationSteps = \"RemediationSteps\",\n /** Techniques alert property */\n Techniques = \"Techniques\",\n /** SubTechniques alert property */\n SubTechniques = \"SubTechniques\",\n}\n\n/**\n * The V3 alert property \\\n * {@link KnownAlertProperty} can be used interchangeably with AlertProperty,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AlertLink**: Alert's link \\\n * **ConfidenceLevel**: Confidence level property \\\n * **ConfidenceScore**: Confidence score \\\n * **ExtendedLinks**: Extended links to the alert \\\n * **ProductName**: Product name alert property \\\n * **ProviderName**: Provider name alert property \\\n * **ProductComponentName**: Product component name alert property \\\n * **RemediationSteps**: Remediation steps alert property \\\n * **Techniques**: Techniques alert property \\\n * **SubTechniques**: SubTechniques alert property\n */\nexport type AlertProperty = string;\n\n/** Event grouping settings property bag. */\nexport interface EventGroupingSettings {\n /** The event grouping aggregation kinds */\n aggregationKind?: EventGroupingAggregationKind;\n}\n\nexport function eventGroupingSettingsSerializer(item: EventGroupingSettings): any {\n return { aggregationKind: item[\"aggregationKind\"] };\n}\n\nexport function eventGroupingSettingsDeserializer(item: any): EventGroupingSettings {\n return {\n aggregationKind: item[\"aggregationKind\"],\n };\n}\n\n/** The event grouping aggregation kinds */\nexport enum KnownEventGroupingAggregationKind {\n /** SingleAlert */\n SingleAlert = \"SingleAlert\",\n /** AlertPerResult */\n AlertPerResult = \"AlertPerResult\",\n}\n\n/**\n * The event grouping aggregation kinds \\\n * {@link KnownEventGroupingAggregationKind} can be used interchangeably with EventGroupingAggregationKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleAlert**: SingleAlert \\\n * **AlertPerResult**: AlertPerResult\n */\nexport type EventGroupingAggregationKind = string;\n\nexport function sentinelEntityMappingArraySerializer(result: Array<SentinelEntityMapping>): any[] {\n return result.map((item) => {\n return sentinelEntityMappingSerializer(item);\n });\n}\n\nexport function sentinelEntityMappingArrayDeserializer(\n result: Array<SentinelEntityMapping>,\n): any[] {\n return result.map((item) => {\n return sentinelEntityMappingDeserializer(item);\n });\n}\n\n/** A single sentinel entity mapping */\nexport interface SentinelEntityMapping {\n /** the column name to be mapped to the SentinelEntities */\n columnName?: string;\n}\n\nexport function sentinelEntityMappingSerializer(item: SentinelEntityMapping): any {\n return { columnName: item[\"columnName\"] };\n}\n\nexport function sentinelEntityMappingDeserializer(item: any): SentinelEntityMapping {\n return {\n columnName: item[\"columnName\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** MicrosoftSecurityIncidentCreation rule common property bag. */\nexport interface MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {\n /** the alerts' displayNames on which the cases will be generated */\n displayNamesFilter?: string[];\n /** the alerts' displayNames on which the cases will not be generated */\n displayNamesExcludeFilter?: string[];\n /** The alerts' productName on which the cases will be generated */\n productFilter: MicrosoftSecurityProductName;\n /** the alerts' severities on which the cases will be generated */\n severitiesFilter?: AlertSeverity[];\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleCommonPropertiesSerializer(\n item: MicrosoftSecurityIncidentCreationAlertRuleCommonProperties,\n): any {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleCommonPropertiesDeserializer(\n item: any,\n): MicrosoftSecurityIncidentCreationAlertRuleCommonProperties {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The alerts' productName on which the cases will be generated */\nexport enum KnownMicrosoftSecurityProductName {\n /** Microsoft Cloud App Security */\n MicrosoftCloudAppSecurity = \"Microsoft Cloud App Security\",\n /** Azure Security Center */\n AzureSecurityCenter = \"Azure Security Center\",\n /** Azure Advanced Threat Protection */\n AzureAdvancedThreatProtection = \"Azure Advanced Threat Protection\",\n /** Azure Active Directory Identity Protection */\n AzureActiveDirectoryIdentityProtection = \"Azure Active Directory Identity Protection\",\n /** Azure Security Center for IoT */\n AzureSecurityCenterForIoT = \"Azure Security Center for IoT\",\n /** Office 365 Advanced Threat Protection */\n Office365AdvancedThreatProtection = \"Office 365 Advanced Threat Protection\",\n /** Microsoft Defender Advanced Threat Protection */\n MicrosoftDefenderAdvancedThreatProtection = \"Microsoft Defender Advanced Threat Protection\",\n}\n\n/**\n * The alerts' productName on which the cases will be generated \\\n * {@link KnownMicrosoftSecurityProductName} can be used interchangeably with MicrosoftSecurityProductName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft Cloud App Security**: Microsoft Cloud App Security \\\n * **Azure Security Center**: Azure Security Center \\\n * **Azure Advanced Threat Protection**: Azure Advanced Threat Protection \\\n * **Azure Active Directory Identity Protection**: Azure Active Directory Identity Protection \\\n * **Azure Security Center for IoT**: Azure Security Center for IoT \\\n * **Office 365 Advanced Threat Protection**: Office 365 Advanced Threat Protection \\\n * **Microsoft Defender Advanced Threat Protection**: Microsoft Defender Advanced Threat Protection\n */\nexport type MicrosoftSecurityProductName = string;\n\n/** Scheduled alert rule template property bag. */\nexport interface ScheduledAlertRuleCommonProperties {\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The frequency (in ISO 8601 duration format) for this alert rule to run. */\n queryFrequency?: string;\n /** The period (in ISO 8601 duration format) that this alert rule looks at. */\n queryPeriod?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The operation against the threshold that triggers alert rule. */\n triggerOperator?: TriggerOperator;\n /** The threshold triggers this alert rule. */\n triggerThreshold?: number;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function scheduledAlertRuleCommonPropertiesSerializer(\n item: ScheduledAlertRuleCommonProperties,\n): any {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsSerializer(item[\"eventGroupingSettings\"]),\n customDetails: item[\"customDetails\"],\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArraySerializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideSerializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArraySerializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function scheduledAlertRuleCommonPropertiesDeserializer(\n item: any,\n): ScheduledAlertRuleCommonProperties {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\n/** The operation against the threshold that triggers alert rule. */\nexport type TriggerOperator = \"GreaterThan\" | \"LessThan\" | \"Equal\" | \"NotEqual\";\n\n/** List all the alert rules. */\nexport interface _AlertRulesList {\n /** The AlertRule items on this page */\n value: AlertRuleUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _alertRulesListDeserializer(item: any): _AlertRulesList {\n return {\n value: alertRuleUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function alertRuleUnionArraySerializer(result: Array<AlertRuleUnion>): any[] {\n return result.map((item) => {\n return alertRuleUnionSerializer(item);\n });\n}\n\nexport function alertRuleUnionArrayDeserializer(result: Array<AlertRuleUnion>): any[] {\n return result.map((item) => {\n return alertRuleUnionDeserializer(item);\n });\n}\n\n/** Alert rule template. */\nexport interface AlertRuleTemplate extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: MLBehaviorAnalytics, Fusion, ThreatIntelligence, MicrosoftSecurityIncidentCreation, Scheduled, NRT */\n kind: AlertRuleKind;\n}\n\nexport function alertRuleTemplateDeserializer(item: any): AlertRuleTemplate {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for AlertRuleTemplateUnion */\nexport type AlertRuleTemplateUnion =\n | MLBehaviorAnalyticsAlertRuleTemplate\n | FusionAlertRuleTemplate\n | ThreatIntelligenceAlertRuleTemplate\n | MicrosoftSecurityIncidentCreationAlertRuleTemplate\n | ScheduledAlertRuleTemplate\n | NrtAlertRuleTemplate\n | AlertRuleTemplate;\n\nexport function alertRuleTemplateUnionDeserializer(item: any): AlertRuleTemplateUnion {\n switch (item[\"kind\"]) {\n case \"MLBehaviorAnalytics\":\n return mlBehaviorAnalyticsAlertRuleTemplateDeserializer(\n item as MLBehaviorAnalyticsAlertRuleTemplate,\n );\n\n case \"Fusion\":\n return fusionAlertRuleTemplateDeserializer(item as FusionAlertRuleTemplate);\n\n case \"ThreatIntelligence\":\n return threatIntelligenceAlertRuleTemplateDeserializer(\n item as ThreatIntelligenceAlertRuleTemplate,\n );\n\n case \"MicrosoftSecurityIncidentCreation\":\n return microsoftSecurityIncidentCreationAlertRuleTemplateDeserializer(\n item as MicrosoftSecurityIncidentCreationAlertRuleTemplate,\n );\n\n case \"Scheduled\":\n return scheduledAlertRuleTemplateDeserializer(item as ScheduledAlertRuleTemplate);\n\n case \"NRT\":\n return nrtAlertRuleTemplateDeserializer(item as NrtAlertRuleTemplate);\n\n default:\n return alertRuleTemplateDeserializer(item);\n }\n}\n\n/** Represents MLBehaviorAnalytics alert rule template. */\nexport interface MLBehaviorAnalyticsAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"MLBehaviorAnalytics\";\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n}\n\nexport function mlBehaviorAnalyticsAlertRuleTemplateDeserializer(\n item: any,\n): MLBehaviorAnalyticsAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mlBehaviorAnalyticsAlertRuleTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MLBehaviorAnalytics alert rule template properties. */\nexport interface MLBehaviorAnalyticsAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {\n /** The severity for alerts created by this alert rule. */\n severity: AlertSeverity;\n}\n\nexport function mlBehaviorAnalyticsAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): MLBehaviorAnalyticsAlertRuleTemplateProperties {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n };\n}\n\n/** Represents Fusion alert rule template. */\nexport interface FusionAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"Fusion\";\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The time that this alert rule template was last updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data connectors for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The tactics of the alert rule template */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** All supported source signal configurations consumed in fusion detection. */\n sourceSettings?: FusionTemplateSourceSetting[];\n}\n\nexport function fusionAlertRuleTemplateDeserializer(item: any): FusionAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fusionAlertRuleTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Fusion alert rule template properties */\nexport interface FusionAlertRuleTemplateProperties {\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The time that this alert rule template was last updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data connectors for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The tactics of the alert rule template */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** All supported source signal configurations consumed in fusion detection. */\n sourceSettings?: FusionTemplateSourceSetting[];\n}\n\nexport function fusionAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): FusionAlertRuleTemplateProperties {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionTemplateSourceSettingArrayDeserializer(item[\"sourceSettings\"]),\n };\n}\n\nexport function alertRuleTemplateDataSourceArrayDeserializer(\n result: Array<AlertRuleTemplateDataSource>,\n): any[] {\n return result.map((item) => {\n return alertRuleTemplateDataSourceDeserializer(item);\n });\n}\n\n/** alert rule template data sources */\nexport interface AlertRuleTemplateDataSource {\n /** The connector id that provides the following data types */\n connectorId?: string;\n /** The data types used by the alert rule template */\n dataTypes?: string[];\n}\n\nexport function alertRuleTemplateDataSourceDeserializer(item: any): AlertRuleTemplateDataSource {\n return {\n connectorId: item[\"connectorId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : item[\"dataTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The alert rule template status. */\nexport enum KnownTemplateStatus {\n /** Alert rule template installed. and can not use more then once */\n Installed = \"Installed\",\n /** Alert rule template is available. */\n Available = \"Available\",\n /** Alert rule template is not available */\n NotAvailable = \"NotAvailable\",\n}\n\n/**\n * The alert rule template status. \\\n * {@link KnownTemplateStatus} can be used interchangeably with TemplateStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Installed**: Alert rule template installed. and can not use more then once \\\n * **Available**: Alert rule template is available. \\\n * **NotAvailable**: Alert rule template is not available\n */\nexport type TemplateStatus = string;\n\nexport function fusionTemplateSourceSettingArrayDeserializer(\n result: Array<FusionTemplateSourceSetting>,\n): any[] {\n return result.map((item) => {\n return fusionTemplateSourceSettingDeserializer(item);\n });\n}\n\n/** Represents a source signal consumed in Fusion detection. */\nexport interface FusionTemplateSourceSetting {\n /** The name of a source signal consumed in Fusion detection. */\n sourceName: string;\n /** All supported source subtypes under this source signal consumed in fusion detection. */\n sourceSubTypes?: FusionTemplateSourceSubType[];\n}\n\nexport function fusionTemplateSourceSettingDeserializer(item: any): FusionTemplateSourceSetting {\n return {\n sourceName: item[\"sourceName\"],\n sourceSubTypes: !item[\"sourceSubTypes\"]\n ? item[\"sourceSubTypes\"]\n : fusionTemplateSourceSubTypeArrayDeserializer(item[\"sourceSubTypes\"]),\n };\n}\n\nexport function fusionTemplateSourceSubTypeArrayDeserializer(\n result: Array<FusionTemplateSourceSubType>,\n): any[] {\n return result.map((item) => {\n return fusionTemplateSourceSubTypeDeserializer(item);\n });\n}\n\n/** Represents a source subtype under a source signal consumed in Fusion detection. */\nexport interface FusionTemplateSourceSubType {\n /** The name of source subtype under a source signal consumed in Fusion detection. */\n sourceSubTypeName: string;\n /** The display name of source subtype under a source signal consumed in Fusion detection. */\n readonly sourceSubTypeDisplayName?: string;\n /** Severity configuration available for a source subtype consumed in fusion detection. */\n severityFilter: FusionTemplateSubTypeSeverityFilter;\n}\n\nexport function fusionTemplateSourceSubTypeDeserializer(item: any): FusionTemplateSourceSubType {\n return {\n sourceSubTypeName: item[\"sourceSubTypeName\"],\n sourceSubTypeDisplayName: item[\"sourceSubTypeDisplayName\"],\n severityFilter: fusionTemplateSubTypeSeverityFilterDeserializer(item[\"severityFilter\"]),\n };\n}\n\n/** Represents severity configurations available for a source subtype consumed in Fusion detection. */\nexport interface FusionTemplateSubTypeSeverityFilter {\n /** Determines whether severity configuration is supported for this source subtype consumed in Fusion detection. */\n isSupported: boolean;\n /** List of all supported severities for this source subtype consumed in Fusion detection. */\n severityFilters?: AlertSeverity[];\n}\n\nexport function fusionTemplateSubTypeSeverityFilterDeserializer(\n item: any,\n): FusionTemplateSubTypeSeverityFilter {\n return {\n isSupported: item[\"isSupported\"],\n severityFilters: !item[\"severityFilters\"]\n ? item[\"severityFilters\"]\n : item[\"severityFilters\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents Threat Intelligence alert rule template. */\nexport interface ThreatIntelligenceAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"ThreatIntelligence\";\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n}\n\nexport function threatIntelligenceAlertRuleTemplateDeserializer(\n item: any,\n): ThreatIntelligenceAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _threatIntelligenceAlertRuleTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Threat Intelligence alert rule template properties */\nexport interface ThreatIntelligenceAlertRuleTemplateProperties extends AlertRuleTemplateWithMitreProperties {\n /** The severity for alerts created by this alert rule. */\n severity: AlertSeverity;\n}\n\nexport function threatIntelligenceAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): ThreatIntelligenceAlertRuleTemplateProperties {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n };\n}\n\n/** Represents MicrosoftSecurityIncidentCreation rule template. */\nexport interface MicrosoftSecurityIncidentCreationAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"MicrosoftSecurityIncidentCreation\";\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** the alerts' displayNames on which the cases will be generated */\n displayNamesFilter?: string[];\n /** the alerts' displayNames on which the cases will not be generated */\n displayNamesExcludeFilter?: string[];\n /** The alerts' productName on which the cases will be generated */\n productFilter?: MicrosoftSecurityProductName;\n /** the alerts' severities on which the cases will be generated */\n severitiesFilter?: AlertSeverity[];\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleTemplateDeserializer(\n item: any,\n): MicrosoftSecurityIncidentCreationAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _microsoftSecurityIncidentCreationAlertRuleTemplatePropertiesDeserializer(\n item[\"properties\"],\n )),\n };\n}\n\n/** MicrosoftSecurityIncidentCreation rule template properties */\nexport interface MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties extends AlertRuleTemplatePropertiesBase {\n /** the alerts' displayNames on which the cases will be generated */\n displayNamesFilter?: string[];\n /** the alerts' displayNames on which the cases will not be generated */\n displayNamesExcludeFilter?: string[];\n /** The alerts' productName on which the cases will be generated */\n productFilter?: MicrosoftSecurityProductName;\n /** the alerts' severities on which the cases will be generated */\n severitiesFilter?: AlertSeverity[];\n}\n\nexport function microsoftSecurityIncidentCreationAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents scheduled alert rule template. */\nexport interface ScheduledAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"Scheduled\";\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The time that this alert rule template was last updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data connectors for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The frequency (in ISO 8601 duration format) for this alert rule to run. */\n queryFrequency?: string;\n /** The period (in ISO 8601 duration format) that this alert rule looks at. */\n queryPeriod?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The operation against the threshold that triggers alert rule. */\n triggerOperator?: TriggerOperator;\n /** The threshold triggers this alert rule. */\n triggerThreshold?: number;\n /** The tactics of the alert rule template */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */\n version?: string;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function scheduledAlertRuleTemplateDeserializer(item: any): ScheduledAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _scheduledAlertRuleTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Scheduled alert rule template properties */\nexport interface ScheduledAlertRuleTemplateProperties {\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The time that this alert rule template was last updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data connectors for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The frequency (in ISO 8601 duration format) for this alert rule to run. */\n queryFrequency?: string;\n /** The period (in ISO 8601 duration format) that this alert rule looks at. */\n queryPeriod?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The operation against the threshold that triggers alert rule. */\n triggerOperator?: TriggerOperator;\n /** The threshold triggers this alert rule. */\n triggerThreshold?: number;\n /** The tactics of the alert rule template */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The sub-techniques of the alert rule */\n subTechniques?: string[];\n /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */\n version?: string;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function scheduledAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): ScheduledAlertRuleTemplateProperties {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n version: item[\"version\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\n/** Represents NRT alert rule template. */\nexport interface NrtAlertRuleTemplate extends AlertRuleTemplate {\n /** The kind of the alert rule */\n kind: \"NRT\";\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */\n version?: string;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function nrtAlertRuleTemplateDeserializer(item: any): NrtAlertRuleTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _nrtAlertRuleTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** NRT alert rule template properties */\nexport interface NrtAlertRuleTemplateProperties {\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n /** The query that creates alerts for this rule. */\n query?: string;\n /** The severity for alerts created by this alert rule. */\n severity?: AlertSeverity;\n /** The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. */\n version?: string;\n /** Dictionary of string key-value pairs of columns to be attached to the alert */\n customDetails?: Record<string, string>;\n /** Array of the entity mappings of the alert rule */\n entityMappings?: EntityMapping[];\n /** The alert details override settings */\n alertDetailsOverride?: AlertDetailsOverride;\n /** The event grouping settings. */\n eventGroupingSettings?: EventGroupingSettings;\n /** Array of the sentinel entity mappings of the alert rule */\n sentinelEntitiesMappings?: SentinelEntityMapping[];\n}\n\nexport function nrtAlertRuleTemplatePropertiesDeserializer(\n item: any,\n): NrtAlertRuleTemplateProperties {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n query: item[\"query\"],\n severity: item[\"severity\"],\n version: item[\"version\"],\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\n/** Alert rule template with MITRE property bag. */\nexport interface AlertRuleTemplateWithMitreProperties extends AlertRuleTemplatePropertiesBase {\n /** The tactics of the alert rule */\n tactics?: AttackTactic[];\n /** The techniques of the alert rule */\n techniques?: string[];\n}\n\nexport function alertRuleTemplateWithMitrePropertiesDeserializer(\n item: any,\n): AlertRuleTemplateWithMitreProperties {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Base alert rule template property bag. */\nexport interface AlertRuleTemplatePropertiesBase {\n /** The number of alert rules that were created by this template */\n alertRulesCreatedByTemplateCount?: number;\n /** The last time that this alert rule template has been updated. */\n readonly lastUpdatedDateUTC?: Date;\n /** The time that this alert rule template has been added. */\n readonly createdDateUTC?: Date;\n /** The description of the alert rule template. */\n description?: string;\n /** The display name for alert rule template. */\n displayName?: string;\n /** The required data sources for this template */\n requiredDataConnectors?: AlertRuleTemplateDataSource[];\n /** The alert rule template status. */\n status?: TemplateStatus;\n}\n\nexport function alertRuleTemplatePropertiesBaseDeserializer(\n item: any,\n): AlertRuleTemplatePropertiesBase {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n };\n}\n\n/** List all the alert rule templates. */\nexport interface _AlertRuleTemplatesList {\n /** The AlertRuleTemplate items on this page */\n value: AlertRuleTemplateUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _alertRuleTemplatesListDeserializer(item: any): _AlertRuleTemplatesList {\n return {\n value: alertRuleTemplateUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function alertRuleTemplateUnionArrayDeserializer(\n result: Array<AlertRuleTemplateUnion>,\n): any[] {\n return result.map((item) => {\n return alertRuleTemplateUnionDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface AutomationRule extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The display name of the automation rule. */\n displayName: string;\n /** The order of execution of the automation rule. */\n order: number;\n /** Describes automation rule triggering logic. */\n triggeringLogic: AutomationRuleTriggeringLogic;\n /** The actions to execute when the automation rule is triggered. */\n actions: AutomationRuleActionUnion[];\n /** The last time the automation rule was updated. */\n readonly lastModifiedTimeUtc?: Date;\n /** The time the automation rule was created. */\n readonly createdTimeUtc?: Date;\n /** Information on the client (user or application) that made some action */\n readonly lastModifiedBy?: ClientInfo;\n /** Information on the client (user or application) that made some action */\n readonly createdBy?: ClientInfo;\n}\n\nexport function automationRuleSerializer(item: AutomationRule): any {\n return { properties: _automationRulePropertiesSerializer(item), etag: item[\"etag\"] };\n}\n\nexport function automationRuleDeserializer(item: any): AutomationRule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._automationRulePropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Automation rule properties */\nexport interface AutomationRuleProperties {\n /** The display name of the automation rule. */\n displayName: string;\n /** The order of execution of the automation rule. */\n order: number;\n /** Describes automation rule triggering logic. */\n triggeringLogic: AutomationRuleTriggeringLogic;\n /** The actions to execute when the automation rule is triggered. */\n actions: AutomationRuleActionUnion[];\n /** The last time the automation rule was updated. */\n readonly lastModifiedTimeUtc?: Date;\n /** The time the automation rule was created. */\n readonly createdTimeUtc?: Date;\n /** Information on the client (user or application) that made some action */\n readonly lastModifiedBy?: ClientInfo;\n /** Information on the client (user or application) that made some action */\n readonly createdBy?: ClientInfo;\n}\n\nexport function automationRulePropertiesSerializer(item: AutomationRuleProperties): any {\n return {\n displayName: item[\"displayName\"],\n order: item[\"order\"],\n triggeringLogic: automationRuleTriggeringLogicSerializer(item[\"triggeringLogic\"]),\n actions: automationRuleActionUnionArraySerializer(item[\"actions\"]),\n };\n}\n\nexport function automationRulePropertiesDeserializer(item: any): AutomationRuleProperties {\n return {\n displayName: item[\"displayName\"],\n order: item[\"order\"],\n triggeringLogic: automationRuleTriggeringLogicDeserializer(item[\"triggeringLogic\"]),\n actions: automationRuleActionUnionArrayDeserializer(item[\"actions\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoDeserializer(item[\"lastModifiedBy\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoDeserializer(item[\"createdBy\"]),\n };\n}\n\n/** Describes automation rule triggering logic. */\nexport interface AutomationRuleTriggeringLogic {\n /** Determines whether the automation rule is enabled or disabled. */\n isEnabled: boolean;\n /** Determines when the automation rule should automatically expire and be disabled. */\n expirationTimeUtc?: Date;\n triggersOn: TriggersOn;\n triggersWhen: TriggersWhen;\n /** The conditions to evaluate to determine if the automation rule should be triggered on a given object. */\n conditions?: AutomationRuleConditionUnion[];\n}\n\nexport function automationRuleTriggeringLogicSerializer(item: AutomationRuleTriggeringLogic): any {\n return {\n isEnabled: item[\"isEnabled\"],\n expirationTimeUtc: !item[\"expirationTimeUtc\"]\n ? item[\"expirationTimeUtc\"]\n : item[\"expirationTimeUtc\"].toISOString(),\n triggersOn: item[\"triggersOn\"],\n triggersWhen: item[\"triggersWhen\"],\n conditions: !item[\"conditions\"]\n ? item[\"conditions\"]\n : automationRuleConditionUnionArraySerializer(item[\"conditions\"]),\n };\n}\n\nexport function automationRuleTriggeringLogicDeserializer(\n item: any,\n): AutomationRuleTriggeringLogic {\n return {\n isEnabled: item[\"isEnabled\"],\n expirationTimeUtc: !item[\"expirationTimeUtc\"]\n ? item[\"expirationTimeUtc\"]\n : new Date(item[\"expirationTimeUtc\"]),\n triggersOn: item[\"triggersOn\"],\n triggersWhen: item[\"triggersWhen\"],\n conditions: !item[\"conditions\"]\n ? item[\"conditions\"]\n : automationRuleConditionUnionArrayDeserializer(item[\"conditions\"]),\n };\n}\n\n/** Known values of {@link TriggersOn} that the service accepts. */\nexport enum KnownTriggersOn {\n /** Trigger on Incidents */\n Incidents = \"Incidents\",\n /** Trigger on Alerts */\n Alerts = \"Alerts\",\n}\n\n/** Type of TriggersOn */\nexport type TriggersOn = string;\n\n/** Known values of {@link TriggersWhen} that the service accepts. */\nexport enum KnownTriggersWhen {\n /** Trigger on created objects */\n Created = \"Created\",\n /** Trigger on updated objects */\n Updated = \"Updated\",\n}\n\n/** Type of TriggersWhen */\nexport type TriggersWhen = string;\n\nexport function automationRuleConditionUnionArraySerializer(\n result: Array<AutomationRuleConditionUnion>,\n): any[] {\n return result.map((item) => {\n return automationRuleConditionUnionSerializer(item);\n });\n}\n\nexport function automationRuleConditionUnionArrayDeserializer(\n result: Array<AutomationRuleConditionUnion>,\n): any[] {\n return result.map((item) => {\n return automationRuleConditionUnionDeserializer(item);\n });\n}\n\n/** Describes an automation rule condition. */\nexport interface AutomationRuleCondition {\n conditionType: ConditionType;\n}\n\nexport function automationRuleConditionSerializer(item: AutomationRuleCondition): any {\n return { conditionType: item[\"conditionType\"] };\n}\n\nexport function automationRuleConditionDeserializer(item: any): AutomationRuleCondition {\n return {\n conditionType: item[\"conditionType\"],\n };\n}\n\n/** Alias for AutomationRuleConditionUnion */\nexport type AutomationRuleConditionUnion =\n | BooleanConditionProperties\n | PropertyArrayChangedConditionProperties\n | PropertyArrayConditionProperties\n | PropertyChangedConditionProperties\n | PropertyConditionProperties\n | AutomationRuleCondition;\n\nexport function automationRuleConditionUnionSerializer(item: AutomationRuleConditionUnion): any {\n switch (item.conditionType) {\n case \"Boolean\":\n return booleanConditionPropertiesSerializer(item as BooleanConditionProperties);\n\n case \"PropertyArrayChanged\":\n return propertyArrayChangedConditionPropertiesSerializer(\n item as PropertyArrayChangedConditionProperties,\n );\n\n case \"PropertyArray\":\n return propertyArrayConditionPropertiesSerializer(item as PropertyArrayConditionProperties);\n\n case \"PropertyChanged\":\n return propertyChangedConditionPropertiesSerializer(\n item as PropertyChangedConditionProperties,\n );\n\n case \"Property\":\n return propertyConditionPropertiesSerializer(item as PropertyConditionProperties);\n\n default:\n return automationRuleConditionSerializer(item);\n }\n}\n\nexport function automationRuleConditionUnionDeserializer(item: any): AutomationRuleConditionUnion {\n switch (item[\"conditionType\"]) {\n case \"Boolean\":\n return booleanConditionPropertiesDeserializer(item as BooleanConditionProperties);\n\n case \"PropertyArrayChanged\":\n return propertyArrayChangedConditionPropertiesDeserializer(\n item as PropertyArrayChangedConditionProperties,\n );\n\n case \"PropertyArray\":\n return propertyArrayConditionPropertiesDeserializer(item as PropertyArrayConditionProperties);\n\n case \"PropertyChanged\":\n return propertyChangedConditionPropertiesDeserializer(\n item as PropertyChangedConditionProperties,\n );\n\n case \"Property\":\n return propertyConditionPropertiesDeserializer(item as PropertyConditionProperties);\n\n default:\n return automationRuleConditionDeserializer(item);\n }\n}\n\n/** Known values of {@link ConditionType} that the service accepts. */\nexport enum KnownConditionType {\n /** Evaluate an object property value */\n Property = \"Property\",\n /** Evaluate an object array property value */\n PropertyArray = \"PropertyArray\",\n /** Evaluate an object property changed value */\n PropertyChanged = \"PropertyChanged\",\n /** Evaluate an object array property changed value */\n PropertyArrayChanged = \"PropertyArrayChanged\",\n /** Apply a boolean operator (e.g AND, OR) to conditions */\n Boolean = \"Boolean\",\n}\n\n/** Type of ConditionType */\nexport type ConditionType = string;\n\n/** Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions */\nexport interface BooleanConditionProperties extends AutomationRuleCondition {\n conditionProperties?: AutomationRuleBooleanCondition;\n conditionType: \"Boolean\";\n}\n\nexport function booleanConditionPropertiesSerializer(item: BooleanConditionProperties): any {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRuleBooleanConditionSerializer(item[\"conditionProperties\"]),\n };\n}\n\nexport function booleanConditionPropertiesDeserializer(item: any): BooleanConditionProperties {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRuleBooleanConditionDeserializer(item[\"conditionProperties\"]),\n };\n}\n\n/** model interface AutomationRuleBooleanCondition */\nexport interface AutomationRuleBooleanCondition {\n operator?: AutomationRuleBooleanConditionSupportedOperator;\n innerConditions?: AutomationRuleConditionUnion[];\n}\n\nexport function automationRuleBooleanConditionSerializer(\n item: AutomationRuleBooleanCondition,\n): any {\n return {\n operator: item[\"operator\"],\n innerConditions: !item[\"innerConditions\"]\n ? item[\"innerConditions\"]\n : automationRuleConditionUnionArraySerializer(item[\"innerConditions\"]),\n };\n}\n\nexport function automationRuleBooleanConditionDeserializer(\n item: any,\n): AutomationRuleBooleanCondition {\n return {\n operator: item[\"operator\"],\n innerConditions: !item[\"innerConditions\"]\n ? item[\"innerConditions\"]\n : automationRuleConditionUnionArrayDeserializer(item[\"innerConditions\"]),\n };\n}\n\n/** Known values of {@link AutomationRuleBooleanConditionSupportedOperator} that the service accepts. */\nexport enum KnownAutomationRuleBooleanConditionSupportedOperator {\n /** Evaluates as true if all the item conditions are evaluated as true */\n And = \"And\",\n /** Evaluates as true if at least one of the item conditions are evaluated as true */\n Or = \"Or\",\n}\n\n/** Type of AutomationRuleBooleanConditionSupportedOperator */\nexport type AutomationRuleBooleanConditionSupportedOperator = string;\n\n/** Describes an automation rule condition that evaluates an array property's value change */\nexport interface PropertyArrayChangedConditionProperties extends AutomationRuleCondition {\n conditionProperties?: AutomationRulePropertyArrayChangedValuesCondition;\n conditionType: \"PropertyArrayChanged\";\n}\n\nexport function propertyArrayChangedConditionPropertiesSerializer(\n item: PropertyArrayChangedConditionProperties,\n): any {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyArrayChangedValuesConditionSerializer(item[\"conditionProperties\"]),\n };\n}\n\nexport function propertyArrayChangedConditionPropertiesDeserializer(\n item: any,\n): PropertyArrayChangedConditionProperties {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyArrayChangedValuesConditionDeserializer(item[\"conditionProperties\"]),\n };\n}\n\n/** model interface AutomationRulePropertyArrayChangedValuesCondition */\nexport interface AutomationRulePropertyArrayChangedValuesCondition {\n arrayType?: AutomationRulePropertyArrayChangedConditionSupportedArrayType;\n changeType?: AutomationRulePropertyArrayChangedConditionSupportedChangeType;\n}\n\nexport function automationRulePropertyArrayChangedValuesConditionSerializer(\n item: AutomationRulePropertyArrayChangedValuesCondition,\n): any {\n return { arrayType: item[\"arrayType\"], changeType: item[\"changeType\"] };\n}\n\nexport function automationRulePropertyArrayChangedValuesConditionDeserializer(\n item: any,\n): AutomationRulePropertyArrayChangedValuesCondition {\n return {\n arrayType: item[\"arrayType\"],\n changeType: item[\"changeType\"],\n };\n}\n\n/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedArrayType} that the service accepts. */\nexport enum KnownAutomationRulePropertyArrayChangedConditionSupportedArrayType {\n /** Evaluate the condition on the alerts */\n Alerts = \"Alerts\",\n /** Evaluate the condition on the labels */\n Labels = \"Labels\",\n /** Evaluate the condition on the tactics */\n Tactics = \"Tactics\",\n /** Evaluate the condition on the comments */\n Comments = \"Comments\",\n}\n\n/** Type of AutomationRulePropertyArrayChangedConditionSupportedArrayType */\nexport type AutomationRulePropertyArrayChangedConditionSupportedArrayType = string;\n\n/** Known values of {@link AutomationRulePropertyArrayChangedConditionSupportedChangeType} that the service accepts. */\nexport enum KnownAutomationRulePropertyArrayChangedConditionSupportedChangeType {\n /** Evaluate the condition on items added to the array */\n Added = \"Added\",\n}\n\n/** Type of AutomationRulePropertyArrayChangedConditionSupportedChangeType */\nexport type AutomationRulePropertyArrayChangedConditionSupportedChangeType = string;\n\n/** Describes an automation rule condition that evaluates an array property's value */\nexport interface PropertyArrayConditionProperties extends AutomationRuleCondition {\n conditionProperties?: AutomationRulePropertyArrayValuesCondition;\n conditionType: \"PropertyArray\";\n}\n\nexport function propertyArrayConditionPropertiesSerializer(\n item: PropertyArrayConditionProperties,\n): any {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyArrayValuesConditionSerializer(item[\"conditionProperties\"]),\n };\n}\n\nexport function propertyArrayConditionPropertiesDeserializer(\n item: any,\n): PropertyArrayConditionProperties {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyArrayValuesConditionDeserializer(item[\"conditionProperties\"]),\n };\n}\n\n/** model interface AutomationRulePropertyArrayValuesCondition */\nexport interface AutomationRulePropertyArrayValuesCondition {\n arrayType?: AutomationRulePropertyArrayConditionSupportedArrayType;\n arrayConditionType?: AutomationRulePropertyArrayConditionSupportedArrayConditionType;\n itemConditions?: AutomationRuleConditionUnion[];\n}\n\nexport function automationRulePropertyArrayValuesConditionSerializer(\n item: AutomationRulePropertyArrayValuesCondition,\n): any {\n return {\n arrayType: item[\"arrayType\"],\n arrayConditionType: item[\"arrayConditionType\"],\n itemConditions: !item[\"itemConditions\"]\n ? item[\"itemConditions\"]\n : automationRuleConditionUnionArraySerializer(item[\"itemConditions\"]),\n };\n}\n\nexport function automationRulePropertyArrayValuesConditionDeserializer(\n item: any,\n): AutomationRulePropertyArrayValuesCondition {\n return {\n arrayType: item[\"arrayType\"],\n arrayConditionType: item[\"arrayConditionType\"],\n itemConditions: !item[\"itemConditions\"]\n ? item[\"itemConditions\"]\n : automationRuleConditionUnionArrayDeserializer(item[\"itemConditions\"]),\n };\n}\n\n/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayType} that the service accepts. */\nexport enum KnownAutomationRulePropertyArrayConditionSupportedArrayType {\n /** Evaluate the condition on the custom detail keys */\n CustomDetails = \"CustomDetails\",\n /** Evaluate the condition on a custom detail's values */\n CustomDetailValues = \"CustomDetailValues\",\n /** Evaluate the condition on the incident labels */\n IncidentLabels = \"IncidentLabels\",\n}\n\n/** Type of AutomationRulePropertyArrayConditionSupportedArrayType */\nexport type AutomationRulePropertyArrayConditionSupportedArrayType = string;\n\n/** Known values of {@link AutomationRulePropertyArrayConditionSupportedArrayConditionType} that the service accepts. */\nexport enum KnownAutomationRulePropertyArrayConditionSupportedArrayConditionType {\n /** Evaluate the condition as true if any item fulfills it */\n AnyItem = \"AnyItem\",\n /** Evaluate the condition as true if all the items fulfill it */\n AllItems = \"AllItems\",\n}\n\n/** Type of AutomationRulePropertyArrayConditionSupportedArrayConditionType */\nexport type AutomationRulePropertyArrayConditionSupportedArrayConditionType = string;\n\n/** Describes an automation rule condition that evaluates a property's value change */\nexport interface PropertyChangedConditionProperties extends AutomationRuleCondition {\n conditionProperties?: AutomationRulePropertyValuesChangedCondition;\n conditionType: \"PropertyChanged\";\n}\n\nexport function propertyChangedConditionPropertiesSerializer(\n item: PropertyChangedConditionProperties,\n): any {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyValuesChangedConditionSerializer(item[\"conditionProperties\"]),\n };\n}\n\nexport function propertyChangedConditionPropertiesDeserializer(\n item: any,\n): PropertyChangedConditionProperties {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyValuesChangedConditionDeserializer(item[\"conditionProperties\"]),\n };\n}\n\n/** model interface AutomationRulePropertyValuesChangedCondition */\nexport interface AutomationRulePropertyValuesChangedCondition {\n propertyName?: AutomationRulePropertyChangedConditionSupportedPropertyType;\n changeType?: AutomationRulePropertyChangedConditionSupportedChangedType;\n operator?: AutomationRulePropertyConditionSupportedOperator;\n propertyValues?: string[];\n}\n\nexport function automationRulePropertyValuesChangedConditionSerializer(\n item: AutomationRulePropertyValuesChangedCondition,\n): any {\n return {\n propertyName: item[\"propertyName\"],\n changeType: item[\"changeType\"],\n operator: item[\"operator\"],\n propertyValues: !item[\"propertyValues\"]\n ? item[\"propertyValues\"]\n : item[\"propertyValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function automationRulePropertyValuesChangedConditionDeserializer(\n item: any,\n): AutomationRulePropertyValuesChangedCondition {\n return {\n propertyName: item[\"propertyName\"],\n changeType: item[\"changeType\"],\n operator: item[\"operator\"],\n propertyValues: !item[\"propertyValues\"]\n ? item[\"propertyValues\"]\n : item[\"propertyValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link AutomationRulePropertyChangedConditionSupportedPropertyType} that the service accepts. */\nexport enum KnownAutomationRulePropertyChangedConditionSupportedPropertyType {\n /** Evaluate the condition on the incident severity */\n IncidentSeverity = \"IncidentSeverity\",\n /** Evaluate the condition on the incident status */\n IncidentStatus = \"IncidentStatus\",\n /** Evaluate the condition on the incident owner */\n IncidentOwner = \"IncidentOwner\",\n}\n\n/** Type of AutomationRulePropertyChangedConditionSupportedPropertyType */\nexport type AutomationRulePropertyChangedConditionSupportedPropertyType = string;\n\n/** Known values of {@link AutomationRulePropertyChangedConditionSupportedChangedType} that the service accepts. */\nexport enum KnownAutomationRulePropertyChangedConditionSupportedChangedType {\n /** Evaluate the condition on the previous value of the property */\n ChangedFrom = \"ChangedFrom\",\n /** Evaluate the condition on the updated value of the property */\n ChangedTo = \"ChangedTo\",\n}\n\n/** Type of AutomationRulePropertyChangedConditionSupportedChangedType */\nexport type AutomationRulePropertyChangedConditionSupportedChangedType = string;\n\n/** Known values of {@link AutomationRulePropertyConditionSupportedOperator} that the service accepts. */\nexport enum KnownAutomationRulePropertyConditionSupportedOperator {\n /** Evaluates if the property equals at least one of the condition values */\n Equals = \"Equals\",\n /** Evaluates if the property does not equal any of the condition values */\n NotEquals = \"NotEquals\",\n /** Evaluates if the property contains at least one of the condition values */\n Contains = \"Contains\",\n /** Evaluates if the property does not contain any of the condition values */\n NotContains = \"NotContains\",\n /** Evaluates if the property starts with any of the condition values */\n StartsWith = \"StartsWith\",\n /** Evaluates if the property does not start with any of the condition values */\n NotStartsWith = \"NotStartsWith\",\n /** Evaluates if the property ends with any of the condition values */\n EndsWith = \"EndsWith\",\n /** Evaluates if the property does not end with any of the condition values */\n NotEndsWith = \"NotEndsWith\",\n}\n\n/** Type of AutomationRulePropertyConditionSupportedOperator */\nexport type AutomationRulePropertyConditionSupportedOperator = string;\n\n/** Describes an automation rule condition that evaluates a property's value */\nexport interface PropertyConditionProperties extends AutomationRuleCondition {\n conditionProperties?: AutomationRulePropertyValuesCondition;\n conditionType: \"Property\";\n}\n\nexport function propertyConditionPropertiesSerializer(item: PropertyConditionProperties): any {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyValuesConditionSerializer(item[\"conditionProperties\"]),\n };\n}\n\nexport function propertyConditionPropertiesDeserializer(item: any): PropertyConditionProperties {\n return {\n conditionType: item[\"conditionType\"],\n conditionProperties: !item[\"conditionProperties\"]\n ? item[\"conditionProperties\"]\n : automationRulePropertyValuesConditionDeserializer(item[\"conditionProperties\"]),\n };\n}\n\n/** model interface AutomationRulePropertyValuesCondition */\nexport interface AutomationRulePropertyValuesCondition {\n /** The property to evaluate in an automation rule property condition. */\n propertyName?: AutomationRulePropertyConditionSupportedProperty;\n operator?: AutomationRulePropertyConditionSupportedOperator;\n propertyValues?: string[];\n}\n\nexport function automationRulePropertyValuesConditionSerializer(\n item: AutomationRulePropertyValuesCondition,\n): any {\n return {\n propertyName: item[\"propertyName\"],\n operator: item[\"operator\"],\n propertyValues: !item[\"propertyValues\"]\n ? item[\"propertyValues\"]\n : item[\"propertyValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function automationRulePropertyValuesConditionDeserializer(\n item: any,\n): AutomationRulePropertyValuesCondition {\n return {\n propertyName: item[\"propertyName\"],\n operator: item[\"operator\"],\n propertyValues: !item[\"propertyValues\"]\n ? item[\"propertyValues\"]\n : item[\"propertyValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The property to evaluate in an automation rule property condition. */\nexport enum KnownAutomationRulePropertyConditionSupportedProperty {\n /** The title of the incident */\n IncidentTitle = \"IncidentTitle\",\n /** The description of the incident */\n IncidentDescription = \"IncidentDescription\",\n /** The severity of the incident */\n IncidentSeverity = \"IncidentSeverity\",\n /** The status of the incident */\n IncidentStatus = \"IncidentStatus\",\n /** The related Analytic rule ids of the incident */\n IncidentRelatedAnalyticRuleIds = \"IncidentRelatedAnalyticRuleIds\",\n /** The tactics of the incident */\n IncidentTactics = \"IncidentTactics\",\n /** The labels of the incident */\n IncidentLabel = \"IncidentLabel\",\n /** The provider name of the incident */\n IncidentProviderName = \"IncidentProviderName\",\n /** The update source of the incident */\n IncidentUpdatedBySource = \"IncidentUpdatedBySource\",\n /** The incident custom detail key */\n IncidentCustomDetailsKey = \"IncidentCustomDetailsKey\",\n /** The incident custom detail value */\n IncidentCustomDetailsValue = \"IncidentCustomDetailsValue\",\n /** The Custom-Detection rule ids associated with any of the incident alerts */\n IncidentCustomDetectionRuleIds = \"IncidentCustomDetectionRuleIds\",\n /** The alert title associated with any of the incident alerts */\n IncidentAlertTitle = \"IncidentAlertTitle\",\n /** The account Azure Active Directory tenant id */\n AccountAadTenantId = \"AccountAadTenantId\",\n /** The account Azure Active Directory user id */\n AccountAadUserId = \"AccountAadUserId\",\n /** The account name */\n AccountName = \"AccountName\",\n /** The account NetBIOS domain name */\n AccountNTDomain = \"AccountNTDomain\",\n /** The account Azure Active Directory Passport User ID */\n AccountPuid = \"AccountPUID\",\n /** The account security identifier */\n AccountSid = \"AccountSid\",\n /** The account unique identifier */\n AccountObjectGuid = \"AccountObjectGuid\",\n /** The account user principal name suffix */\n AccountUPNSuffix = \"AccountUPNSuffix\",\n /** The name of the product of the alert */\n AlertProductNames = \"AlertProductNames\",\n /** The analytic rule ids of the alert */\n AlertAnalyticRuleIds = \"AlertAnalyticRuleIds\",\n /** The Azure resource id */\n AzureResourceResourceId = \"AzureResourceResourceId\",\n /** The Azure resource subscription id */\n AzureResourceSubscriptionId = \"AzureResourceSubscriptionId\",\n /** The cloud application identifier */\n CloudApplicationAppId = \"CloudApplicationAppId\",\n /** The cloud application name */\n CloudApplicationAppName = \"CloudApplicationAppName\",\n /** The dns record domain name */\n DNSDomainName = \"DNSDomainName\",\n /** The file directory full path */\n FileDirectory = \"FileDirectory\",\n /** The file name without path */\n FileName = \"FileName\",\n /** The file hash value */\n FileHashValue = \"FileHashValue\",\n /** The host Azure resource id */\n HostAzureID = \"HostAzureID\",\n /** The host name without domain */\n HostName = \"HostName\",\n /** The host NetBIOS name */\n HostNetBiosName = \"HostNetBiosName\",\n /** The host NT domain */\n HostNTDomain = \"HostNTDomain\",\n /** The host operating system */\n HostOSVersion = \"HostOSVersion\",\n /** \"The IoT device id */\n IoTDeviceId = \"IoTDeviceId\",\n /** The IoT device name */\n IoTDeviceName = \"IoTDeviceName\",\n /** The IoT device type */\n IoTDeviceType = \"IoTDeviceType\",\n /** The IoT device vendor */\n IoTDeviceVendor = \"IoTDeviceVendor\",\n /** The IoT device model */\n IoTDeviceModel = \"IoTDeviceModel\",\n /** The IoT device operating system */\n IoTDeviceOperatingSystem = \"IoTDeviceOperatingSystem\",\n /** The IP address */\n IPAddress = \"IPAddress\",\n /** The mailbox display name */\n MailboxDisplayName = \"MailboxDisplayName\",\n /** The mailbox primary address */\n MailboxPrimaryAddress = \"MailboxPrimaryAddress\",\n /** The mailbox user principal name */\n MailboxUPN = \"MailboxUPN\",\n /** The mail message delivery action */\n MailMessageDeliveryAction = \"MailMessageDeliveryAction\",\n /** The mail message delivery location */\n MailMessageDeliveryLocation = \"MailMessageDeliveryLocation\",\n /** The mail message recipient */\n MailMessageRecipient = \"MailMessageRecipient\",\n /** The mail message sender IP address */\n MailMessageSenderIP = \"MailMessageSenderIP\",\n /** The mail message subject */\n MailMessageSubject = \"MailMessageSubject\",\n /** The mail message P1 sender */\n MailMessageP1Sender = \"MailMessageP1Sender\",\n /** The mail message P2 sender */\n MailMessageP2Sender = \"MailMessageP2Sender\",\n /** The malware category */\n MalwareCategory = \"MalwareCategory\",\n /** The malware name */\n MalwareName = \"MalwareName\",\n /** The process execution command line */\n ProcessCommandLine = \"ProcessCommandLine\",\n /** The process id */\n ProcessId = \"ProcessId\",\n /** The registry key path */\n RegistryKey = \"RegistryKey\",\n /** The registry key value in string formatted representation */\n RegistryValueData = \"RegistryValueData\",\n /** The url */\n Url = \"Url\",\n}\n\n/**\n * The property to evaluate in an automation rule property condition. \\\n * {@link KnownAutomationRulePropertyConditionSupportedProperty} can be used interchangeably with AutomationRulePropertyConditionSupportedProperty,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IncidentTitle**: The title of the incident \\\n * **IncidentDescription**: The description of the incident \\\n * **IncidentSeverity**: The severity of the incident \\\n * **IncidentStatus**: The status of the incident \\\n * **IncidentRelatedAnalyticRuleIds**: The related Analytic rule ids of the incident \\\n * **IncidentTactics**: The tactics of the incident \\\n * **IncidentLabel**: The labels of the incident \\\n * **IncidentProviderName**: The provider name of the incident \\\n * **IncidentUpdatedBySource**: The update source of the incident \\\n * **IncidentCustomDetailsKey**: The incident custom detail key \\\n * **IncidentCustomDetailsValue**: The incident custom detail value \\\n * **IncidentCustomDetectionRuleIds**: The Custom-Detection rule ids associated with any of the incident alerts \\\n * **IncidentAlertTitle**: The alert title associated with any of the incident alerts \\\n * **AccountAadTenantId**: The account Azure Active Directory tenant id \\\n * **AccountAadUserId**: The account Azure Active Directory user id \\\n * **AccountName**: The account name \\\n * **AccountNTDomain**: The account NetBIOS domain name \\\n * **AccountPUID**: The account Azure Active Directory Passport User ID \\\n * **AccountSid**: The account security identifier \\\n * **AccountObjectGuid**: The account unique identifier \\\n * **AccountUPNSuffix**: The account user principal name suffix \\\n * **AlertProductNames**: The name of the product of the alert \\\n * **AlertAnalyticRuleIds**: The analytic rule ids of the alert \\\n * **AzureResourceResourceId**: The Azure resource id \\\n * **AzureResourceSubscriptionId**: The Azure resource subscription id \\\n * **CloudApplicationAppId**: The cloud application identifier \\\n * **CloudApplicationAppName**: The cloud application name \\\n * **DNSDomainName**: The dns record domain name \\\n * **FileDirectory**: The file directory full path \\\n * **FileName**: The file name without path \\\n * **FileHashValue**: The file hash value \\\n * **HostAzureID**: The host Azure resource id \\\n * **HostName**: The host name without domain \\\n * **HostNetBiosName**: The host NetBIOS name \\\n * **HostNTDomain**: The host NT domain \\\n * **HostOSVersion**: The host operating system \\\n * **IoTDeviceId**: \"The IoT device id \\\n * **IoTDeviceName**: The IoT device name \\\n * **IoTDeviceType**: The IoT device type \\\n * **IoTDeviceVendor**: The IoT device vendor \\\n * **IoTDeviceModel**: The IoT device model \\\n * **IoTDeviceOperatingSystem**: The IoT device operating system \\\n * **IPAddress**: The IP address \\\n * **MailboxDisplayName**: The mailbox display name \\\n * **MailboxPrimaryAddress**: The mailbox primary address \\\n * **MailboxUPN**: The mailbox user principal name \\\n * **MailMessageDeliveryAction**: The mail message delivery action \\\n * **MailMessageDeliveryLocation**: The mail message delivery location \\\n * **MailMessageRecipient**: The mail message recipient \\\n * **MailMessageSenderIP**: The mail message sender IP address \\\n * **MailMessageSubject**: The mail message subject \\\n * **MailMessageP1Sender**: The mail message P1 sender \\\n * **MailMessageP2Sender**: The mail message P2 sender \\\n * **MalwareCategory**: The malware category \\\n * **MalwareName**: The malware name \\\n * **ProcessCommandLine**: The process execution command line \\\n * **ProcessId**: The process id \\\n * **RegistryKey**: The registry key path \\\n * **RegistryValueData**: The registry key value in string formatted representation \\\n * **Url**: The url\n */\nexport type AutomationRulePropertyConditionSupportedProperty = string;\n\nexport function automationRuleActionUnionArraySerializer(\n result: Array<AutomationRuleActionUnion>,\n): any[] {\n return result.map((item) => {\n return automationRuleActionUnionSerializer(item);\n });\n}\n\nexport function automationRuleActionUnionArrayDeserializer(\n result: Array<AutomationRuleActionUnion>,\n): any[] {\n return result.map((item) => {\n return automationRuleActionUnionDeserializer(item);\n });\n}\n\n/** Describes an automation rule action. */\nexport interface AutomationRuleAction {\n order: number;\n /** The type of the automation rule action. */\n /** The discriminator possible values: AddIncidentTask, ModifyProperties, RunPlaybook */\n actionType: ActionType;\n}\n\nexport function automationRuleActionSerializer(item: AutomationRuleAction): any {\n return { order: item[\"order\"], actionType: item[\"actionType\"] };\n}\n\nexport function automationRuleActionDeserializer(item: any): AutomationRuleAction {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Alias for AutomationRuleActionUnion */\nexport type AutomationRuleActionUnion =\n | AutomationRuleAddIncidentTaskAction\n | AutomationRuleModifyPropertiesAction\n | AutomationRuleRunPlaybookAction\n | AutomationRuleAction;\n\nexport function automationRuleActionUnionSerializer(item: AutomationRuleActionUnion): any {\n switch (item.actionType) {\n case \"AddIncidentTask\":\n return automationRuleAddIncidentTaskActionSerializer(\n item as AutomationRuleAddIncidentTaskAction,\n );\n\n case \"ModifyProperties\":\n return automationRuleModifyPropertiesActionSerializer(\n item as AutomationRuleModifyPropertiesAction,\n );\n\n case \"RunPlaybook\":\n return automationRuleRunPlaybookActionSerializer(item as AutomationRuleRunPlaybookAction);\n\n default:\n return automationRuleActionSerializer(item);\n }\n}\n\nexport function automationRuleActionUnionDeserializer(item: any): AutomationRuleActionUnion {\n switch (item[\"actionType\"]) {\n case \"AddIncidentTask\":\n return automationRuleAddIncidentTaskActionDeserializer(\n item as AutomationRuleAddIncidentTaskAction,\n );\n\n case \"ModifyProperties\":\n return automationRuleModifyPropertiesActionDeserializer(\n item as AutomationRuleModifyPropertiesAction,\n );\n\n case \"RunPlaybook\":\n return automationRuleRunPlaybookActionDeserializer(item as AutomationRuleRunPlaybookAction);\n\n default:\n return automationRuleActionDeserializer(item);\n }\n}\n\n/** The type of the automation rule action. */\nexport enum KnownActionType {\n /** Modify an object's properties */\n ModifyProperties = \"ModifyProperties\",\n /** Run a playbook on an object */\n RunPlaybook = \"RunPlaybook\",\n /** Add a task to an incident object */\n AddIncidentTask = \"AddIncidentTask\",\n}\n\n/**\n * The type of the automation rule action. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ModifyProperties**: Modify an object's properties \\\n * **RunPlaybook**: Run a playbook on an object \\\n * **AddIncidentTask**: Add a task to an incident object\n */\nexport type ActionType = string;\n\n/** Describes an automation rule action to add a task to an incident */\nexport interface AutomationRuleAddIncidentTaskAction extends AutomationRuleAction {\n actionConfiguration?: AddIncidentTaskActionProperties;\n /** The type of the automation rule action. */\n actionType: \"AddIncidentTask\";\n}\n\nexport function automationRuleAddIncidentTaskActionSerializer(\n item: AutomationRuleAddIncidentTaskAction,\n): any {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : addIncidentTaskActionPropertiesSerializer(item[\"actionConfiguration\"]),\n };\n}\n\nexport function automationRuleAddIncidentTaskActionDeserializer(\n item: any,\n): AutomationRuleAddIncidentTaskAction {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : addIncidentTaskActionPropertiesDeserializer(item[\"actionConfiguration\"]),\n };\n}\n\n/** model interface AddIncidentTaskActionProperties */\nexport interface AddIncidentTaskActionProperties {\n /** The title of the task. */\n title: string;\n /** The description of the task. */\n description?: string;\n}\n\nexport function addIncidentTaskActionPropertiesSerializer(\n item: AddIncidentTaskActionProperties,\n): any {\n return { title: item[\"title\"], description: item[\"description\"] };\n}\n\nexport function addIncidentTaskActionPropertiesDeserializer(\n item: any,\n): AddIncidentTaskActionProperties {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n };\n}\n\n/** Describes an automation rule action to modify an object's properties */\nexport interface AutomationRuleModifyPropertiesAction extends AutomationRuleAction {\n actionConfiguration?: IncidentPropertiesAction;\n /** The type of the automation rule action. */\n actionType: \"ModifyProperties\";\n}\n\nexport function automationRuleModifyPropertiesActionSerializer(\n item: AutomationRuleModifyPropertiesAction,\n): any {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : incidentPropertiesActionSerializer(item[\"actionConfiguration\"]),\n };\n}\n\nexport function automationRuleModifyPropertiesActionDeserializer(\n item: any,\n): AutomationRuleModifyPropertiesAction {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : incidentPropertiesActionDeserializer(item[\"actionConfiguration\"]),\n };\n}\n\n/** model interface IncidentPropertiesAction */\nexport interface IncidentPropertiesAction {\n /** The severity of the incident */\n severity?: IncidentSeverity;\n /** The status of the incident */\n status?: IncidentStatus;\n /** The reason the incident was closed */\n classification?: IncidentClassification;\n /** The classification reason the incident was closed with */\n classificationReason?: IncidentClassificationReason;\n /** Describes the reason the incident was closed. */\n classificationComment?: string;\n /** Information on the user an incident is assigned to */\n owner?: IncidentOwnerInfo;\n /** List of labels to add to the incident. */\n labels?: IncidentLabel[];\n}\n\nexport function incidentPropertiesActionSerializer(item: IncidentPropertiesAction): any {\n return {\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoSerializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArraySerializer(item[\"labels\"]),\n };\n}\n\nexport function incidentPropertiesActionDeserializer(item: any): IncidentPropertiesAction {\n return {\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoDeserializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArrayDeserializer(item[\"labels\"]),\n };\n}\n\n/** The severity of the incident */\nexport enum KnownIncidentSeverity {\n /** High severity */\n High = \"High\",\n /** Medium severity */\n Medium = \"Medium\",\n /** Low severity */\n Low = \"Low\",\n /** Informational severity */\n Informational = \"Informational\",\n}\n\n/**\n * The severity of the incident \\\n * {@link KnownIncidentSeverity} can be used interchangeably with IncidentSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: High severity \\\n * **Medium**: Medium severity \\\n * **Low**: Low severity \\\n * **Informational**: Informational severity\n */\nexport type IncidentSeverity = string;\n\n/** The status of the incident */\nexport enum KnownIncidentStatus {\n /** An active incident which isn't being handled currently */\n New = \"New\",\n /** An active incident which is being handled */\n Active = \"Active\",\n /** A non-active incident */\n Closed = \"Closed\",\n}\n\n/**\n * The status of the incident \\\n * {@link KnownIncidentStatus} can be used interchangeably with IncidentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New**: An active incident which isn't being handled currently \\\n * **Active**: An active incident which is being handled \\\n * **Closed**: A non-active incident\n */\nexport type IncidentStatus = string;\n\n/** The reason the incident was closed */\nexport enum KnownIncidentClassification {\n /** Incident classification was undetermined */\n Undetermined = \"Undetermined\",\n /** Incident was true positive */\n TruePositive = \"TruePositive\",\n /** Incident was benign positive */\n BenignPositive = \"BenignPositive\",\n /** Incident was false positive */\n FalsePositive = \"FalsePositive\",\n}\n\n/**\n * The reason the incident was closed \\\n * {@link KnownIncidentClassification} can be used interchangeably with IncidentClassification,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Undetermined**: Incident classification was undetermined \\\n * **TruePositive**: Incident was true positive \\\n * **BenignPositive**: Incident was benign positive \\\n * **FalsePositive**: Incident was false positive\n */\nexport type IncidentClassification = string;\n\n/** The classification reason the incident was closed with */\nexport enum KnownIncidentClassificationReason {\n /** Classification reason was suspicious activity */\n SuspiciousActivity = \"SuspiciousActivity\",\n /** Classification reason was suspicious but expected */\n SuspiciousButExpected = \"SuspiciousButExpected\",\n /** Classification reason was incorrect alert logic */\n IncorrectAlertLogic = \"IncorrectAlertLogic\",\n /** Classification reason was inaccurate data */\n InaccurateData = \"InaccurateData\",\n}\n\n/**\n * The classification reason the incident was closed with \\\n * {@link KnownIncidentClassificationReason} can be used interchangeably with IncidentClassificationReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SuspiciousActivity**: Classification reason was suspicious activity \\\n * **SuspiciousButExpected**: Classification reason was suspicious but expected \\\n * **IncorrectAlertLogic**: Classification reason was incorrect alert logic \\\n * **InaccurateData**: Classification reason was inaccurate data\n */\nexport type IncidentClassificationReason = string;\n\n/** Information on the user an incident is assigned to */\nexport interface IncidentOwnerInfo {\n /** The email of the user the incident is assigned to. */\n email?: string;\n /** The name of the user the incident is assigned to. */\n assignedTo?: string;\n /** The object id of the user the incident is assigned to. */\n objectId?: string;\n /** The user principal name of the user the incident is assigned to. */\n userPrincipalName?: string;\n /** The type of the owner the incident is assigned to. */\n ownerType?: OwnerType;\n}\n\nexport function incidentOwnerInfoSerializer(item: IncidentOwnerInfo): any {\n return {\n email: item[\"email\"],\n assignedTo: item[\"assignedTo\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n ownerType: item[\"ownerType\"],\n };\n}\n\nexport function incidentOwnerInfoDeserializer(item: any): IncidentOwnerInfo {\n return {\n email: item[\"email\"],\n assignedTo: item[\"assignedTo\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n ownerType: item[\"ownerType\"],\n };\n}\n\n/** The type of the owner the hunt is assigned to. */\nexport enum KnownOwnerType {\n /** The hunt owner type is unknown */\n Unknown = \"Unknown\",\n /** The hunt owner type is an AAD user */\n User = \"User\",\n /** The hunt owner type is an AAD group */\n Group = \"Group\",\n}\n\n/**\n * The type of the owner the hunt is assigned to. \\\n * {@link KnownOwnerType} can be used interchangeably with OwnerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: The hunt owner type is unknown \\\n * **User**: The hunt owner type is an AAD user \\\n * **Group**: The hunt owner type is an AAD group\n */\nexport type OwnerType = string;\n\nexport function incidentLabelArraySerializer(result: Array<IncidentLabel>): any[] {\n return result.map((item) => {\n return incidentLabelSerializer(item);\n });\n}\n\nexport function incidentLabelArrayDeserializer(result: Array<IncidentLabel>): any[] {\n return result.map((item) => {\n return incidentLabelDeserializer(item);\n });\n}\n\n/** Represents an incident label */\nexport interface IncidentLabel {\n /** The name of the label */\n labelName: string;\n /** The type of the label */\n readonly labelType?: IncidentLabelType;\n}\n\nexport function incidentLabelSerializer(item: IncidentLabel): any {\n return { labelName: item[\"labelName\"] };\n}\n\nexport function incidentLabelDeserializer(item: any): IncidentLabel {\n return {\n labelName: item[\"labelName\"],\n labelType: item[\"labelType\"],\n };\n}\n\n/** The type of the label */\nexport enum KnownIncidentLabelType {\n /** Label manually created by a user */\n User = \"User\",\n /** Label automatically created by the system */\n AutoAssigned = \"AutoAssigned\",\n}\n\n/**\n * The type of the label \\\n * {@link KnownIncidentLabelType} can be used interchangeably with IncidentLabelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: Label manually created by a user \\\n * **AutoAssigned**: Label automatically created by the system\n */\nexport type IncidentLabelType = string;\n\n/** Describes an automation rule action to run a playbook */\nexport interface AutomationRuleRunPlaybookAction extends AutomationRuleAction {\n actionConfiguration?: PlaybookActionProperties;\n /** The type of the automation rule action. */\n actionType: \"RunPlaybook\";\n}\n\nexport function automationRuleRunPlaybookActionSerializer(\n item: AutomationRuleRunPlaybookAction,\n): any {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : playbookActionPropertiesSerializer(item[\"actionConfiguration\"]),\n };\n}\n\nexport function automationRuleRunPlaybookActionDeserializer(\n item: any,\n): AutomationRuleRunPlaybookAction {\n return {\n order: item[\"order\"],\n actionType: item[\"actionType\"],\n actionConfiguration: !item[\"actionConfiguration\"]\n ? item[\"actionConfiguration\"]\n : playbookActionPropertiesDeserializer(item[\"actionConfiguration\"]),\n };\n}\n\n/** model interface PlaybookActionProperties */\nexport interface PlaybookActionProperties {\n /** The resource id of the playbook resource. */\n logicAppResourceId: string;\n /** The tenant id of the playbook resource. */\n tenantId?: string;\n}\n\nexport function playbookActionPropertiesSerializer(item: PlaybookActionProperties): any {\n return { logicAppResourceId: item[\"logicAppResourceId\"], tenantId: item[\"tenantId\"] };\n}\n\nexport function playbookActionPropertiesDeserializer(item: any): PlaybookActionProperties {\n return {\n logicAppResourceId: item[\"logicAppResourceId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Information on the client (user or application) that made some action */\nexport interface ClientInfo {\n /** The email of the client. */\n email?: string;\n /** The name of the client. */\n name?: string;\n /** The object id of the client. */\n objectId?: string;\n /** The user principal name of the client. */\n userPrincipalName?: string;\n}\n\nexport function clientInfoSerializer(item: ClientInfo): any {\n return {\n email: item[\"email\"],\n name: item[\"name\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n };\n}\n\nexport function clientInfoDeserializer(item: any): ClientInfo {\n return {\n email: item[\"email\"],\n name: item[\"name\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n };\n}\n\n/** Paged collection of AutomationRule items */\nexport interface _AutomationRulesList {\n /** The AutomationRule items on this page */\n value: AutomationRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _automationRulesListDeserializer(item: any): _AutomationRulesList {\n return {\n value: automationRuleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function automationRuleArraySerializer(result: Array<AutomationRule>): any[] {\n return result.map((item) => {\n return automationRuleSerializer(item);\n });\n}\n\nexport function automationRuleArrayDeserializer(result: Array<AutomationRule>): any[] {\n return result.map((item) => {\n return automationRuleDeserializer(item);\n });\n}\n\n/** Represents an incident in Azure Security Insights. */\nexport interface Incident extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The title of the incident */\n title?: string;\n /** The description of the incident */\n description?: string;\n /** The severity of the incident */\n severity?: IncidentSeverity;\n /** The status of the incident */\n status?: IncidentStatus;\n /** The reason the incident was closed */\n classification?: IncidentClassification;\n /** The classification reason the incident was closed with */\n classificationReason?: IncidentClassificationReason;\n /** Describes the reason the incident was closed */\n classificationComment?: string;\n /** Describes a user that the incident is assigned to */\n owner?: IncidentOwnerInfo;\n /** List of labels relevant to this incident */\n labels?: IncidentLabel[];\n /** The time of the first activity in the incident */\n firstActivityTimeUtc?: Date;\n /** The time of the last activity in the incident */\n lastActivityTimeUtc?: Date;\n /** The last time the incident was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** The time the incident was created */\n readonly createdTimeUtc?: Date;\n /** A sequential number */\n readonly incidentNumber?: number;\n /** Additional data on the incident */\n readonly additionalData?: IncidentAdditionalData;\n /** List of resource ids of Analytic rules related to the incident */\n readonly relatedAnalyticRuleIds?: string[];\n /** The deep-link url to the incident in Azure portal */\n readonly incidentUrl?: string;\n /** The name of the source provider that generated the incident */\n readonly providerName?: string;\n /** The incident ID assigned by the incident provider */\n readonly providerIncidentId?: string;\n /** Describes a team for the incident */\n teamInformation?: TeamInformation;\n}\n\nexport function incidentSerializer(item: Incident): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"title\",\n \"description\",\n \"severity\",\n \"status\",\n \"classification\",\n \"classificationReason\",\n \"classificationComment\",\n \"owner\",\n \"labels\",\n \"firstActivityTimeUtc\",\n \"lastActivityTimeUtc\",\n \"teamInformation\",\n ])\n ? undefined\n : _incidentPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function incidentDeserializer(item: any): Incident {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _incidentPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes incident properties */\nexport interface IncidentProperties {\n /** The title of the incident */\n title: string;\n /** The description of the incident */\n description?: string;\n /** The severity of the incident */\n severity: IncidentSeverity;\n /** The status of the incident */\n status: IncidentStatus;\n /** The reason the incident was closed */\n classification?: IncidentClassification;\n /** The classification reason the incident was closed with */\n classificationReason?: IncidentClassificationReason;\n /** Describes the reason the incident was closed */\n classificationComment?: string;\n /** Describes a user that the incident is assigned to */\n owner?: IncidentOwnerInfo;\n /** List of labels relevant to this incident */\n labels?: IncidentLabel[];\n /** The time of the first activity in the incident */\n firstActivityTimeUtc?: Date;\n /** The time of the last activity in the incident */\n lastActivityTimeUtc?: Date;\n /** The last time the incident was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** The time the incident was created */\n readonly createdTimeUtc?: Date;\n /** A sequential number */\n readonly incidentNumber?: number;\n /** Additional data on the incident */\n readonly additionalData?: IncidentAdditionalData;\n /** List of resource ids of Analytic rules related to the incident */\n readonly relatedAnalyticRuleIds?: string[];\n /** The deep-link url to the incident in Azure portal */\n readonly incidentUrl?: string;\n /** The name of the source provider that generated the incident */\n readonly providerName?: string;\n /** The incident ID assigned by the incident provider */\n readonly providerIncidentId?: string;\n /** Describes a team for the incident */\n teamInformation?: TeamInformation;\n}\n\nexport function incidentPropertiesSerializer(item: IncidentProperties): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoSerializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArraySerializer(item[\"labels\"]),\n firstActivityTimeUtc: !item[\"firstActivityTimeUtc\"]\n ? item[\"firstActivityTimeUtc\"]\n : item[\"firstActivityTimeUtc\"].toISOString(),\n lastActivityTimeUtc: !item[\"lastActivityTimeUtc\"]\n ? item[\"lastActivityTimeUtc\"]\n : item[\"lastActivityTimeUtc\"].toISOString(),\n teamInformation: !item[\"teamInformation\"]\n ? item[\"teamInformation\"]\n : teamInformationSerializer(item[\"teamInformation\"]),\n };\n}\n\nexport function incidentPropertiesDeserializer(item: any): IncidentProperties {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoDeserializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArrayDeserializer(item[\"labels\"]),\n firstActivityTimeUtc: !item[\"firstActivityTimeUtc\"]\n ? item[\"firstActivityTimeUtc\"]\n : new Date(item[\"firstActivityTimeUtc\"]),\n lastActivityTimeUtc: !item[\"lastActivityTimeUtc\"]\n ? item[\"lastActivityTimeUtc\"]\n : new Date(item[\"lastActivityTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n incidentNumber: item[\"incidentNumber\"],\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : incidentAdditionalDataDeserializer(item[\"additionalData\"]),\n relatedAnalyticRuleIds: !item[\"relatedAnalyticRuleIds\"]\n ? item[\"relatedAnalyticRuleIds\"]\n : item[\"relatedAnalyticRuleIds\"].map((p: any) => {\n return p;\n }),\n incidentUrl: item[\"incidentUrl\"],\n providerName: item[\"providerName\"],\n providerIncidentId: item[\"providerIncidentId\"],\n teamInformation: !item[\"teamInformation\"]\n ? item[\"teamInformation\"]\n : teamInformationDeserializer(item[\"teamInformation\"]),\n };\n}\n\n/** Incident additional data property bag. */\nexport interface IncidentAdditionalData {\n /** The number of alerts in the incident */\n readonly alertsCount?: number;\n /** The number of bookmarks in the incident */\n readonly bookmarksCount?: number;\n /** The number of comments in the incident */\n readonly commentsCount?: number;\n /** List of product names of alerts in the incident */\n readonly alertProductNames?: string[];\n /** The tactics associated with incident */\n readonly tactics?: AttackTactic[];\n /** The techniques associated with incident's tactics */\n readonly techniques?: string[];\n /** The provider incident url to the incident in Microsoft 365 Defender portal */\n readonly providerIncidentUrl?: string;\n /** The incident number of the incident that the current incident was merged into */\n readonly mergedIncidentNumber?: string;\n /** The URL to the incident that the current incident was merged into */\n readonly mergedIncidentUrl?: string;\n}\n\nexport function incidentAdditionalDataDeserializer(item: any): IncidentAdditionalData {\n return {\n alertsCount: item[\"alertsCount\"],\n bookmarksCount: item[\"bookmarksCount\"],\n commentsCount: item[\"commentsCount\"],\n alertProductNames: !item[\"alertProductNames\"]\n ? item[\"alertProductNames\"]\n : item[\"alertProductNames\"].map((p: any) => {\n return p;\n }),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n providerIncidentUrl: item[\"providerIncidentUrl\"],\n mergedIncidentNumber: item[\"mergedIncidentNumber\"],\n mergedIncidentUrl: item[\"mergedIncidentUrl\"],\n };\n}\n\n/** Describes team information */\nexport interface TeamInformation {\n /** Team ID */\n readonly teamId?: string;\n /** The primary channel URL of the team */\n readonly primaryChannelUrl?: string;\n /** The time the team was created */\n readonly teamCreationTimeUtc?: Date;\n /** The name of the team */\n readonly name?: string;\n /** The description of the team */\n readonly description?: string;\n}\n\nexport function teamInformationSerializer(_item: TeamInformation): any {\n return {};\n}\n\nexport function teamInformationDeserializer(item: any): TeamInformation {\n return {\n teamId: item[\"teamId\"],\n primaryChannelUrl: item[\"primaryChannelUrl\"],\n teamCreationTimeUtc: !item[\"teamCreationTimeUtc\"]\n ? item[\"teamCreationTimeUtc\"]\n : new Date(item[\"teamCreationTimeUtc\"]),\n name: item[\"name\"],\n description: item[\"description\"],\n };\n}\n\n/** List all the incidents. */\nexport interface _IncidentList {\n /** The Incident items on this page */\n value: Incident[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _incidentListDeserializer(item: any): _IncidentList {\n return {\n value: incidentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function incidentArraySerializer(result: Array<Incident>): any[] {\n return result.map((item) => {\n return incidentSerializer(item);\n });\n}\n\nexport function incidentArrayDeserializer(result: Array<Incident>): any[] {\n return result.map((item) => {\n return incidentDeserializer(item);\n });\n}\n\n/** model interface ManualTriggerRequestBody */\nexport interface ManualTriggerRequestBody {\n tenantId?: string;\n logicAppsResourceId: string;\n}\n\nexport function manualTriggerRequestBodySerializer(item: ManualTriggerRequestBody): any {\n return { tenantId: item[\"tenantId\"], logicAppsResourceId: item[\"logicAppsResourceId\"] };\n}\n\n/** List of incident alerts. */\nexport interface IncidentAlertList {\n /** Array of incident alerts. */\n value: SecurityAlert[];\n}\n\nexport function incidentAlertListDeserializer(item: any): IncidentAlertList {\n return {\n value: securityAlertArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function securityAlertArrayDeserializer(result: Array<SecurityAlert>): any[] {\n return result.map((item) => {\n return securityAlertDeserializer(item);\n });\n}\n\n/** Represents a security alert entity. */\nexport interface SecurityAlert extends Entity {\n /** The kind of the entity. */\n kind: \"SecurityAlert\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The display name of the alert. */\n readonly alertDisplayName?: string;\n /** The type name of the alert. */\n readonly alertType?: string;\n /** Display name of the main entity being reported on. */\n readonly compromisedEntity?: string;\n /** The confidence level of this alert. */\n readonly confidenceLevel?: ConfidenceLevel;\n /** The confidence reasons */\n readonly confidenceReasons?: SecurityAlertPropertiesConfidenceReasonsItem[];\n /** The confidence score of the alert. */\n readonly confidenceScore?: number;\n /** The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final. */\n readonly confidenceScoreStatus?: ConfidenceScoreStatus;\n /** Alert description. */\n readonly description?: string;\n /** The impact end time of the alert (the time of the last event contributing to the alert). */\n readonly endTimeUtc?: Date;\n /** Holds the alert intent stage(s) mapping for this alert. */\n readonly intent?: KillChainIntent;\n /** The identifier of the alert inside the product which generated the alert. */\n readonly providerAlertId?: string;\n /** The time the alert was made available for consumption. */\n readonly processingEndTime?: Date;\n /** The name of a component inside the product which generated the alert. */\n readonly productComponentName?: string;\n /** The name of the product which published this alert. */\n readonly productName?: string;\n /** The version of the product generating the alert. */\n readonly productVersion?: string;\n /** Manual action items to take to remediate the alert. */\n readonly remediationSteps?: string[];\n /** The severity of the alert */\n severity?: AlertSeverity;\n /** The impact start time of the alert (the time of the first event contributing to the alert). */\n readonly startTimeUtc?: Date;\n /** The lifecycle status of the alert. */\n readonly status?: AlertStatus;\n /** Holds the product identifier of the alert for the product. */\n readonly systemAlertId?: string;\n /** The tactics of the alert */\n readonly tactics?: AttackTactic[];\n /** The time the alert was generated. */\n readonly timeGenerated?: Date;\n /** The name of the vendor that raise the alert. */\n readonly vendorName?: string;\n /** The uri link of the alert. */\n readonly alertLink?: string;\n /** The list of resource identifiers of the alert. */\n readonly resourceIdentifiers?: any[];\n}\n\nexport function securityAlertDeserializer(item: any): SecurityAlert {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _securityAlertPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** SecurityAlert entity property bag. */\nexport interface SecurityAlertProperties extends EntityCommonProperties {\n /** The display name of the alert. */\n readonly alertDisplayName?: string;\n /** The type name of the alert. */\n readonly alertType?: string;\n /** Display name of the main entity being reported on. */\n readonly compromisedEntity?: string;\n /** The confidence level of this alert. */\n readonly confidenceLevel?: ConfidenceLevel;\n /** The confidence reasons */\n readonly confidenceReasons?: SecurityAlertPropertiesConfidenceReasonsItem[];\n /** The confidence score of the alert. */\n readonly confidenceScore?: number;\n /** The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final. */\n readonly confidenceScoreStatus?: ConfidenceScoreStatus;\n /** Alert description. */\n readonly description?: string;\n /** The impact end time of the alert (the time of the last event contributing to the alert). */\n readonly endTimeUtc?: Date;\n /** Holds the alert intent stage(s) mapping for this alert. */\n readonly intent?: KillChainIntent;\n /** The identifier of the alert inside the product which generated the alert. */\n readonly providerAlertId?: string;\n /** The time the alert was made available for consumption. */\n readonly processingEndTime?: Date;\n /** The name of a component inside the product which generated the alert. */\n readonly productComponentName?: string;\n /** The name of the product which published this alert. */\n readonly productName?: string;\n /** The version of the product generating the alert. */\n readonly productVersion?: string;\n /** Manual action items to take to remediate the alert. */\n readonly remediationSteps?: string[];\n /** The severity of the alert */\n severity?: AlertSeverity;\n /** The impact start time of the alert (the time of the first event contributing to the alert). */\n readonly startTimeUtc?: Date;\n /** The lifecycle status of the alert. */\n readonly status?: AlertStatus;\n /** Holds the product identifier of the alert for the product. */\n readonly systemAlertId?: string;\n /** The tactics of the alert */\n readonly tactics?: AttackTactic[];\n /** The time the alert was generated. */\n readonly timeGenerated?: Date;\n /** The name of the vendor that raise the alert. */\n readonly vendorName?: string;\n /** The uri link of the alert. */\n readonly alertLink?: string;\n /** The list of resource identifiers of the alert. */\n readonly resourceIdentifiers?: any[];\n}\n\nexport function securityAlertPropertiesDeserializer(item: any): SecurityAlertProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n alertDisplayName: item[\"alertDisplayName\"],\n alertType: item[\"alertType\"],\n compromisedEntity: item[\"compromisedEntity\"],\n confidenceLevel: item[\"confidenceLevel\"],\n confidenceReasons: !item[\"confidenceReasons\"]\n ? item[\"confidenceReasons\"]\n : securityAlertPropertiesConfidenceReasonsItemArrayDeserializer(item[\"confidenceReasons\"]),\n confidenceScore: item[\"confidenceScore\"],\n confidenceScoreStatus: item[\"confidenceScoreStatus\"],\n description: item[\"description\"],\n endTimeUtc: !item[\"endTimeUtc\"] ? item[\"endTimeUtc\"] : new Date(item[\"endTimeUtc\"]),\n intent: item[\"intent\"],\n providerAlertId: item[\"providerAlertId\"],\n processingEndTime: !item[\"processingEndTime\"]\n ? item[\"processingEndTime\"]\n : new Date(item[\"processingEndTime\"]),\n productComponentName: item[\"productComponentName\"],\n productName: item[\"productName\"],\n productVersion: item[\"productVersion\"],\n remediationSteps: !item[\"remediationSteps\"]\n ? item[\"remediationSteps\"]\n : item[\"remediationSteps\"].map((p: any) => {\n return p;\n }),\n severity: item[\"severity\"],\n startTimeUtc: !item[\"startTimeUtc\"] ? item[\"startTimeUtc\"] : new Date(item[\"startTimeUtc\"]),\n status: item[\"status\"],\n systemAlertId: item[\"systemAlertId\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n timeGenerated: !item[\"timeGenerated\"] ? item[\"timeGenerated\"] : new Date(item[\"timeGenerated\"]),\n vendorName: item[\"vendorName\"],\n alertLink: item[\"alertLink\"],\n resourceIdentifiers: !item[\"resourceIdentifiers\"]\n ? item[\"resourceIdentifiers\"]\n : item[\"resourceIdentifiers\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The confidence level of this alert. */\nexport enum KnownConfidenceLevel {\n /** Unknown confidence, the is the default value */\n Unknown = \"Unknown\",\n /** Low confidence, meaning we have some doubts this is indeed malicious or part of an attack */\n Low = \"Low\",\n /** High confidence that the alert is true positive malicious */\n High = \"High\",\n}\n\n/**\n * The confidence level of this alert. \\\n * {@link KnownConfidenceLevel} can be used interchangeably with ConfidenceLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown confidence, the is the default value \\\n * **Low**: Low confidence, meaning we have some doubts this is indeed malicious or part of an attack \\\n * **High**: High confidence that the alert is true positive malicious\n */\nexport type ConfidenceLevel = string;\n\nexport function securityAlertPropertiesConfidenceReasonsItemArrayDeserializer(\n result: Array<SecurityAlertPropertiesConfidenceReasonsItem>,\n): any[] {\n return result.map((item) => {\n return securityAlertPropertiesConfidenceReasonsItemDeserializer(item);\n });\n}\n\n/** confidence reason item */\nexport interface SecurityAlertPropertiesConfidenceReasonsItem {\n /** The reason's description */\n readonly reason?: string;\n /** The type (category) of the reason */\n readonly reasonType?: string;\n}\n\nexport function securityAlertPropertiesConfidenceReasonsItemDeserializer(\n item: any,\n): SecurityAlertPropertiesConfidenceReasonsItem {\n return {\n reason: item[\"reason\"],\n reasonType: item[\"reasonType\"],\n };\n}\n\n/** The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final. */\nexport enum KnownConfidenceScoreStatus {\n /** Score will not be calculated for this alert as it is not supported by virtual analyst */\n NotApplicable = \"NotApplicable\",\n /** No score was set yet and calculation is in progress */\n InProcess = \"InProcess\",\n /** Score is calculated and shown as part of the alert, but may be updated again at a later time following the processing of additional data */\n NotFinal = \"NotFinal\",\n /** Final score was calculated and available */\n Final = \"Final\",\n}\n\n/**\n * The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final. \\\n * {@link KnownConfidenceScoreStatus} can be used interchangeably with ConfidenceScoreStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotApplicable**: Score will not be calculated for this alert as it is not supported by virtual analyst \\\n * **InProcess**: No score was set yet and calculation is in progress \\\n * **NotFinal**: Score is calculated and shown as part of the alert, but may be updated again at a later time following the processing of additional data \\\n * **Final**: Final score was calculated and available\n */\nexport type ConfidenceScoreStatus = string;\n\n/** The intent of the alert. */\nexport enum KnownKillChainIntent {\n /** The default value. */\n Unknown = \"Unknown\",\n /** Probing could be an attempt to access a certain resource regardless of a malicious intent or a failed attempt to gain access to a target system to gather information prior to exploitation. This step is usually detected as an attempt originating from outside the network in attempt to scan the target system and find a way in. */\n Probing = \"Probing\",\n /** Exploitation is the stage where an attacker manage to get foothold on the attacked resource. This stage is applicable not only for compute hosts, but also for resources such as user accounts, certificates etc. Adversaries will often be able to control the resource after this stage. */\n Exploitation = \"Exploitation\",\n /** Persistence is any access, action, or configuration change to a system that gives an adversary a persistent presence on that system. Adversaries will often need to maintain access to systems through interruptions such as system restarts, loss of credentials, or other failures that would require a remote access tool to restart or alternate backdoor for them to regain access. */\n Persistence = \"Persistence\",\n /** Privilege escalation is the result of actions that allow an adversary to obtain a higher level of permissions on a system or network. Certain tools or actions require a higher level of privilege to work and are likely necessary at many points throughout an operation. User accounts with permissions to access specific systems or perform specific functions necessary for adversaries to achieve their objective may also be considered an escalation of privilege. */\n PrivilegeEscalation = \"PrivilegeEscalation\",\n /** Defense evasion consists of techniques an adversary may use to evade detection or avoid other defenses. Sometimes these actions are the same as or variations of techniques in other categories that have the added benefit of subverting a particular defense or mitigation. */\n DefenseEvasion = \"DefenseEvasion\",\n /** Credential access represents techniques resulting in access to or control over system, domain, or service credentials that are used within an enterprise environment. Adversaries will likely attempt to obtain legitimate credentials from users or administrator accounts (local system administrator or domain users with administrator access) to use within the network. With sufficient access within a network, an adversary can create accounts for later use within the environment. */\n CredentialAccess = \"CredentialAccess\",\n /** Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. When adversaries gain access to a new system, they must navigate themselves to what they now have control of and what benefits operating from that system give to their current objective or overall goals during the intrusion. The operating system provides many native tools that aid in this post-compromise information-gathering phase. */\n Discovery = \"Discovery\",\n /** Lateral movement consists of techniques that enable an adversary to access and control remote systems on a network and could, but does not necessarily, include execution of tools on remote systems. The lateral movement techniques could allow an adversary to gather information from a system without needing additional tools, such as a remote access tool. An adversary can use lateral movement for many purposes, including remote Execution of tools, pivoting to additional systems, access to specific information or files, access to additional credentials, or to cause an effect. */\n LateralMovement = \"LateralMovement\",\n /** The execution tactic represents techniques that result in execution of adversary-controlled code on a local or remote system. This tactic is often used in conjunction with lateral movement to expand access to remote systems on a network. */\n Execution = \"Execution\",\n /** Collection consists of techniques used to identify and gather information, such as sensitive files, from a target network prior to exfiltration. This category also covers locations on a system or network where the adversary may look for information to exfiltrate. */\n Collection = \"Collection\",\n /** Exfiltration refers to techniques and attributes that result or aid in the adversary removing files and information from a target network. This category also covers locations on a system or network where the adversary may look for information to exfiltrate. */\n Exfiltration = \"Exfiltration\",\n /** The command and control tactic represents how adversaries communicate with systems under their control within a target network. */\n CommandAndControl = \"CommandAndControl\",\n /** The impact intent primary objective is to directly reduce the availability or integrity of a system, service, or network; including manipulation of data to impact a business or operational process. This would often refer to techniques such as ransom-ware, defacement, data manipulation and others. */\n Impact = \"Impact\",\n}\n\n/**\n * The intent of the alert. \\\n * {@link KnownKillChainIntent} can be used interchangeably with KillChainIntent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: The default value. \\\n * **Probing**: Probing could be an attempt to access a certain resource regardless of a malicious intent or a failed attempt to gain access to a target system to gather information prior to exploitation. This step is usually detected as an attempt originating from outside the network in attempt to scan the target system and find a way in. \\\n * **Exploitation**: Exploitation is the stage where an attacker manage to get foothold on the attacked resource. This stage is applicable not only for compute hosts, but also for resources such as user accounts, certificates etc. Adversaries will often be able to control the resource after this stage. \\\n * **Persistence**: Persistence is any access, action, or configuration change to a system that gives an adversary a persistent presence on that system. Adversaries will often need to maintain access to systems through interruptions such as system restarts, loss of credentials, or other failures that would require a remote access tool to restart or alternate backdoor for them to regain access. \\\n * **PrivilegeEscalation**: Privilege escalation is the result of actions that allow an adversary to obtain a higher level of permissions on a system or network. Certain tools or actions require a higher level of privilege to work and are likely necessary at many points throughout an operation. User accounts with permissions to access specific systems or perform specific functions necessary for adversaries to achieve their objective may also be considered an escalation of privilege. \\\n * **DefenseEvasion**: Defense evasion consists of techniques an adversary may use to evade detection or avoid other defenses. Sometimes these actions are the same as or variations of techniques in other categories that have the added benefit of subverting a particular defense or mitigation. \\\n * **CredentialAccess**: Credential access represents techniques resulting in access to or control over system, domain, or service credentials that are used within an enterprise environment. Adversaries will likely attempt to obtain legitimate credentials from users or administrator accounts (local system administrator or domain users with administrator access) to use within the network. With sufficient access within a network, an adversary can create accounts for later use within the environment. \\\n * **Discovery**: Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. When adversaries gain access to a new system, they must navigate themselves to what they now have control of and what benefits operating from that system give to their current objective or overall goals during the intrusion. The operating system provides many native tools that aid in this post-compromise information-gathering phase. \\\n * **LateralMovement**: Lateral movement consists of techniques that enable an adversary to access and control remote systems on a network and could, but does not necessarily, include execution of tools on remote systems. The lateral movement techniques could allow an adversary to gather information from a system without needing additional tools, such as a remote access tool. An adversary can use lateral movement for many purposes, including remote Execution of tools, pivoting to additional systems, access to specific information or files, access to additional credentials, or to cause an effect. \\\n * **Execution**: The execution tactic represents techniques that result in execution of adversary-controlled code on a local or remote system. This tactic is often used in conjunction with lateral movement to expand access to remote systems on a network. \\\n * **Collection**: Collection consists of techniques used to identify and gather information, such as sensitive files, from a target network prior to exfiltration. This category also covers locations on a system or network where the adversary may look for information to exfiltrate. \\\n * **Exfiltration**: Exfiltration refers to techniques and attributes that result or aid in the adversary removing files and information from a target network. This category also covers locations on a system or network where the adversary may look for information to exfiltrate. \\\n * **CommandAndControl**: The command and control tactic represents how adversaries communicate with systems under their control within a target network. \\\n * **Impact**: The impact intent primary objective is to directly reduce the availability or integrity of a system, service, or network; including manipulation of data to impact a business or operational process. This would often refer to techniques such as ransom-ware, defacement, data manipulation and others.\n */\nexport type KillChainIntent = string;\n\n/** The lifecycle status of the alert. */\nexport enum KnownAlertStatus {\n /** Unknown value */\n Unknown = \"Unknown\",\n /** New alert */\n New = \"New\",\n /** Alert closed after handling */\n Resolved = \"Resolved\",\n /** Alert dismissed as false positive */\n Dismissed = \"Dismissed\",\n /** Alert is being handled */\n InProgress = \"InProgress\",\n}\n\n/**\n * The lifecycle status of the alert. \\\n * {@link KnownAlertStatus} can be used interchangeably with AlertStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown value \\\n * **New**: New alert \\\n * **Resolved**: Alert closed after handling \\\n * **Dismissed**: Alert dismissed as false positive \\\n * **InProgress**: Alert is being handled\n */\nexport type AlertStatus = string;\n\n/** Entity common property bag. */\nexport interface EntityCommonProperties {\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n}\n\nexport function entityCommonPropertiesSerializer(_item: EntityCommonProperties): any {\n return {};\n}\n\nexport function entityCommonPropertiesDeserializer(item: any): EntityCommonProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n };\n}\n\n/** Specific entity. */\nexport interface Entity extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: SecurityAlert, Bookmark, Account, AzureResource, CloudApplication, DnsResolution, File, FileHash, Host, IoTDevice, Ip, Mailbox, MailCluster, MailMessage, Malware, Process, RegistryKey, RegistryValue, SecurityGroup, SubmissionMail, Url, Nic */\n kind: EntityKindEnum;\n}\n\nexport function entityDeserializer(item: any): Entity {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for EntityUnion */\nexport type EntityUnion =\n | SecurityAlert\n | HuntingBookmark\n | AccountEntity\n | AzureResourceEntity\n | CloudApplicationEntity\n | DnsEntity\n | FileEntity\n | FileHashEntity\n | HostEntity\n | IoTDeviceEntity\n | IpEntity\n | MailboxEntity\n | MailClusterEntity\n | MailMessageEntity\n | MalwareEntity\n | ProcessEntity\n | RegistryKeyEntity\n | RegistryValueEntity\n | SecurityGroupEntity\n | SubmissionMailEntity\n | UrlEntity\n | NicEntity\n | Entity;\n\nexport function entityUnionDeserializer(item: any): EntityUnion {\n switch (item[\"kind\"]) {\n case \"SecurityAlert\":\n return securityAlertDeserializer(item as SecurityAlert);\n\n case \"Bookmark\":\n return huntingBookmarkDeserializer(item as HuntingBookmark);\n\n case \"Account\":\n return accountEntityDeserializer(item as AccountEntity);\n\n case \"AzureResource\":\n return azureResourceEntityDeserializer(item as AzureResourceEntity);\n\n case \"CloudApplication\":\n return cloudApplicationEntityDeserializer(item as CloudApplicationEntity);\n\n case \"DnsResolution\":\n return dnsEntityDeserializer(item as DnsEntity);\n\n case \"File\":\n return fileEntityDeserializer(item as FileEntity);\n\n case \"FileHash\":\n return fileHashEntityDeserializer(item as FileHashEntity);\n\n case \"Host\":\n return hostEntityDeserializer(item as HostEntity);\n\n case \"IoTDevice\":\n return ioTDeviceEntityDeserializer(item as IoTDeviceEntity);\n\n case \"Ip\":\n return ipEntityDeserializer(item as IpEntity);\n\n case \"Mailbox\":\n return mailboxEntityDeserializer(item as MailboxEntity);\n\n case \"MailCluster\":\n return mailClusterEntityDeserializer(item as MailClusterEntity);\n\n case \"MailMessage\":\n return mailMessageEntityDeserializer(item as MailMessageEntity);\n\n case \"Malware\":\n return malwareEntityDeserializer(item as MalwareEntity);\n\n case \"Process\":\n return processEntityDeserializer(item as ProcessEntity);\n\n case \"RegistryKey\":\n return registryKeyEntityDeserializer(item as RegistryKeyEntity);\n\n case \"RegistryValue\":\n return registryValueEntityDeserializer(item as RegistryValueEntity);\n\n case \"SecurityGroup\":\n return securityGroupEntityDeserializer(item as SecurityGroupEntity);\n\n case \"SubmissionMail\":\n return submissionMailEntityDeserializer(item as SubmissionMailEntity);\n\n case \"Url\":\n return urlEntityDeserializer(item as UrlEntity);\n\n case \"Nic\":\n return nicEntityDeserializer(item as NicEntity);\n\n default:\n return entityDeserializer(item);\n }\n}\n\n/** The kind of the entity */\nexport enum KnownEntityKindEnum {\n /** Entity represents account in the system. */\n Account = \"Account\",\n /** Entity represents host in the system. */\n Host = \"Host\",\n /** Entity represents file in the system. */\n File = \"File\",\n /** Entity represents azure resource in the system. */\n AzureResource = \"AzureResource\",\n /** Entity represents cloud application in the system. */\n CloudApplication = \"CloudApplication\",\n /** Entity represents dns resolution in the system. */\n DnsResolution = \"DnsResolution\",\n /** Entity represents file hash in the system. */\n FileHash = \"FileHash\",\n /** Entity represents ip in the system. */\n Ip = \"Ip\",\n /** Entity represents malware in the system. */\n Malware = \"Malware\",\n /** Entity represents process in the system. */\n Process = \"Process\",\n /** Entity represents registry key in the system. */\n RegistryKey = \"RegistryKey\",\n /** Entity represents registry value in the system. */\n RegistryValue = \"RegistryValue\",\n /** Entity represents security group in the system. */\n SecurityGroup = \"SecurityGroup\",\n /** Entity represents url in the system. */\n Url = \"Url\",\n /** Entity represents IoT device in the system. */\n IoTDevice = \"IoTDevice\",\n /** Entity represents security alert in the system. */\n SecurityAlert = \"SecurityAlert\",\n /** Entity represents bookmark in the system. */\n Bookmark = \"Bookmark\",\n /** Entity represents mail cluster in the system. */\n MailCluster = \"MailCluster\",\n /** Entity represents mail message in the system. */\n MailMessage = \"MailMessage\",\n /** Entity represents mailbox in the system. */\n Mailbox = \"Mailbox\",\n /** Entity represents submission mail in the system. */\n SubmissionMail = \"SubmissionMail\",\n /** Entity represents network interface in the system. */\n Nic = \"Nic\",\n}\n\n/**\n * The kind of the entity \\\n * {@link KnownEntityKindEnum} can be used interchangeably with EntityKindEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Account**: Entity represents account in the system. \\\n * **Host**: Entity represents host in the system. \\\n * **File**: Entity represents file in the system. \\\n * **AzureResource**: Entity represents azure resource in the system. \\\n * **CloudApplication**: Entity represents cloud application in the system. \\\n * **DnsResolution**: Entity represents dns resolution in the system. \\\n * **FileHash**: Entity represents file hash in the system. \\\n * **Ip**: Entity represents ip in the system. \\\n * **Malware**: Entity represents malware in the system. \\\n * **Process**: Entity represents process in the system. \\\n * **RegistryKey**: Entity represents registry key in the system. \\\n * **RegistryValue**: Entity represents registry value in the system. \\\n * **SecurityGroup**: Entity represents security group in the system. \\\n * **Url**: Entity represents url in the system. \\\n * **IoTDevice**: Entity represents IoT device in the system. \\\n * **SecurityAlert**: Entity represents security alert in the system. \\\n * **Bookmark**: Entity represents bookmark in the system. \\\n * **MailCluster**: Entity represents mail cluster in the system. \\\n * **MailMessage**: Entity represents mail message in the system. \\\n * **Mailbox**: Entity represents mailbox in the system. \\\n * **SubmissionMail**: Entity represents submission mail in the system. \\\n * **Nic**: Entity represents network interface in the system.\n */\nexport type EntityKindEnum = string;\n\n/** Represents a Hunting bookmark entity. */\nexport interface HuntingBookmark extends Entity {\n /** The kind of the entity. */\n kind: \"Bookmark\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The time the bookmark was created */\n created?: Date;\n /** Describes a user that created the bookmark */\n createdBy?: UserInfo;\n /** The display name of the bookmark */\n displayName?: string;\n /** The time of the event */\n eventTime?: Date;\n /** List of labels relevant to this bookmark */\n labels?: string[];\n /** The notes of the bookmark */\n notes?: string;\n /** The query of the bookmark. */\n query?: string;\n /** The query result of the bookmark. */\n queryResult?: string;\n /** The last time the bookmark was updated */\n updated?: Date;\n /** Describes a user that updated the bookmark */\n updatedBy?: UserInfo;\n /** Describes an incident that relates to bookmark */\n incidentInfo?: IncidentInfo;\n}\n\nexport function huntingBookmarkDeserializer(item: any): HuntingBookmark {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _huntingBookmarkPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes bookmark properties */\nexport interface HuntingBookmarkProperties extends EntityCommonProperties {\n /** The time the bookmark was created */\n created?: Date;\n /** Describes a user that created the bookmark */\n createdBy?: UserInfo;\n /** The display name of the bookmark */\n displayName: string;\n /** The time of the event */\n eventTime?: Date;\n /** List of labels relevant to this bookmark */\n labels?: string[];\n /** The notes of the bookmark */\n notes?: string;\n /** The query of the bookmark. */\n query: string;\n /** The query result of the bookmark. */\n queryResult?: string;\n /** The last time the bookmark was updated */\n updated?: Date;\n /** Describes a user that updated the bookmark */\n updatedBy?: UserInfo;\n /** Describes an incident that relates to bookmark */\n incidentInfo?: IncidentInfo;\n}\n\nexport function huntingBookmarkPropertiesDeserializer(item: any): HuntingBookmarkProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : new Date(item[\"eventTime\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoDeserializer(item[\"incidentInfo\"]),\n };\n}\n\n/** User information that made some action */\nexport interface UserInfo {\n /** The email of the user. */\n readonly email?: string;\n /** The name of the user. */\n readonly name?: string;\n /** The object id of the user. */\n objectId?: string;\n}\n\nexport function userInfoSerializer(item: UserInfo): any {\n return { objectId: item[\"objectId\"] };\n}\n\nexport function userInfoDeserializer(item: any): UserInfo {\n return {\n email: item[\"email\"],\n name: item[\"name\"],\n objectId: item[\"objectId\"],\n };\n}\n\n/** Describes related incident information for the bookmark */\nexport interface IncidentInfo {\n /** Incident Id */\n incidentId?: string;\n /** The severity of the incident */\n severity?: IncidentSeverity;\n /** The title of the incident */\n title?: string;\n /** Relation Name */\n relationName?: string;\n}\n\nexport function incidentInfoSerializer(item: IncidentInfo): any {\n return {\n incidentId: item[\"incidentId\"],\n severity: item[\"severity\"],\n title: item[\"title\"],\n relationName: item[\"relationName\"],\n };\n}\n\nexport function incidentInfoDeserializer(item: any): IncidentInfo {\n return {\n incidentId: item[\"incidentId\"],\n severity: item[\"severity\"],\n title: item[\"title\"],\n relationName: item[\"relationName\"],\n };\n}\n\n/** Represents an account entity. */\nexport interface AccountEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Account\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The Azure Active Directory tenant id. */\n readonly aadTenantId?: string;\n /** The Azure Active Directory user id. */\n readonly aadUserId?: string;\n /** The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. */\n readonly accountName?: string;\n /** The display name of the account. */\n readonly displayName?: string;\n /** The Host entity id that contains the account in case it is a local account (not domain joined) */\n readonly hostEntityId?: string;\n /** Determines whether this is a domain account. */\n readonly isDomainJoined?: boolean;\n /** The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY. */\n readonly ntDomain?: string;\n /** The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory. */\n readonly objectGuid?: string;\n /** The Azure Active Directory Passport User ID. */\n readonly puid?: string;\n /** The account security identifier, e.g. S-1-5-18. */\n readonly sid?: string;\n /** The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com. */\n readonly upnSuffix?: string;\n /** The fully qualified domain DNS name. */\n readonly dnsDomain?: string;\n}\n\nexport function accountEntityDeserializer(item: any): AccountEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _accountEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Account entity property bag. */\nexport interface AccountEntityProperties extends EntityCommonProperties {\n /** The Azure Active Directory tenant id. */\n readonly aadTenantId?: string;\n /** The Azure Active Directory user id. */\n readonly aadUserId?: string;\n /** The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. */\n readonly accountName?: string;\n /** The display name of the account. */\n readonly displayName?: string;\n /** The Host entity id that contains the account in case it is a local account (not domain joined) */\n readonly hostEntityId?: string;\n /** Determines whether this is a domain account. */\n readonly isDomainJoined?: boolean;\n /** The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY. */\n readonly ntDomain?: string;\n /** The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory. */\n readonly objectGuid?: string;\n /** The Azure Active Directory Passport User ID. */\n readonly puid?: string;\n /** The account security identifier, e.g. S-1-5-18. */\n readonly sid?: string;\n /** The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com. */\n readonly upnSuffix?: string;\n /** The fully qualified domain DNS name. */\n readonly dnsDomain?: string;\n}\n\nexport function accountEntityPropertiesDeserializer(item: any): AccountEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n aadTenantId: item[\"aadTenantId\"],\n aadUserId: item[\"aadUserId\"],\n accountName: item[\"accountName\"],\n displayName: item[\"displayName\"],\n hostEntityId: item[\"hostEntityId\"],\n isDomainJoined: item[\"isDomainJoined\"],\n ntDomain: item[\"ntDomain\"],\n objectGuid: item[\"objectGuid\"],\n puid: item[\"puid\"],\n sid: item[\"sid\"],\n upnSuffix: item[\"upnSuffix\"],\n dnsDomain: item[\"dnsDomain\"],\n };\n}\n\n/** Represents an azure resource entity. */\nexport interface AzureResourceEntity extends Entity {\n /** The kind of the entity. */\n kind: \"AzureResource\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The azure resource id of the resource */\n readonly resourceId?: string;\n /** The subscription id of the resource */\n readonly subscriptionId?: string;\n}\n\nexport function azureResourceEntityDeserializer(item: any): AzureResourceEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _azureResourceEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** AzureResource entity property bag. */\nexport interface AzureResourceEntityProperties extends EntityCommonProperties {\n /** The azure resource id of the resource */\n readonly resourceId?: string;\n /** The subscription id of the resource */\n readonly subscriptionId?: string;\n}\n\nexport function azureResourceEntityPropertiesDeserializer(\n item: any,\n): AzureResourceEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n resourceId: item[\"resourceId\"],\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** Represents a cloud application entity. */\nexport interface CloudApplicationEntity extends Entity {\n /** The kind of the entity. */\n kind: \"CloudApplication\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The technical identifier of the application. */\n readonly appId?: number;\n /** The name of the related cloud application. */\n readonly appName?: string;\n /** The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has. */\n readonly instanceName?: string;\n}\n\nexport function cloudApplicationEntityDeserializer(item: any): CloudApplicationEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _cloudApplicationEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** CloudApplication entity property bag. */\nexport interface CloudApplicationEntityProperties extends EntityCommonProperties {\n /** The technical identifier of the application. */\n readonly appId?: number;\n /** The name of the related cloud application. */\n readonly appName?: string;\n /** The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has. */\n readonly instanceName?: string;\n}\n\nexport function cloudApplicationEntityPropertiesDeserializer(\n item: any,\n): CloudApplicationEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n appId: item[\"appId\"],\n appName: item[\"appName\"],\n instanceName: item[\"instanceName\"],\n };\n}\n\n/** Represents a dns entity. */\nexport interface DnsEntity extends Entity {\n /** The kind of the entity. */\n kind: \"DnsResolution\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** An ip entity id for the dns server resolving the request */\n readonly dnsServerIpEntityId?: string;\n /** The name of the dns record associated with the alert */\n readonly domainName?: string;\n /** An ip entity id for the dns request client */\n readonly hostIpAddressEntityId?: string;\n /** Ip entity identifiers for the resolved ip address. */\n readonly ipAddressEntityIds?: string[];\n}\n\nexport function dnsEntityDeserializer(item: any): DnsEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _dnsEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Dns entity property bag. */\nexport interface DnsEntityProperties extends EntityCommonProperties {\n /** An ip entity id for the dns server resolving the request */\n readonly dnsServerIpEntityId?: string;\n /** The name of the dns record associated with the alert */\n readonly domainName?: string;\n /** An ip entity id for the dns request client */\n readonly hostIpAddressEntityId?: string;\n /** Ip entity identifiers for the resolved ip address. */\n readonly ipAddressEntityIds?: string[];\n}\n\nexport function dnsEntityPropertiesDeserializer(item: any): DnsEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n dnsServerIpEntityId: item[\"dnsServerIpEntityId\"],\n domainName: item[\"domainName\"],\n hostIpAddressEntityId: item[\"hostIpAddressEntityId\"],\n ipAddressEntityIds: !item[\"ipAddressEntityIds\"]\n ? item[\"ipAddressEntityIds\"]\n : item[\"ipAddressEntityIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents a file entity. */\nexport interface FileEntity extends Entity {\n /** The kind of the entity. */\n kind: \"File\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The full path to the file. */\n readonly directory?: string;\n /** The file hash entity identifiers associated with this file */\n readonly fileHashEntityIds?: string[];\n /** The file name without path (some alerts might not include path). */\n readonly fileName?: string;\n /** The Host entity id which the file belongs to */\n readonly hostEntityId?: string;\n}\n\nexport function fileEntityDeserializer(item: any): FileEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** File entity property bag. */\nexport interface FileEntityProperties extends EntityCommonProperties {\n /** The full path to the file. */\n readonly directory?: string;\n /** The file hash entity identifiers associated with this file */\n readonly fileHashEntityIds?: string[];\n /** The file name without path (some alerts might not include path). */\n readonly fileName?: string;\n /** The Host entity id which the file belongs to */\n readonly hostEntityId?: string;\n}\n\nexport function fileEntityPropertiesDeserializer(item: any): FileEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n directory: item[\"directory\"],\n fileHashEntityIds: !item[\"fileHashEntityIds\"]\n ? item[\"fileHashEntityIds\"]\n : item[\"fileHashEntityIds\"].map((p: any) => {\n return p;\n }),\n fileName: item[\"fileName\"],\n hostEntityId: item[\"hostEntityId\"],\n };\n}\n\n/** Represents a file hash entity. */\nexport interface FileHashEntity extends Entity {\n /** The kind of the entity. */\n kind: \"FileHash\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The hash algorithm type. */\n readonly algorithm?: FileHashAlgorithm;\n /** The file hash value. */\n readonly hashValue?: string;\n}\n\nexport function fileHashEntityDeserializer(item: any): FileHashEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileHashEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** FileHash entity property bag. */\nexport interface FileHashEntityProperties extends EntityCommonProperties {\n /** The hash algorithm type. */\n readonly algorithm?: FileHashAlgorithm;\n /** The file hash value. */\n readonly hashValue?: string;\n}\n\nexport function fileHashEntityPropertiesDeserializer(item: any): FileHashEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n algorithm: item[\"algorithm\"],\n hashValue: item[\"hashValue\"],\n };\n}\n\n/** The hash algorithm type. */\nexport enum KnownFileHashAlgorithm {\n /** Unknown hash algorithm */\n Unknown = \"Unknown\",\n /** MD5 hash type */\n MD5 = \"MD5\",\n /** SHA1 hash type */\n SHA1 = \"SHA1\",\n /** SHA256 hash type */\n SHA256 = \"SHA256\",\n /** SHA256 Authenticode hash type */\n SHA256AC = \"SHA256AC\",\n}\n\n/**\n * The hash algorithm type. \\\n * {@link KnownFileHashAlgorithm} can be used interchangeably with FileHashAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown hash algorithm \\\n * **MD5**: MD5 hash type \\\n * **SHA1**: SHA1 hash type \\\n * **SHA256**: SHA256 hash type \\\n * **SHA256AC**: SHA256 Authenticode hash type\n */\nexport type FileHashAlgorithm = string;\n\n/** Represents a host entity. */\nexport interface HostEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Host\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The azure resource id of the VM. */\n readonly azureID?: string;\n /** The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain */\n readonly dnsDomain?: string;\n /** The hostname without the domain suffix. */\n readonly hostName?: string;\n /** Determines whether this host belongs to a domain. */\n readonly isDomainJoined?: boolean;\n /** The host name (pre-windows2000). */\n readonly netBiosName?: string;\n /** The NT domain that this host belongs to. */\n readonly ntDomain?: string;\n /** The OMS agent id, if the host has OMS agent installed. */\n readonly omsAgentID?: string;\n /** The operating system type. */\n osFamily?: OSFamily;\n /** A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration */\n readonly osVersion?: string;\n}\n\nexport function hostEntityDeserializer(item: any): HostEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _hostEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Host entity property bag. */\nexport interface HostEntityProperties extends EntityCommonProperties {\n /** The azure resource id of the VM. */\n readonly azureID?: string;\n /** The DNS domain that this host belongs to. Should contain the compete DNS suffix for the domain */\n readonly dnsDomain?: string;\n /** The hostname without the domain suffix. */\n readonly hostName?: string;\n /** Determines whether this host belongs to a domain. */\n readonly isDomainJoined?: boolean;\n /** The host name (pre-windows2000). */\n readonly netBiosName?: string;\n /** The NT domain that this host belongs to. */\n readonly ntDomain?: string;\n /** The OMS agent id, if the host has OMS agent installed. */\n readonly omsAgentID?: string;\n /** The operating system type. */\n osFamily?: OSFamily;\n /** A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration */\n readonly osVersion?: string;\n}\n\nexport function hostEntityPropertiesDeserializer(item: any): HostEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n azureID: item[\"azureID\"],\n dnsDomain: item[\"dnsDomain\"],\n hostName: item[\"hostName\"],\n isDomainJoined: item[\"isDomainJoined\"],\n netBiosName: item[\"netBiosName\"],\n ntDomain: item[\"ntDomain\"],\n omsAgentID: item[\"omsAgentID\"],\n osFamily: item[\"osFamily\"],\n osVersion: item[\"osVersion\"],\n };\n}\n\n/** The operating system type. */\nexport type OSFamily = \"Linux\" | \"Windows\" | \"Android\" | \"IOS\" | \"Unknown\";\n\n/** Represents an IoT device entity. */\nexport interface IoTDeviceEntity extends Entity {\n /** The kind of the entity. */\n kind: \"IoTDevice\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The ID of the IoT Device in the IoT Hub */\n readonly deviceId?: string;\n /** The friendly name of the device */\n readonly deviceName?: string;\n /** The source of the device */\n readonly source?: string;\n /** The ID of the security agent running on the device */\n readonly iotSecurityAgentId?: string;\n /** The type of the device */\n readonly deviceType?: string;\n /** The vendor of the device */\n readonly vendor?: string;\n /** The ID of the edge device */\n readonly edgeId?: string;\n /** The MAC address of the device */\n readonly macAddress?: string;\n /** The model of the device */\n readonly model?: string;\n /** The serial number of the device */\n readonly serialNumber?: string;\n /** The firmware version of the device */\n readonly firmwareVersion?: string;\n /** The operating system of the device */\n readonly operatingSystem?: string;\n /** The AzureResource entity id of the IoT Hub */\n readonly iotHubEntityId?: string;\n /** The Host entity id of this device */\n readonly hostEntityId?: string;\n /** The IP entity if of this device */\n readonly ipAddressEntityId?: string;\n /** A list of TI contexts attached to the IoTDevice entity. */\n readonly threatIntelligence?: ThreatIntelligence[];\n /** A list of protocols of the IoTDevice entity. */\n readonly protocols?: string[];\n /** A list of owners of the IoTDevice entity. */\n readonly owners?: string[];\n /** A list of Nic entity ids of the IoTDevice entity. */\n readonly nicEntityIds?: string[];\n /** The site of the device */\n readonly site?: string;\n /** The zone location of the device within a site */\n readonly zone?: string;\n /** The sensor the device is monitored by */\n readonly sensor?: string;\n /** The subType of the device ('PLC', 'HMI', 'EWS', etc.) */\n readonly deviceSubType?: string;\n /** Device importance, determines if the device classified as 'crown jewel' */\n importance?: DeviceImportance;\n /** The Purdue Layer of the device */\n readonly purdueLayer?: string;\n /** Determines whether the device classified as authorized device */\n readonly isAuthorized?: boolean;\n /** Determines whether the device classified as programming device */\n readonly isProgramming?: boolean;\n /** Is the device classified as a scanner device */\n readonly isScanner?: boolean;\n}\n\nexport function ioTDeviceEntityDeserializer(item: any): IoTDeviceEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _ioTDeviceEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** IoTDevice entity property bag. */\nexport interface IoTDeviceEntityProperties extends EntityCommonProperties {\n /** The ID of the IoT Device in the IoT Hub */\n readonly deviceId?: string;\n /** The friendly name of the device */\n readonly deviceName?: string;\n /** The source of the device */\n readonly source?: string;\n /** The ID of the security agent running on the device */\n readonly iotSecurityAgentId?: string;\n /** The type of the device */\n readonly deviceType?: string;\n /** The vendor of the device */\n readonly vendor?: string;\n /** The ID of the edge device */\n readonly edgeId?: string;\n /** The MAC address of the device */\n readonly macAddress?: string;\n /** The model of the device */\n readonly model?: string;\n /** The serial number of the device */\n readonly serialNumber?: string;\n /** The firmware version of the device */\n readonly firmwareVersion?: string;\n /** The operating system of the device */\n readonly operatingSystem?: string;\n /** The AzureResource entity id of the IoT Hub */\n readonly iotHubEntityId?: string;\n /** The Host entity id of this device */\n readonly hostEntityId?: string;\n /** The IP entity if of this device */\n readonly ipAddressEntityId?: string;\n /** A list of TI contexts attached to the IoTDevice entity. */\n readonly threatIntelligence?: ThreatIntelligence[];\n /** A list of protocols of the IoTDevice entity. */\n readonly protocols?: string[];\n /** A list of owners of the IoTDevice entity. */\n readonly owners?: string[];\n /** A list of Nic entity ids of the IoTDevice entity. */\n readonly nicEntityIds?: string[];\n /** The site of the device */\n readonly site?: string;\n /** The zone location of the device within a site */\n readonly zone?: string;\n /** The sensor the device is monitored by */\n readonly sensor?: string;\n /** The subType of the device ('PLC', 'HMI', 'EWS', etc.) */\n readonly deviceSubType?: string;\n /** Device importance, determines if the device classified as 'crown jewel' */\n importance?: DeviceImportance;\n /** The Purdue Layer of the device */\n readonly purdueLayer?: string;\n /** Determines whether the device classified as authorized device */\n readonly isAuthorized?: boolean;\n /** Determines whether the device classified as programming device */\n readonly isProgramming?: boolean;\n /** Is the device classified as a scanner device */\n readonly isScanner?: boolean;\n}\n\nexport function ioTDeviceEntityPropertiesDeserializer(item: any): IoTDeviceEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n deviceId: item[\"deviceId\"],\n deviceName: item[\"deviceName\"],\n source: item[\"source\"],\n iotSecurityAgentId: item[\"iotSecurityAgentId\"],\n deviceType: item[\"deviceType\"],\n vendor: item[\"vendor\"],\n edgeId: item[\"edgeId\"],\n macAddress: item[\"macAddress\"],\n model: item[\"model\"],\n serialNumber: item[\"serialNumber\"],\n firmwareVersion: item[\"firmwareVersion\"],\n operatingSystem: item[\"operatingSystem\"],\n iotHubEntityId: item[\"iotHubEntityId\"],\n hostEntityId: item[\"hostEntityId\"],\n ipAddressEntityId: item[\"ipAddressEntityId\"],\n threatIntelligence: !item[\"threatIntelligence\"]\n ? item[\"threatIntelligence\"]\n : threatIntelligenceArrayDeserializer(item[\"threatIntelligence\"]),\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : item[\"protocols\"].map((p: any) => {\n return p;\n }),\n owners: !item[\"owners\"]\n ? item[\"owners\"]\n : item[\"owners\"].map((p: any) => {\n return p;\n }),\n nicEntityIds: !item[\"nicEntityIds\"]\n ? item[\"nicEntityIds\"]\n : item[\"nicEntityIds\"].map((p: any) => {\n return p;\n }),\n site: item[\"site\"],\n zone: item[\"zone\"],\n sensor: item[\"sensor\"],\n deviceSubType: item[\"deviceSubType\"],\n importance: item[\"importance\"],\n purdueLayer: item[\"purdueLayer\"],\n isAuthorized: item[\"isAuthorized\"],\n isProgramming: item[\"isProgramming\"],\n isScanner: item[\"isScanner\"],\n };\n}\n\nexport function threatIntelligenceArrayDeserializer(result: Array<ThreatIntelligence>): any[] {\n return result.map((item) => {\n return threatIntelligenceDeserializer(item);\n });\n}\n\n/** ThreatIntelligence property bag. */\nexport interface ThreatIntelligence {\n /** Confidence (must be between 0 and 1) */\n readonly confidence?: number;\n /** Name of the provider from whom this Threat Intelligence information was received */\n readonly providerName?: string;\n /** Report link */\n readonly reportLink?: string;\n /** Threat description (free text) */\n readonly threatDescription?: string;\n /** Threat name (e.g. \"Jedobot malware\") */\n readonly threatName?: string;\n /** Threat type (e.g. \"Botnet\") */\n readonly threatType?: string;\n}\n\nexport function threatIntelligenceDeserializer(item: any): ThreatIntelligence {\n return {\n confidence: item[\"confidence\"],\n providerName: item[\"providerName\"],\n reportLink: item[\"reportLink\"],\n threatDescription: item[\"threatDescription\"],\n threatName: item[\"threatName\"],\n threatType: item[\"threatType\"],\n };\n}\n\n/** Device importance, determines if the device classified as 'crown jewel' */\nexport enum KnownDeviceImportance {\n /** Unknown - Default value */\n Unknown = \"Unknown\",\n /** Low */\n Low = \"Low\",\n /** Normal */\n Normal = \"Normal\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Device importance, determines if the device classified as 'crown jewel' \\\n * {@link KnownDeviceImportance} can be used interchangeably with DeviceImportance,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown - Default value \\\n * **Low**: Low \\\n * **Normal**: Normal \\\n * **High**: High\n */\nexport type DeviceImportance = string;\n\n/** Represents an ip entity. */\nexport interface IpEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Ip\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6) */\n readonly address?: string;\n /** The geo-location context attached to the ip entity */\n readonly location?: GeoLocation;\n /** A list of TI contexts attached to the ip entity. */\n readonly threatIntelligence?: ThreatIntelligence[];\n}\n\nexport function ipEntityDeserializer(item: any): IpEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _ipEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Ip entity property bag. */\nexport interface IpEntityProperties extends EntityCommonProperties {\n /** The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6) */\n readonly address?: string;\n /** The geo-location context attached to the ip entity */\n readonly location?: GeoLocation;\n /** A list of TI contexts attached to the ip entity. */\n readonly threatIntelligence?: ThreatIntelligence[];\n}\n\nexport function ipEntityPropertiesDeserializer(item: any): IpEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n address: item[\"address\"],\n location: !item[\"location\"] ? item[\"location\"] : geoLocationDeserializer(item[\"location\"]),\n threatIntelligence: !item[\"threatIntelligence\"]\n ? item[\"threatIntelligence\"]\n : threatIntelligenceArrayDeserializer(item[\"threatIntelligence\"]),\n };\n}\n\n/** The geo-location context attached to the ip entity */\nexport interface GeoLocation {\n /** Autonomous System Number */\n readonly asn?: number;\n /** City name */\n readonly city?: string;\n /** The country code according to ISO 3166 format */\n readonly countryCode?: string;\n /** Country name according to ISO 3166 Alpha 2: the lowercase of the English Short Name */\n readonly countryName?: string;\n /** The latitude of the identified location, expressed as a floating point number with range of - 90 to 90. Latitude and longitude are derived from the city or postal code. */\n readonly latitude?: number;\n /** The longitude of the identified location, expressed as a floating point number with range of -180 to 180. Latitude and longitude are derived from the city or postal code. */\n readonly longitude?: number;\n /** State name */\n readonly state?: string;\n}\n\nexport function geoLocationDeserializer(item: any): GeoLocation {\n return {\n asn: item[\"asn\"],\n city: item[\"city\"],\n countryCode: item[\"countryCode\"],\n countryName: item[\"countryName\"],\n latitude: item[\"latitude\"],\n longitude: item[\"longitude\"],\n state: item[\"state\"],\n };\n}\n\n/** Represents a mailbox entity. */\nexport interface MailboxEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Mailbox\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The mailbox's primary address */\n readonly mailboxPrimaryAddress?: string;\n /** The mailbox's display name */\n readonly displayName?: string;\n /** The mailbox's UPN */\n readonly upn?: string;\n /** The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side */\n readonly externalDirectoryObjectId?: string;\n}\n\nexport function mailboxEntityDeserializer(item: any): MailboxEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mailboxEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Mailbox entity property bag. */\nexport interface MailboxEntityProperties extends EntityCommonProperties {\n /** The mailbox's primary address */\n readonly mailboxPrimaryAddress?: string;\n /** The mailbox's display name */\n readonly displayName?: string;\n /** The mailbox's UPN */\n readonly upn?: string;\n /** The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side */\n readonly externalDirectoryObjectId?: string;\n}\n\nexport function mailboxEntityPropertiesDeserializer(item: any): MailboxEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n mailboxPrimaryAddress: item[\"mailboxPrimaryAddress\"],\n displayName: item[\"displayName\"],\n upn: item[\"upn\"],\n externalDirectoryObjectId: item[\"externalDirectoryObjectId\"],\n };\n}\n\n/** Represents a mail cluster entity. */\nexport interface MailClusterEntity extends Entity {\n /** The kind of the entity. */\n kind: \"MailCluster\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The mail message IDs that are part of the mail cluster */\n readonly networkMessageIds?: string[];\n /** Count of mail messages by DeliveryStatus string representation */\n readonly countByDeliveryStatus?: any;\n /** Count of mail messages by ThreatType string representation */\n readonly countByThreatType?: any;\n /** Count of mail messages by ProtectionStatus string representation */\n readonly countByProtectionStatus?: any;\n /** The threats of mail messages that are part of the mail cluster */\n readonly threats?: string[];\n /** The query that was used to identify the messages of the mail cluster */\n readonly query?: string;\n /** The query time */\n readonly queryTime?: Date;\n /** The number of mail messages that are part of the mail cluster */\n readonly mailCount?: number;\n /** Is this a volume anomaly mail cluster */\n readonly isVolumeAnomaly?: boolean;\n /** The source of the mail cluster (default is 'O365 ATP') */\n readonly source?: string;\n /** The id of the cluster source */\n readonly clusterSourceIdentifier?: string;\n /** The type of the cluster source */\n readonly clusterSourceType?: string;\n /** The cluster query start time */\n readonly clusterQueryStartTime?: Date;\n /** The cluster query end time */\n readonly clusterQueryEndTime?: Date;\n /** The cluster group */\n readonly clusterGroup?: string;\n}\n\nexport function mailClusterEntityDeserializer(item: any): MailClusterEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mailClusterEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Mail cluster entity property bag. */\nexport interface MailClusterEntityProperties extends EntityCommonProperties {\n /** The mail message IDs that are part of the mail cluster */\n readonly networkMessageIds?: string[];\n /** Count of mail messages by DeliveryStatus string representation */\n readonly countByDeliveryStatus?: any;\n /** Count of mail messages by ThreatType string representation */\n readonly countByThreatType?: any;\n /** Count of mail messages by ProtectionStatus string representation */\n readonly countByProtectionStatus?: any;\n /** The threats of mail messages that are part of the mail cluster */\n readonly threats?: string[];\n /** The query that was used to identify the messages of the mail cluster */\n readonly query?: string;\n /** The query time */\n readonly queryTime?: Date;\n /** The number of mail messages that are part of the mail cluster */\n readonly mailCount?: number;\n /** Is this a volume anomaly mail cluster */\n readonly isVolumeAnomaly?: boolean;\n /** The source of the mail cluster (default is 'O365 ATP') */\n readonly source?: string;\n /** The id of the cluster source */\n readonly clusterSourceIdentifier?: string;\n /** The type of the cluster source */\n readonly clusterSourceType?: string;\n /** The cluster query start time */\n readonly clusterQueryStartTime?: Date;\n /** The cluster query end time */\n readonly clusterQueryEndTime?: Date;\n /** The cluster group */\n readonly clusterGroup?: string;\n}\n\nexport function mailClusterEntityPropertiesDeserializer(item: any): MailClusterEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n networkMessageIds: !item[\"networkMessageIds\"]\n ? item[\"networkMessageIds\"]\n : item[\"networkMessageIds\"].map((p: any) => {\n return p;\n }),\n countByDeliveryStatus: item[\"countByDeliveryStatus\"],\n countByThreatType: item[\"countByThreatType\"],\n countByProtectionStatus: item[\"countByProtectionStatus\"],\n threats: !item[\"threats\"]\n ? item[\"threats\"]\n : item[\"threats\"].map((p: any) => {\n return p;\n }),\n query: item[\"query\"],\n queryTime: !item[\"queryTime\"] ? item[\"queryTime\"] : new Date(item[\"queryTime\"]),\n mailCount: item[\"mailCount\"],\n isVolumeAnomaly: item[\"isVolumeAnomaly\"],\n source: item[\"source\"],\n clusterSourceIdentifier: item[\"clusterSourceIdentifier\"],\n clusterSourceType: item[\"clusterSourceType\"],\n clusterQueryStartTime: !item[\"clusterQueryStartTime\"]\n ? item[\"clusterQueryStartTime\"]\n : new Date(item[\"clusterQueryStartTime\"]),\n clusterQueryEndTime: !item[\"clusterQueryEndTime\"]\n ? item[\"clusterQueryEndTime\"]\n : new Date(item[\"clusterQueryEndTime\"]),\n clusterGroup: item[\"clusterGroup\"],\n };\n}\n\n/** Represents a mail message entity. */\nexport interface MailMessageEntity extends Entity {\n /** The kind of the entity. */\n kind: \"MailMessage\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The File entity ids of this mail message's attachments */\n readonly fileEntityIds?: string[];\n /** The recipient of this mail message. Note that in case of multiple recipients the mail message is forked and each copy has one recipient */\n readonly recipient?: string;\n /** The Urls contained in this mail message */\n readonly urls?: string[];\n /** The threats of this mail message */\n readonly threats?: string[];\n /** The p1 sender's email address */\n readonly p1Sender?: string;\n /** The p1 sender's display name */\n readonly p1SenderDisplayName?: string;\n /** The p1 sender's domain */\n readonly p1SenderDomain?: string;\n /** The sender's IP address */\n readonly senderIP?: string;\n /** The p2 sender's email address */\n readonly p2Sender?: string;\n /** The p2 sender's display name */\n readonly p2SenderDisplayName?: string;\n /** The p2 sender's domain */\n readonly p2SenderDomain?: string;\n /** The receive date of this message */\n readonly receiveDate?: Date;\n /** The network message id of this mail message */\n readonly networkMessageId?: string;\n /** The internet message id of this mail message */\n readonly internetMessageId?: string;\n /** The subject of this mail message */\n readonly subject?: string;\n /** The language of this mail message */\n readonly language?: string;\n /** The threat detection methods */\n readonly threatDetectionMethods?: string[];\n /** The bodyFingerprintBin1 */\n bodyFingerprintBin1?: number;\n /** The bodyFingerprintBin2 */\n bodyFingerprintBin2?: number;\n /** The bodyFingerprintBin3 */\n bodyFingerprintBin3?: number;\n /** The bodyFingerprintBin4 */\n bodyFingerprintBin4?: number;\n /** The bodyFingerprintBin5 */\n bodyFingerprintBin5?: number;\n /** The directionality of this mail message */\n antispamDirection?: AntispamMailDirection;\n /** The delivery action of this mail message like Delivered, Blocked, Replaced etc */\n deliveryAction?: DeliveryAction;\n /** The delivery location of this mail message like Inbox, JunkFolder etc */\n deliveryLocation?: DeliveryLocation;\n}\n\nexport function mailMessageEntityDeserializer(item: any): MailMessageEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mailMessageEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Mail message entity property bag. */\nexport interface MailMessageEntityProperties extends EntityCommonProperties {\n /** The File entity ids of this mail message's attachments */\n readonly fileEntityIds?: string[];\n /** The recipient of this mail message. Note that in case of multiple recipients the mail message is forked and each copy has one recipient */\n readonly recipient?: string;\n /** The Urls contained in this mail message */\n readonly urls?: string[];\n /** The threats of this mail message */\n readonly threats?: string[];\n /** The p1 sender's email address */\n readonly p1Sender?: string;\n /** The p1 sender's display name */\n readonly p1SenderDisplayName?: string;\n /** The p1 sender's domain */\n readonly p1SenderDomain?: string;\n /** The sender's IP address */\n readonly senderIP?: string;\n /** The p2 sender's email address */\n readonly p2Sender?: string;\n /** The p2 sender's display name */\n readonly p2SenderDisplayName?: string;\n /** The p2 sender's domain */\n readonly p2SenderDomain?: string;\n /** The receive date of this message */\n readonly receiveDate?: Date;\n /** The network message id of this mail message */\n readonly networkMessageId?: string;\n /** The internet message id of this mail message */\n readonly internetMessageId?: string;\n /** The subject of this mail message */\n readonly subject?: string;\n /** The language of this mail message */\n readonly language?: string;\n /** The threat detection methods */\n readonly threatDetectionMethods?: string[];\n /** The bodyFingerprintBin1 */\n bodyFingerprintBin1?: number;\n /** The bodyFingerprintBin2 */\n bodyFingerprintBin2?: number;\n /** The bodyFingerprintBin3 */\n bodyFingerprintBin3?: number;\n /** The bodyFingerprintBin4 */\n bodyFingerprintBin4?: number;\n /** The bodyFingerprintBin5 */\n bodyFingerprintBin5?: number;\n /** The directionality of this mail message */\n antispamDirection?: AntispamMailDirection;\n /** The delivery action of this mail message like Delivered, Blocked, Replaced etc */\n deliveryAction?: DeliveryAction;\n /** The delivery location of this mail message like Inbox, JunkFolder etc */\n deliveryLocation?: DeliveryLocation;\n}\n\nexport function mailMessageEntityPropertiesDeserializer(item: any): MailMessageEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n fileEntityIds: !item[\"fileEntityIds\"]\n ? item[\"fileEntityIds\"]\n : item[\"fileEntityIds\"].map((p: any) => {\n return p;\n }),\n recipient: item[\"recipient\"],\n urls: !item[\"urls\"]\n ? item[\"urls\"]\n : item[\"urls\"].map((p: any) => {\n return p;\n }),\n threats: !item[\"threats\"]\n ? item[\"threats\"]\n : item[\"threats\"].map((p: any) => {\n return p;\n }),\n p1Sender: item[\"p1Sender\"],\n p1SenderDisplayName: item[\"p1SenderDisplayName\"],\n p1SenderDomain: item[\"p1SenderDomain\"],\n senderIP: item[\"senderIP\"],\n p2Sender: item[\"p2Sender\"],\n p2SenderDisplayName: item[\"p2SenderDisplayName\"],\n p2SenderDomain: item[\"p2SenderDomain\"],\n receiveDate: !item[\"receiveDate\"] ? item[\"receiveDate\"] : new Date(item[\"receiveDate\"]),\n networkMessageId: item[\"networkMessageId\"],\n internetMessageId: item[\"internetMessageId\"],\n subject: item[\"subject\"],\n language: item[\"language\"],\n threatDetectionMethods: !item[\"threatDetectionMethods\"]\n ? item[\"threatDetectionMethods\"]\n : item[\"threatDetectionMethods\"].map((p: any) => {\n return p;\n }),\n bodyFingerprintBin1: item[\"bodyFingerprintBin1\"],\n bodyFingerprintBin2: item[\"bodyFingerprintBin2\"],\n bodyFingerprintBin3: item[\"bodyFingerprintBin3\"],\n bodyFingerprintBin4: item[\"bodyFingerprintBin4\"],\n bodyFingerprintBin5: item[\"bodyFingerprintBin5\"],\n antispamDirection: item[\"antispamDirection\"],\n deliveryAction: item[\"deliveryAction\"],\n deliveryLocation: item[\"deliveryLocation\"],\n };\n}\n\n/** The directionality of this mail message */\nexport enum KnownAntispamMailDirection {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n /** Intraorg */\n Intraorg = \"Intraorg\",\n}\n\n/**\n * The directionality of this mail message \\\n * {@link KnownAntispamMailDirection} can be used interchangeably with AntispamMailDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Inbound**: Inbound \\\n * **Outbound**: Outbound \\\n * **Intraorg**: Intraorg\n */\nexport type AntispamMailDirection = string;\n/** The delivery action of this mail message like Delivered, Blocked, Replaced etc */\nexport type DeliveryAction = \"Unknown\" | \"DeliveredAsSpam\" | \"Delivered\" | \"Blocked\" | \"Replaced\";\n/** The delivery location of this mail message like Inbox, JunkFolder etc */\nexport type DeliveryLocation =\n | \"Unknown\"\n | \"Inbox\"\n | \"JunkFolder\"\n | \"DeletedFolder\"\n | \"Quarantine\"\n | \"External\"\n | \"Failed\"\n | \"Dropped\"\n | \"Forwarded\";\n\n/** Represents a malware entity. */\nexport interface MalwareEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Malware\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The malware category by the vendor, e.g. Trojan */\n readonly category?: string;\n /** List of linked file entity identifiers on which the malware was found */\n readonly fileEntityIds?: string[];\n /** The malware name by the vendor, e.g. Win32/Toga!rfn */\n readonly malwareName?: string;\n /** List of linked process entity identifiers on which the malware was found. */\n readonly processEntityIds?: string[];\n}\n\nexport function malwareEntityDeserializer(item: any): MalwareEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _malwareEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Malware entity property bag. */\nexport interface MalwareEntityProperties extends EntityCommonProperties {\n /** The malware category by the vendor, e.g. Trojan */\n readonly category?: string;\n /** List of linked file entity identifiers on which the malware was found */\n readonly fileEntityIds?: string[];\n /** The malware name by the vendor, e.g. Win32/Toga!rfn */\n readonly malwareName?: string;\n /** List of linked process entity identifiers on which the malware was found. */\n readonly processEntityIds?: string[];\n}\n\nexport function malwareEntityPropertiesDeserializer(item: any): MalwareEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n category: item[\"category\"],\n fileEntityIds: !item[\"fileEntityIds\"]\n ? item[\"fileEntityIds\"]\n : item[\"fileEntityIds\"].map((p: any) => {\n return p;\n }),\n malwareName: item[\"malwareName\"],\n processEntityIds: !item[\"processEntityIds\"]\n ? item[\"processEntityIds\"]\n : item[\"processEntityIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents a process entity. */\nexport interface ProcessEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Process\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The account entity id running the processes. */\n readonly accountEntityId?: string;\n /** The command line used to create the process */\n readonly commandLine?: string;\n /** The time when the process started to run */\n readonly creationTimeUtc?: Date;\n /** The elevation token associated with the process. */\n elevationToken?: ElevationToken;\n /** The host entity id on which the process was running */\n readonly hostEntityId?: string;\n /** The session entity id in which the process was running */\n readonly hostLogonSessionEntityId?: string;\n /** Image file entity id */\n readonly imageFileEntityId?: string;\n /** The parent process entity id. */\n readonly parentProcessEntityId?: string;\n /** The process ID */\n readonly processId?: string;\n}\n\nexport function processEntityDeserializer(item: any): ProcessEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _processEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Process entity property bag. */\nexport interface ProcessEntityProperties extends EntityCommonProperties {\n /** The account entity id running the processes. */\n readonly accountEntityId?: string;\n /** The command line used to create the process */\n readonly commandLine?: string;\n /** The time when the process started to run */\n readonly creationTimeUtc?: Date;\n /** The elevation token associated with the process. */\n elevationToken?: ElevationToken;\n /** The host entity id on which the process was running */\n readonly hostEntityId?: string;\n /** The session entity id in which the process was running */\n readonly hostLogonSessionEntityId?: string;\n /** Image file entity id */\n readonly imageFileEntityId?: string;\n /** The parent process entity id. */\n readonly parentProcessEntityId?: string;\n /** The process ID */\n readonly processId?: string;\n}\n\nexport function processEntityPropertiesDeserializer(item: any): ProcessEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n accountEntityId: item[\"accountEntityId\"],\n commandLine: item[\"commandLine\"],\n creationTimeUtc: !item[\"creationTimeUtc\"]\n ? item[\"creationTimeUtc\"]\n : new Date(item[\"creationTimeUtc\"]),\n elevationToken: item[\"elevationToken\"],\n hostEntityId: item[\"hostEntityId\"],\n hostLogonSessionEntityId: item[\"hostLogonSessionEntityId\"],\n imageFileEntityId: item[\"imageFileEntityId\"],\n parentProcessEntityId: item[\"parentProcessEntityId\"],\n processId: item[\"processId\"],\n };\n}\n\n/** The elevation token associated with the process. */\nexport type ElevationToken = \"Default\" | \"Full\" | \"Limited\";\n\n/** Represents a registry key entity. */\nexport interface RegistryKeyEntity extends Entity {\n /** The kind of the entity. */\n kind: \"RegistryKey\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** the hive that holds the registry key. */\n readonly hive?: RegistryHive;\n /** The registry key path. */\n readonly key?: string;\n}\n\nexport function registryKeyEntityDeserializer(item: any): RegistryKeyEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _registryKeyEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** RegistryKey entity property bag. */\nexport interface RegistryKeyEntityProperties extends EntityCommonProperties {\n /** the hive that holds the registry key. */\n readonly hive?: RegistryHive;\n /** The registry key path. */\n readonly key?: string;\n}\n\nexport function registryKeyEntityPropertiesDeserializer(item: any): RegistryKeyEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n hive: item[\"hive\"],\n key: item[\"key\"],\n };\n}\n\n/** the hive that holds the registry key. */\nexport enum KnownRegistryHive {\n /** HKEY_LOCAL_MACHINE */\n HkeyLocalMachine = \"HKEY_LOCAL_MACHINE\",\n /** HKEY_CLASSES_ROOT */\n HkeyClassesRoot = \"HKEY_CLASSES_ROOT\",\n /** HKEY_CURRENT_CONFIG */\n HkeyCurrentConfig = \"HKEY_CURRENT_CONFIG\",\n /** HKEY_USERS */\n HkeyUsers = \"HKEY_USERS\",\n /** HKEY_CURRENT_USER_LOCAL_SETTINGS */\n HkeyCurrentUserLocalSettings = \"HKEY_CURRENT_USER_LOCAL_SETTINGS\",\n /** HKEY_PERFORMANCE_DATA */\n HkeyPerformanceData = \"HKEY_PERFORMANCE_DATA\",\n /** HKEY_PERFORMANCE_NLSTEXT */\n HkeyPerformanceNlstext = \"HKEY_PERFORMANCE_NLSTEXT\",\n /** HKEY_PERFORMANCE_TEXT */\n HkeyPerformanceText = \"HKEY_PERFORMANCE_TEXT\",\n /** HKEY_A */\n HkeyA = \"HKEY_A\",\n /** HKEY_CURRENT_USER */\n HkeyCurrentUser = \"HKEY_CURRENT_USER\",\n}\n\n/**\n * the hive that holds the registry key. \\\n * {@link KnownRegistryHive} can be used interchangeably with RegistryHive,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HKEY_LOCAL_MACHINE**: HKEY_LOCAL_MACHINE \\\n * **HKEY_CLASSES_ROOT**: HKEY_CLASSES_ROOT \\\n * **HKEY_CURRENT_CONFIG**: HKEY_CURRENT_CONFIG \\\n * **HKEY_USERS**: HKEY_USERS \\\n * **HKEY_CURRENT_USER_LOCAL_SETTINGS**: HKEY_CURRENT_USER_LOCAL_SETTINGS \\\n * **HKEY_PERFORMANCE_DATA**: HKEY_PERFORMANCE_DATA \\\n * **HKEY_PERFORMANCE_NLSTEXT**: HKEY_PERFORMANCE_NLSTEXT \\\n * **HKEY_PERFORMANCE_TEXT**: HKEY_PERFORMANCE_TEXT \\\n * **HKEY_A**: HKEY_A \\\n * **HKEY_CURRENT_USER**: HKEY_CURRENT_USER\n */\nexport type RegistryHive = string;\n\n/** Represents a registry value entity. */\nexport interface RegistryValueEntity extends Entity {\n /** The kind of the entity. */\n kind: \"RegistryValue\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The registry key entity id. */\n readonly keyEntityId?: string;\n /** String formatted representation of the value data. */\n readonly valueData?: string;\n /** The registry value name. */\n readonly valueName?: string;\n /** Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. */\n readonly valueType?: RegistryValueKind;\n}\n\nexport function registryValueEntityDeserializer(item: any): RegistryValueEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _registryValueEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** RegistryValue entity property bag. */\nexport interface RegistryValueEntityProperties extends EntityCommonProperties {\n /** The registry key entity id. */\n readonly keyEntityId?: string;\n /** String formatted representation of the value data. */\n readonly valueData?: string;\n /** The registry value name. */\n readonly valueName?: string;\n /** Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. */\n readonly valueType?: RegistryValueKind;\n}\n\nexport function registryValueEntityPropertiesDeserializer(\n item: any,\n): RegistryValueEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n keyEntityId: item[\"keyEntityId\"],\n valueData: item[\"valueData\"],\n valueName: item[\"valueName\"],\n valueType: item[\"valueType\"],\n };\n}\n\n/** Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. */\nexport enum KnownRegistryValueKind {\n /** None */\n None = \"None\",\n /** Unknown value type */\n Unknown = \"Unknown\",\n /** String value type */\n String = \"String\",\n /** ExpandString value type */\n ExpandString = \"ExpandString\",\n /** Binary value type */\n Binary = \"Binary\",\n /** DWord value type */\n DWord = \"DWord\",\n /** MultiString value type */\n MultiString = \"MultiString\",\n /** QWord value type */\n QWord = \"QWord\",\n}\n\n/**\n * Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. \\\n * {@link KnownRegistryValueKind} can be used interchangeably with RegistryValueKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None \\\n * **Unknown**: Unknown value type \\\n * **String**: String value type \\\n * **ExpandString**: ExpandString value type \\\n * **Binary**: Binary value type \\\n * **DWord**: DWord value type \\\n * **MultiString**: MultiString value type \\\n * **QWord**: QWord value type\n */\nexport type RegistryValueKind = string;\n\n/** Represents a security group entity. */\nexport interface SecurityGroupEntity extends Entity {\n /** The kind of the entity. */\n kind: \"SecurityGroup\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The group distinguished name */\n readonly distinguishedName?: string;\n /** A single-value attribute that is the unique identifier for the object, assigned by active directory. */\n readonly objectGuid?: string;\n /** The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group */\n readonly sid?: string;\n}\n\nexport function securityGroupEntityDeserializer(item: any): SecurityGroupEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _securityGroupEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** SecurityGroup entity property bag. */\nexport interface SecurityGroupEntityProperties extends EntityCommonProperties {\n /** The group distinguished name */\n readonly distinguishedName?: string;\n /** A single-value attribute that is the unique identifier for the object, assigned by active directory. */\n readonly objectGuid?: string;\n /** The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group */\n readonly sid?: string;\n}\n\nexport function securityGroupEntityPropertiesDeserializer(\n item: any,\n): SecurityGroupEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n distinguishedName: item[\"distinguishedName\"],\n objectGuid: item[\"objectGuid\"],\n sid: item[\"sid\"],\n };\n}\n\n/** Represents a submission mail entity. */\nexport interface SubmissionMailEntity extends Entity {\n /** The kind of the entity. */\n kind: \"SubmissionMail\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The network message id of email to which submission belongs */\n readonly networkMessageId?: string;\n /** The submission id */\n readonly submissionId?: string;\n /** The submitter */\n readonly submitter?: string;\n /** The submission date */\n readonly submissionDate?: Date;\n /** The Time stamp when the message is received (Mail) */\n readonly timestamp?: Date;\n /** The recipient of the mail */\n readonly recipient?: string;\n /** The sender of the mail */\n readonly sender?: string;\n /** The sender's IP */\n readonly senderIp?: string;\n /** The subject of submission mail */\n readonly subject?: string;\n /** The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk. */\n readonly reportType?: string;\n}\n\nexport function submissionMailEntityDeserializer(item: any): SubmissionMailEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _submissionMailEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Submission mail entity property bag. */\nexport interface SubmissionMailEntityProperties extends EntityCommonProperties {\n /** The network message id of email to which submission belongs */\n readonly networkMessageId?: string;\n /** The submission id */\n readonly submissionId?: string;\n /** The submitter */\n readonly submitter?: string;\n /** The submission date */\n readonly submissionDate?: Date;\n /** The Time stamp when the message is received (Mail) */\n readonly timestamp?: Date;\n /** The recipient of the mail */\n readonly recipient?: string;\n /** The sender of the mail */\n readonly sender?: string;\n /** The sender's IP */\n readonly senderIp?: string;\n /** The subject of submission mail */\n readonly subject?: string;\n /** The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk. */\n readonly reportType?: string;\n}\n\nexport function submissionMailEntityPropertiesDeserializer(\n item: any,\n): SubmissionMailEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n networkMessageId: item[\"networkMessageId\"],\n submissionId: item[\"submissionId\"],\n submitter: item[\"submitter\"],\n submissionDate: !item[\"submissionDate\"]\n ? item[\"submissionDate\"]\n : new Date(item[\"submissionDate\"]),\n timestamp: !item[\"timestamp\"] ? item[\"timestamp\"] : new Date(item[\"timestamp\"]),\n recipient: item[\"recipient\"],\n sender: item[\"sender\"],\n senderIp: item[\"senderIp\"],\n subject: item[\"subject\"],\n reportType: item[\"reportType\"],\n };\n}\n\n/** Represents a url entity. */\nexport interface UrlEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Url\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** A full URL the entity points to */\n readonly url?: string;\n}\n\nexport function urlEntityDeserializer(item: any): UrlEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _urlEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Url entity property bag. */\nexport interface UrlEntityProperties extends EntityCommonProperties {\n /** A full URL the entity points to */\n readonly url?: string;\n}\n\nexport function urlEntityPropertiesDeserializer(item: any): UrlEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n url: item[\"url\"],\n };\n}\n\n/** Represents an network interface entity. */\nexport interface NicEntity extends Entity {\n /** The kind of the entity. */\n kind: \"Nic\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** The MAC address of this network interface */\n readonly macAddress?: string;\n /** The IP entity id of this network interface */\n readonly ipAddressEntityId?: string;\n /** A list of VLANs of the network interface entity. */\n readonly vlans?: string[];\n}\n\nexport function nicEntityDeserializer(item: any): NicEntity {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _nicEntityPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Nic entity property bag. */\nexport interface NicEntityProperties extends EntityCommonProperties {\n /** The MAC address of this network interface */\n readonly macAddress?: string;\n /** The IP entity id of this network interface */\n readonly ipAddressEntityId?: string;\n /** A list of VLANs of the network interface entity. */\n readonly vlans?: string[];\n}\n\nexport function nicEntityPropertiesDeserializer(item: any): NicEntityProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n macAddress: item[\"macAddress\"],\n ipAddressEntityId: item[\"ipAddressEntityId\"],\n vlans: !item[\"vlans\"]\n ? item[\"vlans\"]\n : item[\"vlans\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of incident bookmarks. */\nexport interface IncidentBookmarkList {\n /** Array of incident bookmarks. */\n value: HuntingBookmark[];\n}\n\nexport function incidentBookmarkListDeserializer(item: any): IncidentBookmarkList {\n return {\n value: huntingBookmarkArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function huntingBookmarkArrayDeserializer(result: Array<HuntingBookmark>): any[] {\n return result.map((item) => {\n return huntingBookmarkDeserializer(item);\n });\n}\n\n/** The incident related entities response. */\nexport interface IncidentEntitiesResponse {\n /** Array of the incident related entities. */\n entities?: EntityUnion[];\n /** The metadata from the incident related entities results. */\n metaData?: IncidentEntitiesResultsMetadata[];\n}\n\nexport function incidentEntitiesResponseDeserializer(item: any): IncidentEntitiesResponse {\n return {\n entities: !item[\"entities\"] ? item[\"entities\"] : entityUnionArrayDeserializer(item[\"entities\"]),\n metaData: !item[\"metaData\"]\n ? item[\"metaData\"]\n : incidentEntitiesResultsMetadataArrayDeserializer(item[\"metaData\"]),\n };\n}\n\nexport function entityUnionArrayDeserializer(result: Array<EntityUnion>): any[] {\n return result.map((item) => {\n return entityUnionDeserializer(item);\n });\n}\n\nexport function incidentEntitiesResultsMetadataArrayDeserializer(\n result: Array<IncidentEntitiesResultsMetadata>,\n): any[] {\n return result.map((item) => {\n return incidentEntitiesResultsMetadataDeserializer(item);\n });\n}\n\n/** Information of a specific aggregation in the incident related entities result. */\nexport interface IncidentEntitiesResultsMetadata {\n /** The kind of the aggregated entity. */\n entityKind: EntityKindEnum;\n /** Total number of aggregations of the given kind in the incident related entities result. */\n count: number;\n}\n\nexport function incidentEntitiesResultsMetadataDeserializer(\n item: any,\n): IncidentEntitiesResultsMetadata {\n return {\n entityKind: item[\"entityKind\"],\n count: item[\"count\"],\n };\n}\n\n/** Represents a bookmark in Azure Security Insights. */\nexport interface Bookmark extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The time the bookmark was created */\n created?: Date;\n /** Describes a user that created the bookmark */\n createdBy?: UserInfo;\n /** The display name of the bookmark */\n displayName?: string;\n /** List of labels relevant to this bookmark */\n labels?: string[];\n /** The notes of the bookmark */\n notes?: string;\n /** The query of the bookmark. */\n query?: string;\n /** The query result of the bookmark. */\n queryResult?: string;\n /** The last time the bookmark was updated */\n updated?: Date;\n /** Describes a user that updated the bookmark */\n updatedBy?: UserInfo;\n /** The bookmark event time */\n eventTime?: Date;\n /** The start time for the query */\n queryStartTime?: Date;\n /** The end time for the query */\n queryEndTime?: Date;\n /** Describes an incident that relates to bookmark */\n incidentInfo?: IncidentInfo;\n /** Describes the entity mappings of the bookmark */\n entityMappings?: BookmarkEntityMappings[];\n /** A list of relevant mitre attacks */\n tactics?: AttackTactic[];\n /** A list of relevant mitre techniques */\n techniques?: string[];\n}\n\nexport function bookmarkSerializer(item: Bookmark): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"created\",\n \"createdBy\",\n \"displayName\",\n \"labels\",\n \"notes\",\n \"query\",\n \"queryResult\",\n \"updated\",\n \"updatedBy\",\n \"eventTime\",\n \"queryStartTime\",\n \"queryEndTime\",\n \"incidentInfo\",\n \"entityMappings\",\n \"tactics\",\n \"techniques\",\n ])\n ? undefined\n : _bookmarkPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function bookmarkDeserializer(item: any): Bookmark {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _bookmarkPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes bookmark properties */\nexport interface BookmarkProperties {\n /** The time the bookmark was created */\n created?: Date;\n /** Describes a user that created the bookmark */\n createdBy?: UserInfo;\n /** The display name of the bookmark */\n displayName: string;\n /** List of labels relevant to this bookmark */\n labels?: string[];\n /** The notes of the bookmark */\n notes?: string;\n /** The query of the bookmark. */\n query: string;\n /** The query result of the bookmark. */\n queryResult?: string;\n /** The last time the bookmark was updated */\n updated?: Date;\n /** Describes a user that updated the bookmark */\n updatedBy?: UserInfo;\n /** The bookmark event time */\n eventTime?: Date;\n /** The start time for the query */\n queryStartTime?: Date;\n /** The end time for the query */\n queryEndTime?: Date;\n /** Describes an incident that relates to bookmark */\n incidentInfo?: IncidentInfo;\n /** Describes the entity mappings of the bookmark */\n entityMappings?: BookmarkEntityMappings[];\n /** A list of relevant mitre attacks */\n tactics?: AttackTactic[];\n /** A list of relevant mitre techniques */\n techniques?: string[];\n}\n\nexport function bookmarkPropertiesSerializer(item: BookmarkProperties): any {\n return {\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : item[\"eventTime\"].toISOString(),\n queryStartTime: !item[\"queryStartTime\"]\n ? item[\"queryStartTime\"]\n : item[\"queryStartTime\"].toISOString(),\n queryEndTime: !item[\"queryEndTime\"] ? item[\"queryEndTime\"] : item[\"queryEndTime\"].toISOString(),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoSerializer(item[\"incidentInfo\"]),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : bookmarkEntityMappingsArraySerializer(item[\"entityMappings\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function bookmarkPropertiesDeserializer(item: any): BookmarkProperties {\n return {\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : new Date(item[\"eventTime\"]),\n queryStartTime: !item[\"queryStartTime\"]\n ? item[\"queryStartTime\"]\n : new Date(item[\"queryStartTime\"]),\n queryEndTime: !item[\"queryEndTime\"] ? item[\"queryEndTime\"] : new Date(item[\"queryEndTime\"]),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoDeserializer(item[\"incidentInfo\"]),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : bookmarkEntityMappingsArrayDeserializer(item[\"entityMappings\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function bookmarkEntityMappingsArraySerializer(\n result: Array<BookmarkEntityMappings>,\n): any[] {\n return result.map((item) => {\n return bookmarkEntityMappingsSerializer(item);\n });\n}\n\nexport function bookmarkEntityMappingsArrayDeserializer(\n result: Array<BookmarkEntityMappings>,\n): any[] {\n return result.map((item) => {\n return bookmarkEntityMappingsDeserializer(item);\n });\n}\n\n/** Describes the entity mappings of a single entity */\nexport interface BookmarkEntityMappings {\n /** The entity type */\n entityType?: string;\n /** Array of fields mapping for that entity type */\n fieldMappings?: EntityFieldMapping[];\n}\n\nexport function bookmarkEntityMappingsSerializer(item: BookmarkEntityMappings): any {\n return {\n entityType: item[\"entityType\"],\n fieldMappings: !item[\"fieldMappings\"]\n ? item[\"fieldMappings\"]\n : entityFieldMappingArraySerializer(item[\"fieldMappings\"]),\n };\n}\n\nexport function bookmarkEntityMappingsDeserializer(item: any): BookmarkEntityMappings {\n return {\n entityType: item[\"entityType\"],\n fieldMappings: !item[\"fieldMappings\"]\n ? item[\"fieldMappings\"]\n : entityFieldMappingArrayDeserializer(item[\"fieldMappings\"]),\n };\n}\n\nexport function entityFieldMappingArraySerializer(result: Array<EntityFieldMapping>): any[] {\n return result.map((item) => {\n return entityFieldMappingSerializer(item);\n });\n}\n\nexport function entityFieldMappingArrayDeserializer(result: Array<EntityFieldMapping>): any[] {\n return result.map((item) => {\n return entityFieldMappingDeserializer(item);\n });\n}\n\n/** Map identifiers of a single entity */\nexport interface EntityFieldMapping {\n /** Alert V3 identifier */\n identifier?: string;\n /** The value of the identifier */\n value?: string;\n}\n\nexport function entityFieldMappingSerializer(item: EntityFieldMapping): any {\n return { identifier: item[\"identifier\"], value: item[\"value\"] };\n}\n\nexport function entityFieldMappingDeserializer(item: any): EntityFieldMapping {\n return {\n identifier: item[\"identifier\"],\n value: item[\"value\"],\n };\n}\n\n/** List all the bookmarks. */\nexport interface _BookmarkList {\n /** The Bookmark items on this page */\n value: Bookmark[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _bookmarkListDeserializer(item: any): _BookmarkList {\n return {\n value: bookmarkArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function bookmarkArraySerializer(result: Array<Bookmark>): any[] {\n return result.map((item) => {\n return bookmarkSerializer(item);\n });\n}\n\nexport function bookmarkArrayDeserializer(result: Array<Bookmark>): any[] {\n return result.map((item) => {\n return bookmarkDeserializer(item);\n });\n}\n\n/**\n * An Azure resource, which encapsulate the entire info requires to display a data connector page in Azure portal,\n * and the info required to define data connections.\n */\nexport interface DataConnectorDefinition extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: Customizable */\n kind: DataConnectorDefinitionKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function dataConnectorDefinitionSerializer(item: DataConnectorDefinition): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function dataConnectorDefinitionDeserializer(item: any): DataConnectorDefinition {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for DataConnectorDefinitionUnion */\nexport type DataConnectorDefinitionUnion =\n | CustomizableConnectorDefinition\n | DataConnectorDefinition;\n\nexport function dataConnectorDefinitionUnionSerializer(item: DataConnectorDefinitionUnion): any {\n switch (item.kind) {\n case \"Customizable\":\n return customizableConnectorDefinitionSerializer(item as CustomizableConnectorDefinition);\n\n default:\n return dataConnectorDefinitionSerializer(item);\n }\n}\n\nexport function dataConnectorDefinitionUnionDeserializer(item: any): DataConnectorDefinitionUnion {\n switch (item[\"kind\"]) {\n case \"Customizable\":\n return customizableConnectorDefinitionDeserializer(item as CustomizableConnectorDefinition);\n\n default:\n return dataConnectorDefinitionDeserializer(item);\n }\n}\n\n/** The kind of the data connector definitions */\nexport enum KnownDataConnectorDefinitionKind {\n /** Customizable */\n Customizable = \"Customizable\",\n}\n\n/**\n * The kind of the data connector definitions \\\n * {@link KnownDataConnectorDefinitionKind} can be used interchangeably with DataConnectorDefinitionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Customizable**: Customizable\n */\nexport type DataConnectorDefinitionKind = string;\n\n/** Connector definition for kind 'Customizable'. */\nexport interface CustomizableConnectorDefinition extends DataConnectorDefinition {\n /** The data connector kind */\n kind: \"Customizable\";\n /** Gets or sets the connector definition created date in UTC format. */\n createdTimeUtc?: Date;\n /** Gets or sets the connector definition last modified date in UTC format. */\n lastModifiedUtc?: Date;\n /** The UiConfig for 'Customizable' connector definition kind. */\n connectorUiConfig?: CustomizableConnectorUiConfig;\n /** The UiConfig for 'Customizable' connector definition kind. */\n connectionsConfig?: CustomizableConnectionsConfig;\n}\n\nexport function customizableConnectorDefinitionSerializer(\n item: CustomizableConnectorDefinition,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"createdTimeUtc\",\n \"lastModifiedUtc\",\n \"connectorUiConfig\",\n \"connectionsConfig\",\n ])\n ? undefined\n : _customizableConnectorDefinitionPropertiesSerializer(item),\n };\n}\n\nexport function customizableConnectorDefinitionDeserializer(\n item: any,\n): CustomizableConnectorDefinition {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _customizableConnectorDefinitionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The UiConfig for 'Customizable' connector definition kind. */\nexport interface CustomizableConnectorDefinitionProperties {\n /** Gets or sets the connector definition created date in UTC format. */\n createdTimeUtc?: Date;\n /** Gets or sets the connector definition last modified date in UTC format. */\n lastModifiedUtc?: Date;\n /** The UiConfig for 'Customizable' connector definition kind. */\n connectorUiConfig: CustomizableConnectorUiConfig;\n /** The UiConfig for 'Customizable' connector definition kind. */\n connectionsConfig?: CustomizableConnectionsConfig;\n}\n\nexport function customizableConnectorDefinitionPropertiesSerializer(\n item: CustomizableConnectorDefinitionProperties,\n): any {\n return {\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : item[\"createdTimeUtc\"].toISOString(),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : item[\"lastModifiedUtc\"].toISOString(),\n connectorUiConfig: customizableConnectorUiConfigSerializer(item[\"connectorUiConfig\"]),\n connectionsConfig: !item[\"connectionsConfig\"]\n ? item[\"connectionsConfig\"]\n : customizableConnectionsConfigSerializer(item[\"connectionsConfig\"]),\n };\n}\n\nexport function customizableConnectorDefinitionPropertiesDeserializer(\n item: any,\n): CustomizableConnectorDefinitionProperties {\n return {\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n connectorUiConfig: customizableConnectorUiConfigDeserializer(item[\"connectorUiConfig\"]),\n connectionsConfig: !item[\"connectionsConfig\"]\n ? item[\"connectionsConfig\"]\n : customizableConnectionsConfigDeserializer(item[\"connectionsConfig\"]),\n };\n}\n\n/** The UiConfig for 'Customizable' connector definition kind. */\nexport interface CustomizableConnectorUiConfig {\n /** Gets or sets custom connector id. optional field. */\n id?: string;\n /** Gets or sets the connector blade title. */\n title: string;\n /** Gets or sets the connector publisher name. */\n publisher: string;\n /** Gets or sets the connector description in markdown format. */\n descriptionMarkdown: string;\n /** Gets or sets the graph queries to show the current data volume over time. */\n graphQueries: GraphQuery[];\n /** Gets or sets the data types to check for last data received. */\n dataTypes: ConnectorDataType[];\n /** Gets or sets the way the connector checks whether the connector is connected. */\n connectivityCriteria: ConnectivityCriterion[];\n /** The exposure status of the connector to the customers. */\n availability?: ConnectorDefinitionsAvailability;\n /** The required Permissions for the connector. */\n permissions: ConnectorDefinitionsPermissions;\n /** Gets or sets the instruction steps to enable the connector. */\n instructionSteps: InstructionStep[];\n /**\n * Gets or sets the connector logo to be used when displaying the connector within Azure Sentinel's connector's gallery.\n * The logo value should be in SVG format.\n */\n logo?: string;\n /** Gets or sets a value indicating whether to use 'OR'(SOME) or 'AND' between ConnectivityCriteria items. */\n isConnectivityCriteriasMatchSome?: boolean;\n}\n\nexport function customizableConnectorUiConfigSerializer(item: CustomizableConnectorUiConfig): any {\n return {\n id: item[\"id\"],\n title: item[\"title\"],\n publisher: item[\"publisher\"],\n descriptionMarkdown: item[\"descriptionMarkdown\"],\n graphQueries: graphQueryArraySerializer(item[\"graphQueries\"]),\n dataTypes: connectorDataTypeArraySerializer(item[\"dataTypes\"]),\n connectivityCriteria: connectivityCriterionArraySerializer(item[\"connectivityCriteria\"]),\n availability: !item[\"availability\"]\n ? item[\"availability\"]\n : connectorDefinitionsAvailabilitySerializer(item[\"availability\"]),\n permissions: connectorDefinitionsPermissionsSerializer(item[\"permissions\"]),\n instructionSteps: instructionStepArraySerializer(item[\"instructionSteps\"]),\n logo: item[\"logo\"],\n isConnectivityCriteriasMatchSome: item[\"isConnectivityCriteriasMatchSome\"],\n };\n}\n\nexport function customizableConnectorUiConfigDeserializer(\n item: any,\n): CustomizableConnectorUiConfig {\n return {\n id: item[\"id\"],\n title: item[\"title\"],\n publisher: item[\"publisher\"],\n descriptionMarkdown: item[\"descriptionMarkdown\"],\n graphQueries: graphQueryArrayDeserializer(item[\"graphQueries\"]),\n dataTypes: connectorDataTypeArrayDeserializer(item[\"dataTypes\"]),\n connectivityCriteria: connectivityCriterionArrayDeserializer(item[\"connectivityCriteria\"]),\n availability: !item[\"availability\"]\n ? item[\"availability\"]\n : connectorDefinitionsAvailabilityDeserializer(item[\"availability\"]),\n permissions: connectorDefinitionsPermissionsDeserializer(item[\"permissions\"]),\n instructionSteps: instructionStepArrayDeserializer(item[\"instructionSteps\"]),\n logo: item[\"logo\"],\n isConnectivityCriteriasMatchSome: item[\"isConnectivityCriteriasMatchSome\"],\n };\n}\n\nexport function graphQueryArraySerializer(result: Array<GraphQuery>): any[] {\n return result.map((item) => {\n return graphQuerySerializer(item);\n });\n}\n\nexport function graphQueryArrayDeserializer(result: Array<GraphQuery>): any[] {\n return result.map((item) => {\n return graphQueryDeserializer(item);\n });\n}\n\n/** The graph query to show the volume of data arriving into the workspace over time. */\nexport interface GraphQuery {\n /** Gets or sets the metric name that the query is checking. For example: 'Total data receive'. */\n metricName: string;\n /** Gets or sets the legend for the graph. */\n legend: string;\n /**\n * Gets or sets the base query for the graph.\n * The base query is wrapped by Sentinel UI infra with a KQL query, that measures the volume over time.\n */\n baseQuery: string;\n}\n\nexport function graphQuerySerializer(item: GraphQuery): any {\n return { metricName: item[\"metricName\"], legend: item[\"legend\"], baseQuery: item[\"baseQuery\"] };\n}\n\nexport function graphQueryDeserializer(item: any): GraphQuery {\n return {\n metricName: item[\"metricName\"],\n legend: item[\"legend\"],\n baseQuery: item[\"baseQuery\"],\n };\n}\n\nexport function connectorDataTypeArraySerializer(result: Array<ConnectorDataType>): any[] {\n return result.map((item) => {\n return connectorDataTypeSerializer(item);\n });\n}\n\nexport function connectorDataTypeArrayDeserializer(result: Array<ConnectorDataType>): any[] {\n return result.map((item) => {\n return connectorDataTypeDeserializer(item);\n });\n}\n\n/**\n * The data type which is created by the connector,\n * including a query indicated when was the last time that data type was received in the workspace.\n */\nexport interface ConnectorDataType {\n /** Gets or sets the name of the data type to show in the graph. */\n name: string;\n /** Gets or sets the query to indicate when relevant data was last received in the workspace. */\n lastDataReceivedQuery: string;\n}\n\nexport function connectorDataTypeSerializer(item: ConnectorDataType): any {\n return { name: item[\"name\"], lastDataReceivedQuery: item[\"lastDataReceivedQuery\"] };\n}\n\nexport function connectorDataTypeDeserializer(item: any): ConnectorDataType {\n return {\n name: item[\"name\"],\n lastDataReceivedQuery: item[\"lastDataReceivedQuery\"],\n };\n}\n\nexport function connectivityCriterionArraySerializer(result: Array<ConnectivityCriterion>): any[] {\n return result.map((item) => {\n return connectivityCriterionSerializer(item);\n });\n}\n\nexport function connectivityCriterionArrayDeserializer(\n result: Array<ConnectivityCriterion>,\n): any[] {\n return result.map((item) => {\n return connectivityCriterionDeserializer(item);\n });\n}\n\n/**\n * The criteria by which we determine whether the connector is connected or not.\n * For Example, use a KQL query to check if the expected data type is flowing).\n */\nexport interface ConnectivityCriterion {\n /** Gets or sets the type of connectivity. */\n type: string;\n /** Gets or sets the queries for checking connectivity. */\n value?: string[];\n}\n\nexport function connectivityCriterionSerializer(item: ConnectivityCriterion): any {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function connectivityCriterionDeserializer(item: any): ConnectivityCriterion {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The exposure status of the connector to the customers. */\nexport interface ConnectorDefinitionsAvailability {\n /** The exposure status of the connector to the customers. Available values are 0-4 (0=None, 1=Available, 2=FeatureFlag, 3=Internal). */\n status?: number;\n /** Gets or sets a value indicating whether the connector is preview. */\n isPreview?: boolean;\n}\n\nexport function connectorDefinitionsAvailabilitySerializer(\n item: ConnectorDefinitionsAvailability,\n): any {\n return { status: item[\"status\"], isPreview: item[\"isPreview\"] };\n}\n\nexport function connectorDefinitionsAvailabilityDeserializer(\n item: any,\n): ConnectorDefinitionsAvailability {\n return {\n status: item[\"status\"],\n isPreview: item[\"isPreview\"],\n };\n}\n\n/** The required Permissions for the connector. */\nexport interface ConnectorDefinitionsPermissions {\n /** Gets or sets the required tenant permissions for the connector. */\n tenant?: string[];\n /** Gets or sets the required licenses for the user to create connections. */\n licenses?: string[];\n /** Gets or sets the resource provider permissions required for the user to create connections. */\n resourceProvider?: ConnectorDefinitionsResourceProvider[];\n /** Gets or sets the customs permissions required for the user to create connections. */\n customs?: CustomPermissionDetails[];\n}\n\nexport function connectorDefinitionsPermissionsSerializer(\n item: ConnectorDefinitionsPermissions,\n): any {\n return {\n tenant: !item[\"tenant\"]\n ? item[\"tenant\"]\n : item[\"tenant\"].map((p: any) => {\n return p;\n }),\n licenses: !item[\"licenses\"]\n ? item[\"licenses\"]\n : item[\"licenses\"].map((p: any) => {\n return p;\n }),\n resourceProvider: !item[\"resourceProvider\"]\n ? item[\"resourceProvider\"]\n : connectorDefinitionsResourceProviderArraySerializer(item[\"resourceProvider\"]),\n customs: !item[\"customs\"]\n ? item[\"customs\"]\n : customPermissionDetailsArraySerializer(item[\"customs\"]),\n };\n}\n\nexport function connectorDefinitionsPermissionsDeserializer(\n item: any,\n): ConnectorDefinitionsPermissions {\n return {\n tenant: !item[\"tenant\"]\n ? item[\"tenant\"]\n : item[\"tenant\"].map((p: any) => {\n return p;\n }),\n licenses: !item[\"licenses\"]\n ? item[\"licenses\"]\n : item[\"licenses\"].map((p: any) => {\n return p;\n }),\n resourceProvider: !item[\"resourceProvider\"]\n ? item[\"resourceProvider\"]\n : connectorDefinitionsResourceProviderArrayDeserializer(item[\"resourceProvider\"]),\n customs: !item[\"customs\"]\n ? item[\"customs\"]\n : customPermissionDetailsArrayDeserializer(item[\"customs\"]),\n };\n}\n\nexport function connectorDefinitionsResourceProviderArraySerializer(\n result: Array<ConnectorDefinitionsResourceProvider>,\n): any[] {\n return result.map((item) => {\n return connectorDefinitionsResourceProviderSerializer(item);\n });\n}\n\nexport function connectorDefinitionsResourceProviderArrayDeserializer(\n result: Array<ConnectorDefinitionsResourceProvider>,\n): any[] {\n return result.map((item) => {\n return connectorDefinitionsResourceProviderDeserializer(item);\n });\n}\n\n/**\n * The resource provider details include the required permissions for the user to create connections.\n * The user should have the required permissions(Read\\Write, ..) in the specified scope ProviderPermissionsScope against the specified resource provider.\n */\nexport interface ConnectorDefinitionsResourceProvider {\n /** Gets or sets the provider name. */\n provider: string;\n /** Gets or sets the permissions description text. */\n permissionsDisplayText: string;\n /** Gets or sets the permissions provider display name. */\n providerDisplayName: string;\n /** The scope on which the user should have permissions, in order to be able to create connections. */\n scope: ProviderPermissionsScope;\n /**\n * Required permissions for the connector resource provider that define in ResourceProviders.\n * For more information about the permissions see <see href=\"https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#actions-format\">here</see>.\n */\n requiredPermissions: ResourceProviderRequiredPermissions;\n}\n\nexport function connectorDefinitionsResourceProviderSerializer(\n item: ConnectorDefinitionsResourceProvider,\n): any {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: resourceProviderRequiredPermissionsSerializer(item[\"requiredPermissions\"]),\n };\n}\n\nexport function connectorDefinitionsResourceProviderDeserializer(\n item: any,\n): ConnectorDefinitionsResourceProvider {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: resourceProviderRequiredPermissionsDeserializer(\n item[\"requiredPermissions\"],\n ),\n };\n}\n\n/** The scope on which the user should have permissions, in order to be able to create connections. */\nexport enum KnownProviderPermissionsScope {\n /** Subscription */\n Subscription = \"Subscription\",\n /** ResourceGroup */\n ResourceGroup = \"ResourceGroup\",\n /** Workspace */\n Workspace = \"Workspace\",\n}\n\n/**\n * The scope on which the user should have permissions, in order to be able to create connections. \\\n * {@link KnownProviderPermissionsScope} can be used interchangeably with ProviderPermissionsScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Subscription**: Subscription \\\n * **ResourceGroup**: ResourceGroup \\\n * **Workspace**: Workspace\n */\nexport type ProviderPermissionsScope = string;\n\n/**\n * Required permissions for the connector resource provider that define in ResourceProviders.\n * For more information about the permissions see <see href=\"https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#actions-format\">here</see>.\n */\nexport interface ResourceProviderRequiredPermissions {\n /** Gets or sets a value indicating whether the permission is read action (GET). */\n read?: boolean;\n /** Gets or sets a value indicating whether the permission is write action (PUT or PATCH). */\n write?: boolean;\n /** Gets or sets a value indicating whether the permission is delete action (DELETE). */\n delete?: boolean;\n /** Gets or sets a value indicating whether the permission is custom actions (POST). */\n action?: boolean;\n}\n\nexport function resourceProviderRequiredPermissionsSerializer(\n item: ResourceProviderRequiredPermissions,\n): any {\n return {\n read: item[\"read\"],\n write: item[\"write\"],\n delete: item[\"delete\"],\n action: item[\"action\"],\n };\n}\n\nexport function resourceProviderRequiredPermissionsDeserializer(\n item: any,\n): ResourceProviderRequiredPermissions {\n return {\n read: item[\"read\"],\n write: item[\"write\"],\n delete: item[\"delete\"],\n action: item[\"action\"],\n };\n}\n\nexport function customPermissionDetailsArraySerializer(\n result: Array<CustomPermissionDetails>,\n): any[] {\n return result.map((item) => {\n return customPermissionDetailsSerializer(item);\n });\n}\n\nexport function customPermissionDetailsArrayDeserializer(\n result: Array<CustomPermissionDetails>,\n): any[] {\n return result.map((item) => {\n return customPermissionDetailsDeserializer(item);\n });\n}\n\n/** The Custom permissions required for the connector. */\nexport interface CustomPermissionDetails {\n /** Gets or sets the custom permissions name. */\n name: string;\n /** Gets or sets the custom permissions description. */\n description: string;\n}\n\nexport function customPermissionDetailsSerializer(item: CustomPermissionDetails): any {\n return { name: item[\"name\"], description: item[\"description\"] };\n}\n\nexport function customPermissionDetailsDeserializer(item: any): CustomPermissionDetails {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n };\n}\n\nexport function instructionStepArraySerializer(result: Array<InstructionStep>): any[] {\n return result.map((item) => {\n return instructionStepSerializer(item);\n });\n}\n\nexport function instructionStepArrayDeserializer(result: Array<InstructionStep>): any[] {\n return result.map((item) => {\n return instructionStepDeserializer(item);\n });\n}\n\n/** Instruction steps to enable the connector. */\nexport interface InstructionStep {\n /** Gets or sets the instruction step title. */\n title?: string;\n /** Gets or sets the instruction step description. */\n description?: string;\n /** Gets or sets the instruction step details. */\n instructions?: InstructionStepDetails[];\n /**\n * Gets or sets the inner instruction steps details.\n * For Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].\n */\n innerSteps?: InstructionStep[];\n}\n\nexport function instructionStepSerializer(item: InstructionStep): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepDetailsArraySerializer(item[\"instructions\"]),\n innerSteps: !item[\"innerSteps\"]\n ? item[\"innerSteps\"]\n : instructionStepArraySerializer(item[\"innerSteps\"]),\n };\n}\n\nexport function instructionStepDeserializer(item: any): InstructionStep {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepDetailsArrayDeserializer(item[\"instructions\"]),\n innerSteps: !item[\"innerSteps\"]\n ? item[\"innerSteps\"]\n : instructionStepArrayDeserializer(item[\"innerSteps\"]),\n };\n}\n\nexport function instructionStepDetailsArraySerializer(\n result: Array<InstructionStepDetails>,\n): any[] {\n return result.map((item) => {\n return instructionStepDetailsSerializer(item);\n });\n}\n\nexport function instructionStepDetailsArrayDeserializer(\n result: Array<InstructionStepDetails>,\n): any[] {\n return result.map((item) => {\n return instructionStepDetailsDeserializer(item);\n });\n}\n\n/** Instruction step details, to be displayed in the Instructions steps section in the connector's page in Sentinel Portal. */\nexport interface InstructionStepDetails {\n /** Gets or sets the instruction type parameters settings. */\n parameters: any;\n /** Gets or sets the instruction type name. */\n type: string;\n}\n\nexport function instructionStepDetailsSerializer(item: InstructionStepDetails): any {\n return { parameters: item[\"parameters\"], type: item[\"type\"] };\n}\n\nexport function instructionStepDetailsDeserializer(item: any): InstructionStepDetails {\n return {\n parameters: item[\"parameters\"],\n type: item[\"type\"],\n };\n}\n\n/** The UiConfig for 'Customizable' connector definition kind. */\nexport interface CustomizableConnectionsConfig {\n /** Gets or sets the template name. The template includes ARM templates that can be created by the connector, usually it will be the dataConnectors ARM templates. */\n templateSpecName: string;\n /** Gets or sets the template version. */\n templateSpecVersion: string;\n}\n\nexport function customizableConnectionsConfigSerializer(item: CustomizableConnectionsConfig): any {\n return {\n templateSpecName: item[\"templateSpecName\"],\n templateSpecVersion: item[\"templateSpecVersion\"],\n };\n}\n\nexport function customizableConnectionsConfigDeserializer(\n item: any,\n): CustomizableConnectionsConfig {\n return {\n templateSpecName: item[\"templateSpecName\"],\n templateSpecVersion: item[\"templateSpecVersion\"],\n };\n}\n\n/** Encapsulate the data connector definition object */\nexport interface _DataConnectorDefinitionArmCollectionWrapper {\n /** The DataConnectorDefinition items on this page */\n value: DataConnectorDefinitionUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataConnectorDefinitionArmCollectionWrapperDeserializer(\n item: any,\n): _DataConnectorDefinitionArmCollectionWrapper {\n return {\n value: dataConnectorDefinitionUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataConnectorDefinitionUnionArraySerializer(\n result: Array<DataConnectorDefinitionUnion>,\n): any[] {\n return result.map((item) => {\n return dataConnectorDefinitionUnionSerializer(item);\n });\n}\n\nexport function dataConnectorDefinitionUnionArrayDeserializer(\n result: Array<DataConnectorDefinitionUnion>,\n): any[] {\n return result.map((item) => {\n return dataConnectorDefinitionUnionDeserializer(item);\n });\n}\n\n/** Data connector */\nexport interface DataConnector extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: AzureActiveDirectory, MicrosoftThreatIntelligence, PremiumMicrosoftDefenderForThreatIntelligence, MicrosoftThreatProtection, AzureAdvancedThreatProtection, AzureSecurityCenter, AmazonWebServicesCloudTrail, AmazonWebServicesS3, RestApiPoller, GCP, MicrosoftCloudAppSecurity, Dynamics365, OfficeATP, MicrosoftPurviewInformationProtection, Office365Project, OfficePowerBI, PurviewAudit, OfficeIRM, MicrosoftDefenderAdvancedThreatProtection, Office365, ThreatIntelligence, ThreatIntelligenceTaxii, IOT, GenericUI, APIPolling */\n kind: DataConnectorKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function dataConnectorSerializer(item: DataConnector): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function dataConnectorDeserializer(item: any): DataConnector {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for DataConnectorUnion */\nexport type DataConnectorUnion =\n | AADDataConnector\n | MstiDataConnector\n | PremiumMicrosoftDefenderForThreatIntelligence\n | MTPDataConnector\n | AatpDataConnector\n | ASCDataConnector\n | AwsCloudTrailDataConnector\n | AwsS3DataConnector\n | RestApiPollerDataConnector\n | GCPDataConnector\n | McasDataConnector\n | Dynamics365DataConnector\n | OfficeATPDataConnector\n | MicrosoftPurviewInformationProtectionDataConnector\n | Office365ProjectDataConnector\n | OfficePowerBIDataConnector\n | PurviewAuditDataConnector\n | OfficeIRMDataConnector\n | MdatpDataConnector\n | OfficeDataConnector\n | TIDataConnector\n | TiTaxiiDataConnector\n | IoTDataConnector\n | CodelessUiDataConnector\n | CodelessApiPollingDataConnector\n | DataConnector;\n\nexport function dataConnectorUnionSerializer(item: DataConnectorUnion): any {\n switch (item.kind) {\n case \"AzureActiveDirectory\":\n return aadDataConnectorSerializer(item as AADDataConnector);\n\n case \"MicrosoftThreatIntelligence\":\n return mstiDataConnectorSerializer(item as MstiDataConnector);\n\n case \"PremiumMicrosoftDefenderForThreatIntelligence\":\n return premiumMicrosoftDefenderForThreatIntelligenceSerializer(\n item as PremiumMicrosoftDefenderForThreatIntelligence,\n );\n\n case \"MicrosoftThreatProtection\":\n return mtpDataConnectorSerializer(item as MTPDataConnector);\n\n case \"AzureAdvancedThreatProtection\":\n return aatpDataConnectorSerializer(item as AatpDataConnector);\n\n case \"AzureSecurityCenter\":\n return ascDataConnectorSerializer(item as ASCDataConnector);\n\n case \"AmazonWebServicesCloudTrail\":\n return awsCloudTrailDataConnectorSerializer(item as AwsCloudTrailDataConnector);\n\n case \"AmazonWebServicesS3\":\n return awsS3DataConnectorSerializer(item as AwsS3DataConnector);\n\n case \"RestApiPoller\":\n return restApiPollerDataConnectorSerializer(item as RestApiPollerDataConnector);\n\n case \"GCP\":\n return gcpDataConnectorSerializer(item as GCPDataConnector);\n\n case \"MicrosoftCloudAppSecurity\":\n return mcasDataConnectorSerializer(item as McasDataConnector);\n\n case \"Dynamics365\":\n return dynamics365DataConnectorSerializer(item as Dynamics365DataConnector);\n\n case \"OfficeATP\":\n return officeATPDataConnectorSerializer(item as OfficeATPDataConnector);\n\n case \"MicrosoftPurviewInformationProtection\":\n return microsoftPurviewInformationProtectionDataConnectorSerializer(\n item as MicrosoftPurviewInformationProtectionDataConnector,\n );\n\n case \"Office365Project\":\n return office365ProjectDataConnectorSerializer(item as Office365ProjectDataConnector);\n\n case \"OfficePowerBI\":\n return officePowerBIDataConnectorSerializer(item as OfficePowerBIDataConnector);\n\n case \"PurviewAudit\":\n return purviewAuditDataConnectorSerializer(item as PurviewAuditDataConnector);\n\n case \"OfficeIRM\":\n return officeIRMDataConnectorSerializer(item as OfficeIRMDataConnector);\n\n case \"MicrosoftDefenderAdvancedThreatProtection\":\n return mdatpDataConnectorSerializer(item as MdatpDataConnector);\n\n case \"Office365\":\n return officeDataConnectorSerializer(item as OfficeDataConnector);\n\n case \"ThreatIntelligence\":\n return tiDataConnectorSerializer(item as TIDataConnector);\n\n case \"ThreatIntelligenceTaxii\":\n return tiTaxiiDataConnectorSerializer(item as TiTaxiiDataConnector);\n\n case \"IOT\":\n return ioTDataConnectorSerializer(item as IoTDataConnector);\n\n case \"GenericUI\":\n return codelessUiDataConnectorSerializer(item as CodelessUiDataConnector);\n\n case \"APIPolling\":\n return codelessApiPollingDataConnectorSerializer(item as CodelessApiPollingDataConnector);\n\n default:\n return dataConnectorSerializer(item);\n }\n}\n\nexport function dataConnectorUnionDeserializer(item: any): DataConnectorUnion {\n switch (item[\"kind\"]) {\n case \"AzureActiveDirectory\":\n return aadDataConnectorDeserializer(item as AADDataConnector);\n\n case \"MicrosoftThreatIntelligence\":\n return mstiDataConnectorDeserializer(item as MstiDataConnector);\n\n case \"PremiumMicrosoftDefenderForThreatIntelligence\":\n return premiumMicrosoftDefenderForThreatIntelligenceDeserializer(\n item as PremiumMicrosoftDefenderForThreatIntelligence,\n );\n\n case \"MicrosoftThreatProtection\":\n return mtpDataConnectorDeserializer(item as MTPDataConnector);\n\n case \"AzureAdvancedThreatProtection\":\n return aatpDataConnectorDeserializer(item as AatpDataConnector);\n\n case \"AzureSecurityCenter\":\n return ascDataConnectorDeserializer(item as ASCDataConnector);\n\n case \"AmazonWebServicesCloudTrail\":\n return awsCloudTrailDataConnectorDeserializer(item as AwsCloudTrailDataConnector);\n\n case \"AmazonWebServicesS3\":\n return awsS3DataConnectorDeserializer(item as AwsS3DataConnector);\n\n case \"RestApiPoller\":\n return restApiPollerDataConnectorDeserializer(item as RestApiPollerDataConnector);\n\n case \"GCP\":\n return gcpDataConnectorDeserializer(item as GCPDataConnector);\n\n case \"MicrosoftCloudAppSecurity\":\n return mcasDataConnectorDeserializer(item as McasDataConnector);\n\n case \"Dynamics365\":\n return dynamics365DataConnectorDeserializer(item as Dynamics365DataConnector);\n\n case \"OfficeATP\":\n return officeATPDataConnectorDeserializer(item as OfficeATPDataConnector);\n\n case \"MicrosoftPurviewInformationProtection\":\n return microsoftPurviewInformationProtectionDataConnectorDeserializer(\n item as MicrosoftPurviewInformationProtectionDataConnector,\n );\n\n case \"Office365Project\":\n return office365ProjectDataConnectorDeserializer(item as Office365ProjectDataConnector);\n\n case \"OfficePowerBI\":\n return officePowerBIDataConnectorDeserializer(item as OfficePowerBIDataConnector);\n\n case \"PurviewAudit\":\n return purviewAuditDataConnectorDeserializer(item as PurviewAuditDataConnector);\n\n case \"OfficeIRM\":\n return officeIRMDataConnectorDeserializer(item as OfficeIRMDataConnector);\n\n case \"MicrosoftDefenderAdvancedThreatProtection\":\n return mdatpDataConnectorDeserializer(item as MdatpDataConnector);\n\n case \"Office365\":\n return officeDataConnectorDeserializer(item as OfficeDataConnector);\n\n case \"ThreatIntelligence\":\n return tiDataConnectorDeserializer(item as TIDataConnector);\n\n case \"ThreatIntelligenceTaxii\":\n return tiTaxiiDataConnectorDeserializer(item as TiTaxiiDataConnector);\n\n case \"IOT\":\n return ioTDataConnectorDeserializer(item as IoTDataConnector);\n\n case \"GenericUI\":\n return codelessUiDataConnectorDeserializer(item as CodelessUiDataConnector);\n\n case \"APIPolling\":\n return codelessApiPollingDataConnectorDeserializer(item as CodelessApiPollingDataConnector);\n\n default:\n return dataConnectorDeserializer(item);\n }\n}\n\n/** The kind of the data connector */\nexport enum KnownDataConnectorKind {\n /** AzureActiveDirectory */\n AzureActiveDirectory = \"AzureActiveDirectory\",\n /** AzureSecurityCenter */\n AzureSecurityCenter = \"AzureSecurityCenter\",\n /** MicrosoftCloudAppSecurity */\n MicrosoftCloudAppSecurity = \"MicrosoftCloudAppSecurity\",\n /** ThreatIntelligence */\n ThreatIntelligence = \"ThreatIntelligence\",\n /** ThreatIntelligenceTaxii */\n ThreatIntelligenceTaxii = \"ThreatIntelligenceTaxii\",\n /** Office365 */\n Office365 = \"Office365\",\n /** OfficeATP */\n OfficeATP = \"OfficeATP\",\n /** OfficeIRM */\n OfficeIRM = \"OfficeIRM\",\n /** Office365Project */\n Office365Project = \"Office365Project\",\n /** MicrosoftPurviewInformationProtection */\n MicrosoftPurviewInformationProtection = \"MicrosoftPurviewInformationProtection\",\n /** OfficePowerBI */\n OfficePowerBI = \"OfficePowerBI\",\n /** AmazonWebServicesCloudTrail */\n AmazonWebServicesCloudTrail = \"AmazonWebServicesCloudTrail\",\n /** AmazonWebServicesS3 */\n AmazonWebServicesS3 = \"AmazonWebServicesS3\",\n /** AzureAdvancedThreatProtection */\n AzureAdvancedThreatProtection = \"AzureAdvancedThreatProtection\",\n /** MicrosoftDefenderAdvancedThreatProtection */\n MicrosoftDefenderAdvancedThreatProtection = \"MicrosoftDefenderAdvancedThreatProtection\",\n /** Dynamics365 */\n Dynamics365 = \"Dynamics365\",\n /** MicrosoftThreatProtection */\n MicrosoftThreatProtection = \"MicrosoftThreatProtection\",\n /** MicrosoftThreatIntelligence */\n MicrosoftThreatIntelligence = \"MicrosoftThreatIntelligence\",\n /** PremiumMicrosoftDefenderForThreatIntelligence */\n PremiumMicrosoftDefenderForThreatIntelligence = \"PremiumMicrosoftDefenderForThreatIntelligence\",\n /** GenericUI */\n GenericUI = \"GenericUI\",\n /** APIPolling */\n APIPolling = \"APIPolling\",\n /** IOT */\n IOT = \"IOT\",\n /** GCP */\n GCP = \"GCP\",\n /** RestApiPoller */\n RestApiPoller = \"RestApiPoller\",\n /** PurviewAudit */\n PurviewAudit = \"PurviewAudit\",\n}\n\n/**\n * The kind of the data connector \\\n * {@link KnownDataConnectorKind} can be used interchangeably with DataConnectorKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureActiveDirectory**: AzureActiveDirectory \\\n * **AzureSecurityCenter**: AzureSecurityCenter \\\n * **MicrosoftCloudAppSecurity**: MicrosoftCloudAppSecurity \\\n * **ThreatIntelligence**: ThreatIntelligence \\\n * **ThreatIntelligenceTaxii**: ThreatIntelligenceTaxii \\\n * **Office365**: Office365 \\\n * **OfficeATP**: OfficeATP \\\n * **OfficeIRM**: OfficeIRM \\\n * **Office365Project**: Office365Project \\\n * **MicrosoftPurviewInformationProtection**: MicrosoftPurviewInformationProtection \\\n * **OfficePowerBI**: OfficePowerBI \\\n * **AmazonWebServicesCloudTrail**: AmazonWebServicesCloudTrail \\\n * **AmazonWebServicesS3**: AmazonWebServicesS3 \\\n * **AzureAdvancedThreatProtection**: AzureAdvancedThreatProtection \\\n * **MicrosoftDefenderAdvancedThreatProtection**: MicrosoftDefenderAdvancedThreatProtection \\\n * **Dynamics365**: Dynamics365 \\\n * **MicrosoftThreatProtection**: MicrosoftThreatProtection \\\n * **MicrosoftThreatIntelligence**: MicrosoftThreatIntelligence \\\n * **PremiumMicrosoftDefenderForThreatIntelligence**: PremiumMicrosoftDefenderForThreatIntelligence \\\n * **GenericUI**: GenericUI \\\n * **APIPolling**: APIPolling \\\n * **IOT**: IOT \\\n * **GCP**: GCP \\\n * **RestApiPoller**: RestApiPoller \\\n * **PurviewAudit**: PurviewAudit\n */\nexport type DataConnectorKind = string;\n\n/** Represents AADIP (Azure Active Directory Identity Protection) data connector. */\nexport interface AADDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"AzureActiveDirectory\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function aadDataConnectorSerializer(item: AADDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _aadDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function aadDataConnectorDeserializer(item: any): AADDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _aadDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** AADIP (Azure Active Directory Identity Protection) data connector properties. */\nexport interface AADDataConnectorProperties {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function aadDataConnectorPropertiesSerializer(item: AADDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function aadDataConnectorPropertiesDeserializer(item: any): AADDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** Alerts data type for data connectors. */\nexport interface AlertsDataTypeOfDataConnector {\n /** Alerts data type connection. */\n alerts: DataConnectorDataTypeCommon;\n}\n\nexport function alertsDataTypeOfDataConnectorSerializer(item: AlertsDataTypeOfDataConnector): any {\n return { alerts: dataConnectorDataTypeCommonSerializer(item[\"alerts\"]) };\n}\n\nexport function alertsDataTypeOfDataConnectorDeserializer(\n item: any,\n): AlertsDataTypeOfDataConnector {\n return {\n alerts: dataConnectorDataTypeCommonDeserializer(item[\"alerts\"]),\n };\n}\n\n/** Common field for data type in data connectors. */\nexport interface DataConnectorDataTypeCommon {\n /** Describe whether this data type connection is enabled or not. */\n state: DataTypeState;\n}\n\nexport function dataConnectorDataTypeCommonSerializer(item: DataConnectorDataTypeCommon): any {\n return { state: item[\"state\"] };\n}\n\nexport function dataConnectorDataTypeCommonDeserializer(item: any): DataConnectorDataTypeCommon {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Describe whether this data type connection is enabled or not. */\nexport enum KnownDataTypeState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Describe whether this data type connection is enabled or not. \\\n * {@link KnownDataTypeState} can be used interchangeably with DataTypeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Enabled \\\n * **Disabled**: Disabled\n */\nexport type DataTypeState = string;\n\n/** Represents Microsoft Threat Intelligence data connector. */\nexport interface MstiDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"MicrosoftThreatIntelligence\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: MstiDataConnectorDataTypes;\n}\n\nexport function mstiDataConnectorSerializer(item: MstiDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _mstiDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function mstiDataConnectorDeserializer(item: any): MstiDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mstiDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Microsoft Threat Intelligence data connector properties. */\nexport interface MstiDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: MstiDataConnectorDataTypes;\n}\n\nexport function mstiDataConnectorPropertiesSerializer(item: MstiDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mstiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function mstiDataConnectorPropertiesDeserializer(item: any): MstiDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mstiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Microsoft Threat Intelligence Platforms data connector. */\nexport interface MstiDataConnectorDataTypes {\n /** Data type for Microsoft Threat Intelligence Platforms data connector. */\n microsoftEmergingThreatFeed: MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed;\n}\n\nexport function mstiDataConnectorDataTypesSerializer(item: MstiDataConnectorDataTypes): any {\n return {\n microsoftEmergingThreatFeed: mstiDataConnectorDataTypesMicrosoftEmergingThreatFeedSerializer(\n item[\"microsoftEmergingThreatFeed\"],\n ),\n };\n}\n\nexport function mstiDataConnectorDataTypesDeserializer(item: any): MstiDataConnectorDataTypes {\n return {\n microsoftEmergingThreatFeed: mstiDataConnectorDataTypesMicrosoftEmergingThreatFeedDeserializer(\n item[\"microsoftEmergingThreatFeed\"],\n ),\n };\n}\n\n/** Data type for Microsoft Threat Intelligence Platforms data connector. */\nexport interface MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed extends DataConnectorDataTypeCommon {\n /** The lookback period for the feed to be imported. */\n lookbackPeriod: Date;\n}\n\nexport function mstiDataConnectorDataTypesMicrosoftEmergingThreatFeedSerializer(\n item: MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed,\n): any {\n return { state: item[\"state\"], lookbackPeriod: item[\"lookbackPeriod\"].toISOString() };\n}\n\nexport function mstiDataConnectorDataTypesMicrosoftEmergingThreatFeedDeserializer(\n item: any,\n): MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed {\n return {\n state: item[\"state\"],\n lookbackPeriod: new Date(item[\"lookbackPeriod\"]),\n };\n}\n\n/** Represents Microsoft Defender for Threat Intelligence Premium data connector. */\nexport interface PremiumMicrosoftDefenderForThreatIntelligence extends DataConnector {\n /** The data connector kind */\n kind: \"PremiumMicrosoftDefenderForThreatIntelligence\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The lookback period for the feed to be imported. The date-time to begin importing the feed from, for example: 2024-01-01T00:00:00.000Z. */\n lookbackPeriod?: Date;\n /** The flag to indicate whether the tenant has the premium SKU required to access this connector. */\n requiredSKUsPresent?: boolean;\n /** The available data types for the connector. */\n dataTypes?: PremiumMdtiDataConnectorDataTypes;\n}\n\nexport function premiumMicrosoftDefenderForThreatIntelligenceSerializer(\n item: PremiumMicrosoftDefenderForThreatIntelligence,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"tenantId\",\n \"lookbackPeriod\",\n \"requiredSKUsPresent\",\n \"dataTypes\",\n ])\n ? undefined\n : _premiumMicrosoftDefenderForThreatIntelligencePropertiesSerializer(item),\n };\n}\n\nexport function premiumMicrosoftDefenderForThreatIntelligenceDeserializer(\n item: any,\n): PremiumMicrosoftDefenderForThreatIntelligence {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _premiumMicrosoftDefenderForThreatIntelligencePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Microsoft Defender for Threat Intelligence Premium data connector properties. */\nexport interface PremiumMdtiDataConnectorProperties extends DataConnectorTenantId {\n /** The lookback period for the feed to be imported. The date-time to begin importing the feed from, for example: 2024-01-01T00:00:00.000Z. */\n lookbackPeriod: Date;\n /** The flag to indicate whether the tenant has the premium SKU required to access this connector. */\n requiredSKUsPresent?: boolean;\n /** The available data types for the connector. */\n dataTypes: PremiumMdtiDataConnectorDataTypes;\n}\n\nexport function premiumMdtiDataConnectorPropertiesSerializer(\n item: PremiumMdtiDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n lookbackPeriod: item[\"lookbackPeriod\"].toISOString(),\n requiredSKUsPresent: item[\"requiredSKUsPresent\"],\n dataTypes: premiumMdtiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function premiumMdtiDataConnectorPropertiesDeserializer(\n item: any,\n): PremiumMdtiDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n lookbackPeriod: new Date(item[\"lookbackPeriod\"]),\n requiredSKUsPresent: item[\"requiredSKUsPresent\"],\n dataTypes: premiumMdtiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Microsoft Defender for Threat Intelligence Premium data connector. */\nexport interface PremiumMdtiDataConnectorDataTypes {\n /** Data type for Microsoft Defender for Threat Intelligence Premium data connector. */\n connector: PremiumMdtiDataConnectorDataTypesConnector;\n}\n\nexport function premiumMdtiDataConnectorDataTypesSerializer(\n item: PremiumMdtiDataConnectorDataTypes,\n): any {\n return { connector: premiumMdtiDataConnectorDataTypesConnectorSerializer(item[\"connector\"]) };\n}\n\nexport function premiumMdtiDataConnectorDataTypesDeserializer(\n item: any,\n): PremiumMdtiDataConnectorDataTypes {\n return {\n connector: premiumMdtiDataConnectorDataTypesConnectorDeserializer(item[\"connector\"]),\n };\n}\n\n/** Data type for Microsoft Defender for Threat Intelligence Premium data connector. */\nexport interface PremiumMdtiDataConnectorDataTypesConnector extends DataConnectorDataTypeCommon {}\n\nexport function premiumMdtiDataConnectorDataTypesConnectorSerializer(\n item: PremiumMdtiDataConnectorDataTypesConnector,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function premiumMdtiDataConnectorDataTypesConnectorDeserializer(\n item: any,\n): PremiumMdtiDataConnectorDataTypesConnector {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents MTP (Microsoft Threat Protection) data connector. */\nexport interface MTPDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"MicrosoftThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: MTPDataConnectorDataTypes;\n /** The available filtered providers for the connector. */\n filteredProviders?: MtpFilteredProviders;\n}\n\nexport function mtpDataConnectorSerializer(item: MTPDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\", \"filteredProviders\"])\n ? undefined\n : _mtpDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function mtpDataConnectorDeserializer(item: any): MTPDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mtpDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MTP (Microsoft Threat Protection) data connector properties. */\nexport interface MTPDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: MTPDataConnectorDataTypes;\n /** The available filtered providers for the connector. */\n filteredProviders?: MtpFilteredProviders;\n}\n\nexport function mtpDataConnectorPropertiesSerializer(item: MTPDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mtpDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n filteredProviders: !item[\"filteredProviders\"]\n ? item[\"filteredProviders\"]\n : mtpFilteredProvidersSerializer(item[\"filteredProviders\"]),\n };\n}\n\nexport function mtpDataConnectorPropertiesDeserializer(item: any): MTPDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mtpDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n filteredProviders: !item[\"filteredProviders\"]\n ? item[\"filteredProviders\"]\n : mtpFilteredProvidersDeserializer(item[\"filteredProviders\"]),\n };\n}\n\n/** The available data types for Microsoft Threat Protection Platforms data connector. */\nexport interface MTPDataConnectorDataTypes {\n /** Incidents data type for Microsoft Threat Protection Platforms data connector. */\n incidents: MTPDataConnectorDataTypesIncidents;\n /** Alerts data type for Microsoft Threat Protection Platforms data connector. */\n alerts?: MTPDataConnectorDataTypesAlerts;\n}\n\nexport function mtpDataConnectorDataTypesSerializer(item: MTPDataConnectorDataTypes): any {\n return {\n incidents: mtpDataConnectorDataTypesIncidentsSerializer(item[\"incidents\"]),\n alerts: !item[\"alerts\"]\n ? item[\"alerts\"]\n : mtpDataConnectorDataTypesAlertsSerializer(item[\"alerts\"]),\n };\n}\n\nexport function mtpDataConnectorDataTypesDeserializer(item: any): MTPDataConnectorDataTypes {\n return {\n incidents: mtpDataConnectorDataTypesIncidentsDeserializer(item[\"incidents\"]),\n alerts: !item[\"alerts\"]\n ? item[\"alerts\"]\n : mtpDataConnectorDataTypesAlertsDeserializer(item[\"alerts\"]),\n };\n}\n\n/** Incidents data type for Microsoft Threat Protection Platforms data connector. */\nexport interface MTPDataConnectorDataTypesIncidents extends DataConnectorDataTypeCommon {}\n\nexport function mtpDataConnectorDataTypesIncidentsSerializer(\n item: MTPDataConnectorDataTypesIncidents,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function mtpDataConnectorDataTypesIncidentsDeserializer(\n item: any,\n): MTPDataConnectorDataTypesIncidents {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Alerts data type for Microsoft Threat Protection Platforms data connector. */\nexport interface MTPDataConnectorDataTypesAlerts extends DataConnectorDataTypeCommon {}\n\nexport function mtpDataConnectorDataTypesAlertsSerializer(\n item: MTPDataConnectorDataTypesAlerts,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function mtpDataConnectorDataTypesAlertsDeserializer(\n item: any,\n): MTPDataConnectorDataTypesAlerts {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents the connector's Filtered providers */\nexport interface MtpFilteredProviders {\n /** Alerts filtered providers. When filters are not applied, all alerts will stream through the MTP pipeline, still in private preview for all products EXCEPT MDA and MDI, which are in GA state. */\n alerts: MtpProvider[];\n}\n\nexport function mtpFilteredProvidersSerializer(item: MtpFilteredProviders): any {\n return {\n alerts: item[\"alerts\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function mtpFilteredProvidersDeserializer(item: any): MtpFilteredProviders {\n return {\n alerts: item[\"alerts\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The available data providers. */\nexport enum KnownMtpProvider {\n /** microsoftDefenderForCloudApps */\n MicrosoftDefenderForCloudApps = \"microsoftDefenderForCloudApps\",\n /** microsoftDefenderForIdentity */\n MicrosoftDefenderForIdentity = \"microsoftDefenderForIdentity\",\n}\n\n/**\n * The available data providers. \\\n * {@link KnownMtpProvider} can be used interchangeably with MtpProvider,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **microsoftDefenderForCloudApps**: microsoftDefenderForCloudApps \\\n * **microsoftDefenderForIdentity**: microsoftDefenderForIdentity\n */\nexport type MtpProvider = string;\n\n/** Represents AATP (Azure Advanced Threat Protection) data connector. */\nexport interface AatpDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"AzureAdvancedThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function aatpDataConnectorSerializer(item: AatpDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _aatpDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function aatpDataConnectorDeserializer(item: any): AatpDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _aatpDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** AATP (Azure Advanced Threat Protection) data connector properties. */\nexport interface AatpDataConnectorProperties {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function aatpDataConnectorPropertiesSerializer(item: AatpDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function aatpDataConnectorPropertiesDeserializer(item: any): AatpDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** Represents ASC (Azure Security Center) data connector. */\nexport interface ASCDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"AzureSecurityCenter\";\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ascDataConnectorSerializer(item: ASCDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"dataTypes\", \"subscriptionId\"])\n ? undefined\n : _ascDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function ascDataConnectorDeserializer(item: any): ASCDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _ascDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** ASC (Azure Security Center) data connector properties. */\nexport interface ASCDataConnectorProperties extends DataConnectorWithAlertsProperties {\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ascDataConnectorPropertiesSerializer(item: ASCDataConnectorProperties): any {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function ascDataConnectorPropertiesDeserializer(item: any): ASCDataConnectorProperties {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** Represents Amazon Web Services CloudTrail data connector. */\nexport interface AwsCloudTrailDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"AmazonWebServicesCloudTrail\";\n /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */\n awsRoleArn?: string;\n /** The available data types for the connector. */\n dataTypes?: AwsCloudTrailDataConnectorDataTypes;\n}\n\nexport function awsCloudTrailDataConnectorSerializer(item: AwsCloudTrailDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"awsRoleArn\", \"dataTypes\"])\n ? undefined\n : _awsCloudTrailDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function awsCloudTrailDataConnectorDeserializer(item: any): AwsCloudTrailDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _awsCloudTrailDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Amazon Web Services CloudTrail data connector properties. */\nexport interface AwsCloudTrailDataConnectorProperties {\n /** The Aws Role Arn (with CloudTrailReadOnly policy) that is used to access the Aws account. */\n awsRoleArn?: string;\n /** The available data types for the connector. */\n dataTypes: AwsCloudTrailDataConnectorDataTypes;\n}\n\nexport function awsCloudTrailDataConnectorPropertiesSerializer(\n item: AwsCloudTrailDataConnectorProperties,\n): any {\n return {\n awsRoleArn: item[\"awsRoleArn\"],\n dataTypes: awsCloudTrailDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function awsCloudTrailDataConnectorPropertiesDeserializer(\n item: any,\n): AwsCloudTrailDataConnectorProperties {\n return {\n awsRoleArn: item[\"awsRoleArn\"],\n dataTypes: awsCloudTrailDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Amazon Web Services CloudTrail data connector. */\nexport interface AwsCloudTrailDataConnectorDataTypes {\n /** Logs data type. */\n logs: AwsCloudTrailDataConnectorDataTypesLogs;\n}\n\nexport function awsCloudTrailDataConnectorDataTypesSerializer(\n item: AwsCloudTrailDataConnectorDataTypes,\n): any {\n return { logs: awsCloudTrailDataConnectorDataTypesLogsSerializer(item[\"logs\"]) };\n}\n\nexport function awsCloudTrailDataConnectorDataTypesDeserializer(\n item: any,\n): AwsCloudTrailDataConnectorDataTypes {\n return {\n logs: awsCloudTrailDataConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface AwsCloudTrailDataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function awsCloudTrailDataConnectorDataTypesLogsSerializer(\n item: AwsCloudTrailDataConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function awsCloudTrailDataConnectorDataTypesLogsDeserializer(\n item: any,\n): AwsCloudTrailDataConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents Amazon Web Services S3 data connector. */\nexport interface AwsS3DataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"AmazonWebServicesS3\";\n /** The logs destination table name in LogAnalytics. */\n destinationTable?: string;\n /** The AWS sqs urls for the connector. */\n sqsUrls?: string[];\n /** The Aws Role Arn that is used to access the Aws account. */\n roleArn?: string;\n /** The available data types for the connector. */\n dataTypes?: AwsS3DataConnectorDataTypes;\n}\n\nexport function awsS3DataConnectorSerializer(item: AwsS3DataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"destinationTable\", \"sqsUrls\", \"roleArn\", \"dataTypes\"])\n ? undefined\n : _awsS3DataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function awsS3DataConnectorDeserializer(item: any): AwsS3DataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _awsS3DataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Amazon Web Services S3 data connector properties. */\nexport interface AwsS3DataConnectorProperties {\n /** The logs destination table name in LogAnalytics. */\n destinationTable: string;\n /** The AWS sqs urls for the connector. */\n sqsUrls: string[];\n /** The Aws Role Arn that is used to access the Aws account. */\n roleArn: string;\n /** The available data types for the connector. */\n dataTypes: AwsS3DataConnectorDataTypes;\n}\n\nexport function awsS3DataConnectorPropertiesSerializer(item: AwsS3DataConnectorProperties): any {\n return {\n destinationTable: item[\"destinationTable\"],\n sqsUrls: item[\"sqsUrls\"].map((p: any) => {\n return p;\n }),\n roleArn: item[\"roleArn\"],\n dataTypes: awsS3DataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function awsS3DataConnectorPropertiesDeserializer(item: any): AwsS3DataConnectorProperties {\n return {\n destinationTable: item[\"destinationTable\"],\n sqsUrls: item[\"sqsUrls\"].map((p: any) => {\n return p;\n }),\n roleArn: item[\"roleArn\"],\n dataTypes: awsS3DataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Amazon Web Services S3 data connector. */\nexport interface AwsS3DataConnectorDataTypes {\n /** Logs data type. */\n logs: AwsS3DataConnectorDataTypesLogs;\n}\n\nexport function awsS3DataConnectorDataTypesSerializer(item: AwsS3DataConnectorDataTypes): any {\n return { logs: awsS3DataConnectorDataTypesLogsSerializer(item[\"logs\"]) };\n}\n\nexport function awsS3DataConnectorDataTypesDeserializer(item: any): AwsS3DataConnectorDataTypes {\n return {\n logs: awsS3DataConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface AwsS3DataConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function awsS3DataConnectorDataTypesLogsSerializer(\n item: AwsS3DataConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function awsS3DataConnectorDataTypesLogsDeserializer(\n item: any,\n): AwsS3DataConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents Rest Api Poller data connector. */\nexport interface RestApiPollerDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"RestApiPoller\";\n /** The connector definition name (the dataConnectorDefinition resource id). */\n connectorDefinitionName?: string;\n /** The a authentication model. */\n auth?: CcpAuthConfigUnion;\n /** The request configuration. */\n request?: RestApiPollerRequestConfig;\n /** The DCR related properties. */\n dcrConfig?: DCRConfiguration;\n /** Indicates whether the connector is active or not. */\n isActive?: boolean;\n /** The Log Analytics table destination. */\n dataType?: string;\n /** The response configuration. */\n response?: CcpResponseConfig;\n /** The paging configuration. */\n paging?: RestApiPollerRequestPagingConfig;\n /** The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload. */\n addOnAttributes?: Record<string, string>;\n}\n\nexport function restApiPollerDataConnectorSerializer(item: RestApiPollerDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"connectorDefinitionName\",\n \"auth\",\n \"request\",\n \"dcrConfig\",\n \"isActive\",\n \"dataType\",\n \"response\",\n \"paging\",\n \"addOnAttributes\",\n ])\n ? undefined\n : _restApiPollerDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function restApiPollerDataConnectorDeserializer(item: any): RestApiPollerDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _restApiPollerDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Rest Api Poller data connector properties. */\nexport interface RestApiPollerDataConnectorProperties {\n /** The connector definition name (the dataConnectorDefinition resource id). */\n connectorDefinitionName: string;\n /** The a authentication model. */\n auth: CcpAuthConfigUnion;\n /** The request configuration. */\n request: RestApiPollerRequestConfig;\n /** The DCR related properties. */\n dcrConfig?: DCRConfiguration;\n /** Indicates whether the connector is active or not. */\n isActive?: boolean;\n /** The Log Analytics table destination. */\n dataType?: string;\n /** The response configuration. */\n response?: CcpResponseConfig;\n /** The paging configuration. */\n paging?: RestApiPollerRequestPagingConfig;\n /** The add on attributes. The key name will become attribute name (a column) and the value will become the attribute value in the payload. */\n addOnAttributes?: Record<string, string>;\n}\n\nexport function restApiPollerDataConnectorPropertiesSerializer(\n item: RestApiPollerDataConnectorProperties,\n): any {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: ccpAuthConfigUnionSerializer(item[\"auth\"]),\n request: restApiPollerRequestConfigSerializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n isActive: item[\"isActive\"],\n dataType: item[\"dataType\"],\n response: !item[\"response\"] ? item[\"response\"] : ccpResponseConfigSerializer(item[\"response\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : restApiPollerRequestPagingConfigSerializer(item[\"paging\"]),\n addOnAttributes: item[\"addOnAttributes\"],\n };\n}\n\nexport function restApiPollerDataConnectorPropertiesDeserializer(\n item: any,\n): RestApiPollerDataConnectorProperties {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: ccpAuthConfigUnionDeserializer(item[\"auth\"]),\n request: restApiPollerRequestConfigDeserializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n isActive: item[\"isActive\"],\n dataType: item[\"dataType\"],\n response: !item[\"response\"]\n ? item[\"response\"]\n : ccpResponseConfigDeserializer(item[\"response\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : restApiPollerRequestPagingConfigDeserializer(item[\"paging\"]),\n addOnAttributes: !item[\"addOnAttributes\"]\n ? item[\"addOnAttributes\"]\n : Object.fromEntries(\n Object.entries(item[\"addOnAttributes\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Base Model for API authentication. */\nexport interface CcpAuthConfig {\n /** The auth type */\n /** The discriminator possible values: APIKey, AWS, Basic, GCP, ServiceBus, GitHub, None, JwtToken, OAuth2, Oracle, Session */\n type: CcpAuthType;\n}\n\nexport function ccpAuthConfigSerializer(item: CcpAuthConfig): any {\n return { type: item[\"type\"] };\n}\n\nexport function ccpAuthConfigDeserializer(item: any): CcpAuthConfig {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for CcpAuthConfigUnion */\nexport type CcpAuthConfigUnion =\n | ApiKeyAuthModel\n | AWSAuthModel\n | BasicAuthModel\n | GCPAuthModel\n | GenericBlobSbsAuthModel\n | GitHubAuthModel\n | NoneAuthModel\n | JwtAuthModel\n | OAuthModel\n | OracleAuthModel\n | SessionAuthModel\n | CcpAuthConfig;\n\nexport function ccpAuthConfigUnionSerializer(item: CcpAuthConfigUnion): any {\n switch (item.type) {\n case \"APIKey\":\n return apiKeyAuthModelSerializer(item as ApiKeyAuthModel);\n\n case \"AWS\":\n return awsAuthModelSerializer(item as AWSAuthModel);\n\n case \"Basic\":\n return basicAuthModelSerializer(item as BasicAuthModel);\n\n case \"GCP\":\n return gcpAuthModelSerializer(item as GCPAuthModel);\n\n case \"ServiceBus\":\n return genericBlobSbsAuthModelSerializer(item as GenericBlobSbsAuthModel);\n\n case \"GitHub\":\n return gitHubAuthModelSerializer(item as GitHubAuthModel);\n\n case \"None\":\n return noneAuthModelSerializer(item as NoneAuthModel);\n\n case \"JwtToken\":\n return jwtAuthModelSerializer(item as JwtAuthModel);\n\n case \"OAuth2\":\n return oAuthModelSerializer(item as OAuthModel);\n\n case \"Oracle\":\n return oracleAuthModelSerializer(item as OracleAuthModel);\n\n case \"Session\":\n return sessionAuthModelSerializer(item as SessionAuthModel);\n\n default:\n return ccpAuthConfigSerializer(item);\n }\n}\n\nexport function ccpAuthConfigUnionDeserializer(item: any): CcpAuthConfigUnion {\n switch (item[\"type\"]) {\n case \"APIKey\":\n return apiKeyAuthModelDeserializer(item as ApiKeyAuthModel);\n\n case \"AWS\":\n return awsAuthModelDeserializer(item as AWSAuthModel);\n\n case \"Basic\":\n return basicAuthModelDeserializer(item as BasicAuthModel);\n\n case \"GCP\":\n return gcpAuthModelDeserializer(item as GCPAuthModel);\n\n case \"ServiceBus\":\n return genericBlobSbsAuthModelDeserializer(item as GenericBlobSbsAuthModel);\n\n case \"GitHub\":\n return gitHubAuthModelDeserializer(item as GitHubAuthModel);\n\n case \"None\":\n return noneAuthModelDeserializer(item as NoneAuthModel);\n\n case \"JwtToken\":\n return jwtAuthModelDeserializer(item as JwtAuthModel);\n\n case \"OAuth2\":\n return oAuthModelDeserializer(item as OAuthModel);\n\n case \"Oracle\":\n return oracleAuthModelDeserializer(item as OracleAuthModel);\n\n case \"Session\":\n return sessionAuthModelDeserializer(item as SessionAuthModel);\n\n default:\n return ccpAuthConfigDeserializer(item);\n }\n}\n\n/** Type of paging */\nexport enum KnownCcpAuthType {\n /** Basic */\n Basic = \"Basic\",\n /** APIKey */\n APIKey = \"APIKey\",\n /** OAuth2 */\n OAuth2 = \"OAuth2\",\n /** AWS */\n AWS = \"AWS\",\n /** GCP */\n GCP = \"GCP\",\n /** Session */\n Session = \"Session\",\n /** JwtToken */\n JwtToken = \"JwtToken\",\n /** GitHub */\n GitHub = \"GitHub\",\n /** ServiceBus */\n ServiceBus = \"ServiceBus\",\n /** Oracle */\n Oracle = \"Oracle\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Type of paging \\\n * {@link KnownCcpAuthType} can be used interchangeably with CcpAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic**: Basic \\\n * **APIKey**: APIKey \\\n * **OAuth2**: OAuth2 \\\n * **AWS**: AWS \\\n * **GCP**: GCP \\\n * **Session**: Session \\\n * **JwtToken**: JwtToken \\\n * **GitHub**: GitHub \\\n * **ServiceBus**: ServiceBus \\\n * **Oracle**: Oracle \\\n * **None**: None\n */\nexport type CcpAuthType = string;\n\n/** Model for authentication with the API Key. Will result in additional header on the request (default behavior) to the remote server: 'ApiKeyName: ApiKeyIdentifier ApiKey'. If 'IsApiKeyInPostPayload' is true it will send it in the body of the request and not the header. */\nexport interface ApiKeyAuthModel extends CcpAuthConfig {\n /** API Key for the user secret key credential */\n apiKey: string;\n /** API Key name */\n apiKeyName: string;\n /** API Key Identifier */\n apiKeyIdentifier?: string;\n /** Flag to indicate if API key is set in HTTP POST payload */\n isApiKeyInPostPayload?: boolean;\n /** The auth type */\n type: \"APIKey\";\n}\n\nexport function apiKeyAuthModelSerializer(item: ApiKeyAuthModel): any {\n return {\n type: item[\"type\"],\n apiKey: item[\"apiKey\"],\n apiKeyName: item[\"apiKeyName\"],\n apiKeyIdentifier: item[\"apiKeyIdentifier\"],\n isApiKeyInPostPayload: item[\"isApiKeyInPostPayload\"],\n };\n}\n\nexport function apiKeyAuthModelDeserializer(item: any): ApiKeyAuthModel {\n return {\n type: item[\"type\"],\n apiKey: item[\"apiKey\"],\n apiKeyName: item[\"apiKeyName\"],\n apiKeyIdentifier: item[\"apiKeyIdentifier\"],\n isApiKeyInPostPayload: item[\"isApiKeyInPostPayload\"],\n };\n}\n\n/** Model for API authentication with AWS. */\nexport interface AWSAuthModel extends CcpAuthConfig {\n /** AWS STS assume role ARN */\n roleArn: string;\n /** AWS STS assume role external ID. This is used to prevent the confused deputy problem: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html' */\n externalId?: string;\n /** The auth type */\n type: \"AWS\";\n}\n\nexport function awsAuthModelSerializer(item: AWSAuthModel): any {\n return { type: item[\"type\"], roleArn: item[\"roleArn\"], externalId: item[\"externalId\"] };\n}\n\nexport function awsAuthModelDeserializer(item: any): AWSAuthModel {\n return {\n type: item[\"type\"],\n roleArn: item[\"roleArn\"],\n externalId: item[\"externalId\"],\n };\n}\n\n/** Model for API authentication with basic flow - user name + password. */\nexport interface BasicAuthModel extends CcpAuthConfig {\n /** The user name. */\n userName: string;\n /** The password */\n password: string;\n /** The auth type */\n type: \"Basic\";\n}\n\nexport function basicAuthModelSerializer(item: BasicAuthModel): any {\n return { type: item[\"type\"], userName: item[\"userName\"], password: item[\"password\"] };\n}\n\nexport function basicAuthModelDeserializer(item: any): BasicAuthModel {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n };\n}\n\n/** Model for API authentication for all GCP kind connectors. */\nexport interface GCPAuthModel extends CcpAuthConfig {\n /** GCP Service Account Email */\n serviceAccountEmail: string;\n /** GCP Project Number */\n projectNumber: string;\n /** GCP Workload Identity Provider ID */\n workloadIdentityProviderId: string;\n /** The auth type */\n type: \"GCP\";\n}\n\nexport function gcpAuthModelSerializer(item: GCPAuthModel): any {\n return {\n type: item[\"type\"],\n serviceAccountEmail: item[\"serviceAccountEmail\"],\n projectNumber: item[\"projectNumber\"],\n workloadIdentityProviderId: item[\"workloadIdentityProviderId\"],\n };\n}\n\nexport function gcpAuthModelDeserializer(item: any): GCPAuthModel {\n return {\n type: item[\"type\"],\n serviceAccountEmail: item[\"serviceAccountEmail\"],\n projectNumber: item[\"projectNumber\"],\n workloadIdentityProviderId: item[\"workloadIdentityProviderId\"],\n };\n}\n\n/** Model for API authentication for working with service bus or storage account. */\nexport interface GenericBlobSbsAuthModel extends CcpAuthConfig {\n /** Credentials for service bus namespace, keyvault uri for access key */\n credentialsConfig?: Record<string, string>;\n /** Credentials for storage account, keyvault uri for access key */\n storageAccountCredentialsConfig?: Record<string, string>;\n /** The auth type */\n type: \"ServiceBus\";\n}\n\nexport function genericBlobSbsAuthModelSerializer(item: GenericBlobSbsAuthModel): any {\n return {\n type: item[\"type\"],\n credentialsConfig: item[\"credentialsConfig\"],\n storageAccountCredentialsConfig: item[\"storageAccountCredentialsConfig\"],\n };\n}\n\nexport function genericBlobSbsAuthModelDeserializer(item: any): GenericBlobSbsAuthModel {\n return {\n type: item[\"type\"],\n credentialsConfig: !item[\"credentialsConfig\"]\n ? item[\"credentialsConfig\"]\n : Object.fromEntries(\n Object.entries(item[\"credentialsConfig\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n storageAccountCredentialsConfig: !item[\"storageAccountCredentialsConfig\"]\n ? item[\"storageAccountCredentialsConfig\"]\n : Object.fromEntries(\n Object.entries(item[\"storageAccountCredentialsConfig\"]).map(([k, p]: [string, any]) => [\n k,\n p,\n ]),\n ),\n };\n}\n\n/** Model for API authentication for GitHub. For this authentication first we need to approve the Router app (Microsoft Security DevOps) to access the GitHub account, Then we only need the InstallationId to get the access token from https://api.github.com/app/installations/{installId}/access_tokens. */\nexport interface GitHubAuthModel extends CcpAuthConfig {\n /** The GitHubApp auth installation id. */\n installationId?: string;\n /** The auth type */\n type: \"GitHub\";\n}\n\nexport function gitHubAuthModelSerializer(item: GitHubAuthModel): any {\n return { type: item[\"type\"], installationId: item[\"installationId\"] };\n}\n\nexport function gitHubAuthModelDeserializer(item: any): GitHubAuthModel {\n return {\n type: item[\"type\"],\n installationId: item[\"installationId\"],\n };\n}\n\n/** Model for API authentication with no authentication method - public API. */\nexport interface NoneAuthModel extends CcpAuthConfig {\n /** The auth type */\n type: \"None\";\n}\n\nexport function noneAuthModelSerializer(item: NoneAuthModel): any {\n return { type: item[\"type\"] };\n}\n\nexport function noneAuthModelDeserializer(item: any): NoneAuthModel {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Model for API authentication with JWT. Simple exchange between user name + password to access token. */\nexport interface JwtAuthModel extends CcpAuthConfig {\n /** Token endpoint to request JWT */\n tokenEndpoint: string;\n /** The user name. If user name and password sent in header request we only need to populate the `value` property with the user name (Same as basic auth). If user name and password sent in body request we need to specify the `Key` and `Value`. */\n userName: Record<string, string>;\n /** The password */\n password: Record<string, string>;\n /** The custom query parameter we want to add once we send request to token endpoint. */\n queryParameters?: Record<string, string>;\n /** The custom headers we want to add once we send request to token endpoint. */\n headers?: Record<string, string>;\n /** Flag indicating whether we want to send the user name and password to token endpoint in the headers. */\n isCredentialsInHeaders?: boolean;\n /** Flag indicating whether the body request is JSON (header Content-Type = application/json), meaning its a Form URL encoded request (header Content-Type = application/x-www-form-urlencoded). */\n isJsonRequest?: boolean;\n /** Request timeout in seconds. */\n requestTimeoutInSeconds?: number;\n /** The auth type */\n type: \"JwtToken\";\n}\n\nexport function jwtAuthModelSerializer(item: JwtAuthModel): any {\n return {\n type: item[\"type\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n queryParameters: item[\"queryParameters\"],\n headers: item[\"headers\"],\n isCredentialsInHeaders: item[\"isCredentialsInHeaders\"],\n isJsonRequest: item[\"isJsonRequest\"],\n requestTimeoutInSeconds: item[\"requestTimeoutInSeconds\"],\n };\n}\n\nexport function jwtAuthModelDeserializer(item: any): JwtAuthModel {\n return {\n type: item[\"type\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n userName: Object.fromEntries(\n Object.entries(item[\"userName\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n password: Object.fromEntries(\n Object.entries(item[\"password\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n queryParameters: !item[\"queryParameters\"]\n ? item[\"queryParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"queryParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n isCredentialsInHeaders: item[\"isCredentialsInHeaders\"],\n isJsonRequest: item[\"isJsonRequest\"],\n requestTimeoutInSeconds: item[\"requestTimeoutInSeconds\"],\n };\n}\n\n/** Model for API authentication with OAuth2. */\nexport interface OAuthModel extends CcpAuthConfig {\n /** The user's authorization code. */\n authorizationCode?: string;\n /** The Application (client) secret that the OAuth provider assigned to your app. */\n clientSecret: string;\n /** The Application (client) ID that the OAuth provider assigned to your app. */\n clientId: string;\n /** Indicating whether we want to send the clientId and clientSecret to token endpoint in the headers. */\n isCredentialsInHeaders?: boolean;\n /** The Application (client) Scope that the OAuth provider assigned to your app. */\n scope?: string;\n /** The Application redirect url that the user config in the OAuth provider. */\n redirectUri?: string;\n /** The grant type, usually will be 'authorization code'. */\n grantType: string;\n /** The token endpoint. Defines the OAuth2 refresh token. */\n tokenEndpoint: string;\n /** The token endpoint headers. */\n tokenEndpointHeaders?: Record<string, string>;\n /** The token endpoint query parameters. */\n tokenEndpointQueryParameters?: Record<string, string>;\n /** The authorization endpoint. */\n authorizationEndpoint?: string;\n /** The authorization endpoint headers. */\n authorizationEndpointHeaders?: Record<string, string>;\n /** The authorization endpoint query parameters. */\n authorizationEndpointQueryParameters?: Record<string, string>;\n /** A value indicating whether it's a JWT flow. */\n isJwtBearerFlow?: boolean;\n /** Access token prepend. Default is 'Bearer'. */\n accessTokenPrepend?: string;\n /** The auth type */\n type: \"OAuth2\";\n}\n\nexport function oAuthModelSerializer(item: OAuthModel): any {\n return {\n type: item[\"type\"],\n authorizationCode: item[\"authorizationCode\"],\n clientSecret: item[\"clientSecret\"],\n clientId: item[\"clientId\"],\n isCredentialsInHeaders: item[\"isCredentialsInHeaders\"],\n scope: item[\"scope\"],\n redirectUri: item[\"redirectUri\"],\n grantType: item[\"grantType\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n tokenEndpointHeaders: item[\"tokenEndpointHeaders\"],\n tokenEndpointQueryParameters: item[\"tokenEndpointQueryParameters\"],\n authorizationEndpoint: item[\"authorizationEndpoint\"],\n authorizationEndpointHeaders: item[\"authorizationEndpointHeaders\"],\n authorizationEndpointQueryParameters: item[\"authorizationEndpointQueryParameters\"],\n isJwtBearerFlow: item[\"isJwtBearerFlow\"],\n accessTokenPrepend: item[\"accessTokenPrepend\"],\n };\n}\n\nexport function oAuthModelDeserializer(item: any): OAuthModel {\n return {\n type: item[\"type\"],\n authorizationCode: item[\"authorizationCode\"],\n clientSecret: item[\"clientSecret\"],\n clientId: item[\"clientId\"],\n isCredentialsInHeaders: item[\"isCredentialsInHeaders\"],\n scope: item[\"scope\"],\n redirectUri: item[\"redirectUri\"],\n grantType: item[\"grantType\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n tokenEndpointHeaders: !item[\"tokenEndpointHeaders\"]\n ? item[\"tokenEndpointHeaders\"]\n : Object.fromEntries(\n Object.entries(item[\"tokenEndpointHeaders\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n tokenEndpointQueryParameters: !item[\"tokenEndpointQueryParameters\"]\n ? item[\"tokenEndpointQueryParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"tokenEndpointQueryParameters\"]).map(([k, p]: [string, any]) => [\n k,\n p,\n ]),\n ),\n authorizationEndpoint: item[\"authorizationEndpoint\"],\n authorizationEndpointHeaders: !item[\"authorizationEndpointHeaders\"]\n ? item[\"authorizationEndpointHeaders\"]\n : Object.fromEntries(\n Object.entries(item[\"authorizationEndpointHeaders\"]).map(([k, p]: [string, any]) => [\n k,\n p,\n ]),\n ),\n authorizationEndpointQueryParameters: !item[\"authorizationEndpointQueryParameters\"]\n ? item[\"authorizationEndpointQueryParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"authorizationEndpointQueryParameters\"]).map(\n ([k, p]: [string, any]) => [k, p],\n ),\n ),\n isJwtBearerFlow: item[\"isJwtBearerFlow\"],\n accessTokenPrepend: item[\"accessTokenPrepend\"],\n };\n}\n\n/** Model for API authentication for Oracle. */\nexport interface OracleAuthModel extends CcpAuthConfig {\n /** Oracle tenant ID */\n tenantId: string;\n /** Oracle user ID */\n userId: string;\n /** Public Fingerprint */\n publicFingerprint: string;\n /** Content of the PRM file */\n pemFile: string;\n /** The auth type */\n type: \"Oracle\";\n}\n\nexport function oracleAuthModelSerializer(item: OracleAuthModel): any {\n return {\n type: item[\"type\"],\n tenantId: item[\"tenantId\"],\n userId: item[\"userId\"],\n publicFingerprint: item[\"publicFingerprint\"],\n pemFile: item[\"pemFile\"],\n };\n}\n\nexport function oracleAuthModelDeserializer(item: any): OracleAuthModel {\n return {\n type: item[\"type\"],\n tenantId: item[\"tenantId\"],\n userId: item[\"userId\"],\n publicFingerprint: item[\"publicFingerprint\"],\n pemFile: item[\"pemFile\"],\n };\n}\n\n/** Model for API authentication with session cookie. */\nexport interface SessionAuthModel extends CcpAuthConfig {\n /** The user name attribute key value. */\n userName: Record<string, string>;\n /** The password attribute name. */\n password: Record<string, string>;\n /** Query parameters to session service endpoint. */\n queryParameters?: Record<string, any>;\n /** Indicating whether API key is set in HTTP POST payload. */\n isPostPayloadJson?: boolean;\n /** HTTP request headers to session service endpoint. */\n headers?: Record<string, string>;\n /** Session timeout in minutes. */\n sessionTimeoutInMinutes?: number;\n /** Session id attribute name from HTTP response header. */\n sessionIdName?: string;\n /** HTTP request URL to session service endpoint. */\n sessionLoginRequestUri?: string;\n /** The auth type */\n type: \"Session\";\n}\n\nexport function sessionAuthModelSerializer(item: SessionAuthModel): any {\n return {\n type: item[\"type\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n queryParameters: item[\"queryParameters\"],\n isPostPayloadJson: item[\"isPostPayloadJson\"],\n headers: item[\"headers\"],\n sessionTimeoutInMinutes: item[\"sessionTimeoutInMinutes\"],\n sessionIdName: item[\"sessionIdName\"],\n sessionLoginRequestUri: item[\"sessionLoginRequestUri\"],\n };\n}\n\nexport function sessionAuthModelDeserializer(item: any): SessionAuthModel {\n return {\n type: item[\"type\"],\n userName: Object.fromEntries(\n Object.entries(item[\"userName\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n password: Object.fromEntries(\n Object.entries(item[\"password\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n queryParameters: !item[\"queryParameters\"]\n ? item[\"queryParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"queryParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n isPostPayloadJson: item[\"isPostPayloadJson\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n sessionTimeoutInMinutes: item[\"sessionTimeoutInMinutes\"],\n sessionIdName: item[\"sessionIdName\"],\n sessionLoginRequestUri: item[\"sessionLoginRequestUri\"],\n };\n}\n\n/** The request configuration. */\nexport interface RestApiPollerRequestConfig {\n /** The API endpoint. */\n apiEndpoint: string;\n /** The Rate limit queries per second for the request.. */\n rateLimitQPS?: number;\n /** The query window in minutes for the request. */\n queryWindowInMin?: number;\n /** The HTTP method, default value GET. */\n httpMethod?: HttpMethodVerb;\n /** The query time format. A remote server can have a query to pull data from range 'start' to 'end'. This property indicate what is the expected time format the remote server know to parse. */\n queryTimeFormat?: string;\n /** The retry count. */\n retryCount?: number;\n /** The timeout in seconds. */\n timeoutInSeconds?: number;\n /** Flag to indicate if HTTP POST payload is in JSON format (vs form-urlencoded). */\n isPostPayloadJson?: boolean;\n /** The header for the request for the remote server. */\n headers?: Record<string, string>;\n /** The HTTP query parameters to RESTful API. */\n queryParameters?: Record<string, any>;\n /** the query parameters template. Defines the query parameters template to use when passing query parameters in advanced scenarios. */\n queryParametersTemplate?: string;\n /** The query parameter name which the remote server expect to start query. This property goes hand to hand with `endTimeAttributeName`. */\n startTimeAttributeName?: string;\n /** The query parameter name which the remote server expect to end query. This property goes hand to hand with `startTimeAttributeName` */\n endTimeAttributeName?: string;\n /** The query parameter name which we need to send the server for query logs in time interval. Should be defined with `queryTimeIntervalPrepend` and `queryTimeIntervalDelimiter` */\n queryTimeIntervalAttributeName?: string;\n /** The string prepend to the value of the query parameter in `queryTimeIntervalAttributeName`. */\n queryTimeIntervalPrepend?: string;\n /** The delimiter string between 2 QueryTimeFormat in the query parameter `queryTimeIntervalAttributeName`. */\n queryTimeIntervalDelimiter?: string;\n}\n\nexport function restApiPollerRequestConfigSerializer(item: RestApiPollerRequestConfig): any {\n return {\n apiEndpoint: item[\"apiEndpoint\"],\n rateLimitQPS: item[\"rateLimitQPS\"],\n queryWindowInMin: item[\"queryWindowInMin\"],\n httpMethod: item[\"httpMethod\"],\n queryTimeFormat: item[\"queryTimeFormat\"],\n retryCount: item[\"retryCount\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n isPostPayloadJson: item[\"isPostPayloadJson\"],\n headers: item[\"headers\"],\n queryParameters: item[\"queryParameters\"],\n queryParametersTemplate: item[\"queryParametersTemplate\"],\n startTimeAttributeName: item[\"startTimeAttributeName\"],\n endTimeAttributeName: item[\"endTimeAttributeName\"],\n queryTimeIntervalAttributeName: item[\"queryTimeIntervalAttributeName\"],\n queryTimeIntervalPrepend: item[\"queryTimeIntervalPrepend\"],\n queryTimeIntervalDelimiter: item[\"queryTimeIntervalDelimiter\"],\n };\n}\n\nexport function restApiPollerRequestConfigDeserializer(item: any): RestApiPollerRequestConfig {\n return {\n apiEndpoint: item[\"apiEndpoint\"],\n rateLimitQPS: item[\"rateLimitQPS\"],\n queryWindowInMin: item[\"queryWindowInMin\"],\n httpMethod: item[\"httpMethod\"],\n queryTimeFormat: item[\"queryTimeFormat\"],\n retryCount: item[\"retryCount\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n isPostPayloadJson: item[\"isPostPayloadJson\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n queryParameters: !item[\"queryParameters\"]\n ? item[\"queryParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"queryParameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n queryParametersTemplate: item[\"queryParametersTemplate\"],\n startTimeAttributeName: item[\"startTimeAttributeName\"],\n endTimeAttributeName: item[\"endTimeAttributeName\"],\n queryTimeIntervalAttributeName: item[\"queryTimeIntervalAttributeName\"],\n queryTimeIntervalPrepend: item[\"queryTimeIntervalPrepend\"],\n queryTimeIntervalDelimiter: item[\"queryTimeIntervalDelimiter\"],\n };\n}\n\n/** The HTTP method, default value GET. */\nexport enum KnownHttpMethodVerb {\n /** GET */\n GET = \"GET\",\n /** POST */\n Post = \"POST\",\n /** PUT */\n PUT = \"PUT\",\n /** DELETE */\n Delete = \"DELETE\",\n}\n\n/**\n * The HTTP method, default value GET. \\\n * {@link KnownHttpMethodVerb} can be used interchangeably with HttpMethodVerb,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GET**: GET \\\n * **POST**: POST \\\n * **PUT**: PUT \\\n * **DELETE**: DELETE\n */\nexport type HttpMethodVerb = string;\n\n/** The configuration of the destination of the data. */\nexport interface DCRConfiguration {\n /** Represents the data collection ingestion endpoint in log analytics. */\n dataCollectionEndpoint: string;\n /** The data collection rule immutable id, the rule defines the transformation and data destination. */\n dataCollectionRuleImmutableId: string;\n /** The stream we are sending the data to. */\n streamName: string;\n}\n\nexport function dcrConfigurationSerializer(item: DCRConfiguration): any {\n return {\n dataCollectionEndpoint: item[\"dataCollectionEndpoint\"],\n dataCollectionRuleImmutableId: item[\"dataCollectionRuleImmutableId\"],\n streamName: item[\"streamName\"],\n };\n}\n\nexport function dcrConfigurationDeserializer(item: any): DCRConfiguration {\n return {\n dataCollectionEndpoint: item[\"dataCollectionEndpoint\"],\n dataCollectionRuleImmutableId: item[\"dataCollectionRuleImmutableId\"],\n streamName: item[\"streamName\"],\n };\n}\n\n/** A custom response configuration for a rule. */\nexport interface CcpResponseConfig {\n /** The json paths, '$' char is the json root. */\n eventsJsonPaths: string[];\n /** The value where the status message/code should appear in the response. */\n successStatusJsonPath?: string;\n /** The status value. */\n successStatusValue?: string;\n /** The value indicating whether the remote server support Gzip and we should expect Gzip response. */\n isGzipCompressed?: boolean;\n /** The compression algorithm. For Example: 'gzip', 'multi-gzip', 'deflate'. */\n compressionAlgo?: string;\n /** The response format. possible values are json,csv,xml */\n format?: string;\n /** The csv delimiter, in case the response format is CSV. */\n csvDelimiter?: string;\n /** The value indicating whether the response has CSV boundary in case the response in CSV format. */\n hasCsvBoundary?: boolean;\n /** The value indicating whether the response has headers in case the response in CSV format. */\n hasCsvHeader?: boolean;\n /** The value indicating whether the response isn't an array of events / logs. By setting this flag to true it means the remote server will response with an object which each property has as a value an array of events / logs. */\n convertChildPropertiesToArray?: boolean;\n /** The character used to escape characters in CSV. */\n csvEscape?: string;\n}\n\nexport function ccpResponseConfigSerializer(item: CcpResponseConfig): any {\n return {\n eventsJsonPaths: item[\"eventsJsonPaths\"].map((p: any) => {\n return p;\n }),\n successStatusJsonPath: item[\"successStatusJsonPath\"],\n successStatusValue: item[\"successStatusValue\"],\n isGzipCompressed: item[\"isGzipCompressed\"],\n compressionAlgo: item[\"compressionAlgo\"],\n format: item[\"format\"],\n csvDelimiter: item[\"csvDelimiter\"],\n hasCsvBoundary: item[\"hasCsvBoundary\"],\n hasCsvHeader: item[\"hasCsvHeader\"],\n convertChildPropertiesToArray: item[\"convertChildPropertiesToArray\"],\n csvEscape: item[\"csvEscape\"],\n };\n}\n\nexport function ccpResponseConfigDeserializer(item: any): CcpResponseConfig {\n return {\n eventsJsonPaths: item[\"eventsJsonPaths\"].map((p: any) => {\n return p;\n }),\n successStatusJsonPath: item[\"successStatusJsonPath\"],\n successStatusValue: item[\"successStatusValue\"],\n isGzipCompressed: item[\"isGzipCompressed\"],\n compressionAlgo: item[\"compressionAlgo\"],\n format: item[\"format\"],\n csvDelimiter: item[\"csvDelimiter\"],\n hasCsvBoundary: item[\"hasCsvBoundary\"],\n hasCsvHeader: item[\"hasCsvHeader\"],\n convertChildPropertiesToArray: item[\"convertChildPropertiesToArray\"],\n csvEscape: item[\"csvEscape\"],\n };\n}\n\n/** The request paging configuration. */\nexport interface RestApiPollerRequestPagingConfig {\n /** Type of paging */\n pagingType: RestApiPollerRequestPagingKind;\n /** Page size */\n pageSize?: number;\n /** Page size parameter name */\n pageSizeParameterName?: string;\n}\n\nexport function restApiPollerRequestPagingConfigSerializer(\n item: RestApiPollerRequestPagingConfig,\n): any {\n return {\n pagingType: item[\"pagingType\"],\n pageSize: item[\"pageSize\"],\n pageSizeParameterName: item[\"pageSizeParameterName\"],\n };\n}\n\nexport function restApiPollerRequestPagingConfigDeserializer(\n item: any,\n): RestApiPollerRequestPagingConfig {\n return {\n pagingType: item[\"pagingType\"],\n pageSize: item[\"pageSize\"],\n pageSizeParameterName: item[\"pageSizeParameterName\"],\n };\n}\n\n/** Type of paging */\nexport enum KnownRestApiPollerRequestPagingKind {\n /** LinkHeader */\n LinkHeader = \"LinkHeader\",\n /** NextPageToken */\n NextPageToken = \"NextPageToken\",\n /** NextPageUrl */\n NextPageUrl = \"NextPageUrl\",\n /** PersistentToken */\n PersistentToken = \"PersistentToken\",\n /** PersistentLinkHeader */\n PersistentLinkHeader = \"PersistentLinkHeader\",\n /** Offset */\n Offset = \"Offset\",\n /** CountBasedPaging */\n CountBasedPaging = \"CountBasedPaging\",\n}\n\n/**\n * Type of paging \\\n * {@link KnownRestApiPollerRequestPagingKind} can be used interchangeably with RestApiPollerRequestPagingKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LinkHeader**: LinkHeader \\\n * **NextPageToken**: NextPageToken \\\n * **NextPageUrl**: NextPageUrl \\\n * **PersistentToken**: PersistentToken \\\n * **PersistentLinkHeader**: PersistentLinkHeader \\\n * **Offset**: Offset \\\n * **CountBasedPaging**: CountBasedPaging\n */\nexport type RestApiPollerRequestPagingKind = string;\n\n/** Represents Google Cloud Platform data connector. */\nexport interface GCPDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"GCP\";\n /** The name of the connector definition that represents the UI config. */\n connectorDefinitionName?: string;\n /** The auth section of the connector. */\n auth?: GCPAuthProperties;\n /** The request section of the connector. */\n request?: GCPRequestProperties;\n /** The configuration of the destination of the data. */\n dcrConfig?: DCRConfiguration;\n}\n\nexport function gcpDataConnectorSerializer(item: GCPDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"connectorDefinitionName\",\n \"auth\",\n \"request\",\n \"dcrConfig\",\n ])\n ? undefined\n : _gcpDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function gcpDataConnectorDeserializer(item: any): GCPDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _gcpDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Google Cloud Platform data connector properties. */\nexport interface GCPDataConnectorProperties {\n /** The name of the connector definition that represents the UI config. */\n connectorDefinitionName: string;\n /** The auth section of the connector. */\n auth: GCPAuthProperties;\n /** The request section of the connector. */\n request: GCPRequestProperties;\n /** The configuration of the destination of the data. */\n dcrConfig?: DCRConfiguration;\n}\n\nexport function gcpDataConnectorPropertiesSerializer(item: GCPDataConnectorProperties): any {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: gcpAuthPropertiesSerializer(item[\"auth\"]),\n request: gcpRequestPropertiesSerializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n };\n}\n\nexport function gcpDataConnectorPropertiesDeserializer(item: any): GCPDataConnectorProperties {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: gcpAuthPropertiesDeserializer(item[\"auth\"]),\n request: gcpRequestPropertiesDeserializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n };\n}\n\n/** Google Cloud Platform auth section properties. */\nexport interface GCPAuthProperties {\n /** The service account that is used to access the GCP project. */\n serviceAccountEmail: string;\n /** The GCP project number. */\n projectNumber: string;\n /** The workload identity provider id that is used to gain access to the GCP project. */\n workloadIdentityProviderId: string;\n}\n\nexport function gcpAuthPropertiesSerializer(item: GCPAuthProperties): any {\n return {\n serviceAccountEmail: item[\"serviceAccountEmail\"],\n projectNumber: item[\"projectNumber\"],\n workloadIdentityProviderId: item[\"workloadIdentityProviderId\"],\n };\n}\n\nexport function gcpAuthPropertiesDeserializer(item: any): GCPAuthProperties {\n return {\n serviceAccountEmail: item[\"serviceAccountEmail\"],\n projectNumber: item[\"projectNumber\"],\n workloadIdentityProviderId: item[\"workloadIdentityProviderId\"],\n };\n}\n\n/** Google Cloud Platform request section properties. */\nexport interface GCPRequestProperties {\n /** The GCP project id. */\n projectId: string;\n /** The GCP pub/sub subscription names. */\n subscriptionNames: string[];\n}\n\nexport function gcpRequestPropertiesSerializer(item: GCPRequestProperties): any {\n return {\n projectId: item[\"projectId\"],\n subscriptionNames: item[\"subscriptionNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function gcpRequestPropertiesDeserializer(item: any): GCPRequestProperties {\n return {\n projectId: item[\"projectId\"],\n subscriptionNames: item[\"subscriptionNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents MCAS (Microsoft Cloud App Security) data connector. */\nexport interface McasDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"MicrosoftCloudAppSecurity\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: McasDataConnectorDataTypes;\n}\n\nexport function mcasDataConnectorSerializer(item: McasDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _mcasDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function mcasDataConnectorDeserializer(item: any): McasDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mcasDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MCAS (Microsoft Cloud App Security) data connector properties. */\nexport interface McasDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: McasDataConnectorDataTypes;\n}\n\nexport function mcasDataConnectorPropertiesSerializer(item: McasDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mcasDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function mcasDataConnectorPropertiesDeserializer(item: any): McasDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: mcasDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for MCAS (Microsoft Cloud App Security) data connector. */\nexport interface McasDataConnectorDataTypes extends AlertsDataTypeOfDataConnector {\n /** Discovery log data type connection. */\n discoveryLogs?: DataConnectorDataTypeCommon;\n}\n\nexport function mcasDataConnectorDataTypesSerializer(item: McasDataConnectorDataTypes): any {\n return {\n alerts: dataConnectorDataTypeCommonSerializer(item[\"alerts\"]),\n discoveryLogs: !item[\"discoveryLogs\"]\n ? item[\"discoveryLogs\"]\n : dataConnectorDataTypeCommonSerializer(item[\"discoveryLogs\"]),\n };\n}\n\nexport function mcasDataConnectorDataTypesDeserializer(item: any): McasDataConnectorDataTypes {\n return {\n alerts: dataConnectorDataTypeCommonDeserializer(item[\"alerts\"]),\n discoveryLogs: !item[\"discoveryLogs\"]\n ? item[\"discoveryLogs\"]\n : dataConnectorDataTypeCommonDeserializer(item[\"discoveryLogs\"]),\n };\n}\n\n/** Represents Dynamics365 data connector. */\nexport interface Dynamics365DataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"Dynamics365\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: Dynamics365DataConnectorDataTypes;\n}\n\nexport function dynamics365DataConnectorSerializer(item: Dynamics365DataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _dynamics365DataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function dynamics365DataConnectorDeserializer(item: any): Dynamics365DataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _dynamics365DataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Dynamics365 data connector properties. */\nexport interface Dynamics365DataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: Dynamics365DataConnectorDataTypes;\n}\n\nexport function dynamics365DataConnectorPropertiesSerializer(\n item: Dynamics365DataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: dynamics365DataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function dynamics365DataConnectorPropertiesDeserializer(\n item: any,\n): Dynamics365DataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: dynamics365DataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Dynamics365 data connector. */\nexport interface Dynamics365DataConnectorDataTypes {\n /** Common Data Service data type connection. */\n dynamics365CdsActivities: Dynamics365DataConnectorDataTypesDynamics365CdsActivities;\n}\n\nexport function dynamics365DataConnectorDataTypesSerializer(\n item: Dynamics365DataConnectorDataTypes,\n): any {\n return {\n dynamics365CdsActivities: dynamics365DataConnectorDataTypesDynamics365CdsActivitiesSerializer(\n item[\"dynamics365CdsActivities\"],\n ),\n };\n}\n\nexport function dynamics365DataConnectorDataTypesDeserializer(\n item: any,\n): Dynamics365DataConnectorDataTypes {\n return {\n dynamics365CdsActivities: dynamics365DataConnectorDataTypesDynamics365CdsActivitiesDeserializer(\n item[\"dynamics365CdsActivities\"],\n ),\n };\n}\n\n/** Common Data Service data type connection. */\nexport interface Dynamics365DataConnectorDataTypesDynamics365CdsActivities extends DataConnectorDataTypeCommon {}\n\nexport function dynamics365DataConnectorDataTypesDynamics365CdsActivitiesSerializer(\n item: Dynamics365DataConnectorDataTypesDynamics365CdsActivities,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function dynamics365DataConnectorDataTypesDynamics365CdsActivitiesDeserializer(\n item: any,\n): Dynamics365DataConnectorDataTypesDynamics365CdsActivities {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents OfficeATP (Office 365 Advanced Threat Protection) data connector. */\nexport interface OfficeATPDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"OfficeATP\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function officeATPDataConnectorSerializer(item: OfficeATPDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _officeATPDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function officeATPDataConnectorDeserializer(item: any): OfficeATPDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _officeATPDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** OfficeATP (Office 365 Advanced Threat Protection) data connector properties. */\nexport interface OfficeATPDataConnectorProperties {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function officeATPDataConnectorPropertiesSerializer(\n item: OfficeATPDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function officeATPDataConnectorPropertiesDeserializer(\n item: any,\n): OfficeATPDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** Represents Microsoft Purview Information Protection data connector. */\nexport interface MicrosoftPurviewInformationProtectionDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"MicrosoftPurviewInformationProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: MicrosoftPurviewInformationProtectionConnectorDataTypes;\n}\n\nexport function microsoftPurviewInformationProtectionDataConnectorSerializer(\n item: MicrosoftPurviewInformationProtectionDataConnector,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _microsoftPurviewInformationProtectionDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function microsoftPurviewInformationProtectionDataConnectorDeserializer(\n item: any,\n): MicrosoftPurviewInformationProtectionDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _microsoftPurviewInformationProtectionDataConnectorPropertiesDeserializer(\n item[\"properties\"],\n )),\n };\n}\n\n/** Microsoft Purview Information Protection data connector properties. */\nexport interface MicrosoftPurviewInformationProtectionDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: MicrosoftPurviewInformationProtectionConnectorDataTypes;\n}\n\nexport function microsoftPurviewInformationProtectionDataConnectorPropertiesSerializer(\n item: MicrosoftPurviewInformationProtectionDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: microsoftPurviewInformationProtectionConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function microsoftPurviewInformationProtectionDataConnectorPropertiesDeserializer(\n item: any,\n): MicrosoftPurviewInformationProtectionDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: microsoftPurviewInformationProtectionConnectorDataTypesDeserializer(\n item[\"dataTypes\"],\n ),\n };\n}\n\n/** The available data types for Microsoft Purview Information Protection data connector. */\nexport interface MicrosoftPurviewInformationProtectionConnectorDataTypes {\n /** Logs data type. */\n logs: MicrosoftPurviewInformationProtectionConnectorDataTypesLogs;\n}\n\nexport function microsoftPurviewInformationProtectionConnectorDataTypesSerializer(\n item: MicrosoftPurviewInformationProtectionConnectorDataTypes,\n): any {\n return {\n logs: microsoftPurviewInformationProtectionConnectorDataTypesLogsSerializer(item[\"logs\"]),\n };\n}\n\nexport function microsoftPurviewInformationProtectionConnectorDataTypesDeserializer(\n item: any,\n): MicrosoftPurviewInformationProtectionConnectorDataTypes {\n return {\n logs: microsoftPurviewInformationProtectionConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface MicrosoftPurviewInformationProtectionConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function microsoftPurviewInformationProtectionConnectorDataTypesLogsSerializer(\n item: MicrosoftPurviewInformationProtectionConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function microsoftPurviewInformationProtectionConnectorDataTypesLogsDeserializer(\n item: any,\n): MicrosoftPurviewInformationProtectionConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents Office Microsoft Project data connector. */\nexport interface Office365ProjectDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"Office365Project\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: Office365ProjectConnectorDataTypes;\n}\n\nexport function office365ProjectDataConnectorSerializer(item: Office365ProjectDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _office365ProjectDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function office365ProjectDataConnectorDeserializer(\n item: any,\n): Office365ProjectDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _office365ProjectDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Office Microsoft Project data connector properties. */\nexport interface Office365ProjectDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: Office365ProjectConnectorDataTypes;\n}\n\nexport function office365ProjectDataConnectorPropertiesSerializer(\n item: Office365ProjectDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: office365ProjectConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function office365ProjectDataConnectorPropertiesDeserializer(\n item: any,\n): Office365ProjectDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: office365ProjectConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Office Microsoft Project data connector. */\nexport interface Office365ProjectConnectorDataTypes {\n /** Logs data type. */\n logs: Office365ProjectConnectorDataTypesLogs;\n}\n\nexport function office365ProjectConnectorDataTypesSerializer(\n item: Office365ProjectConnectorDataTypes,\n): any {\n return { logs: office365ProjectConnectorDataTypesLogsSerializer(item[\"logs\"]) };\n}\n\nexport function office365ProjectConnectorDataTypesDeserializer(\n item: any,\n): Office365ProjectConnectorDataTypes {\n return {\n logs: office365ProjectConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface Office365ProjectConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function office365ProjectConnectorDataTypesLogsSerializer(\n item: Office365ProjectConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function office365ProjectConnectorDataTypesLogsDeserializer(\n item: any,\n): Office365ProjectConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents Office Microsoft PowerBI data connector. */\nexport interface OfficePowerBIDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"OfficePowerBI\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: OfficePowerBIConnectorDataTypes;\n}\n\nexport function officePowerBIDataConnectorSerializer(item: OfficePowerBIDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _officePowerBIDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function officePowerBIDataConnectorDeserializer(item: any): OfficePowerBIDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _officePowerBIDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Office Microsoft PowerBI data connector properties. */\nexport interface OfficePowerBIDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: OfficePowerBIConnectorDataTypes;\n}\n\nexport function officePowerBIDataConnectorPropertiesSerializer(\n item: OfficePowerBIDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: officePowerBIConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function officePowerBIDataConnectorPropertiesDeserializer(\n item: any,\n): OfficePowerBIDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: officePowerBIConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for Office Microsoft PowerBI data connector. */\nexport interface OfficePowerBIConnectorDataTypes {\n /** Logs data type. */\n logs: OfficePowerBIConnectorDataTypesLogs;\n}\n\nexport function officePowerBIConnectorDataTypesSerializer(\n item: OfficePowerBIConnectorDataTypes,\n): any {\n return { logs: officePowerBIConnectorDataTypesLogsSerializer(item[\"logs\"]) };\n}\n\nexport function officePowerBIConnectorDataTypesDeserializer(\n item: any,\n): OfficePowerBIConnectorDataTypes {\n return {\n logs: officePowerBIConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface OfficePowerBIConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function officePowerBIConnectorDataTypesLogsSerializer(\n item: OfficePowerBIConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function officePowerBIConnectorDataTypesLogsDeserializer(\n item: any,\n): OfficePowerBIConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents PurviewAudit data connector. */\nexport interface PurviewAuditDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"PurviewAudit\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The connector definition name (the dataConnectorDefinition resource id). */\n connectorDefinitionName?: string;\n /** The source type indicates which kind of data is relevant for this connector. */\n sourceType?: string;\n /** The DCR related properties. */\n dcrConfig?: DCRConfiguration;\n /** The available data types for the connector. */\n dataTypes?: PurviewAuditConnectorDataTypes;\n}\n\nexport function purviewAuditDataConnectorSerializer(item: PurviewAuditDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"tenantId\",\n \"connectorDefinitionName\",\n \"sourceType\",\n \"dcrConfig\",\n \"dataTypes\",\n ])\n ? undefined\n : _purviewAuditDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function purviewAuditDataConnectorDeserializer(item: any): PurviewAuditDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _purviewAuditDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** PurviewAudit data connector properties. */\nexport interface PurviewAuditDataConnectorProperties extends DataConnectorTenantId {\n /** The connector definition name (the dataConnectorDefinition resource id). */\n connectorDefinitionName?: string;\n /** The source type indicates which kind of data is relevant for this connector. */\n sourceType?: string;\n /** The DCR related properties. */\n dcrConfig?: DCRConfiguration;\n /** The available data types for the connector. */\n dataTypes: PurviewAuditConnectorDataTypes;\n}\n\nexport function purviewAuditDataConnectorPropertiesSerializer(\n item: PurviewAuditDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n sourceType: item[\"sourceType\"],\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n dataTypes: purviewAuditConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function purviewAuditDataConnectorPropertiesDeserializer(\n item: any,\n): PurviewAuditDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n sourceType: item[\"sourceType\"],\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n dataTypes: purviewAuditConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for PurviewAudit data connector. */\nexport interface PurviewAuditConnectorDataTypes {\n /** Logs data type. */\n logs: PurviewAuditConnectorDataTypesLogs;\n}\n\nexport function purviewAuditConnectorDataTypesSerializer(\n item: PurviewAuditConnectorDataTypes,\n): any {\n return { logs: purviewAuditConnectorDataTypesLogsSerializer(item[\"logs\"]) };\n}\n\nexport function purviewAuditConnectorDataTypesDeserializer(\n item: any,\n): PurviewAuditConnectorDataTypes {\n return {\n logs: purviewAuditConnectorDataTypesLogsDeserializer(item[\"logs\"]),\n };\n}\n\n/** Logs data type. */\nexport interface PurviewAuditConnectorDataTypesLogs extends DataConnectorDataTypeCommon {}\n\nexport function purviewAuditConnectorDataTypesLogsSerializer(\n item: PurviewAuditConnectorDataTypesLogs,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function purviewAuditConnectorDataTypesLogsDeserializer(\n item: any,\n): PurviewAuditConnectorDataTypesLogs {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents OfficeIRM (Microsoft Insider Risk Management) data connector. */\nexport interface OfficeIRMDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"OfficeIRM\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function officeIRMDataConnectorSerializer(item: OfficeIRMDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _officeIRMDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function officeIRMDataConnectorDeserializer(item: any): OfficeIRMDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _officeIRMDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** OfficeIRM (Microsoft Insider Risk Management) data connector properties. */\nexport interface OfficeIRMDataConnectorProperties {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function officeIRMDataConnectorPropertiesSerializer(\n item: OfficeIRMDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function officeIRMDataConnectorPropertiesDeserializer(\n item: any,\n): OfficeIRMDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** Represents MDATP (Microsoft Defender Advanced Threat Protection) data connector. */\nexport interface MdatpDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"MicrosoftDefenderAdvancedThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function mdatpDataConnectorSerializer(item: MdatpDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _mdatpDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function mdatpDataConnectorDeserializer(item: any): MdatpDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mdatpDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** MDATP (Microsoft Defender Advanced Threat Protection) data connector properties. */\nexport interface MdatpDataConnectorProperties {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function mdatpDataConnectorPropertiesSerializer(item: MdatpDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function mdatpDataConnectorPropertiesDeserializer(item: any): MdatpDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** Represents office data connector. */\nexport interface OfficeDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"Office365\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The available data types for the connector. */\n dataTypes?: OfficeDataConnectorDataTypes;\n}\n\nexport function officeDataConnectorSerializer(item: OfficeDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"dataTypes\"])\n ? undefined\n : _officeDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function officeDataConnectorDeserializer(item: any): OfficeDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _officeDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Office data connector properties. */\nexport interface OfficeDataConnectorProperties extends DataConnectorTenantId {\n /** The available data types for the connector. */\n dataTypes: OfficeDataConnectorDataTypes;\n}\n\nexport function officeDataConnectorPropertiesSerializer(item: OfficeDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: officeDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function officeDataConnectorPropertiesDeserializer(\n item: any,\n): OfficeDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: officeDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for office data connector. */\nexport interface OfficeDataConnectorDataTypes {\n /** Exchange data type connection. */\n exchange: OfficeDataConnectorDataTypesExchange;\n /** SharePoint data type connection. */\n sharePoint: OfficeDataConnectorDataTypesSharePoint;\n /** Teams data type connection. */\n teams: OfficeDataConnectorDataTypesTeams;\n}\n\nexport function officeDataConnectorDataTypesSerializer(item: OfficeDataConnectorDataTypes): any {\n return {\n exchange: officeDataConnectorDataTypesExchangeSerializer(item[\"exchange\"]),\n sharePoint: officeDataConnectorDataTypesSharePointSerializer(item[\"sharePoint\"]),\n teams: officeDataConnectorDataTypesTeamsSerializer(item[\"teams\"]),\n };\n}\n\nexport function officeDataConnectorDataTypesDeserializer(item: any): OfficeDataConnectorDataTypes {\n return {\n exchange: officeDataConnectorDataTypesExchangeDeserializer(item[\"exchange\"]),\n sharePoint: officeDataConnectorDataTypesSharePointDeserializer(item[\"sharePoint\"]),\n teams: officeDataConnectorDataTypesTeamsDeserializer(item[\"teams\"]),\n };\n}\n\n/** Exchange data type connection. */\nexport interface OfficeDataConnectorDataTypesExchange extends DataConnectorDataTypeCommon {}\n\nexport function officeDataConnectorDataTypesExchangeSerializer(\n item: OfficeDataConnectorDataTypesExchange,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function officeDataConnectorDataTypesExchangeDeserializer(\n item: any,\n): OfficeDataConnectorDataTypesExchange {\n return {\n state: item[\"state\"],\n };\n}\n\n/** SharePoint data type connection. */\nexport interface OfficeDataConnectorDataTypesSharePoint extends DataConnectorDataTypeCommon {}\n\nexport function officeDataConnectorDataTypesSharePointSerializer(\n item: OfficeDataConnectorDataTypesSharePoint,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function officeDataConnectorDataTypesSharePointDeserializer(\n item: any,\n): OfficeDataConnectorDataTypesSharePoint {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Teams data type connection. */\nexport interface OfficeDataConnectorDataTypesTeams extends DataConnectorDataTypeCommon {}\n\nexport function officeDataConnectorDataTypesTeamsSerializer(\n item: OfficeDataConnectorDataTypesTeams,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function officeDataConnectorDataTypesTeamsDeserializer(\n item: any,\n): OfficeDataConnectorDataTypesTeams {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents threat intelligence data connector. */\nexport interface TIDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"ThreatIntelligence\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The lookback period for the feed to be imported. */\n tipLookbackPeriod?: Date;\n /** The available data types for the connector. */\n dataTypes?: TIDataConnectorDataTypes;\n}\n\nexport function tiDataConnectorSerializer(item: TIDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"tipLookbackPeriod\", \"dataTypes\"])\n ? undefined\n : _tiDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function tiDataConnectorDeserializer(item: any): TIDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** TI (Threat Intelligence) data connector properties. */\nexport interface TIDataConnectorProperties extends DataConnectorTenantId {\n /** The lookback period for the feed to be imported. */\n tipLookbackPeriod?: Date;\n /** The available data types for the connector. */\n dataTypes: TIDataConnectorDataTypes;\n}\n\nexport function tiDataConnectorPropertiesSerializer(item: TIDataConnectorProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n tipLookbackPeriod: !item[\"tipLookbackPeriod\"]\n ? item[\"tipLookbackPeriod\"]\n : item[\"tipLookbackPeriod\"].toISOString(),\n dataTypes: tiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function tiDataConnectorPropertiesDeserializer(item: any): TIDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n tipLookbackPeriod: !item[\"tipLookbackPeriod\"]\n ? item[\"tipLookbackPeriod\"]\n : new Date(item[\"tipLookbackPeriod\"]),\n dataTypes: tiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The available data types for TI (Threat Intelligence) data connector. */\nexport interface TIDataConnectorDataTypes {\n /** Data type for indicators connection. */\n indicators: TIDataConnectorDataTypesIndicators;\n}\n\nexport function tiDataConnectorDataTypesSerializer(item: TIDataConnectorDataTypes): any {\n return { indicators: tiDataConnectorDataTypesIndicatorsSerializer(item[\"indicators\"]) };\n}\n\nexport function tiDataConnectorDataTypesDeserializer(item: any): TIDataConnectorDataTypes {\n return {\n indicators: tiDataConnectorDataTypesIndicatorsDeserializer(item[\"indicators\"]),\n };\n}\n\n/** Data type for indicators connection. */\nexport interface TIDataConnectorDataTypesIndicators extends DataConnectorDataTypeCommon {}\n\nexport function tiDataConnectorDataTypesIndicatorsSerializer(\n item: TIDataConnectorDataTypesIndicators,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function tiDataConnectorDataTypesIndicatorsDeserializer(\n item: any,\n): TIDataConnectorDataTypesIndicators {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server */\nexport interface TiTaxiiDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"ThreatIntelligenceTaxii\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n /** The workspace id. */\n workspaceId?: string;\n /** The friendly name for the TAXII server. */\n friendlyName?: string;\n /** The API root for the TAXII server. */\n taxiiServer?: string;\n /** The collection id of the TAXII server. */\n collectionId?: string;\n /** The userName for the TAXII server. */\n userName?: string;\n /** The password for the TAXII server. */\n password?: string;\n /** The lookback period for the TAXII server. */\n taxiiLookbackPeriod?: Date;\n /** The polling frequency for the TAXII server. */\n pollingFrequency?: PollingFrequency;\n /** The available data types for Threat Intelligence TAXII data connector. */\n dataTypes?: TiTaxiiDataConnectorDataTypes;\n}\n\nexport function tiTaxiiDataConnectorSerializer(item: TiTaxiiDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"tenantId\",\n \"workspaceId\",\n \"friendlyName\",\n \"taxiiServer\",\n \"collectionId\",\n \"userName\",\n \"password\",\n \"taxiiLookbackPeriod\",\n \"pollingFrequency\",\n \"dataTypes\",\n ])\n ? undefined\n : _tiTaxiiDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function tiTaxiiDataConnectorDeserializer(item: any): TiTaxiiDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiTaxiiDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Threat Intelligence TAXII data connector properties. */\nexport interface TiTaxiiDataConnectorProperties extends DataConnectorTenantId {\n /** The workspace id. */\n workspaceId?: string;\n /** The friendly name for the TAXII server. */\n friendlyName?: string;\n /** The API root for the TAXII server. */\n taxiiServer?: string;\n /** The collection id of the TAXII server. */\n collectionId?: string;\n /** The userName for the TAXII server. */\n userName?: string;\n /** The password for the TAXII server. */\n password?: string;\n /** The lookback period for the TAXII server. */\n taxiiLookbackPeriod?: Date;\n /** The polling frequency for the TAXII server. */\n pollingFrequency: PollingFrequency | null;\n /** The available data types for Threat Intelligence TAXII data connector. */\n dataTypes: TiTaxiiDataConnectorDataTypes;\n}\n\nexport function tiTaxiiDataConnectorPropertiesSerializer(\n item: TiTaxiiDataConnectorProperties,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n workspaceId: item[\"workspaceId\"],\n friendlyName: item[\"friendlyName\"],\n taxiiServer: item[\"taxiiServer\"],\n collectionId: item[\"collectionId\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n taxiiLookbackPeriod: !item[\"taxiiLookbackPeriod\"]\n ? item[\"taxiiLookbackPeriod\"]\n : item[\"taxiiLookbackPeriod\"].toISOString(),\n pollingFrequency: item[\"pollingFrequency\"],\n dataTypes: tiTaxiiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function tiTaxiiDataConnectorPropertiesDeserializer(\n item: any,\n): TiTaxiiDataConnectorProperties {\n return {\n tenantId: item[\"tenantId\"],\n workspaceId: item[\"workspaceId\"],\n friendlyName: item[\"friendlyName\"],\n taxiiServer: item[\"taxiiServer\"],\n collectionId: item[\"collectionId\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n taxiiLookbackPeriod: !item[\"taxiiLookbackPeriod\"]\n ? item[\"taxiiLookbackPeriod\"]\n : new Date(item[\"taxiiLookbackPeriod\"]),\n pollingFrequency: item[\"pollingFrequency\"],\n dataTypes: tiTaxiiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The polling frequency for the TAXII server. */\nexport enum KnownPollingFrequency {\n /** Once a minute */\n OnceAMinute = \"OnceAMinute\",\n /** Once an hour */\n OnceAnHour = \"OnceAnHour\",\n /** Once a day */\n OnceADay = \"OnceADay\",\n}\n\n/**\n * The polling frequency for the TAXII server. \\\n * {@link KnownPollingFrequency} can be used interchangeably with PollingFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnceAMinute**: Once a minute \\\n * **OnceAnHour**: Once an hour \\\n * **OnceADay**: Once a day\n */\nexport type PollingFrequency = string;\n\n/** The available data types for Threat Intelligence TAXII data connector. */\nexport interface TiTaxiiDataConnectorDataTypes {\n /** Data type for TAXII connector. */\n taxiiClient: TiTaxiiDataConnectorDataTypesTaxiiClient;\n}\n\nexport function tiTaxiiDataConnectorDataTypesSerializer(item: TiTaxiiDataConnectorDataTypes): any {\n return { taxiiClient: tiTaxiiDataConnectorDataTypesTaxiiClientSerializer(item[\"taxiiClient\"]) };\n}\n\nexport function tiTaxiiDataConnectorDataTypesDeserializer(\n item: any,\n): TiTaxiiDataConnectorDataTypes {\n return {\n taxiiClient: tiTaxiiDataConnectorDataTypesTaxiiClientDeserializer(item[\"taxiiClient\"]),\n };\n}\n\n/** Data type for TAXII connector. */\nexport interface TiTaxiiDataConnectorDataTypesTaxiiClient extends DataConnectorDataTypeCommon {}\n\nexport function tiTaxiiDataConnectorDataTypesTaxiiClientSerializer(\n item: TiTaxiiDataConnectorDataTypesTaxiiClient,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function tiTaxiiDataConnectorDataTypesTaxiiClientDeserializer(\n item: any,\n): TiTaxiiDataConnectorDataTypesTaxiiClient {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Represents IoT data connector. */\nexport interface IoTDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"IOT\";\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ioTDataConnectorSerializer(item: IoTDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"dataTypes\", \"subscriptionId\"])\n ? undefined\n : _ioTDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function ioTDataConnectorDeserializer(item: any): IoTDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _ioTDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** IoT data connector properties. */\nexport interface IoTDataConnectorProperties extends DataConnectorWithAlertsProperties {\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ioTDataConnectorPropertiesSerializer(item: IoTDataConnectorProperties): any {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function ioTDataConnectorPropertiesDeserializer(item: any): IoTDataConnectorProperties {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\n/** Represents Codeless UI data connector. */\nexport interface CodelessUiDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"GenericUI\";\n /** Config to describe the instructions blade */\n connectorUiConfig?: CodelessUiConnectorConfigProperties;\n}\n\nexport function codelessUiDataConnectorSerializer(item: CodelessUiDataConnector): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"connectorUiConfig\"])\n ? undefined\n : _codelessUiDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function codelessUiDataConnectorDeserializer(item: any): CodelessUiDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _codelessUiDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Represents Codeless UI data connector */\nexport interface CodelessParameters {\n /** Config to describe the instructions blade */\n connectorUiConfig?: CodelessUiConnectorConfigProperties;\n}\n\nexport function codelessParametersSerializer(item: CodelessParameters): any {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesSerializer(item[\"connectorUiConfig\"]),\n };\n}\n\nexport function codelessParametersDeserializer(item: any): CodelessParameters {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesDeserializer(item[\"connectorUiConfig\"]),\n };\n}\n\n/** Config to describe the instructions blade */\nexport interface CodelessUiConnectorConfigProperties {\n /** Connector blade title */\n title: string;\n /** Connector publisher name */\n publisher: string;\n /** Connector description */\n descriptionMarkdown: string;\n /** An optional custom image to be used when displaying the connector within Azure Sentinel's connector's gallery */\n customImage?: string;\n /** Name of the table the connector will insert the data to */\n graphQueriesTableName: string;\n /** The graph query to show the current data status */\n graphQueries: CodelessUiConnectorConfigPropertiesGraphQueriesItem[];\n /** The sample queries for the connector */\n sampleQueries: CodelessUiConnectorConfigPropertiesSampleQueriesItem[];\n /** Data types to check for last data received */\n dataTypes: CodelessUiConnectorConfigPropertiesDataTypesItem[];\n /** Define the way the connector check connectivity */\n connectivityCriteria: CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem[];\n /** Connector Availability Status */\n availability: Availability;\n /** Permissions required for the connector */\n permissions: Permissions;\n /** Instruction steps to enable the connector */\n instructionSteps: CodelessUiConnectorConfigPropertiesInstructionStepsItem[];\n}\n\nexport function codelessUiConnectorConfigPropertiesSerializer(\n item: CodelessUiConnectorConfigProperties,\n): any {\n return {\n title: item[\"title\"],\n publisher: item[\"publisher\"],\n descriptionMarkdown: item[\"descriptionMarkdown\"],\n customImage: item[\"customImage\"],\n graphQueriesTableName: item[\"graphQueriesTableName\"],\n graphQueries: codelessUiConnectorConfigPropertiesGraphQueriesItemArraySerializer(\n item[\"graphQueries\"],\n ),\n sampleQueries: codelessUiConnectorConfigPropertiesSampleQueriesItemArraySerializer(\n item[\"sampleQueries\"],\n ),\n dataTypes: codelessUiConnectorConfigPropertiesDataTypesItemArraySerializer(item[\"dataTypes\"]),\n connectivityCriteria:\n codelessUiConnectorConfigPropertiesConnectivityCriteriaItemArraySerializer(\n item[\"connectivityCriteria\"],\n ),\n availability: availabilitySerializer(item[\"availability\"]),\n permissions: permissionsSerializer(item[\"permissions\"]),\n instructionSteps: codelessUiConnectorConfigPropertiesInstructionStepsItemArraySerializer(\n item[\"instructionSteps\"],\n ),\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesDeserializer(\n item: any,\n): CodelessUiConnectorConfigProperties {\n return {\n title: item[\"title\"],\n publisher: item[\"publisher\"],\n descriptionMarkdown: item[\"descriptionMarkdown\"],\n customImage: item[\"customImage\"],\n graphQueriesTableName: item[\"graphQueriesTableName\"],\n graphQueries: codelessUiConnectorConfigPropertiesGraphQueriesItemArrayDeserializer(\n item[\"graphQueries\"],\n ),\n sampleQueries: codelessUiConnectorConfigPropertiesSampleQueriesItemArrayDeserializer(\n item[\"sampleQueries\"],\n ),\n dataTypes: codelessUiConnectorConfigPropertiesDataTypesItemArrayDeserializer(item[\"dataTypes\"]),\n connectivityCriteria:\n codelessUiConnectorConfigPropertiesConnectivityCriteriaItemArrayDeserializer(\n item[\"connectivityCriteria\"],\n ),\n availability: availabilityDeserializer(item[\"availability\"]),\n permissions: permissionsDeserializer(item[\"permissions\"]),\n instructionSteps: codelessUiConnectorConfigPropertiesInstructionStepsItemArrayDeserializer(\n item[\"instructionSteps\"],\n ),\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesGraphQueriesItemArraySerializer(\n result: Array<CodelessUiConnectorConfigPropertiesGraphQueriesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesGraphQueriesItemSerializer(item);\n });\n}\n\nexport function codelessUiConnectorConfigPropertiesGraphQueriesItemArrayDeserializer(\n result: Array<CodelessUiConnectorConfigPropertiesGraphQueriesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesGraphQueriesItemDeserializer(item);\n });\n}\n\n/** model interface CodelessUiConnectorConfigPropertiesGraphQueriesItem */\nexport interface CodelessUiConnectorConfigPropertiesGraphQueriesItem extends GraphQueries {}\n\nexport function codelessUiConnectorConfigPropertiesGraphQueriesItemSerializer(\n item: CodelessUiConnectorConfigPropertiesGraphQueriesItem,\n): any {\n return { metricName: item[\"metricName\"], legend: item[\"legend\"], baseQuery: item[\"baseQuery\"] };\n}\n\nexport function codelessUiConnectorConfigPropertiesGraphQueriesItemDeserializer(\n item: any,\n): CodelessUiConnectorConfigPropertiesGraphQueriesItem {\n return {\n metricName: item[\"metricName\"],\n legend: item[\"legend\"],\n baseQuery: item[\"baseQuery\"],\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesSampleQueriesItemArraySerializer(\n result: Array<CodelessUiConnectorConfigPropertiesSampleQueriesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesSampleQueriesItemSerializer(item);\n });\n}\n\nexport function codelessUiConnectorConfigPropertiesSampleQueriesItemArrayDeserializer(\n result: Array<CodelessUiConnectorConfigPropertiesSampleQueriesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesSampleQueriesItemDeserializer(item);\n });\n}\n\n/** model interface CodelessUiConnectorConfigPropertiesSampleQueriesItem */\nexport interface CodelessUiConnectorConfigPropertiesSampleQueriesItem extends SampleQueries {}\n\nexport function codelessUiConnectorConfigPropertiesSampleQueriesItemSerializer(\n item: CodelessUiConnectorConfigPropertiesSampleQueriesItem,\n): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n\nexport function codelessUiConnectorConfigPropertiesSampleQueriesItemDeserializer(\n item: any,\n): CodelessUiConnectorConfigPropertiesSampleQueriesItem {\n return {\n description: item[\"description\"],\n query: item[\"query\"],\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesDataTypesItemArraySerializer(\n result: Array<CodelessUiConnectorConfigPropertiesDataTypesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesDataTypesItemSerializer(item);\n });\n}\n\nexport function codelessUiConnectorConfigPropertiesDataTypesItemArrayDeserializer(\n result: Array<CodelessUiConnectorConfigPropertiesDataTypesItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesDataTypesItemDeserializer(item);\n });\n}\n\n/** model interface CodelessUiConnectorConfigPropertiesDataTypesItem */\nexport interface CodelessUiConnectorConfigPropertiesDataTypesItem extends LastDataReceivedDataType {}\n\nexport function codelessUiConnectorConfigPropertiesDataTypesItemSerializer(\n item: CodelessUiConnectorConfigPropertiesDataTypesItem,\n): any {\n return { name: item[\"name\"], lastDataReceivedQuery: item[\"lastDataReceivedQuery\"] };\n}\n\nexport function codelessUiConnectorConfigPropertiesDataTypesItemDeserializer(\n item: any,\n): CodelessUiConnectorConfigPropertiesDataTypesItem {\n return {\n name: item[\"name\"],\n lastDataReceivedQuery: item[\"lastDataReceivedQuery\"],\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesConnectivityCriteriaItemArraySerializer(\n result: Array<CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesConnectivityCriteriaItemSerializer(item);\n });\n}\n\nexport function codelessUiConnectorConfigPropertiesConnectivityCriteriaItemArrayDeserializer(\n result: Array<CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesConnectivityCriteriaItemDeserializer(item);\n });\n}\n\n/** model interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem */\nexport interface CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem extends ConnectivityCriteria {}\n\nexport function codelessUiConnectorConfigPropertiesConnectivityCriteriaItemSerializer(\n item: CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem,\n): any {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesConnectivityCriteriaItemDeserializer(\n item: any,\n): CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Connector Availability Status */\nexport interface Availability {\n /** The connector Availability Status */\n status?: 1;\n /** Set connector as preview */\n isPreview?: boolean;\n}\n\nexport function availabilitySerializer(item: Availability): any {\n return { status: item[\"status\"], isPreview: item[\"isPreview\"] };\n}\n\nexport function availabilityDeserializer(item: any): Availability {\n return {\n status: item[\"status\"],\n isPreview: item[\"isPreview\"],\n };\n}\n\n/** Permissions required for the connector */\nexport interface Permissions {\n /** Resource provider permissions required for the connector */\n resourceProvider?: PermissionsResourceProviderItem[];\n /** Customs permissions required for the connector */\n customs?: PermissionsCustomsItem[];\n}\n\nexport function permissionsSerializer(item: Permissions): any {\n return {\n resourceProvider: !item[\"resourceProvider\"]\n ? item[\"resourceProvider\"]\n : permissionsResourceProviderItemArraySerializer(item[\"resourceProvider\"]),\n customs: !item[\"customs\"]\n ? item[\"customs\"]\n : permissionsCustomsItemArraySerializer(item[\"customs\"]),\n };\n}\n\nexport function permissionsDeserializer(item: any): Permissions {\n return {\n resourceProvider: !item[\"resourceProvider\"]\n ? item[\"resourceProvider\"]\n : permissionsResourceProviderItemArrayDeserializer(item[\"resourceProvider\"]),\n customs: !item[\"customs\"]\n ? item[\"customs\"]\n : permissionsCustomsItemArrayDeserializer(item[\"customs\"]),\n };\n}\n\nexport function permissionsResourceProviderItemArraySerializer(\n result: Array<PermissionsResourceProviderItem>,\n): any[] {\n return result.map((item) => {\n return permissionsResourceProviderItemSerializer(item);\n });\n}\n\nexport function permissionsResourceProviderItemArrayDeserializer(\n result: Array<PermissionsResourceProviderItem>,\n): any[] {\n return result.map((item) => {\n return permissionsResourceProviderItemDeserializer(item);\n });\n}\n\n/** model interface PermissionsResourceProviderItem */\nexport interface PermissionsResourceProviderItem extends ResourceProvider {}\n\nexport function permissionsResourceProviderItemSerializer(\n item: PermissionsResourceProviderItem,\n): any {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: !item[\"requiredPermissions\"]\n ? item[\"requiredPermissions\"]\n : requiredPermissionsSerializer(item[\"requiredPermissions\"]),\n };\n}\n\nexport function permissionsResourceProviderItemDeserializer(\n item: any,\n): PermissionsResourceProviderItem {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: !item[\"requiredPermissions\"]\n ? item[\"requiredPermissions\"]\n : requiredPermissionsDeserializer(item[\"requiredPermissions\"]),\n };\n}\n\nexport function permissionsCustomsItemArraySerializer(\n result: Array<PermissionsCustomsItem>,\n): any[] {\n return result.map((item) => {\n return permissionsCustomsItemSerializer(item);\n });\n}\n\nexport function permissionsCustomsItemArrayDeserializer(\n result: Array<PermissionsCustomsItem>,\n): any[] {\n return result.map((item) => {\n return permissionsCustomsItemDeserializer(item);\n });\n}\n\n/** model interface PermissionsCustomsItem */\nexport interface PermissionsCustomsItem extends Customs {}\n\nexport function permissionsCustomsItemSerializer(item: PermissionsCustomsItem): any {\n return { name: item[\"name\"], description: item[\"description\"] };\n}\n\nexport function permissionsCustomsItemDeserializer(item: any): PermissionsCustomsItem {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesInstructionStepsItemArraySerializer(\n result: Array<CodelessUiConnectorConfigPropertiesInstructionStepsItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesInstructionStepsItemSerializer(item);\n });\n}\n\nexport function codelessUiConnectorConfigPropertiesInstructionStepsItemArrayDeserializer(\n result: Array<CodelessUiConnectorConfigPropertiesInstructionStepsItem>,\n): any[] {\n return result.map((item) => {\n return codelessUiConnectorConfigPropertiesInstructionStepsItemDeserializer(item);\n });\n}\n\n/** model interface CodelessUiConnectorConfigPropertiesInstructionStepsItem */\nexport interface CodelessUiConnectorConfigPropertiesInstructionStepsItem extends InstructionSteps {}\n\nexport function codelessUiConnectorConfigPropertiesInstructionStepsItemSerializer(\n item: CodelessUiConnectorConfigPropertiesInstructionStepsItem,\n): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepsInstructionsItemArraySerializer(item[\"instructions\"]),\n };\n}\n\nexport function codelessUiConnectorConfigPropertiesInstructionStepsItemDeserializer(\n item: any,\n): CodelessUiConnectorConfigPropertiesInstructionStepsItem {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepsInstructionsItemArrayDeserializer(item[\"instructions\"]),\n };\n}\n\n/** Represents Codeless API Polling data connector. */\nexport interface CodelessApiPollingDataConnector extends DataConnector {\n /** The data connector kind */\n kind: \"APIPolling\";\n /** Config to describe the instructions blade */\n connectorUiConfig?: CodelessUiConnectorConfigProperties;\n /** Config to describe the polling instructions */\n pollingConfig?: CodelessConnectorPollingConfigProperties;\n}\n\nexport function codelessApiPollingDataConnectorSerializer(\n item: CodelessApiPollingDataConnector,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"connectorUiConfig\", \"pollingConfig\"])\n ? undefined\n : _codelessApiPollingDataConnectorPropertiesSerializer(item),\n };\n}\n\nexport function codelessApiPollingDataConnectorDeserializer(\n item: any,\n): CodelessApiPollingDataConnector {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _codelessApiPollingDataConnectorPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Represents Codeless API Polling data connector */\nexport interface ApiPollingParameters {\n /** Config to describe the instructions blade */\n connectorUiConfig?: CodelessUiConnectorConfigProperties;\n /** Config to describe the polling instructions */\n pollingConfig?: CodelessConnectorPollingConfigProperties;\n}\n\nexport function apiPollingParametersSerializer(item: ApiPollingParameters): any {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesSerializer(item[\"connectorUiConfig\"]),\n pollingConfig: !item[\"pollingConfig\"]\n ? item[\"pollingConfig\"]\n : codelessConnectorPollingConfigPropertiesSerializer(item[\"pollingConfig\"]),\n };\n}\n\nexport function apiPollingParametersDeserializer(item: any): ApiPollingParameters {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesDeserializer(item[\"connectorUiConfig\"]),\n pollingConfig: !item[\"pollingConfig\"]\n ? item[\"pollingConfig\"]\n : codelessConnectorPollingConfigPropertiesDeserializer(item[\"pollingConfig\"]),\n };\n}\n\n/** Config to describe the polling config for API poller connector */\nexport interface CodelessConnectorPollingConfigProperties {\n /** The poller active status */\n isActive?: boolean;\n /** Describe the authentication type of the poller */\n auth: CodelessConnectorPollingAuthProperties;\n /** Describe the poll request config parameters of the poller */\n request: CodelessConnectorPollingRequestProperties;\n /** Describe the poll request paging config of the poller */\n paging?: CodelessConnectorPollingPagingProperties;\n /** Describe the response config parameters of the poller */\n response?: CodelessConnectorPollingResponseProperties;\n}\n\nexport function codelessConnectorPollingConfigPropertiesSerializer(\n item: CodelessConnectorPollingConfigProperties,\n): any {\n return {\n isActive: item[\"isActive\"],\n auth: codelessConnectorPollingAuthPropertiesSerializer(item[\"auth\"]),\n request: codelessConnectorPollingRequestPropertiesSerializer(item[\"request\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : codelessConnectorPollingPagingPropertiesSerializer(item[\"paging\"]),\n response: !item[\"response\"]\n ? item[\"response\"]\n : codelessConnectorPollingResponsePropertiesSerializer(item[\"response\"]),\n };\n}\n\nexport function codelessConnectorPollingConfigPropertiesDeserializer(\n item: any,\n): CodelessConnectorPollingConfigProperties {\n return {\n isActive: item[\"isActive\"],\n auth: codelessConnectorPollingAuthPropertiesDeserializer(item[\"auth\"]),\n request: codelessConnectorPollingRequestPropertiesDeserializer(item[\"request\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : codelessConnectorPollingPagingPropertiesDeserializer(item[\"paging\"]),\n response: !item[\"response\"]\n ? item[\"response\"]\n : codelessConnectorPollingResponsePropertiesDeserializer(item[\"response\"]),\n };\n}\n\n/** Describe the authentication properties needed to successfully authenticate with the server */\nexport interface CodelessConnectorPollingAuthProperties {\n /** The authentication type */\n authType: string;\n /** The header name which the token is sent with */\n apiKeyName?: string;\n /** A prefix send in the header before the actual token */\n apiKeyIdentifier?: string;\n /** Marks if the key should sent in header */\n isApiKeyInPostPayload?: string;\n /** Describes the flow name, for example 'AuthCode' for Oauth 2.0 */\n flowName?: string;\n /** The endpoint used to issue a token, used in Oauth 2.0 flow */\n tokenEndpoint?: string;\n /** The endpoint used to authorize the user, used in Oauth 2.0 flow */\n authorizationEndpoint?: string;\n /** The query parameters used in authorization request, used in Oauth 2.0 flow */\n authorizationEndpointQueryParameters?: any;\n /** The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow */\n redirectionEndpoint?: string;\n /** The query headers used in token request, used in Oauth 2.0 flow */\n tokenEndpointHeaders?: any;\n /** The query parameters used in token request, used in Oauth 2.0 flow */\n tokenEndpointQueryParameters?: any;\n /** Marks if we should send the client secret in header or payload, used in Oauth 2.0 flow */\n isClientSecretInHeader?: boolean;\n /** The OAuth token scope */\n scope?: string;\n}\n\nexport function codelessConnectorPollingAuthPropertiesSerializer(\n item: CodelessConnectorPollingAuthProperties,\n): any {\n return {\n authType: item[\"authType\"],\n apiKeyName: item[\"apiKeyName\"],\n apiKeyIdentifier: item[\"apiKeyIdentifier\"],\n isApiKeyInPostPayload: item[\"isApiKeyInPostPayload\"],\n flowName: item[\"flowName\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n authorizationEndpoint: item[\"authorizationEndpoint\"],\n authorizationEndpointQueryParameters: item[\"authorizationEndpointQueryParameters\"],\n redirectionEndpoint: item[\"redirectionEndpoint\"],\n tokenEndpointHeaders: item[\"tokenEndpointHeaders\"],\n tokenEndpointQueryParameters: item[\"tokenEndpointQueryParameters\"],\n isClientSecretInHeader: item[\"isClientSecretInHeader\"],\n scope: item[\"scope\"],\n };\n}\n\nexport function codelessConnectorPollingAuthPropertiesDeserializer(\n item: any,\n): CodelessConnectorPollingAuthProperties {\n return {\n authType: item[\"authType\"],\n apiKeyName: item[\"apiKeyName\"],\n apiKeyIdentifier: item[\"apiKeyIdentifier\"],\n isApiKeyInPostPayload: item[\"isApiKeyInPostPayload\"],\n flowName: item[\"flowName\"],\n tokenEndpoint: item[\"tokenEndpoint\"],\n authorizationEndpoint: item[\"authorizationEndpoint\"],\n authorizationEndpointQueryParameters: item[\"authorizationEndpointQueryParameters\"],\n redirectionEndpoint: item[\"redirectionEndpoint\"],\n tokenEndpointHeaders: item[\"tokenEndpointHeaders\"],\n tokenEndpointQueryParameters: item[\"tokenEndpointQueryParameters\"],\n isClientSecretInHeader: item[\"isClientSecretInHeader\"],\n scope: item[\"scope\"],\n };\n}\n\n/** Describe the request properties needed to successfully pull from the server */\nexport interface CodelessConnectorPollingRequestProperties {\n /** Describe the endpoint we should pull the data from */\n apiEndpoint: string;\n /** Defines the rate limit QPS */\n rateLimitQps?: number;\n /** The window interval we will use the pull the data */\n queryWindowInMin: number;\n /** The http method type we will use in the poll request, GET or POST */\n httpMethod: string;\n /** The time format will be used the query events in a specific window */\n queryTimeFormat: string;\n /** Describe the amount of time we should try and poll the data in case of failure */\n retryCount?: number;\n /** The number of seconds we will consider as a request timeout */\n timeoutInSeconds?: number;\n /** Describe the headers sent in the poll request */\n headers?: any;\n /** Describe the query parameters sent in the poll request */\n queryParameters?: any;\n /** For advanced scenarios for example user name/password embedded in nested JSON payload */\n queryParametersTemplate?: string;\n /** This will be used the query events from a start of the time window */\n startTimeAttributeName?: string;\n /** This will be used the query events from the end of the time window */\n endTimeAttributeName?: string;\n}\n\nexport function codelessConnectorPollingRequestPropertiesSerializer(\n item: CodelessConnectorPollingRequestProperties,\n): any {\n return {\n apiEndpoint: item[\"apiEndpoint\"],\n rateLimitQps: item[\"rateLimitQps\"],\n queryWindowInMin: item[\"queryWindowInMin\"],\n httpMethod: item[\"httpMethod\"],\n queryTimeFormat: item[\"queryTimeFormat\"],\n retryCount: item[\"retryCount\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n headers: item[\"headers\"],\n queryParameters: item[\"queryParameters\"],\n queryParametersTemplate: item[\"queryParametersTemplate\"],\n startTimeAttributeName: item[\"startTimeAttributeName\"],\n endTimeAttributeName: item[\"endTimeAttributeName\"],\n };\n}\n\nexport function codelessConnectorPollingRequestPropertiesDeserializer(\n item: any,\n): CodelessConnectorPollingRequestProperties {\n return {\n apiEndpoint: item[\"apiEndpoint\"],\n rateLimitQps: item[\"rateLimitQps\"],\n queryWindowInMin: item[\"queryWindowInMin\"],\n httpMethod: item[\"httpMethod\"],\n queryTimeFormat: item[\"queryTimeFormat\"],\n retryCount: item[\"retryCount\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n headers: item[\"headers\"],\n queryParameters: item[\"queryParameters\"],\n queryParametersTemplate: item[\"queryParametersTemplate\"],\n startTimeAttributeName: item[\"startTimeAttributeName\"],\n endTimeAttributeName: item[\"endTimeAttributeName\"],\n };\n}\n\n/** Describe the properties needed to make a pagination call */\nexport interface CodelessConnectorPollingPagingProperties {\n /** Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp' */\n pagingType: string;\n /** Defines the name of a next page attribute */\n nextPageParaName?: string;\n /** Defines the path to a next page token JSON */\n nextPageTokenJsonPath?: string;\n /** Defines the path to a page count attribute */\n pageCountAttributePath?: string;\n /** Defines the path to a page total count attribute */\n pageTotalCountAttributePath?: string;\n /** Defines the path to a paging time stamp attribute */\n pageTimeStampAttributePath?: string;\n /** Determines whether to search for the latest time stamp in the events list */\n searchTheLatestTimeStampFromEventsList?: string;\n /** Defines the name of the page size parameter */\n pageSizeParaName?: string;\n /** Defines the paging size */\n pageSize?: number;\n}\n\nexport function codelessConnectorPollingPagingPropertiesSerializer(\n item: CodelessConnectorPollingPagingProperties,\n): any {\n return {\n pagingType: item[\"pagingType\"],\n nextPageParaName: item[\"nextPageParaName\"],\n nextPageTokenJsonPath: item[\"nextPageTokenJsonPath\"],\n pageCountAttributePath: item[\"pageCountAttributePath\"],\n pageTotalCountAttributePath: item[\"pageTotalCountAttributePath\"],\n pageTimeStampAttributePath: item[\"pageTimeStampAttributePath\"],\n searchTheLatestTimeStampFromEventsList: item[\"searchTheLatestTimeStampFromEventsList\"],\n pageSizeParaName: item[\"pageSizeParaName\"],\n pageSize: item[\"pageSize\"],\n };\n}\n\nexport function codelessConnectorPollingPagingPropertiesDeserializer(\n item: any,\n): CodelessConnectorPollingPagingProperties {\n return {\n pagingType: item[\"pagingType\"],\n nextPageParaName: item[\"nextPageParaName\"],\n nextPageTokenJsonPath: item[\"nextPageTokenJsonPath\"],\n pageCountAttributePath: item[\"pageCountAttributePath\"],\n pageTotalCountAttributePath: item[\"pageTotalCountAttributePath\"],\n pageTimeStampAttributePath: item[\"pageTimeStampAttributePath\"],\n searchTheLatestTimeStampFromEventsList: item[\"searchTheLatestTimeStampFromEventsList\"],\n pageSizeParaName: item[\"pageSizeParaName\"],\n pageSize: item[\"pageSize\"],\n };\n}\n\n/** Describes the response from the external server */\nexport interface CodelessConnectorPollingResponseProperties {\n /** Describes the path we should extract the data in the response */\n eventsJsonPaths: string[];\n /** Describes the path we should extract the status code in the response */\n successStatusJsonPath?: string;\n /** Describes the path we should extract the status value in the response */\n successStatusValue?: string;\n /** Describes if the data in the response is Gzip */\n isGzipCompressed?: boolean;\n}\n\nexport function codelessConnectorPollingResponsePropertiesSerializer(\n item: CodelessConnectorPollingResponseProperties,\n): any {\n return {\n eventsJsonPaths: item[\"eventsJsonPaths\"].map((p: any) => {\n return p;\n }),\n successStatusJsonPath: item[\"successStatusJsonPath\"],\n successStatusValue: item[\"successStatusValue\"],\n isGzipCompressed: item[\"isGzipCompressed\"],\n };\n}\n\nexport function codelessConnectorPollingResponsePropertiesDeserializer(\n item: any,\n): CodelessConnectorPollingResponseProperties {\n return {\n eventsJsonPaths: item[\"eventsJsonPaths\"].map((p: any) => {\n return p;\n }),\n successStatusJsonPath: item[\"successStatusJsonPath\"],\n successStatusValue: item[\"successStatusValue\"],\n isGzipCompressed: item[\"isGzipCompressed\"],\n };\n}\n\n/** Properties data connector on tenant level. */\nexport interface DataConnectorTenantId {\n /** The tenant id to connect to, and get the data from. */\n tenantId: string;\n}\n\nexport function dataConnectorTenantIdSerializer(item: DataConnectorTenantId): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function dataConnectorTenantIdDeserializer(item: any): DataConnectorTenantId {\n return {\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Data connector properties. */\nexport interface DataConnectorWithAlertsProperties {\n /** The available data types for the connector. */\n dataTypes?: AlertsDataTypeOfDataConnector;\n}\n\nexport function dataConnectorWithAlertsPropertiesSerializer(\n item: DataConnectorWithAlertsProperties,\n): any {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function dataConnectorWithAlertsPropertiesDeserializer(\n item: any,\n): DataConnectorWithAlertsProperties {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\n/** The graph query to show the current data status */\nexport interface GraphQueries {\n /** the metric that the query is checking */\n metricName?: string;\n /** The legend for the graph */\n legend?: string;\n /** The base query for the graph */\n baseQuery?: string;\n}\n\nexport function graphQueriesSerializer(item: GraphQueries): any {\n return { metricName: item[\"metricName\"], legend: item[\"legend\"], baseQuery: item[\"baseQuery\"] };\n}\n\nexport function graphQueriesDeserializer(item: any): GraphQueries {\n return {\n metricName: item[\"metricName\"],\n legend: item[\"legend\"],\n baseQuery: item[\"baseQuery\"],\n };\n}\n\n/** The sample queries for the connector */\nexport interface SampleQueries {\n /** The sample query description */\n description?: string;\n /** the sample query */\n query?: string;\n}\n\nexport function sampleQueriesSerializer(item: SampleQueries): any {\n return { description: item[\"description\"], query: item[\"query\"] };\n}\n\nexport function sampleQueriesDeserializer(item: any): SampleQueries {\n return {\n description: item[\"description\"],\n query: item[\"query\"],\n };\n}\n\n/** Data type for last data received */\nexport interface LastDataReceivedDataType {\n /** Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder */\n name?: string;\n /** Query for indicate last data received */\n lastDataReceivedQuery?: string;\n}\n\nexport function lastDataReceivedDataTypeSerializer(item: LastDataReceivedDataType): any {\n return { name: item[\"name\"], lastDataReceivedQuery: item[\"lastDataReceivedQuery\"] };\n}\n\nexport function lastDataReceivedDataTypeDeserializer(item: any): LastDataReceivedDataType {\n return {\n name: item[\"name\"],\n lastDataReceivedQuery: item[\"lastDataReceivedQuery\"],\n };\n}\n\n/** Setting for the connector check connectivity */\nexport interface ConnectivityCriteria {\n /** type of connectivity */\n type?: ConnectivityType;\n /** Queries for checking connectivity */\n value?: string[];\n}\n\nexport function connectivityCriteriaSerializer(item: ConnectivityCriteria): any {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function connectivityCriteriaDeserializer(item: any): ConnectivityCriteria {\n return {\n type: item[\"type\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : item[\"value\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** type of connectivity */\nexport enum KnownConnectivityType {\n /** IsConnectedQuery */\n IsConnectedQuery = \"IsConnectedQuery\",\n}\n\n/**\n * type of connectivity \\\n * {@link KnownConnectivityType} can be used interchangeably with ConnectivityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IsConnectedQuery**: IsConnectedQuery\n */\nexport type ConnectivityType = string;\n\n/** Resource provider permissions required for the connector */\nexport interface ResourceProvider {\n /** Provider name */\n provider?: ProviderName;\n /** Permission description text */\n permissionsDisplayText?: string;\n /** Permission provider display name */\n providerDisplayName?: string;\n /** Permission provider scope */\n scope?: PermissionProviderScope;\n /** Required permissions for the connector */\n requiredPermissions?: RequiredPermissions;\n}\n\nexport function resourceProviderSerializer(item: ResourceProvider): any {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: !item[\"requiredPermissions\"]\n ? item[\"requiredPermissions\"]\n : requiredPermissionsSerializer(item[\"requiredPermissions\"]),\n };\n}\n\nexport function resourceProviderDeserializer(item: any): ResourceProvider {\n return {\n provider: item[\"provider\"],\n permissionsDisplayText: item[\"permissionsDisplayText\"],\n providerDisplayName: item[\"providerDisplayName\"],\n scope: item[\"scope\"],\n requiredPermissions: !item[\"requiredPermissions\"]\n ? item[\"requiredPermissions\"]\n : requiredPermissionsDeserializer(item[\"requiredPermissions\"]),\n };\n}\n\n/** Provider name */\nexport enum KnownProviderName {\n /** Microsoft.OperationalInsights/solutions */\n MicrosoftOperationalInsightsSolutions = \"Microsoft.OperationalInsights/solutions\",\n /** Microsoft.OperationalInsights/workspaces */\n MicrosoftOperationalInsightsWorkspaces = \"Microsoft.OperationalInsights/workspaces\",\n /** Microsoft.OperationalInsights/workspaces/datasources */\n MicrosoftOperationalInsightsWorkspacesDatasources = \"Microsoft.OperationalInsights/workspaces/datasources\",\n /** microsoft.aadiam/diagnosticSettings */\n MicrosoftAadiamDiagnosticSettings = \"microsoft.aadiam/diagnosticSettings\",\n /** Microsoft.OperationalInsights/workspaces/sharedKeys */\n MicrosoftOperationalInsightsWorkspacesSharedKeys = \"Microsoft.OperationalInsights/workspaces/sharedKeys\",\n /** Microsoft.Authorization/policyAssignments */\n MicrosoftAuthorizationPolicyAssignments = \"Microsoft.Authorization/policyAssignments\",\n}\n\n/**\n * Provider name \\\n * {@link KnownProviderName} can be used interchangeably with ProviderName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.OperationalInsights\\/solutions**: Microsoft.OperationalInsights\\/solutions \\\n * **Microsoft.OperationalInsights\\/workspaces**: Microsoft.OperationalInsights\\/workspaces \\\n * **Microsoft.OperationalInsights\\/workspaces\\/datasources**: Microsoft.OperationalInsights\\/workspaces\\/datasources \\\n * **microsoft.aadiam\\/diagnosticSettings**: microsoft.aadiam\\/diagnosticSettings \\\n * **Microsoft.OperationalInsights\\/workspaces\\/sharedKeys**: Microsoft.OperationalInsights\\/workspaces\\/sharedKeys \\\n * **Microsoft.Authorization\\/policyAssignments**: Microsoft.Authorization\\/policyAssignments\n */\nexport type ProviderName = string;\n\n/** Permission provider scope */\nexport enum KnownPermissionProviderScope {\n /** ResourceGroup */\n ResourceGroup = \"ResourceGroup\",\n /** Subscription */\n Subscription = \"Subscription\",\n /** Workspace */\n Workspace = \"Workspace\",\n}\n\n/**\n * Permission provider scope \\\n * {@link KnownPermissionProviderScope} can be used interchangeably with PermissionProviderScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ResourceGroup**: ResourceGroup \\\n * **Subscription**: Subscription \\\n * **Workspace**: Workspace\n */\nexport type PermissionProviderScope = string;\n\n/** Required permissions for the connector */\nexport interface RequiredPermissions {\n /** action permission */\n action?: boolean;\n /** write permission */\n write?: boolean;\n /** read permission */\n read?: boolean;\n /** delete permission */\n delete?: boolean;\n}\n\nexport function requiredPermissionsSerializer(item: RequiredPermissions): any {\n return {\n action: item[\"action\"],\n write: item[\"write\"],\n read: item[\"read\"],\n delete: item[\"delete\"],\n };\n}\n\nexport function requiredPermissionsDeserializer(item: any): RequiredPermissions {\n return {\n action: item[\"action\"],\n write: item[\"write\"],\n read: item[\"read\"],\n delete: item[\"delete\"],\n };\n}\n\n/** Customs permissions required for the connector */\nexport interface Customs extends CustomsPermission {}\n\nexport function customsSerializer(item: Customs): any {\n return { name: item[\"name\"], description: item[\"description\"] };\n}\n\nexport function customsDeserializer(item: any): Customs {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n };\n}\n\n/** Customs permissions required for the connector */\nexport interface CustomsPermission {\n /** Customs permissions name */\n name?: string;\n /** Customs permissions description */\n description?: string;\n}\n\nexport function customsPermissionSerializer(item: CustomsPermission): any {\n return { name: item[\"name\"], description: item[\"description\"] };\n}\n\nexport function customsPermissionDeserializer(item: any): CustomsPermission {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n };\n}\n\n/** Instruction steps to enable the connector */\nexport interface InstructionSteps {\n /** Instruction step title */\n title?: string;\n /** Instruction step description */\n description?: string;\n /** Instruction step details */\n instructions?: InstructionStepsInstructionsItem[];\n}\n\nexport function instructionStepsSerializer(item: InstructionSteps): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepsInstructionsItemArraySerializer(item[\"instructions\"]),\n };\n}\n\nexport function instructionStepsDeserializer(item: any): InstructionSteps {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n instructions: !item[\"instructions\"]\n ? item[\"instructions\"]\n : instructionStepsInstructionsItemArrayDeserializer(item[\"instructions\"]),\n };\n}\n\nexport function instructionStepsInstructionsItemArraySerializer(\n result: Array<InstructionStepsInstructionsItem>,\n): any[] {\n return result.map((item) => {\n return instructionStepsInstructionsItemSerializer(item);\n });\n}\n\nexport function instructionStepsInstructionsItemArrayDeserializer(\n result: Array<InstructionStepsInstructionsItem>,\n): any[] {\n return result.map((item) => {\n return instructionStepsInstructionsItemDeserializer(item);\n });\n}\n\n/** model interface InstructionStepsInstructionsItem */\nexport interface InstructionStepsInstructionsItem extends ConnectorInstructionModelBase {}\n\nexport function instructionStepsInstructionsItemSerializer(\n item: InstructionStepsInstructionsItem,\n): any {\n return { parameters: item[\"parameters\"], type: item[\"type\"] };\n}\n\nexport function instructionStepsInstructionsItemDeserializer(\n item: any,\n): InstructionStepsInstructionsItem {\n return {\n parameters: item[\"parameters\"],\n type: item[\"type\"],\n };\n}\n\n/** Instruction step details */\nexport interface ConnectorInstructionModelBase {\n /** The parameters for the setting */\n parameters?: any;\n /** The kind of the setting */\n type: SettingType;\n}\n\nexport function connectorInstructionModelBaseSerializer(item: ConnectorInstructionModelBase): any {\n return { parameters: item[\"parameters\"], type: item[\"type\"] };\n}\n\nexport function connectorInstructionModelBaseDeserializer(\n item: any,\n): ConnectorInstructionModelBase {\n return {\n parameters: item[\"parameters\"],\n type: item[\"type\"],\n };\n}\n\n/** The kind of the setting */\nexport enum KnownSettingType {\n /** CopyableLabel */\n CopyableLabel = \"CopyableLabel\",\n /** InstructionStepsGroup */\n InstructionStepsGroup = \"InstructionStepsGroup\",\n /** InfoMessage */\n InfoMessage = \"InfoMessage\",\n}\n\n/**\n * The kind of the setting \\\n * {@link KnownSettingType} can be used interchangeably with SettingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CopyableLabel**: CopyableLabel \\\n * **InstructionStepsGroup**: InstructionStepsGroup \\\n * **InfoMessage**: InfoMessage\n */\nexport type SettingType = string;\n\n/** List all the data connectors. */\nexport interface _DataConnectorList {\n /** The DataConnector items on this page */\n value: DataConnectorUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataConnectorListDeserializer(item: any): _DataConnectorList {\n return {\n value: dataConnectorUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataConnectorUnionArraySerializer(result: Array<DataConnectorUnion>): any[] {\n return result.map((item) => {\n return dataConnectorUnionSerializer(item);\n });\n}\n\nexport function dataConnectorUnionArrayDeserializer(result: Array<DataConnectorUnion>): any[] {\n return result.map((item) => {\n return dataConnectorUnionDeserializer(item);\n });\n}\n\n/** Represents Codeless API Polling data connector. */\nexport interface DataConnectorConnectBody {\n /** The authentication kind used to poll the data */\n kind?: ConnectAuthKind;\n /** The API key of the audit server. */\n apiKey?: string;\n /** Used in v2 logs connector. Represents the data collection ingestion endpoint in log analytics. */\n dataCollectionEndpoint?: string;\n /** Used in v2 logs connector. The data collection rule immutable id, the rule defines the transformation and data destination. */\n dataCollectionRuleImmutableId?: string;\n /** Used in v2 logs connector. The stream we are sending the data to, this is the name of the streamDeclarations defined in the DCR. */\n outputStream?: string;\n /** The client secret of the OAuth 2.0 application. */\n clientSecret?: string;\n /** The client id of the OAuth 2.0 application. */\n clientId?: string;\n /** The authorization code used in OAuth 2.0 code flow to issue a token. */\n authorizationCode?: string;\n /** The user name in the audit log server. */\n userName?: string;\n /** The user password in the audit log server. */\n password?: string;\n requestConfigUserInputValues?: any[];\n}\n\nexport function dataConnectorConnectBodySerializer(item: DataConnectorConnectBody): any {\n return {\n kind: item[\"kind\"],\n apiKey: item[\"apiKey\"],\n dataCollectionEndpoint: item[\"dataCollectionEndpoint\"],\n dataCollectionRuleImmutableId: item[\"dataCollectionRuleImmutableId\"],\n outputStream: item[\"outputStream\"],\n clientSecret: item[\"clientSecret\"],\n clientId: item[\"clientId\"],\n authorizationCode: item[\"authorizationCode\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n requestConfigUserInputValues: !item[\"requestConfigUserInputValues\"]\n ? item[\"requestConfigUserInputValues\"]\n : item[\"requestConfigUserInputValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The authentication kind used to poll the data */\nexport enum KnownConnectAuthKind {\n /** Basic */\n Basic = \"Basic\",\n /** OAuth2 */\n OAuth2 = \"OAuth2\",\n /** APIKey */\n APIKey = \"APIKey\",\n}\n\n/**\n * The authentication kind used to poll the data \\\n * {@link KnownConnectAuthKind} can be used interchangeably with ConnectAuthKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic**: Basic \\\n * **OAuth2**: OAuth2 \\\n * **APIKey**: APIKey\n */\nexport type ConnectAuthKind = string;\n\n/** Represents an incident comment */\nexport interface IncidentComment extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The comment message */\n message?: string;\n /** The time the comment was created */\n readonly createdTimeUtc?: Date;\n /** The time the comment was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** Describes the client that created the comment */\n readonly author?: ClientInfo;\n}\n\nexport function incidentCommentSerializer(item: IncidentComment): any {\n return {\n properties: areAllPropsUndefined(item, [\"message\"])\n ? undefined\n : _incidentCommentPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function incidentCommentDeserializer(item: any): IncidentComment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _incidentCommentPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Incident comment property bag. */\nexport interface IncidentCommentProperties {\n /** The comment message */\n message: string;\n /** The time the comment was created */\n readonly createdTimeUtc?: Date;\n /** The time the comment was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** Describes the client that created the comment */\n readonly author?: ClientInfo;\n}\n\nexport function incidentCommentPropertiesSerializer(item: IncidentCommentProperties): any {\n return { message: item[\"message\"] };\n}\n\nexport function incidentCommentPropertiesDeserializer(item: any): IncidentCommentProperties {\n return {\n message: item[\"message\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n author: !item[\"author\"] ? item[\"author\"] : clientInfoDeserializer(item[\"author\"]),\n };\n}\n\n/** List of incident comments. */\nexport interface _IncidentCommentList {\n /** The IncidentComment items on this page */\n value: IncidentComment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _incidentCommentListDeserializer(item: any): _IncidentCommentList {\n return {\n value: incidentCommentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function incidentCommentArraySerializer(result: Array<IncidentComment>): any[] {\n return result.map((item) => {\n return incidentCommentSerializer(item);\n });\n}\n\nexport function incidentCommentArrayDeserializer(result: Array<IncidentComment>): any[] {\n return result.map((item) => {\n return incidentCommentDeserializer(item);\n });\n}\n\n/** Represents a relation between two resources */\nexport interface Relation extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The resource ID of the related resource */\n relatedResourceId?: string;\n /** The name of the related resource */\n readonly relatedResourceName?: string;\n /** The resource type of the related resource */\n readonly relatedResourceType?: string;\n /** The resource kind of the related resource */\n readonly relatedResourceKind?: string;\n}\n\nexport function relationSerializer(item: Relation): any {\n return {\n properties: areAllPropsUndefined(item, [\"relatedResourceId\"])\n ? undefined\n : _relationPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function relationDeserializer(item: any): Relation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _relationPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Relation property bag. */\nexport interface RelationProperties {\n /** The resource ID of the related resource */\n relatedResourceId: string;\n /** The name of the related resource */\n readonly relatedResourceName?: string;\n /** The resource type of the related resource */\n readonly relatedResourceType?: string;\n /** The resource kind of the related resource */\n readonly relatedResourceKind?: string;\n}\n\nexport function relationPropertiesSerializer(item: RelationProperties): any {\n return { relatedResourceId: item[\"relatedResourceId\"] };\n}\n\nexport function relationPropertiesDeserializer(item: any): RelationProperties {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n relatedResourceName: item[\"relatedResourceName\"],\n relatedResourceType: item[\"relatedResourceType\"],\n relatedResourceKind: item[\"relatedResourceKind\"],\n };\n}\n\n/** List of relations. */\nexport interface _RelationList {\n /** The Relation items on this page */\n value: Relation[];\n /** The link to the next page of items */\n readonly nextLink?: string;\n}\n\nexport function _relationListDeserializer(item: any): _RelationList {\n return {\n value: relationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function relationArraySerializer(result: Array<Relation>): any[] {\n return result.map((item) => {\n return relationSerializer(item);\n });\n}\n\nexport function relationArrayDeserializer(result: Array<Relation>): any[] {\n return result.map((item) => {\n return relationDeserializer(item);\n });\n}\n\n/** Describes incident task properties */\nexport interface IncidentTask extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The title of the task */\n title: string;\n /** The description of the task */\n description?: string;\n /** The status of the task */\n status: IncidentTaskStatus;\n /** The time the task was created */\n readonly createdTimeUtc?: Date;\n /** The last time the task was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** Information on the client (user or application) that made some action */\n createdBy?: ClientInfo;\n /** Information on the client (user or application) that made some action */\n lastModifiedBy?: ClientInfo;\n}\n\nexport function incidentTaskSerializer(item: IncidentTask): any {\n return { properties: _incidentTaskPropertiesSerializer(item), etag: item[\"etag\"] };\n}\n\nexport function incidentTaskDeserializer(item: any): IncidentTask {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._incidentTaskPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes the properties of an incident task */\nexport interface IncidentTaskProperties {\n /** The title of the task */\n title: string;\n /** The description of the task */\n description?: string;\n /** The status of the task */\n status: IncidentTaskStatus;\n /** The time the task was created */\n readonly createdTimeUtc?: Date;\n /** The last time the task was updated */\n readonly lastModifiedTimeUtc?: Date;\n /** Information on the client (user or application) that made some action */\n createdBy?: ClientInfo;\n /** Information on the client (user or application) that made some action */\n lastModifiedBy?: ClientInfo;\n}\n\nexport function incidentTaskPropertiesSerializer(item: IncidentTaskProperties): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n status: item[\"status\"],\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoSerializer(item[\"createdBy\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoSerializer(item[\"lastModifiedBy\"]),\n };\n}\n\nexport function incidentTaskPropertiesDeserializer(item: any): IncidentTaskProperties {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n status: item[\"status\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoDeserializer(item[\"createdBy\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoDeserializer(item[\"lastModifiedBy\"]),\n };\n}\n\n/** The status of the task */\nexport enum KnownIncidentTaskStatus {\n /** A new task */\n New = \"New\",\n /** A completed task */\n Completed = \"Completed\",\n}\n\n/**\n * The status of the task \\\n * {@link KnownIncidentTaskStatus} can be used interchangeably with IncidentTaskStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New**: A new task \\\n * **Completed**: A completed task\n */\nexport type IncidentTaskStatus = string;\n\n/** List of incident tasks */\nexport interface _IncidentTaskList {\n /** The IncidentTask items on this page */\n value: IncidentTask[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _incidentTaskListDeserializer(item: any): _IncidentTaskList {\n return {\n value: incidentTaskArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function incidentTaskArraySerializer(result: Array<IncidentTask>): any[] {\n return result.map((item) => {\n return incidentTaskSerializer(item);\n });\n}\n\nexport function incidentTaskArrayDeserializer(result: Array<IncidentTask>): any[] {\n return result.map((item) => {\n return incidentTaskDeserializer(item);\n });\n}\n\n/** Sentinel onboarding state */\nexport interface SentinelOnboardingState extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** Flag that indicates the status of the CMK setting */\n customerManagedKey?: boolean;\n}\n\nexport function sentinelOnboardingStateSerializer(item: SentinelOnboardingState): any {\n return {\n properties: areAllPropsUndefined(item, [\"customerManagedKey\"])\n ? undefined\n : _sentinelOnboardingStatePropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function sentinelOnboardingStateDeserializer(item: any): SentinelOnboardingState {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sentinelOnboardingStatePropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The Sentinel onboarding state properties */\nexport interface SentinelOnboardingStateProperties {\n /** Flag that indicates the status of the CMK setting */\n customerManagedKey?: boolean;\n}\n\nexport function sentinelOnboardingStatePropertiesSerializer(\n item: SentinelOnboardingStateProperties,\n): any {\n return { customerManagedKey: item[\"customerManagedKey\"] };\n}\n\nexport function sentinelOnboardingStatePropertiesDeserializer(\n item: any,\n): SentinelOnboardingStateProperties {\n return {\n customerManagedKey: item[\"customerManagedKey\"],\n };\n}\n\n/** List of the Sentinel onboarding states */\nexport interface SentinelOnboardingStatesList {\n /** Array of Sentinel onboarding states */\n value: SentinelOnboardingState[];\n}\n\nexport function sentinelOnboardingStatesListDeserializer(item: any): SentinelOnboardingStatesList {\n return {\n value: sentinelOnboardingStateArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function sentinelOnboardingStateArraySerializer(\n result: Array<SentinelOnboardingState>,\n): any[] {\n return result.map((item) => {\n return sentinelOnboardingStateSerializer(item);\n });\n}\n\nexport function sentinelOnboardingStateArrayDeserializer(\n result: Array<SentinelOnboardingState>,\n): any[] {\n return result.map((item) => {\n return sentinelOnboardingStateDeserializer(item);\n });\n}\n\n/** Security ML Analytics Setting */\nexport interface SecurityMLAnalyticsSetting extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: Anomaly */\n kind: SecurityMLAnalyticsSettingsKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function securityMLAnalyticsSettingSerializer(item: SecurityMLAnalyticsSetting): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function securityMLAnalyticsSettingDeserializer(item: any): SecurityMLAnalyticsSetting {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for SecurityMLAnalyticsSettingUnion */\nexport type SecurityMLAnalyticsSettingUnion =\n | AnomalySecurityMLAnalyticsSettings\n | SecurityMLAnalyticsSetting;\n\nexport function securityMLAnalyticsSettingUnionSerializer(\n item: SecurityMLAnalyticsSettingUnion,\n): any {\n switch (item.kind) {\n case \"Anomaly\":\n return anomalySecurityMLAnalyticsSettingsSerializer(\n item as AnomalySecurityMLAnalyticsSettings,\n );\n\n default:\n return securityMLAnalyticsSettingSerializer(item);\n }\n}\n\nexport function securityMLAnalyticsSettingUnionDeserializer(\n item: any,\n): SecurityMLAnalyticsSettingUnion {\n switch (item[\"kind\"]) {\n case \"Anomaly\":\n return anomalySecurityMLAnalyticsSettingsDeserializer(\n item as AnomalySecurityMLAnalyticsSettings,\n );\n\n default:\n return securityMLAnalyticsSettingDeserializer(item);\n }\n}\n\n/** The kind of security ML analytics settings */\nexport enum KnownSecurityMLAnalyticsSettingsKind {\n /** Anomaly */\n Anomaly = \"Anomaly\",\n}\n\n/**\n * The kind of security ML analytics settings \\\n * {@link KnownSecurityMLAnalyticsSettingsKind} can be used interchangeably with SecurityMLAnalyticsSettingsKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Anomaly**: Anomaly\n */\nexport type SecurityMLAnalyticsSettingsKind = string;\n\n/** Represents Anomaly Security ML Analytics Settings */\nexport interface AnomalySecurityMLAnalyticsSettings extends SecurityMLAnalyticsSetting {\n /** The kind of security ML Analytics Settings */\n kind: \"Anomaly\";\n /** The description of the SecurityMLAnalyticsSettings. */\n description?: string;\n /** The display name for settings created by this SecurityMLAnalyticsSettings. */\n displayName?: string;\n /** Determines whether this settings is enabled or disabled. */\n enabled?: boolean;\n /** The last time that this SecurityMLAnalyticsSettings has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The required data sources for this SecurityMLAnalyticsSettings */\n requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];\n /** The tactics of the SecurityMLAnalyticsSettings */\n tactics?: AttackTactic[];\n /** The techniques of the SecurityMLAnalyticsSettings */\n techniques?: string[];\n /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */\n anomalyVersion?: string;\n /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */\n customizableObservations?: any;\n /** The frequency that this SecurityMLAnalyticsSettings will be run. */\n frequency?: string;\n /** The anomaly SecurityMLAnalyticsSettings status */\n settingsStatus?: SettingsStatus;\n /** Determines whether this anomaly security ml analytics settings is a default settings */\n isDefaultSettings?: boolean;\n /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */\n anomalySettingsVersion?: number;\n /** The anomaly settings definition Id */\n settingsDefinitionId?: string;\n}\n\nexport function anomalySecurityMLAnalyticsSettingsSerializer(\n item: AnomalySecurityMLAnalyticsSettings,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"description\",\n \"displayName\",\n \"enabled\",\n \"requiredDataConnectors\",\n \"tactics\",\n \"techniques\",\n \"anomalyVersion\",\n \"customizableObservations\",\n \"frequency\",\n \"settingsStatus\",\n \"isDefaultSettings\",\n \"anomalySettingsVersion\",\n \"settingsDefinitionId\",\n ])\n ? undefined\n : _anomalySecurityMLAnalyticsSettingsPropertiesSerializer(item),\n };\n}\n\nexport function anomalySecurityMLAnalyticsSettingsDeserializer(\n item: any,\n): AnomalySecurityMLAnalyticsSettings {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _anomalySecurityMLAnalyticsSettingsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** AnomalySecurityMLAnalytics settings base property bag. */\nexport interface AnomalySecurityMLAnalyticsSettingsProperties {\n /** The description of the SecurityMLAnalyticsSettings. */\n description?: string;\n /** The display name for settings created by this SecurityMLAnalyticsSettings. */\n displayName: string;\n /** Determines whether this settings is enabled or disabled. */\n enabled: boolean;\n /** The last time that this SecurityMLAnalyticsSettings has been modified. */\n readonly lastModifiedUtc?: Date;\n /** The required data sources for this SecurityMLAnalyticsSettings */\n requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[];\n /** The tactics of the SecurityMLAnalyticsSettings */\n tactics?: AttackTactic[];\n /** The techniques of the SecurityMLAnalyticsSettings */\n techniques?: string[];\n /** The anomaly version of the AnomalySecurityMLAnalyticsSettings. */\n anomalyVersion: string;\n /** The customizable observations of the AnomalySecurityMLAnalyticsSettings. */\n customizableObservations?: any;\n /** The frequency that this SecurityMLAnalyticsSettings will be run. */\n frequency: string;\n /** The anomaly SecurityMLAnalyticsSettings status */\n settingsStatus: SettingsStatus;\n /** Determines whether this anomaly security ml analytics settings is a default settings */\n isDefaultSettings: boolean;\n /** The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. */\n anomalySettingsVersion?: number;\n /** The anomaly settings definition Id */\n settingsDefinitionId?: string;\n}\n\nexport function anomalySecurityMLAnalyticsSettingsPropertiesSerializer(\n item: AnomalySecurityMLAnalyticsSettingsProperties,\n): any {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : securityMLAnalyticsSettingsDataSourceArraySerializer(item[\"requiredDataConnectors\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n anomalyVersion: item[\"anomalyVersion\"],\n customizableObservations: item[\"customizableObservations\"],\n frequency: item[\"frequency\"],\n settingsStatus: item[\"settingsStatus\"],\n isDefaultSettings: item[\"isDefaultSettings\"],\n anomalySettingsVersion: item[\"anomalySettingsVersion\"],\n settingsDefinitionId: item[\"settingsDefinitionId\"],\n };\n}\n\nexport function anomalySecurityMLAnalyticsSettingsPropertiesDeserializer(\n item: any,\n): AnomalySecurityMLAnalyticsSettingsProperties {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : securityMLAnalyticsSettingsDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n anomalyVersion: item[\"anomalyVersion\"],\n customizableObservations: item[\"customizableObservations\"],\n frequency: item[\"frequency\"],\n settingsStatus: item[\"settingsStatus\"],\n isDefaultSettings: item[\"isDefaultSettings\"],\n anomalySettingsVersion: item[\"anomalySettingsVersion\"],\n settingsDefinitionId: item[\"settingsDefinitionId\"],\n };\n}\n\nexport function securityMLAnalyticsSettingsDataSourceArraySerializer(\n result: Array<SecurityMLAnalyticsSettingsDataSource>,\n): any[] {\n return result.map((item) => {\n return securityMLAnalyticsSettingsDataSourceSerializer(item);\n });\n}\n\nexport function securityMLAnalyticsSettingsDataSourceArrayDeserializer(\n result: Array<SecurityMLAnalyticsSettingsDataSource>,\n): any[] {\n return result.map((item) => {\n return securityMLAnalyticsSettingsDataSourceDeserializer(item);\n });\n}\n\n/** security ml analytics settings data sources */\nexport interface SecurityMLAnalyticsSettingsDataSource {\n /** The connector id that provides the following data types */\n connectorId?: string;\n /** The data types used by the security ml analytics settings */\n dataTypes?: string[];\n}\n\nexport function securityMLAnalyticsSettingsDataSourceSerializer(\n item: SecurityMLAnalyticsSettingsDataSource,\n): any {\n return {\n connectorId: item[\"connectorId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : item[\"dataTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function securityMLAnalyticsSettingsDataSourceDeserializer(\n item: any,\n): SecurityMLAnalyticsSettingsDataSource {\n return {\n connectorId: item[\"connectorId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : item[\"dataTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The anomaly SecurityMLAnalyticsSettings status */\nexport enum KnownSettingsStatus {\n /** Anomaly settings status in Production mode */\n Production = \"Production\",\n /** Anomaly settings status in Flighting mode */\n Flighting = \"Flighting\",\n}\n\n/**\n * The anomaly SecurityMLAnalyticsSettings status \\\n * {@link KnownSettingsStatus} can be used interchangeably with SettingsStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Production**: Anomaly settings status in Production mode \\\n * **Flighting**: Anomaly settings status in Flighting mode\n */\nexport type SettingsStatus = string;\n\n/** List all the SecurityMLAnalyticsSettings */\nexport interface _SecurityMLAnalyticsSettingsList {\n /** The SecurityMLAnalyticsSetting items on this page */\n value: SecurityMLAnalyticsSettingUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _securityMLAnalyticsSettingsListDeserializer(\n item: any,\n): _SecurityMLAnalyticsSettingsList {\n return {\n value: securityMLAnalyticsSettingUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function securityMLAnalyticsSettingUnionArraySerializer(\n result: Array<SecurityMLAnalyticsSettingUnion>,\n): any[] {\n return result.map((item) => {\n return securityMLAnalyticsSettingUnionSerializer(item);\n });\n}\n\nexport function securityMLAnalyticsSettingUnionArrayDeserializer(\n result: Array<SecurityMLAnalyticsSettingUnion>,\n): any[] {\n return result.map((item) => {\n return securityMLAnalyticsSettingUnionDeserializer(item);\n });\n}\n\n/** Represents a SourceControl in Azure Security Insights. */\nexport interface SourceControl extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The id (a Guid) of the source control */\n readonly idPropertiesId?: string;\n /** The version number associated with the source control */\n readonly version?: Version;\n /** The display name of the source control */\n displayName: string;\n /** A description of the source control */\n description?: string;\n /** The repository type of the source control */\n repoType: RepoType;\n /** Array of source control content types. */\n contentTypes: ContentType[];\n /** Repository metadata. */\n repository: Repository;\n /** Service principal metadata. */\n servicePrincipal?: ServicePrincipal;\n /** Workload Identity metadata. */\n readonly workloadIdentityFederation?: WorkloadIdentityFederation;\n /** Repository access credentials. This is write-only object and it never returns back to a user. */\n repositoryAccess?: RepositoryAccess;\n /** Information regarding the resources created in user's repository. */\n repositoryResourceInfo?: RepositoryResourceInfo;\n /** Information regarding the latest deployment for the source control. */\n readonly lastDeploymentInfo?: DeploymentInfo;\n /** Information regarding the pull request of the source control. */\n readonly pullRequest?: PullRequest;\n}\n\nexport function sourceControlSerializer(item: SourceControl): any {\n return { properties: _sourceControlPropertiesSerializer(item), etag: item[\"etag\"] };\n}\n\nexport function sourceControlDeserializer(item: any): SourceControl {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._sourceControlPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes source control properties */\nexport interface SourceControlProperties {\n /** The id (a Guid) of the source control */\n readonly id?: string;\n /** The version number associated with the source control */\n readonly version?: Version;\n /** The display name of the source control */\n displayName: string;\n /** A description of the source control */\n description?: string;\n /** The repository type of the source control */\n repoType: RepoType;\n /** Array of source control content types. */\n contentTypes: ContentType[];\n /** Repository metadata. */\n repository: Repository;\n /** Service principal metadata. */\n servicePrincipal?: ServicePrincipal;\n /** Workload Identity metadata. */\n readonly workloadIdentityFederation?: WorkloadIdentityFederation;\n /** Repository access credentials. This is write-only object and it never returns back to a user. */\n repositoryAccess?: RepositoryAccess;\n /** Information regarding the resources created in user's repository. */\n repositoryResourceInfo?: RepositoryResourceInfo;\n /** Information regarding the latest deployment for the source control. */\n readonly lastDeploymentInfo?: DeploymentInfo;\n /** Information regarding the pull request of the source control. */\n readonly pullRequest?: PullRequest;\n}\n\nexport function sourceControlPropertiesSerializer(item: SourceControlProperties): any {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n repoType: item[\"repoType\"],\n contentTypes: item[\"contentTypes\"].map((p: any) => {\n return p;\n }),\n repository: repositorySerializer(item[\"repository\"]),\n servicePrincipal: !item[\"servicePrincipal\"]\n ? item[\"servicePrincipal\"]\n : servicePrincipalSerializer(item[\"servicePrincipal\"]),\n repositoryAccess: !item[\"repositoryAccess\"]\n ? item[\"repositoryAccess\"]\n : repositoryAccessSerializer(item[\"repositoryAccess\"]),\n repositoryResourceInfo: !item[\"repositoryResourceInfo\"]\n ? item[\"repositoryResourceInfo\"]\n : repositoryResourceInfoSerializer(item[\"repositoryResourceInfo\"]),\n };\n}\n\nexport function sourceControlPropertiesDeserializer(item: any): SourceControlProperties {\n return {\n id: item[\"id\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n repoType: item[\"repoType\"],\n contentTypes: item[\"contentTypes\"].map((p: any) => {\n return p;\n }),\n repository: repositoryDeserializer(item[\"repository\"]),\n servicePrincipal: !item[\"servicePrincipal\"]\n ? item[\"servicePrincipal\"]\n : servicePrincipalDeserializer(item[\"servicePrincipal\"]),\n workloadIdentityFederation: !item[\"workloadIdentityFederation\"]\n ? item[\"workloadIdentityFederation\"]\n : workloadIdentityFederationDeserializer(item[\"workloadIdentityFederation\"]),\n repositoryAccess: !item[\"repositoryAccess\"]\n ? item[\"repositoryAccess\"]\n : repositoryAccessDeserializer(item[\"repositoryAccess\"]),\n repositoryResourceInfo: !item[\"repositoryResourceInfo\"]\n ? item[\"repositoryResourceInfo\"]\n : repositoryResourceInfoDeserializer(item[\"repositoryResourceInfo\"]),\n lastDeploymentInfo: !item[\"lastDeploymentInfo\"]\n ? item[\"lastDeploymentInfo\"]\n : deploymentInfoDeserializer(item[\"lastDeploymentInfo\"]),\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestDeserializer(item[\"pullRequest\"]),\n };\n}\n\n/** The version of the source control. */\nexport enum KnownVersion {\n /** V1 */\n V1 = \"V1\",\n /** V2 */\n V2 = \"V2\",\n}\n\n/**\n * The version of the source control. \\\n * {@link KnownVersion} can be used interchangeably with Version,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **V1**: V1 \\\n * **V2**: V2\n */\nexport type Version = string;\n\n/** The type of repository. */\nexport enum KnownRepoType {\n /** Github */\n Github = \"Github\",\n /** AzureDevOps */\n AzureDevOps = \"AzureDevOps\",\n}\n\n/**\n * The type of repository. \\\n * {@link KnownRepoType} can be used interchangeably with RepoType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Github**: Github \\\n * **AzureDevOps**: AzureDevOps\n */\nexport type RepoType = string;\n\n/** The content type of a source control path. */\nexport enum KnownContentType {\n /** AnalyticsRule */\n AnalyticsRule = \"AnalyticsRule\",\n /** AutomationRule */\n AutomationRule = \"AutomationRule\",\n /** HuntingQuery */\n HuntingQuery = \"HuntingQuery\",\n /** Parser */\n Parser = \"Parser\",\n /** Playbook */\n Playbook = \"Playbook\",\n /** Workbook */\n Workbook = \"Workbook\",\n}\n\n/**\n * The content type of a source control path. \\\n * {@link KnownContentType} can be used interchangeably with ContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AnalyticsRule**: AnalyticsRule \\\n * **AutomationRule**: AutomationRule \\\n * **HuntingQuery**: HuntingQuery \\\n * **Parser**: Parser \\\n * **Playbook**: Playbook \\\n * **Workbook**: Workbook\n */\nexport type ContentType = string;\n\n/** metadata of a repository. */\nexport interface Repository {\n /** Url of repository. */\n url: string;\n /** Branch name of repository. */\n branch: string;\n /** Display url of repository. */\n displayUrl?: string;\n /** Url to access repository action logs. */\n readonly deploymentLogsUrl?: string;\n}\n\nexport function repositorySerializer(item: Repository): any {\n return { url: item[\"url\"], branch: item[\"branch\"], displayUrl: item[\"displayUrl\"] };\n}\n\nexport function repositoryDeserializer(item: any): Repository {\n return {\n url: item[\"url\"],\n branch: item[\"branch\"],\n displayUrl: item[\"displayUrl\"],\n deploymentLogsUrl: item[\"deploymentLogsUrl\"],\n };\n}\n\n/** Service principal metadata. */\nexport interface ServicePrincipal {\n /** Id of service principal. */\n readonly id?: string;\n /** Tenant id of service principal. */\n readonly tenantId?: string;\n /** App id of service principal. */\n readonly appId?: string;\n /** Expiration time of service principal credentials. */\n credentialsExpireOn?: Date;\n}\n\nexport function servicePrincipalSerializer(item: ServicePrincipal): any {\n return {\n credentialsExpireOn: !item[\"credentialsExpireOn\"]\n ? item[\"credentialsExpireOn\"]\n : item[\"credentialsExpireOn\"].toISOString(),\n };\n}\n\nexport function servicePrincipalDeserializer(item: any): ServicePrincipal {\n return {\n id: item[\"id\"],\n tenantId: item[\"tenantId\"],\n appId: item[\"appId\"],\n credentialsExpireOn: !item[\"credentialsExpireOn\"]\n ? item[\"credentialsExpireOn\"]\n : new Date(item[\"credentialsExpireOn\"]),\n };\n}\n\n/** Workload Identity Federation metadata. */\nexport interface WorkloadIdentityFederation {\n /** Id of Workload Identity Federation. */\n readonly id?: string;\n /** Tenant id of Workload Identity Federation. */\n readonly tenantId?: string;\n /** App id of Workload Identity Federation. */\n readonly appId?: string;\n /** Subject of Workload Identity Federation. */\n readonly subject?: string;\n /** Issuer of Workload Identity Federation. */\n readonly issuer?: string;\n}\n\nexport function workloadIdentityFederationDeserializer(item: any): WorkloadIdentityFederation {\n return {\n id: item[\"id\"],\n tenantId: item[\"tenantId\"],\n appId: item[\"appId\"],\n subject: item[\"subject\"],\n issuer: item[\"issuer\"],\n };\n}\n\n/** Credentials to access repository. */\nexport interface RepositoryAccess {\n /** The kind of repository access credentials */\n kind: RepositoryAccessKind;\n /** OAuth Code. Required when `kind` is `OAuth` */\n code?: string;\n /** OAuth State. Required when `kind` is `OAuth` */\n state?: string;\n /** OAuth ClientId. Required when `kind` is `OAuth` */\n clientId?: string;\n /** Personal Access Token. Required when `kind` is `PAT` */\n token?: string;\n /** Application installation ID. Required when `kind` is `App`. Supported by `GitHub` only. */\n installationId?: string;\n}\n\nexport function repositoryAccessSerializer(item: RepositoryAccess): any {\n return {\n kind: item[\"kind\"],\n code: item[\"code\"],\n state: item[\"state\"],\n clientId: item[\"clientId\"],\n token: item[\"token\"],\n installationId: item[\"installationId\"],\n };\n}\n\nexport function repositoryAccessDeserializer(item: any): RepositoryAccess {\n return {\n kind: item[\"kind\"],\n code: item[\"code\"],\n state: item[\"state\"],\n clientId: item[\"clientId\"],\n token: item[\"token\"],\n installationId: item[\"installationId\"],\n };\n}\n\n/** The kind of repository access credentials */\nexport enum KnownRepositoryAccessKind {\n /** OAuth */\n OAuth = \"OAuth\",\n /** PAT */\n PAT = \"PAT\",\n /** App */\n App = \"App\",\n}\n\n/**\n * The kind of repository access credentials \\\n * {@link KnownRepositoryAccessKind} can be used interchangeably with RepositoryAccessKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OAuth**: OAuth \\\n * **PAT**: PAT \\\n * **App**: App\n */\nexport type RepositoryAccessKind = string;\n\n/** Resources created in user's repository for the source-control. */\nexport interface RepositoryResourceInfo {\n /** The webhook object created for the source-control. */\n webhook?: Webhook;\n /** Resources created in GitHub for this source-control. */\n readonly gitHubResourceInfo?: GitHubResourceInfo;\n /** Resources created in Azure DevOps for this source-control. */\n readonly azureDevOpsResourceInfo?: AzureDevOpsResourceInfo;\n}\n\nexport function repositoryResourceInfoSerializer(item: RepositoryResourceInfo): any {\n return { webhook: !item[\"webhook\"] ? item[\"webhook\"] : webhookSerializer(item[\"webhook\"]) };\n}\n\nexport function repositoryResourceInfoDeserializer(item: any): RepositoryResourceInfo {\n return {\n webhook: !item[\"webhook\"] ? item[\"webhook\"] : webhookDeserializer(item[\"webhook\"]),\n gitHubResourceInfo: !item[\"gitHubResourceInfo\"]\n ? item[\"gitHubResourceInfo\"]\n : gitHubResourceInfoDeserializer(item[\"gitHubResourceInfo\"]),\n azureDevOpsResourceInfo: !item[\"azureDevOpsResourceInfo\"]\n ? item[\"azureDevOpsResourceInfo\"]\n : azureDevOpsResourceInfoDeserializer(item[\"azureDevOpsResourceInfo\"]),\n };\n}\n\n/** Detail about the webhook object. */\nexport interface Webhook {\n /** Unique identifier for the webhook. */\n readonly webhookId?: string;\n /** URL that gets invoked by the webhook. */\n readonly webhookUrl?: string;\n /** Time when the webhook secret was updated. */\n readonly webhookSecretUpdateTime?: Date;\n /** A flag to instruct the backend service to rotate webhook secret. */\n rotateWebhookSecret?: boolean;\n}\n\nexport function webhookSerializer(item: Webhook): any {\n return { rotateWebhookSecret: item[\"rotateWebhookSecret\"] };\n}\n\nexport function webhookDeserializer(item: any): Webhook {\n return {\n webhookId: item[\"webhookId\"],\n webhookUrl: item[\"webhookUrl\"],\n webhookSecretUpdateTime: !item[\"webhookSecretUpdateTime\"]\n ? item[\"webhookSecretUpdateTime\"]\n : new Date(item[\"webhookSecretUpdateTime\"]),\n rotateWebhookSecret: item[\"rotateWebhookSecret\"],\n };\n}\n\n/** Resources created in GitHub repository. */\nexport interface GitHubResourceInfo {\n /** GitHub application installation id. */\n appInstallationId?: string;\n}\n\nexport function gitHubResourceInfoDeserializer(item: any): GitHubResourceInfo {\n return {\n appInstallationId: item[\"appInstallationId\"],\n };\n}\n\n/** Resources created in Azure DevOps repository. */\nexport interface AzureDevOpsResourceInfo {\n /** Id of the pipeline created for the source-control. */\n pipelineId?: string;\n /** Id of the service-connection created for the source-control. */\n serviceConnectionId?: string;\n}\n\nexport function azureDevOpsResourceInfoDeserializer(item: any): AzureDevOpsResourceInfo {\n return {\n pipelineId: item[\"pipelineId\"],\n serviceConnectionId: item[\"serviceConnectionId\"],\n };\n}\n\n/** Information regarding a deployment. */\nexport interface DeploymentInfo {\n /** Status while fetching the last deployment. */\n deploymentFetchStatus?: DeploymentFetchStatus;\n /** Deployment information. */\n deployment?: Deployment;\n /** Additional details about the deployment that can be shown to the user. */\n message?: string;\n}\n\nexport function deploymentInfoDeserializer(item: any): DeploymentInfo {\n return {\n deploymentFetchStatus: item[\"deploymentFetchStatus\"],\n deployment: !item[\"deployment\"]\n ? item[\"deployment\"]\n : deploymentDeserializer(item[\"deployment\"]),\n message: item[\"message\"],\n };\n}\n\n/** Status while trying to fetch the deployment information. */\nexport enum KnownDeploymentFetchStatus {\n /** Success */\n Success = \"Success\",\n /** Unauthorized */\n Unauthorized = \"Unauthorized\",\n /** NotFound */\n NotFound = \"NotFound\",\n}\n\n/**\n * Status while trying to fetch the deployment information. \\\n * {@link KnownDeploymentFetchStatus} can be used interchangeably with DeploymentFetchStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success**: Success \\\n * **Unauthorized**: Unauthorized \\\n * **NotFound**: NotFound\n */\nexport type DeploymentFetchStatus = string;\n\n/** Description about a deployment. */\nexport interface Deployment {\n /** Deployment identifier. */\n deploymentId?: string;\n /** Current status of the deployment. */\n deploymentState?: DeploymentState;\n /** The outcome of the deployment. */\n deploymentResult?: DeploymentResult;\n /** The time when the deployment finished. */\n deploymentTime?: Date;\n /** Url to access repository action logs. */\n deploymentLogsUrl?: string;\n}\n\nexport function deploymentDeserializer(item: any): Deployment {\n return {\n deploymentId: item[\"deploymentId\"],\n deploymentState: item[\"deploymentState\"],\n deploymentResult: item[\"deploymentResult\"],\n deploymentTime: !item[\"deploymentTime\"]\n ? item[\"deploymentTime\"]\n : new Date(item[\"deploymentTime\"]),\n deploymentLogsUrl: item[\"deploymentLogsUrl\"],\n };\n}\n\n/** The current state of the deployment. */\nexport enum KnownDeploymentState {\n /** In_Progress */\n InProgress = \"In_Progress\",\n /** Completed */\n Completed = \"Completed\",\n /** Queued */\n Queued = \"Queued\",\n /** Canceling */\n Canceling = \"Canceling\",\n}\n\n/**\n * The current state of the deployment. \\\n * {@link KnownDeploymentState} can be used interchangeably with DeploymentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **In_Progress**: In_Progress \\\n * **Completed**: Completed \\\n * **Queued**: Queued \\\n * **Canceling**: Canceling\n */\nexport type DeploymentState = string;\n\n/** Status while trying to fetch the deployment information. */\nexport enum KnownDeploymentResult {\n /** Success */\n Success = \"Success\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Status while trying to fetch the deployment information. \\\n * {@link KnownDeploymentResult} can be used interchangeably with DeploymentResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success**: Success \\\n * **Canceled**: Canceled \\\n * **Failed**: Failed\n */\nexport type DeploymentResult = string;\n\n/** Information regarding pull request for protected branches. */\nexport interface PullRequest {\n /** URL of pull request */\n readonly url?: string;\n /** State of the pull request */\n readonly state?: State;\n}\n\nexport function pullRequestDeserializer(item: any): PullRequest {\n return {\n url: item[\"url\"],\n state: item[\"state\"],\n };\n}\n\n/** State of recommendation. */\nexport enum KnownState {\n /** Recommendation is active. */\n Active = \"Active\",\n /** Recommendation is in progress. */\n InProgress = \"InProgress\",\n /** Recommendation has been dismissed. */\n Dismissed = \"Dismissed\",\n /** Recommendation has been completed by user. */\n CompletedByUser = \"CompletedByUser\",\n /** Recommendation has been completed by the system. */\n CompletedBySystem = \"CompletedBySystem\",\n}\n\n/**\n * State of recommendation. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Recommendation is active. \\\n * **InProgress**: Recommendation is in progress. \\\n * **Dismissed**: Recommendation has been dismissed. \\\n * **CompletedByUser**: Recommendation has been completed by user. \\\n * **CompletedBySystem**: Recommendation has been completed by the system.\n */\nexport type State = string;\n\n/** List all the source controls. */\nexport interface _SourceControlList {\n /** The SourceControl items on this page */\n value: SourceControl[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sourceControlListDeserializer(item: any): _SourceControlList {\n return {\n value: sourceControlArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sourceControlArraySerializer(result: Array<SourceControl>): any[] {\n return result.map((item) => {\n return sourceControlSerializer(item);\n });\n}\n\nexport function sourceControlArrayDeserializer(result: Array<SourceControl>): any[] {\n return result.map((item) => {\n return sourceControlDeserializer(item);\n });\n}\n\n/** Credentials to access repository. */\nexport interface RepositoryAccessProperties {\n /** RepositoryAccess properties */\n repositoryAccess: RepositoryAccess;\n}\n\nexport function repositoryAccessPropertiesSerializer(item: RepositoryAccessProperties): any {\n return { properties: _repositoryAccessPropertiesPropertiesSerializer(item) };\n}\n\n/** Credentials to access repository. */\nexport interface RepositoryAccessObject {\n /** The kind of repository access credentials */\n kind: RepositoryAccessKind;\n /** OAuth Code. Required when `kind` is `OAuth` */\n code?: string;\n /** OAuth State. Required when `kind` is `OAuth` */\n state?: string;\n /** OAuth ClientId. Required when `kind` is `OAuth` */\n clientId?: string;\n /** Personal Access Token. Required when `kind` is `PAT` */\n token?: string;\n /** Application installation ID. Required when `kind` is `App`. Supported by `GitHub` only. */\n installationId?: string;\n}\n\nexport function repositoryAccessObjectSerializer(item: RepositoryAccessObject): any {\n return { repositoryAccess: _repositoryAccessObjectRepositoryAccessSerializer(item) };\n}\n\n/** Warning response structure. */\nexport interface Warning {\n /** Warning data. */\n readonly warning?: WarningBody;\n}\n\nexport function warningDeserializer(item: any): Warning {\n return {\n warning: !item[\"warning\"] ? item[\"warning\"] : warningBodyDeserializer(item[\"warning\"]),\n };\n}\n\n/** Warning details. */\nexport interface WarningBody {\n /** An identifier for the warning. Codes are invariant and are intended to be consumed programmatically. */\n readonly code?: WarningCode;\n /** A message describing the warning, intended to be suitable for display in a user interface. */\n readonly message?: string;\n readonly details?: WarningBody[];\n}\n\nexport function warningBodyDeserializer(item: any): WarningBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n details: !item[\"details\"] ? item[\"details\"] : warningBodyArrayDeserializer(item[\"details\"]),\n };\n}\n\n/** The type of repository. */\nexport enum KnownWarningCode {\n /** SourceControlWarning_DeleteServicePrincipal */\n SourceControlWarningDeleteServicePrincipal = \"SourceControlWarning_DeleteServicePrincipal\",\n /** SourceControlWarning_DeletePipelineFromAzureDevOps */\n SourceControlWarningDeletePipelineFromAzureDevOps = \"SourceControlWarning_DeletePipelineFromAzureDevOps\",\n /** SourceControlWarning_DeleteWorkflowAndSecretFromGitHub */\n SourceControlWarningDeleteWorkflowAndSecretFromGitHub = \"SourceControlWarning_DeleteWorkflowAndSecretFromGitHub\",\n /** SourceControlWarning_DeleteRoleAssignment */\n SourceControlWarningDeleteRoleAssignment = \"SourceControlWarning_DeleteRoleAssignment\",\n /** SourceControl_DeletedWithWarnings */\n SourceControlDeletedWithWarnings = \"SourceControl_DeletedWithWarnings\",\n}\n\n/**\n * The type of repository. \\\n * {@link KnownWarningCode} can be used interchangeably with WarningCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SourceControlWarning_DeleteServicePrincipal**: SourceControlWarning_DeleteServicePrincipal \\\n * **SourceControlWarning_DeletePipelineFromAzureDevOps**: SourceControlWarning_DeletePipelineFromAzureDevOps \\\n * **SourceControlWarning_DeleteWorkflowAndSecretFromGitHub**: SourceControlWarning_DeleteWorkflowAndSecretFromGitHub \\\n * **SourceControlWarning_DeleteRoleAssignment**: SourceControlWarning_DeleteRoleAssignment \\\n * **SourceControl_DeletedWithWarnings**: SourceControl_DeletedWithWarnings\n */\nexport type WarningCode = string;\n\nexport function warningBodyArrayDeserializer(result: Array<WarningBody>): any[] {\n return result.map((item) => {\n return warningBodyDeserializer(item);\n });\n}\n\n/** Represents a Watchlist in Azure Security Insights. */\nexport interface Watchlist extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The id (a Guid) of the watchlist */\n watchlistId?: string;\n /** The display name of the watchlist */\n displayName?: string;\n /** The provider of the watchlist */\n provider?: string;\n /** The filename of the watchlist, called 'source' */\n source?: string;\n /** The sourceType of the watchlist */\n sourceType?: SourceType;\n /** The time the watchlist was created */\n created?: Date;\n /** The last time the watchlist was updated */\n updated?: Date;\n /** Describes a user that created the watchlist */\n createdBy?: UserInfo;\n /** Describes a user that updated the watchlist */\n updatedBy?: UserInfo;\n /** A description of the watchlist */\n description?: string;\n /** The type of the watchlist */\n watchlistType?: string;\n /** The alias of the watchlist */\n watchlistAlias?: string;\n /** A flag that indicates if the watchlist is deleted or not */\n isDeleted?: boolean;\n /** List of labels relevant to this watchlist */\n labels?: string[];\n /** The default duration of a watchlist (in ISO 8601 duration format) */\n defaultDuration?: string;\n /** The tenantId where the watchlist belongs to */\n tenantId?: string;\n /** The number of lines in a csv/tsv content to skip before the header */\n numberOfLinesToSkip?: number;\n /** The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint */\n rawContent?: string;\n /** The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address. */\n itemsSearchKey?: string;\n /** The content type of the raw content. Example : text/csv or text/tsv */\n contentType?: string;\n /** The status of the Watchlist upload : New, InProgress or Complete. **Note** : When a Watchlist upload status is InProgress, the Watchlist cannot be deleted */\n uploadStatus?: string;\n /** Describes provisioning state */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function watchlistSerializer(item: Watchlist): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"watchlistId\",\n \"displayName\",\n \"provider\",\n \"source\",\n \"sourceType\",\n \"created\",\n \"updated\",\n \"createdBy\",\n \"updatedBy\",\n \"description\",\n \"watchlistType\",\n \"watchlistAlias\",\n \"isDeleted\",\n \"labels\",\n \"defaultDuration\",\n \"tenantId\",\n \"numberOfLinesToSkip\",\n \"rawContent\",\n \"itemsSearchKey\",\n \"contentType\",\n \"uploadStatus\",\n ])\n ? undefined\n : _watchlistPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function watchlistDeserializer(item: any): Watchlist {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _watchlistPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes watchlist properties */\nexport interface WatchlistProperties {\n /** The id (a Guid) of the watchlist */\n watchlistId?: string;\n /** The display name of the watchlist */\n displayName: string;\n /** The provider of the watchlist */\n provider: string;\n /** The filename of the watchlist, called 'source' */\n source?: string;\n /** The sourceType of the watchlist */\n sourceType?: SourceType;\n /** The time the watchlist was created */\n created?: Date;\n /** The last time the watchlist was updated */\n updated?: Date;\n /** Describes a user that created the watchlist */\n createdBy?: UserInfo;\n /** Describes a user that updated the watchlist */\n updatedBy?: UserInfo;\n /** A description of the watchlist */\n description?: string;\n /** The type of the watchlist */\n watchlistType?: string;\n /** The alias of the watchlist */\n watchlistAlias?: string;\n /** A flag that indicates if the watchlist is deleted or not */\n isDeleted?: boolean;\n /** List of labels relevant to this watchlist */\n labels?: string[];\n /** The default duration of a watchlist (in ISO 8601 duration format) */\n defaultDuration?: string;\n /** The tenantId where the watchlist belongs to */\n tenantId?: string;\n /** The number of lines in a csv/tsv content to skip before the header */\n numberOfLinesToSkip?: number;\n /** The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint */\n rawContent?: string;\n /** The search key is used to optimize query performance when using watchlists for joins with other data. For example, enable a column with IP addresses to be the designated SearchKey field, then use this field as the key field when joining to other event data by IP address. */\n itemsSearchKey: string;\n /** The content type of the raw content. Example : text/csv or text/tsv */\n contentType?: string;\n /** The status of the Watchlist upload : New, InProgress or Complete. **Note** : When a Watchlist upload status is InProgress, the Watchlist cannot be deleted */\n uploadStatus?: string;\n /** Describes provisioning state */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function watchlistPropertiesSerializer(item: WatchlistProperties): any {\n return {\n watchlistId: item[\"watchlistId\"],\n displayName: item[\"displayName\"],\n provider: item[\"provider\"],\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n description: item[\"description\"],\n watchlistType: item[\"watchlistType\"],\n watchlistAlias: item[\"watchlistAlias\"],\n isDeleted: item[\"isDeleted\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n defaultDuration: item[\"defaultDuration\"],\n tenantId: item[\"tenantId\"],\n numberOfLinesToSkip: item[\"numberOfLinesToSkip\"],\n rawContent: item[\"rawContent\"],\n itemsSearchKey: item[\"itemsSearchKey\"],\n contentType: item[\"contentType\"],\n uploadStatus: item[\"uploadStatus\"],\n };\n}\n\nexport function watchlistPropertiesDeserializer(item: any): WatchlistProperties {\n return {\n watchlistId: item[\"watchlistId\"],\n displayName: item[\"displayName\"],\n provider: item[\"provider\"],\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n description: item[\"description\"],\n watchlistType: item[\"watchlistType\"],\n watchlistAlias: item[\"watchlistAlias\"],\n isDeleted: item[\"isDeleted\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n defaultDuration: item[\"defaultDuration\"],\n tenantId: item[\"tenantId\"],\n numberOfLinesToSkip: item[\"numberOfLinesToSkip\"],\n rawContent: item[\"rawContent\"],\n itemsSearchKey: item[\"itemsSearchKey\"],\n contentType: item[\"contentType\"],\n uploadStatus: item[\"uploadStatus\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The sourceType of the watchlist */\nexport enum KnownSourceType {\n /** The source from local file. */\n Local = \"Local\",\n /** The source from Azure storage. */\n AzureStorage = \"AzureStorage\",\n}\n\n/**\n * The sourceType of the watchlist \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local**: The source from local file. \\\n * **AzureStorage**: The source from Azure storage.\n */\nexport type SourceType = string;\n\n/** The triggered analytics rule run provisioning state */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The triggered analytics rule run provisioning state \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: Accepted \\\n * **InProgress**: InProgress \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Canceled**: Canceled\n */\nexport type ProvisioningState = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** List all the watchlists. */\nexport interface _WatchlistList {\n /** The Watchlist items on this page */\n value: Watchlist[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _watchlistListDeserializer(item: any): _WatchlistList {\n return {\n value: watchlistArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function watchlistArraySerializer(result: Array<Watchlist>): any[] {\n return result.map((item) => {\n return watchlistSerializer(item);\n });\n}\n\nexport function watchlistArrayDeserializer(result: Array<Watchlist>): any[] {\n return result.map((item) => {\n return watchlistDeserializer(item);\n });\n}\n\n/** Represents a Watchlist Item in Azure Security Insights. */\nexport interface WatchlistItem extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The type of the watchlist item */\n watchlistItemType?: string;\n /** The id (a Guid) of the watchlist item */\n watchlistItemId?: string;\n /** The tenantId to which the watchlist item belongs to */\n tenantId?: string;\n /** A flag that indicates if the watchlist item is deleted or not */\n isDeleted?: boolean;\n /** The time the watchlist item was created */\n created?: Date;\n /** The last time the watchlist item was updated */\n updated?: Date;\n /** Describes a user that created the watchlist item */\n createdBy?: UserInfo;\n /** Describes a user that updated the watchlist item */\n updatedBy?: UserInfo;\n /** key-value pairs for a watchlist item */\n itemsKeyValue?: any;\n /** key-value pairs for a watchlist item entity mapping */\n entityMapping?: any;\n}\n\nexport function watchlistItemSerializer(item: WatchlistItem): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"watchlistItemType\",\n \"watchlistItemId\",\n \"tenantId\",\n \"isDeleted\",\n \"created\",\n \"updated\",\n \"createdBy\",\n \"updatedBy\",\n \"itemsKeyValue\",\n \"entityMapping\",\n ])\n ? undefined\n : _watchlistItemPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function watchlistItemDeserializer(item: any): WatchlistItem {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _watchlistItemPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes watchlist item properties */\nexport interface WatchlistItemProperties {\n /** The type of the watchlist item */\n watchlistItemType?: string;\n /** The id (a Guid) of the watchlist item */\n watchlistItemId?: string;\n /** The tenantId to which the watchlist item belongs to */\n tenantId?: string;\n /** A flag that indicates if the watchlist item is deleted or not */\n isDeleted?: boolean;\n /** The time the watchlist item was created */\n created?: Date;\n /** The last time the watchlist item was updated */\n updated?: Date;\n /** Describes a user that created the watchlist item */\n createdBy?: UserInfo;\n /** Describes a user that updated the watchlist item */\n updatedBy?: UserInfo;\n /** key-value pairs for a watchlist item */\n itemsKeyValue: any;\n /** key-value pairs for a watchlist item entity mapping */\n entityMapping?: any;\n}\n\nexport function watchlistItemPropertiesSerializer(item: WatchlistItemProperties): any {\n return {\n watchlistItemType: item[\"watchlistItemType\"],\n watchlistItemId: item[\"watchlistItemId\"],\n tenantId: item[\"tenantId\"],\n isDeleted: item[\"isDeleted\"],\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n itemsKeyValue: item[\"itemsKeyValue\"],\n entityMapping: item[\"entityMapping\"],\n };\n}\n\nexport function watchlistItemPropertiesDeserializer(item: any): WatchlistItemProperties {\n return {\n watchlistItemType: item[\"watchlistItemType\"],\n watchlistItemId: item[\"watchlistItemId\"],\n tenantId: item[\"tenantId\"],\n isDeleted: item[\"isDeleted\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n itemsKeyValue: item[\"itemsKeyValue\"],\n entityMapping: item[\"entityMapping\"],\n };\n}\n\n/** List all the watchlist items. */\nexport interface _WatchlistItemList {\n /** The WatchlistItem items on this page */\n value: WatchlistItem[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _watchlistItemListDeserializer(item: any): _WatchlistItemList {\n return {\n value: watchlistItemArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function watchlistItemArraySerializer(result: Array<WatchlistItem>): any[] {\n return result.map((item) => {\n return watchlistItemSerializer(item);\n });\n}\n\nexport function watchlistItemArrayDeserializer(result: Array<WatchlistItem>): any[] {\n return result.map((item) => {\n return watchlistItemDeserializer(item);\n });\n}\n\n/** Billing statistic */\nexport interface BillingStatistic extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: SapSolutionUsage */\n kind: BillingStatisticKind;\n /** Resource Etag. */\n readonly etag?: string;\n}\n\nexport function billingStatisticDeserializer(item: any): BillingStatistic {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for BillingStatisticUnion */\nexport type BillingStatisticUnion = SapSolutionUsageStatistic | BillingStatistic;\n\nexport function billingStatisticUnionDeserializer(item: any): BillingStatisticUnion {\n switch (item[\"kind\"]) {\n case \"SapSolutionUsage\":\n return sapSolutionUsageStatisticDeserializer(item as SapSolutionUsageStatistic);\n\n default:\n return billingStatisticDeserializer(item);\n }\n}\n\n/** The kind of the billing statistic */\nexport enum KnownBillingStatisticKind {\n /** SapSolutionUsage */\n SapSolutionUsage = \"SapSolutionUsage\",\n}\n\n/**\n * The kind of the billing statistic \\\n * {@link KnownBillingStatisticKind} can be used interchangeably with BillingStatisticKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SapSolutionUsage**: SapSolutionUsage\n */\nexport type BillingStatisticKind = string;\n\n/** Billing statistic about the Microsoft Sentinel solution for SAP Usage */\nexport interface SapSolutionUsageStatistic extends BillingStatistic {\n /** The kind of the billing statistic */\n kind: \"SapSolutionUsage\";\n /** The latest count of active SAP system IDs under the Microsoft Sentinel solution for SAP Usage */\n readonly activeSystemIdCount?: number;\n}\n\nexport function sapSolutionUsageStatisticDeserializer(item: any): SapSolutionUsageStatistic {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sapSolutionUsageStatisticPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the billing statistic about the Microsoft Sentinel solution for SAP usage */\nexport interface SapSolutionUsageStatisticProperties {\n /** The latest count of active SAP system IDs under the Microsoft Sentinel solution for SAP Usage */\n readonly activeSystemIdCount?: number;\n}\n\nexport function sapSolutionUsageStatisticPropertiesDeserializer(\n item: any,\n): SapSolutionUsageStatisticProperties {\n return {\n activeSystemIdCount: item[\"activeSystemIdCount\"],\n };\n}\n\n/** List of all Microsoft Sentinel billing statistics. */\nexport interface _BillingStatisticList {\n /** The BillingStatistic items on this page */\n value: BillingStatisticUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _billingStatisticListDeserializer(item: any): _BillingStatisticList {\n return {\n value: billingStatisticUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function billingStatisticUnionArrayDeserializer(\n result: Array<BillingStatisticUnion>,\n): any[] {\n return result.map((item) => {\n return billingStatisticUnionDeserializer(item);\n });\n}\n\n/** List of all the entities. */\nexport interface _EntityList {\n /** The Entity items on this page */\n value: EntityUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _entityListDeserializer(item: any): _EntityList {\n return {\n value: entityUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Describes the request body for triggering a playbook on an entity. */\nexport interface EntityManualTriggerRequestBody {\n /** Incident ARM id. */\n incidentArmId?: string;\n /** The tenant id of the playbook resource. */\n tenantId?: string;\n /** The resource id of the playbook resource. */\n logicAppsResourceId: string;\n}\n\nexport function entityManualTriggerRequestBodySerializer(\n item: EntityManualTriggerRequestBody,\n): any {\n return {\n incidentArmId: item[\"incidentArmId\"],\n tenantId: item[\"tenantId\"],\n logicAppsResourceId: item[\"logicAppsResourceId\"],\n };\n}\n\n/** The parameters required to execute an expand operation on the given entity. */\nexport interface EntityExpandParameters {\n /** The end date filter, so the only expansion results returned are before this date. */\n endTime?: Date;\n /** The Id of the expansion to perform. */\n expansionId?: string;\n /** The start date filter, so the only expansion results returned are after this date. */\n startTime?: Date;\n}\n\nexport function entityExpandParametersSerializer(item: EntityExpandParameters): any {\n return {\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : item[\"endTime\"].toISOString(),\n expansionId: item[\"expansionId\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : item[\"startTime\"].toISOString(),\n };\n}\n\n/** The entity expansion result operation response. */\nexport interface EntityExpandResponse {\n /** The metadata from the expansion operation results. */\n metaData?: ExpansionResultsMetadata;\n /** The expansion result values. */\n value?: EntityExpandResponseValue;\n}\n\nexport function entityExpandResponseDeserializer(item: any): EntityExpandResponse {\n return {\n metaData: !item[\"metaData\"]\n ? item[\"metaData\"]\n : expansionResultsMetadataDeserializer(item[\"metaData\"]),\n value: !item[\"value\"] ? item[\"value\"] : entityExpandResponseValueDeserializer(item[\"value\"]),\n };\n}\n\n/** Expansion result metadata. */\nexport interface ExpansionResultsMetadata {\n /** Information of the aggregated nodes in the expansion result. */\n aggregations?: ExpansionResultAggregation[];\n}\n\nexport function expansionResultsMetadataDeserializer(item: any): ExpansionResultsMetadata {\n return {\n aggregations: !item[\"aggregations\"]\n ? item[\"aggregations\"]\n : expansionResultAggregationArrayDeserializer(item[\"aggregations\"]),\n };\n}\n\nexport function expansionResultAggregationArrayDeserializer(\n result: Array<ExpansionResultAggregation>,\n): any[] {\n return result.map((item) => {\n return expansionResultAggregationDeserializer(item);\n });\n}\n\n/** Information of a specific aggregation in the expansion result. */\nexport interface ExpansionResultAggregation {\n /** The common type of the aggregation. (for e.g. entity field name) */\n aggregationType?: string;\n /** Total number of aggregations of the given kind (and aggregationType if given) in the expansion result. */\n count: number;\n /** The display name of the aggregation by type. */\n displayName?: string;\n /** The kind of the aggregated entity. */\n entityKind: EntityKindEnum;\n}\n\nexport function expansionResultAggregationDeserializer(item: any): ExpansionResultAggregation {\n return {\n aggregationType: item[\"aggregationType\"],\n count: item[\"count\"],\n displayName: item[\"displayName\"],\n entityKind: item[\"entityKind\"],\n };\n}\n\n/** The expansion result values. */\nexport interface EntityExpandResponseValue {\n /** Array of the expansion result entities. */\n entities?: EntityUnion[];\n /** Array of edges that connects the entity to the list of entities. */\n edges?: EntityEdges[];\n}\n\nexport function entityExpandResponseValueDeserializer(item: any): EntityExpandResponseValue {\n return {\n entities: !item[\"entities\"] ? item[\"entities\"] : entityUnionArrayDeserializer(item[\"entities\"]),\n edges: !item[\"edges\"] ? item[\"edges\"] : entityEdgesArrayDeserializer(item[\"edges\"]),\n };\n}\n\nexport function entityEdgesArrayDeserializer(result: Array<EntityEdges>): any[] {\n return result.map((item) => {\n return entityEdgesDeserializer(item);\n });\n}\n\n/** The edge that connects the entity to the other entity. */\nexport interface EntityEdges {\n /** The target entity Id. */\n targetEntityId?: string;\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n additionalData?: Record<string, any>;\n}\n\nexport function entityEdgesDeserializer(item: any): EntityEdges {\n return {\n targetEntityId: item[\"targetEntityId\"],\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Retrieve queries for entity result operation response. */\nexport interface _GetQueriesResponse {\n /** The query result values. */\n value?: EntityQueryItemUnion[];\n nextLink?: string;\n}\n\nexport function _getQueriesResponseDeserializer(item: any): _GetQueriesResponse {\n return {\n value: !item[\"value\"] ? item[\"value\"] : entityQueryItemUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function entityQueryItemUnionArrayDeserializer(result: Array<EntityQueryItemUnion>): any[] {\n return result.map((item) => {\n return entityQueryItemUnionDeserializer(item);\n });\n}\n\n/** An abstract Query item for entity */\nexport interface EntityQueryItem {\n /** Query Template ARM ID */\n readonly id?: string;\n /** Query Template ARM Name */\n name?: string;\n /** ARM Type */\n type?: string;\n /** The kind of the entity query */\n /** The discriminator possible values: Insight */\n kind: EntityQueryKind;\n}\n\nexport function entityQueryItemDeserializer(item: any): EntityQueryItem {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for EntityQueryItemUnion */\nexport type EntityQueryItemUnion = InsightQueryItem | EntityQueryItem;\n\nexport function entityQueryItemUnionDeserializer(item: any): EntityQueryItemUnion {\n switch (item[\"kind\"]) {\n case \"Insight\":\n return insightQueryItemDeserializer(item as InsightQueryItem);\n\n default:\n return entityQueryItemDeserializer(item);\n }\n}\n\n/** The kind of the entity query */\nexport enum KnownEntityQueryKind {\n /** Expansion */\n Expansion = \"Expansion\",\n /** Insight */\n Insight = \"Insight\",\n /** Activity */\n Activity = \"Activity\",\n}\n\n/**\n * The kind of the entity query \\\n * {@link KnownEntityQueryKind} can be used interchangeably with EntityQueryKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Expansion**: Expansion \\\n * **Insight**: Insight \\\n * **Activity**: Activity\n */\nexport type EntityQueryKind = string;\n\n/** Represents Insight Query. */\nexport interface InsightQueryItem extends EntityQueryItem {\n /** Properties bag for InsightQueryItem */\n properties?: InsightQueryItemProperties;\n /** The kind of the entity query */\n kind: \"Insight\";\n}\n\nexport function insightQueryItemDeserializer(item: any): InsightQueryItem {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n kind: item[\"kind\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : insightQueryItemPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Represents Insight Query. */\nexport interface InsightQueryItemProperties extends EntityQueryItemProperties {\n /** The insight display name. */\n displayName?: string;\n /** The insight description. */\n description?: string;\n /** The base query of the insight. */\n baseQuery?: string;\n /** The insight table query. */\n tableQuery?: InsightQueryItemPropertiesTableQuery;\n /** The insight chart query. */\n chartQuery?: any;\n /** The activity query definitions. */\n additionalQuery?: InsightQueryItemPropertiesAdditionalQuery;\n /** The insight chart query. */\n defaultTimeRange?: InsightQueryItemPropertiesDefaultTimeRange;\n /** The insight chart query. */\n referenceTimeRange?: InsightQueryItemPropertiesReferenceTimeRange;\n}\n\nexport function insightQueryItemPropertiesDeserializer(item: any): InsightQueryItemProperties {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : entityQueryItemPropertiesDataTypesItemArrayDeserializer(item[\"dataTypes\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: item[\"entitiesFilter\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n baseQuery: item[\"baseQuery\"],\n tableQuery: !item[\"tableQuery\"]\n ? item[\"tableQuery\"]\n : insightQueryItemPropertiesTableQueryDeserializer(item[\"tableQuery\"]),\n chartQuery: item[\"chartQuery\"],\n additionalQuery: !item[\"additionalQuery\"]\n ? item[\"additionalQuery\"]\n : insightQueryItemPropertiesAdditionalQueryDeserializer(item[\"additionalQuery\"]),\n defaultTimeRange: !item[\"defaultTimeRange\"]\n ? item[\"defaultTimeRange\"]\n : insightQueryItemPropertiesDefaultTimeRangeDeserializer(item[\"defaultTimeRange\"]),\n referenceTimeRange: !item[\"referenceTimeRange\"]\n ? item[\"referenceTimeRange\"]\n : insightQueryItemPropertiesReferenceTimeRangeDeserializer(item[\"referenceTimeRange\"]),\n };\n}\n\n/** The insight table query. */\nexport interface InsightQueryItemPropertiesTableQuery {\n /** List of insight column definitions. */\n columnsDefinitions?: InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem[];\n /** List of insight queries definitions. */\n queriesDefinitions?: InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem[];\n}\n\nexport function insightQueryItemPropertiesTableQueryDeserializer(\n item: any,\n): InsightQueryItemPropertiesTableQuery {\n return {\n columnsDefinitions: !item[\"columnsDefinitions\"]\n ? item[\"columnsDefinitions\"]\n : insightQueryItemPropertiesTableQueryColumnsDefinitionsItemArrayDeserializer(\n item[\"columnsDefinitions\"],\n ),\n queriesDefinitions: !item[\"queriesDefinitions\"]\n ? item[\"queriesDefinitions\"]\n : insightQueryItemPropertiesTableQueryQueriesDefinitionsItemArrayDeserializer(\n item[\"queriesDefinitions\"],\n ),\n };\n}\n\nexport function insightQueryItemPropertiesTableQueryColumnsDefinitionsItemArrayDeserializer(\n result: Array<InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem>,\n): any[] {\n return result.map((item) => {\n return insightQueryItemPropertiesTableQueryColumnsDefinitionsItemDeserializer(item);\n });\n}\n\n/** model interface InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem */\nexport interface InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem {\n /** Insight column header. */\n header?: string;\n /** Insights Column type. */\n outputType?: OutputType;\n /** Is query supports deep-link. */\n supportDeepLink?: boolean;\n}\n\nexport function insightQueryItemPropertiesTableQueryColumnsDefinitionsItemDeserializer(\n item: any,\n): InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem {\n return {\n header: item[\"header\"],\n outputType: item[\"outputType\"],\n supportDeepLink: item[\"supportDeepLink\"],\n };\n}\n\n/** Insights Column type. */\nexport enum KnownOutputType {\n /** Number */\n Number = \"Number\",\n /** String */\n String = \"String\",\n /** Date */\n Date = \"Date\",\n /** Entity */\n Entity = \"Entity\",\n}\n\n/**\n * Insights Column type. \\\n * {@link KnownOutputType} can be used interchangeably with OutputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Number**: Number \\\n * **String**: String \\\n * **Date**: Date \\\n * **Entity**: Entity\n */\nexport type OutputType = string;\n\nexport function insightQueryItemPropertiesTableQueryQueriesDefinitionsItemArrayDeserializer(\n result: Array<InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem>,\n): any[] {\n return result.map((item) => {\n return insightQueryItemPropertiesTableQueryQueriesDefinitionsItemDeserializer(item);\n });\n}\n\n/** model interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem */\nexport interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem {\n /** Insight column header. */\n filter?: string;\n /** Insight column header. */\n summarize?: string;\n /** Insight column header. */\n project?: string;\n /** Insight column header. */\n linkColumnsDefinitions?: InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem[];\n}\n\nexport function insightQueryItemPropertiesTableQueryQueriesDefinitionsItemDeserializer(\n item: any,\n): InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem {\n return {\n filter: item[\"filter\"],\n summarize: item[\"summarize\"],\n project: item[\"project\"],\n linkColumnsDefinitions: !item[\"linkColumnsDefinitions\"]\n ? item[\"linkColumnsDefinitions\"]\n : insightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItemArrayDeserializer(\n item[\"linkColumnsDefinitions\"],\n ),\n };\n}\n\nexport function insightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItemArrayDeserializer(\n result: Array<InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem>,\n): any[] {\n return result.map((item) => {\n return insightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItemDeserializer(\n item,\n );\n });\n}\n\n/** model interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem */\nexport interface InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem {\n /** Insight Link Definition Projected Name. */\n projectedName?: string;\n /** Insight Link Definition Query. */\n query?: string;\n}\n\nexport function insightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItemDeserializer(\n item: any,\n): InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem {\n return {\n projectedName: item[\"projectedName\"],\n query: item[\"Query\"],\n };\n}\n\n/** The activity query definitions. */\nexport interface InsightQueryItemPropertiesAdditionalQuery {\n /** The insight query. */\n query?: string;\n /** The insight text. */\n text?: string;\n}\n\nexport function insightQueryItemPropertiesAdditionalQueryDeserializer(\n item: any,\n): InsightQueryItemPropertiesAdditionalQuery {\n return {\n query: item[\"query\"],\n text: item[\"text\"],\n };\n}\n\n/** The insight chart query. */\nexport interface InsightQueryItemPropertiesDefaultTimeRange {\n /** The padding for the start time of the query. */\n beforeRange?: string;\n /** The padding for the end time of the query. */\n afterRange?: string;\n}\n\nexport function insightQueryItemPropertiesDefaultTimeRangeDeserializer(\n item: any,\n): InsightQueryItemPropertiesDefaultTimeRange {\n return {\n beforeRange: item[\"beforeRange\"],\n afterRange: item[\"afterRange\"],\n };\n}\n\n/** The insight chart query. */\nexport interface InsightQueryItemPropertiesReferenceTimeRange {\n /** Additional query time for looking back. */\n beforeRange?: string;\n}\n\nexport function insightQueryItemPropertiesReferenceTimeRangeDeserializer(\n item: any,\n): InsightQueryItemPropertiesReferenceTimeRange {\n return {\n beforeRange: item[\"beforeRange\"],\n };\n}\n\n/** An properties abstract Query item for entity */\nexport interface EntityQueryItemProperties {\n /** Data types for template */\n dataTypes?: EntityQueryItemPropertiesDataTypesItem[];\n /** The type of the entity */\n inputEntityType?: EntityType;\n /** Data types for template */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: any;\n}\n\nexport function entityQueryItemPropertiesDeserializer(item: any): EntityQueryItemProperties {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : entityQueryItemPropertiesDataTypesItemArrayDeserializer(item[\"dataTypes\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: item[\"entitiesFilter\"],\n };\n}\n\nexport function entityQueryItemPropertiesDataTypesItemArrayDeserializer(\n result: Array<EntityQueryItemPropertiesDataTypesItem>,\n): any[] {\n return result.map((item) => {\n return entityQueryItemPropertiesDataTypesItemDeserializer(item);\n });\n}\n\n/** model interface EntityQueryItemPropertiesDataTypesItem */\nexport interface EntityQueryItemPropertiesDataTypesItem {\n /** Data type name */\n dataType?: string;\n}\n\nexport function entityQueryItemPropertiesDataTypesItemDeserializer(\n item: any,\n): EntityQueryItemPropertiesDataTypesItem {\n return {\n dataType: item[\"dataType\"],\n };\n}\n\n/** The type of the entity */\nexport enum KnownEntityType {\n /** Entity represents account in the system. */\n Account = \"Account\",\n /** Entity represents host in the system. */\n Host = \"Host\",\n /** Entity represents file in the system. */\n File = \"File\",\n /** Entity represents azure resource in the system. */\n AzureResource = \"AzureResource\",\n /** Entity represents cloud application in the system. */\n CloudApplication = \"CloudApplication\",\n /** Entity represents dns in the system. */\n DNS = \"DNS\",\n /** Entity represents file hash in the system. */\n FileHash = \"FileHash\",\n /** Entity represents ip in the system. */\n IP = \"IP\",\n /** Entity represents malware in the system. */\n Malware = \"Malware\",\n /** Entity represents process in the system. */\n Process = \"Process\",\n /** Entity represents registry key in the system. */\n RegistryKey = \"RegistryKey\",\n /** Entity represents registry value in the system. */\n RegistryValue = \"RegistryValue\",\n /** Entity represents security group in the system. */\n SecurityGroup = \"SecurityGroup\",\n /** Entity represents url in the system. */\n URL = \"URL\",\n /** Entity represents IoT device in the system. */\n IoTDevice = \"IoTDevice\",\n /** Entity represents security alert in the system. */\n SecurityAlert = \"SecurityAlert\",\n /** Entity represents HuntingBookmark in the system. */\n HuntingBookmark = \"HuntingBookmark\",\n /** Entity represents mail cluster in the system. */\n MailCluster = \"MailCluster\",\n /** Entity represents mail message in the system. */\n MailMessage = \"MailMessage\",\n /** Entity represents mailbox in the system. */\n Mailbox = \"Mailbox\",\n /** Entity represents submission mail in the system. */\n SubmissionMail = \"SubmissionMail\",\n /** Entity represents network interface in the system. */\n Nic = \"Nic\",\n}\n\n/**\n * The type of the entity \\\n * {@link KnownEntityType} can be used interchangeably with EntityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Account**: Entity represents account in the system. \\\n * **Host**: Entity represents host in the system. \\\n * **File**: Entity represents file in the system. \\\n * **AzureResource**: Entity represents azure resource in the system. \\\n * **CloudApplication**: Entity represents cloud application in the system. \\\n * **DNS**: Entity represents dns in the system. \\\n * **FileHash**: Entity represents file hash in the system. \\\n * **IP**: Entity represents ip in the system. \\\n * **Malware**: Entity represents malware in the system. \\\n * **Process**: Entity represents process in the system. \\\n * **RegistryKey**: Entity represents registry key in the system. \\\n * **RegistryValue**: Entity represents registry value in the system. \\\n * **SecurityGroup**: Entity represents security group in the system. \\\n * **URL**: Entity represents url in the system. \\\n * **IoTDevice**: Entity represents IoT device in the system. \\\n * **SecurityAlert**: Entity represents security alert in the system. \\\n * **HuntingBookmark**: Entity represents HuntingBookmark in the system. \\\n * **MailCluster**: Entity represents mail cluster in the system. \\\n * **MailMessage**: Entity represents mail message in the system. \\\n * **Mailbox**: Entity represents mailbox in the system. \\\n * **SubmissionMail**: Entity represents submission mail in the system. \\\n * **Nic**: Entity represents network interface in the system.\n */\nexport type EntityType = string;\n\n/** The parameters required to execute insights operation on the given entity. */\nexport interface EntityGetInsightsParameters {\n /** The start timeline date, so the results returned are after this date. */\n startTime: Date;\n /** The end timeline date, so the results returned are before this date. */\n endTime: Date;\n /** Indicates if query time range should be extended with default time range of the query. Default value is false */\n addDefaultExtendedTimeRange?: boolean;\n /** List of Insights Query Id. If empty, default value is all insights of this entity */\n insightQueryIds?: string[];\n}\n\nexport function entityGetInsightsParametersSerializer(item: EntityGetInsightsParameters): any {\n return {\n startTime: item[\"startTime\"].toISOString(),\n endTime: item[\"endTime\"].toISOString(),\n addDefaultExtendedTimeRange: item[\"addDefaultExtendedTimeRange\"],\n insightQueryIds: !item[\"insightQueryIds\"]\n ? item[\"insightQueryIds\"]\n : item[\"insightQueryIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The Get Insights result operation response. */\nexport interface EntityGetInsightsResponse {\n /** The metadata from the get insights operation results. */\n metaData?: GetInsightsResultsMetadata;\n /** The insights result values. */\n value?: EntityInsightItem[];\n}\n\nexport function entityGetInsightsResponseDeserializer(item: any): EntityGetInsightsResponse {\n return {\n metaData: !item[\"metaData\"]\n ? item[\"metaData\"]\n : getInsightsResultsMetadataDeserializer(item[\"metaData\"]),\n value: !item[\"value\"] ? item[\"value\"] : entityInsightItemArrayDeserializer(item[\"value\"]),\n };\n}\n\n/** Get Insights result metadata. */\nexport interface GetInsightsResultsMetadata {\n /** the total items found for the insights request */\n totalCount: number;\n /** information about the failed queries */\n errors?: GetInsightsErrorKind[];\n}\n\nexport function getInsightsResultsMetadataDeserializer(item: any): GetInsightsResultsMetadata {\n return {\n totalCount: item[\"totalCount\"],\n errors: !item[\"errors\"]\n ? item[\"errors\"]\n : getInsightsErrorKindArrayDeserializer(item[\"errors\"]),\n };\n}\n\nexport function getInsightsErrorKindArrayDeserializer(result: Array<GetInsightsErrorKind>): any[] {\n return result.map((item) => {\n return getInsightsErrorKindDeserializer(item);\n });\n}\n\n/** GetInsights Query Errors. */\nexport interface GetInsightsErrorKind {\n /** the query kind */\n kind: GetInsightsError;\n /** the query id */\n queryId?: string;\n /** the error message */\n errorMessage: string;\n}\n\nexport function getInsightsErrorKindDeserializer(item: any): GetInsightsErrorKind {\n return {\n kind: item[\"kind\"],\n queryId: item[\"queryId\"],\n errorMessage: item[\"errorMessage\"],\n };\n}\n\n/** the query kind */\nexport enum KnownGetInsightsError {\n /** Insight */\n Insight = \"Insight\",\n}\n\n/**\n * the query kind \\\n * {@link KnownGetInsightsError} can be used interchangeably with GetInsightsError,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Insight**: Insight\n */\nexport type GetInsightsError = string;\n\nexport function entityInsightItemArrayDeserializer(result: Array<EntityInsightItem>): any[] {\n return result.map((item) => {\n return entityInsightItemDeserializer(item);\n });\n}\n\n/** Entity insight Item. */\nexport interface EntityInsightItem {\n /** The query id of the insight */\n queryId?: string;\n /** The Time interval that the query actually executed on. */\n queryTimeInterval?: EntityInsightItemQueryTimeInterval;\n /** Query results for table insights query. */\n tableQueryResults?: InsightsTableResult;\n /** Query results for table insights query. */\n chartQueryResults?: InsightsTableResult[];\n}\n\nexport function entityInsightItemDeserializer(item: any): EntityInsightItem {\n return {\n queryId: item[\"queryId\"],\n queryTimeInterval: !item[\"queryTimeInterval\"]\n ? item[\"queryTimeInterval\"]\n : entityInsightItemQueryTimeIntervalDeserializer(item[\"queryTimeInterval\"]),\n tableQueryResults: !item[\"tableQueryResults\"]\n ? item[\"tableQueryResults\"]\n : insightsTableResultDeserializer(item[\"tableQueryResults\"]),\n chartQueryResults: !item[\"chartQueryResults\"]\n ? item[\"chartQueryResults\"]\n : insightsTableResultArrayDeserializer(item[\"chartQueryResults\"]),\n };\n}\n\n/** The Time interval that the query actually executed on. */\nexport interface EntityInsightItemQueryTimeInterval {\n /** Insight query start time */\n startTime?: Date;\n /** Insight query end time */\n endTime?: Date;\n}\n\nexport function entityInsightItemQueryTimeIntervalDeserializer(\n item: any,\n): EntityInsightItemQueryTimeInterval {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n };\n}\n\n/** Query results for table insights query. */\nexport interface InsightsTableResult {\n /** Columns Metadata of the table */\n columns?: InsightsTableResultColumnsItem[];\n /** Rows data of the table */\n rows?: string[][];\n}\n\nexport function insightsTableResultDeserializer(item: any): InsightsTableResult {\n return {\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : insightsTableResultColumnsItemArrayDeserializer(item[\"columns\"]),\n rows: !item[\"rows\"]\n ? item[\"rows\"]\n : item[\"rows\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n };\n}\n\nexport function insightsTableResultColumnsItemArrayDeserializer(\n result: Array<InsightsTableResultColumnsItem>,\n): any[] {\n return result.map((item) => {\n return insightsTableResultColumnsItemDeserializer(item);\n });\n}\n\n/** model interface InsightsTableResultColumnsItem */\nexport interface InsightsTableResultColumnsItem {\n /** the type of the column */\n type?: string;\n /** the name of the column */\n name?: string;\n}\n\nexport function insightsTableResultColumnsItemDeserializer(\n item: any,\n): InsightsTableResultColumnsItem {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n };\n}\n\nexport function insightsTableResultArrayDeserializer(result: Array<InsightsTableResult>): any[] {\n return result.map((item) => {\n return insightsTableResultDeserializer(item);\n });\n}\n\n/** Specific entity query. */\nexport interface EntityQuery extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: Expansion, Activity */\n kind: EntityQueryKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function entityQueryDeserializer(item: any): EntityQuery {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for EntityQueryUnion */\nexport type EntityQueryUnion = ExpansionEntityQuery | ActivityEntityQuery | EntityQuery;\n\nexport function entityQueryUnionDeserializer(item: any): EntityQueryUnion {\n switch (item[\"kind\"]) {\n case \"Expansion\":\n return expansionEntityQueryDeserializer(item as ExpansionEntityQuery);\n\n case \"Activity\":\n return activityEntityQueryDeserializer(item as ActivityEntityQuery);\n\n default:\n return entityQueryDeserializer(item);\n }\n}\n\n/** Represents Expansion entity query. */\nexport interface ExpansionEntityQuery extends EntityQuery {\n /** the entity query kind */\n kind: \"Expansion\";\n /** List of the data sources that are required to run the query */\n dataSources?: string[];\n /** The query display name */\n displayName?: string;\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n inputFields?: string[];\n /** List of the desired output types to be constructed from the result */\n outputEntityTypes?: EntityType[];\n /** The template query string to be parsed and formatted */\n queryTemplate?: string;\n}\n\nexport function expansionEntityQueryDeserializer(item: any): ExpansionEntityQuery {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _expansionEntityQueryPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes expansion entity query properties */\nexport interface ExpansionEntityQueriesProperties {\n /** List of the data sources that are required to run the query */\n dataSources?: string[];\n /** The query display name */\n displayName?: string;\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n inputFields?: string[];\n /** List of the desired output types to be constructed from the result */\n outputEntityTypes?: EntityType[];\n /** The template query string to be parsed and formatted */\n queryTemplate?: string;\n}\n\nexport function expansionEntityQueriesPropertiesDeserializer(\n item: any,\n): ExpansionEntityQueriesProperties {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n inputEntityType: item[\"inputEntityType\"],\n inputFields: !item[\"inputFields\"]\n ? item[\"inputFields\"]\n : item[\"inputFields\"].map((p: any) => {\n return p;\n }),\n outputEntityTypes: !item[\"outputEntityTypes\"]\n ? item[\"outputEntityTypes\"]\n : item[\"outputEntityTypes\"].map((p: any) => {\n return p;\n }),\n queryTemplate: item[\"queryTemplate\"],\n };\n}\n\n/** Represents Activity entity query. */\nexport interface ActivityEntityQuery extends EntityQuery {\n /** the entity query kind */\n kind: \"Activity\";\n /** The entity query title */\n title?: string;\n /** The entity query content to display in timeline */\n content?: string;\n /** The entity query description */\n description?: string;\n /** The Activity query definitions */\n queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: Record<string, string[]>;\n /** The template id this activity was created from */\n templateName?: string;\n /** Determines whether this activity is enabled or disabled. */\n enabled?: boolean;\n /** The time the activity was created */\n readonly createdTimeUtc?: Date;\n /** The last time the activity was updated */\n readonly lastModifiedTimeUtc?: Date;\n}\n\nexport function activityEntityQueryDeserializer(item: any): ActivityEntityQuery {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _activityEntityQueryPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes activity entity query properties */\nexport interface ActivityEntityQueriesProperties {\n /** The entity query title */\n title?: string;\n /** The entity query content to display in timeline */\n content?: string;\n /** The entity query description */\n description?: string;\n /** The Activity query definitions */\n queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: Record<string, string[]>;\n /** The template id this activity was created from */\n templateName?: string;\n /** Determines whether this activity is enabled or disabled. */\n enabled?: boolean;\n /** The time the activity was created */\n readonly createdTimeUtc?: Date;\n /** The last time the activity was updated */\n readonly lastModifiedTimeUtc?: Date;\n}\n\nexport function activityEntityQueriesPropertiesSerializer(\n item: ActivityEntityQueriesProperties,\n): any {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsSerializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p: any) => {\n return p;\n });\n }),\n entitiesFilter: item[\"entitiesFilter\"],\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function activityEntityQueriesPropertiesDeserializer(\n item: any,\n): ActivityEntityQueriesProperties {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsDeserializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: !item[\"entitiesFilter\"]\n ? item[\"entitiesFilter\"]\n : Object.fromEntries(\n Object.entries(item[\"entitiesFilter\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n };\n}\n\n/** The Activity query definitions */\nexport interface ActivityEntityQueriesPropertiesQueryDefinitions {\n /** The Activity query to run on a given entity */\n query?: string;\n}\n\nexport function activityEntityQueriesPropertiesQueryDefinitionsSerializer(\n item: ActivityEntityQueriesPropertiesQueryDefinitions,\n): any {\n return { query: item[\"query\"] };\n}\n\nexport function activityEntityQueriesPropertiesQueryDefinitionsDeserializer(\n item: any,\n): ActivityEntityQueriesPropertiesQueryDefinitions {\n return {\n query: item[\"query\"],\n };\n}\n\n/** Specific entity query that supports put requests. */\nexport interface CustomEntityQuery extends ResourceWithEtag {\n /** the entity query kind */\n /** The discriminator possible values: Activity */\n kind: CustomEntityQueryKind;\n}\n\nexport function customEntityQuerySerializer(item: CustomEntityQuery): any {\n return { etag: item[\"etag\"], kind: item[\"kind\"] };\n}\n\n/** Alias for CustomEntityQueryUnion */\nexport type CustomEntityQueryUnion = ActivityCustomEntityQuery | CustomEntityQuery;\n\nexport function customEntityQueryUnionSerializer(item: CustomEntityQueryUnion): any {\n switch (item.kind) {\n case \"Activity\":\n return activityCustomEntityQuerySerializer(item as ActivityCustomEntityQuery);\n\n default:\n return customEntityQuerySerializer(item);\n }\n}\n\n/** The kind of the entity query that supports put request. */\nexport enum KnownCustomEntityQueryKind {\n /** Activity */\n Activity = \"Activity\",\n}\n\n/**\n * The kind of the entity query that supports put request. \\\n * {@link KnownCustomEntityQueryKind} can be used interchangeably with CustomEntityQueryKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activity**: Activity\n */\nexport type CustomEntityQueryKind = string;\n\n/** Represents Activity entity query. */\nexport interface ActivityCustomEntityQuery extends CustomEntityQuery {\n /** the entity query kind */\n kind: \"Activity\";\n /** The entity query title */\n title?: string;\n /** The entity query content to display in timeline */\n content?: string;\n /** The entity query description */\n description?: string;\n /** The Activity query definitions */\n queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions;\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: Record<string, string[]>;\n /** The template id this activity was created from */\n templateName?: string;\n /** Determines whether this activity is enabled or disabled. */\n enabled?: boolean;\n /** The time the activity was created */\n readonly createdTimeUtc?: Date;\n /** The last time the activity was updated */\n readonly lastModifiedTimeUtc?: Date;\n}\n\nexport function activityCustomEntityQuerySerializer(item: ActivityCustomEntityQuery): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"title\",\n \"content\",\n \"description\",\n \"queryDefinitions\",\n \"inputEntityType\",\n \"requiredInputFieldsSets\",\n \"entitiesFilter\",\n \"templateName\",\n \"enabled\",\n ])\n ? undefined\n : _activityCustomEntityQueryPropertiesSerializer(item),\n };\n}\n\n/** An azure resource object with an Etag property */\nexport interface ResourceWithEtag extends Resource {\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function resourceWithEtagSerializer(item: ResourceWithEtag): any {\n return { etag: item[\"etag\"] };\n}\n\n/** List of all the entity queries. */\nexport interface _EntityQueryList {\n /** The EntityQuery items on this page */\n value: EntityQueryUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _entityQueryListDeserializer(item: any): _EntityQueryList {\n return {\n value: entityQueryUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function entityQueryUnionArrayDeserializer(result: Array<EntityQueryUnion>): any[] {\n return result.map((item) => {\n return entityQueryUnionDeserializer(item);\n });\n}\n\n/** Specific entity query template. */\nexport interface EntityQueryTemplate extends ProxyResource {\n /** The kind of the entity query template. */\n /** The discriminator possible values: Activity */\n kind: EntityQueryTemplateKind;\n}\n\nexport function entityQueryTemplateDeserializer(item: any): EntityQueryTemplate {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for EntityQueryTemplateUnion */\nexport type EntityQueryTemplateUnion = ActivityEntityQueryTemplate | EntityQueryTemplate;\n\nexport function entityQueryTemplateUnionDeserializer(item: any): EntityQueryTemplateUnion {\n switch (item[\"kind\"]) {\n case \"Activity\":\n return activityEntityQueryTemplateDeserializer(item as ActivityEntityQueryTemplate);\n\n default:\n return entityQueryTemplateDeserializer(item);\n }\n}\n\n/** Known values of {@link EntityQueryTemplateKind} that the service accepts. */\nexport enum KnownEntityQueryTemplateKind {\n /** Activity */\n Activity = \"Activity\",\n /** Insight */\n Insight = \"Insight\",\n /** SecurityAlert */\n SecurityAlert = \"SecurityAlert\",\n /** Bookmark */\n Bookmark = \"Bookmark\",\n /** Expansion */\n Expansion = \"Expansion\",\n /** GuidedInsight */\n GuidedInsight = \"GuidedInsight\",\n /** Anomaly */\n Anomaly = \"Anomaly\",\n}\n\n/** Type of EntityQueryTemplateKind */\nexport type EntityQueryTemplateKind = string;\n\n/** Represents Activity entity query. */\nexport interface ActivityEntityQueryTemplate extends EntityQueryTemplate {\n /** the entity query template kind */\n kind: \"Activity\";\n /** The entity query title */\n title?: string;\n /** The entity query content to display in timeline */\n content?: string;\n /** The entity query description */\n description?: string;\n /** The Activity query definitions */\n queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions;\n /** List of required data types for the given entity query template */\n dataTypes?: DataTypeDefinitions[];\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: Record<string, string[]>;\n}\n\nexport function activityEntityQueryTemplateDeserializer(item: any): ActivityEntityQueryTemplate {\n return {\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _activityEntityQueryTemplatePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes activity entity query properties */\nexport interface ActivityEntityQueryTemplateProperties {\n /** The entity query title */\n title?: string;\n /** The entity query content to display in timeline */\n content?: string;\n /** The entity query description */\n description?: string;\n /** The Activity query definitions */\n queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions;\n /** List of required data types for the given entity query template */\n dataTypes?: DataTypeDefinitions[];\n /** The type of the query's source entity */\n inputEntityType?: EntityType;\n /** List of the fields of the source entity that are required to run the query */\n requiredInputFieldsSets?: string[][];\n /** The query applied only to entities matching to all filters */\n entitiesFilter?: Record<string, string[]>;\n}\n\nexport function activityEntityQueryTemplatePropertiesDeserializer(\n item: any,\n): ActivityEntityQueryTemplateProperties {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueryTemplatePropertiesQueryDefinitionsDeserializer(item[\"queryDefinitions\"]),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : dataTypeDefinitionsArrayDeserializer(item[\"dataTypes\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: !item[\"entitiesFilter\"]\n ? item[\"entitiesFilter\"]\n : Object.fromEntries(\n Object.entries(item[\"entitiesFilter\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n };\n}\n\n/** The Activity query definitions */\nexport interface ActivityEntityQueryTemplatePropertiesQueryDefinitions {\n /** The Activity query to run on a given entity */\n query?: string;\n /** The dimensions we want to summarize the timeline results on, this is comma separated list */\n summarizeBy?: string;\n}\n\nexport function activityEntityQueryTemplatePropertiesQueryDefinitionsDeserializer(\n item: any,\n): ActivityEntityQueryTemplatePropertiesQueryDefinitions {\n return {\n query: item[\"query\"],\n summarizeBy: item[\"summarizeBy\"],\n };\n}\n\nexport function dataTypeDefinitionsArrayDeserializer(result: Array<DataTypeDefinitions>): any[] {\n return result.map((item) => {\n return dataTypeDefinitionsDeserializer(item);\n });\n}\n\n/** The data type definition */\nexport interface DataTypeDefinitions {\n /** The data type name */\n dataType?: string;\n}\n\nexport function dataTypeDefinitionsDeserializer(item: any): DataTypeDefinitions {\n return {\n dataType: item[\"dataType\"],\n };\n}\n\n/** List of all the entity query templates. */\nexport interface _EntityQueryTemplateList {\n /** The EntityQueryTemplate items on this page */\n value: EntityQueryTemplateUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _entityQueryTemplateListDeserializer(item: any): _EntityQueryTemplateList {\n return {\n value: entityQueryTemplateUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function entityQueryTemplateUnionArrayDeserializer(\n result: Array<EntityQueryTemplateUnion>,\n): any[] {\n return result.map((item) => {\n return entityQueryTemplateUnionDeserializer(item);\n });\n}\n\n/** Represents a file import in Azure Security Insights. */\nexport interface FileImport extends ProxyResource {\n /** Describes how to ingest the records in the file. */\n ingestionMode?: IngestionMode;\n /** The content type of this file. */\n contentType?: FileImportContentType;\n /** The time the file was imported. */\n readonly createdTimeUTC?: Date;\n /** Represents the error file (if the import was ingested with errors or failed the validation). */\n readonly errorFile?: FileMetadata;\n /** An ordered list of some of the errors that were encountered during validation. */\n readonly errorsPreview?: ValidationError[];\n /** Represents the imported file. */\n importFile?: FileMetadata;\n /** The number of records that have been successfully ingested. */\n readonly ingestedRecordCount?: number;\n /** The source for the data in the file. */\n source?: string;\n /** The state of the file import. */\n readonly state?: FileImportState;\n /** The number of records in the file. */\n readonly totalRecordCount?: number;\n /** The number of records that have passed validation. */\n readonly validRecordCount?: number;\n /** The time the files associated with this import are deleted from the storage account. */\n readonly filesValidUntilTimeUTC?: Date;\n /** The time the file import record is soft deleted from the database and history. */\n readonly importValidUntilTimeUTC?: Date;\n}\n\nexport function fileImportSerializer(item: FileImport): any {\n return {\n properties: areAllPropsUndefined(item, [\"ingestionMode\", \"contentType\", \"importFile\", \"source\"])\n ? undefined\n : _fileImportPropertiesSerializer(item),\n };\n}\n\nexport function fileImportDeserializer(item: any): FileImport {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileImportPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the FileImport's properties */\nexport interface FileImportProperties {\n /** Describes how to ingest the records in the file. */\n ingestionMode: IngestionMode;\n /** The content type of this file. */\n contentType: FileImportContentType;\n /** The time the file was imported. */\n readonly createdTimeUTC?: Date;\n /** Represents the error file (if the import was ingested with errors or failed the validation). */\n readonly errorFile?: FileMetadata;\n /** An ordered list of some of the errors that were encountered during validation. */\n readonly errorsPreview?: ValidationError[];\n /** Represents the imported file. */\n importFile: FileMetadata;\n /** The number of records that have been successfully ingested. */\n readonly ingestedRecordCount?: number;\n /** The source for the data in the file. */\n source: string;\n /** The state of the file import. */\n readonly state?: FileImportState;\n /** The number of records in the file. */\n readonly totalRecordCount?: number;\n /** The number of records that have passed validation. */\n readonly validRecordCount?: number;\n /** The time the files associated with this import are deleted from the storage account. */\n readonly filesValidUntilTimeUTC?: Date;\n /** The time the file import record is soft deleted from the database and history. */\n readonly importValidUntilTimeUTC?: Date;\n}\n\nexport function fileImportPropertiesSerializer(item: FileImportProperties): any {\n return {\n ingestionMode: item[\"ingestionMode\"],\n contentType: item[\"contentType\"],\n importFile: fileMetadataSerializer(item[\"importFile\"]),\n source: item[\"source\"],\n };\n}\n\nexport function fileImportPropertiesDeserializer(item: any): FileImportProperties {\n return {\n ingestionMode: item[\"ingestionMode\"],\n contentType: item[\"contentType\"],\n createdTimeUTC: !item[\"createdTimeUTC\"]\n ? item[\"createdTimeUTC\"]\n : new Date(item[\"createdTimeUTC\"]),\n errorFile: !item[\"errorFile\"] ? item[\"errorFile\"] : fileMetadataDeserializer(item[\"errorFile\"]),\n errorsPreview: !item[\"errorsPreview\"]\n ? item[\"errorsPreview\"]\n : validationErrorArrayDeserializer(item[\"errorsPreview\"]),\n importFile: fileMetadataDeserializer(item[\"importFile\"]),\n ingestedRecordCount: item[\"ingestedRecordCount\"],\n source: item[\"source\"],\n state: item[\"state\"],\n totalRecordCount: item[\"totalRecordCount\"],\n validRecordCount: item[\"validRecordCount\"],\n filesValidUntilTimeUTC: !item[\"filesValidUntilTimeUTC\"]\n ? item[\"filesValidUntilTimeUTC\"]\n : new Date(item[\"filesValidUntilTimeUTC\"]),\n importValidUntilTimeUTC: !item[\"importValidUntilTimeUTC\"]\n ? item[\"importValidUntilTimeUTC\"]\n : new Date(item[\"importValidUntilTimeUTC\"]),\n };\n}\n\n/** Describes how to ingest the records in the file. */\nexport enum KnownIngestionMode {\n /** No records should be ingested when invalid records are detected. */\n IngestOnlyIfAllAreValid = \"IngestOnlyIfAllAreValid\",\n /** Valid records should still be ingested when invalid records are detected. */\n IngestAnyValidRecords = \"IngestAnyValidRecords\",\n /** Unspecified */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * Describes how to ingest the records in the file. \\\n * {@link KnownIngestionMode} can be used interchangeably with IngestionMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IngestOnlyIfAllAreValid**: No records should be ingested when invalid records are detected. \\\n * **IngestAnyValidRecords**: Valid records should still be ingested when invalid records are detected. \\\n * **Unspecified**: Unspecified\n */\nexport type IngestionMode = string;\n\n/** The content type of this file. */\nexport enum KnownFileImportContentType {\n /** File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. */\n BasicIndicator = \"BasicIndicator\",\n /** File containing STIX indicators. */\n StixIndicator = \"StixIndicator\",\n /** File containing other records. */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * The content type of this file. \\\n * {@link KnownFileImportContentType} can be used interchangeably with FileImportContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BasicIndicator**: File containing records with the core fields of an indicator, plus the observables to construct the STIX pattern. \\\n * **StixIndicator**: File containing STIX indicators. \\\n * **Unspecified**: File containing other records.\n */\nexport type FileImportContentType = string;\n\n/** Represents a file. */\nexport interface FileMetadata {\n /** The format of the file */\n fileFormat?: FileFormat;\n /** The name of the file. */\n fileName?: string;\n /** The size of the file. */\n fileSize?: number;\n /** A URI with a valid SAS token to allow uploading / downloading the file. */\n readonly fileContentUri?: string;\n /** Indicates whether the file was deleted from the storage account. */\n readonly deleteStatus?: DeleteStatus;\n}\n\nexport function fileMetadataSerializer(item: FileMetadata): any {\n return { fileFormat: item[\"fileFormat\"], fileName: item[\"fileName\"], fileSize: item[\"fileSize\"] };\n}\n\nexport function fileMetadataDeserializer(item: any): FileMetadata {\n return {\n fileFormat: item[\"fileFormat\"],\n fileName: item[\"fileName\"],\n fileSize: item[\"fileSize\"],\n fileContentUri: item[\"fileContentUri\"],\n deleteStatus: item[\"deleteStatus\"],\n };\n}\n\n/** The format of the file */\nexport enum KnownFileFormat {\n /** A CSV file. */\n CSV = \"CSV\",\n /** A JSON file. */\n Json = \"JSON\",\n /** A file of other format. */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * The format of the file \\\n * {@link KnownFileFormat} can be used interchangeably with FileFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CSV**: A CSV file. \\\n * **JSON**: A JSON file. \\\n * **Unspecified**: A file of other format.\n */\nexport type FileFormat = string;\n\n/** Indicates whether the file was deleted from the storage account. */\nexport enum KnownDeleteStatus {\n /** The file was deleted. */\n Deleted = \"Deleted\",\n /** The file was not deleted. */\n NotDeleted = \"NotDeleted\",\n /** Unspecified */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * Indicates whether the file was deleted from the storage account. \\\n * {@link KnownDeleteStatus} can be used interchangeably with DeleteStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Deleted**: The file was deleted. \\\n * **NotDeleted**: The file was not deleted. \\\n * **Unspecified**: Unspecified\n */\nexport type DeleteStatus = string;\n\nexport function validationErrorArrayDeserializer(result: Array<ValidationError>): any[] {\n return result.map((item) => {\n return validationErrorDeserializer(item);\n });\n}\n\n/** Describes an error encountered in the file during validation. */\nexport interface ValidationError {\n /** The number of the record that has the error. */\n recordIndex?: number;\n /** A list of descriptions of the error. */\n readonly errorMessages?: string[];\n}\n\nexport function validationErrorDeserializer(item: any): ValidationError {\n return {\n recordIndex: item[\"recordIndex\"],\n errorMessages: !item[\"errorMessages\"]\n ? item[\"errorMessages\"]\n : item[\"errorMessages\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The state of the file import. */\nexport enum KnownFileImportState {\n /** A fatal error has occurred while ingesting the file. */\n FatalError = \"FatalError\",\n /** The file has been ingested. */\n Ingested = \"Ingested\",\n /** The file has been ingested with errors. */\n IngestedWithErrors = \"IngestedWithErrors\",\n /** The file ingestion is in progress. */\n InProgress = \"InProgress\",\n /** The file is invalid. */\n Invalid = \"Invalid\",\n /** Waiting for the file to be uploaded. */\n WaitingForUpload = \"WaitingForUpload\",\n /** Unspecified state. */\n Unspecified = \"Unspecified\",\n}\n\n/**\n * The state of the file import. \\\n * {@link KnownFileImportState} can be used interchangeably with FileImportState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FatalError**: A fatal error has occurred while ingesting the file. \\\n * **Ingested**: The file has been ingested. \\\n * **IngestedWithErrors**: The file has been ingested with errors. \\\n * **InProgress**: The file ingestion is in progress. \\\n * **Invalid**: The file is invalid. \\\n * **WaitingForUpload**: Waiting for the file to be uploaded. \\\n * **Unspecified**: Unspecified state.\n */\nexport type FileImportState = string;\n\n/** List all the file imports. */\nexport interface _FileImportList {\n /** The FileImport items on this page */\n value: FileImport[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileImportListDeserializer(item: any): _FileImportList {\n return {\n value: fileImportArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function fileImportArraySerializer(result: Array<FileImport>): any[] {\n return result.map((item) => {\n return fileImportSerializer(item);\n });\n}\n\nexport function fileImportArrayDeserializer(result: Array<FileImport>): any[] {\n return result.map((item) => {\n return fileImportDeserializer(item);\n });\n}\n\n/** Represents a Hunt in Azure Security Insights. */\nexport interface Hunt extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The display name of the hunt */\n displayName?: string;\n /** The description of the hunt */\n description?: string;\n /** The status of the hunt. */\n status?: Status;\n /** The hypothesis status of the hunt. */\n hypothesisStatus?: HypothesisStatus;\n /** A list of mitre attack tactics the hunt is associated with */\n attackTactics?: AttackTactic[];\n /** A list of a mitre attack techniques the hunt is associated with */\n attackTechniques?: string[];\n /** List of labels relevant to this hunt */\n labels?: string[];\n /** Describes a user that the hunt is assigned to */\n owner?: HuntOwner;\n}\n\nexport function huntSerializer(item: Hunt): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"displayName\",\n \"description\",\n \"status\",\n \"hypothesisStatus\",\n \"attackTactics\",\n \"attackTechniques\",\n \"labels\",\n \"owner\",\n ])\n ? undefined\n : _huntPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function huntDeserializer(item: any): Hunt {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"] ? item[\"properties\"] : _huntPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes hunt properties */\nexport interface HuntProperties {\n /** The display name of the hunt */\n displayName: string;\n /** The description of the hunt */\n description: string;\n /** The status of the hunt. */\n status?: Status;\n /** The hypothesis status of the hunt. */\n hypothesisStatus?: HypothesisStatus;\n /** A list of mitre attack tactics the hunt is associated with */\n attackTactics?: AttackTactic[];\n /** A list of a mitre attack techniques the hunt is associated with */\n attackTechniques?: string[];\n /** List of labels relevant to this hunt */\n labels?: string[];\n /** Describes a user that the hunt is assigned to */\n owner?: HuntOwner;\n}\n\nexport function huntPropertiesSerializer(item: HuntProperties): any {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n status: item[\"status\"],\n hypothesisStatus: item[\"hypothesisStatus\"],\n attackTactics: !item[\"attackTactics\"]\n ? item[\"attackTactics\"]\n : item[\"attackTactics\"].map((p: any) => {\n return p;\n }),\n attackTechniques: !item[\"attackTechniques\"]\n ? item[\"attackTechniques\"]\n : item[\"attackTechniques\"].map((p: any) => {\n return p;\n }),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n owner: !item[\"owner\"] ? item[\"owner\"] : huntOwnerSerializer(item[\"owner\"]),\n };\n}\n\nexport function huntPropertiesDeserializer(item: any): HuntProperties {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n status: item[\"status\"],\n hypothesisStatus: item[\"hypothesisStatus\"],\n attackTactics: !item[\"attackTactics\"]\n ? item[\"attackTactics\"]\n : item[\"attackTactics\"].map((p: any) => {\n return p;\n }),\n attackTechniques: !item[\"attackTechniques\"]\n ? item[\"attackTechniques\"]\n : item[\"attackTechniques\"].map((p: any) => {\n return p;\n }),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n owner: !item[\"owner\"] ? item[\"owner\"] : huntOwnerDeserializer(item[\"owner\"]),\n };\n}\n\n/** The status of the hunt. */\nexport enum KnownStatus {\n /** New */\n New = \"New\",\n /** Active */\n Active = \"Active\",\n /** Closed */\n Closed = \"Closed\",\n /** Backlog */\n Backlog = \"Backlog\",\n /** Approved */\n Approved = \"Approved\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * The status of the hunt. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New**: New \\\n * **Active**: Active \\\n * **Closed**: Closed \\\n * **Backlog**: Backlog \\\n * **Approved**: Approved \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **InProgress**: InProgress\n */\nexport type Status = string;\n\n/** The hypothesis status of the hunt. */\nexport enum KnownHypothesisStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Invalidated */\n Invalidated = \"Invalidated\",\n /** Validated */\n Validated = \"Validated\",\n}\n\n/**\n * The hypothesis status of the hunt. \\\n * {@link KnownHypothesisStatus} can be used interchangeably with HypothesisStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Invalidated**: Invalidated \\\n * **Validated**: Validated\n */\nexport type HypothesisStatus = string;\n\n/** Describes a user that the hunt is assigned to */\nexport interface HuntOwner {\n /** The email of the user the hunt is assigned to. */\n email?: string;\n /** The name of the user the hunt is assigned to. */\n assignedTo?: string;\n /** The object id of the user the hunt is assigned to. */\n objectId?: string;\n /** The user principal name of the user the hunt is assigned to. */\n userPrincipalName?: string;\n /** The type of the owner the hunt is assigned to. */\n ownerType?: OwnerType;\n}\n\nexport function huntOwnerSerializer(item: HuntOwner): any {\n return {\n email: item[\"email\"],\n assignedTo: item[\"assignedTo\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n ownerType: item[\"ownerType\"],\n };\n}\n\nexport function huntOwnerDeserializer(item: any): HuntOwner {\n return {\n email: item[\"email\"],\n assignedTo: item[\"assignedTo\"],\n objectId: item[\"objectId\"],\n userPrincipalName: item[\"userPrincipalName\"],\n ownerType: item[\"ownerType\"],\n };\n}\n\n/** List all the hunts. */\nexport interface _HuntList {\n /** The Hunt items on this page */\n value: Hunt[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _huntListDeserializer(item: any): _HuntList {\n return {\n value: huntArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function huntArraySerializer(result: Array<Hunt>): any[] {\n return result.map((item) => {\n return huntSerializer(item);\n });\n}\n\nexport function huntArrayDeserializer(result: Array<Hunt>): any[] {\n return result.map((item) => {\n return huntDeserializer(item);\n });\n}\n\n/** Represents a Hunt Comment in Azure Security Insights */\nexport interface HuntComment extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The message for the comment */\n message?: string;\n}\n\nexport function huntCommentSerializer(item: HuntComment): any {\n return {\n properties: areAllPropsUndefined(item, [\"message\"])\n ? undefined\n : _huntCommentPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function huntCommentDeserializer(item: any): HuntComment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _huntCommentPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes a hunt comment properties */\nexport interface HuntCommentProperties {\n /** The message for the comment */\n message: string;\n}\n\nexport function huntCommentPropertiesSerializer(item: HuntCommentProperties): any {\n return { message: item[\"message\"] };\n}\n\nexport function huntCommentPropertiesDeserializer(item: any): HuntCommentProperties {\n return {\n message: item[\"message\"],\n };\n}\n\n/** List of all hunt comments */\nexport interface _HuntCommentList {\n /** The HuntComment items on this page */\n value: HuntComment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _huntCommentListDeserializer(item: any): _HuntCommentList {\n return {\n value: huntCommentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function huntCommentArraySerializer(result: Array<HuntComment>): any[] {\n return result.map((item) => {\n return huntCommentSerializer(item);\n });\n}\n\nexport function huntCommentArrayDeserializer(result: Array<HuntComment>): any[] {\n return result.map((item) => {\n return huntCommentDeserializer(item);\n });\n}\n\n/** Represents a Hunt Relation in Azure Security Insights. */\nexport interface HuntRelation extends ProxyResource {\n /** The id of the related resource */\n relatedResourceId?: string;\n /** The name of the related resource */\n readonly relatedResourceName?: string;\n /** The type of the hunt relation */\n readonly relationType?: string;\n /** The resource that the relation is related to */\n readonly relatedResourceKind?: string;\n /** List of labels relevant to this hunt */\n labels?: string[];\n}\n\nexport function huntRelationSerializer(item: HuntRelation): any {\n return {\n properties: areAllPropsUndefined(item, [\"relatedResourceId\", \"labels\"])\n ? undefined\n : _huntRelationPropertiesSerializer(item),\n };\n}\n\nexport function huntRelationDeserializer(item: any): HuntRelation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _huntRelationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes hunt relation properties */\nexport interface HuntRelationProperties {\n /** The id of the related resource */\n relatedResourceId: string;\n /** The name of the related resource */\n readonly relatedResourceName?: string;\n /** The type of the hunt relation */\n readonly relationType?: string;\n /** The resource that the relation is related to */\n readonly relatedResourceKind?: string;\n /** List of labels relevant to this hunt */\n labels?: string[];\n}\n\nexport function huntRelationPropertiesSerializer(item: HuntRelationProperties): any {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function huntRelationPropertiesDeserializer(item: any): HuntRelationProperties {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n relatedResourceName: item[\"relatedResourceName\"],\n relationType: item[\"relationType\"],\n relatedResourceKind: item[\"relatedResourceKind\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of all the hunt relations */\nexport interface _HuntRelationList {\n /** The HuntRelation items on this page */\n value: HuntRelation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _huntRelationListDeserializer(item: any): _HuntRelationList {\n return {\n value: huntRelationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function huntRelationArraySerializer(result: Array<HuntRelation>): any[] {\n return result.map((item) => {\n return huntRelationSerializer(item);\n });\n}\n\nexport function huntRelationArrayDeserializer(result: Array<HuntRelation>): any[] {\n return result.map((item) => {\n return huntRelationDeserializer(item);\n });\n}\n\n/** Consent for Office365 tenant that already made. */\nexport interface OfficeConsent extends ProxyResource {\n /** The tenantId of the Office365 with the consent. */\n tenantId?: string;\n /** Help to easily cascade among the data layers. */\n consentId?: string;\n}\n\nexport function officeConsentDeserializer(item: any): OfficeConsent {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _officeConsentPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Consent property bag. */\nexport interface OfficeConsentProperties {\n /** The tenantId of the Office365 with the consent. */\n tenantId?: string;\n /** Help to easily cascade among the data layers. */\n consentId?: string;\n}\n\nexport function officeConsentPropertiesDeserializer(item: any): OfficeConsentProperties {\n return {\n tenantId: item[\"tenantId\"],\n consentId: item[\"consentId\"],\n };\n}\n\n/** List of all the office365 consents. */\nexport interface _OfficeConsentList {\n /** The OfficeConsent items on this page */\n value: OfficeConsent[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _officeConsentListDeserializer(item: any): _OfficeConsentList {\n return {\n value: officeConsentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function officeConsentArrayDeserializer(result: Array<OfficeConsent>): any[] {\n return result.map((item) => {\n return officeConsentDeserializer(item);\n });\n}\n\n/** The Setting. */\nexport interface Settings extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: Anomalies, EyesOn, EntityAnalytics, Ueba */\n kind: SettingKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function settingsSerializer(item: Settings): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function settingsDeserializer(item: any): Settings {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for SettingsUnion */\nexport type SettingsUnion = Anomalies | EyesOn | EntityAnalytics | Ueba | Settings;\n\nexport function settingsUnionSerializer(item: SettingsUnion): any {\n switch (item.kind) {\n case \"Anomalies\":\n return anomaliesSerializer(item as Anomalies);\n\n case \"EyesOn\":\n return eyesOnSerializer(item as EyesOn);\n\n case \"EntityAnalytics\":\n return entityAnalyticsSerializer(item as EntityAnalytics);\n\n case \"Ueba\":\n return uebaSerializer(item as Ueba);\n\n default:\n return settingsSerializer(item);\n }\n}\n\nexport function settingsUnionDeserializer(item: any): SettingsUnion {\n switch (item[\"kind\"]) {\n case \"Anomalies\":\n return anomaliesDeserializer(item as Anomalies);\n\n case \"EyesOn\":\n return eyesOnDeserializer(item as EyesOn);\n\n case \"EntityAnalytics\":\n return entityAnalyticsDeserializer(item as EntityAnalytics);\n\n case \"Ueba\":\n return uebaDeserializer(item as Ueba);\n\n default:\n return settingsDeserializer(item);\n }\n}\n\n/** The kind of the setting */\nexport enum KnownSettingKind {\n /** Anomalies */\n Anomalies = \"Anomalies\",\n /** EyesOn */\n EyesOn = \"EyesOn\",\n /** EntityAnalytics */\n EntityAnalytics = \"EntityAnalytics\",\n /** Ueba */\n Ueba = \"Ueba\",\n}\n\n/**\n * The kind of the setting \\\n * {@link KnownSettingKind} can be used interchangeably with SettingKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Anomalies**: Anomalies \\\n * **EyesOn**: EyesOn \\\n * **EntityAnalytics**: EntityAnalytics \\\n * **Ueba**: Ueba\n */\nexport type SettingKind = string;\n\n/** Settings with single toggle. */\nexport interface Anomalies extends Settings {\n /** The kind of the setting */\n kind: \"Anomalies\";\n /** Determines whether the setting is enable or disabled. */\n readonly isEnabled?: boolean;\n}\n\nexport function anomaliesSerializer(item: Anomalies): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, []) ? undefined : _anomaliesPropertiesSerializer(item),\n };\n}\n\nexport function anomaliesDeserializer(item: any): Anomalies {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _anomaliesPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Anomalies property bag. */\nexport interface AnomaliesSettingsProperties {\n /** Determines whether the setting is enable or disabled. */\n readonly isEnabled?: boolean;\n}\n\nexport function anomaliesSettingsPropertiesSerializer(_item: AnomaliesSettingsProperties): any {\n return {};\n}\n\nexport function anomaliesSettingsPropertiesDeserializer(item: any): AnomaliesSettingsProperties {\n return {\n isEnabled: item[\"isEnabled\"],\n };\n}\n\n/** Settings with single toggle. */\nexport interface EyesOn extends Settings {\n /** The kind of the setting */\n kind: \"EyesOn\";\n /** Determines whether the setting is enable or disabled. */\n readonly isEnabled?: boolean;\n}\n\nexport function eyesOnSerializer(item: EyesOn): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, []) ? undefined : _eyesOnPropertiesSerializer(item),\n };\n}\n\nexport function eyesOnDeserializer(item: any): EyesOn {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _eyesOnPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** EyesOn property bag. */\nexport interface EyesOnSettingsProperties {\n /** Determines whether the setting is enable or disabled. */\n readonly isEnabled?: boolean;\n}\n\nexport function eyesOnSettingsPropertiesSerializer(_item: EyesOnSettingsProperties): any {\n return {};\n}\n\nexport function eyesOnSettingsPropertiesDeserializer(item: any): EyesOnSettingsProperties {\n return {\n isEnabled: item[\"isEnabled\"],\n };\n}\n\n/** Settings with single toggle. */\nexport interface EntityAnalytics extends Settings {\n /** The kind of the setting */\n kind: \"EntityAnalytics\";\n /** The relevant entity providers that are synced */\n entityProviders?: EntityProviders[];\n}\n\nexport function entityAnalyticsSerializer(item: EntityAnalytics): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"entityProviders\"])\n ? undefined\n : _entityAnalyticsPropertiesSerializer(item),\n };\n}\n\nexport function entityAnalyticsDeserializer(item: any): EntityAnalytics {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _entityAnalyticsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** EntityAnalytics property bag. */\nexport interface EntityAnalyticsProperties {\n /** The relevant entity providers that are synced */\n entityProviders?: EntityProviders[];\n}\n\nexport function entityAnalyticsPropertiesSerializer(item: EntityAnalyticsProperties): any {\n return {\n entityProviders: !item[\"entityProviders\"]\n ? item[\"entityProviders\"]\n : item[\"entityProviders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function entityAnalyticsPropertiesDeserializer(item: any): EntityAnalyticsProperties {\n return {\n entityProviders: !item[\"entityProviders\"]\n ? item[\"entityProviders\"]\n : item[\"entityProviders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The entity provider that is synced. */\nexport enum KnownEntityProviders {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n /** AzureActiveDirectory */\n AzureActiveDirectory = \"AzureActiveDirectory\",\n}\n\n/**\n * The entity provider that is synced. \\\n * {@link KnownEntityProviders} can be used interchangeably with EntityProviders,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**: ActiveDirectory \\\n * **AzureActiveDirectory**: AzureActiveDirectory\n */\nexport type EntityProviders = string;\n\n/** Settings with single toggle. */\nexport interface Ueba extends Settings {\n /** The kind of the setting */\n kind: \"Ueba\";\n /** The relevant data sources that enriched by ueba */\n dataSources?: UebaDataSources[];\n}\n\nexport function uebaSerializer(item: Ueba): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"dataSources\"])\n ? undefined\n : _uebaPropertiesSerializer(item),\n };\n}\n\nexport function uebaDeserializer(item: any): Ueba {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"] ? item[\"properties\"] : _uebaPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Ueba property bag. */\nexport interface UebaProperties {\n /** The relevant data sources that enriched by ueba */\n dataSources?: UebaDataSources[];\n}\n\nexport function uebaPropertiesSerializer(item: UebaProperties): any {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function uebaPropertiesDeserializer(item: any): UebaProperties {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The data source that enriched by ueba. */\nexport enum KnownUebaDataSources {\n /** AuditLogs */\n AuditLogs = \"AuditLogs\",\n /** AzureActivity */\n AzureActivity = \"AzureActivity\",\n /** SecurityEvent */\n SecurityEvent = \"SecurityEvent\",\n /** SigninLogs */\n SigninLogs = \"SigninLogs\",\n}\n\n/**\n * The data source that enriched by ueba. \\\n * {@link KnownUebaDataSources} can be used interchangeably with UebaDataSources,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AuditLogs**: AuditLogs \\\n * **AzureActivity**: AzureActivity \\\n * **SecurityEvent**: SecurityEvent \\\n * **SigninLogs**: SigninLogs\n */\nexport type UebaDataSources = string;\n\n/** List of all the settings. */\nexport interface _SettingList {\n /** The Settings items on this page */\n value: SettingsUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _settingListDeserializer(item: any): _SettingList {\n return {\n value: settingsUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function settingsUnionArraySerializer(result: Array<SettingsUnion>): any[] {\n return result.map((item) => {\n return settingsUnionSerializer(item);\n });\n}\n\nexport function settingsUnionArrayDeserializer(result: Array<SettingsUnion>): any[] {\n return result.map((item) => {\n return settingsUnionDeserializer(item);\n });\n}\n\n/** The triggered analytics rule run */\nexport interface TriggeredAnalyticsRuleRun extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n executionTimeUtc: Date;\n ruleId: string;\n triggeredAnalyticsRuleRunId: string;\n /** The triggered analytics rule run provisioning state */\n readonly provisioningState: ProvisioningState;\n /** Dictionary of <any> */\n ruleRunAdditionalData?: Record<string, any>;\n}\n\nexport function triggeredAnalyticsRuleRunDeserializer(item: any): TriggeredAnalyticsRuleRun {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._triggeredAnalyticsRuleRunPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** The triggered analytics rule run Properties */\nexport interface TriggeredAnalyticsRuleRunProperties {\n executionTimeUtc: Date;\n ruleId: string;\n triggeredAnalyticsRuleRunId: string;\n /** The triggered analytics rule run provisioning state */\n readonly provisioningState: ProvisioningState;\n /** Dictionary of <any> */\n ruleRunAdditionalData?: Record<string, any>;\n}\n\nexport function triggeredAnalyticsRuleRunPropertiesDeserializer(\n item: any,\n): TriggeredAnalyticsRuleRunProperties {\n return {\n executionTimeUtc: new Date(item[\"executionTimeUtc\"]),\n ruleId: item[\"ruleId\"],\n triggeredAnalyticsRuleRunId: item[\"triggeredAnalyticsRuleRunId\"],\n provisioningState: item[\"provisioningState\"],\n ruleRunAdditionalData: !item[\"ruleRunAdditionalData\"]\n ? item[\"ruleRunAdditionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"ruleRunAdditionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** The workspace manager assignment */\nexport interface WorkspaceManagerAssignment extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** The resource name of the workspace manager group targeted by the workspace manager assignment */\n targetResourceName?: string;\n /** The time the last job associated to this assignment ended at */\n readonly lastJobEndTime?: Date;\n /** State of the last job associated to this assignment */\n readonly lastJobProvisioningState?: ProvisioningState;\n /** List of resources included in this workspace manager assignment */\n items?: AssignmentItem[];\n}\n\nexport function workspaceManagerAssignmentSerializer(item: WorkspaceManagerAssignment): any {\n return {\n properties: areAllPropsUndefined(item, [\"targetResourceName\", \"items\"])\n ? undefined\n : _workspaceManagerAssignmentPropertiesSerializer(item),\n };\n}\n\nexport function workspaceManagerAssignmentDeserializer(item: any): WorkspaceManagerAssignment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _workspaceManagerAssignmentPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The workspace manager assignment properties */\nexport interface WorkspaceManagerAssignmentProperties {\n /** The resource name of the workspace manager group targeted by the workspace manager assignment */\n targetResourceName: string;\n /** The time the last job associated to this assignment ended at */\n readonly lastJobEndTime?: Date;\n /** State of the last job associated to this assignment */\n readonly lastJobProvisioningState?: ProvisioningState;\n /** List of resources included in this workspace manager assignment */\n items: AssignmentItem[];\n}\n\nexport function workspaceManagerAssignmentPropertiesSerializer(\n item: WorkspaceManagerAssignmentProperties,\n): any {\n return {\n targetResourceName: item[\"targetResourceName\"],\n items: assignmentItemArraySerializer(item[\"items\"]),\n };\n}\n\nexport function workspaceManagerAssignmentPropertiesDeserializer(\n item: any,\n): WorkspaceManagerAssignmentProperties {\n return {\n targetResourceName: item[\"targetResourceName\"],\n lastJobEndTime: !item[\"lastJobEndTime\"]\n ? item[\"lastJobEndTime\"]\n : new Date(item[\"lastJobEndTime\"]),\n lastJobProvisioningState: item[\"lastJobProvisioningState\"],\n items: assignmentItemArrayDeserializer(item[\"items\"]),\n };\n}\n\nexport function assignmentItemArraySerializer(result: Array<AssignmentItem>): any[] {\n return result.map((item) => {\n return assignmentItemSerializer(item);\n });\n}\n\nexport function assignmentItemArrayDeserializer(result: Array<AssignmentItem>): any[] {\n return result.map((item) => {\n return assignmentItemDeserializer(item);\n });\n}\n\n/** An entity describing a content item. */\nexport interface AssignmentItem {\n /** The resource id of the content item */\n resourceId?: string;\n}\n\nexport function assignmentItemSerializer(item: AssignmentItem): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function assignmentItemDeserializer(item: any): AssignmentItem {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** List of all the workspace manager assignments. */\nexport interface _WorkspaceManagerAssignmentList {\n /** The WorkspaceManagerAssignment items on this page */\n value: WorkspaceManagerAssignment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceManagerAssignmentListDeserializer(\n item: any,\n): _WorkspaceManagerAssignmentList {\n return {\n value: workspaceManagerAssignmentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceManagerAssignmentArraySerializer(\n result: Array<WorkspaceManagerAssignment>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerAssignmentSerializer(item);\n });\n}\n\nexport function workspaceManagerAssignmentArrayDeserializer(\n result: Array<WorkspaceManagerAssignment>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerAssignmentDeserializer(item);\n });\n}\n\n/** The workspace manager configuration */\nexport interface WorkspaceManagerConfiguration extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** The current mode of the workspace manager configuration */\n mode?: Mode;\n}\n\nexport function workspaceManagerConfigurationSerializer(item: WorkspaceManagerConfiguration): any {\n return {\n properties: areAllPropsUndefined(item, [\"mode\"])\n ? undefined\n : _workspaceManagerConfigurationPropertiesSerializer(item),\n };\n}\n\nexport function workspaceManagerConfigurationDeserializer(\n item: any,\n): WorkspaceManagerConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _workspaceManagerConfigurationPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The workspace manager configuration properties */\nexport interface WorkspaceManagerConfigurationProperties {\n /** The current mode of the workspace manager configuration */\n mode: Mode;\n}\n\nexport function workspaceManagerConfigurationPropertiesSerializer(\n item: WorkspaceManagerConfigurationProperties,\n): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function workspaceManagerConfigurationPropertiesDeserializer(\n item: any,\n): WorkspaceManagerConfigurationProperties {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** The current mode of the workspace manager configuration */\nexport enum KnownMode {\n /** The workspace manager configuration is enabled */\n Enabled = \"Enabled\",\n /** The workspace manager configuration is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * The current mode of the workspace manager configuration \\\n * {@link KnownMode} can be used interchangeably with Mode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: The workspace manager configuration is enabled \\\n * **Disabled**: The workspace manager configuration is disabled\n */\nexport type Mode = string;\n\n/** List all the workspace manager configurations for the workspace. */\nexport interface _WorkspaceManagerConfigurationList {\n /** The WorkspaceManagerConfiguration items on this page */\n value: WorkspaceManagerConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceManagerConfigurationListDeserializer(\n item: any,\n): _WorkspaceManagerConfigurationList {\n return {\n value: workspaceManagerConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceManagerConfigurationArraySerializer(\n result: Array<WorkspaceManagerConfiguration>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerConfigurationSerializer(item);\n });\n}\n\nexport function workspaceManagerConfigurationArrayDeserializer(\n result: Array<WorkspaceManagerConfiguration>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerConfigurationDeserializer(item);\n });\n}\n\n/** The workspace manager group */\nexport interface WorkspaceManagerGroup extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** The description of the workspace manager group */\n description?: string;\n /** The display name of the workspace manager group */\n displayName?: string;\n /** The names of the workspace manager members participating in this group. */\n memberResourceNames?: string[];\n}\n\nexport function workspaceManagerGroupSerializer(item: WorkspaceManagerGroup): any {\n return {\n properties: areAllPropsUndefined(item, [\"description\", \"displayName\", \"memberResourceNames\"])\n ? undefined\n : _workspaceManagerGroupPropertiesSerializer(item),\n };\n}\n\nexport function workspaceManagerGroupDeserializer(item: any): WorkspaceManagerGroup {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _workspaceManagerGroupPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The workspace manager group properties */\nexport interface WorkspaceManagerGroupProperties {\n /** The description of the workspace manager group */\n description?: string;\n /** The display name of the workspace manager group */\n displayName: string;\n /** The names of the workspace manager members participating in this group. */\n memberResourceNames: string[];\n}\n\nexport function workspaceManagerGroupPropertiesSerializer(\n item: WorkspaceManagerGroupProperties,\n): any {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n memberResourceNames: item[\"memberResourceNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function workspaceManagerGroupPropertiesDeserializer(\n item: any,\n): WorkspaceManagerGroupProperties {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n memberResourceNames: item[\"memberResourceNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of all the workspace manager groups. */\nexport interface _WorkspaceManagerGroupList {\n /** The WorkspaceManagerGroup items on this page */\n value: WorkspaceManagerGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceManagerGroupListDeserializer(item: any): _WorkspaceManagerGroupList {\n return {\n value: workspaceManagerGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceManagerGroupArraySerializer(result: Array<WorkspaceManagerGroup>): any[] {\n return result.map((item) => {\n return workspaceManagerGroupSerializer(item);\n });\n}\n\nexport function workspaceManagerGroupArrayDeserializer(\n result: Array<WorkspaceManagerGroup>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerGroupDeserializer(item);\n });\n}\n\n/** The workspace manager member */\nexport interface WorkspaceManagerMember extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** Fully qualified resource ID of the target Sentinel workspace joining the given Sentinel workspace manager */\n targetWorkspaceResourceId?: string;\n /** Tenant id of the target Sentinel workspace joining the given Sentinel workspace manager */\n targetWorkspaceTenantId?: string;\n}\n\nexport function workspaceManagerMemberSerializer(item: WorkspaceManagerMember): any {\n return {\n properties: areAllPropsUndefined(item, [\"targetWorkspaceResourceId\", \"targetWorkspaceTenantId\"])\n ? undefined\n : _workspaceManagerMemberPropertiesSerializer(item),\n };\n}\n\nexport function workspaceManagerMemberDeserializer(item: any): WorkspaceManagerMember {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _workspaceManagerMemberPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The workspace manager member properties */\nexport interface WorkspaceManagerMemberProperties {\n /** Fully qualified resource ID of the target Sentinel workspace joining the given Sentinel workspace manager */\n targetWorkspaceResourceId: string;\n /** Tenant id of the target Sentinel workspace joining the given Sentinel workspace manager */\n targetWorkspaceTenantId: string;\n}\n\nexport function workspaceManagerMemberPropertiesSerializer(\n item: WorkspaceManagerMemberProperties,\n): any {\n return {\n targetWorkspaceResourceId: item[\"targetWorkspaceResourceId\"],\n targetWorkspaceTenantId: item[\"targetWorkspaceTenantId\"],\n };\n}\n\nexport function workspaceManagerMemberPropertiesDeserializer(\n item: any,\n): WorkspaceManagerMemberProperties {\n return {\n targetWorkspaceResourceId: item[\"targetWorkspaceResourceId\"],\n targetWorkspaceTenantId: item[\"targetWorkspaceTenantId\"],\n };\n}\n\n/** List of workspace manager members */\nexport interface _WorkspaceManagerMembersList {\n /** The WorkspaceManagerMember items on this page */\n value: WorkspaceManagerMember[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceManagerMembersListDeserializer(item: any): _WorkspaceManagerMembersList {\n return {\n value: workspaceManagerMemberArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceManagerMemberArraySerializer(\n result: Array<WorkspaceManagerMember>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerMemberSerializer(item);\n });\n}\n\nexport function workspaceManagerMemberArrayDeserializer(\n result: Array<WorkspaceManagerMember>,\n): any[] {\n return result.map((item) => {\n return workspaceManagerMemberDeserializer(item);\n });\n}\n\n/** Analytics Rule Run Trigger request */\nexport interface AnalyticsRuleRunTrigger {\n executionTimeUtc: Date;\n}\n\nexport function analyticsRuleRunTriggerSerializer(item: AnalyticsRuleRunTrigger): any {\n return { properties: _analyticsRuleRunTriggerPropertiesSerializer(item) };\n}\n\n/** The Analytics Rule Run Trigger properties */\nexport interface AnalyticsRuleRunTriggerProperties {\n executionTimeUtc: Date;\n}\n\nexport function analyticsRuleRunTriggerPropertiesSerializer(\n item: AnalyticsRuleRunTriggerProperties,\n): any {\n return { executionTimeUtc: item[\"executionTimeUtc\"].toISOString() };\n}\n\n/** Action for alert rule. */\nexport interface ActionResponse extends ProxyResource {\n /** Etag of the action. */\n etag?: string;\n /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */\n logicAppResourceId?: string;\n /** The name of the logic app's workflow. */\n workflowId?: string;\n}\n\nexport function actionResponseDeserializer(item: any): ActionResponse {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _actionResponsePropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Action property bag. */\nexport interface ActionResponseProperties extends ActionPropertiesBase {\n /** The name of the logic app's workflow. */\n workflowId?: string;\n}\n\nexport function actionResponsePropertiesDeserializer(item: any): ActionResponseProperties {\n return {\n logicAppResourceId: item[\"logicAppResourceId\"],\n workflowId: item[\"workflowId\"],\n };\n}\n\n/** Action property bag base. */\nexport interface ActionPropertiesBase {\n /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */\n logicAppResourceId: string;\n}\n\nexport function actionPropertiesBaseSerializer(item: ActionPropertiesBase): any {\n return { logicAppResourceId: item[\"logicAppResourceId\"] };\n}\n\nexport function actionPropertiesBaseDeserializer(item: any): ActionPropertiesBase {\n return {\n logicAppResourceId: item[\"logicAppResourceId\"],\n };\n}\n\n/** Action for alert rule. */\nexport interface ActionRequest extends ResourceWithEtag {\n /** Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. */\n logicAppResourceId?: string;\n /** Logic App Callback URL for this specific workflow. */\n triggerUri?: string;\n}\n\nexport function actionRequestSerializer(item: ActionRequest): any {\n return {\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\"logicAppResourceId\", \"triggerUri\"])\n ? undefined\n : _actionRequestPropertiesSerializer(item),\n };\n}\n\n/** Action property bag. */\nexport interface ActionRequestProperties extends ActionPropertiesBase {\n /** Logic App Callback URL for this specific workflow. */\n triggerUri: string;\n}\n\nexport function actionRequestPropertiesSerializer(item: ActionRequestProperties): any {\n return { logicAppResourceId: item[\"logicAppResourceId\"], triggerUri: item[\"triggerUri\"] };\n}\n\n/** List all the actions. */\nexport interface _ActionsList {\n /** The ActionResponse items on this page */\n value: ActionResponse[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _actionsListDeserializer(item: any): _ActionsList {\n return {\n value: actionResponseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function actionResponseArrayDeserializer(result: Array<ActionResponse>): any[] {\n return result.map((item) => {\n return actionResponseDeserializer(item);\n });\n}\n\n/** The parameters required to execute an expand operation on the given bookmark. */\nexport interface BookmarkExpandParameters {\n /** The end date filter, so the only expansion results returned are before this date. */\n endTime?: Date;\n /** The Id of the expansion to perform. */\n expansionId?: string;\n /** The start date filter, so the only expansion results returned are after this date. */\n startTime?: Date;\n}\n\nexport function bookmarkExpandParametersSerializer(item: BookmarkExpandParameters): any {\n return {\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : item[\"endTime\"].toISOString(),\n expansionId: item[\"expansionId\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : item[\"startTime\"].toISOString(),\n };\n}\n\n/** The entity expansion result operation response. */\nexport interface BookmarkExpandResponse {\n /** The metadata from the expansion operation results. */\n metaData?: ExpansionResultsMetadata;\n /** The expansion result values. */\n value?: BookmarkExpandResponseValue;\n}\n\nexport function bookmarkExpandResponseDeserializer(item: any): BookmarkExpandResponse {\n return {\n metaData: !item[\"metaData\"]\n ? item[\"metaData\"]\n : expansionResultsMetadataDeserializer(item[\"metaData\"]),\n value: !item[\"value\"] ? item[\"value\"] : bookmarkExpandResponseValueDeserializer(item[\"value\"]),\n };\n}\n\n/** The expansion result values. */\nexport interface BookmarkExpandResponseValue {\n /** Array of the expansion result entities. */\n entities?: EntityUnion[];\n /** Array of expansion result connected entities */\n edges?: ConnectedEntity[];\n}\n\nexport function bookmarkExpandResponseValueDeserializer(item: any): BookmarkExpandResponseValue {\n return {\n entities: !item[\"entities\"] ? item[\"entities\"] : entityUnionArrayDeserializer(item[\"entities\"]),\n edges: !item[\"edges\"] ? item[\"edges\"] : connectedEntityArrayDeserializer(item[\"edges\"]),\n };\n}\n\nexport function connectedEntityArrayDeserializer(result: Array<ConnectedEntity>): any[] {\n return result.map((item) => {\n return connectedEntityDeserializer(item);\n });\n}\n\n/** Expansion result connected entities */\nexport interface ConnectedEntity {\n /** Entity Id of the connected entity */\n targetEntityId?: string;\n /** key-value pairs for a connected entity mapping */\n additionalData?: any;\n}\n\nexport function connectedEntityDeserializer(item: any): ConnectedEntity {\n return {\n targetEntityId: item[\"targetEntityId\"],\n additionalData: item[\"additionalData\"],\n };\n}\n\n/** Represents a Package in Azure Security Insights. */\nexport interface PackageModel extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The content id of the package */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package */\n contentProductId?: string;\n /** The package kind */\n contentKind?: PackageKind;\n /** The version of the content schema. */\n contentSchemaVersion?: string;\n /** Flag indicates if this is a newly published package. */\n isNew?: Flag;\n /** Flag indicates if this package is in preview. */\n isPreview?: Flag;\n /** Flag indicates if this package is among the featured list. */\n isFeatured?: Flag;\n /** Flag indicates if this template is deprecated */\n isDeprecated?: Flag;\n /** the latest version number of the package */\n version?: string;\n /** The display name of the package */\n displayName?: string;\n /** The description of the package */\n description?: string;\n /** The publisher display name of the package */\n publisherDisplayName?: string;\n /** The source of the package */\n source?: MetadataSource;\n /** The author of the package */\n author?: MetadataAuthor;\n /** The support tier of the package */\n support?: MetadataSupport;\n /** The support tier of the package */\n dependencies?: MetadataDependencies;\n /** Providers for the package item */\n providers?: string[];\n /** first publish date package item */\n firstPublishDate?: Date;\n /** last publish date for the package item */\n lastPublishDate?: Date;\n /** The categories of the package */\n categories?: MetadataCategories;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n}\n\nexport function packageModelSerializer(item: PackageModel): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"contentId\",\n \"contentProductId\",\n \"contentKind\",\n \"contentSchemaVersion\",\n \"isNew\",\n \"isPreview\",\n \"isFeatured\",\n \"isDeprecated\",\n \"version\",\n \"displayName\",\n \"description\",\n \"publisherDisplayName\",\n \"source\",\n \"author\",\n \"support\",\n \"dependencies\",\n \"providers\",\n \"firstPublishDate\",\n \"lastPublishDate\",\n \"categories\",\n \"threatAnalysisTactics\",\n \"threatAnalysisTechniques\",\n \"icon\",\n ])\n ? undefined\n : _packageModelPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function packageModelDeserializer(item: any): PackageModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _packageModelPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes package properties */\nexport interface PackageProperties extends PackageBaseProperties {}\n\nexport function packagePropertiesSerializer(item: PackageProperties): any {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\nexport function packagePropertiesDeserializer(item: any): PackageProperties {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\n/** Describes package properties */\nexport interface PackageBaseProperties {\n /** The content id of the package */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package */\n contentProductId?: string;\n /** The package kind */\n contentKind?: PackageKind;\n /** The version of the content schema. */\n contentSchemaVersion?: string;\n /** Flag indicates if this is a newly published package. */\n isNew?: Flag;\n /** Flag indicates if this package is in preview. */\n isPreview?: Flag;\n /** Flag indicates if this package is among the featured list. */\n isFeatured?: Flag;\n /** Flag indicates if this template is deprecated */\n isDeprecated?: Flag;\n /** the latest version number of the package */\n version?: string;\n /** The display name of the package */\n displayName?: string;\n /** The description of the package */\n description?: string;\n /** The publisher display name of the package */\n publisherDisplayName?: string;\n /** The source of the package */\n source?: MetadataSource;\n /** The author of the package */\n author?: MetadataAuthor;\n /** The support tier of the package */\n support?: MetadataSupport;\n /** The support tier of the package */\n dependencies?: MetadataDependencies;\n /** Providers for the package item */\n providers?: string[];\n /** first publish date package item */\n firstPublishDate?: Date;\n /** last publish date for the package item */\n lastPublishDate?: Date;\n /** The categories of the package */\n categories?: MetadataCategories;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n}\n\nexport function packageBasePropertiesSerializer(item: PackageBaseProperties): any {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\nexport function packageBasePropertiesDeserializer(item: any): PackageBaseProperties {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\n/** The package kind */\nexport enum KnownPackageKind {\n /** Solution */\n Solution = \"Solution\",\n /** Standalone */\n Standalone = \"Standalone\",\n}\n\n/**\n * The package kind \\\n * {@link KnownPackageKind} can be used interchangeably with PackageKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Solution**: Solution \\\n * **Standalone**: Standalone\n */\nexport type PackageKind = string;\n\n/** The boolean value the metadata is for. */\nexport enum KnownFlag {\n /** true */\n True = \"true\",\n /** false */\n False = \"false\",\n}\n\n/**\n * The boolean value the metadata is for. \\\n * {@link KnownFlag} can be used interchangeably with Flag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: true \\\n * **false**: false\n */\nexport type Flag = string;\n\n/** The original source of the content item, where it comes from. */\nexport interface MetadataSource {\n /** Source type of the content */\n kind: SourceKind;\n /** Name of the content source. The repo name, solution name, LA workspace name etc. */\n name?: string;\n /** ID of the content source. The solution ID, workspace ID, etc */\n sourceId?: string;\n}\n\nexport function metadataSourceSerializer(item: MetadataSource): any {\n return { kind: item[\"kind\"], name: item[\"name\"], sourceId: item[\"sourceId\"] };\n}\n\nexport function metadataSourceDeserializer(item: any): MetadataSource {\n return {\n kind: item[\"kind\"],\n name: item[\"name\"],\n sourceId: item[\"sourceId\"],\n };\n}\n\n/** Source type of the content */\nexport enum KnownSourceKind {\n /** LocalWorkspace */\n LocalWorkspace = \"LocalWorkspace\",\n /** Community */\n Community = \"Community\",\n /** Solution */\n Solution = \"Solution\",\n /** SourceRepository */\n SourceRepository = \"SourceRepository\",\n}\n\n/**\n * Source type of the content \\\n * {@link KnownSourceKind} can be used interchangeably with SourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LocalWorkspace**: LocalWorkspace \\\n * **Community**: Community \\\n * **Solution**: Solution \\\n * **SourceRepository**: SourceRepository\n */\nexport type SourceKind = string;\n\n/** Publisher or creator of the content item. */\nexport interface MetadataAuthor {\n /** Name of the author. Company or person. */\n name?: string;\n /** Email of author contact */\n email?: string;\n /** Link for author/vendor page */\n link?: string;\n}\n\nexport function metadataAuthorSerializer(item: MetadataAuthor): any {\n return { name: item[\"name\"], email: item[\"email\"], link: item[\"link\"] };\n}\n\nexport function metadataAuthorDeserializer(item: any): MetadataAuthor {\n return {\n name: item[\"name\"],\n email: item[\"email\"],\n link: item[\"link\"],\n };\n}\n\n/** Support information for the content item. */\nexport interface MetadataSupport {\n /** Type of support for content item */\n tier: SupportTier;\n /** Name of the support contact. Company or person. */\n name?: string;\n /** Email of support contact */\n email?: string;\n /** Link for support help, like to support page to open a ticket etc. */\n link?: string;\n}\n\nexport function metadataSupportSerializer(item: MetadataSupport): any {\n return { tier: item[\"tier\"], name: item[\"name\"], email: item[\"email\"], link: item[\"link\"] };\n}\n\nexport function metadataSupportDeserializer(item: any): MetadataSupport {\n return {\n tier: item[\"tier\"],\n name: item[\"name\"],\n email: item[\"email\"],\n link: item[\"link\"],\n };\n}\n\n/** Type of support for content item */\nexport enum KnownSupportTier {\n /** Microsoft */\n Microsoft = \"Microsoft\",\n /** Partner */\n Partner = \"Partner\",\n /** Community */\n Community = \"Community\",\n}\n\n/**\n * Type of support for content item \\\n * {@link KnownSupportTier} can be used interchangeably with SupportTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft**: Microsoft \\\n * **Partner**: Partner \\\n * **Community**: Community\n */\nexport type SupportTier = string;\n\n/** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies. */\nexport interface MetadataDependencies {\n /** Id of the content item we depend on */\n contentId?: string;\n /** Type of the content item we depend on */\n kind?: Kind;\n /** Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required. */\n version?: string;\n /** Name of the content item */\n name?: string;\n /** Operator used for list of dependencies in criteria array. */\n operator?: Operator;\n /** This is the list of dependencies we must fulfill, according to the AND/OR operator */\n criteria?: MetadataDependencies[];\n}\n\nexport function metadataDependenciesSerializer(item: MetadataDependencies): any {\n return {\n contentId: item[\"contentId\"],\n kind: item[\"kind\"],\n version: item[\"version\"],\n name: item[\"name\"],\n operator: item[\"operator\"],\n criteria: !item[\"criteria\"]\n ? item[\"criteria\"]\n : metadataDependenciesArraySerializer(item[\"criteria\"]),\n };\n}\n\nexport function metadataDependenciesDeserializer(item: any): MetadataDependencies {\n return {\n contentId: item[\"contentId\"],\n kind: item[\"kind\"],\n version: item[\"version\"],\n name: item[\"name\"],\n operator: item[\"operator\"],\n criteria: !item[\"criteria\"]\n ? item[\"criteria\"]\n : metadataDependenciesArrayDeserializer(item[\"criteria\"]),\n };\n}\n\n/** The kind of content the metadata is for. */\nexport enum KnownKind {\n /** DataConnector */\n DataConnector = \"DataConnector\",\n /** DataType */\n DataType = \"DataType\",\n /** Workbook */\n Workbook = \"Workbook\",\n /** WorkbookTemplate */\n WorkbookTemplate = \"WorkbookTemplate\",\n /** Playbook */\n Playbook = \"Playbook\",\n /** PlaybookTemplate */\n PlaybookTemplate = \"PlaybookTemplate\",\n /** AnalyticsRuleTemplate */\n AnalyticsRuleTemplate = \"AnalyticsRuleTemplate\",\n /** AnalyticsRule */\n AnalyticsRule = \"AnalyticsRule\",\n /** HuntingQuery */\n HuntingQuery = \"HuntingQuery\",\n /** InvestigationQuery */\n InvestigationQuery = \"InvestigationQuery\",\n /** Parser */\n Parser = \"Parser\",\n /** Watchlist */\n Watchlist = \"Watchlist\",\n /** WatchlistTemplate */\n WatchlistTemplate = \"WatchlistTemplate\",\n /** Solution */\n Solution = \"Solution\",\n /** AzureFunction */\n AzureFunction = \"AzureFunction\",\n /** LogicAppsCustomConnector */\n LogicAppsCustomConnector = \"LogicAppsCustomConnector\",\n /** AutomationRule */\n AutomationRule = \"AutomationRule\",\n /** ResourcesDataConnector */\n ResourcesDataConnector = \"ResourcesDataConnector\",\n /** Notebook */\n Notebook = \"Notebook\",\n /** Standalone */\n Standalone = \"Standalone\",\n /** SummaryRule */\n SummaryRule = \"SummaryRule\",\n /** Custom detections enable proactive monitoring and automated response actions for various events and system states across your tenant. */\n CustomDetection = \"CustomDetection\",\n}\n\n/**\n * The kind of content the metadata is for. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataConnector**: DataConnector \\\n * **DataType**: DataType \\\n * **Workbook**: Workbook \\\n * **WorkbookTemplate**: WorkbookTemplate \\\n * **Playbook**: Playbook \\\n * **PlaybookTemplate**: PlaybookTemplate \\\n * **AnalyticsRuleTemplate**: AnalyticsRuleTemplate \\\n * **AnalyticsRule**: AnalyticsRule \\\n * **HuntingQuery**: HuntingQuery \\\n * **InvestigationQuery**: InvestigationQuery \\\n * **Parser**: Parser \\\n * **Watchlist**: Watchlist \\\n * **WatchlistTemplate**: WatchlistTemplate \\\n * **Solution**: Solution \\\n * **AzureFunction**: AzureFunction \\\n * **LogicAppsCustomConnector**: LogicAppsCustomConnector \\\n * **AutomationRule**: AutomationRule \\\n * **ResourcesDataConnector**: ResourcesDataConnector \\\n * **Notebook**: Notebook \\\n * **Standalone**: Standalone \\\n * **SummaryRule**: SummaryRule \\\n * **CustomDetection**: Custom detections enable proactive monitoring and automated response actions for various events and system states across your tenant.\n */\nexport type Kind = string;\n\n/** Represents an operator in a ConditionClause. */\nexport enum KnownOperator {\n /** Equals */\n Equals = \"Equals\",\n /** NotEquals */\n NotEquals = \"NotEquals\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanEqual */\n LessThanEqual = \"LessThanEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanEqual */\n GreaterThanEqual = \"GreaterThanEqual\",\n /** StringContains */\n StringContains = \"StringContains\",\n /** StringNotContains */\n StringNotContains = \"StringNotContains\",\n /** StringStartsWith */\n StringStartsWith = \"StringStartsWith\",\n /** StringNotStartsWith */\n StringNotStartsWith = \"StringNotStartsWith\",\n /** StringEndsWith */\n StringEndsWith = \"StringEndsWith\",\n /** StringNotEndsWith */\n StringNotEndsWith = \"StringNotEndsWith\",\n /** StringIsEmpty */\n StringIsEmpty = \"StringIsEmpty\",\n /** IsNull */\n IsNull = \"IsNull\",\n /** IsTrue */\n IsTrue = \"IsTrue\",\n /** IsFalse */\n IsFalse = \"IsFalse\",\n /** ArrayContains */\n ArrayContains = \"ArrayContains\",\n /** ArrayNotContains */\n ArrayNotContains = \"ArrayNotContains\",\n /** OnOrAfterRelative */\n OnOrAfterRelative = \"OnOrAfterRelative\",\n /** AfterRelative */\n AfterRelative = \"AfterRelative\",\n /** OnOrBeforeRelative */\n OnOrBeforeRelative = \"OnOrBeforeRelative\",\n /** BeforeRelative */\n BeforeRelative = \"BeforeRelative\",\n /** OnOrAfterAbsolute */\n OnOrAfterAbsolute = \"OnOrAfterAbsolute\",\n /** AfterAbsolute */\n AfterAbsolute = \"AfterAbsolute\",\n /** OnOrBeforeAbsolute */\n OnOrBeforeAbsolute = \"OnOrBeforeAbsolute\",\n /** BeforeAbsolute */\n BeforeAbsolute = \"BeforeAbsolute\",\n}\n\n/**\n * Represents an operator in a ConditionClause. \\\n * {@link KnownOperator} can be used interchangeably with Operator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equals**: Equals \\\n * **NotEquals**: NotEquals \\\n * **LessThan**: LessThan \\\n * **LessThanEqual**: LessThanEqual \\\n * **GreaterThan**: GreaterThan \\\n * **GreaterThanEqual**: GreaterThanEqual \\\n * **StringContains**: StringContains \\\n * **StringNotContains**: StringNotContains \\\n * **StringStartsWith**: StringStartsWith \\\n * **StringNotStartsWith**: StringNotStartsWith \\\n * **StringEndsWith**: StringEndsWith \\\n * **StringNotEndsWith**: StringNotEndsWith \\\n * **StringIsEmpty**: StringIsEmpty \\\n * **IsNull**: IsNull \\\n * **IsTrue**: IsTrue \\\n * **IsFalse**: IsFalse \\\n * **ArrayContains**: ArrayContains \\\n * **ArrayNotContains**: ArrayNotContains \\\n * **OnOrAfterRelative**: OnOrAfterRelative \\\n * **AfterRelative**: AfterRelative \\\n * **OnOrBeforeRelative**: OnOrBeforeRelative \\\n * **BeforeRelative**: BeforeRelative \\\n * **OnOrAfterAbsolute**: OnOrAfterAbsolute \\\n * **AfterAbsolute**: AfterAbsolute \\\n * **OnOrBeforeAbsolute**: OnOrBeforeAbsolute \\\n * **BeforeAbsolute**: BeforeAbsolute\n */\nexport type Operator = string;\n\nexport function metadataDependenciesArraySerializer(result: Array<MetadataDependencies>): any[] {\n return result.map((item) => {\n return metadataDependenciesSerializer(item);\n });\n}\n\nexport function metadataDependenciesArrayDeserializer(result: Array<MetadataDependencies>): any[] {\n return result.map((item) => {\n return metadataDependenciesDeserializer(item);\n });\n}\n\n/** ies for the solution content item */\nexport interface MetadataCategories {\n /** domain for the solution content item */\n domains?: string[];\n /** Industry verticals for the solution content item */\n verticals?: string[];\n}\n\nexport function metadataCategoriesSerializer(item: MetadataCategories): any {\n return {\n domains: !item[\"domains\"]\n ? item[\"domains\"]\n : item[\"domains\"].map((p: any) => {\n return p;\n }),\n verticals: !item[\"verticals\"]\n ? item[\"verticals\"]\n : item[\"verticals\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function metadataCategoriesDeserializer(item: any): MetadataCategories {\n return {\n domains: !item[\"domains\"]\n ? item[\"domains\"]\n : item[\"domains\"].map((p: any) => {\n return p;\n }),\n verticals: !item[\"verticals\"]\n ? item[\"verticals\"]\n : item[\"verticals\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List available packages. */\nexport interface _PackageList {\n /** The PackageModel items on this page */\n value: PackageModel[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _packageListDeserializer(item: any): _PackageList {\n return {\n value: packageModelArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function packageModelArraySerializer(result: Array<PackageModel>): any[] {\n return result.map((item) => {\n return packageModelSerializer(item);\n });\n}\n\nexport function packageModelArrayDeserializer(result: Array<PackageModel>): any[] {\n return result.map((item) => {\n return packageModelDeserializer(item);\n });\n}\n\n/** Represents a Package in Azure Security Insights. */\nexport interface ProductPackageModel extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The content id of the package */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package */\n contentProductId?: string;\n /** The package kind */\n contentKind?: PackageKind;\n /** The version of the content schema. */\n contentSchemaVersion?: string;\n /** Flag indicates if this is a newly published package. */\n isNew?: Flag;\n /** Flag indicates if this package is in preview. */\n isPreview?: Flag;\n /** Flag indicates if this package is among the featured list. */\n isFeatured?: Flag;\n /** Flag indicates if this template is deprecated */\n isDeprecated?: Flag;\n /** the latest version number of the package */\n version?: string;\n /** The display name of the package */\n displayName?: string;\n /** The description of the package */\n description?: string;\n /** The publisher display name of the package */\n publisherDisplayName?: string;\n /** The source of the package */\n source?: MetadataSource;\n /** The author of the package */\n author?: MetadataAuthor;\n /** The support tier of the package */\n support?: MetadataSupport;\n /** The support tier of the package */\n dependencies?: MetadataDependencies;\n /** Providers for the package item */\n providers?: string[];\n /** first publish date package item */\n firstPublishDate?: Date;\n /** last publish date for the package item */\n lastPublishDate?: Date;\n /** The categories of the package */\n categories?: MetadataCategories;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** The version of the installed package, null or absent means not installed. */\n installedVersion?: string;\n /** The metadata resource id. */\n metadataResourceId?: string;\n /** The json of the ARM template to deploy. Expandable. */\n packagedContent?: any;\n}\n\nexport function productPackageModelDeserializer(item: any): ProductPackageModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _productPackageModelPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Describes package properties */\nexport interface ProductPackageProperties {\n /** The content id of the package */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId, contentKind and the contentVersion of the package */\n contentProductId?: string;\n /** The package kind */\n contentKind?: PackageKind;\n /** The version of the content schema. */\n contentSchemaVersion?: string;\n /** Flag indicates if this is a newly published package. */\n isNew?: Flag;\n /** Flag indicates if this package is in preview. */\n isPreview?: Flag;\n /** Flag indicates if this package is among the featured list. */\n isFeatured?: Flag;\n /** Flag indicates if this template is deprecated */\n isDeprecated?: Flag;\n /** the latest version number of the package */\n version?: string;\n /** The display name of the package */\n displayName?: string;\n /** The description of the package */\n description?: string;\n /** The publisher display name of the package */\n publisherDisplayName?: string;\n /** The source of the package */\n source?: MetadataSource;\n /** The author of the package */\n author?: MetadataAuthor;\n /** The support tier of the package */\n support?: MetadataSupport;\n /** The support tier of the package */\n dependencies?: MetadataDependencies;\n /** Providers for the package item */\n providers?: string[];\n /** first publish date package item */\n firstPublishDate?: Date;\n /** last publish date for the package item */\n lastPublishDate?: Date;\n /** The categories of the package */\n categories?: MetadataCategories;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** The version of the installed package, null or absent means not installed. */\n installedVersion?: string;\n /** The metadata resource id. */\n metadataResourceId?: string;\n /** The json of the ARM template to deploy. Expandable. */\n packagedContent?: any;\n}\n\nexport function productPackagePropertiesDeserializer(item: any): ProductPackageProperties {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n installedVersion: item[\"installedVersion\"],\n metadataResourceId: item[\"metadataResourceId\"],\n packagedContent: item[\"packagedContent\"],\n };\n}\n\n/** List available packages. */\nexport interface _ProductPackageList {\n /** The ProductPackageModel items on this page */\n value: ProductPackageModel[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _productPackageListDeserializer(item: any): _ProductPackageList {\n return {\n value: productPackageModelArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function productPackageModelArrayDeserializer(result: Array<ProductPackageModel>): any[] {\n return result.map((item) => {\n return productPackageModelDeserializer(item);\n });\n}\n\n/** Template resource definition. */\nexport interface ProductTemplateModel extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId of the package, contentId of the template, contentKind of the template and the contentVersion of the template */\n contentProductId?: string;\n /** Version of the package. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n packageVersion?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The display name of the template */\n displayName?: string;\n /** The kind of content the template is for. */\n contentKind?: Kind;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the template - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the item */\n categories?: MetadataCategories;\n /** Providers for the content item */\n providers?: string[];\n /** first publish date content item */\n firstPublishDate?: Date;\n /** last publish date for the content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n /** the package Id contains this template */\n packageId?: string;\n /** the packageKind of the package contains this template */\n packageKind?: PackageKind;\n /** the name of the package contains this template */\n packageName?: string;\n /** Flag indicates if this template is deprecated */\n readonly isDeprecated?: Flag;\n /** The json of the ARM template to deploy */\n packagedContent?: any;\n}\n\nexport function productTemplateModelDeserializer(item: any): ProductTemplateModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _productTemplateModelPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Template property bag. */\nexport interface ProductTemplateProperties {\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId of the package, contentId of the template, contentKind of the template and the contentVersion of the template */\n contentProductId?: string;\n /** Version of the package. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n packageVersion?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The display name of the template */\n displayName?: string;\n /** The kind of content the template is for. */\n contentKind?: Kind;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the template - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the item */\n categories?: MetadataCategories;\n /** Providers for the content item */\n providers?: string[];\n /** first publish date content item */\n firstPublishDate?: Date;\n /** last publish date for the content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n /** the package Id contains this template */\n packageId?: string;\n /** the packageKind of the package contains this template */\n packageKind?: PackageKind;\n /** the name of the package contains this template */\n packageName?: string;\n /** Flag indicates if this template is deprecated */\n readonly isDeprecated?: Flag;\n /** The json of the ARM template to deploy */\n packagedContent?: any;\n}\n\nexport function productTemplatePropertiesDeserializer(item: any): ProductTemplateProperties {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n isDeprecated: item[\"isDeprecated\"],\n packagedContent: item[\"packagedContent\"],\n };\n}\n\n/** List of all the template. */\nexport interface _ProductTemplateList {\n /** The ProductTemplateModel items on this page */\n value: ProductTemplateModel[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _productTemplateListDeserializer(item: any): _ProductTemplateList {\n return {\n value: productTemplateModelArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function productTemplateModelArrayDeserializer(result: Array<ProductTemplateModel>): any[] {\n return result.map((item) => {\n return productTemplateModelDeserializer(item);\n });\n}\n\n/** Template resource definition. */\nexport interface TemplateModel extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId of the package, contentId of the template, contentKind of the template and the contentVersion of the template */\n contentProductId?: string;\n /** Version of the package. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n packageVersion?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The display name of the template */\n displayName?: string;\n /** The kind of content the template is for. */\n contentKind?: Kind;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the template - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the item */\n categories?: MetadataCategories;\n /** Providers for the content item */\n providers?: string[];\n /** first publish date content item */\n firstPublishDate?: Date;\n /** last publish date for the content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n /** the package Id contains this template */\n packageId?: string;\n /** the packageKind of the package contains this template */\n packageKind?: PackageKind;\n /** the name of the package contains this template */\n packageName?: string;\n /** Flag indicates if this template is deprecated */\n readonly isDeprecated?: Flag;\n /** The JSON of the ARM template to deploy active content. Expandable. */\n mainTemplate?: any;\n /** Dependant templates. Expandable. */\n readonly dependantTemplates?: TemplateProperties[];\n}\n\nexport function templateModelSerializer(item: TemplateModel): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"contentId\",\n \"contentProductId\",\n \"packageVersion\",\n \"version\",\n \"displayName\",\n \"contentKind\",\n \"source\",\n \"author\",\n \"support\",\n \"dependencies\",\n \"categories\",\n \"providers\",\n \"firstPublishDate\",\n \"lastPublishDate\",\n \"customVersion\",\n \"contentSchemaVersion\",\n \"icon\",\n \"threatAnalysisTactics\",\n \"threatAnalysisTechniques\",\n \"previewImages\",\n \"previewImagesDark\",\n \"packageId\",\n \"packageKind\",\n \"packageName\",\n \"mainTemplate\",\n ])\n ? undefined\n : _templateModelPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function templateModelDeserializer(item: any): TemplateModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _templateModelPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Template property bag. */\nexport interface TemplateProperties {\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name */\n contentId?: string;\n /** Unique ID for the content. It should be generated based on the contentId of the package, contentId of the template, contentKind of the template and the contentVersion of the template */\n contentProductId?: string;\n /** Version of the package. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n packageVersion?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM metadata best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The display name of the template */\n displayName?: string;\n /** The kind of content the template is for. */\n contentKind?: Kind;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the template - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the item */\n categories?: MetadataCategories;\n /** Providers for the content item */\n providers?: string[];\n /** first publish date content item */\n firstPublishDate?: Date;\n /** last publish date for the content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the content metadata */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n /** the package Id contains this template */\n packageId?: string;\n /** the packageKind of the package contains this template */\n packageKind?: PackageKind;\n /** the name of the package contains this template */\n packageName?: string;\n /** Flag indicates if this template is deprecated */\n readonly isDeprecated?: Flag;\n /** The JSON of the ARM template to deploy active content. Expandable. */\n mainTemplate?: any;\n /** Dependant templates. Expandable. */\n readonly dependantTemplates?: TemplateProperties[];\n}\n\nexport function templatePropertiesSerializer(item: TemplateProperties): any {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n mainTemplate: item[\"mainTemplate\"],\n };\n}\n\nexport function templatePropertiesDeserializer(item: any): TemplateProperties {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n isDeprecated: item[\"isDeprecated\"],\n mainTemplate: item[\"mainTemplate\"],\n dependantTemplates: !item[\"dependantTemplates\"]\n ? item[\"dependantTemplates\"]\n : templatePropertiesArrayDeserializer(item[\"dependantTemplates\"]),\n };\n}\n\nexport function templatePropertiesArraySerializer(result: Array<TemplateProperties>): any[] {\n return result.map((item) => {\n return templatePropertiesSerializer(item);\n });\n}\n\nexport function templatePropertiesArrayDeserializer(result: Array<TemplateProperties>): any[] {\n return result.map((item) => {\n return templatePropertiesDeserializer(item);\n });\n}\n\n/** List of all the template. */\nexport interface _TemplateList {\n /** The TemplateModel items on this page */\n value: TemplateModel[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _templateListDeserializer(item: any): _TemplateList {\n return {\n value: templateModelArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function templateModelArraySerializer(result: Array<TemplateModel>): any[] {\n return result.map((item) => {\n return templateModelSerializer(item);\n });\n}\n\nexport function templateModelArrayDeserializer(result: Array<TemplateModel>): any[] {\n return result.map((item) => {\n return templateModelDeserializer(item);\n });\n}\n\n/** Metadata resource definition. */\nexport interface MetadataModel extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId. */\n contentId?: string;\n /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */\n parentId?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The kind of content the metadata is for. */\n kind?: string;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the metadata - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the solution content item */\n categories?: MetadataCategories;\n /** Providers for the solution content item */\n providers?: string[];\n /** first publish date of solution content item */\n firstPublishDate?: Date;\n /** last publish date of solution content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the solution template */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n}\n\nexport function metadataModelSerializer(item: MetadataModel): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"contentId\",\n \"parentId\",\n \"version\",\n \"kind\",\n \"source\",\n \"author\",\n \"support\",\n \"dependencies\",\n \"categories\",\n \"providers\",\n \"firstPublishDate\",\n \"lastPublishDate\",\n \"customVersion\",\n \"contentSchemaVersion\",\n \"icon\",\n \"threatAnalysisTactics\",\n \"threatAnalysisTechniques\",\n \"previewImages\",\n \"previewImagesDark\",\n ])\n ? undefined\n : _metadataModelPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function metadataModelDeserializer(item: any): MetadataModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _metadataModelPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Metadata property bag. */\nexport interface MetadataProperties {\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId. */\n contentId?: string;\n /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */\n parentId: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The kind of content the metadata is for. */\n kind: string;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the metadata - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the solution content item */\n categories?: MetadataCategories;\n /** Providers for the solution content item */\n providers?: string[];\n /** first publish date of solution content item */\n firstPublishDate?: Date;\n /** last publish date of solution content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the solution template */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n}\n\nexport function metadataPropertiesSerializer(item: MetadataProperties): any {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function metadataPropertiesDeserializer(item: any): MetadataProperties {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Metadata patch request body. */\nexport interface MetadataPatch extends ResourceWithEtag {\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId. */\n contentId?: string;\n /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */\n parentId?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The kind of content the metadata is for. */\n kind?: string;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the metadata - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the solution content item */\n categories?: MetadataCategories;\n /** Providers for the solution content item */\n providers?: string[];\n /** first publish date of solution content item */\n firstPublishDate?: Date;\n /** last publish date of solution content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the solution template */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n}\n\nexport function metadataPatchSerializer(item: MetadataPatch): any {\n return {\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"contentId\",\n \"parentId\",\n \"version\",\n \"kind\",\n \"source\",\n \"author\",\n \"support\",\n \"dependencies\",\n \"categories\",\n \"providers\",\n \"firstPublishDate\",\n \"lastPublishDate\",\n \"customVersion\",\n \"contentSchemaVersion\",\n \"icon\",\n \"threatAnalysisTactics\",\n \"threatAnalysisTechniques\",\n \"previewImages\",\n \"previewImagesDark\",\n ])\n ? undefined\n : _metadataPatchPropertiesSerializer(item),\n };\n}\n\n/** Metadata property bag for patch requests. This is the same as the MetadataProperties, but with nothing required */\nexport interface MetadataPropertiesPatch {\n /** Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Can be optionally set for user created content to define dependencies. If an active content item is made from a template, both will have the same contentId. */\n contentId?: string;\n /** Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group) */\n parentId?: string;\n /** Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks */\n version?: string;\n /** The kind of content the metadata is for. */\n kind?: string;\n /** Source of the content. This is where/how it was created. */\n source?: MetadataSource;\n /** The creator of the content item. */\n author?: MetadataAuthor;\n /** Support information for the metadata - type, name, contact information */\n support?: MetadataSupport;\n /** Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats. */\n dependencies?: MetadataDependencies;\n /** Categories for the solution content item */\n categories?: MetadataCategories;\n /** Providers for the solution content item */\n providers?: string[];\n /** first publish date of solution content item */\n firstPublishDate?: Date;\n /** last publish date of solution content item */\n lastPublishDate?: Date;\n /** The custom version of the content. A optional free text */\n customVersion?: string;\n /** Schema version of the content. Can be used to distinguish between different flow based on the schema version */\n contentSchemaVersion?: string;\n /** the icon identifier. this id can later be fetched from the solution template */\n icon?: string;\n /** the tactics the resource covers */\n threatAnalysisTactics?: string[];\n /** the techniques the resource covers, these have to be aligned with the tactics being used */\n threatAnalysisTechniques?: string[];\n /** preview image file names. These will be taken from the solution artifacts */\n previewImages?: string[];\n /** preview image file names. These will be taken from the solution artifacts. used for dark theme support */\n previewImagesDark?: string[];\n}\n\nexport function metadataPropertiesPatchSerializer(item: MetadataPropertiesPatch): any {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of all the metadata. */\nexport interface _MetadataList {\n /** The MetadataModel items on this page */\n value: MetadataModel[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _metadataListDeserializer(item: any): _MetadataList {\n return {\n value: metadataModelArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function metadataModelArraySerializer(result: Array<MetadataModel>): any[] {\n return result.map((item) => {\n return metadataModelSerializer(item);\n });\n}\n\nexport function metadataModelArrayDeserializer(result: Array<MetadataModel>): any[] {\n return result.map((item) => {\n return metadataModelDeserializer(item);\n });\n}\n\n/** Threat intelligence information object. */\nexport interface ThreatIntelligenceInformation extends ProxyResource {\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */\n /** The discriminator possible values: indicator */\n kind: ThreatIntelligenceResourceInnerKind;\n /** Etag of the azure resource */\n etag?: string;\n}\n\nexport function threatIntelligenceInformationSerializer(item: ThreatIntelligenceInformation): any {\n return { kind: item[\"kind\"], etag: item[\"etag\"] };\n}\n\nexport function threatIntelligenceInformationDeserializer(\n item: any,\n): ThreatIntelligenceInformation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n };\n}\n\n/** Alias for ThreatIntelligenceInformationUnion */\nexport type ThreatIntelligenceInformationUnion =\n | ThreatIntelligenceIndicatorModel\n | ThreatIntelligenceInformation;\n\nexport function threatIntelligenceInformationUnionSerializer(\n item: ThreatIntelligenceInformationUnion,\n): any {\n switch (item.kind) {\n case \"indicator\":\n return threatIntelligenceIndicatorModelSerializer(item as ThreatIntelligenceIndicatorModel);\n\n default:\n return threatIntelligenceInformationSerializer(item);\n }\n}\n\nexport function threatIntelligenceInformationUnionDeserializer(\n item: any,\n): ThreatIntelligenceInformationUnion {\n switch (item[\"kind\"]) {\n case \"indicator\":\n return threatIntelligenceIndicatorModelDeserializer(item as ThreatIntelligenceIndicatorModel);\n\n default:\n return threatIntelligenceInformationDeserializer(item);\n }\n}\n\n/** The kind of the threat intelligence entity */\nexport enum KnownThreatIntelligenceResourceInnerKind {\n /** Entity represents threat intelligence indicator in the system. */\n Indicator = \"indicator\",\n}\n\n/**\n * The kind of the threat intelligence entity \\\n * {@link KnownThreatIntelligenceResourceInnerKind} can be used interchangeably with ThreatIntelligenceResourceInnerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **indicator**: Entity represents threat intelligence indicator in the system.\n */\nexport type ThreatIntelligenceResourceInnerKind = string;\n\n/** Threat intelligence indicator entity. */\nexport interface ThreatIntelligenceIndicatorModel extends ThreatIntelligenceInformation {\n kind: \"indicator\";\n /** A bag of custom fields that should be part of the entity and will be presented to the user. */\n readonly additionalData?: Record<string, any>;\n /** The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. */\n readonly friendlyName?: string;\n /** List of tags */\n threatIntelligenceTags?: string[];\n /** Last updated time in UTC */\n lastUpdatedTimeUtc?: string;\n /** Source of a threat intelligence entity */\n source?: string;\n /** Display name of a threat intelligence entity */\n displayName?: string;\n /** Description of a threat intelligence entity */\n description?: string;\n /** Indicator types of threat intelligence entities */\n indicatorTypes?: string[];\n /** Pattern of a threat intelligence entity */\n pattern?: string;\n /** Pattern type of a threat intelligence entity */\n patternType?: string;\n /** Pattern version of a threat intelligence entity */\n patternVersion?: string;\n /** Kill chain phases */\n killChainPhases?: ThreatIntelligenceKillChainPhase[];\n /** Parsed patterns */\n parsedPattern?: ThreatIntelligenceParsedPattern[];\n /** External ID of threat intelligence entity */\n externalId?: string;\n /** Created by reference of threat intelligence entity */\n createdByRef?: string;\n /** Is threat intelligence entity defanged */\n defanged?: boolean;\n /** External last updated time in UTC */\n externalLastUpdatedTimeUtc?: string;\n /** External References */\n externalReferences?: ThreatIntelligenceExternalReference[];\n /** Granular Markings */\n granularMarkings?: ThreatIntelligenceGranularMarkingModel[];\n /** Labels of threat intelligence entity */\n labels?: string[];\n /** Is threat intelligence entity revoked */\n revoked?: boolean;\n /** Confidence of threat intelligence entity */\n confidence?: number;\n /** Threat intelligence entity object marking references */\n objectMarkingRefs?: string[];\n /** Language of threat intelligence entity */\n language?: string;\n /** Threat types */\n threatTypes?: string[];\n /** Valid from */\n validFrom?: string;\n /** Valid until */\n validUntil?: string;\n /** Created by */\n created?: string;\n /** Modified by */\n modified?: string;\n /** Extensions map */\n extensions?: Record<string, any>;\n}\n\nexport function threatIntelligenceIndicatorModelSerializer(\n item: ThreatIntelligenceIndicatorModel,\n): any {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n properties: areAllPropsUndefined(item, [\n \"threatIntelligenceTags\",\n \"lastUpdatedTimeUtc\",\n \"source\",\n \"displayName\",\n \"description\",\n \"indicatorTypes\",\n \"pattern\",\n \"patternType\",\n \"patternVersion\",\n \"killChainPhases\",\n \"parsedPattern\",\n \"externalId\",\n \"createdByRef\",\n \"defanged\",\n \"externalLastUpdatedTimeUtc\",\n \"externalReferences\",\n \"granularMarkings\",\n \"labels\",\n \"revoked\",\n \"confidence\",\n \"objectMarkingRefs\",\n \"language\",\n \"threatTypes\",\n \"validFrom\",\n \"validUntil\",\n \"created\",\n \"modified\",\n \"extensions\",\n ])\n ? undefined\n : _threatIntelligenceIndicatorModelPropertiesSerializer(item),\n };\n}\n\nexport function threatIntelligenceIndicatorModelDeserializer(\n item: any,\n): ThreatIntelligenceIndicatorModel {\n return {\n kind: item[\"kind\"],\n etag: item[\"etag\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _threatIntelligenceIndicatorModelPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes threat intelligence entity properties */\nexport interface ThreatIntelligenceIndicatorProperties extends EntityCommonProperties {\n /** List of tags */\n threatIntelligenceTags?: string[];\n /** Last updated time in UTC */\n lastUpdatedTimeUtc?: string;\n /** Source of a threat intelligence entity */\n source?: string;\n /** Display name of a threat intelligence entity */\n displayName?: string;\n /** Description of a threat intelligence entity */\n description?: string;\n /** Indicator types of threat intelligence entities */\n indicatorTypes?: string[];\n /** Pattern of a threat intelligence entity */\n pattern?: string;\n /** Pattern type of a threat intelligence entity */\n patternType?: string;\n /** Pattern version of a threat intelligence entity */\n patternVersion?: string;\n /** Kill chain phases */\n killChainPhases?: ThreatIntelligenceKillChainPhase[];\n /** Parsed patterns */\n parsedPattern?: ThreatIntelligenceParsedPattern[];\n /** External ID of threat intelligence entity */\n externalId?: string;\n /** Created by reference of threat intelligence entity */\n createdByRef?: string;\n /** Is threat intelligence entity defanged */\n defanged?: boolean;\n /** External last updated time in UTC */\n externalLastUpdatedTimeUtc?: string;\n /** External References */\n externalReferences?: ThreatIntelligenceExternalReference[];\n /** Granular Markings */\n granularMarkings?: ThreatIntelligenceGranularMarkingModel[];\n /** Labels of threat intelligence entity */\n labels?: string[];\n /** Is threat intelligence entity revoked */\n revoked?: boolean;\n /** Confidence of threat intelligence entity */\n confidence?: number;\n /** Threat intelligence entity object marking references */\n objectMarkingRefs?: string[];\n /** Language of threat intelligence entity */\n language?: string;\n /** Threat types */\n threatTypes?: string[];\n /** Valid from */\n validFrom?: string;\n /** Valid until */\n validUntil?: string;\n /** Created by */\n created?: string;\n /** Modified by */\n modified?: string;\n /** Extensions map */\n extensions?: Record<string, any>;\n}\n\nexport function threatIntelligenceIndicatorPropertiesSerializer(\n item: ThreatIntelligenceIndicatorProperties,\n): any {\n return {\n threatIntelligenceTags: !item[\"threatIntelligenceTags\"]\n ? item[\"threatIntelligenceTags\"]\n : item[\"threatIntelligenceTags\"].map((p: any) => {\n return p;\n }),\n lastUpdatedTimeUtc: item[\"lastUpdatedTimeUtc\"],\n source: item[\"source\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n indicatorTypes: !item[\"indicatorTypes\"]\n ? item[\"indicatorTypes\"]\n : item[\"indicatorTypes\"].map((p: any) => {\n return p;\n }),\n pattern: item[\"pattern\"],\n patternType: item[\"patternType\"],\n patternVersion: item[\"patternVersion\"],\n killChainPhases: !item[\"killChainPhases\"]\n ? item[\"killChainPhases\"]\n : threatIntelligenceKillChainPhaseArraySerializer(item[\"killChainPhases\"]),\n parsedPattern: !item[\"parsedPattern\"]\n ? item[\"parsedPattern\"]\n : threatIntelligenceParsedPatternArraySerializer(item[\"parsedPattern\"]),\n externalId: item[\"externalId\"],\n createdByRef: item[\"createdByRef\"],\n defanged: item[\"defanged\"],\n externalLastUpdatedTimeUtc: item[\"externalLastUpdatedTimeUtc\"],\n externalReferences: !item[\"externalReferences\"]\n ? item[\"externalReferences\"]\n : threatIntelligenceExternalReferenceArraySerializer(item[\"externalReferences\"]),\n granularMarkings: !item[\"granularMarkings\"]\n ? item[\"granularMarkings\"]\n : threatIntelligenceGranularMarkingModelArraySerializer(item[\"granularMarkings\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n revoked: item[\"revoked\"],\n confidence: item[\"confidence\"],\n objectMarkingRefs: !item[\"objectMarkingRefs\"]\n ? item[\"objectMarkingRefs\"]\n : item[\"objectMarkingRefs\"].map((p: any) => {\n return p;\n }),\n language: item[\"language\"],\n threatTypes: !item[\"threatTypes\"]\n ? item[\"threatTypes\"]\n : item[\"threatTypes\"].map((p: any) => {\n return p;\n }),\n validFrom: item[\"validFrom\"],\n validUntil: item[\"validUntil\"],\n created: item[\"created\"],\n modified: item[\"modified\"],\n extensions: item[\"extensions\"],\n };\n}\n\nexport function threatIntelligenceIndicatorPropertiesDeserializer(\n item: any,\n): ThreatIntelligenceIndicatorProperties {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n threatIntelligenceTags: !item[\"threatIntelligenceTags\"]\n ? item[\"threatIntelligenceTags\"]\n : item[\"threatIntelligenceTags\"].map((p: any) => {\n return p;\n }),\n lastUpdatedTimeUtc: item[\"lastUpdatedTimeUtc\"],\n source: item[\"source\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n indicatorTypes: !item[\"indicatorTypes\"]\n ? item[\"indicatorTypes\"]\n : item[\"indicatorTypes\"].map((p: any) => {\n return p;\n }),\n pattern: item[\"pattern\"],\n patternType: item[\"patternType\"],\n patternVersion: item[\"patternVersion\"],\n killChainPhases: !item[\"killChainPhases\"]\n ? item[\"killChainPhases\"]\n : threatIntelligenceKillChainPhaseArrayDeserializer(item[\"killChainPhases\"]),\n parsedPattern: !item[\"parsedPattern\"]\n ? item[\"parsedPattern\"]\n : threatIntelligenceParsedPatternArrayDeserializer(item[\"parsedPattern\"]),\n externalId: item[\"externalId\"],\n createdByRef: item[\"createdByRef\"],\n defanged: item[\"defanged\"],\n externalLastUpdatedTimeUtc: item[\"externalLastUpdatedTimeUtc\"],\n externalReferences: !item[\"externalReferences\"]\n ? item[\"externalReferences\"]\n : threatIntelligenceExternalReferenceArrayDeserializer(item[\"externalReferences\"]),\n granularMarkings: !item[\"granularMarkings\"]\n ? item[\"granularMarkings\"]\n : threatIntelligenceGranularMarkingModelArrayDeserializer(item[\"granularMarkings\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n revoked: item[\"revoked\"],\n confidence: item[\"confidence\"],\n objectMarkingRefs: !item[\"objectMarkingRefs\"]\n ? item[\"objectMarkingRefs\"]\n : item[\"objectMarkingRefs\"].map((p: any) => {\n return p;\n }),\n language: item[\"language\"],\n threatTypes: !item[\"threatTypes\"]\n ? item[\"threatTypes\"]\n : item[\"threatTypes\"].map((p: any) => {\n return p;\n }),\n validFrom: item[\"validFrom\"],\n validUntil: item[\"validUntil\"],\n created: item[\"created\"],\n modified: item[\"modified\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : Object.fromEntries(\n Object.entries(item[\"extensions\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function threatIntelligenceKillChainPhaseArraySerializer(\n result: Array<ThreatIntelligenceKillChainPhase>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceKillChainPhaseSerializer(item);\n });\n}\n\nexport function threatIntelligenceKillChainPhaseArrayDeserializer(\n result: Array<ThreatIntelligenceKillChainPhase>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceKillChainPhaseDeserializer(item);\n });\n}\n\n/** Describes threat kill chain phase entity */\nexport interface ThreatIntelligenceKillChainPhase {\n /** Kill chainName name */\n killChainName?: string;\n /** Phase name */\n phaseName?: string;\n}\n\nexport function threatIntelligenceKillChainPhaseSerializer(\n item: ThreatIntelligenceKillChainPhase,\n): any {\n return { killChainName: item[\"killChainName\"], phaseName: item[\"phaseName\"] };\n}\n\nexport function threatIntelligenceKillChainPhaseDeserializer(\n item: any,\n): ThreatIntelligenceKillChainPhase {\n return {\n killChainName: item[\"killChainName\"],\n phaseName: item[\"phaseName\"],\n };\n}\n\nexport function threatIntelligenceParsedPatternArraySerializer(\n result: Array<ThreatIntelligenceParsedPattern>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceParsedPatternSerializer(item);\n });\n}\n\nexport function threatIntelligenceParsedPatternArrayDeserializer(\n result: Array<ThreatIntelligenceParsedPattern>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceParsedPatternDeserializer(item);\n });\n}\n\n/** Describes parsed pattern entity */\nexport interface ThreatIntelligenceParsedPattern {\n /** Pattern type key */\n patternTypeKey?: string;\n /** Pattern type keys */\n patternTypeValues?: ThreatIntelligenceParsedPatternTypeValue[];\n}\n\nexport function threatIntelligenceParsedPatternSerializer(\n item: ThreatIntelligenceParsedPattern,\n): any {\n return {\n patternTypeKey: item[\"patternTypeKey\"],\n patternTypeValues: !item[\"patternTypeValues\"]\n ? item[\"patternTypeValues\"]\n : threatIntelligenceParsedPatternTypeValueArraySerializer(item[\"patternTypeValues\"]),\n };\n}\n\nexport function threatIntelligenceParsedPatternDeserializer(\n item: any,\n): ThreatIntelligenceParsedPattern {\n return {\n patternTypeKey: item[\"patternTypeKey\"],\n patternTypeValues: !item[\"patternTypeValues\"]\n ? item[\"patternTypeValues\"]\n : threatIntelligenceParsedPatternTypeValueArrayDeserializer(item[\"patternTypeValues\"]),\n };\n}\n\nexport function threatIntelligenceParsedPatternTypeValueArraySerializer(\n result: Array<ThreatIntelligenceParsedPatternTypeValue>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceParsedPatternTypeValueSerializer(item);\n });\n}\n\nexport function threatIntelligenceParsedPatternTypeValueArrayDeserializer(\n result: Array<ThreatIntelligenceParsedPatternTypeValue>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceParsedPatternTypeValueDeserializer(item);\n });\n}\n\n/** Describes threat kill chain phase entity */\nexport interface ThreatIntelligenceParsedPatternTypeValue {\n /** Type of the value */\n valueType?: string;\n /** Value of parsed pattern */\n value?: string;\n}\n\nexport function threatIntelligenceParsedPatternTypeValueSerializer(\n item: ThreatIntelligenceParsedPatternTypeValue,\n): any {\n return { valueType: item[\"valueType\"], value: item[\"value\"] };\n}\n\nexport function threatIntelligenceParsedPatternTypeValueDeserializer(\n item: any,\n): ThreatIntelligenceParsedPatternTypeValue {\n return {\n valueType: item[\"valueType\"],\n value: item[\"value\"],\n };\n}\n\nexport function threatIntelligenceExternalReferenceArraySerializer(\n result: Array<ThreatIntelligenceExternalReference>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceExternalReferenceSerializer(item);\n });\n}\n\nexport function threatIntelligenceExternalReferenceArrayDeserializer(\n result: Array<ThreatIntelligenceExternalReference>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceExternalReferenceDeserializer(item);\n });\n}\n\n/** Describes external reference */\nexport interface ThreatIntelligenceExternalReference {\n /** External reference description */\n description?: string;\n /** External reference ID */\n externalId?: string;\n /** External reference source name */\n sourceName?: string;\n /** External reference URL */\n url?: string;\n /** External reference hashes */\n hashes?: Record<string, string>;\n}\n\nexport function threatIntelligenceExternalReferenceSerializer(\n item: ThreatIntelligenceExternalReference,\n): any {\n return {\n description: item[\"description\"],\n externalId: item[\"externalId\"],\n sourceName: item[\"sourceName\"],\n url: item[\"url\"],\n hashes: item[\"hashes\"],\n };\n}\n\nexport function threatIntelligenceExternalReferenceDeserializer(\n item: any,\n): ThreatIntelligenceExternalReference {\n return {\n description: item[\"description\"],\n externalId: item[\"externalId\"],\n sourceName: item[\"sourceName\"],\n url: item[\"url\"],\n hashes: !item[\"hashes\"]\n ? item[\"hashes\"]\n : Object.fromEntries(Object.entries(item[\"hashes\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\nexport function threatIntelligenceGranularMarkingModelArraySerializer(\n result: Array<ThreatIntelligenceGranularMarkingModel>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceGranularMarkingModelSerializer(item);\n });\n}\n\nexport function threatIntelligenceGranularMarkingModelArrayDeserializer(\n result: Array<ThreatIntelligenceGranularMarkingModel>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceGranularMarkingModelDeserializer(item);\n });\n}\n\n/** Describes threat granular marking model entity */\nexport interface ThreatIntelligenceGranularMarkingModel {\n /** Language granular marking model */\n language?: string;\n /** marking reference granular marking model */\n markingRef?: number;\n /** granular marking model selectors */\n selectors?: string[];\n}\n\nexport function threatIntelligenceGranularMarkingModelSerializer(\n item: ThreatIntelligenceGranularMarkingModel,\n): any {\n return {\n language: item[\"language\"],\n markingRef: item[\"markingRef\"],\n selectors: !item[\"selectors\"]\n ? item[\"selectors\"]\n : item[\"selectors\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function threatIntelligenceGranularMarkingModelDeserializer(\n item: any,\n): ThreatIntelligenceGranularMarkingModel {\n return {\n language: item[\"language\"],\n markingRef: item[\"markingRef\"],\n selectors: !item[\"selectors\"]\n ? item[\"selectors\"]\n : item[\"selectors\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Array of tags to be appended to the threat intelligence indicator. */\nexport interface ThreatIntelligenceAppendTags {\n /** List of tags to be appended. */\n threatIntelligenceTags?: string[];\n}\n\nexport function threatIntelligenceAppendTagsSerializer(item: ThreatIntelligenceAppendTags): any {\n return {\n threatIntelligenceTags: !item[\"threatIntelligenceTags\"]\n ? item[\"threatIntelligenceTags\"]\n : item[\"threatIntelligenceTags\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Filtering criteria for querying threat intelligence indicators. */\nexport interface ThreatIntelligenceFilteringCriteria {\n /** Page size */\n pageSize?: number;\n /** Minimum confidence. */\n minConfidence?: number;\n /** Maximum confidence. */\n maxConfidence?: number;\n /** Start time for ValidUntil filter. */\n minValidUntil?: string;\n /** End time for ValidUntil filter. */\n maxValidUntil?: string;\n /** Parameter to include/exclude disabled indicators. */\n includeDisabled?: boolean;\n /** Columns to sort by and sorting order */\n sortBy?: ThreatIntelligenceSortingCriteria[];\n /** Sources of threat intelligence indicators */\n sources?: string[];\n /** Pattern types */\n patternTypes?: string[];\n /** Threat types of threat intelligence indicators */\n threatTypes?: string[];\n /** Ids of threat intelligence indicators */\n ids?: string[];\n /** Keywords for searching threat intelligence indicators */\n keywords?: string[];\n /** Skip token. */\n skipToken?: string;\n}\n\nexport function threatIntelligenceFilteringCriteriaSerializer(\n item: ThreatIntelligenceFilteringCriteria,\n): any {\n return {\n pageSize: item[\"pageSize\"],\n minConfidence: item[\"minConfidence\"],\n maxConfidence: item[\"maxConfidence\"],\n minValidUntil: item[\"minValidUntil\"],\n maxValidUntil: item[\"maxValidUntil\"],\n includeDisabled: item[\"includeDisabled\"],\n sortBy: !item[\"sortBy\"]\n ? item[\"sortBy\"]\n : threatIntelligenceSortingCriteriaArraySerializer(item[\"sortBy\"]),\n sources: !item[\"sources\"]\n ? item[\"sources\"]\n : item[\"sources\"].map((p: any) => {\n return p;\n }),\n patternTypes: !item[\"patternTypes\"]\n ? item[\"patternTypes\"]\n : item[\"patternTypes\"].map((p: any) => {\n return p;\n }),\n threatTypes: !item[\"threatTypes\"]\n ? item[\"threatTypes\"]\n : item[\"threatTypes\"].map((p: any) => {\n return p;\n }),\n ids: !item[\"ids\"]\n ? item[\"ids\"]\n : item[\"ids\"].map((p: any) => {\n return p;\n }),\n keywords: !item[\"keywords\"]\n ? item[\"keywords\"]\n : item[\"keywords\"].map((p: any) => {\n return p;\n }),\n skipToken: item[\"skipToken\"],\n };\n}\n\nexport function threatIntelligenceSortingCriteriaArraySerializer(\n result: Array<ThreatIntelligenceSortingCriteria>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceSortingCriteriaSerializer(item);\n });\n}\n\n/** List of available columns for sorting */\nexport interface ThreatIntelligenceSortingCriteria {\n /** Column name */\n itemKey?: string;\n /** Sorting order (ascending/descending/unsorted). */\n sortOrder?: ThreatIntelligenceSortingOrder;\n}\n\nexport function threatIntelligenceSortingCriteriaSerializer(\n item: ThreatIntelligenceSortingCriteria,\n): any {\n return { itemKey: item[\"itemKey\"], sortOrder: item[\"sortOrder\"] };\n}\n\n/** Sorting order (ascending/descending/unsorted). */\nexport enum KnownThreatIntelligenceSortingOrder {\n /** unsorted */\n Unsorted = \"unsorted\",\n /** ascending */\n Ascending = \"ascending\",\n /** descending */\n Descending = \"descending\",\n}\n\n/**\n * Sorting order (ascending/descending/unsorted). \\\n * {@link KnownThreatIntelligenceSortingOrder} can be used interchangeably with ThreatIntelligenceSortingOrder,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unsorted**: unsorted \\\n * **ascending**: ascending \\\n * **descending**: descending\n */\nexport type ThreatIntelligenceSortingOrder = string;\n\n/** List of all the threat intelligence information objects. */\nexport interface _ThreatIntelligenceInformationList {\n /** The ThreatIntelligenceInformation items on this page */\n value: ThreatIntelligenceInformationUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _threatIntelligenceInformationListDeserializer(\n item: any,\n): _ThreatIntelligenceInformationList {\n return {\n value: threatIntelligenceInformationUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function threatIntelligenceInformationUnionArraySerializer(\n result: Array<ThreatIntelligenceInformationUnion>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceInformationUnionSerializer(item);\n });\n}\n\nexport function threatIntelligenceInformationUnionArrayDeserializer(\n result: Array<ThreatIntelligenceInformationUnion>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceInformationUnionDeserializer(item);\n });\n}\n\n/** Data connector requirements properties. */\nexport interface DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n /** The discriminator possible values: AzureActiveDirectory, AzureAdvancedThreatProtection, AzureSecurityCenter, AmazonWebServicesCloudTrail, AmazonWebServicesS3, Dynamics365, MicrosoftCloudAppSecurity, MicrosoftDefenderAdvancedThreatProtection, MicrosoftThreatIntelligence, MicrosoftThreatProtection, OfficeATP, OfficeIRM, MicrosoftPurviewInformationProtection, Office365Project, OfficePowerBI, PurviewAudit, ThreatIntelligence, ThreatIntelligenceTaxii, IOT */\n kind: DataConnectorKind;\n}\n\nexport function dataConnectorsCheckRequirementsSerializer(\n item: DataConnectorsCheckRequirements,\n): any {\n return { kind: item[\"kind\"] };\n}\n\n/** Alias for DataConnectorsCheckRequirementsUnion */\nexport type DataConnectorsCheckRequirementsUnion =\n | AADCheckRequirements\n | AatpCheckRequirements\n | ASCCheckRequirements\n | AwsCloudTrailCheckRequirements\n | AwsS3CheckRequirements\n | Dynamics365CheckRequirements\n | McasCheckRequirements\n | MdatpCheckRequirements\n | MstiCheckRequirements\n | MtpCheckRequirements\n | OfficeATPCheckRequirements\n | OfficeIRMCheckRequirements\n | MicrosoftPurviewInformationProtectionCheckRequirements\n | Office365ProjectCheckRequirements\n | OfficePowerBICheckRequirements\n | PurviewAuditCheckRequirements\n | TICheckRequirements\n | TiTaxiiCheckRequirements\n | IoTCheckRequirements\n | DataConnectorsCheckRequirements;\n\nexport function dataConnectorsCheckRequirementsUnionSerializer(\n item: DataConnectorsCheckRequirementsUnion,\n): any {\n switch (item.kind) {\n case \"AzureActiveDirectory\":\n return aadCheckRequirementsSerializer(item as AADCheckRequirements);\n\n case \"AzureAdvancedThreatProtection\":\n return aatpCheckRequirementsSerializer(item as AatpCheckRequirements);\n\n case \"AzureSecurityCenter\":\n return ascCheckRequirementsSerializer(item as ASCCheckRequirements);\n\n case \"AmazonWebServicesCloudTrail\":\n return awsCloudTrailCheckRequirementsSerializer(item as AwsCloudTrailCheckRequirements);\n\n case \"AmazonWebServicesS3\":\n return awsS3CheckRequirementsSerializer(item as AwsS3CheckRequirements);\n\n case \"Dynamics365\":\n return dynamics365CheckRequirementsSerializer(item as Dynamics365CheckRequirements);\n\n case \"MicrosoftCloudAppSecurity\":\n return mcasCheckRequirementsSerializer(item as McasCheckRequirements);\n\n case \"MicrosoftDefenderAdvancedThreatProtection\":\n return mdatpCheckRequirementsSerializer(item as MdatpCheckRequirements);\n\n case \"MicrosoftThreatIntelligence\":\n return mstiCheckRequirementsSerializer(item as MstiCheckRequirements);\n\n case \"MicrosoftThreatProtection\":\n return mtpCheckRequirementsSerializer(item as MtpCheckRequirements);\n\n case \"OfficeATP\":\n return officeATPCheckRequirementsSerializer(item as OfficeATPCheckRequirements);\n\n case \"OfficeIRM\":\n return officeIRMCheckRequirementsSerializer(item as OfficeIRMCheckRequirements);\n\n case \"MicrosoftPurviewInformationProtection\":\n return microsoftPurviewInformationProtectionCheckRequirementsSerializer(\n item as MicrosoftPurviewInformationProtectionCheckRequirements,\n );\n\n case \"Office365Project\":\n return office365ProjectCheckRequirementsSerializer(item as Office365ProjectCheckRequirements);\n\n case \"OfficePowerBI\":\n return officePowerBICheckRequirementsSerializer(item as OfficePowerBICheckRequirements);\n\n case \"PurviewAudit\":\n return purviewAuditCheckRequirementsSerializer(item as PurviewAuditCheckRequirements);\n\n case \"ThreatIntelligence\":\n return tiCheckRequirementsSerializer(item as TICheckRequirements);\n\n case \"ThreatIntelligenceTaxii\":\n return tiTaxiiCheckRequirementsSerializer(item as TiTaxiiCheckRequirements);\n\n case \"IOT\":\n return ioTCheckRequirementsSerializer(item as IoTCheckRequirements);\n\n default:\n return dataConnectorsCheckRequirementsSerializer(item);\n }\n}\n\n/** Represents AADIP (Azure Active Directory Identity Protection) requirements check request. */\nexport interface AADCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"AzureActiveDirectory\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function aadCheckRequirementsSerializer(item: AADCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _aadCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** AADIP (Azure Active Directory Identity Protection) requirements check properties. */\nexport interface AADCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function aadCheckRequirementsPropertiesSerializer(\n item: AADCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents AATP (Azure Advanced Threat Protection) requirements check request. */\nexport interface AatpCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"AzureAdvancedThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function aatpCheckRequirementsSerializer(item: AatpCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _aatpCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** AATP (Azure Advanced Threat Protection) requirements check properties. */\nexport interface AatpCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function aatpCheckRequirementsPropertiesSerializer(\n item: AatpCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents ASC (Azure Security Center) requirements check request. */\nexport interface ASCCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"AzureSecurityCenter\";\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ascCheckRequirementsSerializer(item: ASCCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"subscriptionId\"])\n ? undefined\n : _ascCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** ASC (Azure Security Center) requirements check properties. */\nexport interface ASCCheckRequirementsProperties {\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ascCheckRequirementsPropertiesSerializer(\n item: ASCCheckRequirementsProperties,\n): any {\n return { subscriptionId: item[\"subscriptionId\"] };\n}\n\n/** Amazon Web Services CloudTrail requirements check request. */\nexport interface AwsCloudTrailCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"AmazonWebServicesCloudTrail\";\n}\n\nexport function awsCloudTrailCheckRequirementsSerializer(\n item: AwsCloudTrailCheckRequirements,\n): any {\n return { kind: item[\"kind\"] };\n}\n\n/** Amazon Web Services S3 requirements check request. */\nexport interface AwsS3CheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"AmazonWebServicesS3\";\n}\n\nexport function awsS3CheckRequirementsSerializer(item: AwsS3CheckRequirements): any {\n return { kind: item[\"kind\"] };\n}\n\n/** Represents Dynamics365 requirements check request. */\nexport interface Dynamics365CheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"Dynamics365\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function dynamics365CheckRequirementsSerializer(item: Dynamics365CheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _dynamics365CheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Dynamics365 requirements check properties. */\nexport interface Dynamics365CheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function dynamics365CheckRequirementsPropertiesSerializer(\n item: Dynamics365CheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents MCAS (Microsoft Cloud App Security) requirements check request. */\nexport interface McasCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"MicrosoftCloudAppSecurity\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function mcasCheckRequirementsSerializer(item: McasCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _mcasCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** MCAS (Microsoft Cloud App Security) requirements check properties. */\nexport interface McasCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function mcasCheckRequirementsPropertiesSerializer(\n item: McasCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents MDATP (Microsoft Defender Advanced Threat Protection) requirements check request. */\nexport interface MdatpCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"MicrosoftDefenderAdvancedThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function mdatpCheckRequirementsSerializer(item: MdatpCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _mdatpCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** MDATP (Microsoft Defender Advanced Threat Protection) requirements check properties. */\nexport interface MdatpCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function mdatpCheckRequirementsPropertiesSerializer(\n item: MdatpCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents Microsoft Threat Intelligence requirements check request. */\nexport interface MstiCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"MicrosoftThreatIntelligence\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function mstiCheckRequirementsSerializer(item: MstiCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _mstiCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Microsoft Threat Intelligence requirements check properties. */\nexport interface MstiCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function mstiCheckRequirementsPropertiesSerializer(\n item: MstiCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents MTP (Microsoft Threat Protection) requirements check request. */\nexport interface MtpCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"MicrosoftThreatProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function mtpCheckRequirementsSerializer(item: MtpCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _mtpCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** MTP (Microsoft Threat Protection) requirements check properties. */\nexport interface MTPCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function mtpCheckRequirementsPropertiesSerializer(\n item: MTPCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents OfficeATP (Office 365 Advanced Threat Protection) requirements check request. */\nexport interface OfficeATPCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"OfficeATP\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function officeATPCheckRequirementsSerializer(item: OfficeATPCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _officeATPCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** OfficeATP (Office 365 Advanced Threat Protection) requirements check properties. */\nexport interface OfficeATPCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function officeATPCheckRequirementsPropertiesSerializer(\n item: OfficeATPCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents OfficeIRM (Microsoft Insider Risk Management) requirements check request. */\nexport interface OfficeIRMCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"OfficeIRM\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function officeIRMCheckRequirementsSerializer(item: OfficeIRMCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _officeIRMCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** OfficeIRM (Microsoft Insider Risk Management) requirements check properties. */\nexport interface OfficeIRMCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function officeIRMCheckRequirementsPropertiesSerializer(\n item: OfficeIRMCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents MicrosoftPurviewInformationProtection requirements check request. */\nexport interface MicrosoftPurviewInformationProtectionCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"MicrosoftPurviewInformationProtection\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function microsoftPurviewInformationProtectionCheckRequirementsSerializer(\n item: MicrosoftPurviewInformationProtectionCheckRequirements,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _microsoftPurviewInformationProtectionCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** MicrosoftPurviewInformationProtection requirements check properties. */\nexport interface MicrosoftPurviewInformationProtectionCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function microsoftPurviewInformationProtectionCheckRequirementsPropertiesSerializer(\n item: MicrosoftPurviewInformationProtectionCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents Office365 Project requirements check request. */\nexport interface Office365ProjectCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"Office365Project\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function office365ProjectCheckRequirementsSerializer(\n item: Office365ProjectCheckRequirements,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _office365ProjectCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Office365 Project requirements check properties. */\nexport interface Office365ProjectCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function office365ProjectCheckRequirementsPropertiesSerializer(\n item: Office365ProjectCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents Office PowerBI requirements check request. */\nexport interface OfficePowerBICheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"OfficePowerBI\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function officePowerBICheckRequirementsSerializer(\n item: OfficePowerBICheckRequirements,\n): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _officePowerBICheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Office PowerBI requirements check properties. */\nexport interface OfficePowerBICheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function officePowerBICheckRequirementsPropertiesSerializer(\n item: OfficePowerBICheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents PurviewAudit requirements check request. */\nexport interface PurviewAuditCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"PurviewAudit\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function purviewAuditCheckRequirementsSerializer(item: PurviewAuditCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _purviewAuditCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** PurviewAudit requirements check properties. */\nexport interface PurviewAuditCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function purviewAuditCheckRequirementsPropertiesSerializer(\n item: PurviewAuditCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Threat Intelligence Platforms data connector check requirements */\nexport interface TICheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"ThreatIntelligence\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function tiCheckRequirementsSerializer(item: TICheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _tiCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Threat Intelligence Platforms data connector required properties. */\nexport interface TICheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function tiCheckRequirementsPropertiesSerializer(item: TICheckRequirementsProperties): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Threat Intelligence TAXII data connector check requirements */\nexport interface TiTaxiiCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"ThreatIntelligenceTaxii\";\n /** The tenant id to connect to, and get the data from. */\n tenantId?: string;\n}\n\nexport function tiTaxiiCheckRequirementsSerializer(item: TiTaxiiCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"tenantId\"])\n ? undefined\n : _tiTaxiiCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** Threat Intelligence TAXII data connector required properties. */\nexport interface TiTaxiiCheckRequirementsProperties extends DataConnectorTenantId {}\n\nexport function tiTaxiiCheckRequirementsPropertiesSerializer(\n item: TiTaxiiCheckRequirementsProperties,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\n/** Represents IoT requirements check request. */\nexport interface IoTCheckRequirements extends DataConnectorsCheckRequirements {\n /** Describes the kind of connector to be checked. */\n kind: \"IOT\";\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ioTCheckRequirementsSerializer(item: IoTCheckRequirements): any {\n return {\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\"subscriptionId\"])\n ? undefined\n : _ioTCheckRequirementsPropertiesSerializer(item),\n };\n}\n\n/** IoT requirements check properties. */\nexport interface IoTCheckRequirementsProperties {\n /** The subscription id to connect to, and get the data from. */\n subscriptionId?: string;\n}\n\nexport function ioTCheckRequirementsPropertiesSerializer(\n item: IoTCheckRequirementsProperties,\n): any {\n return { subscriptionId: item[\"subscriptionId\"] };\n}\n\n/** Data connector requirements status. */\nexport interface DataConnectorRequirementsState {\n /** Authorization state for this connector */\n authorizationState?: DataConnectorAuthorizationState;\n /** License state for this connector */\n licenseState?: DataConnectorLicenseState;\n}\n\nexport function dataConnectorRequirementsStateDeserializer(\n item: any,\n): DataConnectorRequirementsState {\n return {\n authorizationState: item[\"authorizationState\"],\n licenseState: item[\"licenseState\"],\n };\n}\n\n/** Describes the state of user's authorization for a connector kind. */\nexport enum KnownDataConnectorAuthorizationState {\n /** Valid */\n Valid = \"Valid\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Describes the state of user's authorization for a connector kind. \\\n * {@link KnownDataConnectorAuthorizationState} can be used interchangeably with DataConnectorAuthorizationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid**: Valid \\\n * **Invalid**: Invalid\n */\nexport type DataConnectorAuthorizationState = string;\n\n/** Describes the state of user's license for a connector kind. */\nexport enum KnownDataConnectorLicenseState {\n /** Valid */\n Valid = \"Valid\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Describes the state of user's license for a connector kind. \\\n * {@link KnownDataConnectorLicenseState} can be used interchangeably with DataConnectorLicenseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid**: Valid \\\n * **Invalid**: Invalid \\\n * **Unknown**: Unknown\n */\nexport type DataConnectorLicenseState = string;\n\n/** List all the source controls. */\nexport interface _RepoList {\n /** The Repo items on this page */\n value: Repo[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _repoListDeserializer(item: any): _RepoList {\n return {\n value: repoArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function repoArrayDeserializer(result: Array<Repo>): any[] {\n return result.map((item) => {\n return repoDeserializer(item);\n });\n}\n\n/** Represents a repository. */\nexport interface Repo {\n /** The url to access the repository. */\n url?: string;\n /** The name of the repository. */\n fullName?: string;\n /** The installation id of the repository. */\n installationId?: number;\n /** Array of branches. */\n branches?: string[];\n}\n\nexport function repoDeserializer(item: any): Repo {\n return {\n url: item[\"url\"],\n fullName: item[\"fullName\"],\n installationId: item[\"installationId\"],\n branches: !item[\"branches\"]\n ? item[\"branches\"]\n : item[\"branches\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of all the threat intelligence metric fields (type/threat type/source). */\nexport interface ThreatIntelligenceMetricsList {\n /** Array of threat intelligence metric fields (type/threat type/source). */\n value: ThreatIntelligenceMetrics[];\n}\n\nexport function threatIntelligenceMetricsListDeserializer(\n item: any,\n): ThreatIntelligenceMetricsList {\n return {\n value: threatIntelligenceMetricsArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function threatIntelligenceMetricsArrayDeserializer(\n result: Array<ThreatIntelligenceMetrics>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceMetricsDeserializer(item);\n });\n}\n\n/** Threat intelligence metrics. */\nexport interface ThreatIntelligenceMetrics {\n /** Threat intelligence metrics. */\n properties?: ThreatIntelligenceMetric;\n}\n\nexport function threatIntelligenceMetricsDeserializer(item: any): ThreatIntelligenceMetrics {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : threatIntelligenceMetricDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes threat intelligence metric */\nexport interface ThreatIntelligenceMetric {\n /** Last updated indicator metric */\n lastUpdatedTimeUtc?: string;\n /** Threat type metrics */\n threatTypeMetrics?: ThreatIntelligenceMetricEntity[];\n /** Pattern type metrics */\n patternTypeMetrics?: ThreatIntelligenceMetricEntity[];\n /** Source metrics */\n sourceMetrics?: ThreatIntelligenceMetricEntity[];\n}\n\nexport function threatIntelligenceMetricDeserializer(item: any): ThreatIntelligenceMetric {\n return {\n lastUpdatedTimeUtc: item[\"lastUpdatedTimeUtc\"],\n threatTypeMetrics: !item[\"threatTypeMetrics\"]\n ? item[\"threatTypeMetrics\"]\n : threatIntelligenceMetricEntityArrayDeserializer(item[\"threatTypeMetrics\"]),\n patternTypeMetrics: !item[\"patternTypeMetrics\"]\n ? item[\"patternTypeMetrics\"]\n : threatIntelligenceMetricEntityArrayDeserializer(item[\"patternTypeMetrics\"]),\n sourceMetrics: !item[\"sourceMetrics\"]\n ? item[\"sourceMetrics\"]\n : threatIntelligenceMetricEntityArrayDeserializer(item[\"sourceMetrics\"]),\n };\n}\n\nexport function threatIntelligenceMetricEntityArrayDeserializer(\n result: Array<ThreatIntelligenceMetricEntity>,\n): any[] {\n return result.map((item) => {\n return threatIntelligenceMetricEntityDeserializer(item);\n });\n}\n\n/** Describes threat intelligence metric entity */\nexport interface ThreatIntelligenceMetricEntity {\n /** Metric name */\n metricName?: string;\n /** Metric value */\n metricValue?: number;\n}\n\nexport function threatIntelligenceMetricEntityDeserializer(\n item: any,\n): ThreatIntelligenceMetricEntity {\n return {\n metricName: item[\"metricName\"],\n metricValue: item[\"metricValue\"],\n };\n}\n\n/** Represents a query to run on the TI objects in the workspace. */\nexport interface CountQuery {\n /** Represents a condition used to query for TI objects. */\n condition?: ConditionProperties;\n}\n\nexport function countQuerySerializer(item: CountQuery): any {\n return {\n properties: areAllPropsUndefined(item, [\"condition\"])\n ? undefined\n : _countQueryPropertiesSerializer(item),\n };\n}\n\n/** Describes the query properties */\nexport interface QueryProperties {\n /** Represents a condition used to query for TI objects. */\n condition?: ConditionProperties;\n}\n\nexport function queryPropertiesSerializer(item: QueryProperties): any {\n return {\n condition: !item[\"condition\"]\n ? item[\"condition\"]\n : conditionPropertiesSerializer(item[\"condition\"]),\n };\n}\n\n/** Represents a condition used to query for TI objects. */\nexport interface ConditionProperties {\n /** The STIX type for the objects returned by this query. */\n readonly stixObjectType?: string;\n /** The list of clauses to be evaluated in disjunction or conjunction base on the specified top level connective operator. */\n clauses: ConditionClause[];\n /** The top level connective operator for this condition. */\n readonly conditionConnective?: Connective;\n}\n\nexport function conditionPropertiesSerializer(item: ConditionProperties): any {\n return { clauses: conditionClauseArraySerializer(item[\"clauses\"]) };\n}\n\nexport function conditionClauseArraySerializer(result: Array<ConditionClause>): any[] {\n return result.map((item) => {\n return conditionClauseSerializer(item);\n });\n}\n\n/** Represents a single clause to be evaluated by a NormalizedCondition. */\nexport interface ConditionClause {\n /** The connective used to join all values in this ConditionClause */\n readonly clauseConnective?: Connective;\n /** The name of the field that is evaluated. */\n field: string;\n /** Represents an operator in a ConditionClause. */\n operator: Operator;\n /** The top level connective operator for this condition. */\n values: string[];\n}\n\nexport function conditionClauseSerializer(item: ConditionClause): any {\n return {\n field: item[\"field\"],\n operator: item[\"operator\"],\n values: item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents boolean connectives used to join clauses in conditions. */\nexport enum KnownConnective {\n /** 'And' connective */\n And = \"And\",\n /** 'Or' connective */\n Or = \"Or\",\n}\n\n/**\n * Represents boolean connectives used to join clauses in conditions. \\\n * {@link KnownConnective} can be used interchangeably with Connective,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **And**: 'And' connective \\\n * **Or**: 'Or' connective\n */\nexport type Connective = string;\n\n/** Count of all the threat intelligence objects on the workspace that match the provided query. */\nexport interface ThreatIntelligenceCount {\n /** Count of all the threat intelligence objects on the workspace that match the provided query. */\n readonly count: number;\n}\n\nexport function threatIntelligenceCountDeserializer(item: any): ThreatIntelligenceCount {\n return {\n count: item[\"count\"],\n };\n}\n\n/** Represents a query to run on the TI objects in the workspace. */\nexport interface Query {\n /** Represents a condition used to query for TI objects. */\n condition?: QueryCondition;\n /** Specifies how to sort the query results. */\n sortBy?: QuerySortBy;\n /** Represents the maximum size of the page that will be returned from the query API. */\n maxPageSize?: number;\n /** Represents the minimum size of the page that will be returned from the query API. */\n minPageSize?: number;\n}\n\nexport function querySerializer(item: Query): any {\n return {\n condition: !item[\"condition\"] ? item[\"condition\"] : queryConditionSerializer(item[\"condition\"]),\n sortBy: !item[\"sortBy\"] ? item[\"sortBy\"] : querySortBySerializer(item[\"sortBy\"]),\n maxPageSize: item[\"maxPageSize\"],\n minPageSize: item[\"minPageSize\"],\n };\n}\n\n/** Represents a condition used to query for TI objects. */\nexport interface QueryCondition {\n /** The STIX type for the objects returned by this query. */\n stixObjectType?: string;\n /** The list of clauses to be evaluated in disjunction or conjunction base on the specified top level connective operator. */\n clauses: ConditionClause[];\n /** The top level connective operator for this condition. */\n conditionConnective?: Connective;\n}\n\nexport function queryConditionSerializer(item: QueryCondition): any {\n return {\n stixObjectType: item[\"stixObjectType\"],\n clauses: conditionClauseArraySerializer(item[\"clauses\"]),\n conditionConnective: item[\"conditionConnective\"],\n };\n}\n\n/** Specifies how to sort the query results. */\nexport interface QuerySortBy {\n /** The direction to sort the results by. */\n direction?: SortingDirection;\n /** Represents the field to sort the results by. */\n field?: string;\n}\n\nexport function querySortBySerializer(item: QuerySortBy): any {\n return { direction: item[\"direction\"], field: item[\"field\"] };\n}\n\n/** The direction to sort the results by. */\nexport enum KnownSortingDirection {\n /** Indicates that the query should be sorted from lowest-to-highest value. */\n ASC = \"ASC\",\n /** Indicates that the query should be sorted from lowest-to-highest value. */\n Desc = \"DESC\",\n}\n\n/**\n * The direction to sort the results by. \\\n * {@link KnownSortingDirection} can be used interchangeably with SortingDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ASC**: Indicates that the query should be sorted from lowest-to-highest value. \\\n * **DESC**: Indicates that the query should be sorted from lowest-to-highest value.\n */\nexport type SortingDirection = string;\n\n/** List all the threat intelligence objects on the workspace that match the provided query. */\nexport interface _ThreatIntelligenceList {\n /** The TIObject items on this page */\n value: TIObjectUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _threatIntelligenceListDeserializer(item: any): _ThreatIntelligenceList {\n return {\n value: tiObjectUnionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function tiObjectUnionArrayDeserializer(result: Array<TIObjectUnion>): any[] {\n return result.map((item) => {\n return tiObjectUnionDeserializer(item);\n });\n}\n\n/** Represents a threat intelligence object in Azure Security Insights. */\nexport interface TIObject extends Resource {\n /** The kind of the TI object */\n /** The discriminator possible values: ThreatActor, AttackPattern, Identity, Relationship, Indicator */\n kind: TIObjectKind;\n /** The core STIX object that this TI object represents. */\n readonly data?: Record<string, any>;\n /** The UserInfo of the user/entity which originally created this TI object. */\n readonly createdBy?: UserInfo;\n /** The source name for this TI object. */\n readonly source?: string;\n /** The timestamp for the first time this object was ingested. */\n readonly firstIngestedTimeUtc?: Date;\n /** The timestamp for the last time this object was ingested. */\n readonly lastIngestedTimeUtc?: Date;\n /** The ID of the rules version that was active when this TI object was last ingested. */\n readonly ingestionRulesVersion?: string;\n /** The name of the method/application that initiated the last write to this TI object. */\n readonly lastUpdateMethod?: string;\n /** The UserInfo of the user/entity which last modified this TI object. */\n readonly lastModifiedBy?: UserInfo;\n /** The timestamp for the last time this TI object was updated. */\n readonly lastUpdatedDateTimeUtc?: Date;\n /** A dictionary used to help follow relationships from this object to other STIX objects. The keys are field names from the STIX object (in the 'data' field), and the values are lists of sources that can be prepended to the object ID in order to efficiently locate the target TI object. */\n readonly relationshipHints?: RelationshipHint[];\n}\n\nexport function tiObjectDeserializer(item: any): TIObject {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for TIObjectUnion */\nexport type TIObjectUnion =\n | ThreatActor\n | AttackPattern\n | Identity\n | Relationship\n | Indicator\n | TIObject;\n\nexport function tiObjectUnionDeserializer(item: any): TIObjectUnion {\n switch (item[\"kind\"]) {\n case \"ThreatActor\":\n return threatActorDeserializer(item as ThreatActor);\n\n case \"AttackPattern\":\n return attackPatternDeserializer(item as AttackPattern);\n\n case \"Identity\":\n return identityDeserializer(item as Identity);\n\n case \"Relationship\":\n return relationshipDeserializer(item as Relationship);\n\n case \"Indicator\":\n return indicatorDeserializer(item as Indicator);\n\n default:\n return tiObjectDeserializer(item);\n }\n}\n\n/** Describes properties common to all threat intelligence objects */\nexport interface TIObjectCommonProperties {\n /** The core STIX object that this TI object represents. */\n readonly data?: Record<string, any>;\n /** The UserInfo of the user/entity which originally created this TI object. */\n readonly createdBy?: UserInfo;\n /** The source name for this TI object. */\n readonly source?: string;\n /** The timestamp for the first time this object was ingested. */\n readonly firstIngestedTimeUtc?: Date;\n /** The timestamp for the last time this object was ingested. */\n readonly lastIngestedTimeUtc?: Date;\n /** The ID of the rules version that was active when this TI object was last ingested. */\n readonly ingestionRulesVersion?: string;\n /** The name of the method/application that initiated the last write to this TI object. */\n readonly lastUpdateMethod?: string;\n /** The UserInfo of the user/entity which last modified this TI object. */\n readonly lastModifiedBy?: UserInfo;\n /** The timestamp for the last time this TI object was updated. */\n readonly lastUpdatedDateTimeUtc?: Date;\n /** A dictionary used to help follow relationships from this object to other STIX objects. The keys are field names from the STIX object (in the 'data' field), and the values are lists of sources that can be prepended to the object ID in order to efficiently locate the target TI object. */\n readonly relationshipHints?: RelationshipHint[];\n}\n\nexport function tiObjectCommonPropertiesDeserializer(item: any): TIObjectCommonProperties {\n return {\n data: !item[\"data\"]\n ? item[\"data\"]\n : Object.fromEntries(Object.entries(item[\"data\"]).map(([k, p]: [string, any]) => [k, p])),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n source: item[\"source\"],\n firstIngestedTimeUtc: !item[\"firstIngestedTimeUtc\"]\n ? item[\"firstIngestedTimeUtc\"]\n : new Date(item[\"firstIngestedTimeUtc\"]),\n lastIngestedTimeUtc: !item[\"lastIngestedTimeUtc\"]\n ? item[\"lastIngestedTimeUtc\"]\n : new Date(item[\"lastIngestedTimeUtc\"]),\n ingestionRulesVersion: item[\"ingestionRulesVersion\"],\n lastUpdateMethod: item[\"lastUpdateMethod\"],\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : userInfoDeserializer(item[\"lastModifiedBy\"]),\n lastUpdatedDateTimeUtc: !item[\"lastUpdatedDateTimeUtc\"]\n ? item[\"lastUpdatedDateTimeUtc\"]\n : new Date(item[\"lastUpdatedDateTimeUtc\"]),\n relationshipHints: !item[\"relationshipHints\"]\n ? item[\"relationshipHints\"]\n : relationshipHintArrayDeserializer(item[\"relationshipHints\"]),\n };\n}\n\nexport function relationshipHintArrayDeserializer(result: Array<RelationshipHint>): any[] {\n return result.map((item) => {\n return relationshipHintDeserializer(item);\n });\n}\n\n/** An object used to help follow relationships from this object to other STIX objects. */\nexport interface RelationshipHint {\n fieldName?: string;\n source?: string;\n}\n\nexport function relationshipHintDeserializer(item: any): RelationshipHint {\n return {\n fieldName: item[\"fieldName\"],\n source: item[\"source\"],\n };\n}\n\n/** The kind of the TI object */\nexport enum KnownTIObjectKind {\n /** A TI object that represents an attack pattern. */\n AttackPattern = \"AttackPattern\",\n /** A TI object that represents an identity. */\n Identity = \"Identity\",\n /** A TI object that represents an indicator. */\n Indicator = \"Indicator\",\n /** A TI object that represents a relationship between two TI objects. */\n Relationship = \"Relationship\",\n /** A TI object that represents a threat actor. */\n ThreatActor = \"ThreatActor\",\n}\n\n/**\n * The kind of the TI object \\\n * {@link KnownTIObjectKind} can be used interchangeably with TIObjectKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AttackPattern**: A TI object that represents an attack pattern. \\\n * **Identity**: A TI object that represents an identity. \\\n * **Indicator**: A TI object that represents an indicator. \\\n * **Relationship**: A TI object that represents a relationship between two TI objects. \\\n * **ThreatActor**: A TI object that represents a threat actor.\n */\nexport type TIObjectKind = string;\n\n/** Represents a threat actor in Azure Security Insights. */\nexport interface ThreatActor extends TIObject {\n /** The kind of the TI object */\n kind: \"ThreatActor\";\n}\n\nexport function threatActorDeserializer(item: any): ThreatActor {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Represents an attack pattern in Azure Security Insights. */\nexport interface AttackPattern extends TIObject {\n /** The kind of the TI object */\n kind: \"AttackPattern\";\n}\n\nexport function attackPatternDeserializer(item: any): AttackPattern {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Represents an identity in Azure Security Insights. */\nexport interface Identity extends TIObject {\n /** The kind of the TI object */\n kind: \"Identity\";\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Represents a relationship in Azure Security Insights. */\nexport interface Relationship extends TIObject {\n /** The kind of the TI object */\n kind: \"Relationship\";\n}\n\nexport function relationshipDeserializer(item: any): Relationship {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Represents an indicator in Azure Security Insights. */\nexport interface Indicator extends TIObject {\n /** The observables of this indicator */\n observables?: IndicatorObservablesItem[];\n /** The kind of the TI object */\n kind: \"Indicator\";\n}\n\nexport function indicatorDeserializer(item: any): Indicator {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _tiObjectPropertiesDeserializer(item[\"properties\"])),\n kind: item[\"kind\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n observables: !item[\"observables\"]\n ? item[\"observables\"]\n : indicatorObservablesItemArrayDeserializer(item[\"observables\"]),\n };\n}\n\nexport function indicatorObservablesItemArrayDeserializer(\n result: Array<IndicatorObservablesItem>,\n): any[] {\n return result.map((item) => {\n return indicatorObservablesItemDeserializer(item);\n });\n}\n\n/** An observable of this indicator */\nexport interface IndicatorObservablesItem {\n /** The type of the observable of this indicator */\n type?: string;\n /** The value of the observable of this indicator */\n value?: string;\n}\n\nexport function indicatorObservablesItemDeserializer(item: any): IndicatorObservablesItem {\n return {\n type: item[\"type\"],\n value: item[\"value\"],\n };\n}\n\n/** The parameters required to execute s timeline operation on the given entity. */\nexport interface EntityTimelineParameters {\n /** Array of timeline Item kinds. */\n kinds?: EntityTimelineKind[];\n /** The start timeline date, so the results returned are after this date. */\n startTime: Date;\n /** The end timeline date, so the results returned are before this date. */\n endTime: Date;\n /** The number of bucket for timeline queries aggregation. */\n numberOfBucket?: number;\n}\n\nexport function entityTimelineParametersSerializer(item: EntityTimelineParameters): any {\n return {\n kinds: !item[\"kinds\"]\n ? item[\"kinds\"]\n : item[\"kinds\"].map((p: any) => {\n return p;\n }),\n startTime: item[\"startTime\"].toISOString(),\n endTime: item[\"endTime\"].toISOString(),\n numberOfBucket: item[\"numberOfBucket\"],\n };\n}\n\n/** The entity query kind */\nexport enum KnownEntityTimelineKind {\n /** activity */\n Activity = \"Activity\",\n /** bookmarks */\n Bookmark = \"Bookmark\",\n /** security alerts */\n SecurityAlert = \"SecurityAlert\",\n /** anomaly */\n Anomaly = \"Anomaly\",\n}\n\n/**\n * The entity query kind \\\n * {@link KnownEntityTimelineKind} can be used interchangeably with EntityTimelineKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activity**: activity \\\n * **Bookmark**: bookmarks \\\n * **SecurityAlert**: security alerts \\\n * **Anomaly**: anomaly\n */\nexport type EntityTimelineKind = string;\n\n/** The entity timeline result operation response. */\nexport interface EntityTimelineResponse {\n /** The metadata from the timeline operation results. */\n metaData?: TimelineResultsMetadata;\n /** The timeline result values. */\n value?: EntityTimelineItemUnion[];\n}\n\nexport function entityTimelineResponseDeserializer(item: any): EntityTimelineResponse {\n return {\n metaData: !item[\"metaData\"]\n ? item[\"metaData\"]\n : timelineResultsMetadataDeserializer(item[\"metaData\"]),\n value: !item[\"value\"] ? item[\"value\"] : entityTimelineItemUnionArrayDeserializer(item[\"value\"]),\n };\n}\n\n/** Expansion result metadata. */\nexport interface TimelineResultsMetadata {\n /** the total items found for the timeline request */\n totalCount: number;\n /** timeline aggregation per kind */\n aggregations: TimelineAggregation[];\n /** information about the failure queries */\n errors?: TimelineError[];\n}\n\nexport function timelineResultsMetadataDeserializer(item: any): TimelineResultsMetadata {\n return {\n totalCount: item[\"totalCount\"],\n aggregations: timelineAggregationArrayDeserializer(item[\"aggregations\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : timelineErrorArrayDeserializer(item[\"errors\"]),\n };\n}\n\nexport function timelineAggregationArrayDeserializer(result: Array<TimelineAggregation>): any[] {\n return result.map((item) => {\n return timelineAggregationDeserializer(item);\n });\n}\n\n/** timeline aggregation information per kind */\nexport interface TimelineAggregation {\n /** the total items found for a kind */\n count: number;\n /** the query kind */\n kind: EntityTimelineKind;\n}\n\nexport function timelineAggregationDeserializer(item: any): TimelineAggregation {\n return {\n count: item[\"count\"],\n kind: item[\"kind\"],\n };\n}\n\nexport function timelineErrorArrayDeserializer(result: Array<TimelineError>): any[] {\n return result.map((item) => {\n return timelineErrorDeserializer(item);\n });\n}\n\n/** Timeline Query Errors. */\nexport interface TimelineError {\n /** the query kind */\n kind: EntityTimelineKind;\n /** the query id */\n queryId?: string;\n /** the error message */\n errorMessage: string;\n}\n\nexport function timelineErrorDeserializer(item: any): TimelineError {\n return {\n kind: item[\"kind\"],\n queryId: item[\"queryId\"],\n errorMessage: item[\"errorMessage\"],\n };\n}\n\nexport function entityTimelineItemUnionArrayDeserializer(\n result: Array<EntityTimelineItemUnion>,\n): any[] {\n return result.map((item) => {\n return entityTimelineItemUnionDeserializer(item);\n });\n}\n\n/** Entity timeline Item. */\nexport interface EntityTimelineItem {\n /** The entity query kind type. */\n /** The discriminator possible values: Activity, Bookmark, Anomaly, SecurityAlert */\n kind: EntityTimelineKind;\n}\n\nexport function entityTimelineItemDeserializer(item: any): EntityTimelineItem {\n return {\n kind: item[\"kind\"],\n };\n}\n\n/** Alias for EntityTimelineItemUnion */\nexport type EntityTimelineItemUnion =\n | ActivityTimelineItem\n | BookmarkTimelineItem\n | AnomalyTimelineItem\n | SecurityAlertTimelineItem\n | EntityTimelineItem;\n\nexport function entityTimelineItemUnionDeserializer(item: any): EntityTimelineItemUnion {\n switch (item[\"kind\"]) {\n case \"Activity\":\n return activityTimelineItemDeserializer(item as ActivityTimelineItem);\n\n case \"Bookmark\":\n return bookmarkTimelineItemDeserializer(item as BookmarkTimelineItem);\n\n case \"Anomaly\":\n return anomalyTimelineItemDeserializer(item as AnomalyTimelineItem);\n\n case \"SecurityAlert\":\n return securityAlertTimelineItemDeserializer(item as SecurityAlertTimelineItem);\n\n default:\n return entityTimelineItemDeserializer(item);\n }\n}\n\n/** Represents Activity timeline item. */\nexport interface ActivityTimelineItem extends EntityTimelineItem {\n /** The activity query id. */\n queryId: string;\n /** The grouping bucket start time. */\n bucketStartTimeUTC: Date;\n /** The grouping bucket end time. */\n bucketEndTimeUTC: Date;\n /** The time of the first activity in the grouping bucket. */\n firstActivityTimeUTC: Date;\n /** The time of the last activity in the grouping bucket. */\n lastActivityTimeUTC: Date;\n /** The activity timeline content. */\n content: string;\n /** The activity timeline title. */\n title: string;\n /** The entity query kind type. */\n kind: \"Activity\";\n}\n\nexport function activityTimelineItemDeserializer(item: any): ActivityTimelineItem {\n return {\n kind: item[\"kind\"],\n queryId: item[\"queryId\"],\n bucketStartTimeUTC: new Date(item[\"bucketStartTimeUTC\"]),\n bucketEndTimeUTC: new Date(item[\"bucketEndTimeUTC\"]),\n firstActivityTimeUTC: new Date(item[\"firstActivityTimeUTC\"]),\n lastActivityTimeUTC: new Date(item[\"lastActivityTimeUTC\"]),\n content: item[\"content\"],\n title: item[\"title\"],\n };\n}\n\n/** Represents bookmark timeline item. */\nexport interface BookmarkTimelineItem extends EntityTimelineItem {\n /** The bookmark azure resource id. */\n azureResourceId: string;\n /** The bookmark display name. */\n displayName?: string;\n /** The notes of the bookmark */\n notes?: string;\n /** The bookmark end time. */\n endTimeUtc?: Date;\n /** The bookmark start time. */\n startTimeUtc?: Date;\n /** The bookmark event time. */\n eventTime?: Date;\n /** Describes a user that created the bookmark */\n createdBy?: UserInfo;\n /** List of labels relevant to this bookmark */\n labels?: string[];\n /** The entity query kind type. */\n kind: \"Bookmark\";\n}\n\nexport function bookmarkTimelineItemDeserializer(item: any): BookmarkTimelineItem {\n return {\n kind: item[\"kind\"],\n azureResourceId: item[\"azureResourceId\"],\n displayName: item[\"displayName\"],\n notes: item[\"notes\"],\n endTimeUtc: !item[\"endTimeUtc\"] ? item[\"endTimeUtc\"] : new Date(item[\"endTimeUtc\"]),\n startTimeUtc: !item[\"startTimeUtc\"] ? item[\"startTimeUtc\"] : new Date(item[\"startTimeUtc\"]),\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : new Date(item[\"eventTime\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents anomaly timeline item. */\nexport interface AnomalyTimelineItem extends EntityTimelineItem {\n /** The anomaly azure resource id. */\n azureResourceId: string;\n /** The anomaly product name. */\n productName?: string;\n /** The anomaly description. */\n description?: string;\n /** The anomaly name. */\n displayName: string;\n /** The anomaly end time. */\n endTimeUtc: Date;\n /** The anomaly start time. */\n startTimeUtc: Date;\n /** The anomaly generated time. */\n timeGenerated: Date;\n /** The name of the anomaly vendor. */\n vendor?: string;\n /** The intent of the anomaly. */\n intent?: string;\n /** The techniques of the anomaly. */\n techniques?: string[];\n /** The reasons that cause the anomaly. */\n reasons?: string[];\n /** The entity query kind type. */\n kind: \"Anomaly\";\n}\n\nexport function anomalyTimelineItemDeserializer(item: any): AnomalyTimelineItem {\n return {\n kind: item[\"kind\"],\n azureResourceId: item[\"azureResourceId\"],\n productName: item[\"productName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n endTimeUtc: new Date(item[\"endTimeUtc\"]),\n startTimeUtc: new Date(item[\"startTimeUtc\"]),\n timeGenerated: new Date(item[\"timeGenerated\"]),\n vendor: item[\"vendor\"],\n intent: item[\"intent\"],\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n reasons: !item[\"reasons\"]\n ? item[\"reasons\"]\n : item[\"reasons\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Represents security alert timeline item. */\nexport interface SecurityAlertTimelineItem extends EntityTimelineItem {\n /** The alert azure resource id. */\n azureResourceId: string;\n /** The alert product name. */\n productName?: string;\n /** The alert description. */\n description?: string;\n /** The alert name. */\n displayName: string;\n /** The alert severity. */\n severity: AlertSeverity;\n /** The alert end time. */\n endTimeUtc: Date;\n /** The alert start time. */\n startTimeUtc: Date;\n /** The alert generated time. */\n timeGenerated: Date;\n /** The name of the alert type. */\n alertType: string;\n /** The intent of the alert. */\n readonly intent?: KillChainIntent;\n /** The techniques of the alert. */\n techniques?: string[];\n /** The entity query kind type. */\n kind: \"SecurityAlert\";\n}\n\nexport function securityAlertTimelineItemDeserializer(item: any): SecurityAlertTimelineItem {\n return {\n kind: item[\"kind\"],\n azureResourceId: item[\"azureResourceId\"],\n productName: item[\"productName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n severity: item[\"severity\"],\n endTimeUtc: new Date(item[\"endTimeUtc\"]),\n startTimeUtc: new Date(item[\"startTimeUtc\"]),\n timeGenerated: new Date(item[\"timeGenerated\"]),\n alertType: item[\"alertType\"],\n intent: item[\"intent\"],\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Recommendation object. */\nexport interface Recommendation extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** Id of the recommendation type. */\n recommendationTypeId?: string;\n /** State of the recommendation. */\n state?: State;\n /** Title of the recommendation. */\n title?: string;\n /** Description of the recommendation. */\n description?: string;\n /** The time stamp (UTC) when the recommendation was created. */\n creationTimeUtc?: Date;\n /** The time stamp (UTC) when the recommendation was last evaluated. */\n lastEvaluatedTimeUtc?: Date;\n /** The time stamp (UTC) when the recommendation was last modified. */\n lastModifiedTimeUtc?: Date;\n /** List of suggestions to take for this recommendation. */\n suggestions?: RecommendedSuggestion[];\n /** Id of the resource this recommendation refers to. */\n resourceId?: string;\n /** Collection of additional properties for the recommendation. */\n additionalProperties?: Record<string, string>;\n}\n\nexport function recommendationDeserializer(item: any): Recommendation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _recommendationPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Recommendation properties object. */\nexport interface RecommendationProperties {\n /** Id of the recommendation type. */\n recommendationTypeId: string;\n /** State of the recommendation. */\n state: State;\n /** Title of the recommendation. */\n title: string;\n /** Description of the recommendation. */\n description: string;\n /** The time stamp (UTC) when the recommendation was created. */\n creationTimeUtc: Date;\n /** The time stamp (UTC) when the recommendation was last evaluated. */\n lastEvaluatedTimeUtc: Date;\n /** The time stamp (UTC) when the recommendation was last modified. */\n lastModifiedTimeUtc: Date;\n /** List of suggestions to take for this recommendation. */\n suggestions: RecommendedSuggestion[];\n /** Id of the resource this recommendation refers to. */\n resourceId?: string;\n /** Collection of additional properties for the recommendation. */\n additionalProperties?: Record<string, string>;\n}\n\nexport function recommendationPropertiesDeserializer(item: any): RecommendationProperties {\n return {\n recommendationTypeId: item[\"recommendationTypeId\"],\n state: item[\"state\"],\n title: item[\"title\"],\n description: item[\"description\"],\n creationTimeUtc: new Date(item[\"creationTimeUtc\"]),\n lastEvaluatedTimeUtc: new Date(item[\"lastEvaluatedTimeUtc\"]),\n lastModifiedTimeUtc: new Date(item[\"lastModifiedTimeUtc\"]),\n suggestions: recommendedSuggestionArrayDeserializer(item[\"suggestions\"]),\n resourceId: item[\"resourceId\"],\n additionalProperties: !item[\"additionalProperties\"]\n ? item[\"additionalProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalProperties\"]).map(([k1, p1]: [string, any]) => [k1, p1]),\n ),\n };\n}\n\nexport function recommendedSuggestionArrayDeserializer(\n result: Array<RecommendedSuggestion>,\n): any[] {\n return result.map((item) => {\n return recommendedSuggestionDeserializer(item);\n });\n}\n\n/** What suggestions should be taken to complete the recommendation. */\nexport interface RecommendedSuggestion {\n /** Id of the suggestion type. */\n suggestionTypeId: string;\n /** Title of the suggestion. */\n title: string;\n /** Description of the suggestion. */\n description: string;\n /** Action of the suggestion. */\n action: string;\n /** Collection of additional properties for the suggestion. */\n additionalProperties?: Record<string, string>;\n}\n\nexport function recommendedSuggestionDeserializer(item: any): RecommendedSuggestion {\n return {\n suggestionTypeId: item[\"suggestionTypeId\"],\n title: item[\"title\"],\n description: item[\"description\"],\n action: item[\"action\"],\n additionalProperties: !item[\"additionalProperties\"]\n ? item[\"additionalProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalProperties\"]).map(([k1, p1]: [string, any]) => [k1, p1]),\n ),\n };\n}\n\n/** Recommendation Fields to update. */\nexport interface RecommendationPatch {\n /** Recommendation Fields Properties to update. */\n properties?: RecommendationPatchProperties;\n}\n\nexport function recommendationPatchSerializer(item: RecommendationPatch): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : recommendationPatchPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Recommendation Fields Properties to update. */\nexport interface RecommendationPatchProperties {\n /** State of the recommendation. */\n state?: State;\n}\n\nexport function recommendationPatchPropertiesSerializer(item: RecommendationPatchProperties): any {\n return { state: item[\"state\"] };\n}\n\n/** A list of recommendations */\nexport interface _RecommendationList {\n /** The Recommendation items on this page */\n value: Recommendation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _recommendationListDeserializer(item: any): _RecommendationList {\n return {\n value: recommendationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function recommendationArrayDeserializer(result: Array<Recommendation>): any[] {\n return result.map((item) => {\n return recommendationDeserializer(item);\n });\n}\n\n/** Reevaluate response object. */\nexport interface ReevaluateResponse {\n /** The time stamp (UTC) when the recommendation was last evaluated. */\n lastEvaluatedTimeUtc?: Date;\n}\n\nexport function reevaluateResponseDeserializer(item: any): ReevaluateResponse {\n return {\n lastEvaluatedTimeUtc: !item[\"lastEvaluatedTimeUtc\"]\n ? item[\"lastEvaluatedTimeUtc\"]\n : new Date(item[\"lastEvaluatedTimeUtc\"]),\n };\n}\n\n/** The triggered analytics rule run array */\nexport interface _TriggeredAnalyticsRuleRuns {\n /** The TriggeredAnalyticsRuleRun items on this page */\n value: TriggeredAnalyticsRuleRun[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _triggeredAnalyticsRuleRunsDeserializer(item: any): _TriggeredAnalyticsRuleRuns {\n return {\n value: triggeredAnalyticsRuleRunArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function triggeredAnalyticsRuleRunArrayDeserializer(\n result: Array<TriggeredAnalyticsRuleRun>,\n): any[] {\n return result.map((item) => {\n return triggeredAnalyticsRuleRunDeserializer(item);\n });\n}\n\n/** The assignment job */\nexport interface Job extends ProxyResource {\n /** Etag of the azure resource */\n etag?: string;\n /** The time the job completed */\n readonly endTime?: Date;\n /** List of items published by the job */\n items?: JobItem[];\n /** State of the job */\n readonly provisioningState?: ProvisioningState;\n /** The time the job started */\n readonly startTime?: Date;\n /** Message to describe error, if an error exists */\n readonly errorMessage?: string;\n}\n\nexport function jobDeserializer(item: any): Job {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"] ? item[\"properties\"] : _jobPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** The job properties */\nexport interface JobProperties {\n /** The time the job completed */\n readonly endTime?: Date;\n /** List of items published by the job */\n items?: JobItem[];\n /** State of the job */\n readonly provisioningState?: ProvisioningState;\n /** The time the job started */\n readonly startTime?: Date;\n /** Message to describe error, if an error exists */\n readonly errorMessage?: string;\n}\n\nexport function jobPropertiesDeserializer(item: any): JobProperties {\n return {\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n items: !item[\"items\"] ? item[\"items\"] : jobItemArrayDeserializer(item[\"items\"]),\n provisioningState: item[\"provisioningState\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n errorMessage: item[\"errorMessage\"],\n };\n}\n\nexport function jobItemArrayDeserializer(result: Array<JobItem>): any[] {\n return result.map((item) => {\n return jobItemDeserializer(item);\n });\n}\n\n/** An entity describing the publish status of a content item. */\nexport interface JobItem {\n /** The resource id of the content item */\n resourceId?: string;\n /** Status of the item publication */\n readonly status?: Status;\n /** The time the item publishing was completed */\n readonly executionTime?: Date;\n /** The list of error descriptions if the item publication fails. */\n errors?: ErrorModel[];\n}\n\nexport function jobItemDeserializer(item: any): JobItem {\n return {\n resourceId: item[\"resourceId\"],\n status: item[\"status\"],\n executionTime: !item[\"executionTime\"] ? item[\"executionTime\"] : new Date(item[\"executionTime\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : errorArrayDeserializer(item[\"errors\"]),\n };\n}\n\nexport function errorArrayDeserializer(result: Array<ErrorModel>): any[] {\n return result.map((item) => {\n return errorDeserializer(item);\n });\n}\n\n/** The error description for why a publication failed */\nexport interface ErrorModel {\n /** The member resource name for which the publication error occured */\n memberResourceName: string;\n /** The error message */\n errorMessage: string;\n}\n\nexport function errorDeserializer(item: any): ErrorModel {\n return {\n memberResourceName: item[\"memberResourceName\"],\n errorMessage: item[\"errorMessage\"],\n };\n}\n\n/** List of all the jobs */\nexport interface _JobList {\n /** The Job items on this page */\n value: Job[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _jobListDeserializer(item: any): _JobList {\n return {\n value: jobArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function jobArrayDeserializer(result: Array<Job>): any[] {\n return result.map((item) => {\n return jobDeserializer(item);\n });\n}\n\n/** Known values of {@link EnrichmentType} that the service accepts. */\nexport enum KnownEnrichmentType {\n /** main */\n Main = \"main\",\n}\n\n/** Type of EnrichmentType */\nexport type EnrichmentType = string;\n\n/** Known values of {@link EntityItemQueryKind} that the service accepts. */\nexport enum KnownEntityItemQueryKind {\n /** insight */\n Insight = \"Insight\",\n}\n\n/** Type of EntityItemQueryKind */\nexport type EntityItemQueryKind = string;\n\n/** Known values of {@link TiType} that the service accepts. */\nexport enum KnownTiType {\n /** main */\n Main = \"main\",\n}\n\n/** Type of TiType */\nexport type TiType = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-07-01-preview API version. */\n V20250701Preview = \"2025-07-01-preview\",\n}\n\nexport function _mlBehaviorAnalyticsAlertRulePropertiesSerializer(\n item: MLBehaviorAnalyticsAlertRule,\n): any {\n return { alertRuleTemplateName: item[\"alertRuleTemplateName\"], enabled: item[\"enabled\"] };\n}\n\nexport function _mlBehaviorAnalyticsAlertRulePropertiesDeserializer(item: any) {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _fusionAlertRulePropertiesSerializer(item: FusionAlertRule): any {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n enabled: item[\"enabled\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionSourceSettingsArraySerializer(item[\"sourceSettings\"]),\n scenarioExclusionPatterns: !item[\"scenarioExclusionPatterns\"]\n ? item[\"scenarioExclusionPatterns\"]\n : fusionScenarioExclusionPatternArraySerializer(item[\"scenarioExclusionPatterns\"]),\n };\n}\n\nexport function _fusionAlertRulePropertiesDeserializer(item: any) {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionSourceSettingsArrayDeserializer(item[\"sourceSettings\"]),\n scenarioExclusionPatterns: !item[\"scenarioExclusionPatterns\"]\n ? item[\"scenarioExclusionPatterns\"]\n : fusionScenarioExclusionPatternArrayDeserializer(item[\"scenarioExclusionPatterns\"]),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _threatIntelligenceAlertRulePropertiesSerializer(\n item: ThreatIntelligenceAlertRule,\n): any {\n return { alertRuleTemplateName: item[\"alertRuleTemplateName\"], enabled: item[\"enabled\"] };\n}\n\nexport function _threatIntelligenceAlertRulePropertiesDeserializer(item: any) {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _microsoftSecurityIncidentCreationAlertRulePropertiesSerializer(\n item: MicrosoftSecurityIncidentCreationAlertRule,\n): any {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function _microsoftSecurityIncidentCreationAlertRulePropertiesDeserializer(item: any) {\n return {\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n };\n}\n\nexport function _scheduledAlertRulePropertiesSerializer(item: ScheduledAlertRule): any {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsSerializer(item[\"eventGroupingSettings\"]),\n customDetails: item[\"customDetails\"],\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArraySerializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideSerializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArraySerializer(item[\"sentinelEntitiesMappings\"]),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationSerializer(item[\"incidentConfiguration\"]),\n };\n}\n\nexport function _scheduledAlertRulePropertiesDeserializer(item: any) {\n return {\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationDeserializer(item[\"incidentConfiguration\"]),\n };\n}\n\nexport function _nrtAlertRulePropertiesSerializer(item: NrtAlertRule): any {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n query: item[\"query\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n severity: item[\"severity\"],\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationSerializer(item[\"incidentConfiguration\"]),\n customDetails: item[\"customDetails\"],\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArraySerializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideSerializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsSerializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArraySerializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function _nrtAlertRulePropertiesDeserializer(item: any) {\n return {\n alertRuleTemplateName: item[\"alertRuleTemplateName\"],\n templateVersion: item[\"templateVersion\"],\n description: item[\"description\"],\n query: item[\"query\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n suppressionDuration: item[\"suppressionDuration\"],\n suppressionEnabled: item[\"suppressionEnabled\"],\n severity: item[\"severity\"],\n incidentConfiguration: !item[\"incidentConfiguration\"]\n ? item[\"incidentConfiguration\"]\n : incidentConfigurationDeserializer(item[\"incidentConfiguration\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function _mlBehaviorAnalyticsAlertRuleTemplatePropertiesDeserializer(item: any) {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n };\n}\n\nexport function _fusionAlertRuleTemplatePropertiesDeserializer(item: any) {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n sourceSettings: !item[\"sourceSettings\"]\n ? item[\"sourceSettings\"]\n : fusionTemplateSourceSettingArrayDeserializer(item[\"sourceSettings\"]),\n };\n}\n\nexport function _threatIntelligenceAlertRuleTemplatePropertiesDeserializer(item: any) {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n severity: item[\"severity\"],\n };\n}\n\nexport function _microsoftSecurityIncidentCreationAlertRuleTemplatePropertiesDeserializer(\n item: any,\n) {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n displayNamesFilter: !item[\"displayNamesFilter\"]\n ? item[\"displayNamesFilter\"]\n : item[\"displayNamesFilter\"].map((p: any) => {\n return p;\n }),\n displayNamesExcludeFilter: !item[\"displayNamesExcludeFilter\"]\n ? item[\"displayNamesExcludeFilter\"]\n : item[\"displayNamesExcludeFilter\"].map((p: any) => {\n return p;\n }),\n productFilter: item[\"productFilter\"],\n severitiesFilter: !item[\"severitiesFilter\"]\n ? item[\"severitiesFilter\"]\n : item[\"severitiesFilter\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _scheduledAlertRuleTemplatePropertiesDeserializer(item: any) {\n return {\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n query: item[\"query\"],\n queryFrequency: item[\"queryFrequency\"],\n queryPeriod: item[\"queryPeriod\"],\n severity: item[\"severity\"],\n triggerOperator: item[\"triggerOperator\"],\n triggerThreshold: item[\"triggerThreshold\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n subTechniques: !item[\"subTechniques\"]\n ? item[\"subTechniques\"]\n : item[\"subTechniques\"].map((p: any) => {\n return p;\n }),\n version: item[\"version\"],\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function _nrtAlertRuleTemplatePropertiesDeserializer(item: any) {\n return {\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n alertRulesCreatedByTemplateCount: item[\"alertRulesCreatedByTemplateCount\"],\n lastUpdatedDateUTC: !item[\"lastUpdatedDateUTC\"]\n ? item[\"lastUpdatedDateUTC\"]\n : new Date(item[\"lastUpdatedDateUTC\"]),\n createdDateUTC: !item[\"createdDateUTC\"]\n ? item[\"createdDateUTC\"]\n : new Date(item[\"createdDateUTC\"]),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : alertRuleTemplateDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n status: item[\"status\"],\n query: item[\"query\"],\n severity: item[\"severity\"],\n version: item[\"version\"],\n customDetails: !item[\"customDetails\"]\n ? item[\"customDetails\"]\n : Object.fromEntries(\n Object.entries(item[\"customDetails\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : entityMappingArrayDeserializer(item[\"entityMappings\"]),\n alertDetailsOverride: !item[\"alertDetailsOverride\"]\n ? item[\"alertDetailsOverride\"]\n : alertDetailsOverrideDeserializer(item[\"alertDetailsOverride\"]),\n eventGroupingSettings: !item[\"eventGroupingSettings\"]\n ? item[\"eventGroupingSettings\"]\n : eventGroupingSettingsDeserializer(item[\"eventGroupingSettings\"]),\n sentinelEntitiesMappings: !item[\"sentinelEntitiesMappings\"]\n ? item[\"sentinelEntitiesMappings\"]\n : sentinelEntityMappingArrayDeserializer(item[\"sentinelEntitiesMappings\"]),\n };\n}\n\nexport function _automationRulePropertiesSerializer(item: AutomationRule): any {\n return {\n displayName: item[\"displayName\"],\n order: item[\"order\"],\n triggeringLogic: automationRuleTriggeringLogicSerializer(item[\"triggeringLogic\"]),\n actions: automationRuleActionUnionArraySerializer(item[\"actions\"]),\n };\n}\n\nexport function _automationRulePropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n order: item[\"order\"],\n triggeringLogic: automationRuleTriggeringLogicDeserializer(item[\"triggeringLogic\"]),\n actions: automationRuleActionUnionArrayDeserializer(item[\"actions\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoDeserializer(item[\"lastModifiedBy\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoDeserializer(item[\"createdBy\"]),\n };\n}\n\nexport function _incidentPropertiesSerializer(item: Incident): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoSerializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArraySerializer(item[\"labels\"]),\n firstActivityTimeUtc: !item[\"firstActivityTimeUtc\"]\n ? item[\"firstActivityTimeUtc\"]\n : item[\"firstActivityTimeUtc\"].toISOString(),\n lastActivityTimeUtc: !item[\"lastActivityTimeUtc\"]\n ? item[\"lastActivityTimeUtc\"]\n : item[\"lastActivityTimeUtc\"].toISOString(),\n teamInformation: !item[\"teamInformation\"]\n ? item[\"teamInformation\"]\n : teamInformationSerializer(item[\"teamInformation\"]),\n };\n}\n\nexport function _incidentPropertiesDeserializer(item: any) {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n severity: item[\"severity\"],\n status: item[\"status\"],\n classification: item[\"classification\"],\n classificationReason: item[\"classificationReason\"],\n classificationComment: item[\"classificationComment\"],\n owner: !item[\"owner\"] ? item[\"owner\"] : incidentOwnerInfoDeserializer(item[\"owner\"]),\n labels: !item[\"labels\"] ? item[\"labels\"] : incidentLabelArrayDeserializer(item[\"labels\"]),\n firstActivityTimeUtc: !item[\"firstActivityTimeUtc\"]\n ? item[\"firstActivityTimeUtc\"]\n : new Date(item[\"firstActivityTimeUtc\"]),\n lastActivityTimeUtc: !item[\"lastActivityTimeUtc\"]\n ? item[\"lastActivityTimeUtc\"]\n : new Date(item[\"lastActivityTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n incidentNumber: item[\"incidentNumber\"],\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : incidentAdditionalDataDeserializer(item[\"additionalData\"]),\n relatedAnalyticRuleIds: !item[\"relatedAnalyticRuleIds\"]\n ? item[\"relatedAnalyticRuleIds\"]\n : item[\"relatedAnalyticRuleIds\"].map((p: any) => {\n return p;\n }),\n incidentUrl: item[\"incidentUrl\"],\n providerName: item[\"providerName\"],\n providerIncidentId: item[\"providerIncidentId\"],\n teamInformation: !item[\"teamInformation\"]\n ? item[\"teamInformation\"]\n : teamInformationDeserializer(item[\"teamInformation\"]),\n };\n}\n\nexport function _securityAlertPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n alertDisplayName: item[\"alertDisplayName\"],\n alertType: item[\"alertType\"],\n compromisedEntity: item[\"compromisedEntity\"],\n confidenceLevel: item[\"confidenceLevel\"],\n confidenceReasons: !item[\"confidenceReasons\"]\n ? item[\"confidenceReasons\"]\n : securityAlertPropertiesConfidenceReasonsItemArrayDeserializer(item[\"confidenceReasons\"]),\n confidenceScore: item[\"confidenceScore\"],\n confidenceScoreStatus: item[\"confidenceScoreStatus\"],\n description: item[\"description\"],\n endTimeUtc: !item[\"endTimeUtc\"] ? item[\"endTimeUtc\"] : new Date(item[\"endTimeUtc\"]),\n intent: item[\"intent\"],\n providerAlertId: item[\"providerAlertId\"],\n processingEndTime: !item[\"processingEndTime\"]\n ? item[\"processingEndTime\"]\n : new Date(item[\"processingEndTime\"]),\n productComponentName: item[\"productComponentName\"],\n productName: item[\"productName\"],\n productVersion: item[\"productVersion\"],\n remediationSteps: !item[\"remediationSteps\"]\n ? item[\"remediationSteps\"]\n : item[\"remediationSteps\"].map((p: any) => {\n return p;\n }),\n severity: item[\"severity\"],\n startTimeUtc: !item[\"startTimeUtc\"] ? item[\"startTimeUtc\"] : new Date(item[\"startTimeUtc\"]),\n status: item[\"status\"],\n systemAlertId: item[\"systemAlertId\"],\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n timeGenerated: !item[\"timeGenerated\"] ? item[\"timeGenerated\"] : new Date(item[\"timeGenerated\"]),\n vendorName: item[\"vendorName\"],\n alertLink: item[\"alertLink\"],\n resourceIdentifiers: !item[\"resourceIdentifiers\"]\n ? item[\"resourceIdentifiers\"]\n : item[\"resourceIdentifiers\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _huntingBookmarkPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : new Date(item[\"eventTime\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoDeserializer(item[\"incidentInfo\"]),\n };\n}\n\nexport function _accountEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n aadTenantId: item[\"aadTenantId\"],\n aadUserId: item[\"aadUserId\"],\n accountName: item[\"accountName\"],\n displayName: item[\"displayName\"],\n hostEntityId: item[\"hostEntityId\"],\n isDomainJoined: item[\"isDomainJoined\"],\n ntDomain: item[\"ntDomain\"],\n objectGuid: item[\"objectGuid\"],\n puid: item[\"puid\"],\n sid: item[\"sid\"],\n upnSuffix: item[\"upnSuffix\"],\n dnsDomain: item[\"dnsDomain\"],\n };\n}\n\nexport function _azureResourceEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n resourceId: item[\"resourceId\"],\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function _cloudApplicationEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n appId: item[\"appId\"],\n appName: item[\"appName\"],\n instanceName: item[\"instanceName\"],\n };\n}\n\nexport function _dnsEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n dnsServerIpEntityId: item[\"dnsServerIpEntityId\"],\n domainName: item[\"domainName\"],\n hostIpAddressEntityId: item[\"hostIpAddressEntityId\"],\n ipAddressEntityIds: !item[\"ipAddressEntityIds\"]\n ? item[\"ipAddressEntityIds\"]\n : item[\"ipAddressEntityIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _fileEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n directory: item[\"directory\"],\n fileHashEntityIds: !item[\"fileHashEntityIds\"]\n ? item[\"fileHashEntityIds\"]\n : item[\"fileHashEntityIds\"].map((p: any) => {\n return p;\n }),\n fileName: item[\"fileName\"],\n hostEntityId: item[\"hostEntityId\"],\n };\n}\n\nexport function _fileHashEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n algorithm: item[\"algorithm\"],\n hashValue: item[\"hashValue\"],\n };\n}\n\nexport function _hostEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n azureID: item[\"azureID\"],\n dnsDomain: item[\"dnsDomain\"],\n hostName: item[\"hostName\"],\n isDomainJoined: item[\"isDomainJoined\"],\n netBiosName: item[\"netBiosName\"],\n ntDomain: item[\"ntDomain\"],\n omsAgentID: item[\"omsAgentID\"],\n osFamily: item[\"osFamily\"],\n osVersion: item[\"osVersion\"],\n };\n}\n\nexport function _ioTDeviceEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n deviceId: item[\"deviceId\"],\n deviceName: item[\"deviceName\"],\n source: item[\"source\"],\n iotSecurityAgentId: item[\"iotSecurityAgentId\"],\n deviceType: item[\"deviceType\"],\n vendor: item[\"vendor\"],\n edgeId: item[\"edgeId\"],\n macAddress: item[\"macAddress\"],\n model: item[\"model\"],\n serialNumber: item[\"serialNumber\"],\n firmwareVersion: item[\"firmwareVersion\"],\n operatingSystem: item[\"operatingSystem\"],\n iotHubEntityId: item[\"iotHubEntityId\"],\n hostEntityId: item[\"hostEntityId\"],\n ipAddressEntityId: item[\"ipAddressEntityId\"],\n threatIntelligence: !item[\"threatIntelligence\"]\n ? item[\"threatIntelligence\"]\n : threatIntelligenceArrayDeserializer(item[\"threatIntelligence\"]),\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : item[\"protocols\"].map((p: any) => {\n return p;\n }),\n owners: !item[\"owners\"]\n ? item[\"owners\"]\n : item[\"owners\"].map((p: any) => {\n return p;\n }),\n nicEntityIds: !item[\"nicEntityIds\"]\n ? item[\"nicEntityIds\"]\n : item[\"nicEntityIds\"].map((p: any) => {\n return p;\n }),\n site: item[\"site\"],\n zone: item[\"zone\"],\n sensor: item[\"sensor\"],\n deviceSubType: item[\"deviceSubType\"],\n importance: item[\"importance\"],\n purdueLayer: item[\"purdueLayer\"],\n isAuthorized: item[\"isAuthorized\"],\n isProgramming: item[\"isProgramming\"],\n isScanner: item[\"isScanner\"],\n };\n}\n\nexport function _ipEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n address: item[\"address\"],\n location: !item[\"location\"] ? item[\"location\"] : geoLocationDeserializer(item[\"location\"]),\n threatIntelligence: !item[\"threatIntelligence\"]\n ? item[\"threatIntelligence\"]\n : threatIntelligenceArrayDeserializer(item[\"threatIntelligence\"]),\n };\n}\n\nexport function _mailboxEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n mailboxPrimaryAddress: item[\"mailboxPrimaryAddress\"],\n displayName: item[\"displayName\"],\n upn: item[\"upn\"],\n externalDirectoryObjectId: item[\"externalDirectoryObjectId\"],\n };\n}\n\nexport function _mailClusterEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n networkMessageIds: !item[\"networkMessageIds\"]\n ? item[\"networkMessageIds\"]\n : item[\"networkMessageIds\"].map((p: any) => {\n return p;\n }),\n countByDeliveryStatus: item[\"countByDeliveryStatus\"],\n countByThreatType: item[\"countByThreatType\"],\n countByProtectionStatus: item[\"countByProtectionStatus\"],\n threats: !item[\"threats\"]\n ? item[\"threats\"]\n : item[\"threats\"].map((p: any) => {\n return p;\n }),\n query: item[\"query\"],\n queryTime: !item[\"queryTime\"] ? item[\"queryTime\"] : new Date(item[\"queryTime\"]),\n mailCount: item[\"mailCount\"],\n isVolumeAnomaly: item[\"isVolumeAnomaly\"],\n source: item[\"source\"],\n clusterSourceIdentifier: item[\"clusterSourceIdentifier\"],\n clusterSourceType: item[\"clusterSourceType\"],\n clusterQueryStartTime: !item[\"clusterQueryStartTime\"]\n ? item[\"clusterQueryStartTime\"]\n : new Date(item[\"clusterQueryStartTime\"]),\n clusterQueryEndTime: !item[\"clusterQueryEndTime\"]\n ? item[\"clusterQueryEndTime\"]\n : new Date(item[\"clusterQueryEndTime\"]),\n clusterGroup: item[\"clusterGroup\"],\n };\n}\n\nexport function _mailMessageEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n fileEntityIds: !item[\"fileEntityIds\"]\n ? item[\"fileEntityIds\"]\n : item[\"fileEntityIds\"].map((p: any) => {\n return p;\n }),\n recipient: item[\"recipient\"],\n urls: !item[\"urls\"]\n ? item[\"urls\"]\n : item[\"urls\"].map((p: any) => {\n return p;\n }),\n threats: !item[\"threats\"]\n ? item[\"threats\"]\n : item[\"threats\"].map((p: any) => {\n return p;\n }),\n p1Sender: item[\"p1Sender\"],\n p1SenderDisplayName: item[\"p1SenderDisplayName\"],\n p1SenderDomain: item[\"p1SenderDomain\"],\n senderIP: item[\"senderIP\"],\n p2Sender: item[\"p2Sender\"],\n p2SenderDisplayName: item[\"p2SenderDisplayName\"],\n p2SenderDomain: item[\"p2SenderDomain\"],\n receiveDate: !item[\"receiveDate\"] ? item[\"receiveDate\"] : new Date(item[\"receiveDate\"]),\n networkMessageId: item[\"networkMessageId\"],\n internetMessageId: item[\"internetMessageId\"],\n subject: item[\"subject\"],\n language: item[\"language\"],\n threatDetectionMethods: !item[\"threatDetectionMethods\"]\n ? item[\"threatDetectionMethods\"]\n : item[\"threatDetectionMethods\"].map((p: any) => {\n return p;\n }),\n bodyFingerprintBin1: item[\"bodyFingerprintBin1\"],\n bodyFingerprintBin2: item[\"bodyFingerprintBin2\"],\n bodyFingerprintBin3: item[\"bodyFingerprintBin3\"],\n bodyFingerprintBin4: item[\"bodyFingerprintBin4\"],\n bodyFingerprintBin5: item[\"bodyFingerprintBin5\"],\n antispamDirection: item[\"antispamDirection\"],\n deliveryAction: item[\"deliveryAction\"],\n deliveryLocation: item[\"deliveryLocation\"],\n };\n}\n\nexport function _malwareEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n category: item[\"category\"],\n fileEntityIds: !item[\"fileEntityIds\"]\n ? item[\"fileEntityIds\"]\n : item[\"fileEntityIds\"].map((p: any) => {\n return p;\n }),\n malwareName: item[\"malwareName\"],\n processEntityIds: !item[\"processEntityIds\"]\n ? item[\"processEntityIds\"]\n : item[\"processEntityIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _processEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n accountEntityId: item[\"accountEntityId\"],\n commandLine: item[\"commandLine\"],\n creationTimeUtc: !item[\"creationTimeUtc\"]\n ? item[\"creationTimeUtc\"]\n : new Date(item[\"creationTimeUtc\"]),\n elevationToken: item[\"elevationToken\"],\n hostEntityId: item[\"hostEntityId\"],\n hostLogonSessionEntityId: item[\"hostLogonSessionEntityId\"],\n imageFileEntityId: item[\"imageFileEntityId\"],\n parentProcessEntityId: item[\"parentProcessEntityId\"],\n processId: item[\"processId\"],\n };\n}\n\nexport function _registryKeyEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n hive: item[\"hive\"],\n key: item[\"key\"],\n };\n}\n\nexport function _registryValueEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n keyEntityId: item[\"keyEntityId\"],\n valueData: item[\"valueData\"],\n valueName: item[\"valueName\"],\n valueType: item[\"valueType\"],\n };\n}\n\nexport function _securityGroupEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n distinguishedName: item[\"distinguishedName\"],\n objectGuid: item[\"objectGuid\"],\n sid: item[\"sid\"],\n };\n}\n\nexport function _submissionMailEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n networkMessageId: item[\"networkMessageId\"],\n submissionId: item[\"submissionId\"],\n submitter: item[\"submitter\"],\n submissionDate: !item[\"submissionDate\"]\n ? item[\"submissionDate\"]\n : new Date(item[\"submissionDate\"]),\n timestamp: !item[\"timestamp\"] ? item[\"timestamp\"] : new Date(item[\"timestamp\"]),\n recipient: item[\"recipient\"],\n sender: item[\"sender\"],\n senderIp: item[\"senderIp\"],\n subject: item[\"subject\"],\n reportType: item[\"reportType\"],\n };\n}\n\nexport function _urlEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n url: item[\"url\"],\n };\n}\n\nexport function _nicEntityPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n macAddress: item[\"macAddress\"],\n ipAddressEntityId: item[\"ipAddressEntityId\"],\n vlans: !item[\"vlans\"]\n ? item[\"vlans\"]\n : item[\"vlans\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _bookmarkPropertiesSerializer(item: Bookmark): any {\n return {\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : item[\"eventTime\"].toISOString(),\n queryStartTime: !item[\"queryStartTime\"]\n ? item[\"queryStartTime\"]\n : item[\"queryStartTime\"].toISOString(),\n queryEndTime: !item[\"queryEndTime\"] ? item[\"queryEndTime\"] : item[\"queryEndTime\"].toISOString(),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoSerializer(item[\"incidentInfo\"]),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : bookmarkEntityMappingsArraySerializer(item[\"entityMappings\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _bookmarkPropertiesDeserializer(item: any) {\n return {\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n displayName: item[\"displayName\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n notes: item[\"notes\"],\n query: item[\"query\"],\n queryResult: item[\"queryResult\"],\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n eventTime: !item[\"eventTime\"] ? item[\"eventTime\"] : new Date(item[\"eventTime\"]),\n queryStartTime: !item[\"queryStartTime\"]\n ? item[\"queryStartTime\"]\n : new Date(item[\"queryStartTime\"]),\n queryEndTime: !item[\"queryEndTime\"] ? item[\"queryEndTime\"] : new Date(item[\"queryEndTime\"]),\n incidentInfo: !item[\"incidentInfo\"]\n ? item[\"incidentInfo\"]\n : incidentInfoDeserializer(item[\"incidentInfo\"]),\n entityMappings: !item[\"entityMappings\"]\n ? item[\"entityMappings\"]\n : bookmarkEntityMappingsArrayDeserializer(item[\"entityMappings\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _customizableConnectorDefinitionPropertiesSerializer(\n item: CustomizableConnectorDefinition,\n): any {\n return {\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : item[\"createdTimeUtc\"].toISOString(),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : item[\"lastModifiedUtc\"].toISOString(),\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : customizableConnectorUiConfigSerializer(item[\"connectorUiConfig\"]),\n connectionsConfig: !item[\"connectionsConfig\"]\n ? item[\"connectionsConfig\"]\n : customizableConnectionsConfigSerializer(item[\"connectionsConfig\"]),\n };\n}\n\nexport function _customizableConnectorDefinitionPropertiesDeserializer(item: any) {\n return {\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : customizableConnectorUiConfigDeserializer(item[\"connectorUiConfig\"]),\n connectionsConfig: !item[\"connectionsConfig\"]\n ? item[\"connectionsConfig\"]\n : customizableConnectionsConfigDeserializer(item[\"connectionsConfig\"]),\n };\n}\n\nexport function _aadDataConnectorPropertiesSerializer(item: AADDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _aadDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mstiDataConnectorPropertiesSerializer(item: MstiDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mstiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mstiDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mstiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _premiumMicrosoftDefenderForThreatIntelligencePropertiesSerializer(\n item: PremiumMicrosoftDefenderForThreatIntelligence,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n lookbackPeriod: !item[\"lookbackPeriod\"]\n ? item[\"lookbackPeriod\"]\n : item[\"lookbackPeriod\"].toISOString(),\n requiredSKUsPresent: item[\"requiredSKUsPresent\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : premiumMdtiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _premiumMicrosoftDefenderForThreatIntelligencePropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n lookbackPeriod: !item[\"lookbackPeriod\"]\n ? item[\"lookbackPeriod\"]\n : new Date(item[\"lookbackPeriod\"]),\n requiredSKUsPresent: item[\"requiredSKUsPresent\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : premiumMdtiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mtpDataConnectorPropertiesSerializer(item: MTPDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mtpDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n filteredProviders: !item[\"filteredProviders\"]\n ? item[\"filteredProviders\"]\n : mtpFilteredProvidersSerializer(item[\"filteredProviders\"]),\n };\n}\n\nexport function _mtpDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mtpDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n filteredProviders: !item[\"filteredProviders\"]\n ? item[\"filteredProviders\"]\n : mtpFilteredProvidersDeserializer(item[\"filteredProviders\"]),\n };\n}\n\nexport function _aatpDataConnectorPropertiesSerializer(item: AatpDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _aatpDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _ascDataConnectorPropertiesSerializer(item: ASCDataConnector): any {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function _ascDataConnectorPropertiesDeserializer(item: any) {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function _awsCloudTrailDataConnectorPropertiesSerializer(\n item: AwsCloudTrailDataConnector,\n): any {\n return {\n awsRoleArn: item[\"awsRoleArn\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : awsCloudTrailDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _awsCloudTrailDataConnectorPropertiesDeserializer(item: any) {\n return {\n awsRoleArn: item[\"awsRoleArn\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : awsCloudTrailDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _awsS3DataConnectorPropertiesSerializer(item: AwsS3DataConnector): any {\n return {\n destinationTable: item[\"destinationTable\"],\n sqsUrls: !item[\"sqsUrls\"]\n ? item[\"sqsUrls\"]\n : item[\"sqsUrls\"].map((p: any) => {\n return p;\n }),\n roleArn: item[\"roleArn\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : awsS3DataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _awsS3DataConnectorPropertiesDeserializer(item: any) {\n return {\n destinationTable: item[\"destinationTable\"],\n sqsUrls: !item[\"sqsUrls\"]\n ? item[\"sqsUrls\"]\n : item[\"sqsUrls\"].map((p: any) => {\n return p;\n }),\n roleArn: item[\"roleArn\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : awsS3DataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _restApiPollerDataConnectorPropertiesSerializer(\n item: RestApiPollerDataConnector,\n): any {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: !item[\"auth\"] ? item[\"auth\"] : ccpAuthConfigUnionSerializer(item[\"auth\"]),\n request: !item[\"request\"]\n ? item[\"request\"]\n : restApiPollerRequestConfigSerializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n isActive: item[\"isActive\"],\n dataType: item[\"dataType\"],\n response: !item[\"response\"] ? item[\"response\"] : ccpResponseConfigSerializer(item[\"response\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : restApiPollerRequestPagingConfigSerializer(item[\"paging\"]),\n addOnAttributes: item[\"addOnAttributes\"],\n };\n}\n\nexport function _restApiPollerDataConnectorPropertiesDeserializer(item: any) {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: !item[\"auth\"] ? item[\"auth\"] : ccpAuthConfigUnionDeserializer(item[\"auth\"]),\n request: !item[\"request\"]\n ? item[\"request\"]\n : restApiPollerRequestConfigDeserializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n isActive: item[\"isActive\"],\n dataType: item[\"dataType\"],\n response: !item[\"response\"]\n ? item[\"response\"]\n : ccpResponseConfigDeserializer(item[\"response\"]),\n paging: !item[\"paging\"]\n ? item[\"paging\"]\n : restApiPollerRequestPagingConfigDeserializer(item[\"paging\"]),\n addOnAttributes: !item[\"addOnAttributes\"]\n ? item[\"addOnAttributes\"]\n : Object.fromEntries(\n Object.entries(item[\"addOnAttributes\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function _gcpDataConnectorPropertiesSerializer(item: GCPDataConnector): any {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: !item[\"auth\"] ? item[\"auth\"] : gcpAuthPropertiesSerializer(item[\"auth\"]),\n request: !item[\"request\"] ? item[\"request\"] : gcpRequestPropertiesSerializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n };\n}\n\nexport function _gcpDataConnectorPropertiesDeserializer(item: any) {\n return {\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n auth: !item[\"auth\"] ? item[\"auth\"] : gcpAuthPropertiesDeserializer(item[\"auth\"]),\n request: !item[\"request\"] ? item[\"request\"] : gcpRequestPropertiesDeserializer(item[\"request\"]),\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n };\n}\n\nexport function _mcasDataConnectorPropertiesSerializer(item: McasDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mcasDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mcasDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : mcasDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _dynamics365DataConnectorPropertiesSerializer(item: Dynamics365DataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : dynamics365DataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _dynamics365DataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : dynamics365DataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeATPDataConnectorPropertiesSerializer(item: OfficeATPDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeATPDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _microsoftPurviewInformationProtectionDataConnectorPropertiesSerializer(\n item: MicrosoftPurviewInformationProtectionDataConnector,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : microsoftPurviewInformationProtectionConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _microsoftPurviewInformationProtectionDataConnectorPropertiesDeserializer(\n item: any,\n) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : microsoftPurviewInformationProtectionConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _office365ProjectDataConnectorPropertiesSerializer(\n item: Office365ProjectDataConnector,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : office365ProjectConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _office365ProjectDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : office365ProjectConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officePowerBIDataConnectorPropertiesSerializer(\n item: OfficePowerBIDataConnector,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : officePowerBIConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officePowerBIDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : officePowerBIConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _purviewAuditDataConnectorPropertiesSerializer(\n item: PurviewAuditDataConnector,\n): any {\n return {\n tenantId: item[\"tenantId\"],\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n sourceType: item[\"sourceType\"],\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationSerializer(item[\"dcrConfig\"]),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : purviewAuditConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _purviewAuditDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n connectorDefinitionName: item[\"connectorDefinitionName\"],\n sourceType: item[\"sourceType\"],\n dcrConfig: !item[\"dcrConfig\"]\n ? item[\"dcrConfig\"]\n : dcrConfigurationDeserializer(item[\"dcrConfig\"]),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : purviewAuditConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeIRMDataConnectorPropertiesSerializer(item: OfficeIRMDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeIRMDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mdatpDataConnectorPropertiesSerializer(item: MdatpDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _mdatpDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeDataConnectorPropertiesSerializer(item: OfficeDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : officeDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _officeDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : officeDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _tiDataConnectorPropertiesSerializer(item: TIDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n tipLookbackPeriod: !item[\"tipLookbackPeriod\"]\n ? item[\"tipLookbackPeriod\"]\n : item[\"tipLookbackPeriod\"].toISOString(),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : tiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _tiDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n tipLookbackPeriod: !item[\"tipLookbackPeriod\"]\n ? item[\"tipLookbackPeriod\"]\n : new Date(item[\"tipLookbackPeriod\"]),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : tiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _tiTaxiiDataConnectorPropertiesSerializer(item: TiTaxiiDataConnector): any {\n return {\n tenantId: item[\"tenantId\"],\n workspaceId: item[\"workspaceId\"],\n friendlyName: item[\"friendlyName\"],\n taxiiServer: item[\"taxiiServer\"],\n collectionId: item[\"collectionId\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n taxiiLookbackPeriod: !item[\"taxiiLookbackPeriod\"]\n ? item[\"taxiiLookbackPeriod\"]\n : item[\"taxiiLookbackPeriod\"].toISOString(),\n pollingFrequency: item[\"pollingFrequency\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : tiTaxiiDataConnectorDataTypesSerializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _tiTaxiiDataConnectorPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n workspaceId: item[\"workspaceId\"],\n friendlyName: item[\"friendlyName\"],\n taxiiServer: item[\"taxiiServer\"],\n collectionId: item[\"collectionId\"],\n userName: item[\"userName\"],\n password: item[\"password\"],\n taxiiLookbackPeriod: !item[\"taxiiLookbackPeriod\"]\n ? item[\"taxiiLookbackPeriod\"]\n : new Date(item[\"taxiiLookbackPeriod\"]),\n pollingFrequency: item[\"pollingFrequency\"],\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : tiTaxiiDataConnectorDataTypesDeserializer(item[\"dataTypes\"]),\n };\n}\n\nexport function _ioTDataConnectorPropertiesSerializer(item: IoTDataConnector): any {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorSerializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function _ioTDataConnectorPropertiesDeserializer(item: any) {\n return {\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : alertsDataTypeOfDataConnectorDeserializer(item[\"dataTypes\"]),\n subscriptionId: item[\"subscriptionId\"],\n };\n}\n\nexport function _codelessUiDataConnectorPropertiesSerializer(item: CodelessUiDataConnector): any {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesSerializer(item[\"connectorUiConfig\"]),\n };\n}\n\nexport function _codelessUiDataConnectorPropertiesDeserializer(item: any) {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesDeserializer(item[\"connectorUiConfig\"]),\n };\n}\n\nexport function _codelessApiPollingDataConnectorPropertiesSerializer(\n item: CodelessApiPollingDataConnector,\n): any {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesSerializer(item[\"connectorUiConfig\"]),\n pollingConfig: !item[\"pollingConfig\"]\n ? item[\"pollingConfig\"]\n : codelessConnectorPollingConfigPropertiesSerializer(item[\"pollingConfig\"]),\n };\n}\n\nexport function _codelessApiPollingDataConnectorPropertiesDeserializer(item: any) {\n return {\n connectorUiConfig: !item[\"connectorUiConfig\"]\n ? item[\"connectorUiConfig\"]\n : codelessUiConnectorConfigPropertiesDeserializer(item[\"connectorUiConfig\"]),\n pollingConfig: !item[\"pollingConfig\"]\n ? item[\"pollingConfig\"]\n : codelessConnectorPollingConfigPropertiesDeserializer(item[\"pollingConfig\"]),\n };\n}\n\nexport function _incidentCommentPropertiesSerializer(item: IncidentComment): any {\n return { message: item[\"message\"] };\n}\n\nexport function _incidentCommentPropertiesDeserializer(item: any) {\n return {\n message: item[\"message\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n author: !item[\"author\"] ? item[\"author\"] : clientInfoDeserializer(item[\"author\"]),\n };\n}\n\nexport function _relationPropertiesSerializer(item: Relation): any {\n return { relatedResourceId: item[\"relatedResourceId\"] };\n}\n\nexport function _relationPropertiesDeserializer(item: any) {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n relatedResourceName: item[\"relatedResourceName\"],\n relatedResourceType: item[\"relatedResourceType\"],\n relatedResourceKind: item[\"relatedResourceKind\"],\n };\n}\n\nexport function _incidentTaskPropertiesSerializer(item: IncidentTask): any {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n status: item[\"status\"],\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoSerializer(item[\"createdBy\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoSerializer(item[\"lastModifiedBy\"]),\n };\n}\n\nexport function _incidentTaskPropertiesDeserializer(item: any) {\n return {\n title: item[\"title\"],\n description: item[\"description\"],\n status: item[\"status\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : clientInfoDeserializer(item[\"createdBy\"]),\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : clientInfoDeserializer(item[\"lastModifiedBy\"]),\n };\n}\n\nexport function _sentinelOnboardingStatePropertiesSerializer(item: SentinelOnboardingState): any {\n return { customerManagedKey: item[\"customerManagedKey\"] };\n}\n\nexport function _sentinelOnboardingStatePropertiesDeserializer(item: any) {\n return {\n customerManagedKey: item[\"customerManagedKey\"],\n };\n}\n\nexport function _anomalySecurityMLAnalyticsSettingsPropertiesSerializer(\n item: AnomalySecurityMLAnalyticsSettings,\n): any {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : securityMLAnalyticsSettingsDataSourceArraySerializer(item[\"requiredDataConnectors\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n anomalyVersion: item[\"anomalyVersion\"],\n customizableObservations: item[\"customizableObservations\"],\n frequency: item[\"frequency\"],\n settingsStatus: item[\"settingsStatus\"],\n isDefaultSettings: item[\"isDefaultSettings\"],\n anomalySettingsVersion: item[\"anomalySettingsVersion\"],\n settingsDefinitionId: item[\"settingsDefinitionId\"],\n };\n}\n\nexport function _anomalySecurityMLAnalyticsSettingsPropertiesDeserializer(item: any) {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n enabled: item[\"enabled\"],\n lastModifiedUtc: !item[\"lastModifiedUtc\"]\n ? item[\"lastModifiedUtc\"]\n : new Date(item[\"lastModifiedUtc\"]),\n requiredDataConnectors: !item[\"requiredDataConnectors\"]\n ? item[\"requiredDataConnectors\"]\n : securityMLAnalyticsSettingsDataSourceArrayDeserializer(item[\"requiredDataConnectors\"]),\n tactics: !item[\"tactics\"]\n ? item[\"tactics\"]\n : item[\"tactics\"].map((p: any) => {\n return p;\n }),\n techniques: !item[\"techniques\"]\n ? item[\"techniques\"]\n : item[\"techniques\"].map((p: any) => {\n return p;\n }),\n anomalyVersion: item[\"anomalyVersion\"],\n customizableObservations: item[\"customizableObservations\"],\n frequency: item[\"frequency\"],\n settingsStatus: item[\"settingsStatus\"],\n isDefaultSettings: item[\"isDefaultSettings\"],\n anomalySettingsVersion: item[\"anomalySettingsVersion\"],\n settingsDefinitionId: item[\"settingsDefinitionId\"],\n };\n}\n\nexport function _sourceControlPropertiesSerializer(item: SourceControl): any {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n repoType: item[\"repoType\"],\n contentTypes: item[\"contentTypes\"].map((p: any) => {\n return p;\n }),\n repository: repositorySerializer(item[\"repository\"]),\n servicePrincipal: !item[\"servicePrincipal\"]\n ? item[\"servicePrincipal\"]\n : servicePrincipalSerializer(item[\"servicePrincipal\"]),\n repositoryAccess: !item[\"repositoryAccess\"]\n ? item[\"repositoryAccess\"]\n : repositoryAccessSerializer(item[\"repositoryAccess\"]),\n repositoryResourceInfo: !item[\"repositoryResourceInfo\"]\n ? item[\"repositoryResourceInfo\"]\n : repositoryResourceInfoSerializer(item[\"repositoryResourceInfo\"]),\n };\n}\n\nexport function _sourceControlPropertiesDeserializer(item: any) {\n return {\n idPropertiesId: item[\"id\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n repoType: item[\"repoType\"],\n contentTypes: item[\"contentTypes\"].map((p: any) => {\n return p;\n }),\n repository: repositoryDeserializer(item[\"repository\"]),\n servicePrincipal: !item[\"servicePrincipal\"]\n ? item[\"servicePrincipal\"]\n : servicePrincipalDeserializer(item[\"servicePrincipal\"]),\n workloadIdentityFederation: !item[\"workloadIdentityFederation\"]\n ? item[\"workloadIdentityFederation\"]\n : workloadIdentityFederationDeserializer(item[\"workloadIdentityFederation\"]),\n repositoryAccess: !item[\"repositoryAccess\"]\n ? item[\"repositoryAccess\"]\n : repositoryAccessDeserializer(item[\"repositoryAccess\"]),\n repositoryResourceInfo: !item[\"repositoryResourceInfo\"]\n ? item[\"repositoryResourceInfo\"]\n : repositoryResourceInfoDeserializer(item[\"repositoryResourceInfo\"]),\n lastDeploymentInfo: !item[\"lastDeploymentInfo\"]\n ? item[\"lastDeploymentInfo\"]\n : deploymentInfoDeserializer(item[\"lastDeploymentInfo\"]),\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestDeserializer(item[\"pullRequest\"]),\n };\n}\n\nexport function _repositoryAccessObjectRepositoryAccessSerializer(\n item: RepositoryAccessObject,\n): any {\n return {\n kind: item[\"kind\"],\n code: item[\"code\"],\n state: item[\"state\"],\n clientId: item[\"clientId\"],\n token: item[\"token\"],\n installationId: item[\"installationId\"],\n };\n}\n\nexport function _repositoryAccessObjectRepositoryAccessDeserializer(item: any) {\n return {\n kind: item[\"kind\"],\n code: item[\"code\"],\n state: item[\"state\"],\n clientId: item[\"clientId\"],\n token: item[\"token\"],\n installationId: item[\"installationId\"],\n };\n}\n\nexport function _repositoryAccessPropertiesPropertiesSerializer(\n item: RepositoryAccessProperties,\n): any {\n return { repositoryAccess: repositoryAccessSerializer(item[\"repositoryAccess\"]) };\n}\n\nexport function _watchlistPropertiesSerializer(item: Watchlist): any {\n return {\n watchlistId: item[\"watchlistId\"],\n displayName: item[\"displayName\"],\n provider: item[\"provider\"],\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n description: item[\"description\"],\n watchlistType: item[\"watchlistType\"],\n watchlistAlias: item[\"watchlistAlias\"],\n isDeleted: item[\"isDeleted\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n defaultDuration: item[\"defaultDuration\"],\n tenantId: item[\"tenantId\"],\n numberOfLinesToSkip: item[\"numberOfLinesToSkip\"],\n rawContent: item[\"rawContent\"],\n itemsSearchKey: item[\"itemsSearchKey\"],\n contentType: item[\"contentType\"],\n uploadStatus: item[\"uploadStatus\"],\n };\n}\n\nexport function _watchlistPropertiesDeserializer(item: any) {\n return {\n watchlistId: item[\"watchlistId\"],\n displayName: item[\"displayName\"],\n provider: item[\"provider\"],\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n description: item[\"description\"],\n watchlistType: item[\"watchlistType\"],\n watchlistAlias: item[\"watchlistAlias\"],\n isDeleted: item[\"isDeleted\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n defaultDuration: item[\"defaultDuration\"],\n tenantId: item[\"tenantId\"],\n numberOfLinesToSkip: item[\"numberOfLinesToSkip\"],\n rawContent: item[\"rawContent\"],\n itemsSearchKey: item[\"itemsSearchKey\"],\n contentType: item[\"contentType\"],\n uploadStatus: item[\"uploadStatus\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _watchlistItemPropertiesSerializer(item: WatchlistItem): any {\n return {\n watchlistItemType: item[\"watchlistItemType\"],\n watchlistItemId: item[\"watchlistItemId\"],\n tenantId: item[\"tenantId\"],\n isDeleted: item[\"isDeleted\"],\n created: !item[\"created\"] ? item[\"created\"] : item[\"created\"].toISOString(),\n updated: !item[\"updated\"] ? item[\"updated\"] : item[\"updated\"].toISOString(),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoSerializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoSerializer(item[\"updatedBy\"]),\n itemsKeyValue: item[\"itemsKeyValue\"],\n entityMapping: item[\"entityMapping\"],\n };\n}\n\nexport function _watchlistItemPropertiesDeserializer(item: any) {\n return {\n watchlistItemType: item[\"watchlistItemType\"],\n watchlistItemId: item[\"watchlistItemId\"],\n tenantId: item[\"tenantId\"],\n isDeleted: item[\"isDeleted\"],\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"]),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"]),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n updatedBy: !item[\"updatedBy\"] ? item[\"updatedBy\"] : userInfoDeserializer(item[\"updatedBy\"]),\n itemsKeyValue: item[\"itemsKeyValue\"],\n entityMapping: item[\"entityMapping\"],\n };\n}\n\nexport function _sapSolutionUsageStatisticPropertiesDeserializer(item: any) {\n return {\n activeSystemIdCount: item[\"activeSystemIdCount\"],\n };\n}\n\nexport function _expansionEntityQueryPropertiesDeserializer(item: any) {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n inputEntityType: item[\"inputEntityType\"],\n inputFields: !item[\"inputFields\"]\n ? item[\"inputFields\"]\n : item[\"inputFields\"].map((p: any) => {\n return p;\n }),\n outputEntityTypes: !item[\"outputEntityTypes\"]\n ? item[\"outputEntityTypes\"]\n : item[\"outputEntityTypes\"].map((p: any) => {\n return p;\n }),\n queryTemplate: item[\"queryTemplate\"],\n };\n}\n\nexport function _activityEntityQueryPropertiesSerializer(item: ActivityEntityQuery): any {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsSerializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p: any) => {\n return p;\n });\n }),\n entitiesFilter: item[\"entitiesFilter\"],\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function _activityEntityQueryPropertiesDeserializer(item: any) {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsDeserializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: !item[\"entitiesFilter\"]\n ? item[\"entitiesFilter\"]\n : Object.fromEntries(\n Object.entries(item[\"entitiesFilter\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n };\n}\n\nexport function _activityCustomEntityQueryPropertiesSerializer(\n item: ActivityCustomEntityQuery,\n): any {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsSerializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p: any) => {\n return p;\n });\n }),\n entitiesFilter: item[\"entitiesFilter\"],\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n };\n}\n\nexport function _activityCustomEntityQueryPropertiesDeserializer(item: any) {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueriesPropertiesQueryDefinitionsDeserializer(item[\"queryDefinitions\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: !item[\"entitiesFilter\"]\n ? item[\"entitiesFilter\"]\n : Object.fromEntries(\n Object.entries(item[\"entitiesFilter\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n templateName: item[\"templateName\"],\n enabled: item[\"enabled\"],\n createdTimeUtc: !item[\"createdTimeUtc\"]\n ? item[\"createdTimeUtc\"]\n : new Date(item[\"createdTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n };\n}\n\nexport function _activityEntityQueryTemplatePropertiesDeserializer(item: any) {\n return {\n title: item[\"title\"],\n content: item[\"content\"],\n description: item[\"description\"],\n queryDefinitions: !item[\"queryDefinitions\"]\n ? item[\"queryDefinitions\"]\n : activityEntityQueryTemplatePropertiesQueryDefinitionsDeserializer(item[\"queryDefinitions\"]),\n dataTypes: !item[\"dataTypes\"]\n ? item[\"dataTypes\"]\n : dataTypeDefinitionsArrayDeserializer(item[\"dataTypes\"]),\n inputEntityType: item[\"inputEntityType\"],\n requiredInputFieldsSets: !item[\"requiredInputFieldsSets\"]\n ? item[\"requiredInputFieldsSets\"]\n : item[\"requiredInputFieldsSets\"].map((p: any) => {\n return p.map((p1: any) => {\n return p1;\n });\n }),\n entitiesFilter: !item[\"entitiesFilter\"]\n ? item[\"entitiesFilter\"]\n : Object.fromEntries(\n Object.entries(item[\"entitiesFilter\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n };\n}\n\nexport function _fileImportPropertiesSerializer(item: FileImport): any {\n return {\n ingestionMode: item[\"ingestionMode\"],\n contentType: item[\"contentType\"],\n importFile: !item[\"importFile\"]\n ? item[\"importFile\"]\n : fileMetadataSerializer(item[\"importFile\"]),\n source: item[\"source\"],\n };\n}\n\nexport function _fileImportPropertiesDeserializer(item: any) {\n return {\n ingestionMode: item[\"ingestionMode\"],\n contentType: item[\"contentType\"],\n createdTimeUTC: !item[\"createdTimeUTC\"]\n ? item[\"createdTimeUTC\"]\n : new Date(item[\"createdTimeUTC\"]),\n errorFile: !item[\"errorFile\"] ? item[\"errorFile\"] : fileMetadataDeserializer(item[\"errorFile\"]),\n errorsPreview: !item[\"errorsPreview\"]\n ? item[\"errorsPreview\"]\n : validationErrorArrayDeserializer(item[\"errorsPreview\"]),\n importFile: !item[\"importFile\"]\n ? item[\"importFile\"]\n : fileMetadataDeserializer(item[\"importFile\"]),\n ingestedRecordCount: item[\"ingestedRecordCount\"],\n source: item[\"source\"],\n state: item[\"state\"],\n totalRecordCount: item[\"totalRecordCount\"],\n validRecordCount: item[\"validRecordCount\"],\n filesValidUntilTimeUTC: !item[\"filesValidUntilTimeUTC\"]\n ? item[\"filesValidUntilTimeUTC\"]\n : new Date(item[\"filesValidUntilTimeUTC\"]),\n importValidUntilTimeUTC: !item[\"importValidUntilTimeUTC\"]\n ? item[\"importValidUntilTimeUTC\"]\n : new Date(item[\"importValidUntilTimeUTC\"]),\n };\n}\n\nexport function _huntPropertiesSerializer(item: Hunt): any {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n status: item[\"status\"],\n hypothesisStatus: item[\"hypothesisStatus\"],\n attackTactics: !item[\"attackTactics\"]\n ? item[\"attackTactics\"]\n : item[\"attackTactics\"].map((p: any) => {\n return p;\n }),\n attackTechniques: !item[\"attackTechniques\"]\n ? item[\"attackTechniques\"]\n : item[\"attackTechniques\"].map((p: any) => {\n return p;\n }),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n owner: !item[\"owner\"] ? item[\"owner\"] : huntOwnerSerializer(item[\"owner\"]),\n };\n}\n\nexport function _huntPropertiesDeserializer(item: any) {\n return {\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n status: item[\"status\"],\n hypothesisStatus: item[\"hypothesisStatus\"],\n attackTactics: !item[\"attackTactics\"]\n ? item[\"attackTactics\"]\n : item[\"attackTactics\"].map((p: any) => {\n return p;\n }),\n attackTechniques: !item[\"attackTechniques\"]\n ? item[\"attackTechniques\"]\n : item[\"attackTechniques\"].map((p: any) => {\n return p;\n }),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n owner: !item[\"owner\"] ? item[\"owner\"] : huntOwnerDeserializer(item[\"owner\"]),\n };\n}\n\nexport function _huntCommentPropertiesSerializer(item: HuntComment): any {\n return { message: item[\"message\"] };\n}\n\nexport function _huntCommentPropertiesDeserializer(item: any) {\n return {\n message: item[\"message\"],\n };\n}\n\nexport function _huntRelationPropertiesSerializer(item: HuntRelation): any {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _huntRelationPropertiesDeserializer(item: any) {\n return {\n relatedResourceId: item[\"relatedResourceId\"],\n relatedResourceName: item[\"relatedResourceName\"],\n relationType: item[\"relationType\"],\n relatedResourceKind: item[\"relatedResourceKind\"],\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _officeConsentPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n consentId: item[\"consentId\"],\n };\n}\n\nexport function _anomaliesPropertiesSerializer(_item: Anomalies): any {\n return {};\n}\n\nexport function _anomaliesPropertiesDeserializer(item: any) {\n return {\n isEnabled: item[\"isEnabled\"],\n };\n}\n\nexport function _eyesOnPropertiesSerializer(_item: EyesOn): any {\n return {};\n}\n\nexport function _eyesOnPropertiesDeserializer(item: any) {\n return {\n isEnabled: item[\"isEnabled\"],\n };\n}\n\nexport function _entityAnalyticsPropertiesSerializer(item: EntityAnalytics): any {\n return {\n entityProviders: !item[\"entityProviders\"]\n ? item[\"entityProviders\"]\n : item[\"entityProviders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _entityAnalyticsPropertiesDeserializer(item: any) {\n return {\n entityProviders: !item[\"entityProviders\"]\n ? item[\"entityProviders\"]\n : item[\"entityProviders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _uebaPropertiesSerializer(item: Ueba): any {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _uebaPropertiesDeserializer(item: any) {\n return {\n dataSources: !item[\"dataSources\"]\n ? item[\"dataSources\"]\n : item[\"dataSources\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _triggeredAnalyticsRuleRunPropertiesDeserializer(item: any) {\n return {\n executionTimeUtc: new Date(item[\"executionTimeUtc\"]),\n ruleId: item[\"ruleId\"],\n triggeredAnalyticsRuleRunId: item[\"triggeredAnalyticsRuleRunId\"],\n provisioningState: item[\"provisioningState\"],\n ruleRunAdditionalData: !item[\"ruleRunAdditionalData\"]\n ? item[\"ruleRunAdditionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"ruleRunAdditionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function _workspaceManagerAssignmentPropertiesSerializer(\n item: WorkspaceManagerAssignment,\n): any {\n return {\n targetResourceName: item[\"targetResourceName\"],\n items: !item[\"items\"] ? item[\"items\"] : assignmentItemArraySerializer(item[\"items\"]),\n };\n}\n\nexport function _workspaceManagerAssignmentPropertiesDeserializer(item: any) {\n return {\n targetResourceName: item[\"targetResourceName\"],\n lastJobEndTime: !item[\"lastJobEndTime\"]\n ? item[\"lastJobEndTime\"]\n : new Date(item[\"lastJobEndTime\"]),\n lastJobProvisioningState: item[\"lastJobProvisioningState\"],\n items: !item[\"items\"] ? item[\"items\"] : assignmentItemArrayDeserializer(item[\"items\"]),\n };\n}\n\nexport function _workspaceManagerConfigurationPropertiesSerializer(\n item: WorkspaceManagerConfiguration,\n): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function _workspaceManagerConfigurationPropertiesDeserializer(item: any) {\n return {\n mode: item[\"mode\"],\n };\n}\n\nexport function _workspaceManagerGroupPropertiesSerializer(item: WorkspaceManagerGroup): any {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n memberResourceNames: !item[\"memberResourceNames\"]\n ? item[\"memberResourceNames\"]\n : item[\"memberResourceNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _workspaceManagerGroupPropertiesDeserializer(item: any) {\n return {\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n memberResourceNames: !item[\"memberResourceNames\"]\n ? item[\"memberResourceNames\"]\n : item[\"memberResourceNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _workspaceManagerMemberPropertiesSerializer(item: WorkspaceManagerMember): any {\n return {\n targetWorkspaceResourceId: item[\"targetWorkspaceResourceId\"],\n targetWorkspaceTenantId: item[\"targetWorkspaceTenantId\"],\n };\n}\n\nexport function _workspaceManagerMemberPropertiesDeserializer(item: any) {\n return {\n targetWorkspaceResourceId: item[\"targetWorkspaceResourceId\"],\n targetWorkspaceTenantId: item[\"targetWorkspaceTenantId\"],\n };\n}\n\nexport function _analyticsRuleRunTriggerPropertiesSerializer(item: AnalyticsRuleRunTrigger): any {\n return { executionTimeUtc: item[\"executionTimeUtc\"].toISOString() };\n}\n\nexport function _actionResponsePropertiesDeserializer(item: any) {\n return {\n logicAppResourceId: item[\"logicAppResourceId\"],\n workflowId: item[\"workflowId\"],\n };\n}\n\nexport function _actionRequestPropertiesSerializer(item: ActionRequest): any {\n return { logicAppResourceId: item[\"logicAppResourceId\"], triggerUri: item[\"triggerUri\"] };\n}\n\nexport function _packageModelPropertiesSerializer(item: PackageModel): any {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\nexport function _packageModelPropertiesDeserializer(item: any) {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n };\n}\n\nexport function _productPackageModelPropertiesDeserializer(item: any) {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n contentKind: item[\"contentKind\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n isNew: item[\"isNew\"],\n isPreview: item[\"isPreview\"],\n isFeatured: item[\"isFeatured\"],\n isDeprecated: item[\"isDeprecated\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n publisherDisplayName: item[\"publisherDisplayName\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n icon: item[\"icon\"],\n installedVersion: item[\"installedVersion\"],\n metadataResourceId: item[\"metadataResourceId\"],\n packagedContent: item[\"packagedContent\"],\n };\n}\n\nexport function _productTemplateModelPropertiesDeserializer(item: any) {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n isDeprecated: item[\"isDeprecated\"],\n packagedContent: item[\"packagedContent\"],\n };\n}\n\nexport function _templateModelPropertiesSerializer(item: TemplateModel): any {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n mainTemplate: item[\"mainTemplate\"],\n };\n}\n\nexport function _templateModelPropertiesDeserializer(item: any) {\n return {\n contentId: item[\"contentId\"],\n contentProductId: item[\"contentProductId\"],\n packageVersion: item[\"packageVersion\"],\n version: item[\"version\"],\n displayName: item[\"displayName\"],\n contentKind: item[\"contentKind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n packageId: item[\"packageId\"],\n packageKind: item[\"packageKind\"],\n packageName: item[\"packageName\"],\n isDeprecated: item[\"isDeprecated\"],\n mainTemplate: item[\"mainTemplate\"],\n dependantTemplates: !item[\"dependantTemplates\"]\n ? item[\"dependantTemplates\"]\n : templatePropertiesArrayDeserializer(item[\"dependantTemplates\"]),\n };\n}\n\nexport function _metadataModelPropertiesSerializer(item: MetadataModel): any {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _metadataModelPropertiesDeserializer(item: any) {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceDeserializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorDeserializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportDeserializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesDeserializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesDeserializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : new Date(item[\"firstPublishDate\"]),\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : new Date(item[\"lastPublishDate\"]),\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _metadataPatchPropertiesSerializer(item: MetadataPatch): any {\n return {\n contentId: item[\"contentId\"],\n parentId: item[\"parentId\"],\n version: item[\"version\"],\n kind: item[\"kind\"],\n source: !item[\"source\"] ? item[\"source\"] : metadataSourceSerializer(item[\"source\"]),\n author: !item[\"author\"] ? item[\"author\"] : metadataAuthorSerializer(item[\"author\"]),\n support: !item[\"support\"] ? item[\"support\"] : metadataSupportSerializer(item[\"support\"]),\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : metadataDependenciesSerializer(item[\"dependencies\"]),\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : metadataCategoriesSerializer(item[\"categories\"]),\n providers: !item[\"providers\"]\n ? item[\"providers\"]\n : item[\"providers\"].map((p: any) => {\n return p;\n }),\n firstPublishDate: !item[\"firstPublishDate\"]\n ? item[\"firstPublishDate\"]\n : item[\"firstPublishDate\"].toISOString().split(\"T\")[0],\n lastPublishDate: !item[\"lastPublishDate\"]\n ? item[\"lastPublishDate\"]\n : item[\"lastPublishDate\"].toISOString().split(\"T\")[0],\n customVersion: item[\"customVersion\"],\n contentSchemaVersion: item[\"contentSchemaVersion\"],\n icon: item[\"icon\"],\n threatAnalysisTactics: !item[\"threatAnalysisTactics\"]\n ? item[\"threatAnalysisTactics\"]\n : item[\"threatAnalysisTactics\"].map((p: any) => {\n return p;\n }),\n threatAnalysisTechniques: !item[\"threatAnalysisTechniques\"]\n ? item[\"threatAnalysisTechniques\"]\n : item[\"threatAnalysisTechniques\"].map((p: any) => {\n return p;\n }),\n previewImages: !item[\"previewImages\"]\n ? item[\"previewImages\"]\n : item[\"previewImages\"].map((p: any) => {\n return p;\n }),\n previewImagesDark: !item[\"previewImagesDark\"]\n ? item[\"previewImagesDark\"]\n : item[\"previewImagesDark\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _threatIntelligenceIndicatorModelPropertiesSerializer(\n item: ThreatIntelligenceIndicatorModel,\n): any {\n return {\n threatIntelligenceTags: !item[\"threatIntelligenceTags\"]\n ? item[\"threatIntelligenceTags\"]\n : item[\"threatIntelligenceTags\"].map((p: any) => {\n return p;\n }),\n lastUpdatedTimeUtc: item[\"lastUpdatedTimeUtc\"],\n source: item[\"source\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n indicatorTypes: !item[\"indicatorTypes\"]\n ? item[\"indicatorTypes\"]\n : item[\"indicatorTypes\"].map((p: any) => {\n return p;\n }),\n pattern: item[\"pattern\"],\n patternType: item[\"patternType\"],\n patternVersion: item[\"patternVersion\"],\n killChainPhases: !item[\"killChainPhases\"]\n ? item[\"killChainPhases\"]\n : threatIntelligenceKillChainPhaseArraySerializer(item[\"killChainPhases\"]),\n parsedPattern: !item[\"parsedPattern\"]\n ? item[\"parsedPattern\"]\n : threatIntelligenceParsedPatternArraySerializer(item[\"parsedPattern\"]),\n externalId: item[\"externalId\"],\n createdByRef: item[\"createdByRef\"],\n defanged: item[\"defanged\"],\n externalLastUpdatedTimeUtc: item[\"externalLastUpdatedTimeUtc\"],\n externalReferences: !item[\"externalReferences\"]\n ? item[\"externalReferences\"]\n : threatIntelligenceExternalReferenceArraySerializer(item[\"externalReferences\"]),\n granularMarkings: !item[\"granularMarkings\"]\n ? item[\"granularMarkings\"]\n : threatIntelligenceGranularMarkingModelArraySerializer(item[\"granularMarkings\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n revoked: item[\"revoked\"],\n confidence: item[\"confidence\"],\n objectMarkingRefs: !item[\"objectMarkingRefs\"]\n ? item[\"objectMarkingRefs\"]\n : item[\"objectMarkingRefs\"].map((p: any) => {\n return p;\n }),\n language: item[\"language\"],\n threatTypes: !item[\"threatTypes\"]\n ? item[\"threatTypes\"]\n : item[\"threatTypes\"].map((p: any) => {\n return p;\n }),\n validFrom: item[\"validFrom\"],\n validUntil: item[\"validUntil\"],\n created: item[\"created\"],\n modified: item[\"modified\"],\n extensions: item[\"extensions\"],\n };\n}\n\nexport function _threatIntelligenceIndicatorModelPropertiesDeserializer(item: any) {\n return {\n additionalData: !item[\"additionalData\"]\n ? item[\"additionalData\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalData\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n friendlyName: item[\"friendlyName\"],\n threatIntelligenceTags: !item[\"threatIntelligenceTags\"]\n ? item[\"threatIntelligenceTags\"]\n : item[\"threatIntelligenceTags\"].map((p: any) => {\n return p;\n }),\n lastUpdatedTimeUtc: item[\"lastUpdatedTimeUtc\"],\n source: item[\"source\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n indicatorTypes: !item[\"indicatorTypes\"]\n ? item[\"indicatorTypes\"]\n : item[\"indicatorTypes\"].map((p: any) => {\n return p;\n }),\n pattern: item[\"pattern\"],\n patternType: item[\"patternType\"],\n patternVersion: item[\"patternVersion\"],\n killChainPhases: !item[\"killChainPhases\"]\n ? item[\"killChainPhases\"]\n : threatIntelligenceKillChainPhaseArrayDeserializer(item[\"killChainPhases\"]),\n parsedPattern: !item[\"parsedPattern\"]\n ? item[\"parsedPattern\"]\n : threatIntelligenceParsedPatternArrayDeserializer(item[\"parsedPattern\"]),\n externalId: item[\"externalId\"],\n createdByRef: item[\"createdByRef\"],\n defanged: item[\"defanged\"],\n externalLastUpdatedTimeUtc: item[\"externalLastUpdatedTimeUtc\"],\n externalReferences: !item[\"externalReferences\"]\n ? item[\"externalReferences\"]\n : threatIntelligenceExternalReferenceArrayDeserializer(item[\"externalReferences\"]),\n granularMarkings: !item[\"granularMarkings\"]\n ? item[\"granularMarkings\"]\n : threatIntelligenceGranularMarkingModelArrayDeserializer(item[\"granularMarkings\"]),\n labels: !item[\"labels\"]\n ? item[\"labels\"]\n : item[\"labels\"].map((p: any) => {\n return p;\n }),\n revoked: item[\"revoked\"],\n confidence: item[\"confidence\"],\n objectMarkingRefs: !item[\"objectMarkingRefs\"]\n ? item[\"objectMarkingRefs\"]\n : item[\"objectMarkingRefs\"].map((p: any) => {\n return p;\n }),\n language: item[\"language\"],\n threatTypes: !item[\"threatTypes\"]\n ? item[\"threatTypes\"]\n : item[\"threatTypes\"].map((p: any) => {\n return p;\n }),\n validFrom: item[\"validFrom\"],\n validUntil: item[\"validUntil\"],\n created: item[\"created\"],\n modified: item[\"modified\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : Object.fromEntries(\n Object.entries(item[\"extensions\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function _aadCheckRequirementsPropertiesSerializer(item: AADCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _aatpCheckRequirementsPropertiesSerializer(item: AatpCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _ascCheckRequirementsPropertiesSerializer(item: ASCCheckRequirements): any {\n return { subscriptionId: item[\"subscriptionId\"] };\n}\n\nexport function _dynamics365CheckRequirementsPropertiesSerializer(\n item: Dynamics365CheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _mcasCheckRequirementsPropertiesSerializer(item: McasCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _mdatpCheckRequirementsPropertiesSerializer(item: MdatpCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _mstiCheckRequirementsPropertiesSerializer(item: MstiCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _mtpCheckRequirementsPropertiesSerializer(item: MtpCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _officeATPCheckRequirementsPropertiesSerializer(\n item: OfficeATPCheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _officeIRMCheckRequirementsPropertiesSerializer(\n item: OfficeIRMCheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _microsoftPurviewInformationProtectionCheckRequirementsPropertiesSerializer(\n item: MicrosoftPurviewInformationProtectionCheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _office365ProjectCheckRequirementsPropertiesSerializer(\n item: Office365ProjectCheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _officePowerBICheckRequirementsPropertiesSerializer(\n item: OfficePowerBICheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _purviewAuditCheckRequirementsPropertiesSerializer(\n item: PurviewAuditCheckRequirements,\n): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _tiCheckRequirementsPropertiesSerializer(item: TICheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _tiTaxiiCheckRequirementsPropertiesSerializer(item: TiTaxiiCheckRequirements): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function _ioTCheckRequirementsPropertiesSerializer(item: IoTCheckRequirements): any {\n return { subscriptionId: item[\"subscriptionId\"] };\n}\n\nexport function _countQueryPropertiesSerializer(item: CountQuery): any {\n return {\n condition: !item[\"condition\"]\n ? item[\"condition\"]\n : conditionPropertiesSerializer(item[\"condition\"]),\n };\n}\n\nexport function _tiObjectPropertiesDeserializer(item: any) {\n return {\n data: !item[\"data\"]\n ? item[\"data\"]\n : Object.fromEntries(Object.entries(item[\"data\"]).map(([k, p]: [string, any]) => [k, p])),\n createdBy: !item[\"createdBy\"] ? item[\"createdBy\"] : userInfoDeserializer(item[\"createdBy\"]),\n source: item[\"source\"],\n firstIngestedTimeUtc: !item[\"firstIngestedTimeUtc\"]\n ? item[\"firstIngestedTimeUtc\"]\n : new Date(item[\"firstIngestedTimeUtc\"]),\n lastIngestedTimeUtc: !item[\"lastIngestedTimeUtc\"]\n ? item[\"lastIngestedTimeUtc\"]\n : new Date(item[\"lastIngestedTimeUtc\"]),\n ingestionRulesVersion: item[\"ingestionRulesVersion\"],\n lastUpdateMethod: item[\"lastUpdateMethod\"],\n lastModifiedBy: !item[\"lastModifiedBy\"]\n ? item[\"lastModifiedBy\"]\n : userInfoDeserializer(item[\"lastModifiedBy\"]),\n lastUpdatedDateTimeUtc: !item[\"lastUpdatedDateTimeUtc\"]\n ? item[\"lastUpdatedDateTimeUtc\"]\n : new Date(item[\"lastUpdatedDateTimeUtc\"]),\n relationshipHints: !item[\"relationshipHints\"]\n ? item[\"relationshipHints\"]\n : relationshipHintArrayDeserializer(item[\"relationshipHints\"]),\n };\n}\n\nexport function _recommendationPropertiesDeserializer(item: any) {\n return {\n recommendationTypeId: item[\"recommendationTypeId\"],\n state: item[\"state\"],\n title: item[\"title\"],\n description: item[\"description\"],\n creationTimeUtc: !item[\"creationTimeUtc\"]\n ? item[\"creationTimeUtc\"]\n : new Date(item[\"creationTimeUtc\"]),\n lastEvaluatedTimeUtc: !item[\"lastEvaluatedTimeUtc\"]\n ? item[\"lastEvaluatedTimeUtc\"]\n : new Date(item[\"lastEvaluatedTimeUtc\"]),\n lastModifiedTimeUtc: !item[\"lastModifiedTimeUtc\"]\n ? item[\"lastModifiedTimeUtc\"]\n : new Date(item[\"lastModifiedTimeUtc\"]),\n suggestions: !item[\"suggestions\"]\n ? item[\"suggestions\"]\n : recommendedSuggestionArrayDeserializer(item[\"suggestions\"]),\n resourceId: item[\"resourceId\"],\n additionalProperties: !item[\"additionalProperties\"]\n ? item[\"additionalProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"additionalProperties\"]).map(([k1, p1]: [string, any]) => [k1, p1]),\n ),\n };\n}\n\nexport function _jobPropertiesDeserializer(item: any) {\n return {\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n items: !item[\"items\"] ? item[\"items\"] : jobItemArrayDeserializer(item[\"items\"]),\n provisioningState: item[\"provisioningState\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n errorMessage: item[\"errorMessage\"],\n };\n}\n\nexport type IncidentsRunPlaybookResponse = { body: any };\n\nexport type AutomationRulesDeleteResponse = { body: any };\n"]}
|