@amigo-ai/platform-sdk 0.5.6 → 0.5.8

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.
@@ -13630,8 +13630,14 @@ export interface components {
13630
13630
  };
13631
13631
  /** FhirAppointmentView */
13632
13632
  FhirAppointmentView: {
13633
+ /** Appointment Type */
13634
+ appointment_type?: string | null;
13635
+ /** Cancel Reason */
13636
+ cancel_reason?: string | null;
13633
13637
  /** Canonical Id */
13634
13638
  canonical_id?: string | null;
13639
+ /** Duration Minutes */
13640
+ duration_minutes?: number | null;
13635
13641
  /** End */
13636
13642
  end?: string | null;
13637
13643
  /** Entity Id */
@@ -13645,6 +13651,8 @@ export interface components {
13645
13651
  last_event_at?: string | null;
13646
13652
  /** Location Name */
13647
13653
  location_name?: string | null;
13654
+ /** Modality */
13655
+ modality?: string | null;
13648
13656
  /** Patient Name */
13649
13657
  patient_name?: string | null;
13650
13658
  /** Practitioner Name */
@@ -13801,6 +13809,12 @@ export interface components {
13801
13809
  address?: {
13802
13810
  [key: string]: unknown;
13803
13811
  } | null;
13812
+ /** Address City */
13813
+ address_city?: string | null;
13814
+ /** Address Postal Code */
13815
+ address_postal_code?: string | null;
13816
+ /** Address State */
13817
+ address_state?: string | null;
13804
13818
  /** Allergies */
13805
13819
  allergies?: string[];
13806
13820
  /** Birth Date */
@@ -13835,12 +13849,24 @@ export interface components {
13835
13849
  last_event_at?: string | null;
13836
13850
  /** Last Name */
13837
13851
  last_name?: string | null;
13852
+ /** Member Id */
13853
+ member_id?: string | null;
13838
13854
  /** Mrn */
13839
13855
  mrn?: string | null;
13840
13856
  /** Name */
13841
13857
  name?: string | null;
13842
13858
  /** Phone */
13843
13859
  phone?: string | null;
13860
+ /** Policyholder Dob */
13861
+ policyholder_dob?: string | null;
13862
+ /** Policyholder Name */
13863
+ policyholder_name?: string | null;
13864
+ /** Policyholder Relationship */
13865
+ policyholder_relationship?: string | null;
13866
+ /** Practice Payer Id */
13867
+ practice_payer_id?: string | null;
13868
+ /** Primary Payer Name */
13869
+ primary_payer_name?: string | null;
13844
13870
  /** Source System */
13845
13871
  source_system?: string | null;
13846
13872
  };
@@ -13873,12 +13899,16 @@ export interface components {
13873
13899
  event_count?: number;
13874
13900
  /** Last Event At */
13875
13901
  last_event_at?: string | null;
13902
+ /** Member Id */
13903
+ member_id?: string | null;
13876
13904
  /** Name */
13877
13905
  name?: string | null;
13878
13906
  /** Npi */
13879
13907
  npi?: string | null;
13880
13908
  /** Phone */
13881
13909
  phone?: string | null;
13910
+ /** Scheduling Eligible */
13911
+ scheduling_eligible?: boolean | null;
13882
13912
  /** Source System */
13883
13913
  source_system?: string | null;
13884
13914
  /** Specialty */
@@ -13988,18 +14018,28 @@ export interface components {
13988
14018
  * @default 0
13989
14019
  */
13990
14020
  event_count?: number;
14021
+ /** Facility Id */
14022
+ facility_id?: string | null;
13991
14023
  /** Last Event At */
13992
14024
  last_event_at?: string | null;
14025
+ /** Provider Id */
14026
+ provider_id?: string | null;
13993
14027
  /** Provider Name */
13994
14028
  provider_name?: string | null;
13995
14029
  /** Schedule Ref */
13996
14030
  schedule_ref?: string | null;
13997
14031
  /** Source System */
13998
14032
  source_system?: string | null;
14033
+ /** Specialty */
14034
+ specialty?: string | null;
13999
14035
  /** Start */
14000
14036
  start?: string | null;
14001
14037
  /** Status */
14002
14038
  status?: string | null;
14039
+ /** Visit Type Ids */
14040
+ visit_type_ids?: string | null;
14041
+ /** Visit Type Names */
14042
+ visit_type_names?: string | null;
14003
14043
  };
14004
14044
  /** FhirStatusResponse */
14005
14045
  FhirStatusResponse: {
@@ -21266,6 +21306,12 @@ export interface components {
21266
21306
  */
21267
21307
  navigate_on_completion?: boolean;
21268
21308
  progress?: components["schemas"]["ProgressHint"] | null;
21309
+ /**
21310
+ * Result Persistence
21311
+ * @default accumulate
21312
+ * @enum {string}
21313
+ */
21314
+ result_persistence?: "accumulate" | "override";
21269
21315
  /** Tool Id */
21270
21316
  tool_id: string;
21271
21317
  };