@pexip-engage-public/graphql 1.7.10 → 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.
- package/CHANGELOG.md +7 -0
- package/dist/graphql-env.d.ts +75 -10
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +86 -10
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +17 -10
- package/dist/schema.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +86 -10
- package/src/schema.ts +21 -10
package/dist/graphql-env.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
616
|
-
"name": "
|
|
633
|
+
"kind": "ENUM",
|
|
634
|
+
"name": "AgentPrioritizationStrategy"
|
|
617
635
|
}
|
|
618
636
|
},
|
|
619
637
|
"args": [],
|
|
@@ -13688,12 +13706,12 @@ const introspection = {
|
|
|
13688
13706
|
"isDeprecated": false
|
|
13689
13707
|
},
|
|
13690
13708
|
{
|
|
13691
|
-
"name": "
|
|
13709
|
+
"name": "agentPrioritizationStrategy",
|
|
13692
13710
|
"type": {
|
|
13693
13711
|
"kind": "NON_NULL",
|
|
13694
13712
|
"ofType": {
|
|
13695
13713
|
"kind": "OBJECT",
|
|
13696
|
-
"name": "
|
|
13714
|
+
"name": "AgentPrioritizationStrategyEnterpriseSetting"
|
|
13697
13715
|
}
|
|
13698
13716
|
},
|
|
13699
13717
|
"args": [],
|
|
@@ -14408,10 +14426,10 @@ const introspection = {
|
|
|
14408
14426
|
}
|
|
14409
14427
|
},
|
|
14410
14428
|
{
|
|
14411
|
-
"name": "
|
|
14429
|
+
"name": "agentPrioritizationStrategy",
|
|
14412
14430
|
"type": {
|
|
14413
14431
|
"kind": "INPUT_OBJECT",
|
|
14414
|
-
"name": "
|
|
14432
|
+
"name": "agentPrioritizationStrategyInput"
|
|
14415
14433
|
}
|
|
14416
14434
|
},
|
|
14417
14435
|
{
|
|
@@ -15931,6 +15949,16 @@ const introspection = {
|
|
|
15931
15949
|
"kind": "INPUT_OBJECT",
|
|
15932
15950
|
"name": "ExternalCustomerFieldSettingEnterpriseSettingInput",
|
|
15933
15951
|
"inputFields": [
|
|
15952
|
+
{
|
|
15953
|
+
"name": "editable",
|
|
15954
|
+
"type": {
|
|
15955
|
+
"kind": "NON_NULL",
|
|
15956
|
+
"ofType": {
|
|
15957
|
+
"kind": "SCALAR",
|
|
15958
|
+
"name": "Boolean"
|
|
15959
|
+
}
|
|
15960
|
+
}
|
|
15961
|
+
},
|
|
15934
15962
|
{
|
|
15935
15963
|
"name": "field",
|
|
15936
15964
|
"type": {
|
|
@@ -15978,6 +16006,18 @@ const introspection = {
|
|
|
15978
16006
|
"kind": "OBJECT",
|
|
15979
16007
|
"name": "ExternalCustomerFieldSettingEnterpriseSettingValue",
|
|
15980
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
|
+
},
|
|
15981
16021
|
{
|
|
15982
16022
|
"name": "field",
|
|
15983
16023
|
"type": {
|
|
@@ -17947,6 +17987,16 @@ const introspection = {
|
|
|
17947
17987
|
"kind": "INPUT_OBJECT",
|
|
17948
17988
|
"name": "InternalCustomerFieldSettingEnterpriseSettingInput",
|
|
17949
17989
|
"inputFields": [
|
|
17990
|
+
{
|
|
17991
|
+
"name": "editable",
|
|
17992
|
+
"type": {
|
|
17993
|
+
"kind": "NON_NULL",
|
|
17994
|
+
"ofType": {
|
|
17995
|
+
"kind": "SCALAR",
|
|
17996
|
+
"name": "Boolean"
|
|
17997
|
+
}
|
|
17998
|
+
}
|
|
17999
|
+
},
|
|
17950
18000
|
{
|
|
17951
18001
|
"name": "field",
|
|
17952
18002
|
"type": {
|
|
@@ -18004,6 +18054,18 @@ const introspection = {
|
|
|
18004
18054
|
"kind": "OBJECT",
|
|
18005
18055
|
"name": "InternalCustomerFieldSettingEnterpriseSettingValue",
|
|
18006
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
|
+
},
|
|
18007
18069
|
{
|
|
18008
18070
|
"name": "field",
|
|
18009
18071
|
"type": {
|
|
@@ -39276,6 +39338,13 @@ const introspection = {
|
|
|
39276
39338
|
}
|
|
39277
39339
|
}
|
|
39278
39340
|
},
|
|
39341
|
+
{
|
|
39342
|
+
"name": "ignoreAppointment",
|
|
39343
|
+
"type": {
|
|
39344
|
+
"kind": "SCALAR",
|
|
39345
|
+
"name": "ID"
|
|
39346
|
+
}
|
|
39347
|
+
},
|
|
39279
39348
|
{
|
|
39280
39349
|
"name": "ignoreCoverageRegions",
|
|
39281
39350
|
"type": {
|
|
@@ -39507,6 +39576,13 @@ const introspection = {
|
|
|
39507
39576
|
}
|
|
39508
39577
|
}
|
|
39509
39578
|
},
|
|
39579
|
+
{
|
|
39580
|
+
"name": "ignoreAppointment",
|
|
39581
|
+
"type": {
|
|
39582
|
+
"kind": "SCALAR",
|
|
39583
|
+
"name": "ID"
|
|
39584
|
+
}
|
|
39585
|
+
},
|
|
39510
39586
|
{
|
|
39511
39587
|
"name": "ignoreCoverageRegions",
|
|
39512
39588
|
"type": {
|
|
@@ -49049,7 +49125,7 @@ const introspection = {
|
|
|
49049
49125
|
},
|
|
49050
49126
|
{
|
|
49051
49127
|
"kind": "INPUT_OBJECT",
|
|
49052
|
-
"name": "
|
|
49128
|
+
"name": "agentPrioritizationStrategyInput",
|
|
49053
49129
|
"inputFields": [
|
|
49054
49130
|
{
|
|
49055
49131
|
"name": "manageable",
|
|
@@ -49061,8 +49137,8 @@ const introspection = {
|
|
|
49061
49137
|
{
|
|
49062
49138
|
"name": "value",
|
|
49063
49139
|
"type": {
|
|
49064
|
-
"kind": "
|
|
49065
|
-
"name": "
|
|
49140
|
+
"kind": "ENUM",
|
|
49141
|
+
"name": "AgentPrioritizationStrategy"
|
|
49066
49142
|
}
|
|
49067
49143
|
}
|
|
49068
49144
|
],
|