@medplum/cli 2.1.9 → 2.1.11

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 (45) hide show
  1. package/dist/cjs/index.cjs.map +1 -1
  2. package/dist/esm/index.mjs.map +1 -1
  3. package/dist/types/auth.d.ts +1 -0
  4. package/dist/types/auth.d.ts.map +1 -0
  5. package/dist/types/aws/describe.d.ts +2 -1
  6. package/dist/types/aws/describe.d.ts.map +1 -0
  7. package/dist/types/aws/index.d.ts +1 -0
  8. package/dist/types/aws/index.d.ts.map +1 -0
  9. package/dist/types/aws/init.d.ts +1 -0
  10. package/dist/types/aws/init.d.ts.map +1 -0
  11. package/dist/types/aws/list.d.ts +1 -0
  12. package/dist/types/aws/list.d.ts.map +1 -0
  13. package/dist/types/aws/update-app.d.ts +3 -2
  14. package/dist/types/aws/update-app.d.ts.map +1 -0
  15. package/dist/types/aws/update-bucket-policies.d.ts +3 -2
  16. package/dist/types/aws/update-bucket-policies.d.ts.map +1 -0
  17. package/dist/types/aws/update-server.d.ts +2 -1
  18. package/dist/types/aws/update-server.d.ts.map +1 -0
  19. package/dist/types/aws/utils.d.ts +6 -5
  20. package/dist/types/aws/utils.d.ts.map +1 -0
  21. package/dist/types/bots.d.ts +1 -0
  22. package/dist/types/bots.d.ts.map +1 -0
  23. package/dist/types/bulk.d.ts +1 -0
  24. package/dist/types/bulk.d.ts.map +1 -0
  25. package/dist/types/hl7.d.ts +1 -0
  26. package/dist/types/hl7.d.ts.map +1 -0
  27. package/dist/types/index.d.ts +1 -0
  28. package/dist/types/index.d.ts.map +1 -0
  29. package/dist/types/profiles.d.ts +1 -0
  30. package/dist/types/profiles.d.ts.map +1 -0
  31. package/dist/types/project.d.ts +1 -0
  32. package/dist/types/project.d.ts.map +1 -0
  33. package/dist/types/rest.d.ts +1 -0
  34. package/dist/types/rest.d.ts.map +1 -0
  35. package/dist/types/storage.d.ts +1 -0
  36. package/dist/types/storage.d.ts.map +1 -0
  37. package/dist/types/test.setup.d.ts +1 -0
  38. package/dist/types/test.setup.d.ts.map +1 -0
  39. package/dist/types/util/client.d.ts +1 -0
  40. package/dist/types/util/client.d.ts.map +1 -0
  41. package/dist/types/util/command.d.ts +1 -0
  42. package/dist/types/util/command.d.ts.map +1 -0
  43. package/dist/types/utils.d.ts +2 -1
  44. package/dist/types/utils.d.ts.map +1 -0
  45. package/package.json +26 -26
@@ -1,2 +1,3 @@
1
1
  export declare const login: import("commander").Command;
2
2
  export declare const whoami: import("commander").Command;
3
+ //# sourceMappingURL=auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/auth.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK,6BAAgC,CAAC;AACnD,eAAO,MAAM,MAAM,6BAAiC,CAAC"}
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * The AWS "describe" command prints details about a Medplum CloudFormation stack.
3
- * @param tag The Medplum stack tag.
3
+ * @param tag - The Medplum stack tag.
4
4
  */
5
5
  export declare function describeStacksCommand(tag: string): Promise<void>;
6
+ //# sourceMappingURL=describe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe.d.ts","sourceRoot":"","sources":["../../../src/aws/describe.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,wBAAsB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAOtE"}
@@ -1,2 +1,3 @@
1
1
  import { Command } from 'commander';
2
2
  export declare const aws: Command;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/aws/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAQpC,eAAO,MAAM,GAAG,SAAqE,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare function initStackCommand(): Promise<void>;
2
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/aws/init.ts"],"names":[],"mappings":"AAmBA,wBAAsB,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC,CA+PtD"}
@@ -2,3 +2,4 @@
2
2
  * The AWS "list" command prints summary details about all Medplum CloudFormation stacks.
3
3
  */
4
4
  export declare function listStacksCommand(): Promise<void>;
5
+ //# sourceMappingURL=list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/aws/list.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAsB,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,CAWvD"}
@@ -3,7 +3,8 @@ export interface UpdateAppOptions {
3
3
  }
4
4
  /**
5
5
  * The AWS "update-app" command updates the Medplum app in a Medplum CloudFormation stack to the latest version.
6
- * @param tag The Medplum stack tag.
7
- * @param options The update options.
6
+ * @param tag - The Medplum stack tag.
7
+ * @param options - The update options.
8
8
  */
9
9
  export declare function updateAppCommand(tag: string, options: UpdateAppOptions): Promise<void>;
10
+ //# sourceMappingURL=update-app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-app.d.ts","sourceRoot":"","sources":["../../../src/aws/update-app.ts"],"names":[],"mappings":"AAWA,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;GAIG;AACH,wBAAsB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC,CAqC5F"}
@@ -7,8 +7,9 @@ export interface UpdateBucketPoliciesOptions {
7
7
  *
8
8
  * This is necessary for Medplum deployments outside of the us-east-1 region.
9
9
  *
10
- * @param tag The Medplum stack tag.
11
- * @param options The update options.
10
+ * @param tag - The Medplum stack tag.
11
+ * @param options - The update options.
12
12
  */
13
13
  export declare function updateBucketPoliciesCommand(tag: string, options: UpdateBucketPoliciesOptions): Promise<void>;
14
14
  export declare function updateBucketPolicy(friendlyName: string, bucketResource: StackResource | undefined, distributionResource: StackResource | undefined, oaiResource: StackResource | undefined, options: UpdateBucketPoliciesOptions): Promise<void>;
15
+ //# sourceMappingURL=update-bucket-policies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-bucket-policies.d.ts","sourceRoot":"","sources":["../../../src/aws/update-bucket-policies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAK/D,MAAM,WAAW,2BAA2B;IAC1C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAcD;;;;;;;GAOG;AACH,wBAAsB,2BAA2B,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,IAAI,CAAC,CAwBlH;AAED,wBAAsB,kBAAkB,CACtC,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,aAAa,GAAG,SAAS,EACzC,oBAAoB,EAAE,aAAa,GAAG,SAAS,EAC/C,WAAW,EAAE,aAAa,GAAG,SAAS,EACtC,OAAO,EAAE,2BAA2B,GACnC,OAAO,CAAC,IAAI,CAAC,CA2Cf"}
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * The AWS "update-server" command updates the Medplum server in a Medplum CloudFormation stack.
3
- * @param tag The Medplum stack tag.
3
+ * @param tag - The Medplum stack tag.
4
4
  */
5
5
  export declare function updateServerCommand(tag: string): Promise<void>;
6
+ //# sourceMappingURL=update-server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-server.d.ts","sourceRoot":"","sources":["../../../src/aws/update-server.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAwBpE"}
@@ -28,24 +28,24 @@ export declare function getAllStacks(): Promise<(StackSummary & {
28
28
  })[]>;
29
29
  /**
30
30
  * Returns Medplum stack details for the given tag.
31
- * @param tag The Medplum stack tag.
31
+ * @param tag - The Medplum stack tag.
32
32
  * @returns The Medplum stack details.
33
33
  */
34
34
  export declare function getStackByTag(tag: string): Promise<MedplumStackDetails | undefined>;
35
35
  /**
36
36
  * Returns Medplum stack details for the given stack name.
37
- * @param stackName The CloudFormation stack name.
37
+ * @param stackName - The CloudFormation stack name.
38
38
  * @returns The Medplum stack details.
39
39
  */
40
40
  export declare function getStackDetails(stackName: string): Promise<MedplumStackDetails | undefined>;
41
41
  /**
42
42
  * Prints the given Medplum stack details to stdout.
43
- * @param details The Medplum stack details.
43
+ * @param details - The Medplum stack details.
44
44
  */
45
45
  export declare function printStackDetails(details: MedplumStackDetails): void;
46
46
  /**
47
47
  * Parses the ECS service name from the given AWS ECS service resource.
48
- * @param resource The AWS ECS service resource.
48
+ * @param resource - The AWS ECS service resource.
49
49
  * @returns The ECS service name.
50
50
  */
51
51
  export declare function getEcsServiceName(resource: StackResource | undefined): string | undefined;
@@ -55,6 +55,7 @@ export declare function getEcsServiceName(resource: StackResource | undefined):
55
55
  * In a perfect world, every deploy is clean, and hashed resources should be cached forever.
56
56
  * However, we do not recalculate hashes after variable replacements.
57
57
  * So if variables change, we need to invalidate the cache.
58
- * @param distributionId The CloudFront distribution ID.
58
+ * @param distributionId - The CloudFront distribution ID.
59
59
  */
60
60
  export declare function createInvalidation(distributionId: string): Promise<void>;
61
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/aws/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EAIpB,KAAK,EACL,aAAa,EACb,YAAY,EACb,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAA6B,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,uBAAuB,CAAC,EAAE,aAAa,CAAC;IACxC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,mBAAmB,CAAC,EAAE,aAAa,CAAC;IACpC,2BAA2B,CAAC,EAAE,aAAa,CAAC;CAC7C;AAED,eAAO,MAAM,oBAAoB,sBAA+B,CAAC;AACjE,eAAO,MAAM,gBAAgB,kBAAgD,CAAC;AAC9E,eAAO,MAAM,SAAS,WAAoB,CAAC;AAC3C,eAAO,MAAM,QAAQ,UAAmB,CAAC;AACzC,eAAO,MAAM,MAAM,wBAAwB,CAAC;AAE5C;;;GAGG;AACH,wBAAsB,YAAY,IAAI,OAAO,CAAC,CAAC,YAAY,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,EAAE,CAAC,CAOtF;AAED;;;;GAIG;AACH,wBAAsB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAUzF;AAED;;;;GAIG;AACH,wBAAsB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAOjG;AA0ED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAapE;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAEzF;AAED;;;;;;;GAOG;AACH,wBAAsB,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAc9E"}
@@ -5,3 +5,4 @@ export declare const saveBotDeprecate: Command;
5
5
  export declare const deployBotDeprecate: Command;
6
6
  export declare const createBotDeprecate: Command;
7
7
  export declare function botWrapper(medplum: MedplumClient, botName: string, deploy?: boolean): Promise<void>;
8
+ //# sourceMappingURL=bots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bots.d.ts","sourceRoot":"","sources":["../../src/bots.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASpC,eAAO,MAAM,GAAG,SAGe,CAAC;AAGhC,eAAO,MAAM,gBAAgB,SAAmC,CAAC;AACjE,eAAO,MAAM,kBAAkB,SAAqC,CAAC;AACrE,eAAO,MAAM,kBAAkB,SAAqC,CAAC;AA8BrE,wBAAsB,UAAU,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAUvG"}
@@ -1,2 +1,3 @@
1
1
  import { Command } from 'commander';
2
2
  export declare const bulk: Command;
3
+ //# sourceMappingURL=bulk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk.d.ts","sourceRoot":"","sources":["../../src/bulk.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAWpC,eAAO,MAAM,IAAI,SAAkF,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Command } from 'commander';
2
2
  export declare const hl7: Command;
3
3
  export declare function generateSampleHl7Message(): string;
4
+ //# sourceMappingURL=hl7.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hl7.d.ts","sourceRoot":"","sources":["../../src/hl7.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkDpC,eAAO,MAAM,GAAG,SAAyD,CAAC;AAE1E,wBAAgB,wBAAwB,IAAI,MAAM,CAOjD"}
@@ -1,2 +1,3 @@
1
1
  export declare function main(argv: string[]): Promise<void>;
2
2
  export declare function run(): Promise<void>;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAYA,wBAAsB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CA2CxD;AAED,wBAAsB,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,CAGzC"}
@@ -1,2 +1,3 @@
1
1
  import { Command } from 'commander';
2
2
  export declare const profile: Command;
3
+ //# sourceMappingURL=profiles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../src/profiles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAapC,eAAO,MAAM,OAAO,SAIU,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Command } from 'commander';
2
2
  export declare const project: Command;
3
+ //# sourceMappingURL=project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/project.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAU,MAAM,WAAW,CAAC;AAS5C,eAAO,MAAM,OAAO,SAIe,CAAC"}
@@ -5,3 +5,4 @@ export declare const patch: import("commander").Command;
5
5
  export declare const post: import("commander").Command;
6
6
  export declare const put: import("commander").Command;
7
7
  export declare function cleanUrl(medplum: MedplumClient, input: string): string;
8
+ //# sourceMappingURL=rest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rest.d.ts","sourceRoot":"","sources":["../../src/rest.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,aAAa,EAAE,MAAM,eAAe,CAAC;AAK1E,eAAO,MAAM,YAAY,6BAAiC,CAAC;AAC3D,eAAO,MAAM,GAAG,6BAA8B,CAAC;AAC/C,eAAO,MAAM,KAAK,6BAAgC,CAAC;AACnD,eAAO,MAAM,IAAI,6BAA+B,CAAC;AACjD,eAAO,MAAM,GAAG,6BAA8B,CAAC;AAiD/C,wBAAgB,QAAQ,CAAC,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAStE"}
@@ -11,3 +11,4 @@ export declare class FileSystemStorage extends ClientStorage {
11
11
  private readFile;
12
12
  private writeFile;
13
13
  }
14
+ //# sourceMappingURL=storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAK9C,qBAAa,iBAAkB,SAAQ,aAAa;IAClD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;gBAEtB,OAAO,EAAE,MAAM;IAM3B,KAAK,IAAI,IAAI;IAIb,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAI1C,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;IAUvD,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAKxC,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI;IAIzC,OAAO,CAAC,QAAQ;IAOhB,OAAO,CAAC,SAAS;CAMlB"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=test.setup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test.setup.d.ts","sourceRoot":"","sources":["../../src/test.setup.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export declare function createMedplumClient(options: MedplumClientOptions & {
3
3
  profile?: string;
4
4
  }, setupCredentials?: boolean): Promise<MedplumClient>;
5
5
  export declare function onUnauthenticated(): void;
6
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/util/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAIpE,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,oBAAoB,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,EACpD,gBAAgB,UAAO,GACtB,OAAO,CAAC,aAAa,CAAC,CA2CxB;AAiBD,wBAAgB,iBAAiB,IAAI,IAAI,CAExC"}
@@ -1,2 +1,3 @@
1
1
  import { Command } from 'commander';
2
2
  export declare function createMedplumCommand(name: string): Command;
3
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/util/command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAU,MAAM,WAAW,CAAC;AAE5C,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CA4B1D"}
@@ -46,7 +46,7 @@ export declare function readConfig(tagName?: string): MedplumConfig | undefined;
46
46
  * Expanding archive files without controlling resource consumption is security-sensitive
47
47
  *
48
48
  * See: https://sonarcloud.io/organizations/medplum/rules?open=typescript%3AS5042&rule_key=typescript%3AS5042
49
- * @param destinationDir The destination directory where all files will be extracted.
49
+ * @param destinationDir - The destination directory where all files will be extracted.
50
50
  * @returns A tar file extractor.
51
51
  */
52
52
  export declare function safeTarExtractor(destinationDir: string): internal.Writable;
@@ -58,3 +58,4 @@ export declare function profileExists(storage: FileSystemStorage, profile: strin
58
58
  export declare function jwtBearerLogin(medplum: MedplumClient, profile: Profile): Promise<void>;
59
59
  export declare function jwtAssertionLogin(medplum: MedplumClient, profile: Profile): Promise<void>;
60
60
  export {};
61
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,EAAE,GAAG,EAAE,SAAS,EAAoB,MAAM,oBAAoB,CAAC;AAKtE,OAAO,QAAQ,MAAM,QAAQ,CAAC;AAE9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,UAAU,aAAa;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC3B;AAED,UAAU,gBAAgB;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,OAAO;IACtB,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAEhD;AAED,wBAAsB,OAAO,CAAC,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAoB1G;AAED,wBAAsB,SAAS,CAAC,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAiB5G;AAED,wBAAsB,SAAS,CAC7B,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,cAAc,CAAC,EAAE,MAAM,GACtB,OAAO,CAAC,IAAI,CAAC,CAwBf;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAOlE;AAED,wBAAgB,UAAU,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAOtE;AAwBD;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,cAAc,EAAE,MAAM,GAAG,QAAQ,CAAC,QAAQ,CAuB1E;AAED,wBAAgB,uBAAuB,IAAI,SAAS,CASnD;AAED,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAS3D;AAED,wBAAgB,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAM1E;AAED,wBAAgB,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAGxD;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CASlF;AAED,wBAAsB,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAuB5F;AAED,wBAAsB,iBAAiB,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAY/F"}
package/package.json CHANGED
@@ -1,22 +1,37 @@
1
1
  {
2
2
  "name": "@medplum/cli",
3
- "version": "2.1.9",
3
+ "version": "2.1.11",
4
4
  "description": "Medplum Command Line Interface",
5
- "author": "Medplum <hello@medplum.com>",
6
- "license": "Apache-2.0",
5
+ "keywords": [
6
+ "medplum",
7
+ "fhir",
8
+ "healthcare",
9
+ "interoperability",
10
+ "json",
11
+ "serialization",
12
+ "hl7",
13
+ "standards",
14
+ "clinical",
15
+ "dstu2",
16
+ "stu3",
17
+ "r4",
18
+ "normative"
19
+ ],
7
20
  "homepage": "https://www.medplum.com/",
8
21
  "repository": {
9
22
  "type": "git",
10
- "url": "https://github.com/medplum/medplum.git",
23
+ "url": "git+https://github.com/medplum/medplum.git",
11
24
  "directory": "packages/cli"
12
25
  },
13
- "engines": {
14
- "node": ">=18.0.0"
26
+ "license": "Apache-2.0",
27
+ "author": "Medplum <hello@medplum.com>",
28
+ "bin": {
29
+ "medplum": "./dist/cjs/index.cjs"
15
30
  },
16
31
  "scripts": {
17
- "medplum": "ts-node src/index.ts",
18
- "clean": "rimraf dist",
19
32
  "build": "npm run clean && tsc --project tsconfig.build.json && node esbuild.mjs",
33
+ "clean": "rimraf dist",
34
+ "medplum": "ts-node src/index.ts",
20
35
  "test": "jest"
21
36
  },
22
37
  "dependencies": {
@@ -43,22 +58,7 @@
43
58
  "@types/node-fetch": "2.6.6",
44
59
  "@types/tar": "6.1.6"
45
60
  },
46
- "bin": {
47
- "medplum": "./dist/cjs/index.cjs"
48
- },
49
- "keywords": [
50
- "medplum",
51
- "fhir",
52
- "healthcare",
53
- "interoperability",
54
- "json",
55
- "serialization",
56
- "hl7",
57
- "standards",
58
- "clinical",
59
- "dstu2",
60
- "stu3",
61
- "r4",
62
- "normative"
63
- ]
61
+ "engines": {
62
+ "node": ">=18.0.0"
63
+ }
64
64
  }