@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/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -496,9 +496,22 @@ declare const introspection: {
|
|
|
496
496
|
readonly name: "STRICT";
|
|
497
497
|
readonly isDeprecated: false;
|
|
498
498
|
}];
|
|
499
|
+
}, {
|
|
500
|
+
readonly kind: "ENUM";
|
|
501
|
+
readonly name: "AgentPrioritizationStrategy";
|
|
502
|
+
readonly enumValues: readonly [{
|
|
503
|
+
readonly name: "DISABLED";
|
|
504
|
+
readonly isDeprecated: false;
|
|
505
|
+
}, {
|
|
506
|
+
readonly name: "RANK_OFFSET_PRIORITY";
|
|
507
|
+
readonly isDeprecated: false;
|
|
508
|
+
}, {
|
|
509
|
+
readonly name: "SLOT_LEVEL_PRIORITY";
|
|
510
|
+
readonly isDeprecated: false;
|
|
511
|
+
}];
|
|
499
512
|
}, {
|
|
500
513
|
readonly kind: "OBJECT";
|
|
501
|
-
readonly name: "
|
|
514
|
+
readonly name: "AgentPrioritizationStrategyEnterpriseSetting";
|
|
502
515
|
readonly fields: readonly [{
|
|
503
516
|
readonly name: "createdAt";
|
|
504
517
|
readonly type: {
|
|
@@ -537,8 +550,8 @@ declare const introspection: {
|
|
|
537
550
|
readonly type: {
|
|
538
551
|
readonly kind: "NON_NULL";
|
|
539
552
|
readonly ofType: {
|
|
540
|
-
readonly kind: "
|
|
541
|
-
readonly name: "
|
|
553
|
+
readonly kind: "ENUM";
|
|
554
|
+
readonly name: "AgentPrioritizationStrategy";
|
|
542
555
|
};
|
|
543
556
|
};
|
|
544
557
|
readonly args: readonly [];
|
|
@@ -12033,12 +12046,12 @@ declare const introspection: {
|
|
|
12033
12046
|
readonly args: readonly [];
|
|
12034
12047
|
readonly isDeprecated: false;
|
|
12035
12048
|
}, {
|
|
12036
|
-
readonly name: "
|
|
12049
|
+
readonly name: "agentPrioritizationStrategy";
|
|
12037
12050
|
readonly type: {
|
|
12038
12051
|
readonly kind: "NON_NULL";
|
|
12039
12052
|
readonly ofType: {
|
|
12040
12053
|
readonly kind: "OBJECT";
|
|
12041
|
-
readonly name: "
|
|
12054
|
+
readonly name: "AgentPrioritizationStrategyEnterpriseSetting";
|
|
12042
12055
|
};
|
|
12043
12056
|
};
|
|
12044
12057
|
readonly args: readonly [];
|
|
@@ -12690,10 +12703,10 @@ declare const introspection: {
|
|
|
12690
12703
|
readonly name: "agentLanguageExpertiseInput";
|
|
12691
12704
|
};
|
|
12692
12705
|
}, {
|
|
12693
|
-
readonly name: "
|
|
12706
|
+
readonly name: "agentPrioritizationStrategy";
|
|
12694
12707
|
readonly type: {
|
|
12695
12708
|
readonly kind: "INPUT_OBJECT";
|
|
12696
|
-
readonly name: "
|
|
12709
|
+
readonly name: "agentPrioritizationStrategyInput";
|
|
12697
12710
|
};
|
|
12698
12711
|
}, {
|
|
12699
12712
|
readonly name: "allowedExternalCalendarAccountProviders";
|
|
@@ -14019,6 +14032,15 @@ declare const introspection: {
|
|
|
14019
14032
|
readonly kind: "INPUT_OBJECT";
|
|
14020
14033
|
readonly name: "ExternalCustomerFieldSettingEnterpriseSettingInput";
|
|
14021
14034
|
readonly inputFields: readonly [{
|
|
14035
|
+
readonly name: "editable";
|
|
14036
|
+
readonly type: {
|
|
14037
|
+
readonly kind: "NON_NULL";
|
|
14038
|
+
readonly ofType: {
|
|
14039
|
+
readonly kind: "SCALAR";
|
|
14040
|
+
readonly name: "Boolean";
|
|
14041
|
+
};
|
|
14042
|
+
};
|
|
14043
|
+
}, {
|
|
14022
14044
|
readonly name: "field";
|
|
14023
14045
|
readonly type: {
|
|
14024
14046
|
readonly kind: "NON_NULL";
|
|
@@ -14060,6 +14082,17 @@ declare const introspection: {
|
|
|
14060
14082
|
readonly kind: "OBJECT";
|
|
14061
14083
|
readonly name: "ExternalCustomerFieldSettingEnterpriseSettingValue";
|
|
14062
14084
|
readonly fields: readonly [{
|
|
14085
|
+
readonly name: "editable";
|
|
14086
|
+
readonly type: {
|
|
14087
|
+
readonly kind: "NON_NULL";
|
|
14088
|
+
readonly ofType: {
|
|
14089
|
+
readonly kind: "SCALAR";
|
|
14090
|
+
readonly name: "Boolean";
|
|
14091
|
+
};
|
|
14092
|
+
};
|
|
14093
|
+
readonly args: readonly [];
|
|
14094
|
+
readonly isDeprecated: false;
|
|
14095
|
+
}, {
|
|
14063
14096
|
readonly name: "field";
|
|
14064
14097
|
readonly type: {
|
|
14065
14098
|
readonly kind: "NON_NULL";
|
|
@@ -15753,6 +15786,15 @@ declare const introspection: {
|
|
|
15753
15786
|
readonly kind: "INPUT_OBJECT";
|
|
15754
15787
|
readonly name: "InternalCustomerFieldSettingEnterpriseSettingInput";
|
|
15755
15788
|
readonly inputFields: readonly [{
|
|
15789
|
+
readonly name: "editable";
|
|
15790
|
+
readonly type: {
|
|
15791
|
+
readonly kind: "NON_NULL";
|
|
15792
|
+
readonly ofType: {
|
|
15793
|
+
readonly kind: "SCALAR";
|
|
15794
|
+
readonly name: "Boolean";
|
|
15795
|
+
};
|
|
15796
|
+
};
|
|
15797
|
+
}, {
|
|
15756
15798
|
readonly name: "field";
|
|
15757
15799
|
readonly type: {
|
|
15758
15800
|
readonly kind: "NON_NULL";
|
|
@@ -15803,6 +15845,17 @@ declare const introspection: {
|
|
|
15803
15845
|
readonly kind: "OBJECT";
|
|
15804
15846
|
readonly name: "InternalCustomerFieldSettingEnterpriseSettingValue";
|
|
15805
15847
|
readonly fields: readonly [{
|
|
15848
|
+
readonly name: "editable";
|
|
15849
|
+
readonly type: {
|
|
15850
|
+
readonly kind: "NON_NULL";
|
|
15851
|
+
readonly ofType: {
|
|
15852
|
+
readonly kind: "SCALAR";
|
|
15853
|
+
readonly name: "Boolean";
|
|
15854
|
+
};
|
|
15855
|
+
};
|
|
15856
|
+
readonly args: readonly [];
|
|
15857
|
+
readonly isDeprecated: false;
|
|
15858
|
+
}, {
|
|
15806
15859
|
readonly name: "field";
|
|
15807
15860
|
readonly type: {
|
|
15808
15861
|
readonly kind: "NON_NULL";
|
|
@@ -34627,6 +34680,12 @@ declare const introspection: {
|
|
|
34627
34680
|
readonly name: "ISO8601";
|
|
34628
34681
|
};
|
|
34629
34682
|
};
|
|
34683
|
+
}, {
|
|
34684
|
+
readonly name: "ignoreAppointment";
|
|
34685
|
+
readonly type: {
|
|
34686
|
+
readonly kind: "SCALAR";
|
|
34687
|
+
readonly name: "ID";
|
|
34688
|
+
};
|
|
34630
34689
|
}, {
|
|
34631
34690
|
readonly name: "ignoreCoverageRegions";
|
|
34632
34691
|
readonly type: {
|
|
@@ -34832,6 +34891,12 @@ declare const introspection: {
|
|
|
34832
34891
|
readonly name: "ISO8601";
|
|
34833
34892
|
};
|
|
34834
34893
|
};
|
|
34894
|
+
}, {
|
|
34895
|
+
readonly name: "ignoreAppointment";
|
|
34896
|
+
readonly type: {
|
|
34897
|
+
readonly kind: "SCALAR";
|
|
34898
|
+
readonly name: "ID";
|
|
34899
|
+
};
|
|
34835
34900
|
}, {
|
|
34836
34901
|
readonly name: "ignoreCoverageRegions";
|
|
34837
34902
|
readonly type: {
|
|
@@ -43074,7 +43139,7 @@ declare const introspection: {
|
|
|
43074
43139
|
readonly isOneOf: false;
|
|
43075
43140
|
}, {
|
|
43076
43141
|
readonly kind: "INPUT_OBJECT";
|
|
43077
|
-
readonly name: "
|
|
43142
|
+
readonly name: "agentPrioritizationStrategyInput";
|
|
43078
43143
|
readonly inputFields: readonly [{
|
|
43079
43144
|
readonly name: "manageable";
|
|
43080
43145
|
readonly type: {
|
|
@@ -43084,8 +43149,8 @@ declare const introspection: {
|
|
|
43084
43149
|
}, {
|
|
43085
43150
|
readonly name: "value";
|
|
43086
43151
|
readonly type: {
|
|
43087
|
-
readonly kind: "
|
|
43088
|
-
readonly name: "
|
|
43152
|
+
readonly kind: "ENUM";
|
|
43153
|
+
readonly name: "AgentPrioritizationStrategy";
|
|
43089
43154
|
};
|
|
43090
43155
|
}];
|
|
43091
43156
|
readonly isOneOf: false;
|