@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,2454 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
|
|
11
|
+
/** Result of the request to list Customer Insights operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
12
|
+
export interface OperationListResult {
|
|
13
|
+
/**
|
|
14
|
+
* List of Customer Insights operations supported by the Microsoft.CustomerInsights resource provider.
|
|
15
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
+
*/
|
|
17
|
+
readonly value?: Operation[];
|
|
18
|
+
/**
|
|
19
|
+
* URL to get the next set of operation list results if there are any.
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly nextLink?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/** A Customer Insights REST API operation */
|
|
26
|
+
export interface Operation {
|
|
27
|
+
/**
|
|
28
|
+
* Operation name: {provider}/{resource}/{operation}
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly name?: string;
|
|
32
|
+
/** The object that represents the operation. */
|
|
33
|
+
display?: OperationDisplay;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/** The object that represents the operation. */
|
|
37
|
+
export interface OperationDisplay {
|
|
38
|
+
/**
|
|
39
|
+
* Service provider: Microsoft.CustomerInsights
|
|
40
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
+
*/
|
|
42
|
+
readonly provider?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Resource on which the operation is performed: Invoice, etc.
|
|
45
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
+
*/
|
|
47
|
+
readonly resource?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Operation type: Read, write, delete, etc.
|
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
+
*/
|
|
52
|
+
readonly operation?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/** Hub billing info. */
|
|
56
|
+
export interface HubBillingInfoFormat {
|
|
57
|
+
/** The sku name. */
|
|
58
|
+
skuName?: string;
|
|
59
|
+
/** The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions. */
|
|
60
|
+
minUnits?: number;
|
|
61
|
+
/** The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions. */
|
|
62
|
+
maxUnits?: number;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/** Common properties of Azure resource. */
|
|
66
|
+
export interface Resource {
|
|
67
|
+
/**
|
|
68
|
+
* Resource ID.
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly id?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Resource name.
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly name?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Resource type.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly type?: string;
|
|
82
|
+
/** Resource location. */
|
|
83
|
+
location?: string;
|
|
84
|
+
/** Resource tags. */
|
|
85
|
+
tags?: { [propertyName: string]: string };
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/** Response of list hub operation. */
|
|
89
|
+
export interface HubListResult {
|
|
90
|
+
/** Results of the list operation. */
|
|
91
|
+
value?: Hub[];
|
|
92
|
+
/** Link for next set of results. */
|
|
93
|
+
nextLink?: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/** Property/Properties which represent a unique ID. */
|
|
97
|
+
export interface StrongId {
|
|
98
|
+
/** The properties which make up the unique ID. */
|
|
99
|
+
keyPropertyNames: string[];
|
|
100
|
+
/** The Name identifying the strong ID. */
|
|
101
|
+
strongIdName: string;
|
|
102
|
+
/** Localized display name. */
|
|
103
|
+
displayName?: { [propertyName: string]: string };
|
|
104
|
+
/** Localized descriptions. */
|
|
105
|
+
description?: { [propertyName: string]: string };
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** Property definition. */
|
|
109
|
+
export interface PropertyDefinition {
|
|
110
|
+
/** Array value separator for properties with isArray set. */
|
|
111
|
+
arrayValueSeparator?: string;
|
|
112
|
+
/** Describes valid values for an enum property. */
|
|
113
|
+
enumValidValues?: ProfileEnumValidValuesFormat[];
|
|
114
|
+
/** Name of the property. */
|
|
115
|
+
fieldName: string;
|
|
116
|
+
/** Type of the property. */
|
|
117
|
+
fieldType: string;
|
|
118
|
+
/** Indicates if the property is actually an array of the fieldType above on the data api. */
|
|
119
|
+
isArray?: boolean;
|
|
120
|
+
/** Indicates if the property is an enum. */
|
|
121
|
+
isEnum?: boolean;
|
|
122
|
+
/** Indicates if the property is an flag enum. */
|
|
123
|
+
isFlagEnum?: boolean;
|
|
124
|
+
/** Whether the property is an Image. */
|
|
125
|
+
isImage?: boolean;
|
|
126
|
+
/** Whether the property is a localized string. */
|
|
127
|
+
isLocalizedString?: boolean;
|
|
128
|
+
/** Whether the property is a name or a part of name. */
|
|
129
|
+
isName?: boolean;
|
|
130
|
+
/** Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field. */
|
|
131
|
+
isRequired?: boolean;
|
|
132
|
+
/** The ID associated with the property. */
|
|
133
|
+
propertyId?: string;
|
|
134
|
+
/** URL encoded schema.org item prop link for the property. */
|
|
135
|
+
schemaItemPropLink?: string;
|
|
136
|
+
/** Max length of string. Used only if type is string. */
|
|
137
|
+
maxLength?: number;
|
|
138
|
+
/** Whether property is available in graph or not. */
|
|
139
|
+
isAvailableInGraph?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/** Valid enum values in case of an enum property. */
|
|
148
|
+
export interface ProfileEnumValidValuesFormat {
|
|
149
|
+
/** The integer value of the enum member. */
|
|
150
|
+
value?: number;
|
|
151
|
+
/** Localized names of the enum member. */
|
|
152
|
+
localizedValueNames?: { [propertyName: string]: string };
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/** The data source precedence is a way to know the precedence of each data source. */
|
|
156
|
+
export interface DataSourcePrecedence {
|
|
157
|
+
/** the precedence value. */
|
|
158
|
+
precedence?: number;
|
|
159
|
+
/**
|
|
160
|
+
* The data source name
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly name?: string;
|
|
164
|
+
/**
|
|
165
|
+
* The data source type.
|
|
166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
+
*/
|
|
168
|
+
readonly dataSourceType?: DataSourceType;
|
|
169
|
+
/**
|
|
170
|
+
* The data source status.
|
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
+
*/
|
|
173
|
+
readonly status?: Status;
|
|
174
|
+
/**
|
|
175
|
+
* The data source ID.
|
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
+
*/
|
|
178
|
+
readonly id?: number;
|
|
179
|
+
/**
|
|
180
|
+
* The data source reference id.
|
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
182
|
+
*/
|
|
183
|
+
readonly dataSourceReferenceId?: string;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/** The Metadata definition base. */
|
|
187
|
+
export interface MetadataDefinitionBase {
|
|
188
|
+
/** The attributes for the Type. */
|
|
189
|
+
attributes?: { [propertyName: string]: string[] };
|
|
190
|
+
/** Localized descriptions for the property. */
|
|
191
|
+
description?: { [propertyName: string]: string };
|
|
192
|
+
/** Localized display names for the property. */
|
|
193
|
+
displayName?: { [propertyName: string]: string };
|
|
194
|
+
/** Any custom localized attributes for the Type. */
|
|
195
|
+
localizedAttributes?: {
|
|
196
|
+
[propertyName: string]: { [propertyName: string]: string };
|
|
197
|
+
};
|
|
198
|
+
/** Small Image associated with the Property or EntityType. */
|
|
199
|
+
smallImage?: string;
|
|
200
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
201
|
+
mediumImage?: string;
|
|
202
|
+
/** Large Image associated with the Property or EntityType. */
|
|
203
|
+
largeImage?: string;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/** Common properties of proxy resource. */
|
|
207
|
+
export interface ProxyResource {
|
|
208
|
+
/**
|
|
209
|
+
* Resource ID.
|
|
210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
+
*/
|
|
212
|
+
readonly id?: string;
|
|
213
|
+
/**
|
|
214
|
+
* Resource name.
|
|
215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
|
+
*/
|
|
217
|
+
readonly name?: string;
|
|
218
|
+
/**
|
|
219
|
+
* Resource type.
|
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
|
+
*/
|
|
222
|
+
readonly type?: string;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/** The response of list profile operation. */
|
|
226
|
+
export interface ProfileListResult {
|
|
227
|
+
/** Results of the list operation. */
|
|
228
|
+
value?: ProfileResourceFormat[];
|
|
229
|
+
/** Link to the next set of results. */
|
|
230
|
+
nextLink?: string;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/** Defines the KPI Threshold limits. */
|
|
234
|
+
export interface KpiDefinition {
|
|
235
|
+
/** The mapping entity type. */
|
|
236
|
+
entityType: EntityTypes;
|
|
237
|
+
/** The mapping entity name. */
|
|
238
|
+
entityTypeName: string;
|
|
239
|
+
/**
|
|
240
|
+
* The hub name.
|
|
241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
+
*/
|
|
243
|
+
readonly tenantId?: string;
|
|
244
|
+
/**
|
|
245
|
+
* The KPI name.
|
|
246
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
+
*/
|
|
248
|
+
readonly kpiName?: string;
|
|
249
|
+
/** Localized display name for the KPI. */
|
|
250
|
+
displayName?: { [propertyName: string]: string };
|
|
251
|
+
/** Localized description for the KPI. */
|
|
252
|
+
description?: { [propertyName: string]: string };
|
|
253
|
+
/** The calculation window. */
|
|
254
|
+
calculationWindow: CalculationWindowTypes;
|
|
255
|
+
/** Name of calculation window field. */
|
|
256
|
+
calculationWindowFieldName?: string;
|
|
257
|
+
/** The computation function for the KPI. */
|
|
258
|
+
function: KpiFunctions;
|
|
259
|
+
/** The computation expression for the KPI. */
|
|
260
|
+
expression: string;
|
|
261
|
+
/** The unit of measurement for the KPI. */
|
|
262
|
+
unit?: string;
|
|
263
|
+
/** The filter expression for the KPI. */
|
|
264
|
+
filter?: string;
|
|
265
|
+
/** the group by properties for the KPI. */
|
|
266
|
+
groupBy?: string[];
|
|
267
|
+
/**
|
|
268
|
+
* The KPI GroupByMetadata.
|
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
+
*/
|
|
271
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
272
|
+
/**
|
|
273
|
+
* The participant profiles.
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
277
|
+
/**
|
|
278
|
+
* Provisioning state.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly provisioningState?: ProvisioningStates;
|
|
282
|
+
/** The KPI thresholds. */
|
|
283
|
+
thresHolds?: KpiThresholds;
|
|
284
|
+
/** The aliases. */
|
|
285
|
+
aliases?: KpiAlias[];
|
|
286
|
+
/** The KPI extracts. */
|
|
287
|
+
extracts?: KpiExtract[];
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/** The KPI GroupBy field metadata. */
|
|
291
|
+
export interface KpiGroupByMetadata {
|
|
292
|
+
/** The display name. */
|
|
293
|
+
displayName?: { [propertyName: string]: string };
|
|
294
|
+
/** The name of the field. */
|
|
295
|
+
fieldName?: string;
|
|
296
|
+
/** The type of the field. */
|
|
297
|
+
fieldType?: string;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/** The KPI participant profile metadata. */
|
|
301
|
+
export interface KpiParticipantProfilesMetadata {
|
|
302
|
+
/** Name of the type. */
|
|
303
|
+
typeName: string;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/** Defines the KPI Threshold limits. */
|
|
307
|
+
export interface KpiThresholds {
|
|
308
|
+
/** The lower threshold limit. */
|
|
309
|
+
lowerLimit: number;
|
|
310
|
+
/** The upper threshold limit. */
|
|
311
|
+
upperLimit: number;
|
|
312
|
+
/** Whether or not the KPI is an increasing KPI. */
|
|
313
|
+
increasingKpi: boolean;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/** The KPI alias. */
|
|
317
|
+
export interface KpiAlias {
|
|
318
|
+
/** KPI alias name. */
|
|
319
|
+
aliasName: string;
|
|
320
|
+
/** The expression. */
|
|
321
|
+
expression: string;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/** The KPI extract. */
|
|
325
|
+
export interface KpiExtract {
|
|
326
|
+
/** KPI extract name. */
|
|
327
|
+
extractName: string;
|
|
328
|
+
/** The expression. */
|
|
329
|
+
expression: string;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
/** Describes a profile type participating in an interaction. */
|
|
333
|
+
export interface Participant {
|
|
334
|
+
/** Profile type name. */
|
|
335
|
+
profileTypeName: string;
|
|
336
|
+
/** The property references. */
|
|
337
|
+
participantPropertyReferences: ParticipantPropertyReference[];
|
|
338
|
+
/** Participant name. */
|
|
339
|
+
participantName: string;
|
|
340
|
+
/** Localized display name. */
|
|
341
|
+
displayName?: { [propertyName: string]: string };
|
|
342
|
+
/** Localized descriptions. */
|
|
343
|
+
description?: { [propertyName: string]: string };
|
|
344
|
+
/** The role that the participant is playing in the interaction. */
|
|
345
|
+
role?: string;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/** The participant property reference. */
|
|
349
|
+
export interface ParticipantPropertyReference {
|
|
350
|
+
/** The source property that maps to the target property. */
|
|
351
|
+
sourcePropertyName: string;
|
|
352
|
+
/** The target property that maps to the source property. */
|
|
353
|
+
targetPropertyName: string;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/** The response of list interaction operation. */
|
|
357
|
+
export interface InteractionListResult {
|
|
358
|
+
/** Results of the list operation. */
|
|
359
|
+
value?: InteractionResourceFormat[];
|
|
360
|
+
/** Link to the next set of results. */
|
|
361
|
+
nextLink?: string;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/** The response of suggest relationship links operation. */
|
|
365
|
+
export interface SuggestRelationshipLinksResponse {
|
|
366
|
+
/**
|
|
367
|
+
* The interaction name.
|
|
368
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
+
*/
|
|
370
|
+
readonly interactionName?: string;
|
|
371
|
+
/**
|
|
372
|
+
* Suggested relationships for the type.
|
|
373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
+
*/
|
|
375
|
+
readonly suggestedRelationships?: RelationshipsLookup[];
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/** The definition of suggested relationship for the type. */
|
|
379
|
+
export interface RelationshipsLookup {
|
|
380
|
+
/**
|
|
381
|
+
* The relationship profile.
|
|
382
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
+
*/
|
|
384
|
+
readonly profileName?: string;
|
|
385
|
+
/**
|
|
386
|
+
* The property references for the profile type.
|
|
387
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
388
|
+
*/
|
|
389
|
+
readonly profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
390
|
+
/**
|
|
391
|
+
* The related profile.
|
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
+
*/
|
|
394
|
+
readonly relatedProfileName?: string;
|
|
395
|
+
/**
|
|
396
|
+
* The property references for the related profile type.
|
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
+
*/
|
|
399
|
+
readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
400
|
+
/**
|
|
401
|
+
* The name of existing Relationship.
|
|
402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
+
*/
|
|
404
|
+
readonly existingRelationshipName?: string;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
/** The participant profile property reference. */
|
|
408
|
+
export interface ParticipantProfilePropertyReference {
|
|
409
|
+
/** The source interaction property that maps to the target profile property. */
|
|
410
|
+
interactionPropertyName: string;
|
|
411
|
+
/** The target profile property that maps to the source interaction property. */
|
|
412
|
+
profilePropertyName: string;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
/** Maps fields in Profile to their corresponding StrongIds in Related Profile. */
|
|
416
|
+
export interface RelationshipTypeMapping {
|
|
417
|
+
/** Maps a profile property with the StrongId of related profile. This is an array to support StrongIds that are composite key as well. */
|
|
418
|
+
fieldMappings: RelationshipTypeFieldMapping[];
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
/** Map a field of profile to its corresponding StrongId in Related Profile. */
|
|
422
|
+
export interface RelationshipTypeFieldMapping {
|
|
423
|
+
/** Specifies the fieldName in profile. */
|
|
424
|
+
profileFieldName: string;
|
|
425
|
+
/** Specifies the KeyProperty (from StrongId) of the related profile. */
|
|
426
|
+
relatedProfileKeyProperty: string;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
/** The response of list relationship operation. */
|
|
430
|
+
export interface RelationshipListResult {
|
|
431
|
+
/** Results of the list operation. */
|
|
432
|
+
value?: RelationshipResourceFormat[];
|
|
433
|
+
/** Link to the next set of results. */
|
|
434
|
+
nextLink?: string;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
/** The fields mapping for Relationships. */
|
|
438
|
+
export interface RelationshipLinkFieldMapping {
|
|
439
|
+
/** The field name on the Interaction Type. */
|
|
440
|
+
interactionFieldName: string;
|
|
441
|
+
/** Link type. */
|
|
442
|
+
linkType?: LinkTypes;
|
|
443
|
+
/** The field name on the Relationship metadata. */
|
|
444
|
+
relationshipFieldName: string;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/** The response of list relationship link operation. */
|
|
448
|
+
export interface RelationshipLinkListResult {
|
|
449
|
+
/** Results of the list operation. */
|
|
450
|
+
value?: RelationshipLinkResourceFormat[];
|
|
451
|
+
/** Link to the next set of results. */
|
|
452
|
+
nextLink?: string;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
/** The authorization policy. */
|
|
456
|
+
export interface AuthorizationPolicy {
|
|
457
|
+
/**
|
|
458
|
+
* Name of the policy.
|
|
459
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
460
|
+
*/
|
|
461
|
+
readonly policyName?: string;
|
|
462
|
+
/** The permissions associated with the policy. */
|
|
463
|
+
permissions: PermissionTypes[];
|
|
464
|
+
/** Primary key associated with the policy. */
|
|
465
|
+
primaryKey?: string;
|
|
466
|
+
/** Secondary key associated with the policy. */
|
|
467
|
+
secondaryKey?: string;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/** The response of list authorization policy operation. */
|
|
471
|
+
export interface AuthorizationPolicyListResult {
|
|
472
|
+
/** Results of the list operation. */
|
|
473
|
+
value?: AuthorizationPolicyResourceFormat[];
|
|
474
|
+
/** Link to the next set of results. */
|
|
475
|
+
nextLink?: string;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
/** The response of list connector operation. */
|
|
479
|
+
export interface ConnectorListResult {
|
|
480
|
+
/** Results of the list operation. */
|
|
481
|
+
value?: ConnectorResourceFormat[];
|
|
482
|
+
/** Link to the next set of results. */
|
|
483
|
+
nextLink?: string;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
/** The connector mapping properties. */
|
|
487
|
+
export interface ConnectorMappingProperties {
|
|
488
|
+
/** The folder path for the mapping. */
|
|
489
|
+
folderPath?: string;
|
|
490
|
+
/** The file filter for the mapping. */
|
|
491
|
+
fileFilter?: string;
|
|
492
|
+
/** If the file contains a header or not. */
|
|
493
|
+
hasHeader?: boolean;
|
|
494
|
+
/** The error management setting for the mapping. */
|
|
495
|
+
errorManagement: ConnectorMappingErrorManagement;
|
|
496
|
+
/** The format of mapping property. */
|
|
497
|
+
format: ConnectorMappingFormat;
|
|
498
|
+
/** The availability of mapping property. */
|
|
499
|
+
availability: ConnectorMappingAvailability;
|
|
500
|
+
/** Ingestion mapping information at property level. */
|
|
501
|
+
structure: ConnectorMappingStructure[];
|
|
502
|
+
/** The operation after import is done. */
|
|
503
|
+
completeOperation: ConnectorMappingCompleteOperation;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
/** The error management. */
|
|
507
|
+
export interface ConnectorMappingErrorManagement {
|
|
508
|
+
/** The type of error management to use for the mapping. */
|
|
509
|
+
errorManagementType: ErrorManagementTypes;
|
|
510
|
+
/** The error limit allowed while importing data. */
|
|
511
|
+
errorLimit?: number;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/** Connector mapping property format. */
|
|
515
|
+
export interface ConnectorMappingFormat {
|
|
516
|
+
/** The type mapping format. */
|
|
517
|
+
formatType: "TextFormat";
|
|
518
|
+
/** The character that signifies a break between columns. */
|
|
519
|
+
columnDelimiter?: string;
|
|
520
|
+
/** The oData language. */
|
|
521
|
+
acceptLanguage?: string;
|
|
522
|
+
/** Quote character, used to indicate enquoted fields. */
|
|
523
|
+
quoteCharacter?: string;
|
|
524
|
+
/** Escape character for quotes, can be the same as the quoteCharacter. */
|
|
525
|
+
quoteEscapeCharacter?: string;
|
|
526
|
+
/** Character separating array elements. */
|
|
527
|
+
arraySeparator?: string;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/** Connector mapping property availability. */
|
|
531
|
+
export interface ConnectorMappingAvailability {
|
|
532
|
+
/** The frequency to update. */
|
|
533
|
+
frequency?: FrequencyTypes;
|
|
534
|
+
/** The interval of the given frequency to use. */
|
|
535
|
+
interval: number;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
/** Connector mapping property structure. */
|
|
539
|
+
export interface ConnectorMappingStructure {
|
|
540
|
+
/** The property name of the mapping entity. */
|
|
541
|
+
propertyName: string;
|
|
542
|
+
/** The column name of the import file. */
|
|
543
|
+
columnName: string;
|
|
544
|
+
/** Custom format specifier for input parsing. */
|
|
545
|
+
customFormatSpecifier?: string;
|
|
546
|
+
/** Indicates if the column is encrypted. */
|
|
547
|
+
isEncrypted?: boolean;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/** The complete operation. */
|
|
551
|
+
export interface ConnectorMappingCompleteOperation {
|
|
552
|
+
/** The type of completion operation. */
|
|
553
|
+
completionOperationType?: CompletionOperationTypes;
|
|
554
|
+
/** The destination folder where files will be moved to once the import is done. */
|
|
555
|
+
destinationFolder?: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/** The response of list connector mapping operation. */
|
|
559
|
+
export interface ConnectorMappingListResult {
|
|
560
|
+
/** Results of the list operation. */
|
|
561
|
+
value?: ConnectorMappingResourceFormat[];
|
|
562
|
+
/** Link to the next set of results. */
|
|
563
|
+
nextLink?: string;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
/** The response of list KPI operation. */
|
|
567
|
+
export interface KpiListResult {
|
|
568
|
+
/** Results of the list operation. */
|
|
569
|
+
value?: KpiResourceFormat[];
|
|
570
|
+
/** Link to the next set of results. */
|
|
571
|
+
nextLink?: string;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
/** The response of list widget type operation. */
|
|
575
|
+
export interface WidgetTypeListResult {
|
|
576
|
+
/** Results of the list operation. */
|
|
577
|
+
value?: WidgetTypeResourceFormat[];
|
|
578
|
+
/** Link to the next set of results. */
|
|
579
|
+
nextLink?: string;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/** The response of list view operation. */
|
|
583
|
+
export interface ViewListResult {
|
|
584
|
+
/** Results of the list operation. */
|
|
585
|
+
value?: ViewResourceFormat[];
|
|
586
|
+
/** Link to the next set of results. */
|
|
587
|
+
nextLink?: string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/** Metadata for a Link's property mapping. */
|
|
591
|
+
export interface TypePropertiesMapping {
|
|
592
|
+
/** Property name on the source Entity Type. */
|
|
593
|
+
sourcePropertyName: string;
|
|
594
|
+
/** Property name on the target Entity Type. */
|
|
595
|
+
targetPropertyName: string;
|
|
596
|
+
/** Link type. */
|
|
597
|
+
linkType?: LinkTypes;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
/** The response of list link operation. */
|
|
601
|
+
export interface LinkListResult {
|
|
602
|
+
/** Results of the list operation. */
|
|
603
|
+
value?: LinkResourceFormat[];
|
|
604
|
+
/** Link to the next set of results. */
|
|
605
|
+
nextLink?: string;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
/** The response of list role assignment operation. */
|
|
609
|
+
export interface RoleListResult {
|
|
610
|
+
/** Results of the list operation. */
|
|
611
|
+
value?: RoleResourceFormat[];
|
|
612
|
+
/** Link to the next set of results. */
|
|
613
|
+
nextLink?: string;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/** The response of list role assignment operation. */
|
|
617
|
+
export interface RoleAssignmentListResult {
|
|
618
|
+
/** Results of the list operation. */
|
|
619
|
+
value?: RoleAssignmentResourceFormat[];
|
|
620
|
+
/** Link to the next set of results. */
|
|
621
|
+
nextLink?: string;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
/** The AssignmentPrincipal */
|
|
625
|
+
export interface AssignmentPrincipal {
|
|
626
|
+
/** The principal id being assigned to. */
|
|
627
|
+
principalId: string;
|
|
628
|
+
/** The Type of the principal ID. */
|
|
629
|
+
principalType: string;
|
|
630
|
+
/** Other metadata for the principal. */
|
|
631
|
+
principalMetadata?: { [propertyName: string]: string };
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
/** The resource set description. */
|
|
635
|
+
export interface ResourceSetDescription {
|
|
636
|
+
/** The elements included in the set. */
|
|
637
|
+
elements?: string[];
|
|
638
|
+
/** The elements that are not included in the set, in case elements contains '*' indicating 'all'. */
|
|
639
|
+
exceptions?: string[];
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/** Input type for getting image upload url. */
|
|
643
|
+
export interface GetImageUploadUrlInput {
|
|
644
|
+
/** Type of entity. Can be Profile or Interaction. */
|
|
645
|
+
entityType?: string;
|
|
646
|
+
/** Name of the entity type. */
|
|
647
|
+
entityTypeName?: string;
|
|
648
|
+
/** Relative path of the image. */
|
|
649
|
+
relativePath?: string;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
/** The image definition. */
|
|
653
|
+
export interface ImageDefinition {
|
|
654
|
+
/** Whether image exists already. */
|
|
655
|
+
imageExists?: boolean;
|
|
656
|
+
/** Content URL for the image blob. */
|
|
657
|
+
contentUrl?: string;
|
|
658
|
+
/** Relative path of the image. */
|
|
659
|
+
relativePath?: string;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
/** Definition of the link mapping of prediction. */
|
|
663
|
+
export interface PredictionMappings {
|
|
664
|
+
/** The score of the link mapping. */
|
|
665
|
+
score: string;
|
|
666
|
+
/** The grade of the link mapping. */
|
|
667
|
+
grade: string;
|
|
668
|
+
/** The reason of the link mapping. */
|
|
669
|
+
reason: string;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
/** The definition of a prediction grade. */
|
|
673
|
+
export interface PredictionGradesItem {
|
|
674
|
+
/** Name of the grade. */
|
|
675
|
+
gradeName?: string;
|
|
676
|
+
/** Minimum score threshold. */
|
|
677
|
+
minScoreThreshold?: number;
|
|
678
|
+
/** Maximum score threshold. */
|
|
679
|
+
maxScoreThreshold?: number;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
/** System generated entities. */
|
|
683
|
+
export interface PredictionSystemGeneratedEntities {
|
|
684
|
+
/** Generated interaction types. */
|
|
685
|
+
generatedInteractionTypes?: string[];
|
|
686
|
+
/** Generated links. */
|
|
687
|
+
generatedLinks?: string[];
|
|
688
|
+
/** Generated KPIs. */
|
|
689
|
+
generatedKpis?: { [propertyName: string]: string };
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
/** The training results of the prediction. */
|
|
693
|
+
export interface PredictionTrainingResults {
|
|
694
|
+
/**
|
|
695
|
+
* The hub name.
|
|
696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
697
|
+
*/
|
|
698
|
+
readonly tenantId?: string;
|
|
699
|
+
/**
|
|
700
|
+
* Score name.
|
|
701
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
702
|
+
*/
|
|
703
|
+
readonly scoreName?: string;
|
|
704
|
+
/**
|
|
705
|
+
* Prediction distribution.
|
|
706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
707
|
+
*/
|
|
708
|
+
readonly predictionDistribution?: PredictionDistributionDefinition;
|
|
709
|
+
/**
|
|
710
|
+
* Canonical profiles.
|
|
711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
712
|
+
*/
|
|
713
|
+
readonly canonicalProfiles?: CanonicalProfileDefinition[];
|
|
714
|
+
/**
|
|
715
|
+
* Instance count of the primary profile.
|
|
716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
717
|
+
*/
|
|
718
|
+
readonly primaryProfileInstanceCount?: number;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
/** The definition of the prediction distribution. */
|
|
722
|
+
export interface PredictionDistributionDefinition {
|
|
723
|
+
/** Total positive in the distribution. */
|
|
724
|
+
totalPositives?: number;
|
|
725
|
+
/** Total negatives in the distribution. */
|
|
726
|
+
totalNegatives?: number;
|
|
727
|
+
/** Distributions of the prediction. */
|
|
728
|
+
distributions?: PredictionDistributionDefinitionDistributionsItem[];
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
/** The definition of a prediction distribution. */
|
|
732
|
+
export interface PredictionDistributionDefinitionDistributionsItem {
|
|
733
|
+
/** Score threshold. */
|
|
734
|
+
scoreThreshold?: number;
|
|
735
|
+
/** Number of positives. */
|
|
736
|
+
positives?: number;
|
|
737
|
+
/** Number of negatives. */
|
|
738
|
+
negatives?: number;
|
|
739
|
+
/** Number of positives above threshold. */
|
|
740
|
+
positivesAboveThreshold?: number;
|
|
741
|
+
/** Number of negatives above threshold. */
|
|
742
|
+
negativesAboveThreshold?: number;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
/** Definition of canonical profile. */
|
|
746
|
+
export interface CanonicalProfileDefinition {
|
|
747
|
+
/** Canonical profile ID. */
|
|
748
|
+
canonicalProfileId?: number;
|
|
749
|
+
/** Properties of the canonical profile. */
|
|
750
|
+
properties?: CanonicalProfileDefinitionPropertiesItem[];
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/** The definition of a canonical profile property. */
|
|
754
|
+
export interface CanonicalProfileDefinitionPropertiesItem {
|
|
755
|
+
/** Profile name. */
|
|
756
|
+
profileName?: string;
|
|
757
|
+
/** Property name of profile. */
|
|
758
|
+
profilePropertyName?: string;
|
|
759
|
+
/** The rank. */
|
|
760
|
+
rank?: number;
|
|
761
|
+
/** Type of canonical property value. */
|
|
762
|
+
type?: CanonicalPropertyValueType;
|
|
763
|
+
/** Value of the canonical property. */
|
|
764
|
+
value?: string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
/** The prediction model status. */
|
|
768
|
+
export interface PredictionModelStatus {
|
|
769
|
+
/**
|
|
770
|
+
* The hub name.
|
|
771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
772
|
+
*/
|
|
773
|
+
readonly tenantId?: string;
|
|
774
|
+
/**
|
|
775
|
+
* The prediction name.
|
|
776
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
777
|
+
*/
|
|
778
|
+
readonly predictionName?: string;
|
|
779
|
+
/**
|
|
780
|
+
* The prediction GUID ID.
|
|
781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
782
|
+
*/
|
|
783
|
+
readonly predictionGuidId?: string;
|
|
784
|
+
/** Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API. */
|
|
785
|
+
status: PredictionModelLifeCycle;
|
|
786
|
+
/**
|
|
787
|
+
* The model status message.
|
|
788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
789
|
+
*/
|
|
790
|
+
readonly message?: string;
|
|
791
|
+
/**
|
|
792
|
+
* Count of the training set.
|
|
793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
794
|
+
*/
|
|
795
|
+
readonly trainingSetCount?: number;
|
|
796
|
+
/**
|
|
797
|
+
* Count of the test set.
|
|
798
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
799
|
+
*/
|
|
800
|
+
readonly testSetCount?: number;
|
|
801
|
+
/**
|
|
802
|
+
* Count of the validation set.
|
|
803
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
804
|
+
*/
|
|
805
|
+
readonly validationSetCount?: number;
|
|
806
|
+
/**
|
|
807
|
+
* The training accuracy.
|
|
808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
809
|
+
*/
|
|
810
|
+
readonly trainingAccuracy?: number;
|
|
811
|
+
/**
|
|
812
|
+
* The signals used.
|
|
813
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
814
|
+
*/
|
|
815
|
+
readonly signalsUsed?: number;
|
|
816
|
+
/**
|
|
817
|
+
* Version of the model.
|
|
818
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
+
*/
|
|
820
|
+
readonly modelVersion?: string;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
/** The response of list predictions operation. */
|
|
824
|
+
export interface PredictionListResult {
|
|
825
|
+
/** Results of the list operation. */
|
|
826
|
+
value?: PredictionResourceFormat[];
|
|
827
|
+
/** Link to the next set of results. */
|
|
828
|
+
nextLink?: string;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
/** Salesforce discover setting. */
|
|
832
|
+
export interface SalesforceDiscoverSetting {
|
|
833
|
+
/** The salesforce connection string secret URL. */
|
|
834
|
+
salesforceConnectionStringSecretUrl: string;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
/** Salesforce table. */
|
|
838
|
+
export interface SalesforceTable {
|
|
839
|
+
/** Indicating whether this instance is profile. */
|
|
840
|
+
isProfile?: string;
|
|
841
|
+
/** The table category. */
|
|
842
|
+
tableCategory: string;
|
|
843
|
+
/** The name of the table. */
|
|
844
|
+
tableName: string;
|
|
845
|
+
/** The table remarks. */
|
|
846
|
+
tableRemarks?: string;
|
|
847
|
+
/** The table schema. */
|
|
848
|
+
tableSchema: string;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
/** The Salesforce connector properties. */
|
|
852
|
+
export interface SalesforceConnectorProperties {
|
|
853
|
+
/** The user settings. */
|
|
854
|
+
usersetting: SalesforceDiscoverSetting;
|
|
855
|
+
/** The Salesforce tables. */
|
|
856
|
+
salesforcetables: SalesforceTable[];
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
/** The Azure Blob connector properties. */
|
|
860
|
+
export interface AzureBlobConnectorProperties {
|
|
861
|
+
/** The connection KeyVault URL. */
|
|
862
|
+
connectionKeyVaultUrl: string;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
/** The CRM connector properties. */
|
|
866
|
+
export interface CrmConnectorProperties {
|
|
867
|
+
/** The connection string. */
|
|
868
|
+
connectionString?: string;
|
|
869
|
+
/** The organization ID. */
|
|
870
|
+
organizationId: string;
|
|
871
|
+
/** The organization URL. */
|
|
872
|
+
organizationUrl: string;
|
|
873
|
+
/** The entities like account, contact, opportunity. */
|
|
874
|
+
entities: CrmConnectorEntities[];
|
|
875
|
+
/** The access token. */
|
|
876
|
+
accessToken?: string;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
/** The CRM connector entities. */
|
|
880
|
+
export interface CrmConnectorEntities {
|
|
881
|
+
/** The logical name. */
|
|
882
|
+
logicalName: string;
|
|
883
|
+
/** The display name. */
|
|
884
|
+
displayName?: string;
|
|
885
|
+
/** Indicating whether this is profile. */
|
|
886
|
+
isProfile?: boolean;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
/** Hub resource. */
|
|
890
|
+
export type Hub = Resource & {
|
|
891
|
+
/**
|
|
892
|
+
* API endpoint URL of the hub.
|
|
893
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
894
|
+
*/
|
|
895
|
+
readonly apiEndpoint?: string;
|
|
896
|
+
/**
|
|
897
|
+
* Web endpoint URL of the hub.
|
|
898
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
899
|
+
*/
|
|
900
|
+
readonly webEndpoint?: string;
|
|
901
|
+
/**
|
|
902
|
+
* Provisioning state of the hub.
|
|
903
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
904
|
+
*/
|
|
905
|
+
readonly provisioningState?: string;
|
|
906
|
+
/** The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. */
|
|
907
|
+
tenantFeatures?: number;
|
|
908
|
+
/** Billing settings of the hub. */
|
|
909
|
+
hubBillingInfo?: HubBillingInfoFormat;
|
|
910
|
+
};
|
|
911
|
+
|
|
912
|
+
/** Describes an entity. */
|
|
913
|
+
export type EntityTypeDefinition = MetadataDefinitionBase & {
|
|
914
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
915
|
+
apiEntitySetName?: string;
|
|
916
|
+
/** Type of entity. */
|
|
917
|
+
entityType?: EntityTypes;
|
|
918
|
+
/** The properties of the Profile. */
|
|
919
|
+
fields?: PropertyDefinition[];
|
|
920
|
+
/** The instance count. */
|
|
921
|
+
instancesCount?: number;
|
|
922
|
+
/**
|
|
923
|
+
* The last changed time for the type definition.
|
|
924
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
925
|
+
*/
|
|
926
|
+
readonly lastChangedUtc?: Date;
|
|
927
|
+
/**
|
|
928
|
+
* Provisioning state.
|
|
929
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
930
|
+
*/
|
|
931
|
+
readonly provisioningState?: ProvisioningStates;
|
|
932
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
933
|
+
schemaItemTypeLink?: string;
|
|
934
|
+
/**
|
|
935
|
+
* The hub name.
|
|
936
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
937
|
+
*/
|
|
938
|
+
readonly tenantId?: string;
|
|
939
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
940
|
+
timestampFieldName?: string;
|
|
941
|
+
/** The name of the entity. */
|
|
942
|
+
typeName?: string;
|
|
943
|
+
};
|
|
944
|
+
|
|
945
|
+
/** The profile resource format. */
|
|
946
|
+
export type ProfileResourceFormat = ProxyResource & {
|
|
947
|
+
/** The attributes for the Type. */
|
|
948
|
+
attributes?: { [propertyName: string]: string[] };
|
|
949
|
+
/** Localized descriptions for the property. */
|
|
950
|
+
description?: { [propertyName: string]: string };
|
|
951
|
+
/** Localized display names for the property. */
|
|
952
|
+
displayName?: { [propertyName: string]: string };
|
|
953
|
+
/** Any custom localized attributes for the Type. */
|
|
954
|
+
localizedAttributes?: {
|
|
955
|
+
[propertyName: string]: { [propertyName: string]: string };
|
|
956
|
+
};
|
|
957
|
+
/** Small Image associated with the Property or EntityType. */
|
|
958
|
+
smallImage?: string;
|
|
959
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
960
|
+
mediumImage?: string;
|
|
961
|
+
/** Large Image associated with the Property or EntityType. */
|
|
962
|
+
largeImage?: string;
|
|
963
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
964
|
+
apiEntitySetName?: string;
|
|
965
|
+
/** Type of entity. */
|
|
966
|
+
entityType?: EntityTypes;
|
|
967
|
+
/** The properties of the Profile. */
|
|
968
|
+
fields?: PropertyDefinition[];
|
|
969
|
+
/** The instance count. */
|
|
970
|
+
instancesCount?: number;
|
|
971
|
+
/**
|
|
972
|
+
* The last changed time for the type definition.
|
|
973
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
974
|
+
*/
|
|
975
|
+
readonly lastChangedUtc?: Date;
|
|
976
|
+
/**
|
|
977
|
+
* Provisioning state.
|
|
978
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
979
|
+
*/
|
|
980
|
+
readonly provisioningState?: ProvisioningStates;
|
|
981
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
982
|
+
schemaItemTypeLink?: string;
|
|
983
|
+
/**
|
|
984
|
+
* The hub name.
|
|
985
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
986
|
+
*/
|
|
987
|
+
readonly tenantId?: string;
|
|
988
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
989
|
+
timestampFieldName?: string;
|
|
990
|
+
/** The name of the entity. */
|
|
991
|
+
typeName?: string;
|
|
992
|
+
/** The strong IDs. */
|
|
993
|
+
strongIds?: StrongId[];
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
/** The interaction resource format. */
|
|
997
|
+
export type InteractionResourceFormat = ProxyResource & {
|
|
998
|
+
/** The attributes for the Type. */
|
|
999
|
+
attributes?: { [propertyName: string]: string[] };
|
|
1000
|
+
/** Localized descriptions for the property. */
|
|
1001
|
+
description?: { [propertyName: string]: string };
|
|
1002
|
+
/** Localized display names for the property. */
|
|
1003
|
+
displayName?: { [propertyName: string]: string };
|
|
1004
|
+
/** Any custom localized attributes for the Type. */
|
|
1005
|
+
localizedAttributes?: {
|
|
1006
|
+
[propertyName: string]: { [propertyName: string]: string };
|
|
1007
|
+
};
|
|
1008
|
+
/** Small Image associated with the Property or EntityType. */
|
|
1009
|
+
smallImage?: string;
|
|
1010
|
+
/** Medium Image associated with the Property or EntityType. */
|
|
1011
|
+
mediumImage?: string;
|
|
1012
|
+
/** Large Image associated with the Property or EntityType. */
|
|
1013
|
+
largeImage?: string;
|
|
1014
|
+
/** The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. */
|
|
1015
|
+
apiEntitySetName?: string;
|
|
1016
|
+
/** Type of entity. */
|
|
1017
|
+
entityType?: EntityTypes;
|
|
1018
|
+
/** The properties of the Profile. */
|
|
1019
|
+
fields?: PropertyDefinition[];
|
|
1020
|
+
/** The instance count. */
|
|
1021
|
+
instancesCount?: number;
|
|
1022
|
+
/**
|
|
1023
|
+
* The last changed time for the type definition.
|
|
1024
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1025
|
+
*/
|
|
1026
|
+
readonly lastChangedUtc?: Date;
|
|
1027
|
+
/**
|
|
1028
|
+
* Provisioning state.
|
|
1029
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1030
|
+
*/
|
|
1031
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1032
|
+
/** The schema org link. This helps ACI identify and suggest semantic models. */
|
|
1033
|
+
schemaItemTypeLink?: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* The hub name.
|
|
1036
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1037
|
+
*/
|
|
1038
|
+
readonly tenantId?: string;
|
|
1039
|
+
/** The timestamp property name. Represents the time when the interaction or profile update happened. */
|
|
1040
|
+
timestampFieldName?: string;
|
|
1041
|
+
/** The name of the entity. */
|
|
1042
|
+
typeName?: string;
|
|
1043
|
+
/** The id property names. Properties which uniquely identify an interaction instance. */
|
|
1044
|
+
idPropertyNames?: string[];
|
|
1045
|
+
/** Profiles that participated in the interaction. */
|
|
1046
|
+
participantProfiles?: Participant[];
|
|
1047
|
+
/** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */
|
|
1048
|
+
primaryParticipantProfilePropertyName?: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
1051
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1052
|
+
*/
|
|
1053
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1054
|
+
/** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */
|
|
1055
|
+
isActivity?: boolean;
|
|
1056
|
+
/**
|
|
1057
|
+
* The data source name
|
|
1058
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1059
|
+
*/
|
|
1060
|
+
readonly namePropertiesDefaultDataSourceName?: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* The data source type.
|
|
1063
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1064
|
+
*/
|
|
1065
|
+
readonly dataSourceType?: DataSourceType;
|
|
1066
|
+
/**
|
|
1067
|
+
* The data source status.
|
|
1068
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1069
|
+
*/
|
|
1070
|
+
readonly status?: Status;
|
|
1071
|
+
/**
|
|
1072
|
+
* The data source ID.
|
|
1073
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1074
|
+
*/
|
|
1075
|
+
readonly idPropertiesDefaultDataSourceId?: number;
|
|
1076
|
+
/**
|
|
1077
|
+
* The data source reference id.
|
|
1078
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1079
|
+
*/
|
|
1080
|
+
readonly dataSourceReferenceId?: string;
|
|
1081
|
+
};
|
|
1082
|
+
|
|
1083
|
+
/** The relationship resource format. */
|
|
1084
|
+
export type RelationshipResourceFormat = ProxyResource & {
|
|
1085
|
+
/** The Relationship Cardinality. */
|
|
1086
|
+
cardinality?: CardinalityTypes;
|
|
1087
|
+
/** Localized display name for the Relationship. */
|
|
1088
|
+
displayName?: { [propertyName: string]: string };
|
|
1089
|
+
/** Localized descriptions for the Relationship. */
|
|
1090
|
+
description?: { [propertyName: string]: string };
|
|
1091
|
+
/** The expiry date time in UTC. */
|
|
1092
|
+
expiryDateTimeUtc?: Date;
|
|
1093
|
+
/** The properties of the Relationship. */
|
|
1094
|
+
fields?: PropertyDefinition[];
|
|
1095
|
+
/** Optional property to be used to map fields in profile to their strong ids in related profile. */
|
|
1096
|
+
lookupMappings?: RelationshipTypeMapping[];
|
|
1097
|
+
/** Profile type. */
|
|
1098
|
+
profileType?: string;
|
|
1099
|
+
/**
|
|
1100
|
+
* Provisioning state.
|
|
1101
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1102
|
+
*/
|
|
1103
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1104
|
+
/**
|
|
1105
|
+
* The Relationship name.
|
|
1106
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1107
|
+
*/
|
|
1108
|
+
readonly relationshipName?: string;
|
|
1109
|
+
/** Related profile being referenced. */
|
|
1110
|
+
relatedProfileType?: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* The relationship guid id.
|
|
1113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1114
|
+
*/
|
|
1115
|
+
readonly relationshipGuidId?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* The hub name.
|
|
1118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1119
|
+
*/
|
|
1120
|
+
readonly tenantId?: string;
|
|
1121
|
+
};
|
|
1122
|
+
|
|
1123
|
+
/** The relationship link resource format. */
|
|
1124
|
+
export type RelationshipLinkResourceFormat = ProxyResource & {
|
|
1125
|
+
/** Localized display name for the Relationship Link. */
|
|
1126
|
+
displayName?: { [propertyName: string]: string };
|
|
1127
|
+
/** Localized descriptions for the Relationship Link. */
|
|
1128
|
+
description?: { [propertyName: string]: string };
|
|
1129
|
+
/** The InteractionType associated with the Relationship Link. */
|
|
1130
|
+
interactionType?: string;
|
|
1131
|
+
/**
|
|
1132
|
+
* The name of the Relationship Link.
|
|
1133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1134
|
+
*/
|
|
1135
|
+
readonly linkName?: string;
|
|
1136
|
+
/** The mappings between Interaction and Relationship fields. */
|
|
1137
|
+
mappings?: RelationshipLinkFieldMapping[];
|
|
1138
|
+
/** The property references for the Profile of the Relationship. */
|
|
1139
|
+
profilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1140
|
+
/**
|
|
1141
|
+
* Provisioning state.
|
|
1142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1143
|
+
*/
|
|
1144
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1145
|
+
/** The property references for the Related Profile of the Relationship. */
|
|
1146
|
+
relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[];
|
|
1147
|
+
/** The Relationship associated with the Link. */
|
|
1148
|
+
relationshipName?: string;
|
|
1149
|
+
/**
|
|
1150
|
+
* The relationship guid id.
|
|
1151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1152
|
+
*/
|
|
1153
|
+
readonly relationshipGuidId?: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* The hub name.
|
|
1156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1157
|
+
*/
|
|
1158
|
+
readonly tenantId?: string;
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
/** The authorization policy resource format. */
|
|
1162
|
+
export type AuthorizationPolicyResourceFormat = ProxyResource & {
|
|
1163
|
+
/**
|
|
1164
|
+
* Name of the policy.
|
|
1165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1166
|
+
*/
|
|
1167
|
+
readonly policyName?: string;
|
|
1168
|
+
/** The permissions associated with the policy. */
|
|
1169
|
+
permissions?: PermissionTypes[];
|
|
1170
|
+
/** Primary key associated with the policy. */
|
|
1171
|
+
primaryKey?: string;
|
|
1172
|
+
/** Secondary key associated with the policy. */
|
|
1173
|
+
secondaryKey?: string;
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
/** The connector resource format. */
|
|
1177
|
+
export type ConnectorResourceFormat = ProxyResource & {
|
|
1178
|
+
/**
|
|
1179
|
+
* ID of the connector.
|
|
1180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1181
|
+
*/
|
|
1182
|
+
readonly connectorId?: number;
|
|
1183
|
+
/** Name of the connector. */
|
|
1184
|
+
connectorName?: string;
|
|
1185
|
+
/** Type of connector. */
|
|
1186
|
+
connectorType?: ConnectorTypes;
|
|
1187
|
+
/** Display name of the connector. */
|
|
1188
|
+
displayName?: string;
|
|
1189
|
+
/** Description of the connector. */
|
|
1190
|
+
description?: string;
|
|
1191
|
+
/** The connector properties. */
|
|
1192
|
+
connectorProperties?: { [propertyName: string]: Record<string, unknown> };
|
|
1193
|
+
/**
|
|
1194
|
+
* The created time.
|
|
1195
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1196
|
+
*/
|
|
1197
|
+
readonly created?: Date;
|
|
1198
|
+
/**
|
|
1199
|
+
* The last modified time.
|
|
1200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1201
|
+
*/
|
|
1202
|
+
readonly lastModified?: Date;
|
|
1203
|
+
/**
|
|
1204
|
+
* State of connector.
|
|
1205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1206
|
+
*/
|
|
1207
|
+
readonly state?: ConnectorStates;
|
|
1208
|
+
/**
|
|
1209
|
+
* The hub name.
|
|
1210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1211
|
+
*/
|
|
1212
|
+
readonly tenantId?: string;
|
|
1213
|
+
/** If this is an internal connector. */
|
|
1214
|
+
isInternal?: boolean;
|
|
1215
|
+
};
|
|
1216
|
+
|
|
1217
|
+
/** The connector mapping resource format. */
|
|
1218
|
+
export type ConnectorMappingResourceFormat = ProxyResource & {
|
|
1219
|
+
/**
|
|
1220
|
+
* The connector name.
|
|
1221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1222
|
+
*/
|
|
1223
|
+
readonly connectorName?: string;
|
|
1224
|
+
/** Type of connector. */
|
|
1225
|
+
connectorType?: ConnectorTypes;
|
|
1226
|
+
/**
|
|
1227
|
+
* The created time.
|
|
1228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1229
|
+
*/
|
|
1230
|
+
readonly created?: Date;
|
|
1231
|
+
/**
|
|
1232
|
+
* The last modified time.
|
|
1233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1234
|
+
*/
|
|
1235
|
+
readonly lastModified?: Date;
|
|
1236
|
+
/** Defines which entity type the file should map to. */
|
|
1237
|
+
entityType?: EntityTypes;
|
|
1238
|
+
/** The mapping entity name. */
|
|
1239
|
+
entityTypeName?: string;
|
|
1240
|
+
/**
|
|
1241
|
+
* The connector mapping name
|
|
1242
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1243
|
+
*/
|
|
1244
|
+
readonly connectorMappingName?: string;
|
|
1245
|
+
/** Display name for the connector mapping. */
|
|
1246
|
+
displayName?: string;
|
|
1247
|
+
/** The description of the connector mapping. */
|
|
1248
|
+
description?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* The DataFormat ID.
|
|
1251
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1252
|
+
*/
|
|
1253
|
+
readonly dataFormatId?: string;
|
|
1254
|
+
/** The properties of the mapping. */
|
|
1255
|
+
mappingProperties?: ConnectorMappingProperties;
|
|
1256
|
+
/**
|
|
1257
|
+
* The next run time based on customer's settings.
|
|
1258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1259
|
+
*/
|
|
1260
|
+
readonly nextRunTime?: Date;
|
|
1261
|
+
/**
|
|
1262
|
+
* The RunId.
|
|
1263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1264
|
+
*/
|
|
1265
|
+
readonly runId?: string;
|
|
1266
|
+
/**
|
|
1267
|
+
* State of connector mapping.
|
|
1268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1269
|
+
*/
|
|
1270
|
+
readonly state?: ConnectorMappingStates;
|
|
1271
|
+
/**
|
|
1272
|
+
* The hub name.
|
|
1273
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1274
|
+
*/
|
|
1275
|
+
readonly tenantId?: string;
|
|
1276
|
+
};
|
|
1277
|
+
|
|
1278
|
+
/** The KPI resource format. */
|
|
1279
|
+
export type KpiResourceFormat = ProxyResource & {
|
|
1280
|
+
/** The mapping entity type. */
|
|
1281
|
+
entityType?: EntityTypes;
|
|
1282
|
+
/** The mapping entity name. */
|
|
1283
|
+
entityTypeName?: string;
|
|
1284
|
+
/**
|
|
1285
|
+
* The hub name.
|
|
1286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1287
|
+
*/
|
|
1288
|
+
readonly tenantId?: string;
|
|
1289
|
+
/**
|
|
1290
|
+
* The KPI name.
|
|
1291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1292
|
+
*/
|
|
1293
|
+
readonly kpiName?: string;
|
|
1294
|
+
/** Localized display name for the KPI. */
|
|
1295
|
+
displayName?: { [propertyName: string]: string };
|
|
1296
|
+
/** Localized description for the KPI. */
|
|
1297
|
+
description?: { [propertyName: string]: string };
|
|
1298
|
+
/** The calculation window. */
|
|
1299
|
+
calculationWindow?: CalculationWindowTypes;
|
|
1300
|
+
/** Name of calculation window field. */
|
|
1301
|
+
calculationWindowFieldName?: string;
|
|
1302
|
+
/** The computation function for the KPI. */
|
|
1303
|
+
function?: KpiFunctions;
|
|
1304
|
+
/** The computation expression for the KPI. */
|
|
1305
|
+
expression?: string;
|
|
1306
|
+
/** The unit of measurement for the KPI. */
|
|
1307
|
+
unit?: string;
|
|
1308
|
+
/** The filter expression for the KPI. */
|
|
1309
|
+
filter?: string;
|
|
1310
|
+
/** the group by properties for the KPI. */
|
|
1311
|
+
groupBy?: string[];
|
|
1312
|
+
/**
|
|
1313
|
+
* The KPI GroupByMetadata.
|
|
1314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1315
|
+
*/
|
|
1316
|
+
readonly groupByMetadata?: KpiGroupByMetadata[];
|
|
1317
|
+
/**
|
|
1318
|
+
* The participant profiles.
|
|
1319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1320
|
+
*/
|
|
1321
|
+
readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[];
|
|
1322
|
+
/**
|
|
1323
|
+
* Provisioning state.
|
|
1324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1325
|
+
*/
|
|
1326
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1327
|
+
/** The KPI thresholds. */
|
|
1328
|
+
thresHolds?: KpiThresholds;
|
|
1329
|
+
/** The aliases. */
|
|
1330
|
+
aliases?: KpiAlias[];
|
|
1331
|
+
/** The KPI extracts. */
|
|
1332
|
+
extracts?: KpiExtract[];
|
|
1333
|
+
};
|
|
1334
|
+
|
|
1335
|
+
/** The WidgetTypeResourceFormat */
|
|
1336
|
+
export type WidgetTypeResourceFormat = ProxyResource & {
|
|
1337
|
+
/**
|
|
1338
|
+
* Name of the widget type.
|
|
1339
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1340
|
+
*/
|
|
1341
|
+
readonly widgetTypeName?: string;
|
|
1342
|
+
/** Definition for widget type. */
|
|
1343
|
+
definition?: string;
|
|
1344
|
+
/** Description for widget type. */
|
|
1345
|
+
description?: string;
|
|
1346
|
+
/** Localized display name for the widget type. */
|
|
1347
|
+
displayName?: { [propertyName: string]: string };
|
|
1348
|
+
/** The image URL. */
|
|
1349
|
+
imageUrl?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* The hub name.
|
|
1352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1353
|
+
*/
|
|
1354
|
+
readonly tenantId?: string;
|
|
1355
|
+
/** The widget version. */
|
|
1356
|
+
widgetVersion?: string;
|
|
1357
|
+
/**
|
|
1358
|
+
* Date time when widget type was last modified.
|
|
1359
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1360
|
+
*/
|
|
1361
|
+
readonly changed?: Date;
|
|
1362
|
+
/**
|
|
1363
|
+
* Date time when widget type was created.
|
|
1364
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1365
|
+
*/
|
|
1366
|
+
readonly created?: Date;
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
/** The view resource format. */
|
|
1370
|
+
export type ViewResourceFormat = ProxyResource & {
|
|
1371
|
+
/**
|
|
1372
|
+
* Name of the view.
|
|
1373
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1374
|
+
*/
|
|
1375
|
+
readonly viewName?: string;
|
|
1376
|
+
/** the user ID. */
|
|
1377
|
+
userId?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* the hub name.
|
|
1380
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1381
|
+
*/
|
|
1382
|
+
readonly tenantId?: string;
|
|
1383
|
+
/** Localized display name for the view. */
|
|
1384
|
+
displayName?: { [propertyName: string]: string };
|
|
1385
|
+
/** View definition. */
|
|
1386
|
+
definition?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* Date time when view was last modified.
|
|
1389
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1390
|
+
*/
|
|
1391
|
+
readonly changed?: Date;
|
|
1392
|
+
/**
|
|
1393
|
+
* Date time when view was created.
|
|
1394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1395
|
+
*/
|
|
1396
|
+
readonly created?: Date;
|
|
1397
|
+
};
|
|
1398
|
+
|
|
1399
|
+
/** The link resource format. */
|
|
1400
|
+
export type LinkResourceFormat = ProxyResource & {
|
|
1401
|
+
/**
|
|
1402
|
+
* The hub name.
|
|
1403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1404
|
+
*/
|
|
1405
|
+
readonly tenantId?: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* The link name.
|
|
1408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1409
|
+
*/
|
|
1410
|
+
readonly linkName?: string;
|
|
1411
|
+
/** Type of source entity. */
|
|
1412
|
+
sourceEntityType?: EntityType;
|
|
1413
|
+
/** Type of target entity. */
|
|
1414
|
+
targetEntityType?: EntityType;
|
|
1415
|
+
/** Name of the source Entity Type. */
|
|
1416
|
+
sourceEntityTypeName?: string;
|
|
1417
|
+
/** Name of the target Entity Type. */
|
|
1418
|
+
targetEntityTypeName?: string;
|
|
1419
|
+
/** Localized display name for the Link. */
|
|
1420
|
+
displayName?: { [propertyName: string]: string };
|
|
1421
|
+
/** Localized descriptions for the Link. */
|
|
1422
|
+
description?: { [propertyName: string]: string };
|
|
1423
|
+
/** The set of properties mappings between the source and target Types. */
|
|
1424
|
+
mappings?: TypePropertiesMapping[];
|
|
1425
|
+
/** The properties that represent the participating profile. */
|
|
1426
|
+
participantPropertyReferences?: ParticipantPropertyReference[];
|
|
1427
|
+
/**
|
|
1428
|
+
* Provisioning state.
|
|
1429
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1430
|
+
*/
|
|
1431
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1432
|
+
/** Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles. */
|
|
1433
|
+
referenceOnly?: boolean;
|
|
1434
|
+
/** Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only. */
|
|
1435
|
+
operationType?: InstanceOperationType;
|
|
1436
|
+
};
|
|
1437
|
+
|
|
1438
|
+
/** The role resource format. */
|
|
1439
|
+
export type RoleResourceFormat = ProxyResource & {
|
|
1440
|
+
/** The role name. */
|
|
1441
|
+
roleName?: string;
|
|
1442
|
+
/** The description of the role. */
|
|
1443
|
+
description?: string;
|
|
1444
|
+
};
|
|
1445
|
+
|
|
1446
|
+
/** The Role Assignment resource format. */
|
|
1447
|
+
export type RoleAssignmentResourceFormat = ProxyResource & {
|
|
1448
|
+
/**
|
|
1449
|
+
* The hub name.
|
|
1450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
+
*/
|
|
1452
|
+
readonly tenantId?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* The name of the metadata object.
|
|
1455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
+
*/
|
|
1457
|
+
readonly assignmentName?: string;
|
|
1458
|
+
/** Localized display names for the metadata. */
|
|
1459
|
+
displayName?: { [propertyName: string]: string };
|
|
1460
|
+
/** Localized description for the metadata. */
|
|
1461
|
+
description?: { [propertyName: string]: string };
|
|
1462
|
+
/**
|
|
1463
|
+
* Provisioning state.
|
|
1464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1465
|
+
*/
|
|
1466
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1467
|
+
/** Type of roles. */
|
|
1468
|
+
role?: RoleTypes;
|
|
1469
|
+
/** The principals being assigned to. */
|
|
1470
|
+
principals?: AssignmentPrincipal[];
|
|
1471
|
+
/** Profiles set for the assignment. */
|
|
1472
|
+
profiles?: ResourceSetDescription;
|
|
1473
|
+
/** Interactions set for the assignment. */
|
|
1474
|
+
interactions?: ResourceSetDescription;
|
|
1475
|
+
/** Links set for the assignment. */
|
|
1476
|
+
links?: ResourceSetDescription;
|
|
1477
|
+
/** Kpis set for the assignment. */
|
|
1478
|
+
kpis?: ResourceSetDescription;
|
|
1479
|
+
/** Sas Policies set for the assignment. */
|
|
1480
|
+
sasPolicies?: ResourceSetDescription;
|
|
1481
|
+
/** Connectors set for the assignment. */
|
|
1482
|
+
connectors?: ResourceSetDescription;
|
|
1483
|
+
/** Views set for the assignment. */
|
|
1484
|
+
views?: ResourceSetDescription;
|
|
1485
|
+
/** The Role assignments set for the relationship links. */
|
|
1486
|
+
relationshipLinks?: ResourceSetDescription;
|
|
1487
|
+
/** The Role assignments set for the relationships. */
|
|
1488
|
+
relationships?: ResourceSetDescription;
|
|
1489
|
+
/** Widget types set for the assignment. */
|
|
1490
|
+
widgetTypes?: ResourceSetDescription;
|
|
1491
|
+
/** The Role assignments set for the assignment. */
|
|
1492
|
+
roleAssignments?: ResourceSetDescription;
|
|
1493
|
+
/** Widget types set for the assignment. */
|
|
1494
|
+
conflationPolicies?: ResourceSetDescription;
|
|
1495
|
+
/** The Role assignments set for the assignment. */
|
|
1496
|
+
segments?: ResourceSetDescription;
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
/** The prediction resource format. */
|
|
1500
|
+
export type PredictionResourceFormat = ProxyResource & {
|
|
1501
|
+
/** Description of the prediction. */
|
|
1502
|
+
description?: { [propertyName: string]: string };
|
|
1503
|
+
/** Display name of the prediction. */
|
|
1504
|
+
displayName?: { [propertyName: string]: string };
|
|
1505
|
+
/** Interaction types involved in the prediction. */
|
|
1506
|
+
involvedInteractionTypes?: string[];
|
|
1507
|
+
/** KPI types involved in the prediction. */
|
|
1508
|
+
involvedKpiTypes?: string[];
|
|
1509
|
+
/** Relationships involved in the prediction. */
|
|
1510
|
+
involvedRelationships?: string[];
|
|
1511
|
+
/** Negative outcome expression. */
|
|
1512
|
+
negativeOutcomeExpression?: string;
|
|
1513
|
+
/** Positive outcome expression. */
|
|
1514
|
+
positiveOutcomeExpression?: string;
|
|
1515
|
+
/** Primary profile type. */
|
|
1516
|
+
primaryProfileType?: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* Provisioning state.
|
|
1519
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1520
|
+
*/
|
|
1521
|
+
readonly provisioningState?: ProvisioningStates;
|
|
1522
|
+
/** Name of the prediction. */
|
|
1523
|
+
predictionName?: string;
|
|
1524
|
+
/** Scope expression. */
|
|
1525
|
+
scopeExpression?: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* The hub name.
|
|
1528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1529
|
+
*/
|
|
1530
|
+
readonly tenantId?: string;
|
|
1531
|
+
/** Whether do auto analyze. */
|
|
1532
|
+
autoAnalyze?: boolean;
|
|
1533
|
+
/** Definition of the link mapping of prediction. */
|
|
1534
|
+
mappings?: PredictionMappings;
|
|
1535
|
+
/** Score label. */
|
|
1536
|
+
scoreLabel?: string;
|
|
1537
|
+
/** The prediction grades. */
|
|
1538
|
+
grades?: PredictionGradesItem[];
|
|
1539
|
+
/**
|
|
1540
|
+
* System generated entities.
|
|
1541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1542
|
+
*/
|
|
1543
|
+
readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities;
|
|
1544
|
+
};
|
|
1545
|
+
|
|
1546
|
+
/** The enriching KPI definition. */
|
|
1547
|
+
export type EnrichingKpi = KpiDefinition & {};
|
|
1548
|
+
|
|
1549
|
+
/** The profile type definition. */
|
|
1550
|
+
export type ProfileTypeDefinition = EntityTypeDefinition & {
|
|
1551
|
+
/** The strong IDs. */
|
|
1552
|
+
strongIds?: StrongId[];
|
|
1553
|
+
};
|
|
1554
|
+
|
|
1555
|
+
/** The Interaction Type Definition */
|
|
1556
|
+
export type InteractionTypeDefinition = EntityTypeDefinition & {
|
|
1557
|
+
/** The id property names. Properties which uniquely identify an interaction instance. */
|
|
1558
|
+
idPropertyNames?: string[];
|
|
1559
|
+
/** Profiles that participated in the interaction. */
|
|
1560
|
+
participantProfiles?: Participant[];
|
|
1561
|
+
/** The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName. */
|
|
1562
|
+
primaryParticipantProfilePropertyName?: string;
|
|
1563
|
+
/**
|
|
1564
|
+
* This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
|
|
1565
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1566
|
+
*/
|
|
1567
|
+
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1568
|
+
/** An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level. */
|
|
1569
|
+
isActivity?: boolean;
|
|
1570
|
+
/**
|
|
1571
|
+
* The data source name
|
|
1572
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1573
|
+
*/
|
|
1574
|
+
readonly name?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* The data source type.
|
|
1577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1578
|
+
*/
|
|
1579
|
+
readonly dataSourceType?: DataSourceType;
|
|
1580
|
+
/**
|
|
1581
|
+
* The data source status.
|
|
1582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1583
|
+
*/
|
|
1584
|
+
readonly status?: Status;
|
|
1585
|
+
/**
|
|
1586
|
+
* The data source ID.
|
|
1587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1588
|
+
*/
|
|
1589
|
+
readonly id?: number;
|
|
1590
|
+
/**
|
|
1591
|
+
* The data source reference id.
|
|
1592
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1593
|
+
*/
|
|
1594
|
+
readonly dataSourceReferenceId?: string;
|
|
1595
|
+
};
|
|
1596
|
+
|
|
1597
|
+
/** Known values of {@link DataSourceType} that the service accepts. */
|
|
1598
|
+
export enum KnownDataSourceType {
|
|
1599
|
+
Connector = "Connector",
|
|
1600
|
+
LinkInteraction = "LinkInteraction",
|
|
1601
|
+
SystemDefault = "SystemDefault"
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
/**
|
|
1605
|
+
* Defines values for DataSourceType. \
|
|
1606
|
+
* {@link KnownDataSourceType} can be used interchangeably with DataSourceType,
|
|
1607
|
+
* this enum contains the known values that the service supports.
|
|
1608
|
+
* ### Known values supported by the service
|
|
1609
|
+
* **Connector** \
|
|
1610
|
+
* **LinkInteraction** \
|
|
1611
|
+
* **SystemDefault**
|
|
1612
|
+
*/
|
|
1613
|
+
export type DataSourceType = string;
|
|
1614
|
+
|
|
1615
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
1616
|
+
export enum KnownStatus {
|
|
1617
|
+
None = "None",
|
|
1618
|
+
Active = "Active",
|
|
1619
|
+
Deleted = "Deleted"
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
/**
|
|
1623
|
+
* Defines values for Status. \
|
|
1624
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
1625
|
+
* this enum contains the known values that the service supports.
|
|
1626
|
+
* ### Known values supported by the service
|
|
1627
|
+
* **None** \
|
|
1628
|
+
* **Active** \
|
|
1629
|
+
* **Deleted**
|
|
1630
|
+
*/
|
|
1631
|
+
export type Status = string;
|
|
1632
|
+
|
|
1633
|
+
/** Known values of {@link ProvisioningStates} that the service accepts. */
|
|
1634
|
+
export enum KnownProvisioningStates {
|
|
1635
|
+
Provisioning = "Provisioning",
|
|
1636
|
+
Succeeded = "Succeeded",
|
|
1637
|
+
Expiring = "Expiring",
|
|
1638
|
+
Deleting = "Deleting",
|
|
1639
|
+
HumanIntervention = "HumanIntervention",
|
|
1640
|
+
Failed = "Failed"
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
/**
|
|
1644
|
+
* Defines values for ProvisioningStates. \
|
|
1645
|
+
* {@link KnownProvisioningStates} can be used interchangeably with ProvisioningStates,
|
|
1646
|
+
* this enum contains the known values that the service supports.
|
|
1647
|
+
* ### Known values supported by the service
|
|
1648
|
+
* **Provisioning** \
|
|
1649
|
+
* **Succeeded** \
|
|
1650
|
+
* **Expiring** \
|
|
1651
|
+
* **Deleting** \
|
|
1652
|
+
* **HumanIntervention** \
|
|
1653
|
+
* **Failed**
|
|
1654
|
+
*/
|
|
1655
|
+
export type ProvisioningStates = string;
|
|
1656
|
+
|
|
1657
|
+
/** Known values of {@link ConnectorTypes} that the service accepts. */
|
|
1658
|
+
export enum KnownConnectorTypes {
|
|
1659
|
+
None = "None",
|
|
1660
|
+
CRM = "CRM",
|
|
1661
|
+
AzureBlob = "AzureBlob",
|
|
1662
|
+
Salesforce = "Salesforce",
|
|
1663
|
+
ExchangeOnline = "ExchangeOnline",
|
|
1664
|
+
Outbound = "Outbound"
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
/**
|
|
1668
|
+
* Defines values for ConnectorTypes. \
|
|
1669
|
+
* {@link KnownConnectorTypes} can be used interchangeably with ConnectorTypes,
|
|
1670
|
+
* this enum contains the known values that the service supports.
|
|
1671
|
+
* ### Known values supported by the service
|
|
1672
|
+
* **None** \
|
|
1673
|
+
* **CRM** \
|
|
1674
|
+
* **AzureBlob** \
|
|
1675
|
+
* **Salesforce** \
|
|
1676
|
+
* **ExchangeOnline** \
|
|
1677
|
+
* **Outbound**
|
|
1678
|
+
*/
|
|
1679
|
+
export type ConnectorTypes = string;
|
|
1680
|
+
|
|
1681
|
+
/** Known values of {@link CanonicalPropertyValueType} that the service accepts. */
|
|
1682
|
+
export enum KnownCanonicalPropertyValueType {
|
|
1683
|
+
Numeric = "Numeric",
|
|
1684
|
+
Categorical = "Categorical",
|
|
1685
|
+
DerivedCategorical = "DerivedCategorical",
|
|
1686
|
+
DerivedNumeric = "DerivedNumeric"
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
/**
|
|
1690
|
+
* Defines values for CanonicalPropertyValueType. \
|
|
1691
|
+
* {@link KnownCanonicalPropertyValueType} can be used interchangeably with CanonicalPropertyValueType,
|
|
1692
|
+
* this enum contains the known values that the service supports.
|
|
1693
|
+
* ### Known values supported by the service
|
|
1694
|
+
* **Numeric** \
|
|
1695
|
+
* **Categorical** \
|
|
1696
|
+
* **DerivedCategorical** \
|
|
1697
|
+
* **DerivedNumeric**
|
|
1698
|
+
*/
|
|
1699
|
+
export type CanonicalPropertyValueType = string;
|
|
1700
|
+
|
|
1701
|
+
/** Known values of {@link PredictionModelLifeCycle} that the service accepts. */
|
|
1702
|
+
export enum KnownPredictionModelLifeCycle {
|
|
1703
|
+
New = "New",
|
|
1704
|
+
Provisioning = "Provisioning",
|
|
1705
|
+
ProvisioningFailed = "ProvisioningFailed",
|
|
1706
|
+
PendingDiscovering = "PendingDiscovering",
|
|
1707
|
+
Discovering = "Discovering",
|
|
1708
|
+
PendingFeaturing = "PendingFeaturing",
|
|
1709
|
+
Featuring = "Featuring",
|
|
1710
|
+
FeaturingFailed = "FeaturingFailed",
|
|
1711
|
+
PendingTraining = "PendingTraining",
|
|
1712
|
+
Training = "Training",
|
|
1713
|
+
TrainingFailed = "TrainingFailed",
|
|
1714
|
+
Evaluating = "Evaluating",
|
|
1715
|
+
EvaluatingFailed = "EvaluatingFailed",
|
|
1716
|
+
PendingModelConfirmation = "PendingModelConfirmation",
|
|
1717
|
+
Active = "Active",
|
|
1718
|
+
Deleted = "Deleted",
|
|
1719
|
+
HumanIntervention = "HumanIntervention",
|
|
1720
|
+
Failed = "Failed"
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
/**
|
|
1724
|
+
* Defines values for PredictionModelLifeCycle. \
|
|
1725
|
+
* {@link KnownPredictionModelLifeCycle} can be used interchangeably with PredictionModelLifeCycle,
|
|
1726
|
+
* this enum contains the known values that the service supports.
|
|
1727
|
+
* ### Known values supported by the service
|
|
1728
|
+
* **New** \
|
|
1729
|
+
* **Provisioning** \
|
|
1730
|
+
* **ProvisioningFailed** \
|
|
1731
|
+
* **PendingDiscovering** \
|
|
1732
|
+
* **Discovering** \
|
|
1733
|
+
* **PendingFeaturing** \
|
|
1734
|
+
* **Featuring** \
|
|
1735
|
+
* **FeaturingFailed** \
|
|
1736
|
+
* **PendingTraining** \
|
|
1737
|
+
* **Training** \
|
|
1738
|
+
* **TrainingFailed** \
|
|
1739
|
+
* **Evaluating** \
|
|
1740
|
+
* **EvaluatingFailed** \
|
|
1741
|
+
* **PendingModelConfirmation** \
|
|
1742
|
+
* **Active** \
|
|
1743
|
+
* **Deleted** \
|
|
1744
|
+
* **HumanIntervention** \
|
|
1745
|
+
* **Failed**
|
|
1746
|
+
*/
|
|
1747
|
+
export type PredictionModelLifeCycle = string;
|
|
1748
|
+
/** Defines values for EntityTypes. */
|
|
1749
|
+
export type EntityTypes = "None" | "Profile" | "Interaction" | "Relationship";
|
|
1750
|
+
/** Defines values for CalculationWindowTypes. */
|
|
1751
|
+
export type CalculationWindowTypes =
|
|
1752
|
+
| "Lifetime"
|
|
1753
|
+
| "Hour"
|
|
1754
|
+
| "Day"
|
|
1755
|
+
| "Week"
|
|
1756
|
+
| "Month";
|
|
1757
|
+
/** Defines values for KpiFunctions. */
|
|
1758
|
+
export type KpiFunctions =
|
|
1759
|
+
| "Sum"
|
|
1760
|
+
| "Avg"
|
|
1761
|
+
| "Min"
|
|
1762
|
+
| "Max"
|
|
1763
|
+
| "Last"
|
|
1764
|
+
| "Count"
|
|
1765
|
+
| "None"
|
|
1766
|
+
| "CountDistinct";
|
|
1767
|
+
/** Defines values for CardinalityTypes. */
|
|
1768
|
+
export type CardinalityTypes = "OneToOne" | "OneToMany" | "ManyToMany";
|
|
1769
|
+
/** Defines values for LinkTypes. */
|
|
1770
|
+
export type LinkTypes = "UpdateAlways" | "CopyIfNull";
|
|
1771
|
+
/** Defines values for PermissionTypes. */
|
|
1772
|
+
export type PermissionTypes = "Read" | "Write" | "Manage";
|
|
1773
|
+
/** Defines values for ConnectorStates. */
|
|
1774
|
+
export type ConnectorStates =
|
|
1775
|
+
| "Creating"
|
|
1776
|
+
| "Created"
|
|
1777
|
+
| "Ready"
|
|
1778
|
+
| "Expiring"
|
|
1779
|
+
| "Deleting"
|
|
1780
|
+
| "Failed";
|
|
1781
|
+
/** Defines values for ErrorManagementTypes. */
|
|
1782
|
+
export type ErrorManagementTypes =
|
|
1783
|
+
| "RejectAndContinue"
|
|
1784
|
+
| "StopImport"
|
|
1785
|
+
| "RejectUntilLimit";
|
|
1786
|
+
/** Defines values for FrequencyTypes. */
|
|
1787
|
+
export type FrequencyTypes = "Minute" | "Hour" | "Day" | "Week" | "Month";
|
|
1788
|
+
/** Defines values for CompletionOperationTypes. */
|
|
1789
|
+
export type CompletionOperationTypes = "DoNothing" | "DeleteFile" | "MoveFile";
|
|
1790
|
+
/** Defines values for ConnectorMappingStates. */
|
|
1791
|
+
export type ConnectorMappingStates =
|
|
1792
|
+
| "Creating"
|
|
1793
|
+
| "Created"
|
|
1794
|
+
| "Failed"
|
|
1795
|
+
| "Ready"
|
|
1796
|
+
| "Running"
|
|
1797
|
+
| "Stopped"
|
|
1798
|
+
| "Expiring";
|
|
1799
|
+
/** Defines values for EntityType. */
|
|
1800
|
+
export type EntityType = "None" | "Profile" | "Interaction" | "Relationship";
|
|
1801
|
+
/** Defines values for InstanceOperationType. */
|
|
1802
|
+
export type InstanceOperationType = "Upsert" | "Delete";
|
|
1803
|
+
/** Defines values for RoleTypes. */
|
|
1804
|
+
export type RoleTypes =
|
|
1805
|
+
| "Admin"
|
|
1806
|
+
| "Reader"
|
|
1807
|
+
| "ManageAdmin"
|
|
1808
|
+
| "ManageReader"
|
|
1809
|
+
| "DataAdmin"
|
|
1810
|
+
| "DataReader";
|
|
1811
|
+
|
|
1812
|
+
/** Optional parameters. */
|
|
1813
|
+
export interface OperationsListOptionalParams
|
|
1814
|
+
extends coreClient.OperationOptions {}
|
|
1815
|
+
|
|
1816
|
+
/** Contains response data for the list operation. */
|
|
1817
|
+
export type OperationsListResponse = OperationListResult;
|
|
1818
|
+
|
|
1819
|
+
/** Optional parameters. */
|
|
1820
|
+
export interface OperationsListNextOptionalParams
|
|
1821
|
+
extends coreClient.OperationOptions {}
|
|
1822
|
+
|
|
1823
|
+
/** Contains response data for the listNext operation. */
|
|
1824
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1825
|
+
|
|
1826
|
+
/** Optional parameters. */
|
|
1827
|
+
export interface HubsCreateOrUpdateOptionalParams
|
|
1828
|
+
extends coreClient.OperationOptions {}
|
|
1829
|
+
|
|
1830
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1831
|
+
export type HubsCreateOrUpdateResponse = Hub;
|
|
1832
|
+
|
|
1833
|
+
/** Optional parameters. */
|
|
1834
|
+
export interface HubsUpdateOptionalParams extends coreClient.OperationOptions {}
|
|
1835
|
+
|
|
1836
|
+
/** Contains response data for the update operation. */
|
|
1837
|
+
export type HubsUpdateResponse = Hub;
|
|
1838
|
+
|
|
1839
|
+
/** Optional parameters. */
|
|
1840
|
+
export interface HubsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1841
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1842
|
+
updateIntervalInMs?: number;
|
|
1843
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1844
|
+
resumeFrom?: string;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
/** Optional parameters. */
|
|
1848
|
+
export interface HubsGetOptionalParams extends coreClient.OperationOptions {}
|
|
1849
|
+
|
|
1850
|
+
/** Contains response data for the get operation. */
|
|
1851
|
+
export type HubsGetResponse = Hub;
|
|
1852
|
+
|
|
1853
|
+
/** Optional parameters. */
|
|
1854
|
+
export interface HubsListByResourceGroupOptionalParams
|
|
1855
|
+
extends coreClient.OperationOptions {}
|
|
1856
|
+
|
|
1857
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1858
|
+
export type HubsListByResourceGroupResponse = HubListResult;
|
|
1859
|
+
|
|
1860
|
+
/** Optional parameters. */
|
|
1861
|
+
export interface HubsListOptionalParams extends coreClient.OperationOptions {}
|
|
1862
|
+
|
|
1863
|
+
/** Contains response data for the list operation. */
|
|
1864
|
+
export type HubsListResponse = HubListResult;
|
|
1865
|
+
|
|
1866
|
+
/** Optional parameters. */
|
|
1867
|
+
export interface HubsListByResourceGroupNextOptionalParams
|
|
1868
|
+
extends coreClient.OperationOptions {}
|
|
1869
|
+
|
|
1870
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1871
|
+
export type HubsListByResourceGroupNextResponse = HubListResult;
|
|
1872
|
+
|
|
1873
|
+
/** Optional parameters. */
|
|
1874
|
+
export interface HubsListNextOptionalParams
|
|
1875
|
+
extends coreClient.OperationOptions {}
|
|
1876
|
+
|
|
1877
|
+
/** Contains response data for the listNext operation. */
|
|
1878
|
+
export type HubsListNextResponse = HubListResult;
|
|
1879
|
+
|
|
1880
|
+
/** Optional parameters. */
|
|
1881
|
+
export interface ProfilesCreateOrUpdateOptionalParams
|
|
1882
|
+
extends coreClient.OperationOptions {
|
|
1883
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1884
|
+
updateIntervalInMs?: number;
|
|
1885
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1886
|
+
resumeFrom?: string;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1890
|
+
export type ProfilesCreateOrUpdateResponse = ProfileResourceFormat;
|
|
1891
|
+
|
|
1892
|
+
/** Optional parameters. */
|
|
1893
|
+
export interface ProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
1894
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
1895
|
+
localeCode?: string;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
/** Contains response data for the get operation. */
|
|
1899
|
+
export type ProfilesGetResponse = ProfileResourceFormat;
|
|
1900
|
+
|
|
1901
|
+
/** Optional parameters. */
|
|
1902
|
+
export interface ProfilesDeleteOptionalParams
|
|
1903
|
+
extends coreClient.OperationOptions {
|
|
1904
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
1905
|
+
localeCode?: string;
|
|
1906
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1907
|
+
updateIntervalInMs?: number;
|
|
1908
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1909
|
+
resumeFrom?: string;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
/** Optional parameters. */
|
|
1913
|
+
export interface ProfilesListByHubOptionalParams
|
|
1914
|
+
extends coreClient.OperationOptions {
|
|
1915
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
1916
|
+
localeCode?: string;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
/** Contains response data for the listByHub operation. */
|
|
1920
|
+
export type ProfilesListByHubResponse = ProfileListResult;
|
|
1921
|
+
|
|
1922
|
+
/** Optional parameters. */
|
|
1923
|
+
export interface ProfilesGetEnrichingKpisOptionalParams
|
|
1924
|
+
extends coreClient.OperationOptions {}
|
|
1925
|
+
|
|
1926
|
+
/** Contains response data for the getEnrichingKpis operation. */
|
|
1927
|
+
export type ProfilesGetEnrichingKpisResponse = KpiDefinition[];
|
|
1928
|
+
|
|
1929
|
+
/** Optional parameters. */
|
|
1930
|
+
export interface ProfilesListByHubNextOptionalParams
|
|
1931
|
+
extends coreClient.OperationOptions {
|
|
1932
|
+
/** Locale of profile to retrieve, default is en-us. */
|
|
1933
|
+
localeCode?: string;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
/** Contains response data for the listByHubNext operation. */
|
|
1937
|
+
export type ProfilesListByHubNextResponse = ProfileListResult;
|
|
1938
|
+
|
|
1939
|
+
/** Optional parameters. */
|
|
1940
|
+
export interface InteractionsCreateOrUpdateOptionalParams
|
|
1941
|
+
extends coreClient.OperationOptions {
|
|
1942
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1943
|
+
updateIntervalInMs?: number;
|
|
1944
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1945
|
+
resumeFrom?: string;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1949
|
+
export type InteractionsCreateOrUpdateResponse = InteractionResourceFormat;
|
|
1950
|
+
|
|
1951
|
+
/** Optional parameters. */
|
|
1952
|
+
export interface InteractionsGetOptionalParams
|
|
1953
|
+
extends coreClient.OperationOptions {
|
|
1954
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1955
|
+
localeCode?: string;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/** Contains response data for the get operation. */
|
|
1959
|
+
export type InteractionsGetResponse = InteractionResourceFormat;
|
|
1960
|
+
|
|
1961
|
+
/** Optional parameters. */
|
|
1962
|
+
export interface InteractionsListByHubOptionalParams
|
|
1963
|
+
extends coreClient.OperationOptions {
|
|
1964
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1965
|
+
localeCode?: string;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
/** Contains response data for the listByHub operation. */
|
|
1969
|
+
export type InteractionsListByHubResponse = InteractionListResult;
|
|
1970
|
+
|
|
1971
|
+
/** Optional parameters. */
|
|
1972
|
+
export interface InteractionsSuggestRelationshipLinksOptionalParams
|
|
1973
|
+
extends coreClient.OperationOptions {}
|
|
1974
|
+
|
|
1975
|
+
/** Contains response data for the suggestRelationshipLinks operation. */
|
|
1976
|
+
export type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLinksResponse;
|
|
1977
|
+
|
|
1978
|
+
/** Optional parameters. */
|
|
1979
|
+
export interface InteractionsListByHubNextOptionalParams
|
|
1980
|
+
extends coreClient.OperationOptions {
|
|
1981
|
+
/** Locale of interaction to retrieve, default is en-us. */
|
|
1982
|
+
localeCode?: string;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
/** Contains response data for the listByHubNext operation. */
|
|
1986
|
+
export type InteractionsListByHubNextResponse = InteractionListResult;
|
|
1987
|
+
|
|
1988
|
+
/** Optional parameters. */
|
|
1989
|
+
export interface RelationshipsCreateOrUpdateOptionalParams
|
|
1990
|
+
extends coreClient.OperationOptions {
|
|
1991
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1992
|
+
updateIntervalInMs?: number;
|
|
1993
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1994
|
+
resumeFrom?: string;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1998
|
+
export type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat;
|
|
1999
|
+
|
|
2000
|
+
/** Optional parameters. */
|
|
2001
|
+
export interface RelationshipsGetOptionalParams
|
|
2002
|
+
extends coreClient.OperationOptions {}
|
|
2003
|
+
|
|
2004
|
+
/** Contains response data for the get operation. */
|
|
2005
|
+
export type RelationshipsGetResponse = RelationshipResourceFormat;
|
|
2006
|
+
|
|
2007
|
+
/** Optional parameters. */
|
|
2008
|
+
export interface RelationshipsDeleteOptionalParams
|
|
2009
|
+
extends coreClient.OperationOptions {
|
|
2010
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2011
|
+
updateIntervalInMs?: number;
|
|
2012
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2013
|
+
resumeFrom?: string;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
/** Optional parameters. */
|
|
2017
|
+
export interface RelationshipsListByHubOptionalParams
|
|
2018
|
+
extends coreClient.OperationOptions {}
|
|
2019
|
+
|
|
2020
|
+
/** Contains response data for the listByHub operation. */
|
|
2021
|
+
export type RelationshipsListByHubResponse = RelationshipListResult;
|
|
2022
|
+
|
|
2023
|
+
/** Optional parameters. */
|
|
2024
|
+
export interface RelationshipsListByHubNextOptionalParams
|
|
2025
|
+
extends coreClient.OperationOptions {}
|
|
2026
|
+
|
|
2027
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2028
|
+
export type RelationshipsListByHubNextResponse = RelationshipListResult;
|
|
2029
|
+
|
|
2030
|
+
/** Optional parameters. */
|
|
2031
|
+
export interface RelationshipLinksCreateOrUpdateOptionalParams
|
|
2032
|
+
extends coreClient.OperationOptions {
|
|
2033
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2034
|
+
updateIntervalInMs?: number;
|
|
2035
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2036
|
+
resumeFrom?: string;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2040
|
+
export type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFormat;
|
|
2041
|
+
|
|
2042
|
+
/** Optional parameters. */
|
|
2043
|
+
export interface RelationshipLinksGetOptionalParams
|
|
2044
|
+
extends coreClient.OperationOptions {}
|
|
2045
|
+
|
|
2046
|
+
/** Contains response data for the get operation. */
|
|
2047
|
+
export type RelationshipLinksGetResponse = RelationshipLinkResourceFormat;
|
|
2048
|
+
|
|
2049
|
+
/** Optional parameters. */
|
|
2050
|
+
export interface RelationshipLinksDeleteOptionalParams
|
|
2051
|
+
extends coreClient.OperationOptions {
|
|
2052
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2053
|
+
updateIntervalInMs?: number;
|
|
2054
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2055
|
+
resumeFrom?: string;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
/** Optional parameters. */
|
|
2059
|
+
export interface RelationshipLinksListByHubOptionalParams
|
|
2060
|
+
extends coreClient.OperationOptions {}
|
|
2061
|
+
|
|
2062
|
+
/** Contains response data for the listByHub operation. */
|
|
2063
|
+
export type RelationshipLinksListByHubResponse = RelationshipLinkListResult;
|
|
2064
|
+
|
|
2065
|
+
/** Optional parameters. */
|
|
2066
|
+
export interface RelationshipLinksListByHubNextOptionalParams
|
|
2067
|
+
extends coreClient.OperationOptions {}
|
|
2068
|
+
|
|
2069
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2070
|
+
export type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult;
|
|
2071
|
+
|
|
2072
|
+
/** Optional parameters. */
|
|
2073
|
+
export interface AuthorizationPoliciesCreateOrUpdateOptionalParams
|
|
2074
|
+
extends coreClient.OperationOptions {}
|
|
2075
|
+
|
|
2076
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2077
|
+
export type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyResourceFormat;
|
|
2078
|
+
|
|
2079
|
+
/** Optional parameters. */
|
|
2080
|
+
export interface AuthorizationPoliciesGetOptionalParams
|
|
2081
|
+
extends coreClient.OperationOptions {}
|
|
2082
|
+
|
|
2083
|
+
/** Contains response data for the get operation. */
|
|
2084
|
+
export type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat;
|
|
2085
|
+
|
|
2086
|
+
/** Optional parameters. */
|
|
2087
|
+
export interface AuthorizationPoliciesListByHubOptionalParams
|
|
2088
|
+
extends coreClient.OperationOptions {}
|
|
2089
|
+
|
|
2090
|
+
/** Contains response data for the listByHub operation. */
|
|
2091
|
+
export type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResult;
|
|
2092
|
+
|
|
2093
|
+
/** Optional parameters. */
|
|
2094
|
+
export interface AuthorizationPoliciesRegeneratePrimaryKeyOptionalParams
|
|
2095
|
+
extends coreClient.OperationOptions {}
|
|
2096
|
+
|
|
2097
|
+
/** Contains response data for the regeneratePrimaryKey operation. */
|
|
2098
|
+
export type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPolicy;
|
|
2099
|
+
|
|
2100
|
+
/** Optional parameters. */
|
|
2101
|
+
export interface AuthorizationPoliciesRegenerateSecondaryKeyOptionalParams
|
|
2102
|
+
extends coreClient.OperationOptions {}
|
|
2103
|
+
|
|
2104
|
+
/** Contains response data for the regenerateSecondaryKey operation. */
|
|
2105
|
+
export type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationPolicy;
|
|
2106
|
+
|
|
2107
|
+
/** Optional parameters. */
|
|
2108
|
+
export interface AuthorizationPoliciesListByHubNextOptionalParams
|
|
2109
|
+
extends coreClient.OperationOptions {}
|
|
2110
|
+
|
|
2111
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2112
|
+
export type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyListResult;
|
|
2113
|
+
|
|
2114
|
+
/** Optional parameters. */
|
|
2115
|
+
export interface ConnectorsCreateOrUpdateOptionalParams
|
|
2116
|
+
extends coreClient.OperationOptions {
|
|
2117
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2118
|
+
updateIntervalInMs?: number;
|
|
2119
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2120
|
+
resumeFrom?: string;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2124
|
+
export type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat;
|
|
2125
|
+
|
|
2126
|
+
/** Optional parameters. */
|
|
2127
|
+
export interface ConnectorsGetOptionalParams
|
|
2128
|
+
extends coreClient.OperationOptions {}
|
|
2129
|
+
|
|
2130
|
+
/** Contains response data for the get operation. */
|
|
2131
|
+
export type ConnectorsGetResponse = ConnectorResourceFormat;
|
|
2132
|
+
|
|
2133
|
+
/** Optional parameters. */
|
|
2134
|
+
export interface ConnectorsDeleteOptionalParams
|
|
2135
|
+
extends coreClient.OperationOptions {
|
|
2136
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2137
|
+
updateIntervalInMs?: number;
|
|
2138
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2139
|
+
resumeFrom?: string;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
/** Optional parameters. */
|
|
2143
|
+
export interface ConnectorsListByHubOptionalParams
|
|
2144
|
+
extends coreClient.OperationOptions {}
|
|
2145
|
+
|
|
2146
|
+
/** Contains response data for the listByHub operation. */
|
|
2147
|
+
export type ConnectorsListByHubResponse = ConnectorListResult;
|
|
2148
|
+
|
|
2149
|
+
/** Optional parameters. */
|
|
2150
|
+
export interface ConnectorsListByHubNextOptionalParams
|
|
2151
|
+
extends coreClient.OperationOptions {}
|
|
2152
|
+
|
|
2153
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2154
|
+
export type ConnectorsListByHubNextResponse = ConnectorListResult;
|
|
2155
|
+
|
|
2156
|
+
/** Optional parameters. */
|
|
2157
|
+
export interface ConnectorMappingsCreateOrUpdateOptionalParams
|
|
2158
|
+
extends coreClient.OperationOptions {}
|
|
2159
|
+
|
|
2160
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2161
|
+
export type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFormat;
|
|
2162
|
+
|
|
2163
|
+
/** Optional parameters. */
|
|
2164
|
+
export interface ConnectorMappingsGetOptionalParams
|
|
2165
|
+
extends coreClient.OperationOptions {}
|
|
2166
|
+
|
|
2167
|
+
/** Contains response data for the get operation. */
|
|
2168
|
+
export type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat;
|
|
2169
|
+
|
|
2170
|
+
/** Optional parameters. */
|
|
2171
|
+
export interface ConnectorMappingsDeleteOptionalParams
|
|
2172
|
+
extends coreClient.OperationOptions {}
|
|
2173
|
+
|
|
2174
|
+
/** Optional parameters. */
|
|
2175
|
+
export interface ConnectorMappingsListByConnectorOptionalParams
|
|
2176
|
+
extends coreClient.OperationOptions {}
|
|
2177
|
+
|
|
2178
|
+
/** Contains response data for the listByConnector operation. */
|
|
2179
|
+
export type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResult;
|
|
2180
|
+
|
|
2181
|
+
/** Optional parameters. */
|
|
2182
|
+
export interface ConnectorMappingsListByConnectorNextOptionalParams
|
|
2183
|
+
extends coreClient.OperationOptions {}
|
|
2184
|
+
|
|
2185
|
+
/** Contains response data for the listByConnectorNext operation. */
|
|
2186
|
+
export type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListResult;
|
|
2187
|
+
|
|
2188
|
+
/** Optional parameters. */
|
|
2189
|
+
export interface KpiCreateOrUpdateOptionalParams
|
|
2190
|
+
extends coreClient.OperationOptions {
|
|
2191
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2192
|
+
updateIntervalInMs?: number;
|
|
2193
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2194
|
+
resumeFrom?: string;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2198
|
+
export type KpiCreateOrUpdateResponse = KpiResourceFormat;
|
|
2199
|
+
|
|
2200
|
+
/** Optional parameters. */
|
|
2201
|
+
export interface KpiGetOptionalParams extends coreClient.OperationOptions {}
|
|
2202
|
+
|
|
2203
|
+
/** Contains response data for the get operation. */
|
|
2204
|
+
export type KpiGetResponse = KpiResourceFormat;
|
|
2205
|
+
|
|
2206
|
+
/** Optional parameters. */
|
|
2207
|
+
export interface KpiDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2208
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2209
|
+
updateIntervalInMs?: number;
|
|
2210
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2211
|
+
resumeFrom?: string;
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
/** Optional parameters. */
|
|
2215
|
+
export interface KpiReprocessOptionalParams
|
|
2216
|
+
extends coreClient.OperationOptions {}
|
|
2217
|
+
|
|
2218
|
+
/** Optional parameters. */
|
|
2219
|
+
export interface KpiListByHubOptionalParams
|
|
2220
|
+
extends coreClient.OperationOptions {}
|
|
2221
|
+
|
|
2222
|
+
/** Contains response data for the listByHub operation. */
|
|
2223
|
+
export type KpiListByHubResponse = KpiListResult;
|
|
2224
|
+
|
|
2225
|
+
/** Optional parameters. */
|
|
2226
|
+
export interface KpiListByHubNextOptionalParams
|
|
2227
|
+
extends coreClient.OperationOptions {}
|
|
2228
|
+
|
|
2229
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2230
|
+
export type KpiListByHubNextResponse = KpiListResult;
|
|
2231
|
+
|
|
2232
|
+
/** Optional parameters. */
|
|
2233
|
+
export interface WidgetTypesListByHubOptionalParams
|
|
2234
|
+
extends coreClient.OperationOptions {}
|
|
2235
|
+
|
|
2236
|
+
/** Contains response data for the listByHub operation. */
|
|
2237
|
+
export type WidgetTypesListByHubResponse = WidgetTypeListResult;
|
|
2238
|
+
|
|
2239
|
+
/** Optional parameters. */
|
|
2240
|
+
export interface WidgetTypesGetOptionalParams
|
|
2241
|
+
extends coreClient.OperationOptions {}
|
|
2242
|
+
|
|
2243
|
+
/** Contains response data for the get operation. */
|
|
2244
|
+
export type WidgetTypesGetResponse = WidgetTypeResourceFormat;
|
|
2245
|
+
|
|
2246
|
+
/** Optional parameters. */
|
|
2247
|
+
export interface WidgetTypesListByHubNextOptionalParams
|
|
2248
|
+
extends coreClient.OperationOptions {}
|
|
2249
|
+
|
|
2250
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2251
|
+
export type WidgetTypesListByHubNextResponse = WidgetTypeListResult;
|
|
2252
|
+
|
|
2253
|
+
/** Optional parameters. */
|
|
2254
|
+
export interface ViewsListByHubOptionalParams
|
|
2255
|
+
extends coreClient.OperationOptions {}
|
|
2256
|
+
|
|
2257
|
+
/** Contains response data for the listByHub operation. */
|
|
2258
|
+
export type ViewsListByHubResponse = ViewListResult;
|
|
2259
|
+
|
|
2260
|
+
/** Optional parameters. */
|
|
2261
|
+
export interface ViewsCreateOrUpdateOptionalParams
|
|
2262
|
+
extends coreClient.OperationOptions {}
|
|
2263
|
+
|
|
2264
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2265
|
+
export type ViewsCreateOrUpdateResponse = ViewResourceFormat;
|
|
2266
|
+
|
|
2267
|
+
/** Optional parameters. */
|
|
2268
|
+
export interface ViewsGetOptionalParams extends coreClient.OperationOptions {}
|
|
2269
|
+
|
|
2270
|
+
/** Contains response data for the get operation. */
|
|
2271
|
+
export type ViewsGetResponse = ViewResourceFormat;
|
|
2272
|
+
|
|
2273
|
+
/** Optional parameters. */
|
|
2274
|
+
export interface ViewsDeleteOptionalParams
|
|
2275
|
+
extends coreClient.OperationOptions {}
|
|
2276
|
+
|
|
2277
|
+
/** Optional parameters. */
|
|
2278
|
+
export interface ViewsListByHubNextOptionalParams
|
|
2279
|
+
extends coreClient.OperationOptions {}
|
|
2280
|
+
|
|
2281
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2282
|
+
export type ViewsListByHubNextResponse = ViewListResult;
|
|
2283
|
+
|
|
2284
|
+
/** Optional parameters. */
|
|
2285
|
+
export interface LinksCreateOrUpdateOptionalParams
|
|
2286
|
+
extends coreClient.OperationOptions {
|
|
2287
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2288
|
+
updateIntervalInMs?: number;
|
|
2289
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2290
|
+
resumeFrom?: string;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2294
|
+
export type LinksCreateOrUpdateResponse = LinkResourceFormat;
|
|
2295
|
+
|
|
2296
|
+
/** Optional parameters. */
|
|
2297
|
+
export interface LinksGetOptionalParams extends coreClient.OperationOptions {}
|
|
2298
|
+
|
|
2299
|
+
/** Contains response data for the get operation. */
|
|
2300
|
+
export type LinksGetResponse = LinkResourceFormat;
|
|
2301
|
+
|
|
2302
|
+
/** Optional parameters. */
|
|
2303
|
+
export interface LinksDeleteOptionalParams
|
|
2304
|
+
extends coreClient.OperationOptions {}
|
|
2305
|
+
|
|
2306
|
+
/** Optional parameters. */
|
|
2307
|
+
export interface LinksListByHubOptionalParams
|
|
2308
|
+
extends coreClient.OperationOptions {}
|
|
2309
|
+
|
|
2310
|
+
/** Contains response data for the listByHub operation. */
|
|
2311
|
+
export type LinksListByHubResponse = LinkListResult;
|
|
2312
|
+
|
|
2313
|
+
/** Optional parameters. */
|
|
2314
|
+
export interface LinksListByHubNextOptionalParams
|
|
2315
|
+
extends coreClient.OperationOptions {}
|
|
2316
|
+
|
|
2317
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2318
|
+
export type LinksListByHubNextResponse = LinkListResult;
|
|
2319
|
+
|
|
2320
|
+
/** Optional parameters. */
|
|
2321
|
+
export interface RolesListByHubOptionalParams
|
|
2322
|
+
extends coreClient.OperationOptions {}
|
|
2323
|
+
|
|
2324
|
+
/** Contains response data for the listByHub operation. */
|
|
2325
|
+
export type RolesListByHubResponse = RoleListResult;
|
|
2326
|
+
|
|
2327
|
+
/** Optional parameters. */
|
|
2328
|
+
export interface RolesListByHubNextOptionalParams
|
|
2329
|
+
extends coreClient.OperationOptions {}
|
|
2330
|
+
|
|
2331
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2332
|
+
export type RolesListByHubNextResponse = RoleListResult;
|
|
2333
|
+
|
|
2334
|
+
/** Optional parameters. */
|
|
2335
|
+
export interface RoleAssignmentsListByHubOptionalParams
|
|
2336
|
+
extends coreClient.OperationOptions {}
|
|
2337
|
+
|
|
2338
|
+
/** Contains response data for the listByHub operation. */
|
|
2339
|
+
export type RoleAssignmentsListByHubResponse = RoleAssignmentListResult;
|
|
2340
|
+
|
|
2341
|
+
/** Optional parameters. */
|
|
2342
|
+
export interface RoleAssignmentsCreateOrUpdateOptionalParams
|
|
2343
|
+
extends coreClient.OperationOptions {
|
|
2344
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2345
|
+
updateIntervalInMs?: number;
|
|
2346
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2347
|
+
resumeFrom?: string;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2351
|
+
export type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat;
|
|
2352
|
+
|
|
2353
|
+
/** Optional parameters. */
|
|
2354
|
+
export interface RoleAssignmentsGetOptionalParams
|
|
2355
|
+
extends coreClient.OperationOptions {}
|
|
2356
|
+
|
|
2357
|
+
/** Contains response data for the get operation. */
|
|
2358
|
+
export type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat;
|
|
2359
|
+
|
|
2360
|
+
/** Optional parameters. */
|
|
2361
|
+
export interface RoleAssignmentsDeleteOptionalParams
|
|
2362
|
+
extends coreClient.OperationOptions {}
|
|
2363
|
+
|
|
2364
|
+
/** Optional parameters. */
|
|
2365
|
+
export interface RoleAssignmentsListByHubNextOptionalParams
|
|
2366
|
+
extends coreClient.OperationOptions {}
|
|
2367
|
+
|
|
2368
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2369
|
+
export type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult;
|
|
2370
|
+
|
|
2371
|
+
/** Optional parameters. */
|
|
2372
|
+
export interface ImagesGetUploadUrlForEntityTypeOptionalParams
|
|
2373
|
+
extends coreClient.OperationOptions {}
|
|
2374
|
+
|
|
2375
|
+
/** Contains response data for the getUploadUrlForEntityType operation. */
|
|
2376
|
+
export type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition;
|
|
2377
|
+
|
|
2378
|
+
/** Optional parameters. */
|
|
2379
|
+
export interface ImagesGetUploadUrlForDataOptionalParams
|
|
2380
|
+
extends coreClient.OperationOptions {}
|
|
2381
|
+
|
|
2382
|
+
/** Contains response data for the getUploadUrlForData operation. */
|
|
2383
|
+
export type ImagesGetUploadUrlForDataResponse = ImageDefinition;
|
|
2384
|
+
|
|
2385
|
+
/** Optional parameters. */
|
|
2386
|
+
export interface PredictionsCreateOrUpdateOptionalParams
|
|
2387
|
+
extends coreClient.OperationOptions {
|
|
2388
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2389
|
+
updateIntervalInMs?: number;
|
|
2390
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2391
|
+
resumeFrom?: string;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2395
|
+
export type PredictionsCreateOrUpdateResponse = PredictionResourceFormat;
|
|
2396
|
+
|
|
2397
|
+
/** Optional parameters. */
|
|
2398
|
+
export interface PredictionsGetOptionalParams
|
|
2399
|
+
extends coreClient.OperationOptions {}
|
|
2400
|
+
|
|
2401
|
+
/** Contains response data for the get operation. */
|
|
2402
|
+
export type PredictionsGetResponse = PredictionResourceFormat;
|
|
2403
|
+
|
|
2404
|
+
/** Optional parameters. */
|
|
2405
|
+
export interface PredictionsDeleteOptionalParams
|
|
2406
|
+
extends coreClient.OperationOptions {
|
|
2407
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2408
|
+
updateIntervalInMs?: number;
|
|
2409
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2410
|
+
resumeFrom?: string;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
/** Optional parameters. */
|
|
2414
|
+
export interface PredictionsGetTrainingResultsOptionalParams
|
|
2415
|
+
extends coreClient.OperationOptions {}
|
|
2416
|
+
|
|
2417
|
+
/** Contains response data for the getTrainingResults operation. */
|
|
2418
|
+
export type PredictionsGetTrainingResultsResponse = PredictionTrainingResults;
|
|
2419
|
+
|
|
2420
|
+
/** Optional parameters. */
|
|
2421
|
+
export interface PredictionsGetModelStatusOptionalParams
|
|
2422
|
+
extends coreClient.OperationOptions {}
|
|
2423
|
+
|
|
2424
|
+
/** Contains response data for the getModelStatus operation. */
|
|
2425
|
+
export type PredictionsGetModelStatusResponse = PredictionModelStatus;
|
|
2426
|
+
|
|
2427
|
+
/** Optional parameters. */
|
|
2428
|
+
export interface PredictionsModelStatusOptionalParams
|
|
2429
|
+
extends coreClient.OperationOptions {}
|
|
2430
|
+
|
|
2431
|
+
/** Optional parameters. */
|
|
2432
|
+
export interface PredictionsListByHubOptionalParams
|
|
2433
|
+
extends coreClient.OperationOptions {}
|
|
2434
|
+
|
|
2435
|
+
/** Contains response data for the listByHub operation. */
|
|
2436
|
+
export type PredictionsListByHubResponse = PredictionListResult;
|
|
2437
|
+
|
|
2438
|
+
/** Optional parameters. */
|
|
2439
|
+
export interface PredictionsListByHubNextOptionalParams
|
|
2440
|
+
extends coreClient.OperationOptions {}
|
|
2441
|
+
|
|
2442
|
+
/** Contains response data for the listByHubNext operation. */
|
|
2443
|
+
export type PredictionsListByHubNextResponse = PredictionListResult;
|
|
2444
|
+
|
|
2445
|
+
/** Optional parameters. */
|
|
2446
|
+
export interface CustomerInsightsManagementClientOptionalParams
|
|
2447
|
+
extends coreClient.ServiceClientOptions {
|
|
2448
|
+
/** server parameter */
|
|
2449
|
+
$host?: string;
|
|
2450
|
+
/** Api Version */
|
|
2451
|
+
apiVersion?: string;
|
|
2452
|
+
/** Overrides client endpoint. */
|
|
2453
|
+
endpoint?: string;
|
|
2454
|
+
}
|