@azure/arm-customerinsights 4.1.1-alpha.20250611.1 → 4.1.1-alpha.20250616.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for CustomerInsightsManagementClient.",
|
|
6
|
-
"version": "4.1.1-alpha.
|
|
6
|
+
"version": "4.1.1-alpha.20250616.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
36
36
|
"@azure/identity": "^4.6.0",
|
|
37
37
|
"@azure/logger": "^1.1.4",
|
|
38
|
-
"@types/node": "^
|
|
38
|
+
"@types/node": "^20.0.0",
|
|
39
39
|
"@vitest/browser": "^3.0.9",
|
|
40
40
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
41
41
|
"playwright": "^1.50.0",
|
|
@@ -407,7 +407,7 @@ export type EntityType = "None" | "Profile" | "Interaction" | "Relationship";
|
|
|
407
407
|
export interface EntityTypeDefinition extends MetadataDefinitionBase {
|
|
408
408
|
apiEntitySetName?: string;
|
|
409
409
|
entityType?: EntityTypes;
|
|
410
|
-
fields?:
|
|
410
|
+
fields?: PropertyDefinition[];
|
|
411
411
|
instancesCount?: number;
|
|
412
412
|
readonly lastChangedUtc?: Date;
|
|
413
413
|
readonly provisioningState?: ProvisioningStates;
|
|
@@ -576,7 +576,7 @@ export interface InteractionResourceFormat extends ProxyResource {
|
|
|
576
576
|
[propertyName: string]: string;
|
|
577
577
|
};
|
|
578
578
|
entityType?: EntityTypes;
|
|
579
|
-
fields?:
|
|
579
|
+
fields?: PropertyDefinition[];
|
|
580
580
|
readonly idPropertiesDefaultDataSourceId?: number;
|
|
581
581
|
idPropertyNames?: string[];
|
|
582
582
|
instancesCount?: number;
|
|
@@ -1227,7 +1227,7 @@ export interface ProfileResourceFormat extends ProxyResource {
|
|
|
1227
1227
|
[propertyName: string]: string;
|
|
1228
1228
|
};
|
|
1229
1229
|
entityType?: EntityTypes;
|
|
1230
|
-
fields?:
|
|
1230
|
+
fields?: PropertyDefinition[];
|
|
1231
1231
|
instancesCount?: number;
|
|
1232
1232
|
largeImage?: string;
|
|
1233
1233
|
readonly lastChangedUtc?: Date;
|
|
@@ -1310,7 +1310,7 @@ export interface ProfileTypeDefinition extends EntityTypeDefinition {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
// @public
|
|
1313
|
-
interface
|
|
1313
|
+
export interface PropertyDefinition {
|
|
1314
1314
|
arrayValueSeparator?: string;
|
|
1315
1315
|
readonly dataSourcePrecedenceRules?: DataSourcePrecedence[];
|
|
1316
1316
|
enumValidValues?: ProfileEnumValidValuesFormat[];
|
|
@@ -1328,7 +1328,6 @@ interface PropertyDefinition_2 {
|
|
|
1328
1328
|
propertyId?: string;
|
|
1329
1329
|
schemaItemPropLink?: string;
|
|
1330
1330
|
}
|
|
1331
|
-
export { PropertyDefinition_2 as PropertyDefinition }
|
|
1332
1331
|
|
|
1333
1332
|
// @public
|
|
1334
1333
|
export type ProvisioningStates = string;
|
|
@@ -1434,7 +1433,7 @@ export interface RelationshipResourceFormat extends ProxyResource {
|
|
|
1434
1433
|
[propertyName: string]: string;
|
|
1435
1434
|
};
|
|
1436
1435
|
expiryDateTimeUtc?: Date;
|
|
1437
|
-
fields?:
|
|
1436
|
+
fields?: PropertyDefinition[];
|
|
1438
1437
|
lookupMappings?: RelationshipTypeMapping[];
|
|
1439
1438
|
profileType?: string;
|
|
1440
1439
|
readonly provisioningState?: ProvisioningStates;
|