@pexip-engage-public/graphql 1.2.0 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -34,19 +34,19 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "gql.tada": "^1.8.13",
37
- "graphql": "^16.11.0",
38
- "graphql-request": "^7.2.0",
37
+ "graphql": "16.11.0",
38
+ "graphql-request": "^7.3.1",
39
39
  "lz-string": "^1.5.0",
40
40
  "zod": "^3.25.76",
41
- "@pexip-engage-public/utils": "0.1.47"
41
+ "@pexip-engage-public/utils": "0.1.48"
42
42
  },
43
43
  "devDependencies": {
44
- "@graphql-codegen/cli": "^6.0.0",
45
- "@graphql-codegen/typescript": "^5.0.1",
46
- "@graphql-inspector/cli": "^5.0.8",
44
+ "@graphql-codegen/cli": "^6.0.1",
45
+ "@graphql-codegen/typescript": "^5.0.2",
46
+ "@graphql-inspector/cli": "^5.0.9",
47
47
  "typescript": "^5.9.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.36"
49
+ "eslint-config-pexip-engage": "1.2.0"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"
@@ -2117,6 +2117,132 @@ const introspection = {
2117
2117
  ],
2118
2118
  "isOneOf": false
2119
2119
  },
2120
+ {
2121
+ "kind": "INPUT_OBJECT",
2122
+ "name": "AppointmentChartFilters",
2123
+ "inputFields": [
2124
+ {
2125
+ "name": "appointmentStatus",
2126
+ "type": {
2127
+ "kind": "LIST",
2128
+ "ofType": {
2129
+ "kind": "NON_NULL",
2130
+ "ofType": {
2131
+ "kind": "ENUM",
2132
+ "name": "AppointmentStatus"
2133
+ }
2134
+ }
2135
+ }
2136
+ },
2137
+ {
2138
+ "name": "createdByType",
2139
+ "type": {
2140
+ "kind": "LIST",
2141
+ "ofType": {
2142
+ "kind": "NON_NULL",
2143
+ "ofType": {
2144
+ "kind": "ENUM",
2145
+ "name": "UserType"
2146
+ }
2147
+ }
2148
+ }
2149
+ },
2150
+ {
2151
+ "name": "createdFrom",
2152
+ "type": {
2153
+ "kind": "SCALAR",
2154
+ "name": "ISO8601"
2155
+ }
2156
+ },
2157
+ {
2158
+ "name": "createdTo",
2159
+ "type": {
2160
+ "kind": "SCALAR",
2161
+ "name": "ISO8601"
2162
+ }
2163
+ },
2164
+ {
2165
+ "name": "employeeId",
2166
+ "type": {
2167
+ "kind": "LIST",
2168
+ "ofType": {
2169
+ "kind": "NON_NULL",
2170
+ "ofType": {
2171
+ "kind": "SCALAR",
2172
+ "name": "ID"
2173
+ }
2174
+ }
2175
+ }
2176
+ },
2177
+ {
2178
+ "name": "from",
2179
+ "type": {
2180
+ "kind": "SCALAR",
2181
+ "name": "ISO8601"
2182
+ }
2183
+ },
2184
+ {
2185
+ "name": "meetingType",
2186
+ "type": {
2187
+ "kind": "LIST",
2188
+ "ofType": {
2189
+ "kind": "NON_NULL",
2190
+ "ofType": {
2191
+ "kind": "ENUM",
2192
+ "name": "MeetingType"
2193
+ }
2194
+ }
2195
+ }
2196
+ },
2197
+ {
2198
+ "name": "officeId",
2199
+ "type": {
2200
+ "kind": "LIST",
2201
+ "ofType": {
2202
+ "kind": "NON_NULL",
2203
+ "ofType": {
2204
+ "kind": "SCALAR",
2205
+ "name": "ID"
2206
+ }
2207
+ }
2208
+ }
2209
+ },
2210
+ {
2211
+ "name": "subjectGroupId",
2212
+ "type": {
2213
+ "kind": "LIST",
2214
+ "ofType": {
2215
+ "kind": "NON_NULL",
2216
+ "ofType": {
2217
+ "kind": "SCALAR",
2218
+ "name": "ID"
2219
+ }
2220
+ }
2221
+ }
2222
+ },
2223
+ {
2224
+ "name": "subjectId",
2225
+ "type": {
2226
+ "kind": "LIST",
2227
+ "ofType": {
2228
+ "kind": "NON_NULL",
2229
+ "ofType": {
2230
+ "kind": "SCALAR",
2231
+ "name": "ID"
2232
+ }
2233
+ }
2234
+ }
2235
+ },
2236
+ {
2237
+ "name": "to",
2238
+ "type": {
2239
+ "kind": "SCALAR",
2240
+ "name": "ISO8601"
2241
+ }
2242
+ }
2243
+ ],
2244
+ "isOneOf": false
2245
+ },
2120
2246
  {
2121
2247
  "kind": "INPUT_OBJECT",
2122
2248
  "name": "AppointmentCompleteInput",
@@ -3066,6 +3192,18 @@ const introspection = {
3066
3192
  "args": [],
3067
3193
  "isDeprecated": false
3068
3194
  },
3195
+ {
3196
+ "name": "appointmentId",
3197
+ "type": {
3198
+ "kind": "NON_NULL",
3199
+ "ofType": {
3200
+ "kind": "SCALAR",
3201
+ "name": "ID"
3202
+ }
3203
+ },
3204
+ "args": [],
3205
+ "isDeprecated": false
3206
+ },
3069
3207
  {
3070
3208
  "name": "cancelUrl",
3071
3209
  "type": {
@@ -6581,6 +6719,130 @@ const introspection = {
6581
6719
  ],
6582
6720
  "interfaces": []
6583
6721
  },
6722
+ {
6723
+ "kind": "OBJECT",
6724
+ "name": "Chart",
6725
+ "fields": [
6726
+ {
6727
+ "name": "chartConfig",
6728
+ "type": {
6729
+ "kind": "NON_NULL",
6730
+ "ofType": {
6731
+ "kind": "SCALAR",
6732
+ "name": "JSONObject"
6733
+ }
6734
+ },
6735
+ "args": [],
6736
+ "isDeprecated": false
6737
+ },
6738
+ {
6739
+ "name": "chartData",
6740
+ "type": {
6741
+ "kind": "NON_NULL",
6742
+ "ofType": {
6743
+ "kind": "LIST",
6744
+ "ofType": {
6745
+ "kind": "NON_NULL",
6746
+ "ofType": {
6747
+ "kind": "OBJECT",
6748
+ "name": "ChartDataItem"
6749
+ }
6750
+ }
6751
+ }
6752
+ },
6753
+ "args": [],
6754
+ "isDeprecated": false
6755
+ }
6756
+ ],
6757
+ "interfaces": []
6758
+ },
6759
+ {
6760
+ "kind": "ENUM",
6761
+ "name": "ChartConfigGroupByDatePart",
6762
+ "enumValues": [
6763
+ {
6764
+ "name": "DAY",
6765
+ "isDeprecated": false
6766
+ },
6767
+ {
6768
+ "name": "DAY_OF_WEEK_NUMBER",
6769
+ "isDeprecated": false
6770
+ },
6771
+ {
6772
+ "name": "HOUR_NUMBER",
6773
+ "isDeprecated": false
6774
+ },
6775
+ {
6776
+ "name": "MONTH",
6777
+ "isDeprecated": false
6778
+ },
6779
+ {
6780
+ "name": "MONTH_NUMBER",
6781
+ "isDeprecated": false
6782
+ },
6783
+ {
6784
+ "name": "QUARTER_NUMBER",
6785
+ "isDeprecated": false
6786
+ },
6787
+ {
6788
+ "name": "WEEK",
6789
+ "isDeprecated": false
6790
+ },
6791
+ {
6792
+ "name": "WEEK_NUMBER",
6793
+ "isDeprecated": false
6794
+ },
6795
+ {
6796
+ "name": "YEAR",
6797
+ "isDeprecated": false
6798
+ }
6799
+ ]
6800
+ },
6801
+ {
6802
+ "kind": "ENUM",
6803
+ "name": "ChartConfigWeekStartsOn",
6804
+ "enumValues": [
6805
+ {
6806
+ "name": "MONDAY",
6807
+ "isDeprecated": false
6808
+ },
6809
+ {
6810
+ "name": "SUNDAY",
6811
+ "isDeprecated": false
6812
+ }
6813
+ ]
6814
+ },
6815
+ {
6816
+ "kind": "OBJECT",
6817
+ "name": "ChartDataItem",
6818
+ "fields": [
6819
+ {
6820
+ "name": "count",
6821
+ "type": {
6822
+ "kind": "NON_NULL",
6823
+ "ofType": {
6824
+ "kind": "SCALAR",
6825
+ "name": "Int"
6826
+ }
6827
+ },
6828
+ "args": [],
6829
+ "isDeprecated": false
6830
+ },
6831
+ {
6832
+ "name": "id",
6833
+ "type": {
6834
+ "kind": "NON_NULL",
6835
+ "ofType": {
6836
+ "kind": "SCALAR",
6837
+ "name": "String"
6838
+ }
6839
+ },
6840
+ "args": [],
6841
+ "isDeprecated": false
6842
+ }
6843
+ ],
6844
+ "interfaces": []
6845
+ },
6584
6846
  {
6585
6847
  "kind": "OBJECT",
6586
6848
  "name": "Communication",
@@ -28585,6 +28847,207 @@ const introspection = {
28585
28847
  ],
28586
28848
  "isDeprecated": false
28587
28849
  },
28850
+ {
28851
+ "name": "appointmentCountByCreatedAtChart",
28852
+ "type": {
28853
+ "kind": "NON_NULL",
28854
+ "ofType": {
28855
+ "kind": "OBJECT",
28856
+ "name": "Chart"
28857
+ }
28858
+ },
28859
+ "args": [
28860
+ {
28861
+ "name": "filters",
28862
+ "type": {
28863
+ "kind": "NON_NULL",
28864
+ "ofType": {
28865
+ "kind": "INPUT_OBJECT",
28866
+ "name": "AppointmentChartFilters"
28867
+ }
28868
+ }
28869
+ },
28870
+ {
28871
+ "name": "interval",
28872
+ "type": {
28873
+ "kind": "NON_NULL",
28874
+ "ofType": {
28875
+ "kind": "ENUM",
28876
+ "name": "ChartConfigGroupByDatePart"
28877
+ }
28878
+ }
28879
+ },
28880
+ {
28881
+ "name": "weekStartsOn",
28882
+ "type": {
28883
+ "kind": "NON_NULL",
28884
+ "ofType": {
28885
+ "kind": "ENUM",
28886
+ "name": "ChartConfigWeekStartsOn"
28887
+ }
28888
+ }
28889
+ }
28890
+ ],
28891
+ "isDeprecated": false
28892
+ },
28893
+ {
28894
+ "name": "appointmentCountByStartChart",
28895
+ "type": {
28896
+ "kind": "NON_NULL",
28897
+ "ofType": {
28898
+ "kind": "OBJECT",
28899
+ "name": "Chart"
28900
+ }
28901
+ },
28902
+ "args": [
28903
+ {
28904
+ "name": "filters",
28905
+ "type": {
28906
+ "kind": "NON_NULL",
28907
+ "ofType": {
28908
+ "kind": "INPUT_OBJECT",
28909
+ "name": "AppointmentChartFilters"
28910
+ }
28911
+ }
28912
+ },
28913
+ {
28914
+ "name": "interval",
28915
+ "type": {
28916
+ "kind": "NON_NULL",
28917
+ "ofType": {
28918
+ "kind": "ENUM",
28919
+ "name": "ChartConfigGroupByDatePart"
28920
+ }
28921
+ }
28922
+ },
28923
+ {
28924
+ "name": "weekStartsOn",
28925
+ "type": {
28926
+ "kind": "NON_NULL",
28927
+ "ofType": {
28928
+ "kind": "ENUM",
28929
+ "name": "ChartConfigWeekStartsOn"
28930
+ }
28931
+ }
28932
+ }
28933
+ ],
28934
+ "isDeprecated": false
28935
+ },
28936
+ {
28937
+ "name": "appointmentCountChart",
28938
+ "type": {
28939
+ "kind": "NON_NULL",
28940
+ "ofType": {
28941
+ "kind": "OBJECT",
28942
+ "name": "Chart"
28943
+ }
28944
+ },
28945
+ "args": [
28946
+ {
28947
+ "name": "filters",
28948
+ "type": {
28949
+ "kind": "NON_NULL",
28950
+ "ofType": {
28951
+ "kind": "INPUT_OBJECT",
28952
+ "name": "AppointmentChartFilters"
28953
+ }
28954
+ }
28955
+ }
28956
+ ],
28957
+ "isDeprecated": false
28958
+ },
28959
+ {
28960
+ "name": "appointmentCreatedByTypeChart",
28961
+ "type": {
28962
+ "kind": "NON_NULL",
28963
+ "ofType": {
28964
+ "kind": "OBJECT",
28965
+ "name": "Chart"
28966
+ }
28967
+ },
28968
+ "args": [
28969
+ {
28970
+ "name": "filters",
28971
+ "type": {
28972
+ "kind": "NON_NULL",
28973
+ "ofType": {
28974
+ "kind": "INPUT_OBJECT",
28975
+ "name": "AppointmentChartFilters"
28976
+ }
28977
+ }
28978
+ }
28979
+ ],
28980
+ "isDeprecated": false
28981
+ },
28982
+ {
28983
+ "name": "appointmentCustomerCountChart",
28984
+ "type": {
28985
+ "kind": "NON_NULL",
28986
+ "ofType": {
28987
+ "kind": "OBJECT",
28988
+ "name": "Chart"
28989
+ }
28990
+ },
28991
+ "args": [
28992
+ {
28993
+ "name": "filters",
28994
+ "type": {
28995
+ "kind": "NON_NULL",
28996
+ "ofType": {
28997
+ "kind": "INPUT_OBJECT",
28998
+ "name": "AppointmentChartFilters"
28999
+ }
29000
+ }
29001
+ }
29002
+ ],
29003
+ "isDeprecated": false
29004
+ },
29005
+ {
29006
+ "name": "appointmentMeetingTypeChart",
29007
+ "type": {
29008
+ "kind": "NON_NULL",
29009
+ "ofType": {
29010
+ "kind": "OBJECT",
29011
+ "name": "Chart"
29012
+ }
29013
+ },
29014
+ "args": [
29015
+ {
29016
+ "name": "filters",
29017
+ "type": {
29018
+ "kind": "NON_NULL",
29019
+ "ofType": {
29020
+ "kind": "INPUT_OBJECT",
29021
+ "name": "AppointmentChartFilters"
29022
+ }
29023
+ }
29024
+ }
29025
+ ],
29026
+ "isDeprecated": false
29027
+ },
29028
+ {
29029
+ "name": "appointmentOfficeChart",
29030
+ "type": {
29031
+ "kind": "NON_NULL",
29032
+ "ofType": {
29033
+ "kind": "OBJECT",
29034
+ "name": "Chart"
29035
+ }
29036
+ },
29037
+ "args": [
29038
+ {
29039
+ "name": "filters",
29040
+ "type": {
29041
+ "kind": "NON_NULL",
29042
+ "ofType": {
29043
+ "kind": "INPUT_OBJECT",
29044
+ "name": "AppointmentChartFilters"
29045
+ }
29046
+ }
29047
+ }
29048
+ ],
29049
+ "isDeprecated": false
29050
+ },
28588
29051
  {
28589
29052
  "name": "appointmentParticipant",
28590
29053
  "type": {
@@ -28608,6 +29071,75 @@ const introspection = {
28608
29071
  ],
28609
29072
  "isDeprecated": false
28610
29073
  },
29074
+ {
29075
+ "name": "appointmentStatusChart",
29076
+ "type": {
29077
+ "kind": "NON_NULL",
29078
+ "ofType": {
29079
+ "kind": "OBJECT",
29080
+ "name": "Chart"
29081
+ }
29082
+ },
29083
+ "args": [
29084
+ {
29085
+ "name": "filters",
29086
+ "type": {
29087
+ "kind": "NON_NULL",
29088
+ "ofType": {
29089
+ "kind": "INPUT_OBJECT",
29090
+ "name": "AppointmentChartFilters"
29091
+ }
29092
+ }
29093
+ }
29094
+ ],
29095
+ "isDeprecated": false
29096
+ },
29097
+ {
29098
+ "name": "appointmentSubjectChart",
29099
+ "type": {
29100
+ "kind": "NON_NULL",
29101
+ "ofType": {
29102
+ "kind": "OBJECT",
29103
+ "name": "Chart"
29104
+ }
29105
+ },
29106
+ "args": [
29107
+ {
29108
+ "name": "filters",
29109
+ "type": {
29110
+ "kind": "NON_NULL",
29111
+ "ofType": {
29112
+ "kind": "INPUT_OBJECT",
29113
+ "name": "AppointmentChartFilters"
29114
+ }
29115
+ }
29116
+ }
29117
+ ],
29118
+ "isDeprecated": false
29119
+ },
29120
+ {
29121
+ "name": "appointmentSubjectGroupChart",
29122
+ "type": {
29123
+ "kind": "NON_NULL",
29124
+ "ofType": {
29125
+ "kind": "OBJECT",
29126
+ "name": "Chart"
29127
+ }
29128
+ },
29129
+ "args": [
29130
+ {
29131
+ "name": "filters",
29132
+ "type": {
29133
+ "kind": "NON_NULL",
29134
+ "ofType": {
29135
+ "kind": "INPUT_OBJECT",
29136
+ "name": "AppointmentChartFilters"
29137
+ }
29138
+ }
29139
+ }
29140
+ ],
29141
+ "isDeprecated": false
29142
+ },
28611
29143
  {
28612
29144
  "name": "appointmentUnavailabilityForEmployee",
28613
29145
  "type": {