fhirpath-ts 0.2.0 → 0.2.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.
@@ -1,3 +1,7 @@
1
- import type { GeneratedType } from '../model-data.ts';
2
- export declare const R4_RESOURCES: Readonly<Record<string, GeneratedType>>;
1
+ /**
2
+ * Compact-encoded model table, one line per type; the format and decoder live
3
+ * in src/r4/model-data.ts. Elements identical to the nearest ancestor's entry
4
+ * are omitted — lookups walk the base chain.
5
+ */
6
+ export declare const R4_RESOURCES_COMPACT: string;
3
7
  //# sourceMappingURL=resources-data.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources-data.d.ts","sourceRoot":"","sources":["../../../src/r4/generated/resources-data.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAErD,eAAO,MAAM,YAAY,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAk93BhE,CAAA"}
1
+ {"version":3,"file":"resources-data.d.ts","sourceRoot":"","sources":["../../../src/r4/generated/resources-data.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,MA0mBiD,CAAA"}