@openfn/language-fhir-4 0.2.0 → 0.2.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.
package/types/util.d.ts CHANGED
@@ -2,7 +2,7 @@ export declare function assertValidResourceId(id: string): void;
2
2
  export declare function addAuth(options: any): any;
3
3
  export declare const prepareNextState: (state: any, response: any) => any;
4
4
  export declare const logResponse: (response: any, query: any) => any;
5
- declare type RequestOptions = {
5
+ type RequestOptions = {
6
6
  headers?: Record<string, string>;
7
7
  body?: any;
8
8
  configuration: {