@mjtech-ems/schema 1.2.0 → 1.2.2
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/dist/generated/index.d.ts +76 -10
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/mjtech-ems.d.ts.map +1 -1
- package/dist/mjtech-ems.js +1 -1
- package/dist/mjtech-eqms.d.ts.map +1 -1
- package/dist/mjtech-eqms.js +1 -1
- package/dist/mjtech-ngu.d.ts.map +1 -1
- package/dist/mjtech-ngu.js +1 -1
- package/package.json +1 -1
|
@@ -174,26 +174,29 @@ export type CompanyInfo = {
|
|
|
174
174
|
activeApps?: Maybe<Array<Maybe<ActiveApps>>>;
|
|
175
175
|
alias?: Maybe<Scalars['String']['output']>;
|
|
176
176
|
config?: Maybe<Scalars['String']['output']>;
|
|
177
|
-
|
|
177
|
+
departments?: Maybe<Array<Maybe<Departments>>>;
|
|
178
178
|
licenseType?: Maybe<Scalars['String']['output']>;
|
|
179
179
|
licensedUsers?: Maybe<Scalars['Int']['output']>;
|
|
180
180
|
name?: Maybe<Scalars['String']['output']>;
|
|
181
|
-
start?: Maybe<Scalars['Date']['output']>;
|
|
182
181
|
status?: Maybe<Scalars['String']['output']>;
|
|
183
182
|
};
|
|
184
183
|
export type CompanyInput = {
|
|
185
184
|
activeApps?: InputMaybe<Array<InputMaybe<ActiveAppsInput>>>;
|
|
186
185
|
alias?: InputMaybe<Scalars['String']['input']>;
|
|
187
186
|
config?: InputMaybe<Scalars['String']['input']>;
|
|
188
|
-
end?: InputMaybe<Scalars['Date']['input']>;
|
|
189
187
|
licenseType?: InputMaybe<Scalars['String']['input']>;
|
|
190
188
|
licensedUsers?: InputMaybe<Scalars['Int']['input']>;
|
|
191
189
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
192
|
-
start?: InputMaybe<Scalars['Date']['input']>;
|
|
193
190
|
};
|
|
194
191
|
export type CompanyListInput = {
|
|
195
192
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
196
193
|
};
|
|
194
|
+
export type CompanyResponse = {
|
|
195
|
+
__typename?: 'CompanyResponse';
|
|
196
|
+
companyId?: Maybe<Scalars['ID']['output']>;
|
|
197
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
198
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
199
|
+
};
|
|
197
200
|
export type CostConfig = {
|
|
198
201
|
__typename?: 'CostConfig';
|
|
199
202
|
cost?: Maybe<Scalars['String']['output']>;
|
|
@@ -203,6 +206,7 @@ export type CostConfigInput = {
|
|
|
203
206
|
cost?: InputMaybe<Scalars['String']['input']>;
|
|
204
207
|
range?: InputMaybe<Scalars['String']['input']>;
|
|
205
208
|
};
|
|
209
|
+
export type CreateCompanyResponse = CompanyResponse | GeneralResponse;
|
|
206
210
|
export type DashboardData = {
|
|
207
211
|
__typename?: 'DashboardData';
|
|
208
212
|
devicesActiveVsDownTime?: Maybe<Array<Maybe<DeviceActiveVsDownTime>>>;
|
|
@@ -216,11 +220,16 @@ export type DashboardDataFetchInput = {
|
|
|
216
220
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
217
221
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
218
222
|
};
|
|
223
|
+
export type DepartmentResponse = {
|
|
224
|
+
__typename?: 'DepartmentResponse';
|
|
225
|
+
departmentId?: Maybe<Scalars['ID']['output']>;
|
|
226
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
227
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
228
|
+
};
|
|
219
229
|
export type Departments = {
|
|
220
230
|
__typename?: 'Departments';
|
|
221
231
|
appType?: Maybe<Scalars['String']['output']>;
|
|
222
232
|
companyId?: Maybe<Scalars['ID']['output']>;
|
|
223
|
-
department?: Maybe<Scalars['String']['output']>;
|
|
224
233
|
id: Scalars['ID']['output'];
|
|
225
234
|
name?: Maybe<Scalars['String']['output']>;
|
|
226
235
|
userAllowedPages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -229,7 +238,6 @@ export type Departments = {
|
|
|
229
238
|
export type DepartmentsInput = {
|
|
230
239
|
appType?: InputMaybe<Scalars['String']['input']>;
|
|
231
240
|
companyId?: InputMaybe<Scalars['ID']['input']>;
|
|
232
|
-
department?: InputMaybe<Scalars['String']['input']>;
|
|
233
241
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
234
242
|
userAllowedPages?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
235
243
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -356,11 +364,14 @@ export type DeviceInfo = {
|
|
|
356
364
|
__typename?: 'DeviceInfo';
|
|
357
365
|
company?: Maybe<Company>;
|
|
358
366
|
deviceType?: Maybe<Scalars['String']['output']>;
|
|
367
|
+
expectedProductivity?: Maybe<Scalars['String']['output']>;
|
|
359
368
|
location?: Maybe<Scalars['String']['output']>;
|
|
360
369
|
master?: Maybe<Scalars['String']['output']>;
|
|
361
370
|
model?: Maybe<Scalars['String']['output']>;
|
|
362
371
|
name?: Maybe<Scalars['String']['output']>;
|
|
363
372
|
offTimeTracker?: Maybe<Scalars['String']['output']>;
|
|
373
|
+
prevProductivity?: Maybe<Scalars['String']['output']>;
|
|
374
|
+
prevRunHrs?: Maybe<Scalars['String']['output']>;
|
|
364
375
|
prodCalcParameter?: Maybe<Scalars['String']['output']>;
|
|
365
376
|
productivity?: Maybe<Scalars['String']['output']>;
|
|
366
377
|
registerConfig?: Maybe<Array<Maybe<RegisterConfig>>>;
|
|
@@ -374,11 +385,14 @@ export type DeviceInfo = {
|
|
|
374
385
|
export type DeviceInfoInput = {
|
|
375
386
|
company?: InputMaybe<CompanyInput>;
|
|
376
387
|
deviceType?: InputMaybe<Scalars['String']['input']>;
|
|
388
|
+
expectedProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
377
389
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
378
390
|
master?: InputMaybe<Scalars['String']['input']>;
|
|
379
391
|
model?: InputMaybe<Scalars['String']['input']>;
|
|
380
392
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
381
393
|
offTimeTracker?: InputMaybe<Scalars['String']['input']>;
|
|
394
|
+
prevProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
395
|
+
prevRunHrs?: InputMaybe<Scalars['String']['input']>;
|
|
382
396
|
prodCalcParameter?: InputMaybe<Scalars['String']['input']>;
|
|
383
397
|
productivity?: InputMaybe<Scalars['String']['input']>;
|
|
384
398
|
registerConfig?: InputMaybe<Array<InputMaybe<RegisterConfigInput>>>;
|
|
@@ -393,11 +407,14 @@ export type DeviceInfoInput = {
|
|
|
393
407
|
export type DeviceInput = {
|
|
394
408
|
companyId?: InputMaybe<Scalars['ID']['input']>;
|
|
395
409
|
deviceType?: InputMaybe<Scalars['String']['input']>;
|
|
410
|
+
expectedProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
396
411
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
397
412
|
master?: InputMaybe<Scalars['String']['input']>;
|
|
398
413
|
model?: InputMaybe<Scalars['String']['input']>;
|
|
399
414
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
400
415
|
offTimeTracker?: InputMaybe<Scalars['String']['input']>;
|
|
416
|
+
prevProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
417
|
+
prevRunHrs?: InputMaybe<Scalars['String']['input']>;
|
|
401
418
|
prodCalcParameter?: InputMaybe<Scalars['String']['input']>;
|
|
402
419
|
productivity?: InputMaybe<Scalars['String']['input']>;
|
|
403
420
|
registerConfig?: InputMaybe<Array<InputMaybe<RegisterConfigInput>>>;
|
|
@@ -580,6 +597,10 @@ export type DownTimeReport = {
|
|
|
580
597
|
startTime?: Maybe<Scalars['String']['output']>;
|
|
581
598
|
totalDownTime?: Maybe<Scalars['String']['output']>;
|
|
582
599
|
};
|
|
600
|
+
export type EditManyDepartmentsInput = {
|
|
601
|
+
data?: InputMaybe<DepartmentsInput>;
|
|
602
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
603
|
+
};
|
|
583
604
|
export type EditManyPartsInput = {
|
|
584
605
|
id: Scalars['ID']['input'];
|
|
585
606
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -601,7 +622,7 @@ export type EqmsCompleteReport = {
|
|
|
601
622
|
value?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
|
602
623
|
};
|
|
603
624
|
export type EqmsCompleteReportInput = {
|
|
604
|
-
|
|
625
|
+
deviceIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
605
626
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
606
627
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
607
628
|
};
|
|
@@ -625,10 +646,13 @@ export type EqmsDeviceInfo = {
|
|
|
625
646
|
SLID?: Maybe<Scalars['String']['output']>;
|
|
626
647
|
company?: Maybe<Company>;
|
|
627
648
|
deviceType?: Maybe<Scalars['String']['output']>;
|
|
649
|
+
expectedProductivity?: Maybe<Scalars['String']['output']>;
|
|
628
650
|
location?: Maybe<Scalars['String']['output']>;
|
|
629
651
|
model?: Maybe<Scalars['String']['output']>;
|
|
630
652
|
name?: Maybe<Scalars['String']['output']>;
|
|
631
653
|
offTimeTracker?: Maybe<Scalars['String']['output']>;
|
|
654
|
+
prevProductivity?: Maybe<Scalars['String']['output']>;
|
|
655
|
+
prevRunHrs?: Maybe<Scalars['String']['output']>;
|
|
632
656
|
prodCalcParameter?: Maybe<Scalars['String']['output']>;
|
|
633
657
|
productivity?: Maybe<Scalars['String']['output']>;
|
|
634
658
|
registerConfig?: Maybe<Array<Maybe<RegisterConfig>>>;
|
|
@@ -642,10 +666,13 @@ export type EqmsDeviceInput = {
|
|
|
642
666
|
SLID?: InputMaybe<Scalars['String']['input']>;
|
|
643
667
|
companyId?: InputMaybe<Scalars['ID']['input']>;
|
|
644
668
|
deviceType?: InputMaybe<Scalars['String']['input']>;
|
|
669
|
+
expectedProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
645
670
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
646
671
|
model?: InputMaybe<Scalars['String']['input']>;
|
|
647
672
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
648
673
|
offTimeTracker?: InputMaybe<Scalars['String']['input']>;
|
|
674
|
+
prevProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
675
|
+
prevRunHrs?: InputMaybe<Scalars['String']['input']>;
|
|
649
676
|
prodCalcParameter?: InputMaybe<Scalars['String']['input']>;
|
|
650
677
|
productivity?: InputMaybe<Scalars['String']['input']>;
|
|
651
678
|
registerConfig?: InputMaybe<Array<InputMaybe<RegisterConfigInput>>>;
|
|
@@ -957,7 +984,7 @@ export type Mutation = {
|
|
|
957
984
|
__typename?: 'Mutation';
|
|
958
985
|
addAllNewStorage?: Maybe<GeneralResponse>;
|
|
959
986
|
addAllNewUiCustomNames?: Maybe<GeneralResponse>;
|
|
960
|
-
addNewDepartment?: Maybe<
|
|
987
|
+
addNewDepartment?: Maybe<DepartmentResponse>;
|
|
961
988
|
addNewMachine?: Maybe<GeneralResponse>;
|
|
962
989
|
addNewPart?: Maybe<GeneralResponse>;
|
|
963
990
|
addNewStorage?: Maybe<GeneralResponse>;
|
|
@@ -965,7 +992,7 @@ export type Mutation = {
|
|
|
965
992
|
changePassword?: Maybe<GeneralResponse>;
|
|
966
993
|
createAlert?: Maybe<GeneralResponse>;
|
|
967
994
|
createAlertEmail?: Maybe<GeneralResponse>;
|
|
968
|
-
createCompany?: Maybe<
|
|
995
|
+
createCompany?: Maybe<CreateCompanyResponse>;
|
|
969
996
|
createDevice?: Maybe<GeneralResponse>;
|
|
970
997
|
createEqmsDevice?: Maybe<GeneralResponse>;
|
|
971
998
|
createNguAlertEmail?: Maybe<GeneralResponse>;
|
|
@@ -974,13 +1001,16 @@ export type Mutation = {
|
|
|
974
1001
|
createNguUser?: Maybe<GeneralResponse>;
|
|
975
1002
|
createUser?: Maybe<GeneralResponse>;
|
|
976
1003
|
deleteDepartment?: Maybe<GeneralResponse>;
|
|
1004
|
+
deleteDevice?: Maybe<GeneralResponse>;
|
|
977
1005
|
deleteEqmsDevice?: Maybe<GeneralResponse>;
|
|
978
1006
|
deleteMachine?: Maybe<GeneralResponse>;
|
|
1007
|
+
deleteNguDevice?: Maybe<GeneralResponse>;
|
|
979
1008
|
deletePart?: Maybe<GeneralResponse>;
|
|
980
1009
|
deleteStorage?: Maybe<GeneralResponse>;
|
|
981
1010
|
deleteUserSession?: Maybe<GeneralResponse>;
|
|
982
1011
|
editDepartment?: Maybe<GeneralResponse>;
|
|
983
1012
|
editMachine?: Maybe<GeneralResponse>;
|
|
1013
|
+
editManyDepartments?: Maybe<GeneralResponse>;
|
|
984
1014
|
editManyParts?: Maybe<GeneralResponse>;
|
|
985
1015
|
editPart?: Maybe<GeneralResponse>;
|
|
986
1016
|
editStorage?: Maybe<GeneralResponse>;
|
|
@@ -1072,12 +1102,18 @@ export type MutationCreateUserArgs = {
|
|
|
1072
1102
|
export type MutationDeleteDepartmentArgs = {
|
|
1073
1103
|
id: Scalars['ID']['input'];
|
|
1074
1104
|
};
|
|
1105
|
+
export type MutationDeleteDeviceArgs = {
|
|
1106
|
+
id: Scalars['ID']['input'];
|
|
1107
|
+
};
|
|
1075
1108
|
export type MutationDeleteEqmsDeviceArgs = {
|
|
1076
1109
|
id: Scalars['ID']['input'];
|
|
1077
1110
|
};
|
|
1078
1111
|
export type MutationDeleteMachineArgs = {
|
|
1079
1112
|
id: Scalars['ID']['input'];
|
|
1080
1113
|
};
|
|
1114
|
+
export type MutationDeleteNguDeviceArgs = {
|
|
1115
|
+
id: Scalars['ID']['input'];
|
|
1116
|
+
};
|
|
1081
1117
|
export type MutationDeletePartArgs = {
|
|
1082
1118
|
id: Scalars['ID']['input'];
|
|
1083
1119
|
};
|
|
@@ -1095,6 +1131,9 @@ export type MutationEditMachineArgs = {
|
|
|
1095
1131
|
data?: InputMaybe<MachinesInput>;
|
|
1096
1132
|
id: Scalars['ID']['input'];
|
|
1097
1133
|
};
|
|
1134
|
+
export type MutationEditManyDepartmentsArgs = {
|
|
1135
|
+
data?: InputMaybe<Array<InputMaybe<EditManyDepartmentsInput>>>;
|
|
1136
|
+
};
|
|
1098
1137
|
export type MutationEditManyPartsArgs = {
|
|
1099
1138
|
data?: InputMaybe<Array<InputMaybe<EditManyPartsInput>>>;
|
|
1100
1139
|
};
|
|
@@ -1257,11 +1296,15 @@ export type NguDevice = {
|
|
|
1257
1296
|
};
|
|
1258
1297
|
export type NguDeviceInfo = {
|
|
1259
1298
|
__typename?: 'NguDeviceInfo';
|
|
1260
|
-
|
|
1299
|
+
SLID?: Maybe<Scalars['String']['output']>;
|
|
1300
|
+
company?: Maybe<Company>;
|
|
1261
1301
|
deviceType?: Maybe<Scalars['String']['output']>;
|
|
1302
|
+
expectedProductivity?: Maybe<Scalars['String']['output']>;
|
|
1262
1303
|
location?: Maybe<Scalars['String']['output']>;
|
|
1263
1304
|
name?: Maybe<Scalars['String']['output']>;
|
|
1264
1305
|
offTimeTracker?: Maybe<Scalars['String']['output']>;
|
|
1306
|
+
prevProductivity?: Maybe<Scalars['String']['output']>;
|
|
1307
|
+
prevRunHrs?: Maybe<Scalars['String']['output']>;
|
|
1265
1308
|
prodCalcParameter?: Maybe<Scalars['String']['output']>;
|
|
1266
1309
|
productivity?: Maybe<Scalars['String']['output']>;
|
|
1267
1310
|
registerConfig?: Maybe<Array<Maybe<RegisterConfig>>>;
|
|
@@ -1272,16 +1315,21 @@ export type NguDeviceInfo = {
|
|
|
1272
1315
|
type?: Maybe<Scalars['String']['output']>;
|
|
1273
1316
|
};
|
|
1274
1317
|
export type NguDeviceInput = {
|
|
1318
|
+
SLID?: InputMaybe<Scalars['String']['input']>;
|
|
1275
1319
|
companyId?: InputMaybe<Scalars['ID']['input']>;
|
|
1276
1320
|
deviceType?: InputMaybe<Scalars['String']['input']>;
|
|
1321
|
+
expectedProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
1277
1322
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
1278
1323
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
1279
1324
|
offTimeTracker?: InputMaybe<Scalars['String']['input']>;
|
|
1325
|
+
prevProductivity?: InputMaybe<Scalars['String']['input']>;
|
|
1326
|
+
prevRunHrs?: InputMaybe<Scalars['String']['input']>;
|
|
1280
1327
|
prodCalcParameter?: InputMaybe<Scalars['String']['input']>;
|
|
1281
1328
|
productivity?: InputMaybe<Scalars['String']['input']>;
|
|
1282
1329
|
registerConfig?: InputMaybe<Array<InputMaybe<RegisterConfigInput>>>;
|
|
1283
1330
|
runHrs?: InputMaybe<Scalars['String']['input']>;
|
|
1284
1331
|
runHrsCalcParameter?: InputMaybe<Scalars['String']['input']>;
|
|
1332
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
1285
1333
|
threshold?: InputMaybe<Scalars['JSON']['input']>;
|
|
1286
1334
|
topic?: InputMaybe<Scalars['String']['input']>;
|
|
1287
1335
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1298,10 +1346,23 @@ export type NguDeviceReportInput = {
|
|
|
1298
1346
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
1299
1347
|
};
|
|
1300
1348
|
export type NguDevicesReportInput = {
|
|
1349
|
+
deviceIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1301
1350
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
1302
1351
|
locations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1303
1352
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
1304
1353
|
};
|
|
1354
|
+
export type NguDevicewiseDevicesReportInput = {
|
|
1355
|
+
deviceIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1356
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
1357
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
1358
|
+
};
|
|
1359
|
+
export type NguLocationMapPageData = {
|
|
1360
|
+
__typename?: 'NguLocationMapPageData';
|
|
1361
|
+
devicesReport?: Maybe<NguDeviceReport>;
|
|
1362
|
+
};
|
|
1363
|
+
export type NguLocationMapPageDataFetchInput = {
|
|
1364
|
+
devicesReport?: InputMaybe<NguDevicewiseDevicesReportInput>;
|
|
1365
|
+
};
|
|
1305
1366
|
export type NguStatusInput = {
|
|
1306
1367
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
1307
1368
|
};
|
|
@@ -1331,6 +1392,7 @@ export type NguTempDataTable = {
|
|
|
1331
1392
|
PU?: Maybe<NguTempDataAlertProps>;
|
|
1332
1393
|
RH?: Maybe<NguTempDataAlertProps>;
|
|
1333
1394
|
SCFM?: Maybe<NguTempDataAlertProps>;
|
|
1395
|
+
alerts?: Maybe<Scalars['JSON']['output']>;
|
|
1334
1396
|
deviceId?: Maybe<Scalars['ID']['output']>;
|
|
1335
1397
|
lastUpdatedTime?: Maybe<Scalars['String']['output']>;
|
|
1336
1398
|
pkt?: Maybe<Scalars['String']['output']>;
|
|
@@ -1475,6 +1537,7 @@ export type Query = {
|
|
|
1475
1537
|
fetchNguDeviceList?: Maybe<Array<Maybe<NguDevice>>>;
|
|
1476
1538
|
fetchNguDeviceReport?: Maybe<NguDeviceReport>;
|
|
1477
1539
|
fetchNguDevicesReport?: Maybe<NguDeviceReport>;
|
|
1540
|
+
fetchNguLocationMapPageData?: Maybe<NguLocationMapPageData>;
|
|
1478
1541
|
fetchNguTempDataTable?: Maybe<Array<Maybe<NguTempDataTable>>>;
|
|
1479
1542
|
fetchNguTempDataTableByDeviceId?: Maybe<NguTempDataTable>;
|
|
1480
1543
|
fetchNguUserById?: Maybe<NguUser>;
|
|
@@ -1624,6 +1687,9 @@ export type QueryFetchNguDeviceReportArgs = {
|
|
|
1624
1687
|
export type QueryFetchNguDevicesReportArgs = {
|
|
1625
1688
|
queryData?: InputMaybe<NguDevicesReportInput>;
|
|
1626
1689
|
};
|
|
1690
|
+
export type QueryFetchNguLocationMapPageDataArgs = {
|
|
1691
|
+
data?: InputMaybe<NguLocationMapPageDataFetchInput>;
|
|
1692
|
+
};
|
|
1627
1693
|
export type QueryFetchNguTempDataTableByDeviceIdArgs = {
|
|
1628
1694
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
1629
1695
|
};
|