@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,1833 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-customerinsights"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AssignmentPrincipal {
|
|
15
|
+
principalId: string;
|
|
16
|
+
principalMetadata?: {
|
|
17
|
+
[propertyName: string]: string;
|
|
18
|
+
};
|
|
19
|
+
principalType: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface AuthorizationPolicies {
|
|
24
|
+
createOrUpdate(resourceGroupName: string, hubName: string, authorizationPolicyName: string, parameters: AuthorizationPolicyResourceFormat, options?: AuthorizationPoliciesCreateOrUpdateOptionalParams): Promise<AuthorizationPoliciesCreateOrUpdateResponse>;
|
|
25
|
+
get(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesGetOptionalParams): Promise<AuthorizationPoliciesGetResponse>;
|
|
26
|
+
listByHub(resourceGroupName: string, hubName: string, options?: AuthorizationPoliciesListByHubOptionalParams): PagedAsyncIterableIterator<AuthorizationPolicyResourceFormat>;
|
|
27
|
+
regeneratePrimaryKey(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams): Promise<AuthorizationPoliciesRegeneratePrimaryKeyResponse>;
|
|
28
|
+
regenerateSecondaryKey(resourceGroupName: string, hubName: string, authorizationPolicyName: string, options?: AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams): Promise<AuthorizationPoliciesRegenerateSecondaryKeyResponse>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface AuthorizationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// @public
|
|
36
|
+
export type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyResourceFormat;
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface AuthorizationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat;
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface AuthorizationPoliciesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyListResult;
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface AuthorizationPoliciesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResult;
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export interface AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams extends coreClient.OperationOptions {
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPolicy;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams extends coreClient.OperationOptions {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationPolicy;
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface AuthorizationPolicy {
|
|
75
|
+
permissions: PermissionTypes[];
|
|
76
|
+
readonly policyName?: string;
|
|
77
|
+
primaryKey?: string;
|
|
78
|
+
secondaryKey?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface AuthorizationPolicyListResult {
|
|
83
|
+
nextLink?: string;
|
|
84
|
+
value?: AuthorizationPolicyResourceFormat[];
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export type AuthorizationPolicyResourceFormat = ProxyResource & {
|
|
89
|
+
readonly policyName?: string;
|
|
90
|
+
permissions?: PermissionTypes[];
|
|
91
|
+
primaryKey?: string;
|
|
92
|
+
secondaryKey?: string;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AzureBlobConnectorProperties {
|
|
97
|
+
connectionKeyVaultUrl: string;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export type CalculationWindowTypes = "Lifetime" | "Hour" | "Day" | "Week" | "Month";
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface CanonicalProfileDefinition {
|
|
105
|
+
canonicalProfileId?: number;
|
|
106
|
+
properties?: CanonicalProfileDefinitionPropertiesItem[];
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export interface CanonicalProfileDefinitionPropertiesItem {
|
|
111
|
+
profileName?: string;
|
|
112
|
+
profilePropertyName?: string;
|
|
113
|
+
rank?: number;
|
|
114
|
+
type?: CanonicalPropertyValueType;
|
|
115
|
+
value?: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type CanonicalPropertyValueType = string;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export type CardinalityTypes = "OneToOne" | "OneToMany" | "ManyToMany";
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export type CompletionOperationTypes = "DoNothing" | "DeleteFile" | "MoveFile";
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export interface ConnectorListResult {
|
|
129
|
+
nextLink?: string;
|
|
130
|
+
value?: ConnectorResourceFormat[];
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export interface ConnectorMappingAvailability {
|
|
135
|
+
frequency?: FrequencyTypes;
|
|
136
|
+
interval: number;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export interface ConnectorMappingCompleteOperation {
|
|
141
|
+
completionOperationType?: CompletionOperationTypes;
|
|
142
|
+
destinationFolder?: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface ConnectorMappingErrorManagement {
|
|
147
|
+
errorLimit?: number;
|
|
148
|
+
errorManagementType: ErrorManagementTypes;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface ConnectorMappingFormat {
|
|
153
|
+
acceptLanguage?: string;
|
|
154
|
+
arraySeparator?: string;
|
|
155
|
+
columnDelimiter?: string;
|
|
156
|
+
formatType: "TextFormat";
|
|
157
|
+
quoteCharacter?: string;
|
|
158
|
+
quoteEscapeCharacter?: string;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export interface ConnectorMappingListResult {
|
|
163
|
+
nextLink?: string;
|
|
164
|
+
value?: ConnectorMappingResourceFormat[];
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// @public
|
|
168
|
+
export interface ConnectorMappingProperties {
|
|
169
|
+
availability: ConnectorMappingAvailability;
|
|
170
|
+
completeOperation: ConnectorMappingCompleteOperation;
|
|
171
|
+
errorManagement: ConnectorMappingErrorManagement;
|
|
172
|
+
fileFilter?: string;
|
|
173
|
+
folderPath?: string;
|
|
174
|
+
format: ConnectorMappingFormat;
|
|
175
|
+
hasHeader?: boolean;
|
|
176
|
+
structure: ConnectorMappingStructure[];
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export type ConnectorMappingResourceFormat = ProxyResource & {
|
|
181
|
+
readonly connectorName?: string;
|
|
182
|
+
connectorType?: ConnectorTypes;
|
|
183
|
+
readonly created?: Date;
|
|
184
|
+
readonly lastModified?: Date;
|
|
185
|
+
entityType?: EntityTypes;
|
|
186
|
+
entityTypeName?: string;
|
|
187
|
+
readonly connectorMappingName?: string;
|
|
188
|
+
displayName?: string;
|
|
189
|
+
description?: string;
|
|
190
|
+
readonly dataFormatId?: string;
|
|
191
|
+
mappingProperties?: ConnectorMappingProperties;
|
|
192
|
+
readonly nextRunTime?: Date;
|
|
193
|
+
readonly runId?: string;
|
|
194
|
+
readonly state?: ConnectorMappingStates;
|
|
195
|
+
readonly tenantId?: string;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface ConnectorMappings {
|
|
200
|
+
createOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, parameters: ConnectorMappingResourceFormat, options?: ConnectorMappingsCreateOrUpdateOptionalParams): Promise<ConnectorMappingsCreateOrUpdateResponse>;
|
|
201
|
+
delete(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsDeleteOptionalParams): Promise<void>;
|
|
202
|
+
get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsGetOptionalParams): Promise<ConnectorMappingsGetResponse>;
|
|
203
|
+
listByConnector(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorMappingsListByConnectorOptionalParams): PagedAsyncIterableIterator<ConnectorMappingResourceFormat>;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface ConnectorMappingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFormat;
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export interface ConnectorMappingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface ConnectorMappingsGetOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat;
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export interface ConnectorMappingsListByConnectorNextOptionalParams extends coreClient.OperationOptions {
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListResult;
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export interface ConnectorMappingsListByConnectorOptionalParams extends coreClient.OperationOptions {
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResult;
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export type ConnectorMappingStates = "Creating" | "Created" | "Failed" | "Ready" | "Running" | "Stopped" | "Expiring";
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface ConnectorMappingStructure {
|
|
243
|
+
columnName: string;
|
|
244
|
+
customFormatSpecifier?: string;
|
|
245
|
+
isEncrypted?: boolean;
|
|
246
|
+
propertyName: string;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export type ConnectorResourceFormat = ProxyResource & {
|
|
251
|
+
readonly connectorId?: number;
|
|
252
|
+
connectorName?: string;
|
|
253
|
+
connectorType?: ConnectorTypes;
|
|
254
|
+
displayName?: string;
|
|
255
|
+
description?: string;
|
|
256
|
+
connectorProperties?: {
|
|
257
|
+
[propertyName: string]: Record<string, unknown>;
|
|
258
|
+
};
|
|
259
|
+
readonly created?: Date;
|
|
260
|
+
readonly lastModified?: Date;
|
|
261
|
+
readonly state?: ConnectorStates;
|
|
262
|
+
readonly tenantId?: string;
|
|
263
|
+
isInternal?: boolean;
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface Connectors {
|
|
268
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectorsCreateOrUpdateResponse>, ConnectorsCreateOrUpdateResponse>>;
|
|
269
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: ConnectorsCreateOrUpdateOptionalParams): Promise<ConnectorsCreateOrUpdateResponse>;
|
|
270
|
+
beginDelete(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
271
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsDeleteOptionalParams): Promise<void>;
|
|
272
|
+
get(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorsGetOptionalParams): Promise<ConnectorsGetResponse>;
|
|
273
|
+
listByHub(resourceGroupName: string, hubName: string, options?: ConnectorsListByHubOptionalParams): PagedAsyncIterableIterator<ConnectorResourceFormat>;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export interface ConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
278
|
+
resumeFrom?: string;
|
|
279
|
+
updateIntervalInMs?: number;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat;
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface ConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
287
|
+
resumeFrom?: string;
|
|
288
|
+
updateIntervalInMs?: number;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
// @public
|
|
292
|
+
export interface ConnectorsGetOptionalParams extends coreClient.OperationOptions {
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// @public
|
|
296
|
+
export type ConnectorsGetResponse = ConnectorResourceFormat;
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export interface ConnectorsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export type ConnectorsListByHubNextResponse = ConnectorListResult;
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface ConnectorsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
// @public
|
|
310
|
+
export type ConnectorsListByHubResponse = ConnectorListResult;
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type ConnectorStates = "Creating" | "Created" | "Ready" | "Expiring" | "Deleting" | "Failed";
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export type ConnectorTypes = string;
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface CrmConnectorEntities {
|
|
320
|
+
displayName?: string;
|
|
321
|
+
isProfile?: boolean;
|
|
322
|
+
logicalName: string;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export interface CrmConnectorProperties {
|
|
327
|
+
accessToken?: string;
|
|
328
|
+
connectionString?: string;
|
|
329
|
+
entities: CrmConnectorEntities[];
|
|
330
|
+
organizationId: string;
|
|
331
|
+
organizationUrl: string;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public (undocumented)
|
|
335
|
+
export class CustomerInsightsManagementClient extends coreClient.ServiceClient {
|
|
336
|
+
// (undocumented)
|
|
337
|
+
$host: string;
|
|
338
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CustomerInsightsManagementClientOptionalParams);
|
|
339
|
+
// (undocumented)
|
|
340
|
+
apiVersion: string;
|
|
341
|
+
// (undocumented)
|
|
342
|
+
authorizationPolicies: AuthorizationPolicies;
|
|
343
|
+
// (undocumented)
|
|
344
|
+
connectorMappings: ConnectorMappings;
|
|
345
|
+
// (undocumented)
|
|
346
|
+
connectors: Connectors;
|
|
347
|
+
// (undocumented)
|
|
348
|
+
hubs: Hubs;
|
|
349
|
+
// (undocumented)
|
|
350
|
+
images: Images;
|
|
351
|
+
// (undocumented)
|
|
352
|
+
interactions: Interactions;
|
|
353
|
+
// (undocumented)
|
|
354
|
+
kpi: Kpi;
|
|
355
|
+
// (undocumented)
|
|
356
|
+
links: Links;
|
|
357
|
+
// (undocumented)
|
|
358
|
+
operations: Operations;
|
|
359
|
+
// (undocumented)
|
|
360
|
+
predictions: Predictions;
|
|
361
|
+
// (undocumented)
|
|
362
|
+
profiles: Profiles;
|
|
363
|
+
// (undocumented)
|
|
364
|
+
relationshipLinks: RelationshipLinks;
|
|
365
|
+
// (undocumented)
|
|
366
|
+
relationships: Relationships;
|
|
367
|
+
// (undocumented)
|
|
368
|
+
roleAssignments: RoleAssignments;
|
|
369
|
+
// (undocumented)
|
|
370
|
+
roles: Roles;
|
|
371
|
+
// (undocumented)
|
|
372
|
+
subscriptionId: string;
|
|
373
|
+
// (undocumented)
|
|
374
|
+
views: Views;
|
|
375
|
+
// (undocumented)
|
|
376
|
+
widgetTypes: WidgetTypes;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
// @public
|
|
380
|
+
export interface CustomerInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
381
|
+
$host?: string;
|
|
382
|
+
apiVersion?: string;
|
|
383
|
+
endpoint?: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export interface DataSourcePrecedence {
|
|
388
|
+
readonly dataSourceReferenceId?: string;
|
|
389
|
+
readonly dataSourceType?: DataSourceType;
|
|
390
|
+
readonly id?: number;
|
|
391
|
+
readonly name?: string;
|
|
392
|
+
precedence?: number;
|
|
393
|
+
readonly status?: Status;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export type DataSourceType = string;
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type EnrichingKpi = KpiDefinition & {};
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export type EntityType = "None" | "Profile" | "Interaction" | "Relationship";
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export type EntityTypeDefinition = MetadataDefinitionBase & {
|
|
407
|
+
apiEntitySetName?: string;
|
|
408
|
+
entityType?: EntityTypes;
|
|
409
|
+
fields?: PropertyDefinition[];
|
|
410
|
+
instancesCount?: number;
|
|
411
|
+
readonly lastChangedUtc?: Date;
|
|
412
|
+
readonly provisioningState?: ProvisioningStates;
|
|
413
|
+
schemaItemTypeLink?: string;
|
|
414
|
+
readonly tenantId?: string;
|
|
415
|
+
timestampFieldName?: string;
|
|
416
|
+
typeName?: string;
|
|
417
|
+
};
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export type EntityTypes = "None" | "Profile" | "Interaction" | "Relationship";
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export type ErrorManagementTypes = "RejectAndContinue" | "StopImport" | "RejectUntilLimit";
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export type FrequencyTypes = "Minute" | "Hour" | "Day" | "Week" | "Month";
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export interface GetImageUploadUrlInput {
|
|
430
|
+
entityType?: string;
|
|
431
|
+
entityTypeName?: string;
|
|
432
|
+
relativePath?: string;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export type Hub = Resource & {
|
|
437
|
+
readonly apiEndpoint?: string;
|
|
438
|
+
readonly webEndpoint?: string;
|
|
439
|
+
readonly provisioningState?: string;
|
|
440
|
+
tenantFeatures?: number;
|
|
441
|
+
hubBillingInfo?: HubBillingInfoFormat;
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
// @public
|
|
445
|
+
export interface HubBillingInfoFormat {
|
|
446
|
+
maxUnits?: number;
|
|
447
|
+
minUnits?: number;
|
|
448
|
+
skuName?: string;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export interface HubListResult {
|
|
453
|
+
nextLink?: string;
|
|
454
|
+
value?: Hub[];
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export interface Hubs {
|
|
459
|
+
beginDelete(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
460
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<void>;
|
|
461
|
+
createOrUpdate(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsCreateOrUpdateOptionalParams): Promise<HubsCreateOrUpdateResponse>;
|
|
462
|
+
get(resourceGroupName: string, hubName: string, options?: HubsGetOptionalParams): Promise<HubsGetResponse>;
|
|
463
|
+
list(options?: HubsListOptionalParams): PagedAsyncIterableIterator<Hub>;
|
|
464
|
+
listByResourceGroup(resourceGroupName: string, options?: HubsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Hub>;
|
|
465
|
+
update(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsUpdateOptionalParams): Promise<HubsUpdateResponse>;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export interface HubsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export type HubsCreateOrUpdateResponse = Hub;
|
|
474
|
+
|
|
475
|
+
// @public
|
|
476
|
+
export interface HubsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
477
|
+
resumeFrom?: string;
|
|
478
|
+
updateIntervalInMs?: number;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export interface HubsGetOptionalParams extends coreClient.OperationOptions {
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export type HubsGetResponse = Hub;
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface HubsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export type HubsListByResourceGroupNextResponse = HubListResult;
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export interface HubsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export type HubsListByResourceGroupResponse = HubListResult;
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export interface HubsListNextOptionalParams extends coreClient.OperationOptions {
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export type HubsListNextResponse = HubListResult;
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export interface HubsListOptionalParams extends coreClient.OperationOptions {
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export type HubsListResponse = HubListResult;
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface HubsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export type HubsUpdateResponse = Hub;
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface ImageDefinition {
|
|
525
|
+
contentUrl?: string;
|
|
526
|
+
imageExists?: boolean;
|
|
527
|
+
relativePath?: string;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface Images {
|
|
532
|
+
getUploadUrlForData(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForDataOptionalParams): Promise<ImagesGetUploadUrlForDataResponse>;
|
|
533
|
+
getUploadUrlForEntityType(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForEntityTypeOptionalParams): Promise<ImagesGetUploadUrlForEntityTypeResponse>;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface ImagesGetUploadUrlForDataOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
// @public
|
|
541
|
+
export type ImagesGetUploadUrlForDataResponse = ImageDefinition;
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export interface ImagesGetUploadUrlForEntityTypeOptionalParams extends coreClient.OperationOptions {
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition;
|
|
549
|
+
|
|
550
|
+
// @public
|
|
551
|
+
export type InstanceOperationType = "Upsert" | "Delete";
|
|
552
|
+
|
|
553
|
+
// @public
|
|
554
|
+
export interface InteractionListResult {
|
|
555
|
+
nextLink?: string;
|
|
556
|
+
value?: InteractionResourceFormat[];
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export type InteractionResourceFormat = ProxyResource & {
|
|
561
|
+
attributes?: {
|
|
562
|
+
[propertyName: string]: string[];
|
|
563
|
+
};
|
|
564
|
+
description?: {
|
|
565
|
+
[propertyName: string]: string;
|
|
566
|
+
};
|
|
567
|
+
displayName?: {
|
|
568
|
+
[propertyName: string]: string;
|
|
569
|
+
};
|
|
570
|
+
localizedAttributes?: {
|
|
571
|
+
[propertyName: string]: {
|
|
572
|
+
[propertyName: string]: string;
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
smallImage?: string;
|
|
576
|
+
mediumImage?: string;
|
|
577
|
+
largeImage?: string;
|
|
578
|
+
apiEntitySetName?: string;
|
|
579
|
+
entityType?: EntityTypes;
|
|
580
|
+
fields?: PropertyDefinition[];
|
|
581
|
+
instancesCount?: number;
|
|
582
|
+
readonly lastChangedUtc?: Date;
|
|
583
|
+
readonly provisioningState?: ProvisioningStates;
|
|
584
|
+
schemaItemTypeLink?: string;
|
|
585
|
+
readonly tenantId?: string;
|
|
586
|
+
timestampFieldName?: string;
|
|
587
|
+
typeName?: string;
|
|
588
|
+
idPropertyNames?: string[];
|
|
589
|
+
participantProfiles?: Participant[];
|
|
590
|
+
primaryParticipantProfilePropertyName?: string;
|
|
591
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
592
|
+
isActivity?: boolean;
|
|
593
|
+
readonly namePropertiesDefaultDataSourceName?: string;
|
|
594
|
+
readonly dataSourceType?: DataSourceType;
|
|
595
|
+
readonly status?: Status;
|
|
596
|
+
readonly idPropertiesDefaultDataSourceId?: number;
|
|
597
|
+
readonly dataSourceReferenceId?: string;
|
|
598
|
+
};
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface Interactions {
|
|
602
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InteractionsCreateOrUpdateResponse>, InteractionsCreateOrUpdateResponse>>;
|
|
603
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<InteractionsCreateOrUpdateResponse>;
|
|
604
|
+
get(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsGetOptionalParams): Promise<InteractionsGetResponse>;
|
|
605
|
+
listByHub(resourceGroupName: string, hubName: string, options?: InteractionsListByHubOptionalParams): PagedAsyncIterableIterator<InteractionResourceFormat>;
|
|
606
|
+
suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsSuggestRelationshipLinksOptionalParams): Promise<InteractionsSuggestRelationshipLinksResponse>;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
// @public
|
|
610
|
+
export interface InteractionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
611
|
+
resumeFrom?: string;
|
|
612
|
+
updateIntervalInMs?: number;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export type InteractionsCreateOrUpdateResponse = InteractionResourceFormat;
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface InteractionsGetOptionalParams extends coreClient.OperationOptions {
|
|
620
|
+
localeCode?: string;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export type InteractionsGetResponse = InteractionResourceFormat;
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface InteractionsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
localeCode?: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export type InteractionsListByHubNextResponse = InteractionListResult;
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export interface InteractionsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
636
|
+
localeCode?: string;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export type InteractionsListByHubResponse = InteractionListResult;
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export interface InteractionsSuggestRelationshipLinksOptionalParams extends coreClient.OperationOptions {
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLinksResponse;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export type InteractionTypeDefinition = EntityTypeDefinition & {
|
|
651
|
+
idPropertyNames?: string[];
|
|
652
|
+
participantProfiles?: Participant[];
|
|
653
|
+
primaryParticipantProfilePropertyName?: string;
|
|
654
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
655
|
+
isActivity?: boolean;
|
|
656
|
+
readonly name?: string;
|
|
657
|
+
readonly dataSourceType?: DataSourceType;
|
|
658
|
+
readonly status?: Status;
|
|
659
|
+
readonly id?: number;
|
|
660
|
+
readonly dataSourceReferenceId?: string;
|
|
661
|
+
};
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export enum KnownCanonicalPropertyValueType {
|
|
665
|
+
// (undocumented)
|
|
666
|
+
Categorical = "Categorical",
|
|
667
|
+
// (undocumented)
|
|
668
|
+
DerivedCategorical = "DerivedCategorical",
|
|
669
|
+
// (undocumented)
|
|
670
|
+
DerivedNumeric = "DerivedNumeric",
|
|
671
|
+
// (undocumented)
|
|
672
|
+
Numeric = "Numeric"
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export enum KnownConnectorTypes {
|
|
677
|
+
// (undocumented)
|
|
678
|
+
AzureBlob = "AzureBlob",
|
|
679
|
+
// (undocumented)
|
|
680
|
+
CRM = "CRM",
|
|
681
|
+
// (undocumented)
|
|
682
|
+
ExchangeOnline = "ExchangeOnline",
|
|
683
|
+
// (undocumented)
|
|
684
|
+
None = "None",
|
|
685
|
+
// (undocumented)
|
|
686
|
+
Outbound = "Outbound",
|
|
687
|
+
// (undocumented)
|
|
688
|
+
Salesforce = "Salesforce"
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export enum KnownDataSourceType {
|
|
693
|
+
// (undocumented)
|
|
694
|
+
Connector = "Connector",
|
|
695
|
+
// (undocumented)
|
|
696
|
+
LinkInteraction = "LinkInteraction",
|
|
697
|
+
// (undocumented)
|
|
698
|
+
SystemDefault = "SystemDefault"
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export enum KnownPredictionModelLifeCycle {
|
|
703
|
+
// (undocumented)
|
|
704
|
+
Active = "Active",
|
|
705
|
+
// (undocumented)
|
|
706
|
+
Deleted = "Deleted",
|
|
707
|
+
// (undocumented)
|
|
708
|
+
Discovering = "Discovering",
|
|
709
|
+
// (undocumented)
|
|
710
|
+
Evaluating = "Evaluating",
|
|
711
|
+
// (undocumented)
|
|
712
|
+
EvaluatingFailed = "EvaluatingFailed",
|
|
713
|
+
// (undocumented)
|
|
714
|
+
Failed = "Failed",
|
|
715
|
+
// (undocumented)
|
|
716
|
+
Featuring = "Featuring",
|
|
717
|
+
// (undocumented)
|
|
718
|
+
FeaturingFailed = "FeaturingFailed",
|
|
719
|
+
// (undocumented)
|
|
720
|
+
HumanIntervention = "HumanIntervention",
|
|
721
|
+
// (undocumented)
|
|
722
|
+
New = "New",
|
|
723
|
+
// (undocumented)
|
|
724
|
+
PendingDiscovering = "PendingDiscovering",
|
|
725
|
+
// (undocumented)
|
|
726
|
+
PendingFeaturing = "PendingFeaturing",
|
|
727
|
+
// (undocumented)
|
|
728
|
+
PendingModelConfirmation = "PendingModelConfirmation",
|
|
729
|
+
// (undocumented)
|
|
730
|
+
PendingTraining = "PendingTraining",
|
|
731
|
+
// (undocumented)
|
|
732
|
+
Provisioning = "Provisioning",
|
|
733
|
+
// (undocumented)
|
|
734
|
+
ProvisioningFailed = "ProvisioningFailed",
|
|
735
|
+
// (undocumented)
|
|
736
|
+
Training = "Training",
|
|
737
|
+
// (undocumented)
|
|
738
|
+
TrainingFailed = "TrainingFailed"
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export enum KnownProvisioningStates {
|
|
743
|
+
// (undocumented)
|
|
744
|
+
Deleting = "Deleting",
|
|
745
|
+
// (undocumented)
|
|
746
|
+
Expiring = "Expiring",
|
|
747
|
+
// (undocumented)
|
|
748
|
+
Failed = "Failed",
|
|
749
|
+
// (undocumented)
|
|
750
|
+
HumanIntervention = "HumanIntervention",
|
|
751
|
+
// (undocumented)
|
|
752
|
+
Provisioning = "Provisioning",
|
|
753
|
+
// (undocumented)
|
|
754
|
+
Succeeded = "Succeeded"
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export enum KnownStatus {
|
|
759
|
+
// (undocumented)
|
|
760
|
+
Active = "Active",
|
|
761
|
+
// (undocumented)
|
|
762
|
+
Deleted = "Deleted",
|
|
763
|
+
// (undocumented)
|
|
764
|
+
None = "None"
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
// @public
|
|
768
|
+
export interface Kpi {
|
|
769
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, kpiName: string, parameters: KpiResourceFormat, options?: KpiCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<KpiCreateOrUpdateResponse>, KpiCreateOrUpdateResponse>>;
|
|
770
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, kpiName: string, parameters: KpiResourceFormat, options?: KpiCreateOrUpdateOptionalParams): Promise<KpiCreateOrUpdateResponse>;
|
|
771
|
+
beginDelete(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
772
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiDeleteOptionalParams): Promise<void>;
|
|
773
|
+
get(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiGetOptionalParams): Promise<KpiGetResponse>;
|
|
774
|
+
listByHub(resourceGroupName: string, hubName: string, options?: KpiListByHubOptionalParams): PagedAsyncIterableIterator<KpiResourceFormat>;
|
|
775
|
+
reprocess(resourceGroupName: string, hubName: string, kpiName: string, options?: KpiReprocessOptionalParams): Promise<void>;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export interface KpiAlias {
|
|
780
|
+
aliasName: string;
|
|
781
|
+
expression: string;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export interface KpiCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
786
|
+
resumeFrom?: string;
|
|
787
|
+
updateIntervalInMs?: number;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export type KpiCreateOrUpdateResponse = KpiResourceFormat;
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface KpiDefinition {
|
|
795
|
+
aliases?: KpiAlias[];
|
|
796
|
+
calculationWindow: CalculationWindowTypes;
|
|
797
|
+
calculationWindowFieldName?: string;
|
|
798
|
+
description?: {
|
|
799
|
+
[propertyName: string]: string;
|
|
800
|
+
};
|
|
801
|
+
displayName?: {
|
|
802
|
+
[propertyName: string]: string;
|
|
803
|
+
};
|
|
804
|
+
entityType: EntityTypes;
|
|
805
|
+
entityTypeName: string;
|
|
806
|
+
expression: string;
|
|
807
|
+
extracts?: KpiExtract[];
|
|
808
|
+
filter?: string;
|
|
809
|
+
function: KpiFunctions;
|
|
810
|
+
groupBy?: string[];
|
|
811
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
812
|
+
readonly kpiName?: string;
|
|
813
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
814
|
+
readonly provisioningState?: ProvisioningStates;
|
|
815
|
+
readonly tenantId?: string;
|
|
816
|
+
thresHolds?: KpiThresholds;
|
|
817
|
+
unit?: string;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export interface KpiDeleteOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
resumeFrom?: string;
|
|
823
|
+
updateIntervalInMs?: number;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface KpiExtract {
|
|
828
|
+
expression: string;
|
|
829
|
+
extractName: string;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
// @public
|
|
833
|
+
export type KpiFunctions = "Sum" | "Avg" | "Min" | "Max" | "Last" | "Count" | "None" | "CountDistinct";
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export interface KpiGetOptionalParams extends coreClient.OperationOptions {
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// @public
|
|
840
|
+
export type KpiGetResponse = KpiResourceFormat;
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export interface KpiGroupByMetadata {
|
|
844
|
+
displayName?: {
|
|
845
|
+
[propertyName: string]: string;
|
|
846
|
+
};
|
|
847
|
+
fieldName?: string;
|
|
848
|
+
fieldType?: string;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
// @public
|
|
852
|
+
export interface KpiListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
// @public
|
|
856
|
+
export type KpiListByHubNextResponse = KpiListResult;
|
|
857
|
+
|
|
858
|
+
// @public
|
|
859
|
+
export interface KpiListByHubOptionalParams extends coreClient.OperationOptions {
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
// @public
|
|
863
|
+
export type KpiListByHubResponse = KpiListResult;
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export interface KpiListResult {
|
|
867
|
+
nextLink?: string;
|
|
868
|
+
value?: KpiResourceFormat[];
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
// @public
|
|
872
|
+
export interface KpiParticipantProfilesMetadata {
|
|
873
|
+
typeName: string;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
// @public
|
|
877
|
+
export interface KpiReprocessOptionalParams extends coreClient.OperationOptions {
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
// @public
|
|
881
|
+
export type KpiResourceFormat = ProxyResource & {
|
|
882
|
+
entityType?: EntityTypes;
|
|
883
|
+
entityTypeName?: string;
|
|
884
|
+
readonly tenantId?: string;
|
|
885
|
+
readonly kpiName?: string;
|
|
886
|
+
displayName?: {
|
|
887
|
+
[propertyName: string]: string;
|
|
888
|
+
};
|
|
889
|
+
description?: {
|
|
890
|
+
[propertyName: string]: string;
|
|
891
|
+
};
|
|
892
|
+
calculationWindow?: CalculationWindowTypes;
|
|
893
|
+
calculationWindowFieldName?: string;
|
|
894
|
+
function?: KpiFunctions;
|
|
895
|
+
expression?: string;
|
|
896
|
+
unit?: string;
|
|
897
|
+
filter?: string;
|
|
898
|
+
groupBy?: string[];
|
|
899
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
900
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
901
|
+
readonly provisioningState?: ProvisioningStates;
|
|
902
|
+
thresHolds?: KpiThresholds;
|
|
903
|
+
aliases?: KpiAlias[];
|
|
904
|
+
extracts?: KpiExtract[];
|
|
905
|
+
};
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export interface KpiThresholds {
|
|
909
|
+
increasingKpi: boolean;
|
|
910
|
+
lowerLimit: number;
|
|
911
|
+
upperLimit: number;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface LinkListResult {
|
|
916
|
+
nextLink?: string;
|
|
917
|
+
value?: LinkResourceFormat[];
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
// @public
|
|
921
|
+
export type LinkResourceFormat = ProxyResource & {
|
|
922
|
+
readonly tenantId?: string;
|
|
923
|
+
readonly linkName?: string;
|
|
924
|
+
sourceEntityType?: EntityType;
|
|
925
|
+
targetEntityType?: EntityType;
|
|
926
|
+
sourceEntityTypeName?: string;
|
|
927
|
+
targetEntityTypeName?: string;
|
|
928
|
+
displayName?: {
|
|
929
|
+
[propertyName: string]: string;
|
|
930
|
+
};
|
|
931
|
+
description?: {
|
|
932
|
+
[propertyName: string]: string;
|
|
933
|
+
};
|
|
934
|
+
mappings?: TypePropertiesMapping[];
|
|
935
|
+
participantPropertyReferences?: ParticipantPropertyReference[];
|
|
936
|
+
readonly provisioningState?: ProvisioningStates;
|
|
937
|
+
referenceOnly?: boolean;
|
|
938
|
+
operationType?: InstanceOperationType;
|
|
939
|
+
};
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export interface Links {
|
|
943
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinksCreateOrUpdateResponse>, LinksCreateOrUpdateResponse>>;
|
|
944
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<LinksCreateOrUpdateResponse>;
|
|
945
|
+
delete(resourceGroupName: string, hubName: string, linkName: string, options?: LinksDeleteOptionalParams): Promise<void>;
|
|
946
|
+
get(resourceGroupName: string, hubName: string, linkName: string, options?: LinksGetOptionalParams): Promise<LinksGetResponse>;
|
|
947
|
+
listByHub(resourceGroupName: string, hubName: string, options?: LinksListByHubOptionalParams): PagedAsyncIterableIterator<LinkResourceFormat>;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
// @public
|
|
951
|
+
export interface LinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
952
|
+
resumeFrom?: string;
|
|
953
|
+
updateIntervalInMs?: number;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export type LinksCreateOrUpdateResponse = LinkResourceFormat;
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export interface LinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export interface LinksGetOptionalParams extends coreClient.OperationOptions {
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
// @public
|
|
968
|
+
export type LinksGetResponse = LinkResourceFormat;
|
|
969
|
+
|
|
970
|
+
// @public
|
|
971
|
+
export interface LinksListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export type LinksListByHubNextResponse = LinkListResult;
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export interface LinksListByHubOptionalParams extends coreClient.OperationOptions {
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
// @public
|
|
982
|
+
export type LinksListByHubResponse = LinkListResult;
|
|
983
|
+
|
|
984
|
+
// @public
|
|
985
|
+
export type LinkTypes = "UpdateAlways" | "CopyIfNull";
|
|
986
|
+
|
|
987
|
+
// @public
|
|
988
|
+
export interface MetadataDefinitionBase {
|
|
989
|
+
attributes?: {
|
|
990
|
+
[propertyName: string]: string[];
|
|
991
|
+
};
|
|
992
|
+
description?: {
|
|
993
|
+
[propertyName: string]: string;
|
|
994
|
+
};
|
|
995
|
+
displayName?: {
|
|
996
|
+
[propertyName: string]: string;
|
|
997
|
+
};
|
|
998
|
+
largeImage?: string;
|
|
999
|
+
localizedAttributes?: {
|
|
1000
|
+
[propertyName: string]: {
|
|
1001
|
+
[propertyName: string]: string;
|
|
1002
|
+
};
|
|
1003
|
+
};
|
|
1004
|
+
mediumImage?: string;
|
|
1005
|
+
smallImage?: string;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
// @public
|
|
1009
|
+
export interface Operation {
|
|
1010
|
+
display?: OperationDisplay;
|
|
1011
|
+
readonly name?: string;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export interface OperationDisplay {
|
|
1016
|
+
readonly operation?: string;
|
|
1017
|
+
readonly provider?: string;
|
|
1018
|
+
readonly resource?: string;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface OperationListResult {
|
|
1023
|
+
readonly nextLink?: string;
|
|
1024
|
+
readonly value?: Operation[];
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export interface Operations {
|
|
1029
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
// @public
|
|
1033
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
// @public
|
|
1044
|
+
export type OperationsListResponse = OperationListResult;
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export interface Participant {
|
|
1048
|
+
description?: {
|
|
1049
|
+
[propertyName: string]: string;
|
|
1050
|
+
};
|
|
1051
|
+
displayName?: {
|
|
1052
|
+
[propertyName: string]: string;
|
|
1053
|
+
};
|
|
1054
|
+
participantName: string;
|
|
1055
|
+
participantPropertyReferences: ParticipantPropertyReference[];
|
|
1056
|
+
profileTypeName: string;
|
|
1057
|
+
role?: string;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export interface ParticipantProfilePropertyReference {
|
|
1062
|
+
interactionPropertyName: string;
|
|
1063
|
+
profilePropertyName: string;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
// @public
|
|
1067
|
+
export interface ParticipantPropertyReference {
|
|
1068
|
+
sourcePropertyName: string;
|
|
1069
|
+
targetPropertyName: string;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export type PermissionTypes = "Read" | "Write" | "Manage";
|
|
1074
|
+
|
|
1075
|
+
// @public
|
|
1076
|
+
export interface PredictionDistributionDefinition {
|
|
1077
|
+
distributions?: PredictionDistributionDefinitionDistributionsItem[];
|
|
1078
|
+
totalNegatives?: number;
|
|
1079
|
+
totalPositives?: number;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
// @public
|
|
1083
|
+
export interface PredictionDistributionDefinitionDistributionsItem {
|
|
1084
|
+
negatives?: number;
|
|
1085
|
+
negativesAboveThreshold?: number;
|
|
1086
|
+
positives?: number;
|
|
1087
|
+
positivesAboveThreshold?: number;
|
|
1088
|
+
scoreThreshold?: number;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
// @public
|
|
1092
|
+
export interface PredictionGradesItem {
|
|
1093
|
+
gradeName?: string;
|
|
1094
|
+
maxScoreThreshold?: number;
|
|
1095
|
+
minScoreThreshold?: number;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export interface PredictionListResult {
|
|
1100
|
+
nextLink?: string;
|
|
1101
|
+
value?: PredictionResourceFormat[];
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
// @public
|
|
1105
|
+
export interface PredictionMappings {
|
|
1106
|
+
grade: string;
|
|
1107
|
+
reason: string;
|
|
1108
|
+
score: string;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
// @public
|
|
1112
|
+
export type PredictionModelLifeCycle = string;
|
|
1113
|
+
|
|
1114
|
+
// @public
|
|
1115
|
+
export interface PredictionModelStatus {
|
|
1116
|
+
readonly message?: string;
|
|
1117
|
+
readonly modelVersion?: string;
|
|
1118
|
+
readonly predictionGuidId?: string;
|
|
1119
|
+
readonly predictionName?: string;
|
|
1120
|
+
readonly signalsUsed?: number;
|
|
1121
|
+
status: PredictionModelLifeCycle;
|
|
1122
|
+
readonly tenantId?: string;
|
|
1123
|
+
readonly testSetCount?: number;
|
|
1124
|
+
readonly trainingAccuracy?: number;
|
|
1125
|
+
readonly trainingSetCount?: number;
|
|
1126
|
+
readonly validationSetCount?: number;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
// @public
|
|
1130
|
+
export type PredictionResourceFormat = ProxyResource & {
|
|
1131
|
+
description?: {
|
|
1132
|
+
[propertyName: string]: string;
|
|
1133
|
+
};
|
|
1134
|
+
displayName?: {
|
|
1135
|
+
[propertyName: string]: string;
|
|
1136
|
+
};
|
|
1137
|
+
involvedInteractionTypes?: string[];
|
|
1138
|
+
involvedKpiTypes?: string[];
|
|
1139
|
+
involvedRelationships?: string[];
|
|
1140
|
+
negativeOutcomeExpression?: string;
|
|
1141
|
+
positiveOutcomeExpression?: string;
|
|
1142
|
+
primaryProfileType?: string;
|
|
1143
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1144
|
+
predictionName?: string;
|
|
1145
|
+
scopeExpression?: string;
|
|
1146
|
+
readonly tenantId?: string;
|
|
1147
|
+
autoAnalyze?: boolean;
|
|
1148
|
+
mappings?: PredictionMappings;
|
|
1149
|
+
scoreLabel?: string;
|
|
1150
|
+
grades?: PredictionGradesItem[];
|
|
1151
|
+
readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities;
|
|
1152
|
+
};
|
|
1153
|
+
|
|
1154
|
+
// @public
|
|
1155
|
+
export interface Predictions {
|
|
1156
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PredictionsCreateOrUpdateResponse>, PredictionsCreateOrUpdateResponse>>;
|
|
1157
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PredictionsCreateOrUpdateResponse>;
|
|
1158
|
+
beginDelete(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1159
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<void>;
|
|
1160
|
+
get(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetOptionalParams): Promise<PredictionsGetResponse>;
|
|
1161
|
+
getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetModelStatusOptionalParams): Promise<PredictionsGetModelStatusResponse>;
|
|
1162
|
+
getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetTrainingResultsOptionalParams): Promise<PredictionsGetTrainingResultsResponse>;
|
|
1163
|
+
listByHub(resourceGroupName: string, hubName: string, options?: PredictionsListByHubOptionalParams): PagedAsyncIterableIterator<PredictionResourceFormat>;
|
|
1164
|
+
modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options?: PredictionsModelStatusOptionalParams): Promise<void>;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public
|
|
1168
|
+
export interface PredictionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1169
|
+
resumeFrom?: string;
|
|
1170
|
+
updateIntervalInMs?: number;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
// @public
|
|
1174
|
+
export type PredictionsCreateOrUpdateResponse = PredictionResourceFormat;
|
|
1175
|
+
|
|
1176
|
+
// @public
|
|
1177
|
+
export interface PredictionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1178
|
+
resumeFrom?: string;
|
|
1179
|
+
updateIntervalInMs?: number;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export interface PredictionsGetModelStatusOptionalParams extends coreClient.OperationOptions {
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
// @public
|
|
1187
|
+
export type PredictionsGetModelStatusResponse = PredictionModelStatus;
|
|
1188
|
+
|
|
1189
|
+
// @public
|
|
1190
|
+
export interface PredictionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
// @public
|
|
1194
|
+
export type PredictionsGetResponse = PredictionResourceFormat;
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export interface PredictionsGetTrainingResultsOptionalParams extends coreClient.OperationOptions {
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
// @public
|
|
1201
|
+
export type PredictionsGetTrainingResultsResponse = PredictionTrainingResults;
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export interface PredictionsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export type PredictionsListByHubNextResponse = PredictionListResult;
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export interface PredictionsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
// @public
|
|
1215
|
+
export type PredictionsListByHubResponse = PredictionListResult;
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export interface PredictionsModelStatusOptionalParams extends coreClient.OperationOptions {
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
// @public
|
|
1222
|
+
export interface PredictionSystemGeneratedEntities {
|
|
1223
|
+
generatedInteractionTypes?: string[];
|
|
1224
|
+
generatedKpis?: {
|
|
1225
|
+
[propertyName: string]: string;
|
|
1226
|
+
};
|
|
1227
|
+
generatedLinks?: string[];
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
// @public
|
|
1231
|
+
export interface PredictionTrainingResults {
|
|
1232
|
+
readonly canonicalProfiles?: CanonicalProfileDefinition[];
|
|
1233
|
+
readonly predictionDistribution?: PredictionDistributionDefinition;
|
|
1234
|
+
readonly primaryProfileInstanceCount?: number;
|
|
1235
|
+
readonly scoreName?: string;
|
|
1236
|
+
readonly tenantId?: string;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
// @public
|
|
1240
|
+
export interface ProfileEnumValidValuesFormat {
|
|
1241
|
+
localizedValueNames?: {
|
|
1242
|
+
[propertyName: string]: string;
|
|
1243
|
+
};
|
|
1244
|
+
value?: number;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
// @public
|
|
1248
|
+
export interface ProfileListResult {
|
|
1249
|
+
nextLink?: string;
|
|
1250
|
+
value?: ProfileResourceFormat[];
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
// @public
|
|
1254
|
+
export type ProfileResourceFormat = ProxyResource & {
|
|
1255
|
+
attributes?: {
|
|
1256
|
+
[propertyName: string]: string[];
|
|
1257
|
+
};
|
|
1258
|
+
description?: {
|
|
1259
|
+
[propertyName: string]: string;
|
|
1260
|
+
};
|
|
1261
|
+
displayName?: {
|
|
1262
|
+
[propertyName: string]: string;
|
|
1263
|
+
};
|
|
1264
|
+
localizedAttributes?: {
|
|
1265
|
+
[propertyName: string]: {
|
|
1266
|
+
[propertyName: string]: string;
|
|
1267
|
+
};
|
|
1268
|
+
};
|
|
1269
|
+
smallImage?: string;
|
|
1270
|
+
mediumImage?: string;
|
|
1271
|
+
largeImage?: string;
|
|
1272
|
+
apiEntitySetName?: string;
|
|
1273
|
+
entityType?: EntityTypes;
|
|
1274
|
+
fields?: PropertyDefinition[];
|
|
1275
|
+
instancesCount?: number;
|
|
1276
|
+
readonly lastChangedUtc?: Date;
|
|
1277
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1278
|
+
schemaItemTypeLink?: string;
|
|
1279
|
+
readonly tenantId?: string;
|
|
1280
|
+
timestampFieldName?: string;
|
|
1281
|
+
typeName?: string;
|
|
1282
|
+
strongIds?: StrongId[];
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
// @public
|
|
1286
|
+
export interface Profiles {
|
|
1287
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ProfilesCreateOrUpdateResponse>, ProfilesCreateOrUpdateResponse>>;
|
|
1288
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<ProfilesCreateOrUpdateResponse>;
|
|
1289
|
+
beginDelete(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1290
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<void>;
|
|
1291
|
+
get(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<ProfilesGetResponse>;
|
|
1292
|
+
getEnrichingKpis(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetEnrichingKpisOptionalParams): Promise<ProfilesGetEnrichingKpisResponse>;
|
|
1293
|
+
listByHub(resourceGroupName: string, hubName: string, options?: ProfilesListByHubOptionalParams): PagedAsyncIterableIterator<ProfileResourceFormat>;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
// @public
|
|
1297
|
+
export interface ProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1298
|
+
resumeFrom?: string;
|
|
1299
|
+
updateIntervalInMs?: number;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export type ProfilesCreateOrUpdateResponse = ProfileResourceFormat;
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export interface ProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
+
localeCode?: string;
|
|
1308
|
+
resumeFrom?: string;
|
|
1309
|
+
updateIntervalInMs?: number;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export interface ProfilesGetEnrichingKpisOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
// @public
|
|
1317
|
+
export type ProfilesGetEnrichingKpisResponse = KpiDefinition[];
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export interface ProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
1321
|
+
localeCode?: string;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
// @public
|
|
1325
|
+
export type ProfilesGetResponse = ProfileResourceFormat;
|
|
1326
|
+
|
|
1327
|
+
// @public
|
|
1328
|
+
export interface ProfilesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1329
|
+
localeCode?: string;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
// @public
|
|
1333
|
+
export type ProfilesListByHubNextResponse = ProfileListResult;
|
|
1334
|
+
|
|
1335
|
+
// @public
|
|
1336
|
+
export interface ProfilesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1337
|
+
localeCode?: string;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
// @public
|
|
1341
|
+
export type ProfilesListByHubResponse = ProfileListResult;
|
|
1342
|
+
|
|
1343
|
+
// @public
|
|
1344
|
+
export type ProfileTypeDefinition = EntityTypeDefinition & {
|
|
1345
|
+
strongIds?: StrongId[];
|
|
1346
|
+
};
|
|
1347
|
+
|
|
1348
|
+
// @public
|
|
1349
|
+
export interface PropertyDefinition {
|
|
1350
|
+
arrayValueSeparator?: string;
|
|
1351
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1352
|
+
enumValidValues?: ProfileEnumValidValuesFormat[];
|
|
1353
|
+
fieldName: string;
|
|
1354
|
+
fieldType: string;
|
|
1355
|
+
isArray?: boolean;
|
|
1356
|
+
isAvailableInGraph?: boolean;
|
|
1357
|
+
isEnum?: boolean;
|
|
1358
|
+
isFlagEnum?: boolean;
|
|
1359
|
+
isImage?: boolean;
|
|
1360
|
+
isLocalizedString?: boolean;
|
|
1361
|
+
isName?: boolean;
|
|
1362
|
+
isRequired?: boolean;
|
|
1363
|
+
maxLength?: number;
|
|
1364
|
+
propertyId?: string;
|
|
1365
|
+
schemaItemPropLink?: string;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export type ProvisioningStates = string;
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export interface ProxyResource {
|
|
1373
|
+
readonly id?: string;
|
|
1374
|
+
readonly name?: string;
|
|
1375
|
+
readonly type?: string;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
// @public
|
|
1379
|
+
export interface RelationshipLinkFieldMapping {
|
|
1380
|
+
interactionFieldName: string;
|
|
1381
|
+
linkType?: LinkTypes;
|
|
1382
|
+
relationshipFieldName: string;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
// @public
|
|
1386
|
+
export interface RelationshipLinkListResult {
|
|
1387
|
+
nextLink?: string;
|
|
1388
|
+
value?: RelationshipLinkResourceFormat[];
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
// @public
|
|
1392
|
+
export type RelationshipLinkResourceFormat = ProxyResource & {
|
|
1393
|
+
displayName?: {
|
|
1394
|
+
[propertyName: string]: string;
|
|
1395
|
+
};
|
|
1396
|
+
description?: {
|
|
1397
|
+
[propertyName: string]: string;
|
|
1398
|
+
};
|
|
1399
|
+
interactionType?: string;
|
|
1400
|
+
readonly linkName?: string;
|
|
1401
|
+
mappings?: RelationshipLinkFieldMapping[];
|
|
1402
|
+
profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1403
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1404
|
+
relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1405
|
+
relationshipName?: string;
|
|
1406
|
+
readonly relationshipGuidId?: string;
|
|
1407
|
+
readonly tenantId?: string;
|
|
1408
|
+
};
|
|
1409
|
+
|
|
1410
|
+
// @public
|
|
1411
|
+
export interface RelationshipLinks {
|
|
1412
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinksCreateOrUpdateResponse>, RelationshipLinksCreateOrUpdateResponse>>;
|
|
1413
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinksCreateOrUpdateResponse>;
|
|
1414
|
+
beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1415
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>;
|
|
1416
|
+
get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinksGetResponse>;
|
|
1417
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat>;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
// @public
|
|
1421
|
+
export interface RelationshipLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1422
|
+
resumeFrom?: string;
|
|
1423
|
+
updateIntervalInMs?: number;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
// @public
|
|
1427
|
+
export type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFormat;
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export interface RelationshipLinksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1431
|
+
resumeFrom?: string;
|
|
1432
|
+
updateIntervalInMs?: number;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
// @public
|
|
1436
|
+
export interface RelationshipLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
// @public
|
|
1440
|
+
export type RelationshipLinksGetResponse = RelationshipLinkResourceFormat;
|
|
1441
|
+
|
|
1442
|
+
// @public
|
|
1443
|
+
export interface RelationshipLinksListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
// @public
|
|
1447
|
+
export type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult;
|
|
1448
|
+
|
|
1449
|
+
// @public
|
|
1450
|
+
export interface RelationshipLinksListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
// @public
|
|
1454
|
+
export type RelationshipLinksListByHubResponse = RelationshipLinkListResult;
|
|
1455
|
+
|
|
1456
|
+
// @public
|
|
1457
|
+
export interface RelationshipListResult {
|
|
1458
|
+
nextLink?: string;
|
|
1459
|
+
value?: RelationshipResourceFormat[];
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export type RelationshipResourceFormat = ProxyResource & {
|
|
1464
|
+
cardinality?: CardinalityTypes;
|
|
1465
|
+
displayName?: {
|
|
1466
|
+
[propertyName: string]: string;
|
|
1467
|
+
};
|
|
1468
|
+
description?: {
|
|
1469
|
+
[propertyName: string]: string;
|
|
1470
|
+
};
|
|
1471
|
+
expiryDateTimeUtc?: Date;
|
|
1472
|
+
fields?: PropertyDefinition[];
|
|
1473
|
+
lookupMappings?: RelationshipTypeMapping[];
|
|
1474
|
+
profileType?: string;
|
|
1475
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1476
|
+
readonly relationshipName?: string;
|
|
1477
|
+
relatedProfileType?: string;
|
|
1478
|
+
readonly relationshipGuidId?: string;
|
|
1479
|
+
readonly tenantId?: string;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface Relationships {
|
|
1484
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipName: string, parameters: RelationshipResourceFormat, options?: RelationshipsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipsCreateOrUpdateResponse>, RelationshipsCreateOrUpdateResponse>>;
|
|
1485
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipName: string, parameters: RelationshipResourceFormat, options?: RelationshipsCreateOrUpdateOptionalParams): Promise<RelationshipsCreateOrUpdateResponse>;
|
|
1486
|
+
beginDelete(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1487
|
+
beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsDeleteOptionalParams): Promise<void>;
|
|
1488
|
+
get(resourceGroupName: string, hubName: string, relationshipName: string, options?: RelationshipsGetOptionalParams): Promise<RelationshipsGetResponse>;
|
|
1489
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RelationshipsListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipResourceFormat>;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
// @public
|
|
1493
|
+
export interface RelationshipsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1494
|
+
resumeFrom?: string;
|
|
1495
|
+
updateIntervalInMs?: number;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
// @public
|
|
1499
|
+
export type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat;
|
|
1500
|
+
|
|
1501
|
+
// @public
|
|
1502
|
+
export interface RelationshipsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1503
|
+
resumeFrom?: string;
|
|
1504
|
+
updateIntervalInMs?: number;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export interface RelationshipsGetOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
// @public
|
|
1512
|
+
export type RelationshipsGetResponse = RelationshipResourceFormat;
|
|
1513
|
+
|
|
1514
|
+
// @public
|
|
1515
|
+
export interface RelationshipsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
// @public
|
|
1519
|
+
export type RelationshipsListByHubNextResponse = RelationshipListResult;
|
|
1520
|
+
|
|
1521
|
+
// @public
|
|
1522
|
+
export interface RelationshipsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
// @public
|
|
1526
|
+
export type RelationshipsListByHubResponse = RelationshipListResult;
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export interface RelationshipsLookup {
|
|
1530
|
+
readonly existingRelationshipName?: string;
|
|
1531
|
+
readonly profileName?: string;
|
|
1532
|
+
readonly profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1533
|
+
readonly relatedProfileName?: string;
|
|
1534
|
+
readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
// @public
|
|
1538
|
+
export interface RelationshipTypeFieldMapping {
|
|
1539
|
+
profileFieldName: string;
|
|
1540
|
+
relatedProfileKeyProperty: string;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
// @public
|
|
1544
|
+
export interface RelationshipTypeMapping {
|
|
1545
|
+
fieldMappings: RelationshipTypeFieldMapping[];
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
// @public
|
|
1549
|
+
export interface Resource {
|
|
1550
|
+
readonly id?: string;
|
|
1551
|
+
location?: string;
|
|
1552
|
+
readonly name?: string;
|
|
1553
|
+
tags?: {
|
|
1554
|
+
[propertyName: string]: string;
|
|
1555
|
+
};
|
|
1556
|
+
readonly type?: string;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
// @public
|
|
1560
|
+
export interface ResourceSetDescription {
|
|
1561
|
+
elements?: string[];
|
|
1562
|
+
exceptions?: string[];
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export interface RoleAssignmentListResult {
|
|
1567
|
+
nextLink?: string;
|
|
1568
|
+
value?: RoleAssignmentResourceFormat[];
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
// @public
|
|
1572
|
+
export type RoleAssignmentResourceFormat = ProxyResource & {
|
|
1573
|
+
readonly tenantId?: string;
|
|
1574
|
+
readonly assignmentName?: string;
|
|
1575
|
+
displayName?: {
|
|
1576
|
+
[propertyName: string]: string;
|
|
1577
|
+
};
|
|
1578
|
+
description?: {
|
|
1579
|
+
[propertyName: string]: string;
|
|
1580
|
+
};
|
|
1581
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1582
|
+
role?: RoleTypes;
|
|
1583
|
+
principals?: AssignmentPrincipal[];
|
|
1584
|
+
profiles?: ResourceSetDescription;
|
|
1585
|
+
interactions?: ResourceSetDescription;
|
|
1586
|
+
links?: ResourceSetDescription;
|
|
1587
|
+
kpis?: ResourceSetDescription;
|
|
1588
|
+
sasPolicies?: ResourceSetDescription;
|
|
1589
|
+
connectors?: ResourceSetDescription;
|
|
1590
|
+
views?: ResourceSetDescription;
|
|
1591
|
+
relationshipLinks?: ResourceSetDescription;
|
|
1592
|
+
relationships?: ResourceSetDescription;
|
|
1593
|
+
widgetTypes?: ResourceSetDescription;
|
|
1594
|
+
roleAssignments?: ResourceSetDescription;
|
|
1595
|
+
conflationPolicies?: ResourceSetDescription;
|
|
1596
|
+
segments?: ResourceSetDescription;
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
// @public
|
|
1600
|
+
export interface RoleAssignments {
|
|
1601
|
+
beginCreateOrUpdate(resourceGroupName: string, hubName: string, assignmentName: string, parameters: RoleAssignmentResourceFormat, options?: RoleAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RoleAssignmentsCreateOrUpdateResponse>, RoleAssignmentsCreateOrUpdateResponse>>;
|
|
1602
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, assignmentName: string, parameters: RoleAssignmentResourceFormat, options?: RoleAssignmentsCreateOrUpdateOptionalParams): Promise<RoleAssignmentsCreateOrUpdateResponse>;
|
|
1603
|
+
delete(resourceGroupName: string, hubName: string, assignmentName: string, options?: RoleAssignmentsDeleteOptionalParams): Promise<void>;
|
|
1604
|
+
get(resourceGroupName: string, hubName: string, assignmentName: string, options?: RoleAssignmentsGetOptionalParams): Promise<RoleAssignmentsGetResponse>;
|
|
1605
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RoleAssignmentsListByHubOptionalParams): PagedAsyncIterableIterator<RoleAssignmentResourceFormat>;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
// @public
|
|
1609
|
+
export interface RoleAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
+
resumeFrom?: string;
|
|
1611
|
+
updateIntervalInMs?: number;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
// @public
|
|
1615
|
+
export type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat;
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export interface RoleAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
// @public
|
|
1622
|
+
export interface RoleAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat;
|
|
1627
|
+
|
|
1628
|
+
// @public
|
|
1629
|
+
export interface RoleAssignmentsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
// @public
|
|
1633
|
+
export type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult;
|
|
1634
|
+
|
|
1635
|
+
// @public
|
|
1636
|
+
export interface RoleAssignmentsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
// @public
|
|
1640
|
+
export type RoleAssignmentsListByHubResponse = RoleAssignmentListResult;
|
|
1641
|
+
|
|
1642
|
+
// @public
|
|
1643
|
+
export interface RoleListResult {
|
|
1644
|
+
nextLink?: string;
|
|
1645
|
+
value?: RoleResourceFormat[];
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
// @public
|
|
1649
|
+
export type RoleResourceFormat = ProxyResource & {
|
|
1650
|
+
roleName?: string;
|
|
1651
|
+
description?: string;
|
|
1652
|
+
};
|
|
1653
|
+
|
|
1654
|
+
// @public
|
|
1655
|
+
export interface Roles {
|
|
1656
|
+
listByHub(resourceGroupName: string, hubName: string, options?: RolesListByHubOptionalParams): PagedAsyncIterableIterator<RoleResourceFormat>;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
// @public
|
|
1660
|
+
export interface RolesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
// @public
|
|
1664
|
+
export type RolesListByHubNextResponse = RoleListResult;
|
|
1665
|
+
|
|
1666
|
+
// @public
|
|
1667
|
+
export interface RolesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
// @public
|
|
1671
|
+
export type RolesListByHubResponse = RoleListResult;
|
|
1672
|
+
|
|
1673
|
+
// @public
|
|
1674
|
+
export type RoleTypes = "Admin" | "Reader" | "ManageAdmin" | "ManageReader" | "DataAdmin" | "DataReader";
|
|
1675
|
+
|
|
1676
|
+
// @public
|
|
1677
|
+
export interface SalesforceConnectorProperties {
|
|
1678
|
+
salesforcetables: SalesforceTable[];
|
|
1679
|
+
usersetting: SalesforceDiscoverSetting;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
// @public
|
|
1683
|
+
export interface SalesforceDiscoverSetting {
|
|
1684
|
+
salesforceConnectionStringSecretUrl: string;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
// @public
|
|
1688
|
+
export interface SalesforceTable {
|
|
1689
|
+
isProfile?: string;
|
|
1690
|
+
tableCategory: string;
|
|
1691
|
+
tableName: string;
|
|
1692
|
+
tableRemarks?: string;
|
|
1693
|
+
tableSchema: string;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
// @public
|
|
1697
|
+
export type Status = string;
|
|
1698
|
+
|
|
1699
|
+
// @public
|
|
1700
|
+
export interface StrongId {
|
|
1701
|
+
description?: {
|
|
1702
|
+
[propertyName: string]: string;
|
|
1703
|
+
};
|
|
1704
|
+
displayName?: {
|
|
1705
|
+
[propertyName: string]: string;
|
|
1706
|
+
};
|
|
1707
|
+
keyPropertyNames: string[];
|
|
1708
|
+
strongIdName: string;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
// @public
|
|
1712
|
+
export interface SuggestRelationshipLinksResponse {
|
|
1713
|
+
readonly interactionName?: string;
|
|
1714
|
+
readonly suggestedRelationships?: RelationshipsLookup[];
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
// @public
|
|
1718
|
+
export interface TypePropertiesMapping {
|
|
1719
|
+
linkType?: LinkTypes;
|
|
1720
|
+
sourcePropertyName: string;
|
|
1721
|
+
targetPropertyName: string;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
// @public
|
|
1725
|
+
export interface ViewListResult {
|
|
1726
|
+
nextLink?: string;
|
|
1727
|
+
value?: ViewResourceFormat[];
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
// @public
|
|
1731
|
+
export type ViewResourceFormat = ProxyResource & {
|
|
1732
|
+
readonly viewName?: string;
|
|
1733
|
+
userId?: string;
|
|
1734
|
+
readonly tenantId?: string;
|
|
1735
|
+
displayName?: {
|
|
1736
|
+
[propertyName: string]: string;
|
|
1737
|
+
};
|
|
1738
|
+
definition?: string;
|
|
1739
|
+
readonly changed?: Date;
|
|
1740
|
+
readonly created?: Date;
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1743
|
+
// @public
|
|
1744
|
+
export interface Views {
|
|
1745
|
+
createOrUpdate(resourceGroupName: string, hubName: string, viewName: string, parameters: ViewResourceFormat, options?: ViewsCreateOrUpdateOptionalParams): Promise<ViewsCreateOrUpdateResponse>;
|
|
1746
|
+
delete(resourceGroupName: string, hubName: string, viewName: string, userId: string, options?: ViewsDeleteOptionalParams): Promise<void>;
|
|
1747
|
+
get(resourceGroupName: string, hubName: string, viewName: string, userId: string, options?: ViewsGetOptionalParams): Promise<ViewsGetResponse>;
|
|
1748
|
+
listByHub(resourceGroupName: string, hubName: string, userId: string, options?: ViewsListByHubOptionalParams): PagedAsyncIterableIterator<ViewResourceFormat>;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
// @public
|
|
1752
|
+
export interface ViewsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export type ViewsCreateOrUpdateResponse = ViewResourceFormat;
|
|
1757
|
+
|
|
1758
|
+
// @public
|
|
1759
|
+
export interface ViewsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
// @public
|
|
1763
|
+
export interface ViewsGetOptionalParams extends coreClient.OperationOptions {
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
// @public
|
|
1767
|
+
export type ViewsGetResponse = ViewResourceFormat;
|
|
1768
|
+
|
|
1769
|
+
// @public
|
|
1770
|
+
export interface ViewsListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
// @public
|
|
1774
|
+
export type ViewsListByHubNextResponse = ViewListResult;
|
|
1775
|
+
|
|
1776
|
+
// @public
|
|
1777
|
+
export interface ViewsListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
// @public
|
|
1781
|
+
export type ViewsListByHubResponse = ViewListResult;
|
|
1782
|
+
|
|
1783
|
+
// @public
|
|
1784
|
+
export interface WidgetTypeListResult {
|
|
1785
|
+
nextLink?: string;
|
|
1786
|
+
value?: WidgetTypeResourceFormat[];
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
// @public
|
|
1790
|
+
export type WidgetTypeResourceFormat = ProxyResource & {
|
|
1791
|
+
readonly widgetTypeName?: string;
|
|
1792
|
+
definition?: string;
|
|
1793
|
+
description?: string;
|
|
1794
|
+
displayName?: {
|
|
1795
|
+
[propertyName: string]: string;
|
|
1796
|
+
};
|
|
1797
|
+
imageUrl?: string;
|
|
1798
|
+
readonly tenantId?: string;
|
|
1799
|
+
widgetVersion?: string;
|
|
1800
|
+
readonly changed?: Date;
|
|
1801
|
+
readonly created?: Date;
|
|
1802
|
+
};
|
|
1803
|
+
|
|
1804
|
+
// @public
|
|
1805
|
+
export interface WidgetTypes {
|
|
1806
|
+
get(resourceGroupName: string, hubName: string, widgetTypeName: string, options?: WidgetTypesGetOptionalParams): Promise<WidgetTypesGetResponse>;
|
|
1807
|
+
listByHub(resourceGroupName: string, hubName: string, options?: WidgetTypesListByHubOptionalParams): PagedAsyncIterableIterator<WidgetTypeResourceFormat>;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
// @public
|
|
1811
|
+
export interface WidgetTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
// @public
|
|
1815
|
+
export type WidgetTypesGetResponse = WidgetTypeResourceFormat;
|
|
1816
|
+
|
|
1817
|
+
// @public
|
|
1818
|
+
export interface WidgetTypesListByHubNextOptionalParams extends coreClient.OperationOptions {
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
// @public
|
|
1822
|
+
export type WidgetTypesListByHubNextResponse = WidgetTypeListResult;
|
|
1823
|
+
|
|
1824
|
+
// @public
|
|
1825
|
+
export interface WidgetTypesListByHubOptionalParams extends coreClient.OperationOptions {
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
// @public
|
|
1829
|
+
export type WidgetTypesListByHubResponse = WidgetTypeListResult;
|
|
1830
|
+
|
|
1831
|
+
// (No @packageDocumentation comment for this package)
|
|
1832
|
+
|
|
1833
|
+
```
|