@neutron.co.id/operasional-interfaces 1.0.1-beta.2 → 1.0.2-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "branch" | "status" | "taskName" | "giveAssignment" | "supervisingAssignment" | "doingAssignment" | "helpAssignment" | "priority" | "estimatedStartDate" | "estimatedEndDate" | "estimatedHourDoingAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCognitiveAssignment" | "estimatedHourCreativeAssignment" | "internalServiceDescription" | "externalServiceDescription" | "estimatedHourByDay" | "estimatedRealizedAssignmentStart" | "estimatedRealizedAssignmentEnd" | "resultAssignment">;
2
+ export type TTaskModel = typeof TaskModel;
@@ -346,6 +346,8 @@ export type Branch = {
346
346
  summary?: Maybe<Scalars['String']>;
347
347
  /** When this cabang was last synced. */
348
348
  syncedAt?: Maybe<Scalars['Date']>;
349
+ /** Inversed relation from Cabang field of neu:personalia:task model. */
350
+ task?: Maybe<Array<Task>>;
349
351
  /** When this cabang was last updated. */
350
352
  updatedAt?: Maybe<Scalars['Date']>;
351
353
  /** Relation ID of Updated By. */
@@ -389,6 +391,15 @@ export type BranchStaffsArgs = {
389
391
  search?: InputMaybe<Scalars['String']>;
390
392
  sort?: InputMaybe<Scalars['Json']>;
391
393
  };
394
+ export type BranchTaskArgs = {
395
+ filter?: InputMaybe<Scalars['Json']>;
396
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
397
+ limit?: InputMaybe<Scalars['Int']>;
398
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
399
+ page?: InputMaybe<Scalars['Int']>;
400
+ search?: InputMaybe<Scalars['String']>;
401
+ sort?: InputMaybe<Scalars['Json']>;
402
+ };
392
403
  /** neu:tempat:branch collection response. */
393
404
  export type BranchCollectionResponse = {
394
405
  /** Response info. */
@@ -1223,6 +1234,8 @@ export type Mutation = {
1223
1234
  createOneService?: Maybe<ServiceSingleResponse>;
1224
1235
  /** Create single neu:personalia:staff item. */
1225
1236
  createOneStaff?: Maybe<StaffSingleResponse>;
1237
+ /** Create single neu:personalia:task item. */
1238
+ createOneTask?: Maybe<TaskSingleResponse>;
1226
1239
  /** Create single neo:tempat:unit item. */
1227
1240
  createOneUnit?: Maybe<UnitSingleResponse>;
1228
1241
  /** Create single neo:identitas:user item. */
@@ -1259,6 +1272,8 @@ export type Mutation = {
1259
1272
  deleteOneService?: Maybe<ServiceSingleResponse>;
1260
1273
  /** Delete single neu:personalia:staff item. */
1261
1274
  deleteOneStaff?: Maybe<StaffSingleResponse>;
1275
+ /** Delete single neu:personalia:task item. */
1276
+ deleteOneTask?: Maybe<TaskSingleResponse>;
1262
1277
  /** Delete single neo:tempat:unit item. */
1263
1278
  deleteOneUnit?: Maybe<UnitSingleResponse>;
1264
1279
  /** Delete single neo:identitas:user item. */
@@ -1295,10 +1310,14 @@ export type Mutation = {
1295
1310
  duplicateOneService?: Maybe<ServiceSingleResponse>;
1296
1311
  /** Duplicate single neu:personalia:staff item. */
1297
1312
  duplicateOneStaff?: Maybe<StaffSingleResponse>;
1313
+ /** Duplicate single neu:personalia:task item. */
1314
+ duplicateOneTask?: Maybe<TaskSingleResponse>;
1298
1315
  /** Duplicate single neo:tempat:unit item. */
1299
1316
  duplicateOneUnit?: Maybe<UnitSingleResponse>;
1300
1317
  /** Duplicate single neo:identitas:user item. */
1301
1318
  duplicateOneUser?: Maybe<UserSingleResponse>;
1319
+ /** Execute a custom global action. */
1320
+ execute?: Maybe<ExecuteResponse>;
1302
1321
  /** Execute a custom action on neo:kokpit:application. */
1303
1322
  executeApplication?: Maybe<ExecuteResponse>;
1304
1323
  /** Execute a custom action on neu:tempat:area. */
@@ -1331,6 +1350,8 @@ export type Mutation = {
1331
1350
  executeService?: Maybe<ExecuteResponse>;
1332
1351
  /** Execute a custom action on neu:personalia:staff. */
1333
1352
  executeStaff?: Maybe<ExecuteResponse>;
1353
+ /** Execute a custom action on neu:personalia:task. */
1354
+ executeTask?: Maybe<ExecuteResponse>;
1334
1355
  /** Execute a custom action on neo:tempat:unit. */
1335
1356
  executeUnit?: Maybe<ExecuteResponse>;
1336
1357
  /** Execute a custom action on neo:identitas:user. */
@@ -1368,6 +1389,8 @@ export type Mutation = {
1368
1389
  restoreOneService?: Maybe<ServiceSingleResponse>;
1369
1390
  /** Restore single neu:personalia:staff item. */
1370
1391
  restoreOneStaff?: Maybe<StaffSingleResponse>;
1392
+ /** Restore single neu:personalia:task item. */
1393
+ restoreOneTask?: Maybe<TaskSingleResponse>;
1371
1394
  /** Restore single neo:tempat:unit item. */
1372
1395
  restoreOneUnit?: Maybe<UnitSingleResponse>;
1373
1396
  /** Restore single neo:identitas:user item. */
@@ -1404,6 +1427,8 @@ export type Mutation = {
1404
1427
  syncManyServices?: Maybe<SyncManyResponse>;
1405
1428
  /** Sync many neu:personalia:staff items. */
1406
1429
  syncManyStaffs?: Maybe<SyncManyResponse>;
1430
+ /** Sync many neu:personalia:task items. */
1431
+ syncManyTasks?: Maybe<SyncManyResponse>;
1407
1432
  /** Sync many neo:tempat:unit items. */
1408
1433
  syncManyUnits?: Maybe<SyncManyResponse>;
1409
1434
  /** Sync many neo:identitas:user items. */
@@ -1440,6 +1465,8 @@ export type Mutation = {
1440
1465
  syncOneService?: Maybe<ServiceSingleResponse>;
1441
1466
  /** Sync single neu:personalia:staff item. */
1442
1467
  syncOneStaff?: Maybe<StaffSingleResponse>;
1468
+ /** Sync single neu:personalia:task item. */
1469
+ syncOneTask?: Maybe<TaskSingleResponse>;
1443
1470
  /** Sync single neo:tempat:unit item. */
1444
1471
  syncOneUnit?: Maybe<UnitSingleResponse>;
1445
1472
  /** Sync single neo:identitas:user item. */
@@ -1476,6 +1503,8 @@ export type Mutation = {
1476
1503
  updateOneService?: Maybe<ServiceSingleResponse>;
1477
1504
  /** Update single neu:personalia:staff item. */
1478
1505
  updateOneStaff?: Maybe<StaffSingleResponse>;
1506
+ /** Update single neu:personalia:task item. */
1507
+ updateOneTask?: Maybe<TaskSingleResponse>;
1479
1508
  /** Update single neo:tempat:unit item. */
1480
1509
  updateOneUnit?: Maybe<UnitSingleResponse>;
1481
1510
  /** Update single neo:identitas:user item. */
@@ -1561,6 +1590,11 @@ export type MutationCreateOneStaffArgs = {
1561
1590
  logs?: InputMaybe<Array<Scalars['String']>>;
1562
1591
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1563
1592
  };
1593
+ export type MutationCreateOneTaskArgs = {
1594
+ data: TaskInput;
1595
+ logs?: InputMaybe<Array<Scalars['String']>>;
1596
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1597
+ };
1564
1598
  export type MutationCreateOneUnitArgs = {
1565
1599
  data: UnitInput;
1566
1600
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1651,6 +1685,11 @@ export type MutationDeleteOneStaffArgs = {
1651
1685
  logs?: InputMaybe<Array<Scalars['String']>>;
1652
1686
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1653
1687
  };
1688
+ export type MutationDeleteOneTaskArgs = {
1689
+ id: Scalars['ObjectId'];
1690
+ logs?: InputMaybe<Array<Scalars['String']>>;
1691
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1692
+ };
1654
1693
  export type MutationDeleteOneUnitArgs = {
1655
1694
  id: Scalars['ObjectId'];
1656
1695
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1741,6 +1780,11 @@ export type MutationDuplicateOneStaffArgs = {
1741
1780
  logs?: InputMaybe<Array<Scalars['String']>>;
1742
1781
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1743
1782
  };
1783
+ export type MutationDuplicateOneTaskArgs = {
1784
+ id: Scalars['ObjectId'];
1785
+ logs?: InputMaybe<Array<Scalars['String']>>;
1786
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1787
+ };
1744
1788
  export type MutationDuplicateOneUnitArgs = {
1745
1789
  id: Scalars['ObjectId'];
1746
1790
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -1751,6 +1795,11 @@ export type MutationDuplicateOneUserArgs = {
1751
1795
  logs?: InputMaybe<Array<Scalars['String']>>;
1752
1796
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1753
1797
  };
1798
+ export type MutationExecuteArgs = {
1799
+ action?: InputMaybe<Scalars['String']>;
1800
+ input?: InputMaybe<Scalars['Json']>;
1801
+ logs?: InputMaybe<Array<Scalars['String']>>;
1802
+ };
1754
1803
  export type MutationExecuteApplicationArgs = {
1755
1804
  action?: InputMaybe<Scalars['String']>;
1756
1805
  input?: InputMaybe<Scalars['Json']>;
@@ -1847,6 +1896,12 @@ export type MutationExecuteStaffArgs = {
1847
1896
  logs?: InputMaybe<Array<Scalars['String']>>;
1848
1897
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1849
1898
  };
1899
+ export type MutationExecuteTaskArgs = {
1900
+ action?: InputMaybe<Scalars['String']>;
1901
+ input?: InputMaybe<Scalars['Json']>;
1902
+ logs?: InputMaybe<Array<Scalars['String']>>;
1903
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
1904
+ };
1850
1905
  export type MutationExecuteUnitArgs = {
1851
1906
  action?: InputMaybe<Scalars['String']>;
1852
1907
  input?: InputMaybe<Scalars['Json']>;
@@ -1939,6 +1994,11 @@ export type MutationRestoreOneStaffArgs = {
1939
1994
  logs?: InputMaybe<Array<Scalars['String']>>;
1940
1995
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
1941
1996
  };
1997
+ export type MutationRestoreOneTaskArgs = {
1998
+ id: Scalars['ObjectId'];
1999
+ logs?: InputMaybe<Array<Scalars['String']>>;
2000
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2001
+ };
1942
2002
  export type MutationRestoreOneUnitArgs = {
1943
2003
  id: Scalars['ObjectId'];
1944
2004
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2157,6 +2217,19 @@ export type MutationSyncManyStaffsArgs = {
2157
2217
  sort?: InputMaybe<Scalars['Json']>;
2158
2218
  useDry?: InputMaybe<Scalars['Boolean']>;
2159
2219
  };
2220
+ export type MutationSyncManyTasksArgs = {
2221
+ filter?: InputMaybe<Scalars['Json']>;
2222
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2223
+ limit?: InputMaybe<Scalars['Int']>;
2224
+ logs?: InputMaybe<Array<Scalars['String']>>;
2225
+ maxSyncedAt?: InputMaybe<Scalars['Date']>;
2226
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
2227
+ page?: InputMaybe<Scalars['Int']>;
2228
+ search?: InputMaybe<Scalars['String']>;
2229
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2230
+ sort?: InputMaybe<Scalars['Json']>;
2231
+ useDry?: InputMaybe<Scalars['Boolean']>;
2232
+ };
2160
2233
  export type MutationSyncManyUnitsArgs = {
2161
2234
  filter?: InputMaybe<Scalars['Json']>;
2162
2235
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -2263,6 +2336,11 @@ export type MutationSyncOneStaffArgs = {
2263
2336
  logs?: InputMaybe<Array<Scalars['String']>>;
2264
2337
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2265
2338
  };
2339
+ export type MutationSyncOneTaskArgs = {
2340
+ id: Scalars['ObjectId'];
2341
+ logs?: InputMaybe<Array<Scalars['String']>>;
2342
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2343
+ };
2266
2344
  export type MutationSyncOneUnitArgs = {
2267
2345
  id: Scalars['ObjectId'];
2268
2346
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -2369,6 +2447,12 @@ export type MutationUpdateOneStaffArgs = {
2369
2447
  logs?: InputMaybe<Array<Scalars['String']>>;
2370
2448
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
2371
2449
  };
2450
+ export type MutationUpdateOneTaskArgs = {
2451
+ data: TaskInput;
2452
+ id: Scalars['ObjectId'];
2453
+ logs?: InputMaybe<Array<Scalars['String']>>;
2454
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2455
+ };
2372
2456
  export type MutationUpdateOneUnitArgs = {
2373
2457
  data: UnitInput;
2374
2458
  id: Scalars['ObjectId'];
@@ -2636,6 +2720,8 @@ export type ProvinceSingleResponse = {
2636
2720
  item?: Maybe<Province>;
2637
2721
  };
2638
2722
  export type Query = {
2723
+ Task?: Maybe<TaskSingleResponse>;
2724
+ Tasks?: Maybe<TaskCollectionResponse>;
2639
2725
  application?: Maybe<ApplicationSingleResponse>;
2640
2726
  applications?: Maybe<ApplicationCollectionResponse>;
2641
2727
  area?: Maybe<AreaSingleResponse>;
@@ -2684,6 +2770,8 @@ export type Query = {
2684
2770
  countServices?: Maybe<CountResponse>;
2685
2771
  /** Count neu:personalia:staff items. */
2686
2772
  countStaffs?: Maybe<CountResponse>;
2773
+ /** Count neu:personalia:task items. */
2774
+ countTasks?: Maybe<CountResponse>;
2687
2775
  /** Count neo:tempat:unit items. */
2688
2776
  countUnits?: Maybe<CountResponse>;
2689
2777
  /** Count neo:identitas:user items. */
@@ -2710,6 +2798,22 @@ export type Query = {
2710
2798
  user?: Maybe<UserSingleResponse>;
2711
2799
  users?: Maybe<UserCollectionResponse>;
2712
2800
  };
2801
+ export type QueryTaskArgs = {
2802
+ id: Scalars['ObjectId'];
2803
+ logs?: InputMaybe<Array<Scalars['String']>>;
2804
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2805
+ };
2806
+ export type QueryTasksArgs = {
2807
+ filter?: InputMaybe<Scalars['Json']>;
2808
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
2809
+ limit?: InputMaybe<Scalars['Int']>;
2810
+ logs?: InputMaybe<Array<Scalars['String']>>;
2811
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
2812
+ page?: InputMaybe<Scalars['Int']>;
2813
+ search?: InputMaybe<Scalars['String']>;
2814
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
2815
+ sort?: InputMaybe<Scalars['Json']>;
2816
+ };
2713
2817
  export type QueryApplicationArgs = {
2714
2818
  id: Scalars['ObjectId'];
2715
2819
  logs?: InputMaybe<Array<Scalars['String']>>;
@@ -3014,6 +3118,17 @@ export type QueryCountStaffsArgs = {
3014
3118
  shortcuts?: InputMaybe<Array<Scalars['String']>>;
3015
3119
  sort?: InputMaybe<Scalars['Json']>;
3016
3120
  };
3121
+ export type QueryCountTasksArgs = {
3122
+ filter?: InputMaybe<Scalars['Json']>;
3123
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3124
+ limit?: InputMaybe<Scalars['Int']>;
3125
+ logs?: InputMaybe<Array<Scalars['String']>>;
3126
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3127
+ page?: InputMaybe<Scalars['Int']>;
3128
+ search?: InputMaybe<Scalars['String']>;
3129
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
3130
+ sort?: InputMaybe<Scalars['Json']>;
3131
+ };
3017
3132
  export type QueryCountUnitsArgs = {
3018
3133
  filter?: InputMaybe<Scalars['Json']>;
3019
3134
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -3645,8 +3760,14 @@ export type Staff = {
3645
3760
  deleter?: Maybe<User>;
3646
3761
  /** Karyawan */
3647
3762
  display?: Maybe<Scalars['String']>;
3763
+ /** Inversed relation from Mengerjakan field of neu:personalia:task model. */
3764
+ doingAssignment?: Maybe<Array<Task>>;
3648
3765
  /** Karyawan */
3649
3766
  flag?: Maybe<Scalars['String']>;
3767
+ /** Inversed relation from Memberikan field of neu:personalia:task model. */
3768
+ givingAssignment?: Maybe<Array<Task>>;
3769
+ /** Inversed relation from Membantu field of neu:personalia:task model. */
3770
+ helpAssignment?: Maybe<Array<Task>>;
3650
3771
  /** Object ID. */
3651
3772
  id?: Maybe<Scalars['ID']>;
3652
3773
  /** Foto karyawan. */
@@ -3663,6 +3784,8 @@ export type Staff = {
3663
3784
  restoredBy?: Maybe<Scalars['ObjectId']>;
3664
3785
  /** Who last restored this karyawan. */
3665
3786
  restorer?: Maybe<User>;
3787
+ /** Inversed relation from Mensupervisi field of neu:personalia:task model. */
3788
+ supervisingAssignment?: Maybe<Array<Task>>;
3666
3789
  /** When this karyawan was last synced. */
3667
3790
  syncedAt?: Maybe<Scalars['Date']>;
3668
3791
  /** When this karyawan was last updated. */
@@ -3694,6 +3817,42 @@ export type StaffCheckInsArgs = {
3694
3817
  search?: InputMaybe<Scalars['String']>;
3695
3818
  sort?: InputMaybe<Scalars['Json']>;
3696
3819
  };
3820
+ export type StaffDoingAssignmentArgs = {
3821
+ filter?: InputMaybe<Scalars['Json']>;
3822
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3823
+ limit?: InputMaybe<Scalars['Int']>;
3824
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3825
+ page?: InputMaybe<Scalars['Int']>;
3826
+ search?: InputMaybe<Scalars['String']>;
3827
+ sort?: InputMaybe<Scalars['Json']>;
3828
+ };
3829
+ export type StaffGivingAssignmentArgs = {
3830
+ filter?: InputMaybe<Scalars['Json']>;
3831
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3832
+ limit?: InputMaybe<Scalars['Int']>;
3833
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3834
+ page?: InputMaybe<Scalars['Int']>;
3835
+ search?: InputMaybe<Scalars['String']>;
3836
+ sort?: InputMaybe<Scalars['Json']>;
3837
+ };
3838
+ export type StaffHelpAssignmentArgs = {
3839
+ filter?: InputMaybe<Scalars['Json']>;
3840
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3841
+ limit?: InputMaybe<Scalars['Int']>;
3842
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3843
+ page?: InputMaybe<Scalars['Int']>;
3844
+ search?: InputMaybe<Scalars['String']>;
3845
+ sort?: InputMaybe<Scalars['Json']>;
3846
+ };
3847
+ export type StaffSupervisingAssignmentArgs = {
3848
+ filter?: InputMaybe<Scalars['Json']>;
3849
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
3850
+ limit?: InputMaybe<Scalars['Int']>;
3851
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
3852
+ page?: InputMaybe<Scalars['Int']>;
3853
+ search?: InputMaybe<Scalars['String']>;
3854
+ sort?: InputMaybe<Scalars['Json']>;
3855
+ };
3697
3856
  /** neu:personalia:staff collection response. */
3698
3857
  export type StaffCollectionResponse = {
3699
3858
  /** Response info. */
@@ -3751,6 +3910,12 @@ export type StaffSingleResponse = {
3751
3910
  item?: Maybe<Staff>;
3752
3911
  };
3753
3912
  export type Subscription = {
3913
+ /** One neu:personalia:task item created. */
3914
+ TaskCreated?: Maybe<Task>;
3915
+ /** One neu:personalia:task item deleted. */
3916
+ TaskDeleted?: Maybe<Task>;
3917
+ /** One neu:personalia:task item updated. */
3918
+ TaskUpdated?: Maybe<Task>;
3754
3919
  /** One neo:kokpit:application item created. */
3755
3920
  applicationCreated?: Maybe<Application>;
3756
3921
  /** One neo:kokpit:application item deleted. */
@@ -3860,6 +4025,36 @@ export type Subscription = {
3860
4025
  /** One neo:identitas:user item updated. */
3861
4026
  userUpdated?: Maybe<User>;
3862
4027
  };
4028
+ export type SubscriptionTaskCreatedArgs = {
4029
+ filter?: InputMaybe<Scalars['Json']>;
4030
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4031
+ limit?: InputMaybe<Scalars['Int']>;
4032
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4033
+ page?: InputMaybe<Scalars['Int']>;
4034
+ search?: InputMaybe<Scalars['String']>;
4035
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4036
+ sort?: InputMaybe<Scalars['Json']>;
4037
+ };
4038
+ export type SubscriptionTaskDeletedArgs = {
4039
+ filter?: InputMaybe<Scalars['Json']>;
4040
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4041
+ limit?: InputMaybe<Scalars['Int']>;
4042
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4043
+ page?: InputMaybe<Scalars['Int']>;
4044
+ search?: InputMaybe<Scalars['String']>;
4045
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4046
+ sort?: InputMaybe<Scalars['Json']>;
4047
+ };
4048
+ export type SubscriptionTaskUpdatedArgs = {
4049
+ filter?: InputMaybe<Scalars['Json']>;
4050
+ ids?: InputMaybe<Array<Scalars['ObjectId']>>;
4051
+ limit?: InputMaybe<Scalars['Int']>;
4052
+ minUpdatedAt?: InputMaybe<Scalars['Date']>;
4053
+ page?: InputMaybe<Scalars['Int']>;
4054
+ search?: InputMaybe<Scalars['String']>;
4055
+ shortcuts?: InputMaybe<Array<Scalars['String']>>;
4056
+ sort?: InputMaybe<Scalars['Json']>;
4057
+ };
3863
4058
  export type SubscriptionApplicationCreatedArgs = {
3864
4059
  filter?: InputMaybe<Scalars['Json']>;
3865
4060
  ids?: InputMaybe<Array<Scalars['ObjectId']>>;
@@ -4407,6 +4602,168 @@ export type SyncManyResponse = {
4407
4602
  /** Response info. */
4408
4603
  info?: Maybe<Info>;
4409
4604
  };
4605
+ export type Task = {
4606
+ /** Cabang dari Tugas ini. */
4607
+ branch?: Maybe<Branch>;
4608
+ /** Relation ID of Cabang. */
4609
+ branchId?: Maybe<Scalars['ObjectId']>;
4610
+ /** When this tugas was created. */
4611
+ createdAt?: Maybe<Scalars['Date']>;
4612
+ /** Relation ID of Created By. */
4613
+ createdBy?: Maybe<Scalars['ObjectId']>;
4614
+ /** Who created this tugas. */
4615
+ creator?: Maybe<User>;
4616
+ /** When this tugas was deleted. */
4617
+ deletedAt?: Maybe<Scalars['Date']>;
4618
+ /** Relation ID of Deleted By. */
4619
+ deletedBy?: Maybe<Scalars['ObjectId']>;
4620
+ /** Who deleted this tugas. */
4621
+ deleter?: Maybe<User>;
4622
+ /** Tugas */
4623
+ display?: Maybe<Scalars['String']>;
4624
+ /** Yang mengerjakan Tugas ini. */
4625
+ doingAssignment?: Maybe<Staff>;
4626
+ /** Relation ID of Mengerjakan. */
4627
+ doingAssignmentId?: Maybe<Scalars['ObjectId']>;
4628
+ /** Tanggal tugas selesai. */
4629
+ estimatedEndDate?: Maybe<Scalars['Date']>;
4630
+ /** Estimated jam perhari (jam) */
4631
+ estimatedHourByDay?: Maybe<Scalars['Int']>;
4632
+ /** Estimated komunikasi (jam) */
4633
+ estimatedHourCognitiveAssignment?: Maybe<Scalars['Int']>;
4634
+ /** Estimated komunikasi (jam) */
4635
+ estimatedHourCommunicationAssignment?: Maybe<Scalars['Int']>;
4636
+ /** Estimated kreatif (jam) */
4637
+ estimatedHourCreativeAssignment?: Maybe<Scalars['Int']>;
4638
+ /** Estimated kerja (jam) */
4639
+ estimatedHourDoingAssignment?: Maybe<Scalars['Int']>;
4640
+ /** Realisasi tanggal selesai tugas ini. */
4641
+ estimatedRealizedAssignmentEnd?: Maybe<Scalars['Date']>;
4642
+ /** Realisasi tanggal mulai tugas ini. */
4643
+ estimatedRealizedAssignmentStart?: Maybe<Scalars['Date']>;
4644
+ /** Tanggal tugas dimulai. */
4645
+ estimatedStartDate?: Maybe<Scalars['Date']>;
4646
+ /** Detail dari Deskripsi Dinas Luar. */
4647
+ externalServiceDescription?: Maybe<Scalars['String']>;
4648
+ /** Tugas */
4649
+ flag?: Maybe<Scalars['String']>;
4650
+ /** Yang memberikan Tugas ini. */
4651
+ giveAssignment?: Maybe<Staff>;
4652
+ /** Relation ID of Memberikan. */
4653
+ givingAssignmentId?: Maybe<Scalars['ObjectId']>;
4654
+ /** Yang membantu Tugas ini. */
4655
+ helpAssignment?: Maybe<Staff>;
4656
+ /** Relation ID of Membantu. */
4657
+ helpAssignmentId?: Maybe<Scalars['ObjectId']>;
4658
+ /** Object ID. */
4659
+ id?: Maybe<Scalars['ID']>;
4660
+ /** Detail dari Deskripsi Dinas Dalam. */
4661
+ internalServiceDescription?: Maybe<Scalars['String']>;
4662
+ /** Status Prioritas dari Tugas. */
4663
+ priority?: Maybe<Scalars['String']>;
4664
+ /** When this tugas was restored. */
4665
+ restoredAt?: Maybe<Scalars['Date']>;
4666
+ /** Relation ID of Restored By. */
4667
+ restoredBy?: Maybe<Scalars['ObjectId']>;
4668
+ /** Who last restored this tugas. */
4669
+ restorer?: Maybe<User>;
4670
+ /** Hasil dari tugas ini. */
4671
+ resultAssignment?: Maybe<Scalars['String']>;
4672
+ /** Status dari Tugas. */
4673
+ status?: Maybe<Scalars['String']>;
4674
+ /** Yang mensupervisi Tugas ini. */
4675
+ supervisingAssignment?: Maybe<Staff>;
4676
+ /** Relation ID of Mensupervisi. */
4677
+ supervisingAssignmentId?: Maybe<Scalars['ObjectId']>;
4678
+ /** When this tugas was last synced. */
4679
+ syncedAt?: Maybe<Scalars['Date']>;
4680
+ /** Detail dari Tugas ini. */
4681
+ taskName?: Maybe<Scalars['String']>;
4682
+ /** When this tugas was last updated. */
4683
+ updatedAt?: Maybe<Scalars['Date']>;
4684
+ /** Relation ID of Updated By. */
4685
+ updatedBy?: Maybe<Scalars['ObjectId']>;
4686
+ /** Who last updated this tugas. */
4687
+ updater?: Maybe<User>;
4688
+ };
4689
+ /** neu:personalia:task collection response. */
4690
+ export type TaskCollectionResponse = {
4691
+ /** Response info. */
4692
+ info?: Maybe<Info>;
4693
+ /** Collection of neu:personalia:task items. */
4694
+ items?: Maybe<Array<Task>>;
4695
+ };
4696
+ export type TaskInput = {
4697
+ /** Relation ID of Cabang. */
4698
+ branchId?: InputMaybe<Scalars['ObjectId']>;
4699
+ /** When this tugas was created. */
4700
+ createdAt?: InputMaybe<Scalars['Date']>;
4701
+ /** Relation ID of Created By. */
4702
+ createdBy?: InputMaybe<Scalars['ObjectId']>;
4703
+ /** When this tugas was deleted. */
4704
+ deletedAt?: InputMaybe<Scalars['Date']>;
4705
+ /** Relation ID of Deleted By. */
4706
+ deletedBy?: InputMaybe<Scalars['ObjectId']>;
4707
+ /** Tugas */
4708
+ display?: InputMaybe<Scalars['String']>;
4709
+ /** Relation ID of Mengerjakan. */
4710
+ doingAssignmentId?: InputMaybe<Scalars['ObjectId']>;
4711
+ /** Tanggal tugas selesai. */
4712
+ estimatedEndDate?: InputMaybe<Scalars['Date']>;
4713
+ /** Estimated jam perhari (jam) */
4714
+ estimatedHourByDay?: InputMaybe<Scalars['Int']>;
4715
+ /** Estimated komunikasi (jam) */
4716
+ estimatedHourCognitiveAssignment?: InputMaybe<Scalars['Int']>;
4717
+ /** Estimated komunikasi (jam) */
4718
+ estimatedHourCommunicationAssignment?: InputMaybe<Scalars['Int']>;
4719
+ /** Estimated kreatif (jam) */
4720
+ estimatedHourCreativeAssignment?: InputMaybe<Scalars['Int']>;
4721
+ /** Estimated kerja (jam) */
4722
+ estimatedHourDoingAssignment?: InputMaybe<Scalars['Int']>;
4723
+ /** Realisasi tanggal selesai tugas ini. */
4724
+ estimatedRealizedAssignmentEnd?: InputMaybe<Scalars['Date']>;
4725
+ /** Realisasi tanggal mulai tugas ini. */
4726
+ estimatedRealizedAssignmentStart?: InputMaybe<Scalars['Date']>;
4727
+ /** Tanggal tugas dimulai. */
4728
+ estimatedStartDate?: InputMaybe<Scalars['Date']>;
4729
+ /** Detail dari Deskripsi Dinas Luar. */
4730
+ externalServiceDescription?: InputMaybe<Scalars['String']>;
4731
+ /** Tugas */
4732
+ flag?: InputMaybe<Scalars['String']>;
4733
+ /** Relation ID of Memberikan. */
4734
+ givingAssignmentId?: InputMaybe<Scalars['ObjectId']>;
4735
+ /** Relation ID of Membantu. */
4736
+ helpAssignmentId?: InputMaybe<Scalars['ObjectId']>;
4737
+ /** Detail dari Deskripsi Dinas Dalam. */
4738
+ internalServiceDescription?: InputMaybe<Scalars['String']>;
4739
+ /** Status Prioritas dari Tugas. */
4740
+ priority?: InputMaybe<Scalars['String']>;
4741
+ /** When this tugas was restored. */
4742
+ restoredAt?: InputMaybe<Scalars['Date']>;
4743
+ /** Relation ID of Restored By. */
4744
+ restoredBy?: InputMaybe<Scalars['ObjectId']>;
4745
+ /** Hasil dari tugas ini. */
4746
+ resultAssignment?: InputMaybe<Scalars['String']>;
4747
+ /** Status dari Tugas. */
4748
+ status?: InputMaybe<Scalars['String']>;
4749
+ /** Relation ID of Mensupervisi. */
4750
+ supervisingAssignmentId?: InputMaybe<Scalars['ObjectId']>;
4751
+ /** When this tugas was last synced. */
4752
+ syncedAt?: InputMaybe<Scalars['Date']>;
4753
+ /** Detail dari Tugas ini. */
4754
+ taskName?: InputMaybe<Scalars['String']>;
4755
+ /** When this tugas was last updated. */
4756
+ updatedAt?: InputMaybe<Scalars['Date']>;
4757
+ /** Relation ID of Updated By. */
4758
+ updatedBy?: InputMaybe<Scalars['ObjectId']>;
4759
+ };
4760
+ /** Single neu:personalia:task response. */
4761
+ export type TaskSingleResponse = {
4762
+ /** Response info. */
4763
+ info?: Maybe<Info>;
4764
+ /** Single neu:personalia:task item. */
4765
+ item?: Maybe<Task>;
4766
+ };
4410
4767
  export type Unit = {
4411
4768
  /** Unit code. */
4412
4769
  code?: Maybe<Scalars['String']>;