@roarkanalytics/sdk 3.13.0 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
  3. package/resources/config.d.mts +3 -3
  4. package/resources/config.d.mts.map +1 -1
  5. package/resources/config.d.ts +3 -3
  6. package/resources/config.d.ts.map +1 -1
  7. package/resources/customer-flow-edge-case.d.mts +18 -18
  8. package/resources/customer-flow-edge-case.d.mts.map +1 -1
  9. package/resources/customer-flow-edge-case.d.ts +18 -18
  10. package/resources/customer-flow-edge-case.d.ts.map +1 -1
  11. package/resources/customer-flow.d.mts +72 -72
  12. package/resources/customer-flow.d.mts.map +1 -1
  13. package/resources/customer-flow.d.ts +72 -72
  14. package/resources/customer-flow.d.ts.map +1 -1
  15. package/resources/simulation-environment.d.mts +6 -6
  16. package/resources/simulation-environment.d.mts.map +1 -1
  17. package/resources/simulation-environment.d.ts +6 -6
  18. package/resources/simulation-environment.d.ts.map +1 -1
  19. package/resources/simulation-job.d.mts +2 -2
  20. package/resources/simulation-job.d.mts.map +1 -1
  21. package/resources/simulation-job.d.ts +2 -2
  22. package/resources/simulation-job.d.ts.map +1 -1
  23. package/resources/simulation-persona.d.mts +6 -6
  24. package/resources/simulation-persona.d.mts.map +1 -1
  25. package/resources/simulation-persona.d.ts +6 -6
  26. package/resources/simulation-persona.d.ts.map +1 -1
  27. package/resources/simulation-run-plan-job.d.mts +1 -1
  28. package/resources/simulation-run-plan-job.d.mts.map +1 -1
  29. package/resources/simulation-run-plan-job.d.ts +1 -1
  30. package/resources/simulation-run-plan-job.d.ts.map +1 -1
  31. package/src/resources/config.ts +15 -3
  32. package/src/resources/customer-flow-edge-case.ts +90 -18
  33. package/src/resources/customer-flow.ts +360 -72
  34. package/src/resources/simulation-environment.ts +30 -6
  35. package/src/resources/simulation-job.ts +10 -2
  36. package/src/resources/simulation-persona.ts +30 -6
  37. package/src/resources/simulation-run-plan-job.ts +5 -1
  38. package/src/version.ts +1 -1
  39. package/version.d.mts +1 -1
  40. package/version.d.ts +1 -1
  41. package/version.js +1 -1
  42. package/version.mjs +1 -1
@@ -415,7 +415,7 @@ export declare namespace CustomerFlowCreateResponse {
415
415
  */
416
416
  interface Environment {
417
417
  id: string;
418
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
418
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
419
419
  backgroundNoiseVolume: number;
420
420
  /**
421
421
  * Creation timestamp in ISO 8601 format
@@ -449,7 +449,7 @@ export declare namespace CustomerFlowCreateResponse {
449
449
  /**
450
450
  * Background noise setting
451
451
  */
452
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
452
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
453
453
  /**
454
454
  * Base emotional state of the persona
455
455
  */
@@ -610,7 +610,7 @@ export declare namespace CustomerFlowCreateResponse {
610
610
  */
611
611
  interface Environment {
612
612
  id: string;
613
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
613
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
614
614
  backgroundNoiseVolume: number;
615
615
  /**
616
616
  * Creation timestamp in ISO 8601 format
@@ -644,7 +644,7 @@ export declare namespace CustomerFlowCreateResponse {
644
644
  /**
645
645
  * Background noise setting
646
646
  */
647
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
647
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
648
648
  /**
649
649
  * Base emotional state of the persona
650
650
  */
@@ -892,7 +892,7 @@ export declare namespace CustomerFlowCreateResponse {
892
892
  */
893
893
  interface Environment {
894
894
  id: string;
895
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
895
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
896
896
  backgroundNoiseVolume: number;
897
897
  /**
898
898
  * Creation timestamp in ISO 8601 format
@@ -926,7 +926,7 @@ export declare namespace CustomerFlowCreateResponse {
926
926
  /**
927
927
  * Background noise setting
928
928
  */
929
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
929
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
930
930
  /**
931
931
  * Base emotional state of the persona
932
932
  */
@@ -1085,7 +1085,7 @@ export declare namespace CustomerFlowCreateResponse {
1085
1085
  */
1086
1086
  interface Environment {
1087
1087
  id: string;
1088
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1088
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1089
1089
  backgroundNoiseVolume: number;
1090
1090
  /**
1091
1091
  * Creation timestamp in ISO 8601 format
@@ -1119,7 +1119,7 @@ export declare namespace CustomerFlowCreateResponse {
1119
1119
  /**
1120
1120
  * Background noise setting
1121
1121
  */
1122
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1122
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1123
1123
  /**
1124
1124
  * Base emotional state of the persona
1125
1125
  */
@@ -1343,7 +1343,7 @@ export declare namespace CustomerFlowCreateResponse {
1343
1343
  */
1344
1344
  interface Environment {
1345
1345
  id: string;
1346
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1346
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1347
1347
  backgroundNoiseVolume: number;
1348
1348
  /**
1349
1349
  * Creation timestamp in ISO 8601 format
@@ -1377,7 +1377,7 @@ export declare namespace CustomerFlowCreateResponse {
1377
1377
  /**
1378
1378
  * Background noise setting
1379
1379
  */
1380
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1380
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1381
1381
  /**
1382
1382
  * Base emotional state of the persona
1383
1383
  */
@@ -1532,7 +1532,7 @@ export declare namespace CustomerFlowCreateResponse {
1532
1532
  */
1533
1533
  interface Environment {
1534
1534
  id: string;
1535
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1535
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1536
1536
  backgroundNoiseVolume: number;
1537
1537
  /**
1538
1538
  * Creation timestamp in ISO 8601 format
@@ -1566,7 +1566,7 @@ export declare namespace CustomerFlowCreateResponse {
1566
1566
  /**
1567
1567
  * Background noise setting
1568
1568
  */
1569
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1569
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1570
1570
  /**
1571
1571
  * Base emotional state of the persona
1572
1572
  */
@@ -1842,7 +1842,7 @@ export declare namespace CustomerFlowUpdateResponse {
1842
1842
  */
1843
1843
  interface Environment {
1844
1844
  id: string;
1845
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1845
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1846
1846
  backgroundNoiseVolume: number;
1847
1847
  /**
1848
1848
  * Creation timestamp in ISO 8601 format
@@ -1876,7 +1876,7 @@ export declare namespace CustomerFlowUpdateResponse {
1876
1876
  /**
1877
1877
  * Background noise setting
1878
1878
  */
1879
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
1879
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
1880
1880
  /**
1881
1881
  * Base emotional state of the persona
1882
1882
  */
@@ -2037,7 +2037,7 @@ export declare namespace CustomerFlowUpdateResponse {
2037
2037
  */
2038
2038
  interface Environment {
2039
2039
  id: string;
2040
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2040
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2041
2041
  backgroundNoiseVolume: number;
2042
2042
  /**
2043
2043
  * Creation timestamp in ISO 8601 format
@@ -2071,7 +2071,7 @@ export declare namespace CustomerFlowUpdateResponse {
2071
2071
  /**
2072
2072
  * Background noise setting
2073
2073
  */
2074
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2074
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2075
2075
  /**
2076
2076
  * Base emotional state of the persona
2077
2077
  */
@@ -2319,7 +2319,7 @@ export declare namespace CustomerFlowUpdateResponse {
2319
2319
  */
2320
2320
  interface Environment {
2321
2321
  id: string;
2322
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2322
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2323
2323
  backgroundNoiseVolume: number;
2324
2324
  /**
2325
2325
  * Creation timestamp in ISO 8601 format
@@ -2353,7 +2353,7 @@ export declare namespace CustomerFlowUpdateResponse {
2353
2353
  /**
2354
2354
  * Background noise setting
2355
2355
  */
2356
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2356
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2357
2357
  /**
2358
2358
  * Base emotional state of the persona
2359
2359
  */
@@ -2512,7 +2512,7 @@ export declare namespace CustomerFlowUpdateResponse {
2512
2512
  */
2513
2513
  interface Environment {
2514
2514
  id: string;
2515
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2515
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2516
2516
  backgroundNoiseVolume: number;
2517
2517
  /**
2518
2518
  * Creation timestamp in ISO 8601 format
@@ -2546,7 +2546,7 @@ export declare namespace CustomerFlowUpdateResponse {
2546
2546
  /**
2547
2547
  * Background noise setting
2548
2548
  */
2549
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2549
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2550
2550
  /**
2551
2551
  * Base emotional state of the persona
2552
2552
  */
@@ -2770,7 +2770,7 @@ export declare namespace CustomerFlowUpdateResponse {
2770
2770
  */
2771
2771
  interface Environment {
2772
2772
  id: string;
2773
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2773
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2774
2774
  backgroundNoiseVolume: number;
2775
2775
  /**
2776
2776
  * Creation timestamp in ISO 8601 format
@@ -2804,7 +2804,7 @@ export declare namespace CustomerFlowUpdateResponse {
2804
2804
  /**
2805
2805
  * Background noise setting
2806
2806
  */
2807
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2807
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2808
2808
  /**
2809
2809
  * Base emotional state of the persona
2810
2810
  */
@@ -2959,7 +2959,7 @@ export declare namespace CustomerFlowUpdateResponse {
2959
2959
  */
2960
2960
  interface Environment {
2961
2961
  id: string;
2962
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2962
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2963
2963
  backgroundNoiseVolume: number;
2964
2964
  /**
2965
2965
  * Creation timestamp in ISO 8601 format
@@ -2993,7 +2993,7 @@ export declare namespace CustomerFlowUpdateResponse {
2993
2993
  /**
2994
2994
  * Background noise setting
2995
2995
  */
2996
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
2996
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
2997
2997
  /**
2998
2998
  * Base emotional state of the persona
2999
2999
  */
@@ -3270,7 +3270,7 @@ export declare namespace CustomerFlowListResponse {
3270
3270
  */
3271
3271
  interface Environment {
3272
3272
  id: string;
3273
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3273
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3274
3274
  backgroundNoiseVolume: number;
3275
3275
  /**
3276
3276
  * Creation timestamp in ISO 8601 format
@@ -3304,7 +3304,7 @@ export declare namespace CustomerFlowListResponse {
3304
3304
  /**
3305
3305
  * Background noise setting
3306
3306
  */
3307
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3307
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3308
3308
  /**
3309
3309
  * Base emotional state of the persona
3310
3310
  */
@@ -3465,7 +3465,7 @@ export declare namespace CustomerFlowListResponse {
3465
3465
  */
3466
3466
  interface Environment {
3467
3467
  id: string;
3468
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3468
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3469
3469
  backgroundNoiseVolume: number;
3470
3470
  /**
3471
3471
  * Creation timestamp in ISO 8601 format
@@ -3499,7 +3499,7 @@ export declare namespace CustomerFlowListResponse {
3499
3499
  /**
3500
3500
  * Background noise setting
3501
3501
  */
3502
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3502
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3503
3503
  /**
3504
3504
  * Base emotional state of the persona
3505
3505
  */
@@ -3747,7 +3747,7 @@ export declare namespace CustomerFlowListResponse {
3747
3747
  */
3748
3748
  interface Environment {
3749
3749
  id: string;
3750
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3750
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3751
3751
  backgroundNoiseVolume: number;
3752
3752
  /**
3753
3753
  * Creation timestamp in ISO 8601 format
@@ -3781,7 +3781,7 @@ export declare namespace CustomerFlowListResponse {
3781
3781
  /**
3782
3782
  * Background noise setting
3783
3783
  */
3784
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3784
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3785
3785
  /**
3786
3786
  * Base emotional state of the persona
3787
3787
  */
@@ -3940,7 +3940,7 @@ export declare namespace CustomerFlowListResponse {
3940
3940
  */
3941
3941
  interface Environment {
3942
3942
  id: string;
3943
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3943
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3944
3944
  backgroundNoiseVolume: number;
3945
3945
  /**
3946
3946
  * Creation timestamp in ISO 8601 format
@@ -3974,7 +3974,7 @@ export declare namespace CustomerFlowListResponse {
3974
3974
  /**
3975
3975
  * Background noise setting
3976
3976
  */
3977
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
3977
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
3978
3978
  /**
3979
3979
  * Base emotional state of the persona
3980
3980
  */
@@ -4198,7 +4198,7 @@ export declare namespace CustomerFlowListResponse {
4198
4198
  */
4199
4199
  interface Environment {
4200
4200
  id: string;
4201
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4201
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4202
4202
  backgroundNoiseVolume: number;
4203
4203
  /**
4204
4204
  * Creation timestamp in ISO 8601 format
@@ -4232,7 +4232,7 @@ export declare namespace CustomerFlowListResponse {
4232
4232
  /**
4233
4233
  * Background noise setting
4234
4234
  */
4235
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4235
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4236
4236
  /**
4237
4237
  * Base emotional state of the persona
4238
4238
  */
@@ -4387,7 +4387,7 @@ export declare namespace CustomerFlowListResponse {
4387
4387
  */
4388
4388
  interface Environment {
4389
4389
  id: string;
4390
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4390
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4391
4391
  backgroundNoiseVolume: number;
4392
4392
  /**
4393
4393
  * Creation timestamp in ISO 8601 format
@@ -4421,7 +4421,7 @@ export declare namespace CustomerFlowListResponse {
4421
4421
  /**
4422
4422
  * Background noise setting
4423
4423
  */
4424
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4424
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4425
4425
  /**
4426
4426
  * Base emotional state of the persona
4427
4427
  */
@@ -4722,7 +4722,7 @@ export declare namespace CustomerFlowDuplicateResponse {
4722
4722
  */
4723
4723
  interface Environment {
4724
4724
  id: string;
4725
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4725
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4726
4726
  backgroundNoiseVolume: number;
4727
4727
  /**
4728
4728
  * Creation timestamp in ISO 8601 format
@@ -4756,7 +4756,7 @@ export declare namespace CustomerFlowDuplicateResponse {
4756
4756
  /**
4757
4757
  * Background noise setting
4758
4758
  */
4759
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4759
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4760
4760
  /**
4761
4761
  * Base emotional state of the persona
4762
4762
  */
@@ -4917,7 +4917,7 @@ export declare namespace CustomerFlowDuplicateResponse {
4917
4917
  */
4918
4918
  interface Environment {
4919
4919
  id: string;
4920
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4920
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4921
4921
  backgroundNoiseVolume: number;
4922
4922
  /**
4923
4923
  * Creation timestamp in ISO 8601 format
@@ -4951,7 +4951,7 @@ export declare namespace CustomerFlowDuplicateResponse {
4951
4951
  /**
4952
4952
  * Background noise setting
4953
4953
  */
4954
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
4954
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
4955
4955
  /**
4956
4956
  * Base emotional state of the persona
4957
4957
  */
@@ -5199,7 +5199,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5199
5199
  */
5200
5200
  interface Environment {
5201
5201
  id: string;
5202
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5202
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5203
5203
  backgroundNoiseVolume: number;
5204
5204
  /**
5205
5205
  * Creation timestamp in ISO 8601 format
@@ -5233,7 +5233,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5233
5233
  /**
5234
5234
  * Background noise setting
5235
5235
  */
5236
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5236
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5237
5237
  /**
5238
5238
  * Base emotional state of the persona
5239
5239
  */
@@ -5392,7 +5392,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5392
5392
  */
5393
5393
  interface Environment {
5394
5394
  id: string;
5395
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5395
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5396
5396
  backgroundNoiseVolume: number;
5397
5397
  /**
5398
5398
  * Creation timestamp in ISO 8601 format
@@ -5426,7 +5426,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5426
5426
  /**
5427
5427
  * Background noise setting
5428
5428
  */
5429
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5429
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5430
5430
  /**
5431
5431
  * Base emotional state of the persona
5432
5432
  */
@@ -5650,7 +5650,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5650
5650
  */
5651
5651
  interface Environment {
5652
5652
  id: string;
5653
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5653
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5654
5654
  backgroundNoiseVolume: number;
5655
5655
  /**
5656
5656
  * Creation timestamp in ISO 8601 format
@@ -5684,7 +5684,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5684
5684
  /**
5685
5685
  * Background noise setting
5686
5686
  */
5687
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5687
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5688
5688
  /**
5689
5689
  * Base emotional state of the persona
5690
5690
  */
@@ -5839,7 +5839,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5839
5839
  */
5840
5840
  interface Environment {
5841
5841
  id: string;
5842
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5842
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5843
5843
  backgroundNoiseVolume: number;
5844
5844
  /**
5845
5845
  * Creation timestamp in ISO 8601 format
@@ -5873,7 +5873,7 @@ export declare namespace CustomerFlowDuplicateResponse {
5873
5873
  /**
5874
5874
  * Background noise setting
5875
5875
  */
5876
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
5876
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
5877
5877
  /**
5878
5878
  * Base emotional state of the persona
5879
5879
  */
@@ -6149,7 +6149,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6149
6149
  */
6150
6150
  interface Environment {
6151
6151
  id: string;
6152
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6152
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6153
6153
  backgroundNoiseVolume: number;
6154
6154
  /**
6155
6155
  * Creation timestamp in ISO 8601 format
@@ -6183,7 +6183,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6183
6183
  /**
6184
6184
  * Background noise setting
6185
6185
  */
6186
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6186
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6187
6187
  /**
6188
6188
  * Base emotional state of the persona
6189
6189
  */
@@ -6344,7 +6344,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6344
6344
  */
6345
6345
  interface Environment {
6346
6346
  id: string;
6347
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6347
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6348
6348
  backgroundNoiseVolume: number;
6349
6349
  /**
6350
6350
  * Creation timestamp in ISO 8601 format
@@ -6378,7 +6378,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6378
6378
  /**
6379
6379
  * Background noise setting
6380
6380
  */
6381
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6381
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6382
6382
  /**
6383
6383
  * Base emotional state of the persona
6384
6384
  */
@@ -6626,7 +6626,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6626
6626
  */
6627
6627
  interface Environment {
6628
6628
  id: string;
6629
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6629
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6630
6630
  backgroundNoiseVolume: number;
6631
6631
  /**
6632
6632
  * Creation timestamp in ISO 8601 format
@@ -6660,7 +6660,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6660
6660
  /**
6661
6661
  * Background noise setting
6662
6662
  */
6663
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6663
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6664
6664
  /**
6665
6665
  * Base emotional state of the persona
6666
6666
  */
@@ -6819,7 +6819,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6819
6819
  */
6820
6820
  interface Environment {
6821
6821
  id: string;
6822
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6822
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6823
6823
  backgroundNoiseVolume: number;
6824
6824
  /**
6825
6825
  * Creation timestamp in ISO 8601 format
@@ -6853,7 +6853,7 @@ export declare namespace CustomerFlowGetByIDResponse {
6853
6853
  /**
6854
6854
  * Background noise setting
6855
6855
  */
6856
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
6856
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
6857
6857
  /**
6858
6858
  * Base emotional state of the persona
6859
6859
  */
@@ -7077,7 +7077,7 @@ export declare namespace CustomerFlowGetByIDResponse {
7077
7077
  */
7078
7078
  interface Environment {
7079
7079
  id: string;
7080
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7080
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7081
7081
  backgroundNoiseVolume: number;
7082
7082
  /**
7083
7083
  * Creation timestamp in ISO 8601 format
@@ -7111,7 +7111,7 @@ export declare namespace CustomerFlowGetByIDResponse {
7111
7111
  /**
7112
7112
  * Background noise setting
7113
7113
  */
7114
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7114
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7115
7115
  /**
7116
7116
  * Base emotional state of the persona
7117
7117
  */
@@ -7266,7 +7266,7 @@ export declare namespace CustomerFlowGetByIDResponse {
7266
7266
  */
7267
7267
  interface Environment {
7268
7268
  id: string;
7269
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7269
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7270
7270
  backgroundNoiseVolume: number;
7271
7271
  /**
7272
7272
  * Creation timestamp in ISO 8601 format
@@ -7300,7 +7300,7 @@ export declare namespace CustomerFlowGetByIDResponse {
7300
7300
  /**
7301
7301
  * Background noise setting
7302
7302
  */
7303
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7303
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7304
7304
  /**
7305
7305
  * Base emotional state of the persona
7306
7306
  */
@@ -7485,7 +7485,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7485
7485
  */
7486
7486
  interface Environment {
7487
7487
  id: string;
7488
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7488
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7489
7489
  backgroundNoiseVolume: number;
7490
7490
  /**
7491
7491
  * Creation timestamp in ISO 8601 format
@@ -7519,7 +7519,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7519
7519
  /**
7520
7520
  * Background noise setting
7521
7521
  */
7522
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7522
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7523
7523
  /**
7524
7524
  * Base emotional state of the persona
7525
7525
  */
@@ -7678,7 +7678,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7678
7678
  */
7679
7679
  interface Environment {
7680
7680
  id: string;
7681
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7681
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7682
7682
  backgroundNoiseVolume: number;
7683
7683
  /**
7684
7684
  * Creation timestamp in ISO 8601 format
@@ -7712,7 +7712,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7712
7712
  /**
7713
7713
  * Background noise setting
7714
7714
  */
7715
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7715
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7716
7716
  /**
7717
7717
  * Base emotional state of the persona
7718
7718
  */
@@ -7867,7 +7867,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7867
7867
  */
7868
7868
  interface Environment {
7869
7869
  id: string;
7870
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7870
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7871
7871
  backgroundNoiseVolume: number;
7872
7872
  /**
7873
7873
  * Creation timestamp in ISO 8601 format
@@ -7901,7 +7901,7 @@ export declare namespace CustomerFlowReplaceGraphResponse {
7901
7901
  /**
7902
7902
  * Background noise setting
7903
7903
  */
7904
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
7904
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
7905
7905
  /**
7906
7906
  * Base emotional state of the persona
7907
7907
  */
@@ -8071,7 +8071,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8071
8071
  */
8072
8072
  interface Environment {
8073
8073
  id: string;
8074
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8074
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8075
8075
  backgroundNoiseVolume: number;
8076
8076
  /**
8077
8077
  * Creation timestamp in ISO 8601 format
@@ -8105,7 +8105,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8105
8105
  /**
8106
8106
  * Background noise setting
8107
8107
  */
8108
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8108
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8109
8109
  /**
8110
8110
  * Base emotional state of the persona
8111
8111
  */
@@ -8264,7 +8264,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8264
8264
  */
8265
8265
  interface Environment {
8266
8266
  id: string;
8267
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8267
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8268
8268
  backgroundNoiseVolume: number;
8269
8269
  /**
8270
8270
  * Creation timestamp in ISO 8601 format
@@ -8298,7 +8298,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8298
8298
  /**
8299
8299
  * Background noise setting
8300
8300
  */
8301
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8301
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8302
8302
  /**
8303
8303
  * Base emotional state of the persona
8304
8304
  */
@@ -8453,7 +8453,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8453
8453
  */
8454
8454
  interface Environment {
8455
8455
  id: string;
8456
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8456
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8457
8457
  backgroundNoiseVolume: number;
8458
8458
  /**
8459
8459
  * Creation timestamp in ISO 8601 format
@@ -8487,7 +8487,7 @@ export declare namespace CustomerFlowUpdateHappyPathResponse {
8487
8487
  /**
8488
8488
  * Background noise setting
8489
8489
  */
8490
- backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'DRIVING' | 'OFFICE' | 'THUNDERSTORM';
8490
+ backgroundNoise: 'NONE' | 'AIRPORT' | 'CHILDREN_PLAYING' | 'CITY' | 'COFFEE_SHOP' | 'CONSTRUCTION' | 'CRYING_BABY' | 'DRIVING' | 'LIBRARY' | 'OFFICE' | 'THUNDERSTORM' | 'TRAIN';
8491
8491
  /**
8492
8492
  * Base emotional state of the persona
8493
8493
  */