@pexip-engage-public/graphql 1.0.62-canary-20250217104854 → 1.0.62-canary-20250218155837
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 +1 -2
- package/dist/graphql-env.d.ts +78 -105
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +85 -116
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +9 -12
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +85 -116
- package/src/schema.ts +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.0.62-canary-
|
|
3
|
+
"version": "1.0.62-canary-20250218155837",
|
|
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"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
47
|
"typescript": "^5.7.3",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.8-canary-
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.8-canary-20250218155837"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|
package/src/graphql-env.ts
CHANGED
|
@@ -31270,19 +31270,6 @@ const introspection = {
|
|
|
31270
31270
|
}
|
|
31271
31271
|
},
|
|
31272
31272
|
"args": [
|
|
31273
|
-
{
|
|
31274
|
-
"name": "code",
|
|
31275
|
-
"type": {
|
|
31276
|
-
"kind": "LIST",
|
|
31277
|
-
"ofType": {
|
|
31278
|
-
"kind": "NON_NULL",
|
|
31279
|
-
"ofType": {
|
|
31280
|
-
"kind": "SCALAR",
|
|
31281
|
-
"name": "String"
|
|
31282
|
-
}
|
|
31283
|
-
}
|
|
31284
|
-
}
|
|
31285
|
-
},
|
|
31286
31273
|
{
|
|
31287
31274
|
"name": "countryCode",
|
|
31288
31275
|
"type": {
|
|
@@ -31294,50 +31281,14 @@ const introspection = {
|
|
|
31294
31281
|
}
|
|
31295
31282
|
},
|
|
31296
31283
|
{
|
|
31297
|
-
"name": "
|
|
31298
|
-
"type": {
|
|
31299
|
-
"kind": "LIST",
|
|
31300
|
-
"ofType": {
|
|
31301
|
-
"kind": "NON_NULL",
|
|
31302
|
-
"ofType": {
|
|
31303
|
-
"kind": "SCALAR",
|
|
31304
|
-
"name": "ID"
|
|
31305
|
-
}
|
|
31306
|
-
}
|
|
31307
|
-
}
|
|
31308
|
-
},
|
|
31309
|
-
{
|
|
31310
|
-
"name": "level",
|
|
31311
|
-
"type": {
|
|
31312
|
-
"kind": "LIST",
|
|
31313
|
-
"ofType": {
|
|
31314
|
-
"kind": "NON_NULL",
|
|
31315
|
-
"ofType": {
|
|
31316
|
-
"kind": "SCALAR",
|
|
31317
|
-
"name": "Int"
|
|
31318
|
-
}
|
|
31319
|
-
}
|
|
31320
|
-
}
|
|
31321
|
-
},
|
|
31322
|
-
{
|
|
31323
|
-
"name": "parentId",
|
|
31284
|
+
"name": "query",
|
|
31324
31285
|
"type": {
|
|
31325
|
-
"kind": "
|
|
31286
|
+
"kind": "NON_NULL",
|
|
31326
31287
|
"ofType": {
|
|
31327
|
-
"kind": "
|
|
31328
|
-
"
|
|
31329
|
-
"kind": "SCALAR",
|
|
31330
|
-
"name": "ID"
|
|
31331
|
-
}
|
|
31288
|
+
"kind": "SCALAR",
|
|
31289
|
+
"name": "String"
|
|
31332
31290
|
}
|
|
31333
31291
|
}
|
|
31334
|
-
},
|
|
31335
|
-
{
|
|
31336
|
-
"name": "query",
|
|
31337
|
-
"type": {
|
|
31338
|
-
"kind": "SCALAR",
|
|
31339
|
-
"name": "String"
|
|
31340
|
-
}
|
|
31341
31292
|
}
|
|
31342
31293
|
],
|
|
31343
31294
|
"isDeprecated": false
|
|
@@ -32047,6 +31998,87 @@ const introspection = {
|
|
|
32047
31998
|
],
|
|
32048
31999
|
"isDeprecated": false
|
|
32049
32000
|
},
|
|
32001
|
+
{
|
|
32002
|
+
"name": "treeListRegions",
|
|
32003
|
+
"type": {
|
|
32004
|
+
"kind": "NON_NULL",
|
|
32005
|
+
"ofType": {
|
|
32006
|
+
"kind": "LIST",
|
|
32007
|
+
"ofType": {
|
|
32008
|
+
"kind": "NON_NULL",
|
|
32009
|
+
"ofType": {
|
|
32010
|
+
"kind": "OBJECT",
|
|
32011
|
+
"name": "Region"
|
|
32012
|
+
}
|
|
32013
|
+
}
|
|
32014
|
+
}
|
|
32015
|
+
},
|
|
32016
|
+
"args": [
|
|
32017
|
+
{
|
|
32018
|
+
"name": "code",
|
|
32019
|
+
"type": {
|
|
32020
|
+
"kind": "LIST",
|
|
32021
|
+
"ofType": {
|
|
32022
|
+
"kind": "NON_NULL",
|
|
32023
|
+
"ofType": {
|
|
32024
|
+
"kind": "SCALAR",
|
|
32025
|
+
"name": "String"
|
|
32026
|
+
}
|
|
32027
|
+
}
|
|
32028
|
+
}
|
|
32029
|
+
},
|
|
32030
|
+
{
|
|
32031
|
+
"name": "countryCode",
|
|
32032
|
+
"type": {
|
|
32033
|
+
"kind": "NON_NULL",
|
|
32034
|
+
"ofType": {
|
|
32035
|
+
"kind": "SCALAR",
|
|
32036
|
+
"name": "String"
|
|
32037
|
+
}
|
|
32038
|
+
}
|
|
32039
|
+
},
|
|
32040
|
+
{
|
|
32041
|
+
"name": "id",
|
|
32042
|
+
"type": {
|
|
32043
|
+
"kind": "LIST",
|
|
32044
|
+
"ofType": {
|
|
32045
|
+
"kind": "NON_NULL",
|
|
32046
|
+
"ofType": {
|
|
32047
|
+
"kind": "SCALAR",
|
|
32048
|
+
"name": "ID"
|
|
32049
|
+
}
|
|
32050
|
+
}
|
|
32051
|
+
}
|
|
32052
|
+
},
|
|
32053
|
+
{
|
|
32054
|
+
"name": "level",
|
|
32055
|
+
"type": {
|
|
32056
|
+
"kind": "LIST",
|
|
32057
|
+
"ofType": {
|
|
32058
|
+
"kind": "NON_NULL",
|
|
32059
|
+
"ofType": {
|
|
32060
|
+
"kind": "SCALAR",
|
|
32061
|
+
"name": "Int"
|
|
32062
|
+
}
|
|
32063
|
+
}
|
|
32064
|
+
}
|
|
32065
|
+
},
|
|
32066
|
+
{
|
|
32067
|
+
"name": "parentId",
|
|
32068
|
+
"type": {
|
|
32069
|
+
"kind": "LIST",
|
|
32070
|
+
"ofType": {
|
|
32071
|
+
"kind": "NON_NULL",
|
|
32072
|
+
"ofType": {
|
|
32073
|
+
"kind": "SCALAR",
|
|
32074
|
+
"name": "ID"
|
|
32075
|
+
}
|
|
32076
|
+
}
|
|
32077
|
+
}
|
|
32078
|
+
}
|
|
32079
|
+
],
|
|
32080
|
+
"isDeprecated": false
|
|
32081
|
+
},
|
|
32050
32082
|
{
|
|
32051
32083
|
"name": "unavailability",
|
|
32052
32084
|
"type": {
|
|
@@ -33264,60 +33296,6 @@ const introspection = {
|
|
|
33264
33296
|
"kind": "OBJECT",
|
|
33265
33297
|
"name": "Region",
|
|
33266
33298
|
"fields": [
|
|
33267
|
-
{
|
|
33268
|
-
"name": "boundsEast",
|
|
33269
|
-
"type": {
|
|
33270
|
-
"kind": "SCALAR",
|
|
33271
|
-
"name": "Float"
|
|
33272
|
-
},
|
|
33273
|
-
"args": [],
|
|
33274
|
-
"isDeprecated": false
|
|
33275
|
-
},
|
|
33276
|
-
{
|
|
33277
|
-
"name": "boundsNorth",
|
|
33278
|
-
"type": {
|
|
33279
|
-
"kind": "SCALAR",
|
|
33280
|
-
"name": "Float"
|
|
33281
|
-
},
|
|
33282
|
-
"args": [],
|
|
33283
|
-
"isDeprecated": false
|
|
33284
|
-
},
|
|
33285
|
-
{
|
|
33286
|
-
"name": "boundsSouth",
|
|
33287
|
-
"type": {
|
|
33288
|
-
"kind": "SCALAR",
|
|
33289
|
-
"name": "Float"
|
|
33290
|
-
},
|
|
33291
|
-
"args": [],
|
|
33292
|
-
"isDeprecated": false
|
|
33293
|
-
},
|
|
33294
|
-
{
|
|
33295
|
-
"name": "boundsWest",
|
|
33296
|
-
"type": {
|
|
33297
|
-
"kind": "SCALAR",
|
|
33298
|
-
"name": "Float"
|
|
33299
|
-
},
|
|
33300
|
-
"args": [],
|
|
33301
|
-
"isDeprecated": false
|
|
33302
|
-
},
|
|
33303
|
-
{
|
|
33304
|
-
"name": "centerLat",
|
|
33305
|
-
"type": {
|
|
33306
|
-
"kind": "SCALAR",
|
|
33307
|
-
"name": "Float"
|
|
33308
|
-
},
|
|
33309
|
-
"args": [],
|
|
33310
|
-
"isDeprecated": false
|
|
33311
|
-
},
|
|
33312
|
-
{
|
|
33313
|
-
"name": "centerLong",
|
|
33314
|
-
"type": {
|
|
33315
|
-
"kind": "SCALAR",
|
|
33316
|
-
"name": "Float"
|
|
33317
|
-
},
|
|
33318
|
-
"args": [],
|
|
33319
|
-
"isDeprecated": false
|
|
33320
|
-
},
|
|
33321
33299
|
{
|
|
33322
33300
|
"name": "code",
|
|
33323
33301
|
"type": {
|
|
@@ -33383,15 +33361,6 @@ const introspection = {
|
|
|
33383
33361
|
},
|
|
33384
33362
|
"args": [],
|
|
33385
33363
|
"isDeprecated": false
|
|
33386
|
-
},
|
|
33387
|
-
{
|
|
33388
|
-
"name": "region",
|
|
33389
|
-
"type": {
|
|
33390
|
-
"kind": "SCALAR",
|
|
33391
|
-
"name": "JSONObject"
|
|
33392
|
-
},
|
|
33393
|
-
"args": [],
|
|
33394
|
-
"isDeprecated": false
|
|
33395
33364
|
}
|
|
33396
33365
|
],
|
|
33397
33366
|
"interfaces": []
|
package/src/schema.ts
CHANGED
|
@@ -4253,6 +4253,7 @@ export type Query = {
|
|
|
4253
4253
|
textMessageTemplates: Array<TextMessageTemplate>;
|
|
4254
4254
|
timeRangeAvailabilitySettings: Array<TimeRangeAvailabilitySetting>;
|
|
4255
4255
|
timetable: Timetable;
|
|
4256
|
+
treeListRegions: Array<Region>;
|
|
4256
4257
|
unavailability: UnavailabilityConnection;
|
|
4257
4258
|
validateTimetableSlot: ValidatedTimetableSlot;
|
|
4258
4259
|
validator: Validator;
|
|
@@ -5017,12 +5018,8 @@ export type QuerySchedulableSubjectsArgs = {
|
|
|
5017
5018
|
|
|
5018
5019
|
|
|
5019
5020
|
export type QuerySearchRegionsArgs = {
|
|
5020
|
-
code?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5021
5021
|
countryCode: Scalars['String']['input'];
|
|
5022
|
-
|
|
5023
|
-
level?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
5024
|
-
parentId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5025
|
-
query?: InputMaybe<Scalars['String']['input']>;
|
|
5022
|
+
query: Scalars['String']['input'];
|
|
5026
5023
|
};
|
|
5027
5024
|
|
|
5028
5025
|
|
|
@@ -5119,6 +5116,15 @@ export type QueryTimetableArgs = {
|
|
|
5119
5116
|
};
|
|
5120
5117
|
|
|
5121
5118
|
|
|
5119
|
+
export type QueryTreeListRegionsArgs = {
|
|
5120
|
+
code?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5121
|
+
countryCode: Scalars['String']['input'];
|
|
5122
|
+
id?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5123
|
+
level?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
5124
|
+
parentId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5125
|
+
};
|
|
5126
|
+
|
|
5127
|
+
|
|
5122
5128
|
export type QueryUnavailabilityArgs = {
|
|
5123
5129
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5124
5130
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5289,19 +5295,12 @@ export type ReceiverInput = {
|
|
|
5289
5295
|
};
|
|
5290
5296
|
|
|
5291
5297
|
export type Region = {
|
|
5292
|
-
boundsEast?: Maybe<Scalars['Float']['output']>;
|
|
5293
|
-
boundsNorth?: Maybe<Scalars['Float']['output']>;
|
|
5294
|
-
boundsSouth?: Maybe<Scalars['Float']['output']>;
|
|
5295
|
-
boundsWest?: Maybe<Scalars['Float']['output']>;
|
|
5296
|
-
centerLat?: Maybe<Scalars['Float']['output']>;
|
|
5297
|
-
centerLong?: Maybe<Scalars['Float']['output']>;
|
|
5298
5298
|
code?: Maybe<Scalars['String']['output']>;
|
|
5299
5299
|
countryCode: Scalars['String']['output'];
|
|
5300
5300
|
id: Scalars['ID']['output'];
|
|
5301
5301
|
level: Scalars['Int']['output'];
|
|
5302
5302
|
name: Scalars['String']['output'];
|
|
5303
5303
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
5304
|
-
region?: Maybe<Scalars['JSONObject']['output']>;
|
|
5305
5304
|
};
|
|
5306
5305
|
|
|
5307
5306
|
export type RegionConnection = {
|