@azure/arm-customerinsights 4.1.1-alpha.20250618.1 → 4.1.1-alpha.20250718.2

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.
Files changed (171) hide show
  1. package/dist/browser/customerInsightsManagementClient.js +30 -5
  2. package/dist/browser/customerInsightsManagementClient.js.map +1 -1
  3. package/dist/browser/lroImpl.js +11 -3
  4. package/dist/browser/lroImpl.js.map +1 -1
  5. package/dist/browser/models/mappers.js +479 -230
  6. package/dist/browser/models/mappers.js.map +1 -1
  7. package/dist/browser/operations/authorizationPolicies.js +23 -40
  8. package/dist/browser/operations/authorizationPolicies.js.map +1 -1
  9. package/dist/browser/operations/connectorMappings.js +23 -40
  10. package/dist/browser/operations/connectorMappings.js.map +1 -1
  11. package/dist/browser/operations/connectors.js +45 -52
  12. package/dist/browser/operations/connectors.js.map +1 -1
  13. package/dist/browser/operations/hubs.js +56 -85
  14. package/dist/browser/operations/hubs.js.map +1 -1
  15. package/dist/browser/operations/images.js +1 -0
  16. package/dist/browser/operations/images.js.map +1 -1
  17. package/dist/browser/operations/interactions.js +34 -46
  18. package/dist/browser/operations/interactions.js.map +1 -1
  19. package/dist/browser/operations/kpi.js +45 -52
  20. package/dist/browser/operations/kpi.js.map +1 -1
  21. package/dist/browser/operations/links.js +34 -46
  22. package/dist/browser/operations/links.js.map +1 -1
  23. package/dist/browser/operations/operations.js +23 -40
  24. package/dist/browser/operations/operations.js.map +1 -1
  25. package/dist/browser/operations/predictions.js +45 -52
  26. package/dist/browser/operations/predictions.js.map +1 -1
  27. package/dist/browser/operations/profiles.js +45 -52
  28. package/dist/browser/operations/profiles.js.map +1 -1
  29. package/dist/browser/operations/relationshipLinks.js +45 -52
  30. package/dist/browser/operations/relationshipLinks.js.map +1 -1
  31. package/dist/browser/operations/relationships.js +45 -52
  32. package/dist/browser/operations/relationships.js.map +1 -1
  33. package/dist/browser/operations/roleAssignments.js +34 -46
  34. package/dist/browser/operations/roleAssignments.js.map +1 -1
  35. package/dist/browser/operations/roles.js +23 -40
  36. package/dist/browser/operations/roles.js.map +1 -1
  37. package/dist/browser/operations/views.js +23 -40
  38. package/dist/browser/operations/views.js.map +1 -1
  39. package/dist/browser/operations/widgetTypes.js +23 -40
  40. package/dist/browser/operations/widgetTypes.js.map +1 -1
  41. package/dist/browser/pagingHelper.js +2 -4
  42. package/dist/browser/pagingHelper.js.map +1 -1
  43. package/dist/commonjs/customerInsightsManagementClient.js +30 -5
  44. package/dist/commonjs/customerInsightsManagementClient.js.map +1 -1
  45. package/dist/commonjs/lroImpl.js +11 -3
  46. package/dist/commonjs/lroImpl.js.map +1 -1
  47. package/dist/commonjs/models/mappers.js +479 -230
  48. package/dist/commonjs/models/mappers.js.map +1 -1
  49. package/dist/commonjs/operations/authorizationPolicies.js +23 -39
  50. package/dist/commonjs/operations/authorizationPolicies.js.map +1 -1
  51. package/dist/commonjs/operations/connectorMappings.js +23 -39
  52. package/dist/commonjs/operations/connectorMappings.js.map +1 -1
  53. package/dist/commonjs/operations/connectors.js +45 -51
  54. package/dist/commonjs/operations/connectors.js.map +1 -1
  55. package/dist/commonjs/operations/hubs.js +56 -84
  56. package/dist/commonjs/operations/hubs.js.map +1 -1
  57. package/dist/commonjs/operations/images.js +1 -0
  58. package/dist/commonjs/operations/images.js.map +1 -1
  59. package/dist/commonjs/operations/interactions.js +34 -45
  60. package/dist/commonjs/operations/interactions.js.map +1 -1
  61. package/dist/commonjs/operations/kpi.js +45 -51
  62. package/dist/commonjs/operations/kpi.js.map +1 -1
  63. package/dist/commonjs/operations/links.js +34 -45
  64. package/dist/commonjs/operations/links.js.map +1 -1
  65. package/dist/commonjs/operations/operations.js +23 -39
  66. package/dist/commonjs/operations/operations.js.map +1 -1
  67. package/dist/commonjs/operations/predictions.js +45 -51
  68. package/dist/commonjs/operations/predictions.js.map +1 -1
  69. package/dist/commonjs/operations/profiles.js +45 -51
  70. package/dist/commonjs/operations/profiles.js.map +1 -1
  71. package/dist/commonjs/operations/relationshipLinks.js +45 -51
  72. package/dist/commonjs/operations/relationshipLinks.js.map +1 -1
  73. package/dist/commonjs/operations/relationships.js +45 -51
  74. package/dist/commonjs/operations/relationships.js.map +1 -1
  75. package/dist/commonjs/operations/roleAssignments.js +34 -45
  76. package/dist/commonjs/operations/roleAssignments.js.map +1 -1
  77. package/dist/commonjs/operations/roles.js +23 -39
  78. package/dist/commonjs/operations/roles.js.map +1 -1
  79. package/dist/commonjs/operations/views.js +23 -39
  80. package/dist/commonjs/operations/views.js.map +1 -1
  81. package/dist/commonjs/operations/widgetTypes.js +23 -39
  82. package/dist/commonjs/operations/widgetTypes.js.map +1 -1
  83. package/dist/commonjs/pagingHelper.js +2 -4
  84. package/dist/commonjs/pagingHelper.js.map +1 -1
  85. package/dist/commonjs/tsdoc-metadata.json +11 -11
  86. package/dist/esm/customerInsightsManagementClient.js +30 -5
  87. package/dist/esm/customerInsightsManagementClient.js.map +1 -1
  88. package/dist/esm/lroImpl.js +11 -3
  89. package/dist/esm/lroImpl.js.map +1 -1
  90. package/dist/esm/models/mappers.js +479 -230
  91. package/dist/esm/models/mappers.js.map +1 -1
  92. package/dist/esm/operations/authorizationPolicies.js +23 -40
  93. package/dist/esm/operations/authorizationPolicies.js.map +1 -1
  94. package/dist/esm/operations/connectorMappings.js +23 -40
  95. package/dist/esm/operations/connectorMappings.js.map +1 -1
  96. package/dist/esm/operations/connectors.js +45 -52
  97. package/dist/esm/operations/connectors.js.map +1 -1
  98. package/dist/esm/operations/hubs.js +56 -85
  99. package/dist/esm/operations/hubs.js.map +1 -1
  100. package/dist/esm/operations/images.js +1 -0
  101. package/dist/esm/operations/images.js.map +1 -1
  102. package/dist/esm/operations/interactions.js +34 -46
  103. package/dist/esm/operations/interactions.js.map +1 -1
  104. package/dist/esm/operations/kpi.js +45 -52
  105. package/dist/esm/operations/kpi.js.map +1 -1
  106. package/dist/esm/operations/links.js +34 -46
  107. package/dist/esm/operations/links.js.map +1 -1
  108. package/dist/esm/operations/operations.js +23 -40
  109. package/dist/esm/operations/operations.js.map +1 -1
  110. package/dist/esm/operations/predictions.js +45 -52
  111. package/dist/esm/operations/predictions.js.map +1 -1
  112. package/dist/esm/operations/profiles.js +45 -52
  113. package/dist/esm/operations/profiles.js.map +1 -1
  114. package/dist/esm/operations/relationshipLinks.js +45 -52
  115. package/dist/esm/operations/relationshipLinks.js.map +1 -1
  116. package/dist/esm/operations/relationships.js +45 -52
  117. package/dist/esm/operations/relationships.js.map +1 -1
  118. package/dist/esm/operations/roleAssignments.js +34 -46
  119. package/dist/esm/operations/roleAssignments.js.map +1 -1
  120. package/dist/esm/operations/roles.js +23 -40
  121. package/dist/esm/operations/roles.js.map +1 -1
  122. package/dist/esm/operations/views.js +23 -40
  123. package/dist/esm/operations/views.js.map +1 -1
  124. package/dist/esm/operations/widgetTypes.js +23 -40
  125. package/dist/esm/operations/widgetTypes.js.map +1 -1
  126. package/dist/esm/pagingHelper.js +2 -4
  127. package/dist/esm/pagingHelper.js.map +1 -1
  128. package/dist/react-native/customerInsightsManagementClient.js +30 -5
  129. package/dist/react-native/customerInsightsManagementClient.js.map +1 -1
  130. package/dist/react-native/lroImpl.js +11 -3
  131. package/dist/react-native/lroImpl.js.map +1 -1
  132. package/dist/react-native/models/mappers.js +479 -230
  133. package/dist/react-native/models/mappers.js.map +1 -1
  134. package/dist/react-native/operations/authorizationPolicies.js +23 -40
  135. package/dist/react-native/operations/authorizationPolicies.js.map +1 -1
  136. package/dist/react-native/operations/connectorMappings.js +23 -40
  137. package/dist/react-native/operations/connectorMappings.js.map +1 -1
  138. package/dist/react-native/operations/connectors.js +45 -52
  139. package/dist/react-native/operations/connectors.js.map +1 -1
  140. package/dist/react-native/operations/hubs.js +56 -85
  141. package/dist/react-native/operations/hubs.js.map +1 -1
  142. package/dist/react-native/operations/images.js +1 -0
  143. package/dist/react-native/operations/images.js.map +1 -1
  144. package/dist/react-native/operations/interactions.js +34 -46
  145. package/dist/react-native/operations/interactions.js.map +1 -1
  146. package/dist/react-native/operations/kpi.js +45 -52
  147. package/dist/react-native/operations/kpi.js.map +1 -1
  148. package/dist/react-native/operations/links.js +34 -46
  149. package/dist/react-native/operations/links.js.map +1 -1
  150. package/dist/react-native/operations/operations.js +23 -40
  151. package/dist/react-native/operations/operations.js.map +1 -1
  152. package/dist/react-native/operations/predictions.js +45 -52
  153. package/dist/react-native/operations/predictions.js.map +1 -1
  154. package/dist/react-native/operations/profiles.js +45 -52
  155. package/dist/react-native/operations/profiles.js.map +1 -1
  156. package/dist/react-native/operations/relationshipLinks.js +45 -52
  157. package/dist/react-native/operations/relationshipLinks.js.map +1 -1
  158. package/dist/react-native/operations/relationships.js +45 -52
  159. package/dist/react-native/operations/relationships.js.map +1 -1
  160. package/dist/react-native/operations/roleAssignments.js +34 -46
  161. package/dist/react-native/operations/roleAssignments.js.map +1 -1
  162. package/dist/react-native/operations/roles.js +23 -40
  163. package/dist/react-native/operations/roles.js.map +1 -1
  164. package/dist/react-native/operations/views.js +23 -40
  165. package/dist/react-native/operations/views.js.map +1 -1
  166. package/dist/react-native/operations/widgetTypes.js +23 -40
  167. package/dist/react-native/operations/widgetTypes.js.map +1 -1
  168. package/dist/react-native/pagingHelper.js +2 -4
  169. package/dist/react-native/pagingHelper.js.map +1 -1
  170. package/package.json +2 -2
  171. /package/review/{arm-customerinsights.api.md → arm-customerinsights-node.api.md} +0 -0
@@ -2344,54 +2344,65 @@ export const Hub = {
2344
2344
  type: {
2345
2345
  name: "Composite",
2346
2346
  className: "Hub",
2347
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { apiEndpoint: {
2347
+ modelProperties: {
2348
+ ...Resource.type.modelProperties,
2349
+ apiEndpoint: {
2348
2350
  serializedName: "properties.apiEndpoint",
2349
2351
  readOnly: true,
2350
2352
  type: {
2351
2353
  name: "String"
2352
2354
  }
2353
- }, webEndpoint: {
2355
+ },
2356
+ webEndpoint: {
2354
2357
  serializedName: "properties.webEndpoint",
2355
2358
  readOnly: true,
2356
2359
  type: {
2357
2360
  name: "String"
2358
2361
  }
2359
- }, provisioningState: {
2362
+ },
2363
+ provisioningState: {
2360
2364
  serializedName: "properties.provisioningState",
2361
2365
  readOnly: true,
2362
2366
  type: {
2363
2367
  name: "String"
2364
2368
  }
2365
- }, tenantFeatures: {
2369
+ },
2370
+ tenantFeatures: {
2366
2371
  serializedName: "properties.tenantFeatures",
2367
2372
  type: {
2368
2373
  name: "Number"
2369
2374
  }
2370
- }, hubBillingInfo: {
2375
+ },
2376
+ hubBillingInfo: {
2371
2377
  serializedName: "properties.hubBillingInfo",
2372
2378
  type: {
2373
2379
  name: "Composite",
2374
2380
  className: "HubBillingInfoFormat"
2375
2381
  }
2376
- } })
2382
+ }
2383
+ }
2377
2384
  }
2378
2385
  };
2379
2386
  export const EntityTypeDefinition = {
2380
2387
  type: {
2381
2388
  name: "Composite",
2382
2389
  className: "EntityTypeDefinition",
2383
- modelProperties: Object.assign(Object.assign({}, MetadataDefinitionBase.type.modelProperties), { apiEntitySetName: {
2390
+ modelProperties: {
2391
+ ...MetadataDefinitionBase.type.modelProperties,
2392
+ apiEntitySetName: {
2384
2393
  serializedName: "apiEntitySetName",
2385
2394
  type: {
2386
2395
  name: "String"
2387
2396
  }
2388
- }, entityType: {
2397
+ },
2398
+ entityType: {
2389
2399
  serializedName: "entityType",
2390
2400
  type: {
2391
2401
  name: "Enum",
2392
2402
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
2393
2403
  }
2394
- }, fields: {
2404
+ },
2405
+ fields: {
2395
2406
  serializedName: "fields",
2396
2407
  type: {
2397
2408
  name: "Sequence",
@@ -2402,52 +2413,62 @@ export const EntityTypeDefinition = {
2402
2413
  }
2403
2414
  }
2404
2415
  }
2405
- }, instancesCount: {
2416
+ },
2417
+ instancesCount: {
2406
2418
  serializedName: "instancesCount",
2407
2419
  type: {
2408
2420
  name: "Number"
2409
2421
  }
2410
- }, lastChangedUtc: {
2422
+ },
2423
+ lastChangedUtc: {
2411
2424
  serializedName: "lastChangedUtc",
2412
2425
  readOnly: true,
2413
2426
  type: {
2414
2427
  name: "DateTime"
2415
2428
  }
2416
- }, provisioningState: {
2429
+ },
2430
+ provisioningState: {
2417
2431
  serializedName: "provisioningState",
2418
2432
  readOnly: true,
2419
2433
  type: {
2420
2434
  name: "String"
2421
2435
  }
2422
- }, schemaItemTypeLink: {
2436
+ },
2437
+ schemaItemTypeLink: {
2423
2438
  serializedName: "schemaItemTypeLink",
2424
2439
  type: {
2425
2440
  name: "String"
2426
2441
  }
2427
- }, tenantId: {
2442
+ },
2443
+ tenantId: {
2428
2444
  serializedName: "tenantId",
2429
2445
  readOnly: true,
2430
2446
  type: {
2431
2447
  name: "String"
2432
2448
  }
2433
- }, timestampFieldName: {
2449
+ },
2450
+ timestampFieldName: {
2434
2451
  serializedName: "timestampFieldName",
2435
2452
  type: {
2436
2453
  name: "String"
2437
2454
  }
2438
- }, typeName: {
2455
+ },
2456
+ typeName: {
2439
2457
  serializedName: "typeName",
2440
2458
  type: {
2441
2459
  name: "String"
2442
2460
  }
2443
- } })
2461
+ }
2462
+ }
2444
2463
  }
2445
2464
  };
2446
2465
  export const ProfileResourceFormat = {
2447
2466
  type: {
2448
2467
  name: "Composite",
2449
2468
  className: "ProfileResourceFormat",
2450
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { attributes: {
2469
+ modelProperties: {
2470
+ ...ProxyResource.type.modelProperties,
2471
+ attributes: {
2451
2472
  serializedName: "properties.attributes",
2452
2473
  type: {
2453
2474
  name: "Dictionary",
@@ -2455,19 +2476,22 @@ export const ProfileResourceFormat = {
2455
2476
  type: { name: "Sequence", element: { type: { name: "String" } } }
2456
2477
  }
2457
2478
  }
2458
- }, description: {
2479
+ },
2480
+ description: {
2459
2481
  serializedName: "properties.description",
2460
2482
  type: {
2461
2483
  name: "Dictionary",
2462
2484
  value: { type: { name: "String" } }
2463
2485
  }
2464
- }, displayName: {
2486
+ },
2487
+ displayName: {
2465
2488
  serializedName: "properties.displayName",
2466
2489
  type: {
2467
2490
  name: "Dictionary",
2468
2491
  value: { type: { name: "String" } }
2469
2492
  }
2470
- }, localizedAttributes: {
2493
+ },
2494
+ localizedAttributes: {
2471
2495
  serializedName: "properties.localizedAttributes",
2472
2496
  type: {
2473
2497
  name: "Dictionary",
@@ -2475,33 +2499,39 @@ export const ProfileResourceFormat = {
2475
2499
  type: { name: "Dictionary", value: { type: { name: "String" } } }
2476
2500
  }
2477
2501
  }
2478
- }, smallImage: {
2502
+ },
2503
+ smallImage: {
2479
2504
  serializedName: "properties.smallImage",
2480
2505
  type: {
2481
2506
  name: "String"
2482
2507
  }
2483
- }, mediumImage: {
2508
+ },
2509
+ mediumImage: {
2484
2510
  serializedName: "properties.mediumImage",
2485
2511
  type: {
2486
2512
  name: "String"
2487
2513
  }
2488
- }, largeImage: {
2514
+ },
2515
+ largeImage: {
2489
2516
  serializedName: "properties.largeImage",
2490
2517
  type: {
2491
2518
  name: "String"
2492
2519
  }
2493
- }, apiEntitySetName: {
2520
+ },
2521
+ apiEntitySetName: {
2494
2522
  serializedName: "properties.apiEntitySetName",
2495
2523
  type: {
2496
2524
  name: "String"
2497
2525
  }
2498
- }, entityType: {
2526
+ },
2527
+ entityType: {
2499
2528
  serializedName: "properties.entityType",
2500
2529
  type: {
2501
2530
  name: "Enum",
2502
2531
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
2503
2532
  }
2504
- }, fields: {
2533
+ },
2534
+ fields: {
2505
2535
  serializedName: "properties.fields",
2506
2536
  type: {
2507
2537
  name: "Sequence",
@@ -2512,45 +2542,53 @@ export const ProfileResourceFormat = {
2512
2542
  }
2513
2543
  }
2514
2544
  }
2515
- }, instancesCount: {
2545
+ },
2546
+ instancesCount: {
2516
2547
  serializedName: "properties.instancesCount",
2517
2548
  type: {
2518
2549
  name: "Number"
2519
2550
  }
2520
- }, lastChangedUtc: {
2551
+ },
2552
+ lastChangedUtc: {
2521
2553
  serializedName: "properties.lastChangedUtc",
2522
2554
  readOnly: true,
2523
2555
  type: {
2524
2556
  name: "DateTime"
2525
2557
  }
2526
- }, provisioningState: {
2558
+ },
2559
+ provisioningState: {
2527
2560
  serializedName: "properties.provisioningState",
2528
2561
  readOnly: true,
2529
2562
  type: {
2530
2563
  name: "String"
2531
2564
  }
2532
- }, schemaItemTypeLink: {
2565
+ },
2566
+ schemaItemTypeLink: {
2533
2567
  serializedName: "properties.schemaItemTypeLink",
2534
2568
  type: {
2535
2569
  name: "String"
2536
2570
  }
2537
- }, tenantId: {
2571
+ },
2572
+ tenantId: {
2538
2573
  serializedName: "properties.tenantId",
2539
2574
  readOnly: true,
2540
2575
  type: {
2541
2576
  name: "String"
2542
2577
  }
2543
- }, timestampFieldName: {
2578
+ },
2579
+ timestampFieldName: {
2544
2580
  serializedName: "properties.timestampFieldName",
2545
2581
  type: {
2546
2582
  name: "String"
2547
2583
  }
2548
- }, typeName: {
2584
+ },
2585
+ typeName: {
2549
2586
  serializedName: "properties.typeName",
2550
2587
  type: {
2551
2588
  name: "String"
2552
2589
  }
2553
- }, strongIds: {
2590
+ },
2591
+ strongIds: {
2554
2592
  serializedName: "properties.strongIds",
2555
2593
  type: {
2556
2594
  name: "Sequence",
@@ -2561,14 +2599,17 @@ export const ProfileResourceFormat = {
2561
2599
  }
2562
2600
  }
2563
2601
  }
2564
- } })
2602
+ }
2603
+ }
2565
2604
  }
2566
2605
  };
2567
2606
  export const InteractionResourceFormat = {
2568
2607
  type: {
2569
2608
  name: "Composite",
2570
2609
  className: "InteractionResourceFormat",
2571
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { attributes: {
2610
+ modelProperties: {
2611
+ ...ProxyResource.type.modelProperties,
2612
+ attributes: {
2572
2613
  serializedName: "properties.attributes",
2573
2614
  type: {
2574
2615
  name: "Dictionary",
@@ -2576,19 +2617,22 @@ export const InteractionResourceFormat = {
2576
2617
  type: { name: "Sequence", element: { type: { name: "String" } } }
2577
2618
  }
2578
2619
  }
2579
- }, description: {
2620
+ },
2621
+ description: {
2580
2622
  serializedName: "properties.description",
2581
2623
  type: {
2582
2624
  name: "Dictionary",
2583
2625
  value: { type: { name: "String" } }
2584
2626
  }
2585
- }, displayName: {
2627
+ },
2628
+ displayName: {
2586
2629
  serializedName: "properties.displayName",
2587
2630
  type: {
2588
2631
  name: "Dictionary",
2589
2632
  value: { type: { name: "String" } }
2590
2633
  }
2591
- }, localizedAttributes: {
2634
+ },
2635
+ localizedAttributes: {
2592
2636
  serializedName: "properties.localizedAttributes",
2593
2637
  type: {
2594
2638
  name: "Dictionary",
@@ -2596,33 +2640,39 @@ export const InteractionResourceFormat = {
2596
2640
  type: { name: "Dictionary", value: { type: { name: "String" } } }
2597
2641
  }
2598
2642
  }
2599
- }, smallImage: {
2643
+ },
2644
+ smallImage: {
2600
2645
  serializedName: "properties.smallImage",
2601
2646
  type: {
2602
2647
  name: "String"
2603
2648
  }
2604
- }, mediumImage: {
2649
+ },
2650
+ mediumImage: {
2605
2651
  serializedName: "properties.mediumImage",
2606
2652
  type: {
2607
2653
  name: "String"
2608
2654
  }
2609
- }, largeImage: {
2655
+ },
2656
+ largeImage: {
2610
2657
  serializedName: "properties.largeImage",
2611
2658
  type: {
2612
2659
  name: "String"
2613
2660
  }
2614
- }, apiEntitySetName: {
2661
+ },
2662
+ apiEntitySetName: {
2615
2663
  serializedName: "properties.apiEntitySetName",
2616
2664
  type: {
2617
2665
  name: "String"
2618
2666
  }
2619
- }, entityType: {
2667
+ },
2668
+ entityType: {
2620
2669
  serializedName: "properties.entityType",
2621
2670
  type: {
2622
2671
  name: "Enum",
2623
2672
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
2624
2673
  }
2625
- }, fields: {
2674
+ },
2675
+ fields: {
2626
2676
  serializedName: "properties.fields",
2627
2677
  type: {
2628
2678
  name: "Sequence",
@@ -2633,45 +2683,53 @@ export const InteractionResourceFormat = {
2633
2683
  }
2634
2684
  }
2635
2685
  }
2636
- }, instancesCount: {
2686
+ },
2687
+ instancesCount: {
2637
2688
  serializedName: "properties.instancesCount",
2638
2689
  type: {
2639
2690
  name: "Number"
2640
2691
  }
2641
- }, lastChangedUtc: {
2692
+ },
2693
+ lastChangedUtc: {
2642
2694
  serializedName: "properties.lastChangedUtc",
2643
2695
  readOnly: true,
2644
2696
  type: {
2645
2697
  name: "DateTime"
2646
2698
  }
2647
- }, provisioningState: {
2699
+ },
2700
+ provisioningState: {
2648
2701
  serializedName: "properties.provisioningState",
2649
2702
  readOnly: true,
2650
2703
  type: {
2651
2704
  name: "String"
2652
2705
  }
2653
- }, schemaItemTypeLink: {
2706
+ },
2707
+ schemaItemTypeLink: {
2654
2708
  serializedName: "properties.schemaItemTypeLink",
2655
2709
  type: {
2656
2710
  name: "String"
2657
2711
  }
2658
- }, tenantId: {
2712
+ },
2713
+ tenantId: {
2659
2714
  serializedName: "properties.tenantId",
2660
2715
  readOnly: true,
2661
2716
  type: {
2662
2717
  name: "String"
2663
2718
  }
2664
- }, timestampFieldName: {
2719
+ },
2720
+ timestampFieldName: {
2665
2721
  serializedName: "properties.timestampFieldName",
2666
2722
  type: {
2667
2723
  name: "String"
2668
2724
  }
2669
- }, typeName: {
2725
+ },
2726
+ typeName: {
2670
2727
  serializedName: "properties.typeName",
2671
2728
  type: {
2672
2729
  name: "String"
2673
2730
  }
2674
- }, idPropertyNames: {
2731
+ },
2732
+ idPropertyNames: {
2675
2733
  serializedName: "properties.idPropertyNames",
2676
2734
  type: {
2677
2735
  name: "Sequence",
@@ -2681,7 +2739,8 @@ export const InteractionResourceFormat = {
2681
2739
  }
2682
2740
  }
2683
2741
  }
2684
- }, participantProfiles: {
2742
+ },
2743
+ participantProfiles: {
2685
2744
  serializedName: "properties.participantProfiles",
2686
2745
  type: {
2687
2746
  name: "Sequence",
@@ -2692,12 +2751,14 @@ export const InteractionResourceFormat = {
2692
2751
  }
2693
2752
  }
2694
2753
  }
2695
- }, primaryParticipantProfilePropertyName: {
2754
+ },
2755
+ primaryParticipantProfilePropertyName: {
2696
2756
  serializedName: "properties.primaryParticipantProfilePropertyName",
2697
2757
  type: {
2698
2758
  name: "String"
2699
2759
  }
2700
- }, dataSourcePrecedenceRules: {
2760
+ },
2761
+ dataSourcePrecedenceRules: {
2701
2762
  serializedName: "properties.dataSourcePrecedenceRules",
2702
2763
  readOnly: true,
2703
2764
  type: {
@@ -2709,72 +2770,85 @@ export const InteractionResourceFormat = {
2709
2770
  }
2710
2771
  }
2711
2772
  }
2712
- }, isActivity: {
2773
+ },
2774
+ isActivity: {
2713
2775
  serializedName: "properties.isActivity",
2714
2776
  type: {
2715
2777
  name: "Boolean"
2716
2778
  }
2717
- }, namePropertiesDefaultDataSourceName: {
2779
+ },
2780
+ namePropertiesDefaultDataSourceName: {
2718
2781
  serializedName: "properties.defaultDataSource.name",
2719
2782
  readOnly: true,
2720
2783
  type: {
2721
2784
  name: "String"
2722
2785
  }
2723
- }, dataSourceType: {
2786
+ },
2787
+ dataSourceType: {
2724
2788
  serializedName: "properties.defaultDataSource.dataSourceType",
2725
2789
  readOnly: true,
2726
2790
  type: {
2727
2791
  name: "String"
2728
2792
  }
2729
- }, status: {
2793
+ },
2794
+ status: {
2730
2795
  serializedName: "properties.defaultDataSource.status",
2731
2796
  readOnly: true,
2732
2797
  type: {
2733
2798
  name: "String"
2734
2799
  }
2735
- }, idPropertiesDefaultDataSourceId: {
2800
+ },
2801
+ idPropertiesDefaultDataSourceId: {
2736
2802
  serializedName: "properties.defaultDataSource.id",
2737
2803
  readOnly: true,
2738
2804
  type: {
2739
2805
  name: "Number"
2740
2806
  }
2741
- }, dataSourceReferenceId: {
2807
+ },
2808
+ dataSourceReferenceId: {
2742
2809
  serializedName: "properties.defaultDataSource.dataSourceReferenceId",
2743
2810
  readOnly: true,
2744
2811
  type: {
2745
2812
  name: "String"
2746
2813
  }
2747
- } })
2814
+ }
2815
+ }
2748
2816
  }
2749
2817
  };
2750
2818
  export const RelationshipResourceFormat = {
2751
2819
  type: {
2752
2820
  name: "Composite",
2753
2821
  className: "RelationshipResourceFormat",
2754
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { cardinality: {
2822
+ modelProperties: {
2823
+ ...ProxyResource.type.modelProperties,
2824
+ cardinality: {
2755
2825
  serializedName: "properties.cardinality",
2756
2826
  type: {
2757
2827
  name: "Enum",
2758
2828
  allowedValues: ["OneToOne", "OneToMany", "ManyToMany"]
2759
2829
  }
2760
- }, displayName: {
2830
+ },
2831
+ displayName: {
2761
2832
  serializedName: "properties.displayName",
2762
2833
  type: {
2763
2834
  name: "Dictionary",
2764
2835
  value: { type: { name: "String" } }
2765
2836
  }
2766
- }, description: {
2837
+ },
2838
+ description: {
2767
2839
  serializedName: "properties.description",
2768
2840
  type: {
2769
2841
  name: "Dictionary",
2770
2842
  value: { type: { name: "String" } }
2771
2843
  }
2772
- }, expiryDateTimeUtc: {
2844
+ },
2845
+ expiryDateTimeUtc: {
2773
2846
  serializedName: "properties.expiryDateTimeUtc",
2774
2847
  type: {
2775
2848
  name: "DateTime"
2776
2849
  }
2777
- }, fields: {
2850
+ },
2851
+ fields: {
2778
2852
  serializedName: "properties.fields",
2779
2853
  type: {
2780
2854
  name: "Sequence",
@@ -2785,7 +2859,8 @@ export const RelationshipResourceFormat = {
2785
2859
  }
2786
2860
  }
2787
2861
  }
2788
- }, lookupMappings: {
2862
+ },
2863
+ lookupMappings: {
2789
2864
  serializedName: "properties.lookupMappings",
2790
2865
  type: {
2791
2866
  name: "Sequence",
@@ -2796,71 +2871,84 @@ export const RelationshipResourceFormat = {
2796
2871
  }
2797
2872
  }
2798
2873
  }
2799
- }, profileType: {
2874
+ },
2875
+ profileType: {
2800
2876
  serializedName: "properties.profileType",
2801
2877
  type: {
2802
2878
  name: "String"
2803
2879
  }
2804
- }, provisioningState: {
2880
+ },
2881
+ provisioningState: {
2805
2882
  serializedName: "properties.provisioningState",
2806
2883
  readOnly: true,
2807
2884
  type: {
2808
2885
  name: "String"
2809
2886
  }
2810
- }, relationshipName: {
2887
+ },
2888
+ relationshipName: {
2811
2889
  serializedName: "properties.relationshipName",
2812
2890
  readOnly: true,
2813
2891
  type: {
2814
2892
  name: "String"
2815
2893
  }
2816
- }, relatedProfileType: {
2894
+ },
2895
+ relatedProfileType: {
2817
2896
  serializedName: "properties.relatedProfileType",
2818
2897
  type: {
2819
2898
  name: "String"
2820
2899
  }
2821
- }, relationshipGuidId: {
2900
+ },
2901
+ relationshipGuidId: {
2822
2902
  serializedName: "properties.relationshipGuidId",
2823
2903
  readOnly: true,
2824
2904
  type: {
2825
2905
  name: "String"
2826
2906
  }
2827
- }, tenantId: {
2907
+ },
2908
+ tenantId: {
2828
2909
  serializedName: "properties.tenantId",
2829
2910
  readOnly: true,
2830
2911
  type: {
2831
2912
  name: "String"
2832
2913
  }
2833
- } })
2914
+ }
2915
+ }
2834
2916
  }
2835
2917
  };
2836
2918
  export const RelationshipLinkResourceFormat = {
2837
2919
  type: {
2838
2920
  name: "Composite",
2839
2921
  className: "RelationshipLinkResourceFormat",
2840
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { displayName: {
2922
+ modelProperties: {
2923
+ ...ProxyResource.type.modelProperties,
2924
+ displayName: {
2841
2925
  serializedName: "properties.displayName",
2842
2926
  type: {
2843
2927
  name: "Dictionary",
2844
2928
  value: { type: { name: "String" } }
2845
2929
  }
2846
- }, description: {
2930
+ },
2931
+ description: {
2847
2932
  serializedName: "properties.description",
2848
2933
  type: {
2849
2934
  name: "Dictionary",
2850
2935
  value: { type: { name: "String" } }
2851
2936
  }
2852
- }, interactionType: {
2937
+ },
2938
+ interactionType: {
2853
2939
  serializedName: "properties.interactionType",
2854
2940
  type: {
2855
2941
  name: "String"
2856
2942
  }
2857
- }, linkName: {
2943
+ },
2944
+ linkName: {
2858
2945
  serializedName: "properties.linkName",
2859
2946
  readOnly: true,
2860
2947
  type: {
2861
2948
  name: "String"
2862
2949
  }
2863
- }, mappings: {
2950
+ },
2951
+ mappings: {
2864
2952
  serializedName: "properties.mappings",
2865
2953
  type: {
2866
2954
  name: "Sequence",
@@ -2871,7 +2959,8 @@ export const RelationshipLinkResourceFormat = {
2871
2959
  }
2872
2960
  }
2873
2961
  }
2874
- }, profilePropertyReferences: {
2962
+ },
2963
+ profilePropertyReferences: {
2875
2964
  serializedName: "properties.profilePropertyReferences",
2876
2965
  type: {
2877
2966
  name: "Sequence",
@@ -2882,13 +2971,15 @@ export const RelationshipLinkResourceFormat = {
2882
2971
  }
2883
2972
  }
2884
2973
  }
2885
- }, provisioningState: {
2974
+ },
2975
+ provisioningState: {
2886
2976
  serializedName: "properties.provisioningState",
2887
2977
  readOnly: true,
2888
2978
  type: {
2889
2979
  name: "String"
2890
2980
  }
2891
- }, relatedProfilePropertyReferences: {
2981
+ },
2982
+ relatedProfilePropertyReferences: {
2892
2983
  serializedName: "properties.relatedProfilePropertyReferences",
2893
2984
  type: {
2894
2985
  name: "Sequence",
@@ -2899,37 +2990,44 @@ export const RelationshipLinkResourceFormat = {
2899
2990
  }
2900
2991
  }
2901
2992
  }
2902
- }, relationshipName: {
2993
+ },
2994
+ relationshipName: {
2903
2995
  serializedName: "properties.relationshipName",
2904
2996
  type: {
2905
2997
  name: "String"
2906
2998
  }
2907
- }, relationshipGuidId: {
2999
+ },
3000
+ relationshipGuidId: {
2908
3001
  serializedName: "properties.relationshipGuidId",
2909
3002
  readOnly: true,
2910
3003
  type: {
2911
3004
  name: "String"
2912
3005
  }
2913
- }, tenantId: {
3006
+ },
3007
+ tenantId: {
2914
3008
  serializedName: "properties.tenantId",
2915
3009
  readOnly: true,
2916
3010
  type: {
2917
3011
  name: "String"
2918
3012
  }
2919
- } })
3013
+ }
3014
+ }
2920
3015
  }
2921
3016
  };
2922
3017
  export const AuthorizationPolicyResourceFormat = {
2923
3018
  type: {
2924
3019
  name: "Composite",
2925
3020
  className: "AuthorizationPolicyResourceFormat",
2926
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { policyName: {
3021
+ modelProperties: {
3022
+ ...ProxyResource.type.modelProperties,
3023
+ policyName: {
2927
3024
  serializedName: "properties.policyName",
2928
3025
  readOnly: true,
2929
3026
  type: {
2930
3027
  name: "String"
2931
3028
  }
2932
- }, permissions: {
3029
+ },
3030
+ permissions: {
2933
3031
  constraints: {
2934
3032
  UniqueItems: true
2935
3033
  },
@@ -2943,50 +3041,60 @@ export const AuthorizationPolicyResourceFormat = {
2943
3041
  }
2944
3042
  }
2945
3043
  }
2946
- }, primaryKey: {
3044
+ },
3045
+ primaryKey: {
2947
3046
  serializedName: "properties.primaryKey",
2948
3047
  type: {
2949
3048
  name: "String"
2950
3049
  }
2951
- }, secondaryKey: {
3050
+ },
3051
+ secondaryKey: {
2952
3052
  serializedName: "properties.secondaryKey",
2953
3053
  type: {
2954
3054
  name: "String"
2955
3055
  }
2956
- } })
3056
+ }
3057
+ }
2957
3058
  }
2958
3059
  };
2959
3060
  export const ConnectorResourceFormat = {
2960
3061
  type: {
2961
3062
  name: "Composite",
2962
3063
  className: "ConnectorResourceFormat",
2963
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { connectorId: {
3064
+ modelProperties: {
3065
+ ...ProxyResource.type.modelProperties,
3066
+ connectorId: {
2964
3067
  serializedName: "properties.connectorId",
2965
3068
  readOnly: true,
2966
3069
  type: {
2967
3070
  name: "Number"
2968
3071
  }
2969
- }, connectorName: {
3072
+ },
3073
+ connectorName: {
2970
3074
  serializedName: "properties.connectorName",
2971
3075
  type: {
2972
3076
  name: "String"
2973
3077
  }
2974
- }, connectorType: {
3078
+ },
3079
+ connectorType: {
2975
3080
  serializedName: "properties.connectorType",
2976
3081
  type: {
2977
3082
  name: "String"
2978
3083
  }
2979
- }, displayName: {
3084
+ },
3085
+ displayName: {
2980
3086
  serializedName: "properties.displayName",
2981
3087
  type: {
2982
3088
  name: "String"
2983
3089
  }
2984
- }, description: {
3090
+ },
3091
+ description: {
2985
3092
  serializedName: "properties.description",
2986
3093
  type: {
2987
3094
  name: "String"
2988
3095
  }
2989
- }, connectorProperties: {
3096
+ },
3097
+ connectorProperties: {
2990
3098
  serializedName: "properties.connectorProperties",
2991
3099
  type: {
2992
3100
  name: "Dictionary",
@@ -2994,19 +3102,22 @@ export const ConnectorResourceFormat = {
2994
3102
  type: { name: "Dictionary", value: { type: { name: "any" } } }
2995
3103
  }
2996
3104
  }
2997
- }, created: {
3105
+ },
3106
+ created: {
2998
3107
  serializedName: "properties.created",
2999
3108
  readOnly: true,
3000
3109
  type: {
3001
3110
  name: "DateTime"
3002
3111
  }
3003
- }, lastModified: {
3112
+ },
3113
+ lastModified: {
3004
3114
  serializedName: "properties.lastModified",
3005
3115
  readOnly: true,
3006
3116
  type: {
3007
3117
  name: "DateTime"
3008
3118
  }
3009
- }, state: {
3119
+ },
3120
+ state: {
3010
3121
  serializedName: "properties.state",
3011
3122
  readOnly: true,
3012
3123
  type: {
@@ -3020,99 +3131,117 @@ export const ConnectorResourceFormat = {
3020
3131
  "Failed"
3021
3132
  ]
3022
3133
  }
3023
- }, tenantId: {
3134
+ },
3135
+ tenantId: {
3024
3136
  serializedName: "properties.tenantId",
3025
3137
  readOnly: true,
3026
3138
  type: {
3027
3139
  name: "String"
3028
3140
  }
3029
- }, isInternal: {
3141
+ },
3142
+ isInternal: {
3030
3143
  serializedName: "properties.isInternal",
3031
3144
  type: {
3032
3145
  name: "Boolean"
3033
3146
  }
3034
- } })
3147
+ }
3148
+ }
3035
3149
  }
3036
3150
  };
3037
3151
  export const ConnectorMappingResourceFormat = {
3038
3152
  type: {
3039
3153
  name: "Composite",
3040
3154
  className: "ConnectorMappingResourceFormat",
3041
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { connectorName: {
3155
+ modelProperties: {
3156
+ ...ProxyResource.type.modelProperties,
3157
+ connectorName: {
3042
3158
  serializedName: "properties.connectorName",
3043
3159
  readOnly: true,
3044
3160
  type: {
3045
3161
  name: "String"
3046
3162
  }
3047
- }, connectorType: {
3163
+ },
3164
+ connectorType: {
3048
3165
  serializedName: "properties.connectorType",
3049
3166
  type: {
3050
3167
  name: "String"
3051
3168
  }
3052
- }, created: {
3169
+ },
3170
+ created: {
3053
3171
  serializedName: "properties.created",
3054
3172
  readOnly: true,
3055
3173
  type: {
3056
3174
  name: "DateTime"
3057
3175
  }
3058
- }, lastModified: {
3176
+ },
3177
+ lastModified: {
3059
3178
  serializedName: "properties.lastModified",
3060
3179
  readOnly: true,
3061
3180
  type: {
3062
3181
  name: "DateTime"
3063
3182
  }
3064
- }, entityType: {
3183
+ },
3184
+ entityType: {
3065
3185
  serializedName: "properties.entityType",
3066
3186
  type: {
3067
3187
  name: "Enum",
3068
3188
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
3069
3189
  }
3070
- }, entityTypeName: {
3190
+ },
3191
+ entityTypeName: {
3071
3192
  serializedName: "properties.entityTypeName",
3072
3193
  type: {
3073
3194
  name: "String"
3074
3195
  }
3075
- }, connectorMappingName: {
3196
+ },
3197
+ connectorMappingName: {
3076
3198
  serializedName: "properties.connectorMappingName",
3077
3199
  readOnly: true,
3078
3200
  type: {
3079
3201
  name: "String"
3080
3202
  }
3081
- }, displayName: {
3203
+ },
3204
+ displayName: {
3082
3205
  serializedName: "properties.displayName",
3083
3206
  type: {
3084
3207
  name: "String"
3085
3208
  }
3086
- }, description: {
3209
+ },
3210
+ description: {
3087
3211
  serializedName: "properties.description",
3088
3212
  type: {
3089
3213
  name: "String"
3090
3214
  }
3091
- }, dataFormatId: {
3215
+ },
3216
+ dataFormatId: {
3092
3217
  serializedName: "properties.dataFormatId",
3093
3218
  readOnly: true,
3094
3219
  type: {
3095
3220
  name: "String"
3096
3221
  }
3097
- }, mappingProperties: {
3222
+ },
3223
+ mappingProperties: {
3098
3224
  serializedName: "properties.mappingProperties",
3099
3225
  type: {
3100
3226
  name: "Composite",
3101
3227
  className: "ConnectorMappingProperties"
3102
3228
  }
3103
- }, nextRunTime: {
3229
+ },
3230
+ nextRunTime: {
3104
3231
  serializedName: "properties.nextRunTime",
3105
3232
  readOnly: true,
3106
3233
  type: {
3107
3234
  name: "DateTime"
3108
3235
  }
3109
- }, runId: {
3236
+ },
3237
+ runId: {
3110
3238
  serializedName: "properties.runId",
3111
3239
  readOnly: true,
3112
3240
  type: {
3113
3241
  name: "String"
3114
3242
  }
3115
- }, state: {
3243
+ },
3244
+ state: {
3116
3245
  serializedName: "properties.state",
3117
3246
  readOnly: true,
3118
3247
  type: {
@@ -3127,66 +3256,78 @@ export const ConnectorMappingResourceFormat = {
3127
3256
  "Expiring"
3128
3257
  ]
3129
3258
  }
3130
- }, tenantId: {
3259
+ },
3260
+ tenantId: {
3131
3261
  serializedName: "properties.tenantId",
3132
3262
  readOnly: true,
3133
3263
  type: {
3134
3264
  name: "String"
3135
3265
  }
3136
- } })
3266
+ }
3267
+ }
3137
3268
  }
3138
3269
  };
3139
3270
  export const KpiResourceFormat = {
3140
3271
  type: {
3141
3272
  name: "Composite",
3142
3273
  className: "KpiResourceFormat",
3143
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { entityType: {
3274
+ modelProperties: {
3275
+ ...ProxyResource.type.modelProperties,
3276
+ entityType: {
3144
3277
  serializedName: "properties.entityType",
3145
3278
  type: {
3146
3279
  name: "Enum",
3147
3280
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
3148
3281
  }
3149
- }, entityTypeName: {
3282
+ },
3283
+ entityTypeName: {
3150
3284
  serializedName: "properties.entityTypeName",
3151
3285
  type: {
3152
3286
  name: "String"
3153
3287
  }
3154
- }, tenantId: {
3288
+ },
3289
+ tenantId: {
3155
3290
  serializedName: "properties.tenantId",
3156
3291
  readOnly: true,
3157
3292
  type: {
3158
3293
  name: "String"
3159
3294
  }
3160
- }, kpiName: {
3295
+ },
3296
+ kpiName: {
3161
3297
  serializedName: "properties.kpiName",
3162
3298
  readOnly: true,
3163
3299
  type: {
3164
3300
  name: "String"
3165
3301
  }
3166
- }, displayName: {
3302
+ },
3303
+ displayName: {
3167
3304
  serializedName: "properties.displayName",
3168
3305
  type: {
3169
3306
  name: "Dictionary",
3170
3307
  value: { type: { name: "String" } }
3171
3308
  }
3172
- }, description: {
3309
+ },
3310
+ description: {
3173
3311
  serializedName: "properties.description",
3174
3312
  type: {
3175
3313
  name: "Dictionary",
3176
3314
  value: { type: { name: "String" } }
3177
3315
  }
3178
- }, calculationWindow: {
3316
+ },
3317
+ calculationWindow: {
3179
3318
  serializedName: "properties.calculationWindow",
3180
3319
  type: {
3181
3320
  name: "Enum",
3182
3321
  allowedValues: ["Lifetime", "Hour", "Day", "Week", "Month"]
3183
3322
  }
3184
- }, calculationWindowFieldName: {
3323
+ },
3324
+ calculationWindowFieldName: {
3185
3325
  serializedName: "properties.calculationWindowFieldName",
3186
3326
  type: {
3187
3327
  name: "String"
3188
3328
  }
3189
- }, function: {
3329
+ },
3330
+ function: {
3190
3331
  serializedName: "properties.function",
3191
3332
  type: {
3192
3333
  name: "Enum",
@@ -3201,22 +3342,26 @@ export const KpiResourceFormat = {
3201
3342
  "CountDistinct"
3202
3343
  ]
3203
3344
  }
3204
- }, expression: {
3345
+ },
3346
+ expression: {
3205
3347
  serializedName: "properties.expression",
3206
3348
  type: {
3207
3349
  name: "String"
3208
3350
  }
3209
- }, unit: {
3351
+ },
3352
+ unit: {
3210
3353
  serializedName: "properties.unit",
3211
3354
  type: {
3212
3355
  name: "String"
3213
3356
  }
3214
- }, filter: {
3357
+ },
3358
+ filter: {
3215
3359
  serializedName: "properties.filter",
3216
3360
  type: {
3217
3361
  name: "String"
3218
3362
  }
3219
- }, groupBy: {
3363
+ },
3364
+ groupBy: {
3220
3365
  serializedName: "properties.groupBy",
3221
3366
  type: {
3222
3367
  name: "Sequence",
@@ -3226,7 +3371,8 @@ export const KpiResourceFormat = {
3226
3371
  }
3227
3372
  }
3228
3373
  }
3229
- }, groupByMetadata: {
3374
+ },
3375
+ groupByMetadata: {
3230
3376
  serializedName: "properties.groupByMetadata",
3231
3377
  readOnly: true,
3232
3378
  type: {
@@ -3238,7 +3384,8 @@ export const KpiResourceFormat = {
3238
3384
  }
3239
3385
  }
3240
3386
  }
3241
- }, participantProfilesMetadata: {
3387
+ },
3388
+ participantProfilesMetadata: {
3242
3389
  serializedName: "properties.participantProfilesMetadata",
3243
3390
  readOnly: true,
3244
3391
  type: {
@@ -3250,19 +3397,22 @@ export const KpiResourceFormat = {
3250
3397
  }
3251
3398
  }
3252
3399
  }
3253
- }, provisioningState: {
3400
+ },
3401
+ provisioningState: {
3254
3402
  serializedName: "properties.provisioningState",
3255
3403
  readOnly: true,
3256
3404
  type: {
3257
3405
  name: "String"
3258
3406
  }
3259
- }, thresHolds: {
3407
+ },
3408
+ thresHolds: {
3260
3409
  serializedName: "properties.thresHolds",
3261
3410
  type: {
3262
3411
  name: "Composite",
3263
3412
  className: "KpiThresholds"
3264
3413
  }
3265
- }, aliases: {
3414
+ },
3415
+ aliases: {
3266
3416
  serializedName: "properties.aliases",
3267
3417
  type: {
3268
3418
  name: "Sequence",
@@ -3273,7 +3423,8 @@ export const KpiResourceFormat = {
3273
3423
  }
3274
3424
  }
3275
3425
  }
3276
- }, extracts: {
3426
+ },
3427
+ extracts: {
3277
3428
  serializedName: "properties.extracts",
3278
3429
  type: {
3279
3430
  name: "Sequence",
@@ -3284,164 +3435,195 @@ export const KpiResourceFormat = {
3284
3435
  }
3285
3436
  }
3286
3437
  }
3287
- } })
3438
+ }
3439
+ }
3288
3440
  }
3289
3441
  };
3290
3442
  export const WidgetTypeResourceFormat = {
3291
3443
  type: {
3292
3444
  name: "Composite",
3293
3445
  className: "WidgetTypeResourceFormat",
3294
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { widgetTypeName: {
3446
+ modelProperties: {
3447
+ ...ProxyResource.type.modelProperties,
3448
+ widgetTypeName: {
3295
3449
  serializedName: "properties.widgetTypeName",
3296
3450
  readOnly: true,
3297
3451
  type: {
3298
3452
  name: "String"
3299
3453
  }
3300
- }, definition: {
3454
+ },
3455
+ definition: {
3301
3456
  serializedName: "properties.definition",
3302
3457
  type: {
3303
3458
  name: "String"
3304
3459
  }
3305
- }, description: {
3460
+ },
3461
+ description: {
3306
3462
  serializedName: "properties.description",
3307
3463
  type: {
3308
3464
  name: "String"
3309
3465
  }
3310
- }, displayName: {
3466
+ },
3467
+ displayName: {
3311
3468
  serializedName: "properties.displayName",
3312
3469
  type: {
3313
3470
  name: "Dictionary",
3314
3471
  value: { type: { name: "String" } }
3315
3472
  }
3316
- }, imageUrl: {
3473
+ },
3474
+ imageUrl: {
3317
3475
  serializedName: "properties.imageUrl",
3318
3476
  type: {
3319
3477
  name: "String"
3320
3478
  }
3321
- }, tenantId: {
3479
+ },
3480
+ tenantId: {
3322
3481
  serializedName: "properties.tenantId",
3323
3482
  readOnly: true,
3324
3483
  type: {
3325
3484
  name: "String"
3326
3485
  }
3327
- }, widgetVersion: {
3486
+ },
3487
+ widgetVersion: {
3328
3488
  serializedName: "properties.widgetVersion",
3329
3489
  type: {
3330
3490
  name: "String"
3331
3491
  }
3332
- }, changed: {
3492
+ },
3493
+ changed: {
3333
3494
  serializedName: "properties.changed",
3334
3495
  readOnly: true,
3335
3496
  type: {
3336
3497
  name: "DateTime"
3337
3498
  }
3338
- }, created: {
3499
+ },
3500
+ created: {
3339
3501
  serializedName: "properties.created",
3340
3502
  readOnly: true,
3341
3503
  type: {
3342
3504
  name: "DateTime"
3343
3505
  }
3344
- } })
3506
+ }
3507
+ }
3345
3508
  }
3346
3509
  };
3347
3510
  export const ViewResourceFormat = {
3348
3511
  type: {
3349
3512
  name: "Composite",
3350
3513
  className: "ViewResourceFormat",
3351
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { viewName: {
3514
+ modelProperties: {
3515
+ ...ProxyResource.type.modelProperties,
3516
+ viewName: {
3352
3517
  serializedName: "properties.viewName",
3353
3518
  readOnly: true,
3354
3519
  type: {
3355
3520
  name: "String"
3356
3521
  }
3357
- }, userId: {
3522
+ },
3523
+ userId: {
3358
3524
  serializedName: "properties.userId",
3359
3525
  type: {
3360
3526
  name: "String"
3361
3527
  }
3362
- }, tenantId: {
3528
+ },
3529
+ tenantId: {
3363
3530
  serializedName: "properties.tenantId",
3364
3531
  readOnly: true,
3365
3532
  type: {
3366
3533
  name: "String"
3367
3534
  }
3368
- }, displayName: {
3535
+ },
3536
+ displayName: {
3369
3537
  serializedName: "properties.displayName",
3370
3538
  type: {
3371
3539
  name: "Dictionary",
3372
3540
  value: { type: { name: "String" } }
3373
3541
  }
3374
- }, definition: {
3542
+ },
3543
+ definition: {
3375
3544
  serializedName: "properties.definition",
3376
3545
  type: {
3377
3546
  name: "String"
3378
3547
  }
3379
- }, changed: {
3548
+ },
3549
+ changed: {
3380
3550
  serializedName: "properties.changed",
3381
3551
  readOnly: true,
3382
3552
  type: {
3383
3553
  name: "DateTime"
3384
3554
  }
3385
- }, created: {
3555
+ },
3556
+ created: {
3386
3557
  serializedName: "properties.created",
3387
3558
  readOnly: true,
3388
3559
  type: {
3389
3560
  name: "DateTime"
3390
3561
  }
3391
- } })
3562
+ }
3563
+ }
3392
3564
  }
3393
3565
  };
3394
3566
  export const LinkResourceFormat = {
3395
3567
  type: {
3396
3568
  name: "Composite",
3397
3569
  className: "LinkResourceFormat",
3398
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { tenantId: {
3570
+ modelProperties: {
3571
+ ...ProxyResource.type.modelProperties,
3572
+ tenantId: {
3399
3573
  serializedName: "properties.tenantId",
3400
3574
  readOnly: true,
3401
3575
  type: {
3402
3576
  name: "String"
3403
3577
  }
3404
- }, linkName: {
3578
+ },
3579
+ linkName: {
3405
3580
  serializedName: "properties.linkName",
3406
3581
  readOnly: true,
3407
3582
  type: {
3408
3583
  name: "String"
3409
3584
  }
3410
- }, sourceEntityType: {
3585
+ },
3586
+ sourceEntityType: {
3411
3587
  serializedName: "properties.sourceEntityType",
3412
3588
  type: {
3413
3589
  name: "Enum",
3414
3590
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
3415
3591
  }
3416
- }, targetEntityType: {
3592
+ },
3593
+ targetEntityType: {
3417
3594
  serializedName: "properties.targetEntityType",
3418
3595
  type: {
3419
3596
  name: "Enum",
3420
3597
  allowedValues: ["None", "Profile", "Interaction", "Relationship"]
3421
3598
  }
3422
- }, sourceEntityTypeName: {
3599
+ },
3600
+ sourceEntityTypeName: {
3423
3601
  serializedName: "properties.sourceEntityTypeName",
3424
3602
  type: {
3425
3603
  name: "String"
3426
3604
  }
3427
- }, targetEntityTypeName: {
3605
+ },
3606
+ targetEntityTypeName: {
3428
3607
  serializedName: "properties.targetEntityTypeName",
3429
3608
  type: {
3430
3609
  name: "String"
3431
3610
  }
3432
- }, displayName: {
3611
+ },
3612
+ displayName: {
3433
3613
  serializedName: "properties.displayName",
3434
3614
  type: {
3435
3615
  name: "Dictionary",
3436
3616
  value: { type: { name: "String" } }
3437
3617
  }
3438
- }, description: {
3618
+ },
3619
+ description: {
3439
3620
  serializedName: "properties.description",
3440
3621
  type: {
3441
3622
  name: "Dictionary",
3442
3623
  value: { type: { name: "String" } }
3443
3624
  }
3444
- }, mappings: {
3625
+ },
3626
+ mappings: {
3445
3627
  serializedName: "properties.mappings",
3446
3628
  type: {
3447
3629
  name: "Sequence",
@@ -3452,7 +3634,8 @@ export const LinkResourceFormat = {
3452
3634
  }
3453
3635
  }
3454
3636
  }
3455
- }, participantPropertyReferences: {
3637
+ },
3638
+ participantPropertyReferences: {
3456
3639
  serializedName: "properties.participantPropertyReferences",
3457
3640
  type: {
3458
3641
  name: "Sequence",
@@ -3463,78 +3646,93 @@ export const LinkResourceFormat = {
3463
3646
  }
3464
3647
  }
3465
3648
  }
3466
- }, provisioningState: {
3649
+ },
3650
+ provisioningState: {
3467
3651
  serializedName: "properties.provisioningState",
3468
3652
  readOnly: true,
3469
3653
  type: {
3470
3654
  name: "String"
3471
3655
  }
3472
- }, referenceOnly: {
3656
+ },
3657
+ referenceOnly: {
3473
3658
  serializedName: "properties.referenceOnly",
3474
3659
  type: {
3475
3660
  name: "Boolean"
3476
3661
  }
3477
- }, operationType: {
3662
+ },
3663
+ operationType: {
3478
3664
  serializedName: "properties.operationType",
3479
3665
  type: {
3480
3666
  name: "Enum",
3481
3667
  allowedValues: ["Upsert", "Delete"]
3482
3668
  }
3483
- } })
3669
+ }
3670
+ }
3484
3671
  }
3485
3672
  };
3486
3673
  export const RoleResourceFormat = {
3487
3674
  type: {
3488
3675
  name: "Composite",
3489
3676
  className: "RoleResourceFormat",
3490
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { roleName: {
3677
+ modelProperties: {
3678
+ ...ProxyResource.type.modelProperties,
3679
+ roleName: {
3491
3680
  serializedName: "properties.roleName",
3492
3681
  type: {
3493
3682
  name: "String"
3494
3683
  }
3495
- }, description: {
3684
+ },
3685
+ description: {
3496
3686
  serializedName: "properties.description",
3497
3687
  type: {
3498
3688
  name: "String"
3499
3689
  }
3500
- } })
3690
+ }
3691
+ }
3501
3692
  }
3502
3693
  };
3503
3694
  export const RoleAssignmentResourceFormat = {
3504
3695
  type: {
3505
3696
  name: "Composite",
3506
3697
  className: "RoleAssignmentResourceFormat",
3507
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { tenantId: {
3698
+ modelProperties: {
3699
+ ...ProxyResource.type.modelProperties,
3700
+ tenantId: {
3508
3701
  serializedName: "properties.tenantId",
3509
3702
  readOnly: true,
3510
3703
  type: {
3511
3704
  name: "String"
3512
3705
  }
3513
- }, assignmentName: {
3706
+ },
3707
+ assignmentName: {
3514
3708
  serializedName: "properties.assignmentName",
3515
3709
  readOnly: true,
3516
3710
  type: {
3517
3711
  name: "String"
3518
3712
  }
3519
- }, displayName: {
3713
+ },
3714
+ displayName: {
3520
3715
  serializedName: "properties.displayName",
3521
3716
  type: {
3522
3717
  name: "Dictionary",
3523
3718
  value: { type: { name: "String" } }
3524
3719
  }
3525
- }, description: {
3720
+ },
3721
+ description: {
3526
3722
  serializedName: "properties.description",
3527
3723
  type: {
3528
3724
  name: "Dictionary",
3529
3725
  value: { type: { name: "String" } }
3530
3726
  }
3531
- }, provisioningState: {
3727
+ },
3728
+ provisioningState: {
3532
3729
  serializedName: "properties.provisioningState",
3533
3730
  readOnly: true,
3534
3731
  type: {
3535
3732
  name: "String"
3536
3733
  }
3537
- }, role: {
3734
+ },
3735
+ role: {
3538
3736
  serializedName: "properties.role",
3539
3737
  type: {
3540
3738
  name: "Enum",
@@ -3547,7 +3745,8 @@ export const RoleAssignmentResourceFormat = {
3547
3745
  "DataReader"
3548
3746
  ]
3549
3747
  }
3550
- }, principals: {
3748
+ },
3749
+ principals: {
3551
3750
  serializedName: "properties.principals",
3552
3751
  type: {
3553
3752
  name: "Sequence",
@@ -3558,104 +3757,122 @@ export const RoleAssignmentResourceFormat = {
3558
3757
  }
3559
3758
  }
3560
3759
  }
3561
- }, profiles: {
3760
+ },
3761
+ profiles: {
3562
3762
  serializedName: "properties.profiles",
3563
3763
  type: {
3564
3764
  name: "Composite",
3565
3765
  className: "ResourceSetDescription"
3566
3766
  }
3567
- }, interactions: {
3767
+ },
3768
+ interactions: {
3568
3769
  serializedName: "properties.interactions",
3569
3770
  type: {
3570
3771
  name: "Composite",
3571
3772
  className: "ResourceSetDescription"
3572
3773
  }
3573
- }, links: {
3774
+ },
3775
+ links: {
3574
3776
  serializedName: "properties.links",
3575
3777
  type: {
3576
3778
  name: "Composite",
3577
3779
  className: "ResourceSetDescription"
3578
3780
  }
3579
- }, kpis: {
3781
+ },
3782
+ kpis: {
3580
3783
  serializedName: "properties.kpis",
3581
3784
  type: {
3582
3785
  name: "Composite",
3583
3786
  className: "ResourceSetDescription"
3584
3787
  }
3585
- }, sasPolicies: {
3788
+ },
3789
+ sasPolicies: {
3586
3790
  serializedName: "properties.sasPolicies",
3587
3791
  type: {
3588
3792
  name: "Composite",
3589
3793
  className: "ResourceSetDescription"
3590
3794
  }
3591
- }, connectors: {
3795
+ },
3796
+ connectors: {
3592
3797
  serializedName: "properties.connectors",
3593
3798
  type: {
3594
3799
  name: "Composite",
3595
3800
  className: "ResourceSetDescription"
3596
3801
  }
3597
- }, views: {
3802
+ },
3803
+ views: {
3598
3804
  serializedName: "properties.views",
3599
3805
  type: {
3600
3806
  name: "Composite",
3601
3807
  className: "ResourceSetDescription"
3602
3808
  }
3603
- }, relationshipLinks: {
3809
+ },
3810
+ relationshipLinks: {
3604
3811
  serializedName: "properties.relationshipLinks",
3605
3812
  type: {
3606
3813
  name: "Composite",
3607
3814
  className: "ResourceSetDescription"
3608
3815
  }
3609
- }, relationships: {
3816
+ },
3817
+ relationships: {
3610
3818
  serializedName: "properties.relationships",
3611
3819
  type: {
3612
3820
  name: "Composite",
3613
3821
  className: "ResourceSetDescription"
3614
3822
  }
3615
- }, widgetTypes: {
3823
+ },
3824
+ widgetTypes: {
3616
3825
  serializedName: "properties.widgetTypes",
3617
3826
  type: {
3618
3827
  name: "Composite",
3619
3828
  className: "ResourceSetDescription"
3620
3829
  }
3621
- }, roleAssignments: {
3830
+ },
3831
+ roleAssignments: {
3622
3832
  serializedName: "properties.roleAssignments",
3623
3833
  type: {
3624
3834
  name: "Composite",
3625
3835
  className: "ResourceSetDescription"
3626
3836
  }
3627
- }, conflationPolicies: {
3837
+ },
3838
+ conflationPolicies: {
3628
3839
  serializedName: "properties.conflationPolicies",
3629
3840
  type: {
3630
3841
  name: "Composite",
3631
3842
  className: "ResourceSetDescription"
3632
3843
  }
3633
- }, segments: {
3844
+ },
3845
+ segments: {
3634
3846
  serializedName: "properties.segments",
3635
3847
  type: {
3636
3848
  name: "Composite",
3637
3849
  className: "ResourceSetDescription"
3638
3850
  }
3639
- } })
3851
+ }
3852
+ }
3640
3853
  }
3641
3854
  };
3642
3855
  export const PredictionResourceFormat = {
3643
3856
  type: {
3644
3857
  name: "Composite",
3645
3858
  className: "PredictionResourceFormat",
3646
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
3859
+ modelProperties: {
3860
+ ...ProxyResource.type.modelProperties,
3861
+ description: {
3647
3862
  serializedName: "properties.description",
3648
3863
  type: {
3649
3864
  name: "Dictionary",
3650
3865
  value: { type: { name: "String" } }
3651
3866
  }
3652
- }, displayName: {
3867
+ },
3868
+ displayName: {
3653
3869
  serializedName: "properties.displayName",
3654
3870
  type: {
3655
3871
  name: "Dictionary",
3656
3872
  value: { type: { name: "String" } }
3657
3873
  }
3658
- }, involvedInteractionTypes: {
3874
+ },
3875
+ involvedInteractionTypes: {
3659
3876
  serializedName: "properties.involvedInteractionTypes",
3660
3877
  type: {
3661
3878
  name: "Sequence",
@@ -3665,7 +3882,8 @@ export const PredictionResourceFormat = {
3665
3882
  }
3666
3883
  }
3667
3884
  }
3668
- }, involvedKpiTypes: {
3885
+ },
3886
+ involvedKpiTypes: {
3669
3887
  serializedName: "properties.involvedKpiTypes",
3670
3888
  type: {
3671
3889
  name: "Sequence",
@@ -3675,7 +3893,8 @@ export const PredictionResourceFormat = {
3675
3893
  }
3676
3894
  }
3677
3895
  }
3678
- }, involvedRelationships: {
3896
+ },
3897
+ involvedRelationships: {
3679
3898
  serializedName: "properties.involvedRelationships",
3680
3899
  type: {
3681
3900
  name: "Sequence",
@@ -3685,60 +3904,71 @@ export const PredictionResourceFormat = {
3685
3904
  }
3686
3905
  }
3687
3906
  }
3688
- }, negativeOutcomeExpression: {
3907
+ },
3908
+ negativeOutcomeExpression: {
3689
3909
  serializedName: "properties.negativeOutcomeExpression",
3690
3910
  type: {
3691
3911
  name: "String"
3692
3912
  }
3693
- }, positiveOutcomeExpression: {
3913
+ },
3914
+ positiveOutcomeExpression: {
3694
3915
  serializedName: "properties.positiveOutcomeExpression",
3695
3916
  type: {
3696
3917
  name: "String"
3697
3918
  }
3698
- }, primaryProfileType: {
3919
+ },
3920
+ primaryProfileType: {
3699
3921
  serializedName: "properties.primaryProfileType",
3700
3922
  type: {
3701
3923
  name: "String"
3702
3924
  }
3703
- }, provisioningState: {
3925
+ },
3926
+ provisioningState: {
3704
3927
  serializedName: "properties.provisioningState",
3705
3928
  readOnly: true,
3706
3929
  type: {
3707
3930
  name: "String"
3708
3931
  }
3709
- }, predictionName: {
3932
+ },
3933
+ predictionName: {
3710
3934
  serializedName: "properties.predictionName",
3711
3935
  type: {
3712
3936
  name: "String"
3713
3937
  }
3714
- }, scopeExpression: {
3938
+ },
3939
+ scopeExpression: {
3715
3940
  serializedName: "properties.scopeExpression",
3716
3941
  type: {
3717
3942
  name: "String"
3718
3943
  }
3719
- }, tenantId: {
3944
+ },
3945
+ tenantId: {
3720
3946
  serializedName: "properties.tenantId",
3721
3947
  readOnly: true,
3722
3948
  type: {
3723
3949
  name: "String"
3724
3950
  }
3725
- }, autoAnalyze: {
3951
+ },
3952
+ autoAnalyze: {
3726
3953
  serializedName: "properties.autoAnalyze",
3727
3954
  type: {
3728
3955
  name: "Boolean"
3729
3956
  }
3730
- }, mappings: {
3957
+ },
3958
+ mappings: {
3731
3959
  serializedName: "properties.mappings",
3732
3960
  type: {
3733
3961
  name: "Composite",
3734
3962
  className: "PredictionMappings"
3735
3963
  }
3736
- }, scoreLabel: {
3964
+ },
3965
+ scoreLabel: {
3737
3966
  serializedName: "properties.scoreLabel",
3738
3967
  type: {
3739
3968
  name: "String"
3740
3969
  }
3741
- }, grades: {
3970
+ },
3971
+ grades: {
3742
3972
  serializedName: "properties.grades",
3743
3973
  type: {
3744
3974
  name: "Sequence",
@@ -3749,27 +3979,33 @@ export const PredictionResourceFormat = {
3749
3979
  }
3750
3980
  }
3751
3981
  }
3752
- }, systemGeneratedEntities: {
3982
+ },
3983
+ systemGeneratedEntities: {
3753
3984
  serializedName: "properties.systemGeneratedEntities",
3754
3985
  type: {
3755
3986
  name: "Composite",
3756
3987
  className: "PredictionSystemGeneratedEntities"
3757
3988
  }
3758
- } })
3989
+ }
3990
+ }
3759
3991
  }
3760
3992
  };
3761
3993
  export const EnrichingKpi = {
3762
3994
  type: {
3763
3995
  name: "Composite",
3764
3996
  className: "EnrichingKpi",
3765
- modelProperties: Object.assign({}, KpiDefinition.type.modelProperties)
3997
+ modelProperties: {
3998
+ ...KpiDefinition.type.modelProperties
3999
+ }
3766
4000
  }
3767
4001
  };
3768
4002
  export const ProfileTypeDefinition = {
3769
4003
  type: {
3770
4004
  name: "Composite",
3771
4005
  className: "ProfileTypeDefinition",
3772
- modelProperties: Object.assign(Object.assign({}, EntityTypeDefinition.type.modelProperties), { strongIds: {
4006
+ modelProperties: {
4007
+ ...EntityTypeDefinition.type.modelProperties,
4008
+ strongIds: {
3773
4009
  serializedName: "strongIds",
3774
4010
  type: {
3775
4011
  name: "Sequence",
@@ -3780,14 +4016,17 @@ export const ProfileTypeDefinition = {
3780
4016
  }
3781
4017
  }
3782
4018
  }
3783
- } })
4019
+ }
4020
+ }
3784
4021
  }
3785
4022
  };
3786
4023
  export const InteractionTypeDefinition = {
3787
4024
  type: {
3788
4025
  name: "Composite",
3789
4026
  className: "InteractionTypeDefinition",
3790
- modelProperties: Object.assign(Object.assign({}, EntityTypeDefinition.type.modelProperties), { idPropertyNames: {
4027
+ modelProperties: {
4028
+ ...EntityTypeDefinition.type.modelProperties,
4029
+ idPropertyNames: {
3791
4030
  serializedName: "idPropertyNames",
3792
4031
  type: {
3793
4032
  name: "Sequence",
@@ -3797,7 +4036,8 @@ export const InteractionTypeDefinition = {
3797
4036
  }
3798
4037
  }
3799
4038
  }
3800
- }, participantProfiles: {
4039
+ },
4040
+ participantProfiles: {
3801
4041
  serializedName: "participantProfiles",
3802
4042
  type: {
3803
4043
  name: "Sequence",
@@ -3808,12 +4048,14 @@ export const InteractionTypeDefinition = {
3808
4048
  }
3809
4049
  }
3810
4050
  }
3811
- }, primaryParticipantProfilePropertyName: {
4051
+ },
4052
+ primaryParticipantProfilePropertyName: {
3812
4053
  serializedName: "primaryParticipantProfilePropertyName",
3813
4054
  type: {
3814
4055
  name: "String"
3815
4056
  }
3816
- }, dataSourcePrecedenceRules: {
4057
+ },
4058
+ dataSourcePrecedenceRules: {
3817
4059
  serializedName: "dataSourcePrecedenceRules",
3818
4060
  readOnly: true,
3819
4061
  type: {
@@ -3825,42 +4067,49 @@ export const InteractionTypeDefinition = {
3825
4067
  }
3826
4068
  }
3827
4069
  }
3828
- }, isActivity: {
4070
+ },
4071
+ isActivity: {
3829
4072
  serializedName: "isActivity",
3830
4073
  type: {
3831
4074
  name: "Boolean"
3832
4075
  }
3833
- }, name: {
4076
+ },
4077
+ name: {
3834
4078
  serializedName: "defaultDataSource.name",
3835
4079
  readOnly: true,
3836
4080
  type: {
3837
4081
  name: "String"
3838
4082
  }
3839
- }, dataSourceType: {
4083
+ },
4084
+ dataSourceType: {
3840
4085
  serializedName: "defaultDataSource.dataSourceType",
3841
4086
  readOnly: true,
3842
4087
  type: {
3843
4088
  name: "String"
3844
4089
  }
3845
- }, status: {
4090
+ },
4091
+ status: {
3846
4092
  serializedName: "defaultDataSource.status",
3847
4093
  readOnly: true,
3848
4094
  type: {
3849
4095
  name: "String"
3850
4096
  }
3851
- }, id: {
4097
+ },
4098
+ id: {
3852
4099
  serializedName: "defaultDataSource.id",
3853
4100
  readOnly: true,
3854
4101
  type: {
3855
4102
  name: "Number"
3856
4103
  }
3857
- }, dataSourceReferenceId: {
4104
+ },
4105
+ dataSourceReferenceId: {
3858
4106
  serializedName: "defaultDataSource.dataSourceReferenceId",
3859
4107
  readOnly: true,
3860
4108
  type: {
3861
4109
  name: "String"
3862
4110
  }
3863
- } })
4111
+ }
4112
+ }
3864
4113
  }
3865
4114
  };
3866
4115
  //# sourceMappingURL=mappers.js.map