@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
package/esm/operations/views.js
DELETED
|
@@ -1,193 +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
|
-
import * as tslib_1 from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/viewsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Views. */
|
|
15
|
-
var Views = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Views.
|
|
18
|
-
* @param {CustomerInsightsManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Views(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Views.prototype.listByHub = function (resourceGroupName, hubName, userId, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
hubName: hubName,
|
|
27
|
-
userId: userId,
|
|
28
|
-
options: options
|
|
29
|
-
}, listByHubOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
Views.prototype.createOrUpdate = function (resourceGroupName, hubName, viewName, parameters, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
resourceGroupName: resourceGroupName,
|
|
34
|
-
hubName: hubName,
|
|
35
|
-
viewName: viewName,
|
|
36
|
-
parameters: parameters,
|
|
37
|
-
options: options
|
|
38
|
-
}, createOrUpdateOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
Views.prototype.get = function (resourceGroupName, hubName, viewName, userId, options, callback) {
|
|
41
|
-
return this.client.sendOperationRequest({
|
|
42
|
-
resourceGroupName: resourceGroupName,
|
|
43
|
-
hubName: hubName,
|
|
44
|
-
viewName: viewName,
|
|
45
|
-
userId: userId,
|
|
46
|
-
options: options
|
|
47
|
-
}, getOperationSpec, callback);
|
|
48
|
-
};
|
|
49
|
-
Views.prototype.deleteMethod = function (resourceGroupName, hubName, viewName, userId, options, callback) {
|
|
50
|
-
return this.client.sendOperationRequest({
|
|
51
|
-
resourceGroupName: resourceGroupName,
|
|
52
|
-
hubName: hubName,
|
|
53
|
-
viewName: viewName,
|
|
54
|
-
userId: userId,
|
|
55
|
-
options: options
|
|
56
|
-
}, deleteMethodOperationSpec, callback);
|
|
57
|
-
};
|
|
58
|
-
Views.prototype.listByHubNext = function (nextPageLink, options, callback) {
|
|
59
|
-
return this.client.sendOperationRequest({
|
|
60
|
-
nextPageLink: nextPageLink,
|
|
61
|
-
options: options
|
|
62
|
-
}, listByHubNextOperationSpec, callback);
|
|
63
|
-
};
|
|
64
|
-
return Views;
|
|
65
|
-
}());
|
|
66
|
-
export { Views };
|
|
67
|
-
// Operation Specifications
|
|
68
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
69
|
-
var listByHubOperationSpec = {
|
|
70
|
-
httpMethod: "GET",
|
|
71
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views",
|
|
72
|
-
urlParameters: [
|
|
73
|
-
Parameters.resourceGroupName,
|
|
74
|
-
Parameters.hubName1,
|
|
75
|
-
Parameters.subscriptionId
|
|
76
|
-
],
|
|
77
|
-
queryParameters: [
|
|
78
|
-
Parameters.apiVersion,
|
|
79
|
-
Parameters.userId
|
|
80
|
-
],
|
|
81
|
-
headerParameters: [
|
|
82
|
-
Parameters.acceptLanguage
|
|
83
|
-
],
|
|
84
|
-
responses: {
|
|
85
|
-
200: {
|
|
86
|
-
bodyMapper: Mappers.ViewListResult
|
|
87
|
-
},
|
|
88
|
-
default: {
|
|
89
|
-
bodyMapper: Mappers.CloudError
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
serializer: serializer
|
|
93
|
-
};
|
|
94
|
-
var createOrUpdateOperationSpec = {
|
|
95
|
-
httpMethod: "PUT",
|
|
96
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}",
|
|
97
|
-
urlParameters: [
|
|
98
|
-
Parameters.resourceGroupName,
|
|
99
|
-
Parameters.hubName1,
|
|
100
|
-
Parameters.viewName0,
|
|
101
|
-
Parameters.subscriptionId
|
|
102
|
-
],
|
|
103
|
-
queryParameters: [
|
|
104
|
-
Parameters.apiVersion
|
|
105
|
-
],
|
|
106
|
-
headerParameters: [
|
|
107
|
-
Parameters.acceptLanguage
|
|
108
|
-
],
|
|
109
|
-
requestBody: {
|
|
110
|
-
parameterPath: "parameters",
|
|
111
|
-
mapper: tslib_1.__assign({}, Mappers.ViewResourceFormat, { required: true })
|
|
112
|
-
},
|
|
113
|
-
responses: {
|
|
114
|
-
200: {
|
|
115
|
-
bodyMapper: Mappers.ViewResourceFormat
|
|
116
|
-
},
|
|
117
|
-
default: {
|
|
118
|
-
bodyMapper: Mappers.CloudError
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
serializer: serializer
|
|
122
|
-
};
|
|
123
|
-
var getOperationSpec = {
|
|
124
|
-
httpMethod: "GET",
|
|
125
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}",
|
|
126
|
-
urlParameters: [
|
|
127
|
-
Parameters.resourceGroupName,
|
|
128
|
-
Parameters.hubName1,
|
|
129
|
-
Parameters.viewName1,
|
|
130
|
-
Parameters.subscriptionId
|
|
131
|
-
],
|
|
132
|
-
queryParameters: [
|
|
133
|
-
Parameters.apiVersion,
|
|
134
|
-
Parameters.userId
|
|
135
|
-
],
|
|
136
|
-
headerParameters: [
|
|
137
|
-
Parameters.acceptLanguage
|
|
138
|
-
],
|
|
139
|
-
responses: {
|
|
140
|
-
200: {
|
|
141
|
-
bodyMapper: Mappers.ViewResourceFormat
|
|
142
|
-
},
|
|
143
|
-
default: {
|
|
144
|
-
bodyMapper: Mappers.CloudError
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
serializer: serializer
|
|
148
|
-
};
|
|
149
|
-
var deleteMethodOperationSpec = {
|
|
150
|
-
httpMethod: "DELETE",
|
|
151
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}",
|
|
152
|
-
urlParameters: [
|
|
153
|
-
Parameters.resourceGroupName,
|
|
154
|
-
Parameters.hubName1,
|
|
155
|
-
Parameters.viewName1,
|
|
156
|
-
Parameters.subscriptionId
|
|
157
|
-
],
|
|
158
|
-
queryParameters: [
|
|
159
|
-
Parameters.apiVersion,
|
|
160
|
-
Parameters.userId
|
|
161
|
-
],
|
|
162
|
-
headerParameters: [
|
|
163
|
-
Parameters.acceptLanguage
|
|
164
|
-
],
|
|
165
|
-
responses: {
|
|
166
|
-
200: {},
|
|
167
|
-
default: {
|
|
168
|
-
bodyMapper: Mappers.CloudError
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
serializer: serializer
|
|
172
|
-
};
|
|
173
|
-
var listByHubNextOperationSpec = {
|
|
174
|
-
httpMethod: "GET",
|
|
175
|
-
baseUrl: "https://management.azure.com",
|
|
176
|
-
path: "{nextLink}",
|
|
177
|
-
urlParameters: [
|
|
178
|
-
Parameters.nextPageLink
|
|
179
|
-
],
|
|
180
|
-
headerParameters: [
|
|
181
|
-
Parameters.acceptLanguage
|
|
182
|
-
],
|
|
183
|
-
responses: {
|
|
184
|
-
200: {
|
|
185
|
-
bodyMapper: Mappers.ViewListResult
|
|
186
|
-
},
|
|
187
|
-
default: {
|
|
188
|
-
bodyMapper: Mappers.CloudError
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
serializer: serializer
|
|
192
|
-
};
|
|
193
|
-
//# sourceMappingURL=views.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"views.js","sourceRoot":"","sources":["../../lib/operations/views.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { CustomerInsightsManagementClientContext } from "../customerInsightsManagementClientContext";
|
|
4
|
-
/** Class representing a WidgetTypes. */
|
|
5
|
-
export declare class WidgetTypes {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a WidgetTypes.
|
|
9
|
-
* @param {CustomerInsightsManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: CustomerInsightsManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets all available widget types in the specified hub.
|
|
14
|
-
* @param resourceGroupName The name of the resource group.
|
|
15
|
-
* @param hubName The name of the hub.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.WidgetTypesListByHubResponse>
|
|
18
|
-
*/
|
|
19
|
-
listByHub(resourceGroupName: string, hubName: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesListByHubResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName The name of the resource group.
|
|
22
|
-
* @param hubName The name of the hub.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<Models.WidgetTypeListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName The name of the resource group.
|
|
28
|
-
* @param hubName The name of the hub.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listByHub(resourceGroupName: string, hubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WidgetTypeListResult>): void;
|
|
33
|
-
/**
|
|
34
|
-
* Gets a widget type in the specified hub.
|
|
35
|
-
* @param resourceGroupName The name of the resource group.
|
|
36
|
-
* @param hubName The name of the hub.
|
|
37
|
-
* @param widgetTypeName The name of the widget type.
|
|
38
|
-
* @param [options] The optional parameters
|
|
39
|
-
* @returns Promise<Models.WidgetTypesGetResponse>
|
|
40
|
-
*/
|
|
41
|
-
get(resourceGroupName: string, hubName: string, widgetTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesGetResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* @param resourceGroupName The name of the resource group.
|
|
44
|
-
* @param hubName The name of the hub.
|
|
45
|
-
* @param widgetTypeName The name of the widget type.
|
|
46
|
-
* @param callback The callback
|
|
47
|
-
*/
|
|
48
|
-
get(resourceGroupName: string, hubName: string, widgetTypeName: string, callback: msRest.ServiceCallback<Models.WidgetTypeResourceFormat>): void;
|
|
49
|
-
/**
|
|
50
|
-
* @param resourceGroupName The name of the resource group.
|
|
51
|
-
* @param hubName The name of the hub.
|
|
52
|
-
* @param widgetTypeName The name of the widget type.
|
|
53
|
-
* @param options The optional parameters
|
|
54
|
-
* @param callback The callback
|
|
55
|
-
*/
|
|
56
|
-
get(resourceGroupName: string, hubName: string, widgetTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WidgetTypeResourceFormat>): void;
|
|
57
|
-
/**
|
|
58
|
-
* Gets all available widget types in the specified hub.
|
|
59
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
60
|
-
* @param [options] The optional parameters
|
|
61
|
-
* @returns Promise<Models.WidgetTypesListByHubNextResponse>
|
|
62
|
-
*/
|
|
63
|
-
listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesListByHubNextResponse>;
|
|
64
|
-
/**
|
|
65
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WidgetTypeListResult>): void;
|
|
69
|
-
/**
|
|
70
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WidgetTypeListResult>): void;
|
|
75
|
-
}
|
|
76
|
-
//# sourceMappingURL=widgetTypes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widgetTypes.d.ts","sourceRoot":"","sources":["../../lib/operations/widgetTypes.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,uCAAuC,EAAE,MAAM,4CAA4C,CAAC;AAErG,wCAAwC;AACxC,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;;OAMG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,4BAA4B,CAAC;IACxI;;;;OAIG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAC1H;;;;;OAKG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAY9J;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACpJ;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAChJ;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAapL;;;;;OAKG;IACH,aAAa,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAC;IAC1H;;;OAGG;IACH,aAAa,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;IACxG;;;;OAIG;IACH,aAAa,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;CAU7I"}
|
|
@@ -1,117 +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
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/widgetTypesMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a WidgetTypes. */
|
|
14
|
-
var WidgetTypes = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a WidgetTypes.
|
|
17
|
-
* @param {CustomerInsightsManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function WidgetTypes(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
WidgetTypes.prototype.listByHub = function (resourceGroupName, hubName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
hubName: hubName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByHubOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
WidgetTypes.prototype.get = function (resourceGroupName, hubName, widgetTypeName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
hubName: hubName,
|
|
33
|
-
widgetTypeName: widgetTypeName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
WidgetTypes.prototype.listByHubNext = function (nextPageLink, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
nextPageLink: nextPageLink,
|
|
40
|
-
options: options
|
|
41
|
-
}, listByHubNextOperationSpec, callback);
|
|
42
|
-
};
|
|
43
|
-
return WidgetTypes;
|
|
44
|
-
}());
|
|
45
|
-
export { WidgetTypes };
|
|
46
|
-
// Operation Specifications
|
|
47
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
48
|
-
var listByHubOperationSpec = {
|
|
49
|
-
httpMethod: "GET",
|
|
50
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/widgetTypes",
|
|
51
|
-
urlParameters: [
|
|
52
|
-
Parameters.resourceGroupName,
|
|
53
|
-
Parameters.hubName1,
|
|
54
|
-
Parameters.subscriptionId
|
|
55
|
-
],
|
|
56
|
-
queryParameters: [
|
|
57
|
-
Parameters.apiVersion
|
|
58
|
-
],
|
|
59
|
-
headerParameters: [
|
|
60
|
-
Parameters.acceptLanguage
|
|
61
|
-
],
|
|
62
|
-
responses: {
|
|
63
|
-
200: {
|
|
64
|
-
bodyMapper: Mappers.WidgetTypeListResult
|
|
65
|
-
},
|
|
66
|
-
default: {
|
|
67
|
-
bodyMapper: Mappers.CloudError
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
serializer: serializer
|
|
71
|
-
};
|
|
72
|
-
var getOperationSpec = {
|
|
73
|
-
httpMethod: "GET",
|
|
74
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/widgetTypes/{widgetTypeName}",
|
|
75
|
-
urlParameters: [
|
|
76
|
-
Parameters.resourceGroupName,
|
|
77
|
-
Parameters.hubName1,
|
|
78
|
-
Parameters.widgetTypeName,
|
|
79
|
-
Parameters.subscriptionId
|
|
80
|
-
],
|
|
81
|
-
queryParameters: [
|
|
82
|
-
Parameters.apiVersion
|
|
83
|
-
],
|
|
84
|
-
headerParameters: [
|
|
85
|
-
Parameters.acceptLanguage
|
|
86
|
-
],
|
|
87
|
-
responses: {
|
|
88
|
-
200: {
|
|
89
|
-
bodyMapper: Mappers.WidgetTypeResourceFormat
|
|
90
|
-
},
|
|
91
|
-
default: {
|
|
92
|
-
bodyMapper: Mappers.CloudError
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
serializer: serializer
|
|
96
|
-
};
|
|
97
|
-
var listByHubNextOperationSpec = {
|
|
98
|
-
httpMethod: "GET",
|
|
99
|
-
baseUrl: "https://management.azure.com",
|
|
100
|
-
path: "{nextLink}",
|
|
101
|
-
urlParameters: [
|
|
102
|
-
Parameters.nextPageLink
|
|
103
|
-
],
|
|
104
|
-
headerParameters: [
|
|
105
|
-
Parameters.acceptLanguage
|
|
106
|
-
],
|
|
107
|
-
responses: {
|
|
108
|
-
200: {
|
|
109
|
-
bodyMapper: Mappers.WidgetTypeListResult
|
|
110
|
-
},
|
|
111
|
-
default: {
|
|
112
|
-
bodyMapper: Mappers.CloudError
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
serializer: serializer
|
|
116
|
-
};
|
|
117
|
-
//# sourceMappingURL=widgetTypes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widgetTypes.js","sourceRoot":"","sources":["../../lib/operations/widgetTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,75 +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
|
-
import * as Models from "./models";
|
|
13
|
-
import * as Mappers from "./models/mappers";
|
|
14
|
-
import * as operations from "./operations";
|
|
15
|
-
import { CustomerInsightsManagementClientContext } from "./customerInsightsManagementClientContext";
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class CustomerInsightsManagementClient extends CustomerInsightsManagementClientContext {
|
|
19
|
-
// Operation groups
|
|
20
|
-
operations: operations.Operations;
|
|
21
|
-
hubs: operations.Hubs;
|
|
22
|
-
profiles: operations.Profiles;
|
|
23
|
-
interactions: operations.Interactions;
|
|
24
|
-
relationships: operations.Relationships;
|
|
25
|
-
relationshipLinks: operations.RelationshipLinks;
|
|
26
|
-
authorizationPolicies: operations.AuthorizationPolicies;
|
|
27
|
-
connectors: operations.Connectors;
|
|
28
|
-
connectorMappings: operations.ConnectorMappings;
|
|
29
|
-
kpi: operations.Kpi;
|
|
30
|
-
widgetTypes: operations.WidgetTypes;
|
|
31
|
-
views: operations.Views;
|
|
32
|
-
links: operations.Links;
|
|
33
|
-
roles: operations.Roles;
|
|
34
|
-
roleAssignments: operations.RoleAssignments;
|
|
35
|
-
images: operations.Images;
|
|
36
|
-
predictions: operations.Predictions;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Initializes a new instance of the CustomerInsightsManagementClient class.
|
|
40
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
41
|
-
* @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
|
|
42
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
43
|
-
* @param [options] The parameter options
|
|
44
|
-
*/
|
|
45
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.CustomerInsightsManagementClientOptions) {
|
|
46
|
-
super(credentials, subscriptionId, options);
|
|
47
|
-
this.operations = new operations.Operations(this);
|
|
48
|
-
this.hubs = new operations.Hubs(this);
|
|
49
|
-
this.profiles = new operations.Profiles(this);
|
|
50
|
-
this.interactions = new operations.Interactions(this);
|
|
51
|
-
this.relationships = new operations.Relationships(this);
|
|
52
|
-
this.relationshipLinks = new operations.RelationshipLinks(this);
|
|
53
|
-
this.authorizationPolicies = new operations.AuthorizationPolicies(this);
|
|
54
|
-
this.connectors = new operations.Connectors(this);
|
|
55
|
-
this.connectorMappings = new operations.ConnectorMappings(this);
|
|
56
|
-
this.kpi = new operations.Kpi(this);
|
|
57
|
-
this.widgetTypes = new operations.WidgetTypes(this);
|
|
58
|
-
this.views = new operations.Views(this);
|
|
59
|
-
this.links = new operations.Links(this);
|
|
60
|
-
this.roles = new operations.Roles(this);
|
|
61
|
-
this.roleAssignments = new operations.RoleAssignments(this);
|
|
62
|
-
this.images = new operations.Images(this);
|
|
63
|
-
this.predictions = new operations.Predictions(this);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// Operation Specifications
|
|
68
|
-
|
|
69
|
-
export {
|
|
70
|
-
CustomerInsightsManagementClient,
|
|
71
|
-
CustomerInsightsManagementClientContext,
|
|
72
|
-
Models as CustomerInsightsManagementModels,
|
|
73
|
-
Mappers as CustomerInsightsManagementMappers
|
|
74
|
-
};
|
|
75
|
-
export * from "./operations";
|
|
@@ -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
|
-
import * as Models from "./models";
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
13
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
14
|
-
|
|
15
|
-
const packageName = "@azure/arm-customerinsights";
|
|
16
|
-
const packageVersion = "0.1.0";
|
|
17
|
-
|
|
18
|
-
export class CustomerInsightsManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
19
|
-
credentials: msRest.ServiceClientCredentials;
|
|
20
|
-
subscriptionId: string;
|
|
21
|
-
apiVersion?: string;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Initializes a new instance of the CustomerInsightsManagementClient class.
|
|
25
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
26
|
-
* @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
|
|
27
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
28
|
-
* @param [options] The parameter options
|
|
29
|
-
*/
|
|
30
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.CustomerInsightsManagementClientOptions) {
|
|
31
|
-
if (credentials == undefined) {
|
|
32
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
33
|
-
}
|
|
34
|
-
if (subscriptionId == undefined) {
|
|
35
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
if (!options) {
|
|
39
|
-
options = {};
|
|
40
|
-
}
|
|
41
|
-
if(!options.userAgent) {
|
|
42
|
-
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
43
|
-
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
super(credentials, options);
|
|
47
|
-
|
|
48
|
-
this.apiVersion = '2017-04-26';
|
|
49
|
-
this.acceptLanguage = 'en-US';
|
|
50
|
-
this.longRunningOperationRetryTimeout = 30;
|
|
51
|
-
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
52
|
-
this.requestContentType = "application/json; charset=utf-8";
|
|
53
|
-
this.credentials = credentials;
|
|
54
|
-
this.subscriptionId = subscriptionId;
|
|
55
|
-
|
|
56
|
-
if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
57
|
-
this.acceptLanguage = options.acceptLanguage;
|
|
58
|
-
}
|
|
59
|
-
if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
60
|
-
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,62 +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
|
-
AuthorizationPolicyResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
CloudError,
|
|
16
|
-
AuthorizationPolicyListResult,
|
|
17
|
-
AuthorizationPolicy,
|
|
18
|
-
Resource,
|
|
19
|
-
ProfileResourceFormat,
|
|
20
|
-
PropertyDefinition,
|
|
21
|
-
ProfileEnumValidValuesFormat,
|
|
22
|
-
DataSourcePrecedence,
|
|
23
|
-
StrongId,
|
|
24
|
-
InteractionResourceFormat,
|
|
25
|
-
Participant,
|
|
26
|
-
ParticipantPropertyReference,
|
|
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
|
-
LinkResourceFormat,
|
|
42
|
-
TypePropertiesMapping,
|
|
43
|
-
RelationshipResourceFormat,
|
|
44
|
-
RelationshipTypeMapping,
|
|
45
|
-
RelationshipTypeFieldMapping,
|
|
46
|
-
RelationshipLinkResourceFormat,
|
|
47
|
-
RelationshipLinkFieldMapping,
|
|
48
|
-
ParticipantProfilePropertyReference,
|
|
49
|
-
ViewResourceFormat,
|
|
50
|
-
WidgetTypeResourceFormat,
|
|
51
|
-
RoleAssignmentResourceFormat,
|
|
52
|
-
AssignmentPrincipal,
|
|
53
|
-
ResourceSetDescription,
|
|
54
|
-
RoleResourceFormat,
|
|
55
|
-
PredictionResourceFormat,
|
|
56
|
-
PredictionMappings,
|
|
57
|
-
PredictionGradesItem,
|
|
58
|
-
PredictionSystemGeneratedEntities,
|
|
59
|
-
Hub,
|
|
60
|
-
HubBillingInfoFormat
|
|
61
|
-
} from "../models/mappers";
|
|
62
|
-
|
|
@@ -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
|
-
ConnectorMappingResourceFormat,
|
|
13
|
-
ProxyResource,
|
|
14
|
-
BaseResource,
|
|
15
|
-
ConnectorMappingProperties,
|
|
16
|
-
ConnectorMappingErrorManagement,
|
|
17
|
-
ConnectorMappingFormat,
|
|
18
|
-
ConnectorMappingAvailability,
|
|
19
|
-
ConnectorMappingStructure,
|
|
20
|
-
ConnectorMappingCompleteOperation,
|
|
21
|
-
CloudError,
|
|
22
|
-
ConnectorMappingListResult,
|
|
23
|
-
Resource,
|
|
24
|
-
ProfileResourceFormat,
|
|
25
|
-
PropertyDefinition,
|
|
26
|
-
ProfileEnumValidValuesFormat,
|
|
27
|
-
DataSourcePrecedence,
|
|
28
|
-
StrongId,
|
|
29
|
-
InteractionResourceFormat,
|
|
30
|
-
Participant,
|
|
31
|
-
ParticipantPropertyReference,
|
|
32
|
-
KpiResourceFormat,
|
|
33
|
-
KpiGroupByMetadata,
|
|
34
|
-
KpiParticipantProfilesMetadata,
|
|
35
|
-
KpiThresholds,
|
|
36
|
-
KpiAlias,
|
|
37
|
-
KpiExtract,
|
|
38
|
-
ConnectorResourceFormat,
|
|
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
|
-
|