@azure/arm-datafactory 9.0.0 → 10.0.0-alpha.20211215.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -78
- package/dist/index.js +30521 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts +34 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.js +41 -0
- package/dist-esm/src/dataFactoryManagementClient.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts +16 -0
- package/dist-esm/src/dataFactoryManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js +49 -0
- package/dist-esm/src/dataFactoryManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +10786 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +699 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +1183 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +16180 -15967
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +58 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +454 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/activityRuns.d.ts +22 -0
- package/dist-esm/src/operations/activityRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/activityRuns.js +58 -0
- package/dist-esm/src/operations/activityRuns.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +87 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js +369 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operations/dataFlows.d.ts +63 -0
- package/dist-esm/src/operations/dataFlows.d.ts.map +1 -0
- package/dist-esm/src/operations/dataFlows.js +239 -0
- package/dist-esm/src/operations/dataFlows.js.map +1 -0
- package/dist-esm/src/operations/datasets.d.ts +63 -0
- package/dist-esm/src/operations/datasets.d.ts.map +1 -0
- package/dist-esm/src/operations/datasets.js +240 -0
- package/dist-esm/src/operations/datasets.js.map +1 -0
- package/dist-esm/src/operations/exposureControl.d.ts +36 -0
- package/dist-esm/src/operations/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operations/exposureControl.js +120 -0
- package/dist-esm/src/operations/exposureControl.js.map +1 -0
- package/dist-esm/src/operations/factories.d.ts +106 -0
- package/dist-esm/src/operations/factories.d.ts.map +1 -0
- package/dist-esm/src/operations/factories.js +458 -0
- package/dist-esm/src/operations/factories.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts +50 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js +186 -0
- package/dist-esm/src/operations/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +39 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +143 -0
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts +195 -0
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.js +793 -0
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operations/linkedServices.d.ts +63 -0
- package/dist-esm/src/operations/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operations/linkedServices.js +246 -0
- package/dist-esm/src/operations/linkedServices.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +69 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +275 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts +55 -0
- package/dist-esm/src/operations/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js +214 -0
- package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts +37 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.js +118 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/pipelines.d.ts +71 -0
- package/dist-esm/src/operations/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelines.js +280 -0
- package/dist-esm/src/operations/pipelines.js.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts +38 -0
- package/dist-esm/src/operations/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndPointConnections.js +137 -0
- package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts +38 -0
- package/dist-esm/src/operations/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnection.js +141 -0
- package/dist-esm/src/operations/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/triggerRuns.d.ts +39 -0
- package/dist-esm/src/operations/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/triggerRuns.js +120 -0
- package/dist-esm/src/operations/triggerRuns.js.map +1 -0
- package/dist-esm/src/operations/triggers.d.ts +144 -0
- package/dist-esm/src/operations/triggers.d.ts.map +1 -0
- package/dist-esm/src/operations/triggers.js +619 -0
- package/dist-esm/src/operations/triggers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/activityRuns.d.ts.map +1 -0
- package/{src/models/triggerRunsMappers.ts → dist-esm/src/operationsInterfaces/activityRuns.js} +2 -10
- package/dist-esm/src/operationsInterfaces/activityRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -0
- package/{src/models/activityRunsMappers.ts → dist-esm/src/operationsInterfaces/dataFlowDebugSession.js} +2 -10
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataFlows.d.ts.map +1 -0
- package/{src/models/integrationRuntimeNodesMappers.ts → dist-esm/src/operationsInterfaces/dataFlows.js} +2 -8
- package/dist-esm/src/operationsInterfaces/dataFlows.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/datasets.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/datasets.js} +2 -1
- package/dist-esm/src/operationsInterfaces/datasets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts +28 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js +9 -0
- package/dist-esm/src/operationsInterfaces/exposureControl.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/factories.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/factories.js +9 -0
- package/dist-esm/src/operationsInterfaces/factories.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeNodes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +170 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedVirtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/pipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndPointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnection.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggerRuns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +119 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggers.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-datafactory.api.md +8222 -0
- package/rollup.config.js +181 -30
- package/src/dataFactoryManagementClient.ts +98 -69
- package/src/dataFactoryManagementClientContext.ts +45 -42
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +11452 -28321
- package/src/models/mappers.ts +17036 -16790
- package/src/models/parameters.ts +376 -159
- package/src/operations/activityRuns.ts +40 -62
- package/src/operations/dataFlowDebugSession.ts +383 -264
- package/src/operations/dataFlows.ts +201 -210
- package/src/operations/datasets.ts +199 -208
- package/src/operations/exposureControl.ts +85 -148
- package/src/operations/factories.ts +353 -452
- package/src/operations/index.ts +1 -2
- package/src/operations/integrationRuntimeNodes.ts +104 -167
- package/src/operations/integrationRuntimeObjectMetadata.ts +141 -96
- package/src/operations/integrationRuntimes.ts +645 -731
- package/src/operations/linkedServices.ts +198 -201
- package/src/operations/managedPrivateEndpoints.ts +214 -194
- package/src/operations/managedVirtualNetworks.ts +178 -162
- package/src/operations/operations.ts +82 -70
- package/src/operations/pipelineRuns.ts +81 -139
- package/src/operations/pipelines.ts +229 -269
- package/src/operations/privateEndPointConnections.ts +131 -79
- package/src/operations/privateEndpointConnection.ts +82 -122
- package/src/operations/privateLinkResources.ts +34 -48
- package/src/operations/triggerRuns.ts +85 -147
- package/src/operations/triggers.ts +605 -419
- package/src/operationsInterfaces/activityRuns.ts +32 -0
- package/src/operationsInterfaces/dataFlowDebugSession.ts +129 -0
- package/src/operationsInterfaces/dataFlows.ts +75 -0
- package/src/operationsInterfaces/datasets.ts +75 -0
- package/src/operationsInterfaces/exposureControl.ts +59 -0
- package/src/operationsInterfaces/factories.ts +137 -0
- package/src/operationsInterfaces/index.ts +28 -0
- package/src/operationsInterfaces/integrationRuntimeNodes.ts +84 -0
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +64 -0
- package/src/operationsInterfaces/integrationRuntimes.ts +319 -0
- package/src/operationsInterfaces/linkedServices.ts +75 -0
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +83 -0
- package/src/operationsInterfaces/managedVirtualNetworks.ts +61 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pipelineRuns.ts +59 -0
- package/src/operationsInterfaces/pipelines.ts +90 -0
- package/src/operationsInterfaces/privateEndPointConnections.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnection.ts +61 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/triggerRuns.ts +62 -0
- package/src/operationsInterfaces/triggers.ts +227 -0
- package/tsconfig.json +3 -3
- package/types/arm-datafactory.d.ts +12785 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datafactory.js +0 -36564
- package/dist/arm-datafactory.js.map +0 -1
- package/dist/arm-datafactory.min.js +0 -1
- package/dist/arm-datafactory.min.js.map +0 -1
- package/esm/dataFactoryManagementClient.d.ts +0 -43
- package/esm/dataFactoryManagementClient.d.ts.map +0 -1
- package/esm/dataFactoryManagementClient.js +0 -56
- package/esm/dataFactoryManagementClient.js.map +0 -1
- package/esm/dataFactoryManagementClientContext.d.ts +0 -22
- package/esm/dataFactoryManagementClientContext.d.ts.map +0 -1
- package/esm/dataFactoryManagementClientContext.js +0 -60
- package/esm/dataFactoryManagementClientContext.js.map +0 -1
- package/esm/models/activityRunsMappers.d.ts +0 -2
- package/esm/models/activityRunsMappers.d.ts.map +0 -1
- package/esm/models/activityRunsMappers.js +0 -9
- package/esm/models/activityRunsMappers.js.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.d.ts +0 -2
- package/esm/models/dataFlowDebugSessionMappers.d.ts.map +0 -1
- package/esm/models/dataFlowDebugSessionMappers.js +0 -9
- package/esm/models/dataFlowDebugSessionMappers.js.map +0 -1
- package/esm/models/dataFlowsMappers.d.ts +0 -2
- package/esm/models/dataFlowsMappers.d.ts.map +0 -1
- package/esm/models/dataFlowsMappers.js +0 -9
- package/esm/models/dataFlowsMappers.js.map +0 -1
- package/esm/models/datasetsMappers.d.ts +0 -2
- package/esm/models/datasetsMappers.d.ts.map +0 -1
- package/esm/models/datasetsMappers.js +0 -9
- package/esm/models/datasetsMappers.js.map +0 -1
- package/esm/models/exposureControlMappers.d.ts +0 -2
- package/esm/models/exposureControlMappers.d.ts.map +0 -1
- package/esm/models/exposureControlMappers.js +0 -9
- package/esm/models/exposureControlMappers.js.map +0 -1
- package/esm/models/factoriesMappers.d.ts +0 -2
- package/esm/models/factoriesMappers.d.ts.map +0 -1
- package/esm/models/factoriesMappers.js +0 -9
- package/esm/models/factoriesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -29189
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeNodesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeNodesMappers.js +0 -9
- package/esm/models/integrationRuntimeNodesMappers.js.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts +0 -2
- package/esm/models/integrationRuntimeObjectMetadataMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimeObjectMetadataMappers.js +0 -9
- package/esm/models/integrationRuntimeObjectMetadataMappers.js.map +0 -1
- package/esm/models/integrationRuntimesMappers.d.ts +0 -2
- package/esm/models/integrationRuntimesMappers.d.ts.map +0 -1
- package/esm/models/integrationRuntimesMappers.js +0 -9
- package/esm/models/integrationRuntimesMappers.js.map +0 -1
- package/esm/models/linkedServicesMappers.d.ts +0 -2
- package/esm/models/linkedServicesMappers.d.ts.map +0 -1
- package/esm/models/linkedServicesMappers.js +0 -9
- package/esm/models/linkedServicesMappers.js.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.d.ts +0 -2
- package/esm/models/managedPrivateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/managedPrivateEndpointsMappers.js +0 -9
- package/esm/models/managedPrivateEndpointsMappers.js.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.d.ts +0 -2
- package/esm/models/managedVirtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/managedVirtualNetworksMappers.js +0 -9
- package/esm/models/managedVirtualNetworksMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -1180
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -329
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/pipelineRunsMappers.d.ts +0 -2
- package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
- package/esm/models/pipelineRunsMappers.js +0 -9
- package/esm/models/pipelineRunsMappers.js.map +0 -1
- package/esm/models/pipelinesMappers.d.ts +0 -2
- package/esm/models/pipelinesMappers.d.ts.map +0 -1
- package/esm/models/pipelinesMappers.js +0 -9
- package/esm/models/pipelinesMappers.js.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndPointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndPointConnectionsMappers.js +0 -9
- package/esm/models/privateEndPointConnectionsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionMappers.js +0 -9
- package/esm/models/privateEndpointConnectionMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/triggerRunsMappers.d.ts +0 -2
- package/esm/models/triggerRunsMappers.d.ts.map +0 -1
- package/esm/models/triggerRunsMappers.js +0 -9
- package/esm/models/triggerRunsMappers.js.map +0 -1
- package/esm/models/triggersMappers.d.ts +0 -2
- package/esm/models/triggersMappers.d.ts.map +0 -1
- package/esm/models/triggersMappers.js +0 -9
- package/esm/models/triggersMappers.js.map +0 -1
- package/esm/operations/activityRuns.d.ts +0 -40
- package/esm/operations/activityRuns.d.ts.map +0 -1
- package/esm/operations/activityRuns.js +0 -65
- package/esm/operations/activityRuns.js.map +0 -1
- package/esm/operations/dataFlowDebugSession.d.ts +0 -137
- package/esm/operations/dataFlowDebugSession.d.ts.map +0 -1
- package/esm/operations/dataFlowDebugSession.js +0 -279
- package/esm/operations/dataFlowDebugSession.js.map +0 -1
- package/esm/operations/dataFlows.d.ts +0 -127
- package/esm/operations/dataFlows.d.ts.map +0 -1
- package/esm/operations/dataFlows.js +0 -192
- package/esm/operations/dataFlows.js.map +0 -1
- package/esm/operations/datasets.d.ts +0 -127
- package/esm/operations/datasets.d.ts.map +0 -1
- package/esm/operations/datasets.js +0 -193
- package/esm/operations/datasets.js.map +0 -1
- package/esm/operations/exposureControl.d.ts +0 -82
- package/esm/operations/exposureControl.d.ts.map +0 -1
- package/esm/operations/exposureControl.js +0 -133
- package/esm/operations/exposureControl.js.map +0 -1
- package/esm/operations/factories.d.ts +0 -241
- package/esm/operations/factories.d.ts.map +0 -1
- package/esm/operations/factories.js +0 -383
- package/esm/operations/factories.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/integrationRuntimeNodes.d.ts +0 -127
- package/esm/operations/integrationRuntimeNodes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeNodes.js +0 -171
- package/esm/operations/integrationRuntimeNodes.js.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts +0 -57
- package/esm/operations/integrationRuntimeObjectMetadata.d.ts.map +0 -1
- package/esm/operations/integrationRuntimeObjectMetadata.js +0 -120
- package/esm/operations/integrationRuntimeObjectMetadata.js.map +0 -1
- package/esm/operations/integrationRuntimes.d.ts +0 -449
- package/esm/operations/integrationRuntimes.d.ts.map +0 -1
- package/esm/operations/integrationRuntimes.js +0 -676
- package/esm/operations/integrationRuntimes.js.map +0 -1
- package/esm/operations/linkedServices.d.ts +0 -127
- package/esm/operations/linkedServices.d.ts.map +0 -1
- package/esm/operations/linkedServices.js +0 -193
- package/esm/operations/linkedServices.js.map +0 -1
- package/esm/operations/managedPrivateEndpoints.d.ts +0 -139
- package/esm/operations/managedPrivateEndpoints.d.ts.map +0 -1
- package/esm/operations/managedPrivateEndpoints.js +0 -200
- package/esm/operations/managedPrivateEndpoints.js.map +0 -1
- package/esm/operations/managedVirtualNetworks.d.ts +0 -103
- package/esm/operations/managedVirtualNetworks.d.ts.map +0 -1
- package/esm/operations/managedVirtualNetworks.js +0 -160
- package/esm/operations/managedVirtualNetworks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/pipelineRuns.d.ts +0 -85
- package/esm/operations/pipelineRuns.d.ts.map +0 -1
- package/esm/operations/pipelineRuns.js +0 -128
- package/esm/operations/pipelineRuns.js.map +0 -1
- package/esm/operations/pipelines.d.ts +0 -151
- package/esm/operations/pipelines.d.ts.map +0 -1
- package/esm/operations/pipelines.js +0 -247
- package/esm/operations/pipelines.js.map +0 -1
- package/esm/operations/privateEndPointConnections.d.ts +0 -52
- package/esm/operations/privateEndPointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndPointConnections.js +0 -86
- package/esm/operations/privateEndPointConnections.js.map +0 -1
- package/esm/operations/privateEndpointConnection.d.ts +0 -88
- package/esm/operations/privateEndpointConnection.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnection.js +0 -132
- package/esm/operations/privateEndpointConnection.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/triggerRuns.d.ts +0 -91
- package/esm/operations/triggerRuns.d.ts.map +0 -1
- package/esm/operations/triggerRuns.js +0 -129
- package/esm/operations/triggerRuns.js.map +0 -1
- package/esm/operations/triggers.d.ts +0 -248
- package/esm/operations/triggers.d.ts.map +0 -1
- package/esm/operations/triggers.js +0 -472
- package/esm/operations/triggers.js.map +0 -1
- package/src/models/dataFlowDebugSessionMappers.ts +0 -300
- package/src/models/dataFlowsMappers.ts +0 -598
- package/src/models/datasetsMappers.ts +0 -598
- package/src/models/exposureControlMappers.ts +0 -16
- package/src/models/factoriesMappers.ts +0 -604
- package/src/models/integrationRuntimeObjectMetadataMappers.ts +0 -23
- package/src/models/integrationRuntimesMappers.ts +0 -619
- package/src/models/linkedServicesMappers.ts +0 -598
- package/src/models/managedPrivateEndpointsMappers.ts +0 -598
- package/src/models/managedVirtualNetworksMappers.ts +0 -598
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/pipelineRunsMappers.ts +0 -18
- package/src/models/pipelinesMappers.ts +0 -599
- package/src/models/privateEndPointConnectionsMappers.ts +0 -598
- package/src/models/privateEndpointConnectionMappers.ts +0 -597
- package/src/models/privateLinkResourcesMappers.ts +0 -598
- package/src/models/triggersMappers.ts +0 -601
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers";
|
|
10
|
+
import * as Parameters from "../models/parameters";
|
|
11
|
+
/** Class containing ExposureControl operations. */
|
|
12
|
+
export class ExposureControlImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class ExposureControl class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get exposure control feature for specific location.
|
|
22
|
+
* @param locationId The location identifier.
|
|
23
|
+
* @param exposureControlRequest The exposure control request.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
getFeatureValue(locationId, exposureControlRequest, options) {
|
|
27
|
+
return this.client.sendOperationRequest({ locationId, exposureControlRequest, options }, getFeatureValueOperationSpec);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get exposure control feature for specific factory.
|
|
31
|
+
* @param resourceGroupName The resource group name.
|
|
32
|
+
* @param factoryName The factory name.
|
|
33
|
+
* @param exposureControlRequest The exposure control request.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
getFeatureValueByFactory(resourceGroupName, factoryName, exposureControlRequest, options) {
|
|
37
|
+
return this.client.sendOperationRequest({ resourceGroupName, factoryName, exposureControlRequest, options }, getFeatureValueByFactoryOperationSpec);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Get list of exposure control features for specific factory.
|
|
41
|
+
* @param resourceGroupName The resource group name.
|
|
42
|
+
* @param factoryName The factory name.
|
|
43
|
+
* @param exposureControlBatchRequest The exposure control request for list of features.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
queryFeatureValuesByFactory(resourceGroupName, factoryName, exposureControlBatchRequest, options) {
|
|
47
|
+
return this.client.sendOperationRequest({ resourceGroupName, factoryName, exposureControlBatchRequest, options }, queryFeatureValuesByFactoryOperationSpec);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
// Operation Specifications
|
|
51
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
52
|
+
const getFeatureValueOperationSpec = {
|
|
53
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue",
|
|
54
|
+
httpMethod: "POST",
|
|
55
|
+
responses: {
|
|
56
|
+
200: {
|
|
57
|
+
bodyMapper: Mappers.ExposureControlResponse
|
|
58
|
+
},
|
|
59
|
+
default: {
|
|
60
|
+
bodyMapper: Mappers.CloudError
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
requestBody: Parameters.exposureControlRequest,
|
|
64
|
+
queryParameters: [Parameters.apiVersion],
|
|
65
|
+
urlParameters: [
|
|
66
|
+
Parameters.$host,
|
|
67
|
+
Parameters.subscriptionId,
|
|
68
|
+
Parameters.locationId
|
|
69
|
+
],
|
|
70
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
71
|
+
mediaType: "json",
|
|
72
|
+
serializer
|
|
73
|
+
};
|
|
74
|
+
const getFeatureValueByFactoryOperationSpec = {
|
|
75
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue",
|
|
76
|
+
httpMethod: "POST",
|
|
77
|
+
responses: {
|
|
78
|
+
200: {
|
|
79
|
+
bodyMapper: Mappers.ExposureControlResponse
|
|
80
|
+
},
|
|
81
|
+
default: {
|
|
82
|
+
bodyMapper: Mappers.CloudError
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
requestBody: Parameters.exposureControlRequest,
|
|
86
|
+
queryParameters: [Parameters.apiVersion],
|
|
87
|
+
urlParameters: [
|
|
88
|
+
Parameters.$host,
|
|
89
|
+
Parameters.subscriptionId,
|
|
90
|
+
Parameters.resourceGroupName,
|
|
91
|
+
Parameters.factoryName
|
|
92
|
+
],
|
|
93
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
94
|
+
mediaType: "json",
|
|
95
|
+
serializer
|
|
96
|
+
};
|
|
97
|
+
const queryFeatureValuesByFactoryOperationSpec = {
|
|
98
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryFeaturesValue",
|
|
99
|
+
httpMethod: "POST",
|
|
100
|
+
responses: {
|
|
101
|
+
200: {
|
|
102
|
+
bodyMapper: Mappers.ExposureControlBatchResponse
|
|
103
|
+
},
|
|
104
|
+
default: {
|
|
105
|
+
bodyMapper: Mappers.CloudError
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
requestBody: Parameters.exposureControlBatchRequest,
|
|
109
|
+
queryParameters: [Parameters.apiVersion],
|
|
110
|
+
urlParameters: [
|
|
111
|
+
Parameters.$host,
|
|
112
|
+
Parameters.subscriptionId,
|
|
113
|
+
Parameters.resourceGroupName,
|
|
114
|
+
Parameters.factoryName
|
|
115
|
+
],
|
|
116
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
117
|
+
mediaType: "json",
|
|
118
|
+
serializer
|
|
119
|
+
};
|
|
120
|
+
//# sourceMappingURL=exposureControl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exposureControl.js","sourceRoot":"","sources":["../../../src/operations/exposureControl.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Factories } from "../operationsInterfaces";
|
|
3
|
+
import { DataFactoryManagementClientContext } from "../dataFactoryManagementClientContext";
|
|
4
|
+
import { Factory, FactoriesListOptionalParams, FactoriesListByResourceGroupOptionalParams, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams, FactoriesConfigureFactoryRepoResponse, FactoriesCreateOrUpdateOptionalParams, FactoriesCreateOrUpdateResponse, FactoryUpdateParameters, FactoriesUpdateOptionalParams, FactoriesUpdateResponse, FactoriesGetOptionalParams, FactoriesGetResponse, FactoriesDeleteOptionalParams, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams, FactoriesGetGitHubAccessTokenResponse, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams, FactoriesGetDataPlaneAccessResponse } from "../models";
|
|
5
|
+
/** Class containing Factories operations. */
|
|
6
|
+
export declare class FactoriesImpl implements Factories {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Factories class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: DataFactoryManagementClientContext);
|
|
13
|
+
/**
|
|
14
|
+
* Lists factories under the specified subscription.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: FactoriesListOptionalParams): PagedAsyncIterableIterator<Factory>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Lists factories.
|
|
22
|
+
* @param resourceGroupName The resource group name.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listByResourceGroup(resourceGroupName: string, options?: FactoriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Factory>;
|
|
26
|
+
private listByResourceGroupPagingPage;
|
|
27
|
+
private listByResourceGroupPagingAll;
|
|
28
|
+
/**
|
|
29
|
+
* Lists factories under the specified subscription.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
private _list;
|
|
33
|
+
/**
|
|
34
|
+
* Updates a factory's repo information.
|
|
35
|
+
* @param locationId The location identifier.
|
|
36
|
+
* @param factoryRepoUpdate Update factory repo request definition.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
configureFactoryRepo(locationId: string, factoryRepoUpdate: FactoryRepoUpdate, options?: FactoriesConfigureFactoryRepoOptionalParams): Promise<FactoriesConfigureFactoryRepoResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Lists factories.
|
|
42
|
+
* @param resourceGroupName The resource group name.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
private _listByResourceGroup;
|
|
46
|
+
/**
|
|
47
|
+
* Creates or updates a factory.
|
|
48
|
+
* @param resourceGroupName The resource group name.
|
|
49
|
+
* @param factoryName The factory name.
|
|
50
|
+
* @param factory Factory resource definition.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
createOrUpdate(resourceGroupName: string, factoryName: string, factory: Factory, options?: FactoriesCreateOrUpdateOptionalParams): Promise<FactoriesCreateOrUpdateResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Updates a factory.
|
|
56
|
+
* @param resourceGroupName The resource group name.
|
|
57
|
+
* @param factoryName The factory name.
|
|
58
|
+
* @param factoryUpdateParameters The parameters for updating a factory.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
update(resourceGroupName: string, factoryName: string, factoryUpdateParameters: FactoryUpdateParameters, options?: FactoriesUpdateOptionalParams): Promise<FactoriesUpdateResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets a factory.
|
|
64
|
+
* @param resourceGroupName The resource group name.
|
|
65
|
+
* @param factoryName The factory name.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
get(resourceGroupName: string, factoryName: string, options?: FactoriesGetOptionalParams): Promise<FactoriesGetResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Deletes a factory.
|
|
71
|
+
* @param resourceGroupName The resource group name.
|
|
72
|
+
* @param factoryName The factory name.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
delete(resourceGroupName: string, factoryName: string, options?: FactoriesDeleteOptionalParams): Promise<void>;
|
|
76
|
+
/**
|
|
77
|
+
* Get GitHub Access Token.
|
|
78
|
+
* @param resourceGroupName The resource group name.
|
|
79
|
+
* @param factoryName The factory name.
|
|
80
|
+
* @param gitHubAccessTokenRequest Get GitHub access token request definition.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
getGitHubAccessToken(resourceGroupName: string, factoryName: string, gitHubAccessTokenRequest: GitHubAccessTokenRequest, options?: FactoriesGetGitHubAccessTokenOptionalParams): Promise<FactoriesGetGitHubAccessTokenResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Get Data Plane access.
|
|
86
|
+
* @param resourceGroupName The resource group name.
|
|
87
|
+
* @param factoryName The factory name.
|
|
88
|
+
* @param policy Data Plane user access policy definition.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
getDataPlaneAccess(resourceGroupName: string, factoryName: string, policy: UserAccessPolicy, options?: FactoriesGetDataPlaneAccessOptionalParams): Promise<FactoriesGetDataPlaneAccessResponse>;
|
|
92
|
+
/**
|
|
93
|
+
* ListNext
|
|
94
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
private _listNext;
|
|
98
|
+
/**
|
|
99
|
+
* ListByResourceGroupNext
|
|
100
|
+
* @param resourceGroupName The resource group name.
|
|
101
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
102
|
+
* @param options The options parameters.
|
|
103
|
+
*/
|
|
104
|
+
private _listByResourceGroupNext;
|
|
105
|
+
}
|
|
106
|
+
//# sourceMappingURL=factories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"factories.d.ts","sourceRoot":"","sources":["../../../src/operations/factories.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAIpD,OAAO,EAAE,kCAAkC,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EACL,OAAO,EAEP,2BAA2B,EAE3B,0CAA0C,EAE1C,iBAAiB,EACjB,2CAA2C,EAC3C,qCAAqC,EAErC,qCAAqC,EACrC,+BAA+B,EAC/B,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,wBAAwB,EACxB,2CAA2C,EAC3C,qCAAqC,EACrC,gBAAgB,EAChB,yCAAyC,EACzC,mCAAmC,EAGpC,MAAM,WAAW,CAAC;AAGnB,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqC;IAE5D;;;OAGG;gBACS,MAAM,EAAE,kCAAkC;IAItD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,OAAO,CAAC;YAevB,cAAc;YAad,aAAa;IAQ5B;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,OAAO,CAAC;YAevB,6BAA6B;YAkB7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;OAKG;IACH,oBAAoB,CAClB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,iBAAiB,EACpC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,gBAAgB,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAO/C;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
|