@bahmni/registration-app 0.0.1-dev.78 → 0.0.1-dev.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{LNWAZHJI-DSG1_9AZ.js → LNWAZHJI-BFeewgi6.js} +2 -2
- package/dist/{MWZ6AO7Z-CBfu-GbX.js → MWZ6AO7Z-ed8nAtLh.js} +2 -2
- package/dist/{YPM2AS64-C8S2kLzJ.js → YPM2AS64-DKQYHNJ3.js} +1 -1
- package/dist/components/forms/patientRelationships/PatientRelationships.d.ts +4 -0
- package/dist/components/forms/patientRelationships/PatientRelationships.d.ts.map +1 -1
- package/dist/components/forms/patientRelationships/RelationshipRow.d.ts.map +1 -1
- package/dist/components/forms/patientRelationships/usePatientRelationship.d.ts +26 -0
- package/dist/components/forms/patientRelationships/usePatientRelationship.d.ts.map +1 -0
- package/dist/components/forms/patientRelationships/useRelationshipManager.d.ts +26 -0
- package/dist/components/forms/patientRelationships/useRelationshipManager.d.ts.map +1 -0
- package/dist/constants/app.d.ts +1 -0
- package/dist/constants/app.d.ts.map +1 -1
- package/dist/hooks/usePatientDetails.d.ts +1 -0
- package/dist/hooks/usePatientDetails.d.ts.map +1 -1
- package/dist/hooks/useRelationshipValidation.d.ts +1 -2
- package/dist/hooks/useRelationshipValidation.d.ts.map +1 -1
- package/dist/hooks/useUpdatePatient.d.ts +2 -0
- package/dist/hooks/useUpdatePatient.d.ts.map +1 -1
- package/dist/{index-BDg8bWCw.js → index-BJRunNDu.js} +29715 -29311
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +1 -0
- package/dist/locales/locale_es.json +1 -0
- package/dist/pages/PatientRegister/PatientRegister.d.ts.map +1 -1
- package/dist/utils/patientDataConverter.d.ts +2 -0
- package/dist/utils/patientDataConverter.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-
|
|
2
|
-
import { g as d, c as f, a as e } from "./index-
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-DKQYHNJ3.js";
|
|
2
|
+
import { g as d, c as f, a as e } from "./index-BJRunNDu.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-
|
|
2
|
-
import { g as v, c as C, a as e } from "./index-
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-DKQYHNJ3.js";
|
|
2
|
+
import { g as v, c as C, a as e } from "./index-BJRunNDu.js";
|
|
3
3
|
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as we, d as z, o as xt, e as B, c as q, a as y, P as Ro, m as ye, S as R, t as _, i as k, f as N, h as A, j as bs, k as ir, u as $e, l as U, s as Hn, n as Vn, p as dt, q as D, r as xs, v as cn, w as Be, x as ws, y as qt, z as zt, A as $s, B as Cs, C as $n, F as Ss, D as Nr, E as Bt, $ as zo, G as ks, H as Es, I as j, J as Ur, K as Ms, L as Ds, M as sr, N as As, O as Ts, Q as zn, R as Fs, T as Is, U as Z, V as Ps, W as Ls } from "./index-
|
|
1
|
+
import { b as we, d as z, o as xt, e as B, c as q, a as y, P as Ro, m as ye, S as R, t as _, i as k, f as N, h as A, j as bs, k as ir, u as $e, l as U, s as Hn, n as Vn, p as dt, q as D, r as xs, v as cn, w as Be, x as ws, y as qt, z as zt, A as $s, B as Cs, C as $n, F as Ss, D as Nr, E as Bt, $ as zo, G as ks, H as Es, I as j, J as Ur, K as Ms, L as Ds, M as sr, N as As, O as Ts, Q as zn, R as Fs, T as Is, U as Z, V as Ps, W as Ls } from "./index-BJRunNDu.js";
|
|
2
2
|
var Os = (e) => e != null, qs = (e) => e.filter(Os);
|
|
3
3
|
function _s(e) {
|
|
4
4
|
return (...t) => {
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
export interface RelationshipData {
|
|
2
2
|
id: string;
|
|
3
3
|
relationshipType: string;
|
|
4
|
+
relationshipTypeLabel?: string;
|
|
4
5
|
patientId: string;
|
|
5
6
|
patientUuid?: string;
|
|
6
7
|
patientName?: string;
|
|
7
8
|
tillDate: string;
|
|
9
|
+
isExisting?: boolean;
|
|
10
|
+
isDeleted?: boolean;
|
|
8
11
|
}
|
|
9
12
|
export interface PatientRelationshipsRef {
|
|
10
13
|
getData: () => RelationshipData[];
|
|
11
14
|
validate: () => boolean;
|
|
12
15
|
clearData: () => void;
|
|
16
|
+
removeDeletedRelationships: () => void;
|
|
13
17
|
}
|
|
14
18
|
interface PatientRelationshipsProps {
|
|
15
19
|
initialData?: RelationshipData[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PatientRelationships.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/PatientRelationships.tsx"],"names":[],"mappings":"
|
|
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;;CA+F3B,CAAC;AAIF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RelationshipRow.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/RelationshipRow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RelationshipRow.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/RelationshipRow.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAU/D,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,oBAAoB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IACtC,WAAW,EAAE,iBAAiB,EAAE,CAAC;IACjC,MAAM,EAAE;QACN,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,oBAAoB,EAAE,CACpB,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,MAAM,gBAAgB,EAC7B,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IACV,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI,KAAK,IAAI,CAAC;IACzE,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,eAAe;qIAUzB,oBAAoB;;;;;;;;CA+HtB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PatientSuggestion } from '../../../hooks/usePatientSearch';
|
|
2
|
+
import { RelationshipData } from './PatientRelationships';
|
|
3
|
+
interface UsePatientRelationshipProps {
|
|
4
|
+
initialData?: RelationshipData[];
|
|
5
|
+
}
|
|
6
|
+
export declare const usePatientRelationship: ({ initialData, }: UsePatientRelationshipProps) => {
|
|
7
|
+
relationships: RelationshipData[];
|
|
8
|
+
relationshipTypes: {
|
|
9
|
+
uuid: string;
|
|
10
|
+
aIsToB: string;
|
|
11
|
+
bIsToA: string;
|
|
12
|
+
}[];
|
|
13
|
+
validationErrors: import('../../../hooks/useRelationshipValidation').ValidationErrors;
|
|
14
|
+
getPatientSuggestions: (rowId: string) => PatientSuggestion[];
|
|
15
|
+
updateRelationship: (id: string, field: keyof RelationshipData, value: string) => void;
|
|
16
|
+
handlePatientSearch: (rowId: string, searchValue: string) => void;
|
|
17
|
+
handlePatientSelect: (rowId: string, selectedItem: PatientSuggestion | null) => void;
|
|
18
|
+
addRelationship: () => void;
|
|
19
|
+
removeRelationship: (id: string) => void;
|
|
20
|
+
getData: () => RelationshipData[];
|
|
21
|
+
validate: () => boolean;
|
|
22
|
+
clearData: () => void;
|
|
23
|
+
removeDeletedRelationships: () => void;
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=usePatientRelationship.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePatientRelationship.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/usePatientRelationship.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAGzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAS/D,UAAU,2BAA2B;IACnC,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAClC;AAED,eAAO,MAAM,sBAAsB,GAAI,kBAEpC,2BAA2B;;;;;;;;;6BAqCrB,MAAM,SAAS,MAAM,gBAAgB,SAAS,MAAM;iCAkCjD,MAAM,eAAe,MAAM;iCAQ3B,MAAM,gBAAgB,iBAAiB,GAAG,IAAI;;6BAiCjD,MAAM;;;;;CAgDd,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PatientSuggestion } from '../../../hooks/usePatientSearch';
|
|
2
|
+
import { RelationshipData } from './PatientRelationships';
|
|
3
|
+
interface UseRelationshipManagerProps {
|
|
4
|
+
initialData?: RelationshipData[];
|
|
5
|
+
}
|
|
6
|
+
export declare const useRelationshipManager: ({ initialData, }: UseRelationshipManagerProps) => {
|
|
7
|
+
relationships: RelationshipData[];
|
|
8
|
+
relationshipTypes: {
|
|
9
|
+
uuid: string;
|
|
10
|
+
aIsToB: string;
|
|
11
|
+
bIsToA: string;
|
|
12
|
+
}[];
|
|
13
|
+
validationErrors: import('../../../hooks/useRelationshipValidation').ValidationErrors;
|
|
14
|
+
getPatientSuggestions: (rowId: string) => PatientSuggestion[];
|
|
15
|
+
updateRelationship: (id: string, field: keyof RelationshipData, value: string) => void;
|
|
16
|
+
handlePatientSearch: (rowId: string, searchValue: string) => void;
|
|
17
|
+
handlePatientSelect: (rowId: string, selectedItem: PatientSuggestion | null) => void;
|
|
18
|
+
addRelationship: () => void;
|
|
19
|
+
removeRelationship: (id: string) => void;
|
|
20
|
+
getData: () => RelationshipData[];
|
|
21
|
+
validate: () => boolean;
|
|
22
|
+
clearData: () => void;
|
|
23
|
+
removeDeletedRelationships: () => void;
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=useRelationshipManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRelationshipManager.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/patientRelationships/useRelationshipManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAGzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAS/D,UAAU,2BAA2B;IACnC,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAClC;AAED,eAAO,MAAM,sBAAsB,GAAI,kBAEpC,2BAA2B;;;;;;;;;6BAqCrB,MAAM,SAAS,MAAM,gBAAgB,SAAS,MAAM;iCAkCjD,MAAM,eAAe,MAAM;iCAQ3B,MAAM,gBAAgB,iBAAiB,GAAG,IAAI;;6BAiCjD,MAAM;;;;;CAgDd,CAAC"}
|
package/dist/constants/app.d.ts
CHANGED
|
@@ -2,4 +2,5 @@ export declare const REGISTRATION_NAMESPACE = "registration";
|
|
|
2
2
|
export declare const BAHMNI_REGISTRATION_SEARCH = "/bahmni-new/registration/search";
|
|
3
3
|
export declare const BAHMNI_REGISTRATION_PATIENT = "/registration/patient";
|
|
4
4
|
export declare const getPatientUrl: (patientUuid: string) => string;
|
|
5
|
+
export declare const getPatientUrlExternal: (patientUuid: string) => string;
|
|
5
6
|
//# sourceMappingURL=app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/constants/app.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AACrD,eAAO,MAAM,0BAA0B,oCAAoC,CAAC;AAC5E,eAAO,MAAM,2BAA2B,0BAAuC,CAAC;AAEhF,eAAO,MAAM,aAAa,GAAI,aAAa,MAAM,KAAG,MACH,CAAC"}
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/constants/app.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AACrD,eAAO,MAAM,0BAA0B,oCAAoC,CAAC;AAC5E,eAAO,MAAM,2BAA2B,0BAAuC,CAAC;AAEhF,eAAO,MAAM,aAAa,GAAI,aAAa,MAAM,KAAG,MACH,CAAC;AAElD,eAAO,MAAM,qBAAqB,GAAI,aAAa,MAAM,KAAG,MACA,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const usePatientDetails: ({ patientUuid }: UsePatientDetailsProps
|
|
|
14
14
|
personAttributesInitialData: import('../models/patient').PersonAttributesData | undefined;
|
|
15
15
|
addressInitialData: import('./useAddressFields').AddressData | undefined;
|
|
16
16
|
additionalIdentifiersInitialData: Record<string, string> | undefined;
|
|
17
|
+
relationshipsInitialData: import('../components/forms/patientRelationships').RelationshipData[];
|
|
17
18
|
initialDobEstimated: boolean;
|
|
18
19
|
metadata: PatientMetadata;
|
|
19
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePatientDetails.d.ts","sourceRoot":"","sources":["../../src/hooks/usePatientDetails.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"usePatientDetails.d.ts","sourceRoot":"","sources":["../../src/hooks/usePatientDetails.ts"],"names":[],"mappings":"AAkBA,UAAU,sBAAsB;IAC9B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED,UAAU,eAAe;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,iBAAiB,GAAI,iBAAiB,sBAAsB;;;;;;;;;;CAgGxE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RelationshipData } from '../components/forms/patientRelationships/PatientRelationships';
|
|
2
|
-
interface ValidationErrors {
|
|
2
|
+
export interface ValidationErrors {
|
|
3
3
|
[key: string]: {
|
|
4
4
|
relationshipType?: string;
|
|
5
5
|
patientId?: string;
|
|
@@ -16,5 +16,4 @@ export declare const useRelationshipValidation: () => {
|
|
|
16
16
|
clearFieldError: (id: string, field: "relationshipType" | "patientId") => void;
|
|
17
17
|
clearAllErrors: () => void;
|
|
18
18
|
};
|
|
19
|
-
export {};
|
|
20
19
|
//# sourceMappingURL=useRelationshipValidation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRelationshipValidation.d.ts","sourceRoot":"","sources":["../../src/hooks/useRelationshipValidation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+DAA+D,CAAC;AAEtG,
|
|
1
|
+
{"version":3,"file":"useRelationshipValidation.d.ts","sourceRoot":"","sources":["../../src/hooks/useRelationshipValidation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+DAA+D,CAAC;AAEtG,MAAM,WAAW,gBAAgB;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;CACH;AAED,eAAO,MAAM,yBAAyB;;;;;;;2CAoCU,gBAAgB,EAAE;0BA0C1D,MAAM,SACH,kBAAkB,GAAG,WAAW;;CAsB1C,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PatientIdentifier, PatientAddress } from '@bahmni/services';
|
|
2
|
+
import { RelationshipData } from '../components/forms/patientRelationships/PatientRelationships';
|
|
2
3
|
import { BasicInfoData, PersonAttributesData, AdditionalIdentifiersData } from '../models/patient';
|
|
3
4
|
interface UpdatePatientFormData {
|
|
4
5
|
patientUuid: string;
|
|
@@ -12,6 +13,7 @@ interface UpdatePatientFormData {
|
|
|
12
13
|
additional: PersonAttributesData;
|
|
13
14
|
additionalIdentifiers: AdditionalIdentifiersData;
|
|
14
15
|
additionalIdentifiersInitialData?: AdditionalIdentifiersData;
|
|
16
|
+
relationships?: RelationshipData[];
|
|
15
17
|
}
|
|
16
18
|
export declare const useUpdatePatient: () => import('@tanstack/react-query').UseMutationResult<import('@bahmni/services').CreatePatientResponse, Error, UpdatePatientFormData, unknown>;
|
|
17
19
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUpdatePatient.d.ts","sourceRoot":"","sources":["../../src/hooks/useUpdatePatient.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EACjB,cAAc,EAOf,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"useUpdatePatient.d.ts","sourceRoot":"","sources":["../../src/hooks/useUpdatePatient.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EACjB,cAAc,EAOf,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+DAA+D,CAAC;AAEtG,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAI3B,UAAU,qBAAqB;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,aAAa,GAAG;QACvB,YAAY,EAAE,OAAO,CAAC;QACtB,iBAAiB,EAAE,iBAAiB,CAAC;QACrC,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,EAAE,cAAc,CAAC;IACxB,OAAO,EAAE,oBAAoB,CAAC;IAC9B,UAAU,EAAE,oBAAoB,CAAC;IACjC,qBAAqB,EAAE,yBAAyB,CAAC;IACjD,gCAAgC,CAAC,EAAE,yBAAyB,CAAC;IAC7D,aAAa,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACpC;AAED,eAAO,MAAM,gBAAgB,kJA4C5B,CAAC"}
|