@pexip-engage-public/graphql 1.0.62-canary-20250217083401 → 1.0.62-canary-20250217104854
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 +2 -1
- package/dist/graphql-env.d.ts +105 -78
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +116 -85
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +12 -9
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +116 -85
- package/src/schema.ts +12 -11
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-20250217104854",
|
|
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-20250217104854"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|
package/src/graphql-env.ts
CHANGED
|
@@ -31270,6 +31270,19 @@ 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
|
+
},
|
|
31273
31286
|
{
|
|
31274
31287
|
"name": "countryCode",
|
|
31275
31288
|
"type": {
|
|
@@ -31281,14 +31294,50 @@ const introspection = {
|
|
|
31281
31294
|
}
|
|
31282
31295
|
},
|
|
31283
31296
|
{
|
|
31284
|
-
"name": "
|
|
31297
|
+
"name": "id",
|
|
31285
31298
|
"type": {
|
|
31286
|
-
"kind": "
|
|
31299
|
+
"kind": "LIST",
|
|
31287
31300
|
"ofType": {
|
|
31288
|
-
"kind": "
|
|
31289
|
-
"
|
|
31301
|
+
"kind": "NON_NULL",
|
|
31302
|
+
"ofType": {
|
|
31303
|
+
"kind": "SCALAR",
|
|
31304
|
+
"name": "ID"
|
|
31305
|
+
}
|
|
31290
31306
|
}
|
|
31291
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",
|
|
31324
|
+
"type": {
|
|
31325
|
+
"kind": "LIST",
|
|
31326
|
+
"ofType": {
|
|
31327
|
+
"kind": "NON_NULL",
|
|
31328
|
+
"ofType": {
|
|
31329
|
+
"kind": "SCALAR",
|
|
31330
|
+
"name": "ID"
|
|
31331
|
+
}
|
|
31332
|
+
}
|
|
31333
|
+
}
|
|
31334
|
+
},
|
|
31335
|
+
{
|
|
31336
|
+
"name": "query",
|
|
31337
|
+
"type": {
|
|
31338
|
+
"kind": "SCALAR",
|
|
31339
|
+
"name": "String"
|
|
31340
|
+
}
|
|
31292
31341
|
}
|
|
31293
31342
|
],
|
|
31294
31343
|
"isDeprecated": false
|
|
@@ -31998,87 +32047,6 @@ const introspection = {
|
|
|
31998
32047
|
],
|
|
31999
32048
|
"isDeprecated": false
|
|
32000
32049
|
},
|
|
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
|
-
},
|
|
32082
32050
|
{
|
|
32083
32051
|
"name": "unavailability",
|
|
32084
32052
|
"type": {
|
|
@@ -33296,6 +33264,60 @@ const introspection = {
|
|
|
33296
33264
|
"kind": "OBJECT",
|
|
33297
33265
|
"name": "Region",
|
|
33298
33266
|
"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
|
+
},
|
|
33299
33321
|
{
|
|
33300
33322
|
"name": "code",
|
|
33301
33323
|
"type": {
|
|
@@ -33361,6 +33383,15 @@ const introspection = {
|
|
|
33361
33383
|
},
|
|
33362
33384
|
"args": [],
|
|
33363
33385
|
"isDeprecated": false
|
|
33386
|
+
},
|
|
33387
|
+
{
|
|
33388
|
+
"name": "region",
|
|
33389
|
+
"type": {
|
|
33390
|
+
"kind": "SCALAR",
|
|
33391
|
+
"name": "JSONObject"
|
|
33392
|
+
},
|
|
33393
|
+
"args": [],
|
|
33394
|
+
"isDeprecated": false
|
|
33364
33395
|
}
|
|
33365
33396
|
],
|
|
33366
33397
|
"interfaces": []
|
package/src/schema.ts
CHANGED
|
@@ -4253,7 +4253,6 @@ export type Query = {
|
|
|
4253
4253
|
textMessageTemplates: Array<TextMessageTemplate>;
|
|
4254
4254
|
timeRangeAvailabilitySettings: Array<TimeRangeAvailabilitySetting>;
|
|
4255
4255
|
timetable: Timetable;
|
|
4256
|
-
treeListRegions: Array<Region>;
|
|
4257
4256
|
unavailability: UnavailabilityConnection;
|
|
4258
4257
|
validateTimetableSlot: ValidatedTimetableSlot;
|
|
4259
4258
|
validator: Validator;
|
|
@@ -5018,8 +5017,12 @@ export type QuerySchedulableSubjectsArgs = {
|
|
|
5018
5017
|
|
|
5019
5018
|
|
|
5020
5019
|
export type QuerySearchRegionsArgs = {
|
|
5020
|
+
code?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5021
5021
|
countryCode: Scalars['String']['input'];
|
|
5022
|
-
|
|
5022
|
+
id?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5023
|
+
level?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
5024
|
+
parentId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5025
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
5023
5026
|
};
|
|
5024
5027
|
|
|
5025
5028
|
|
|
@@ -5116,15 +5119,6 @@ export type QueryTimetableArgs = {
|
|
|
5116
5119
|
};
|
|
5117
5120
|
|
|
5118
5121
|
|
|
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
|
-
|
|
5128
5122
|
export type QueryUnavailabilityArgs = {
|
|
5129
5123
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
5130
5124
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5295,12 +5289,19 @@ export type ReceiverInput = {
|
|
|
5295
5289
|
};
|
|
5296
5290
|
|
|
5297
5291
|
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']>;
|
|
5304
5305
|
};
|
|
5305
5306
|
|
|
5306
5307
|
export type RegionConnection = {
|