@neutron.co.id/operasional-interfaces 1.8.5 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.cjs +11 -11
- package/build/index.mjs +11 -11
- package/build/style.css +3 -3
- package/build/types/components/attendance/attendance.types.d.ts +1 -1
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/types/components/target/target.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +47 -4
- package/package.json +21 -21
package/build/index.cjs
CHANGED
|
@@ -5593,7 +5593,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
5593
5593
|
{
|
|
5594
5594
|
handle: "branchIds",
|
|
5595
5595
|
operator: "in",
|
|
5596
|
-
value: values.value.
|
|
5596
|
+
value: values.value.branchIds
|
|
5597
5597
|
}
|
|
5598
5598
|
]
|
|
5599
5599
|
};
|
|
@@ -5616,7 +5616,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
5616
5616
|
{
|
|
5617
5617
|
handle: "branchIds",
|
|
5618
5618
|
operator: "in",
|
|
5619
|
-
value: values.value.
|
|
5619
|
+
value: values.value.branchIds
|
|
5620
5620
|
}
|
|
5621
5621
|
]
|
|
5622
5622
|
};
|
|
@@ -5659,7 +5659,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
5659
5659
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
5660
5660
|
modelValue: vue.unref(values),
|
|
5661
5661
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
5662
|
-
field: vue.unref(fields).
|
|
5662
|
+
field: vue.unref(fields).branches,
|
|
5663
5663
|
query: vue.unref(query.Query).define(branchOptions.value)
|
|
5664
5664
|
}, null, 8, ["modelValue", "field", "query"]),
|
|
5665
5665
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
@@ -5765,8 +5765,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
5765
5765
|
};
|
|
5766
5766
|
}
|
|
5767
5767
|
});
|
|
5768
|
-
const
|
|
5769
|
-
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
5768
|
+
const ResponsibilitySingle_vue_vue_type_style_index_0_scoped_5d6b22e8_lang = "";
|
|
5769
|
+
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-5d6b22e8"]]);
|
|
5770
5770
|
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
5771
5771
|
__name: "ResponsibilityStaff",
|
|
5772
5772
|
setup(__props) {
|
|
@@ -5822,7 +5822,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
5822
5822
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
5823
5823
|
modelValue: vue.unref(values),
|
|
5824
5824
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
5825
|
-
field: vue.unref(fields).
|
|
5825
|
+
field: vue.unref(fields).branches,
|
|
5826
5826
|
"is-disabled": ""
|
|
5827
5827
|
}, null, 8, ["modelValue", "field"]),
|
|
5828
5828
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
@@ -5929,8 +5929,8 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
5929
5929
|
};
|
|
5930
5930
|
}
|
|
5931
5931
|
});
|
|
5932
|
-
const
|
|
5933
|
-
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
5932
|
+
const ResponsibilityStaff_vue_vue_type_style_index_0_scoped_a39df700_lang = "";
|
|
5933
|
+
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-a39df700"]]);
|
|
5934
5934
|
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
5935
5935
|
__name: "ResponsibilitySupervisor",
|
|
5936
5936
|
setup(__props) {
|
|
@@ -5986,7 +5986,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
5986
5986
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
5987
5987
|
modelValue: vue.unref(values),
|
|
5988
5988
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
5989
|
-
field: vue.unref(fields).
|
|
5989
|
+
field: vue.unref(fields).branches,
|
|
5990
5990
|
"is-disabled": ""
|
|
5991
5991
|
}, null, 8, ["modelValue", "field"]),
|
|
5992
5992
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
@@ -6093,8 +6093,8 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
6093
6093
|
};
|
|
6094
6094
|
}
|
|
6095
6095
|
});
|
|
6096
|
-
const
|
|
6097
|
-
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
6096
|
+
const ResponsibilitySupervisor_vue_vue_type_style_index_0_scoped_3951b2f3_lang = "";
|
|
6097
|
+
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-3951b2f3"]]);
|
|
6098
6098
|
const TargetModel = personaliaModels.models.TargetModel;
|
|
6099
6099
|
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
6100
6100
|
...{
|
package/build/index.mjs
CHANGED
|
@@ -5591,7 +5591,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
5591
5591
|
{
|
|
5592
5592
|
handle: "branchIds",
|
|
5593
5593
|
operator: "in",
|
|
5594
|
-
value: values.value.
|
|
5594
|
+
value: values.value.branchIds
|
|
5595
5595
|
}
|
|
5596
5596
|
]
|
|
5597
5597
|
};
|
|
@@ -5614,7 +5614,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
5614
5614
|
{
|
|
5615
5615
|
handle: "branchIds",
|
|
5616
5616
|
operator: "in",
|
|
5617
|
-
value: values.value.
|
|
5617
|
+
value: values.value.branchIds
|
|
5618
5618
|
}
|
|
5619
5619
|
]
|
|
5620
5620
|
};
|
|
@@ -5657,7 +5657,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
5657
5657
|
createVNode(unref(OfficeRelation), {
|
|
5658
5658
|
modelValue: unref(values),
|
|
5659
5659
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
5660
|
-
field: unref(fields).
|
|
5660
|
+
field: unref(fields).branches,
|
|
5661
5661
|
query: unref(Query).define(branchOptions.value)
|
|
5662
5662
|
}, null, 8, ["modelValue", "field", "query"]),
|
|
5663
5663
|
createVNode(unref(OfficeRelation), {
|
|
@@ -5763,8 +5763,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
5763
5763
|
};
|
|
5764
5764
|
}
|
|
5765
5765
|
});
|
|
5766
|
-
const
|
|
5767
|
-
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
5766
|
+
const ResponsibilitySingle_vue_vue_type_style_index_0_scoped_5d6b22e8_lang = "";
|
|
5767
|
+
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-5d6b22e8"]]);
|
|
5768
5768
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
5769
5769
|
__name: "ResponsibilityStaff",
|
|
5770
5770
|
setup(__props) {
|
|
@@ -5820,7 +5820,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
5820
5820
|
createVNode(unref(OfficeRelation), {
|
|
5821
5821
|
modelValue: unref(values),
|
|
5822
5822
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
5823
|
-
field: unref(fields).
|
|
5823
|
+
field: unref(fields).branches,
|
|
5824
5824
|
"is-disabled": ""
|
|
5825
5825
|
}, null, 8, ["modelValue", "field"]),
|
|
5826
5826
|
createVNode(unref(OfficeRelation), {
|
|
@@ -5927,8 +5927,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
5927
5927
|
};
|
|
5928
5928
|
}
|
|
5929
5929
|
});
|
|
5930
|
-
const
|
|
5931
|
-
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-
|
|
5930
|
+
const ResponsibilityStaff_vue_vue_type_style_index_0_scoped_a39df700_lang = "";
|
|
5931
|
+
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-a39df700"]]);
|
|
5932
5932
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
5933
5933
|
__name: "ResponsibilitySupervisor",
|
|
5934
5934
|
setup(__props) {
|
|
@@ -5984,7 +5984,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
5984
5984
|
createVNode(unref(OfficeRelation), {
|
|
5985
5985
|
modelValue: unref(values),
|
|
5986
5986
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
|
|
5987
|
-
field: unref(fields).
|
|
5987
|
+
field: unref(fields).branches,
|
|
5988
5988
|
"is-disabled": ""
|
|
5989
5989
|
}, null, 8, ["modelValue", "field"]),
|
|
5990
5990
|
createVNode(unref(OfficeRelation), {
|
|
@@ -6091,8 +6091,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
6091
6091
|
};
|
|
6092
6092
|
}
|
|
6093
6093
|
});
|
|
6094
|
-
const
|
|
6095
|
-
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
6094
|
+
const ResponsibilitySupervisor_vue_vue_type_style_index_0_scoped_3951b2f3_lang = "";
|
|
6095
|
+
const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-3951b2f3"]]);
|
|
6096
6096
|
const TargetModel = models$2.TargetModel;
|
|
6097
6097
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
6098
6098
|
...{
|
package/build/style.css
CHANGED
|
@@ -256,15 +256,15 @@
|
|
|
256
256
|
display: block
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.neu-responsibility-single[data-v-
|
|
259
|
+
.neu-responsibility-single[data-v-5d6b22e8] {
|
|
260
260
|
display: block
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.neu-responsibility-single[data-v-
|
|
263
|
+
.neu-responsibility-single[data-v-a39df700] {
|
|
264
264
|
display: block
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.neu-responsibility-single[data-v-
|
|
267
|
+
.neu-responsibility-single[data-v-3951b2f3] {
|
|
268
268
|
display: block
|
|
269
269
|
}
|
|
270
270
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt" | "virtualSubmitStaff">;
|
|
1
|
+
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "branch" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt" | "virtualSubmitStaff">;
|
|
2
2
|
export type TAttendanceModel = typeof AttendanceModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
|
|
1
|
+
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "branches" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
|
|
2
2
|
export type TProgressModel = typeof ProgressModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "
|
|
1
|
+
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branches" | "nameStaff" | "detail" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
|
|
2
2
|
export type TResponsibilityModel = typeof ResponsibilityModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "endedAt" | "startedAt" | "
|
|
1
|
+
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "endedAt" | "startedAt" | "school" | "stages" | "actualInvoice" | "condition" | "targetEst">;
|
|
2
2
|
export type TTargetModel = typeof TargetModel;
|
|
@@ -616,6 +616,10 @@ export type AreaSingleResponse = {
|
|
|
616
616
|
export type Attendance = {
|
|
617
617
|
/** Tanggal absensi. */
|
|
618
618
|
attendanceAt?: Maybe<Scalars['Date']['output']>;
|
|
619
|
+
/** Branch dari karyawan. */
|
|
620
|
+
branch?: Maybe<Branch>;
|
|
621
|
+
/** Relation ID of Branch. */
|
|
622
|
+
branchId?: Maybe<Scalars['ObjectId']['output']>;
|
|
619
623
|
/** Jam Datang kerja. */
|
|
620
624
|
comeAt?: Maybe<Scalars['Date']['output']>;
|
|
621
625
|
/** When this absensi was created. */
|
|
@@ -695,6 +699,8 @@ export type AttendanceCollectionResponse = {
|
|
|
695
699
|
export type AttendanceInput = {
|
|
696
700
|
/** Tanggal absensi. */
|
|
697
701
|
attendanceAt?: InputMaybe<Scalars['Date']['input']>;
|
|
702
|
+
/** Relation ID of Branch. */
|
|
703
|
+
branchId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
698
704
|
/** Jam Datang kerja. */
|
|
699
705
|
comeAt?: InputMaybe<Scalars['Date']['input']>;
|
|
700
706
|
/** When this absensi was created. */
|
|
@@ -764,10 +770,14 @@ export type Branch = {
|
|
|
764
770
|
branchAcademicSubjects?: Maybe<Array<AcademicSubject>>;
|
|
765
771
|
/** Inversed relation from Cabang field of neu:akademik:academicTopic model. */
|
|
766
772
|
branchAcademicTopics?: Maybe<Array<AcademicTopic>>;
|
|
773
|
+
/** Inversed relation from Branch field of neu:personalia:attendance model. */
|
|
774
|
+
branchAttendance?: Maybe<Array<Attendance>>;
|
|
767
775
|
/** Inversed relation from Cabang field of neu:personalia:planType model. */
|
|
768
776
|
branchPlanTypes?: Maybe<Array<PlanType>>;
|
|
769
777
|
/** Inversed relation from Cabang field of neu:personalia:plan model. */
|
|
770
778
|
branchPlans?: Maybe<Array<Plan>>;
|
|
779
|
+
/** Inversed relation from Branch field of neu:personalia:progress model. */
|
|
780
|
+
branchProgresses?: Maybe<Array<Progress>>;
|
|
771
781
|
/** Inversed relation from Cabang field of neu:personalia:responsibility model. */
|
|
772
782
|
branchResponsibilities?: Maybe<Array<Responsibility>>;
|
|
773
783
|
/** Inversed relation from Cabang field of neu:personalia:responsibilityType model. */
|
|
@@ -897,6 +907,15 @@ export type BranchBranchAcademicTopicsArgs = {
|
|
|
897
907
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
898
908
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
899
909
|
};
|
|
910
|
+
export type BranchBranchAttendanceArgs = {
|
|
911
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
912
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
913
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
914
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
915
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
916
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
917
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
918
|
+
};
|
|
900
919
|
export type BranchBranchPlanTypesArgs = {
|
|
901
920
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
902
921
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -915,6 +934,15 @@ export type BranchBranchPlansArgs = {
|
|
|
915
934
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
916
935
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
917
936
|
};
|
|
937
|
+
export type BranchBranchProgressesArgs = {
|
|
938
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
939
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
940
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
941
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
942
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
943
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
944
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
945
|
+
};
|
|
918
946
|
export type BranchBranchResponsibilitiesArgs = {
|
|
919
947
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
920
948
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -10912,6 +10940,10 @@ export type Progress = {
|
|
|
10912
10940
|
accessStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10913
10941
|
/** Siapa bisa akses catatan. */
|
|
10914
10942
|
accessStaffs?: Maybe<Array<Staff>>;
|
|
10943
|
+
/** Relation IDs of Branch. */
|
|
10944
|
+
branchIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10945
|
+
/** Branch dari karyawan. */
|
|
10946
|
+
branches?: Maybe<Array<Branch>>;
|
|
10915
10947
|
/** When this progress was created. */
|
|
10916
10948
|
createdAt?: Maybe<Scalars['Date']['output']>;
|
|
10917
10949
|
/** Relation ID of Created By. */
|
|
@@ -10990,6 +11022,15 @@ export type ProgressAccessStaffsArgs = {
|
|
|
10990
11022
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
10991
11023
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10992
11024
|
};
|
|
11025
|
+
export type ProgressBranchesArgs = {
|
|
11026
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
11027
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
11028
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11029
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11030
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
11031
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
11032
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11033
|
+
};
|
|
10993
11034
|
export type ProgressPlansArgs = {
|
|
10994
11035
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10995
11036
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -11146,6 +11187,8 @@ export type ProgressCollectionResponse = {
|
|
|
11146
11187
|
export type ProgressInput = {
|
|
11147
11188
|
/** Relation IDs of Siapa Bisa Akses Catatan. */
|
|
11148
11189
|
accessStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11190
|
+
/** Relation IDs of Branch. */
|
|
11191
|
+
branchIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11149
11192
|
/** When this progress was created. */
|
|
11150
11193
|
createdAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11151
11194
|
/** Relation ID of Created By. */
|
|
@@ -13605,10 +13648,10 @@ export type RegionSingleResponse = {
|
|
|
13605
13648
|
item?: Maybe<Region>;
|
|
13606
13649
|
};
|
|
13607
13650
|
export type Responsibility = {
|
|
13608
|
-
/** Cabang dari tanggungjawab. */
|
|
13609
|
-
branch?: Maybe<Branch>;
|
|
13610
13651
|
/** Relation ID of Cabang. */
|
|
13611
|
-
|
|
13652
|
+
branchIds?: Maybe<Scalars['ObjectId']['output']>;
|
|
13653
|
+
/** Cabang dari tanggungjawab. */
|
|
13654
|
+
branches?: Maybe<Branch>;
|
|
13612
13655
|
/** Kondisi dari tanggungjawab. */
|
|
13613
13656
|
condition?: Maybe<Scalars['String']['output']>;
|
|
13614
13657
|
/** When this tanggungjawab was created. */
|
|
@@ -13708,7 +13751,7 @@ export type ResponsibilityCollectionResponse = {
|
|
|
13708
13751
|
};
|
|
13709
13752
|
export type ResponsibilityInput = {
|
|
13710
13753
|
/** Relation ID of Cabang. */
|
|
13711
|
-
|
|
13754
|
+
branchIds?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
13712
13755
|
/** Kondisi dari tanggungjawab. */
|
|
13713
13756
|
condition?: InputMaybe<Scalars['String']['input']>;
|
|
13714
13757
|
/** When this tanggungjawab was created. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"warm": "nuxt prepare"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@neon.id/canvas": "^1.
|
|
58
|
-
"@neon.id/catat-interfaces": "1.
|
|
59
|
-
"@neon.id/context": "^1.
|
|
60
|
-
"@neon.id/field": "^1.
|
|
57
|
+
"@neon.id/canvas": "^1.18.0",
|
|
58
|
+
"@neon.id/catat-interfaces": "1.7.0",
|
|
59
|
+
"@neon.id/context": "^1.7.0",
|
|
60
|
+
"@neon.id/field": "^1.7.0",
|
|
61
61
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
62
62
|
"@neon.id/identitas-models": "1.0.0",
|
|
63
|
-
"@neon.id/interfaces": "^1.
|
|
64
|
-
"@neon.id/office": "^1.
|
|
65
|
-
"@neon.id/utils": "^1.
|
|
66
|
-
"@neutron.co.id/personalia-models": "^1.8.
|
|
63
|
+
"@neon.id/interfaces": "^1.10.0",
|
|
64
|
+
"@neon.id/office": "^1.9.0",
|
|
65
|
+
"@neon.id/utils": "^1.6.0",
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.8.7",
|
|
67
67
|
"@neutron.co.id/sentral-interfaces": "^1.4.1-beta.1",
|
|
68
68
|
"@nuxt/kit": "^3.5.3",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@faker-js/faker": "8.0.2",
|
|
74
74
|
"@graphql-codegen/cli": "4.0.1",
|
|
75
75
|
"@graphql-codegen/client-preset": "4.0.1",
|
|
76
|
-
"@neon.id/module-builder": "0.
|
|
77
|
-
"@neon.id/styles": "1.
|
|
78
|
-
"@neon.id/types": "1.
|
|
76
|
+
"@neon.id/module-builder": "0.19.0",
|
|
77
|
+
"@neon.id/styles": "1.2.0",
|
|
78
|
+
"@neon.id/types": "1.52.0",
|
|
79
79
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
80
80
|
"@nuxtjs/eslint-module": "4.1.0",
|
|
81
81
|
"@nuxtjs/tailwindcss": "6.8.0",
|
|
@@ -128,16 +128,16 @@
|
|
|
128
128
|
"vue-tsc": "1.8.1"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
|
-
"@neon.id/canvas": "^1.
|
|
132
|
-
"@neon.id/catat-interfaces": "1.
|
|
133
|
-
"@neon.id/context": "^1.
|
|
134
|
-
"@neon.id/field": "^1.
|
|
131
|
+
"@neon.id/canvas": "^1.18.0",
|
|
132
|
+
"@neon.id/catat-interfaces": "1.7.0",
|
|
133
|
+
"@neon.id/context": "^1.7.0",
|
|
134
|
+
"@neon.id/field": "^1.7.0",
|
|
135
135
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
136
136
|
"@neon.id/identitas-models": "1.0.0",
|
|
137
|
-
"@neon.id/interfaces": "^1.
|
|
138
|
-
"@neon.id/office": "^1.
|
|
139
|
-
"@neon.id/utils": "^1.
|
|
140
|
-
"@neutron.co.id/personalia-models": "^1.8.
|
|
137
|
+
"@neon.id/interfaces": "^1.10.0",
|
|
138
|
+
"@neon.id/office": "^1.9.0",
|
|
139
|
+
"@neon.id/utils": "^1.6.0",
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.8.7",
|
|
141
141
|
"@neutron.co.id/sentral-interfaces": "^1.4.1-beta.1",
|
|
142
142
|
"@nuxt/kit": "^3.5.3",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 116
|
|
150
150
|
}
|