@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,417 +1,497 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
import { Hub as HubMapper, ProfileResourceFormat as ProfileResourceFormatMapper, InteractionResourceFormat as InteractionResourceFormatMapper, RelationshipResourceFormat as RelationshipResourceFormatMapper, RelationshipLinkResourceFormat as RelationshipLinkResourceFormatMapper, AuthorizationPolicyResourceFormat as AuthorizationPolicyResourceFormatMapper, ConnectorResourceFormat as ConnectorResourceFormatMapper, ConnectorMappingResourceFormat as ConnectorMappingResourceFormatMapper, KpiResourceFormat as KpiResourceFormatMapper, ViewResourceFormat as ViewResourceFormatMapper, LinkResourceFormat as LinkResourceFormatMapper, RoleAssignmentResourceFormat as RoleAssignmentResourceFormatMapper, GetImageUploadUrlInput as GetImageUploadUrlInputMapper, PredictionResourceFormat as PredictionResourceFormatMapper, PredictionModelStatus as PredictionModelStatusMapper } from "../models/mappers";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
12
11
|
mapper: {
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
15
|
type: {
|
|
16
16
|
name: "String"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
export
|
|
21
|
-
parameterPath: "
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
22
22
|
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
23
24
|
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true
|
|
30
|
+
};
|
|
31
|
+
export const apiVersion = {
|
|
32
|
+
parameterPath: "apiVersion",
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: "2017-04-26",
|
|
35
|
+
isConstant: true,
|
|
24
36
|
serializedName: "api-version",
|
|
25
37
|
type: {
|
|
26
38
|
name: "String"
|
|
27
39
|
}
|
|
28
40
|
}
|
|
29
41
|
};
|
|
30
|
-
export
|
|
31
|
-
parameterPath: "
|
|
42
|
+
export const nextLink = {
|
|
43
|
+
parameterPath: "nextLink",
|
|
32
44
|
mapper: {
|
|
45
|
+
serializedName: "nextLink",
|
|
33
46
|
required: true,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
type: {
|
|
48
|
+
name: "String"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
skipEncoding: true
|
|
52
|
+
};
|
|
53
|
+
export const contentType = {
|
|
54
|
+
parameterPath: ["options", "contentType"],
|
|
55
|
+
mapper: {
|
|
56
|
+
defaultValue: "application/json",
|
|
57
|
+
isConstant: true,
|
|
58
|
+
serializedName: "Content-Type",
|
|
40
59
|
type: {
|
|
41
60
|
name: "String"
|
|
42
61
|
}
|
|
43
62
|
}
|
|
44
63
|
};
|
|
45
|
-
export
|
|
46
|
-
parameterPath: "
|
|
64
|
+
export const parameters = {
|
|
65
|
+
parameterPath: "parameters",
|
|
66
|
+
mapper: HubMapper
|
|
67
|
+
};
|
|
68
|
+
export const resourceGroupName = {
|
|
69
|
+
parameterPath: "resourceGroupName",
|
|
47
70
|
mapper: {
|
|
71
|
+
serializedName: "resourceGroupName",
|
|
48
72
|
required: true,
|
|
49
|
-
serializedName: "assignmentName",
|
|
50
73
|
type: {
|
|
51
74
|
name: "String"
|
|
52
75
|
}
|
|
53
76
|
}
|
|
54
77
|
};
|
|
55
|
-
export
|
|
56
|
-
parameterPath: "
|
|
78
|
+
export const hubName = {
|
|
79
|
+
parameterPath: "hubName",
|
|
57
80
|
mapper: {
|
|
58
|
-
required: true,
|
|
59
|
-
serializedName: "authorizationPolicyName",
|
|
60
81
|
constraints: {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
82
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9]+$"),
|
|
83
|
+
MaxLength: 64,
|
|
84
|
+
MinLength: 1
|
|
64
85
|
},
|
|
86
|
+
serializedName: "hubName",
|
|
87
|
+
required: true,
|
|
65
88
|
type: {
|
|
66
89
|
name: "String"
|
|
67
90
|
}
|
|
68
91
|
}
|
|
69
92
|
};
|
|
70
|
-
export
|
|
71
|
-
parameterPath: "
|
|
93
|
+
export const subscriptionId = {
|
|
94
|
+
parameterPath: "subscriptionId",
|
|
72
95
|
mapper: {
|
|
96
|
+
serializedName: "subscriptionId",
|
|
73
97
|
required: true,
|
|
74
|
-
serializedName: "authorizationPolicyName",
|
|
75
98
|
type: {
|
|
76
99
|
name: "String"
|
|
77
100
|
}
|
|
78
101
|
}
|
|
79
102
|
};
|
|
80
|
-
export
|
|
81
|
-
parameterPath: "
|
|
103
|
+
export const hubName1 = {
|
|
104
|
+
parameterPath: "hubName",
|
|
82
105
|
mapper: {
|
|
106
|
+
serializedName: "hubName",
|
|
83
107
|
required: true,
|
|
84
|
-
serializedName: "connectorName",
|
|
85
|
-
constraints: {
|
|
86
|
-
MaxLength: 128,
|
|
87
|
-
MinLength: 1,
|
|
88
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
89
|
-
},
|
|
90
108
|
type: {
|
|
91
109
|
name: "String"
|
|
92
110
|
}
|
|
93
111
|
}
|
|
94
112
|
};
|
|
95
|
-
export
|
|
96
|
-
parameterPath: "
|
|
113
|
+
export const parameters1 = {
|
|
114
|
+
parameterPath: "parameters",
|
|
115
|
+
mapper: ProfileResourceFormatMapper
|
|
116
|
+
};
|
|
117
|
+
export const profileName = {
|
|
118
|
+
parameterPath: "profileName",
|
|
97
119
|
mapper: {
|
|
120
|
+
constraints: {
|
|
121
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
122
|
+
MaxLength: 128,
|
|
123
|
+
MinLength: 1
|
|
124
|
+
},
|
|
125
|
+
serializedName: "profileName",
|
|
98
126
|
required: true,
|
|
99
|
-
serializedName: "connectorName",
|
|
100
127
|
type: {
|
|
101
128
|
name: "String"
|
|
102
129
|
}
|
|
103
130
|
}
|
|
104
131
|
};
|
|
105
|
-
export
|
|
106
|
-
parameterPath: "
|
|
132
|
+
export const profileName1 = {
|
|
133
|
+
parameterPath: "profileName",
|
|
107
134
|
mapper: {
|
|
135
|
+
serializedName: "profileName",
|
|
108
136
|
required: true,
|
|
109
|
-
serializedName: "hubName",
|
|
110
|
-
constraints: {
|
|
111
|
-
MaxLength: 64,
|
|
112
|
-
MinLength: 1,
|
|
113
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9]+$/
|
|
114
|
-
},
|
|
115
137
|
type: {
|
|
116
138
|
name: "String"
|
|
117
139
|
}
|
|
118
140
|
}
|
|
119
141
|
};
|
|
120
|
-
export
|
|
121
|
-
parameterPath: "
|
|
142
|
+
export const localeCode = {
|
|
143
|
+
parameterPath: ["options", "localeCode"],
|
|
122
144
|
mapper: {
|
|
123
|
-
|
|
124
|
-
serializedName: "
|
|
145
|
+
defaultValue: "en-us",
|
|
146
|
+
serializedName: "locale-code",
|
|
125
147
|
type: {
|
|
126
148
|
name: "String"
|
|
127
149
|
}
|
|
128
150
|
}
|
|
129
151
|
};
|
|
130
|
-
export
|
|
152
|
+
export const parameters2 = {
|
|
153
|
+
parameterPath: "parameters",
|
|
154
|
+
mapper: InteractionResourceFormatMapper
|
|
155
|
+
};
|
|
156
|
+
export const interactionName = {
|
|
131
157
|
parameterPath: "interactionName",
|
|
132
158
|
mapper: {
|
|
133
|
-
required: true,
|
|
134
|
-
serializedName: "interactionName",
|
|
135
159
|
constraints: {
|
|
160
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
136
161
|
MaxLength: 128,
|
|
137
|
-
MinLength: 1
|
|
138
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
162
|
+
MinLength: 1
|
|
139
163
|
},
|
|
164
|
+
serializedName: "interactionName",
|
|
165
|
+
required: true,
|
|
140
166
|
type: {
|
|
141
167
|
name: "String"
|
|
142
168
|
}
|
|
143
169
|
}
|
|
144
170
|
};
|
|
145
|
-
export
|
|
171
|
+
export const interactionName1 = {
|
|
146
172
|
parameterPath: "interactionName",
|
|
147
173
|
mapper: {
|
|
148
|
-
required: true,
|
|
149
174
|
serializedName: "interactionName",
|
|
175
|
+
required: true,
|
|
150
176
|
type: {
|
|
151
177
|
name: "String"
|
|
152
178
|
}
|
|
153
179
|
}
|
|
154
180
|
};
|
|
155
|
-
export
|
|
156
|
-
parameterPath: "
|
|
181
|
+
export const parameters3 = {
|
|
182
|
+
parameterPath: "parameters",
|
|
183
|
+
mapper: RelationshipResourceFormatMapper
|
|
184
|
+
};
|
|
185
|
+
export const relationshipName = {
|
|
186
|
+
parameterPath: "relationshipName",
|
|
157
187
|
mapper: {
|
|
158
|
-
required: true,
|
|
159
|
-
serializedName: "kpiName",
|
|
160
188
|
constraints: {
|
|
189
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
161
190
|
MaxLength: 512,
|
|
162
|
-
MinLength: 1
|
|
163
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
191
|
+
MinLength: 1
|
|
164
192
|
},
|
|
193
|
+
serializedName: "relationshipName",
|
|
194
|
+
required: true,
|
|
165
195
|
type: {
|
|
166
196
|
name: "String"
|
|
167
197
|
}
|
|
168
198
|
}
|
|
169
199
|
};
|
|
170
|
-
export
|
|
171
|
-
parameterPath: "
|
|
200
|
+
export const relationshipName1 = {
|
|
201
|
+
parameterPath: "relationshipName",
|
|
172
202
|
mapper: {
|
|
203
|
+
serializedName: "relationshipName",
|
|
173
204
|
required: true,
|
|
174
|
-
serializedName: "kpiName",
|
|
175
205
|
type: {
|
|
176
206
|
name: "String"
|
|
177
207
|
}
|
|
178
208
|
}
|
|
179
209
|
};
|
|
180
|
-
export
|
|
181
|
-
parameterPath: "
|
|
210
|
+
export const parameters4 = {
|
|
211
|
+
parameterPath: "parameters",
|
|
212
|
+
mapper: RelationshipLinkResourceFormatMapper
|
|
213
|
+
};
|
|
214
|
+
export const relationshipLinkName = {
|
|
215
|
+
parameterPath: "relationshipLinkName",
|
|
182
216
|
mapper: {
|
|
183
|
-
required: true,
|
|
184
|
-
serializedName: "linkName",
|
|
185
217
|
constraints: {
|
|
218
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
186
219
|
MaxLength: 512,
|
|
187
|
-
MinLength: 1
|
|
188
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
220
|
+
MinLength: 1
|
|
189
221
|
},
|
|
222
|
+
serializedName: "relationshipLinkName",
|
|
223
|
+
required: true,
|
|
190
224
|
type: {
|
|
191
225
|
name: "String"
|
|
192
226
|
}
|
|
193
227
|
}
|
|
194
228
|
};
|
|
195
|
-
export
|
|
196
|
-
parameterPath: "
|
|
229
|
+
export const relationshipLinkName1 = {
|
|
230
|
+
parameterPath: "relationshipLinkName",
|
|
197
231
|
mapper: {
|
|
232
|
+
serializedName: "relationshipLinkName",
|
|
198
233
|
required: true,
|
|
199
|
-
serializedName: "linkName",
|
|
200
234
|
type: {
|
|
201
235
|
name: "String"
|
|
202
236
|
}
|
|
203
237
|
}
|
|
204
238
|
};
|
|
205
|
-
export
|
|
206
|
-
parameterPath:
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
239
|
+
export const parameters5 = {
|
|
240
|
+
parameterPath: "parameters",
|
|
241
|
+
mapper: AuthorizationPolicyResourceFormatMapper
|
|
242
|
+
};
|
|
243
|
+
export const authorizationPolicyName = {
|
|
244
|
+
parameterPath: "authorizationPolicyName",
|
|
210
245
|
mapper: {
|
|
211
|
-
|
|
212
|
-
|
|
246
|
+
constraints: {
|
|
247
|
+
Pattern: new RegExp("^[A-Za-z0-9]$|^[A-Za-z0-9][\\w-\\.]*[A-Za-z0-9]$"),
|
|
248
|
+
MaxLength: 50,
|
|
249
|
+
MinLength: 1
|
|
250
|
+
},
|
|
251
|
+
serializedName: "authorizationPolicyName",
|
|
252
|
+
required: true,
|
|
213
253
|
type: {
|
|
214
254
|
name: "String"
|
|
215
255
|
}
|
|
216
256
|
}
|
|
217
257
|
};
|
|
218
|
-
export
|
|
219
|
-
parameterPath: "
|
|
258
|
+
export const authorizationPolicyName1 = {
|
|
259
|
+
parameterPath: "authorizationPolicyName",
|
|
220
260
|
mapper: {
|
|
261
|
+
serializedName: "authorizationPolicyName",
|
|
221
262
|
required: true,
|
|
222
|
-
serializedName: "mappingName",
|
|
223
|
-
constraints: {
|
|
224
|
-
MaxLength: 128,
|
|
225
|
-
MinLength: 1,
|
|
226
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
227
|
-
},
|
|
228
263
|
type: {
|
|
229
264
|
name: "String"
|
|
230
265
|
}
|
|
231
266
|
}
|
|
232
267
|
};
|
|
233
|
-
export
|
|
234
|
-
parameterPath: "
|
|
268
|
+
export const parameters6 = {
|
|
269
|
+
parameterPath: "parameters",
|
|
270
|
+
mapper: ConnectorResourceFormatMapper
|
|
271
|
+
};
|
|
272
|
+
export const connectorName = {
|
|
273
|
+
parameterPath: "connectorName",
|
|
235
274
|
mapper: {
|
|
275
|
+
constraints: {
|
|
276
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
277
|
+
MaxLength: 128,
|
|
278
|
+
MinLength: 1
|
|
279
|
+
},
|
|
280
|
+
serializedName: "connectorName",
|
|
236
281
|
required: true,
|
|
237
|
-
serializedName: "mappingName",
|
|
238
282
|
type: {
|
|
239
283
|
name: "String"
|
|
240
284
|
}
|
|
241
285
|
}
|
|
242
286
|
};
|
|
243
|
-
export
|
|
244
|
-
parameterPath: "
|
|
287
|
+
export const connectorName1 = {
|
|
288
|
+
parameterPath: "connectorName",
|
|
245
289
|
mapper: {
|
|
290
|
+
serializedName: "connectorName",
|
|
246
291
|
required: true,
|
|
247
|
-
serializedName: "nextLink",
|
|
248
292
|
type: {
|
|
249
293
|
name: "String"
|
|
250
294
|
}
|
|
251
|
-
}
|
|
252
|
-
skipEncoding: true
|
|
295
|
+
}
|
|
253
296
|
};
|
|
254
|
-
export
|
|
255
|
-
parameterPath: "
|
|
297
|
+
export const parameters7 = {
|
|
298
|
+
parameterPath: "parameters",
|
|
299
|
+
mapper: ConnectorMappingResourceFormatMapper
|
|
300
|
+
};
|
|
301
|
+
export const mappingName = {
|
|
302
|
+
parameterPath: "mappingName",
|
|
256
303
|
mapper: {
|
|
257
|
-
required: true,
|
|
258
|
-
serializedName: "predictionName",
|
|
259
304
|
constraints: {
|
|
260
|
-
|
|
305
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
306
|
+
MaxLength: 128,
|
|
261
307
|
MinLength: 1
|
|
262
308
|
},
|
|
309
|
+
serializedName: "mappingName",
|
|
310
|
+
required: true,
|
|
263
311
|
type: {
|
|
264
312
|
name: "String"
|
|
265
313
|
}
|
|
266
314
|
}
|
|
267
315
|
};
|
|
268
|
-
export
|
|
269
|
-
parameterPath: "
|
|
316
|
+
export const mappingName1 = {
|
|
317
|
+
parameterPath: "mappingName",
|
|
270
318
|
mapper: {
|
|
319
|
+
serializedName: "mappingName",
|
|
271
320
|
required: true,
|
|
272
|
-
serializedName: "predictionName",
|
|
273
321
|
type: {
|
|
274
322
|
name: "String"
|
|
275
323
|
}
|
|
276
324
|
}
|
|
277
325
|
};
|
|
278
|
-
export
|
|
279
|
-
parameterPath: "
|
|
326
|
+
export const parameters8 = {
|
|
327
|
+
parameterPath: "parameters",
|
|
328
|
+
mapper: KpiResourceFormatMapper
|
|
329
|
+
};
|
|
330
|
+
export const kpiName = {
|
|
331
|
+
parameterPath: "kpiName",
|
|
280
332
|
mapper: {
|
|
281
|
-
required: true,
|
|
282
|
-
serializedName: "profileName",
|
|
283
333
|
constraints: {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
334
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
335
|
+
MaxLength: 512,
|
|
336
|
+
MinLength: 1
|
|
287
337
|
},
|
|
338
|
+
serializedName: "kpiName",
|
|
339
|
+
required: true,
|
|
288
340
|
type: {
|
|
289
341
|
name: "String"
|
|
290
342
|
}
|
|
291
343
|
}
|
|
292
344
|
};
|
|
293
|
-
export
|
|
294
|
-
parameterPath: "
|
|
345
|
+
export const kpiName1 = {
|
|
346
|
+
parameterPath: "kpiName",
|
|
295
347
|
mapper: {
|
|
348
|
+
serializedName: "kpiName",
|
|
296
349
|
required: true,
|
|
297
|
-
serializedName: "profileName",
|
|
298
350
|
type: {
|
|
299
351
|
name: "String"
|
|
300
352
|
}
|
|
301
353
|
}
|
|
302
354
|
};
|
|
303
|
-
export
|
|
304
|
-
parameterPath: "
|
|
355
|
+
export const widgetTypeName = {
|
|
356
|
+
parameterPath: "widgetTypeName",
|
|
305
357
|
mapper: {
|
|
358
|
+
serializedName: "widgetTypeName",
|
|
306
359
|
required: true,
|
|
307
|
-
serializedName: "relationshipLinkName",
|
|
308
|
-
constraints: {
|
|
309
|
-
MaxLength: 512,
|
|
310
|
-
MinLength: 1,
|
|
311
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
312
|
-
},
|
|
313
360
|
type: {
|
|
314
361
|
name: "String"
|
|
315
362
|
}
|
|
316
363
|
}
|
|
317
364
|
};
|
|
318
|
-
export
|
|
319
|
-
parameterPath: "
|
|
365
|
+
export const userId = {
|
|
366
|
+
parameterPath: "userId",
|
|
320
367
|
mapper: {
|
|
368
|
+
serializedName: "userId",
|
|
321
369
|
required: true,
|
|
322
|
-
serializedName: "relationshipLinkName",
|
|
323
370
|
type: {
|
|
324
371
|
name: "String"
|
|
325
372
|
}
|
|
326
373
|
}
|
|
327
374
|
};
|
|
328
|
-
export
|
|
329
|
-
parameterPath: "
|
|
375
|
+
export const parameters9 = {
|
|
376
|
+
parameterPath: "parameters",
|
|
377
|
+
mapper: ViewResourceFormatMapper
|
|
378
|
+
};
|
|
379
|
+
export const viewName = {
|
|
380
|
+
parameterPath: "viewName",
|
|
330
381
|
mapper: {
|
|
331
|
-
required: true,
|
|
332
|
-
serializedName: "relationshipName",
|
|
333
382
|
constraints: {
|
|
334
383
|
MaxLength: 512,
|
|
335
|
-
MinLength: 1
|
|
336
|
-
Pattern: /^[a-zA-Z][a-zA-Z0-9_]+$/
|
|
384
|
+
MinLength: 1
|
|
337
385
|
},
|
|
386
|
+
serializedName: "viewName",
|
|
387
|
+
required: true,
|
|
338
388
|
type: {
|
|
339
389
|
name: "String"
|
|
340
390
|
}
|
|
341
391
|
}
|
|
342
392
|
};
|
|
343
|
-
export
|
|
344
|
-
parameterPath: "
|
|
393
|
+
export const viewName1 = {
|
|
394
|
+
parameterPath: "viewName",
|
|
345
395
|
mapper: {
|
|
396
|
+
serializedName: "viewName",
|
|
346
397
|
required: true,
|
|
347
|
-
serializedName: "relationshipName",
|
|
348
398
|
type: {
|
|
349
399
|
name: "String"
|
|
350
400
|
}
|
|
351
401
|
}
|
|
352
402
|
};
|
|
353
|
-
export
|
|
354
|
-
parameterPath: "
|
|
403
|
+
export const parameters10 = {
|
|
404
|
+
parameterPath: "parameters",
|
|
405
|
+
mapper: LinkResourceFormatMapper
|
|
406
|
+
};
|
|
407
|
+
export const linkName = {
|
|
408
|
+
parameterPath: "linkName",
|
|
355
409
|
mapper: {
|
|
410
|
+
constraints: {
|
|
411
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
412
|
+
MaxLength: 512,
|
|
413
|
+
MinLength: 1
|
|
414
|
+
},
|
|
415
|
+
serializedName: "linkName",
|
|
356
416
|
required: true,
|
|
357
|
-
serializedName: "resourceGroupName",
|
|
358
417
|
type: {
|
|
359
418
|
name: "String"
|
|
360
419
|
}
|
|
361
420
|
}
|
|
362
421
|
};
|
|
363
|
-
export
|
|
364
|
-
parameterPath: "
|
|
422
|
+
export const linkName1 = {
|
|
423
|
+
parameterPath: "linkName",
|
|
365
424
|
mapper: {
|
|
425
|
+
serializedName: "linkName",
|
|
366
426
|
required: true,
|
|
367
|
-
serializedName: "subscriptionId",
|
|
368
427
|
type: {
|
|
369
428
|
name: "String"
|
|
370
429
|
}
|
|
371
430
|
}
|
|
372
431
|
};
|
|
373
|
-
export
|
|
374
|
-
parameterPath: "
|
|
432
|
+
export const parameters11 = {
|
|
433
|
+
parameterPath: "parameters",
|
|
434
|
+
mapper: RoleAssignmentResourceFormatMapper
|
|
435
|
+
};
|
|
436
|
+
export const assignmentName = {
|
|
437
|
+
parameterPath: "assignmentName",
|
|
375
438
|
mapper: {
|
|
439
|
+
constraints: {
|
|
440
|
+
Pattern: new RegExp("^[a-zA-Z][a-zA-Z0-9_]+$"),
|
|
441
|
+
MaxLength: 128,
|
|
442
|
+
MinLength: 1
|
|
443
|
+
},
|
|
444
|
+
serializedName: "assignmentName",
|
|
376
445
|
required: true,
|
|
377
|
-
serializedName: "userId",
|
|
378
446
|
type: {
|
|
379
447
|
name: "String"
|
|
380
448
|
}
|
|
381
449
|
}
|
|
382
450
|
};
|
|
383
|
-
export
|
|
384
|
-
parameterPath: "
|
|
451
|
+
export const assignmentName1 = {
|
|
452
|
+
parameterPath: "assignmentName",
|
|
385
453
|
mapper: {
|
|
454
|
+
serializedName: "assignmentName",
|
|
386
455
|
required: true,
|
|
387
|
-
serializedName: "viewName",
|
|
388
|
-
constraints: {
|
|
389
|
-
MaxLength: 512,
|
|
390
|
-
MinLength: 1
|
|
391
|
-
},
|
|
392
456
|
type: {
|
|
393
457
|
name: "String"
|
|
394
458
|
}
|
|
395
459
|
}
|
|
396
460
|
};
|
|
397
|
-
export
|
|
398
|
-
parameterPath: "
|
|
461
|
+
export const parameters12 = {
|
|
462
|
+
parameterPath: "parameters",
|
|
463
|
+
mapper: GetImageUploadUrlInputMapper
|
|
464
|
+
};
|
|
465
|
+
export const parameters13 = {
|
|
466
|
+
parameterPath: "parameters",
|
|
467
|
+
mapper: PredictionResourceFormatMapper
|
|
468
|
+
};
|
|
469
|
+
export const predictionName = {
|
|
470
|
+
parameterPath: "predictionName",
|
|
399
471
|
mapper: {
|
|
472
|
+
constraints: {
|
|
473
|
+
MaxLength: 512,
|
|
474
|
+
MinLength: 1
|
|
475
|
+
},
|
|
476
|
+
serializedName: "predictionName",
|
|
400
477
|
required: true,
|
|
401
|
-
serializedName: "viewName",
|
|
402
478
|
type: {
|
|
403
479
|
name: "String"
|
|
404
480
|
}
|
|
405
481
|
}
|
|
406
482
|
};
|
|
407
|
-
export
|
|
408
|
-
parameterPath: "
|
|
483
|
+
export const predictionName1 = {
|
|
484
|
+
parameterPath: "predictionName",
|
|
409
485
|
mapper: {
|
|
486
|
+
serializedName: "predictionName",
|
|
410
487
|
required: true,
|
|
411
|
-
serializedName: "widgetTypeName",
|
|
412
488
|
type: {
|
|
413
489
|
name: "String"
|
|
414
490
|
}
|
|
415
491
|
}
|
|
416
492
|
};
|
|
493
|
+
export const parameters14 = {
|
|
494
|
+
parameterPath: "parameters",
|
|
495
|
+
mapper: PredictionModelStatusMapper
|
|
496
|
+
};
|
|
417
497
|
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
|