@ampsec/platform-client 82.1.0 → 82.2.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.
@@ -127,6 +127,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
127
127
  email: z.ZodOptional<z.ZodString>;
128
128
  organization: z.ZodOptional<z.ZodString>;
129
129
  department: z.ZodOptional<z.ZodString>;
130
+ title: z.ZodOptional<z.ZodString>;
130
131
  active: z.ZodOptional<z.ZodBoolean>;
131
132
  lastActivity: z.ZodOptional<z.ZodString>;
132
133
  meta: z.ZodOptional<z.ZodObject<{
@@ -390,6 +391,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
390
391
  score?: number | undefined;
391
392
  firstName?: string | undefined;
392
393
  lastName?: string | undefined;
394
+ title?: string | undefined;
393
395
  active?: boolean | undefined;
394
396
  lastActivity?: string | undefined;
395
397
  meta?: {
@@ -466,6 +468,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
466
468
  score?: number | undefined;
467
469
  firstName?: string | undefined;
468
470
  lastName?: string | undefined;
471
+ title?: string | undefined;
469
472
  active?: boolean | undefined;
470
473
  lastActivity?: string | undefined;
471
474
  meta?: {
@@ -521,6 +524,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
521
524
  email: z.ZodOptional<z.ZodString>;
522
525
  organization: z.ZodOptional<z.ZodString>;
523
526
  department: z.ZodOptional<z.ZodString>;
527
+ title: z.ZodOptional<z.ZodString>;
524
528
  active: z.ZodOptional<z.ZodBoolean>;
525
529
  lastActivity: z.ZodOptional<z.ZodString>;
526
530
  meta: z.ZodOptional<z.ZodObject<{
@@ -637,9 +641,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
637
641
  userType: import("./enums").GlobalUserType;
638
642
  organization?: string | undefined;
639
643
  department?: string | undefined;
644
+ title?: string | undefined;
640
645
  pictureUrl?: string | undefined;
641
646
  emails?: string[] | undefined;
642
- title?: string | undefined;
643
647
  startDate?: string | undefined;
644
648
  manager?: {
645
649
  name?: string | undefined;
@@ -653,9 +657,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
653
657
  userType: import("./enums").GlobalUserType;
654
658
  organization?: string | undefined;
655
659
  department?: string | undefined;
660
+ title?: string | undefined;
656
661
  pictureUrl?: string | undefined;
657
662
  emails?: string[] | undefined;
658
- title?: string | undefined;
659
663
  startDate?: string | undefined;
660
664
  manager?: {
661
665
  name?: string | undefined;
@@ -684,9 +688,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
684
688
  userType: import("./enums").GlobalUserType;
685
689
  organization?: string | undefined;
686
690
  department?: string | undefined;
691
+ title?: string | undefined;
687
692
  pictureUrl?: string | undefined;
688
693
  emails?: string[] | undefined;
689
- title?: string | undefined;
690
694
  startDate?: string | undefined;
691
695
  manager?: {
692
696
  name?: string | undefined;
@@ -718,9 +722,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
718
722
  userType: import("./enums").GlobalUserType;
719
723
  organization?: string | undefined;
720
724
  department?: string | undefined;
725
+ title?: string | undefined;
721
726
  pictureUrl?: string | undefined;
722
727
  emails?: string[] | undefined;
723
- title?: string | undefined;
724
728
  startDate?: string | undefined;
725
729
  manager?: {
726
730
  name?: string | undefined;
@@ -755,9 +759,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
755
759
  userType: import("./enums").GlobalUserType;
756
760
  organization?: string | undefined;
757
761
  department?: string | undefined;
762
+ title?: string | undefined;
758
763
  pictureUrl?: string | undefined;
759
764
  emails?: string[] | undefined;
760
- title?: string | undefined;
761
765
  startDate?: string | undefined;
762
766
  manager?: {
763
767
  name?: string | undefined;
@@ -792,9 +796,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
792
796
  userType: import("./enums").GlobalUserType;
793
797
  organization?: string | undefined;
794
798
  department?: string | undefined;
799
+ title?: string | undefined;
795
800
  pictureUrl?: string | undefined;
796
801
  emails?: string[] | undefined;
797
- title?: string | undefined;
798
802
  startDate?: string | undefined;
799
803
  manager?: {
800
804
  name?: string | undefined;
@@ -847,9 +851,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
847
851
  userType: import("./enums").GlobalUserType;
848
852
  organization?: string | undefined;
849
853
  department?: string | undefined;
854
+ title?: string | undefined;
850
855
  pictureUrl?: string | undefined;
851
856
  emails?: string[] | undefined;
852
- title?: string | undefined;
853
857
  startDate?: string | undefined;
854
858
  manager?: {
855
859
  name?: string | undefined;
@@ -895,9 +899,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
895
899
  userType: import("./enums").GlobalUserType;
896
900
  organization?: string | undefined;
897
901
  department?: string | undefined;
902
+ title?: string | undefined;
898
903
  pictureUrl?: string | undefined;
899
904
  emails?: string[] | undefined;
900
- title?: string | undefined;
901
905
  startDate?: string | undefined;
902
906
  manager?: {
903
907
  name?: string | undefined;
@@ -1283,9 +1287,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
1283
1287
  userType: import("./enums").GlobalUserType;
1284
1288
  organization?: string | undefined;
1285
1289
  department?: string | undefined;
1290
+ title?: string | undefined;
1286
1291
  pictureUrl?: string | undefined;
1287
1292
  emails?: string[] | undefined;
1288
- title?: string | undefined;
1289
1293
  startDate?: string | undefined;
1290
1294
  manager?: {
1291
1295
  name?: string | undefined;
@@ -1337,6 +1341,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
1337
1341
  score?: number | undefined;
1338
1342
  firstName?: string | undefined;
1339
1343
  lastName?: string | undefined;
1344
+ title?: string | undefined;
1340
1345
  active?: boolean | undefined;
1341
1346
  lastActivity?: string | undefined;
1342
1347
  meta?: {
@@ -1408,9 +1413,9 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
1408
1413
  userType: import("./enums").GlobalUserType;
1409
1414
  organization?: string | undefined;
1410
1415
  department?: string | undefined;
1416
+ title?: string | undefined;
1411
1417
  pictureUrl?: string | undefined;
1412
1418
  emails?: string[] | undefined;
1413
- title?: string | undefined;
1414
1419
  startDate?: string | undefined;
1415
1420
  manager?: {
1416
1421
  name?: string | undefined;
@@ -1462,6 +1467,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
1462
1467
  score?: number | undefined;
1463
1468
  firstName?: string | undefined;
1464
1469
  lastName?: string | undefined;
1470
+ title?: string | undefined;
1465
1471
  active?: boolean | undefined;
1466
1472
  lastActivity?: string | undefined;
1467
1473
  meta?: {
@@ -9,6 +9,10 @@ export declare enum FlowSpecStatusKind {
9
9
  GHOST = "GHOST",
10
10
  ARCHIVE = "ARCHIVE"
11
11
  }
12
+ export declare enum ENGAGEMENT_TRIGGER_SOURCE {
13
+ MANUAL = "MANUAL",
14
+ CONSOLIDATION = "CONSOLIDATION"
15
+ }
12
16
  export declare const _FlowTriggerEventDto: z.ZodObject<{
13
17
  kind: z.ZodString;
14
18
  tid: z.ZodString;
@@ -346,10 +350,13 @@ export declare const _FlowStateDto: z.ZodObject<z.objectUtil.extendShape<{
346
350
  bucketKey: z.ZodOptional<z.ZodString>;
347
351
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
348
352
  overrideWorkingHours: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
353
+ engagementTriggerSource: z.ZodOptional<z.ZodNativeEnum<typeof ENGAGEMENT_TRIGGER_SOURCE>>;
349
354
  }, "strip", z.ZodTypeAny, {
350
355
  overrideWorkingHours?: boolean | undefined;
356
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
351
357
  }, {
352
358
  overrideWorkingHours?: boolean | undefined;
359
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
353
360
  }>>>;
354
361
  }>, "strip", z.ZodTypeAny, {
355
362
  status: "SUCCESS" | "RUNNING" | "ERROR" | "CANCELLED" | "EXPIRED";
@@ -387,6 +394,7 @@ export declare const _FlowStateDto: z.ZodObject<z.objectUtil.extendShape<{
387
394
  uid?: string | undefined;
388
395
  meta?: {
389
396
  overrideWorkingHours?: boolean | undefined;
397
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
390
398
  } | null | undefined;
391
399
  fid?: string | undefined;
392
400
  specId?: string | undefined;
@@ -428,6 +436,7 @@ export declare const _FlowStateDto: z.ZodObject<z.objectUtil.extendShape<{
428
436
  uid?: string | undefined;
429
437
  meta?: {
430
438
  overrideWorkingHours?: boolean | undefined;
439
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
431
440
  } | null | undefined;
432
441
  fid?: string | undefined;
433
442
  specId?: string | undefined;
@@ -571,10 +580,13 @@ export declare const _FlowStateUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
571
580
  bucketKey: z.ZodOptional<z.ZodString>;
572
581
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
573
582
  overrideWorkingHours: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
583
+ engagementTriggerSource: z.ZodOptional<z.ZodNativeEnum<typeof ENGAGEMENT_TRIGGER_SOURCE>>;
574
584
  }, "strip", z.ZodTypeAny, {
575
585
  overrideWorkingHours?: boolean | undefined;
586
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
576
587
  }, {
577
588
  overrideWorkingHours?: boolean | undefined;
589
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
578
590
  }>>>;
579
591
  }>, {
580
592
  id: z.ZodOptional<z.ZodString>;
@@ -617,6 +629,7 @@ export declare const _FlowStateUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
617
629
  deletedAt?: string | null | undefined;
618
630
  meta?: {
619
631
  overrideWorkingHours?: boolean | undefined;
632
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
620
633
  } | null | undefined;
621
634
  fid?: string | undefined;
622
635
  specId?: string | undefined;
@@ -658,6 +671,7 @@ export declare const _FlowStateUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
658
671
  deletedAt?: string | null | undefined;
659
672
  meta?: {
660
673
  overrideWorkingHours?: boolean | undefined;
674
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
661
675
  } | null | undefined;
662
676
  fid?: string | undefined;
663
677
  specId?: string | undefined;
@@ -674,10 +688,13 @@ export declare const _FlowStateFilter: z.ZodObject<z.objectUtil.extendShape<z.ob
674
688
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
675
689
  meta: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodObject<{
676
690
  overrideWorkingHours: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
691
+ engagementTriggerSource: z.ZodOptional<z.ZodNativeEnum<typeof ENGAGEMENT_TRIGGER_SOURCE>>;
677
692
  }, "strip", z.ZodTypeAny, {
678
693
  overrideWorkingHours?: boolean | undefined;
694
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
679
695
  }, {
680
696
  overrideWorkingHours?: boolean | undefined;
697
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
681
698
  }>>>>;
682
699
  fid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
683
700
  nodeName: z.ZodOptional<z.ZodString>;
@@ -704,6 +721,7 @@ export declare const _FlowStateFilter: z.ZodObject<z.objectUtil.extendShape<z.ob
704
721
  deletedAt?: string | null | undefined;
705
722
  meta?: {
706
723
  overrideWorkingHours?: boolean | undefined;
724
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
707
725
  } | null | undefined;
708
726
  fid?: string | undefined;
709
727
  nodeName?: string | undefined;
@@ -725,6 +743,7 @@ export declare const _FlowStateFilter: z.ZodObject<z.objectUtil.extendShape<z.ob
725
743
  deletedAt?: string | null | undefined;
726
744
  meta?: {
727
745
  overrideWorkingHours?: boolean | undefined;
746
+ engagementTriggerSource?: ENGAGEMENT_TRIGGER_SOURCE | undefined;
728
747
  } | null | undefined;
729
748
  fid?: string | undefined;
730
749
  nodeName?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports._ActiveEngagementFilterCriteria = exports._ActiveEngagement = exports._EngagementState = exports.EngagementState = exports._FlowSpecFilter = exports._FlowSpecUpsertDto = exports._FlowSpecDto = exports._EngagementEscalationConfig = exports._EmailChannelRedirection = exports._TeamsChannelRedirection = exports._SlackChannelRedirection = exports.EngagementRedirectionKind = exports._FlowRewardsConfig = exports._FlowActions = exports._FlowLaunchAction = exports._FlowActionButton = exports._FlowInterval = exports._FlowFilter = exports._AmplifierCohortDto = exports.CohortKind = exports._FlowTriggerFilter = exports._FlowSpecCreateDto = exports._FlowStateFilter = exports._FlowStateUpsertDto = exports._FlowStateDto = exports._FlowStateStatusDto = exports._FlowHistoryEntry = exports._FlowSystemEventDto = exports._FlowTriggerEventDto = exports.FlowSpecStatusKind = exports.CUSTOM_FINDINGS_CID = exports.EMAIL_CID = void 0;
3
+ exports._ActiveEngagementFilterCriteria = exports._ActiveEngagement = exports._EngagementState = exports.EngagementState = exports._FlowSpecFilter = exports._FlowSpecUpsertDto = exports._FlowSpecDto = exports._EngagementEscalationConfig = exports._EmailChannelRedirection = exports._TeamsChannelRedirection = exports._SlackChannelRedirection = exports.EngagementRedirectionKind = exports._FlowRewardsConfig = exports._FlowActions = exports._FlowLaunchAction = exports._FlowActionButton = exports._FlowInterval = exports._FlowFilter = exports._AmplifierCohortDto = exports.CohortKind = exports._FlowTriggerFilter = exports._FlowSpecCreateDto = exports._FlowStateFilter = exports._FlowStateUpsertDto = exports._FlowStateDto = exports._FlowStateStatusDto = exports._FlowHistoryEntry = exports._FlowSystemEventDto = exports._FlowTriggerEventDto = exports.ENGAGEMENT_TRIGGER_SOURCE = exports.FlowSpecStatusKind = exports.CUSTOM_FINDINGS_CID = exports.EMAIL_CID = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const base_dto_1 = require("./base.dto");
6
6
  const FilterCriteria_1 = require("../FilterCriteria");
@@ -15,6 +15,11 @@ var FlowSpecStatusKind;
15
15
  FlowSpecStatusKind["GHOST"] = "GHOST";
16
16
  FlowSpecStatusKind["ARCHIVE"] = "ARCHIVE";
17
17
  })(FlowSpecStatusKind || (exports.FlowSpecStatusKind = FlowSpecStatusKind = {}));
18
+ var ENGAGEMENT_TRIGGER_SOURCE;
19
+ (function (ENGAGEMENT_TRIGGER_SOURCE) {
20
+ ENGAGEMENT_TRIGGER_SOURCE["MANUAL"] = "MANUAL";
21
+ ENGAGEMENT_TRIGGER_SOURCE["CONSOLIDATION"] = "CONSOLIDATION";
22
+ })(ENGAGEMENT_TRIGGER_SOURCE || (exports.ENGAGEMENT_TRIGGER_SOURCE = ENGAGEMENT_TRIGGER_SOURCE = {}));
18
23
  /*
19
24
  * /============================\
20
25
  * | Events + History |
@@ -71,9 +76,11 @@ exports._FlowStateDto = base_dto_1._BaseDto.extend({
71
76
  endTime: zod_1.z.string().nullable(),
72
77
  history: zod_1.z.array(exports._FlowHistoryEntry),
73
78
  bucketKey: zod_1.z.string().optional(),
79
+ // TODO: make meta field more generic
74
80
  meta: zod_1.z
75
81
  .object({
76
82
  overrideWorkingHours: zod_1.z.boolean().default(false).optional(),
83
+ engagementTriggerSource: zod_1.z.nativeEnum(ENGAGEMENT_TRIGGER_SOURCE).optional(),
77
84
  })
78
85
  .nullish(),
79
86
  });
@@ -1 +1 @@
1
- {"version":3,"file":"flows.dto.js","sourceRoot":"","sources":["../../../src/dto/flows.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"flows.dto.js","sourceRoot":"","sources":["../../../src/dto/flows.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,yCAAoD;AACpD,sDAAiE;AACjE,mCAAsC;AAEzB,QAAA,SAAS,GAAG,cAAc,CAAC;AAC3B,QAAA,mBAAmB,GAAG,cAAc,CAAC;AAElD,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,yCAAmB,CAAA;AACrB,CAAC,EANW,kBAAkB,kCAAlB,kBAAkB,QAM7B;AAED,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,8CAAiB,CAAA;IACjB,4DAA+B,CAAA;AACjC,CAAC,EAHW,yBAAyB,yCAAzB,yBAAyB,QAGpC;AAED;;;;GAIG;AACU,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,IAAI,EAAE,OAAC;SACJ,MAAM,CAAC;QACN,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;SACD,QAAQ,EAAE;IACb,MAAM,EAAE,OAAC;SACN,MAAM,CAAC;QACN,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC3B,CAAC;SACD,QAAQ,EAAE;IACb,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAC;AAIU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,CAAC,EAAE,4BAAoB,CAAC,KAAK,CAAC,2BAAmB,CAAC,CAAC,OAAO,EAAE;CAC7D,CAAC,CAAC;AAGH;;;;GAIG;AACU,QAAA,mBAAmB,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC,CAAC;AAGtF,QAAA,aAAa,GAAG,mBAAQ,CAAC,MAAM,CAAC;IAC3C,kCAAkC;IAClC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,2BAAmB;IAC3B,UAAU,EAAE,OAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,QAAQ,EAAE;IACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,yBAAiB,CAAC;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,qCAAqC;IACrC,IAAI,EAAE,OAAC;SACJ,MAAM,CAAC;QACN,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,EAAE;QAC3D,uBAAuB,EAAE,OAAC,CAAC,UAAU,CAAC,yBAAyB,CAAC,CAAC,QAAQ,EAAE;KAC5E,CAAC;SACD,OAAO,EAAE;CACb,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,qBAAa,CAAC,KAAK,CAAC,yBAAc,CAAC,CAAC;AAG1D,QAAA,gBAAgB,GAAG,qBAAa,CAAC,IAAI,CAAC,EAAC,OAAO,EAAE,IAAI,EAAC,CAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC,KAAK,CAAC,4BAAW,CAAC,CAAC;AAG1H;;;;GAIG;AACU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAGH,MAAM,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAIU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,YAAY,CAAC;IAC9B,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAGH,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,2CAA6B,CAAA;IAC7B,uCAAyB,CAAA;IACzB,2BAAa,CAAA;IACb,mDAAqC,CAAA;AACvC,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AACY,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,UAAU,CAAC;IAC9B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE;CACvB,CAAC,CAAC;AAEU,QAAA,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC;IAClC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC,QAAQ,EAAE,CAAC;IAChD,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AACH,MAAM,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IACzB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC5B,CAAC,CAAC;AACU,QAAA,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC;IACpC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,OAAO,EAAE,OAAC;SACP,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,KAAK,EAAE;IACV,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,qBAAa,CAAC,CAAC,QAAQ,EAAE;IACrD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;CAChC,CAAC,CAAC;AAEU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,OAAO,EAAE,OAAC;SACP,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,KAAK,EAAE;SACP,GAAG,CAAC,CAAC,CAAC;IACT,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,qBAAa,CAAC,CAAC,QAAQ,EAAE;CACtD,CAAC,CAAC;AAIH,MAAM,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IAClC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,qBAAa,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC;AAEU,QAAA,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,uCAAuC;IACvC;;OAEG;IACH,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,gBAAgB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IAC/C;;OAEG;IACH,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C;;OAEG;IACH,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAE1C;;OAEG;IACH,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,gBAAgB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IAE/C,wBAAwB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IACvD,YAAY,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IAC3C,eAAe,EAAE,yBAAiB,CAAC,QAAQ,EAAE;IAC7C,2DAA2D;IAC3D,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,yBAAiB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CAC5D,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;IACzB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC;AAKH,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,4DAA+B,CAAA;IAC/B,4DAA+B,CAAA;IAC/B,4DAA+B,CAAA;AACjC,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC;AAEY,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC,aAAa,CAAC;IACxD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CACxC,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC,aAAa,CAAC;IACxD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CACxC,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC,aAAa,CAAC;IACxD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CACxC,CAAC,CAAC;AAMU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,qBAAa;IACvB,6BAA6B,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAClD,WAAW,EAAE,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC,gCAAwB,EAAE,gCAAwB,EAAE,gCAAwB,CAAC,CAAC,CAAC,QAAQ,EAAE;CACrI,CAAC,CAAC;AAEU,QAAA,YAAY,GAAG,mBAAQ,CAAC,KAAK,CACxC,OAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC;IACxC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC;IAChE,aAAa,EAAE,0BAAkB;IACjC,oBAAoB;IACpB,MAAM,EAAE,mBAAW;IACnB,qBAAqB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,IAAI,EAAE,SAAS,CAAC,QAAQ,EAAE;IAC1B,gBAAgB,EAAE,qBAAa,CAAC,QAAQ,EAAE;IAC1C,eAAe,EAAE,qBAAa,CAAC,QAAQ,EAAE;IACzC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IAC/F,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,QAAQ,EAAE,kBAAkB,EAAC,CAAC,CAAC,QAAQ,EAAE;IAC/G,gBAAgB,EAAE,qBAAa,CAAC,QAAQ,EAAE;IAC1C,OAAO,EAAE,oBAAY,CAAC,QAAQ,EAAE;IAChC,UAAU,EAAE,mCAA2B,CAAC,QAAQ,EAAE;IAClD,mBAAmB,EAAE,mCAA2B,CAAC,QAAQ,EAAE;IAC3D,WAAW,EAAE,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC,gCAAwB,EAAE,gCAAwB,EAAE,gCAAwB,CAAC,CAAC,CAAC,QAAQ,EAAE;IACpI,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,0BAAkB,CAAC,CAAC,QAAQ,EAAE;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IACrG,iBAAiB,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IACrE;;OAEG;IACH,cAAc,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IAC5D,QAAQ,EAAE,OAAC;SACR,MAAM,CAAC;QACN,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QACjC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;KACtC,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CACH,CAAC;AAGW,QAAA,kBAAkB,GAAG,oBAAY,CAAC,IAAI,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAC,KAAK,CAAC,yBAAc,CAAC,CAAC;AAG/E,QAAA,eAAe,GAAG,oBAAY,CAAC,IAAI,CAAC,EAAC,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC,CAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC,KAAK,CAAC,4BAAW,CAAC,CAAC;AAG5I;;;;GAIG;AACH,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,gEAA6C,CAAA;IAC7C,oCAAiB,CAAA;IACjB,0DAAuC,CAAA;IACvC,0EAAuD,CAAA;AACzD,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAEY,QAAA,gBAAgB,GAAG,OAAC,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;AAEjD,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC/B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC7B,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,qBAAa,CAAC,KAAK,CAAC,MAAM;IAClC,KAAK,EAAE,qBAAa,CAAC,KAAK,CAAC,UAAU;IACrC,KAAK,EAAE,wBAAgB,CAAC,QAAQ,EAAE;IAClC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAGU,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC"}
@@ -2236,10 +2236,13 @@ export declare const _PlatformFlowStateUpsertDto: z.ZodObject<z.objectUtil.exten
2236
2236
  bucketKey: z.ZodOptional<z.ZodString>;
2237
2237
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2238
2238
  overrideWorkingHours: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2239
+ engagementTriggerSource: z.ZodOptional<z.ZodNativeEnum<typeof import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE>>;
2239
2240
  }, "strip", z.ZodTypeAny, {
2240
2241
  overrideWorkingHours?: boolean | undefined;
2242
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2241
2243
  }, {
2242
2244
  overrideWorkingHours?: boolean | undefined;
2245
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2243
2246
  }>>>;
2244
2247
  }>, {
2245
2248
  id: z.ZodOptional<z.ZodString>;
@@ -2289,6 +2292,7 @@ export declare const _PlatformFlowStateUpsertDto: z.ZodObject<z.objectUtil.exten
2289
2292
  deletedAt?: string | null | undefined;
2290
2293
  meta?: {
2291
2294
  overrideWorkingHours?: boolean | undefined;
2295
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2292
2296
  } | null | undefined;
2293
2297
  fid?: string | undefined;
2294
2298
  specId?: string | undefined;
@@ -2331,6 +2335,7 @@ export declare const _PlatformFlowStateUpsertDto: z.ZodObject<z.objectUtil.exten
2331
2335
  deletedAt?: string | null | undefined;
2332
2336
  meta?: {
2333
2337
  overrideWorkingHours?: boolean | undefined;
2338
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2334
2339
  } | null | undefined;
2335
2340
  fid?: string | undefined;
2336
2341
  specId?: string | undefined;
@@ -2473,10 +2478,13 @@ export declare const _PlatformFlowStateDto: z.ZodObject<z.objectUtil.extendShape
2473
2478
  bucketKey: z.ZodOptional<z.ZodString>;
2474
2479
  meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2475
2480
  overrideWorkingHours: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
2481
+ engagementTriggerSource: z.ZodOptional<z.ZodNativeEnum<typeof import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE>>;
2476
2482
  }, "strip", z.ZodTypeAny, {
2477
2483
  overrideWorkingHours?: boolean | undefined;
2484
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2478
2485
  }, {
2479
2486
  overrideWorkingHours?: boolean | undefined;
2487
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2480
2488
  }>>>;
2481
2489
  }>, z.objectUtil.extendShape<{
2482
2490
  id: z.ZodString;
@@ -2522,6 +2530,7 @@ export declare const _PlatformFlowStateDto: z.ZodObject<z.objectUtil.extendShape
2522
2530
  uid?: string | undefined;
2523
2531
  meta?: {
2524
2532
  overrideWorkingHours?: boolean | undefined;
2533
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2525
2534
  } | null | undefined;
2526
2535
  fid?: string | undefined;
2527
2536
  specId?: string | undefined;
@@ -2564,6 +2573,7 @@ export declare const _PlatformFlowStateDto: z.ZodObject<z.objectUtil.extendShape
2564
2573
  uid?: string | undefined;
2565
2574
  meta?: {
2566
2575
  overrideWorkingHours?: boolean | undefined;
2576
+ engagementTriggerSource?: import("../flows.dto").ENGAGEMENT_TRIGGER_SOURCE | undefined;
2567
2577
  } | null | undefined;
2568
2578
  fid?: string | undefined;
2569
2579
  specId?: string | undefined;
@@ -71,9 +71,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
71
71
  userType: import("..").GlobalUserType;
72
72
  organization?: string | undefined;
73
73
  department?: string | undefined;
74
+ title?: string | undefined;
74
75
  pictureUrl?: string | undefined;
75
76
  emails?: string[] | undefined;
76
- title?: string | undefined;
77
77
  startDate?: string | undefined;
78
78
  manager?: {
79
79
  name?: string | undefined;
@@ -87,9 +87,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
87
87
  userType: import("..").GlobalUserType;
88
88
  organization?: string | undefined;
89
89
  department?: string | undefined;
90
+ title?: string | undefined;
90
91
  pictureUrl?: string | undefined;
91
92
  emails?: string[] | undefined;
92
- title?: string | undefined;
93
93
  startDate?: string | undefined;
94
94
  manager?: {
95
95
  name?: string | undefined;
@@ -118,9 +118,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
118
118
  userType: import("..").GlobalUserType;
119
119
  organization?: string | undefined;
120
120
  department?: string | undefined;
121
+ title?: string | undefined;
121
122
  pictureUrl?: string | undefined;
122
123
  emails?: string[] | undefined;
123
- title?: string | undefined;
124
124
  startDate?: string | undefined;
125
125
  manager?: {
126
126
  name?: string | undefined;
@@ -152,9 +152,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
152
152
  userType: import("..").GlobalUserType;
153
153
  organization?: string | undefined;
154
154
  department?: string | undefined;
155
+ title?: string | undefined;
155
156
  pictureUrl?: string | undefined;
156
157
  emails?: string[] | undefined;
157
- title?: string | undefined;
158
158
  startDate?: string | undefined;
159
159
  manager?: {
160
160
  name?: string | undefined;
@@ -189,9 +189,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
189
189
  userType: import("..").GlobalUserType;
190
190
  organization?: string | undefined;
191
191
  department?: string | undefined;
192
+ title?: string | undefined;
192
193
  pictureUrl?: string | undefined;
193
194
  emails?: string[] | undefined;
194
- title?: string | undefined;
195
195
  startDate?: string | undefined;
196
196
  manager?: {
197
197
  name?: string | undefined;
@@ -226,9 +226,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
226
226
  userType: import("..").GlobalUserType;
227
227
  organization?: string | undefined;
228
228
  department?: string | undefined;
229
+ title?: string | undefined;
229
230
  pictureUrl?: string | undefined;
230
231
  emails?: string[] | undefined;
231
- title?: string | undefined;
232
232
  startDate?: string | undefined;
233
233
  manager?: {
234
234
  name?: string | undefined;
@@ -272,9 +272,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
272
272
  userType: import("..").GlobalUserType;
273
273
  organization?: string | undefined;
274
274
  department?: string | undefined;
275
+ title?: string | undefined;
275
276
  pictureUrl?: string | undefined;
276
277
  emails?: string[] | undefined;
277
- title?: string | undefined;
278
278
  startDate?: string | undefined;
279
279
  manager?: {
280
280
  name?: string | undefined;
@@ -321,9 +321,9 @@ export declare const _StagedSaasUserUpsertDto: z.ZodObject<z.objectUtil.extendSh
321
321
  userType: import("..").GlobalUserType;
322
322
  organization?: string | undefined;
323
323
  department?: string | undefined;
324
+ title?: string | undefined;
324
325
  pictureUrl?: string | undefined;
325
326
  emails?: string[] | undefined;
326
- title?: string | undefined;
327
327
  startDate?: string | undefined;
328
328
  manager?: {
329
329
  name?: string | undefined;
@@ -98,9 +98,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
98
98
  userType: GlobalUserType;
99
99
  organization?: string | undefined;
100
100
  department?: string | undefined;
101
+ title?: string | undefined;
101
102
  pictureUrl?: string | undefined;
102
103
  emails?: string[] | undefined;
103
- title?: string | undefined;
104
104
  startDate?: string | undefined;
105
105
  manager?: {
106
106
  name?: string | undefined;
@@ -114,9 +114,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
114
114
  userType: GlobalUserType;
115
115
  organization?: string | undefined;
116
116
  department?: string | undefined;
117
+ title?: string | undefined;
117
118
  pictureUrl?: string | undefined;
118
119
  emails?: string[] | undefined;
119
- title?: string | undefined;
120
120
  startDate?: string | undefined;
121
121
  manager?: {
122
122
  name?: string | undefined;
@@ -146,9 +146,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
146
146
  userType: GlobalUserType;
147
147
  organization?: string | undefined;
148
148
  department?: string | undefined;
149
+ title?: string | undefined;
149
150
  pictureUrl?: string | undefined;
150
151
  emails?: string[] | undefined;
151
- title?: string | undefined;
152
152
  startDate?: string | undefined;
153
153
  manager?: {
154
154
  name?: string | undefined;
@@ -180,9 +180,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
180
180
  userType: GlobalUserType;
181
181
  organization?: string | undefined;
182
182
  department?: string | undefined;
183
+ title?: string | undefined;
183
184
  pictureUrl?: string | undefined;
184
185
  emails?: string[] | undefined;
185
- title?: string | undefined;
186
186
  startDate?: string | undefined;
187
187
  manager?: {
188
188
  name?: string | undefined;
@@ -217,9 +217,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
217
217
  userType: GlobalUserType;
218
218
  organization?: string | undefined;
219
219
  department?: string | undefined;
220
+ title?: string | undefined;
220
221
  pictureUrl?: string | undefined;
221
222
  emails?: string[] | undefined;
222
- title?: string | undefined;
223
223
  startDate?: string | undefined;
224
224
  manager?: {
225
225
  name?: string | undefined;
@@ -254,9 +254,9 @@ export declare const _SaasUserMeta: z.ZodObject<{
254
254
  userType: GlobalUserType;
255
255
  organization?: string | undefined;
256
256
  department?: string | undefined;
257
+ title?: string | undefined;
257
258
  pictureUrl?: string | undefined;
258
259
  emails?: string[] | undefined;
259
- title?: string | undefined;
260
260
  startDate?: string | undefined;
261
261
  manager?: {
262
262
  name?: string | undefined;
@@ -377,9 +377,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
377
377
  userType: GlobalUserType;
378
378
  organization?: string | undefined;
379
379
  department?: string | undefined;
380
+ title?: string | undefined;
380
381
  pictureUrl?: string | undefined;
381
382
  emails?: string[] | undefined;
382
- title?: string | undefined;
383
383
  startDate?: string | undefined;
384
384
  manager?: {
385
385
  name?: string | undefined;
@@ -393,9 +393,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
393
393
  userType: GlobalUserType;
394
394
  organization?: string | undefined;
395
395
  department?: string | undefined;
396
+ title?: string | undefined;
396
397
  pictureUrl?: string | undefined;
397
398
  emails?: string[] | undefined;
398
- title?: string | undefined;
399
399
  startDate?: string | undefined;
400
400
  manager?: {
401
401
  name?: string | undefined;
@@ -425,9 +425,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
425
425
  userType: GlobalUserType;
426
426
  organization?: string | undefined;
427
427
  department?: string | undefined;
428
+ title?: string | undefined;
428
429
  pictureUrl?: string | undefined;
429
430
  emails?: string[] | undefined;
430
- title?: string | undefined;
431
431
  startDate?: string | undefined;
432
432
  manager?: {
433
433
  name?: string | undefined;
@@ -459,9 +459,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
459
459
  userType: GlobalUserType;
460
460
  organization?: string | undefined;
461
461
  department?: string | undefined;
462
+ title?: string | undefined;
462
463
  pictureUrl?: string | undefined;
463
464
  emails?: string[] | undefined;
464
- title?: string | undefined;
465
465
  startDate?: string | undefined;
466
466
  manager?: {
467
467
  name?: string | undefined;
@@ -496,9 +496,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
496
496
  userType: GlobalUserType;
497
497
  organization?: string | undefined;
498
498
  department?: string | undefined;
499
+ title?: string | undefined;
499
500
  pictureUrl?: string | undefined;
500
501
  emails?: string[] | undefined;
501
- title?: string | undefined;
502
502
  startDate?: string | undefined;
503
503
  manager?: {
504
504
  name?: string | undefined;
@@ -533,9 +533,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
533
533
  userType: GlobalUserType;
534
534
  organization?: string | undefined;
535
535
  department?: string | undefined;
536
+ title?: string | undefined;
536
537
  pictureUrl?: string | undefined;
537
538
  emails?: string[] | undefined;
538
- title?: string | undefined;
539
539
  startDate?: string | undefined;
540
540
  manager?: {
541
541
  name?: string | undefined;
@@ -577,9 +577,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
577
577
  userType: GlobalUserType;
578
578
  organization?: string | undefined;
579
579
  department?: string | undefined;
580
+ title?: string | undefined;
580
581
  pictureUrl?: string | undefined;
581
582
  emails?: string[] | undefined;
582
- title?: string | undefined;
583
583
  startDate?: string | undefined;
584
584
  manager?: {
585
585
  name?: string | undefined;
@@ -625,9 +625,9 @@ export declare const _SaasUserUpsertDto: z.ZodObject<z.objectUtil.extendShape<z.
625
625
  userType: GlobalUserType;
626
626
  organization?: string | undefined;
627
627
  department?: string | undefined;
628
+ title?: string | undefined;
628
629
  pictureUrl?: string | undefined;
629
630
  emails?: string[] | undefined;
630
- title?: string | undefined;
631
631
  startDate?: string | undefined;
632
632
  manager?: {
633
633
  name?: string | undefined;
@@ -753,9 +753,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
753
753
  userType: GlobalUserType;
754
754
  organization?: string | undefined;
755
755
  department?: string | undefined;
756
+ title?: string | undefined;
756
757
  pictureUrl?: string | undefined;
757
758
  emails?: string[] | undefined;
758
- title?: string | undefined;
759
759
  startDate?: string | undefined;
760
760
  manager?: {
761
761
  name?: string | undefined;
@@ -769,9 +769,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
769
769
  userType: GlobalUserType;
770
770
  organization?: string | undefined;
771
771
  department?: string | undefined;
772
+ title?: string | undefined;
772
773
  pictureUrl?: string | undefined;
773
774
  emails?: string[] | undefined;
774
- title?: string | undefined;
775
775
  startDate?: string | undefined;
776
776
  manager?: {
777
777
  name?: string | undefined;
@@ -801,9 +801,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
801
801
  userType: GlobalUserType;
802
802
  organization?: string | undefined;
803
803
  department?: string | undefined;
804
+ title?: string | undefined;
804
805
  pictureUrl?: string | undefined;
805
806
  emails?: string[] | undefined;
806
- title?: string | undefined;
807
807
  startDate?: string | undefined;
808
808
  manager?: {
809
809
  name?: string | undefined;
@@ -835,9 +835,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
835
835
  userType: GlobalUserType;
836
836
  organization?: string | undefined;
837
837
  department?: string | undefined;
838
+ title?: string | undefined;
838
839
  pictureUrl?: string | undefined;
839
840
  emails?: string[] | undefined;
840
- title?: string | undefined;
841
841
  startDate?: string | undefined;
842
842
  manager?: {
843
843
  name?: string | undefined;
@@ -872,9 +872,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
872
872
  userType: GlobalUserType;
873
873
  organization?: string | undefined;
874
874
  department?: string | undefined;
875
+ title?: string | undefined;
875
876
  pictureUrl?: string | undefined;
876
877
  emails?: string[] | undefined;
877
- title?: string | undefined;
878
878
  startDate?: string | undefined;
879
879
  manager?: {
880
880
  name?: string | undefined;
@@ -909,9 +909,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
909
909
  userType: GlobalUserType;
910
910
  organization?: string | undefined;
911
911
  department?: string | undefined;
912
+ title?: string | undefined;
912
913
  pictureUrl?: string | undefined;
913
914
  emails?: string[] | undefined;
914
- title?: string | undefined;
915
915
  startDate?: string | undefined;
916
916
  manager?: {
917
917
  name?: string | undefined;
@@ -964,9 +964,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
964
964
  userType: GlobalUserType;
965
965
  organization?: string | undefined;
966
966
  department?: string | undefined;
967
+ title?: string | undefined;
967
968
  pictureUrl?: string | undefined;
968
969
  emails?: string[] | undefined;
969
- title?: string | undefined;
970
970
  startDate?: string | undefined;
971
971
  manager?: {
972
972
  name?: string | undefined;
@@ -1012,9 +1012,9 @@ export declare const _SaasUserDto: z.ZodObject<z.objectUtil.extendShape<z.object
1012
1012
  userType: GlobalUserType;
1013
1013
  organization?: string | undefined;
1014
1014
  department?: string | undefined;
1015
+ title?: string | undefined;
1015
1016
  pictureUrl?: string | undefined;
1016
1017
  emails?: string[] | undefined;
1017
- title?: string | undefined;
1018
1018
  startDate?: string | undefined;
1019
1019
  manager?: {
1020
1020
  name?: string | undefined;
@@ -57,6 +57,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
57
57
  email: z.ZodOptional<z.ZodString>;
58
58
  organization: z.ZodOptional<z.ZodString>;
59
59
  department: z.ZodOptional<z.ZodString>;
60
+ title: z.ZodOptional<z.ZodString>;
60
61
  /** Derived */
61
62
  active: z.ZodOptional<z.ZodBoolean>;
62
63
  /** Last activity time for the user */
@@ -116,6 +117,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
116
117
  score?: number | undefined;
117
118
  firstName?: string | undefined;
118
119
  lastName?: string | undefined;
120
+ title?: string | undefined;
119
121
  active?: boolean | undefined;
120
122
  lastActivity?: string | undefined;
121
123
  meta?: {
@@ -135,6 +137,7 @@ export declare const _SimpleUserDto: z.ZodObject<{
135
137
  score?: number | undefined;
136
138
  firstName?: string | undefined;
137
139
  lastName?: string | undefined;
140
+ title?: string | undefined;
138
141
  active?: boolean | undefined;
139
142
  lastActivity?: string | undefined;
140
143
  meta?: {
@@ -17,6 +17,7 @@ exports._SimpleUserDto = zod_1.z.object({
17
17
  email: zod_1.z.string().optional(),
18
18
  organization: zod_1.z.string().optional(),
19
19
  department: zod_1.z.string().optional(),
20
+ title: zod_1.z.string().optional(),
20
21
  /** Derived */
21
22
  active: zod_1.z.boolean().optional(),
22
23
  /** Last activity time for the user */
@@ -1 +1 @@
1
- {"version":3,"file":"users.dto.js","sourceRoot":"","sources":["../../../src/dto/users.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AAItB,yDAAoD;AAEvC,QAAA,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC;QACjB,4BAA4B;QAC5B,YAAY,EAAE,OAAC,CAAC,QAAQ,CAAC,mCAAgB,CAAC;KAC3C,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,cAAc;IACd,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,sCAAsC;IACtC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,mDAAmD;IACnD,IAAI,EAAE,OAAC,CAAC,QAAQ,CAAC,iBAAS,CAAC;CAC5B,CAAC,CAAC"}
1
+ {"version":3,"file":"users.dto.js","sourceRoot":"","sources":["../../../src/dto/users.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AAItB,yDAAoD;AAEvC,QAAA,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC;QACjB,4BAA4B;QAC5B,YAAY,EAAE,OAAC,CAAC,QAAQ,CAAC,mCAAgB,CAAC;KAC3C,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,cAAc;IACd,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,sCAAsC;IACtC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,mDAAmD;IACnD,IAAI,EAAE,OAAC,CAAC,QAAQ,CAAC,iBAAS,CAAC;CAC5B,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "82.1.0",
3
+ "version": "82.2.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -14,6 +14,11 @@ export enum FlowSpecStatusKind {
14
14
  ARCHIVE = 'ARCHIVE',
15
15
  }
16
16
 
17
+ export enum ENGAGEMENT_TRIGGER_SOURCE {
18
+ MANUAL = 'MANUAL',
19
+ CONSOLIDATION = 'CONSOLIDATION',
20
+ }
21
+
17
22
  /*
18
23
  * /============================\
19
24
  * | Events + History |
@@ -80,9 +85,11 @@ export const _FlowStateDto = _BaseDto.extend({
80
85
  endTime: z.string().nullable(),
81
86
  history: z.array(_FlowHistoryEntry),
82
87
  bucketKey: z.string().optional(),
88
+ // TODO: make meta field more generic
83
89
  meta: z
84
90
  .object({
85
91
  overrideWorkingHours: z.boolean().default(false).optional(),
92
+ engagementTriggerSource: z.nativeEnum(ENGAGEMENT_TRIGGER_SOURCE).optional(),
86
93
  })
87
94
  .nullish(),
88
95
  });
@@ -21,6 +21,7 @@ export const _SimpleUserDto = z.object({
21
21
  email: z.string().optional(),
22
22
  organization: z.string().optional(),
23
23
  department: z.string().optional(),
24
+ title: z.string().optional(),
24
25
  /** Derived */
25
26
  active: z.boolean().optional(),
26
27
  /** Last activity time for the user */