@azure/arm-customerinsights 3.1.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +75 -73
- package/dist/index.js +8925 -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/customerInsightsManagementClient.d.ts +35 -0
- package/dist-esm/src/customerInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/customerInsightsManagementClient.js +68 -0
- package/dist-esm/src/customerInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -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 +2222 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +72 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2237 -2527
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +53 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +243 -163
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/authorizationPolicies.d.ts +71 -0
- package/dist-esm/src/operations/authorizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/authorizationPolicies.js +259 -0
- package/dist-esm/src/operations/authorizationPolicies.js.map +1 -0
- package/dist-esm/src/operations/connectorMappings.d.ts +69 -0
- package/dist-esm/src/operations/connectorMappings.d.ts.map +1 -0
- package/dist-esm/src/operations/connectorMappings.js +237 -0
- package/dist-esm/src/operations/connectorMappings.js.map +1 -0
- package/dist-esm/src/operations/connectors.d.ts +81 -0
- package/dist-esm/src/operations/connectors.d.ts.map +1 -0
- package/dist-esm/src/operations/connectors.js +310 -0
- package/dist-esm/src/operations/connectors.js.map +1 -0
- package/dist-esm/src/operations/hubs.d.ts +91 -0
- package/dist-esm/src/operations/hubs.d.ts.map +1 -0
- package/dist-esm/src/operations/hubs.js +373 -0
- package/dist-esm/src/operations/hubs.js.map +1 -0
- package/dist-esm/src/operations/images.d.ts +29 -0
- package/dist-esm/src/operations/images.d.ts.map +1 -0
- package/dist-esm/src/operations/images.js +83 -0
- package/dist-esm/src/operations/images.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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/interactions.d.ts +73 -0
- package/dist-esm/src/operations/interactions.d.ts.map +1 -0
- package/dist-esm/src/operations/interactions.js +274 -0
- package/dist-esm/src/operations/interactions.js.map +1 -0
- package/dist-esm/src/operations/kpi.d.ts +89 -0
- package/dist-esm/src/operations/kpi.d.ts.map +1 -0
- package/dist-esm/src/operations/kpi.js +334 -0
- package/dist-esm/src/operations/kpi.js.map +1 -0
- package/dist-esm/src/operations/links.d.ts +73 -0
- package/dist-esm/src/operations/links.d.ts.map +1 -0
- package/dist-esm/src/operations/links.js +269 -0
- package/dist-esm/src/operations/links.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 +114 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/predictions.d.ts +106 -0
- package/dist-esm/src/operations/predictions.d.ts.map +1 -0
- package/dist-esm/src/operations/predictions.js +396 -0
- package/dist-esm/src/operations/predictions.js.map +1 -0
- package/dist-esm/src/operations/profiles.d.ts +91 -0
- package/dist-esm/src/operations/profiles.d.ts.map +1 -0
- package/dist-esm/src/operations/profiles.js +346 -0
- package/dist-esm/src/operations/profiles.js.map +1 -0
- package/dist-esm/src/operations/relationshipLinks.d.ts +81 -0
- package/dist-esm/src/operations/relationshipLinks.d.ts.map +1 -0
- package/dist-esm/src/operations/relationshipLinks.js +310 -0
- package/dist-esm/src/operations/relationshipLinks.js.map +1 -0
- package/dist-esm/src/operations/relationships.d.ts +81 -0
- package/dist-esm/src/operations/relationships.d.ts.map +1 -0
- package/dist-esm/src/operations/relationships.js +310 -0
- package/dist-esm/src/operations/relationships.js.map +1 -0
- package/dist-esm/src/operations/roleAssignments.d.ts +73 -0
- package/dist-esm/src/operations/roleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/roleAssignments.js +269 -0
- package/dist-esm/src/operations/roleAssignments.js.map +1 -0
- package/dist-esm/src/operations/roles.d.ts +38 -0
- package/dist-esm/src/operations/roles.d.ts.map +1 -0
- package/dist-esm/src/operations/roles.js +131 -0
- package/dist-esm/src/operations/roles.js.map +1 -0
- package/dist-esm/src/operations/views.d.ts +68 -0
- package/dist-esm/src/operations/views.d.ts.map +1 -0
- package/dist-esm/src/operations/views.js +221 -0
- package/dist-esm/src/operations/views.js.map +1 -0
- package/dist-esm/src/operations/widgetTypes.d.ts +46 -0
- package/dist-esm/src/operations/widgetTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/widgetTypes.js +160 -0
- package/dist-esm/src/operations/widgetTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/authorizationPolicies.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/authorizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/authorizationPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/authorizationPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectorMappings.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/connectorMappings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectorMappings.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectorMappings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectors.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/connectors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectors.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hubs.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/hubs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hubs.js +9 -0
- package/dist-esm/src/operationsInterfaces/hubs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.js +9 -0
- package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +25 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/interactions.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/interactions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/interactions.js +9 -0
- package/dist-esm/src/operationsInterfaces/interactions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/kpi.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/kpi.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/kpi.js +9 -0
- package/dist-esm/src/operationsInterfaces/kpi.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/links.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/links.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/links.js +9 -0
- package/dist-esm/src/operationsInterfaces/links.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/predictions.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/predictions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/predictions.js +9 -0
- package/dist-esm/src/operationsInterfaces/predictions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/profiles.d.ts +66 -0
- package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/profiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/profiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/relationshipLinks.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/relationshipLinks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/relationshipLinks.js +9 -0
- package/dist-esm/src/operationsInterfaces/relationshipLinks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/relationships.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/relationships.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/relationships.js +9 -0
- package/dist-esm/src/operationsInterfaces/relationships.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/roleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/roleAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/roleAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.js +9 -0
- package/dist-esm/src/operationsInterfaces/roles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/views.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/views.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/views.js +9 -0
- package/dist-esm/src/operationsInterfaces/views.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/widgetTypes.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/widgetTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/widgetTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/widgetTypes.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 +70 -34
- package/review/arm-customerinsights.api.md +1833 -0
- package/rollup.config.js +184 -27
- package/src/customerInsightsManagementClient.ts +144 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2454 -0
- package/{lib → src}/models/mappers.ts +2289 -2562
- package/src/models/parameters.ts +569 -0
- package/src/operations/authorizationPolicies.ts +348 -0
- package/src/operations/connectorMappings.ts +338 -0
- package/src/operations/connectors.ts +443 -0
- package/src/operations/hubs.ts +477 -0
- package/src/operations/images.ts +116 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/interactions.ts +383 -0
- package/src/operations/kpi.ts +478 -0
- package/src/operations/links.ts +377 -0
- package/src/operations/operations.ts +131 -0
- package/src/operations/predictions.ts +566 -0
- package/src/operations/profiles.ts +491 -0
- package/src/operations/relationshipLinks.ts +443 -0
- package/src/operations/relationships.ts +443 -0
- package/src/operations/roleAssignments.ts +377 -0
- package/src/operations/roles.ts +171 -0
- package/src/operations/views.ts +321 -0
- package/src/operations/widgetTypes.ts +212 -0
- package/src/operationsInterfaces/authorizationPolicies.ts +91 -0
- package/src/operationsInterfaces/connectorMappings.ts +83 -0
- package/src/operationsInterfaces/connectors.ts +109 -0
- package/src/operationsInterfaces/hubs.ts +100 -0
- package/src/operationsInterfaces/images.ts +45 -0
- package/src/operationsInterfaces/index.ts +25 -0
- package/src/operationsInterfaces/interactions.ts +97 -0
- package/src/operationsInterfaces/kpi.ts +123 -0
- package/src/operationsInterfaces/links.ts +96 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/predictions.ts +156 -0
- package/src/operationsInterfaces/profiles.ts +126 -0
- package/src/operationsInterfaces/relationshipLinks.ts +109 -0
- package/src/operationsInterfaces/relationships.ts +109 -0
- package/src/operationsInterfaces/roleAssignments.ts +96 -0
- package/src/operationsInterfaces/roles.ts +26 -0
- package/src/operationsInterfaces/views.ts +81 -0
- package/src/operationsInterfaces/widgetTypes.ts +44 -0
- package/tsconfig.json +4 -4
- package/types/arm-customerinsights.d.ts +3254 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-customerinsights.js +0 -9229
- package/dist/arm-customerinsights.js.map +0 -1
- package/dist/arm-customerinsights.min.js +0 -1
- package/dist/arm-customerinsights.min.js.map +0 -1
- package/esm/customerInsightsManagementClient.d.ts +0 -35
- package/esm/customerInsightsManagementClient.d.ts.map +0 -1
- package/esm/customerInsightsManagementClient.js +0 -50
- package/esm/customerInsightsManagementClient.js.map +0 -1
- package/esm/customerInsightsManagementClientContext.d.ts +0 -17
- package/esm/customerInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/customerInsightsManagementClientContext.js +0 -57
- package/esm/customerInsightsManagementClientContext.js.map +0 -1
- package/esm/models/authorizationPoliciesMappers.d.ts +0 -2
- package/esm/models/authorizationPoliciesMappers.d.ts.map +0 -1
- package/esm/models/authorizationPoliciesMappers.js +0 -11
- package/esm/models/authorizationPoliciesMappers.js.map +0 -1
- package/esm/models/connectorMappingsMappers.d.ts +0 -2
- package/esm/models/connectorMappingsMappers.d.ts.map +0 -1
- package/esm/models/connectorMappingsMappers.js +0 -11
- package/esm/models/connectorMappingsMappers.js.map +0 -1
- package/esm/models/connectorsMappers.d.ts +0 -2
- package/esm/models/connectorsMappers.d.ts.map +0 -1
- package/esm/models/connectorsMappers.js +0 -11
- package/esm/models/connectorsMappers.js.map +0 -1
- package/esm/models/hubsMappers.d.ts +0 -2
- package/esm/models/hubsMappers.d.ts.map +0 -1
- package/esm/models/hubsMappers.js +0 -11
- package/esm/models/hubsMappers.js.map +0 -1
- package/esm/models/imagesMappers.d.ts +0 -2
- package/esm/models/imagesMappers.d.ts.map +0 -1
- package/esm/models/imagesMappers.js +0 -11
- package/esm/models/imagesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4582
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/interactionsMappers.d.ts +0 -2
- package/esm/models/interactionsMappers.d.ts.map +0 -1
- package/esm/models/interactionsMappers.js +0 -11
- package/esm/models/interactionsMappers.js.map +0 -1
- package/esm/models/kpiMappers.d.ts +0 -2
- package/esm/models/kpiMappers.d.ts.map +0 -1
- package/esm/models/kpiMappers.js +0 -11
- package/esm/models/kpiMappers.js.map +0 -1
- package/esm/models/linksMappers.d.ts +0 -2
- package/esm/models/linksMappers.d.ts.map +0 -1
- package/esm/models/linksMappers.js +0 -11
- package/esm/models/linksMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -88
- 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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/predictionsMappers.d.ts +0 -2
- package/esm/models/predictionsMappers.d.ts.map +0 -1
- package/esm/models/predictionsMappers.js +0 -11
- package/esm/models/predictionsMappers.js.map +0 -1
- package/esm/models/profilesMappers.d.ts +0 -2
- package/esm/models/profilesMappers.d.ts.map +0 -1
- package/esm/models/profilesMappers.js +0 -11
- package/esm/models/profilesMappers.js.map +0 -1
- package/esm/models/relationshipLinksMappers.d.ts +0 -2
- package/esm/models/relationshipLinksMappers.d.ts.map +0 -1
- package/esm/models/relationshipLinksMappers.js +0 -11
- package/esm/models/relationshipLinksMappers.js.map +0 -1
- package/esm/models/relationshipsMappers.d.ts +0 -2
- package/esm/models/relationshipsMappers.d.ts.map +0 -1
- package/esm/models/relationshipsMappers.js +0 -11
- package/esm/models/relationshipsMappers.js.map +0 -1
- package/esm/models/roleAssignmentsMappers.d.ts +0 -2
- package/esm/models/roleAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/roleAssignmentsMappers.js +0 -11
- package/esm/models/roleAssignmentsMappers.js.map +0 -1
- package/esm/models/rolesMappers.d.ts +0 -2
- package/esm/models/rolesMappers.d.ts.map +0 -1
- package/esm/models/rolesMappers.js +0 -11
- package/esm/models/rolesMappers.js.map +0 -1
- package/esm/models/viewsMappers.d.ts +0 -2
- package/esm/models/viewsMappers.d.ts.map +0 -1
- package/esm/models/viewsMappers.js +0 -11
- package/esm/models/viewsMappers.js.map +0 -1
- package/esm/models/widgetTypesMappers.d.ts +0 -2
- package/esm/models/widgetTypesMappers.d.ts.map +0 -1
- package/esm/models/widgetTypesMappers.js +0 -11
- package/esm/models/widgetTypesMappers.js.map +0 -1
- package/esm/operations/authorizationPolicies.d.ts +0 -151
- package/esm/operations/authorizationPolicies.d.ts.map +0 -1
- package/esm/operations/authorizationPolicies.js +0 -225
- package/esm/operations/authorizationPolicies.js.map +0 -1
- package/esm/operations/connectorMappings.d.ts +0 -139
- package/esm/operations/connectorMappings.d.ts.map +0 -1
- package/esm/operations/connectorMappings.js +0 -199
- package/esm/operations/connectorMappings.js.map +0 -1
- package/esm/operations/connectors.d.ts +0 -115
- package/esm/operations/connectors.d.ts.map +0 -1
- package/esm/operations/connectors.js +0 -232
- package/esm/operations/connectors.js.map +0 -1
- package/esm/operations/hubs.d.ts +0 -168
- package/esm/operations/hubs.d.ts.map +0 -1
- package/esm/operations/hubs.js +0 -291
- package/esm/operations/hubs.js.map +0 -1
- package/esm/operations/images.d.ts +0 -61
- package/esm/operations/images.d.ts.map +0 -1
- package/esm/operations/images.js +0 -100
- package/esm/operations/images.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/interactions.d.ts +0 -121
- package/esm/operations/interactions.d.ts.map +0 -1
- package/esm/operations/interactions.js +0 -214
- package/esm/operations/interactions.js.map +0 -1
- package/esm/operations/kpi.d.ts +0 -139
- package/esm/operations/kpi.d.ts.map +0 -1
- package/esm/operations/kpi.js +0 -262
- package/esm/operations/kpi.js.map +0 -1
- package/esm/operations/links.d.ts +0 -121
- package/esm/operations/links.d.ts.map +0 -1
- package/esm/operations/links.js +0 -211
- package/esm/operations/links.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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/predictions.d.ts +0 -190
- package/esm/operations/predictions.d.ts.map +0 -1
- package/esm/operations/predictions.js +0 -333
- package/esm/operations/predictions.js.map +0 -1
- package/esm/operations/profiles.d.ts +0 -141
- package/esm/operations/profiles.d.ts.map +0 -1
- package/esm/operations/profiles.js +0 -279
- package/esm/operations/profiles.js.map +0 -1
- package/esm/operations/relationshipLinks.d.ts +0 -115
- package/esm/operations/relationshipLinks.d.ts.map +0 -1
- package/esm/operations/relationshipLinks.js +0 -231
- package/esm/operations/relationshipLinks.js.map +0 -1
- package/esm/operations/relationships.d.ts +0 -115
- package/esm/operations/relationships.d.ts.map +0 -1
- package/esm/operations/relationships.js +0 -231
- package/esm/operations/relationships.js.map +0 -1
- package/esm/operations/roleAssignments.d.ts +0 -121
- package/esm/operations/roleAssignments.d.ts.map +0 -1
- package/esm/operations/roleAssignments.js +0 -212
- package/esm/operations/roleAssignments.js.map +0 -1
- package/esm/operations/roles.d.ts +0 -52
- package/esm/operations/roles.d.ts.map +0 -1
- package/esm/operations/roles.js +0 -84
- package/esm/operations/roles.js.map +0 -1
- package/esm/operations/views.d.ts +0 -136
- package/esm/operations/views.d.ts.map +0 -1
- package/esm/operations/views.js +0 -193
- package/esm/operations/views.js.map +0 -1
- package/esm/operations/widgetTypes.d.ts +0 -76
- package/esm/operations/widgetTypes.d.ts.map +0 -1
- package/esm/operations/widgetTypes.js +0 -117
- package/esm/operations/widgetTypes.js.map +0 -1
- package/lib/customerInsightsManagementClient.ts +0 -75
- package/lib/customerInsightsManagementClientContext.ts +0 -63
- package/lib/models/authorizationPoliciesMappers.ts +0 -62
- package/lib/models/connectorMappingsMappers.ts +0 -61
- package/lib/models/connectorsMappers.ts +0 -61
- package/lib/models/hubsMappers.ts +0 -61
- package/lib/models/imagesMappers.ts +0 -16
- package/lib/models/index.ts +0 -4702
- package/lib/models/interactionsMappers.ts +0 -63
- package/lib/models/kpiMappers.ts +0 -61
- package/lib/models/linksMappers.ts +0 -61
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -419
- package/lib/models/predictionsMappers.ts +0 -67
- package/lib/models/profilesMappers.ts +0 -63
- package/lib/models/relationshipLinksMappers.ts +0 -61
- package/lib/models/relationshipsMappers.ts +0 -61
- package/lib/models/roleAssignmentsMappers.ts +0 -61
- package/lib/models/rolesMappers.ts +0 -61
- package/lib/models/viewsMappers.ts +0 -61
- package/lib/models/widgetTypesMappers.ts +0 -61
- package/lib/operations/authorizationPolicies.ts +0 -398
- package/lib/operations/connectorMappings.ts +0 -355
- package/lib/operations/connectors.ts +0 -328
- package/lib/operations/hubs.ts +0 -479
- package/lib/operations/images.ts +0 -166
- package/lib/operations/interactions.ts +0 -333
- package/lib/operations/kpi.ts +0 -387
- package/lib/operations/links.ts +0 -330
- package/lib/operations/operations.ts +0 -123
- package/lib/operations/predictions.ts +0 -522
- package/lib/operations/profiles.ts +0 -406
- package/lib/operations/relationshipLinks.ts +0 -327
- package/lib/operations/relationships.ts +0 -327
- package/lib/operations/roleAssignments.ts +0 -331
- package/lib/operations/roles.ts +0 -136
- package/lib/operations/views.ts +0 -346
- package/lib/operations/widgetTypes.ts +0 -198
|
@@ -0,0 +1,3254 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
import { PollerLike } from '@azure/core-lro';
|
|
5
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** The AssignmentPrincipal */
|
|
8
|
+
export declare interface AssignmentPrincipal {
|
|
9
|
+
/** The principal id being assigned to. */
|
|
10
|
+
principalId: string;
|
|
11
|
+
/** The Type of the principal ID. */
|
|
12
|
+
principalType: string;
|
|
13
|
+
/** Other metadata for the principal. */
|
|
14
|
+
principalMetadata?: {
|
|
15
|
+
[propertyName: string]: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/** Interface representing a AuthorizationPolicies. */
|
|
20
|
+
export declare interface AuthorizationPolicies {
|
|
21
|
+
/**
|
|
22
|
+
* Gets all the authorization policies in a specified hub.
|
|
23
|
+
* @param resourceGroupName The name of the resource group.
|
|
24
|
+
* @param hubName The name of the hub.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listByHub(resourceGroupName: string, hubName: string, options?: AuthorizationPoliciesListByHubOptionalParams): PagedAsyncIterableIterator<AuthorizationPolicyResourceFormat>;
|
|
28
|
+
/**
|
|
29
|
+
* Creates an authorization policy or updates an existing authorization policy.
|
|
30
|
+
* @param resourceGroupName The name of the resource group.
|
|
31
|
+
* @param hubName The name of the hub.
|
|
32
|
+
* @param authorizationPolicyName The name of the policy.
|
|
33
|
+
* @param parameters Parameters supplied to the CreateOrUpdate authorization policy operation.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
createOrUpdate(resourceGroupName: string, hubName: string, authorizationPolicyName: string, parameters: AuthorizationPolicyResourceFormat, options?: AuthorizationPoliciesCreateOrUpdateOptionalParams): Promise<AuthorizationPoliciesCreateOrUpdateResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets an authorization policy in the hub.
|
|
39
|
+
* @param resourceGroupName The name of the resource group.
|
|
40
|
+
* @param hubName The name of the hub.
|
|
41
|
+
* @param authorizationPolicyName The name of the policy.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
get(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesGetOptionalParams): Promise<AuthorizationPoliciesGetResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Regenerates the primary policy key of the specified authorization policy.
|
|
47
|
+
* @param resourceGroupName The name of the resource group.
|
|
48
|
+
* @param hubName The name of the hub.
|
|
49
|
+
* @param authorizationPolicyName The name of the policy.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
regeneratePrimaryKey(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams): Promise<AuthorizationPoliciesRegeneratePrimaryKeyResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Regenerates the secondary policy key of the specified authorization policy.
|
|
55
|
+
* @param resourceGroupName The name of the resource group.
|
|
56
|
+
* @param hubName The name of the hub.
|
|
57
|
+
* @param authorizationPolicyName The name of the policy.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
regenerateSecondaryKey(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams): Promise<AuthorizationPoliciesRegenerateSecondaryKeyResponse>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/** Optional parameters. */
|
|
64
|
+
export declare interface AuthorizationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
68
|
+
export declare type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyResourceFormat;
|
|
69
|
+
|
|
70
|
+
/** Optional parameters. */
|
|
71
|
+
export declare interface AuthorizationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/** Contains response data for the get operation. */
|
|
75
|
+
export declare type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat;
|
|
76
|
+
|
|
77
|
+
/** Optional parameters. */
|
|
78
|
+
export declare interface AuthorizationPoliciesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/** Contains response data for the listByHubNext operation. */
|
|
82
|
+
export declare type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyListResult;
|
|
83
|
+
|
|
84
|
+
/** Optional parameters. */
|
|
85
|
+
export declare interface AuthorizationPoliciesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/** Contains response data for the listByHub operation. */
|
|
89
|
+
export declare type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResult;
|
|
90
|
+
|
|
91
|
+
/** Optional parameters. */
|
|
92
|
+
export declare interface AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams extends coreClient.OperationOptions {
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/** Contains response data for the regeneratePrimaryKey operation. */
|
|
96
|
+
export declare type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPolicy;
|
|
97
|
+
|
|
98
|
+
/** Optional parameters. */
|
|
99
|
+
export declare interface AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams extends coreClient.OperationOptions {
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** Contains response data for the regenerateSecondaryKey operation. */
|
|
103
|
+
export declare type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationPolicy;
|
|
104
|
+
|
|
105
|
+
/** The authorization policy. */
|
|
106
|
+
export declare interface AuthorizationPolicy {
|
|
107
|
+
/**
|
|
108
|
+
* Name of the policy.
|
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
+
*/
|
|
111
|
+
readonly policyName?: string;
|
|
112
|
+
/** The permissions associated with the policy. */
|
|
113
|
+
permissions: PermissionTypes[];
|
|
114
|
+
/** Primary key associated with the policy. */
|
|
115
|
+
primaryKey?: string;
|
|
116
|
+
/** Secondary key associated with the policy. */
|
|
117
|
+
secondaryKey?: string;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/** The response of list authorization policy operation. */
|
|
121
|
+
export declare interface AuthorizationPolicyListResult {
|
|
122
|
+
/** Results of the list operation. */
|
|
123
|
+
value?: AuthorizationPolicyResourceFormat[];
|
|
124
|
+
/** Link to the next set of results. */
|
|
125
|
+
nextLink?: string;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/** The authorization policy resource format. */
|
|
129
|
+
export declare type AuthorizationPolicyResourceFormat = ProxyResource & {
|
|
130
|
+
/**
|
|
131
|
+
* Name of the policy.
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly policyName?: string;
|
|
135
|
+
/** The permissions associated with the policy. */
|
|
136
|
+
permissions?: PermissionTypes[];
|
|
137
|
+
/** Primary key associated with the policy. */
|
|
138
|
+
primaryKey?: string;
|
|
139
|
+
/** Secondary key associated with the policy. */
|
|
140
|
+
secondaryKey?: string;
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
/** The Azure Blob connector properties. */
|
|
144
|
+
export declare interface AzureBlobConnectorProperties {
|
|
145
|
+
/** The connection KeyVault URL. */
|
|
146
|
+
connectionKeyVaultUrl: string;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/** Defines values for CalculationWindowTypes. */
|
|
150
|
+
export declare type CalculationWindowTypes = "Lifetime" | "Hour" | "Day" | "Week" | "Month";
|
|
151
|
+
|
|
152
|
+
/** Definition of canonical profile. */
|
|
153
|
+
export declare interface CanonicalProfileDefinition {
|
|
154
|
+
/** Canonical profile ID. */
|
|
155
|
+
canonicalProfileId?: number;
|
|
156
|
+
/** Properties of the canonical profile. */
|
|
157
|
+
properties?: CanonicalProfileDefinitionPropertiesItem[];
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/** The definition of a canonical profile property. */
|
|
161
|
+
export declare interface CanonicalProfileDefinitionPropertiesItem {
|
|
162
|
+
/** Profile name. */
|
|
163
|
+
profileName?: string;
|
|
164
|
+
/** Property name of profile. */
|
|
165
|
+
profilePropertyName?: string;
|
|
166
|
+
/** The rank. */
|
|
167
|
+
rank?: number;
|
|
168
|
+
/** Type of canonical property value. */
|
|
169
|
+
type?: CanonicalPropertyValueType;
|
|
170
|
+
/** Value of the canonical property. */
|
|
171
|
+
value?: string;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Defines values for CanonicalPropertyValueType. \
|
|
176
|
+
* {@link KnownCanonicalPropertyValueType} can be used interchangeably with CanonicalPropertyValueType,
|
|
177
|
+
* this enum contains the known values that the service supports.
|
|
178
|
+
* ### Known values supported by the service
|
|
179
|
+
* **Numeric** \
|
|
180
|
+
* **Categorical** \
|
|
181
|
+
* **DerivedCategorical** \
|
|
182
|
+
* **DerivedNumeric**
|
|
183
|
+
*/
|
|
184
|
+
export declare type CanonicalPropertyValueType = string;
|
|
185
|
+
|
|
186
|
+
/** Defines values for CardinalityTypes. */
|
|
187
|
+
export declare type CardinalityTypes = "OneToOne" | "OneToMany" | "ManyToMany";
|
|
188
|
+
|
|
189
|
+
/** Defines values for CompletionOperationTypes. */
|
|
190
|
+
export declare type CompletionOperationTypes = "DoNothing" | "DeleteFile" | "MoveFile";
|
|
191
|
+
|
|
192
|
+
/** The response of list connector operation. */
|
|
193
|
+
export declare interface ConnectorListResult {
|
|
194
|
+
/** Results of the list operation. */
|
|
195
|
+
value?: ConnectorResourceFormat[];
|
|
196
|
+
/** Link to the next set of results. */
|
|
197
|
+
nextLink?: string;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** Connector mapping property availability. */
|
|
201
|
+
export declare interface ConnectorMappingAvailability {
|
|
202
|
+
/** The frequency to update. */
|
|
203
|
+
frequency?: FrequencyTypes;
|
|
204
|
+
/** The interval of the given frequency to use. */
|
|
205
|
+
interval: number;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/** The complete operation. */
|
|
209
|
+
export declare interface ConnectorMappingCompleteOperation {
|
|
210
|
+
/** The type of completion operation. */
|
|
211
|
+
completionOperationType?: CompletionOperationTypes;
|
|
212
|
+
/** The destination folder where files will be moved to once the import is done. */
|
|
213
|
+
destinationFolder?: string;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/** The error management. */
|
|
217
|
+
export declare interface ConnectorMappingErrorManagement {
|
|
218
|
+
/** The type of error management to use for the mapping. */
|
|
219
|
+
errorManagementType: ErrorManagementTypes;
|
|
220
|
+
/** The error limit allowed while importing data. */
|
|
221
|
+
errorLimit?: number;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/** Connector mapping property format. */
|
|
225
|
+
export declare interface ConnectorMappingFormat {
|
|
226
|
+
/** The type mapping format. */
|
|
227
|
+
formatType: "TextFormat";
|
|
228
|
+
/** The character that signifies a break between columns. */
|
|
229
|
+
columnDelimiter?: string;
|
|
230
|
+
/** The oData language. */
|
|
231
|
+
acceptLanguage?: string;
|
|
232
|
+
/** Quote character, used to indicate enquoted fields. */
|
|
233
|
+
quoteCharacter?: string;
|
|
234
|
+
/** Escape character for quotes, can be the same as the quoteCharacter. */
|
|
235
|
+
quoteEscapeCharacter?: string;
|
|
236
|
+
/** Character separating array elements. */
|
|
237
|
+
arraySeparator?: string;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/** The response of list connector mapping operation. */
|
|
241
|
+
export declare interface ConnectorMappingListResult {
|
|
242
|
+
/** Results of the list operation. */
|
|
243
|
+
value?: ConnectorMappingResourceFormat[];
|
|
244
|
+
/** Link to the next set of results. */
|
|
245
|
+
nextLink?: string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/** The connector mapping properties. */
|
|
249
|
+
export declare interface ConnectorMappingProperties {
|
|
250
|
+
/** The folder path for the mapping. */
|
|
251
|
+
folderPath?: string;
|
|
252
|
+
/** The file filter for the mapping. */
|
|
253
|
+
fileFilter?: string;
|
|
254
|
+
/** If the file contains a header or not. */
|
|
255
|
+
hasHeader?: boolean;
|
|
256
|
+
/** The error management setting for the mapping. */
|
|
257
|
+
errorManagement: ConnectorMappingErrorManagement;
|
|
258
|
+
/** The format of mapping property. */
|
|
259
|
+
format: ConnectorMappingFormat;
|
|
260
|
+
/** The availability of mapping property. */
|
|
261
|
+
availability: ConnectorMappingAvailability;
|
|
262
|
+
/** Ingestion mapping information at property level. */
|
|
263
|
+
structure: ConnectorMappingStructure[];
|
|
264
|
+
/** The operation after import is done. */
|
|
265
|
+
completeOperation: ConnectorMappingCompleteOperation;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/** The connector mapping resource format. */
|
|
269
|
+
export declare type ConnectorMappingResourceFormat = ProxyResource & {
|
|
270
|
+
/**
|
|
271
|
+
* The connector name.
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly connectorName?: string;
|
|
275
|
+
/** Type of connector. */
|
|
276
|
+
connectorType?: ConnectorTypes;
|
|
277
|
+
/**
|
|
278
|
+
* The created time.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly created?: Date;
|
|
282
|
+
/**
|
|
283
|
+
* The last modified time.
|
|
284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
+
*/
|
|
286
|
+
readonly lastModified?: Date;
|
|
287
|
+
/** Defines which entity type the file should map to. */
|
|
288
|
+
entityType?: EntityTypes;
|
|
289
|
+
/** The mapping entity name. */
|
|
290
|
+
entityTypeName?: string;
|
|
291
|
+
/**
|
|
292
|
+
* The connector mapping name
|
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
|
+
*/
|
|
295
|
+
readonly connectorMappingName?: string;
|
|
296
|
+
/** Display name for the connector mapping. */
|
|
297
|
+
displayName?: string;
|
|
298
|
+
/** The description of the connector mapping. */
|
|
299
|
+
description?: string;
|
|
300
|
+
/**
|
|
301
|
+
* The DataFormat ID.
|
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
|
+
*/
|
|
304
|
+
readonly dataFormatId?: string;
|
|
305
|
+
/** The properties of the mapping. */
|
|
306
|
+
mappingProperties?: ConnectorMappingProperties;
|
|
307
|
+
/**
|
|
308
|
+
* The next run time based on customer's settings.
|
|
309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
+
*/
|
|
311
|
+
readonly nextRunTime?: Date;
|
|
312
|
+
/**
|
|
313
|
+
* The RunId.
|
|
314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
+
*/
|
|
316
|
+
readonly runId?: string;
|
|
317
|
+
/**
|
|
318
|
+
* State of connector mapping.
|
|
319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
+
*/
|
|
321
|
+
readonly state?: ConnectorMappingStates;
|
|
322
|
+
/**
|
|
323
|
+
* The hub name.
|
|
324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
325
|
+
*/
|
|
326
|
+
readonly tenantId?: string;
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
/** Interface representing a ConnectorMappings. */
|
|
330
|
+
export declare interface ConnectorMappings {
|
|
331
|
+
/**
|
|
332
|
+
* Gets all the connector mappings in the specified connector.
|
|
333
|
+
* @param resourceGroupName The name of the resource group.
|
|
334
|
+
* @param hubName The name of the hub.
|
|
335
|
+
* @param connectorName The name of the connector.
|
|
336
|
+
* @param options The options parameters.
|
|
337
|
+
*/
|
|
338
|
+
listByConnector(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorMappingsListByConnectorOptionalParams): PagedAsyncIterableIterator<ConnectorMappingResourceFormat>;
|
|
339
|
+
/**
|
|
340
|
+
* Creates a connector mapping or updates an existing connector mapping in the connector.
|
|
341
|
+
* @param resourceGroupName The name of the resource group.
|
|
342
|
+
* @param hubName The name of the hub.
|
|
343
|
+
* @param connectorName The name of the connector.
|
|
344
|
+
* @param mappingName The name of the connector mapping.
|
|
345
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Connector Mapping operation.
|
|
346
|
+
* @param options The options parameters.
|
|
347
|
+
*/
|
|
348
|
+
createOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, parameters: ConnectorMappingResourceFormat, options?: ConnectorMappingsCreateOrUpdateOptionalParams): Promise<ConnectorMappingsCreateOrUpdateResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Gets a connector mapping in the connector.
|
|
351
|
+
* @param resourceGroupName The name of the resource group.
|
|
352
|
+
* @param hubName The name of the hub.
|
|
353
|
+
* @param connectorName The name of the connector.
|
|
354
|
+
* @param mappingName The name of the connector mapping.
|
|
355
|
+
* @param options The options parameters.
|
|
356
|
+
*/
|
|
357
|
+
get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsGetOptionalParams): Promise<ConnectorMappingsGetResponse>;
|
|
358
|
+
/**
|
|
359
|
+
* Deletes a connector mapping in the connector.
|
|
360
|
+
* @param resourceGroupName The name of the resource group.
|
|
361
|
+
* @param hubName The name of the hub.
|
|
362
|
+
* @param connectorName The name of the connector.
|
|
363
|
+
* @param mappingName The name of the connector mapping.
|
|
364
|
+
* @param options The options parameters.
|
|
365
|
+
*/
|
|
366
|
+
delete(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsDeleteOptionalParams): Promise<void>;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/** Optional parameters. */
|
|
370
|
+
export declare interface ConnectorMappingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
374
|
+
export declare type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFormat;
|
|
375
|
+
|
|
376
|
+
/** Optional parameters. */
|
|
377
|
+
export declare interface ConnectorMappingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/** Optional parameters. */
|
|
381
|
+
export declare interface ConnectorMappingsGetOptionalParams extends coreClient.OperationOptions {
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
/** Contains response data for the get operation. */
|
|
385
|
+
export declare type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat;
|
|
386
|
+
|
|
387
|
+
/** Optional parameters. */
|
|
388
|
+
export declare interface ConnectorMappingsListByConnectorNextOptionalParams extends coreClient.OperationOptions {
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/** Contains response data for the listByConnectorNext operation. */
|
|
392
|
+
export declare type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListResult;
|
|
393
|
+
|
|
394
|
+
/** Optional parameters. */
|
|
395
|
+
export declare interface ConnectorMappingsListByConnectorOptionalParams extends coreClient.OperationOptions {
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/** Contains response data for the listByConnector operation. */
|
|
399
|
+
export declare type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResult;
|
|
400
|
+
|
|
401
|
+
/** Defines values for ConnectorMappingStates. */
|
|
402
|
+
export declare type ConnectorMappingStates = "Creating" | "Created" | "Failed" | "Ready" | "Running" | "Stopped" | "Expiring";
|
|
403
|
+
|
|
404
|
+
/** Connector mapping property structure. */
|
|
405
|
+
export declare interface ConnectorMappingStructure {
|
|
406
|
+
/** The property name of the mapping entity. */
|
|
407
|
+
propertyName: string;
|
|
408
|
+
/** The column name of the import file. */
|
|
409
|
+
columnName: string;
|
|
410
|
+
/** Custom format specifier for input parsing. */
|
|
411
|
+
customFormatSpecifier?: string;
|
|
412
|
+
/** Indicates if the column is encrypted. */
|
|
413
|
+
isEncrypted?: boolean;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/** The connector resource format. */
|
|
417
|
+
export declare type ConnectorResourceFormat = ProxyResource & {
|
|
418
|
+
/**
|
|
419
|
+
* ID of the connector.
|
|
420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
+
*/
|
|
422
|
+
readonly connectorId?: number;
|
|
423
|
+
/** Name of the connector. */
|
|
424
|
+
connectorName?: string;
|
|
425
|
+
/** Type of connector. */
|
|
426
|
+
connectorType?: ConnectorTypes;
|
|
427
|
+
/** Display name of the connector. */
|
|
428
|
+
displayName?: string;
|
|
429
|
+
/** Description of the connector. */
|
|
430
|
+
description?: string;
|
|
431
|
+
/** The connector properties. */
|
|
432
|
+
connectorProperties?: {
|
|
433
|
+
[propertyName: string]: Record<string, unknown>;
|
|
434
|
+
};
|
|
435
|
+
/**
|
|
436
|
+
* The created time.
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly created?: Date;
|
|
440
|
+
/**
|
|
441
|
+
* The last modified time.
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
+
*/
|
|
444
|
+
readonly lastModified?: Date;
|
|
445
|
+
/**
|
|
446
|
+
* State of connector.
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
+
*/
|
|
449
|
+
readonly state?: ConnectorStates;
|
|
450
|
+
/**
|
|
451
|
+
* The hub name.
|
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
+
*/
|
|
454
|
+
readonly tenantId?: string;
|
|
455
|
+
/** If this is an internal connector. */
|
|
456
|
+
isInternal?: boolean;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
/** Interface representing a Connectors. */
|
|
460
|
+
export declare interface Connectors {
|
|
461
|
+
/**
|
|
462
|
+
* Gets all the connectors in the specified hub.
|
|
463
|
+
* @param resourceGroupName The name of the resource group.
|
|
464
|
+
* @param hubName The name of the hub.
|
|
465
|
+
* @param options The options parameters.
|
|
466
|
+
*/
|
|
467
|
+
listByHub(resourceGroupName: string, hubName: string, options?: ConnectorsListByHubOptionalParams): PagedAsyncIterableIterator<ConnectorResourceFormat>;
|
|
468
|
+
/**
|
|
469
|
+
* Creates a connector or updates an existing connector in the hub.
|
|
470
|
+
* @param resourceGroupName The name of the resource group.
|
|
471
|
+
* @param hubName The name of the hub.
|
|
472
|
+
* @param connectorName The name of the connector.
|
|
473
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Connector operation.
|
|
474
|
+
* @param options The options parameters.
|
|
475
|
+
*/
|
|
476
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectorsCreateOrUpdateResponse>, ConnectorsCreateOrUpdateResponse>>;
|
|
477
|
+
/**
|
|
478
|
+
* Creates a connector or updates an existing connector in the hub.
|
|
479
|
+
* @param resourceGroupName The name of the resource group.
|
|
480
|
+
* @param hubName The name of the hub.
|
|
481
|
+
* @param connectorName The name of the connector.
|
|
482
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Connector operation.
|
|
483
|
+
* @param options The options parameters.
|
|
484
|
+
*/
|
|
485
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<ConnectorsCreateOrUpdateResponse>;
|
|
486
|
+
/**
|
|
487
|
+
* Gets a connector in the hub.
|
|
488
|
+
* @param resourceGroupName The name of the resource group.
|
|
489
|
+
* @param hubName The name of the hub.
|
|
490
|
+
* @param connectorName The name of the connector.
|
|
491
|
+
* @param options The options parameters.
|
|
492
|
+
*/
|
|
493
|
+
get(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsGetOptionalParams): Promise<ConnectorsGetResponse>;
|
|
494
|
+
/**
|
|
495
|
+
* Deletes a connector in the hub.
|
|
496
|
+
* @param resourceGroupName The name of the resource group.
|
|
497
|
+
* @param hubName The name of the hub.
|
|
498
|
+
* @param connectorName The name of the connector.
|
|
499
|
+
* @param options The options parameters.
|
|
500
|
+
*/
|
|
501
|
+
beginDelete(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
502
|
+
/**
|
|
503
|
+
* Deletes a connector in the hub.
|
|
504
|
+
* @param resourceGroupName The name of the resource group.
|
|
505
|
+
* @param hubName The name of the hub.
|
|
506
|
+
* @param connectorName The name of the connector.
|
|
507
|
+
* @param options The options parameters.
|
|
508
|
+
*/
|
|
509
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<void>;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/** Optional parameters. */
|
|
513
|
+
export declare interface ConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
514
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
515
|
+
updateIntervalInMs?: number;
|
|
516
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
517
|
+
resumeFrom?: string;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
521
|
+
export declare type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat;
|
|
522
|
+
|
|
523
|
+
/** Optional parameters. */
|
|
524
|
+
export declare interface ConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
525
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
526
|
+
updateIntervalInMs?: number;
|
|
527
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
528
|
+
resumeFrom?: string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/** Optional parameters. */
|
|
532
|
+
export declare interface ConnectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/** Contains response data for the get operation. */
|
|
536
|
+
export declare type ConnectorsGetResponse = ConnectorResourceFormat;
|
|
537
|
+
|
|
538
|
+
/** Optional parameters. */
|
|
539
|
+
export declare interface ConnectorsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/** Contains response data for the listByHubNext operation. */
|
|
543
|
+
export declare type ConnectorsListByHubNextResponse = ConnectorListResult;
|
|
544
|
+
|
|
545
|
+
/** Optional parameters. */
|
|
546
|
+
export declare interface ConnectorsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/** Contains response data for the listByHub operation. */
|
|
550
|
+
export declare type ConnectorsListByHubResponse = ConnectorListResult;
|
|
551
|
+
|
|
552
|
+
/** Defines values for ConnectorStates. */
|
|
553
|
+
export declare type ConnectorStates = "Creating" | "Created" | "Ready" | "Expiring" | "Deleting" | "Failed";
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* Defines values for ConnectorTypes. \
|
|
557
|
+
* {@link KnownConnectorTypes} can be used interchangeably with ConnectorTypes,
|
|
558
|
+
* this enum contains the known values that the service supports.
|
|
559
|
+
* ### Known values supported by the service
|
|
560
|
+
* **None** \
|
|
561
|
+
* **CRM** \
|
|
562
|
+
* **AzureBlob** \
|
|
563
|
+
* **Salesforce** \
|
|
564
|
+
* **ExchangeOnline** \
|
|
565
|
+
* **Outbound**
|
|
566
|
+
*/
|
|
567
|
+
export declare type ConnectorTypes = string;
|
|
568
|
+
|
|
569
|
+
/** The CRM connector entities. */
|
|
570
|
+
export declare interface CrmConnectorEntities {
|
|
571
|
+
/** The logical name. */
|
|
572
|
+
logicalName: string;
|
|
573
|
+
/** The display name. */
|
|
574
|
+
displayName?: string;
|
|
575
|
+
/** Indicating whether this is profile. */
|
|
576
|
+
isProfile?: boolean;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/** The CRM connector properties. */
|
|
580
|
+
export declare interface CrmConnectorProperties {
|
|
581
|
+
/** The connection string. */
|
|
582
|
+
connectionString?: string;
|
|
583
|
+
/** The organization ID. */
|
|
584
|
+
organizationId: string;
|
|
585
|
+
/** The organization URL. */
|
|
586
|
+
organizationUrl: string;
|
|
587
|
+
/** The entities like account, contact, opportunity. */
|
|
588
|
+
entities: CrmConnectorEntities[];
|
|
589
|
+
/** The access token. */
|
|
590
|
+
accessToken?: string;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export declare class CustomerInsightsManagementClient extends coreClient.ServiceClient {
|
|
594
|
+
$host: string;
|
|
595
|
+
apiVersion: string;
|
|
596
|
+
subscriptionId: string;
|
|
597
|
+
/**
|
|
598
|
+
* Initializes a new instance of the CustomerInsightsManagementClient class.
|
|
599
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
600
|
+
* @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
|
|
601
|
+
* subscription. The subscription ID forms part of the URI for every service call.
|
|
602
|
+
* @param options The parameter options
|
|
603
|
+
*/
|
|
604
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CustomerInsightsManagementClientOptionalParams);
|
|
605
|
+
operations: Operations;
|
|
606
|
+
hubs: Hubs;
|
|
607
|
+
profiles: Profiles;
|
|
608
|
+
interactions: Interactions;
|
|
609
|
+
relationships: Relationships;
|
|
610
|
+
relationshipLinks: RelationshipLinks;
|
|
611
|
+
authorizationPolicies: AuthorizationPolicies;
|
|
612
|
+
connectors: Connectors;
|
|
613
|
+
connectorMappings: ConnectorMappings;
|
|
614
|
+
kpi: Kpi;
|
|
615
|
+
widgetTypes: WidgetTypes;
|
|
616
|
+
views: Views;
|
|
617
|
+
links: Links;
|
|
618
|
+
roles: Roles;
|
|
619
|
+
roleAssignments: RoleAssignments;
|
|
620
|
+
images: Images;
|
|
621
|
+
predictions: Predictions;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
/** Optional parameters. */
|
|
625
|
+
export declare interface CustomerInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
626
|
+
/** server parameter */
|
|
627
|
+
$host?: string;
|
|
628
|
+
/** Api Version */
|
|
629
|
+
apiVersion?: string;
|
|
630
|
+
/** Overrides client endpoint. */
|
|
631
|
+
endpoint?: string;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
/** The data source precedence is a way to know the precedence of each data source. */
|
|
635
|
+
export declare interface DataSourcePrecedence {
|
|
636
|
+
/** the precedence value. */
|
|
637
|
+
precedence?: number;
|
|
638
|
+
/**
|
|
639
|
+
* The data source name
|
|
640
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
+
*/
|
|
642
|
+
readonly name?: string;
|
|
643
|
+
/**
|
|
644
|
+
* The data source type.
|
|
645
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
646
|
+
*/
|
|
647
|
+
readonly dataSourceType?: DataSourceType;
|
|
648
|
+
/**
|
|
649
|
+
* The data source status.
|
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
651
|
+
*/
|
|
652
|
+
readonly status?: Status;
|
|
653
|
+
/**
|
|
654
|
+
* The data source ID.
|
|
655
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
656
|
+
*/
|
|
657
|
+
readonly id?: number;
|
|
658
|
+
/**
|
|
659
|
+
* The data source reference id.
|
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
+
*/
|
|
662
|
+
readonly dataSourceReferenceId?: string;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* Defines values for DataSourceType. \
|
|
667
|
+
* {@link KnownDataSourceType} can be used interchangeably with DataSourceType,
|
|
668
|
+
* this enum contains the known values that the service supports.
|
|
669
|
+
* ### Known values supported by the service
|
|
670
|
+
* **Connector** \
|
|
671
|
+
* **LinkInteraction** \
|
|
672
|
+
* **SystemDefault**
|
|
673
|
+
*/
|
|
674
|
+
export declare type DataSourceType = string;
|
|
675
|
+
|
|
676
|
+
/** The enriching KPI definition. */
|
|
677
|
+
export declare type EnrichingKpi = KpiDefinition & {};
|
|
678
|
+
|
|
679
|
+
/** Defines values for EntityType. */
|
|
680
|
+
export declare type EntityType = "None" | "Profile" | "Interaction" | "Relationship";
|
|
681
|
+
|
|
682
|
+
/** Describes an entity. */
|
|
683
|
+
export declare type EntityTypeDefinition = MetadataDefinitionBase & {
|
|
684
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
685
|
+
apiEntitySetName?: string;
|
|
686
|
+
/** Type of entity. */
|
|
687
|
+
entityType?: EntityTypes;
|
|
688
|
+
/** The properties of the Profile. */
|
|
689
|
+
fields?: PropertyDefinition[];
|
|
690
|
+
/** The instance count. */
|
|
691
|
+
instancesCount?: number;
|
|
692
|
+
/**
|
|
693
|
+
* The last changed time for the type definition.
|
|
694
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
695
|
+
*/
|
|
696
|
+
readonly lastChangedUtc?: Date;
|
|
697
|
+
/**
|
|
698
|
+
* Provisioning state.
|
|
699
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
700
|
+
*/
|
|
701
|
+
readonly provisioningState?: ProvisioningStates;
|
|
702
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
703
|
+
schemaItemTypeLink?: string;
|
|
704
|
+
/**
|
|
705
|
+
* The hub name.
|
|
706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
707
|
+
*/
|
|
708
|
+
readonly tenantId?: string;
|
|
709
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
710
|
+
timestampFieldName?: string;
|
|
711
|
+
/** The name of the entity. */
|
|
712
|
+
typeName?: string;
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
/** Defines values for EntityTypes. */
|
|
716
|
+
export declare type EntityTypes = "None" | "Profile" | "Interaction" | "Relationship";
|
|
717
|
+
|
|
718
|
+
/** Defines values for ErrorManagementTypes. */
|
|
719
|
+
export declare type ErrorManagementTypes = "RejectAndContinue" | "StopImport" | "RejectUntilLimit";
|
|
720
|
+
|
|
721
|
+
/** Defines values for FrequencyTypes. */
|
|
722
|
+
export declare type FrequencyTypes = "Minute" | "Hour" | "Day" | "Week" | "Month";
|
|
723
|
+
|
|
724
|
+
/** Input type for getting image upload url. */
|
|
725
|
+
export declare interface GetImageUploadUrlInput {
|
|
726
|
+
/** Type of entity. Can be Profile or Interaction. */
|
|
727
|
+
entityType?: string;
|
|
728
|
+
/** Name of the entity type. */
|
|
729
|
+
entityTypeName?: string;
|
|
730
|
+
/** Relative path of the image. */
|
|
731
|
+
relativePath?: string;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
/** Hub resource. */
|
|
735
|
+
export declare type Hub = Resource & {
|
|
736
|
+
/**
|
|
737
|
+
* API endpoint URL of the hub.
|
|
738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
739
|
+
*/
|
|
740
|
+
readonly apiEndpoint?: string;
|
|
741
|
+
/**
|
|
742
|
+
* Web endpoint URL of the hub.
|
|
743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
744
|
+
*/
|
|
745
|
+
readonly webEndpoint?: string;
|
|
746
|
+
/**
|
|
747
|
+
* Provisioning state of the hub.
|
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
749
|
+
*/
|
|
750
|
+
readonly provisioningState?: string;
|
|
751
|
+
/** The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. */
|
|
752
|
+
tenantFeatures?: number;
|
|
753
|
+
/** Billing settings of the hub. */
|
|
754
|
+
hubBillingInfo?: HubBillingInfoFormat;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/** Hub billing info. */
|
|
758
|
+
export declare interface HubBillingInfoFormat {
|
|
759
|
+
/** The sku name. */
|
|
760
|
+
skuName?: string;
|
|
761
|
+
/** The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions. */
|
|
762
|
+
minUnits?: number;
|
|
763
|
+
/** The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions. */
|
|
764
|
+
maxUnits?: number;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
/** Response of list hub operation. */
|
|
768
|
+
export declare interface HubListResult {
|
|
769
|
+
/** Results of the list operation. */
|
|
770
|
+
value?: Hub[];
|
|
771
|
+
/** Link for next set of results. */
|
|
772
|
+
nextLink?: string;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
/** Interface representing a Hubs. */
|
|
776
|
+
export declare interface Hubs {
|
|
777
|
+
/**
|
|
778
|
+
* Gets all the hubs in a resource group.
|
|
779
|
+
* @param resourceGroupName The name of the resource group.
|
|
780
|
+
* @param options The options parameters.
|
|
781
|
+
*/
|
|
782
|
+
listByResourceGroup(resourceGroupName: string, options?: HubsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Hub>;
|
|
783
|
+
/**
|
|
784
|
+
* Gets all hubs in the specified subscription.
|
|
785
|
+
* @param options The options parameters.
|
|
786
|
+
*/
|
|
787
|
+
list(options?: HubsListOptionalParams): PagedAsyncIterableIterator<Hub>;
|
|
788
|
+
/**
|
|
789
|
+
* Creates a hub, or updates an existing hub.
|
|
790
|
+
* @param resourceGroupName The name of the resource group.
|
|
791
|
+
* @param hubName The name of the Hub.
|
|
792
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Hub operation.
|
|
793
|
+
* @param options The options parameters.
|
|
794
|
+
*/
|
|
795
|
+
createOrUpdate(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsCreateOrUpdateOptionalParams): Promise<HubsCreateOrUpdateResponse>;
|
|
796
|
+
/**
|
|
797
|
+
* Updates a Hub.
|
|
798
|
+
* @param resourceGroupName The name of the resource group.
|
|
799
|
+
* @param hubName The name of the Hub.
|
|
800
|
+
* @param parameters Parameters supplied to the Update Hub operation.
|
|
801
|
+
* @param options The options parameters.
|
|
802
|
+
*/
|
|
803
|
+
update(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsUpdateOptionalParams): Promise<HubsUpdateResponse>;
|
|
804
|
+
/**
|
|
805
|
+
* Deletes the specified hub.
|
|
806
|
+
* @param resourceGroupName The name of the resource group.
|
|
807
|
+
* @param hubName The name of the hub.
|
|
808
|
+
* @param options The options parameters.
|
|
809
|
+
*/
|
|
810
|
+
beginDelete(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
811
|
+
/**
|
|
812
|
+
* Deletes the specified hub.
|
|
813
|
+
* @param resourceGroupName The name of the resource group.
|
|
814
|
+
* @param hubName The name of the hub.
|
|
815
|
+
* @param options The options parameters.
|
|
816
|
+
*/
|
|
817
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<void>;
|
|
818
|
+
/**
|
|
819
|
+
* Gets information about the specified hub.
|
|
820
|
+
* @param resourceGroupName The name of the resource group.
|
|
821
|
+
* @param hubName The name of the hub.
|
|
822
|
+
* @param options The options parameters.
|
|
823
|
+
*/
|
|
824
|
+
get(resourceGroupName: string, hubName: string, options?: HubsGetOptionalParams): Promise<HubsGetResponse>;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
/** Optional parameters. */
|
|
828
|
+
export declare interface HubsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
832
|
+
export declare type HubsCreateOrUpdateResponse = Hub;
|
|
833
|
+
|
|
834
|
+
/** Optional parameters. */
|
|
835
|
+
export declare interface HubsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
836
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
837
|
+
updateIntervalInMs?: number;
|
|
838
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
839
|
+
resumeFrom?: string;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
/** Optional parameters. */
|
|
843
|
+
export declare interface HubsGetOptionalParams extends coreClient.OperationOptions {
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
/** Contains response data for the get operation. */
|
|
847
|
+
export declare type HubsGetResponse = Hub;
|
|
848
|
+
|
|
849
|
+
/** Optional parameters. */
|
|
850
|
+
export declare interface HubsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
854
|
+
export declare type HubsListByResourceGroupNextResponse = HubListResult;
|
|
855
|
+
|
|
856
|
+
/** Optional parameters. */
|
|
857
|
+
export declare interface HubsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
861
|
+
export declare type HubsListByResourceGroupResponse = HubListResult;
|
|
862
|
+
|
|
863
|
+
/** Optional parameters. */
|
|
864
|
+
export declare interface HubsListNextOptionalParams extends coreClient.OperationOptions {
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
/** Contains response data for the listNext operation. */
|
|
868
|
+
export declare type HubsListNextResponse = HubListResult;
|
|
869
|
+
|
|
870
|
+
/** Optional parameters. */
|
|
871
|
+
export declare interface HubsListOptionalParams extends coreClient.OperationOptions {
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/** Contains response data for the list operation. */
|
|
875
|
+
export declare type HubsListResponse = HubListResult;
|
|
876
|
+
|
|
877
|
+
/** Optional parameters. */
|
|
878
|
+
export declare interface HubsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
/** Contains response data for the update operation. */
|
|
882
|
+
export declare type HubsUpdateResponse = Hub;
|
|
883
|
+
|
|
884
|
+
/** The image definition. */
|
|
885
|
+
export declare interface ImageDefinition {
|
|
886
|
+
/** Whether image exists already. */
|
|
887
|
+
imageExists?: boolean;
|
|
888
|
+
/** Content URL for the image blob. */
|
|
889
|
+
contentUrl?: string;
|
|
890
|
+
/** Relative path of the image. */
|
|
891
|
+
relativePath?: string;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/** Interface representing a Images. */
|
|
895
|
+
export declare interface Images {
|
|
896
|
+
/**
|
|
897
|
+
* Gets entity type (profile or interaction) image upload URL.
|
|
898
|
+
* @param resourceGroupName The name of the resource group.
|
|
899
|
+
* @param hubName The name of the hub.
|
|
900
|
+
* @param parameters Parameters supplied to the GetUploadUrlForEntityType operation.
|
|
901
|
+
* @param options The options parameters.
|
|
902
|
+
*/
|
|
903
|
+
getUploadUrlForEntityType(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForEntityTypeOptionalParams): Promise<ImagesGetUploadUrlForEntityTypeResponse>;
|
|
904
|
+
/**
|
|
905
|
+
* Gets data image upload URL.
|
|
906
|
+
* @param resourceGroupName The name of the resource group.
|
|
907
|
+
* @param hubName The name of the hub.
|
|
908
|
+
* @param parameters Parameters supplied to the GetUploadUrlForData operation.
|
|
909
|
+
* @param options The options parameters.
|
|
910
|
+
*/
|
|
911
|
+
getUploadUrlForData(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForDataOptionalParams): Promise<ImagesGetUploadUrlForDataResponse>;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/** Optional parameters. */
|
|
915
|
+
export declare interface ImagesGetUploadUrlForDataOptionalParams extends coreClient.OperationOptions {
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
/** Contains response data for the getUploadUrlForData operation. */
|
|
919
|
+
export declare type ImagesGetUploadUrlForDataResponse = ImageDefinition;
|
|
920
|
+
|
|
921
|
+
/** Optional parameters. */
|
|
922
|
+
export declare interface ImagesGetUploadUrlForEntityTypeOptionalParams extends coreClient.OperationOptions {
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
/** Contains response data for the getUploadUrlForEntityType operation. */
|
|
926
|
+
export declare type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition;
|
|
927
|
+
|
|
928
|
+
/** Defines values for InstanceOperationType. */
|
|
929
|
+
export declare type InstanceOperationType = "Upsert" | "Delete";
|
|
930
|
+
|
|
931
|
+
/** The response of list interaction operation. */
|
|
932
|
+
export declare interface InteractionListResult {
|
|
933
|
+
/** Results of the list operation. */
|
|
934
|
+
value?: InteractionResourceFormat[];
|
|
935
|
+
/** Link to the next set of results. */
|
|
936
|
+
nextLink?: string;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
/** The interaction resource format. */
|
|
940
|
+
export declare type InteractionResourceFormat = ProxyResource & {
|
|
941
|
+
/** The attributes for the Type. */
|
|
942
|
+
attributes?: {
|
|
943
|
+
[propertyName: string]: string[];
|
|
944
|
+
};
|
|
945
|
+
/** Localized descriptions for the property. */
|
|
946
|
+
description?: {
|
|
947
|
+
[propertyName: string]: string;
|
|
948
|
+
};
|
|
949
|
+
/** Localized display names for the property. */
|
|
950
|
+
displayName?: {
|
|
951
|
+
[propertyName: string]: string;
|
|
952
|
+
};
|
|
953
|
+
/** Any custom localized attributes for the Type. */
|
|
954
|
+
localizedAttributes?: {
|
|
955
|
+
[propertyName: string]: {
|
|
956
|
+
[propertyName: string]: string;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
/** Small Image associated with the Property or EntityType. */
|
|
960
|
+
smallImage?: string;
|
|
961
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
962
|
+
mediumImage?: string;
|
|
963
|
+
/** Large Image associated with the Property or EntityType. */
|
|
964
|
+
largeImage?: string;
|
|
965
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
966
|
+
apiEntitySetName?: string;
|
|
967
|
+
/** Type of entity. */
|
|
968
|
+
entityType?: EntityTypes;
|
|
969
|
+
/** The properties of the Profile. */
|
|
970
|
+
fields?: PropertyDefinition[];
|
|
971
|
+
/** The instance count. */
|
|
972
|
+
instancesCount?: number;
|
|
973
|
+
/**
|
|
974
|
+
* The last changed time for the type definition.
|
|
975
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
976
|
+
*/
|
|
977
|
+
readonly lastChangedUtc?: Date;
|
|
978
|
+
/**
|
|
979
|
+
* Provisioning state.
|
|
980
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
981
|
+
*/
|
|
982
|
+
readonly provisioningState?: ProvisioningStates;
|
|
983
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
984
|
+
schemaItemTypeLink?: string;
|
|
985
|
+
/**
|
|
986
|
+
* The hub name.
|
|
987
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
988
|
+
*/
|
|
989
|
+
readonly tenantId?: string;
|
|
990
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
991
|
+
timestampFieldName?: string;
|
|
992
|
+
/** The name of the entity. */
|
|
993
|
+
typeName?: string;
|
|
994
|
+
/** The id property names. Properties which uniquely identify an interaction instance. */
|
|
995
|
+
idPropertyNames?: string[];
|
|
996
|
+
/** Profiles that participated in the interaction. */
|
|
997
|
+
participantProfiles?: Participant[];
|
|
998
|
+
/** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */
|
|
999
|
+
primaryParticipantProfilePropertyName?: string;
|
|
1000
|
+
/**
|
|
1001
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
1002
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1003
|
+
*/
|
|
1004
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1005
|
+
/** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */
|
|
1006
|
+
isActivity?: boolean;
|
|
1007
|
+
/**
|
|
1008
|
+
* The data source name
|
|
1009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1010
|
+
*/
|
|
1011
|
+
readonly namePropertiesDefaultDataSourceName?: string;
|
|
1012
|
+
/**
|
|
1013
|
+
* The data source type.
|
|
1014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1015
|
+
*/
|
|
1016
|
+
readonly dataSourceType?: DataSourceType;
|
|
1017
|
+
/**
|
|
1018
|
+
* The data source status.
|
|
1019
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1020
|
+
*/
|
|
1021
|
+
readonly status?: Status;
|
|
1022
|
+
/**
|
|
1023
|
+
* The data source ID.
|
|
1024
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1025
|
+
*/
|
|
1026
|
+
readonly idPropertiesDefaultDataSourceId?: number;
|
|
1027
|
+
/**
|
|
1028
|
+
* The data source reference id.
|
|
1029
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1030
|
+
*/
|
|
1031
|
+
readonly dataSourceReferenceId?: string;
|
|
1032
|
+
};
|
|
1033
|
+
|
|
1034
|
+
/** Interface representing a Interactions. */
|
|
1035
|
+
export declare interface Interactions {
|
|
1036
|
+
/**
|
|
1037
|
+
* Gets all interactions in the hub.
|
|
1038
|
+
* @param resourceGroupName The name of the resource group.
|
|
1039
|
+
* @param hubName The name of the hub.
|
|
1040
|
+
* @param options The options parameters.
|
|
1041
|
+
*/
|
|
1042
|
+
listByHub(resourceGroupName: string, hubName: string, options?: InteractionsListByHubOptionalParams): PagedAsyncIterableIterator<InteractionResourceFormat>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Creates an interaction or updates an existing interaction within a hub.
|
|
1045
|
+
* @param resourceGroupName The name of the resource group.
|
|
1046
|
+
* @param hubName The name of the hub.
|
|
1047
|
+
* @param interactionName The name of the interaction.
|
|
1048
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Interaction operation.
|
|
1049
|
+
* @param options The options parameters.
|
|
1050
|
+
*/
|
|
1051
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InteractionsCreateOrUpdateResponse>, InteractionsCreateOrUpdateResponse>>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Creates an interaction or updates an existing interaction within a hub.
|
|
1054
|
+
* @param resourceGroupName The name of the resource group.
|
|
1055
|
+
* @param hubName The name of the hub.
|
|
1056
|
+
* @param interactionName The name of the interaction.
|
|
1057
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Interaction operation.
|
|
1058
|
+
* @param options The options parameters.
|
|
1059
|
+
*/
|
|
1060
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<InteractionsCreateOrUpdateResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Gets information about the specified interaction.
|
|
1063
|
+
* @param resourceGroupName The name of the resource group.
|
|
1064
|
+
* @param hubName The name of the hub.
|
|
1065
|
+
* @param interactionName The name of the interaction.
|
|
1066
|
+
* @param options The options parameters.
|
|
1067
|
+
*/
|
|
1068
|
+
get(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsGetOptionalParams): Promise<InteractionsGetResponse>;
|
|
1069
|
+
/**
|
|
1070
|
+
* Suggests relationships to create relationship links.
|
|
1071
|
+
* @param resourceGroupName The name of the resource group.
|
|
1072
|
+
* @param hubName The name of the hub.
|
|
1073
|
+
* @param interactionName The name of the interaction.
|
|
1074
|
+
* @param options The options parameters.
|
|
1075
|
+
*/
|
|
1076
|
+
suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsSuggestRelationshipLinksOptionalParams): Promise<InteractionsSuggestRelationshipLinksResponse>;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
/** Optional parameters. */
|
|
1080
|
+
export declare interface InteractionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1082
|
+
updateIntervalInMs?: number;
|
|
1083
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1084
|
+
resumeFrom?: string;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1088
|
+
export declare type InteractionsCreateOrUpdateResponse = InteractionResourceFormat;
|
|
1089
|
+
|
|
1090
|
+
/** Optional parameters. */
|
|
1091
|
+
export declare interface InteractionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1092
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1093
|
+
localeCode?: string;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
/** Contains response data for the get operation. */
|
|
1097
|
+
export declare type InteractionsGetResponse = InteractionResourceFormat;
|
|
1098
|
+
|
|
1099
|
+
/** Optional parameters. */
|
|
1100
|
+
export declare interface InteractionsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1102
|
+
localeCode?: string;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
/** Contains response data for the listByHubNext operation. */
|
|
1106
|
+
export declare type InteractionsListByHubNextResponse = InteractionListResult;
|
|
1107
|
+
|
|
1108
|
+
/** Optional parameters. */
|
|
1109
|
+
export declare interface InteractionsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1110
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1111
|
+
localeCode?: string;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
/** Contains response data for the listByHub operation. */
|
|
1115
|
+
export declare type InteractionsListByHubResponse = InteractionListResult;
|
|
1116
|
+
|
|
1117
|
+
/** Optional parameters. */
|
|
1118
|
+
export declare interface InteractionsSuggestRelationshipLinksOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
/** Contains response data for the suggestRelationshipLinks operation. */
|
|
1122
|
+
export declare type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLinksResponse;
|
|
1123
|
+
|
|
1124
|
+
/** The Interaction Type Definition */
|
|
1125
|
+
export declare type InteractionTypeDefinition = EntityTypeDefinition & {
|
|
1126
|
+
/** The id property names. Properties which uniquely identify an interaction instance. */
|
|
1127
|
+
idPropertyNames?: string[];
|
|
1128
|
+
/** Profiles that participated in the interaction. */
|
|
1129
|
+
participantProfiles?: Participant[];
|
|
1130
|
+
/** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */
|
|
1131
|
+
primaryParticipantProfilePropertyName?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
1134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1135
|
+
*/
|
|
1136
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1137
|
+
/** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */
|
|
1138
|
+
isActivity?: boolean;
|
|
1139
|
+
/**
|
|
1140
|
+
* The data source name
|
|
1141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1142
|
+
*/
|
|
1143
|
+
readonly name?: string;
|
|
1144
|
+
/**
|
|
1145
|
+
* The data source type.
|
|
1146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1147
|
+
*/
|
|
1148
|
+
readonly dataSourceType?: DataSourceType;
|
|
1149
|
+
/**
|
|
1150
|
+
* The data source status.
|
|
1151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1152
|
+
*/
|
|
1153
|
+
readonly status?: Status;
|
|
1154
|
+
/**
|
|
1155
|
+
* The data source ID.
|
|
1156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1157
|
+
*/
|
|
1158
|
+
readonly id?: number;
|
|
1159
|
+
/**
|
|
1160
|
+
* The data source reference id.
|
|
1161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1162
|
+
*/
|
|
1163
|
+
readonly dataSourceReferenceId?: string;
|
|
1164
|
+
};
|
|
1165
|
+
|
|
1166
|
+
/** Known values of {@link CanonicalPropertyValueType} that the service accepts. */
|
|
1167
|
+
export declare enum KnownCanonicalPropertyValueType {
|
|
1168
|
+
Numeric = "Numeric",
|
|
1169
|
+
Categorical = "Categorical",
|
|
1170
|
+
DerivedCategorical = "DerivedCategorical",
|
|
1171
|
+
DerivedNumeric = "DerivedNumeric"
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
/** Known values of {@link ConnectorTypes} that the service accepts. */
|
|
1175
|
+
export declare enum KnownConnectorTypes {
|
|
1176
|
+
None = "None",
|
|
1177
|
+
CRM = "CRM",
|
|
1178
|
+
AzureBlob = "AzureBlob",
|
|
1179
|
+
Salesforce = "Salesforce",
|
|
1180
|
+
ExchangeOnline = "ExchangeOnline",
|
|
1181
|
+
Outbound = "Outbound"
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
/** Known values of {@link DataSourceType} that the service accepts. */
|
|
1185
|
+
export declare enum KnownDataSourceType {
|
|
1186
|
+
Connector = "Connector",
|
|
1187
|
+
LinkInteraction = "LinkInteraction",
|
|
1188
|
+
SystemDefault = "SystemDefault"
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
/** Known values of {@link PredictionModelLifeCycle} that the service accepts. */
|
|
1192
|
+
export declare enum KnownPredictionModelLifeCycle {
|
|
1193
|
+
New = "New",
|
|
1194
|
+
Provisioning = "Provisioning",
|
|
1195
|
+
ProvisioningFailed = "ProvisioningFailed",
|
|
1196
|
+
PendingDiscovering = "PendingDiscovering",
|
|
1197
|
+
Discovering = "Discovering",
|
|
1198
|
+
PendingFeaturing = "PendingFeaturing",
|
|
1199
|
+
Featuring = "Featuring",
|
|
1200
|
+
FeaturingFailed = "FeaturingFailed",
|
|
1201
|
+
PendingTraining = "PendingTraining",
|
|
1202
|
+
Training = "Training",
|
|
1203
|
+
TrainingFailed = "TrainingFailed",
|
|
1204
|
+
Evaluating = "Evaluating",
|
|
1205
|
+
EvaluatingFailed = "EvaluatingFailed",
|
|
1206
|
+
PendingModelConfirmation = "PendingModelConfirmation",
|
|
1207
|
+
Active = "Active",
|
|
1208
|
+
Deleted = "Deleted",
|
|
1209
|
+
HumanIntervention = "HumanIntervention",
|
|
1210
|
+
Failed = "Failed"
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
/** Known values of {@link ProvisioningStates} that the service accepts. */
|
|
1214
|
+
export declare enum KnownProvisioningStates {
|
|
1215
|
+
Provisioning = "Provisioning",
|
|
1216
|
+
Succeeded = "Succeeded",
|
|
1217
|
+
Expiring = "Expiring",
|
|
1218
|
+
Deleting = "Deleting",
|
|
1219
|
+
HumanIntervention = "HumanIntervention",
|
|
1220
|
+
Failed = "Failed"
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
1224
|
+
export declare enum KnownStatus {
|
|
1225
|
+
None = "None",
|
|
1226
|
+
Active = "Active",
|
|
1227
|
+
Deleted = "Deleted"
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
/** Interface representing a Kpi. */
|
|
1231
|
+
export declare interface Kpi {
|
|
1232
|
+
/**
|
|
1233
|
+
* Gets all the KPIs in the specified hub.
|
|
1234
|
+
* @param resourceGroupName The name of the resource group.
|
|
1235
|
+
* @param hubName The name of the hub.
|
|
1236
|
+
* @param options The options parameters.
|
|
1237
|
+
*/
|
|
1238
|
+
listByHub(resourceGroupName: string, hubName: string, options?: KpiListByHubOptionalParams): PagedAsyncIterableIterator<KpiResourceFormat>;
|
|
1239
|
+
/**
|
|
1240
|
+
* Creates a KPI or updates an existing KPI in the hub.
|
|
1241
|
+
* @param resourceGroupName The name of the resource group.
|
|
1242
|
+
* @param hubName The name of the hub.
|
|
1243
|
+
* @param kpiName The name of the KPI.
|
|
1244
|
+
* @param parameters Parameters supplied to the create/update KPI operation.
|
|
1245
|
+
* @param options The options parameters.
|
|
1246
|
+
*/
|
|
1247
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, kpiName: string, parameters: KpiResourceFormat, options?: KpiCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<KpiCreateOrUpdateResponse>, KpiCreateOrUpdateResponse>>;
|
|
1248
|
+
/**
|
|
1249
|
+
* Creates a KPI or updates an existing KPI in the hub.
|
|
1250
|
+
* @param resourceGroupName The name of the resource group.
|
|
1251
|
+
* @param hubName The name of the hub.
|
|
1252
|
+
* @param kpiName The name of the KPI.
|
|
1253
|
+
* @param parameters Parameters supplied to the create/update KPI operation.
|
|
1254
|
+
* @param options The options parameters.
|
|
1255
|
+
*/
|
|
1256
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, kpiName: string, parameters: KpiResourceFormat, options?: KpiCreateOrUpdateOptionalParams): Promise<KpiCreateOrUpdateResponse>;
|
|
1257
|
+
/**
|
|
1258
|
+
* Gets a KPI in the hub.
|
|
1259
|
+
* @param resourceGroupName The name of the resource group.
|
|
1260
|
+
* @param hubName The name of the hub.
|
|
1261
|
+
* @param kpiName The name of the KPI.
|
|
1262
|
+
* @param options The options parameters.
|
|
1263
|
+
*/
|
|
1264
|
+
get(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiGetOptionalParams): Promise<KpiGetResponse>;
|
|
1265
|
+
/**
|
|
1266
|
+
* Deletes a KPI in the hub.
|
|
1267
|
+
* @param resourceGroupName The name of the resource group.
|
|
1268
|
+
* @param hubName The name of the hub.
|
|
1269
|
+
* @param kpiName The name of the KPI.
|
|
1270
|
+
* @param options The options parameters.
|
|
1271
|
+
*/
|
|
1272
|
+
beginDelete(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1273
|
+
/**
|
|
1274
|
+
* Deletes a KPI in the hub.
|
|
1275
|
+
* @param resourceGroupName The name of the resource group.
|
|
1276
|
+
* @param hubName The name of the hub.
|
|
1277
|
+
* @param kpiName The name of the KPI.
|
|
1278
|
+
* @param options The options parameters.
|
|
1279
|
+
*/
|
|
1280
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiDeleteOptionalParams): Promise<void>;
|
|
1281
|
+
/**
|
|
1282
|
+
* Reprocesses the Kpi values of the specified KPI.
|
|
1283
|
+
* @param resourceGroupName The name of the resource group.
|
|
1284
|
+
* @param hubName The name of the hub.
|
|
1285
|
+
* @param kpiName The name of the KPI.
|
|
1286
|
+
* @param options The options parameters.
|
|
1287
|
+
*/
|
|
1288
|
+
reprocess(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiReprocessOptionalParams): Promise<void>;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
/** The KPI alias. */
|
|
1292
|
+
export declare interface KpiAlias {
|
|
1293
|
+
/** KPI alias name. */
|
|
1294
|
+
aliasName: string;
|
|
1295
|
+
/** The expression. */
|
|
1296
|
+
expression: string;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
/** Optional parameters. */
|
|
1300
|
+
export declare interface KpiCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1301
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1302
|
+
updateIntervalInMs?: number;
|
|
1303
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1304
|
+
resumeFrom?: string;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1308
|
+
export declare type KpiCreateOrUpdateResponse = KpiResourceFormat;
|
|
1309
|
+
|
|
1310
|
+
/** Defines the KPI Threshold limits. */
|
|
1311
|
+
export declare interface KpiDefinition {
|
|
1312
|
+
/** The mapping entity type. */
|
|
1313
|
+
entityType: EntityTypes;
|
|
1314
|
+
/** The mapping entity name. */
|
|
1315
|
+
entityTypeName: string;
|
|
1316
|
+
/**
|
|
1317
|
+
* The hub name.
|
|
1318
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1319
|
+
*/
|
|
1320
|
+
readonly tenantId?: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* The KPI name.
|
|
1323
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1324
|
+
*/
|
|
1325
|
+
readonly kpiName?: string;
|
|
1326
|
+
/** Localized display name for the KPI. */
|
|
1327
|
+
displayName?: {
|
|
1328
|
+
[propertyName: string]: string;
|
|
1329
|
+
};
|
|
1330
|
+
/** Localized description for the KPI. */
|
|
1331
|
+
description?: {
|
|
1332
|
+
[propertyName: string]: string;
|
|
1333
|
+
};
|
|
1334
|
+
/** The calculation window. */
|
|
1335
|
+
calculationWindow: CalculationWindowTypes;
|
|
1336
|
+
/** Name of calculation window field. */
|
|
1337
|
+
calculationWindowFieldName?: string;
|
|
1338
|
+
/** The computation function for the KPI. */
|
|
1339
|
+
function: KpiFunctions;
|
|
1340
|
+
/** The computation expression for the KPI. */
|
|
1341
|
+
expression: string;
|
|
1342
|
+
/** The unit of measurement for the KPI. */
|
|
1343
|
+
unit?: string;
|
|
1344
|
+
/** The filter expression for the KPI. */
|
|
1345
|
+
filter?: string;
|
|
1346
|
+
/** the group by properties for the KPI. */
|
|
1347
|
+
groupBy?: string[];
|
|
1348
|
+
/**
|
|
1349
|
+
* The KPI GroupByMetadata.
|
|
1350
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1351
|
+
*/
|
|
1352
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
1353
|
+
/**
|
|
1354
|
+
* The participant profiles.
|
|
1355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1356
|
+
*/
|
|
1357
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
1358
|
+
/**
|
|
1359
|
+
* Provisioning state.
|
|
1360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1361
|
+
*/
|
|
1362
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1363
|
+
/** The KPI thresholds. */
|
|
1364
|
+
thresHolds?: KpiThresholds;
|
|
1365
|
+
/** The aliases. */
|
|
1366
|
+
aliases?: KpiAlias[];
|
|
1367
|
+
/** The KPI extracts. */
|
|
1368
|
+
extracts?: KpiExtract[];
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
/** Optional parameters. */
|
|
1372
|
+
export declare interface KpiDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1373
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1374
|
+
updateIntervalInMs?: number;
|
|
1375
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1376
|
+
resumeFrom?: string;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
/** The KPI extract. */
|
|
1380
|
+
export declare interface KpiExtract {
|
|
1381
|
+
/** KPI extract name. */
|
|
1382
|
+
extractName: string;
|
|
1383
|
+
/** The expression. */
|
|
1384
|
+
expression: string;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
/** Defines values for KpiFunctions. */
|
|
1388
|
+
export declare type KpiFunctions = "Sum" | "Avg" | "Min" | "Max" | "Last" | "Count" | "None" | "CountDistinct";
|
|
1389
|
+
|
|
1390
|
+
/** Optional parameters. */
|
|
1391
|
+
export declare interface KpiGetOptionalParams extends coreClient.OperationOptions {
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
/** Contains response data for the get operation. */
|
|
1395
|
+
export declare type KpiGetResponse = KpiResourceFormat;
|
|
1396
|
+
|
|
1397
|
+
/** The KPI GroupBy field metadata. */
|
|
1398
|
+
export declare interface KpiGroupByMetadata {
|
|
1399
|
+
/** The display name. */
|
|
1400
|
+
displayName?: {
|
|
1401
|
+
[propertyName: string]: string;
|
|
1402
|
+
};
|
|
1403
|
+
/** The name of the field. */
|
|
1404
|
+
fieldName?: string;
|
|
1405
|
+
/** The type of the field. */
|
|
1406
|
+
fieldType?: string;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
/** Optional parameters. */
|
|
1410
|
+
export declare interface KpiListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
/** Contains response data for the listByHubNext operation. */
|
|
1414
|
+
export declare type KpiListByHubNextResponse = KpiListResult;
|
|
1415
|
+
|
|
1416
|
+
/** Optional parameters. */
|
|
1417
|
+
export declare interface KpiListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
/** Contains response data for the listByHub operation. */
|
|
1421
|
+
export declare type KpiListByHubResponse = KpiListResult;
|
|
1422
|
+
|
|
1423
|
+
/** The response of list KPI operation. */
|
|
1424
|
+
export declare interface KpiListResult {
|
|
1425
|
+
/** Results of the list operation. */
|
|
1426
|
+
value?: KpiResourceFormat[];
|
|
1427
|
+
/** Link to the next set of results. */
|
|
1428
|
+
nextLink?: string;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
/** The KPI participant profile metadata. */
|
|
1432
|
+
export declare interface KpiParticipantProfilesMetadata {
|
|
1433
|
+
/** Name of the type. */
|
|
1434
|
+
typeName: string;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
/** Optional parameters. */
|
|
1438
|
+
export declare interface KpiReprocessOptionalParams extends coreClient.OperationOptions {
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
/** The KPI resource format. */
|
|
1442
|
+
export declare type KpiResourceFormat = ProxyResource & {
|
|
1443
|
+
/** The mapping entity type. */
|
|
1444
|
+
entityType?: EntityTypes;
|
|
1445
|
+
/** The mapping entity name. */
|
|
1446
|
+
entityTypeName?: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* The hub name.
|
|
1449
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1450
|
+
*/
|
|
1451
|
+
readonly tenantId?: string;
|
|
1452
|
+
/**
|
|
1453
|
+
* The KPI name.
|
|
1454
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1455
|
+
*/
|
|
1456
|
+
readonly kpiName?: string;
|
|
1457
|
+
/** Localized display name for the KPI. */
|
|
1458
|
+
displayName?: {
|
|
1459
|
+
[propertyName: string]: string;
|
|
1460
|
+
};
|
|
1461
|
+
/** Localized description for the KPI. */
|
|
1462
|
+
description?: {
|
|
1463
|
+
[propertyName: string]: string;
|
|
1464
|
+
};
|
|
1465
|
+
/** The calculation window. */
|
|
1466
|
+
calculationWindow?: CalculationWindowTypes;
|
|
1467
|
+
/** Name of calculation window field. */
|
|
1468
|
+
calculationWindowFieldName?: string;
|
|
1469
|
+
/** The computation function for the KPI. */
|
|
1470
|
+
function?: KpiFunctions;
|
|
1471
|
+
/** The computation expression for the KPI. */
|
|
1472
|
+
expression?: string;
|
|
1473
|
+
/** The unit of measurement for the KPI. */
|
|
1474
|
+
unit?: string;
|
|
1475
|
+
/** The filter expression for the KPI. */
|
|
1476
|
+
filter?: string;
|
|
1477
|
+
/** the group by properties for the KPI. */
|
|
1478
|
+
groupBy?: string[];
|
|
1479
|
+
/**
|
|
1480
|
+
* The KPI GroupByMetadata.
|
|
1481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1482
|
+
*/
|
|
1483
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
1484
|
+
/**
|
|
1485
|
+
* The participant profiles.
|
|
1486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1487
|
+
*/
|
|
1488
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
1489
|
+
/**
|
|
1490
|
+
* Provisioning state.
|
|
1491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1492
|
+
*/
|
|
1493
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1494
|
+
/** The KPI thresholds. */
|
|
1495
|
+
thresHolds?: KpiThresholds;
|
|
1496
|
+
/** The aliases. */
|
|
1497
|
+
aliases?: KpiAlias[];
|
|
1498
|
+
/** The KPI extracts. */
|
|
1499
|
+
extracts?: KpiExtract[];
|
|
1500
|
+
};
|
|
1501
|
+
|
|
1502
|
+
/** Defines the KPI Threshold limits. */
|
|
1503
|
+
export declare interface KpiThresholds {
|
|
1504
|
+
/** The lower threshold limit. */
|
|
1505
|
+
lowerLimit: number;
|
|
1506
|
+
/** The upper threshold limit. */
|
|
1507
|
+
upperLimit: number;
|
|
1508
|
+
/** Whether or not the KPI is an increasing KPI. */
|
|
1509
|
+
increasingKpi: boolean;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
/** The response of list link operation. */
|
|
1513
|
+
export declare interface LinkListResult {
|
|
1514
|
+
/** Results of the list operation. */
|
|
1515
|
+
value?: LinkResourceFormat[];
|
|
1516
|
+
/** Link to the next set of results. */
|
|
1517
|
+
nextLink?: string;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
/** The link resource format. */
|
|
1521
|
+
export declare type LinkResourceFormat = ProxyResource & {
|
|
1522
|
+
/**
|
|
1523
|
+
* The hub name.
|
|
1524
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1525
|
+
*/
|
|
1526
|
+
readonly tenantId?: string;
|
|
1527
|
+
/**
|
|
1528
|
+
* The link name.
|
|
1529
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1530
|
+
*/
|
|
1531
|
+
readonly linkName?: string;
|
|
1532
|
+
/** Type of source entity. */
|
|
1533
|
+
sourceEntityType?: EntityType;
|
|
1534
|
+
/** Type of target entity. */
|
|
1535
|
+
targetEntityType?: EntityType;
|
|
1536
|
+
/** Name of the source Entity Type. */
|
|
1537
|
+
sourceEntityTypeName?: string;
|
|
1538
|
+
/** Name of the target Entity Type. */
|
|
1539
|
+
targetEntityTypeName?: string;
|
|
1540
|
+
/** Localized display name for the Link. */
|
|
1541
|
+
displayName?: {
|
|
1542
|
+
[propertyName: string]: string;
|
|
1543
|
+
};
|
|
1544
|
+
/** Localized descriptions for the Link. */
|
|
1545
|
+
description?: {
|
|
1546
|
+
[propertyName: string]: string;
|
|
1547
|
+
};
|
|
1548
|
+
/** The set of properties mappings between the source and target Types. */
|
|
1549
|
+
mappings?: TypePropertiesMapping[];
|
|
1550
|
+
/** The properties that represent the participating profile. */
|
|
1551
|
+
participantPropertyReferences?: ParticipantPropertyReference[];
|
|
1552
|
+
/**
|
|
1553
|
+
* Provisioning state.
|
|
1554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1555
|
+
*/
|
|
1556
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1557
|
+
/** Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles. */
|
|
1558
|
+
referenceOnly?: boolean;
|
|
1559
|
+
/** Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only. */
|
|
1560
|
+
operationType?: InstanceOperationType;
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
/** Interface representing a Links. */
|
|
1564
|
+
export declare interface Links {
|
|
1565
|
+
/**
|
|
1566
|
+
* Gets all the links in the specified hub.
|
|
1567
|
+
* @param resourceGroupName The name of the resource group.
|
|
1568
|
+
* @param hubName The name of the hub.
|
|
1569
|
+
* @param options The options parameters.
|
|
1570
|
+
*/
|
|
1571
|
+
listByHub(resourceGroupName: string, hubName: string, options?: LinksListByHubOptionalParams): PagedAsyncIterableIterator<LinkResourceFormat>;
|
|
1572
|
+
/**
|
|
1573
|
+
* Creates a link or updates an existing link in the hub.
|
|
1574
|
+
* @param resourceGroupName The name of the resource group.
|
|
1575
|
+
* @param hubName The name of the hub.
|
|
1576
|
+
* @param linkName The name of the link.
|
|
1577
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Link operation.
|
|
1578
|
+
* @param options The options parameters.
|
|
1579
|
+
*/
|
|
1580
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinksCreateOrUpdateResponse>, LinksCreateOrUpdateResponse>>;
|
|
1581
|
+
/**
|
|
1582
|
+
* Creates a link or updates an existing link in the hub.
|
|
1583
|
+
* @param resourceGroupName The name of the resource group.
|
|
1584
|
+
* @param hubName The name of the hub.
|
|
1585
|
+
* @param linkName The name of the link.
|
|
1586
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Link operation.
|
|
1587
|
+
* @param options The options parameters.
|
|
1588
|
+
*/
|
|
1589
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<LinksCreateOrUpdateResponse>;
|
|
1590
|
+
/**
|
|
1591
|
+
* Gets a link in the hub.
|
|
1592
|
+
* @param resourceGroupName The name of the resource group.
|
|
1593
|
+
* @param hubName The name of the hub.
|
|
1594
|
+
* @param linkName The name of the link.
|
|
1595
|
+
* @param options The options parameters.
|
|
1596
|
+
*/
|
|
1597
|
+
get(resourceGroupName: string, hubName: string, linkName: string, options?: LinksGetOptionalParams): Promise<LinksGetResponse>;
|
|
1598
|
+
/**
|
|
1599
|
+
* Deletes a link in the hub.
|
|
1600
|
+
* @param resourceGroupName The name of the resource group.
|
|
1601
|
+
* @param hubName The name of the hub.
|
|
1602
|
+
* @param linkName The name of the link.
|
|
1603
|
+
* @param options The options parameters.
|
|
1604
|
+
*/
|
|
1605
|
+
delete(resourceGroupName: string, hubName: string, linkName: string, options?: LinksDeleteOptionalParams): Promise<void>;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
/** Optional parameters. */
|
|
1609
|
+
export declare interface LinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1611
|
+
updateIntervalInMs?: number;
|
|
1612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1613
|
+
resumeFrom?: string;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1617
|
+
export declare type LinksCreateOrUpdateResponse = LinkResourceFormat;
|
|
1618
|
+
|
|
1619
|
+
/** Optional parameters. */
|
|
1620
|
+
export declare interface LinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
/** Optional parameters. */
|
|
1624
|
+
export declare interface LinksGetOptionalParams extends coreClient.OperationOptions {
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
/** Contains response data for the get operation. */
|
|
1628
|
+
export declare type LinksGetResponse = LinkResourceFormat;
|
|
1629
|
+
|
|
1630
|
+
/** Optional parameters. */
|
|
1631
|
+
export declare interface LinksListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
/** Contains response data for the listByHubNext operation. */
|
|
1635
|
+
export declare type LinksListByHubNextResponse = LinkListResult;
|
|
1636
|
+
|
|
1637
|
+
/** Optional parameters. */
|
|
1638
|
+
export declare interface LinksListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
/** Contains response data for the listByHub operation. */
|
|
1642
|
+
export declare type LinksListByHubResponse = LinkListResult;
|
|
1643
|
+
|
|
1644
|
+
/** Defines values for LinkTypes. */
|
|
1645
|
+
export declare type LinkTypes = "UpdateAlways" | "CopyIfNull";
|
|
1646
|
+
|
|
1647
|
+
/** The Metadata definition base. */
|
|
1648
|
+
export declare interface MetadataDefinitionBase {
|
|
1649
|
+
/** The attributes for the Type. */
|
|
1650
|
+
attributes?: {
|
|
1651
|
+
[propertyName: string]: string[];
|
|
1652
|
+
};
|
|
1653
|
+
/** Localized descriptions for the property. */
|
|
1654
|
+
description?: {
|
|
1655
|
+
[propertyName: string]: string;
|
|
1656
|
+
};
|
|
1657
|
+
/** Localized display names for the property. */
|
|
1658
|
+
displayName?: {
|
|
1659
|
+
[propertyName: string]: string;
|
|
1660
|
+
};
|
|
1661
|
+
/** Any custom localized attributes for the Type. */
|
|
1662
|
+
localizedAttributes?: {
|
|
1663
|
+
[propertyName: string]: {
|
|
1664
|
+
[propertyName: string]: string;
|
|
1665
|
+
};
|
|
1666
|
+
};
|
|
1667
|
+
/** Small Image associated with the Property or EntityType. */
|
|
1668
|
+
smallImage?: string;
|
|
1669
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
1670
|
+
mediumImage?: string;
|
|
1671
|
+
/** Large Image associated with the Property or EntityType. */
|
|
1672
|
+
largeImage?: string;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
/** A Customer Insights REST API operation */
|
|
1676
|
+
export declare interface Operation {
|
|
1677
|
+
/**
|
|
1678
|
+
* Operation name: {provider}/{resource}/{operation}
|
|
1679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1680
|
+
*/
|
|
1681
|
+
readonly name?: string;
|
|
1682
|
+
/** The object that represents the operation. */
|
|
1683
|
+
display?: OperationDisplay;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
/** The object that represents the operation. */
|
|
1687
|
+
export declare interface OperationDisplay {
|
|
1688
|
+
/**
|
|
1689
|
+
* Service provider: Microsoft.CustomerInsights
|
|
1690
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1691
|
+
*/
|
|
1692
|
+
readonly provider?: string;
|
|
1693
|
+
/**
|
|
1694
|
+
* Resource on which the operation is performed: Invoice, etc.
|
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
+
*/
|
|
1697
|
+
readonly resource?: string;
|
|
1698
|
+
/**
|
|
1699
|
+
* Operation type: Read, write, delete, etc.
|
|
1700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1701
|
+
*/
|
|
1702
|
+
readonly operation?: string;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
/** Result of the request to list Customer Insights operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
1706
|
+
export declare interface OperationListResult {
|
|
1707
|
+
/**
|
|
1708
|
+
* List of Customer Insights operations supported by the Microsoft.CustomerInsights resource provider.
|
|
1709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1710
|
+
*/
|
|
1711
|
+
readonly value?: Operation[];
|
|
1712
|
+
/**
|
|
1713
|
+
* URL to get the next set of operation list results if there are any.
|
|
1714
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1715
|
+
*/
|
|
1716
|
+
readonly nextLink?: string;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
/** Interface representing a Operations. */
|
|
1720
|
+
export declare interface Operations {
|
|
1721
|
+
/**
|
|
1722
|
+
* Lists all of the available Customer Insights REST API operations.
|
|
1723
|
+
* @param options The options parameters.
|
|
1724
|
+
*/
|
|
1725
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
/** Optional parameters. */
|
|
1729
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
/** Contains response data for the listNext operation. */
|
|
1733
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
1734
|
+
|
|
1735
|
+
/** Optional parameters. */
|
|
1736
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
/** Contains response data for the list operation. */
|
|
1740
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
1741
|
+
|
|
1742
|
+
/** Describes a profile type participating in an interaction. */
|
|
1743
|
+
export declare interface Participant {
|
|
1744
|
+
/** Profile type name. */
|
|
1745
|
+
profileTypeName: string;
|
|
1746
|
+
/** The property references. */
|
|
1747
|
+
participantPropertyReferences: ParticipantPropertyReference[];
|
|
1748
|
+
/** Participant name. */
|
|
1749
|
+
participantName: string;
|
|
1750
|
+
/** Localized display name. */
|
|
1751
|
+
displayName?: {
|
|
1752
|
+
[propertyName: string]: string;
|
|
1753
|
+
};
|
|
1754
|
+
/** Localized descriptions. */
|
|
1755
|
+
description?: {
|
|
1756
|
+
[propertyName: string]: string;
|
|
1757
|
+
};
|
|
1758
|
+
/** The role that the participant is playing in the interaction. */
|
|
1759
|
+
role?: string;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
/** The participant profile property reference. */
|
|
1763
|
+
export declare interface ParticipantProfilePropertyReference {
|
|
1764
|
+
/** The source interaction property that maps to the target profile property. */
|
|
1765
|
+
interactionPropertyName: string;
|
|
1766
|
+
/** The target profile property that maps to the source interaction property. */
|
|
1767
|
+
profilePropertyName: string;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
/** The participant property reference. */
|
|
1771
|
+
export declare interface ParticipantPropertyReference {
|
|
1772
|
+
/** The source property that maps to the target property. */
|
|
1773
|
+
sourcePropertyName: string;
|
|
1774
|
+
/** The target property that maps to the source property. */
|
|
1775
|
+
targetPropertyName: string;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
/** Defines values for PermissionTypes. */
|
|
1779
|
+
export declare type PermissionTypes = "Read" | "Write" | "Manage";
|
|
1780
|
+
|
|
1781
|
+
/** The definition of the prediction distribution. */
|
|
1782
|
+
export declare interface PredictionDistributionDefinition {
|
|
1783
|
+
/** Total positive in the distribution. */
|
|
1784
|
+
totalPositives?: number;
|
|
1785
|
+
/** Total negatives in the distribution. */
|
|
1786
|
+
totalNegatives?: number;
|
|
1787
|
+
/** Distributions of the prediction. */
|
|
1788
|
+
distributions?: PredictionDistributionDefinitionDistributionsItem[];
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
/** The definition of a prediction distribution. */
|
|
1792
|
+
export declare interface PredictionDistributionDefinitionDistributionsItem {
|
|
1793
|
+
/** Score threshold. */
|
|
1794
|
+
scoreThreshold?: number;
|
|
1795
|
+
/** Number of positives. */
|
|
1796
|
+
positives?: number;
|
|
1797
|
+
/** Number of negatives. */
|
|
1798
|
+
negatives?: number;
|
|
1799
|
+
/** Number of positives above threshold. */
|
|
1800
|
+
positivesAboveThreshold?: number;
|
|
1801
|
+
/** Number of negatives above threshold. */
|
|
1802
|
+
negativesAboveThreshold?: number;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
/** The definition of a prediction grade. */
|
|
1806
|
+
export declare interface PredictionGradesItem {
|
|
1807
|
+
/** Name of the grade. */
|
|
1808
|
+
gradeName?: string;
|
|
1809
|
+
/** Minimum score threshold. */
|
|
1810
|
+
minScoreThreshold?: number;
|
|
1811
|
+
/** Maximum score threshold. */
|
|
1812
|
+
maxScoreThreshold?: number;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/** The response of list predictions operation. */
|
|
1816
|
+
export declare interface PredictionListResult {
|
|
1817
|
+
/** Results of the list operation. */
|
|
1818
|
+
value?: PredictionResourceFormat[];
|
|
1819
|
+
/** Link to the next set of results. */
|
|
1820
|
+
nextLink?: string;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
/** Definition of the link mapping of prediction. */
|
|
1824
|
+
export declare interface PredictionMappings {
|
|
1825
|
+
/** The score of the link mapping. */
|
|
1826
|
+
score: string;
|
|
1827
|
+
/** The grade of the link mapping. */
|
|
1828
|
+
grade: string;
|
|
1829
|
+
/** The reason of the link mapping. */
|
|
1830
|
+
reason: string;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
/**
|
|
1834
|
+
* Defines values for PredictionModelLifeCycle. \
|
|
1835
|
+
* {@link KnownPredictionModelLifeCycle} can be used interchangeably with PredictionModelLifeCycle,
|
|
1836
|
+
* this enum contains the known values that the service supports.
|
|
1837
|
+
* ### Known values supported by the service
|
|
1838
|
+
* **New** \
|
|
1839
|
+
* **Provisioning** \
|
|
1840
|
+
* **ProvisioningFailed** \
|
|
1841
|
+
* **PendingDiscovering** \
|
|
1842
|
+
* **Discovering** \
|
|
1843
|
+
* **PendingFeaturing** \
|
|
1844
|
+
* **Featuring** \
|
|
1845
|
+
* **FeaturingFailed** \
|
|
1846
|
+
* **PendingTraining** \
|
|
1847
|
+
* **Training** \
|
|
1848
|
+
* **TrainingFailed** \
|
|
1849
|
+
* **Evaluating** \
|
|
1850
|
+
* **EvaluatingFailed** \
|
|
1851
|
+
* **PendingModelConfirmation** \
|
|
1852
|
+
* **Active** \
|
|
1853
|
+
* **Deleted** \
|
|
1854
|
+
* **HumanIntervention** \
|
|
1855
|
+
* **Failed**
|
|
1856
|
+
*/
|
|
1857
|
+
export declare type PredictionModelLifeCycle = string;
|
|
1858
|
+
|
|
1859
|
+
/** The prediction model status. */
|
|
1860
|
+
export declare interface PredictionModelStatus {
|
|
1861
|
+
/**
|
|
1862
|
+
* The hub name.
|
|
1863
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1864
|
+
*/
|
|
1865
|
+
readonly tenantId?: string;
|
|
1866
|
+
/**
|
|
1867
|
+
* The prediction name.
|
|
1868
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1869
|
+
*/
|
|
1870
|
+
readonly predictionName?: string;
|
|
1871
|
+
/**
|
|
1872
|
+
* The prediction GUID ID.
|
|
1873
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1874
|
+
*/
|
|
1875
|
+
readonly predictionGuidId?: string;
|
|
1876
|
+
/** Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. */
|
|
1877
|
+
status: PredictionModelLifeCycle;
|
|
1878
|
+
/**
|
|
1879
|
+
* The model status message.
|
|
1880
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1881
|
+
*/
|
|
1882
|
+
readonly message?: string;
|
|
1883
|
+
/**
|
|
1884
|
+
* Count of the training set.
|
|
1885
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1886
|
+
*/
|
|
1887
|
+
readonly trainingSetCount?: number;
|
|
1888
|
+
/**
|
|
1889
|
+
* Count of the test set.
|
|
1890
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1891
|
+
*/
|
|
1892
|
+
readonly testSetCount?: number;
|
|
1893
|
+
/**
|
|
1894
|
+
* Count of the validation set.
|
|
1895
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1896
|
+
*/
|
|
1897
|
+
readonly validationSetCount?: number;
|
|
1898
|
+
/**
|
|
1899
|
+
* The training accuracy.
|
|
1900
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1901
|
+
*/
|
|
1902
|
+
readonly trainingAccuracy?: number;
|
|
1903
|
+
/**
|
|
1904
|
+
* The signals used.
|
|
1905
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1906
|
+
*/
|
|
1907
|
+
readonly signalsUsed?: number;
|
|
1908
|
+
/**
|
|
1909
|
+
* Version of the model.
|
|
1910
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1911
|
+
*/
|
|
1912
|
+
readonly modelVersion?: string;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
/** The prediction resource format. */
|
|
1916
|
+
export declare type PredictionResourceFormat = ProxyResource & {
|
|
1917
|
+
/** Description of the prediction. */
|
|
1918
|
+
description?: {
|
|
1919
|
+
[propertyName: string]: string;
|
|
1920
|
+
};
|
|
1921
|
+
/** Display name of the prediction. */
|
|
1922
|
+
displayName?: {
|
|
1923
|
+
[propertyName: string]: string;
|
|
1924
|
+
};
|
|
1925
|
+
/** Interaction types involved in the prediction. */
|
|
1926
|
+
involvedInteractionTypes?: string[];
|
|
1927
|
+
/** KPI types involved in the prediction. */
|
|
1928
|
+
involvedKpiTypes?: string[];
|
|
1929
|
+
/** Relationships involved in the prediction. */
|
|
1930
|
+
involvedRelationships?: string[];
|
|
1931
|
+
/** Negative outcome expression. */
|
|
1932
|
+
negativeOutcomeExpression?: string;
|
|
1933
|
+
/** Positive outcome expression. */
|
|
1934
|
+
positiveOutcomeExpression?: string;
|
|
1935
|
+
/** Primary profile type. */
|
|
1936
|
+
primaryProfileType?: string;
|
|
1937
|
+
/**
|
|
1938
|
+
* Provisioning state.
|
|
1939
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1940
|
+
*/
|
|
1941
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1942
|
+
/** Name of the prediction. */
|
|
1943
|
+
predictionName?: string;
|
|
1944
|
+
/** Scope expression. */
|
|
1945
|
+
scopeExpression?: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* The hub name.
|
|
1948
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1949
|
+
*/
|
|
1950
|
+
readonly tenantId?: string;
|
|
1951
|
+
/** Whether do auto analyze. */
|
|
1952
|
+
autoAnalyze?: boolean;
|
|
1953
|
+
/** Definition of the link mapping of prediction. */
|
|
1954
|
+
mappings?: PredictionMappings;
|
|
1955
|
+
/** Score label. */
|
|
1956
|
+
scoreLabel?: string;
|
|
1957
|
+
/** The prediction grades. */
|
|
1958
|
+
grades?: PredictionGradesItem[];
|
|
1959
|
+
/**
|
|
1960
|
+
* System generated entities.
|
|
1961
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1962
|
+
*/
|
|
1963
|
+
readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities;
|
|
1964
|
+
};
|
|
1965
|
+
|
|
1966
|
+
/** Interface representing a Predictions. */
|
|
1967
|
+
export declare interface Predictions {
|
|
1968
|
+
/**
|
|
1969
|
+
* Gets all the predictions in the specified hub.
|
|
1970
|
+
* @param resourceGroupName The name of the resource group.
|
|
1971
|
+
* @param hubName The name of the hub.
|
|
1972
|
+
* @param options The options parameters.
|
|
1973
|
+
*/
|
|
1974
|
+
listByHub(resourceGroupName: string, hubName: string, options?: PredictionsListByHubOptionalParams): PagedAsyncIterableIterator<PredictionResourceFormat>;
|
|
1975
|
+
/**
|
|
1976
|
+
* Creates a Prediction or updates an existing Prediction in the hub.
|
|
1977
|
+
* @param resourceGroupName The name of the resource group.
|
|
1978
|
+
* @param hubName The name of the hub.
|
|
1979
|
+
* @param predictionName The name of the Prediction.
|
|
1980
|
+
* @param parameters Parameters supplied to the create/update Prediction operation.
|
|
1981
|
+
* @param options The options parameters.
|
|
1982
|
+
*/
|
|
1983
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PredictionsCreateOrUpdateResponse>, PredictionsCreateOrUpdateResponse>>;
|
|
1984
|
+
/**
|
|
1985
|
+
* Creates a Prediction or updates an existing Prediction in the hub.
|
|
1986
|
+
* @param resourceGroupName The name of the resource group.
|
|
1987
|
+
* @param hubName The name of the hub.
|
|
1988
|
+
* @param predictionName The name of the Prediction.
|
|
1989
|
+
* @param parameters Parameters supplied to the create/update Prediction operation.
|
|
1990
|
+
* @param options The options parameters.
|
|
1991
|
+
*/
|
|
1992
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PredictionsCreateOrUpdateResponse>;
|
|
1993
|
+
/**
|
|
1994
|
+
* Gets a Prediction in the hub.
|
|
1995
|
+
* @param resourceGroupName The name of the resource group.
|
|
1996
|
+
* @param hubName The name of the hub.
|
|
1997
|
+
* @param predictionName The name of the Prediction.
|
|
1998
|
+
* @param options The options parameters.
|
|
1999
|
+
*/
|
|
2000
|
+
get(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetOptionalParams): Promise<PredictionsGetResponse>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Deletes a Prediction in the hub.
|
|
2003
|
+
* @param resourceGroupName The name of the resource group.
|
|
2004
|
+
* @param hubName The name of the hub.
|
|
2005
|
+
* @param predictionName The name of the Prediction.
|
|
2006
|
+
* @param options The options parameters.
|
|
2007
|
+
*/
|
|
2008
|
+
beginDelete(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2009
|
+
/**
|
|
2010
|
+
* Deletes a Prediction in the hub.
|
|
2011
|
+
* @param resourceGroupName The name of the resource group.
|
|
2012
|
+
* @param hubName The name of the hub.
|
|
2013
|
+
* @param predictionName The name of the Prediction.
|
|
2014
|
+
* @param options The options parameters.
|
|
2015
|
+
*/
|
|
2016
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<void>;
|
|
2017
|
+
/**
|
|
2018
|
+
* Gets training results.
|
|
2019
|
+
* @param resourceGroupName The name of the resource group.
|
|
2020
|
+
* @param hubName The name of the hub.
|
|
2021
|
+
* @param predictionName The name of the Prediction.
|
|
2022
|
+
* @param options The options parameters.
|
|
2023
|
+
*/
|
|
2024
|
+
getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetTrainingResultsOptionalParams): Promise<PredictionsGetTrainingResultsResponse>;
|
|
2025
|
+
/**
|
|
2026
|
+
* Gets model status of the prediction.
|
|
2027
|
+
* @param resourceGroupName The name of the resource group.
|
|
2028
|
+
* @param hubName The name of the hub.
|
|
2029
|
+
* @param predictionName The name of the Prediction.
|
|
2030
|
+
* @param options The options parameters.
|
|
2031
|
+
*/
|
|
2032
|
+
getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetModelStatusOptionalParams): Promise<PredictionsGetModelStatusResponse>;
|
|
2033
|
+
/**
|
|
2034
|
+
* Creates or updates the model status of prediction.
|
|
2035
|
+
* @param resourceGroupName The name of the resource group.
|
|
2036
|
+
* @param hubName The name of the hub.
|
|
2037
|
+
* @param predictionName The name of the Prediction.
|
|
2038
|
+
* @param parameters Parameters supplied to the create/update prediction model status operation.
|
|
2039
|
+
* @param options The options parameters.
|
|
2040
|
+
*/
|
|
2041
|
+
modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options?: PredictionsModelStatusOptionalParams): Promise<void>;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
/** Optional parameters. */
|
|
2045
|
+
export declare interface PredictionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2046
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2047
|
+
updateIntervalInMs?: number;
|
|
2048
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2049
|
+
resumeFrom?: string;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2053
|
+
export declare type PredictionsCreateOrUpdateResponse = PredictionResourceFormat;
|
|
2054
|
+
|
|
2055
|
+
/** Optional parameters. */
|
|
2056
|
+
export declare interface PredictionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2057
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2058
|
+
updateIntervalInMs?: number;
|
|
2059
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2060
|
+
resumeFrom?: string;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
/** Optional parameters. */
|
|
2064
|
+
export declare interface PredictionsGetModelStatusOptionalParams extends coreClient.OperationOptions {
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
/** Contains response data for the getModelStatus operation. */
|
|
2068
|
+
export declare type PredictionsGetModelStatusResponse = PredictionModelStatus;
|
|
2069
|
+
|
|
2070
|
+
/** Optional parameters. */
|
|
2071
|
+
export declare interface PredictionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
/** Contains response data for the get operation. */
|
|
2075
|
+
export declare type PredictionsGetResponse = PredictionResourceFormat;
|
|
2076
|
+
|
|
2077
|
+
/** Optional parameters. */
|
|
2078
|
+
export declare interface PredictionsGetTrainingResultsOptionalParams extends coreClient.OperationOptions {
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
/** Contains response data for the getTrainingResults operation. */
|
|
2082
|
+
export declare type PredictionsGetTrainingResultsResponse = PredictionTrainingResults;
|
|
2083
|
+
|
|
2084
|
+
/** Optional parameters. */
|
|
2085
|
+
export declare interface PredictionsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2089
|
+
export declare type PredictionsListByHubNextResponse = PredictionListResult;
|
|
2090
|
+
|
|
2091
|
+
/** Optional parameters. */
|
|
2092
|
+
export declare interface PredictionsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
/** Contains response data for the listByHub operation. */
|
|
2096
|
+
export declare type PredictionsListByHubResponse = PredictionListResult;
|
|
2097
|
+
|
|
2098
|
+
/** Optional parameters. */
|
|
2099
|
+
export declare interface PredictionsModelStatusOptionalParams extends coreClient.OperationOptions {
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
/** System generated entities. */
|
|
2103
|
+
export declare interface PredictionSystemGeneratedEntities {
|
|
2104
|
+
/** Generated interaction types. */
|
|
2105
|
+
generatedInteractionTypes?: string[];
|
|
2106
|
+
/** Generated links. */
|
|
2107
|
+
generatedLinks?: string[];
|
|
2108
|
+
/** Generated KPIs. */
|
|
2109
|
+
generatedKpis?: {
|
|
2110
|
+
[propertyName: string]: string;
|
|
2111
|
+
};
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/** The training results of the prediction. */
|
|
2115
|
+
export declare interface PredictionTrainingResults {
|
|
2116
|
+
/**
|
|
2117
|
+
* The hub name.
|
|
2118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2119
|
+
*/
|
|
2120
|
+
readonly tenantId?: string;
|
|
2121
|
+
/**
|
|
2122
|
+
* Score name.
|
|
2123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2124
|
+
*/
|
|
2125
|
+
readonly scoreName?: string;
|
|
2126
|
+
/**
|
|
2127
|
+
* Prediction distribution.
|
|
2128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2129
|
+
*/
|
|
2130
|
+
readonly predictionDistribution?: PredictionDistributionDefinition;
|
|
2131
|
+
/**
|
|
2132
|
+
* Canonical profiles.
|
|
2133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2134
|
+
*/
|
|
2135
|
+
readonly canonicalProfiles?: CanonicalProfileDefinition[];
|
|
2136
|
+
/**
|
|
2137
|
+
* Instance count of the primary profile.
|
|
2138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2139
|
+
*/
|
|
2140
|
+
readonly primaryProfileInstanceCount?: number;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/** Valid enum values in case of an enum property. */
|
|
2144
|
+
export declare interface ProfileEnumValidValuesFormat {
|
|
2145
|
+
/** The integer value of the enum member. */
|
|
2146
|
+
value?: number;
|
|
2147
|
+
/** Localized names of the enum member. */
|
|
2148
|
+
localizedValueNames?: {
|
|
2149
|
+
[propertyName: string]: string;
|
|
2150
|
+
};
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
/** The response of list profile operation. */
|
|
2154
|
+
export declare interface ProfileListResult {
|
|
2155
|
+
/** Results of the list operation. */
|
|
2156
|
+
value?: ProfileResourceFormat[];
|
|
2157
|
+
/** Link to the next set of results. */
|
|
2158
|
+
nextLink?: string;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
/** The profile resource format. */
|
|
2162
|
+
export declare type ProfileResourceFormat = ProxyResource & {
|
|
2163
|
+
/** The attributes for the Type. */
|
|
2164
|
+
attributes?: {
|
|
2165
|
+
[propertyName: string]: string[];
|
|
2166
|
+
};
|
|
2167
|
+
/** Localized descriptions for the property. */
|
|
2168
|
+
description?: {
|
|
2169
|
+
[propertyName: string]: string;
|
|
2170
|
+
};
|
|
2171
|
+
/** Localized display names for the property. */
|
|
2172
|
+
displayName?: {
|
|
2173
|
+
[propertyName: string]: string;
|
|
2174
|
+
};
|
|
2175
|
+
/** Any custom localized attributes for the Type. */
|
|
2176
|
+
localizedAttributes?: {
|
|
2177
|
+
[propertyName: string]: {
|
|
2178
|
+
[propertyName: string]: string;
|
|
2179
|
+
};
|
|
2180
|
+
};
|
|
2181
|
+
/** Small Image associated with the Property or EntityType. */
|
|
2182
|
+
smallImage?: string;
|
|
2183
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
2184
|
+
mediumImage?: string;
|
|
2185
|
+
/** Large Image associated with the Property or EntityType. */
|
|
2186
|
+
largeImage?: string;
|
|
2187
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
2188
|
+
apiEntitySetName?: string;
|
|
2189
|
+
/** Type of entity. */
|
|
2190
|
+
entityType?: EntityTypes;
|
|
2191
|
+
/** The properties of the Profile. */
|
|
2192
|
+
fields?: PropertyDefinition[];
|
|
2193
|
+
/** The instance count. */
|
|
2194
|
+
instancesCount?: number;
|
|
2195
|
+
/**
|
|
2196
|
+
* The last changed time for the type definition.
|
|
2197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2198
|
+
*/
|
|
2199
|
+
readonly lastChangedUtc?: Date;
|
|
2200
|
+
/**
|
|
2201
|
+
* Provisioning state.
|
|
2202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2203
|
+
*/
|
|
2204
|
+
readonly provisioningState?: ProvisioningStates;
|
|
2205
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
2206
|
+
schemaItemTypeLink?: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* The hub name.
|
|
2209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2210
|
+
*/
|
|
2211
|
+
readonly tenantId?: string;
|
|
2212
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
2213
|
+
timestampFieldName?: string;
|
|
2214
|
+
/** The name of the entity. */
|
|
2215
|
+
typeName?: string;
|
|
2216
|
+
/** The strong IDs. */
|
|
2217
|
+
strongIds?: StrongId[];
|
|
2218
|
+
};
|
|
2219
|
+
|
|
2220
|
+
/** Interface representing a Profiles. */
|
|
2221
|
+
export declare interface Profiles {
|
|
2222
|
+
/**
|
|
2223
|
+
* Gets all profile in the hub.
|
|
2224
|
+
* @param resourceGroupName The name of the resource group.
|
|
2225
|
+
* @param hubName The name of the hub.
|
|
2226
|
+
* @param options The options parameters.
|
|
2227
|
+
*/
|
|
2228
|
+
listByHub(resourceGroupName: string, hubName: string, options?: ProfilesListByHubOptionalParams): PagedAsyncIterableIterator<ProfileResourceFormat>;
|
|
2229
|
+
/**
|
|
2230
|
+
* Creates a profile within a Hub, or updates an existing profile.
|
|
2231
|
+
* @param resourceGroupName The name of the resource group.
|
|
2232
|
+
* @param hubName The name of the hub.
|
|
2233
|
+
* @param profileName The name of the profile.
|
|
2234
|
+
* @param parameters Parameters supplied to the create/delete Profile type operation
|
|
2235
|
+
* @param options The options parameters.
|
|
2236
|
+
*/
|
|
2237
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ProfilesCreateOrUpdateResponse>, ProfilesCreateOrUpdateResponse>>;
|
|
2238
|
+
/**
|
|
2239
|
+
* Creates a profile within a Hub, or updates an existing profile.
|
|
2240
|
+
* @param resourceGroupName The name of the resource group.
|
|
2241
|
+
* @param hubName The name of the hub.
|
|
2242
|
+
* @param profileName The name of the profile.
|
|
2243
|
+
* @param parameters Parameters supplied to the create/delete Profile type operation
|
|
2244
|
+
* @param options The options parameters.
|
|
2245
|
+
*/
|
|
2246
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<ProfilesCreateOrUpdateResponse>;
|
|
2247
|
+
/**
|
|
2248
|
+
* Gets information about the specified profile.
|
|
2249
|
+
* @param resourceGroupName The name of the resource group.
|
|
2250
|
+
* @param hubName The name of the hub.
|
|
2251
|
+
* @param profileName The name of the profile.
|
|
2252
|
+
* @param options The options parameters.
|
|
2253
|
+
*/
|
|
2254
|
+
get(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<ProfilesGetResponse>;
|
|
2255
|
+
/**
|
|
2256
|
+
* Deletes a profile within a hub
|
|
2257
|
+
* @param resourceGroupName The name of the resource group.
|
|
2258
|
+
* @param hubName The name of the hub.
|
|
2259
|
+
* @param profileName The name of the profile.
|
|
2260
|
+
* @param options The options parameters.
|
|
2261
|
+
*/
|
|
2262
|
+
beginDelete(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2263
|
+
/**
|
|
2264
|
+
* Deletes a profile within a hub
|
|
2265
|
+
* @param resourceGroupName The name of the resource group.
|
|
2266
|
+
* @param hubName The name of the hub.
|
|
2267
|
+
* @param profileName The name of the profile.
|
|
2268
|
+
* @param options The options parameters.
|
|
2269
|
+
*/
|
|
2270
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<void>;
|
|
2271
|
+
/**
|
|
2272
|
+
* Gets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens
|
|
2273
|
+
* through participants of the Interaction on an Interaction KPI and through Relationships for Profile
|
|
2274
|
+
* KPIs.
|
|
2275
|
+
* @param resourceGroupName The name of the resource group.
|
|
2276
|
+
* @param hubName The name of the hub.
|
|
2277
|
+
* @param profileName The name of the profile.
|
|
2278
|
+
* @param options The options parameters.
|
|
2279
|
+
*/
|
|
2280
|
+
getEnrichingKpis(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetEnrichingKpisOptionalParams): Promise<ProfilesGetEnrichingKpisResponse>;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
/** Optional parameters. */
|
|
2284
|
+
export declare interface ProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2285
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2286
|
+
updateIntervalInMs?: number;
|
|
2287
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2288
|
+
resumeFrom?: string;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2292
|
+
export declare type ProfilesCreateOrUpdateResponse = ProfileResourceFormat;
|
|
2293
|
+
|
|
2294
|
+
/** Optional parameters. */
|
|
2295
|
+
export declare interface ProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2296
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
2297
|
+
localeCode?: string;
|
|
2298
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2299
|
+
updateIntervalInMs?: number;
|
|
2300
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2301
|
+
resumeFrom?: string;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
/** Optional parameters. */
|
|
2305
|
+
export declare interface ProfilesGetEnrichingKpisOptionalParams extends coreClient.OperationOptions {
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
/** Contains response data for the getEnrichingKpis operation. */
|
|
2309
|
+
export declare type ProfilesGetEnrichingKpisResponse = KpiDefinition[];
|
|
2310
|
+
|
|
2311
|
+
/** Optional parameters. */
|
|
2312
|
+
export declare interface ProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
2313
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
2314
|
+
localeCode?: string;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
/** Contains response data for the get operation. */
|
|
2318
|
+
export declare type ProfilesGetResponse = ProfileResourceFormat;
|
|
2319
|
+
|
|
2320
|
+
/** Optional parameters. */
|
|
2321
|
+
export declare interface ProfilesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2322
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
2323
|
+
localeCode?: string;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2327
|
+
export declare type ProfilesListByHubNextResponse = ProfileListResult;
|
|
2328
|
+
|
|
2329
|
+
/** Optional parameters. */
|
|
2330
|
+
export declare interface ProfilesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2331
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
2332
|
+
localeCode?: string;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
/** Contains response data for the listByHub operation. */
|
|
2336
|
+
export declare type ProfilesListByHubResponse = ProfileListResult;
|
|
2337
|
+
|
|
2338
|
+
/** The profile type definition. */
|
|
2339
|
+
export declare type ProfileTypeDefinition = EntityTypeDefinition & {
|
|
2340
|
+
/** The strong IDs. */
|
|
2341
|
+
strongIds?: StrongId[];
|
|
2342
|
+
};
|
|
2343
|
+
|
|
2344
|
+
/** Property definition. */
|
|
2345
|
+
export declare interface PropertyDefinition {
|
|
2346
|
+
/** Array value separator for properties with isArray set. */
|
|
2347
|
+
arrayValueSeparator?: string;
|
|
2348
|
+
/** Describes valid values for an enum property. */
|
|
2349
|
+
enumValidValues?: ProfileEnumValidValuesFormat[];
|
|
2350
|
+
/** Name of the property. */
|
|
2351
|
+
fieldName: string;
|
|
2352
|
+
/** Type of the property. */
|
|
2353
|
+
fieldType: string;
|
|
2354
|
+
/** Indicates if the property is actually an array of the fieldType above on the data api. */
|
|
2355
|
+
isArray?: boolean;
|
|
2356
|
+
/** Indicates if the property is an enum. */
|
|
2357
|
+
isEnum?: boolean;
|
|
2358
|
+
/** Indicates if the property is an flag enum. */
|
|
2359
|
+
isFlagEnum?: boolean;
|
|
2360
|
+
/** Whether the property is an Image. */
|
|
2361
|
+
isImage?: boolean;
|
|
2362
|
+
/** Whether the property is a localized string. */
|
|
2363
|
+
isLocalizedString?: boolean;
|
|
2364
|
+
/** Whether the property is a name or a part of name. */
|
|
2365
|
+
isName?: boolean;
|
|
2366
|
+
/** Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field. */
|
|
2367
|
+
isRequired?: boolean;
|
|
2368
|
+
/** The ID associated with the property. */
|
|
2369
|
+
propertyId?: string;
|
|
2370
|
+
/** URL encoded schema.org item prop link for the property. */
|
|
2371
|
+
schemaItemPropLink?: string;
|
|
2372
|
+
/** Max length of string. Used only if type is string. */
|
|
2373
|
+
maxLength?: number;
|
|
2374
|
+
/** Whether property is available in graph or not. */
|
|
2375
|
+
isAvailableInGraph?: boolean;
|
|
2376
|
+
/**
|
|
2377
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
2378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2379
|
+
*/
|
|
2380
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
/**
|
|
2384
|
+
* Defines values for ProvisioningStates. \
|
|
2385
|
+
* {@link KnownProvisioningStates} can be used interchangeably with ProvisioningStates,
|
|
2386
|
+
* this enum contains the known values that the service supports.
|
|
2387
|
+
* ### Known values supported by the service
|
|
2388
|
+
* **Provisioning** \
|
|
2389
|
+
* **Succeeded** \
|
|
2390
|
+
* **Expiring** \
|
|
2391
|
+
* **Deleting** \
|
|
2392
|
+
* **HumanIntervention** \
|
|
2393
|
+
* **Failed**
|
|
2394
|
+
*/
|
|
2395
|
+
export declare type ProvisioningStates = string;
|
|
2396
|
+
|
|
2397
|
+
/** Common properties of proxy resource. */
|
|
2398
|
+
export declare interface ProxyResource {
|
|
2399
|
+
/**
|
|
2400
|
+
* Resource ID.
|
|
2401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2402
|
+
*/
|
|
2403
|
+
readonly id?: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* Resource name.
|
|
2406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2407
|
+
*/
|
|
2408
|
+
readonly name?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* Resource type.
|
|
2411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2412
|
+
*/
|
|
2413
|
+
readonly type?: string;
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
/** The fields mapping for Relationships. */
|
|
2417
|
+
export declare interface RelationshipLinkFieldMapping {
|
|
2418
|
+
/** The field name on the Interaction Type. */
|
|
2419
|
+
interactionFieldName: string;
|
|
2420
|
+
/** Link type. */
|
|
2421
|
+
linkType?: LinkTypes;
|
|
2422
|
+
/** The field name on the Relationship metadata. */
|
|
2423
|
+
relationshipFieldName: string;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
/** The response of list relationship link operation. */
|
|
2427
|
+
export declare interface RelationshipLinkListResult {
|
|
2428
|
+
/** Results of the list operation. */
|
|
2429
|
+
value?: RelationshipLinkResourceFormat[];
|
|
2430
|
+
/** Link to the next set of results. */
|
|
2431
|
+
nextLink?: string;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
/** The relationship link resource format. */
|
|
2435
|
+
export declare type RelationshipLinkResourceFormat = ProxyResource & {
|
|
2436
|
+
/** Localized display name for the Relationship Link. */
|
|
2437
|
+
displayName?: {
|
|
2438
|
+
[propertyName: string]: string;
|
|
2439
|
+
};
|
|
2440
|
+
/** Localized descriptions for the Relationship Link. */
|
|
2441
|
+
description?: {
|
|
2442
|
+
[propertyName: string]: string;
|
|
2443
|
+
};
|
|
2444
|
+
/** The InteractionType associated with the Relationship Link. */
|
|
2445
|
+
interactionType?: string;
|
|
2446
|
+
/**
|
|
2447
|
+
* The name of the Relationship Link.
|
|
2448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2449
|
+
*/
|
|
2450
|
+
readonly linkName?: string;
|
|
2451
|
+
/** The mappings between Interaction and Relationship fields. */
|
|
2452
|
+
mappings?: RelationshipLinkFieldMapping[];
|
|
2453
|
+
/** The property references for the Profile of the Relationship. */
|
|
2454
|
+
profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
2455
|
+
/**
|
|
2456
|
+
* Provisioning state.
|
|
2457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2458
|
+
*/
|
|
2459
|
+
readonly provisioningState?: ProvisioningStates;
|
|
2460
|
+
/** The property references for the Related Profile of the Relationship. */
|
|
2461
|
+
relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
2462
|
+
/** The Relationship associated with the Link. */
|
|
2463
|
+
relationshipName?: string;
|
|
2464
|
+
/**
|
|
2465
|
+
* The relationship guid id.
|
|
2466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2467
|
+
*/
|
|
2468
|
+
readonly relationshipGuidId?: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* The hub name.
|
|
2471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2472
|
+
*/
|
|
2473
|
+
readonly tenantId?: string;
|
|
2474
|
+
};
|
|
2475
|
+
|
|
2476
|
+
/** Interface representing a RelationshipLinks. */
|
|
2477
|
+
export declare interface RelationshipLinks {
|
|
2478
|
+
/**
|
|
2479
|
+
* Gets all relationship links in the hub.
|
|
2480
|
+
* @param resourceGroupName The name of the resource group.
|
|
2481
|
+
* @param hubName The name of the hub.
|
|
2482
|
+
* @param options The options parameters.
|
|
2483
|
+
*/
|
|
2484
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat>;
|
|
2485
|
+
/**
|
|
2486
|
+
* Creates a relationship link or updates an existing relationship link within a hub.
|
|
2487
|
+
* @param resourceGroupName The name of the resource group.
|
|
2488
|
+
* @param hubName The name of the hub.
|
|
2489
|
+
* @param relationshipLinkName The name of the relationship link.
|
|
2490
|
+
* @param parameters Parameters supplied to the CreateOrUpdate relationship link operation.
|
|
2491
|
+
* @param options The options parameters.
|
|
2492
|
+
*/
|
|
2493
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinksCreateOrUpdateResponse>, RelationshipLinksCreateOrUpdateResponse>>;
|
|
2494
|
+
/**
|
|
2495
|
+
* Creates a relationship link or updates an existing relationship link within a hub.
|
|
2496
|
+
* @param resourceGroupName The name of the resource group.
|
|
2497
|
+
* @param hubName The name of the hub.
|
|
2498
|
+
* @param relationshipLinkName The name of the relationship link.
|
|
2499
|
+
* @param parameters Parameters supplied to the CreateOrUpdate relationship link operation.
|
|
2500
|
+
* @param options The options parameters.
|
|
2501
|
+
*/
|
|
2502
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinksCreateOrUpdateResponse>;
|
|
2503
|
+
/**
|
|
2504
|
+
* Gets information about the specified relationship Link.
|
|
2505
|
+
* @param resourceGroupName The name of the resource group.
|
|
2506
|
+
* @param hubName The name of the hub.
|
|
2507
|
+
* @param relationshipLinkName The name of the relationship link.
|
|
2508
|
+
* @param options The options parameters.
|
|
2509
|
+
*/
|
|
2510
|
+
get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinksGetResponse>;
|
|
2511
|
+
/**
|
|
2512
|
+
* Deletes a relationship link within a hub.
|
|
2513
|
+
* @param resourceGroupName The name of the resource group.
|
|
2514
|
+
* @param hubName The name of the hub.
|
|
2515
|
+
* @param relationshipLinkName The name of the relationship.
|
|
2516
|
+
* @param options The options parameters.
|
|
2517
|
+
*/
|
|
2518
|
+
beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2519
|
+
/**
|
|
2520
|
+
* Deletes a relationship link within a hub.
|
|
2521
|
+
* @param resourceGroupName The name of the resource group.
|
|
2522
|
+
* @param hubName The name of the hub.
|
|
2523
|
+
* @param relationshipLinkName The name of the relationship.
|
|
2524
|
+
* @param options The options parameters.
|
|
2525
|
+
*/
|
|
2526
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>;
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
/** Optional parameters. */
|
|
2530
|
+
export declare interface RelationshipLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2531
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2532
|
+
updateIntervalInMs?: number;
|
|
2533
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2534
|
+
resumeFrom?: string;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2538
|
+
export declare type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFormat;
|
|
2539
|
+
|
|
2540
|
+
/** Optional parameters. */
|
|
2541
|
+
export declare interface RelationshipLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2542
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2543
|
+
updateIntervalInMs?: number;
|
|
2544
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2545
|
+
resumeFrom?: string;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
/** Optional parameters. */
|
|
2549
|
+
export declare interface RelationshipLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
/** Contains response data for the get operation. */
|
|
2553
|
+
export declare type RelationshipLinksGetResponse = RelationshipLinkResourceFormat;
|
|
2554
|
+
|
|
2555
|
+
/** Optional parameters. */
|
|
2556
|
+
export declare interface RelationshipLinksListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2560
|
+
export declare type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult;
|
|
2561
|
+
|
|
2562
|
+
/** Optional parameters. */
|
|
2563
|
+
export declare interface RelationshipLinksListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
/** Contains response data for the listByHub operation. */
|
|
2567
|
+
export declare type RelationshipLinksListByHubResponse = RelationshipLinkListResult;
|
|
2568
|
+
|
|
2569
|
+
/** The response of list relationship operation. */
|
|
2570
|
+
export declare interface RelationshipListResult {
|
|
2571
|
+
/** Results of the list operation. */
|
|
2572
|
+
value?: RelationshipResourceFormat[];
|
|
2573
|
+
/** Link to the next set of results. */
|
|
2574
|
+
nextLink?: string;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
/** The relationship resource format. */
|
|
2578
|
+
export declare type RelationshipResourceFormat = ProxyResource & {
|
|
2579
|
+
/** The Relationship Cardinality. */
|
|
2580
|
+
cardinality?: CardinalityTypes;
|
|
2581
|
+
/** Localized display name for the Relationship. */
|
|
2582
|
+
displayName?: {
|
|
2583
|
+
[propertyName: string]: string;
|
|
2584
|
+
};
|
|
2585
|
+
/** Localized descriptions for the Relationship. */
|
|
2586
|
+
description?: {
|
|
2587
|
+
[propertyName: string]: string;
|
|
2588
|
+
};
|
|
2589
|
+
/** The expiry date time in UTC. */
|
|
2590
|
+
expiryDateTimeUtc?: Date;
|
|
2591
|
+
/** The properties of the Relationship. */
|
|
2592
|
+
fields?: PropertyDefinition[];
|
|
2593
|
+
/** Optional property to be used to map fields in profile to their strong ids in related profile. */
|
|
2594
|
+
lookupMappings?: RelationshipTypeMapping[];
|
|
2595
|
+
/** Profile type. */
|
|
2596
|
+
profileType?: string;
|
|
2597
|
+
/**
|
|
2598
|
+
* Provisioning state.
|
|
2599
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2600
|
+
*/
|
|
2601
|
+
readonly provisioningState?: ProvisioningStates;
|
|
2602
|
+
/**
|
|
2603
|
+
* The Relationship name.
|
|
2604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2605
|
+
*/
|
|
2606
|
+
readonly relationshipName?: string;
|
|
2607
|
+
/** Related profile being referenced. */
|
|
2608
|
+
relatedProfileType?: string;
|
|
2609
|
+
/**
|
|
2610
|
+
* The relationship guid id.
|
|
2611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2612
|
+
*/
|
|
2613
|
+
readonly relationshipGuidId?: string;
|
|
2614
|
+
/**
|
|
2615
|
+
* The hub name.
|
|
2616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2617
|
+
*/
|
|
2618
|
+
readonly tenantId?: string;
|
|
2619
|
+
};
|
|
2620
|
+
|
|
2621
|
+
/** Interface representing a Relationships. */
|
|
2622
|
+
export declare interface Relationships {
|
|
2623
|
+
/**
|
|
2624
|
+
* Gets all relationships in the hub.
|
|
2625
|
+
* @param resourceGroupName The name of the resource group.
|
|
2626
|
+
* @param hubName The name of the hub.
|
|
2627
|
+
* @param options The options parameters.
|
|
2628
|
+
*/
|
|
2629
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RelationshipsListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipResourceFormat>;
|
|
2630
|
+
/**
|
|
2631
|
+
* Creates a relationship or updates an existing relationship within a hub.
|
|
2632
|
+
* @param resourceGroupName The name of the resource group.
|
|
2633
|
+
* @param hubName The name of the hub.
|
|
2634
|
+
* @param relationshipName The name of the Relationship.
|
|
2635
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Relationship operation.
|
|
2636
|
+
* @param options The options parameters.
|
|
2637
|
+
*/
|
|
2638
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipName: string, parameters: RelationshipResourceFormat, options?: RelationshipsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipsCreateOrUpdateResponse>, RelationshipsCreateOrUpdateResponse>>;
|
|
2639
|
+
/**
|
|
2640
|
+
* Creates a relationship or updates an existing relationship within a hub.
|
|
2641
|
+
* @param resourceGroupName The name of the resource group.
|
|
2642
|
+
* @param hubName The name of the hub.
|
|
2643
|
+
* @param relationshipName The name of the Relationship.
|
|
2644
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Relationship operation.
|
|
2645
|
+
* @param options The options parameters.
|
|
2646
|
+
*/
|
|
2647
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipName: string, parameters: RelationshipResourceFormat, options?: RelationshipsCreateOrUpdateOptionalParams): Promise<RelationshipsCreateOrUpdateResponse>;
|
|
2648
|
+
/**
|
|
2649
|
+
* Gets information about the specified relationship.
|
|
2650
|
+
* @param resourceGroupName The name of the resource group.
|
|
2651
|
+
* @param hubName The name of the hub.
|
|
2652
|
+
* @param relationshipName The name of the relationship.
|
|
2653
|
+
* @param options The options parameters.
|
|
2654
|
+
*/
|
|
2655
|
+
get(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsGetOptionalParams): Promise<RelationshipsGetResponse>;
|
|
2656
|
+
/**
|
|
2657
|
+
* Deletes a relationship within a hub.
|
|
2658
|
+
* @param resourceGroupName The name of the resource group.
|
|
2659
|
+
* @param hubName The name of the hub.
|
|
2660
|
+
* @param relationshipName The name of the relationship.
|
|
2661
|
+
* @param options The options parameters.
|
|
2662
|
+
*/
|
|
2663
|
+
beginDelete(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2664
|
+
/**
|
|
2665
|
+
* Deletes a relationship within a hub.
|
|
2666
|
+
* @param resourceGroupName The name of the resource group.
|
|
2667
|
+
* @param hubName The name of the hub.
|
|
2668
|
+
* @param relationshipName The name of the relationship.
|
|
2669
|
+
* @param options The options parameters.
|
|
2670
|
+
*/
|
|
2671
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsDeleteOptionalParams): Promise<void>;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
/** Optional parameters. */
|
|
2675
|
+
export declare interface RelationshipsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2676
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2677
|
+
updateIntervalInMs?: number;
|
|
2678
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2679
|
+
resumeFrom?: string;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2683
|
+
export declare type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat;
|
|
2684
|
+
|
|
2685
|
+
/** Optional parameters. */
|
|
2686
|
+
export declare interface RelationshipsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2687
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2688
|
+
updateIntervalInMs?: number;
|
|
2689
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2690
|
+
resumeFrom?: string;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
/** Optional parameters. */
|
|
2694
|
+
export declare interface RelationshipsGetOptionalParams extends coreClient.OperationOptions {
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
/** Contains response data for the get operation. */
|
|
2698
|
+
export declare type RelationshipsGetResponse = RelationshipResourceFormat;
|
|
2699
|
+
|
|
2700
|
+
/** Optional parameters. */
|
|
2701
|
+
export declare interface RelationshipsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2705
|
+
export declare type RelationshipsListByHubNextResponse = RelationshipListResult;
|
|
2706
|
+
|
|
2707
|
+
/** Optional parameters. */
|
|
2708
|
+
export declare interface RelationshipsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
/** Contains response data for the listByHub operation. */
|
|
2712
|
+
export declare type RelationshipsListByHubResponse = RelationshipListResult;
|
|
2713
|
+
|
|
2714
|
+
/** The definition of suggested relationship for the type. */
|
|
2715
|
+
export declare interface RelationshipsLookup {
|
|
2716
|
+
/**
|
|
2717
|
+
* The relationship profile.
|
|
2718
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2719
|
+
*/
|
|
2720
|
+
readonly profileName?: string;
|
|
2721
|
+
/**
|
|
2722
|
+
* The property references for the profile type.
|
|
2723
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2724
|
+
*/
|
|
2725
|
+
readonly profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
2726
|
+
/**
|
|
2727
|
+
* The related profile.
|
|
2728
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2729
|
+
*/
|
|
2730
|
+
readonly relatedProfileName?: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* The property references for the related profile type.
|
|
2733
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2734
|
+
*/
|
|
2735
|
+
readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
2736
|
+
/**
|
|
2737
|
+
* The name of existing Relationship.
|
|
2738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2739
|
+
*/
|
|
2740
|
+
readonly existingRelationshipName?: string;
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
/** Map a field of profile to its corresponding StrongId in Related Profile. */
|
|
2744
|
+
export declare interface RelationshipTypeFieldMapping {
|
|
2745
|
+
/** Specifies the fieldName in profile. */
|
|
2746
|
+
profileFieldName: string;
|
|
2747
|
+
/** Specifies the KeyProperty (from StrongId) of the related profile. */
|
|
2748
|
+
relatedProfileKeyProperty: string;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
/** Maps fields in Profile to their corresponding StrongIds in Related Profile. */
|
|
2752
|
+
export declare interface RelationshipTypeMapping {
|
|
2753
|
+
/** Maps a profile property with the StrongId of related profile. This is an array to support StrongIds that are composite key as well. */
|
|
2754
|
+
fieldMappings: RelationshipTypeFieldMapping[];
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
/** Common properties of Azure resource. */
|
|
2758
|
+
export declare interface Resource {
|
|
2759
|
+
/**
|
|
2760
|
+
* Resource ID.
|
|
2761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2762
|
+
*/
|
|
2763
|
+
readonly id?: string;
|
|
2764
|
+
/**
|
|
2765
|
+
* Resource name.
|
|
2766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2767
|
+
*/
|
|
2768
|
+
readonly name?: string;
|
|
2769
|
+
/**
|
|
2770
|
+
* Resource type.
|
|
2771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2772
|
+
*/
|
|
2773
|
+
readonly type?: string;
|
|
2774
|
+
/** Resource location. */
|
|
2775
|
+
location?: string;
|
|
2776
|
+
/** Resource tags. */
|
|
2777
|
+
tags?: {
|
|
2778
|
+
[propertyName: string]: string;
|
|
2779
|
+
};
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
/** The resource set description. */
|
|
2783
|
+
export declare interface ResourceSetDescription {
|
|
2784
|
+
/** The elements included in the set. */
|
|
2785
|
+
elements?: string[];
|
|
2786
|
+
/** The elements that are not included in the set, in case elements contains '*' indicating 'all'. */
|
|
2787
|
+
exceptions?: string[];
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2790
|
+
/** The response of list role assignment operation. */
|
|
2791
|
+
export declare interface RoleAssignmentListResult {
|
|
2792
|
+
/** Results of the list operation. */
|
|
2793
|
+
value?: RoleAssignmentResourceFormat[];
|
|
2794
|
+
/** Link to the next set of results. */
|
|
2795
|
+
nextLink?: string;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
/** The Role Assignment resource format. */
|
|
2799
|
+
export declare type RoleAssignmentResourceFormat = ProxyResource & {
|
|
2800
|
+
/**
|
|
2801
|
+
* The hub name.
|
|
2802
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2803
|
+
*/
|
|
2804
|
+
readonly tenantId?: string;
|
|
2805
|
+
/**
|
|
2806
|
+
* The name of the metadata object.
|
|
2807
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2808
|
+
*/
|
|
2809
|
+
readonly assignmentName?: string;
|
|
2810
|
+
/** Localized display names for the metadata. */
|
|
2811
|
+
displayName?: {
|
|
2812
|
+
[propertyName: string]: string;
|
|
2813
|
+
};
|
|
2814
|
+
/** Localized description for the metadata. */
|
|
2815
|
+
description?: {
|
|
2816
|
+
[propertyName: string]: string;
|
|
2817
|
+
};
|
|
2818
|
+
/**
|
|
2819
|
+
* Provisioning state.
|
|
2820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2821
|
+
*/
|
|
2822
|
+
readonly provisioningState?: ProvisioningStates;
|
|
2823
|
+
/** Type of roles. */
|
|
2824
|
+
role?: RoleTypes;
|
|
2825
|
+
/** The principals being assigned to. */
|
|
2826
|
+
principals?: AssignmentPrincipal[];
|
|
2827
|
+
/** Profiles set for the assignment. */
|
|
2828
|
+
profiles?: ResourceSetDescription;
|
|
2829
|
+
/** Interactions set for the assignment. */
|
|
2830
|
+
interactions?: ResourceSetDescription;
|
|
2831
|
+
/** Links set for the assignment. */
|
|
2832
|
+
links?: ResourceSetDescription;
|
|
2833
|
+
/** Kpis set for the assignment. */
|
|
2834
|
+
kpis?: ResourceSetDescription;
|
|
2835
|
+
/** Sas Policies set for the assignment. */
|
|
2836
|
+
sasPolicies?: ResourceSetDescription;
|
|
2837
|
+
/** Connectors set for the assignment. */
|
|
2838
|
+
connectors?: ResourceSetDescription;
|
|
2839
|
+
/** Views set for the assignment. */
|
|
2840
|
+
views?: ResourceSetDescription;
|
|
2841
|
+
/** The Role assignments set for the relationship links. */
|
|
2842
|
+
relationshipLinks?: ResourceSetDescription;
|
|
2843
|
+
/** The Role assignments set for the relationships. */
|
|
2844
|
+
relationships?: ResourceSetDescription;
|
|
2845
|
+
/** Widget types set for the assignment. */
|
|
2846
|
+
widgetTypes?: ResourceSetDescription;
|
|
2847
|
+
/** The Role assignments set for the assignment. */
|
|
2848
|
+
roleAssignments?: ResourceSetDescription;
|
|
2849
|
+
/** Widget types set for the assignment. */
|
|
2850
|
+
conflationPolicies?: ResourceSetDescription;
|
|
2851
|
+
/** The Role assignments set for the assignment. */
|
|
2852
|
+
segments?: ResourceSetDescription;
|
|
2853
|
+
};
|
|
2854
|
+
|
|
2855
|
+
/** Interface representing a RoleAssignments. */
|
|
2856
|
+
export declare interface RoleAssignments {
|
|
2857
|
+
/**
|
|
2858
|
+
* Gets all the role assignments for the specified hub.
|
|
2859
|
+
* @param resourceGroupName The name of the resource group.
|
|
2860
|
+
* @param hubName The name of the hub.
|
|
2861
|
+
* @param options The options parameters.
|
|
2862
|
+
*/
|
|
2863
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RoleAssignmentsListByHubOptionalParams): PagedAsyncIterableIterator<RoleAssignmentResourceFormat>;
|
|
2864
|
+
/**
|
|
2865
|
+
* Creates or updates a role assignment in the hub.
|
|
2866
|
+
* @param resourceGroupName The name of the resource group.
|
|
2867
|
+
* @param hubName The name of the hub.
|
|
2868
|
+
* @param assignmentName The assignment name
|
|
2869
|
+
* @param parameters Parameters supplied to the CreateOrUpdate RoleAssignment operation.
|
|
2870
|
+
* @param options The options parameters.
|
|
2871
|
+
*/
|
|
2872
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, assignmentName: string, parameters: RoleAssignmentResourceFormat, options?: RoleAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RoleAssignmentsCreateOrUpdateResponse>, RoleAssignmentsCreateOrUpdateResponse>>;
|
|
2873
|
+
/**
|
|
2874
|
+
* Creates or updates a role assignment in the hub.
|
|
2875
|
+
* @param resourceGroupName The name of the resource group.
|
|
2876
|
+
* @param hubName The name of the hub.
|
|
2877
|
+
* @param assignmentName The assignment name
|
|
2878
|
+
* @param parameters Parameters supplied to the CreateOrUpdate RoleAssignment operation.
|
|
2879
|
+
* @param options The options parameters.
|
|
2880
|
+
*/
|
|
2881
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, assignmentName: string, parameters: RoleAssignmentResourceFormat, options?: RoleAssignmentsCreateOrUpdateOptionalParams): Promise<RoleAssignmentsCreateOrUpdateResponse>;
|
|
2882
|
+
/**
|
|
2883
|
+
* Gets the role assignment in the hub.
|
|
2884
|
+
* @param resourceGroupName The name of the resource group.
|
|
2885
|
+
* @param hubName The name of the hub.
|
|
2886
|
+
* @param assignmentName The name of the role assignment.
|
|
2887
|
+
* @param options The options parameters.
|
|
2888
|
+
*/
|
|
2889
|
+
get(resourceGroupName: string, hubName: string, assignmentName: string, options?: RoleAssignmentsGetOptionalParams): Promise<RoleAssignmentsGetResponse>;
|
|
2890
|
+
/**
|
|
2891
|
+
* Deletes the role assignment in the hub.
|
|
2892
|
+
* @param resourceGroupName The name of the resource group.
|
|
2893
|
+
* @param hubName The name of the hub.
|
|
2894
|
+
* @param assignmentName The name of the role assignment.
|
|
2895
|
+
* @param options The options parameters.
|
|
2896
|
+
*/
|
|
2897
|
+
delete(resourceGroupName: string, hubName: string, assignmentName: string, options?: RoleAssignmentsDeleteOptionalParams): Promise<void>;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
/** Optional parameters. */
|
|
2901
|
+
export declare interface RoleAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2902
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2903
|
+
updateIntervalInMs?: number;
|
|
2904
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2905
|
+
resumeFrom?: string;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2909
|
+
export declare type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat;
|
|
2910
|
+
|
|
2911
|
+
/** Optional parameters. */
|
|
2912
|
+
export declare interface RoleAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
/** Optional parameters. */
|
|
2916
|
+
export declare interface RoleAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
/** Contains response data for the get operation. */
|
|
2920
|
+
export declare type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat;
|
|
2921
|
+
|
|
2922
|
+
/** Optional parameters. */
|
|
2923
|
+
export declare interface RoleAssignmentsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2927
|
+
export declare type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult;
|
|
2928
|
+
|
|
2929
|
+
/** Optional parameters. */
|
|
2930
|
+
export declare interface RoleAssignmentsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
/** Contains response data for the listByHub operation. */
|
|
2934
|
+
export declare type RoleAssignmentsListByHubResponse = RoleAssignmentListResult;
|
|
2935
|
+
|
|
2936
|
+
/** The response of list role assignment operation. */
|
|
2937
|
+
export declare interface RoleListResult {
|
|
2938
|
+
/** Results of the list operation. */
|
|
2939
|
+
value?: RoleResourceFormat[];
|
|
2940
|
+
/** Link to the next set of results. */
|
|
2941
|
+
nextLink?: string;
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
/** The role resource format. */
|
|
2945
|
+
export declare type RoleResourceFormat = ProxyResource & {
|
|
2946
|
+
/** The role name. */
|
|
2947
|
+
roleName?: string;
|
|
2948
|
+
/** The description of the role. */
|
|
2949
|
+
description?: string;
|
|
2950
|
+
};
|
|
2951
|
+
|
|
2952
|
+
/** Interface representing a Roles. */
|
|
2953
|
+
export declare interface Roles {
|
|
2954
|
+
/**
|
|
2955
|
+
* Gets all the roles for the hub.
|
|
2956
|
+
* @param resourceGroupName The name of the resource group.
|
|
2957
|
+
* @param hubName The name of the hub.
|
|
2958
|
+
* @param options The options parameters.
|
|
2959
|
+
*/
|
|
2960
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RolesListByHubOptionalParams): PagedAsyncIterableIterator<RoleResourceFormat>;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
/** Optional parameters. */
|
|
2964
|
+
export declare interface RolesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2968
|
+
export declare type RolesListByHubNextResponse = RoleListResult;
|
|
2969
|
+
|
|
2970
|
+
/** Optional parameters. */
|
|
2971
|
+
export declare interface RolesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
/** Contains response data for the listByHub operation. */
|
|
2975
|
+
export declare type RolesListByHubResponse = RoleListResult;
|
|
2976
|
+
|
|
2977
|
+
/** Defines values for RoleTypes. */
|
|
2978
|
+
export declare type RoleTypes = "Admin" | "Reader" | "ManageAdmin" | "ManageReader" | "DataAdmin" | "DataReader";
|
|
2979
|
+
|
|
2980
|
+
/** The Salesforce connector properties. */
|
|
2981
|
+
export declare interface SalesforceConnectorProperties {
|
|
2982
|
+
/** The user settings. */
|
|
2983
|
+
usersetting: SalesforceDiscoverSetting;
|
|
2984
|
+
/** The Salesforce tables. */
|
|
2985
|
+
salesforcetables: SalesforceTable[];
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
/** Salesforce discover setting. */
|
|
2989
|
+
export declare interface SalesforceDiscoverSetting {
|
|
2990
|
+
/** The salesforce connection string secret URL. */
|
|
2991
|
+
salesforceConnectionStringSecretUrl: string;
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2994
|
+
/** Salesforce table. */
|
|
2995
|
+
export declare interface SalesforceTable {
|
|
2996
|
+
/** Indicating whether this instance is profile. */
|
|
2997
|
+
isProfile?: string;
|
|
2998
|
+
/** The table category. */
|
|
2999
|
+
tableCategory: string;
|
|
3000
|
+
/** The name of the table. */
|
|
3001
|
+
tableName: string;
|
|
3002
|
+
/** The table remarks. */
|
|
3003
|
+
tableRemarks?: string;
|
|
3004
|
+
/** The table schema. */
|
|
3005
|
+
tableSchema: string;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/**
|
|
3009
|
+
* Defines values for Status. \
|
|
3010
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
3011
|
+
* this enum contains the known values that the service supports.
|
|
3012
|
+
* ### Known values supported by the service
|
|
3013
|
+
* **None** \
|
|
3014
|
+
* **Active** \
|
|
3015
|
+
* **Deleted**
|
|
3016
|
+
*/
|
|
3017
|
+
export declare type Status = string;
|
|
3018
|
+
|
|
3019
|
+
/** Property/Properties which represent a unique ID. */
|
|
3020
|
+
export declare interface StrongId {
|
|
3021
|
+
/** The properties which make up the unique ID. */
|
|
3022
|
+
keyPropertyNames: string[];
|
|
3023
|
+
/** The Name identifying the strong ID. */
|
|
3024
|
+
strongIdName: string;
|
|
3025
|
+
/** Localized display name. */
|
|
3026
|
+
displayName?: {
|
|
3027
|
+
[propertyName: string]: string;
|
|
3028
|
+
};
|
|
3029
|
+
/** Localized descriptions. */
|
|
3030
|
+
description?: {
|
|
3031
|
+
[propertyName: string]: string;
|
|
3032
|
+
};
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
/** The response of suggest relationship links operation. */
|
|
3036
|
+
export declare interface SuggestRelationshipLinksResponse {
|
|
3037
|
+
/**
|
|
3038
|
+
* The interaction name.
|
|
3039
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3040
|
+
*/
|
|
3041
|
+
readonly interactionName?: string;
|
|
3042
|
+
/**
|
|
3043
|
+
* Suggested relationships for the type.
|
|
3044
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3045
|
+
*/
|
|
3046
|
+
readonly suggestedRelationships?: RelationshipsLookup[];
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
/** Metadata for a Link's property mapping. */
|
|
3050
|
+
export declare interface TypePropertiesMapping {
|
|
3051
|
+
/** Property name on the source Entity Type. */
|
|
3052
|
+
sourcePropertyName: string;
|
|
3053
|
+
/** Property name on the target Entity Type. */
|
|
3054
|
+
targetPropertyName: string;
|
|
3055
|
+
/** Link type. */
|
|
3056
|
+
linkType?: LinkTypes;
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
/** The response of list view operation. */
|
|
3060
|
+
export declare interface ViewListResult {
|
|
3061
|
+
/** Results of the list operation. */
|
|
3062
|
+
value?: ViewResourceFormat[];
|
|
3063
|
+
/** Link to the next set of results. */
|
|
3064
|
+
nextLink?: string;
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
/** The view resource format. */
|
|
3068
|
+
export declare type ViewResourceFormat = ProxyResource & {
|
|
3069
|
+
/**
|
|
3070
|
+
* Name of the view.
|
|
3071
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3072
|
+
*/
|
|
3073
|
+
readonly viewName?: string;
|
|
3074
|
+
/** the user ID. */
|
|
3075
|
+
userId?: string;
|
|
3076
|
+
/**
|
|
3077
|
+
* the hub name.
|
|
3078
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3079
|
+
*/
|
|
3080
|
+
readonly tenantId?: string;
|
|
3081
|
+
/** Localized display name for the view. */
|
|
3082
|
+
displayName?: {
|
|
3083
|
+
[propertyName: string]: string;
|
|
3084
|
+
};
|
|
3085
|
+
/** View definition. */
|
|
3086
|
+
definition?: string;
|
|
3087
|
+
/**
|
|
3088
|
+
* Date time when view was last modified.
|
|
3089
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3090
|
+
*/
|
|
3091
|
+
readonly changed?: Date;
|
|
3092
|
+
/**
|
|
3093
|
+
* Date time when view was created.
|
|
3094
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3095
|
+
*/
|
|
3096
|
+
readonly created?: Date;
|
|
3097
|
+
};
|
|
3098
|
+
|
|
3099
|
+
/** Interface representing a Views. */
|
|
3100
|
+
export declare interface Views {
|
|
3101
|
+
/**
|
|
3102
|
+
* Gets all available views for given user in the specified hub.
|
|
3103
|
+
* @param resourceGroupName The name of the resource group.
|
|
3104
|
+
* @param hubName The name of the hub.
|
|
3105
|
+
* @param userId The user ID. Use * to retrieve hub level views.
|
|
3106
|
+
* @param options The options parameters.
|
|
3107
|
+
*/
|
|
3108
|
+
listByHub(resourceGroupName: string, hubName: string, userId: string, options?: ViewsListByHubOptionalParams): PagedAsyncIterableIterator<ViewResourceFormat>;
|
|
3109
|
+
/**
|
|
3110
|
+
* Creates a view or updates an existing view in the hub.
|
|
3111
|
+
* @param resourceGroupName The name of the resource group.
|
|
3112
|
+
* @param hubName The name of the hub.
|
|
3113
|
+
* @param viewName The name of the view.
|
|
3114
|
+
* @param parameters Parameters supplied to the CreateOrUpdate View operation.
|
|
3115
|
+
* @param options The options parameters.
|
|
3116
|
+
*/
|
|
3117
|
+
createOrUpdate(resourceGroupName: string, hubName: string, viewName: string, parameters: ViewResourceFormat, options?: ViewsCreateOrUpdateOptionalParams): Promise<ViewsCreateOrUpdateResponse>;
|
|
3118
|
+
/**
|
|
3119
|
+
* Gets a view in the hub.
|
|
3120
|
+
* @param resourceGroupName The name of the resource group.
|
|
3121
|
+
* @param hubName The name of the hub.
|
|
3122
|
+
* @param viewName The name of the view.
|
|
3123
|
+
* @param userId The user ID. Use * to retrieve hub level view.
|
|
3124
|
+
* @param options The options parameters.
|
|
3125
|
+
*/
|
|
3126
|
+
get(resourceGroupName: string, hubName: string, viewName: string, userId: string, options?: ViewsGetOptionalParams): Promise<ViewsGetResponse>;
|
|
3127
|
+
/**
|
|
3128
|
+
* Deletes a view in the specified hub.
|
|
3129
|
+
* @param resourceGroupName The name of the resource group.
|
|
3130
|
+
* @param hubName The name of the hub.
|
|
3131
|
+
* @param viewName The name of the view.
|
|
3132
|
+
* @param userId The user ID. Use * to retrieve hub level view.
|
|
3133
|
+
* @param options The options parameters.
|
|
3134
|
+
*/
|
|
3135
|
+
delete(resourceGroupName: string, hubName: string, viewName: string, userId: string, options?: ViewsDeleteOptionalParams): Promise<void>;
|
|
3136
|
+
}
|
|
3137
|
+
|
|
3138
|
+
/** Optional parameters. */
|
|
3139
|
+
export declare interface ViewsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3143
|
+
export declare type ViewsCreateOrUpdateResponse = ViewResourceFormat;
|
|
3144
|
+
|
|
3145
|
+
/** Optional parameters. */
|
|
3146
|
+
export declare interface ViewsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
/** Optional parameters. */
|
|
3150
|
+
export declare interface ViewsGetOptionalParams extends coreClient.OperationOptions {
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
/** Contains response data for the get operation. */
|
|
3154
|
+
export declare type ViewsGetResponse = ViewResourceFormat;
|
|
3155
|
+
|
|
3156
|
+
/** Optional parameters. */
|
|
3157
|
+
export declare interface ViewsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
/** Contains response data for the listByHubNext operation. */
|
|
3161
|
+
export declare type ViewsListByHubNextResponse = ViewListResult;
|
|
3162
|
+
|
|
3163
|
+
/** Optional parameters. */
|
|
3164
|
+
export declare interface ViewsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
/** Contains response data for the listByHub operation. */
|
|
3168
|
+
export declare type ViewsListByHubResponse = ViewListResult;
|
|
3169
|
+
|
|
3170
|
+
/** The response of list widget type operation. */
|
|
3171
|
+
export declare interface WidgetTypeListResult {
|
|
3172
|
+
/** Results of the list operation. */
|
|
3173
|
+
value?: WidgetTypeResourceFormat[];
|
|
3174
|
+
/** Link to the next set of results. */
|
|
3175
|
+
nextLink?: string;
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
/** The WidgetTypeResourceFormat */
|
|
3179
|
+
export declare type WidgetTypeResourceFormat = ProxyResource & {
|
|
3180
|
+
/**
|
|
3181
|
+
* Name of the widget type.
|
|
3182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3183
|
+
*/
|
|
3184
|
+
readonly widgetTypeName?: string;
|
|
3185
|
+
/** Definition for widget type. */
|
|
3186
|
+
definition?: string;
|
|
3187
|
+
/** Description for widget type. */
|
|
3188
|
+
description?: string;
|
|
3189
|
+
/** Localized display name for the widget type. */
|
|
3190
|
+
displayName?: {
|
|
3191
|
+
[propertyName: string]: string;
|
|
3192
|
+
};
|
|
3193
|
+
/** The image URL. */
|
|
3194
|
+
imageUrl?: string;
|
|
3195
|
+
/**
|
|
3196
|
+
* The hub name.
|
|
3197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3198
|
+
*/
|
|
3199
|
+
readonly tenantId?: string;
|
|
3200
|
+
/** The widget version. */
|
|
3201
|
+
widgetVersion?: string;
|
|
3202
|
+
/**
|
|
3203
|
+
* Date time when widget type was last modified.
|
|
3204
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3205
|
+
*/
|
|
3206
|
+
readonly changed?: Date;
|
|
3207
|
+
/**
|
|
3208
|
+
* Date time when widget type was created.
|
|
3209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3210
|
+
*/
|
|
3211
|
+
readonly created?: Date;
|
|
3212
|
+
};
|
|
3213
|
+
|
|
3214
|
+
/** Interface representing a WidgetTypes. */
|
|
3215
|
+
export declare interface WidgetTypes {
|
|
3216
|
+
/**
|
|
3217
|
+
* Gets all available widget types in the specified hub.
|
|
3218
|
+
* @param resourceGroupName The name of the resource group.
|
|
3219
|
+
* @param hubName The name of the hub.
|
|
3220
|
+
* @param options The options parameters.
|
|
3221
|
+
*/
|
|
3222
|
+
listByHub(resourceGroupName: string, hubName: string, options?: WidgetTypesListByHubOptionalParams): PagedAsyncIterableIterator<WidgetTypeResourceFormat>;
|
|
3223
|
+
/**
|
|
3224
|
+
* Gets a widget type in the specified hub.
|
|
3225
|
+
* @param resourceGroupName The name of the resource group.
|
|
3226
|
+
* @param hubName The name of the hub.
|
|
3227
|
+
* @param widgetTypeName The name of the widget type.
|
|
3228
|
+
* @param options The options parameters.
|
|
3229
|
+
*/
|
|
3230
|
+
get(resourceGroupName: string, hubName: string, widgetTypeName: string, options?: WidgetTypesGetOptionalParams): Promise<WidgetTypesGetResponse>;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
/** Optional parameters. */
|
|
3234
|
+
export declare interface WidgetTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
/** Contains response data for the get operation. */
|
|
3238
|
+
export declare type WidgetTypesGetResponse = WidgetTypeResourceFormat;
|
|
3239
|
+
|
|
3240
|
+
/** Optional parameters. */
|
|
3241
|
+
export declare interface WidgetTypesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
/** Contains response data for the listByHubNext operation. */
|
|
3245
|
+
export declare type WidgetTypesListByHubNextResponse = WidgetTypeListResult;
|
|
3246
|
+
|
|
3247
|
+
/** Optional parameters. */
|
|
3248
|
+
export declare interface WidgetTypesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
/** Contains response data for the listByHub operation. */
|
|
3252
|
+
export declare type WidgetTypesListByHubResponse = WidgetTypeListResult;
|
|
3253
|
+
|
|
3254
|
+
export { }
|