@neutron.co.id/operasional-interfaces 1.4.6 → 1.4.7-beta.1

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.
Files changed (45) hide show
  1. package/build/index.cjs +2644 -3596
  2. package/build/index.mjs +2642 -3594
  3. package/build/style.css +36 -15
  4. package/build/types/components/checkIn/sheets/CheckInAccess.vue.d.ts +1 -1
  5. package/build/types/components/checkIn/sheets/CheckInCollection.vue.d.ts +1 -1
  6. package/build/types/components/checkIn/sheets/CheckInExternal.vue.d.ts +1 -1
  7. package/build/types/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts +1 -1
  8. package/build/types/components/checkIn/sheets/CheckInScanError.vue.d.ts +1 -1
  9. package/build/types/components/checkIn/sheets/CheckInScanSuccess.vue.d.ts +1 -1
  10. package/build/types/components/checkIn/sheets/CheckInScanner.vue.d.ts +1 -1
  11. package/build/types/components/checkIn/sheets/CheckInSingle.vue.d.ts +1 -1
  12. package/build/types/components/common/OperasionalIdentitas/OperasionalIdentitas.vue.d.ts +4 -4
  13. package/build/types/components/common/XxxButton/XxxButton.vue.d.ts +1 -1
  14. package/build/types/components/index.d.ts +2 -0
  15. package/build/types/components/situation/sheets/SituationCollection.vue.d.ts +1 -1
  16. package/build/types/components/situation/sheets/SituationSingle.vue.d.ts +1 -1
  17. package/build/types/components/situation/sheets/SituationSupportive.vue.d.ts +1 -1
  18. package/build/types/components/situation/sheets/SituationWork.vue.d.ts +1 -1
  19. package/build/types/components/situationType/sheets/SituationTypeCollection.vue.d.ts +1 -1
  20. package/build/types/components/situationType/sheets/SituationTypeSingle.vue.d.ts +1 -1
  21. package/build/types/components/staff/sheets/StaffCollection.vue.d.ts +1 -1
  22. package/build/types/components/staff/sheets/StaffIdentity.vue.d.ts +1 -1
  23. package/build/types/components/staff/sheets/StaffOperasional.vue.d.ts +1 -1
  24. package/build/types/components/staff/sheets/StaffSingle.vue.d.ts +1 -1
  25. package/build/types/components/submission/index.d.ts +2 -0
  26. package/build/types/components/submission/sheets/SubmissionAudit.vue.d.ts +2 -0
  27. package/build/types/components/submission/sheets/SubmissionCollection.vue.d.ts +2 -0
  28. package/build/types/components/submission/sheets/SubmissionDecision.vue.d.ts +2 -0
  29. package/build/types/components/submission/sheets/SubmissionFollowUp.vue.d.ts +2 -0
  30. package/build/types/components/submission/sheets/SubmissionSingle.vue.d.ts +2 -0
  31. package/build/types/components/submission/sheets/SubmissionStaff.vue.d.ts +2 -0
  32. package/build/types/components/submission/sheets/index.d.ts +6 -0
  33. package/build/types/components/submission/submission.types.d.ts +2 -0
  34. package/build/types/components/submissionType/index.d.ts +2 -0
  35. package/build/types/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts +2 -0
  36. package/build/types/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts +2 -0
  37. package/build/types/components/submissionType/sheets/index.d.ts +2 -0
  38. package/build/types/components/submissionType/submissionType.types.d.ts +2 -0
  39. package/build/types/components/task/elements/TaskWorkButton.vue.d.ts +1 -1
  40. package/build/types/components/task/sheets/TaskCollection.vue.d.ts +1 -1
  41. package/build/types/components/task/sheets/TaskSingle.vue.d.ts +1 -1
  42. package/build/types/components/task/sheets/TaskWork.vue.d.ts +1 -1
  43. package/build/types/components/task/task.types.d.ts +1 -1
  44. package/build/types/gql/graphql.d.ts +776 -0
  45. package/package.json +63 -63
@@ -90,6 +90,8 @@ export type Application = {
90
90
  syncedAt?: Maybe<Scalars['Date']>;
91
91
  /** Application type. */
92
92
  type?: Maybe<Scalars['String']>;
93
+ /** Internal type of this application. */
94
+ type__?: Maybe<Scalars['String']>;
93
95
  /** When this application was last updated. */
94
96
  updatedAt?: Maybe<Scalars['Date']>;
95
97
  /** Relation ID of Updated By. */
@@ -178,6 +180,8 @@ export type ApplicationInput = {
178
180
  syncedAt?: InputMaybe<Scalars['Date']>;
179
181
  /** Application type. */
180
182
  type?: InputMaybe<Scalars['String']>;
183
+ /** Internal type of this application. */
184
+ type__?: InputMaybe<Scalars['String']>;
181
185
  /** When this application was last updated. */
182
186
  updatedAt?: InputMaybe<Scalars['Date']>;
183
187
  /** Relation ID of Updated By. */
@@ -223,6 +227,8 @@ export type Area = {
223
227
  restorer?: Maybe<User>;
224
228
  /** When this area was last synced. */
225
229
  syncedAt?: Maybe<Scalars['Date']>;
230
+ /** Internal type of this area. */
231
+ type__?: Maybe<Scalars['String']>;
226
232
  /** When this area was last updated. */
227
233
  updatedAt?: Maybe<Scalars['Date']>;
228
234
  /** Relation ID of Updated By. */
@@ -269,6 +275,8 @@ export type AreaInput = {
269
275
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
270
276
  /** When this area was last synced. */
271
277
  syncedAt?: InputMaybe<Scalars['Date']>;
278
+ /** Internal type of this area. */
279
+ type__?: InputMaybe<Scalars['String']>;
272
280
  /** When this area was last updated. */
273
281
  updatedAt?: InputMaybe<Scalars['Date']>;
274
282
  /** Relation ID of Updated By. */
@@ -286,6 +294,10 @@ export type Branch = {
286
294
  area?: Maybe<Area>;
287
295
  /** Relation ID of Wilayah. */
288
296
  areaId?: Maybe<Scalars['ObjectId']>;
297
+ /** Inversed relation from Cabang field of neu:personalia:submissionType model. */
298
+ branchSubmissionTypes?: Maybe<Array<SubmissionType>>;
299
+ /** Inversed relation from Cabang field of neu:personalia:submission model. */
300
+ branchSubmissions?: Maybe<Array<Submission>>;
289
301
  /** Merek cabang. */
290
302
  brand?: Maybe<Brand>;
291
303
  /** Relation ID of Merek. */
@@ -352,6 +364,8 @@ export type Branch = {
352
364
  syncedAt?: Maybe<Scalars['Date']>;
353
365
  /** Inversed relation from Cabang field of neu:personalia:task model. */
354
366
  tasks?: Maybe<Array<Task>>;
367
+ /** Internal type of this cabang. */
368
+ type__?: Maybe<Scalars['String']>;
355
369
  /** When this cabang was last updated. */
356
370
  updatedAt?: Maybe<Scalars['Date']>;
357
371
  /** Relation ID of Updated By. */
@@ -359,6 +373,24 @@ export type Branch = {
359
373
  /** Who last updated this cabang. */
360
374
  updater?: Maybe<User>;
361
375
  };
376
+ export type BranchBranchSubmissionTypesArgs = {
377
+ filter?: InputMaybe<Scalars['Json']>;
378
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
379
+ limit?: InputMaybe<Scalars['Int']>;
380
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
381
+ page?: InputMaybe<Scalars['Int']>;
382
+ search?: InputMaybe<Scalars['String']>;
383
+ sort?: InputMaybe<Scalars['Json']>;
384
+ };
385
+ export type BranchBranchSubmissionsArgs = {
386
+ filter?: InputMaybe<Scalars['Json']>;
387
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
388
+ limit?: InputMaybe<Scalars['Int']>;
389
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
390
+ page?: InputMaybe<Scalars['Int']>;
391
+ search?: InputMaybe<Scalars['String']>;
392
+ sort?: InputMaybe<Scalars['Json']>;
393
+ };
362
394
  export type BranchBuildingsArgs = {
363
395
  filter?: InputMaybe<Scalars['Json']>;
364
396
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -470,6 +502,8 @@ export type BranchInput = {
470
502
  summary?: InputMaybe<Scalars['String']>;
471
503
  /** When this cabang was last synced. */
472
504
  syncedAt?: InputMaybe<Scalars['Date']>;
505
+ /** Internal type of this cabang. */
506
+ type__?: InputMaybe<Scalars['String']>;
473
507
  /** When this cabang was last updated. */
474
508
  updatedAt?: InputMaybe<Scalars['Date']>;
475
509
  /** Relation ID of Updated By. */
@@ -515,6 +549,8 @@ export type Brand = {
515
549
  restorer?: Maybe<User>;
516
550
  /** When this merek was last synced. */
517
551
  syncedAt?: Maybe<Scalars['Date']>;
552
+ /** Internal type of this merek. */
553
+ type__?: Maybe<Scalars['String']>;
518
554
  /** When this merek was last updated. */
519
555
  updatedAt?: Maybe<Scalars['Date']>;
520
556
  /** Relation ID of Updated By. */
@@ -561,6 +597,8 @@ export type BrandInput = {
561
597
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
562
598
  /** When this merek was last synced. */
563
599
  syncedAt?: InputMaybe<Scalars['Date']>;
600
+ /** Internal type of this merek. */
601
+ type__?: InputMaybe<Scalars['String']>;
564
602
  /** When this merek was last updated. */
565
603
  updatedAt?: InputMaybe<Scalars['Date']>;
566
604
  /** Relation ID of Updated By. */
@@ -618,6 +656,8 @@ export type Building = {
618
656
  rooms?: Maybe<Array<Room>>;
619
657
  /** When this bangunan was last synced. */
620
658
  syncedAt?: Maybe<Scalars['Date']>;
659
+ /** Internal type of this bangunan. */
660
+ type__?: Maybe<Scalars['String']>;
621
661
  /** When this bangunan was last updated. */
622
662
  updatedAt?: Maybe<Scalars['Date']>;
623
663
  /** Relation ID of Updated By. */
@@ -690,6 +730,8 @@ export type BuildingInput = {
690
730
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
691
731
  /** When this bangunan was last synced. */
692
732
  syncedAt?: InputMaybe<Scalars['Date']>;
733
+ /** Internal type of this bangunan. */
734
+ type__?: InputMaybe<Scalars['String']>;
693
735
  /** When this bangunan was last updated. */
694
736
  updatedAt?: InputMaybe<Scalars['Date']>;
695
737
  /** Relation ID of Updated By. */
@@ -749,6 +791,8 @@ export type CheckIn = {
749
791
  teacherId?: Maybe<Scalars['ObjectId']>;
750
792
  /** Tipe keluar masuk. */
751
793
  type?: Maybe<Scalars['String']>;
794
+ /** Internal type of this keluar masuk. */
795
+ type__?: Maybe<Scalars['String']>;
752
796
  /** When this keluar masuk was last updated. */
753
797
  updatedAt?: Maybe<Scalars['Date']>;
754
798
  /** Relation ID of Updated By. */
@@ -802,6 +846,8 @@ export type CheckInInput = {
802
846
  teacherId?: InputMaybe<Scalars['ObjectId']>;
803
847
  /** Tipe keluar masuk. */
804
848
  type?: InputMaybe<Scalars['String']>;
849
+ /** Internal type of this keluar masuk. */
850
+ type__?: InputMaybe<Scalars['String']>;
805
851
  /** When this keluar masuk was last updated. */
806
852
  updatedAt?: InputMaybe<Scalars['Date']>;
807
853
  /** Relation ID of Updated By. */
@@ -853,6 +899,8 @@ export type City = {
853
899
  restorer?: Maybe<User>;
854
900
  /** When this city was last synced. */
855
901
  syncedAt?: Maybe<Scalars['Date']>;
902
+ /** Internal type of this city. */
903
+ type__?: Maybe<Scalars['String']>;
856
904
  /** When this city was last updated. */
857
905
  updatedAt?: Maybe<Scalars['Date']>;
858
906
  /** Relation ID of Updated By. */
@@ -901,6 +949,8 @@ export type CityInput = {
901
949
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
902
950
  /** When this city was last synced. */
903
951
  syncedAt?: InputMaybe<Scalars['Date']>;
952
+ /** Internal type of this city. */
953
+ type__?: InputMaybe<Scalars['String']>;
904
954
  /** When this city was last updated. */
905
955
  updatedAt?: InputMaybe<Scalars['Date']>;
906
956
  /** Relation ID of Updated By. */
@@ -966,6 +1016,8 @@ export type Config = {
966
1016
  status?: Maybe<Scalars['String']>;
967
1017
  /** When this config was last synced. */
968
1018
  syncedAt?: Maybe<Scalars['Date']>;
1019
+ /** Internal type of this config. */
1020
+ type__?: Maybe<Scalars['String']>;
969
1021
  /** When this config was last updated. */
970
1022
  updatedAt?: Maybe<Scalars['Date']>;
971
1023
  /** Relation ID of Updated By. */
@@ -1017,6 +1069,8 @@ export type ConfigInput = {
1017
1069
  status?: InputMaybe<Scalars['String']>;
1018
1070
  /** When this config was last synced. */
1019
1071
  syncedAt?: InputMaybe<Scalars['Date']>;
1072
+ /** Internal type of this config. */
1073
+ type__?: InputMaybe<Scalars['String']>;
1020
1074
  /** When this config was last updated. */
1021
1075
  updatedAt?: InputMaybe<Scalars['Date']>;
1022
1076
  /** Relation ID of Updated By. */
@@ -1071,6 +1125,8 @@ export type Country = {
1071
1125
  restorer?: Maybe<User>;
1072
1126
  /** When this country was last synced. */
1073
1127
  syncedAt?: Maybe<Scalars['Date']>;
1128
+ /** Internal type of this country. */
1129
+ type__?: Maybe<Scalars['String']>;
1074
1130
  /** When this country was last updated. */
1075
1131
  updatedAt?: Maybe<Scalars['Date']>;
1076
1132
  /** Relation ID of Updated By. */
@@ -1119,6 +1175,8 @@ export type CountryInput = {
1119
1175
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
1120
1176
  /** When this country was last synced. */
1121
1177
  syncedAt?: InputMaybe<Scalars['Date']>;
1178
+ /** Internal type of this country. */
1179
+ type__?: InputMaybe<Scalars['String']>;
1122
1180
  /** When this country was last updated. */
1123
1181
  updatedAt?: InputMaybe<Scalars['Date']>;
1124
1182
  /** Relation ID of Updated By. */
@@ -1271,6 +1329,10 @@ export type Mutation = {
1271
1329
  createOneSituationType?: Maybe<SituationTypeSingleResponse>;
1272
1330
  /** Create single neu:personalia:staff item. */
1273
1331
  createOneStaff?: Maybe<StaffSingleResponse>;
1332
+ /** Create single neu:personalia:submission item. */
1333
+ createOneSubmission?: Maybe<SubmissionSingleResponse>;
1334
+ /** Create single neu:personalia:submissionType item. */
1335
+ createOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1274
1336
  /** Create single neu:personalia:task item. */
1275
1337
  createOneTask?: Maybe<TaskSingleResponse>;
1276
1338
  /** Create single neo:tempat:unit item. */
@@ -1313,6 +1375,10 @@ export type Mutation = {
1313
1375
  deleteOneSituationType?: Maybe<SituationTypeSingleResponse>;
1314
1376
  /** Delete single neu:personalia:staff item. */
1315
1377
  deleteOneStaff?: Maybe<StaffSingleResponse>;
1378
+ /** Delete single neu:personalia:submission item. */
1379
+ deleteOneSubmission?: Maybe<SubmissionSingleResponse>;
1380
+ /** Delete single neu:personalia:submissionType item. */
1381
+ deleteOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1316
1382
  /** Delete single neu:personalia:task item. */
1317
1383
  deleteOneTask?: Maybe<TaskSingleResponse>;
1318
1384
  /** Delete single neo:tempat:unit item. */
@@ -1355,6 +1421,10 @@ export type Mutation = {
1355
1421
  duplicateOneSituationType?: Maybe<SituationTypeSingleResponse>;
1356
1422
  /** Duplicate single neu:personalia:staff item. */
1357
1423
  duplicateOneStaff?: Maybe<StaffSingleResponse>;
1424
+ /** Duplicate single neu:personalia:submission item. */
1425
+ duplicateOneSubmission?: Maybe<SubmissionSingleResponse>;
1426
+ /** Duplicate single neu:personalia:submissionType item. */
1427
+ duplicateOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1358
1428
  /** Duplicate single neu:personalia:task item. */
1359
1429
  duplicateOneTask?: Maybe<TaskSingleResponse>;
1360
1430
  /** Duplicate single neo:tempat:unit item. */
@@ -1399,6 +1469,10 @@ export type Mutation = {
1399
1469
  executeSituationType?: Maybe<ExecuteResponse>;
1400
1470
  /** Execute a custom action on neu:personalia:staff. */
1401
1471
  executeStaff?: Maybe<ExecuteResponse>;
1472
+ /** Execute a custom action on neu:personalia:submission. */
1473
+ executeSubmission?: Maybe<ExecuteResponse>;
1474
+ /** Execute a custom action on neu:personalia:submissionType. */
1475
+ executeSubmissionType?: Maybe<ExecuteResponse>;
1402
1476
  /** Execute a custom action on neu:personalia:task. */
1403
1477
  executeTask?: Maybe<ExecuteResponse>;
1404
1478
  /** Execute a custom action on neo:tempat:unit. */
@@ -1442,6 +1516,10 @@ export type Mutation = {
1442
1516
  restoreOneSituationType?: Maybe<SituationTypeSingleResponse>;
1443
1517
  /** Restore single neu:personalia:staff item. */
1444
1518
  restoreOneStaff?: Maybe<StaffSingleResponse>;
1519
+ /** Restore single neu:personalia:submission item. */
1520
+ restoreOneSubmission?: Maybe<SubmissionSingleResponse>;
1521
+ /** Restore single neu:personalia:submissionType item. */
1522
+ restoreOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1445
1523
  /** Restore single neu:personalia:task item. */
1446
1524
  restoreOneTask?: Maybe<TaskSingleResponse>;
1447
1525
  /** Restore single neo:tempat:unit item. */
@@ -1484,6 +1562,10 @@ export type Mutation = {
1484
1562
  syncManySituations?: Maybe<SyncManyResponse>;
1485
1563
  /** Sync many neu:personalia:staff items. */
1486
1564
  syncManyStaffs?: Maybe<SyncManyResponse>;
1565
+ /** Sync many neu:personalia:submissionType items. */
1566
+ syncManySubmissionTypes?: Maybe<SyncManyResponse>;
1567
+ /** Sync many neu:personalia:submission items. */
1568
+ syncManySubmissions?: Maybe<SyncManyResponse>;
1487
1569
  /** Sync many neu:personalia:task items. */
1488
1570
  syncManyTasks?: Maybe<SyncManyResponse>;
1489
1571
  /** Sync many neo:tempat:unit items. */
@@ -1526,6 +1608,10 @@ export type Mutation = {
1526
1608
  syncOneSituationType?: Maybe<SituationTypeSingleResponse>;
1527
1609
  /** Sync single neu:personalia:staff item. */
1528
1610
  syncOneStaff?: Maybe<StaffSingleResponse>;
1611
+ /** Sync single neu:personalia:submission item. */
1612
+ syncOneSubmission?: Maybe<SubmissionSingleResponse>;
1613
+ /** Sync single neu:personalia:submissionType item. */
1614
+ syncOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1529
1615
  /** Sync single neu:personalia:task item. */
1530
1616
  syncOneTask?: Maybe<TaskSingleResponse>;
1531
1617
  /** Sync single neo:tempat:unit item. */
@@ -1568,6 +1654,10 @@ export type Mutation = {
1568
1654
  updateOneSituationType?: Maybe<SituationTypeSingleResponse>;
1569
1655
  /** Update single neu:personalia:staff item. */
1570
1656
  updateOneStaff?: Maybe<StaffSingleResponse>;
1657
+ /** Update single neu:personalia:submission item. */
1658
+ updateOneSubmission?: Maybe<SubmissionSingleResponse>;
1659
+ /** Update single neu:personalia:submissionType item. */
1660
+ updateOneSubmissionType?: Maybe<SubmissionTypeSingleResponse>;
1571
1661
  /** Update single neu:personalia:task item. */
1572
1662
  updateOneTask?: Maybe<TaskSingleResponse>;
1573
1663
  /** Update single neo:tempat:unit item. */
@@ -1665,6 +1755,16 @@ export type MutationCreateOneStaffArgs = {
1665
1755
  logs?: InputMaybe<Array<Scalars['String']>>;
1666
1756
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1667
1757
  };
1758
+ export type MutationCreateOneSubmissionArgs = {
1759
+ data: SubmissionInput;
1760
+ logs?: InputMaybe<Array<Scalars['String']>>;
1761
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1762
+ };
1763
+ export type MutationCreateOneSubmissionTypeArgs = {
1764
+ data: SubmissionTypeInput;
1765
+ logs?: InputMaybe<Array<Scalars['String']>>;
1766
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1767
+ };
1668
1768
  export type MutationCreateOneTaskArgs = {
1669
1769
  data: TaskInput;
1670
1770
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1770,6 +1870,16 @@ export type MutationDeleteOneStaffArgs = {
1770
1870
  logs?: InputMaybe<Array<Scalars['String']>>;
1771
1871
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1772
1872
  };
1873
+ export type MutationDeleteOneSubmissionArgs = {
1874
+ id: Scalars['ObjectId'];
1875
+ logs?: InputMaybe<Array<Scalars['String']>>;
1876
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1877
+ };
1878
+ export type MutationDeleteOneSubmissionTypeArgs = {
1879
+ id: Scalars['ObjectId'];
1880
+ logs?: InputMaybe<Array<Scalars['String']>>;
1881
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1882
+ };
1773
1883
  export type MutationDeleteOneTaskArgs = {
1774
1884
  id: Scalars['ObjectId'];
1775
1885
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1875,6 +1985,16 @@ export type MutationDuplicateOneStaffArgs = {
1875
1985
  logs?: InputMaybe<Array<Scalars['String']>>;
1876
1986
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1877
1987
  };
1988
+ export type MutationDuplicateOneSubmissionArgs = {
1989
+ id: Scalars['ObjectId'];
1990
+ logs?: InputMaybe<Array<Scalars['String']>>;
1991
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1992
+ };
1993
+ export type MutationDuplicateOneSubmissionTypeArgs = {
1994
+ id: Scalars['ObjectId'];
1995
+ logs?: InputMaybe<Array<Scalars['String']>>;
1996
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1997
+ };
1878
1998
  export type MutationDuplicateOneTaskArgs = {
1879
1999
  id: Scalars['ObjectId'];
1880
2000
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2003,6 +2123,18 @@ export type MutationExecuteStaffArgs = {
2003
2123
  logs?: InputMaybe<Array<Scalars['String']>>;
2004
2124
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2005
2125
  };
2126
+ export type MutationExecuteSubmissionArgs = {
2127
+ action?: InputMaybe<Scalars['String']>;
2128
+ input?: InputMaybe<Scalars['Json']>;
2129
+ logs?: InputMaybe<Array<Scalars['String']>>;
2130
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2131
+ };
2132
+ export type MutationExecuteSubmissionTypeArgs = {
2133
+ action?: InputMaybe<Scalars['String']>;
2134
+ input?: InputMaybe<Scalars['Json']>;
2135
+ logs?: InputMaybe<Array<Scalars['String']>>;
2136
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2137
+ };
2006
2138
  export type MutationExecuteTaskArgs = {
2007
2139
  action?: InputMaybe<Scalars['String']>;
2008
2140
  input?: InputMaybe<Scalars['Json']>;
@@ -2111,6 +2243,16 @@ export type MutationRestoreOneStaffArgs = {
2111
2243
  logs?: InputMaybe<Array<Scalars['String']>>;
2112
2244
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2113
2245
  };
2246
+ export type MutationRestoreOneSubmissionArgs = {
2247
+ id: Scalars['ObjectId'];
2248
+ logs?: InputMaybe<Array<Scalars['String']>>;
2249
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2250
+ };
2251
+ export type MutationRestoreOneSubmissionTypeArgs = {
2252
+ id: Scalars['ObjectId'];
2253
+ logs?: InputMaybe<Array<Scalars['String']>>;
2254
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2255
+ };
2114
2256
  export type MutationRestoreOneTaskArgs = {
2115
2257
  id: Scalars['ObjectId'];
2116
2258
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2360,6 +2502,32 @@ export type MutationSyncManyStaffsArgs = {
2360
2502
  sort?: InputMaybe<Scalars['Json']>;
2361
2503
  useDry?: InputMaybe<Scalars['Boolean']>;
2362
2504
  };
2505
+ export type MutationSyncManySubmissionTypesArgs = {
2506
+ filter?: InputMaybe<Scalars['Json']>;
2507
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2508
+ limit?: InputMaybe<Scalars['Int']>;
2509
+ logs?: InputMaybe<Array<Scalars['String']>>;
2510
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
2511
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
2512
+ page?: InputMaybe<Scalars['Int']>;
2513
+ search?: InputMaybe<Scalars['String']>;
2514
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2515
+ sort?: InputMaybe<Scalars['Json']>;
2516
+ useDry?: InputMaybe<Scalars['Boolean']>;
2517
+ };
2518
+ export type MutationSyncManySubmissionsArgs = {
2519
+ filter?: InputMaybe<Scalars['Json']>;
2520
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2521
+ limit?: InputMaybe<Scalars['Int']>;
2522
+ logs?: InputMaybe<Array<Scalars['String']>>;
2523
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
2524
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
2525
+ page?: InputMaybe<Scalars['Int']>;
2526
+ search?: InputMaybe<Scalars['String']>;
2527
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2528
+ sort?: InputMaybe<Scalars['Json']>;
2529
+ useDry?: InputMaybe<Scalars['Boolean']>;
2530
+ };
2363
2531
  export type MutationSyncManyTasksArgs = {
2364
2532
  filter?: InputMaybe<Scalars['Json']>;
2365
2533
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -2489,6 +2657,16 @@ export type MutationSyncOneStaffArgs = {
2489
2657
  logs?: InputMaybe<Array<Scalars['String']>>;
2490
2658
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2491
2659
  };
2660
+ export type MutationSyncOneSubmissionArgs = {
2661
+ id: Scalars['ObjectId'];
2662
+ logs?: InputMaybe<Array<Scalars['String']>>;
2663
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2664
+ };
2665
+ export type MutationSyncOneSubmissionTypeArgs = {
2666
+ id: Scalars['ObjectId'];
2667
+ logs?: InputMaybe<Array<Scalars['String']>>;
2668
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2669
+ };
2492
2670
  export type MutationSyncOneTaskArgs = {
2493
2671
  id: Scalars['ObjectId'];
2494
2672
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2612,6 +2790,18 @@ export type MutationUpdateOneStaffArgs = {
2612
2790
  logs?: InputMaybe<Array<Scalars['String']>>;
2613
2791
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2614
2792
  };
2793
+ export type MutationUpdateOneSubmissionArgs = {
2794
+ data: SubmissionInput;
2795
+ id: Scalars['ObjectId'];
2796
+ logs?: InputMaybe<Array<Scalars['String']>>;
2797
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2798
+ };
2799
+ export type MutationUpdateOneSubmissionTypeArgs = {
2800
+ data: SubmissionTypeInput;
2801
+ id: Scalars['ObjectId'];
2802
+ logs?: InputMaybe<Array<Scalars['String']>>;
2803
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2804
+ };
2615
2805
  export type MutationUpdateOneTaskArgs = {
2616
2806
  data: TaskInput;
2617
2807
  id: Scalars['ObjectId'];
@@ -2669,6 +2859,8 @@ export type Organization = {
2669
2859
  status?: Maybe<Scalars['String']>;
2670
2860
  /** When this organization was last synced. */
2671
2861
  syncedAt?: Maybe<Scalars['Date']>;
2862
+ /** Internal type of this organization. */
2863
+ type__?: Maybe<Scalars['String']>;
2672
2864
  /** Inversed relation from Organization field of neo:tempat:unit model. */
2673
2865
  units?: Maybe<Array<Unit>>;
2674
2866
  /** When this organization was last updated. */
@@ -2757,6 +2949,8 @@ export type OrganizationInput = {
2757
2949
  status?: InputMaybe<Scalars['String']>;
2758
2950
  /** When this organization was last synced. */
2759
2951
  syncedAt?: InputMaybe<Scalars['Date']>;
2952
+ /** Internal type of this organization. */
2953
+ type__?: InputMaybe<Scalars['String']>;
2760
2954
  /** When this organization was last updated. */
2761
2955
  updatedAt?: InputMaybe<Scalars['Date']>;
2762
2956
  /** Relation ID of Updated By. */
@@ -2815,6 +3009,8 @@ export type Province = {
2815
3009
  restorer?: Maybe<User>;
2816
3010
  /** When this province was last synced. */
2817
3011
  syncedAt?: Maybe<Scalars['Date']>;
3012
+ /** Internal type of this province. */
3013
+ type__?: Maybe<Scalars['String']>;
2818
3014
  /** When this province was last updated. */
2819
3015
  updatedAt?: Maybe<Scalars['Date']>;
2820
3016
  /** Relation ID of Updated By. */
@@ -2872,6 +3068,8 @@ export type ProvinceInput = {
2872
3068
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
2873
3069
  /** When this province was last synced. */
2874
3070
  syncedAt?: InputMaybe<Scalars['Date']>;
3071
+ /** Internal type of this province. */
3072
+ type__?: InputMaybe<Scalars['String']>;
2875
3073
  /** When this province was last updated. */
2876
3074
  updatedAt?: InputMaybe<Scalars['Date']>;
2877
3075
  /** Relation ID of Updated By. */
@@ -2943,6 +3141,10 @@ export type Query = {
2943
3141
  countSituations?: Maybe<CountResponse>;
2944
3142
  /** Count neu:personalia:staff items. */
2945
3143
  countStaffs?: Maybe<CountResponse>;
3144
+ /** Count neu:personalia:submissionType items. */
3145
+ countSubmissionTypes?: Maybe<CountResponse>;
3146
+ /** Count neu:personalia:submission items. */
3147
+ countSubmissions?: Maybe<CountResponse>;
2946
3148
  /** Count neu:personalia:task items. */
2947
3149
  countTasks?: Maybe<CountResponse>;
2948
3150
  /** Count neo:tempat:unit items. */
@@ -2966,6 +3168,10 @@ export type Query = {
2966
3168
  services?: Maybe<ServiceCollectionResponse>;
2967
3169
  staff?: Maybe<StaffSingleResponse>;
2968
3170
  staffs?: Maybe<StaffCollectionResponse>;
3171
+ submission?: Maybe<SubmissionSingleResponse>;
3172
+ submissionType?: Maybe<SubmissionTypeSingleResponse>;
3173
+ submissionTypes?: Maybe<SubmissionTypeCollectionResponse>;
3174
+ submissions?: Maybe<SubmissionCollectionResponse>;
2969
3175
  unit?: Maybe<UnitSingleResponse>;
2970
3176
  units?: Maybe<UnitCollectionResponse>;
2971
3177
  user?: Maybe<UserSingleResponse>;
@@ -3345,6 +3551,28 @@ export type QueryCountStaffsArgs = {
3345
3551
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3346
3552
  sort?: InputMaybe<Scalars['Json']>;
3347
3553
  };
3554
+ export type QueryCountSubmissionTypesArgs = {
3555
+ filter?: InputMaybe<Scalars['Json']>;
3556
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3557
+ limit?: InputMaybe<Scalars['Int']>;
3558
+ logs?: InputMaybe<Array<Scalars['String']>>;
3559
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3560
+ page?: InputMaybe<Scalars['Int']>;
3561
+ search?: InputMaybe<Scalars['String']>;
3562
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3563
+ sort?: InputMaybe<Scalars['Json']>;
3564
+ };
3565
+ export type QueryCountSubmissionsArgs = {
3566
+ filter?: InputMaybe<Scalars['Json']>;
3567
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3568
+ limit?: InputMaybe<Scalars['Int']>;
3569
+ logs?: InputMaybe<Array<Scalars['String']>>;
3570
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3571
+ page?: InputMaybe<Scalars['Int']>;
3572
+ search?: InputMaybe<Scalars['String']>;
3573
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3574
+ sort?: InputMaybe<Scalars['Json']>;
3575
+ };
3348
3576
  export type QueryCountTasksArgs = {
3349
3577
  filter?: InputMaybe<Scalars['Json']>;
3350
3578
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -3506,6 +3734,38 @@ export type QueryStaffsArgs = {
3506
3734
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3507
3735
  sort?: InputMaybe<Scalars['Json']>;
3508
3736
  };
3737
+ export type QuerySubmissionArgs = {
3738
+ id: Scalars['ObjectId'];
3739
+ logs?: InputMaybe<Array<Scalars['String']>>;
3740
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3741
+ };
3742
+ export type QuerySubmissionTypeArgs = {
3743
+ id: Scalars['ObjectId'];
3744
+ logs?: InputMaybe<Array<Scalars['String']>>;
3745
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3746
+ };
3747
+ export type QuerySubmissionTypesArgs = {
3748
+ filter?: InputMaybe<Scalars['Json']>;
3749
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3750
+ limit?: InputMaybe<Scalars['Int']>;
3751
+ logs?: InputMaybe<Array<Scalars['String']>>;
3752
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3753
+ page?: InputMaybe<Scalars['Int']>;
3754
+ search?: InputMaybe<Scalars['String']>;
3755
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3756
+ sort?: InputMaybe<Scalars['Json']>;
3757
+ };
3758
+ export type QuerySubmissionsArgs = {
3759
+ filter?: InputMaybe<Scalars['Json']>;
3760
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3761
+ limit?: InputMaybe<Scalars['Int']>;
3762
+ logs?: InputMaybe<Array<Scalars['String']>>;
3763
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3764
+ page?: InputMaybe<Scalars['Int']>;
3765
+ search?: InputMaybe<Scalars['String']>;
3766
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3767
+ sort?: InputMaybe<Scalars['Json']>;
3768
+ };
3509
3769
  export type QueryUnitArgs = {
3510
3770
  id: Scalars['ObjectId'];
3511
3771
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -3569,6 +3829,8 @@ export type Region = {
3569
3829
  restorer?: Maybe<User>;
3570
3830
  /** When this daerah was last synced. */
3571
3831
  syncedAt?: Maybe<Scalars['Date']>;
3832
+ /** Internal type of this daerah. */
3833
+ type__?: Maybe<Scalars['String']>;
3572
3834
  /** When this daerah was last updated. */
3573
3835
  updatedAt?: Maybe<Scalars['Date']>;
3574
3836
  /** Relation ID of Updated By. */
@@ -3606,6 +3868,8 @@ export type RegionInput = {
3606
3868
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
3607
3869
  /** When this daerah was last synced. */
3608
3870
  syncedAt?: InputMaybe<Scalars['Date']>;
3871
+ /** Internal type of this daerah. */
3872
+ type__?: InputMaybe<Scalars['String']>;
3609
3873
  /** When this daerah was last updated. */
3610
3874
  updatedAt?: InputMaybe<Scalars['Date']>;
3611
3875
  /** Relation ID of Updated By. */
@@ -3657,6 +3921,8 @@ export type Role = {
3657
3921
  restorer?: Maybe<User>;
3658
3922
  /** When this role was last synced. */
3659
3923
  syncedAt?: Maybe<Scalars['Date']>;
3924
+ /** Internal type of this role. */
3925
+ type__?: Maybe<Scalars['String']>;
3660
3926
  /** When this role was last updated. */
3661
3927
  updatedAt?: Maybe<Scalars['Date']>;
3662
3928
  /** Relation ID of Updated By. */
@@ -3711,6 +3977,8 @@ export type RoleInput = {
3711
3977
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
3712
3978
  /** When this role was last synced. */
3713
3979
  syncedAt?: InputMaybe<Scalars['Date']>;
3980
+ /** Internal type of this role. */
3981
+ type__?: InputMaybe<Scalars['String']>;
3714
3982
  /** When this role was last updated. */
3715
3983
  updatedAt?: InputMaybe<Scalars['Date']>;
3716
3984
  /** Relation ID of Updated By. */
@@ -3764,6 +4032,8 @@ export type Room = {
3764
4032
  restorer?: Maybe<User>;
3765
4033
  /** When this ruangan was last synced. */
3766
4034
  syncedAt?: Maybe<Scalars['Date']>;
4035
+ /** Internal type of this ruangan. */
4036
+ type__?: Maybe<Scalars['String']>;
3767
4037
  /** When this ruangan was last updated. */
3768
4038
  updatedAt?: Maybe<Scalars['Date']>;
3769
4039
  /** Relation ID of Updated By. */
@@ -3816,6 +4086,8 @@ export type RoomInput = {
3816
4086
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
3817
4087
  /** When this ruangan was last synced. */
3818
4088
  syncedAt?: InputMaybe<Scalars['Date']>;
4089
+ /** Internal type of this ruangan. */
4090
+ type__?: InputMaybe<Scalars['String']>;
3819
4091
  /** When this ruangan was last updated. */
3820
4092
  updatedAt?: InputMaybe<Scalars['Date']>;
3821
4093
  /** Relation ID of Updated By. */
@@ -3873,6 +4145,8 @@ export type Service = {
3873
4145
  syncedAt?: Maybe<Scalars['Date']>;
3874
4146
  /** Service type. */
3875
4147
  type?: Maybe<Scalars['String']>;
4148
+ /** Internal type of this service. */
4149
+ type__?: Maybe<Scalars['String']>;
3876
4150
  /** When this service was last updated. */
3877
4151
  updatedAt?: Maybe<Scalars['Date']>;
3878
4152
  /** Relation ID of Updated By. */
@@ -3929,6 +4203,8 @@ export type ServiceInput = {
3929
4203
  syncedAt?: InputMaybe<Scalars['Date']>;
3930
4204
  /** Service type. */
3931
4205
  type?: InputMaybe<Scalars['String']>;
4206
+ /** Internal type of this service. */
4207
+ type__?: InputMaybe<Scalars['String']>;
3932
4208
  /** When this service was last updated. */
3933
4209
  updatedAt?: InputMaybe<Scalars['Date']>;
3934
4210
  /** Relation ID of Updated By. */
@@ -4000,6 +4276,8 @@ export type Situation = {
4000
4276
  supportiveStatus?: Maybe<Scalars['String']>;
4001
4277
  /** When this situasi was last synced. */
4002
4278
  syncedAt?: Maybe<Scalars['Date']>;
4279
+ /** Internal type of this situasi. */
4280
+ type__?: Maybe<Scalars['String']>;
4003
4281
  /** When this situasi was last updated. */
4004
4282
  updatedAt?: Maybe<Scalars['Date']>;
4005
4283
  /** Relation ID of Updated By. */
@@ -4097,6 +4375,8 @@ export type SituationInput = {
4097
4375
  supportiveStatus?: InputMaybe<Scalars['String']>;
4098
4376
  /** When this situasi was last synced. */
4099
4377
  syncedAt?: InputMaybe<Scalars['Date']>;
4378
+ /** Internal type of this situasi. */
4379
+ type__?: InputMaybe<Scalars['String']>;
4100
4380
  /** When this situasi was last updated. */
4101
4381
  updatedAt?: InputMaybe<Scalars['Date']>;
4102
4382
  /** Relation ID of Updated By. */
@@ -4148,6 +4428,8 @@ export type SituationType = {
4148
4428
  situationTypeName?: Maybe<Scalars['String']>;
4149
4429
  /** When this tipe situasi was last synced. */
4150
4430
  syncedAt?: Maybe<Scalars['Date']>;
4431
+ /** Internal type of this tipe situasi. */
4432
+ type__?: Maybe<Scalars['String']>;
4151
4433
  /** When this tipe situasi was last updated. */
4152
4434
  updatedAt?: Maybe<Scalars['Date']>;
4153
4435
  /** Relation ID of Updated By. */
@@ -4203,6 +4485,8 @@ export type SituationTypeInput = {
4203
4485
  situationTypeName?: InputMaybe<Scalars['String']>;
4204
4486
  /** When this tipe situasi was last synced. */
4205
4487
  syncedAt?: InputMaybe<Scalars['Date']>;
4488
+ /** Internal type of this tipe situasi. */
4489
+ type__?: InputMaybe<Scalars['String']>;
4206
4490
  /** When this tipe situasi was last updated. */
4207
4491
  updatedAt?: InputMaybe<Scalars['Date']>;
4208
4492
  /** Relation ID of Updated By. */
@@ -4233,6 +4517,8 @@ export type SortItem = {
4233
4517
  handle: Scalars['String'];
4234
4518
  };
4235
4519
  export type Staff = {
4520
+ /** Inversed relation from Siapa Menyetujui field of neu:personalia:submission model. */
4521
+ agreedStaffSubmissions?: Maybe<Array<Submission>>;
4236
4522
  /** Tanggal lahir karyawan. */
4237
4523
  birthDate?: Maybe<Scalars['Date']>;
4238
4524
  /** Tempat lahir karyawan. */
@@ -4253,6 +4539,10 @@ export type Staff = {
4253
4539
  createdBy?: Maybe<Scalars['ObjectId']>;
4254
4540
  /** Who created this karyawan. */
4255
4541
  creator?: Maybe<User>;
4542
+ /** Inversed relation from Siapa Memutuskan field of neu:personalia:submission model. */
4543
+ decideStaffSubmissions?: Maybe<Array<Submission>>;
4544
+ /** Inversed relation from Siapa Menunda field of neu:personalia:submission model. */
4545
+ delayStaffSubmissions?: Maybe<Array<Submission>>;
4256
4546
  /** When this karyawan was deleted. */
4257
4547
  deletedAt?: Maybe<Scalars['Date']>;
4258
4548
  /** Relation ID of Deleted By. */
@@ -4265,6 +4555,8 @@ export type Staff = {
4265
4555
  doingAssignments?: Maybe<Array<Task>>;
4266
4556
  /** Karyawan */
4267
4557
  flag?: Maybe<Scalars['String']>;
4558
+ /** Inversed relation from Siapa Menindaklanjuti field of neu:personalia:submission model. */
4559
+ followUpStaffSubmissions?: Maybe<Array<Submission>>;
4268
4560
  /** Inversed relation from Memberikan field of neu:personalia:task model. */
4269
4561
  givingAssignments?: Maybe<Array<Task>>;
4270
4562
  /** Inversed relation from Membantu field of neu:personalia:task model. */
@@ -4279,6 +4571,8 @@ export type Staff = {
4279
4571
  nik?: Maybe<Scalars['String']>;
4280
4572
  /** Catatan terkait karyawan. */
4281
4573
  note?: Maybe<Scalars['String']>;
4574
+ /** Inversed relation from Siapa Menaikkan field of neu:personalia:submission model. */
4575
+ raiseStaffSubmissions?: Maybe<Array<Submission>>;
4282
4576
  /** When this karyawan was restored. */
4283
4577
  restoredAt?: Maybe<Scalars['Date']>;
4284
4578
  /** Relation ID of Restored By. */
@@ -4291,10 +4585,14 @@ export type Staff = {
4291
4585
  situationReportesBy?: Maybe<Array<Situation>>;
4292
4586
  /** Inversed relation from Siapa Yang Bisa Supportif field of neu:personalia:situation model. */
4293
4587
  situationSupportsBy?: Maybe<Array<Situation>>;
4588
+ /** Inversed relation from Siapa Mengajukan field of neu:personalia:submission model. */
4589
+ submissionStaffSubmissions?: Maybe<Array<Submission>>;
4294
4590
  /** Inversed relation from Mensupervisi field of neu:personalia:task model. */
4295
4591
  supervisingAssignments?: Maybe<Array<Task>>;
4296
4592
  /** When this karyawan was last synced. */
4297
4593
  syncedAt?: Maybe<Scalars['Date']>;
4594
+ /** Internal type of this karyawan. */
4595
+ type__?: Maybe<Scalars['String']>;
4298
4596
  /** When this karyawan was last updated. */
4299
4597
  updatedAt?: Maybe<Scalars['Date']>;
4300
4598
  /** Relation ID of Updated By. */
@@ -4306,6 +4604,15 @@ export type Staff = {
4306
4604
  /** Relation ID of Pengguna. */
4307
4605
  userId?: Maybe<Scalars['ObjectId']>;
4308
4606
  };
4607
+ export type StaffAgreedStaffSubmissionsArgs = {
4608
+ filter?: InputMaybe<Scalars['Json']>;
4609
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4610
+ limit?: InputMaybe<Scalars['Int']>;
4611
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4612
+ page?: InputMaybe<Scalars['Int']>;
4613
+ search?: InputMaybe<Scalars['String']>;
4614
+ sort?: InputMaybe<Scalars['Json']>;
4615
+ };
4309
4616
  export type StaffBranchesArgs = {
4310
4617
  filter?: InputMaybe<Scalars['Json']>;
4311
4618
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4324,6 +4631,24 @@ export type StaffCheckInsArgs = {
4324
4631
  search?: InputMaybe<Scalars['String']>;
4325
4632
  sort?: InputMaybe<Scalars['Json']>;
4326
4633
  };
4634
+ export type StaffDecideStaffSubmissionsArgs = {
4635
+ filter?: InputMaybe<Scalars['Json']>;
4636
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4637
+ limit?: InputMaybe<Scalars['Int']>;
4638
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4639
+ page?: InputMaybe<Scalars['Int']>;
4640
+ search?: InputMaybe<Scalars['String']>;
4641
+ sort?: InputMaybe<Scalars['Json']>;
4642
+ };
4643
+ export type StaffDelayStaffSubmissionsArgs = {
4644
+ filter?: InputMaybe<Scalars['Json']>;
4645
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4646
+ limit?: InputMaybe<Scalars['Int']>;
4647
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4648
+ page?: InputMaybe<Scalars['Int']>;
4649
+ search?: InputMaybe<Scalars['String']>;
4650
+ sort?: InputMaybe<Scalars['Json']>;
4651
+ };
4327
4652
  export type StaffDoingAssignmentsArgs = {
4328
4653
  filter?: InputMaybe<Scalars['Json']>;
4329
4654
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4333,6 +4658,15 @@ export type StaffDoingAssignmentsArgs = {
4333
4658
  search?: InputMaybe<Scalars['String']>;
4334
4659
  sort?: InputMaybe<Scalars['Json']>;
4335
4660
  };
4661
+ export type StaffFollowUpStaffSubmissionsArgs = {
4662
+ filter?: InputMaybe<Scalars['Json']>;
4663
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4664
+ limit?: InputMaybe<Scalars['Int']>;
4665
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4666
+ page?: InputMaybe<Scalars['Int']>;
4667
+ search?: InputMaybe<Scalars['String']>;
4668
+ sort?: InputMaybe<Scalars['Json']>;
4669
+ };
4336
4670
  export type StaffGivingAssignmentsArgs = {
4337
4671
  filter?: InputMaybe<Scalars['Json']>;
4338
4672
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4351,6 +4685,15 @@ export type StaffHelpAssignmentsArgs = {
4351
4685
  search?: InputMaybe<Scalars['String']>;
4352
4686
  sort?: InputMaybe<Scalars['Json']>;
4353
4687
  };
4688
+ export type StaffRaiseStaffSubmissionsArgs = {
4689
+ filter?: InputMaybe<Scalars['Json']>;
4690
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4691
+ limit?: InputMaybe<Scalars['Int']>;
4692
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4693
+ page?: InputMaybe<Scalars['Int']>;
4694
+ search?: InputMaybe<Scalars['String']>;
4695
+ sort?: InputMaybe<Scalars['Json']>;
4696
+ };
4354
4697
  export type StaffSituationRelatesByArgs = {
4355
4698
  filter?: InputMaybe<Scalars['Json']>;
4356
4699
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4378,6 +4721,15 @@ export type StaffSituationSupportsByArgs = {
4378
4721
  search?: InputMaybe<Scalars['String']>;
4379
4722
  sort?: InputMaybe<Scalars['Json']>;
4380
4723
  };
4724
+ export type StaffSubmissionStaffSubmissionsArgs = {
4725
+ filter?: InputMaybe<Scalars['Json']>;
4726
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4727
+ limit?: InputMaybe<Scalars['Int']>;
4728
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4729
+ page?: InputMaybe<Scalars['Int']>;
4730
+ search?: InputMaybe<Scalars['String']>;
4731
+ sort?: InputMaybe<Scalars['Json']>;
4732
+ };
4381
4733
  export type StaffSupervisingAssignmentsArgs = {
4382
4734
  filter?: InputMaybe<Scalars['Json']>;
4383
4735
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4429,6 +4781,8 @@ export type StaffInput = {
4429
4781
  restoredBy?: InputMaybe<Scalars['ObjectId']>;
4430
4782
  /** When this karyawan was last synced. */
4431
4783
  syncedAt?: InputMaybe<Scalars['Date']>;
4784
+ /** Internal type of this karyawan. */
4785
+ type__?: InputMaybe<Scalars['String']>;
4432
4786
  /** When this karyawan was last updated. */
4433
4787
  updatedAt?: InputMaybe<Scalars['Date']>;
4434
4788
  /** Relation ID of Updated By. */
@@ -4443,6 +4797,340 @@ export type StaffSingleResponse = {
4443
4797
  /** Single neu:personalia:staff item. */
4444
4798
  item?: Maybe<Staff>;
4445
4799
  };
4800
+ export type Submission = {
4801
+ /** Relation IDs of Siapa Menyetujui. */
4802
+ agreedStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4803
+ /** Siapa yang menyetujui pengajuan. */
4804
+ agreedStaffs?: Maybe<Array<Staff>>;
4805
+ /** Relation IDs of Cabang. */
4806
+ branchIds?: Maybe<Array<Scalars['ObjectId']>>;
4807
+ /** Cabang yang mengajukan pengajuan. */
4808
+ branches?: Maybe<Array<Branch>>;
4809
+ /** When this pengajuan was created. */
4810
+ createdAt?: Maybe<Scalars['Date']>;
4811
+ /** Relation ID of Created By. */
4812
+ createdBy?: Maybe<Scalars['ObjectId']>;
4813
+ /** Who created this pengajuan. */
4814
+ creator?: Maybe<User>;
4815
+ /** Relation IDs of Siapa Memutuskan. */
4816
+ decideStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4817
+ /** Siapa yang memutuskan pengajuan. */
4818
+ decideStaffs?: Maybe<Array<Staff>>;
4819
+ /** Relation IDs of Siapa Menunda. */
4820
+ delayStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4821
+ /** Siapa yang menunda pengajuan. */
4822
+ delayStaffs?: Maybe<Array<Staff>>;
4823
+ /** When this pengajuan was deleted. */
4824
+ deletedAt?: Maybe<Scalars['Date']>;
4825
+ /** Relation ID of Deleted By. */
4826
+ deletedBy?: Maybe<Scalars['ObjectId']>;
4827
+ /** Who deleted this pengajuan. */
4828
+ deleter?: Maybe<User>;
4829
+ /** Pengajuan */
4830
+ display?: Maybe<Scalars['String']>;
4831
+ /** Dokumen pengajuan. */
4832
+ document?: Maybe<Scalars['String']>;
4833
+ /** Pengajuan */
4834
+ flag?: Maybe<Scalars['String']>;
4835
+ /** Relation IDs of Siapa Menindaklanjuti. */
4836
+ followUpStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4837
+ /** Siapa yang menindaklanjuti pengajuan. */
4838
+ followUpStaffs?: Maybe<Array<Staff>>;
4839
+ /** Object ID. */
4840
+ id?: Maybe<Scalars['ID']>;
4841
+ /** Nominal uang yang diajukan. */
4842
+ nominal?: Maybe<Scalars['Int']>;
4843
+ /** Tanggal pengajuan disiapkan. */
4844
+ preparedAt?: Maybe<Scalars['Date']>;
4845
+ /** Tanggal pengajuan diproses. */
4846
+ processedAt?: Maybe<Scalars['Date']>;
4847
+ /** Relation IDs of Siapa Menaikkan. */
4848
+ raiseStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4849
+ /** Siapa yang menaikkan pengajuan. */
4850
+ raiseStaffs?: Maybe<Array<Staff>>;
4851
+ /** Tanggal pengajuan dinaikkan. */
4852
+ raisedAt?: Maybe<Scalars['Date']>;
4853
+ /** When this pengajuan was restored. */
4854
+ restoredAt?: Maybe<Scalars['Date']>;
4855
+ /** Relation ID of Restored By. */
4856
+ restoredBy?: Maybe<Scalars['ObjectId']>;
4857
+ /** Who last restored this pengajuan. */
4858
+ restorer?: Maybe<User>;
4859
+ /** Spesfifikasi dari pengajuan ini. */
4860
+ specifications?: Maybe<Array<Scalars['Json']>>;
4861
+ /** Status Pengajuan. */
4862
+ status?: Maybe<Scalars['String']>;
4863
+ /** Relation IDs of Siapa Mengajukan. */
4864
+ submissionStaffIds?: Maybe<Array<Scalars['ObjectId']>>;
4865
+ /** Siapa yang mengajukan pengajuan. */
4866
+ submissionStaffs?: Maybe<Array<Staff>>;
4867
+ /** Relation IDs of Tipe. */
4868
+ submissionTypeIds?: Maybe<Array<Scalars['ObjectId']>>;
4869
+ /** When this pengajuan was last synced. */
4870
+ syncedAt?: Maybe<Scalars['Date']>;
4871
+ /** Judul dari pengajuan. */
4872
+ title?: Maybe<Scalars['String']>;
4873
+ /** Tipe dari pengajuan. */
4874
+ type?: Maybe<Array<SubmissionType>>;
4875
+ /** Internal type of this pengajuan. */
4876
+ type__?: Maybe<Scalars['String']>;
4877
+ /** When this pengajuan was last updated. */
4878
+ updatedAt?: Maybe<Scalars['Date']>;
4879
+ /** Relation ID of Updated By. */
4880
+ updatedBy?: Maybe<Scalars['ObjectId']>;
4881
+ /** Who last updated this pengajuan. */
4882
+ updater?: Maybe<User>;
4883
+ };
4884
+ export type SubmissionAgreedStaffsArgs = {
4885
+ filter?: InputMaybe<Scalars['Json']>;
4886
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4887
+ limit?: InputMaybe<Scalars['Int']>;
4888
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4889
+ page?: InputMaybe<Scalars['Int']>;
4890
+ search?: InputMaybe<Scalars['String']>;
4891
+ sort?: InputMaybe<Scalars['Json']>;
4892
+ };
4893
+ export type SubmissionBranchesArgs = {
4894
+ filter?: InputMaybe<Scalars['Json']>;
4895
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4896
+ limit?: InputMaybe<Scalars['Int']>;
4897
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4898
+ page?: InputMaybe<Scalars['Int']>;
4899
+ search?: InputMaybe<Scalars['String']>;
4900
+ sort?: InputMaybe<Scalars['Json']>;
4901
+ };
4902
+ export type SubmissionDecideStaffsArgs = {
4903
+ filter?: InputMaybe<Scalars['Json']>;
4904
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4905
+ limit?: InputMaybe<Scalars['Int']>;
4906
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4907
+ page?: InputMaybe<Scalars['Int']>;
4908
+ search?: InputMaybe<Scalars['String']>;
4909
+ sort?: InputMaybe<Scalars['Json']>;
4910
+ };
4911
+ export type SubmissionDelayStaffsArgs = {
4912
+ filter?: InputMaybe<Scalars['Json']>;
4913
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4914
+ limit?: InputMaybe<Scalars['Int']>;
4915
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4916
+ page?: InputMaybe<Scalars['Int']>;
4917
+ search?: InputMaybe<Scalars['String']>;
4918
+ sort?: InputMaybe<Scalars['Json']>;
4919
+ };
4920
+ export type SubmissionFollowUpStaffsArgs = {
4921
+ filter?: InputMaybe<Scalars['Json']>;
4922
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4923
+ limit?: InputMaybe<Scalars['Int']>;
4924
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4925
+ page?: InputMaybe<Scalars['Int']>;
4926
+ search?: InputMaybe<Scalars['String']>;
4927
+ sort?: InputMaybe<Scalars['Json']>;
4928
+ };
4929
+ export type SubmissionRaiseStaffsArgs = {
4930
+ filter?: InputMaybe<Scalars['Json']>;
4931
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4932
+ limit?: InputMaybe<Scalars['Int']>;
4933
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4934
+ page?: InputMaybe<Scalars['Int']>;
4935
+ search?: InputMaybe<Scalars['String']>;
4936
+ sort?: InputMaybe<Scalars['Json']>;
4937
+ };
4938
+ export type SubmissionSubmissionStaffsArgs = {
4939
+ filter?: InputMaybe<Scalars['Json']>;
4940
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4941
+ limit?: InputMaybe<Scalars['Int']>;
4942
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4943
+ page?: InputMaybe<Scalars['Int']>;
4944
+ search?: InputMaybe<Scalars['String']>;
4945
+ sort?: InputMaybe<Scalars['Json']>;
4946
+ };
4947
+ export type SubmissionTypeArgs = {
4948
+ filter?: InputMaybe<Scalars['Json']>;
4949
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4950
+ limit?: InputMaybe<Scalars['Int']>;
4951
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4952
+ page?: InputMaybe<Scalars['Int']>;
4953
+ search?: InputMaybe<Scalars['String']>;
4954
+ sort?: InputMaybe<Scalars['Json']>;
4955
+ };
4956
+ /** neu:personalia:submission collection response. */
4957
+ export type SubmissionCollectionResponse = {
4958
+ /** Response info. */
4959
+ info?: Maybe<Info>;
4960
+ /** Collection of neu:personalia:submission items. */
4961
+ items?: Maybe<Array<Submission>>;
4962
+ };
4963
+ export type SubmissionInput = {
4964
+ /** Relation IDs of Siapa Menyetujui. */
4965
+ agreedStaffIds?: InputMaybe<Array<Scalars['ID']>>;
4966
+ /** Relation IDs of Cabang. */
4967
+ branchIds?: InputMaybe<Array<Scalars['ID']>>;
4968
+ /** When this pengajuan was created. */
4969
+ createdAt?: InputMaybe<Scalars['Date']>;
4970
+ /** Relation ID of Created By. */
4971
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
4972
+ /** Relation IDs of Siapa Memutuskan. */
4973
+ decideStaffIds?: InputMaybe<Array<Scalars['ID']>>;
4974
+ /** Relation IDs of Siapa Menunda. */
4975
+ delayStaffIds?: InputMaybe<Array<Scalars['ID']>>;
4976
+ /** When this pengajuan was deleted. */
4977
+ deletedAt?: InputMaybe<Scalars['Date']>;
4978
+ /** Relation ID of Deleted By. */
4979
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
4980
+ /** Pengajuan */
4981
+ display?: InputMaybe<Scalars['String']>;
4982
+ /** Dokumen pengajuan. */
4983
+ document?: InputMaybe<Scalars['String']>;
4984
+ /** Pengajuan */
4985
+ flag?: InputMaybe<Scalars['String']>;
4986
+ /** Relation IDs of Siapa Menindaklanjuti. */
4987
+ followUpStaffIds?: InputMaybe<Array<Scalars['ID']>>;
4988
+ /** Nominal uang yang diajukan. */
4989
+ nominal?: InputMaybe<Scalars['Int']>;
4990
+ /** Tanggal pengajuan disiapkan. */
4991
+ preparedAt?: InputMaybe<Scalars['Date']>;
4992
+ /** Tanggal pengajuan diproses. */
4993
+ processedAt?: InputMaybe<Scalars['Date']>;
4994
+ /** Relation IDs of Siapa Menaikkan. */
4995
+ raiseStaffIds?: InputMaybe<Array<Scalars['ID']>>;
4996
+ /** Tanggal pengajuan dinaikkan. */
4997
+ raisedAt?: InputMaybe<Scalars['Date']>;
4998
+ /** When this pengajuan was restored. */
4999
+ restoredAt?: InputMaybe<Scalars['Date']>;
5000
+ /** Relation ID of Restored By. */
5001
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
5002
+ /** Spesfifikasi dari pengajuan ini. */
5003
+ specifications?: InputMaybe<Array<Scalars['Any']>>;
5004
+ /** Status Pengajuan. */
5005
+ status?: InputMaybe<Scalars['String']>;
5006
+ /** Relation IDs of Siapa Mengajukan. */
5007
+ submissionStaffIds?: InputMaybe<Array<Scalars['ID']>>;
5008
+ /** Relation IDs of Tipe. */
5009
+ submissionTypeIds?: InputMaybe<Array<Scalars['ID']>>;
5010
+ /** When this pengajuan was last synced. */
5011
+ syncedAt?: InputMaybe<Scalars['Date']>;
5012
+ /** Judul dari pengajuan. */
5013
+ title?: InputMaybe<Scalars['String']>;
5014
+ /** Internal type of this pengajuan. */
5015
+ type__?: InputMaybe<Scalars['String']>;
5016
+ /** When this pengajuan was last updated. */
5017
+ updatedAt?: InputMaybe<Scalars['Date']>;
5018
+ /** Relation ID of Updated By. */
5019
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
5020
+ };
5021
+ /** Single neu:personalia:submission response. */
5022
+ export type SubmissionSingleResponse = {
5023
+ /** Response info. */
5024
+ info?: Maybe<Info>;
5025
+ /** Single neu:personalia:submission item. */
5026
+ item?: Maybe<Submission>;
5027
+ };
5028
+ export type SubmissionType = {
5029
+ /** Relation IDs of Cabang. */
5030
+ branchIds?: Maybe<Array<Scalars['ObjectId']>>;
5031
+ /** Cabang dari tipe pengajuan. */
5032
+ branches?: Maybe<Array<Branch>>;
5033
+ /** When this tipe pengajuan was created. */
5034
+ createdAt?: Maybe<Scalars['Date']>;
5035
+ /** Relation ID of Created By. */
5036
+ createdBy?: Maybe<Scalars['ObjectId']>;
5037
+ /** Who created this tipe pengajuan. */
5038
+ creator?: Maybe<User>;
5039
+ /** When this tipe pengajuan was deleted. */
5040
+ deletedAt?: Maybe<Scalars['Date']>;
5041
+ /** Relation ID of Deleted By. */
5042
+ deletedBy?: Maybe<Scalars['ObjectId']>;
5043
+ /** Who deleted this tipe pengajuan. */
5044
+ deleter?: Maybe<User>;
5045
+ /** Tipe Pengajuan */
5046
+ display?: Maybe<Scalars['String']>;
5047
+ /** Tipe Pengajuan */
5048
+ flag?: Maybe<Scalars['String']>;
5049
+ /** Object ID. */
5050
+ id?: Maybe<Scalars['ID']>;
5051
+ /** Tipe dari pengajuan. */
5052
+ name?: Maybe<Scalars['String']>;
5053
+ /** When this tipe pengajuan was restored. */
5054
+ restoredAt?: Maybe<Scalars['Date']>;
5055
+ /** Relation ID of Restored By. */
5056
+ restoredBy?: Maybe<Scalars['ObjectId']>;
5057
+ /** Who last restored this tipe pengajuan. */
5058
+ restorer?: Maybe<User>;
5059
+ /** Inversed relation from Tipe field of neu:personalia:submission model. */
5060
+ submissionTypeSubmissions?: Maybe<Array<Submission>>;
5061
+ /** When this tipe pengajuan was last synced. */
5062
+ syncedAt?: Maybe<Scalars['Date']>;
5063
+ /** Internal type of this tipe pengajuan. */
5064
+ type__?: Maybe<Scalars['String']>;
5065
+ /** When this tipe pengajuan was last updated. */
5066
+ updatedAt?: Maybe<Scalars['Date']>;
5067
+ /** Relation ID of Updated By. */
5068
+ updatedBy?: Maybe<Scalars['ObjectId']>;
5069
+ /** Who last updated this tipe pengajuan. */
5070
+ updater?: Maybe<User>;
5071
+ };
5072
+ export type SubmissionTypeBranchesArgs = {
5073
+ filter?: InputMaybe<Scalars['Json']>;
5074
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5075
+ limit?: InputMaybe<Scalars['Int']>;
5076
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5077
+ page?: InputMaybe<Scalars['Int']>;
5078
+ search?: InputMaybe<Scalars['String']>;
5079
+ sort?: InputMaybe<Scalars['Json']>;
5080
+ };
5081
+ export type SubmissionTypeSubmissionTypeSubmissionsArgs = {
5082
+ filter?: InputMaybe<Scalars['Json']>;
5083
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5084
+ limit?: InputMaybe<Scalars['Int']>;
5085
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5086
+ page?: InputMaybe<Scalars['Int']>;
5087
+ search?: InputMaybe<Scalars['String']>;
5088
+ sort?: InputMaybe<Scalars['Json']>;
5089
+ };
5090
+ /** neu:personalia:submissionType collection response. */
5091
+ export type SubmissionTypeCollectionResponse = {
5092
+ /** Response info. */
5093
+ info?: Maybe<Info>;
5094
+ /** Collection of neu:personalia:submissionType items. */
5095
+ items?: Maybe<Array<SubmissionType>>;
5096
+ };
5097
+ export type SubmissionTypeInput = {
5098
+ /** Relation IDs of Cabang. */
5099
+ branchIds?: InputMaybe<Array<Scalars['ID']>>;
5100
+ /** When this tipe pengajuan was created. */
5101
+ createdAt?: InputMaybe<Scalars['Date']>;
5102
+ /** Relation ID of Created By. */
5103
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
5104
+ /** When this tipe pengajuan was deleted. */
5105
+ deletedAt?: InputMaybe<Scalars['Date']>;
5106
+ /** Relation ID of Deleted By. */
5107
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
5108
+ /** Tipe Pengajuan */
5109
+ display?: InputMaybe<Scalars['String']>;
5110
+ /** Tipe Pengajuan */
5111
+ flag?: InputMaybe<Scalars['String']>;
5112
+ /** Tipe dari pengajuan. */
5113
+ name?: InputMaybe<Scalars['String']>;
5114
+ /** When this tipe pengajuan was restored. */
5115
+ restoredAt?: InputMaybe<Scalars['Date']>;
5116
+ /** Relation ID of Restored By. */
5117
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
5118
+ /** When this tipe pengajuan was last synced. */
5119
+ syncedAt?: InputMaybe<Scalars['Date']>;
5120
+ /** Internal type of this tipe pengajuan. */
5121
+ type__?: InputMaybe<Scalars['String']>;
5122
+ /** When this tipe pengajuan was last updated. */
5123
+ updatedAt?: InputMaybe<Scalars['Date']>;
5124
+ /** Relation ID of Updated By. */
5125
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
5126
+ };
5127
+ /** Single neu:personalia:submissionType response. */
5128
+ export type SubmissionTypeSingleResponse = {
5129
+ /** Response info. */
5130
+ info?: Maybe<Info>;
5131
+ /** Single neu:personalia:submissionType item. */
5132
+ item?: Maybe<SubmissionType>;
5133
+ };
4446
5134
  export type Subscription = {
4447
5135
  /** One neu:personalia:situation item created. */
4448
5136
  SituationCreated?: Maybe<Situation>;
@@ -4558,6 +5246,18 @@ export type Subscription = {
4558
5246
  staffDeleted?: Maybe<Staff>;
4559
5247
  /** One neu:personalia:staff item updated. */
4560
5248
  staffUpdated?: Maybe<Staff>;
5249
+ /** One neu:personalia:submission item created. */
5250
+ submissionCreated?: Maybe<Submission>;
5251
+ /** One neu:personalia:submission item deleted. */
5252
+ submissionDeleted?: Maybe<Submission>;
5253
+ /** One neu:personalia:submissionType item created. */
5254
+ submissionTypeCreated?: Maybe<SubmissionType>;
5255
+ /** One neu:personalia:submissionType item deleted. */
5256
+ submissionTypeDeleted?: Maybe<SubmissionType>;
5257
+ /** One neu:personalia:submissionType item updated. */
5258
+ submissionTypeUpdated?: Maybe<SubmissionType>;
5259
+ /** One neu:personalia:submission item updated. */
5260
+ submissionUpdated?: Maybe<Submission>;
4561
5261
  /** One neo:tempat:unit item created. */
4562
5262
  unitCreated?: Maybe<Unit>;
4563
5263
  /** One neo:tempat:unit item deleted. */
@@ -5141,6 +5841,66 @@ export type SubscriptionStaffUpdatedArgs = {
5141
5841
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
5142
5842
  sort?: InputMaybe<Scalars['Json']>;
5143
5843
  };
5844
+ export type SubscriptionSubmissionCreatedArgs = {
5845
+ filter?: InputMaybe<Scalars['Json']>;
5846
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5847
+ limit?: InputMaybe<Scalars['Int']>;
5848
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5849
+ page?: InputMaybe<Scalars['Int']>;
5850
+ search?: InputMaybe<Scalars['String']>;
5851
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5852
+ sort?: InputMaybe<Scalars['Json']>;
5853
+ };
5854
+ export type SubscriptionSubmissionDeletedArgs = {
5855
+ filter?: InputMaybe<Scalars['Json']>;
5856
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5857
+ limit?: InputMaybe<Scalars['Int']>;
5858
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5859
+ page?: InputMaybe<Scalars['Int']>;
5860
+ search?: InputMaybe<Scalars['String']>;
5861
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5862
+ sort?: InputMaybe<Scalars['Json']>;
5863
+ };
5864
+ export type SubscriptionSubmissionTypeCreatedArgs = {
5865
+ filter?: InputMaybe<Scalars['Json']>;
5866
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5867
+ limit?: InputMaybe<Scalars['Int']>;
5868
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5869
+ page?: InputMaybe<Scalars['Int']>;
5870
+ search?: InputMaybe<Scalars['String']>;
5871
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5872
+ sort?: InputMaybe<Scalars['Json']>;
5873
+ };
5874
+ export type SubscriptionSubmissionTypeDeletedArgs = {
5875
+ filter?: InputMaybe<Scalars['Json']>;
5876
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5877
+ limit?: InputMaybe<Scalars['Int']>;
5878
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5879
+ page?: InputMaybe<Scalars['Int']>;
5880
+ search?: InputMaybe<Scalars['String']>;
5881
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5882
+ sort?: InputMaybe<Scalars['Json']>;
5883
+ };
5884
+ export type SubscriptionSubmissionTypeUpdatedArgs = {
5885
+ filter?: InputMaybe<Scalars['Json']>;
5886
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5887
+ limit?: InputMaybe<Scalars['Int']>;
5888
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5889
+ page?: InputMaybe<Scalars['Int']>;
5890
+ search?: InputMaybe<Scalars['String']>;
5891
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5892
+ sort?: InputMaybe<Scalars['Json']>;
5893
+ };
5894
+ export type SubscriptionSubmissionUpdatedArgs = {
5895
+ filter?: InputMaybe<Scalars['Json']>;
5896
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
5897
+ limit?: InputMaybe<Scalars['Int']>;
5898
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
5899
+ page?: InputMaybe<Scalars['Int']>;
5900
+ search?: InputMaybe<Scalars['String']>;
5901
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
5902
+ sort?: InputMaybe<Scalars['Json']>;
5903
+ };
5144
5904
  export type SubscriptionUnitCreatedArgs = {
5145
5905
  filter?: InputMaybe<Scalars['Json']>;
5146
5906
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -5265,6 +6025,8 @@ export type Task = {
5265
6025
  helpAssignments?: Maybe<Array<Staff>>;
5266
6026
  /** Object ID. */
5267
6027
  id?: Maybe<Scalars['ID']>;
6028
+ /** Gambar lampiran pertanyaan. */
6029
+ images?: Maybe<Scalars['Json']>;
5268
6030
  /** Detail dari Deskripsi Dinas Dalam. */
5269
6031
  internalServiceDescription?: Maybe<Scalars['String']>;
5270
6032
  /** Status Prioritas dari Tugas. */
@@ -5287,6 +6049,8 @@ export type Task = {
5287
6049
  syncedAt?: Maybe<Scalars['Date']>;
5288
6050
  /** Detail dari Tugas ini. */
5289
6051
  taskName?: Maybe<Scalars['String']>;
6052
+ /** Internal type of this tugas. */
6053
+ type__?: Maybe<Scalars['String']>;
5290
6054
  /** When this tugas was last updated. */
5291
6055
  updatedAt?: Maybe<Scalars['Date']>;
5292
6056
  /** Relation ID of Updated By. */
@@ -5393,6 +6157,8 @@ export type TaskInput = {
5393
6157
  givingAssignmentIds?: InputMaybe<Array<Scalars['ID']>>;
5394
6158
  /** Relation IDs of Membantu. */
5395
6159
  helpAssignmentIds?: InputMaybe<Array<Scalars['ID']>>;
6160
+ /** Gambar lampiran pertanyaan. */
6161
+ images?: InputMaybe<Scalars['Any']>;
5396
6162
  /** Detail dari Deskripsi Dinas Dalam. */
5397
6163
  internalServiceDescription?: InputMaybe<Scalars['String']>;
5398
6164
  /** Status Prioritas dari Tugas. */
@@ -5411,6 +6177,8 @@ export type TaskInput = {
5411
6177
  syncedAt?: InputMaybe<Scalars['Date']>;
5412
6178
  /** Detail dari Tugas ini. */
5413
6179
  taskName?: InputMaybe<Scalars['String']>;
6180
+ /** Internal type of this tugas. */
6181
+ type__?: InputMaybe<Scalars['String']>;
5414
6182
  /** When this tugas was last updated. */
5415
6183
  updatedAt?: InputMaybe<Scalars['Date']>;
5416
6184
  /** Relation ID of Updated By. */
@@ -5462,6 +6230,8 @@ export type Unit = {
5462
6230
  status?: Maybe<Scalars['String']>;
5463
6231
  /** When this unit was last synced. */
5464
6232
  syncedAt?: Maybe<Scalars['Date']>;
6233
+ /** Internal type of this unit. */
6234
+ type__?: Maybe<Scalars['String']>;
5465
6235
  /** When this unit was last updated. */
5466
6236
  updatedAt?: Maybe<Scalars['Date']>;
5467
6237
  /** Relation ID of Updated By. */
@@ -5514,6 +6284,8 @@ export type UnitInput = {
5514
6284
  status?: InputMaybe<Scalars['String']>;
5515
6285
  /** When this unit was last synced. */
5516
6286
  syncedAt?: InputMaybe<Scalars['Date']>;
6287
+ /** Internal type of this unit. */
6288
+ type__?: InputMaybe<Scalars['String']>;
5517
6289
  /** When this unit was last updated. */
5518
6290
  updatedAt?: InputMaybe<Scalars['Date']>;
5519
6291
  /** Relation ID of Updated By. */
@@ -5617,6 +6389,8 @@ export type User = {
5617
6389
  tasks?: Maybe<Array<Task>>;
5618
6390
  /** User registration type. */
5619
6391
  type?: Maybe<Scalars['String']>;
6392
+ /** Internal type of this user. */
6393
+ type__?: Maybe<Scalars['String']>;
5620
6394
  /** Relation IDs of Units. */
5621
6395
  unitIds?: Maybe<Array<Scalars['ObjectId']>>;
5622
6396
  /** Units of this user. */
@@ -5776,6 +6550,8 @@ export type UserInput = {
5776
6550
  syncedAt?: InputMaybe<Scalars['Date']>;
5777
6551
  /** User registration type. */
5778
6552
  type?: InputMaybe<Scalars['String']>;
6553
+ /** Internal type of this user. */
6554
+ type__?: InputMaybe<Scalars['String']>;
5779
6555
  /** Relation IDs of Units. */
5780
6556
  unitIds?: InputMaybe<Array<Scalars['ID']>>;
5781
6557
  /** When this user was last updated. */