@mjtech-ems/schema 1.3.45 → 1.3.47
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 +444 -14
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/mergedSchema.js +2 -0
- package/dist/mjtech-ems.js +1 -1
- package/dist/mjtech-eqms.js +1 -1
- package/dist/mjtech-inventory-tracking.js +1 -1
- package/dist/mjtech-ngu.js +1 -1
- package/dist/mjtech-tooldash.d.ts +2 -0
- package/dist/mjtech-tooldash.js +10 -0
- package/package.json +1 -1
|
@@ -193,12 +193,14 @@ export type Billing = {
|
|
|
193
193
|
loadingAndUnloadingCharges?: Maybe<Scalars['Float']['output']>;
|
|
194
194
|
otherCharges?: Maybe<Scalars['Float']['output']>;
|
|
195
195
|
otherThanBillExpenses?: Maybe<Scalars['Float']['output']>;
|
|
196
|
+
paymentHistory?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
|
196
197
|
pf?: Maybe<Scalars['Int']['output']>;
|
|
197
198
|
pfGSTPercentage?: Maybe<Scalars['Int']['output']>;
|
|
198
199
|
roundOff?: Maybe<Scalars['Float']['output']>;
|
|
199
200
|
sgstTotal?: Maybe<Scalars['Float']['output']>;
|
|
200
201
|
suppliedBy?: Maybe<Scalars['String']['output']>;
|
|
201
202
|
totalBillValue?: Maybe<Scalars['Float']['output']>;
|
|
203
|
+
totalPaid?: Maybe<Scalars['String']['output']>;
|
|
202
204
|
transportAmount?: Maybe<Scalars['Float']['output']>;
|
|
203
205
|
transportedBy?: Maybe<Scalars['String']['output']>;
|
|
204
206
|
verifiedBy?: Maybe<Scalars['String']['output']>;
|
|
@@ -216,12 +218,14 @@ export type BillingInput = {
|
|
|
216
218
|
loadingAndUnloadingCharges?: InputMaybe<Scalars['Float']['input']>;
|
|
217
219
|
otherCharges?: InputMaybe<Scalars['Float']['input']>;
|
|
218
220
|
otherThanBillExpenses?: InputMaybe<Scalars['Float']['input']>;
|
|
221
|
+
paymentHistory?: InputMaybe<Array<InputMaybe<Scalars['JSON']['input']>>>;
|
|
219
222
|
pf?: InputMaybe<Scalars['Float']['input']>;
|
|
220
223
|
pfGSTPercentage?: InputMaybe<Scalars['Int']['input']>;
|
|
221
224
|
roundOff?: InputMaybe<Scalars['Float']['input']>;
|
|
222
225
|
sgstTotal?: InputMaybe<Scalars['Float']['input']>;
|
|
223
226
|
suppliedBy?: InputMaybe<Scalars['String']['input']>;
|
|
224
227
|
totalBillValue?: InputMaybe<Scalars['Float']['input']>;
|
|
228
|
+
totalPaid?: InputMaybe<Scalars['String']['input']>;
|
|
225
229
|
transportAmount?: InputMaybe<Scalars['Float']['input']>;
|
|
226
230
|
transportedBy?: InputMaybe<Scalars['String']['input']>;
|
|
227
231
|
verifiedBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -310,6 +314,16 @@ export type CreateProjectResponse = {
|
|
|
310
314
|
status?: Maybe<Scalars['String']['output']>;
|
|
311
315
|
};
|
|
312
316
|
export type CreateUserResponse = GeneralResponse | UserResponse;
|
|
317
|
+
export type Customers = {
|
|
318
|
+
__typename?: 'Customers';
|
|
319
|
+
customername?: Maybe<Scalars['String']['output']>;
|
|
320
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
321
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
322
|
+
};
|
|
323
|
+
export type CustomersInput = {
|
|
324
|
+
customername?: InputMaybe<Scalars['String']['input']>;
|
|
325
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
326
|
+
};
|
|
313
327
|
export type DbInput = {
|
|
314
328
|
appType?: InputMaybe<Scalars['String']['input']>;
|
|
315
329
|
collection?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -587,6 +601,34 @@ export type EditManyDepartmentsInput = {
|
|
|
587
601
|
data?: InputMaybe<DepartmentsInput>;
|
|
588
602
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
589
603
|
};
|
|
604
|
+
export type EditManyPartsInput = {
|
|
605
|
+
PMAfterShots?: InputMaybe<Scalars['Int']['input']>;
|
|
606
|
+
allowedMachines?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
607
|
+
cavities?: InputMaybe<Scalars['Int']['input']>;
|
|
608
|
+
customerName?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
609
|
+
historyOfPart?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
610
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
611
|
+
issuesCount?: InputMaybe<Scalars['Int']['input']>;
|
|
612
|
+
lastPartPM?: InputMaybe<Scalars['String']['input']>;
|
|
613
|
+
lifeOfShots?: InputMaybe<Scalars['String']['input']>;
|
|
614
|
+
manufacturingDate?: InputMaybe<Scalars['String']['input']>;
|
|
615
|
+
maxShotsLimit?: InputMaybe<Scalars['String']['input']>;
|
|
616
|
+
meanTimeBetweenFailure?: InputMaybe<Scalars['String']['input']>;
|
|
617
|
+
meanTimeToRepair?: InputMaybe<Scalars['String']['input']>;
|
|
618
|
+
nextPartPM?: InputMaybe<Scalars['String']['input']>;
|
|
619
|
+
openingShots?: InputMaybe<Scalars['Int']['input']>;
|
|
620
|
+
partBarCode?: InputMaybe<Scalars['String']['input']>;
|
|
621
|
+
partCondition?: InputMaybe<Scalars['String']['input']>;
|
|
622
|
+
partNo?: InputMaybe<Scalars['Int']['input']>;
|
|
623
|
+
partStatus?: InputMaybe<Scalars['String']['input']>;
|
|
624
|
+
partStatusChangedTime?: InputMaybe<Scalars['String']['input']>;
|
|
625
|
+
partname?: InputMaybe<Scalars['String']['input']>;
|
|
626
|
+
totalRepairCost?: InputMaybe<Scalars['Int']['input']>;
|
|
627
|
+
totalRepairingHours?: InputMaybe<Scalars['String']['input']>;
|
|
628
|
+
totalShots?: InputMaybe<Scalars['Int']['input']>;
|
|
629
|
+
totalWorkingHours?: InputMaybe<Scalars['String']['input']>;
|
|
630
|
+
workorderCreatedCount?: InputMaybe<Scalars['Int']['input']>;
|
|
631
|
+
};
|
|
590
632
|
export type EndKwHForDevice = {
|
|
591
633
|
__typename?: 'EndKwHForDevice';
|
|
592
634
|
EndKwH?: Maybe<Array<Maybe<Scalars['Float']['output']>>>;
|
|
@@ -1031,6 +1073,15 @@ export type LastMessagesFromMqttInput = {
|
|
|
1031
1073
|
deviceIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1032
1074
|
filter?: InputMaybe<Scalars['String']['input']>;
|
|
1033
1075
|
};
|
|
1076
|
+
export type ListOfSparesUsed = {
|
|
1077
|
+
__typename?: 'ListOfSparesUsed';
|
|
1078
|
+
cost?: Maybe<Scalars['String']['output']>;
|
|
1079
|
+
spareName?: Maybe<Scalars['String']['output']>;
|
|
1080
|
+
};
|
|
1081
|
+
export type ListOfSparesUsedInput = {
|
|
1082
|
+
cost?: InputMaybe<Scalars['String']['input']>;
|
|
1083
|
+
spareName?: InputMaybe<Scalars['String']['input']>;
|
|
1084
|
+
};
|
|
1034
1085
|
export type LiveCurrentForPeriod = {
|
|
1035
1086
|
__typename?: 'LiveCurrentForPeriod';
|
|
1036
1087
|
deviceName?: Maybe<Scalars['String']['output']>;
|
|
@@ -1098,30 +1149,64 @@ export type LoginSuccessResponse = {
|
|
|
1098
1149
|
__typename?: 'LoginSuccessResponse';
|
|
1099
1150
|
companyId?: Maybe<Scalars['ID']['output']>;
|
|
1100
1151
|
companyInfo?: Maybe<CompanyInfo>;
|
|
1152
|
+
dob?: Maybe<Scalars['String']['output']>;
|
|
1101
1153
|
email?: Maybe<Scalars['EmailAddress']['output']>;
|
|
1102
1154
|
firstName?: Maybe<Scalars['String']['output']>;
|
|
1103
1155
|
id?: Maybe<Scalars['ID']['output']>;
|
|
1104
1156
|
image?: Maybe<Scalars['String']['output']>;
|
|
1105
1157
|
lastName?: Maybe<Scalars['String']['output']>;
|
|
1106
1158
|
phone?: Maybe<Scalars['PhoneNumber']['output']>;
|
|
1159
|
+
profileImage?: Maybe<Scalars['String']['output']>;
|
|
1160
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
1107
1161
|
userType?: Maybe<Scalars['String']['output']>;
|
|
1108
1162
|
};
|
|
1109
1163
|
export type LoginUserResponse = GeneralResponse | LoginResponse;
|
|
1110
|
-
export type
|
|
1111
|
-
__typename?: '
|
|
1164
|
+
export type Machines = {
|
|
1165
|
+
__typename?: 'Machines';
|
|
1166
|
+
currentRunningParts?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
1167
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
1168
|
+
importedDate?: Maybe<Scalars['String']['output']>;
|
|
1169
|
+
lastPM?: Maybe<Scalars['String']['output']>;
|
|
1170
|
+
machineName?: Maybe<Scalars['String']['output']>;
|
|
1171
|
+
machineNo?: Maybe<Scalars['String']['output']>;
|
|
1172
|
+
nextPM?: Maybe<Scalars['String']['output']>;
|
|
1173
|
+
tonnage?: Maybe<Scalars['String']['output']>;
|
|
1174
|
+
};
|
|
1175
|
+
export type MachinesInput = {
|
|
1176
|
+
currentRunningParts?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1177
|
+
importedDate?: InputMaybe<Scalars['String']['input']>;
|
|
1178
|
+
lastPM?: InputMaybe<Scalars['String']['input']>;
|
|
1179
|
+
machineName?: InputMaybe<Scalars['String']['input']>;
|
|
1180
|
+
machineNo?: InputMaybe<Scalars['String']['input']>;
|
|
1181
|
+
nextPM?: InputMaybe<Scalars['String']['input']>;
|
|
1182
|
+
tonnage?: InputMaybe<Scalars['String']['input']>;
|
|
1183
|
+
};
|
|
1184
|
+
export type MachinesResponse = {
|
|
1185
|
+
__typename?: 'MachinesResponse';
|
|
1186
|
+
currentRunningParts?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
1187
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
1188
|
+
importedDate?: Maybe<Scalars['String']['output']>;
|
|
1189
|
+
lastPM?: Maybe<Scalars['String']['output']>;
|
|
1190
|
+
machineName?: Maybe<Scalars['String']['output']>;
|
|
1191
|
+
machineNo?: Maybe<Scalars['String']['output']>;
|
|
1192
|
+
nextPM?: Maybe<Scalars['String']['output']>;
|
|
1193
|
+
tonnage?: Maybe<Scalars['String']['output']>;
|
|
1194
|
+
};
|
|
1195
|
+
export type MaterialOrderHistory = {
|
|
1196
|
+
__typename?: 'MaterialOrderHistory';
|
|
1112
1197
|
description?: Maybe<Scalars['String']['output']>;
|
|
1113
1198
|
expectedDate?: Maybe<Scalars['Date']['output']>;
|
|
1114
1199
|
id: Scalars['ID']['output'];
|
|
1115
|
-
|
|
1200
|
+
materials?: Maybe<Array<Maybe<Scalars['JSON']['output']>>>;
|
|
1116
1201
|
orderedDate?: Maybe<Scalars['Date']['output']>;
|
|
1117
1202
|
payment?: Maybe<Scalars['String']['output']>;
|
|
1118
1203
|
status?: Maybe<Scalars['Int']['output']>;
|
|
1119
1204
|
supplier?: Maybe<Scalars['ID']['output']>;
|
|
1120
1205
|
};
|
|
1121
|
-
export type
|
|
1206
|
+
export type MaterialOrderHistoryInput = {
|
|
1122
1207
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
1123
1208
|
expectedDate?: InputMaybe<Scalars['Date']['input']>;
|
|
1124
|
-
|
|
1209
|
+
materials?: InputMaybe<Array<InputMaybe<Scalars['JSON']['input']>>>;
|
|
1125
1210
|
orderedDate?: InputMaybe<Scalars['Date']['input']>;
|
|
1126
1211
|
payment?: InputMaybe<Scalars['String']['input']>;
|
|
1127
1212
|
status?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1169,13 +1254,15 @@ export type MqttConnectionConfig = {
|
|
|
1169
1254
|
};
|
|
1170
1255
|
export type Mutation = {
|
|
1171
1256
|
__typename?: 'Mutation';
|
|
1257
|
+
addAllNewStorage?: Maybe<GeneralResponse>;
|
|
1258
|
+
addAllNewUiCustomNames?: Maybe<GeneralResponse>;
|
|
1172
1259
|
addBilling?: Maybe<BillingResponse>;
|
|
1173
1260
|
addInventoryBasicTable?: Maybe<GeneralResponse>;
|
|
1174
1261
|
addInventoryColumn?: Maybe<GeneralResponse>;
|
|
1175
1262
|
addInventoryCustomer?: Maybe<AddInventoryCustomerResponse>;
|
|
1176
1263
|
addInventoryImage?: Maybe<GeneralResponse>;
|
|
1177
1264
|
addInventoryMachine?: Maybe<AddInventoryMachineResponse>;
|
|
1178
|
-
|
|
1265
|
+
addInventoryMaterialOrderHistory?: Maybe<GeneralResponse>;
|
|
1179
1266
|
addInventoryOffer?: Maybe<InventoryOfferResponse>;
|
|
1180
1267
|
addInventoryStatus?: Maybe<GeneralResponse>;
|
|
1181
1268
|
addInventoryStorage?: Maybe<AddInventoryStorageResponse>;
|
|
@@ -1189,7 +1276,15 @@ export type Mutation = {
|
|
|
1189
1276
|
addManyInventorySubCategoryTableFor?: Maybe<GeneralResponse>;
|
|
1190
1277
|
addManyInventoryTableFor?: Maybe<GeneralResponse>;
|
|
1191
1278
|
addManyInventoryWorkSchedule?: Maybe<GeneralResponse>;
|
|
1279
|
+
addNewCustomer?: Maybe<GeneralResponse>;
|
|
1192
1280
|
addNewDepartment?: Maybe<DepartmentResponse>;
|
|
1281
|
+
addNewMachine?: Maybe<MachinesResponse>;
|
|
1282
|
+
addNewPart?: Maybe<GeneralResponse>;
|
|
1283
|
+
addNewReasonForUnload?: Maybe<GeneralResponse>;
|
|
1284
|
+
addNewStatusForWorkOrderTable?: Maybe<GeneralResponse>;
|
|
1285
|
+
addNewStorage?: Maybe<GeneralResponse>;
|
|
1286
|
+
addNewTool?: Maybe<GeneralResponse>;
|
|
1287
|
+
addNewUiCustomName?: Maybe<GeneralResponse>;
|
|
1193
1288
|
addPurchaseOrder?: Maybe<PurchaseOrderResponse>;
|
|
1194
1289
|
addSubCategoryItemInInward?: Maybe<InwardResponse>;
|
|
1195
1290
|
addSubCategoryItemInOutward?: Maybe<OutwardResponse>;
|
|
@@ -1207,6 +1302,7 @@ export type Mutation = {
|
|
|
1207
1302
|
createNguUser?: Maybe<GeneralResponse>;
|
|
1208
1303
|
createProject?: Maybe<InventoryCreateProjectResponse>;
|
|
1209
1304
|
createUser?: Maybe<CreateUserResponse>;
|
|
1305
|
+
deleteCustomer?: Maybe<GeneralResponse>;
|
|
1210
1306
|
deleteDB?: Maybe<GeneralResponse>;
|
|
1211
1307
|
deleteDepartment?: Maybe<GeneralResponse>;
|
|
1212
1308
|
deleteDevice?: Maybe<GeneralResponse>;
|
|
@@ -1216,7 +1312,7 @@ export type Mutation = {
|
|
|
1216
1312
|
deleteInventoryCustomer?: Maybe<GeneralResponse>;
|
|
1217
1313
|
deleteInventoryImage?: Maybe<GeneralResponse>;
|
|
1218
1314
|
deleteInventoryMachine?: Maybe<GeneralResponse>;
|
|
1219
|
-
|
|
1315
|
+
deleteInventoryMaterialOrderHistory?: Maybe<GeneralResponse>;
|
|
1220
1316
|
deleteInventoryOffer?: Maybe<GeneralResponse>;
|
|
1221
1317
|
deleteInventoryStatus?: Maybe<GeneralResponse>;
|
|
1222
1318
|
deleteInventoryStorage?: Maybe<GeneralResponse>;
|
|
@@ -1225,17 +1321,23 @@ export type Mutation = {
|
|
|
1225
1321
|
deleteInventorySupplier?: Maybe<GeneralResponse>;
|
|
1226
1322
|
deleteInventoryTableFor?: Maybe<GeneralResponse>;
|
|
1227
1323
|
deleteInventoryWorkSchedule?: Maybe<GeneralResponse>;
|
|
1324
|
+
deleteMachine?: Maybe<MachinesResponse>;
|
|
1228
1325
|
deleteManyInventoryWorkSchedule?: Maybe<GeneralResponse>;
|
|
1229
1326
|
deleteNguDevice?: Maybe<GeneralResponse>;
|
|
1327
|
+
deletePart?: Maybe<GeneralResponse>;
|
|
1328
|
+
deleteReasonForUnload?: Maybe<GeneralResponse>;
|
|
1329
|
+
deleteStorage?: Maybe<GeneralResponse>;
|
|
1330
|
+
deleteTool?: Maybe<GeneralResponse>;
|
|
1230
1331
|
deleteUser?: Maybe<GeneralResponse>;
|
|
1231
1332
|
deleteUserSession?: Maybe<GeneralResponse>;
|
|
1232
1333
|
editBilling?: Maybe<GeneralResponse>;
|
|
1334
|
+
editCustomer?: Maybe<GeneralResponse>;
|
|
1233
1335
|
editDepartment?: Maybe<GeneralResponse>;
|
|
1234
1336
|
editInventoryBasicTable?: Maybe<GeneralResponse>;
|
|
1235
1337
|
editInventoryColumn?: Maybe<GeneralResponse>;
|
|
1236
1338
|
editInventoryCustomer?: Maybe<GeneralResponse>;
|
|
1237
1339
|
editInventoryMachine?: Maybe<GeneralResponse>;
|
|
1238
|
-
|
|
1340
|
+
editInventoryMaterialOrderHistory?: Maybe<GeneralResponse>;
|
|
1239
1341
|
editInventoryOffer?: Maybe<GeneralResponse>;
|
|
1240
1342
|
editInventoryStatus?: Maybe<GeneralResponse>;
|
|
1241
1343
|
editInventoryStorage?: Maybe<GeneralResponse>;
|
|
@@ -1244,12 +1346,19 @@ export type Mutation = {
|
|
|
1244
1346
|
editInventorySupplier?: Maybe<GeneralResponse>;
|
|
1245
1347
|
editInventoryTableFor?: Maybe<GeneralResponse>;
|
|
1246
1348
|
editInventoryWorkSchedule?: Maybe<GeneralResponse>;
|
|
1349
|
+
editMachine?: Maybe<MachinesResponse>;
|
|
1247
1350
|
editManyDepartments?: Maybe<GeneralResponse>;
|
|
1248
1351
|
editManyInventorySubCategoryTableFor?: Maybe<GeneralResponse>;
|
|
1249
1352
|
editManyInventoryTableFor?: Maybe<GeneralResponse>;
|
|
1250
1353
|
editManyInventoryWorkSchedule?: Maybe<GeneralResponse>;
|
|
1354
|
+
editManyParts?: Maybe<GeneralResponse>;
|
|
1355
|
+
editPart?: Maybe<GeneralResponse>;
|
|
1251
1356
|
editProject?: Maybe<GeneralResponse>;
|
|
1252
1357
|
editPurchaseOrder?: Maybe<GeneralResponse>;
|
|
1358
|
+
editReasonForUnload?: Maybe<GeneralResponse>;
|
|
1359
|
+
editStorage?: Maybe<GeneralResponse>;
|
|
1360
|
+
editTool?: Maybe<GeneralResponse>;
|
|
1361
|
+
editUiCustomName?: Maybe<GeneralResponse>;
|
|
1253
1362
|
forgotPassword?: Maybe<LoginUserResponse>;
|
|
1254
1363
|
generateReport?: Maybe<Array<Maybe<ReportResponse>>>;
|
|
1255
1364
|
moveItemToScrap?: Maybe<GeneralResponse>;
|
|
@@ -1282,6 +1391,12 @@ export type Mutation = {
|
|
|
1282
1391
|
verifyLogin?: Maybe<LoginUserResponse>;
|
|
1283
1392
|
verifyLogout?: Maybe<GeneralResponse>;
|
|
1284
1393
|
};
|
|
1394
|
+
export type MutationAddAllNewStorageArgs = {
|
|
1395
|
+
data?: InputMaybe<Array<InputMaybe<StorageInput>>>;
|
|
1396
|
+
};
|
|
1397
|
+
export type MutationAddAllNewUiCustomNamesArgs = {
|
|
1398
|
+
data?: InputMaybe<Array<InputMaybe<UiCustomNamesInput>>>;
|
|
1399
|
+
};
|
|
1285
1400
|
export type MutationAddBillingArgs = {
|
|
1286
1401
|
data?: InputMaybe<BillingInput>;
|
|
1287
1402
|
};
|
|
@@ -1300,8 +1415,8 @@ export type MutationAddInventoryImageArgs = {
|
|
|
1300
1415
|
export type MutationAddInventoryMachineArgs = {
|
|
1301
1416
|
data?: InputMaybe<InventoryMachineInput>;
|
|
1302
1417
|
};
|
|
1303
|
-
export type
|
|
1304
|
-
data?: InputMaybe<
|
|
1418
|
+
export type MutationAddInventoryMaterialOrderHistoryArgs = {
|
|
1419
|
+
data?: InputMaybe<MaterialOrderHistoryInput>;
|
|
1305
1420
|
};
|
|
1306
1421
|
export type MutationAddInventoryOfferArgs = {
|
|
1307
1422
|
data?: InputMaybe<InventoryOfferInput>;
|
|
@@ -1350,9 +1465,33 @@ export type MutationAddManyInventoryTableForArgs = {
|
|
|
1350
1465
|
export type MutationAddManyInventoryWorkScheduleArgs = {
|
|
1351
1466
|
data?: InputMaybe<Array<InputMaybe<Scalars['JSON']['input']>>>;
|
|
1352
1467
|
};
|
|
1468
|
+
export type MutationAddNewCustomerArgs = {
|
|
1469
|
+
data?: InputMaybe<CustomersInput>;
|
|
1470
|
+
};
|
|
1353
1471
|
export type MutationAddNewDepartmentArgs = {
|
|
1354
1472
|
data?: InputMaybe<DepartmentsInput>;
|
|
1355
1473
|
};
|
|
1474
|
+
export type MutationAddNewMachineArgs = {
|
|
1475
|
+
data?: InputMaybe<MachinesInput>;
|
|
1476
|
+
};
|
|
1477
|
+
export type MutationAddNewPartArgs = {
|
|
1478
|
+
data?: InputMaybe<PartInput>;
|
|
1479
|
+
};
|
|
1480
|
+
export type MutationAddNewReasonForUnloadArgs = {
|
|
1481
|
+
data?: InputMaybe<ReasonForUnloadInput>;
|
|
1482
|
+
};
|
|
1483
|
+
export type MutationAddNewStatusForWorkOrderTableArgs = {
|
|
1484
|
+
data?: InputMaybe<StatusForWorkOrderTableInput>;
|
|
1485
|
+
};
|
|
1486
|
+
export type MutationAddNewStorageArgs = {
|
|
1487
|
+
data?: InputMaybe<StorageInput>;
|
|
1488
|
+
};
|
|
1489
|
+
export type MutationAddNewToolArgs = {
|
|
1490
|
+
data?: InputMaybe<ToolRoomInput>;
|
|
1491
|
+
};
|
|
1492
|
+
export type MutationAddNewUiCustomNameArgs = {
|
|
1493
|
+
data?: InputMaybe<UiCustomNamesInput>;
|
|
1494
|
+
};
|
|
1356
1495
|
export type MutationAddPurchaseOrderArgs = {
|
|
1357
1496
|
data?: InputMaybe<Scalars['JSON']['input']>;
|
|
1358
1497
|
};
|
|
@@ -1412,6 +1551,9 @@ export type MutationCreateProjectArgs = {
|
|
|
1412
1551
|
export type MutationCreateUserArgs = {
|
|
1413
1552
|
data?: InputMaybe<UserInput>;
|
|
1414
1553
|
};
|
|
1554
|
+
export type MutationDeleteCustomerArgs = {
|
|
1555
|
+
id: Scalars['ID']['input'];
|
|
1556
|
+
};
|
|
1415
1557
|
export type MutationDeleteDbArgs = {
|
|
1416
1558
|
data?: InputMaybe<DbInput>;
|
|
1417
1559
|
};
|
|
@@ -1439,7 +1581,7 @@ export type MutationDeleteInventoryImageArgs = {
|
|
|
1439
1581
|
export type MutationDeleteInventoryMachineArgs = {
|
|
1440
1582
|
id: Scalars['ID']['input'];
|
|
1441
1583
|
};
|
|
1442
|
-
export type
|
|
1584
|
+
export type MutationDeleteInventoryMaterialOrderHistoryArgs = {
|
|
1443
1585
|
id: Scalars['ID']['input'];
|
|
1444
1586
|
};
|
|
1445
1587
|
export type MutationDeleteInventoryOfferArgs = {
|
|
@@ -1469,12 +1611,27 @@ export type MutationDeleteInventoryTableForArgs = {
|
|
|
1469
1611
|
export type MutationDeleteInventoryWorkScheduleArgs = {
|
|
1470
1612
|
id: Scalars['ID']['input'];
|
|
1471
1613
|
};
|
|
1614
|
+
export type MutationDeleteMachineArgs = {
|
|
1615
|
+
id: Scalars['ID']['input'];
|
|
1616
|
+
};
|
|
1472
1617
|
export type MutationDeleteManyInventoryWorkScheduleArgs = {
|
|
1473
1618
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1474
1619
|
};
|
|
1475
1620
|
export type MutationDeleteNguDeviceArgs = {
|
|
1476
1621
|
id: Scalars['ID']['input'];
|
|
1477
1622
|
};
|
|
1623
|
+
export type MutationDeletePartArgs = {
|
|
1624
|
+
id: Scalars['ID']['input'];
|
|
1625
|
+
};
|
|
1626
|
+
export type MutationDeleteReasonForUnloadArgs = {
|
|
1627
|
+
id: Scalars['ID']['input'];
|
|
1628
|
+
};
|
|
1629
|
+
export type MutationDeleteStorageArgs = {
|
|
1630
|
+
id: Scalars['ID']['input'];
|
|
1631
|
+
};
|
|
1632
|
+
export type MutationDeleteToolArgs = {
|
|
1633
|
+
id: Scalars['ID']['input'];
|
|
1634
|
+
};
|
|
1478
1635
|
export type MutationDeleteUserArgs = {
|
|
1479
1636
|
id: Scalars['ID']['input'];
|
|
1480
1637
|
};
|
|
@@ -1485,6 +1642,10 @@ export type MutationEditBillingArgs = {
|
|
|
1485
1642
|
data?: InputMaybe<BillingInput>;
|
|
1486
1643
|
id: Scalars['ID']['input'];
|
|
1487
1644
|
};
|
|
1645
|
+
export type MutationEditCustomerArgs = {
|
|
1646
|
+
data?: InputMaybe<CustomersInput>;
|
|
1647
|
+
id: Scalars['ID']['input'];
|
|
1648
|
+
};
|
|
1488
1649
|
export type MutationEditDepartmentArgs = {
|
|
1489
1650
|
data?: InputMaybe<DepartmentsInput>;
|
|
1490
1651
|
id: Scalars['ID']['input'];
|
|
@@ -1505,8 +1666,8 @@ export type MutationEditInventoryMachineArgs = {
|
|
|
1505
1666
|
data?: InputMaybe<InventoryMachineInput>;
|
|
1506
1667
|
id: Scalars['ID']['input'];
|
|
1507
1668
|
};
|
|
1508
|
-
export type
|
|
1509
|
-
data?: InputMaybe<
|
|
1669
|
+
export type MutationEditInventoryMaterialOrderHistoryArgs = {
|
|
1670
|
+
data?: InputMaybe<MaterialOrderHistoryInput>;
|
|
1510
1671
|
id: Scalars['ID']['input'];
|
|
1511
1672
|
};
|
|
1512
1673
|
export type MutationEditInventoryOfferArgs = {
|
|
@@ -1544,6 +1705,10 @@ export type MutationEditInventoryWorkScheduleArgs = {
|
|
|
1544
1705
|
data?: InputMaybe<Scalars['JSON']['input']>;
|
|
1545
1706
|
id: Scalars['ID']['input'];
|
|
1546
1707
|
};
|
|
1708
|
+
export type MutationEditMachineArgs = {
|
|
1709
|
+
data?: InputMaybe<MachinesInput>;
|
|
1710
|
+
id: Scalars['ID']['input'];
|
|
1711
|
+
};
|
|
1547
1712
|
export type MutationEditManyDepartmentsArgs = {
|
|
1548
1713
|
data?: InputMaybe<Array<InputMaybe<EditManyDepartmentsInput>>>;
|
|
1549
1714
|
};
|
|
@@ -1556,6 +1721,13 @@ export type MutationEditManyInventoryTableForArgs = {
|
|
|
1556
1721
|
export type MutationEditManyInventoryWorkScheduleArgs = {
|
|
1557
1722
|
data?: InputMaybe<Array<InputMaybe<Scalars['JSON']['input']>>>;
|
|
1558
1723
|
};
|
|
1724
|
+
export type MutationEditManyPartsArgs = {
|
|
1725
|
+
data?: InputMaybe<Array<InputMaybe<EditManyPartsInput>>>;
|
|
1726
|
+
};
|
|
1727
|
+
export type MutationEditPartArgs = {
|
|
1728
|
+
data?: InputMaybe<PartInput>;
|
|
1729
|
+
id: Scalars['ID']['input'];
|
|
1730
|
+
};
|
|
1559
1731
|
export type MutationEditProjectArgs = {
|
|
1560
1732
|
data?: InputMaybe<Scalars['JSON']['input']>;
|
|
1561
1733
|
id: Scalars['ID']['input'];
|
|
@@ -1564,6 +1736,22 @@ export type MutationEditPurchaseOrderArgs = {
|
|
|
1564
1736
|
data?: InputMaybe<Scalars['JSON']['input']>;
|
|
1565
1737
|
id: Scalars['ID']['input'];
|
|
1566
1738
|
};
|
|
1739
|
+
export type MutationEditReasonForUnloadArgs = {
|
|
1740
|
+
data?: InputMaybe<ReasonForUnloadInput>;
|
|
1741
|
+
id: Scalars['ID']['input'];
|
|
1742
|
+
};
|
|
1743
|
+
export type MutationEditStorageArgs = {
|
|
1744
|
+
data?: InputMaybe<StorageInput>;
|
|
1745
|
+
id: Scalars['ID']['input'];
|
|
1746
|
+
};
|
|
1747
|
+
export type MutationEditToolArgs = {
|
|
1748
|
+
data?: InputMaybe<ToolRoomInput>;
|
|
1749
|
+
id: Scalars['ID']['input'];
|
|
1750
|
+
};
|
|
1751
|
+
export type MutationEditUiCustomNameArgs = {
|
|
1752
|
+
data?: InputMaybe<UiCustomNamesInput>;
|
|
1753
|
+
id: Scalars['ID']['input'];
|
|
1754
|
+
};
|
|
1567
1755
|
export type MutationForgotPasswordArgs = {
|
|
1568
1756
|
data?: InputMaybe<ForgotInput>;
|
|
1569
1757
|
};
|
|
@@ -1884,6 +2072,73 @@ export type OfferResponse = {
|
|
|
1884
2072
|
status?: Maybe<Scalars['String']['output']>;
|
|
1885
2073
|
};
|
|
1886
2074
|
export type OutwardResponse = GeneralResponse | InventoryOutwardResponse;
|
|
2075
|
+
export type Part = {
|
|
2076
|
+
__typename?: 'Part';
|
|
2077
|
+
PMAfterShots?: Maybe<Scalars['Int']['output']>;
|
|
2078
|
+
allowedMachines?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2079
|
+
cavities?: Maybe<Scalars['Int']['output']>;
|
|
2080
|
+
customerName?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2081
|
+
historyOfPart?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2082
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2083
|
+
issuesCount?: Maybe<Scalars['Int']['output']>;
|
|
2084
|
+
lastPartPM?: Maybe<Scalars['String']['output']>;
|
|
2085
|
+
lifeOfShots?: Maybe<Scalars['String']['output']>;
|
|
2086
|
+
manufacturingDate?: Maybe<Scalars['String']['output']>;
|
|
2087
|
+
maxShotsLimit?: Maybe<Scalars['String']['output']>;
|
|
2088
|
+
meanTimeBetweenFailure?: Maybe<Scalars['String']['output']>;
|
|
2089
|
+
meanTimeToRepair?: Maybe<Scalars['String']['output']>;
|
|
2090
|
+
nextPartPM?: Maybe<Scalars['String']['output']>;
|
|
2091
|
+
openingShots?: Maybe<Scalars['Int']['output']>;
|
|
2092
|
+
partBarCode?: Maybe<Scalars['String']['output']>;
|
|
2093
|
+
partCondition?: Maybe<Scalars['String']['output']>;
|
|
2094
|
+
partNo?: Maybe<Scalars['Int']['output']>;
|
|
2095
|
+
partStatus?: Maybe<Scalars['String']['output']>;
|
|
2096
|
+
partStatusChangedTime?: Maybe<Scalars['String']['output']>;
|
|
2097
|
+
partname?: Maybe<Scalars['String']['output']>;
|
|
2098
|
+
totalRepairCost?: Maybe<Scalars['Int']['output']>;
|
|
2099
|
+
totalRepairingHours?: Maybe<Scalars['String']['output']>;
|
|
2100
|
+
totalShots?: Maybe<Scalars['Int']['output']>;
|
|
2101
|
+
totalWorkingHours?: Maybe<Scalars['String']['output']>;
|
|
2102
|
+
workorderCreatedCount?: Maybe<Scalars['Int']['output']>;
|
|
2103
|
+
};
|
|
2104
|
+
export type PartInput = {
|
|
2105
|
+
PMAfterShots?: InputMaybe<Scalars['Int']['input']>;
|
|
2106
|
+
allowedMachines?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
2107
|
+
cavities?: InputMaybe<Scalars['Int']['input']>;
|
|
2108
|
+
customerName?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
2109
|
+
historyOfPart?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
2110
|
+
issuesCount?: InputMaybe<Scalars['Int']['input']>;
|
|
2111
|
+
lastPartPM?: InputMaybe<Scalars['String']['input']>;
|
|
2112
|
+
lifeOfShots?: InputMaybe<Scalars['String']['input']>;
|
|
2113
|
+
manufacturingDate?: InputMaybe<Scalars['String']['input']>;
|
|
2114
|
+
maxShotsLimit?: InputMaybe<Scalars['String']['input']>;
|
|
2115
|
+
meanTimeBetweenFailure?: InputMaybe<Scalars['String']['input']>;
|
|
2116
|
+
meanTimeToRepair?: InputMaybe<Scalars['String']['input']>;
|
|
2117
|
+
nextPartPM?: InputMaybe<Scalars['String']['input']>;
|
|
2118
|
+
openingShots?: InputMaybe<Scalars['Int']['input']>;
|
|
2119
|
+
partBarCode?: InputMaybe<Scalars['String']['input']>;
|
|
2120
|
+
partCondition?: InputMaybe<Scalars['String']['input']>;
|
|
2121
|
+
partNo?: InputMaybe<Scalars['Int']['input']>;
|
|
2122
|
+
partStatus?: InputMaybe<Scalars['String']['input']>;
|
|
2123
|
+
partStatusChangedTime?: InputMaybe<Scalars['String']['input']>;
|
|
2124
|
+
partname?: InputMaybe<Scalars['String']['input']>;
|
|
2125
|
+
totalRepairCost?: InputMaybe<Scalars['Int']['input']>;
|
|
2126
|
+
totalRepairingHours?: InputMaybe<Scalars['String']['input']>;
|
|
2127
|
+
totalShots?: InputMaybe<Scalars['Int']['input']>;
|
|
2128
|
+
totalWorkingHours?: InputMaybe<Scalars['String']['input']>;
|
|
2129
|
+
workorderCreatedCount?: InputMaybe<Scalars['Int']['input']>;
|
|
2130
|
+
};
|
|
2131
|
+
export type PartStoredLocation = {
|
|
2132
|
+
__typename?: 'PartStoredLocation';
|
|
2133
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
2134
|
+
partName?: Maybe<Scalars['String']['output']>;
|
|
2135
|
+
storageName?: Maybe<Scalars['String']['output']>;
|
|
2136
|
+
};
|
|
2137
|
+
export type PartStoredLocationInput = {
|
|
2138
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
|
2139
|
+
partName?: InputMaybe<Scalars['String']['input']>;
|
|
2140
|
+
storageName?: InputMaybe<Scalars['String']['input']>;
|
|
2141
|
+
};
|
|
1887
2142
|
export type PasswordInput = {
|
|
1888
2143
|
confirmPassword?: InputMaybe<Scalars['String']['input']>;
|
|
1889
2144
|
oldPassword?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1953,10 +2208,12 @@ export type Query = {
|
|
|
1953
2208
|
fetchAlerts?: Maybe<Array<Maybe<Alerts>>>;
|
|
1954
2209
|
fetchAllInventorySubCategoryTableItems?: Maybe<AllInventoryTableItems>;
|
|
1955
2210
|
fetchAllInventoryTableItems?: Maybe<AllInventoryTableItems>;
|
|
2211
|
+
fetchAllUsers?: Maybe<Array<Maybe<User>>>;
|
|
1956
2212
|
fetchBasicSettings?: Maybe<BasicSettings>;
|
|
1957
2213
|
fetchBillings?: Maybe<Array<Maybe<Billing>>>;
|
|
1958
2214
|
fetchCompanyById?: Maybe<Company>;
|
|
1959
2215
|
fetchCompanyList?: Maybe<Array<Maybe<Company>>>;
|
|
2216
|
+
fetchCustomers?: Maybe<Array<Maybe<Customers>>>;
|
|
1960
2217
|
fetchDB?: Maybe<DbType>;
|
|
1961
2218
|
fetchDashboardData?: Maybe<DashboardData>;
|
|
1962
2219
|
fetchDataFromInwardOrOutward?: Maybe<InwardOrOutWardData>;
|
|
@@ -1995,7 +2252,7 @@ export type Query = {
|
|
|
1995
2252
|
fetchInventoryImages?: Maybe<Array<Maybe<Image>>>;
|
|
1996
2253
|
fetchInventoryInwards?: Maybe<InventoryInwards>;
|
|
1997
2254
|
fetchInventoryMachines?: Maybe<Array<Maybe<InventoryMachines>>>;
|
|
1998
|
-
|
|
2255
|
+
fetchInventoryMaterialOrderHistory?: Maybe<Array<Maybe<MaterialOrderHistory>>>;
|
|
1999
2256
|
fetchInventoryOffer?: Maybe<InventoryOffer>;
|
|
2000
2257
|
fetchInventoryOffers?: Maybe<Array<Maybe<InventoryOffer>>>;
|
|
2001
2258
|
fetchInventoryStatuses?: Maybe<Array<Maybe<InventoryStatus>>>;
|
|
@@ -2015,6 +2272,7 @@ export type Query = {
|
|
|
2015
2272
|
fetchLoadMapPageData?: Maybe<LoadMapPageData>;
|
|
2016
2273
|
fetchLocationMapPageData?: Maybe<LocationMapPageData>;
|
|
2017
2274
|
fetchLocations?: Maybe<Array<Maybe<Locations>>>;
|
|
2275
|
+
fetchMachines?: Maybe<Array<Maybe<Machines>>>;
|
|
2018
2276
|
fetchMonthlyReport?: Maybe<Array<Maybe<TempDataTable>>>;
|
|
2019
2277
|
fetchMonthlyReportByDeviceId?: Maybe<TempDataTable>;
|
|
2020
2278
|
fetchMonthlyUtilizationDashboard?: Maybe<MonthlyUtilizationDashboard>;
|
|
@@ -2034,14 +2292,20 @@ export type Query = {
|
|
|
2034
2292
|
fetchNguUserList?: Maybe<Array<Maybe<NguUser>>>;
|
|
2035
2293
|
fetchNguUsers?: Maybe<Array<Maybe<NguUser>>>;
|
|
2036
2294
|
fetchOffTimeByDeviceId?: Maybe<Array<Maybe<OffTimeReport>>>;
|
|
2295
|
+
fetchPartTable?: Maybe<Array<Maybe<Part>>>;
|
|
2037
2296
|
fetchPowerConsumption?: Maybe<Array<Maybe<PowerConsumption>>>;
|
|
2038
2297
|
fetchPowerConsumptionPageData?: Maybe<PowerConsumptionPageData>;
|
|
2039
2298
|
fetchProjects?: Maybe<ProjectType>;
|
|
2040
2299
|
fetchPurchaseOrders?: Maybe<Array<Maybe<PurchaseOrder>>>;
|
|
2300
|
+
fetchReasonForUnload?: Maybe<Array<Maybe<ReasonForUnload>>>;
|
|
2041
2301
|
fetchSettingsPageData?: Maybe<SettingsPageData>;
|
|
2302
|
+
fetchStatusForWorkOrderTable?: Maybe<Array<Maybe<StatusForWorkOrderTable>>>;
|
|
2303
|
+
fetchStorage?: Maybe<Array<Maybe<Storage>>>;
|
|
2042
2304
|
fetchTempDataTable?: Maybe<Array<Maybe<TempDataTable>>>;
|
|
2043
2305
|
fetchTempDataTableByDeviceId?: Maybe<TempDataTable>;
|
|
2044
2306
|
fetchTimelineChartPageData?: Maybe<TimelineChartPageData>;
|
|
2307
|
+
fetchToolRoom?: Maybe<Array<Maybe<ToolRoom>>>;
|
|
2308
|
+
fetchUiCustomNames?: Maybe<Array<Maybe<UiCustomNames>>>;
|
|
2045
2309
|
fetchUserById?: Maybe<User>;
|
|
2046
2310
|
fetchUserList?: Maybe<Array<Maybe<User>>>;
|
|
2047
2311
|
fetchUserSession?: Maybe<Array<Maybe<UserSession>>>;
|
|
@@ -2287,6 +2551,14 @@ export type QueryFetchUserListArgs = {
|
|
|
2287
2551
|
export type QueryFetchUserSessionArgs = {
|
|
2288
2552
|
queryData?: InputMaybe<UserSessionInput>;
|
|
2289
2553
|
};
|
|
2554
|
+
export type ReasonForUnload = {
|
|
2555
|
+
__typename?: 'ReasonForUnload';
|
|
2556
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2557
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
2558
|
+
};
|
|
2559
|
+
export type ReasonForUnloadInput = {
|
|
2560
|
+
reason?: InputMaybe<Scalars['String']['input']>;
|
|
2561
|
+
};
|
|
2290
2562
|
export type RegisterConfig = {
|
|
2291
2563
|
__typename?: 'RegisterConfig';
|
|
2292
2564
|
dbName?: Maybe<Scalars['String']['output']>;
|
|
@@ -2344,9 +2616,32 @@ export type SettingsPageData = {
|
|
|
2344
2616
|
superadmin?: Maybe<User>;
|
|
2345
2617
|
users?: Maybe<Array<Maybe<User>>>;
|
|
2346
2618
|
};
|
|
2619
|
+
export type StatusForWorkOrderTable = {
|
|
2620
|
+
__typename?: 'StatusForWorkOrderTable';
|
|
2621
|
+
id?: Maybe<Scalars['Int']['output']>;
|
|
2622
|
+
statusLabel?: Maybe<Scalars['String']['output']>;
|
|
2623
|
+
};
|
|
2624
|
+
export type StatusForWorkOrderTableInput = {
|
|
2625
|
+
id?: InputMaybe<Scalars['Int']['input']>;
|
|
2626
|
+
statusLabel?: InputMaybe<Scalars['String']['input']>;
|
|
2627
|
+
};
|
|
2347
2628
|
export type StatusInput = {
|
|
2348
2629
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
2349
2630
|
};
|
|
2631
|
+
export type Storage = {
|
|
2632
|
+
__typename?: 'Storage';
|
|
2633
|
+
currentPartId?: Maybe<Scalars['String']['output']>;
|
|
2634
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2635
|
+
isAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2636
|
+
storageLocationNo?: Maybe<Scalars['Int']['output']>;
|
|
2637
|
+
storageName?: Maybe<Scalars['String']['output']>;
|
|
2638
|
+
};
|
|
2639
|
+
export type StorageInput = {
|
|
2640
|
+
currentPartId?: InputMaybe<Scalars['String']['input']>;
|
|
2641
|
+
isAvailable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2642
|
+
storageLocationNo?: InputMaybe<Scalars['Int']['input']>;
|
|
2643
|
+
storageName?: InputMaybe<Scalars['String']['input']>;
|
|
2644
|
+
};
|
|
2350
2645
|
export type TempDataAlert = {
|
|
2351
2646
|
__typename?: 'TempDataAlert';
|
|
2352
2647
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -2376,6 +2671,15 @@ export type TempDataTable = {
|
|
|
2376
2671
|
startKWH?: Maybe<Scalars['Float']['output']>;
|
|
2377
2672
|
status?: Maybe<Scalars['String']['output']>;
|
|
2378
2673
|
};
|
|
2674
|
+
export type TimeRecord = {
|
|
2675
|
+
__typename?: 'TimeRecord';
|
|
2676
|
+
end?: Maybe<Scalars['String']['output']>;
|
|
2677
|
+
start?: Maybe<Scalars['String']['output']>;
|
|
2678
|
+
};
|
|
2679
|
+
export type TimeRecordInput = {
|
|
2680
|
+
end?: InputMaybe<Scalars['String']['input']>;
|
|
2681
|
+
start?: InputMaybe<Scalars['String']['input']>;
|
|
2682
|
+
};
|
|
2379
2683
|
export type TimeValueInput = {
|
|
2380
2684
|
status?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2381
2685
|
time?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2390,6 +2694,132 @@ export type TimelineChartPageDataFetchInput = {
|
|
|
2390
2694
|
devicesAlert?: InputMaybe<HourlyAlertReportInput>;
|
|
2391
2695
|
devicesHourlyPowerConsumption?: InputMaybe<PowerConsumptionFetchInput>;
|
|
2392
2696
|
};
|
|
2697
|
+
export type ToolRoom = {
|
|
2698
|
+
__typename?: 'ToolRoom';
|
|
2699
|
+
aborted?: Maybe<Scalars['Boolean']['output']>;
|
|
2700
|
+
acceptedQty?: Maybe<Scalars['Int']['output']>;
|
|
2701
|
+
actionTaken?: Maybe<Scalars['String']['output']>;
|
|
2702
|
+
avgMeanTimeBetweenFailure?: Maybe<Scalars['String']['output']>;
|
|
2703
|
+
createdDate?: Maybe<Scalars['String']['output']>;
|
|
2704
|
+
deliverToWhichMachine?: Maybe<Scalars['String']['output']>;
|
|
2705
|
+
descriptionofworkrequest?: Maybe<Scalars['String']['output']>;
|
|
2706
|
+
estimatedDeliveryDate?: Maybe<Scalars['Date']['output']>;
|
|
2707
|
+
feasibleDateToWorkCompletion?: Maybe<Scalars['Date']['output']>;
|
|
2708
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2709
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
2710
|
+
listOfSparesUsed?: Maybe<Array<Maybe<ListOfSparesUsed>>>;
|
|
2711
|
+
moldLoadedDate?: Maybe<Scalars['String']['output']>;
|
|
2712
|
+
moldUnloadedBy?: Maybe<Scalars['String']['output']>;
|
|
2713
|
+
moldUnloadedDate?: Maybe<Scalars['String']['output']>;
|
|
2714
|
+
partStoredLocation?: Maybe<PartStoredLocation>;
|
|
2715
|
+
partname?: Maybe<Scalars['String']['output']>;
|
|
2716
|
+
pm?: Maybe<Scalars['Boolean']['output']>;
|
|
2717
|
+
postQualityApprovalComments?: Maybe<Scalars['String']['output']>;
|
|
2718
|
+
postQualityApprovedBy?: Maybe<Scalars['String']['output']>;
|
|
2719
|
+
preQualityApprovalComments?: Maybe<Scalars['String']['output']>;
|
|
2720
|
+
preQualityApprovedBy?: Maybe<Scalars['String']['output']>;
|
|
2721
|
+
problemInformedBy?: Maybe<Scalars['String']['output']>;
|
|
2722
|
+
productionApprovedBy?: Maybe<Scalars['String']['output']>;
|
|
2723
|
+
productionapprovalcomments?: Maybe<Scalars['String']['output']>;
|
|
2724
|
+
readyToDispatch?: Maybe<Scalars['String']['output']>;
|
|
2725
|
+
reasonforunload?: Maybe<Scalars['String']['output']>;
|
|
2726
|
+
rejectedQty?: Maybe<Scalars['Int']['output']>;
|
|
2727
|
+
remarks?: Maybe<Scalars['String']['output']>;
|
|
2728
|
+
repairingCost?: Maybe<Scalars['String']['output']>;
|
|
2729
|
+
shift?: Maybe<Scalars['String']['output']>;
|
|
2730
|
+
shotcount?: Maybe<Scalars['Int']['output']>;
|
|
2731
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
2732
|
+
toolCompletionComments?: Maybe<Scalars['String']['output']>;
|
|
2733
|
+
toolDeliveredDate?: Maybe<Scalars['String']['output']>;
|
|
2734
|
+
toolDeliveredTo?: Maybe<Scalars['String']['output']>;
|
|
2735
|
+
toolDeliveryComments?: Maybe<Scalars['String']['output']>;
|
|
2736
|
+
toolDispatchDate?: Maybe<Scalars['Date']['output']>;
|
|
2737
|
+
toolRecievedBy?: Maybe<Scalars['String']['output']>;
|
|
2738
|
+
toolRecievedReportedBy?: Maybe<Scalars['String']['output']>;
|
|
2739
|
+
toolRecievedStatus?: Maybe<Scalars['String']['output']>;
|
|
2740
|
+
toolRecievingComments?: Maybe<Scalars['String']['output']>;
|
|
2741
|
+
toolRequiredDate?: Maybe<Scalars['Date']['output']>;
|
|
2742
|
+
toolStatus?: Maybe<Scalars['String']['output']>;
|
|
2743
|
+
toolWorkDifficulty?: Maybe<Scalars['String']['output']>;
|
|
2744
|
+
totalTimeTakenToCompleteRepairWork?: Maybe<Array<Maybe<TimeRecord>>>;
|
|
2745
|
+
totalWorkingHoursOfaToolOrPart?: Maybe<Scalars['String']['output']>;
|
|
2746
|
+
unloadingCheckPoints?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2747
|
+
workCompletionDate?: Maybe<Scalars['String']['output']>;
|
|
2748
|
+
workCompletionReportedBy?: Maybe<Scalars['String']['output']>;
|
|
2749
|
+
workOrderCreatedBy?: Maybe<Scalars['String']['output']>;
|
|
2750
|
+
workOrderRecievedBy?: Maybe<Scalars['String']['output']>;
|
|
2751
|
+
workRequestedBy?: Maybe<Scalars['String']['output']>;
|
|
2752
|
+
workorderid?: Maybe<Scalars['String']['output']>;
|
|
2753
|
+
workorderstage?: Maybe<Scalars['String']['output']>;
|
|
2754
|
+
};
|
|
2755
|
+
export type ToolRoomInput = {
|
|
2756
|
+
aborted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2757
|
+
acceptedQty?: InputMaybe<Scalars['Int']['input']>;
|
|
2758
|
+
actionTaken?: InputMaybe<Scalars['String']['input']>;
|
|
2759
|
+
avgMeanTimeBetweenFailure?: InputMaybe<Scalars['String']['input']>;
|
|
2760
|
+
createdDate?: InputMaybe<Scalars['String']['input']>;
|
|
2761
|
+
deliverToWhichMachine?: InputMaybe<Scalars['String']['input']>;
|
|
2762
|
+
descriptionofworkrequest?: InputMaybe<Scalars['String']['input']>;
|
|
2763
|
+
estimatedDeliveryDate?: InputMaybe<Scalars['Date']['input']>;
|
|
2764
|
+
feasibleDateToWorkCompletion?: InputMaybe<Scalars['Date']['input']>;
|
|
2765
|
+
lastUpdated?: InputMaybe<Scalars['String']['input']>;
|
|
2766
|
+
listOfSparesUsed?: InputMaybe<Array<InputMaybe<ListOfSparesUsedInput>>>;
|
|
2767
|
+
moldLoadedDate?: InputMaybe<Scalars['String']['input']>;
|
|
2768
|
+
moldUnloadedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2769
|
+
moldUnloadedDate?: InputMaybe<Scalars['String']['input']>;
|
|
2770
|
+
partStoredLocation?: InputMaybe<PartStoredLocationInput>;
|
|
2771
|
+
partname?: InputMaybe<Scalars['String']['input']>;
|
|
2772
|
+
pm?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2773
|
+
postQualityApprovalComments?: InputMaybe<Scalars['String']['input']>;
|
|
2774
|
+
postQualityApprovedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2775
|
+
preQualityApprovalComments?: InputMaybe<Scalars['String']['input']>;
|
|
2776
|
+
preQualityApprovedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2777
|
+
problemInformedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2778
|
+
productionApprovedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2779
|
+
productionapprovalcomments?: InputMaybe<Scalars['String']['input']>;
|
|
2780
|
+
readyToDispatch?: InputMaybe<Scalars['String']['input']>;
|
|
2781
|
+
reasonforunload?: InputMaybe<Scalars['String']['input']>;
|
|
2782
|
+
rejectedQty?: InputMaybe<Scalars['Int']['input']>;
|
|
2783
|
+
remarks?: InputMaybe<Scalars['String']['input']>;
|
|
2784
|
+
repairingCost?: InputMaybe<Scalars['String']['input']>;
|
|
2785
|
+
shift?: InputMaybe<Scalars['String']['input']>;
|
|
2786
|
+
shotcount?: InputMaybe<Scalars['Int']['input']>;
|
|
2787
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
2788
|
+
toolCompletionComments?: InputMaybe<Scalars['String']['input']>;
|
|
2789
|
+
toolDeliveredDate?: InputMaybe<Scalars['String']['input']>;
|
|
2790
|
+
toolDeliveredTo?: InputMaybe<Scalars['String']['input']>;
|
|
2791
|
+
toolDeliveryComments?: InputMaybe<Scalars['String']['input']>;
|
|
2792
|
+
toolDispatchDate?: InputMaybe<Scalars['Date']['input']>;
|
|
2793
|
+
toolRecievedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2794
|
+
toolRecievedReportedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2795
|
+
toolRecievedStatus?: InputMaybe<Scalars['String']['input']>;
|
|
2796
|
+
toolRecievingComments?: InputMaybe<Scalars['String']['input']>;
|
|
2797
|
+
toolRequiredDate?: InputMaybe<Scalars['Date']['input']>;
|
|
2798
|
+
toolStatus?: InputMaybe<Scalars['String']['input']>;
|
|
2799
|
+
toolWorkDifficulty?: InputMaybe<Scalars['String']['input']>;
|
|
2800
|
+
totalTimeTakenToCompleteRepairWork?: InputMaybe<Array<InputMaybe<TimeRecordInput>>>;
|
|
2801
|
+
totalWorkingHoursOfaToolOrPart?: InputMaybe<Scalars['String']['input']>;
|
|
2802
|
+
unloadingCheckPoints?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
2803
|
+
workCompletionDate?: InputMaybe<Scalars['String']['input']>;
|
|
2804
|
+
workCompletionReportedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2805
|
+
workOrderCreatedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2806
|
+
workOrderRecievedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2807
|
+
workRequestedBy?: InputMaybe<Scalars['String']['input']>;
|
|
2808
|
+
workorderid?: InputMaybe<Scalars['String']['input']>;
|
|
2809
|
+
workorderstage?: InputMaybe<Scalars['String']['input']>;
|
|
2810
|
+
};
|
|
2811
|
+
export type UiCustomNames = {
|
|
2812
|
+
__typename?: 'UiCustomNames';
|
|
2813
|
+
customName?: Maybe<Scalars['String']['output']>;
|
|
2814
|
+
dbName?: Maybe<Scalars['String']['output']>;
|
|
2815
|
+
defaultName?: Maybe<Scalars['String']['output']>;
|
|
2816
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2817
|
+
};
|
|
2818
|
+
export type UiCustomNamesInput = {
|
|
2819
|
+
customName?: InputMaybe<Scalars['String']['input']>;
|
|
2820
|
+
dbName?: InputMaybe<Scalars['String']['input']>;
|
|
2821
|
+
defaultName?: InputMaybe<Scalars['String']['input']>;
|
|
2822
|
+
};
|
|
2393
2823
|
export type UpdateDeviceAlertStatusInput = {
|
|
2394
2824
|
hourId?: InputMaybe<Scalars['Int']['input']>;
|
|
2395
2825
|
parameter?: InputMaybe<Scalars['String']['input']>;
|