From c91c8707b486707ff689a4b6fc591bb7fadb9641 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 1 Nov 2019 05:54:28 +0000 Subject: [PATCH] Generated from 27d5fcbffb59163e5aeda0e779ecd92fff5ae415 add clear-output-folder in resource-manager readme.typescript.md to fix js sdk build failure --- .../arm-customerinsights/LICENSE.txt | 2 +- .../arm-customerinsights/README.md | 12 +- .../arm-customerinsights/package.json | 24 +- .../arm-customerinsights/rollup.config.js | 22 +- ...customerInsightsManagementClientContext.ts | 2 +- .../models/authorizationPoliciesMappers.ts | 79 +- .../src/models/connectorMappingsMappers.ts | 75 +- .../src/models/connectorsMappers.ts | 77 +- .../src/models/hubsMappers.ts | 79 +- .../src/models/imagesMappers.ts | 11 +- .../arm-customerinsights/src/models/index.ts | 1793 ++++++----------- .../src/models/interactionsMappers.ts | 85 +- .../src/models/kpiMappers.ts | 83 +- .../src/models/linksMappers.ts | 81 +- .../src/models/mappers.ts | 6 +- .../src/models/operationsMappers.ts | 11 +- .../src/models/predictionsMappers.ts | 89 +- .../src/models/profilesMappers.ts | 83 +- .../src/models/relationshipLinksMappers.ts | 79 +- .../src/models/relationshipsMappers.ts | 83 +- .../src/models/roleAssignmentsMappers.ts | 81 +- .../src/models/rolesMappers.ts | 81 +- .../src/models/viewsMappers.ts | 79 +- .../src/models/widgetTypesMappers.ts | 79 +- .../src/operations/views.ts | 20 +- .../arm-customerinsights/tsconfig.json | 2 +- 26 files changed, 1281 insertions(+), 1837 deletions(-) diff --git a/sdk/customer-insights/arm-customerinsights/LICENSE.txt b/sdk/customer-insights/arm-customerinsights/LICENSE.txt index a70e8cf66038..b73b4a1293c3 100644 --- a/sdk/customer-insights/arm-customerinsights/LICENSE.txt +++ b/sdk/customer-insights/arm-customerinsights/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Microsoft +Copyright (c) 2019 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sdk/customer-insights/arm-customerinsights/README.md b/sdk/customer-insights/arm-customerinsights/README.md index 396991f0786c..98dc1f5cfa6f 100644 --- a/sdk/customer-insights/arm-customerinsights/README.md +++ b/sdk/customer-insights/arm-customerinsights/README.md @@ -9,7 +9,7 @@ This package contains an isomorphic SDK for CustomerInsightsManagementClient. ### How to Install -``` +```bash npm install @azure/arm-customerinsights ``` @@ -19,13 +19,14 @@ npm install @azure/arm-customerinsights ##### Install @azure/ms-rest-nodeauth -``` -npm install @azure/ms-rest-nodeauth +- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`. +```bash +npm install @azure/ms-rest-nodeauth@"^3.0.0" ``` ##### Sample code -```ts +```typescript import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; import * as msRestNodeAuth from "@azure/ms-rest-nodeauth"; @@ -47,7 +48,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => { ##### Install @azure/ms-rest-browserauth -``` +```bash npm install @azure/ms-rest-browserauth ``` @@ -95,5 +96,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to - [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js) - ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/customer-insights/arm-customerinsights/README.png) diff --git a/sdk/customer-insights/arm-customerinsights/package.json b/sdk/customer-insights/arm-customerinsights/package.json index f4164c03664d..bb32509e29de 100644 --- a/sdk/customer-insights/arm-customerinsights/package.json +++ b/sdk/customer-insights/arm-customerinsights/package.json @@ -4,9 +4,9 @@ "description": "CustomerInsightsManagementClient Library with typescript type definitions for node.js and browser.", "version": "3.1.0", "dependencies": { - "@azure/ms-rest-azure-js": "^1.1.0", - "@azure/ms-rest-js": "^1.1.0", - "tslib": "^1.9.3" + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" }, "keywords": [ "node", @@ -20,18 +20,19 @@ "module": "./esm/customerInsightsManagementClient.js", "types": "./esm/customerInsightsManagementClient.d.ts", "devDependencies": { - "typescript": "^3.1.1", - "rollup": "^0.66.2", - "rollup-plugin-node-resolve": "^3.4.0", - "uglify-js": "^3.4.9" + "typescript": "^3.5.3", + "rollup": "^1.18.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-sourcemaps": "^0.4.2", + "uglify-js": "^3.6.0" }, - "homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/sdk/customer-insights/arm-customerinsights", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/customer-insights/arm-customerinsights", "repository": { "type": "git", - "url": "https://github.com/azure/azure-sdk-for-js.git" + "url": "https://github.com/Azure/azure-sdk-for-js.git" }, "bugs": { - "url": "https://github.com/azure/azure-sdk-for-js/issues" + "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "files": [ "dist/**/*.js", @@ -43,6 +44,7 @@ "esm/**/*.d.ts", "esm/**/*.d.ts.map", "src/**/*.ts", + "README.md", "rollup.config.js", "tsconfig.json" ], @@ -52,5 +54,5 @@ "prepack": "npm install && npm run build" }, "sideEffects": false, - "authPublish": true + "autoPublish": true } diff --git a/sdk/customer-insights/arm-customerinsights/rollup.config.js b/sdk/customer-insights/arm-customerinsights/rollup.config.js index 902131e1d3cc..fc82d50873b3 100644 --- a/sdk/customer-insights/arm-customerinsights/rollup.config.js +++ b/sdk/customer-insights/arm-customerinsights/rollup.config.js @@ -1,10 +1,16 @@ +import rollup from "rollup"; import nodeResolve from "rollup-plugin-node-resolve"; +import sourcemaps from "rollup-plugin-sourcemaps"; + /** - * @type {import('rollup').RollupFileOptions} + * @type {rollup.RollupFileOptions} */ const config = { - input: './esm/customerInsightsManagementClient.js', - external: ["@azure/ms-rest-js", "@azure/ms-rest-azure-js"], + input: "./esm/customerInsightsManagementClient.js", + external: [ + "@azure/ms-rest-js", + "@azure/ms-rest-azure-js" + ], output: { file: "./dist/arm-customerinsights.js", format: "umd", @@ -16,16 +22,16 @@ const config = { }, banner: `/* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */` }, plugins: [ - nodeResolve({ module: true }) + nodeResolve({ mainFields: ['module', 'main'] }), + sourcemaps() ] }; + export default config; diff --git a/sdk/customer-insights/arm-customerinsights/src/customerInsightsManagementClientContext.ts b/sdk/customer-insights/arm-customerinsights/src/customerInsightsManagementClientContext.ts index 90b220dba9bb..871ca94b3e45 100644 --- a/sdk/customer-insights/arm-customerinsights/src/customerInsightsManagementClientContext.ts +++ b/sdk/customer-insights/arm-customerinsights/src/customerInsightsManagementClientContext.ts @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; const packageName = "@azure/arm-customerinsights"; -const packageVersion = "0.1.0"; +const packageVersion = "3.1.0"; export class CustomerInsightsManagementClientContext extends msRestAzure.AzureServiceClient { credentials: msRest.ServiceClientCredentials; diff --git a/sdk/customer-insights/arm-customerinsights/src/models/authorizationPoliciesMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/authorizationPoliciesMappers.ts index 1fac93c42c17..469e3f6dfc41 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/authorizationPoliciesMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/authorizationPoliciesMappers.ts @@ -1,62 +1,59 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { + AssignmentPrincipal, + AuthorizationPolicy, + AuthorizationPolicyListResult, AuthorizationPolicyResourceFormat, - ProxyResource, BaseResource, CloudError, - AuthorizationPolicyListResult, - AuthorizationPolicy, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/connectorMappingsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/connectorMappingsMappers.ts index b05a534a2a66..fcd1f562af21 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/connectorMappingsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/connectorMappingsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - ConnectorMappingResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, + CloudError, ConnectorMappingAvailability, - ConnectorMappingStructure, ConnectorMappingCompleteOperation, - CloudError, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, ConnectorMappingListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/connectorsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/connectorsMappers.ts index b2fde0a3b525..c7fa189c7320 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/connectorsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/connectorsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - ConnectorResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, CloudError, ConnectorListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/hubsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/hubsMappers.ts index 6790e3dbd1e1..f19f379f648c 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/hubsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/hubsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - Hub, - Resource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - HubBillingInfoFormat, CloudError, - HubListResult, - ProxyResource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, + HubListResult, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/imagesMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/imagesMappers.ts index 84d4aa3361cf..49e8e13a9a1e 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/imagesMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/imagesMappers.ts @@ -1,16 +1,13 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { + CloudError, GetImageUploadUrlInput, - ImageDefinition, - CloudError + ImageDefinition } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/index.ts b/sdk/customer-insights/arm-customerinsights/src/models/index.ts index 2aa661daf73e..0b109b6f34e5 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/index.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/index.ts @@ -1,11 +1,9 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js"; @@ -13,3023 +11,2435 @@ import * as msRest from "@azure/ms-rest-js"; export { BaseResource, CloudError }; - /** - * @interface - * An interface representing HubBillingInfoFormat. * Hub billing info. - * */ export interface HubBillingInfoFormat { /** - * @member {string} [skuName] The sku name. + * The sku name. */ skuName?: string; /** - * @member {number} [minUnits] The minimum number of units will be billed. - * One unit is 10,000 Profiles and 100,000 Interactions. + * The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 + * Interactions. */ minUnits?: number; /** - * @member {number} [maxUnits] The maximum number of units can be used. One - * unit is 10,000 Profiles and 100,000 Interactions. + * The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 + * Interactions. */ maxUnits?: number; } /** - * @interface - * An interface representing Resource. * Common properties of Azure resource. - * - * @extends BaseResource */ export interface Resource extends BaseResource { /** - * @member {string} [id] Resource ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly id?: string; /** - * @member {string} [name] Resource name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly name?: string; /** - * @member {string} [type] Resource type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly type?: string; /** - * @member {string} [location] Resource location. + * Resource location. */ location?: string; /** - * @member {{ [propertyName: string]: string }} [tags] Resource tags. + * Resource tags. */ tags?: { [propertyName: string]: string }; } /** - * @interface - * An interface representing Hub. * Hub resource. - * - * @extends Resource */ export interface Hub extends Resource { /** - * @member {string} [apiEndpoint] API endpoint URL of the hub. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * API endpoint URL of the hub. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly apiEndpoint?: string; /** - * @member {string} [webEndpoint] Web endpoint URL of the hub. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Web endpoint URL of the hub. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly webEndpoint?: string; /** - * @member {string} [provisioningState] Provisioning state of the hub. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Provisioning state of the hub. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: string; /** - * @member {number} [tenantFeatures] The bit flags for enabled hub features. - * Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit - * 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. + * The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or + * disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. */ tenantFeatures?: number; /** - * @member {HubBillingInfoFormat} [hubBillingInfo] Billing settings of the - * hub. + * Billing settings of the hub. */ hubBillingInfo?: HubBillingInfoFormat; } /** - * @interface - * An interface representing MetadataDefinitionBase. * The Metadata definition base. - * */ export interface MetadataDefinitionBase { /** - * @member {{ [propertyName: string]: string[] }} [attributes] The attributes - * for the Type. + * The attributes for the Type. */ attributes?: { [propertyName: string]: string[] }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the property. + * Localized descriptions for the property. */ description?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display names for the property. + * Localized display names for the property. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: { [propertyName: string]: string } }} - * [localizedAttributes] Any custom localized attributes for the Type. + * Any custom localized attributes for the Type. */ localizedAttributes?: { [propertyName: string]: { [propertyName: string]: string } }; /** - * @member {string} [smallImage] Small Image associated with the Property or - * EntityType. + * Small Image associated with the Property or EntityType. */ smallImage?: string; /** - * @member {string} [mediumImage] Medium Image associated with the Property - * or EntityType. + * Medium Image associated with the Property or EntityType. */ mediumImage?: string; /** - * @member {string} [largeImage] Large Image associated with the Property or - * EntityType. + * Large Image associated with the Property or EntityType. */ largeImage?: string; } /** - * @interface - * An interface representing ProfileEnumValidValuesFormat. * Valid enum values in case of an enum property. - * */ export interface ProfileEnumValidValuesFormat { /** - * @member {number} [value] The integer value of the enum member. + * The integer value of the enum member. */ value?: number; /** - * @member {{ [propertyName: string]: string }} [localizedValueNames] * Localized names of the enum member. */ localizedValueNames?: { [propertyName: string]: string }; } /** - * @interface - * An interface representing DataSourcePrecedence. - * The data source precedence is a way to know the precedence of each data - * source. - * + * The data source precedence is a way to know the precedence of each data source. */ export interface DataSourcePrecedence { /** - * @member {string} [name] The data source name - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source name + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly name?: string; /** - * @member {DataSourceType} [dataSourceType] The data source type. Possible - * values include: 'Connector', 'LinkInteraction', 'SystemDefault' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source type. Possible values include: 'Connector', 'LinkInteraction', 'SystemDefault' + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourceType?: DataSourceType; /** - * @member {Status} [status] The data source status. Possible values include: - * 'None', 'Active', 'Deleted' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source status. Possible values include: 'None', 'Active', 'Deleted' + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly status?: Status; /** - * @member {number} [id] The data source ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly id?: number; /** - * @member {string} [dataSourceReferenceId] The data source reference id. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source reference id. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourceReferenceId?: string; /** - * @member {number} [precedence] the precedence value. + * the precedence value. */ precedence?: number; } /** - * @interface - * An interface representing PropertyDefinition. * Property definition. - * */ export interface PropertyDefinition { /** - * @member {string} [arrayValueSeparator] Array value separator for - * properties with isArray set. + * Array value separator for properties with isArray set. */ arrayValueSeparator?: string; /** - * @member {ProfileEnumValidValuesFormat[]} [enumValidValues] Describes valid - * values for an enum property. + * Describes valid values for an enum property. */ enumValidValues?: ProfileEnumValidValuesFormat[]; /** - * @member {string} fieldName Name of the property. + * Name of the property. */ fieldName: string; /** - * @member {string} fieldType Type of the property. + * Type of the property. */ fieldType: string; /** - * @member {boolean} [isArray] Indicates if the property is actually an array - * of the fieldType above on the data api. + * Indicates if the property is actually an array of the fieldType above on the data api. */ isArray?: boolean; /** - * @member {boolean} [isEnum] Indicates if the property is an enum. + * Indicates if the property is an enum. */ isEnum?: boolean; /** - * @member {boolean} [isFlagEnum] Indicates if the property is an flag enum. + * Indicates if the property is an flag enum. */ isFlagEnum?: boolean; /** - * @member {boolean} [isImage] Whether the property is an Image. + * Whether the property is an Image. */ isImage?: boolean; /** - * @member {boolean} [isLocalizedString] Whether the property is a localized - * string. + * Whether the property is a localized string. */ isLocalizedString?: boolean; /** - * @member {boolean} [isName] Whether the property is a name or a part of - * name. + * Whether the property is a name or a part of name. */ isName?: boolean; /** - * @member {boolean} [isRequired] Whether property value is required on - * instances, IsRequired field only for Intercation. Profile Instance will - * not check for required field. + * Whether property value is required on instances, IsRequired field only for Interaction. + * Profile Instance will not check for required field. */ isRequired?: boolean; /** - * @member {string} [propertyId] The ID associated with the property. + * The ID associated with the property. */ propertyId?: string; /** - * @member {string} [schemaItemPropLink] URL encoded schema.org item prop - * link for the property. + * URL encoded schema.org item prop link for the property. */ schemaItemPropLink?: string; /** - * @member {number} [maxLength] Max length of string. Used only if type is - * string. + * Max length of string. Used only if type is string. */ maxLength?: number; /** - * @member {boolean} [isAvailableInGraph] Whether property is available in - * graph or not. + * Whether property is available in graph or not. */ isAvailableInGraph?: boolean; /** - * @member {DataSourcePrecedence[]} [dataSourcePrecedenceRules] This is - * specific to interactions modeled as activities. Data sources are used to - * determine where data is stored and also in precedence rules. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * This is specific to interactions modeled as activities. Data sources are used to determine + * where data is stored and also in precedence rules. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourcePrecedenceRules?: DataSourcePrecedence[]; } /** - * @interface - * An interface representing EntityTypeDefinition. * Describes an entity. - * - * @extends MetadataDefinitionBase */ export interface EntityTypeDefinition extends MetadataDefinitionBase { /** - * @member {string} [apiEntitySetName] The api entity set name. This becomes - * the odata entity set name for the entity Type being refered in this - * object. + * The api entity set name. This becomes the odata entity set name for the entity Type being + * referred in this object. */ apiEntitySetName?: string; /** - * @member {EntityTypes} [entityType] Type of entity. Possible values - * include: 'None', 'Profile', 'Interaction', 'Relationship' + * Type of entity. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship' */ entityType?: EntityTypes; /** - * @member {PropertyDefinition[]} [fields] The properties of the Profile. + * The properties of the Profile. */ fields?: PropertyDefinition[]; /** - * @member {number} [instancesCount] The instance count. + * The instance count. */ instancesCount?: number; /** - * @member {Date} [lastChangedUtc] The last changed time for the type - * definition. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The last changed time for the type definition. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly lastChangedUtc?: Date; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI - * identify and suggest semantic models. + * The schema org link. This helps ACI identify and suggest semantic models. */ schemaItemTypeLink?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [timestampFieldName] The timestamp property name. - * Represents the time when the interaction or profile update happened. + * The timestamp property name. Represents the time when the interaction or profile update + * happened. */ timestampFieldName?: string; /** - * @member {string} [typeName] The name of the entity. + * The name of the entity. */ typeName?: string; } /** - * @interface - * An interface representing AuthorizationPolicy. * The authorization policy. - * */ export interface AuthorizationPolicy { /** - * @member {string} [policyName] Name of the policy. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Name of the policy. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly policyName?: string; /** - * @member {PermissionTypes[]} permissions The permissions associated with - * the policy. + * The permissions associated with the policy. */ permissions: PermissionTypes[]; /** - * @member {string} [primaryKey] Primary key assiciated with the policy. + * Primary key associated with the policy. */ primaryKey?: string; /** - * @member {string} [secondaryKey] Secondary key assiciated with the policy. + * Secondary key associated with the policy. */ secondaryKey?: string; } /** - * @interface - * An interface representing SalesforceDiscoverSetting. * Salesforce discover setting. - * */ export interface SalesforceDiscoverSetting { /** - * @member {string} salesforceConnectionStringSecretUrl The salesforce - * connection string secret URL. + * The salesforce connection string secret URL. */ salesforceConnectionStringSecretUrl: string; } /** - * @interface - * An interface representing SalesforceTable. * Salesforce table. - * */ export interface SalesforceTable { /** - * @member {string} [isProfile] Indicating whether this instance is profile. + * Indicating whether this instance is profile. */ isProfile?: string; /** - * @member {string} tableCategory The table category. + * The table category. */ tableCategory: string; /** - * @member {string} tableName The name of the table. + * The name of the table. */ tableName: string; /** - * @member {string} [tableRemarks] The table remarks. + * The table remarks. */ tableRemarks?: string; /** - * @member {string} tableSchema The table schema. + * The table schema. */ tableSchema: string; } /** - * @interface - * An interface representing SalesforceConnectorProperties. * The Salesforce connector properties. - * */ export interface SalesforceConnectorProperties { /** - * @member {SalesforceDiscoverSetting} usersetting The user settings. + * The user settings. */ usersetting: SalesforceDiscoverSetting; /** - * @member {SalesforceTable[]} salesforcetables The Salesforce tables. + * The Salesforce tables. */ salesforcetables: SalesforceTable[]; } /** - * @interface - * An interface representing AzureBlobConnectorProperties. * The Azure Blob connector properties. - * */ export interface AzureBlobConnectorProperties { /** - * @member {string} connectionKeyVaultUrl The connection KeyVault URL. + * The connection KeyVault URL. */ connectionKeyVaultUrl: string; } /** - * @interface - * An interface representing CrmConnectorEntities. * The CRM connector entities. - * */ export interface CrmConnectorEntities { /** - * @member {string} logicalName The logical name. + * The logical name. */ logicalName: string; /** - * @member {string} [displayName] The display name. + * The display name. */ displayName?: string; /** - * @member {boolean} [isProfile] Indicating whether this is profile. + * Indicating whether this is profile. */ isProfile?: boolean; } /** - * @interface - * An interface representing CrmConnectorProperties. * The CRM connector properties. - * */ export interface CrmConnectorProperties { /** - * @member {string} [connectionString] The connection string. + * The connection string. */ connectionString?: string; /** - * @member {string} organizationId The organization ID. + * The organization ID. */ organizationId: string; /** - * @member {string} organizationUrl The organization URL. + * The organization URL. */ organizationUrl: string; /** - * @member {CrmConnectorEntities[]} entities The entities like account, - * contact, opportunity. + * The entities like account, contact, opportunity. */ entities: CrmConnectorEntities[]; /** - * @member {string} [accessToken] The access token. + * The access token. */ accessToken?: string; } /** - * @interface - * An interface representing ConnectorMappingErrorManagement. - * The error mangement. - * + * The error management. */ export interface ConnectorMappingErrorManagement { /** - * @member {ErrorManagementTypes} errorManagementType The type of error - * management to use for the mapping. Possible values include: + * The type of error management to use for the mapping. Possible values include: * 'RejectAndContinue', 'StopImport', 'RejectUntilLimit' */ errorManagementType: ErrorManagementTypes; /** - * @member {number} [errorLimit] The error limit allowed while importing - * data. + * The error limit allowed while importing data. */ errorLimit?: number; } /** - * @interface - * An interface representing ConnectorMappingFormat. * Connector mapping property format. - * */ export interface ConnectorMappingFormat { /** - * @member {string} [columnDelimiter] The character that signifies a break - * between columns. + * The character that signifies a break between columns. */ columnDelimiter?: string; /** - * @member {string} [acceptLanguage] The oData language. + * The oData language. */ acceptLanguage?: string; /** - * @member {string} [quoteCharacter] Quote character, used to indicate - * enquoted fields. + * Quote character, used to indicate enquoted fields. */ quoteCharacter?: string; /** - * @member {string} [quoteEscapeCharacter] Escape character for quotes, can - * be the same as the quoteCharacter. + * Escape character for quotes, can be the same as the quoteCharacter. */ quoteEscapeCharacter?: string; /** - * @member {string} [arraySeparator] Character separating array elements. + * Character separating array elements. */ arraySeparator?: string; } /** - * @interface - * An interface representing ConnectorMappingAvailability. * Connector mapping property availability. - * */ export interface ConnectorMappingAvailability { /** - * @member {FrequencyTypes} [frequency] The frequency to update. Possible - * values include: 'Minute', 'Hour', 'Day', 'Week', 'Month' + * The frequency to update. Possible values include: 'Minute', 'Hour', 'Day', 'Week', 'Month' */ frequency?: FrequencyTypes; /** - * @member {number} interval The interval of the given frequency to use. + * The interval of the given frequency to use. */ interval: number; } /** - * @interface - * An interface representing ConnectorMappingStructure. * Connector mapping property structure. - * */ export interface ConnectorMappingStructure { /** - * @member {string} propertyName The property name of the mapping entity. + * The property name of the mapping entity. */ propertyName: string; /** - * @member {string} columnName The column name of the import file. + * The column name of the import file. */ columnName: string; /** - * @member {string} [customFormatSpecifier] Custom format specifier for input - * parsing. + * Custom format specifier for input parsing. */ customFormatSpecifier?: string; /** - * @member {boolean} [isEncrypted] Indicates if the column is encrypted. + * Indicates if the column is encrypted. */ isEncrypted?: boolean; } /** - * @interface - * An interface representing ConnectorMappingCompleteOperation. * The complete operation. - * */ export interface ConnectorMappingCompleteOperation { /** - * @member {CompletionOperationTypes} [completionOperationType] The type of - * completion operation. Possible values include: 'DoNothing', 'DeleteFile', + * The type of completion operation. Possible values include: 'DoNothing', 'DeleteFile', * 'MoveFile' */ completionOperationType?: CompletionOperationTypes; /** - * @member {string} [destinationFolder] The destination folder where files - * will be moved to once the import is done. + * The destination folder where files will be moved to once the import is done. */ destinationFolder?: string; } /** - * @interface - * An interface representing ConnectorMappingProperties. * The connector mapping properties. - * */ export interface ConnectorMappingProperties { /** - * @member {string} [folderPath] The folder path for the mapping. + * The folder path for the mapping. */ folderPath?: string; /** - * @member {string} [fileFilter] The file filter for the mapping. + * The file filter for the mapping. */ fileFilter?: string; /** - * @member {boolean} [hasHeader] If the file contains a header or not. + * If the file contains a header or not. */ hasHeader?: boolean; /** - * @member {ConnectorMappingErrorManagement} errorManagement The error - * management setting for the mapping. + * The error management setting for the mapping. */ errorManagement: ConnectorMappingErrorManagement; /** - * @member {ConnectorMappingFormat} format The format of mapping property. + * The format of mapping property. */ format: ConnectorMappingFormat; /** - * @member {ConnectorMappingAvailability} availability The availability of - * mapping property. + * The availability of mapping property. */ availability: ConnectorMappingAvailability; /** - * @member {ConnectorMappingStructure[]} structure Ingestion mapping - * information at property level. + * Ingestion mapping information at property level. */ structure: ConnectorMappingStructure[]; /** - * @member {ConnectorMappingCompleteOperation} completeOperation The - * operation after import is done. + * The operation after import is done. */ completeOperation: ConnectorMappingCompleteOperation; } /** - * @interface - * An interface representing KpiThresholds. * Defines the KPI Threshold limits. - * */ export interface KpiThresholds { /** - * @member {number} lowerLimit The lower threshold limit. + * The lower threshold limit. */ lowerLimit: number; /** - * @member {number} upperLimit The upper threshold limit. + * The upper threshold limit. */ upperLimit: number; /** - * @member {boolean} increasingKpi Whether or not the KPI is an increasing - * KPI. + * Whether or not the KPI is an increasing KPI. */ increasingKpi: boolean; } /** - * @interface - * An interface representing KpiGroupByMetadata. * The KPI GroupBy field metadata. - * */ export interface KpiGroupByMetadata { /** - * @member {{ [propertyName: string]: string }} [displayName] The display - * name. + * The display name. */ displayName?: { [propertyName: string]: string }; /** - * @member {string} [fieldName] The name of the field. + * The name of the field. */ fieldName?: string; /** - * @member {string} [fieldType] The type of the field. + * The type of the field. */ fieldType?: string; } /** - * @interface - * An interface representing KpiParticipantProfilesMetadata. * The KPI participant profile metadata. - * */ export interface KpiParticipantProfilesMetadata { /** - * @member {string} typeName Name of the type. + * Name of the type. */ typeName: string; } /** - * @interface - * An interface representing KpiAlias. * The KPI alias. - * */ export interface KpiAlias { /** - * @member {string} aliasName KPI alias name. + * KPI alias name. */ aliasName: string; /** - * @member {string} expression The expression. + * The expression. */ expression: string; } /** - * @interface - * An interface representing KpiExtract. * The KPI extract. - * */ export interface KpiExtract { /** - * @member {string} extractName KPI extract name. + * KPI extract name. */ extractName: string; /** - * @member {string} expression The expression. + * The expression. */ expression: string; } /** - * @interface - * An interface representing KpiDefinition. * Defines the KPI Threshold limits. - * */ export interface KpiDefinition { /** - * @member {EntityTypes} entityType The mapping entity type. Possible values - * include: 'None', 'Profile', 'Interaction', 'Relationship' + * The mapping entity type. Possible values include: 'None', 'Profile', 'Interaction', + * 'Relationship' */ entityType: EntityTypes; /** - * @member {string} entityTypeName The mapping entity name. + * The mapping entity name. */ entityTypeName: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [kpiName] The KPI name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The KPI name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly kpiName?: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the KPI. + * Localized display name for the KPI. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * description for the KPI. + * Localized description for the KPI. */ description?: { [propertyName: string]: string }; /** - * @member {CalculationWindowTypes} calculationWindow The calculation window. - * Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month' + * The calculation window. Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month' */ calculationWindow: CalculationWindowTypes; /** - * @member {string} [calculationWindowFieldName] Name of calculation window - * field. + * Name of calculation window field. */ calculationWindowFieldName?: string; /** - * @member {KpiFunctions} functionProperty The computation function for the - * KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', 'Last', 'Count', - * 'None', 'CountDistinct' + * The computation function for the KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', + * 'Last', 'Count', 'None', 'CountDistinct' */ functionProperty: KpiFunctions; /** - * @member {string} expression The computation expression for the KPI. + * The computation expression for the KPI. */ expression: string; /** - * @member {string} [unit] The unit of measurement for the KPI. + * The unit of measurement for the KPI. */ unit?: string; /** - * @member {string} [filter] The filter expression for the KPI. + * The filter expression for the KPI. */ filter?: string; /** - * @member {string[]} [groupBy] the group by properties for the KPI. + * the group by properties for the KPI. */ groupBy?: string[]; /** - * @member {KpiGroupByMetadata[]} [groupByMetadata] The KPI GroupByMetadata. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The KPI GroupByMetadata. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly groupByMetadata?: KpiGroupByMetadata[]; /** - * @member {KpiParticipantProfilesMetadata[]} [participantProfilesMetadata] * The participant profiles. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[]; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {KpiThresholds} [thresHolds] The KPI thresholds. + * The KPI thresholds. */ thresHolds?: KpiThresholds; /** - * @member {KpiAlias[]} [aliases] The aliases. + * The aliases. */ aliases?: KpiAlias[]; /** - * @member {KpiExtract[]} [extracts] The KPI extracts. + * The KPI extracts. */ extracts?: KpiExtract[]; } /** - * @interface - * An interface representing ProxyResource. * Common properties of proxy resource. - * - * @extends BaseResource */ export interface ProxyResource extends BaseResource { /** - * @member {string} [id] Resource ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly id?: string; /** - * @member {string} [name] Resource name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly name?: string; /** - * @member {string} [type] Resource type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly type?: string; } /** - * @interface - * An interface representing TypePropertiesMapping. * Metadata for a Link's property mapping. - * */ export interface TypePropertiesMapping { /** - * @member {string} sourcePropertyName Property name on the source Entity - * Type. + * Property name on the source Entity Type. */ sourcePropertyName: string; /** - * @member {string} targetPropertyName Property name on the target Entity - * Type. + * Property name on the target Entity Type. */ targetPropertyName: string; /** - * @member {LinkTypes} [linkType] Link type. Possible values include: - * 'UpdateAlways', 'CopyIfNull' + * Link type. Possible values include: 'UpdateAlways', 'CopyIfNull' */ linkType?: LinkTypes; } /** - * @interface - * An interface representing ParticipantPropertyReference. * The participant property reference. - * */ export interface ParticipantPropertyReference { /** - * @member {string} sourcePropertyName The source property that maps to the - * target property. + * The source property that maps to the target property. */ sourcePropertyName: string; /** - * @member {string} targetPropertyName The target property that maps to the - * source property. + * The target property that maps to the source property. */ targetPropertyName: string; } /** - * @interface - * An interface representing RelationshipTypeFieldMapping. * Map a field of profile to its corresponding StrongId in Related Profile. - * */ export interface RelationshipTypeFieldMapping { /** - * @member {string} profileFieldName Specifies the fieldName in profile. + * Specifies the fieldName in profile. */ profileFieldName: string; /** - * @member {string} relatedProfileKeyProperty Specifies the KeyProperty (from - * StrongId) of the related profile. + * Specifies the KeyProperty (from StrongId) of the related profile. */ relatedProfileKeyProperty: string; } /** - * @interface - * An interface representing RelationshipTypeMapping. * Maps fields in Profile to their corresponding StrongIds in Related Profile. - * */ export interface RelationshipTypeMapping { /** - * @member {RelationshipTypeFieldMapping[]} fieldMappings Maps a profile - * property with the StrongId of related profile. This is an array to support + * Maps a profile property with the StrongId of related profile. This is an array to support * StrongIds that are composite key as well. */ fieldMappings: RelationshipTypeFieldMapping[]; } /** - * @interface - * An interface representing RelationshipLinkFieldMapping. * The fields mapping for Relationships. - * */ export interface RelationshipLinkFieldMapping { /** - * @member {string} interactionFieldName The field name on the Interaction - * Type. + * The field name on the Interaction Type. */ interactionFieldName: string; /** - * @member {LinkTypes} [linkType] Link type. Possible values include: - * 'UpdateAlways', 'CopyIfNull' + * Link type. Possible values include: 'UpdateAlways', 'CopyIfNull' */ linkType?: LinkTypes; /** - * @member {string} relationshipFieldName The field name on the Relationship - * metadata. + * The field name on the Relationship metadata. */ relationshipFieldName: string; } /** - * @interface - * An interface representing ParticipantProfilePropertyReference. * The participant profile property reference. - * */ export interface ParticipantProfilePropertyReference { /** - * @member {string} interactionPropertyName The source interaction property - * that maps to the target profile property. + * The source interaction property that maps to the target profile property. */ interactionPropertyName: string; /** - * @member {string} profilePropertyName The target profile property that maps - * to the source interaction property. + * The target profile property that maps to the source interaction property. */ profilePropertyName: string; } /** - * @interface - * An interface representing Participant. * Describes a profile type participating in an interaction. - * */ export interface Participant { /** - * @member {string} profileTypeName Profile type name. + * Profile type name. */ profileTypeName: string; /** - * @member {ParticipantPropertyReference[]} participantPropertyReferences The - * property references. + * The property references. */ participantPropertyReferences: ParticipantPropertyReference[]; /** - * @member {string} participantName Participant name. + * Participant name. */ participantName: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name. + * Localized display name. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions. + * Localized descriptions. */ description?: { [propertyName: string]: string }; /** - * @member {string} [role] The role that the participant is playing in the - * interaction. + * The role that the participant is playing in the interaction. */ role?: string; } /** - * @interface - * An interface representing StrongId. * Property/Properties which represent a unique ID. - * */ export interface StrongId { /** - * @member {string[]} keyPropertyNames The properties which make up the - * unique ID. + * The properties which make up the unique ID. */ keyPropertyNames: string[]; /** - * @member {string} strongIdName The Name identifying the strong ID. + * The Name identifying the strong ID. */ strongIdName: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name. + * Localized display name. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions. + * Localized descriptions. */ description?: { [propertyName: string]: string }; } /** - * @interface - * An interface representing ProfileResourceFormat. * The profile resource format. - * - * @extends ProxyResource */ export interface ProfileResourceFormat extends ProxyResource { /** - * @member {{ [propertyName: string]: string[] }} [attributes] The attributes - * for the Type. + * The attributes for the Type. */ attributes?: { [propertyName: string]: string[] }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the property. + * Localized descriptions for the property. */ description?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display names for the property. + * Localized display names for the property. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: { [propertyName: string]: string } }} - * [localizedAttributes] Any custom localized attributes for the Type. + * Any custom localized attributes for the Type. */ localizedAttributes?: { [propertyName: string]: { [propertyName: string]: string } }; /** - * @member {string} [smallImage] Small Image associated with the Property or - * EntityType. + * Small Image associated with the Property or EntityType. */ smallImage?: string; /** - * @member {string} [mediumImage] Medium Image associated with the Property - * or EntityType. + * Medium Image associated with the Property or EntityType. */ mediumImage?: string; /** - * @member {string} [largeImage] Large Image associated with the Property or - * EntityType. + * Large Image associated with the Property or EntityType. */ largeImage?: string; /** - * @member {string} [apiEntitySetName] The api entity set name. This becomes - * the odata entity set name for the entity Type being refered in this - * object. + * The api entity set name. This becomes the odata entity set name for the entity Type being + * referred in this object. */ apiEntitySetName?: string; /** - * @member {EntityTypes} [entityType] Type of entity. Possible values - * include: 'None', 'Profile', 'Interaction', 'Relationship' + * Type of entity. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship' */ entityType?: EntityTypes; /** - * @member {PropertyDefinition[]} [fields] The properties of the Profile. + * The properties of the Profile. */ fields?: PropertyDefinition[]; /** - * @member {number} [instancesCount] The instance count. + * The instance count. */ instancesCount?: number; /** - * @member {Date} [lastChangedUtc] The last changed time for the type - * definition. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The last changed time for the type definition. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly lastChangedUtc?: Date; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI - * identify and suggest semantic models. + * The schema org link. This helps ACI identify and suggest semantic models. */ schemaItemTypeLink?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [timestampFieldName] The timestamp property name. - * Represents the time when the interaction or profile update happened. + * The timestamp property name. Represents the time when the interaction or profile update + * happened. */ timestampFieldName?: string; /** - * @member {string} [typeName] The name of the entity. + * The name of the entity. */ typeName?: string; /** - * @member {StrongId[]} [strongIds] The strong IDs. + * The strong IDs. */ strongIds?: StrongId[]; } /** - * @interface - * An interface representing InteractionResourceFormat. * The interaction resource format. - * - * @extends ProxyResource */ export interface InteractionResourceFormat extends ProxyResource { /** - * @member {{ [propertyName: string]: string[] }} [attributes] The attributes - * for the Type. + * The attributes for the Type. */ attributes?: { [propertyName: string]: string[] }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the property. + * Localized descriptions for the property. */ description?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display names for the property. + * Localized display names for the property. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: { [propertyName: string]: string } }} - * [localizedAttributes] Any custom localized attributes for the Type. + * Any custom localized attributes for the Type. */ localizedAttributes?: { [propertyName: string]: { [propertyName: string]: string } }; /** - * @member {string} [smallImage] Small Image associated with the Property or - * EntityType. + * Small Image associated with the Property or EntityType. */ smallImage?: string; /** - * @member {string} [mediumImage] Medium Image associated with the Property - * or EntityType. + * Medium Image associated with the Property or EntityType. */ mediumImage?: string; /** - * @member {string} [largeImage] Large Image associated with the Property or - * EntityType. + * Large Image associated with the Property or EntityType. */ largeImage?: string; /** - * @member {string} [apiEntitySetName] The api entity set name. This becomes - * the odata entity set name for the entity Type being refered in this - * object. + * The api entity set name. This becomes the odata entity set name for the entity Type being + * referred in this object. */ apiEntitySetName?: string; /** - * @member {EntityTypes} [entityType] Type of entity. Possible values - * include: 'None', 'Profile', 'Interaction', 'Relationship' + * Type of entity. Possible values include: 'None', 'Profile', 'Interaction', 'Relationship' */ entityType?: EntityTypes; /** - * @member {PropertyDefinition[]} [fields] The properties of the Profile. + * The properties of the Profile. */ fields?: PropertyDefinition[]; /** - * @member {number} [instancesCount] The instance count. + * The instance count. */ instancesCount?: number; /** - * @member {Date} [lastChangedUtc] The last changed time for the type - * definition. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The last changed time for the type definition. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly lastChangedUtc?: Date; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {string} [schemaItemTypeLink] The schema org link. This helps ACI - * identify and suggest semantic models. + * The schema org link. This helps ACI identify and suggest semantic models. */ schemaItemTypeLink?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [timestampFieldName] The timestamp property name. - * Represents the time when the interaction or profile update happened. + * The timestamp property name. Represents the time when the interaction or profile update + * happened. */ timestampFieldName?: string; /** - * @member {string} [typeName] The name of the entity. + * The name of the entity. */ typeName?: string; /** - * @member {string[]} [idPropertyNames] The id property names. Properties - * which uniquely identify an interaction instance. + * The id property names. Properties which uniquely identify an interaction instance. */ idPropertyNames?: string[]; /** - * @member {Participant[]} [participantProfiles] Profiles that participated - * in the interaction. + * Profiles that participated in the interaction. */ participantProfiles?: Participant[]; /** - * @member {string} [primaryParticipantProfilePropertyName] The primary - * participant property name for an interaction ,This is used to logically - * represent the agent of the interaction, Specify the participant name here - * from ParticipantName. + * The primary participant property name for an interaction ,This is used to logically represent + * the agent of the interaction, Specify the participant name here from ParticipantName. */ primaryParticipantProfilePropertyName?: string; /** - * @member {DataSourcePrecedence[]} [dataSourcePrecedenceRules] This is - * specific to interactions modeled as activities. Data sources are used to - * determine where data is stored and also in precedence rules. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * This is specific to interactions modeled as activities. Data sources are used to determine + * where data is stored and also in precedence rules. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourcePrecedenceRules?: DataSourcePrecedence[]; /** - * @member {string} [interactionResourceFormatName] The data source name - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source name + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly interactionResourceFormatName?: string; /** - * @member {DataSourceType} [dataSourceType] The data source type. Possible - * values include: 'Connector', 'LinkInteraction', 'SystemDefault' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source type. Possible values include: 'Connector', 'LinkInteraction', 'SystemDefault' + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourceType?: DataSourceType; /** - * @member {Status} [status] The data source status. Possible values include: - * 'None', 'Active', 'Deleted' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source status. Possible values include: 'None', 'Active', 'Deleted' + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly status?: Status; /** - * @member {number} [interactionResourceFormatId] The data source ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly interactionResourceFormatId?: number; /** - * @member {string} [dataSourceReferenceId] The data source reference id. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The data source reference id. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataSourceReferenceId?: string; /** - * @member {boolean} [isActivity] An interaction can be tagged as an activity - * only during create. This enables the interaction to be editable and can - * enable merging of properties from multiple data sources based on + * An interaction can be tagged as an activity only during create. This enables the interaction + * to be editable and can enable merging of properties from multiple data sources based on * precedence, which is defined at a link level. */ isActivity?: boolean; } /** - * @interface - * An interface representing KpiResourceFormat. * The KPI resource format. - * - * @extends ProxyResource */ export interface KpiResourceFormat extends ProxyResource { /** - * @member {EntityTypes} entityType The mapping entity type. Possible values - * include: 'None', 'Profile', 'Interaction', 'Relationship' + * The mapping entity type. Possible values include: 'None', 'Profile', 'Interaction', + * 'Relationship' */ entityType: EntityTypes; /** - * @member {string} entityTypeName The mapping entity name. + * The mapping entity name. */ entityTypeName: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [kpiName] The KPI name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The KPI name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly kpiName?: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the KPI. + * Localized display name for the KPI. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * description for the KPI. + * Localized description for the KPI. */ description?: { [propertyName: string]: string }; /** - * @member {CalculationWindowTypes} calculationWindow The calculation window. - * Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month' + * The calculation window. Possible values include: 'Lifetime', 'Hour', 'Day', 'Week', 'Month' */ calculationWindow: CalculationWindowTypes; /** - * @member {string} [calculationWindowFieldName] Name of calculation window - * field. + * Name of calculation window field. */ calculationWindowFieldName?: string; /** - * @member {KpiFunctions} functionProperty The computation function for the - * KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', 'Last', 'Count', - * 'None', 'CountDistinct' + * The computation function for the KPI. Possible values include: 'Sum', 'Avg', 'Min', 'Max', + * 'Last', 'Count', 'None', 'CountDistinct' */ functionProperty: KpiFunctions; /** - * @member {string} expression The computation expression for the KPI. + * The computation expression for the KPI. */ expression: string; /** - * @member {string} [unit] The unit of measurement for the KPI. + * The unit of measurement for the KPI. */ unit?: string; /** - * @member {string} [filter] The filter expression for the KPI. + * The filter expression for the KPI. */ filter?: string; /** - * @member {string[]} [groupBy] the group by properties for the KPI. + * the group by properties for the KPI. */ groupBy?: string[]; /** - * @member {KpiGroupByMetadata[]} [groupByMetadata] The KPI GroupByMetadata. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The KPI GroupByMetadata. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly groupByMetadata?: KpiGroupByMetadata[]; /** - * @member {KpiParticipantProfilesMetadata[]} [participantProfilesMetadata] * The participant profiles. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly participantProfilesMetadata?: KpiParticipantProfilesMetadata[]; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {KpiThresholds} [thresHolds] The KPI thresholds. + * The KPI thresholds. */ thresHolds?: KpiThresholds; /** - * @member {KpiAlias[]} [aliases] The aliases. + * The aliases. */ aliases?: KpiAlias[]; /** - * @member {KpiExtract[]} [extracts] The KPI extracts. + * The KPI extracts. */ extracts?: KpiExtract[]; } /** - * @interface - * An interface representing EnrichingKpi. * The enriching KPI definition. - * - * @extends KpiDefinition */ export interface EnrichingKpi extends KpiDefinition { } /** - * @interface - * An interface representing ConnectorResourceFormat. * The connector resource format. - * - * @extends ProxyResource */ export interface ConnectorResourceFormat extends ProxyResource { /** - * @member {number} [connectorId] ID of the connector. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * ID of the connector. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly connectorId?: number; /** - * @member {string} [connectorName] Name of the connector. + * Name of the connector. */ connectorName?: string; /** - * @member {ConnectorTypes} connectorType Type of connector. Possible values - * include: 'None', 'CRM', 'AzureBlob', 'Salesforce', 'ExchangeOnline', - * 'Outbound' + * Type of connector. Possible values include: 'None', 'CRM', 'AzureBlob', 'Salesforce', + * 'ExchangeOnline', 'Outbound' */ connectorType: ConnectorTypes; /** - * @member {string} [displayName] Display name of the connector. + * Display name of the connector. */ displayName?: string; /** - * @member {string} [description] Description of the connector. + * Description of the connector. */ description?: string; /** - * @member {{ [propertyName: string]: any }} connectorProperties The - * connector properties. + * The connector properties. */ connectorProperties: { [propertyName: string]: any }; /** - * @member {Date} [created] The created time. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The created time. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly created?: Date; /** - * @member {Date} [lastModified] The last monified time. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The last modified time. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly lastModified?: Date; /** - * @member {ConnectorStates} [state] State of connector. Possible values - * include: 'Creating', 'Created', 'Ready', 'Expiring', 'Deleting', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * State of connector. Possible values include: 'Creating', 'Created', 'Ready', 'Expiring', + * 'Deleting', 'Failed' + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly state?: ConnectorStates; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {boolean} [isInternal] If this is an internal connector. + * If this is an internal connector. */ isInternal?: boolean; } /** - * @interface - * An interface representing ConnectorMappingResourceFormat. - * The c onnector mapping resource format. - * - * @extends ProxyResource + * The connector mapping resource format. */ export interface ConnectorMappingResourceFormat extends ProxyResource { /** - * @member {string} [connectorName] The connector name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The connector name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly connectorName?: string; /** - * @member {ConnectorTypes} [connectorType] Type of connector. Possible - * values include: 'None', 'CRM', 'AzureBlob', 'Salesforce', + * Type of connector. Possible values include: 'None', 'CRM', 'AzureBlob', 'Salesforce', * 'ExchangeOnline', 'Outbound' */ connectorType?: ConnectorTypes; /** - * @member {Date} [created] The created time. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The created time. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly created?: Date; /** - * @member {Date} [lastModified] The last monified time. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The last modified time. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly lastModified?: Date; /** - * @member {EntityTypes} entityType Defines which entity type the file should - * map to. Possible values include: 'None', 'Profile', 'Interaction', - * 'Relationship' + * Defines which entity type the file should map to. Possible values include: 'None', 'Profile', + * 'Interaction', 'Relationship' */ entityType: EntityTypes; /** - * @member {string} entityTypeName The mapping entity name. + * The mapping entity name. */ entityTypeName: string; /** - * @member {string} [connectorMappingName] The connector mapping name - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The connector mapping name + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly connectorMappingName?: string; /** - * @member {string} [displayName] Display name for the connector mapping. + * Display name for the connector mapping. */ displayName?: string; /** - * @member {string} [description] The description of the connector mapping. + * The description of the connector mapping. */ description?: string; /** - * @member {string} [dataFormatId] The DataFormat ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The DataFormat ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly dataFormatId?: string; /** - * @member {ConnectorMappingProperties} mappingProperties The properties of - * the mapping. + * The properties of the mapping. */ mappingProperties: ConnectorMappingProperties; /** - * @member {Date} [nextRunTime] The next run time based on customer's - * settings. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The next run time based on customer's settings. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly nextRunTime?: Date; /** - * @member {string} [runId] The RunId. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The RunId. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly runId?: string; /** - * @member {ConnectorMappingStates} [state] State of connector mapping. - * Possible values include: 'Creating', 'Created', 'Failed', 'Ready', + * State of connector mapping. Possible values include: 'Creating', 'Created', 'Failed', 'Ready', * 'Running', 'Stopped', 'Expiring' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly state?: ConnectorMappingStates; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; } /** - * @interface - * An interface representing AuthorizationPolicyResourceFormat. * The authorization policy resource format. - * - * @extends ProxyResource */ export interface AuthorizationPolicyResourceFormat extends ProxyResource { /** - * @member {string} [policyName] Name of the policy. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Name of the policy. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly policyName?: string; /** - * @member {PermissionTypes[]} permissions The permissions associated with - * the policy. + * The permissions associated with the policy. */ permissions: PermissionTypes[]; /** - * @member {string} [primaryKey] Primary key assiciated with the policy. + * Primary key associated with the policy. */ primaryKey?: string; /** - * @member {string} [secondaryKey] Secondary key assiciated with the policy. + * Secondary key associated with the policy. */ secondaryKey?: string; } /** - * @interface - * An interface representing LinkResourceFormat. * The link resource format. - * - * @extends ProxyResource */ export interface LinkResourceFormat extends ProxyResource { /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [linkName] The link name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The link name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly linkName?: string; /** - * @member {EntityType} sourceEntityType Type of source entity. Possible - * values include: 'None', 'Profile', 'Interaction', 'Relationship' + * Type of source entity. Possible values include: 'None', 'Profile', 'Interaction', + * 'Relationship' */ sourceEntityType: EntityType; /** - * @member {EntityType} targetEntityType Type of target entity. Possible - * values include: 'None', 'Profile', 'Interaction', 'Relationship' + * Type of target entity. Possible values include: 'None', 'Profile', 'Interaction', + * 'Relationship' */ targetEntityType: EntityType; /** - * @member {string} sourceEntityTypeName Name of the source Entity Type. + * Name of the source Entity Type. */ sourceEntityTypeName: string; /** - * @member {string} targetEntityTypeName Name of the target Entity Type. + * Name of the target Entity Type. */ targetEntityTypeName: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the Link. + * Localized display name for the Link. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the Link. + * Localized descriptions for the Link. */ description?: { [propertyName: string]: string }; /** - * @member {TypePropertiesMapping[]} [mappings] The set of properties - * mappings between the source and target Types. + * The set of properties mappings between the source and target Types. */ mappings?: TypePropertiesMapping[]; /** - * @member {ParticipantPropertyReference[]} participantPropertyReferences The - * properties that represent the participating profile. + * The properties that represent the participating profile. */ participantPropertyReferences: ParticipantPropertyReference[]; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {boolean} [referenceOnly] Indicating whether the link is reference - * only link. This flag is ingored if the Mappings are defined. If the - * mappings are not defined and it is set to true, links processing will not + * Indicating whether the link is reference only link. This flag is ignored if the Mappings are + * defined. If the mappings are not defined and it is set to true, links processing will not * create or update profiles. */ referenceOnly?: boolean; /** - * @member {InstanceOperationType} [operationType] Determines whether this - * link is supposed to create or delete instances if Link is NOT Reference - * Only. Possible values include: 'Upsert', 'Delete' + * Determines whether this link is supposed to create or delete instances if Link is NOT + * Reference Only. Possible values include: 'Upsert', 'Delete' */ operationType?: InstanceOperationType; } /** - * @interface - * An interface representing RelationshipResourceFormat. * The relationship resource format. - * - * @extends ProxyResource */ export interface RelationshipResourceFormat extends ProxyResource { /** - * @member {CardinalityTypes} [cardinality] The Relationship Cardinality. - * Possible values include: 'OneToOne', 'OneToMany', 'ManyToMany' + * The Relationship Cardinality. Possible values include: 'OneToOne', 'OneToMany', 'ManyToMany' */ cardinality?: CardinalityTypes; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the Relationship. + * Localized display name for the Relationship. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the Relationship. + * Localized descriptions for the Relationship. */ description?: { [propertyName: string]: string }; /** - * @member {Date} [expiryDateTimeUtc] The expiry date time in UTC. + * The expiry date time in UTC. */ expiryDateTimeUtc?: Date; /** - * @member {PropertyDefinition[]} [fields] The properties of the - * Relationship. + * The properties of the Relationship. */ fields?: PropertyDefinition[]; /** - * @member {RelationshipTypeMapping[]} [lookupMappings] Optional property to - * be used to map fields in profile to their strong ids in related profile. + * Optional property to be used to map fields in profile to their strong ids in related profile. */ lookupMappings?: RelationshipTypeMapping[]; /** - * @member {string} profileType Profile type. + * Profile type. */ profileType: string; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {string} [relationshipName] The Relationship name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The Relationship name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly relationshipName?: string; /** - * @member {string} relatedProfileType Related profile being referenced. + * Related profile being referenced. */ relatedProfileType: string; /** - * @member {string} [relationshipGuidId] The relationship guid id. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The relationship guid id. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly relationshipGuidId?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; } /** - * @interface - * An interface representing RelationshipLinkResourceFormat. * The relationship link resource format. - * - * @extends ProxyResource */ export interface RelationshipLinkResourceFormat extends ProxyResource { /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the Relationship Link. + * Localized display name for the Relationship Link. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * descriptions for the Relationship Link. + * Localized descriptions for the Relationship Link. */ description?: { [propertyName: string]: string }; /** - * @member {string} interactionType The InteractionType associated with the - * Relationship Link. + * The InteractionType associated with the Relationship Link. */ interactionType: string; /** - * @member {string} [linkName] The name of the Relationship Link. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The name of the Relationship Link. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly linkName?: string; /** - * @member {RelationshipLinkFieldMapping[]} [mappings] The mappings between - * Interaction and Relationship fields. + * The mappings between Interaction and Relationship fields. */ mappings?: RelationshipLinkFieldMapping[]; /** - * @member {ParticipantProfilePropertyReference[]} profilePropertyReferences * The property references for the Profile of the Relationship. */ profilePropertyReferences: ParticipantProfilePropertyReference[]; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {ParticipantProfilePropertyReference[]} - * relatedProfilePropertyReferences The property references for the Related - * Profile of the Relationship. + * The property references for the Related Profile of the Relationship. */ relatedProfilePropertyReferences: ParticipantProfilePropertyReference[]; /** - * @member {string} relationshipName The Relationship associated with the - * Link. + * The Relationship associated with the Link. */ relationshipName: string; /** - * @member {string} [relationshipGuidId] The relationship guid id. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The relationship guid id. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly relationshipGuidId?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; } /** - * @interface - * An interface representing ViewResourceFormat. * The view resource format. - * - * @extends ProxyResource */ export interface ViewResourceFormat extends ProxyResource { /** - * @member {string} [viewName] Name of the view. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Name of the view. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly viewName?: string; /** - * @member {string} [userId] the user ID. + * the user ID. */ userId?: string; /** - * @member {string} [tenantId] the hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * the hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the view. + * Localized display name for the view. */ displayName?: { [propertyName: string]: string }; /** - * @member {string} definition View definition. + * View definition. */ definition: string; /** - * @member {Date} [changed] Date time when view was last modified. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Date time when view was last modified. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly changed?: Date; /** - * @member {Date} [created] Date time when view was created. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Date time when view was created. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly created?: Date; } /** - * @interface - * An interface representing WidgetTypeResourceFormat. * The WidgetTypeResourceFormat - * - * @extends ProxyResource */ export interface WidgetTypeResourceFormat extends ProxyResource { /** - * @member {string} [widgetTypeName] Name of the widget type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Name of the widget type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly widgetTypeName?: string; /** - * @member {string} definition Definition for widget type. + * Definition for widget type. */ definition: string; /** - * @member {string} [description] Description for widget type. + * Description for widget type. */ description?: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display name for the widget type. + * Localized display name for the widget type. */ displayName?: { [propertyName: string]: string }; /** - * @member {string} [imageUrl] The image URL. + * The image URL. */ imageUrl?: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [widgetVersion] The widget version. + * The widget version. */ widgetVersion?: string; /** - * @member {Date} [changed] Date time when widget type was last modified. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Date time when widget type was last modified. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly changed?: Date; /** - * @member {Date} [created] Date time when widget type was created. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Date time when widget type was created. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly created?: Date; } /** - * @interface - * An interface representing AssignmentPrincipal. * The AssignmentPrincipal - * */ export interface AssignmentPrincipal { /** - * @member {string} principalId The principal id being assigned to. + * The principal id being assigned to. */ principalId: string; /** - * @member {string} principalType The Type of the principal ID. + * The Type of the principal ID. */ principalType: string; /** - * @member {{ [propertyName: string]: string }} [principalMetadata] Other - * metadata for the principal. + * Other metadata for the principal. */ principalMetadata?: { [propertyName: string]: string }; } /** - * @interface - * An interface representing ResourceSetDescription. * The resource set description. - * */ export interface ResourceSetDescription { /** - * @member {string[]} [elements] The elements included in the set. + * The elements included in the set. */ elements?: string[]; /** - * @member {string[]} [exceptions] The elements that are not included in the - * set, in case elements contains '*' indicating 'all'. + * The elements that are not included in the set, in case elements contains '*' indicating 'all'. */ exceptions?: string[]; } /** - * @interface - * An interface representing RoleAssignmentResourceFormat. * The Role Assignment resource format. - * - * @extends ProxyResource */ export interface RoleAssignmentResourceFormat extends ProxyResource { /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [assignmentName] The name of the metadata object. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The name of the metadata object. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly assignmentName?: string; /** - * @member {{ [propertyName: string]: string }} [displayName] Localized - * display names for the metadata. + * Localized display names for the metadata. */ displayName?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [description] Localized - * description for the metadata. + * Localized description for the metadata. */ description?: { [propertyName: string]: string }; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {RoleTypes} role Type of roles. Possible values include: 'Admin', - * 'Reader', 'ManageAdmin', 'ManageReader', 'DataAdmin', 'DataReader' + * Type of roles. Possible values include: 'Admin', 'Reader', 'ManageAdmin', 'ManageReader', + * 'DataAdmin', 'DataReader' */ role: RoleTypes; /** - * @member {AssignmentPrincipal[]} principals The principals being assigned - * to. + * The principals being assigned to. */ principals: AssignmentPrincipal[]; /** - * @member {ResourceSetDescription} [profiles] Profiles set for the - * assignment. + * Profiles set for the assignment. */ profiles?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [interactions] Interactions set for the - * assignment. + * Interactions set for the assignment. */ interactions?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [links] Links set for the assignment. + * Links set for the assignment. */ links?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [kpis] Kpis set for the assignment. + * Kpis set for the assignment. */ kpis?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [sasPolicies] Sas Policies set for the - * assignment. + * Sas Policies set for the assignment. */ sasPolicies?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [connectors] Connectors set for the - * assignment. + * Connectors set for the assignment. */ connectors?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [views] Views set for the assignment. + * Views set for the assignment. */ views?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [relationshipLinks] The Role assignments - * set for the relationship links. + * The Role assignments set for the relationship links. */ relationshipLinks?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [relationships] The Role assignments set - * for the relationships. + * The Role assignments set for the relationships. */ relationships?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [widgetTypes] Widget types set for the - * assignment. + * Widget types set for the assignment. */ widgetTypes?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [roleAssignments] The Role assignments - * set for the assignment. + * The Role assignments set for the assignment. */ roleAssignments?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [conflationPolicies] Widget types set for - * the assignment. + * Widget types set for the assignment. */ conflationPolicies?: ResourceSetDescription; /** - * @member {ResourceSetDescription} [segments] The Role assignments set for - * the assignment. + * The Role assignments set for the assignment. */ segments?: ResourceSetDescription; } /** - * @interface - * An interface representing RoleResourceFormat. * The role resource format. - * - * @extends ProxyResource */ export interface RoleResourceFormat extends ProxyResource { /** - * @member {string} [roleName] The role name. + * The role name. */ roleName?: string; /** - * @member {string} [description] The description of the role. + * The description of the role. */ description?: string; } /** - * @interface - * An interface representing GetImageUploadUrlInput. * Input type for getting image upload url. - * */ export interface GetImageUploadUrlInput { /** - * @member {string} [entityType] Type of entity. Can be Profile or - * Interaction. + * Type of entity. Can be Profile or Interaction. */ entityType?: string; /** - * @member {string} [entityTypeName] Name of the entity type. + * Name of the entity type. */ entityTypeName?: string; /** - * @member {string} [relativePath] Relative path of the image. + * Relative path of the image. */ relativePath?: string; } /** - * @interface - * An interface representing ImageDefinition. * The image definition. - * */ export interface ImageDefinition { /** - * @member {boolean} [imageExists] Whether image exists already. + * Whether image exists already. */ imageExists?: boolean; /** - * @member {string} [contentUrl] Content URL for the image blob. + * Content URL for the image blob. */ contentUrl?: string; /** - * @member {string} [relativePath] Relative path of the image. + * Relative path of the image. */ relativePath?: string; } /** - * @interface - * An interface representing RelationshipsLookup. * The definition of suggested relationship for the type. - * */ export interface RelationshipsLookup { /** - * @member {string} [profileName] The relationship profile. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The relationship profile. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly profileName?: string; /** - * @member {ParticipantProfilePropertyReference[]} - * [profilePropertyReferences] The property references for the profile type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The property references for the profile type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly profilePropertyReferences?: ParticipantProfilePropertyReference[]; /** - * @member {string} [relatedProfileName] The related profile. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The related profile. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly relatedProfileName?: string; /** - * @member {ParticipantProfilePropertyReference[]} - * [relatedProfilePropertyReferences] The property references for the related - * profile type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The property references for the related profile type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly relatedProfilePropertyReferences?: ParticipantProfilePropertyReference[]; /** - * @member {string} [existingRelationshipName] The name of existing - * Relationship. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The name of existing Relationship. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly existingRelationshipName?: string; } /** - * @interface - * An interface representing SuggestRelationshipLinksResponse. * The response of suggest relationship links operation. - * */ export interface SuggestRelationshipLinksResponse { /** - * @member {string} [interactionName] The interaction name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The interaction name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly interactionName?: string; /** - * @member {RelationshipsLookup[]} [suggestedRelationships] Suggested - * relationships for the type. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Suggested relationships for the type. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly suggestedRelationships?: RelationshipsLookup[]; } /** - * @interface - * An interface representing PredictionMappings. * Definition of the link mapping of prediction. - * */ export interface PredictionMappings { /** - * @member {string} score The score of the link mapping. + * The score of the link mapping. */ score: string; /** - * @member {string} grade The grade of the link mapping. + * The grade of the link mapping. */ grade: string; /** - * @member {string} reason The reason of the link mapping. + * The reason of the link mapping. */ reason: string; } /** - * @interface - * An interface representing PredictionGradesItem. * The definition of a prediction grade. - * */ export interface PredictionGradesItem { /** - * @member {string} [gradeName] Name of the grade. + * Name of the grade. */ gradeName?: string; /** - * @member {number} [minScoreThreshold] Minimum score threshold. + * Minimum score threshold. */ minScoreThreshold?: number; /** - * @member {number} [maxScoreThreshold] Maximum score threshold. + * Maximum score threshold. */ maxScoreThreshold?: number; } /** - * @interface - * An interface representing PredictionSystemGeneratedEntities. * System generated entities. - * */ export interface PredictionSystemGeneratedEntities { /** - * @member {string[]} [generatedInteractionTypes] Generated interaction - * types. + * Generated interaction types. */ generatedInteractionTypes?: string[]; /** - * @member {string[]} [generatedLinks] Generated links. + * Generated links. */ generatedLinks?: string[]; /** - * @member {{ [propertyName: string]: string }} [generatedKpis] Generated - * KPIs. + * Generated KPIs. */ generatedKpis?: { [propertyName: string]: string }; } /** - * @interface - * An interface representing PredictionDistributionDefinitionDistributionsItem. * The definition of a prediction distribution. - * */ export interface PredictionDistributionDefinitionDistributionsItem { /** - * @member {number} [scoreThreshold] Score threshold. + * Score threshold. */ scoreThreshold?: number; /** - * @member {number} [positives] Number of positives. + * Number of positives. */ positives?: number; /** - * @member {number} [negatives] Number of negatives. + * Number of negatives. */ negatives?: number; /** - * @member {number} [positivesAboveThreshold] Number of positives above - * threshold. + * Number of positives above threshold. */ positivesAboveThreshold?: number; /** - * @member {number} [negativesAboveThreshold] Number of negatives above - * threshold. + * Number of negatives above threshold. */ negativesAboveThreshold?: number; } /** - * @interface - * An interface representing PredictionDistributionDefinition. * The definition of the prediction distribution. - * */ export interface PredictionDistributionDefinition { /** - * @member {number} [totalPositives] Total positive in the distribution. + * Total positive in the distribution. */ totalPositives?: number; /** - * @member {number} [totalNegatives] Total negatives in the distribution. + * Total negatives in the distribution. */ totalNegatives?: number; /** - * @member {PredictionDistributionDefinitionDistributionsItem[]} - * [distributions] Distributions of the prediction. + * Distributions of the prediction. */ distributions?: PredictionDistributionDefinitionDistributionsItem[]; } /** - * @interface - * An interface representing CanonicalProfileDefinitionPropertiesItem. * The definition of a canonical profile property. - * */ export interface CanonicalProfileDefinitionPropertiesItem { /** - * @member {string} [profileName] Profile name. + * Profile name. */ profileName?: string; /** - * @member {string} [profilePropertyName] Property name of profile. + * Property name of profile. */ profilePropertyName?: string; /** - * @member {number} [rank] The rank. + * The rank. */ rank?: number; /** - * @member {CanonicalPropertyValueType} [type] Type of canonical property - * value. Possible values include: 'Numeric', 'Categorical', + * Type of canonical property value. Possible values include: 'Numeric', 'Categorical', * 'DerivedCategorical', 'DerivedNumeric' */ type?: CanonicalPropertyValueType; /** - * @member {string} [value] Value of the canonical property. + * Value of the canonical property. */ value?: string; } /** - * @interface - * An interface representing CanonicalProfileDefinition. * Definition of canonical profile. - * */ export interface CanonicalProfileDefinition { /** - * @member {number} [canonicalProfileId] Canonical profile ID. + * Canonical profile ID. */ canonicalProfileId?: number; /** - * @member {CanonicalProfileDefinitionPropertiesItem[]} [properties] * Properties of the canonical profile. */ properties?: CanonicalProfileDefinitionPropertiesItem[]; } /** - * @interface - * An interface representing PredictionTrainingResults. * The training results of the prediction. - * */ export interface PredictionTrainingResults { /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [scoreName] Score name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Score name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly scoreName?: string; /** - * @member {PredictionDistributionDefinition} [predictionDistribution] * Prediction distribution. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly predictionDistribution?: PredictionDistributionDefinition; /** - * @member {CanonicalProfileDefinition[]} [canonicalProfiles] Canonical - * profiles. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Canonical profiles. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly canonicalProfiles?: CanonicalProfileDefinition[]; /** - * @member {number} [primaryProfileInstanceCount] Instance count of the - * primary profile. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Instance count of the primary profile. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly primaryProfileInstanceCount?: number; } /** - * @interface - * An interface representing PredictionModelStatus. * The prediction model status. - * */ export interface PredictionModelStatus { /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {string} [predictionName] The prediction name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The prediction name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly predictionName?: string; /** - * @member {string} [predictionGuidId] The prediction GUID ID. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The prediction GUID ID. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly predictionGuidId?: string; /** - * @member {PredictionModelLifeCycle} status Prediction model life cycle. - * When prediction is in PendingModelConfirmation status, it is allowed to - * update the status to PendingFeaturing or Active through API. Possible - * values include: 'New', 'Provisioning', 'ProvisioningFailed', - * 'PendingDiscovering', 'Discovering', 'PendingFeaturing', 'Featuring', - * 'FeaturingFailed', 'PendingTraining', 'Training', 'TrainingFailed', - * 'Evaluating', 'EvaluatingFailed', 'PendingModelConfirmation', 'Active', + * Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is + * allowed to update the status to PendingFeaturing or Active through API. Possible values + * include: 'New', 'Provisioning', 'ProvisioningFailed', 'PendingDiscovering', 'Discovering', + * 'PendingFeaturing', 'Featuring', 'FeaturingFailed', 'PendingTraining', 'Training', + * 'TrainingFailed', 'Evaluating', 'EvaluatingFailed', 'PendingModelConfirmation', 'Active', * 'Deleted', 'HumanIntervention', 'Failed' */ status: PredictionModelLifeCycle; /** - * @member {string} [message] The model status message. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The model status message. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly message?: string; /** - * @member {number} [trainingSetCount] Count of the training set. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Count of the training set. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly trainingSetCount?: number; /** - * @member {number} [testSetCount] Count of the test set. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Count of the test set. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly testSetCount?: number; /** - * @member {number} [validationSetCount] Count of the validation set. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Count of the validation set. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly validationSetCount?: number; /** - * @member {number} [trainingAccuracy] The training accuracy. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The training accuracy. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly trainingAccuracy?: number; /** - * @member {number} [signalsUsed] The singnas used. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The signals used. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly signalsUsed?: number; /** - * @member {string} [modelVersion] Version of the model. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Version of the model. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly modelVersion?: string; } /** - * @interface - * An interface representing PredictionResourceFormat. * The prediction resource format. - * - * @extends ProxyResource */ export interface PredictionResourceFormat extends ProxyResource { /** - * @member {{ [propertyName: string]: string }} [description] Description of - * the prediction. + * Description of the prediction. */ description?: { [propertyName: string]: string }; /** - * @member {{ [propertyName: string]: string }} [displayName] Display name of - * the prediction. + * Display name of the prediction. */ displayName?: { [propertyName: string]: string }; /** - * @member {string[]} [involvedInteractionTypes] Interaction types involved - * in the prediction. + * Interaction types involved in the prediction. */ involvedInteractionTypes?: string[]; /** - * @member {string[]} [involvedKpiTypes] KPI types involved in the - * prediction. + * KPI types involved in the prediction. */ involvedKpiTypes?: string[]; /** - * @member {string[]} [involvedRelationships] Relationships involved in the - * prediction. + * Relationships involved in the prediction. */ involvedRelationships?: string[]; /** - * @member {string} negativeOutcomeExpression Negative outcome expression. + * Negative outcome expression. */ negativeOutcomeExpression: string; /** - * @member {string} positiveOutcomeExpression Positive outcome expression. + * Positive outcome expression. */ positiveOutcomeExpression: string; /** - * @member {string} primaryProfileType Primary profile type. + * Primary profile type. */ primaryProfileType: string; /** - * @member {ProvisioningStates} [provisioningState] Provisioning state. - * Possible values include: 'Provisioning', 'Succeeded', 'Expiring', + * Provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Expiring', * 'Deleting', 'HumanIntervention', 'Failed' - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provisioningState?: ProvisioningStates; /** - * @member {string} [predictionName] Name of the prediction. + * Name of the prediction. */ predictionName?: string; /** - * @member {string} scopeExpression Scope expression. + * Scope expression. */ scopeExpression: string; /** - * @member {string} [tenantId] The hub name. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * The hub name. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly tenantId?: string; /** - * @member {boolean} autoAnalyze Whether do auto analyze. + * Whether do auto analyze. */ autoAnalyze: boolean; /** - * @member {PredictionMappings} mappings Definition of the link mapping of - * prediction. + * Definition of the link mapping of prediction. */ mappings: PredictionMappings; /** - * @member {string} scoreLabel Score label. + * Score label. */ scoreLabel: string; /** - * @member {PredictionGradesItem[]} [grades] The prediction grades. + * The prediction grades. */ grades?: PredictionGradesItem[]; /** - * @member {PredictionSystemGeneratedEntities} [systemGeneratedEntities] * System generated entities. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly systemGeneratedEntities?: PredictionSystemGeneratedEntities; } /** - * @interface - * An interface representing OperationDisplay. * The object that represents the operation. - * */ export interface OperationDisplay { /** - * @member {string} [provider] Service provider: Microsoft.CustomerInsights - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Service provider: Microsoft.CustomerInsights + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly provider?: string; /** - * @member {string} [resource] Resource on which the operation is performed: - * Invoice, etc. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Resource on which the operation is performed: Invoice, etc. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly resource?: string; /** - * @member {string} [operation] Operation type: Read, write, delete, etc. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Operation type: Read, write, delete, etc. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly operation?: string; } /** - * @interface - * An interface representing Operation. * A Customer Insights REST API operation - * */ export interface Operation { /** - * @member {string} [name] Operation name: {provider}/{resource}/{operation} - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * Operation name: {provider}/{resource}/{operation} + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly name?: string; /** - * @member {OperationDisplay} [display] The object that represents the - * operation. + * The object that represents the operation. */ display?: OperationDisplay; } /** - * @interface - * An interface representing ProfilesGetOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface ProfilesGetOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of profile to retrieve, default is - * en-us. Default value: 'en-us' . + * Locale of profile to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface - * An interface representing ProfilesDeleteMethodOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface ProfilesDeleteMethodOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of profile to retrieve, default is - * en-us. Default value: 'en-us' . + * Locale of profile to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface - * An interface representing ProfilesListByHubOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface ProfilesListByHubOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of profile to retrieve, default is - * en-us. Default value: 'en-us' . + * Locale of profile to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface - * An interface representing ProfilesBeginDeleteMethodOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface ProfilesBeginDeleteMethodOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of profile to retrieve, default is - * en-us. Default value: 'en-us' . + * Locale of profile to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface - * An interface representing InteractionsGetOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface InteractionsGetOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of interaction to retrieve, default - * is en-us. Default value: 'en-us' . + * Locale of interaction to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface - * An interface representing InteractionsListByHubOptionalParams. * Optional Parameters. - * - * @extends RequestOptionsBase */ export interface InteractionsListByHubOptionalParams extends msRest.RequestOptionsBase { /** - * @member {string} [localeCode] Locale of interaction to retrieve, default - * is en-us. Default value: 'en-us' . + * Locale of interaction to retrieve, default is en-us. Default value: 'en-us'. */ localeCode?: string; } /** - * @interface * An interface representing CustomerInsightsManagementClientOptions. - * @extends AzureServiceClientOptions */ export interface CustomerInsightsManagementClientOptions extends AzureServiceClientOptions { - /** - * @member {string} [baseUri] - */ baseUri?: string; } - /** * @interface - * An interface representing the OperationListResult. - * Result of the request to list Customer Insights operations. It contains a - * list of operations and a URL link to get the next set of results. - * + * Result of the request to list Customer Insights operations. It contains a list of operations and + * a URL link to get the next set of results. * @extends Array */ export interface OperationListResult extends Array { /** - * @member {string} [nextLink] URL to get the next set of operation list - * results if there are any. - * **NOTE: This property will not be serialized. It can only be populated by - * the server.** + * URL to get the next set of operation list results if there are any. + * **NOTE: This property will not be serialized. It can only be populated by the server.** */ readonly nextLink?: string; } /** * @interface - * An interface representing the HubListResult. * Response of list hub operation. - * * @extends Array */ export interface HubListResult extends Array { /** - * @member {string} [nextLink] Link for next set of results. + * Link for next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the ProfileListResult. * The response of list profile operation. - * * @extends Array */ export interface ProfileListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the InteractionListResult. * The response of list interaction operation. - * * @extends Array */ export interface InteractionListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the RelationshipListResult. * The response of list relationship operation. - * * @extends Array */ export interface RelationshipListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the RelationshipLinkListResult. * The response of list relationship link operation. - * * @extends Array */ export interface RelationshipLinkListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the AuthorizationPolicyListResult. * The response of list authorization policy operation. - * * @extends Array */ export interface AuthorizationPolicyListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the ConnectorListResult. * The response of list connector operation. - * * @extends Array */ export interface ConnectorListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the ConnectorMappingListResult. * The response of list connector mapping operation. - * * @extends Array */ export interface ConnectorMappingListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the KpiListResult. * The response of list KPI operation. - * * @extends Array */ export interface KpiListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the WidgetTypeListResult. * The response of list widget type operation. - * * @extends Array */ export interface WidgetTypeListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the ViewListResult. * The response of list view operation. - * * @extends Array */ export interface ViewListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the LinkListResult. * The response of list link operation. - * * @extends Array */ export interface LinkListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the RoleListResult. * The response of list role assignment operation. - * * @extends Array */ export interface RoleListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the RoleAssignmentListResult. * The response of list role assignment operation. - * * @extends Array */ export interface RoleAssignmentListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } /** * @interface - * An interface representing the PredictionListResult. * The response of list predictions operation. - * * @extends Array */ export interface PredictionListResult extends Array { /** - * @member {string} [nextLink] Link to the next set of results. + * Link to the next set of results. */ nextLink?: string; } @@ -3212,6 +2622,7 @@ export type OperationsListResponse = OperationListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3231,6 +2642,7 @@ export type OperationsListNextResponse = OperationListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3250,6 +2662,7 @@ export type HubsCreateOrUpdateResponse = Hub & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3269,6 +2682,7 @@ export type HubsUpdateResponse = Hub & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3288,6 +2702,7 @@ export type HubsGetResponse = Hub & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3307,6 +2722,7 @@ export type HubsListByResourceGroupResponse = HubListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3326,6 +2742,7 @@ export type HubsListResponse = HubListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3345,6 +2762,7 @@ export type HubsListByResourceGroupNextResponse = HubListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3364,6 +2782,7 @@ export type HubsListNextResponse = HubListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3383,6 +2802,7 @@ export type ProfilesCreateOrUpdateResponse = ProfileResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3402,6 +2822,7 @@ export type ProfilesGetResponse = ProfileResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3421,6 +2842,7 @@ export type ProfilesListByHubResponse = ProfileListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3440,6 +2862,7 @@ export type ProfilesGetEnrichingKpisResponse = Array & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3459,6 +2882,7 @@ export type ProfilesBeginCreateOrUpdateResponse = ProfileResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3478,6 +2902,7 @@ export type ProfilesListByHubNextResponse = ProfileListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3497,6 +2922,7 @@ export type InteractionsCreateOrUpdateResponse = InteractionResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3516,6 +2942,7 @@ export type InteractionsGetResponse = InteractionResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3535,6 +2962,7 @@ export type InteractionsListByHubResponse = InteractionListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3554,6 +2982,7 @@ export type InteractionsSuggestRelationshipLinksResponse = SuggestRelationshipLi * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3573,6 +3002,7 @@ export type InteractionsBeginCreateOrUpdateResponse = InteractionResourceFormat * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3592,6 +3022,7 @@ export type InteractionsListByHubNextResponse = InteractionListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3611,6 +3042,7 @@ export type RelationshipsCreateOrUpdateResponse = RelationshipResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3630,6 +3062,7 @@ export type RelationshipsGetResponse = RelationshipResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3649,6 +3082,7 @@ export type RelationshipsListByHubResponse = RelationshipListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3668,6 +3102,7 @@ export type RelationshipsBeginCreateOrUpdateResponse = RelationshipResourceForma * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3687,6 +3122,7 @@ export type RelationshipsListByHubNextResponse = RelationshipListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3706,6 +3142,7 @@ export type RelationshipLinksCreateOrUpdateResponse = RelationshipLinkResourceFo * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3725,6 +3162,7 @@ export type RelationshipLinksGetResponse = RelationshipLinkResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3744,6 +3182,7 @@ export type RelationshipLinksListByHubResponse = RelationshipLinkListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3763,6 +3202,7 @@ export type RelationshipLinksBeginCreateOrUpdateResponse = RelationshipLinkResou * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3782,6 +3222,7 @@ export type RelationshipLinksListByHubNextResponse = RelationshipLinkListResult * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3801,6 +3242,7 @@ export type AuthorizationPoliciesCreateOrUpdateResponse = AuthorizationPolicyRes * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3820,6 +3262,7 @@ export type AuthorizationPoliciesGetResponse = AuthorizationPolicyResourceFormat * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3839,6 +3282,7 @@ export type AuthorizationPoliciesListByHubResponse = AuthorizationPolicyListResu * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3858,6 +3302,7 @@ export type AuthorizationPoliciesRegeneratePrimaryKeyResponse = AuthorizationPol * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3877,6 +3322,7 @@ export type AuthorizationPoliciesRegenerateSecondaryKeyResponse = AuthorizationP * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3896,6 +3342,7 @@ export type AuthorizationPoliciesListByHubNextResponse = AuthorizationPolicyList * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3915,6 +3362,7 @@ export type ConnectorsCreateOrUpdateResponse = ConnectorResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3934,6 +3382,7 @@ export type ConnectorsGetResponse = ConnectorResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3953,6 +3402,7 @@ export type ConnectorsListByHubResponse = ConnectorListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3972,6 +3422,7 @@ export type ConnectorsBeginCreateOrUpdateResponse = ConnectorResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -3991,6 +3442,7 @@ export type ConnectorsListByHubNextResponse = ConnectorListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4010,6 +3462,7 @@ export type ConnectorMappingsCreateOrUpdateResponse = ConnectorMappingResourceFo * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4029,6 +3482,7 @@ export type ConnectorMappingsGetResponse = ConnectorMappingResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4048,6 +3502,7 @@ export type ConnectorMappingsListByConnectorResponse = ConnectorMappingListResul * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4067,6 +3522,7 @@ export type ConnectorMappingsListByConnectorNextResponse = ConnectorMappingListR * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4086,6 +3542,7 @@ export type KpiCreateOrUpdateResponse = KpiResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4105,6 +3562,7 @@ export type KpiGetResponse = KpiResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4124,6 +3582,7 @@ export type KpiListByHubResponse = KpiListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4143,6 +3602,7 @@ export type KpiBeginCreateOrUpdateResponse = KpiResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4162,6 +3622,7 @@ export type KpiListByHubNextResponse = KpiListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4181,6 +3642,7 @@ export type WidgetTypesListByHubResponse = WidgetTypeListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4200,6 +3662,7 @@ export type WidgetTypesGetResponse = WidgetTypeResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4219,6 +3682,7 @@ export type WidgetTypesListByHubNextResponse = WidgetTypeListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4238,6 +3702,7 @@ export type ViewsListByHubResponse = ViewListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4257,6 +3722,7 @@ export type ViewsCreateOrUpdateResponse = ViewResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4276,6 +3742,7 @@ export type ViewsGetResponse = ViewResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4295,6 +3762,7 @@ export type ViewsListByHubNextResponse = ViewListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4314,6 +3782,7 @@ export type LinksCreateOrUpdateResponse = LinkResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4333,6 +3802,7 @@ export type LinksGetResponse = LinkResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4352,6 +3822,7 @@ export type LinksListByHubResponse = LinkListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4371,6 +3842,7 @@ export type LinksBeginCreateOrUpdateResponse = LinkResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4390,6 +3862,7 @@ export type LinksListByHubNextResponse = LinkListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4409,6 +3882,7 @@ export type RolesListByHubResponse = RoleListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4428,6 +3902,7 @@ export type RolesListByHubNextResponse = RoleListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4447,6 +3922,7 @@ export type RoleAssignmentsListByHubResponse = RoleAssignmentListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4466,6 +3942,7 @@ export type RoleAssignmentsCreateOrUpdateResponse = RoleAssignmentResourceFormat * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4485,6 +3962,7 @@ export type RoleAssignmentsGetResponse = RoleAssignmentResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4504,6 +3982,7 @@ export type RoleAssignmentsBeginCreateOrUpdateResponse = RoleAssignmentResourceF * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4523,6 +4002,7 @@ export type RoleAssignmentsListByHubNextResponse = RoleAssignmentListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4542,6 +4022,7 @@ export type ImagesGetUploadUrlForEntityTypeResponse = ImageDefinition & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4561,6 +4042,7 @@ export type ImagesGetUploadUrlForDataResponse = ImageDefinition & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4580,6 +4062,7 @@ export type PredictionsCreateOrUpdateResponse = PredictionResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4599,6 +4082,7 @@ export type PredictionsGetResponse = PredictionResourceFormat & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4618,6 +4102,7 @@ export type PredictionsGetTrainingResultsResponse = PredictionTrainingResults & * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4637,6 +4122,7 @@ export type PredictionsGetModelStatusResponse = PredictionModelStatus & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4656,6 +4142,7 @@ export type PredictionsListByHubResponse = PredictionListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4675,6 +4162,7 @@ export type PredictionsBeginCreateOrUpdateResponse = PredictionResourceFormat & * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ @@ -4694,6 +4182,7 @@ export type PredictionsListByHubNextResponse = PredictionListResult & { * The response body as text (string format) */ bodyAsText: string; + /** * The response body as parsed JSON or XML */ diff --git a/sdk/customer-insights/arm-customerinsights/src/models/interactionsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/interactionsMappers.ts index 569b92a7e5ea..3b4bfefc4b05 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/interactionsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/interactionsMappers.ts @@ -1,63 +1,60 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - InteractionResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - PropertyDefinition, - ProfileEnumValidValuesFormat, - DataSourcePrecedence, - Participant, - ParticipantPropertyReference, CloudError, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, + DataSourcePrecedence, + Hub, + HubBillingInfoFormat, InteractionListResult, - SuggestRelationshipLinksResponse, - RelationshipsLookup, - ParticipantProfilePropertyReference, - Resource, - ProfileResourceFormat, - StrongId, - KpiResourceFormat, + InteractionResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, + RelationshipsLookup, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + SuggestRelationshipLinksResponse, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/kpiMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/kpiMappers.ts index 9f0a6e7bae98..f9dbf05fd3c4 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/kpiMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/kpiMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - KpiResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - KpiGroupByMetadata, - KpiParticipantProfilesMetadata, - KpiThresholds, - KpiAlias, - KpiExtract, CloudError, - KpiListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, - DataSourcePrecedence, - StrongId, - InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, ConnectorMappingErrorManagement, ConnectorMappingFormat, - ConnectorMappingAvailability, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, + ConnectorResourceFormat, + DataSourcePrecedence, + Hub, + HubBillingInfoFormat, + InteractionResourceFormat, + KpiAlias, + KpiExtract, + KpiGroupByMetadata, + KpiListResult, + KpiParticipantProfilesMetadata, + KpiResourceFormat, + KpiThresholds, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/linksMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/linksMappers.ts index 81f8942e42ed..0b44aa258553 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/linksMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/linksMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - LinkResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - TypePropertiesMapping, - ParticipantPropertyReference, CloudError, - LinkListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, + LinkListResult, + LinkResourceFormat, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/mappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/mappers.ts index 75cbbaf2fdd3..79adc323f0f5 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/mappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/mappers.ts @@ -1,11 +1,9 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js"; diff --git a/sdk/customer-insights/arm-customerinsights/src/models/operationsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/operationsMappers.ts index 2edcc577920e..689688180be7 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/operationsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/operationsMappers.ts @@ -1,17 +1,14 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - OperationListResult, + CloudError, Operation, OperationDisplay, - CloudError + OperationListResult } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/predictionsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/predictionsMappers.ts index a26b0b4d4c6f..6106a5c6b209 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/predictionsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/predictionsMappers.ts @@ -1,67 +1,64 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - PredictionResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - CloudError, - PredictionTrainingResults, - PredictionDistributionDefinition, - PredictionDistributionDefinitionDistributionsItem, CanonicalProfileDefinition, CanonicalProfileDefinitionPropertiesItem, - PredictionModelStatus, - PredictionListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + CloudError, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionDistributionDefinition, + PredictionDistributionDefinitionDistributionsItem, + PredictionGradesItem, + PredictionListResult, + PredictionMappings, + PredictionModelStatus, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + PredictionTrainingResults, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/profilesMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/profilesMappers.ts index 9662bd20c0b0..ac7dcdf50c40 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/profilesMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/profilesMappers.ts @@ -1,63 +1,60 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - ProfileResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - PropertyDefinition, - ProfileEnumValidValuesFormat, - DataSourcePrecedence, - StrongId, CloudError, - ProfileListResult, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, + DataSourcePrecedence, + EnrichingKpi, + Hub, + HubBillingInfoFormat, + InteractionResourceFormat, + KpiAlias, KpiDefinition, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - Resource, - InteractionResourceFormat, + LinkResourceFormat, Participant, + ParticipantProfilePropertyReference, ParticipantPropertyReference, - KpiResourceFormat, - EnrichingKpi, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, - LinkResourceFormat, - TypePropertiesMapping, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileListResult, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/relationshipLinksMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/relationshipLinksMappers.ts index 83bdeb012cd3..837fc1b6afda 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/relationshipLinksMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/relationshipLinksMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - RelationshipLinkResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, CloudError, - RelationshipLinkListResult, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkListResult, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/relationshipsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/relationshipsMappers.ts index d59584f7d726..cbf87044aff8 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/relationshipsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/relationshipsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - RelationshipResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, - PropertyDefinition, - ProfileEnumValidValuesFormat, - DataSourcePrecedence, - RelationshipTypeMapping, - RelationshipTypeFieldMapping, CloudError, - RelationshipListResult, - Resource, - ProfileResourceFormat, - StrongId, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, + DataSourcePrecedence, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, + Participant, ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, - ResourceSetDescription, - RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, + ParticipantPropertyReference, PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, + RelationshipListResult, + RelationshipResourceFormat, + RelationshipTypeFieldMapping, + RelationshipTypeMapping, + Resource, + ResourceSetDescription, + RoleAssignmentResourceFormat, + RoleResourceFormat, + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/roleAssignmentsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/roleAssignmentsMappers.ts index 4275552ba229..250fdc70cf18 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/roleAssignmentsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/roleAssignmentsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - RoleAssignmentListResult, - RoleAssignmentResourceFormat, - ProxyResource, - BaseResource, AssignmentPrincipal, - ResourceSetDescription, + AuthorizationPolicyResourceFormat, + BaseResource, CloudError, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, - RelationshipResourceFormat, - RelationshipTypeMapping, - RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, + Participant, ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, + ParticipantPropertyReference, PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, + RelationshipResourceFormat, + RelationshipTypeFieldMapping, + RelationshipTypeMapping, + Resource, + ResourceSetDescription, + RoleAssignmentListResult, + RoleAssignmentResourceFormat, + RoleResourceFormat, + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/rolesMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/rolesMappers.ts index 70c5132d7df7..6a9fae009857 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/rolesMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/rolesMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - RoleListResult, - RoleResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, CloudError, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, - RelationshipResourceFormat, - RelationshipTypeMapping, - RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, + Participant, ParticipantProfilePropertyReference, - ViewResourceFormat, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, - ResourceSetDescription, - PredictionResourceFormat, - PredictionMappings, + ParticipantPropertyReference, PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, + RelationshipResourceFormat, + RelationshipTypeFieldMapping, + RelationshipTypeMapping, + Resource, + ResourceSetDescription, + RoleAssignmentResourceFormat, + RoleListResult, + RoleResourceFormat, + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/viewsMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/viewsMappers.ts index c0220573e7f5..ad32be1dbc91 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/viewsMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/viewsMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - ViewListResult, - ViewResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, CloudError, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - WidgetTypeResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewListResult, + ViewResourceFormat, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/models/widgetTypesMappers.ts b/sdk/customer-insights/arm-customerinsights/src/models/widgetTypesMappers.ts index e07dddc31140..ec8b653f1e38 100644 --- a/sdk/customer-insights/arm-customerinsights/src/models/widgetTypesMappers.ts +++ b/sdk/customer-insights/arm-customerinsights/src/models/widgetTypesMappers.ts @@ -1,61 +1,58 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for - * license information. + * Licensed under the MIT License. See License.txt in the project root for license information. * * Code generated by Microsoft (R) AutoRest Code Generator. - * Changes may cause incorrect behavior and will be lost if the code is - * regenerated. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ export { - WidgetTypeListResult, - WidgetTypeResourceFormat, - ProxyResource, + AssignmentPrincipal, + AuthorizationPolicyResourceFormat, BaseResource, CloudError, - Resource, - ProfileResourceFormat, - PropertyDefinition, - ProfileEnumValidValuesFormat, + ConnectorMappingAvailability, + ConnectorMappingCompleteOperation, + ConnectorMappingErrorManagement, + ConnectorMappingFormat, + ConnectorMappingProperties, + ConnectorMappingResourceFormat, + ConnectorMappingStructure, + ConnectorResourceFormat, DataSourcePrecedence, - StrongId, + Hub, + HubBillingInfoFormat, InteractionResourceFormat, - Participant, - ParticipantPropertyReference, - KpiResourceFormat, + KpiAlias, + KpiExtract, KpiGroupByMetadata, KpiParticipantProfilesMetadata, + KpiResourceFormat, KpiThresholds, - KpiAlias, - KpiExtract, - ConnectorResourceFormat, - ConnectorMappingResourceFormat, - ConnectorMappingProperties, - ConnectorMappingErrorManagement, - ConnectorMappingFormat, - ConnectorMappingAvailability, - ConnectorMappingStructure, - ConnectorMappingCompleteOperation, - AuthorizationPolicyResourceFormat, LinkResourceFormat, - TypePropertiesMapping, + Participant, + ParticipantProfilePropertyReference, + ParticipantPropertyReference, + PredictionGradesItem, + PredictionMappings, + PredictionResourceFormat, + PredictionSystemGeneratedEntities, + ProfileEnumValidValuesFormat, + ProfileResourceFormat, + PropertyDefinition, + ProxyResource, + RelationshipLinkFieldMapping, + RelationshipLinkResourceFormat, RelationshipResourceFormat, - RelationshipTypeMapping, RelationshipTypeFieldMapping, - RelationshipLinkResourceFormat, - RelationshipLinkFieldMapping, - ParticipantProfilePropertyReference, - ViewResourceFormat, - RoleAssignmentResourceFormat, - AssignmentPrincipal, + RelationshipTypeMapping, + Resource, ResourceSetDescription, + RoleAssignmentResourceFormat, RoleResourceFormat, - PredictionResourceFormat, - PredictionMappings, - PredictionGradesItem, - PredictionSystemGeneratedEntities, - Hub, - HubBillingInfoFormat + StrongId, + TypePropertiesMapping, + ViewResourceFormat, + WidgetTypeListResult, + WidgetTypeResourceFormat } from "../models/mappers"; - diff --git a/sdk/customer-insights/arm-customerinsights/src/operations/views.ts b/sdk/customer-insights/arm-customerinsights/src/operations/views.ts index 18899ace4d78..d9f596a5fefa 100644 --- a/sdk/customer-insights/arm-customerinsights/src/operations/views.ts +++ b/sdk/customer-insights/arm-customerinsights/src/operations/views.ts @@ -30,7 +30,7 @@ export class Views { * Gets all available views for given user in the specified hub. * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. - * @param userId The user ID. Use * to retreive hub level views. + * @param userId The user ID. Use * to retrieve hub level views. * @param [options] The optional parameters * @returns Promise */ @@ -38,14 +38,14 @@ export class Views { /** * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. - * @param userId The user ID. Use * to retreive hub level views. + * @param userId The user ID. Use * to retrieve hub level views. * @param callback The callback */ listByHub(resourceGroupName: string, hubName: string, userId: string, callback: msRest.ServiceCallback): void; /** * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. - * @param userId The user ID. Use * to retreive hub level views. + * @param userId The user ID. Use * to retrieve hub level views. * @param options The optional parameters * @param callback The callback */ @@ -63,7 +63,7 @@ export class Views { } /** - * Creates a view or updates an exisiting view in the hub. + * Creates a view or updates an existing view in the hub. * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. @@ -107,7 +107,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param [options] The optional parameters * @returns Promise */ @@ -116,7 +116,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param callback The callback */ get(resourceGroupName: string, hubName: string, viewName: string, userId: string, callback: msRest.ServiceCallback): void; @@ -124,7 +124,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param options The optional parameters * @param callback The callback */ @@ -147,7 +147,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param [options] The optional parameters * @returns Promise */ @@ -156,7 +156,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param callback The callback */ deleteMethod(resourceGroupName: string, hubName: string, viewName: string, userId: string, callback: msRest.ServiceCallback): void; @@ -164,7 +164,7 @@ export class Views { * @param resourceGroupName The name of the resource group. * @param hubName The name of the hub. * @param viewName The name of the view. - * @param userId The user ID. Use * to retreive hub level view. + * @param userId The user ID. Use * to retrieve hub level view. * @param options The optional parameters * @param callback The callback */ diff --git a/sdk/customer-insights/arm-customerinsights/tsconfig.json b/sdk/customer-insights/arm-customerinsights/tsconfig.json index 87bbf5b5fa49..422b584abd5e 100644 --- a/sdk/customer-insights/arm-customerinsights/tsconfig.json +++ b/sdk/customer-insights/arm-customerinsights/tsconfig.json @@ -9,7 +9,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, - "lib": ["es6"], + "lib": ["es6", "dom"], "declaration": true, "outDir": "./esm", "importHelpers": true