@medplum/core 3.1.3 → 3.1.5

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.
@@ -35,7 +35,7 @@ import { Practitioner } from '@medplum/fhirtypes';
35
35
  import { Project } from '@medplum/fhirtypes';
36
36
  import { ProjectMembership } from '@medplum/fhirtypes';
37
37
  import { ProjectMembershipAccess } from '@medplum/fhirtypes';
38
- import { ProjectSecret } from '@medplum/fhirtypes';
38
+ import { ProjectSetting } from '@medplum/fhirtypes';
39
39
  import { Quantity } from '@medplum/fhirtypes';
40
40
  import { QuestionnaireResponse } from '@medplum/fhirtypes';
41
41
  import { QuestionnaireResponseItemAnswer } from '@medplum/fhirtypes';
@@ -267,7 +267,7 @@ export declare interface BotEvent<T = Resource | Hl7Message | string | Record<st
267
267
  readonly bot: Reference<Bot>;
268
268
  readonly contentType: string;
269
269
  readonly input: T;
270
- readonly secrets: Record<string, ProjectSecret>;
270
+ readonly secrets: Record<string, ProjectSetting>;
271
271
  readonly traceId?: string;
272
272
  }
273
273
 
@@ -35,7 +35,7 @@ import { Practitioner } from '@medplum/fhirtypes';
35
35
  import { Project } from '@medplum/fhirtypes';
36
36
  import { ProjectMembership } from '@medplum/fhirtypes';
37
37
  import { ProjectMembershipAccess } from '@medplum/fhirtypes';
38
- import { ProjectSecret } from '@medplum/fhirtypes';
38
+ import { ProjectSetting } from '@medplum/fhirtypes';
39
39
  import { Quantity } from '@medplum/fhirtypes';
40
40
  import { QuestionnaireResponse } from '@medplum/fhirtypes';
41
41
  import { QuestionnaireResponseItemAnswer } from '@medplum/fhirtypes';
@@ -267,7 +267,7 @@ export declare interface BotEvent<T = Resource | Hl7Message | string | Record<st
267
267
  readonly bot: Reference<Bot>;
268
268
  readonly contentType: string;
269
269
  readonly input: T;
270
- readonly secrets: Record<string, ProjectSecret>;
270
+ readonly secrets: Record<string, ProjectSetting>;
271
271
  readonly traceId?: string;
272
272
  }
273
273