@pexip-engage-public/graphql 1.7.9 → 1.8.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.
@@ -567,9 +567,27 @@ const introspection = {
567
567
  }
568
568
  ]
569
569
  },
570
+ {
571
+ "kind": "ENUM",
572
+ "name": "AgentPrioritizationStrategy",
573
+ "enumValues": [
574
+ {
575
+ "name": "DISABLED",
576
+ "isDeprecated": false
577
+ },
578
+ {
579
+ "name": "RANK_OFFSET_PRIORITY",
580
+ "isDeprecated": false
581
+ },
582
+ {
583
+ "name": "SLOT_LEVEL_PRIORITY",
584
+ "isDeprecated": false
585
+ }
586
+ ]
587
+ },
570
588
  {
571
589
  "kind": "OBJECT",
572
- "name": "AgentPrioritizationEnabledEnterpriseSetting",
590
+ "name": "AgentPrioritizationStrategyEnterpriseSetting",
573
591
  "fields": [
574
592
  {
575
593
  "name": "createdAt",
@@ -612,8 +630,8 @@ const introspection = {
612
630
  "type": {
613
631
  "kind": "NON_NULL",
614
632
  "ofType": {
615
- "kind": "SCALAR",
616
- "name": "Boolean"
633
+ "kind": "ENUM",
634
+ "name": "AgentPrioritizationStrategy"
617
635
  }
618
636
  },
619
637
  "args": [],
@@ -3439,15 +3457,27 @@ const introspection = {
3439
3457
  "isDeprecated": false
3440
3458
  },
3441
3459
  {
3442
- "name": "SECONDARY_PARTICIPANTS_UPDATED",
3460
+ "name": "SECONDARY_CUSTOMERS_UPDATED",
3461
+ "isDeprecated": false
3462
+ },
3463
+ {
3464
+ "name": "SECONDARY_CUSTOMER_ADDED",
3465
+ "isDeprecated": false
3466
+ },
3467
+ {
3468
+ "name": "SECONDARY_CUSTOMER_REMOVED",
3443
3469
  "isDeprecated": false
3444
3470
  },
3445
3471
  {
3446
- "name": "SECONDARY_PARTICIPANT_ADDED",
3472
+ "name": "SECONDARY_EMPLOYEES_UPDATED",
3447
3473
  "isDeprecated": false
3448
3474
  },
3449
3475
  {
3450
- "name": "SECONDARY_PARTICIPANT_REMOVED",
3476
+ "name": "SECONDARY_EMPLOYEE_ADDED",
3477
+ "isDeprecated": false
3478
+ },
3479
+ {
3480
+ "name": "SECONDARY_EMPLOYEE_REMOVED",
3451
3481
  "isDeprecated": false
3452
3482
  },
3453
3483
  {
@@ -4593,15 +4623,31 @@ const introspection = {
4593
4623
  "isDeprecated": false
4594
4624
  },
4595
4625
  {
4596
- "name": "SECONDARY_PARTICIPANTS_UPDATED",
4626
+ "name": "SECONDARY_CUSTOMERS_UPDATED",
4627
+ "isDeprecated": false
4628
+ },
4629
+ {
4630
+ "name": "SECONDARY_CUSTOMER_ADDED",
4631
+ "isDeprecated": false
4632
+ },
4633
+ {
4634
+ "name": "SECONDARY_CUSTOMER_REMOVED",
4635
+ "isDeprecated": false
4636
+ },
4637
+ {
4638
+ "name": "SECONDARY_EMPLOYEES_UPDATED",
4639
+ "isDeprecated": false
4640
+ },
4641
+ {
4642
+ "name": "SECONDARY_EMPLOYEE_ADDED",
4597
4643
  "isDeprecated": false
4598
4644
  },
4599
4645
  {
4600
- "name": "SECONDARY_PARTICIPANT_ADDED",
4646
+ "name": "SECONDARY_EMPLOYEE_REMOVED",
4601
4647
  "isDeprecated": false
4602
4648
  },
4603
4649
  {
4604
- "name": "SECONDARY_PARTICIPANT_REMOVED",
4650
+ "name": "SECONDARY_PARTICIPANTS_UPDATED",
4605
4651
  "isDeprecated": false
4606
4652
  },
4607
4653
  {
@@ -13660,12 +13706,12 @@ const introspection = {
13660
13706
  "isDeprecated": false
13661
13707
  },
13662
13708
  {
13663
- "name": "agentPrioritizationEnabled",
13709
+ "name": "agentPrioritizationStrategy",
13664
13710
  "type": {
13665
13711
  "kind": "NON_NULL",
13666
13712
  "ofType": {
13667
13713
  "kind": "OBJECT",
13668
- "name": "AgentPrioritizationEnabledEnterpriseSetting"
13714
+ "name": "AgentPrioritizationStrategyEnterpriseSetting"
13669
13715
  }
13670
13716
  },
13671
13717
  "args": [],
@@ -14380,10 +14426,10 @@ const introspection = {
14380
14426
  }
14381
14427
  },
14382
14428
  {
14383
- "name": "agentPrioritizationEnabled",
14429
+ "name": "agentPrioritizationStrategy",
14384
14430
  "type": {
14385
14431
  "kind": "INPUT_OBJECT",
14386
- "name": "agentPrioritizationEnabledInput"
14432
+ "name": "agentPrioritizationStrategyInput"
14387
14433
  }
14388
14434
  },
14389
14435
  {
@@ -15903,6 +15949,16 @@ const introspection = {
15903
15949
  "kind": "INPUT_OBJECT",
15904
15950
  "name": "ExternalCustomerFieldSettingEnterpriseSettingInput",
15905
15951
  "inputFields": [
15952
+ {
15953
+ "name": "editable",
15954
+ "type": {
15955
+ "kind": "NON_NULL",
15956
+ "ofType": {
15957
+ "kind": "SCALAR",
15958
+ "name": "Boolean"
15959
+ }
15960
+ }
15961
+ },
15906
15962
  {
15907
15963
  "name": "field",
15908
15964
  "type": {
@@ -15950,6 +16006,18 @@ const introspection = {
15950
16006
  "kind": "OBJECT",
15951
16007
  "name": "ExternalCustomerFieldSettingEnterpriseSettingValue",
15952
16008
  "fields": [
16009
+ {
16010
+ "name": "editable",
16011
+ "type": {
16012
+ "kind": "NON_NULL",
16013
+ "ofType": {
16014
+ "kind": "SCALAR",
16015
+ "name": "Boolean"
16016
+ }
16017
+ },
16018
+ "args": [],
16019
+ "isDeprecated": false
16020
+ },
15953
16021
  {
15954
16022
  "name": "field",
15955
16023
  "type": {
@@ -17919,6 +17987,16 @@ const introspection = {
17919
17987
  "kind": "INPUT_OBJECT",
17920
17988
  "name": "InternalCustomerFieldSettingEnterpriseSettingInput",
17921
17989
  "inputFields": [
17990
+ {
17991
+ "name": "editable",
17992
+ "type": {
17993
+ "kind": "NON_NULL",
17994
+ "ofType": {
17995
+ "kind": "SCALAR",
17996
+ "name": "Boolean"
17997
+ }
17998
+ }
17999
+ },
17922
18000
  {
17923
18001
  "name": "field",
17924
18002
  "type": {
@@ -17976,6 +18054,18 @@ const introspection = {
17976
18054
  "kind": "OBJECT",
17977
18055
  "name": "InternalCustomerFieldSettingEnterpriseSettingValue",
17978
18056
  "fields": [
18057
+ {
18058
+ "name": "editable",
18059
+ "type": {
18060
+ "kind": "NON_NULL",
18061
+ "ofType": {
18062
+ "kind": "SCALAR",
18063
+ "name": "Boolean"
18064
+ }
18065
+ },
18066
+ "args": [],
18067
+ "isDeprecated": false
18068
+ },
17979
18069
  {
17980
18070
  "name": "field",
17981
18071
  "type": {
@@ -39248,6 +39338,13 @@ const introspection = {
39248
39338
  }
39249
39339
  }
39250
39340
  },
39341
+ {
39342
+ "name": "ignoreAppointment",
39343
+ "type": {
39344
+ "kind": "SCALAR",
39345
+ "name": "ID"
39346
+ }
39347
+ },
39251
39348
  {
39252
39349
  "name": "ignoreCoverageRegions",
39253
39350
  "type": {
@@ -39479,6 +39576,13 @@ const introspection = {
39479
39576
  }
39480
39577
  }
39481
39578
  },
39579
+ {
39580
+ "name": "ignoreAppointment",
39581
+ "type": {
39582
+ "kind": "SCALAR",
39583
+ "name": "ID"
39584
+ }
39585
+ },
39482
39586
  {
39483
39587
  "name": "ignoreCoverageRegions",
39484
39588
  "type": {
@@ -49021,7 +49125,7 @@ const introspection = {
49021
49125
  },
49022
49126
  {
49023
49127
  "kind": "INPUT_OBJECT",
49024
- "name": "agentPrioritizationEnabledInput",
49128
+ "name": "agentPrioritizationStrategyInput",
49025
49129
  "inputFields": [
49026
49130
  {
49027
49131
  "name": "manageable",
@@ -49033,8 +49137,8 @@ const introspection = {
49033
49137
  {
49034
49138
  "name": "value",
49035
49139
  "type": {
49036
- "kind": "SCALAR",
49037
- "name": "Boolean"
49140
+ "kind": "ENUM",
49141
+ "name": "AgentPrioritizationStrategy"
49038
49142
  }
49039
49143
  }
49040
49144
  ],