@bahmni/registration-app 0.0.1-dev.194 → 0.0.1-dev.196

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 (27) hide show
  1. package/dist/{DocumentsTable-BJ1OXT8Q-DZtC5qGa.js → DocumentsTable-CeadVs9A-B_GMwmZf.js} +32 -32
  2. package/dist/{FormsTable-CF5ZuCw3-lnWcroF_.js → FormsTable-BOY-EyPE-BMvVSUvE.js} +88 -88
  3. package/dist/{LNWAZHJI-DxBy8POI.js → LNWAZHJI-BqDqIlpJ.js} +7 -7
  4. package/dist/{MWZ6AO7Z-k3pobJ_Q.js → MWZ6AO7Z-DrlB3Kk-.js} +2 -2
  5. package/dist/{Observations-COn04_t4-DSd6R0Eo.js → Observations-BrQeD7aG-BGHXvswH.js} +47 -47
  6. package/dist/{YPM2AS64-DYohSIWU.js → YPM2AS64-Dw4y4Kq6.js} +1 -1
  7. package/dist/components/forms/additionalIdentifiers/AdditionalIdentifiers.d.ts.map +1 -1
  8. package/dist/components/forms/additionalInfo/AdditionalInfo.d.ts.map +1 -1
  9. package/dist/components/forms/addressInfo/AddressInfo.d.ts.map +1 -1
  10. package/dist/components/forms/contactInfo/ContactInfo.d.ts.map +1 -1
  11. package/dist/components/forms/patientRelationships/PatientRelationships.d.ts.map +1 -1
  12. package/dist/hooks/useAdditionalIdentifiers.d.ts +0 -1
  13. package/dist/hooks/useAdditionalIdentifiers.d.ts.map +1 -1
  14. package/dist/{index-B2pFpWVI.js → index-BOg7FK5l.js} +52902 -54135
  15. package/dist/index.css +1 -1
  16. package/dist/index.js +1 -1
  17. package/dist/pages/PatientRegister/PatientRegister.d.ts.map +1 -1
  18. package/dist/pages/PatientRegister/PatientRegisterSection.d.ts +12 -0
  19. package/dist/pages/PatientRegister/PatientRegisterSection.d.ts.map +1 -0
  20. package/dist/pages/PatientRegister/formSectionMap.d.ts +3 -0
  21. package/dist/pages/PatientRegister/formSectionMap.d.ts.map +1 -0
  22. package/dist/pages/PatientRegister/models.d.ts +35 -0
  23. package/dist/pages/PatientRegister/models.d.ts.map +1 -0
  24. package/dist/providers/registrationConfig/models.d.ts +13 -1
  25. package/dist/providers/registrationConfig/models.d.ts.map +1 -1
  26. package/dist/providers/registrationConfig/schema.json.d.ts +53 -4
  27. package/package.json +1 -1
@@ -1,16 +1,16 @@
1
- import { jsxs as N, jsx as l } from "react/jsx-runtime";
2
- import { d as k, t as B, u as I, y as Q, H, E as K, V as j, h as w, i as x, j as G, N as M, k as z, Q as S, T as P, c as Y, $ as J, e as W, r as X, f as Z } from "./index-B2pFpWVI.js";
1
+ import { jsxs as T, jsx as l } from "react/jsx-runtime";
2
+ import { l as B, Q as K, u as I, U as V, K as x, f as Q, W as w, g as z, h as G, m as H, x as M, r as j, i as S, n as P, d as W, w as Y, N as J, A as X, z as Z } from "./index-BOg7FK5l.js";
3
3
  import { useQueries as ee, useQuery as te } from "@tanstack/react-query";
4
- import { useRef as ae, useEffect as T, useMemo as f } from "react";
5
- const D = (t, d, n, u, r) => {
6
- const a = P(t, d, r), s = a.value, o = Y(s);
4
+ import { useRef as ae, useEffect as $, useMemo as f } from "react";
5
+ const A = (t, d, n, u, r) => {
6
+ const a = P(t, d, r), s = a.value, o = W(s);
7
7
  let i = s;
8
- o === "Image" && (i = /* @__PURE__ */ l(W, { imageSrc: s, alt: s, id: `${s}-img` })), o === "Video" && (i = /* @__PURE__ */ l(X, { id: `${s}-video`, videoSrc: s })), o === "PDF" && (i = /* @__PURE__ */ l(Z, { id: `${s}-pdf`, src: s }));
8
+ o === "Image" && (i = /* @__PURE__ */ l(J, { imageSrc: s, alt: s, id: `${s}-img` })), o === "Video" && (i = /* @__PURE__ */ l(X, { id: `${s}-video`, videoSrc: s })), o === "PDF" && (i = /* @__PURE__ */ l(Z, { id: `${s}-pdf`, src: s }));
9
9
  const b = r("OBSERVATIONS_RECORDED_BY", {
10
10
  provider: a.provider
11
- }), p = t.display, y = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = u ? `${u}-${y}-${p}-${n}-${d}` : `${y}-${p}-${n}-${d}`;
11
+ }), p = t.display, v = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = u ? `${u}-${v}-${p}-${n}-${d}` : `${v}-${p}-${n}-${d}`;
12
12
  return /* @__PURE__ */ l(
13
- J,
13
+ Y,
14
14
  {
15
15
  header: a.header,
16
16
  value: i,
@@ -28,7 +28,7 @@ const D = (t, d, n, u, r) => {
28
28
  id: `grouped-obs-${t.display}-${u}`,
29
29
  open: n,
30
30
  children: t.members?.map(
31
- (s, o) => D(s, o, r, a, d)
31
+ (s, o) => A(s, o, r, a, d)
32
32
  )
33
33
  },
34
34
  `grouped-obs-${t.id}`
@@ -37,8 +37,8 @@ const D = (t, d, n, u, r) => {
37
37
  title: d = ""
38
38
  }) => {
39
39
  const { t: n } = I(), u = (r, a, s) => {
40
- const o = z(r.encounterDetails, n);
41
- return /* @__PURE__ */ N(
40
+ const o = j(r.encounterDetails, n);
41
+ return /* @__PURE__ */ T(
42
42
  S,
43
43
  {
44
44
  title: o,
@@ -46,7 +46,7 @@ const D = (t, d, n, u, r) => {
46
46
  open: a,
47
47
  children: [
48
48
  r.observations.map(
49
- (i, b) => D(i, b, s, d, n)
49
+ (i, b) => A(i, b, s, d, n)
50
50
  ),
51
51
  r.groupedObservations.map(
52
52
  (i, b) => se(
@@ -74,89 +74,89 @@ const D = (t, d, n, u, r) => {
74
74
  )
75
75
  }
76
76
  );
77
- }, oe = "_observations_kfbhq_1", ie = "_title_kfbhq_12", _ = {
77
+ }, oe = "_observations_kfbhq_1", ie = "_title_kfbhq_12", N = {
78
78
  observations: oe,
79
79
  title: ie
80
80
  }, ne = (t) => ["conceptUuid", t], de = (t, d) => ["observations", t, ...d], pe = ({ config: t }) => {
81
- const d = t, { conceptNames: n = [], conceptUuid: u = [] } = d, r = ae(/* @__PURE__ */ new Set()), a = k(), { addNotification: s } = B(), { t: o } = I(), i = ee({
81
+ const d = t, { conceptNames: n = [], conceptUuid: u = [] } = d, r = ae(/* @__PURE__ */ new Set()), a = B(), { addNotification: s } = K(), { t: o } = I(), i = ee({
82
82
  queries: n.map((e) => ({
83
83
  queryKey: ne(e),
84
- queryFn: () => Q(e),
84
+ queryFn: () => V(e),
85
85
  enabled: !!e
86
86
  }))
87
87
  });
88
- T(() => {
88
+ $(() => {
89
89
  i.forEach((e, m) => {
90
90
  if (e.isError && !r.current.has(m)) {
91
- const q = n[m];
91
+ const k = n[m];
92
92
  s({
93
93
  title: o("ERROR_DEFAULT_TITLE"),
94
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: q }),
94
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: k }),
95
95
  type: "error"
96
96
  }), r.current.add(m);
97
97
  } else e.isError || r.current.delete(m);
98
98
  });
99
99
  }, [i, n]);
100
- const b = f(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = f(() => [.../* @__PURE__ */ new Set([...b, ...u])], [b, u]), y = f(() => n.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, n.length]), {
100
+ const b = f(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = f(() => [.../* @__PURE__ */ new Set([...b, ...u])], [b, u]), v = f(() => n.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, n.length]), {
101
101
  data: c,
102
- isLoading: F,
103
- isError: h,
104
- refetch: R
102
+ isLoading: U,
103
+ isError: g,
104
+ refetch: h
105
105
  } = te({
106
106
  queryKey: de(a, p),
107
- queryFn: () => H(a, p),
108
- enabled: !!a && p.length > 0 && y
107
+ queryFn: () => x(a, p),
108
+ enabled: !!a && p.length > 0 && v
109
109
  });
110
- K(
110
+ Q(
111
111
  (e) => {
112
112
  e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
113
113
  (m) => p.includes(m)
114
- ) && R();
114
+ ) && h();
115
115
  },
116
- [a, R]
117
- ), T(() => {
118
- h && s({
116
+ [a, h]
117
+ ), $(() => {
118
+ g && s({
119
119
  title: o("ERROR_DEFAULT_TITLE"),
120
120
  message: o("ERROR_FETCHING_OBSERVATIONS"),
121
121
  type: "error"
122
122
  });
123
- }, [h]);
124
- const g = f(() => {
123
+ }, [g]);
124
+ const R = f(() => {
125
125
  if (!c) return [];
126
- const e = j(c), m = w(e);
127
- return x(m);
128
- }, [c]), L = [
126
+ const e = w(c), m = z(e);
127
+ return G(m);
128
+ }, [c]), D = [
129
129
  { key: "name", header: "name" },
130
130
  { key: "value", header: "value" },
131
131
  { key: "form", header: "form" }
132
- ], O = F || !y, $ = h && y, A = (!c || c.entry?.length === 0 || p.length === 0) && y, C = $ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = A ? o("NO_OBSERVATIONS_FOUND") : void 0, V = g.length > 0 && !O && !$, E = d.titleTranslationKey, v = E ? o(E) : "";
133
- return /* @__PURE__ */ N(
132
+ ], O = U || !v, _ = g && v, F = (!c || c.entry?.length === 0 || p.length === 0) && v, q = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, L = F ? o("NO_OBSERVATIONS_FOUND") : void 0, C = R.length > 0 && !O && !_, E = d.titleTranslationKey, y = E ? o(E) : "";
133
+ return /* @__PURE__ */ T(
134
134
  "div",
135
135
  {
136
136
  id: "observations",
137
- "data-testid": E ? `observations-${v}` : "observations",
137
+ "data-testid": E ? `observations-${y}` : "observations",
138
138
  "aria-label": "observations-aria-label",
139
- className: _.observations,
139
+ className: N.observations,
140
140
  children: [
141
141
  /* @__PURE__ */ l(
142
- G,
142
+ H,
143
143
  {
144
144
  id: "observations-title",
145
- testId: E ? `observations-title-${v}` : "observations-title",
146
- title: v,
147
- className: _.title,
148
- children: /* @__PURE__ */ l("p", { children: v })
145
+ testId: E ? `observations-title-${y}` : "observations-title",
146
+ title: y,
147
+ className: N.title,
148
+ children: /* @__PURE__ */ l("p", { children: y })
149
149
  }
150
150
  ),
151
- V ? /* @__PURE__ */ l(re, { groupedData: g, title: v }) : /* @__PURE__ */ l(
151
+ C ? /* @__PURE__ */ l(re, { groupedData: R, title: y }) : /* @__PURE__ */ l(
152
152
  M,
153
153
  {
154
- headers: L,
154
+ headers: D,
155
155
  rows: [],
156
156
  ariaLabel: o("OBSERVATIONS"),
157
157
  loading: O,
158
- errorStateMessage: C,
159
- emptyStateMessage: U,
158
+ errorStateMessage: q,
159
+ emptyStateMessage: L,
160
160
  dataTestId: "observations-table"
161
161
  }
162
162
  )
@@ -1,4 +1,4 @@
1
- import { q as we, s as z, v as xt, w as B, o as q, p as y, P as Ro, A as ye, S as R, B as _, D as k, F as N, G as A, J as bs, U as ir, Y as $e, Z as U, _ as Hn, a0 as Vn, a1 as dt, a2 as D, a3 as xs, a4 as cn, a5 as Be, a6 as ws, a7 as qt, a8 as zt, a9 as $s, aa as Cs, ab as $n, ac as Ss, ad as Nr, ae as Bt, af as zo, ag as ks, ah as Es, ai as j, aj as Ur, ak as Ms, al as Ds, am as sr, an as As, ao as Ts, ap as zn, aq as Fs, ar as Is, as as Z, at as Ps, au as Ls } from "./index-B2pFpWVI.js";
1
+ import { s as we, t as z, v as xt, y as B, k as q, p as y, P as Ro, B as ye, D as R, F as _, H as k, L as N, M as A, O as bs, R as ir, V as $e, _ as U, $ as Hn, a0 as Vn, a1 as dt, a2 as D, a3 as xs, a4 as cn, a5 as Be, a6 as ws, a7 as qt, a8 as zt, a9 as $s, aa as Cs, ab as $n, ac as Ss, ad as Nr, ae as Bt, af as zo, ag as ks, ah as Es, ai as j, aj as Ur, ak as Ms, al as Ds, am as sr, an as As, ao as Ts, ap as zn, aq as Fs, ar as Is, as as Z, at as Ps, au as Ls } from "./index-BOg7FK5l.js";
2
2
  var Os = (e) => e != null, qs = (e) => e.filter(Os);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -1 +1 @@
1
- {"version":3,"file":"AdditionalIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/additionalIdentifiers/AdditionalIdentifiers.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAIzE,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,yBAAyB,CAAC;CAC1C;AAED,UAAU,0BAA0B;IAClC,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;CAC3C;AAQD,eAAO,MAAM,qBAAqB;4BAG/B,0BAA0B;;CA2J5B,CAAC;AAIF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"AdditionalIdentifiers.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/additionalIdentifiers/AdditionalIdentifiers.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAIzE,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,yBAAyB,CAAC;CAC1C;AAED,UAAU,0BAA0B;IAClC,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;CAC3C;AAQD,eAAO,MAAM,qBAAqB;4BAG/B,0BAA0B;;CAmJ5B,CAAC;AAIF,eAAe,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AdditionalInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/additionalInfo/AdditionalInfo.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAepE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,oBAAoB,CAAC;CACrC;AAED,UAAU,mBAAmB;IAC3B,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;CACpC;AAED,eAAO,MAAM,cAAc;2BAA0B,mBAAmB;;CA2HvE,CAAC;AAIF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"AdditionalInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/additionalInfo/AdditionalInfo.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAepE,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,oBAAoB,CAAC;CACrC;AAED,UAAU,mBAAmB;IAC3B,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;CACpC;AAED,eAAO,MAAM,cAAc;2BAA0B,mBAAmB;;CAqHvE,CAAC;AAIF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AddressInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/addressInfo/AddressInfo.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAS1B,OAAO,KAAK,EACV,WAAW,EAEZ,MAAM,iCAAiC,CAAC;AAMzC,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,cAAc,CAAC;CAC/B,CAAC;AAEF,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,WAAW;2BAA0B,gBAAgB;;CA4YjE,CAAC;AAIF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"AddressInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/addressInfo/AddressInfo.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAS1B,OAAO,KAAK,EACV,WAAW,EAEZ,MAAM,iCAAiC,CAAC;AAMzC,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,cAAc,CAAC;CAC/B,CAAC;AAEF,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,WAAW;2BAA0B,gBAAgB;;CAqYjE,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ContactInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/contactInfo/ContactInfo.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAepE,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,oBAAoB,CAAC;CACrC;AAED,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,WAAW;2BAA0B,gBAAgB;;CAkIjE,CAAC;AAIF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ContactInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/contactInfo/ContactInfo.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAepE,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,oBAAoB,CAAC;CACrC;AAED,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,WAAW;2BAA0B,gBAAgB;;CAyHjE,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PatientRelationships.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/PatientRelationships.tsx"],"names":[],"mappings":"AAcA,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,gBAAgB,EAAE,CAAC;IAClC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,0BAA0B,EAAE,MAAM,IAAI,CAAC;CACxC;AAED,UAAU,yBAAyB;IACjC,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACjC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,oBAAoB;4BAG9B,yBAAyB;;CA0G3B,CAAC;AAIF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"PatientRelationships.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/PatientRelationships.tsx"],"names":[],"mappings":"AAcA,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,gBAAgB,EAAE,CAAC;IAClC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,0BAA0B,EAAE,MAAM,IAAI,CAAC;CACxC;AAED,UAAU,yBAAyB;IACjC,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACjC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,oBAAoB;4BAG9B,yBAAyB;;CAiG3B,CAAC;AAIF,eAAe,oBAAoB,CAAC"}
@@ -4,7 +4,6 @@ export declare const useIdentifierTypes: () => import('@tanstack/react-query').U
4
4
  export declare const useAdditionalIdentifiers: () => {
5
5
  shouldShowAdditionalIdentifiers: boolean;
6
6
  hasAdditionalIdentifiers: boolean;
7
- isConfigEnabled: boolean;
8
7
  identifierTypes: IdentifierTypesResponse | undefined;
9
8
  isLoading: boolean;
10
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useAdditionalIdentifiers.d.ts","sourceRoot":"","sources":["../../src/hooks/useAdditionalIdentifiers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAK/E,eAAO,MAAM,0BAA0B,UAAsB,CAAC;AAE9D,eAAO,MAAM,kBAAkB,sFAQ9B,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;CA0BpC,CAAC"}
1
+ {"version":3,"file":"useAdditionalIdentifiers.d.ts","sourceRoot":"","sources":["../../src/hooks/useAdditionalIdentifiers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAI/E,eAAO,MAAM,0BAA0B,UAAsB,CAAC;AAE9D,eAAO,MAAM,kBAAkB,sFAQ9B,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;CAgBpC,CAAC"}