@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
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
InteractionResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
PropertyDefinition,
|
|
16
|
-
ProfileEnumValidValuesFormat,
|
|
17
|
-
DataSourcePrecedence,
|
|
18
|
-
Participant,
|
|
19
|
-
ParticipantPropertyReference,
|
|
20
|
-
CloudError,
|
|
21
|
-
InteractionListResult,
|
|
22
|
-
SuggestRelationshipLinksResponse,
|
|
23
|
-
RelationshipsLookup,
|
|
24
|
-
ParticipantProfilePropertyReference,
|
|
25
|
-
Resource,
|
|
26
|
-
ProfileResourceFormat,
|
|
27
|
-
StrongId,
|
|
28
|
-
KpiResourceFormat,
|
|
29
|
-
KpiGroupByMetadata,
|
|
30
|
-
KpiParticipantProfilesMetadata,
|
|
31
|
-
KpiThresholds,
|
|
32
|
-
KpiAlias,
|
|
33
|
-
KpiExtract,
|
|
34
|
-
ConnectorResourceFormat,
|
|
35
|
-
ConnectorMappingResourceFormat,
|
|
36
|
-
ConnectorMappingProperties,
|
|
37
|
-
ConnectorMappingErrorManagement,
|
|
38
|
-
ConnectorMappingFormat,
|
|
39
|
-
ConnectorMappingAvailability,
|
|
40
|
-
ConnectorMappingStructure,
|
|
41
|
-
ConnectorMappingCompleteOperation,
|
|
42
|
-
AuthorizationPolicyResourceFormat,
|
|
43
|
-
LinkResourceFormat,
|
|
44
|
-
TypePropertiesMapping,
|
|
45
|
-
RelationshipResourceFormat,
|
|
46
|
-
RelationshipTypeMapping,
|
|
47
|
-
RelationshipTypeFieldMapping,
|
|
48
|
-
RelationshipLinkResourceFormat,
|
|
49
|
-
RelationshipLinkFieldMapping,
|
|
50
|
-
ViewResourceFormat,
|
|
51
|
-
WidgetTypeResourceFormat,
|
|
52
|
-
RoleAssignmentResourceFormat,
|
|
53
|
-
AssignmentPrincipal,
|
|
54
|
-
ResourceSetDescription,
|
|
55
|
-
RoleResourceFormat,
|
|
56
|
-
PredictionResourceFormat,
|
|
57
|
-
PredictionMappings,
|
|
58
|
-
PredictionGradesItem,
|
|
59
|
-
PredictionSystemGeneratedEntities,
|
|
60
|
-
Hub,
|
|
61
|
-
HubBillingInfoFormat
|
|
62
|
-
} from "../models/mappers";
|
|
63
|
-
|
package/lib/models/kpiMappers.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
KpiResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
KpiGroupByMetadata,
|
|
16
|
-
KpiParticipantProfilesMetadata,
|
|
17
|
-
KpiThresholds,
|
|
18
|
-
KpiAlias,
|
|
19
|
-
KpiExtract,
|
|
20
|
-
CloudError,
|
|
21
|
-
KpiListResult,
|
|
22
|
-
Resource,
|
|
23
|
-
ProfileResourceFormat,
|
|
24
|
-
PropertyDefinition,
|
|
25
|
-
ProfileEnumValidValuesFormat,
|
|
26
|
-
DataSourcePrecedence,
|
|
27
|
-
StrongId,
|
|
28
|
-
InteractionResourceFormat,
|
|
29
|
-
Participant,
|
|
30
|
-
ParticipantPropertyReference,
|
|
31
|
-
ConnectorResourceFormat,
|
|
32
|
-
ConnectorMappingResourceFormat,
|
|
33
|
-
ConnectorMappingProperties,
|
|
34
|
-
ConnectorMappingErrorManagement,
|
|
35
|
-
ConnectorMappingFormat,
|
|
36
|
-
ConnectorMappingAvailability,
|
|
37
|
-
ConnectorMappingStructure,
|
|
38
|
-
ConnectorMappingCompleteOperation,
|
|
39
|
-
AuthorizationPolicyResourceFormat,
|
|
40
|
-
LinkResourceFormat,
|
|
41
|
-
TypePropertiesMapping,
|
|
42
|
-
RelationshipResourceFormat,
|
|
43
|
-
RelationshipTypeMapping,
|
|
44
|
-
RelationshipTypeFieldMapping,
|
|
45
|
-
RelationshipLinkResourceFormat,
|
|
46
|
-
RelationshipLinkFieldMapping,
|
|
47
|
-
ParticipantProfilePropertyReference,
|
|
48
|
-
ViewResourceFormat,
|
|
49
|
-
WidgetTypeResourceFormat,
|
|
50
|
-
RoleAssignmentResourceFormat,
|
|
51
|
-
AssignmentPrincipal,
|
|
52
|
-
ResourceSetDescription,
|
|
53
|
-
RoleResourceFormat,
|
|
54
|
-
PredictionResourceFormat,
|
|
55
|
-
PredictionMappings,
|
|
56
|
-
PredictionGradesItem,
|
|
57
|
-
PredictionSystemGeneratedEntities,
|
|
58
|
-
Hub,
|
|
59
|
-
HubBillingInfoFormat
|
|
60
|
-
} from "../models/mappers";
|
|
61
|
-
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
LinkResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
TypePropertiesMapping,
|
|
16
|
-
ParticipantPropertyReference,
|
|
17
|
-
CloudError,
|
|
18
|
-
LinkListResult,
|
|
19
|
-
Resource,
|
|
20
|
-
ProfileResourceFormat,
|
|
21
|
-
PropertyDefinition,
|
|
22
|
-
ProfileEnumValidValuesFormat,
|
|
23
|
-
DataSourcePrecedence,
|
|
24
|
-
StrongId,
|
|
25
|
-
InteractionResourceFormat,
|
|
26
|
-
Participant,
|
|
27
|
-
KpiResourceFormat,
|
|
28
|
-
KpiGroupByMetadata,
|
|
29
|
-
KpiParticipantProfilesMetadata,
|
|
30
|
-
KpiThresholds,
|
|
31
|
-
KpiAlias,
|
|
32
|
-
KpiExtract,
|
|
33
|
-
ConnectorResourceFormat,
|
|
34
|
-
ConnectorMappingResourceFormat,
|
|
35
|
-
ConnectorMappingProperties,
|
|
36
|
-
ConnectorMappingErrorManagement,
|
|
37
|
-
ConnectorMappingFormat,
|
|
38
|
-
ConnectorMappingAvailability,
|
|
39
|
-
ConnectorMappingStructure,
|
|
40
|
-
ConnectorMappingCompleteOperation,
|
|
41
|
-
AuthorizationPolicyResourceFormat,
|
|
42
|
-
RelationshipResourceFormat,
|
|
43
|
-
RelationshipTypeMapping,
|
|
44
|
-
RelationshipTypeFieldMapping,
|
|
45
|
-
RelationshipLinkResourceFormat,
|
|
46
|
-
RelationshipLinkFieldMapping,
|
|
47
|
-
ParticipantProfilePropertyReference,
|
|
48
|
-
ViewResourceFormat,
|
|
49
|
-
WidgetTypeResourceFormat,
|
|
50
|
-
RoleAssignmentResourceFormat,
|
|
51
|
-
AssignmentPrincipal,
|
|
52
|
-
ResourceSetDescription,
|
|
53
|
-
RoleResourceFormat,
|
|
54
|
-
PredictionResourceFormat,
|
|
55
|
-
PredictionMappings,
|
|
56
|
-
PredictionGradesItem,
|
|
57
|
-
PredictionSystemGeneratedEntities,
|
|
58
|
-
Hub,
|
|
59
|
-
HubBillingInfoFormat
|
|
60
|
-
} from "../models/mappers";
|
|
61
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
OperationListResult,
|
|
13
|
-
Operation,
|
|
14
|
-
OperationDisplay,
|
|
15
|
-
CloudError
|
|
16
|
-
} from "../models/mappers";
|
|
17
|
-
|
package/lib/models/parameters.ts
DELETED
|
@@ -1,419 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
|
|
13
|
-
export const acceptLanguage: msRest.OperationParameter = {
|
|
14
|
-
parameterPath: "acceptLanguage",
|
|
15
|
-
mapper: {
|
|
16
|
-
serializedName: "accept-language",
|
|
17
|
-
defaultValue: 'en-US',
|
|
18
|
-
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
export const apiVersion: msRest.OperationQueryParameter = {
|
|
24
|
-
parameterPath: "apiVersion",
|
|
25
|
-
mapper: {
|
|
26
|
-
required: true,
|
|
27
|
-
serializedName: "api-version",
|
|
28
|
-
type: {
|
|
29
|
-
name: "String"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
export const assignmentName0: msRest.OperationURLParameter = {
|
|
34
|
-
parameterPath: "assignmentName",
|
|
35
|
-
mapper: {
|
|
36
|
-
required: true,
|
|
37
|
-
serializedName: "assignmentName",
|
|
38
|
-
constraints: {
|
|
39
|
-
MaxLength: 128,
|
|
40
|
-
MinLength: 1,
|
|
41
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
42
|
-
},
|
|
43
|
-
type: {
|
|
44
|
-
name: "String"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
export const assignmentName1: msRest.OperationURLParameter = {
|
|
49
|
-
parameterPath: "assignmentName",
|
|
50
|
-
mapper: {
|
|
51
|
-
required: true,
|
|
52
|
-
serializedName: "assignmentName",
|
|
53
|
-
type: {
|
|
54
|
-
name: "String"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
export const authorizationPolicyName0: msRest.OperationURLParameter = {
|
|
59
|
-
parameterPath: "authorizationPolicyName",
|
|
60
|
-
mapper: {
|
|
61
|
-
required: true,
|
|
62
|
-
serializedName: "authorizationPolicyName",
|
|
63
|
-
constraints: {
|
|
64
|
-
MaxLength: 50,
|
|
65
|
-
MinLength: 1,
|
|
66
|
-
Pattern: /^[A-Za-z0-9]$|^[A-Za-z0-9][\w-\.]*[A-Za-z0-9]$/
|
|
67
|
-
},
|
|
68
|
-
type: {
|
|
69
|
-
name: "String"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
export const authorizationPolicyName1: msRest.OperationURLParameter = {
|
|
74
|
-
parameterPath: "authorizationPolicyName",
|
|
75
|
-
mapper: {
|
|
76
|
-
required: true,
|
|
77
|
-
serializedName: "authorizationPolicyName",
|
|
78
|
-
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
export const connectorName0: msRest.OperationURLParameter = {
|
|
84
|
-
parameterPath: "connectorName",
|
|
85
|
-
mapper: {
|
|
86
|
-
required: true,
|
|
87
|
-
serializedName: "connectorName",
|
|
88
|
-
constraints: {
|
|
89
|
-
MaxLength: 128,
|
|
90
|
-
MinLength: 1,
|
|
91
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
92
|
-
},
|
|
93
|
-
type: {
|
|
94
|
-
name: "String"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
export const connectorName1: msRest.OperationURLParameter = {
|
|
99
|
-
parameterPath: "connectorName",
|
|
100
|
-
mapper: {
|
|
101
|
-
required: true,
|
|
102
|
-
serializedName: "connectorName",
|
|
103
|
-
type: {
|
|
104
|
-
name: "String"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
export const hubName0: msRest.OperationURLParameter = {
|
|
109
|
-
parameterPath: "hubName",
|
|
110
|
-
mapper: {
|
|
111
|
-
required: true,
|
|
112
|
-
serializedName: "hubName",
|
|
113
|
-
constraints: {
|
|
114
|
-
MaxLength: 64,
|
|
115
|
-
MinLength: 1,
|
|
116
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9]+$/
|
|
117
|
-
},
|
|
118
|
-
type: {
|
|
119
|
-
name: "String"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
export const hubName1: msRest.OperationURLParameter = {
|
|
124
|
-
parameterPath: "hubName",
|
|
125
|
-
mapper: {
|
|
126
|
-
required: true,
|
|
127
|
-
serializedName: "hubName",
|
|
128
|
-
type: {
|
|
129
|
-
name: "String"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
};
|
|
133
|
-
export const interactionName0: msRest.OperationURLParameter = {
|
|
134
|
-
parameterPath: "interactionName",
|
|
135
|
-
mapper: {
|
|
136
|
-
required: true,
|
|
137
|
-
serializedName: "interactionName",
|
|
138
|
-
constraints: {
|
|
139
|
-
MaxLength: 128,
|
|
140
|
-
MinLength: 1,
|
|
141
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
142
|
-
},
|
|
143
|
-
type: {
|
|
144
|
-
name: "String"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
};
|
|
148
|
-
export const interactionName1: msRest.OperationURLParameter = {
|
|
149
|
-
parameterPath: "interactionName",
|
|
150
|
-
mapper: {
|
|
151
|
-
required: true,
|
|
152
|
-
serializedName: "interactionName",
|
|
153
|
-
type: {
|
|
154
|
-
name: "String"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
|
-
export const kpiName0: msRest.OperationURLParameter = {
|
|
159
|
-
parameterPath: "kpiName",
|
|
160
|
-
mapper: {
|
|
161
|
-
required: true,
|
|
162
|
-
serializedName: "kpiName",
|
|
163
|
-
constraints: {
|
|
164
|
-
MaxLength: 512,
|
|
165
|
-
MinLength: 1,
|
|
166
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
167
|
-
},
|
|
168
|
-
type: {
|
|
169
|
-
name: "String"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
};
|
|
173
|
-
export const kpiName1: msRest.OperationURLParameter = {
|
|
174
|
-
parameterPath: "kpiName",
|
|
175
|
-
mapper: {
|
|
176
|
-
required: true,
|
|
177
|
-
serializedName: "kpiName",
|
|
178
|
-
type: {
|
|
179
|
-
name: "String"
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
};
|
|
183
|
-
export const linkName0: msRest.OperationURLParameter = {
|
|
184
|
-
parameterPath: "linkName",
|
|
185
|
-
mapper: {
|
|
186
|
-
required: true,
|
|
187
|
-
serializedName: "linkName",
|
|
188
|
-
constraints: {
|
|
189
|
-
MaxLength: 512,
|
|
190
|
-
MinLength: 1,
|
|
191
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
192
|
-
},
|
|
193
|
-
type: {
|
|
194
|
-
name: "String"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
export const linkName1: msRest.OperationURLParameter = {
|
|
199
|
-
parameterPath: "linkName",
|
|
200
|
-
mapper: {
|
|
201
|
-
required: true,
|
|
202
|
-
serializedName: "linkName",
|
|
203
|
-
type: {
|
|
204
|
-
name: "String"
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
};
|
|
208
|
-
export const localeCode: msRest.OperationQueryParameter = {
|
|
209
|
-
parameterPath: [
|
|
210
|
-
"options",
|
|
211
|
-
"localeCode"
|
|
212
|
-
],
|
|
213
|
-
mapper: {
|
|
214
|
-
serializedName: "locale-code",
|
|
215
|
-
defaultValue: 'en-us',
|
|
216
|
-
type: {
|
|
217
|
-
name: "String"
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
};
|
|
221
|
-
export const mappingName0: msRest.OperationURLParameter = {
|
|
222
|
-
parameterPath: "mappingName",
|
|
223
|
-
mapper: {
|
|
224
|
-
required: true,
|
|
225
|
-
serializedName: "mappingName",
|
|
226
|
-
constraints: {
|
|
227
|
-
MaxLength: 128,
|
|
228
|
-
MinLength: 1,
|
|
229
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
230
|
-
},
|
|
231
|
-
type: {
|
|
232
|
-
name: "String"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
};
|
|
236
|
-
export const mappingName1: msRest.OperationURLParameter = {
|
|
237
|
-
parameterPath: "mappingName",
|
|
238
|
-
mapper: {
|
|
239
|
-
required: true,
|
|
240
|
-
serializedName: "mappingName",
|
|
241
|
-
type: {
|
|
242
|
-
name: "String"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
};
|
|
246
|
-
export const nextPageLink: msRest.OperationURLParameter = {
|
|
247
|
-
parameterPath: "nextPageLink",
|
|
248
|
-
mapper: {
|
|
249
|
-
required: true,
|
|
250
|
-
serializedName: "nextLink",
|
|
251
|
-
type: {
|
|
252
|
-
name: "String"
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
skipEncoding: true
|
|
256
|
-
};
|
|
257
|
-
export const predictionName0: msRest.OperationURLParameter = {
|
|
258
|
-
parameterPath: "predictionName",
|
|
259
|
-
mapper: {
|
|
260
|
-
required: true,
|
|
261
|
-
serializedName: "predictionName",
|
|
262
|
-
constraints: {
|
|
263
|
-
MaxLength: 512,
|
|
264
|
-
MinLength: 1
|
|
265
|
-
},
|
|
266
|
-
type: {
|
|
267
|
-
name: "String"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
export const predictionName1: msRest.OperationURLParameter = {
|
|
272
|
-
parameterPath: "predictionName",
|
|
273
|
-
mapper: {
|
|
274
|
-
required: true,
|
|
275
|
-
serializedName: "predictionName",
|
|
276
|
-
type: {
|
|
277
|
-
name: "String"
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
};
|
|
281
|
-
export const profileName0: msRest.OperationURLParameter = {
|
|
282
|
-
parameterPath: "profileName",
|
|
283
|
-
mapper: {
|
|
284
|
-
required: true,
|
|
285
|
-
serializedName: "profileName",
|
|
286
|
-
constraints: {
|
|
287
|
-
MaxLength: 128,
|
|
288
|
-
MinLength: 1,
|
|
289
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
290
|
-
},
|
|
291
|
-
type: {
|
|
292
|
-
name: "String"
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
};
|
|
296
|
-
export const profileName1: msRest.OperationURLParameter = {
|
|
297
|
-
parameterPath: "profileName",
|
|
298
|
-
mapper: {
|
|
299
|
-
required: true,
|
|
300
|
-
serializedName: "profileName",
|
|
301
|
-
type: {
|
|
302
|
-
name: "String"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
};
|
|
306
|
-
export const relationshipLinkName0: msRest.OperationURLParameter = {
|
|
307
|
-
parameterPath: "relationshipLinkName",
|
|
308
|
-
mapper: {
|
|
309
|
-
required: true,
|
|
310
|
-
serializedName: "relationshipLinkName",
|
|
311
|
-
constraints: {
|
|
312
|
-
MaxLength: 512,
|
|
313
|
-
MinLength: 1,
|
|
314
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
315
|
-
},
|
|
316
|
-
type: {
|
|
317
|
-
name: "String"
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
};
|
|
321
|
-
export const relationshipLinkName1: msRest.OperationURLParameter = {
|
|
322
|
-
parameterPath: "relationshipLinkName",
|
|
323
|
-
mapper: {
|
|
324
|
-
required: true,
|
|
325
|
-
serializedName: "relationshipLinkName",
|
|
326
|
-
type: {
|
|
327
|
-
name: "String"
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
};
|
|
331
|
-
export const relationshipName0: msRest.OperationURLParameter = {
|
|
332
|
-
parameterPath: "relationshipName",
|
|
333
|
-
mapper: {
|
|
334
|
-
required: true,
|
|
335
|
-
serializedName: "relationshipName",
|
|
336
|
-
constraints: {
|
|
337
|
-
MaxLength: 512,
|
|
338
|
-
MinLength: 1,
|
|
339
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
340
|
-
},
|
|
341
|
-
type: {
|
|
342
|
-
name: "String"
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
};
|
|
346
|
-
export const relationshipName1: msRest.OperationURLParameter = {
|
|
347
|
-
parameterPath: "relationshipName",
|
|
348
|
-
mapper: {
|
|
349
|
-
required: true,
|
|
350
|
-
serializedName: "relationshipName",
|
|
351
|
-
type: {
|
|
352
|
-
name: "String"
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
};
|
|
356
|
-
export const resourceGroupName: msRest.OperationURLParameter = {
|
|
357
|
-
parameterPath: "resourceGroupName",
|
|
358
|
-
mapper: {
|
|
359
|
-
required: true,
|
|
360
|
-
serializedName: "resourceGroupName",
|
|
361
|
-
type: {
|
|
362
|
-
name: "String"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
};
|
|
366
|
-
export const subscriptionId: msRest.OperationURLParameter = {
|
|
367
|
-
parameterPath: "subscriptionId",
|
|
368
|
-
mapper: {
|
|
369
|
-
required: true,
|
|
370
|
-
serializedName: "subscriptionId",
|
|
371
|
-
type: {
|
|
372
|
-
name: "String"
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
};
|
|
376
|
-
export const userId: msRest.OperationQueryParameter = {
|
|
377
|
-
parameterPath: "userId",
|
|
378
|
-
mapper: {
|
|
379
|
-
required: true,
|
|
380
|
-
serializedName: "userId",
|
|
381
|
-
type: {
|
|
382
|
-
name: "String"
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
};
|
|
386
|
-
export const viewName0: msRest.OperationURLParameter = {
|
|
387
|
-
parameterPath: "viewName",
|
|
388
|
-
mapper: {
|
|
389
|
-
required: true,
|
|
390
|
-
serializedName: "viewName",
|
|
391
|
-
constraints: {
|
|
392
|
-
MaxLength: 512,
|
|
393
|
-
MinLength: 1
|
|
394
|
-
},
|
|
395
|
-
type: {
|
|
396
|
-
name: "String"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
};
|
|
400
|
-
export const viewName1: msRest.OperationURLParameter = {
|
|
401
|
-
parameterPath: "viewName",
|
|
402
|
-
mapper: {
|
|
403
|
-
required: true,
|
|
404
|
-
serializedName: "viewName",
|
|
405
|
-
type: {
|
|
406
|
-
name: "String"
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
};
|
|
410
|
-
export const widgetTypeName: msRest.OperationURLParameter = {
|
|
411
|
-
parameterPath: "widgetTypeName",
|
|
412
|
-
mapper: {
|
|
413
|
-
required: true,
|
|
414
|
-
serializedName: "widgetTypeName",
|
|
415
|
-
type: {
|
|
416
|
-
name: "String"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
PredictionResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
PredictionMappings,
|
|
16
|
-
PredictionGradesItem,
|
|
17
|
-
PredictionSystemGeneratedEntities,
|
|
18
|
-
CloudError,
|
|
19
|
-
PredictionTrainingResults,
|
|
20
|
-
PredictionDistributionDefinition,
|
|
21
|
-
PredictionDistributionDefinitionDistributionsItem,
|
|
22
|
-
CanonicalProfileDefinition,
|
|
23
|
-
CanonicalProfileDefinitionPropertiesItem,
|
|
24
|
-
PredictionModelStatus,
|
|
25
|
-
PredictionListResult,
|
|
26
|
-
Resource,
|
|
27
|
-
ProfileResourceFormat,
|
|
28
|
-
PropertyDefinition,
|
|
29
|
-
ProfileEnumValidValuesFormat,
|
|
30
|
-
DataSourcePrecedence,
|
|
31
|
-
StrongId,
|
|
32
|
-
InteractionResourceFormat,
|
|
33
|
-
Participant,
|
|
34
|
-
ParticipantPropertyReference,
|
|
35
|
-
KpiResourceFormat,
|
|
36
|
-
KpiGroupByMetadata,
|
|
37
|
-
KpiParticipantProfilesMetadata,
|
|
38
|
-
KpiThresholds,
|
|
39
|
-
KpiAlias,
|
|
40
|
-
KpiExtract,
|
|
41
|
-
ConnectorResourceFormat,
|
|
42
|
-
ConnectorMappingResourceFormat,
|
|
43
|
-
ConnectorMappingProperties,
|
|
44
|
-
ConnectorMappingErrorManagement,
|
|
45
|
-
ConnectorMappingFormat,
|
|
46
|
-
ConnectorMappingAvailability,
|
|
47
|
-
ConnectorMappingStructure,
|
|
48
|
-
ConnectorMappingCompleteOperation,
|
|
49
|
-
AuthorizationPolicyResourceFormat,
|
|
50
|
-
LinkResourceFormat,
|
|
51
|
-
TypePropertiesMapping,
|
|
52
|
-
RelationshipResourceFormat,
|
|
53
|
-
RelationshipTypeMapping,
|
|
54
|
-
RelationshipTypeFieldMapping,
|
|
55
|
-
RelationshipLinkResourceFormat,
|
|
56
|
-
RelationshipLinkFieldMapping,
|
|
57
|
-
ParticipantProfilePropertyReference,
|
|
58
|
-
ViewResourceFormat,
|
|
59
|
-
WidgetTypeResourceFormat,
|
|
60
|
-
RoleAssignmentResourceFormat,
|
|
61
|
-
AssignmentPrincipal,
|
|
62
|
-
ResourceSetDescription,
|
|
63
|
-
RoleResourceFormat,
|
|
64
|
-
Hub,
|
|
65
|
-
HubBillingInfoFormat
|
|
66
|
-
} from "../models/mappers";
|
|
67
|
-
|