@pexip-engage-public/graphql 1.1.13 → 1.1.14

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.1.13",
3
+ "version": "1.1.14",
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"
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@graphql-codegen/cli": "^6.0.0",
45
- "@graphql-codegen/typescript": "^5.0.0",
45
+ "@graphql-codegen/typescript": "^5.0.1",
46
46
  "@graphql-inspector/cli": "^5.0.8",
47
- "typescript": "^5.9.2",
47
+ "typescript": "^5.9.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.33"
49
+ "eslint-config-pexip-engage": "1.1.36"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"
@@ -34637,6 +34637,61 @@ const introspection = {
34637
34637
  }
34638
34638
  ],
34639
34639
  "isDeprecated": false
34640
+ },
34641
+ {
34642
+ "name": "workLocations",
34643
+ "type": {
34644
+ "kind": "NON_NULL",
34645
+ "ofType": {
34646
+ "kind": "LIST",
34647
+ "ofType": {
34648
+ "kind": "NON_NULL",
34649
+ "ofType": {
34650
+ "kind": "OBJECT",
34651
+ "name": "WorkLocationEntry"
34652
+ }
34653
+ }
34654
+ }
34655
+ },
34656
+ "args": [
34657
+ {
34658
+ "name": "employeeIds",
34659
+ "type": {
34660
+ "kind": "NON_NULL",
34661
+ "ofType": {
34662
+ "kind": "LIST",
34663
+ "ofType": {
34664
+ "kind": "NON_NULL",
34665
+ "ofType": {
34666
+ "kind": "SCALAR",
34667
+ "name": "ID"
34668
+ }
34669
+ }
34670
+ }
34671
+ }
34672
+ },
34673
+ {
34674
+ "name": "from",
34675
+ "type": {
34676
+ "kind": "NON_NULL",
34677
+ "ofType": {
34678
+ "kind": "SCALAR",
34679
+ "name": "ISO8601"
34680
+ }
34681
+ }
34682
+ },
34683
+ {
34684
+ "name": "to",
34685
+ "type": {
34686
+ "kind": "NON_NULL",
34687
+ "ofType": {
34688
+ "kind": "SCALAR",
34689
+ "name": "ISO8601"
34690
+ }
34691
+ }
34692
+ }
34693
+ ],
34694
+ "isDeprecated": false
34640
34695
  }
34641
34696
  ],
34642
34697
  "interfaces": []
@@ -42962,6 +43017,104 @@ const introspection = {
42962
43017
  }
42963
43018
  ]
42964
43019
  },
43020
+ {
43021
+ "kind": "OBJECT",
43022
+ "name": "WorkLocation",
43023
+ "fields": [
43024
+ {
43025
+ "name": "employee",
43026
+ "type": {
43027
+ "kind": "NON_NULL",
43028
+ "ofType": {
43029
+ "kind": "OBJECT",
43030
+ "name": "Employee"
43031
+ }
43032
+ },
43033
+ "args": [],
43034
+ "isDeprecated": false
43035
+ },
43036
+ {
43037
+ "name": "meetingTypes",
43038
+ "type": {
43039
+ "kind": "NON_NULL",
43040
+ "ofType": {
43041
+ "kind": "LIST",
43042
+ "ofType": {
43043
+ "kind": "NON_NULL",
43044
+ "ofType": {
43045
+ "kind": "ENUM",
43046
+ "name": "MeetingType"
43047
+ }
43048
+ }
43049
+ }
43050
+ },
43051
+ "args": [],
43052
+ "isDeprecated": false
43053
+ },
43054
+ {
43055
+ "name": "office",
43056
+ "type": {
43057
+ "kind": "NON_NULL",
43058
+ "ofType": {
43059
+ "kind": "OBJECT",
43060
+ "name": "Office"
43061
+ }
43062
+ },
43063
+ "args": [],
43064
+ "isDeprecated": false
43065
+ }
43066
+ ],
43067
+ "interfaces": []
43068
+ },
43069
+ {
43070
+ "kind": "OBJECT",
43071
+ "name": "WorkLocationEntry",
43072
+ "fields": [
43073
+ {
43074
+ "name": "end",
43075
+ "type": {
43076
+ "kind": "NON_NULL",
43077
+ "ofType": {
43078
+ "kind": "SCALAR",
43079
+ "name": "ISO8601"
43080
+ }
43081
+ },
43082
+ "args": [],
43083
+ "isDeprecated": false
43084
+ },
43085
+ {
43086
+ "name": "start",
43087
+ "type": {
43088
+ "kind": "NON_NULL",
43089
+ "ofType": {
43090
+ "kind": "SCALAR",
43091
+ "name": "ISO8601"
43092
+ }
43093
+ },
43094
+ "args": [],
43095
+ "isDeprecated": false
43096
+ },
43097
+ {
43098
+ "name": "workLocations",
43099
+ "type": {
43100
+ "kind": "NON_NULL",
43101
+ "ofType": {
43102
+ "kind": "LIST",
43103
+ "ofType": {
43104
+ "kind": "NON_NULL",
43105
+ "ofType": {
43106
+ "kind": "OBJECT",
43107
+ "name": "WorkLocation"
43108
+ }
43109
+ }
43110
+ }
43111
+ },
43112
+ "args": [],
43113
+ "isDeprecated": false
43114
+ }
43115
+ ],
43116
+ "interfaces": []
43117
+ },
42965
43118
  {
42966
43119
  "kind": "INPUT_OBJECT",
42967
43120
  "name": "activeLanguagesInput",
package/src/graphql.ts CHANGED
@@ -23,7 +23,7 @@ export const graphql = initGraphQLTada<{
23
23
  *
24
24
  * 2022-02-03T12:24:45-08:00[America/Los_Angeles] */
25
25
  ZonedDateTime: ZonedDateTimeString;
26
- JSONObject: object;
26
+ JSONObject: Record<string, unknown>;
27
27
  };
28
28
  }>();
29
29
 
package/src/schema.ts CHANGED
@@ -4510,6 +4510,7 @@ export type Query = {
4510
4510
  webhookConfigurations: Array<WebhookConfiguration>;
4511
4511
  webhookDeliveries: WebhookDeliveryConnection;
4512
4512
  webhookDelivery: WebhookDelivery;
4513
+ workLocations: Array<WorkLocationEntry>;
4513
4514
  };
4514
4515
 
4515
4516
 
@@ -5513,6 +5514,13 @@ export type QueryWebhookDeliveryArgs = {
5513
5514
  webhookId: Scalars['String']['input'];
5514
5515
  };
5515
5516
 
5517
+
5518
+ export type QueryWorkLocationsArgs = {
5519
+ employeeIds: Array<Scalars['ID']['input']>;
5520
+ from: Scalars['ISO8601']['input'];
5521
+ to: Scalars['ISO8601']['input'];
5522
+ };
5523
+
5516
5524
  export type Question = {
5517
5525
  answerOptions: Array<AnswerOption>;
5518
5526
  createdAt: Scalars['ISO8601']['output'];
@@ -6844,6 +6852,18 @@ export type WebhookEventType =
6844
6852
  | 'callback_request_update'
6845
6853
  | 'communication_send';
6846
6854
 
6855
+ export type WorkLocation = {
6856
+ employee: Employee;
6857
+ meetingTypes: Array<MeetingType>;
6858
+ office: Office;
6859
+ };
6860
+
6861
+ export type WorkLocationEntry = {
6862
+ end: Scalars['ISO8601']['output'];
6863
+ start: Scalars['ISO8601']['output'];
6864
+ workLocations: Array<WorkLocation>;
6865
+ };
6866
+
6847
6867
  export type ActiveLanguagesInput = {
6848
6868
  manageable?: InputMaybe<Scalars['Boolean']['input']>;
6849
6869
  /** The languages supported by the enterprise. */