@claritylabs/cl-sdk 4.2.0 → 4.4.0

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,6 +1,6 @@
1
1
  import { ZodSchema, z } from 'zod';
2
2
 
3
- type ModelTaskKind = "extraction_classify" | "extraction_source_tree" | "extraction_operational_profile" | "extraction_page_map" | "extraction_focused" | "extraction_long_list" | "extraction_referential_lookup" | "extraction_coverage_cleanup" | "extraction_review" | "extraction_summary" | "extraction_format" | "query_attachment" | "query_classify" | "query_reason" | "query_verify" | "query_respond" | "application_classify" | "application_extract_fields" | "application_auto_fill" | "application_lookup" | "application_parse_answers" | "application_batch" | "application_email" | "application_pdf_mapping" | "pce_impact_analysis" | "pce_reply_parse" | "pce_packet_generation";
3
+ type ModelTaskKind = "extraction_classify" | "extraction_source_tree" | "extraction_operational_profile" | "extraction_coverage_recovery" | "extraction_page_map" | "extraction_focused" | "extraction_long_list" | "extraction_referential_lookup" | "extraction_coverage_cleanup" | "extraction_review" | "extraction_summary" | "extraction_format" | "query_attachment" | "query_classify" | "query_reason" | "query_verify" | "query_respond" | "application_classify" | "application_extract_fields" | "application_auto_fill" | "application_lookup" | "application_parse_answers" | "application_batch" | "application_email" | "application_pdf_mapping" | "pce_impact_analysis" | "pce_reply_parse" | "pce_packet_generation";
4
4
  interface ModelCapabilities {
5
5
  /** Human-readable model identifier for diagnostics. */
6
6
  model?: string;
@@ -464,16 +464,16 @@ declare const DocumentPageMapEntrySchema: z.ZodObject<{
464
464
  page: number;
465
465
  sourceSpanIds?: string[] | undefined;
466
466
  formNumber?: string | undefined;
467
- formTitle?: string | undefined;
468
467
  label?: string | undefined;
468
+ formTitle?: string | undefined;
469
469
  sectionTitle?: string | undefined;
470
470
  extractorNames?: string[] | undefined;
471
471
  }, {
472
472
  page: number;
473
473
  sourceSpanIds?: string[] | undefined;
474
474
  formNumber?: string | undefined;
475
- formTitle?: string | undefined;
476
475
  label?: string | undefined;
476
+ formTitle?: string | undefined;
477
477
  sectionTitle?: string | undefined;
478
478
  extractorNames?: string[] | undefined;
479
479
  }>;
@@ -563,16 +563,16 @@ declare const DocumentMetadataSchema: z.ZodObject<{
563
563
  page: number;
564
564
  sourceSpanIds?: string[] | undefined;
565
565
  formNumber?: string | undefined;
566
- formTitle?: string | undefined;
567
566
  label?: string | undefined;
567
+ formTitle?: string | undefined;
568
568
  sectionTitle?: string | undefined;
569
569
  extractorNames?: string[] | undefined;
570
570
  }, {
571
571
  page: number;
572
572
  sourceSpanIds?: string[] | undefined;
573
573
  formNumber?: string | undefined;
574
- formTitle?: string | undefined;
575
574
  label?: string | undefined;
575
+ formTitle?: string | undefined;
576
576
  sectionTitle?: string | undefined;
577
577
  extractorNames?: string[] | undefined;
578
578
  }>, "many">>;
@@ -618,8 +618,8 @@ declare const DocumentMetadataSchema: z.ZodObject<{
618
618
  page: number;
619
619
  sourceSpanIds?: string[] | undefined;
620
620
  formNumber?: string | undefined;
621
- formTitle?: string | undefined;
622
621
  label?: string | undefined;
622
+ formTitle?: string | undefined;
623
623
  sectionTitle?: string | undefined;
624
624
  extractorNames?: string[] | undefined;
625
625
  }[] | undefined;
@@ -655,8 +655,8 @@ declare const DocumentMetadataSchema: z.ZodObject<{
655
655
  page: number;
656
656
  sourceSpanIds?: string[] | undefined;
657
657
  formNumber?: string | undefined;
658
- formTitle?: string | undefined;
659
658
  label?: string | undefined;
659
+ formTitle?: string | undefined;
660
660
  sectionTitle?: string | undefined;
661
661
  extractorNames?: string[] | undefined;
662
662
  }[] | undefined;
@@ -702,6 +702,28 @@ declare const PolicyDocumentSchema: z.ZodObject<{
702
702
  insuredName: z.ZodString;
703
703
  premium: z.ZodOptional<z.ZodString>;
704
704
  premiumAmount: z.ZodOptional<z.ZodNumber>;
705
+ premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
706
+ line: z.ZodString;
707
+ amount: z.ZodString;
708
+ amountValue: z.ZodOptional<z.ZodNumber>;
709
+ documentNodeId: z.ZodOptional<z.ZodString>;
710
+ sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
711
+ sourceTextHash: z.ZodOptional<z.ZodString>;
712
+ }, "strip", z.ZodTypeAny, {
713
+ amount: string;
714
+ line: string;
715
+ sourceSpanIds?: string[] | undefined;
716
+ documentNodeId?: string | undefined;
717
+ sourceTextHash?: string | undefined;
718
+ amountValue?: number | undefined;
719
+ }, {
720
+ amount: string;
721
+ line: string;
722
+ sourceSpanIds?: string[] | undefined;
723
+ documentNodeId?: string | undefined;
724
+ sourceTextHash?: string | undefined;
725
+ amountValue?: number | undefined;
726
+ }>, "many">>;
705
727
  summary: z.ZodOptional<z.ZodString>;
706
728
  linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
707
729
  coverages: z.ZodArray<z.ZodObject<{
@@ -830,16 +852,16 @@ declare const PolicyDocumentSchema: z.ZodObject<{
830
852
  page: number;
831
853
  sourceSpanIds?: string[] | undefined;
832
854
  formNumber?: string | undefined;
833
- formTitle?: string | undefined;
834
855
  label?: string | undefined;
856
+ formTitle?: string | undefined;
835
857
  sectionTitle?: string | undefined;
836
858
  extractorNames?: string[] | undefined;
837
859
  }, {
838
860
  page: number;
839
861
  sourceSpanIds?: string[] | undefined;
840
862
  formNumber?: string | undefined;
841
- formTitle?: string | undefined;
842
863
  label?: string | undefined;
864
+ formTitle?: string | undefined;
843
865
  sectionTitle?: string | undefined;
844
866
  extractorNames?: string[] | undefined;
845
867
  }>, "many">>;
@@ -885,8 +907,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
885
907
  page: number;
886
908
  sourceSpanIds?: string[] | undefined;
887
909
  formNumber?: string | undefined;
888
- formTitle?: string | undefined;
889
910
  label?: string | undefined;
911
+ formTitle?: string | undefined;
890
912
  sectionTitle?: string | undefined;
891
913
  extractorNames?: string[] | undefined;
892
914
  }[] | undefined;
@@ -922,8 +944,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
922
944
  page: number;
923
945
  sourceSpanIds?: string[] | undefined;
924
946
  formNumber?: string | undefined;
925
- formTitle?: string | undefined;
926
947
  label?: string | undefined;
948
+ formTitle?: string | undefined;
927
949
  sectionTitle?: string | undefined;
928
950
  extractorNames?: string[] | undefined;
929
951
  }[] | undefined;
@@ -1888,6 +1910,77 @@ declare const PolicyDocumentSchema: z.ZodObject<{
1888
1910
  basisAmount?: string | undefined;
1889
1911
  rate?: string | undefined;
1890
1912
  }>, "many">>;
1913
+ coverageSchedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
1914
+ name: z.ZodString;
1915
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
1916
+ description: z.ZodOptional<z.ZodString>;
1917
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
1918
+ label: z.ZodString;
1919
+ description: z.ZodOptional<z.ZodString>;
1920
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
1921
+ label: z.ZodString;
1922
+ value: z.ZodString;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ value: string;
1925
+ label: string;
1926
+ }, {
1927
+ value: string;
1928
+ label: string;
1929
+ }>, "many">>;
1930
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1931
+ }, "strip", z.ZodTypeAny, {
1932
+ values: {
1933
+ value: string;
1934
+ label: string;
1935
+ }[];
1936
+ sourceSpanIds: string[];
1937
+ label: string;
1938
+ description?: string | undefined;
1939
+ }, {
1940
+ label: string;
1941
+ description?: string | undefined;
1942
+ values?: {
1943
+ value: string;
1944
+ label: string;
1945
+ }[] | undefined;
1946
+ sourceSpanIds?: string[] | undefined;
1947
+ }>, "many">>;
1948
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1949
+ pageStart: z.ZodOptional<z.ZodNumber>;
1950
+ pageEnd: z.ZodOptional<z.ZodNumber>;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ sourceSpanIds: string[];
1953
+ name: string;
1954
+ kind: "other" | "property" | "location" | "vehicle";
1955
+ items: {
1956
+ values: {
1957
+ value: string;
1958
+ label: string;
1959
+ }[];
1960
+ sourceSpanIds: string[];
1961
+ label: string;
1962
+ description?: string | undefined;
1963
+ }[];
1964
+ description?: string | undefined;
1965
+ pageStart?: number | undefined;
1966
+ pageEnd?: number | undefined;
1967
+ }, {
1968
+ name: string;
1969
+ kind: "other" | "property" | "location" | "vehicle";
1970
+ description?: string | undefined;
1971
+ sourceSpanIds?: string[] | undefined;
1972
+ pageStart?: number | undefined;
1973
+ pageEnd?: number | undefined;
1974
+ items?: {
1975
+ label: string;
1976
+ description?: string | undefined;
1977
+ values?: {
1978
+ value: string;
1979
+ label: string;
1980
+ }[] | undefined;
1981
+ sourceSpanIds?: string[] | undefined;
1982
+ }[] | undefined;
1983
+ }>, "many">>;
1891
1984
  formInventory: z.ZodOptional<z.ZodArray<z.ZodObject<{
1892
1985
  formNumber: z.ZodString;
1893
1986
  editionDate: z.ZodOptional<z.ZodString>;
@@ -4176,6 +4269,28 @@ declare const PolicyDocumentSchema: z.ZodObject<{
4176
4269
  amBestNumber: z.ZodOptional<z.ZodString>;
4177
4270
  admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
4178
4271
  stateOfDomicile: z.ZodOptional<z.ZodString>;
4272
+ address: z.ZodOptional<z.ZodObject<{
4273
+ street1: z.ZodString;
4274
+ street2: z.ZodOptional<z.ZodString>;
4275
+ city: z.ZodString;
4276
+ state: z.ZodString;
4277
+ zip: z.ZodString;
4278
+ country: z.ZodOptional<z.ZodString>;
4279
+ }, "strip", z.ZodTypeAny, {
4280
+ street1: string;
4281
+ city: string;
4282
+ state: string;
4283
+ zip: string;
4284
+ street2?: string | undefined;
4285
+ country?: string | undefined;
4286
+ }, {
4287
+ street1: string;
4288
+ city: string;
4289
+ state: string;
4290
+ zip: string;
4291
+ street2?: string | undefined;
4292
+ country?: string | undefined;
4293
+ }>>;
4179
4294
  } & {
4180
4295
  sourceSpanIds: z.ZodArray<z.ZodString, "many">;
4181
4296
  documentNodeId: z.ZodOptional<z.ZodString>;
@@ -4189,6 +4304,14 @@ declare const PolicyDocumentSchema: z.ZodObject<{
4189
4304
  sourceTextHash?: string | undefined;
4190
4305
  pageStart?: number | undefined;
4191
4306
  pageEnd?: number | undefined;
4307
+ address?: {
4308
+ street1: string;
4309
+ city: string;
4310
+ state: string;
4311
+ zip: string;
4312
+ street2?: string | undefined;
4313
+ country?: string | undefined;
4314
+ } | undefined;
4192
4315
  naicNumber?: string | undefined;
4193
4316
  amBestRating?: string | undefined;
4194
4317
  amBestNumber?: string | undefined;
@@ -4201,6 +4324,14 @@ declare const PolicyDocumentSchema: z.ZodObject<{
4201
4324
  sourceTextHash?: string | undefined;
4202
4325
  pageStart?: number | undefined;
4203
4326
  pageEnd?: number | undefined;
4327
+ address?: {
4328
+ street1: string;
4329
+ city: string;
4330
+ state: string;
4331
+ zip: string;
4332
+ street2?: string | undefined;
4333
+ country?: string | undefined;
4334
+ } | undefined;
4204
4335
  naicNumber?: string | undefined;
4205
4336
  amBestRating?: string | undefined;
4206
4337
  amBestNumber?: string | undefined;
@@ -4964,8 +5095,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
4964
5095
  page: number;
4965
5096
  sourceSpanIds?: string[] | undefined;
4966
5097
  formNumber?: string | undefined;
4967
- formTitle?: string | undefined;
4968
5098
  label?: string | undefined;
5099
+ formTitle?: string | undefined;
4969
5100
  sectionTitle?: string | undefined;
4970
5101
  extractorNames?: string[] | undefined;
4971
5102
  }[] | undefined;
@@ -5598,6 +5729,66 @@ declare const PolicyDocumentSchema: z.ZodObject<{
5598
5729
  supplementalYears?: number | undefined;
5599
5730
  supplementalPremium?: string | undefined;
5600
5731
  } | undefined;
5732
+ insurer?: {
5733
+ sourceSpanIds: string[];
5734
+ legalName: string;
5735
+ documentNodeId?: string | undefined;
5736
+ sourceTextHash?: string | undefined;
5737
+ pageStart?: number | undefined;
5738
+ pageEnd?: number | undefined;
5739
+ address?: {
5740
+ street1: string;
5741
+ city: string;
5742
+ state: string;
5743
+ zip: string;
5744
+ street2?: string | undefined;
5745
+ country?: string | undefined;
5746
+ } | undefined;
5747
+ naicNumber?: string | undefined;
5748
+ amBestRating?: string | undefined;
5749
+ amBestNumber?: string | undefined;
5750
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
5751
+ stateOfDomicile?: string | undefined;
5752
+ } | undefined;
5753
+ expirationDate?: string | undefined;
5754
+ summary?: string | undefined;
5755
+ linesOfBusiness?: string[] | undefined;
5756
+ coverageSchedules?: {
5757
+ sourceSpanIds: string[];
5758
+ name: string;
5759
+ kind: "other" | "property" | "location" | "vehicle";
5760
+ items: {
5761
+ values: {
5762
+ value: string;
5763
+ label: string;
5764
+ }[];
5765
+ sourceSpanIds: string[];
5766
+ label: string;
5767
+ description?: string | undefined;
5768
+ }[];
5769
+ description?: string | undefined;
5770
+ pageStart?: number | undefined;
5771
+ pageEnd?: number | undefined;
5772
+ }[] | undefined;
5773
+ premiumBreakdown?: {
5774
+ amount: string;
5775
+ line: string;
5776
+ sourceSpanIds?: string[] | undefined;
5777
+ documentNodeId?: string | undefined;
5778
+ sourceTextHash?: string | undefined;
5779
+ amountValue?: number | undefined;
5780
+ }[] | undefined;
5781
+ taxesAndFees?: {
5782
+ name: string;
5783
+ amount: string;
5784
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
5785
+ description?: string | undefined;
5786
+ sourceSpanIds?: string[] | undefined;
5787
+ documentNodeId?: string | undefined;
5788
+ sourceTextHash?: string | undefined;
5789
+ amountValue?: number | undefined;
5790
+ }[] | undefined;
5791
+ totalCost?: string | undefined;
5601
5792
  formInventory?: {
5602
5793
  formNumber: string;
5603
5794
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -5609,14 +5800,11 @@ declare const PolicyDocumentSchema: z.ZodObject<{
5609
5800
  pageEnd?: number | undefined;
5610
5801
  editionDate?: string | undefined;
5611
5802
  }[] | undefined;
5612
- expirationDate?: string | undefined;
5613
5803
  policyTermType?: "fixed" | "continuous" | undefined;
5614
5804
  nextReviewDate?: string | undefined;
5615
5805
  effectiveTime?: string | undefined;
5616
5806
  security?: string | undefined;
5617
5807
  premiumAmount?: number | undefined;
5618
- summary?: string | undefined;
5619
- linesOfBusiness?: string[] | undefined;
5620
5808
  sections?: {
5621
5809
  type: string;
5622
5810
  title: string;
@@ -5811,19 +5999,6 @@ declare const PolicyDocumentSchema: z.ZodObject<{
5811
5999
  corridorDeductible?: string | undefined;
5812
6000
  waitingPeriod?: string | undefined;
5813
6001
  } | undefined;
5814
- insurer?: {
5815
- sourceSpanIds: string[];
5816
- legalName: string;
5817
- documentNodeId?: string | undefined;
5818
- sourceTextHash?: string | undefined;
5819
- pageStart?: number | undefined;
5820
- pageEnd?: number | undefined;
5821
- naicNumber?: string | undefined;
5822
- amBestRating?: string | undefined;
5823
- amBestNumber?: string | undefined;
5824
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
5825
- stateOfDomicile?: string | undefined;
5826
- } | undefined;
5827
6002
  producer?: {
5828
6003
  sourceSpanIds: string[];
5829
6004
  agencyName: string;
@@ -5967,17 +6142,6 @@ declare const PolicyDocumentSchema: z.ZodObject<{
5967
6142
  relationship?: string | undefined;
5968
6143
  scope?: string | undefined;
5969
6144
  }[] | undefined;
5970
- taxesAndFees?: {
5971
- name: string;
5972
- amount: string;
5973
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
5974
- description?: string | undefined;
5975
- sourceSpanIds?: string[] | undefined;
5976
- documentNodeId?: string | undefined;
5977
- sourceTextHash?: string | undefined;
5978
- amountValue?: number | undefined;
5979
- }[] | undefined;
5980
- totalCost?: string | undefined;
5981
6145
  totalCostAmount?: number | undefined;
5982
6146
  minimumPremium?: string | undefined;
5983
6147
  minimumPremiumAmount?: number | undefined;
@@ -6085,8 +6249,8 @@ declare const PolicyDocumentSchema: z.ZodObject<{
6085
6249
  page: number;
6086
6250
  sourceSpanIds?: string[] | undefined;
6087
6251
  formNumber?: string | undefined;
6088
- formTitle?: string | undefined;
6089
6252
  label?: string | undefined;
6253
+ formTitle?: string | undefined;
6090
6254
  sectionTitle?: string | undefined;
6091
6255
  extractorNames?: string[] | undefined;
6092
6256
  }[] | undefined;
@@ -6719,41 +6883,98 @@ declare const PolicyDocumentSchema: z.ZodObject<{
6719
6883
  supplementalYears?: number | undefined;
6720
6884
  supplementalPremium?: string | undefined;
6721
6885
  } | undefined;
6722
- formInventory?: {
6723
- formNumber: string;
6724
- formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
6725
- title?: string | undefined;
6726
- sourceSpanIds?: string[] | undefined;
6886
+ insurer?: {
6887
+ sourceSpanIds: string[];
6888
+ legalName: string;
6727
6889
  documentNodeId?: string | undefined;
6728
6890
  sourceTextHash?: string | undefined;
6729
6891
  pageStart?: number | undefined;
6730
6892
  pageEnd?: number | undefined;
6731
- editionDate?: string | undefined;
6732
- }[] | undefined;
6893
+ address?: {
6894
+ street1: string;
6895
+ city: string;
6896
+ state: string;
6897
+ zip: string;
6898
+ street2?: string | undefined;
6899
+ country?: string | undefined;
6900
+ } | undefined;
6901
+ naicNumber?: string | undefined;
6902
+ amBestRating?: string | undefined;
6903
+ amBestNumber?: string | undefined;
6904
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
6905
+ stateOfDomicile?: string | undefined;
6906
+ } | undefined;
6733
6907
  expirationDate?: string | undefined;
6734
- policyTermType?: "fixed" | "continuous" | undefined;
6735
- nextReviewDate?: string | undefined;
6736
- effectiveTime?: string | undefined;
6737
- security?: string | undefined;
6738
- premiumAmount?: number | undefined;
6739
6908
  summary?: string | undefined;
6740
6909
  linesOfBusiness?: string[] | undefined;
6741
- sections?: {
6742
- type: string;
6743
- title: string;
6744
- pageStart: number;
6910
+ coverageSchedules?: {
6911
+ name: string;
6912
+ kind: "other" | "property" | "location" | "vehicle";
6913
+ description?: string | undefined;
6745
6914
  sourceSpanIds?: string[] | undefined;
6746
- documentNodeId?: string | undefined;
6747
- sourceTextHash?: string | undefined;
6915
+ pageStart?: number | undefined;
6748
6916
  pageEnd?: number | undefined;
6749
- recordId?: string | undefined;
6750
- excerpt?: string | undefined;
6751
- content?: string | undefined;
6752
- sectionNumber?: string | undefined;
6753
- coverageType?: string | undefined;
6754
- subsections?: {
6755
- title: string;
6756
- sourceSpanIds?: string[] | undefined;
6917
+ items?: {
6918
+ label: string;
6919
+ description?: string | undefined;
6920
+ values?: {
6921
+ value: string;
6922
+ label: string;
6923
+ }[] | undefined;
6924
+ sourceSpanIds?: string[] | undefined;
6925
+ }[] | undefined;
6926
+ }[] | undefined;
6927
+ premiumBreakdown?: {
6928
+ amount: string;
6929
+ line: string;
6930
+ sourceSpanIds?: string[] | undefined;
6931
+ documentNodeId?: string | undefined;
6932
+ sourceTextHash?: string | undefined;
6933
+ amountValue?: number | undefined;
6934
+ }[] | undefined;
6935
+ taxesAndFees?: {
6936
+ name: string;
6937
+ amount: string;
6938
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
6939
+ description?: string | undefined;
6940
+ sourceSpanIds?: string[] | undefined;
6941
+ documentNodeId?: string | undefined;
6942
+ sourceTextHash?: string | undefined;
6943
+ amountValue?: number | undefined;
6944
+ }[] | undefined;
6945
+ totalCost?: string | undefined;
6946
+ formInventory?: {
6947
+ formNumber: string;
6948
+ formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
6949
+ title?: string | undefined;
6950
+ sourceSpanIds?: string[] | undefined;
6951
+ documentNodeId?: string | undefined;
6952
+ sourceTextHash?: string | undefined;
6953
+ pageStart?: number | undefined;
6954
+ pageEnd?: number | undefined;
6955
+ editionDate?: string | undefined;
6956
+ }[] | undefined;
6957
+ policyTermType?: "fixed" | "continuous" | undefined;
6958
+ nextReviewDate?: string | undefined;
6959
+ effectiveTime?: string | undefined;
6960
+ security?: string | undefined;
6961
+ premiumAmount?: number | undefined;
6962
+ sections?: {
6963
+ type: string;
6964
+ title: string;
6965
+ pageStart: number;
6966
+ sourceSpanIds?: string[] | undefined;
6967
+ documentNodeId?: string | undefined;
6968
+ sourceTextHash?: string | undefined;
6969
+ pageEnd?: number | undefined;
6970
+ recordId?: string | undefined;
6971
+ excerpt?: string | undefined;
6972
+ content?: string | undefined;
6973
+ sectionNumber?: string | undefined;
6974
+ coverageType?: string | undefined;
6975
+ subsections?: {
6976
+ title: string;
6977
+ sourceSpanIds?: string[] | undefined;
6757
6978
  documentNodeId?: string | undefined;
6758
6979
  sourceTextHash?: string | undefined;
6759
6980
  pageNumber?: number | undefined;
@@ -6932,19 +7153,6 @@ declare const PolicyDocumentSchema: z.ZodObject<{
6932
7153
  corridorDeductible?: string | undefined;
6933
7154
  waitingPeriod?: string | undefined;
6934
7155
  } | undefined;
6935
- insurer?: {
6936
- sourceSpanIds: string[];
6937
- legalName: string;
6938
- documentNodeId?: string | undefined;
6939
- sourceTextHash?: string | undefined;
6940
- pageStart?: number | undefined;
6941
- pageEnd?: number | undefined;
6942
- naicNumber?: string | undefined;
6943
- amBestRating?: string | undefined;
6944
- amBestNumber?: string | undefined;
6945
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
6946
- stateOfDomicile?: string | undefined;
6947
- } | undefined;
6948
7156
  producer?: {
6949
7157
  sourceSpanIds: string[];
6950
7158
  agencyName: string;
@@ -7088,17 +7296,6 @@ declare const PolicyDocumentSchema: z.ZodObject<{
7088
7296
  relationship?: string | undefined;
7089
7297
  scope?: string | undefined;
7090
7298
  }[] | undefined;
7091
- taxesAndFees?: {
7092
- name: string;
7093
- amount: string;
7094
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
7095
- description?: string | undefined;
7096
- sourceSpanIds?: string[] | undefined;
7097
- documentNodeId?: string | undefined;
7098
- sourceTextHash?: string | undefined;
7099
- amountValue?: number | undefined;
7100
- }[] | undefined;
7101
- totalCost?: string | undefined;
7102
7299
  totalCostAmount?: number | undefined;
7103
7300
  minimumPremium?: string | undefined;
7104
7301
  minimumPremiumAmount?: number | undefined;
@@ -7178,28 +7375,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
7178
7375
  }, {
7179
7376
  description: string;
7180
7377
  }>, "many">>;
7181
- premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
7182
- line: z.ZodString;
7183
- amount: z.ZodString;
7184
- amountValue: z.ZodOptional<z.ZodNumber>;
7185
- documentNodeId: z.ZodOptional<z.ZodString>;
7186
- sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7187
- sourceTextHash: z.ZodOptional<z.ZodString>;
7188
- }, "strip", z.ZodTypeAny, {
7189
- amount: string;
7190
- line: string;
7191
- sourceSpanIds?: string[] | undefined;
7192
- documentNodeId?: string | undefined;
7193
- sourceTextHash?: string | undefined;
7194
- amountValue?: number | undefined;
7195
- }, {
7196
- amount: string;
7197
- line: string;
7198
- sourceSpanIds?: string[] | undefined;
7199
- documentNodeId?: string | undefined;
7200
- sourceTextHash?: string | undefined;
7201
- amountValue?: number | undefined;
7202
- }>, "many">>;
7203
7378
  enrichedSubjectivities: z.ZodOptional<z.ZodArray<z.ZodObject<{
7204
7379
  description: z.ZodString;
7205
7380
  category: z.ZodOptional<z.ZodEnum<["pre_binding", "post_binding", "information"]>>;
@@ -7256,6 +7431,28 @@ declare const QuoteDocumentSchema: z.ZodObject<{
7256
7431
  insuredName: z.ZodString;
7257
7432
  premium: z.ZodOptional<z.ZodString>;
7258
7433
  premiumAmount: z.ZodOptional<z.ZodNumber>;
7434
+ premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
7435
+ line: z.ZodString;
7436
+ amount: z.ZodString;
7437
+ amountValue: z.ZodOptional<z.ZodNumber>;
7438
+ documentNodeId: z.ZodOptional<z.ZodString>;
7439
+ sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7440
+ sourceTextHash: z.ZodOptional<z.ZodString>;
7441
+ }, "strip", z.ZodTypeAny, {
7442
+ amount: string;
7443
+ line: string;
7444
+ sourceSpanIds?: string[] | undefined;
7445
+ documentNodeId?: string | undefined;
7446
+ sourceTextHash?: string | undefined;
7447
+ amountValue?: number | undefined;
7448
+ }, {
7449
+ amount: string;
7450
+ line: string;
7451
+ sourceSpanIds?: string[] | undefined;
7452
+ documentNodeId?: string | undefined;
7453
+ sourceTextHash?: string | undefined;
7454
+ amountValue?: number | undefined;
7455
+ }>, "many">>;
7259
7456
  summary: z.ZodOptional<z.ZodString>;
7260
7457
  linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7261
7458
  coverages: z.ZodArray<z.ZodObject<{
@@ -7384,16 +7581,16 @@ declare const QuoteDocumentSchema: z.ZodObject<{
7384
7581
  page: number;
7385
7582
  sourceSpanIds?: string[] | undefined;
7386
7583
  formNumber?: string | undefined;
7387
- formTitle?: string | undefined;
7388
7584
  label?: string | undefined;
7585
+ formTitle?: string | undefined;
7389
7586
  sectionTitle?: string | undefined;
7390
7587
  extractorNames?: string[] | undefined;
7391
7588
  }, {
7392
7589
  page: number;
7393
7590
  sourceSpanIds?: string[] | undefined;
7394
7591
  formNumber?: string | undefined;
7395
- formTitle?: string | undefined;
7396
7592
  label?: string | undefined;
7593
+ formTitle?: string | undefined;
7397
7594
  sectionTitle?: string | undefined;
7398
7595
  extractorNames?: string[] | undefined;
7399
7596
  }>, "many">>;
@@ -7439,8 +7636,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
7439
7636
  page: number;
7440
7637
  sourceSpanIds?: string[] | undefined;
7441
7638
  formNumber?: string | undefined;
7442
- formTitle?: string | undefined;
7443
7639
  label?: string | undefined;
7640
+ formTitle?: string | undefined;
7444
7641
  sectionTitle?: string | undefined;
7445
7642
  extractorNames?: string[] | undefined;
7446
7643
  }[] | undefined;
@@ -7476,8 +7673,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
7476
7673
  page: number;
7477
7674
  sourceSpanIds?: string[] | undefined;
7478
7675
  formNumber?: string | undefined;
7479
- formTitle?: string | undefined;
7480
7676
  label?: string | undefined;
7677
+ formTitle?: string | undefined;
7481
7678
  sectionTitle?: string | undefined;
7482
7679
  extractorNames?: string[] | undefined;
7483
7680
  }[] | undefined;
@@ -8442,6 +8639,77 @@ declare const QuoteDocumentSchema: z.ZodObject<{
8442
8639
  basisAmount?: string | undefined;
8443
8640
  rate?: string | undefined;
8444
8641
  }>, "many">>;
8642
+ coverageSchedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
8643
+ name: z.ZodString;
8644
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
8645
+ description: z.ZodOptional<z.ZodString>;
8646
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
8647
+ label: z.ZodString;
8648
+ description: z.ZodOptional<z.ZodString>;
8649
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
8650
+ label: z.ZodString;
8651
+ value: z.ZodString;
8652
+ }, "strip", z.ZodTypeAny, {
8653
+ value: string;
8654
+ label: string;
8655
+ }, {
8656
+ value: string;
8657
+ label: string;
8658
+ }>, "many">>;
8659
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
8660
+ }, "strip", z.ZodTypeAny, {
8661
+ values: {
8662
+ value: string;
8663
+ label: string;
8664
+ }[];
8665
+ sourceSpanIds: string[];
8666
+ label: string;
8667
+ description?: string | undefined;
8668
+ }, {
8669
+ label: string;
8670
+ description?: string | undefined;
8671
+ values?: {
8672
+ value: string;
8673
+ label: string;
8674
+ }[] | undefined;
8675
+ sourceSpanIds?: string[] | undefined;
8676
+ }>, "many">>;
8677
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
8678
+ pageStart: z.ZodOptional<z.ZodNumber>;
8679
+ pageEnd: z.ZodOptional<z.ZodNumber>;
8680
+ }, "strip", z.ZodTypeAny, {
8681
+ sourceSpanIds: string[];
8682
+ name: string;
8683
+ kind: "other" | "property" | "location" | "vehicle";
8684
+ items: {
8685
+ values: {
8686
+ value: string;
8687
+ label: string;
8688
+ }[];
8689
+ sourceSpanIds: string[];
8690
+ label: string;
8691
+ description?: string | undefined;
8692
+ }[];
8693
+ description?: string | undefined;
8694
+ pageStart?: number | undefined;
8695
+ pageEnd?: number | undefined;
8696
+ }, {
8697
+ name: string;
8698
+ kind: "other" | "property" | "location" | "vehicle";
8699
+ description?: string | undefined;
8700
+ sourceSpanIds?: string[] | undefined;
8701
+ pageStart?: number | undefined;
8702
+ pageEnd?: number | undefined;
8703
+ items?: {
8704
+ label: string;
8705
+ description?: string | undefined;
8706
+ values?: {
8707
+ value: string;
8708
+ label: string;
8709
+ }[] | undefined;
8710
+ sourceSpanIds?: string[] | undefined;
8711
+ }[] | undefined;
8712
+ }>, "many">>;
8445
8713
  formInventory: z.ZodOptional<z.ZodArray<z.ZodObject<{
8446
8714
  formNumber: z.ZodString;
8447
8715
  editionDate: z.ZodOptional<z.ZodString>;
@@ -10730,6 +10998,28 @@ declare const QuoteDocumentSchema: z.ZodObject<{
10730
10998
  amBestNumber: z.ZodOptional<z.ZodString>;
10731
10999
  admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
10732
11000
  stateOfDomicile: z.ZodOptional<z.ZodString>;
11001
+ address: z.ZodOptional<z.ZodObject<{
11002
+ street1: z.ZodString;
11003
+ street2: z.ZodOptional<z.ZodString>;
11004
+ city: z.ZodString;
11005
+ state: z.ZodString;
11006
+ zip: z.ZodString;
11007
+ country: z.ZodOptional<z.ZodString>;
11008
+ }, "strip", z.ZodTypeAny, {
11009
+ street1: string;
11010
+ city: string;
11011
+ state: string;
11012
+ zip: string;
11013
+ street2?: string | undefined;
11014
+ country?: string | undefined;
11015
+ }, {
11016
+ street1: string;
11017
+ city: string;
11018
+ state: string;
11019
+ zip: string;
11020
+ street2?: string | undefined;
11021
+ country?: string | undefined;
11022
+ }>>;
10733
11023
  } & {
10734
11024
  sourceSpanIds: z.ZodArray<z.ZodString, "many">;
10735
11025
  documentNodeId: z.ZodOptional<z.ZodString>;
@@ -10743,6 +11033,14 @@ declare const QuoteDocumentSchema: z.ZodObject<{
10743
11033
  sourceTextHash?: string | undefined;
10744
11034
  pageStart?: number | undefined;
10745
11035
  pageEnd?: number | undefined;
11036
+ address?: {
11037
+ street1: string;
11038
+ city: string;
11039
+ state: string;
11040
+ zip: string;
11041
+ street2?: string | undefined;
11042
+ country?: string | undefined;
11043
+ } | undefined;
10746
11044
  naicNumber?: string | undefined;
10747
11045
  amBestRating?: string | undefined;
10748
11046
  amBestNumber?: string | undefined;
@@ -10755,6 +11053,14 @@ declare const QuoteDocumentSchema: z.ZodObject<{
10755
11053
  sourceTextHash?: string | undefined;
10756
11054
  pageStart?: number | undefined;
10757
11055
  pageEnd?: number | undefined;
11056
+ address?: {
11057
+ street1: string;
11058
+ city: string;
11059
+ state: string;
11060
+ zip: string;
11061
+ street2?: string | undefined;
11062
+ country?: string | undefined;
11063
+ } | undefined;
10758
11064
  naicNumber?: string | undefined;
10759
11065
  amBestRating?: string | undefined;
10760
11066
  amBestNumber?: string | undefined;
@@ -11516,8 +11822,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
11516
11822
  page: number;
11517
11823
  sourceSpanIds?: string[] | undefined;
11518
11824
  formNumber?: string | undefined;
11519
- formTitle?: string | undefined;
11520
11825
  label?: string | undefined;
11826
+ formTitle?: string | undefined;
11521
11827
  sectionTitle?: string | undefined;
11522
11828
  extractorNames?: string[] | undefined;
11523
11829
  }[] | undefined;
@@ -12151,33 +12457,90 @@ declare const QuoteDocumentSchema: z.ZodObject<{
12151
12457
  supplementalYears?: number | undefined;
12152
12458
  supplementalPremium?: string | undefined;
12153
12459
  } | undefined;
12154
- formInventory?: {
12155
- formNumber: string;
12156
- formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
12157
- title?: string | undefined;
12158
- sourceSpanIds?: string[] | undefined;
12460
+ insurer?: {
12461
+ sourceSpanIds: string[];
12462
+ legalName: string;
12159
12463
  documentNodeId?: string | undefined;
12160
12464
  sourceTextHash?: string | undefined;
12161
12465
  pageStart?: number | undefined;
12162
12466
  pageEnd?: number | undefined;
12163
- editionDate?: string | undefined;
12164
- }[] | undefined;
12165
- security?: string | undefined;
12166
- premiumAmount?: number | undefined;
12467
+ address?: {
12468
+ street1: string;
12469
+ city: string;
12470
+ state: string;
12471
+ zip: string;
12472
+ street2?: string | undefined;
12473
+ country?: string | undefined;
12474
+ } | undefined;
12475
+ naicNumber?: string | undefined;
12476
+ amBestRating?: string | undefined;
12477
+ amBestNumber?: string | undefined;
12478
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
12479
+ stateOfDomicile?: string | undefined;
12480
+ } | undefined;
12167
12481
  summary?: string | undefined;
12168
12482
  linesOfBusiness?: string[] | undefined;
12169
- sections?: {
12170
- type: string;
12171
- title: string;
12172
- pageStart: number;
12173
- sourceSpanIds?: string[] | undefined;
12174
- documentNodeId?: string | undefined;
12175
- sourceTextHash?: string | undefined;
12176
- pageEnd?: number | undefined;
12177
- recordId?: string | undefined;
12178
- excerpt?: string | undefined;
12179
- content?: string | undefined;
12180
- sectionNumber?: string | undefined;
12483
+ coverageSchedules?: {
12484
+ sourceSpanIds: string[];
12485
+ name: string;
12486
+ kind: "other" | "property" | "location" | "vehicle";
12487
+ items: {
12488
+ values: {
12489
+ value: string;
12490
+ label: string;
12491
+ }[];
12492
+ sourceSpanIds: string[];
12493
+ label: string;
12494
+ description?: string | undefined;
12495
+ }[];
12496
+ description?: string | undefined;
12497
+ pageStart?: number | undefined;
12498
+ pageEnd?: number | undefined;
12499
+ }[] | undefined;
12500
+ premiumBreakdown?: {
12501
+ amount: string;
12502
+ line: string;
12503
+ sourceSpanIds?: string[] | undefined;
12504
+ documentNodeId?: string | undefined;
12505
+ sourceTextHash?: string | undefined;
12506
+ amountValue?: number | undefined;
12507
+ }[] | undefined;
12508
+ taxesAndFees?: {
12509
+ name: string;
12510
+ amount: string;
12511
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
12512
+ description?: string | undefined;
12513
+ sourceSpanIds?: string[] | undefined;
12514
+ documentNodeId?: string | undefined;
12515
+ sourceTextHash?: string | undefined;
12516
+ amountValue?: number | undefined;
12517
+ }[] | undefined;
12518
+ totalCost?: string | undefined;
12519
+ formInventory?: {
12520
+ formNumber: string;
12521
+ formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
12522
+ title?: string | undefined;
12523
+ sourceSpanIds?: string[] | undefined;
12524
+ documentNodeId?: string | undefined;
12525
+ sourceTextHash?: string | undefined;
12526
+ pageStart?: number | undefined;
12527
+ pageEnd?: number | undefined;
12528
+ editionDate?: string | undefined;
12529
+ }[] | undefined;
12530
+ security?: string | undefined;
12531
+ premiumAmount?: number | undefined;
12532
+ sections?: {
12533
+ type: string;
12534
+ title: string;
12535
+ pageStart: number;
12536
+ sourceSpanIds?: string[] | undefined;
12537
+ documentNodeId?: string | undefined;
12538
+ sourceTextHash?: string | undefined;
12539
+ pageEnd?: number | undefined;
12540
+ recordId?: string | undefined;
12541
+ excerpt?: string | undefined;
12542
+ content?: string | undefined;
12543
+ sectionNumber?: string | undefined;
12181
12544
  coverageType?: string | undefined;
12182
12545
  subsections?: {
12183
12546
  title: string;
@@ -12360,19 +12723,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
12360
12723
  corridorDeductible?: string | undefined;
12361
12724
  waitingPeriod?: string | undefined;
12362
12725
  } | undefined;
12363
- insurer?: {
12364
- sourceSpanIds: string[];
12365
- legalName: string;
12366
- documentNodeId?: string | undefined;
12367
- sourceTextHash?: string | undefined;
12368
- pageStart?: number | undefined;
12369
- pageEnd?: number | undefined;
12370
- naicNumber?: string | undefined;
12371
- amBestRating?: string | undefined;
12372
- amBestNumber?: string | undefined;
12373
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
12374
- stateOfDomicile?: string | undefined;
12375
- } | undefined;
12376
12726
  producer?: {
12377
12727
  sourceSpanIds: string[];
12378
12728
  agencyName: string;
@@ -12516,17 +12866,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
12516
12866
  relationship?: string | undefined;
12517
12867
  scope?: string | undefined;
12518
12868
  }[] | undefined;
12519
- taxesAndFees?: {
12520
- name: string;
12521
- amount: string;
12522
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
12523
- description?: string | undefined;
12524
- sourceSpanIds?: string[] | undefined;
12525
- documentNodeId?: string | undefined;
12526
- sourceTextHash?: string | undefined;
12527
- amountValue?: number | undefined;
12528
- }[] | undefined;
12529
- totalCost?: string | undefined;
12530
12869
  totalCostAmount?: number | undefined;
12531
12870
  minimumPremium?: string | undefined;
12532
12871
  minimumPremiumAmount?: number | undefined;
@@ -12591,14 +12930,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
12591
12930
  underwritingConditions?: {
12592
12931
  description: string;
12593
12932
  }[] | undefined;
12594
- premiumBreakdown?: {
12595
- amount: string;
12596
- line: string;
12597
- sourceSpanIds?: string[] | undefined;
12598
- documentNodeId?: string | undefined;
12599
- sourceTextHash?: string | undefined;
12600
- amountValue?: number | undefined;
12601
- }[] | undefined;
12602
12933
  enrichedSubjectivities?: {
12603
12934
  description: string;
12604
12935
  status?: "open" | "satisfied" | "waived" | undefined;
@@ -12670,8 +13001,8 @@ declare const QuoteDocumentSchema: z.ZodObject<{
12670
13001
  page: number;
12671
13002
  sourceSpanIds?: string[] | undefined;
12672
13003
  formNumber?: string | undefined;
12673
- formTitle?: string | undefined;
12674
13004
  label?: string | undefined;
13005
+ formTitle?: string | undefined;
12675
13006
  sectionTitle?: string | undefined;
12676
13007
  extractorNames?: string[] | undefined;
12677
13008
  }[] | undefined;
@@ -13305,6 +13636,65 @@ declare const QuoteDocumentSchema: z.ZodObject<{
13305
13636
  supplementalYears?: number | undefined;
13306
13637
  supplementalPremium?: string | undefined;
13307
13638
  } | undefined;
13639
+ insurer?: {
13640
+ sourceSpanIds: string[];
13641
+ legalName: string;
13642
+ documentNodeId?: string | undefined;
13643
+ sourceTextHash?: string | undefined;
13644
+ pageStart?: number | undefined;
13645
+ pageEnd?: number | undefined;
13646
+ address?: {
13647
+ street1: string;
13648
+ city: string;
13649
+ state: string;
13650
+ zip: string;
13651
+ street2?: string | undefined;
13652
+ country?: string | undefined;
13653
+ } | undefined;
13654
+ naicNumber?: string | undefined;
13655
+ amBestRating?: string | undefined;
13656
+ amBestNumber?: string | undefined;
13657
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
13658
+ stateOfDomicile?: string | undefined;
13659
+ } | undefined;
13660
+ summary?: string | undefined;
13661
+ linesOfBusiness?: string[] | undefined;
13662
+ coverageSchedules?: {
13663
+ name: string;
13664
+ kind: "other" | "property" | "location" | "vehicle";
13665
+ description?: string | undefined;
13666
+ sourceSpanIds?: string[] | undefined;
13667
+ pageStart?: number | undefined;
13668
+ pageEnd?: number | undefined;
13669
+ items?: {
13670
+ label: string;
13671
+ description?: string | undefined;
13672
+ values?: {
13673
+ value: string;
13674
+ label: string;
13675
+ }[] | undefined;
13676
+ sourceSpanIds?: string[] | undefined;
13677
+ }[] | undefined;
13678
+ }[] | undefined;
13679
+ premiumBreakdown?: {
13680
+ amount: string;
13681
+ line: string;
13682
+ sourceSpanIds?: string[] | undefined;
13683
+ documentNodeId?: string | undefined;
13684
+ sourceTextHash?: string | undefined;
13685
+ amountValue?: number | undefined;
13686
+ }[] | undefined;
13687
+ taxesAndFees?: {
13688
+ name: string;
13689
+ amount: string;
13690
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
13691
+ description?: string | undefined;
13692
+ sourceSpanIds?: string[] | undefined;
13693
+ documentNodeId?: string | undefined;
13694
+ sourceTextHash?: string | undefined;
13695
+ amountValue?: number | undefined;
13696
+ }[] | undefined;
13697
+ totalCost?: string | undefined;
13308
13698
  formInventory?: {
13309
13699
  formNumber: string;
13310
13700
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -13318,8 +13708,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
13318
13708
  }[] | undefined;
13319
13709
  security?: string | undefined;
13320
13710
  premiumAmount?: number | undefined;
13321
- summary?: string | undefined;
13322
- linesOfBusiness?: string[] | undefined;
13323
13711
  sections?: {
13324
13712
  type: string;
13325
13713
  title: string;
@@ -13514,19 +13902,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
13514
13902
  corridorDeductible?: string | undefined;
13515
13903
  waitingPeriod?: string | undefined;
13516
13904
  } | undefined;
13517
- insurer?: {
13518
- sourceSpanIds: string[];
13519
- legalName: string;
13520
- documentNodeId?: string | undefined;
13521
- sourceTextHash?: string | undefined;
13522
- pageStart?: number | undefined;
13523
- pageEnd?: number | undefined;
13524
- naicNumber?: string | undefined;
13525
- amBestRating?: string | undefined;
13526
- amBestNumber?: string | undefined;
13527
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
13528
- stateOfDomicile?: string | undefined;
13529
- } | undefined;
13530
13905
  producer?: {
13531
13906
  sourceSpanIds: string[];
13532
13907
  agencyName: string;
@@ -13670,17 +14045,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
13670
14045
  relationship?: string | undefined;
13671
14046
  scope?: string | undefined;
13672
14047
  }[] | undefined;
13673
- taxesAndFees?: {
13674
- name: string;
13675
- amount: string;
13676
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
13677
- description?: string | undefined;
13678
- sourceSpanIds?: string[] | undefined;
13679
- documentNodeId?: string | undefined;
13680
- sourceTextHash?: string | undefined;
13681
- amountValue?: number | undefined;
13682
- }[] | undefined;
13683
- totalCost?: string | undefined;
13684
14048
  totalCostAmount?: number | undefined;
13685
14049
  minimumPremium?: string | undefined;
13686
14050
  minimumPremiumAmount?: number | undefined;
@@ -13745,14 +14109,6 @@ declare const QuoteDocumentSchema: z.ZodObject<{
13745
14109
  underwritingConditions?: {
13746
14110
  description: string;
13747
14111
  }[] | undefined;
13748
- premiumBreakdown?: {
13749
- amount: string;
13750
- line: string;
13751
- sourceSpanIds?: string[] | undefined;
13752
- documentNodeId?: string | undefined;
13753
- sourceTextHash?: string | undefined;
13754
- amountValue?: number | undefined;
13755
- }[] | undefined;
13756
14112
  enrichedSubjectivities?: {
13757
14113
  description: string;
13758
14114
  status?: "open" | "satisfied" | "waived" | undefined;
@@ -13789,6 +14145,28 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
13789
14145
  insuredName: z.ZodString;
13790
14146
  premium: z.ZodOptional<z.ZodString>;
13791
14147
  premiumAmount: z.ZodOptional<z.ZodNumber>;
14148
+ premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
14149
+ line: z.ZodString;
14150
+ amount: z.ZodString;
14151
+ amountValue: z.ZodOptional<z.ZodNumber>;
14152
+ documentNodeId: z.ZodOptional<z.ZodString>;
14153
+ sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14154
+ sourceTextHash: z.ZodOptional<z.ZodString>;
14155
+ }, "strip", z.ZodTypeAny, {
14156
+ amount: string;
14157
+ line: string;
14158
+ sourceSpanIds?: string[] | undefined;
14159
+ documentNodeId?: string | undefined;
14160
+ sourceTextHash?: string | undefined;
14161
+ amountValue?: number | undefined;
14162
+ }, {
14163
+ amount: string;
14164
+ line: string;
14165
+ sourceSpanIds?: string[] | undefined;
14166
+ documentNodeId?: string | undefined;
14167
+ sourceTextHash?: string | undefined;
14168
+ amountValue?: number | undefined;
14169
+ }>, "many">>;
13792
14170
  summary: z.ZodOptional<z.ZodString>;
13793
14171
  linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13794
14172
  coverages: z.ZodArray<z.ZodObject<{
@@ -13917,16 +14295,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
13917
14295
  page: number;
13918
14296
  sourceSpanIds?: string[] | undefined;
13919
14297
  formNumber?: string | undefined;
13920
- formTitle?: string | undefined;
13921
14298
  label?: string | undefined;
14299
+ formTitle?: string | undefined;
13922
14300
  sectionTitle?: string | undefined;
13923
14301
  extractorNames?: string[] | undefined;
13924
14302
  }, {
13925
14303
  page: number;
13926
14304
  sourceSpanIds?: string[] | undefined;
13927
14305
  formNumber?: string | undefined;
13928
- formTitle?: string | undefined;
13929
14306
  label?: string | undefined;
14307
+ formTitle?: string | undefined;
13930
14308
  sectionTitle?: string | undefined;
13931
14309
  extractorNames?: string[] | undefined;
13932
14310
  }>, "many">>;
@@ -13972,8 +14350,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
13972
14350
  page: number;
13973
14351
  sourceSpanIds?: string[] | undefined;
13974
14352
  formNumber?: string | undefined;
13975
- formTitle?: string | undefined;
13976
14353
  label?: string | undefined;
14354
+ formTitle?: string | undefined;
13977
14355
  sectionTitle?: string | undefined;
13978
14356
  extractorNames?: string[] | undefined;
13979
14357
  }[] | undefined;
@@ -14009,8 +14387,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
14009
14387
  page: number;
14010
14388
  sourceSpanIds?: string[] | undefined;
14011
14389
  formNumber?: string | undefined;
14012
- formTitle?: string | undefined;
14013
14390
  label?: string | undefined;
14391
+ formTitle?: string | undefined;
14014
14392
  sectionTitle?: string | undefined;
14015
14393
  extractorNames?: string[] | undefined;
14016
14394
  }[] | undefined;
@@ -14975,6 +15353,77 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
14975
15353
  basisAmount?: string | undefined;
14976
15354
  rate?: string | undefined;
14977
15355
  }>, "many">>;
15356
+ coverageSchedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
15357
+ name: z.ZodString;
15358
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
15359
+ description: z.ZodOptional<z.ZodString>;
15360
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
15361
+ label: z.ZodString;
15362
+ description: z.ZodOptional<z.ZodString>;
15363
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
15364
+ label: z.ZodString;
15365
+ value: z.ZodString;
15366
+ }, "strip", z.ZodTypeAny, {
15367
+ value: string;
15368
+ label: string;
15369
+ }, {
15370
+ value: string;
15371
+ label: string;
15372
+ }>, "many">>;
15373
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
15374
+ }, "strip", z.ZodTypeAny, {
15375
+ values: {
15376
+ value: string;
15377
+ label: string;
15378
+ }[];
15379
+ sourceSpanIds: string[];
15380
+ label: string;
15381
+ description?: string | undefined;
15382
+ }, {
15383
+ label: string;
15384
+ description?: string | undefined;
15385
+ values?: {
15386
+ value: string;
15387
+ label: string;
15388
+ }[] | undefined;
15389
+ sourceSpanIds?: string[] | undefined;
15390
+ }>, "many">>;
15391
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
15392
+ pageStart: z.ZodOptional<z.ZodNumber>;
15393
+ pageEnd: z.ZodOptional<z.ZodNumber>;
15394
+ }, "strip", z.ZodTypeAny, {
15395
+ sourceSpanIds: string[];
15396
+ name: string;
15397
+ kind: "other" | "property" | "location" | "vehicle";
15398
+ items: {
15399
+ values: {
15400
+ value: string;
15401
+ label: string;
15402
+ }[];
15403
+ sourceSpanIds: string[];
15404
+ label: string;
15405
+ description?: string | undefined;
15406
+ }[];
15407
+ description?: string | undefined;
15408
+ pageStart?: number | undefined;
15409
+ pageEnd?: number | undefined;
15410
+ }, {
15411
+ name: string;
15412
+ kind: "other" | "property" | "location" | "vehicle";
15413
+ description?: string | undefined;
15414
+ sourceSpanIds?: string[] | undefined;
15415
+ pageStart?: number | undefined;
15416
+ pageEnd?: number | undefined;
15417
+ items?: {
15418
+ label: string;
15419
+ description?: string | undefined;
15420
+ values?: {
15421
+ value: string;
15422
+ label: string;
15423
+ }[] | undefined;
15424
+ sourceSpanIds?: string[] | undefined;
15425
+ }[] | undefined;
15426
+ }>, "many">>;
14978
15427
  formInventory: z.ZodOptional<z.ZodArray<z.ZodObject<{
14979
15428
  formNumber: z.ZodString;
14980
15429
  editionDate: z.ZodOptional<z.ZodString>;
@@ -17263,11 +17712,33 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
17263
17712
  amBestNumber: z.ZodOptional<z.ZodString>;
17264
17713
  admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
17265
17714
  stateOfDomicile: z.ZodOptional<z.ZodString>;
17266
- } & {
17267
- sourceSpanIds: z.ZodArray<z.ZodString, "many">;
17268
- documentNodeId: z.ZodOptional<z.ZodString>;
17269
- sourceTextHash: z.ZodOptional<z.ZodString>;
17270
- pageStart: z.ZodOptional<z.ZodNumber>;
17715
+ address: z.ZodOptional<z.ZodObject<{
17716
+ street1: z.ZodString;
17717
+ street2: z.ZodOptional<z.ZodString>;
17718
+ city: z.ZodString;
17719
+ state: z.ZodString;
17720
+ zip: z.ZodString;
17721
+ country: z.ZodOptional<z.ZodString>;
17722
+ }, "strip", z.ZodTypeAny, {
17723
+ street1: string;
17724
+ city: string;
17725
+ state: string;
17726
+ zip: string;
17727
+ street2?: string | undefined;
17728
+ country?: string | undefined;
17729
+ }, {
17730
+ street1: string;
17731
+ city: string;
17732
+ state: string;
17733
+ zip: string;
17734
+ street2?: string | undefined;
17735
+ country?: string | undefined;
17736
+ }>>;
17737
+ } & {
17738
+ sourceSpanIds: z.ZodArray<z.ZodString, "many">;
17739
+ documentNodeId: z.ZodOptional<z.ZodString>;
17740
+ sourceTextHash: z.ZodOptional<z.ZodString>;
17741
+ pageStart: z.ZodOptional<z.ZodNumber>;
17271
17742
  pageEnd: z.ZodOptional<z.ZodNumber>;
17272
17743
  }, "strip", z.ZodTypeAny, {
17273
17744
  sourceSpanIds: string[];
@@ -17276,6 +17747,14 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
17276
17747
  sourceTextHash?: string | undefined;
17277
17748
  pageStart?: number | undefined;
17278
17749
  pageEnd?: number | undefined;
17750
+ address?: {
17751
+ street1: string;
17752
+ city: string;
17753
+ state: string;
17754
+ zip: string;
17755
+ street2?: string | undefined;
17756
+ country?: string | undefined;
17757
+ } | undefined;
17279
17758
  naicNumber?: string | undefined;
17280
17759
  amBestRating?: string | undefined;
17281
17760
  amBestNumber?: string | undefined;
@@ -17288,6 +17767,14 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
17288
17767
  sourceTextHash?: string | undefined;
17289
17768
  pageStart?: number | undefined;
17290
17769
  pageEnd?: number | undefined;
17770
+ address?: {
17771
+ street1: string;
17772
+ city: string;
17773
+ state: string;
17774
+ zip: string;
17775
+ street2?: string | undefined;
17776
+ country?: string | undefined;
17777
+ } | undefined;
17291
17778
  naicNumber?: string | undefined;
17292
17779
  amBestRating?: string | undefined;
17293
17780
  amBestNumber?: string | undefined;
@@ -18051,8 +18538,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
18051
18538
  page: number;
18052
18539
  sourceSpanIds?: string[] | undefined;
18053
18540
  formNumber?: string | undefined;
18054
- formTitle?: string | undefined;
18055
18541
  label?: string | undefined;
18542
+ formTitle?: string | undefined;
18056
18543
  sectionTitle?: string | undefined;
18057
18544
  extractorNames?: string[] | undefined;
18058
18545
  }[] | undefined;
@@ -18685,6 +19172,66 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
18685
19172
  supplementalYears?: number | undefined;
18686
19173
  supplementalPremium?: string | undefined;
18687
19174
  } | undefined;
19175
+ insurer?: {
19176
+ sourceSpanIds: string[];
19177
+ legalName: string;
19178
+ documentNodeId?: string | undefined;
19179
+ sourceTextHash?: string | undefined;
19180
+ pageStart?: number | undefined;
19181
+ pageEnd?: number | undefined;
19182
+ address?: {
19183
+ street1: string;
19184
+ city: string;
19185
+ state: string;
19186
+ zip: string;
19187
+ street2?: string | undefined;
19188
+ country?: string | undefined;
19189
+ } | undefined;
19190
+ naicNumber?: string | undefined;
19191
+ amBestRating?: string | undefined;
19192
+ amBestNumber?: string | undefined;
19193
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
19194
+ stateOfDomicile?: string | undefined;
19195
+ } | undefined;
19196
+ expirationDate?: string | undefined;
19197
+ summary?: string | undefined;
19198
+ linesOfBusiness?: string[] | undefined;
19199
+ coverageSchedules?: {
19200
+ sourceSpanIds: string[];
19201
+ name: string;
19202
+ kind: "other" | "property" | "location" | "vehicle";
19203
+ items: {
19204
+ values: {
19205
+ value: string;
19206
+ label: string;
19207
+ }[];
19208
+ sourceSpanIds: string[];
19209
+ label: string;
19210
+ description?: string | undefined;
19211
+ }[];
19212
+ description?: string | undefined;
19213
+ pageStart?: number | undefined;
19214
+ pageEnd?: number | undefined;
19215
+ }[] | undefined;
19216
+ premiumBreakdown?: {
19217
+ amount: string;
19218
+ line: string;
19219
+ sourceSpanIds?: string[] | undefined;
19220
+ documentNodeId?: string | undefined;
19221
+ sourceTextHash?: string | undefined;
19222
+ amountValue?: number | undefined;
19223
+ }[] | undefined;
19224
+ taxesAndFees?: {
19225
+ name: string;
19226
+ amount: string;
19227
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
19228
+ description?: string | undefined;
19229
+ sourceSpanIds?: string[] | undefined;
19230
+ documentNodeId?: string | undefined;
19231
+ sourceTextHash?: string | undefined;
19232
+ amountValue?: number | undefined;
19233
+ }[] | undefined;
19234
+ totalCost?: string | undefined;
18688
19235
  formInventory?: {
18689
19236
  formNumber: string;
18690
19237
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -18696,14 +19243,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
18696
19243
  pageEnd?: number | undefined;
18697
19244
  editionDate?: string | undefined;
18698
19245
  }[] | undefined;
18699
- expirationDate?: string | undefined;
18700
19246
  policyTermType?: "fixed" | "continuous" | undefined;
18701
19247
  nextReviewDate?: string | undefined;
18702
19248
  effectiveTime?: string | undefined;
18703
19249
  security?: string | undefined;
18704
19250
  premiumAmount?: number | undefined;
18705
- summary?: string | undefined;
18706
- linesOfBusiness?: string[] | undefined;
18707
19251
  sections?: {
18708
19252
  type: string;
18709
19253
  title: string;
@@ -18898,19 +19442,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
18898
19442
  corridorDeductible?: string | undefined;
18899
19443
  waitingPeriod?: string | undefined;
18900
19444
  } | undefined;
18901
- insurer?: {
18902
- sourceSpanIds: string[];
18903
- legalName: string;
18904
- documentNodeId?: string | undefined;
18905
- sourceTextHash?: string | undefined;
18906
- pageStart?: number | undefined;
18907
- pageEnd?: number | undefined;
18908
- naicNumber?: string | undefined;
18909
- amBestRating?: string | undefined;
18910
- amBestNumber?: string | undefined;
18911
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
18912
- stateOfDomicile?: string | undefined;
18913
- } | undefined;
18914
19445
  producer?: {
18915
19446
  sourceSpanIds: string[];
18916
19447
  agencyName: string;
@@ -19054,17 +19585,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
19054
19585
  relationship?: string | undefined;
19055
19586
  scope?: string | undefined;
19056
19587
  }[] | undefined;
19057
- taxesAndFees?: {
19058
- name: string;
19059
- amount: string;
19060
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
19061
- description?: string | undefined;
19062
- sourceSpanIds?: string[] | undefined;
19063
- documentNodeId?: string | undefined;
19064
- sourceTextHash?: string | undefined;
19065
- amountValue?: number | undefined;
19066
- }[] | undefined;
19067
- totalCost?: string | undefined;
19068
19588
  totalCostAmount?: number | undefined;
19069
19589
  minimumPremium?: string | undefined;
19070
19590
  minimumPremiumAmount?: number | undefined;
@@ -19172,8 +19692,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
19172
19692
  page: number;
19173
19693
  sourceSpanIds?: string[] | undefined;
19174
19694
  formNumber?: string | undefined;
19175
- formTitle?: string | undefined;
19176
19695
  label?: string | undefined;
19696
+ formTitle?: string | undefined;
19177
19697
  sectionTitle?: string | undefined;
19178
19698
  extractorNames?: string[] | undefined;
19179
19699
  }[] | undefined;
@@ -19806,6 +20326,66 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
19806
20326
  supplementalYears?: number | undefined;
19807
20327
  supplementalPremium?: string | undefined;
19808
20328
  } | undefined;
20329
+ insurer?: {
20330
+ sourceSpanIds: string[];
20331
+ legalName: string;
20332
+ documentNodeId?: string | undefined;
20333
+ sourceTextHash?: string | undefined;
20334
+ pageStart?: number | undefined;
20335
+ pageEnd?: number | undefined;
20336
+ address?: {
20337
+ street1: string;
20338
+ city: string;
20339
+ state: string;
20340
+ zip: string;
20341
+ street2?: string | undefined;
20342
+ country?: string | undefined;
20343
+ } | undefined;
20344
+ naicNumber?: string | undefined;
20345
+ amBestRating?: string | undefined;
20346
+ amBestNumber?: string | undefined;
20347
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
20348
+ stateOfDomicile?: string | undefined;
20349
+ } | undefined;
20350
+ expirationDate?: string | undefined;
20351
+ summary?: string | undefined;
20352
+ linesOfBusiness?: string[] | undefined;
20353
+ coverageSchedules?: {
20354
+ name: string;
20355
+ kind: "other" | "property" | "location" | "vehicle";
20356
+ description?: string | undefined;
20357
+ sourceSpanIds?: string[] | undefined;
20358
+ pageStart?: number | undefined;
20359
+ pageEnd?: number | undefined;
20360
+ items?: {
20361
+ label: string;
20362
+ description?: string | undefined;
20363
+ values?: {
20364
+ value: string;
20365
+ label: string;
20366
+ }[] | undefined;
20367
+ sourceSpanIds?: string[] | undefined;
20368
+ }[] | undefined;
20369
+ }[] | undefined;
20370
+ premiumBreakdown?: {
20371
+ amount: string;
20372
+ line: string;
20373
+ sourceSpanIds?: string[] | undefined;
20374
+ documentNodeId?: string | undefined;
20375
+ sourceTextHash?: string | undefined;
20376
+ amountValue?: number | undefined;
20377
+ }[] | undefined;
20378
+ taxesAndFees?: {
20379
+ name: string;
20380
+ amount: string;
20381
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
20382
+ description?: string | undefined;
20383
+ sourceSpanIds?: string[] | undefined;
20384
+ documentNodeId?: string | undefined;
20385
+ sourceTextHash?: string | undefined;
20386
+ amountValue?: number | undefined;
20387
+ }[] | undefined;
20388
+ totalCost?: string | undefined;
19809
20389
  formInventory?: {
19810
20390
  formNumber: string;
19811
20391
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -19817,14 +20397,11 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
19817
20397
  pageEnd?: number | undefined;
19818
20398
  editionDate?: string | undefined;
19819
20399
  }[] | undefined;
19820
- expirationDate?: string | undefined;
19821
20400
  policyTermType?: "fixed" | "continuous" | undefined;
19822
20401
  nextReviewDate?: string | undefined;
19823
20402
  effectiveTime?: string | undefined;
19824
20403
  security?: string | undefined;
19825
20404
  premiumAmount?: number | undefined;
19826
- summary?: string | undefined;
19827
- linesOfBusiness?: string[] | undefined;
19828
20405
  sections?: {
19829
20406
  type: string;
19830
20407
  title: string;
@@ -20019,19 +20596,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20019
20596
  corridorDeductible?: string | undefined;
20020
20597
  waitingPeriod?: string | undefined;
20021
20598
  } | undefined;
20022
- insurer?: {
20023
- sourceSpanIds: string[];
20024
- legalName: string;
20025
- documentNodeId?: string | undefined;
20026
- sourceTextHash?: string | undefined;
20027
- pageStart?: number | undefined;
20028
- pageEnd?: number | undefined;
20029
- naicNumber?: string | undefined;
20030
- amBestRating?: string | undefined;
20031
- amBestNumber?: string | undefined;
20032
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
20033
- stateOfDomicile?: string | undefined;
20034
- } | undefined;
20035
20599
  producer?: {
20036
20600
  sourceSpanIds: string[];
20037
20601
  agencyName: string;
@@ -20175,17 +20739,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20175
20739
  relationship?: string | undefined;
20176
20740
  scope?: string | undefined;
20177
20741
  }[] | undefined;
20178
- taxesAndFees?: {
20179
- name: string;
20180
- amount: string;
20181
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
20182
- description?: string | undefined;
20183
- sourceSpanIds?: string[] | undefined;
20184
- documentNodeId?: string | undefined;
20185
- sourceTextHash?: string | undefined;
20186
- amountValue?: number | undefined;
20187
- }[] | undefined;
20188
- totalCost?: string | undefined;
20189
20742
  totalCostAmount?: number | undefined;
20190
20743
  minimumPremium?: string | undefined;
20191
20744
  minimumPremiumAmount?: number | undefined;
@@ -20263,28 +20816,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20263
20816
  }, {
20264
20817
  description: string;
20265
20818
  }>, "many">>;
20266
- premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
20267
- line: z.ZodString;
20268
- amount: z.ZodString;
20269
- amountValue: z.ZodOptional<z.ZodNumber>;
20270
- documentNodeId: z.ZodOptional<z.ZodString>;
20271
- sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
20272
- sourceTextHash: z.ZodOptional<z.ZodString>;
20273
- }, "strip", z.ZodTypeAny, {
20274
- amount: string;
20275
- line: string;
20276
- sourceSpanIds?: string[] | undefined;
20277
- documentNodeId?: string | undefined;
20278
- sourceTextHash?: string | undefined;
20279
- amountValue?: number | undefined;
20280
- }, {
20281
- amount: string;
20282
- line: string;
20283
- sourceSpanIds?: string[] | undefined;
20284
- documentNodeId?: string | undefined;
20285
- sourceTextHash?: string | undefined;
20286
- amountValue?: number | undefined;
20287
- }>, "many">>;
20288
20819
  enrichedSubjectivities: z.ZodOptional<z.ZodArray<z.ZodObject<{
20289
20820
  description: z.ZodString;
20290
20821
  category: z.ZodOptional<z.ZodEnum<["pre_binding", "post_binding", "information"]>>;
@@ -20341,6 +20872,28 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20341
20872
  insuredName: z.ZodString;
20342
20873
  premium: z.ZodOptional<z.ZodString>;
20343
20874
  premiumAmount: z.ZodOptional<z.ZodNumber>;
20875
+ premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
20876
+ line: z.ZodString;
20877
+ amount: z.ZodString;
20878
+ amountValue: z.ZodOptional<z.ZodNumber>;
20879
+ documentNodeId: z.ZodOptional<z.ZodString>;
20880
+ sourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
20881
+ sourceTextHash: z.ZodOptional<z.ZodString>;
20882
+ }, "strip", z.ZodTypeAny, {
20883
+ amount: string;
20884
+ line: string;
20885
+ sourceSpanIds?: string[] | undefined;
20886
+ documentNodeId?: string | undefined;
20887
+ sourceTextHash?: string | undefined;
20888
+ amountValue?: number | undefined;
20889
+ }, {
20890
+ amount: string;
20891
+ line: string;
20892
+ sourceSpanIds?: string[] | undefined;
20893
+ documentNodeId?: string | undefined;
20894
+ sourceTextHash?: string | undefined;
20895
+ amountValue?: number | undefined;
20896
+ }>, "many">>;
20344
20897
  summary: z.ZodOptional<z.ZodString>;
20345
20898
  linesOfBusiness: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
20346
20899
  coverages: z.ZodArray<z.ZodObject<{
@@ -20469,16 +21022,16 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20469
21022
  page: number;
20470
21023
  sourceSpanIds?: string[] | undefined;
20471
21024
  formNumber?: string | undefined;
20472
- formTitle?: string | undefined;
20473
21025
  label?: string | undefined;
21026
+ formTitle?: string | undefined;
20474
21027
  sectionTitle?: string | undefined;
20475
21028
  extractorNames?: string[] | undefined;
20476
21029
  }, {
20477
21030
  page: number;
20478
21031
  sourceSpanIds?: string[] | undefined;
20479
21032
  formNumber?: string | undefined;
20480
- formTitle?: string | undefined;
20481
21033
  label?: string | undefined;
21034
+ formTitle?: string | undefined;
20482
21035
  sectionTitle?: string | undefined;
20483
21036
  extractorNames?: string[] | undefined;
20484
21037
  }>, "many">>;
@@ -20524,8 +21077,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20524
21077
  page: number;
20525
21078
  sourceSpanIds?: string[] | undefined;
20526
21079
  formNumber?: string | undefined;
20527
- formTitle?: string | undefined;
20528
21080
  label?: string | undefined;
21081
+ formTitle?: string | undefined;
20529
21082
  sectionTitle?: string | undefined;
20530
21083
  extractorNames?: string[] | undefined;
20531
21084
  }[] | undefined;
@@ -20561,8 +21114,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
20561
21114
  page: number;
20562
21115
  sourceSpanIds?: string[] | undefined;
20563
21116
  formNumber?: string | undefined;
20564
- formTitle?: string | undefined;
20565
21117
  label?: string | undefined;
21118
+ formTitle?: string | undefined;
20566
21119
  sectionTitle?: string | undefined;
20567
21120
  extractorNames?: string[] | undefined;
20568
21121
  }[] | undefined;
@@ -21527,6 +22080,77 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
21527
22080
  basisAmount?: string | undefined;
21528
22081
  rate?: string | undefined;
21529
22082
  }>, "many">>;
22083
+ coverageSchedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
22084
+ name: z.ZodString;
22085
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
22086
+ description: z.ZodOptional<z.ZodString>;
22087
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
22088
+ label: z.ZodString;
22089
+ description: z.ZodOptional<z.ZodString>;
22090
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
22091
+ label: z.ZodString;
22092
+ value: z.ZodString;
22093
+ }, "strip", z.ZodTypeAny, {
22094
+ value: string;
22095
+ label: string;
22096
+ }, {
22097
+ value: string;
22098
+ label: string;
22099
+ }>, "many">>;
22100
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
22101
+ }, "strip", z.ZodTypeAny, {
22102
+ values: {
22103
+ value: string;
22104
+ label: string;
22105
+ }[];
22106
+ sourceSpanIds: string[];
22107
+ label: string;
22108
+ description?: string | undefined;
22109
+ }, {
22110
+ label: string;
22111
+ description?: string | undefined;
22112
+ values?: {
22113
+ value: string;
22114
+ label: string;
22115
+ }[] | undefined;
22116
+ sourceSpanIds?: string[] | undefined;
22117
+ }>, "many">>;
22118
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
22119
+ pageStart: z.ZodOptional<z.ZodNumber>;
22120
+ pageEnd: z.ZodOptional<z.ZodNumber>;
22121
+ }, "strip", z.ZodTypeAny, {
22122
+ sourceSpanIds: string[];
22123
+ name: string;
22124
+ kind: "other" | "property" | "location" | "vehicle";
22125
+ items: {
22126
+ values: {
22127
+ value: string;
22128
+ label: string;
22129
+ }[];
22130
+ sourceSpanIds: string[];
22131
+ label: string;
22132
+ description?: string | undefined;
22133
+ }[];
22134
+ description?: string | undefined;
22135
+ pageStart?: number | undefined;
22136
+ pageEnd?: number | undefined;
22137
+ }, {
22138
+ name: string;
22139
+ kind: "other" | "property" | "location" | "vehicle";
22140
+ description?: string | undefined;
22141
+ sourceSpanIds?: string[] | undefined;
22142
+ pageStart?: number | undefined;
22143
+ pageEnd?: number | undefined;
22144
+ items?: {
22145
+ label: string;
22146
+ description?: string | undefined;
22147
+ values?: {
22148
+ value: string;
22149
+ label: string;
22150
+ }[] | undefined;
22151
+ sourceSpanIds?: string[] | undefined;
22152
+ }[] | undefined;
22153
+ }>, "many">>;
21530
22154
  formInventory: z.ZodOptional<z.ZodArray<z.ZodObject<{
21531
22155
  formNumber: z.ZodString;
21532
22156
  editionDate: z.ZodOptional<z.ZodString>;
@@ -23815,6 +24439,28 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
23815
24439
  amBestNumber: z.ZodOptional<z.ZodString>;
23816
24440
  admittedStatus: z.ZodOptional<z.ZodEnum<["admitted", "non_admitted", "surplus_lines"]>>;
23817
24441
  stateOfDomicile: z.ZodOptional<z.ZodString>;
24442
+ address: z.ZodOptional<z.ZodObject<{
24443
+ street1: z.ZodString;
24444
+ street2: z.ZodOptional<z.ZodString>;
24445
+ city: z.ZodString;
24446
+ state: z.ZodString;
24447
+ zip: z.ZodString;
24448
+ country: z.ZodOptional<z.ZodString>;
24449
+ }, "strip", z.ZodTypeAny, {
24450
+ street1: string;
24451
+ city: string;
24452
+ state: string;
24453
+ zip: string;
24454
+ street2?: string | undefined;
24455
+ country?: string | undefined;
24456
+ }, {
24457
+ street1: string;
24458
+ city: string;
24459
+ state: string;
24460
+ zip: string;
24461
+ street2?: string | undefined;
24462
+ country?: string | undefined;
24463
+ }>>;
23818
24464
  } & {
23819
24465
  sourceSpanIds: z.ZodArray<z.ZodString, "many">;
23820
24466
  documentNodeId: z.ZodOptional<z.ZodString>;
@@ -23828,6 +24474,14 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
23828
24474
  sourceTextHash?: string | undefined;
23829
24475
  pageStart?: number | undefined;
23830
24476
  pageEnd?: number | undefined;
24477
+ address?: {
24478
+ street1: string;
24479
+ city: string;
24480
+ state: string;
24481
+ zip: string;
24482
+ street2?: string | undefined;
24483
+ country?: string | undefined;
24484
+ } | undefined;
23831
24485
  naicNumber?: string | undefined;
23832
24486
  amBestRating?: string | undefined;
23833
24487
  amBestNumber?: string | undefined;
@@ -23840,6 +24494,14 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
23840
24494
  sourceTextHash?: string | undefined;
23841
24495
  pageStart?: number | undefined;
23842
24496
  pageEnd?: number | undefined;
24497
+ address?: {
24498
+ street1: string;
24499
+ city: string;
24500
+ state: string;
24501
+ zip: string;
24502
+ street2?: string | undefined;
24503
+ country?: string | undefined;
24504
+ } | undefined;
23843
24505
  naicNumber?: string | undefined;
23844
24506
  amBestRating?: string | undefined;
23845
24507
  amBestNumber?: string | undefined;
@@ -24601,8 +25263,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
24601
25263
  page: number;
24602
25264
  sourceSpanIds?: string[] | undefined;
24603
25265
  formNumber?: string | undefined;
24604
- formTitle?: string | undefined;
24605
25266
  label?: string | undefined;
25267
+ formTitle?: string | undefined;
24606
25268
  sectionTitle?: string | undefined;
24607
25269
  extractorNames?: string[] | undefined;
24608
25270
  }[] | undefined;
@@ -25236,6 +25898,65 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25236
25898
  supplementalYears?: number | undefined;
25237
25899
  supplementalPremium?: string | undefined;
25238
25900
  } | undefined;
25901
+ insurer?: {
25902
+ sourceSpanIds: string[];
25903
+ legalName: string;
25904
+ documentNodeId?: string | undefined;
25905
+ sourceTextHash?: string | undefined;
25906
+ pageStart?: number | undefined;
25907
+ pageEnd?: number | undefined;
25908
+ address?: {
25909
+ street1: string;
25910
+ city: string;
25911
+ state: string;
25912
+ zip: string;
25913
+ street2?: string | undefined;
25914
+ country?: string | undefined;
25915
+ } | undefined;
25916
+ naicNumber?: string | undefined;
25917
+ amBestRating?: string | undefined;
25918
+ amBestNumber?: string | undefined;
25919
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
25920
+ stateOfDomicile?: string | undefined;
25921
+ } | undefined;
25922
+ summary?: string | undefined;
25923
+ linesOfBusiness?: string[] | undefined;
25924
+ coverageSchedules?: {
25925
+ sourceSpanIds: string[];
25926
+ name: string;
25927
+ kind: "other" | "property" | "location" | "vehicle";
25928
+ items: {
25929
+ values: {
25930
+ value: string;
25931
+ label: string;
25932
+ }[];
25933
+ sourceSpanIds: string[];
25934
+ label: string;
25935
+ description?: string | undefined;
25936
+ }[];
25937
+ description?: string | undefined;
25938
+ pageStart?: number | undefined;
25939
+ pageEnd?: number | undefined;
25940
+ }[] | undefined;
25941
+ premiumBreakdown?: {
25942
+ amount: string;
25943
+ line: string;
25944
+ sourceSpanIds?: string[] | undefined;
25945
+ documentNodeId?: string | undefined;
25946
+ sourceTextHash?: string | undefined;
25947
+ amountValue?: number | undefined;
25948
+ }[] | undefined;
25949
+ taxesAndFees?: {
25950
+ name: string;
25951
+ amount: string;
25952
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
25953
+ description?: string | undefined;
25954
+ sourceSpanIds?: string[] | undefined;
25955
+ documentNodeId?: string | undefined;
25956
+ sourceTextHash?: string | undefined;
25957
+ amountValue?: number | undefined;
25958
+ }[] | undefined;
25959
+ totalCost?: string | undefined;
25239
25960
  formInventory?: {
25240
25961
  formNumber: string;
25241
25962
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -25249,8 +25970,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25249
25970
  }[] | undefined;
25250
25971
  security?: string | undefined;
25251
25972
  premiumAmount?: number | undefined;
25252
- summary?: string | undefined;
25253
- linesOfBusiness?: string[] | undefined;
25254
25973
  sections?: {
25255
25974
  type: string;
25256
25975
  title: string;
@@ -25445,19 +26164,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25445
26164
  corridorDeductible?: string | undefined;
25446
26165
  waitingPeriod?: string | undefined;
25447
26166
  } | undefined;
25448
- insurer?: {
25449
- sourceSpanIds: string[];
25450
- legalName: string;
25451
- documentNodeId?: string | undefined;
25452
- sourceTextHash?: string | undefined;
25453
- pageStart?: number | undefined;
25454
- pageEnd?: number | undefined;
25455
- naicNumber?: string | undefined;
25456
- amBestRating?: string | undefined;
25457
- amBestNumber?: string | undefined;
25458
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
25459
- stateOfDomicile?: string | undefined;
25460
- } | undefined;
25461
26167
  producer?: {
25462
26168
  sourceSpanIds: string[];
25463
26169
  agencyName: string;
@@ -25601,17 +26307,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25601
26307
  relationship?: string | undefined;
25602
26308
  scope?: string | undefined;
25603
26309
  }[] | undefined;
25604
- taxesAndFees?: {
25605
- name: string;
25606
- amount: string;
25607
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
25608
- description?: string | undefined;
25609
- sourceSpanIds?: string[] | undefined;
25610
- documentNodeId?: string | undefined;
25611
- sourceTextHash?: string | undefined;
25612
- amountValue?: number | undefined;
25613
- }[] | undefined;
25614
- totalCost?: string | undefined;
25615
26310
  totalCostAmount?: number | undefined;
25616
26311
  minimumPremium?: string | undefined;
25617
26312
  minimumPremiumAmount?: number | undefined;
@@ -25676,14 +26371,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25676
26371
  underwritingConditions?: {
25677
26372
  description: string;
25678
26373
  }[] | undefined;
25679
- premiumBreakdown?: {
25680
- amount: string;
25681
- line: string;
25682
- sourceSpanIds?: string[] | undefined;
25683
- documentNodeId?: string | undefined;
25684
- sourceTextHash?: string | undefined;
25685
- amountValue?: number | undefined;
25686
- }[] | undefined;
25687
26374
  enrichedSubjectivities?: {
25688
26375
  description: string;
25689
26376
  status?: "open" | "satisfied" | "waived" | undefined;
@@ -25755,8 +26442,8 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
25755
26442
  page: number;
25756
26443
  sourceSpanIds?: string[] | undefined;
25757
26444
  formNumber?: string | undefined;
25758
- formTitle?: string | undefined;
25759
26445
  label?: string | undefined;
26446
+ formTitle?: string | undefined;
25760
26447
  sectionTitle?: string | undefined;
25761
26448
  extractorNames?: string[] | undefined;
25762
26449
  }[] | undefined;
@@ -26390,6 +27077,65 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
26390
27077
  supplementalYears?: number | undefined;
26391
27078
  supplementalPremium?: string | undefined;
26392
27079
  } | undefined;
27080
+ insurer?: {
27081
+ sourceSpanIds: string[];
27082
+ legalName: string;
27083
+ documentNodeId?: string | undefined;
27084
+ sourceTextHash?: string | undefined;
27085
+ pageStart?: number | undefined;
27086
+ pageEnd?: number | undefined;
27087
+ address?: {
27088
+ street1: string;
27089
+ city: string;
27090
+ state: string;
27091
+ zip: string;
27092
+ street2?: string | undefined;
27093
+ country?: string | undefined;
27094
+ } | undefined;
27095
+ naicNumber?: string | undefined;
27096
+ amBestRating?: string | undefined;
27097
+ amBestNumber?: string | undefined;
27098
+ admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
27099
+ stateOfDomicile?: string | undefined;
27100
+ } | undefined;
27101
+ summary?: string | undefined;
27102
+ linesOfBusiness?: string[] | undefined;
27103
+ coverageSchedules?: {
27104
+ name: string;
27105
+ kind: "other" | "property" | "location" | "vehicle";
27106
+ description?: string | undefined;
27107
+ sourceSpanIds?: string[] | undefined;
27108
+ pageStart?: number | undefined;
27109
+ pageEnd?: number | undefined;
27110
+ items?: {
27111
+ label: string;
27112
+ description?: string | undefined;
27113
+ values?: {
27114
+ value: string;
27115
+ label: string;
27116
+ }[] | undefined;
27117
+ sourceSpanIds?: string[] | undefined;
27118
+ }[] | undefined;
27119
+ }[] | undefined;
27120
+ premiumBreakdown?: {
27121
+ amount: string;
27122
+ line: string;
27123
+ sourceSpanIds?: string[] | undefined;
27124
+ documentNodeId?: string | undefined;
27125
+ sourceTextHash?: string | undefined;
27126
+ amountValue?: number | undefined;
27127
+ }[] | undefined;
27128
+ taxesAndFees?: {
27129
+ name: string;
27130
+ amount: string;
27131
+ type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
27132
+ description?: string | undefined;
27133
+ sourceSpanIds?: string[] | undefined;
27134
+ documentNodeId?: string | undefined;
27135
+ sourceTextHash?: string | undefined;
27136
+ amountValue?: number | undefined;
27137
+ }[] | undefined;
27138
+ totalCost?: string | undefined;
26393
27139
  formInventory?: {
26394
27140
  formNumber: string;
26395
27141
  formType: "other" | "declarations" | "endorsement" | "application" | "notice" | "coverage";
@@ -26403,8 +27149,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
26403
27149
  }[] | undefined;
26404
27150
  security?: string | undefined;
26405
27151
  premiumAmount?: number | undefined;
26406
- summary?: string | undefined;
26407
- linesOfBusiness?: string[] | undefined;
26408
27152
  sections?: {
26409
27153
  type: string;
26410
27154
  title: string;
@@ -26599,19 +27343,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
26599
27343
  corridorDeductible?: string | undefined;
26600
27344
  waitingPeriod?: string | undefined;
26601
27345
  } | undefined;
26602
- insurer?: {
26603
- sourceSpanIds: string[];
26604
- legalName: string;
26605
- documentNodeId?: string | undefined;
26606
- sourceTextHash?: string | undefined;
26607
- pageStart?: number | undefined;
26608
- pageEnd?: number | undefined;
26609
- naicNumber?: string | undefined;
26610
- amBestRating?: string | undefined;
26611
- amBestNumber?: string | undefined;
26612
- admittedStatus?: "admitted" | "non_admitted" | "surplus_lines" | undefined;
26613
- stateOfDomicile?: string | undefined;
26614
- } | undefined;
26615
27346
  producer?: {
26616
27347
  sourceSpanIds: string[];
26617
27348
  agencyName: string;
@@ -26755,17 +27486,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
26755
27486
  relationship?: string | undefined;
26756
27487
  scope?: string | undefined;
26757
27488
  }[] | undefined;
26758
- taxesAndFees?: {
26759
- name: string;
26760
- amount: string;
26761
- type?: "tax" | "fee" | "surcharge" | "assessment" | undefined;
26762
- description?: string | undefined;
26763
- sourceSpanIds?: string[] | undefined;
26764
- documentNodeId?: string | undefined;
26765
- sourceTextHash?: string | undefined;
26766
- amountValue?: number | undefined;
26767
- }[] | undefined;
26768
- totalCost?: string | undefined;
26769
27489
  totalCostAmount?: number | undefined;
26770
27490
  minimumPremium?: string | undefined;
26771
27491
  minimumPremiumAmount?: number | undefined;
@@ -26830,14 +27550,6 @@ declare const InsuranceDocumentSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
26830
27550
  underwritingConditions?: {
26831
27551
  description: string;
26832
27552
  }[] | undefined;
26833
- premiumBreakdown?: {
26834
- amount: string;
26835
- line: string;
26836
- sourceSpanIds?: string[] | undefined;
26837
- documentNodeId?: string | undefined;
26838
- sourceTextHash?: string | undefined;
26839
- amountValue?: number | undefined;
26840
- }[] | undefined;
26841
27553
  enrichedSubjectivities?: {
26842
27554
  description: string;
26843
27555
  status?: "open" | "satisfied" | "waived" | undefined;
@@ -26990,22 +27702,22 @@ declare const SourceSpanLocationSchema: z.ZodObject<{
26990
27702
  fieldPath: z.ZodOptional<z.ZodString>;
26991
27703
  }, "strip", z.ZodTypeAny, {
26992
27704
  page?: number | undefined;
26993
- fieldPath?: string | undefined;
26994
27705
  startPage?: number | undefined;
26995
27706
  endPage?: number | undefined;
26996
27707
  charStart?: number | undefined;
26997
27708
  charEnd?: number | undefined;
26998
27709
  lineStart?: number | undefined;
26999
27710
  lineEnd?: number | undefined;
27711
+ fieldPath?: string | undefined;
27000
27712
  }, {
27001
27713
  page?: number | undefined;
27002
- fieldPath?: string | undefined;
27003
27714
  startPage?: number | undefined;
27004
27715
  endPage?: number | undefined;
27005
27716
  charStart?: number | undefined;
27006
27717
  charEnd?: number | undefined;
27007
27718
  lineStart?: number | undefined;
27008
27719
  lineEnd?: number | undefined;
27720
+ fieldPath?: string | undefined;
27009
27721
  }>;
27010
27722
  type SourceSpanLocation = z.infer<typeof SourceSpanLocationSchema>;
27011
27723
  declare const SourceSpanTableLocationSchema: z.ZodObject<{
@@ -27104,44 +27816,33 @@ declare const SourceSpanSchema: z.ZodObject<{
27104
27816
  fieldPath: z.ZodOptional<z.ZodString>;
27105
27817
  }, "strip", z.ZodTypeAny, {
27106
27818
  page?: number | undefined;
27107
- fieldPath?: string | undefined;
27108
27819
  startPage?: number | undefined;
27109
27820
  endPage?: number | undefined;
27110
27821
  charStart?: number | undefined;
27111
27822
  charEnd?: number | undefined;
27112
27823
  lineStart?: number | undefined;
27113
27824
  lineEnd?: number | undefined;
27825
+ fieldPath?: string | undefined;
27114
27826
  }, {
27115
27827
  page?: number | undefined;
27116
- fieldPath?: string | undefined;
27117
27828
  startPage?: number | undefined;
27118
27829
  endPage?: number | undefined;
27119
27830
  charStart?: number | undefined;
27120
27831
  charEnd?: number | undefined;
27121
27832
  lineStart?: number | undefined;
27122
27833
  lineEnd?: number | undefined;
27834
+ fieldPath?: string | undefined;
27123
27835
  }>>;
27124
27836
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
27125
27837
  }, "strip", z.ZodTypeAny, {
27126
- kind: "pdf_text" | "pdf_image" | "html" | "markdown" | "plain_text" | "structured_field";
27838
+ text: string;
27127
27839
  id: string;
27128
27840
  documentId: string;
27129
- text: string;
27841
+ kind: "pdf_text" | "pdf_image" | "html" | "markdown" | "plain_text" | "structured_field";
27130
27842
  hash: string;
27131
27843
  pageStart?: number | undefined;
27132
27844
  pageEnd?: number | undefined;
27133
27845
  formNumber?: string | undefined;
27134
- metadata?: Record<string, string> | undefined;
27135
- location?: {
27136
- page?: number | undefined;
27137
- fieldPath?: string | undefined;
27138
- startPage?: number | undefined;
27139
- endPage?: number | undefined;
27140
- charStart?: number | undefined;
27141
- charEnd?: number | undefined;
27142
- lineStart?: number | undefined;
27143
- lineEnd?: number | undefined;
27144
- } | undefined;
27145
27846
  table?: {
27146
27847
  tableId?: string | undefined;
27147
27848
  rowIndex?: number | undefined;
@@ -27155,7 +27856,7 @@ declare const SourceSpanSchema: z.ZodObject<{
27155
27856
  chunkId?: string | undefined;
27156
27857
  textHash?: string | undefined;
27157
27858
  sectionId?: string | undefined;
27158
- sourceUnit?: "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "key_value" | undefined;
27859
+ sourceUnit?: "page" | "section" | "table" | "table_row" | "table_cell" | "key_value" | "text" | undefined;
27159
27860
  parentSpanId?: string | undefined;
27160
27861
  bbox?: {
27161
27862
  page: number;
@@ -27164,26 +27865,26 @@ declare const SourceSpanSchema: z.ZodObject<{
27164
27865
  width: number;
27165
27866
  height: number;
27166
27867
  }[] | undefined;
27167
- }, {
27168
- kind: "pdf_text" | "pdf_image" | "html" | "markdown" | "plain_text" | "structured_field";
27169
- id: string;
27170
- documentId: string;
27171
- text: string;
27172
- hash: string;
27173
- pageStart?: number | undefined;
27174
- pageEnd?: number | undefined;
27175
- formNumber?: string | undefined;
27176
- metadata?: Record<string, string> | undefined;
27177
27868
  location?: {
27178
27869
  page?: number | undefined;
27179
- fieldPath?: string | undefined;
27180
27870
  startPage?: number | undefined;
27181
27871
  endPage?: number | undefined;
27182
27872
  charStart?: number | undefined;
27183
27873
  charEnd?: number | undefined;
27184
27874
  lineStart?: number | undefined;
27185
27875
  lineEnd?: number | undefined;
27876
+ fieldPath?: string | undefined;
27186
27877
  } | undefined;
27878
+ metadata?: Record<string, string> | undefined;
27879
+ }, {
27880
+ text: string;
27881
+ id: string;
27882
+ documentId: string;
27883
+ kind: "pdf_text" | "pdf_image" | "html" | "markdown" | "plain_text" | "structured_field";
27884
+ hash: string;
27885
+ pageStart?: number | undefined;
27886
+ pageEnd?: number | undefined;
27887
+ formNumber?: string | undefined;
27187
27888
  table?: {
27188
27889
  tableId?: string | undefined;
27189
27890
  rowIndex?: number | undefined;
@@ -27197,7 +27898,7 @@ declare const SourceSpanSchema: z.ZodObject<{
27197
27898
  chunkId?: string | undefined;
27198
27899
  textHash?: string | undefined;
27199
27900
  sectionId?: string | undefined;
27200
- sourceUnit?: "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "key_value" | undefined;
27901
+ sourceUnit?: "page" | "section" | "table" | "table_row" | "table_cell" | "key_value" | "text" | undefined;
27201
27902
  parentSpanId?: string | undefined;
27202
27903
  bbox?: {
27203
27904
  page: number;
@@ -27206,6 +27907,17 @@ declare const SourceSpanSchema: z.ZodObject<{
27206
27907
  width: number;
27207
27908
  height: number;
27208
27909
  }[] | undefined;
27910
+ location?: {
27911
+ page?: number | undefined;
27912
+ startPage?: number | undefined;
27913
+ endPage?: number | undefined;
27914
+ charStart?: number | undefined;
27915
+ charEnd?: number | undefined;
27916
+ lineStart?: number | undefined;
27917
+ lineEnd?: number | undefined;
27918
+ fieldPath?: string | undefined;
27919
+ } | undefined;
27920
+ metadata?: Record<string, string> | undefined;
27209
27921
  }>;
27210
27922
  type SourceSpan = z.infer<typeof SourceSpanSchema>;
27211
27923
  declare const SourceSpanRefSchema: z.ZodObject<{
@@ -27225,55 +27937,55 @@ declare const SourceSpanRefSchema: z.ZodObject<{
27225
27937
  fieldPath: z.ZodOptional<z.ZodString>;
27226
27938
  }, "strip", z.ZodTypeAny, {
27227
27939
  page?: number | undefined;
27228
- fieldPath?: string | undefined;
27229
27940
  startPage?: number | undefined;
27230
27941
  endPage?: number | undefined;
27231
27942
  charStart?: number | undefined;
27232
27943
  charEnd?: number | undefined;
27233
27944
  lineStart?: number | undefined;
27234
27945
  lineEnd?: number | undefined;
27946
+ fieldPath?: string | undefined;
27235
27947
  }, {
27236
27948
  page?: number | undefined;
27237
- fieldPath?: string | undefined;
27238
27949
  startPage?: number | undefined;
27239
27950
  endPage?: number | undefined;
27240
27951
  charStart?: number | undefined;
27241
27952
  charEnd?: number | undefined;
27242
27953
  lineStart?: number | undefined;
27243
27954
  lineEnd?: number | undefined;
27955
+ fieldPath?: string | undefined;
27244
27956
  }>>;
27245
27957
  }, "strip", z.ZodTypeAny, {
27246
27958
  sourceSpanId: string;
27247
27959
  quote?: string | undefined;
27248
27960
  documentId?: string | undefined;
27961
+ chunkId?: string | undefined;
27962
+ hash?: string | undefined;
27249
27963
  location?: {
27250
27964
  page?: number | undefined;
27251
- fieldPath?: string | undefined;
27252
27965
  startPage?: number | undefined;
27253
27966
  endPage?: number | undefined;
27254
27967
  charStart?: number | undefined;
27255
27968
  charEnd?: number | undefined;
27256
27969
  lineStart?: number | undefined;
27257
27970
  lineEnd?: number | undefined;
27971
+ fieldPath?: string | undefined;
27258
27972
  } | undefined;
27259
- chunkId?: string | undefined;
27260
- hash?: string | undefined;
27261
27973
  }, {
27262
27974
  sourceSpanId: string;
27263
27975
  quote?: string | undefined;
27264
27976
  documentId?: string | undefined;
27977
+ chunkId?: string | undefined;
27978
+ hash?: string | undefined;
27265
27979
  location?: {
27266
27980
  page?: number | undefined;
27267
- fieldPath?: string | undefined;
27268
27981
  startPage?: number | undefined;
27269
27982
  endPage?: number | undefined;
27270
27983
  charStart?: number | undefined;
27271
27984
  charEnd?: number | undefined;
27272
27985
  lineStart?: number | undefined;
27273
27986
  lineEnd?: number | undefined;
27987
+ fieldPath?: string | undefined;
27274
27988
  } | undefined;
27275
- chunkId?: string | undefined;
27276
- hash?: string | undefined;
27277
27989
  }>;
27278
27990
  type SourceSpanRef = z.infer<typeof SourceSpanRefSchema>;
27279
27991
  declare const SourceChunkSchema: z.ZodObject<{
@@ -27287,18 +27999,18 @@ declare const SourceChunkSchema: z.ZodObject<{
27287
27999
  metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
27288
28000
  }, "strip", z.ZodTypeAny, {
27289
28001
  sourceSpanIds: string[];
28002
+ text: string;
27290
28003
  id: string;
27291
28004
  documentId: string;
27292
- text: string;
27293
- metadata: Record<string, string>;
27294
28005
  textHash: string;
28006
+ metadata: Record<string, string>;
27295
28007
  pageStart?: number | undefined;
27296
28008
  pageEnd?: number | undefined;
27297
28009
  }, {
27298
28010
  sourceSpanIds: string[];
28011
+ text: string;
27299
28012
  id: string;
27300
28013
  documentId: string;
27301
- text: string;
27302
28014
  textHash: string;
27303
28015
  pageStart?: number | undefined;
27304
28016
  pageEnd?: number | undefined;
@@ -27345,13 +28057,12 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
27345
28057
  path: string;
27346
28058
  title: string;
27347
28059
  sourceSpanIds: string[];
27348
- kind: "endorsement" | "schedule" | "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "document" | "page_group" | "form" | "clause";
27349
28060
  id: string;
27350
28061
  documentId: string;
28062
+ kind: "endorsement" | "schedule" | "page" | "section" | "table" | "table_row" | "table_cell" | "text" | "document" | "page_group" | "form" | "clause";
27351
28063
  order: number;
27352
28064
  pageStart?: number | undefined;
27353
28065
  pageEnd?: number | undefined;
27354
- metadata?: Record<string, unknown> | undefined;
27355
28066
  bbox?: {
27356
28067
  page: number;
27357
28068
  x: number;
@@ -27359,6 +28070,7 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
27359
28070
  width: number;
27360
28071
  height: number;
27361
28072
  }[] | undefined;
28073
+ metadata?: Record<string, unknown> | undefined;
27362
28074
  parentId?: string | undefined;
27363
28075
  textExcerpt?: string | undefined;
27364
28076
  }, {
@@ -27366,13 +28078,12 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
27366
28078
  path: string;
27367
28079
  title: string;
27368
28080
  sourceSpanIds: string[];
27369
- kind: "endorsement" | "schedule" | "page" | "text" | "section" | "table" | "table_row" | "table_cell" | "document" | "page_group" | "form" | "clause";
27370
28081
  id: string;
27371
28082
  documentId: string;
28083
+ kind: "endorsement" | "schedule" | "page" | "section" | "table" | "table_row" | "table_cell" | "text" | "document" | "page_group" | "form" | "clause";
27372
28084
  order: number;
27373
28085
  pageStart?: number | undefined;
27374
28086
  pageEnd?: number | undefined;
27375
- metadata?: Record<string, unknown> | undefined;
27376
28087
  bbox?: {
27377
28088
  page: number;
27378
28089
  x: number;
@@ -27380,6 +28091,7 @@ declare const DocumentSourceNodeSchema: z.ZodObject<{
27380
28091
  width: number;
27381
28092
  height: number;
27382
28093
  }[] | undefined;
28094
+ metadata?: Record<string, unknown> | undefined;
27383
28095
  parentId?: string | undefined;
27384
28096
  textExcerpt?: string | undefined;
27385
28097
  }>;
@@ -27399,8 +28111,8 @@ declare const SourceBackedValueSchema: z.ZodObject<{
27399
28111
  }, {
27400
28112
  value: string;
27401
28113
  sourceSpanIds?: string[] | undefined;
27402
- confidence?: "low" | "medium" | "high" | undefined;
27403
28114
  normalizedValue?: string | undefined;
28115
+ confidence?: "low" | "medium" | "high" | undefined;
27404
28116
  sourceNodeIds?: string[] | undefined;
27405
28117
  }>;
27406
28118
  type SourceBackedValue = z.infer<typeof SourceBackedValueSchema>;
@@ -27469,7 +28181,7 @@ declare const OperationalDeclarationFactSchema: z.ZodObject<{
27469
28181
  sourceSpanIds: string[];
27470
28182
  confidence: "low" | "medium" | "high";
27471
28183
  sourceNodeIds: string[];
27472
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
28184
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
27473
28185
  valueKind: "string" | "number" | "date" | "unknown" | "address" | "money" | "list";
27474
28186
  address?: {
27475
28187
  street1?: string | undefined;
@@ -27480,11 +28192,11 @@ declare const OperationalDeclarationFactSchema: z.ZodObject<{
27480
28192
  country?: string | undefined;
27481
28193
  formatted?: string | undefined;
27482
28194
  } | undefined;
27483
- label?: string | undefined;
27484
28195
  normalizedValue?: string | undefined;
28196
+ label?: string | undefined;
27485
28197
  }, {
27486
28198
  value: string;
27487
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
28199
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
27488
28200
  sourceSpanIds?: string[] | undefined;
27489
28201
  address?: {
27490
28202
  street1?: string | undefined;
@@ -27495,10 +28207,10 @@ declare const OperationalDeclarationFactSchema: z.ZodObject<{
27495
28207
  country?: string | undefined;
27496
28208
  formatted?: string | undefined;
27497
28209
  } | undefined;
27498
- label?: string | undefined;
27499
- confidence?: "low" | "medium" | "high" | undefined;
27500
28210
  normalizedValue?: string | undefined;
28211
+ confidence?: "low" | "medium" | "high" | undefined;
27501
28212
  sourceNodeIds?: string[] | undefined;
28213
+ label?: string | undefined;
27502
28214
  valueKind?: "string" | "number" | "date" | "unknown" | "address" | "money" | "list" | undefined;
27503
28215
  }>;
27504
28216
  type OperationalDeclarationFact = z.infer<typeof OperationalDeclarationFactSchema>;
@@ -27513,9 +28225,9 @@ declare const OperationalCoverageTermSchema: z.ZodObject<{
27513
28225
  }, "strip", z.ZodTypeAny, {
27514
28226
  value: string;
27515
28227
  sourceSpanIds: string[];
27516
- label: string;
27517
28228
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
27518
28229
  sourceNodeIds: string[];
28230
+ label: string;
27519
28231
  amount?: number | undefined;
27520
28232
  appliesTo?: string | undefined;
27521
28233
  }, {
@@ -27550,9 +28262,9 @@ declare const OperationalCoverageLineSchema: z.ZodObject<{
27550
28262
  }, "strip", z.ZodTypeAny, {
27551
28263
  value: string;
27552
28264
  sourceSpanIds: string[];
27553
- label: string;
27554
28265
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
27555
28266
  sourceNodeIds: string[];
28267
+ label: string;
27556
28268
  amount?: number | undefined;
27557
28269
  appliesTo?: string | undefined;
27558
28270
  }, {
@@ -27572,9 +28284,9 @@ declare const OperationalCoverageLineSchema: z.ZodObject<{
27572
28284
  limits: {
27573
28285
  value: string;
27574
28286
  sourceSpanIds: string[];
27575
- label: string;
27576
28287
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
27577
28288
  sourceNodeIds: string[];
28289
+ label: string;
27578
28290
  amount?: number | undefined;
27579
28291
  appliesTo?: string | undefined;
27580
28292
  }[];
@@ -27612,63 +28324,267 @@ declare const OperationalCoverageLineSchema: z.ZodObject<{
27612
28324
  endorsementNumber?: string | undefined;
27613
28325
  }>;
27614
28326
  type OperationalCoverageLine = z.infer<typeof OperationalCoverageLineSchema>;
27615
- declare const OperationalPartySchema: z.ZodObject<{
27616
- role: z.ZodString;
28327
+ declare const OperationalCoverageScheduleValueSchema: z.ZodObject<{
28328
+ label: z.ZodString;
28329
+ value: z.ZodString;
28330
+ }, "strip", z.ZodTypeAny, {
28331
+ value: string;
28332
+ label: string;
28333
+ }, {
28334
+ value: string;
28335
+ label: string;
28336
+ }>;
28337
+ type OperationalCoverageScheduleValue = z.infer<typeof OperationalCoverageScheduleValueSchema>;
28338
+ declare const OperationalCoverageScheduleItemSchema: z.ZodObject<{
28339
+ label: z.ZodString;
28340
+ description: z.ZodOptional<z.ZodString>;
28341
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
28342
+ label: z.ZodString;
28343
+ value: z.ZodString;
28344
+ }, "strip", z.ZodTypeAny, {
28345
+ value: string;
28346
+ label: string;
28347
+ }, {
28348
+ value: string;
28349
+ label: string;
28350
+ }>, "many">>;
28351
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28352
+ }, "strip", z.ZodTypeAny, {
28353
+ values: {
28354
+ value: string;
28355
+ label: string;
28356
+ }[];
28357
+ sourceSpanIds: string[];
28358
+ label: string;
28359
+ description?: string | undefined;
28360
+ }, {
28361
+ label: string;
28362
+ description?: string | undefined;
28363
+ values?: {
28364
+ value: string;
28365
+ label: string;
28366
+ }[] | undefined;
28367
+ sourceSpanIds?: string[] | undefined;
28368
+ }>;
28369
+ type OperationalCoverageScheduleItem = z.infer<typeof OperationalCoverageScheduleItemSchema>;
28370
+ declare const OperationalCoverageScheduleSchema: z.ZodObject<{
27617
28371
  name: z.ZodString;
27618
- sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28372
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
28373
+ description: z.ZodOptional<z.ZodString>;
28374
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
28375
+ label: z.ZodString;
28376
+ description: z.ZodOptional<z.ZodString>;
28377
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
28378
+ label: z.ZodString;
28379
+ value: z.ZodString;
28380
+ }, "strip", z.ZodTypeAny, {
28381
+ value: string;
28382
+ label: string;
28383
+ }, {
28384
+ value: string;
28385
+ label: string;
28386
+ }>, "many">>;
28387
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28388
+ }, "strip", z.ZodTypeAny, {
28389
+ values: {
28390
+ value: string;
28391
+ label: string;
28392
+ }[];
28393
+ sourceSpanIds: string[];
28394
+ label: string;
28395
+ description?: string | undefined;
28396
+ }, {
28397
+ label: string;
28398
+ description?: string | undefined;
28399
+ values?: {
28400
+ value: string;
28401
+ label: string;
28402
+ }[] | undefined;
28403
+ sourceSpanIds?: string[] | undefined;
28404
+ }>, "many">>;
27619
28405
  sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28406
+ pageStart: z.ZodOptional<z.ZodNumber>;
28407
+ pageEnd: z.ZodOptional<z.ZodNumber>;
27620
28408
  }, "strip", z.ZodTypeAny, {
27621
28409
  sourceSpanIds: string[];
27622
28410
  name: string;
27623
- role: string;
27624
- sourceNodeIds: string[];
28411
+ kind: "other" | "property" | "location" | "vehicle";
28412
+ items: {
28413
+ values: {
28414
+ value: string;
28415
+ label: string;
28416
+ }[];
28417
+ sourceSpanIds: string[];
28418
+ label: string;
28419
+ description?: string | undefined;
28420
+ }[];
28421
+ description?: string | undefined;
28422
+ pageStart?: number | undefined;
28423
+ pageEnd?: number | undefined;
27625
28424
  }, {
27626
28425
  name: string;
27627
- role: string;
28426
+ kind: "other" | "property" | "location" | "vehicle";
28427
+ description?: string | undefined;
28428
+ sourceSpanIds?: string[] | undefined;
28429
+ pageStart?: number | undefined;
28430
+ pageEnd?: number | undefined;
28431
+ items?: {
28432
+ label: string;
28433
+ description?: string | undefined;
28434
+ values?: {
28435
+ value: string;
28436
+ label: string;
28437
+ }[] | undefined;
28438
+ sourceSpanIds?: string[] | undefined;
28439
+ }[] | undefined;
28440
+ }>;
28441
+ type OperationalCoverageSchedule = z.infer<typeof OperationalCoverageScheduleSchema>;
28442
+ declare const OperationalPremiumLineSchema: z.ZodObject<{
28443
+ line: z.ZodString;
28444
+ amount: z.ZodString;
28445
+ amountValue: z.ZodOptional<z.ZodNumber>;
28446
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28447
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28448
+ }, "strip", z.ZodTypeAny, {
28449
+ sourceSpanIds: string[];
28450
+ amount: string;
28451
+ line: string;
28452
+ sourceNodeIds: string[];
28453
+ amountValue?: number | undefined;
28454
+ }, {
28455
+ amount: string;
28456
+ line: string;
27628
28457
  sourceSpanIds?: string[] | undefined;
28458
+ amountValue?: number | undefined;
27629
28459
  sourceNodeIds?: string[] | undefined;
27630
28460
  }>;
27631
- type OperationalParty = z.infer<typeof OperationalPartySchema>;
27632
- declare const OperationalEndorsementSupportSchema: z.ZodObject<{
27633
- kind: z.ZodString;
27634
- status: z.ZodEnum<["supported", "excluded", "requires_review"]>;
27635
- summary: z.ZodString;
28461
+ type OperationalPremiumLine = z.infer<typeof OperationalPremiumLineSchema>;
28462
+ declare const OperationalTaxFeeItemSchema: z.ZodObject<{
28463
+ name: z.ZodString;
28464
+ amount: z.ZodString;
28465
+ amountValue: z.ZodOptional<z.ZodNumber>;
28466
+ type: z.ZodOptional<z.ZodString>;
28467
+ description: z.ZodOptional<z.ZodString>;
27636
28468
  sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
27637
28469
  sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
27638
28470
  }, "strip", z.ZodTypeAny, {
27639
- status: "supported" | "excluded" | "requires_review";
27640
28471
  sourceSpanIds: string[];
27641
- kind: string;
27642
- summary: string;
28472
+ name: string;
28473
+ amount: string;
27643
28474
  sourceNodeIds: string[];
28475
+ type?: string | undefined;
28476
+ description?: string | undefined;
28477
+ amountValue?: number | undefined;
27644
28478
  }, {
27645
- status: "supported" | "excluded" | "requires_review";
27646
- kind: string;
27647
- summary: string;
28479
+ name: string;
28480
+ amount: string;
28481
+ type?: string | undefined;
28482
+ description?: string | undefined;
27648
28483
  sourceSpanIds?: string[] | undefined;
28484
+ amountValue?: number | undefined;
27649
28485
  sourceNodeIds?: string[] | undefined;
27650
28486
  }>;
27651
- type OperationalEndorsementSupport = z.infer<typeof OperationalEndorsementSupportSchema>;
27652
- declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27653
- documentType: z.ZodDefault<z.ZodEnum<["policy", "quote"]>>;
27654
- linesOfBusiness: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodEnum<["AAPPL", "AGLIA", "AGPP", "AGPR", "AIRC", "AIRPFB", "APKG", "APKGE", "APROD", "ARVP", "AUTO", "AUTOB", "AUTOP", "AVPKG", "BANDM", "BLANK", "BMISC", "BOAT", "BOP", "BOPGL", "BOPPR", "CAVN", "CEQFL", "CFIRE", "CFRM", "CGL", "COMAR", "COMR", "CONTR", "CPKGE", "CPMP", "CRIME", "DFIRE", "DISAB", "DO", "EDP", "EL", "EO", "EPLI", "EQ", "EQPFL", "EXLIA", "FIDTY", "FIDUC", "FINEA", "FLOOD", "GARAG", "GL", "GLASS", "HANG", "HBB", "HOME", "INBR", "INMAR", "INMRC", "INMRP", "JUDCL", "KIDRA", "LL", "MHOME", "MMAL", "Motorcycle", "MTRTK", "OLIB", "PHYS", "PKG", "PL", "PLMSC", "PPKGE", "PROP", "PROPC", "PUBOF", "RECV", "SCHPR", "SIGNS", "SMP", "SURE", "TRANS", "TRUCK", "UMBRC", "UMBRL", "UMBRP", "UN", "WCMA", "WIND", "WORK", "WORKP", "WORKV"]>, "many">>, ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[], unknown>;
27655
- policyNumber: z.ZodOptional<z.ZodObject<{
27656
- value: z.ZodString;
27657
- normalizedValue: z.ZodOptional<z.ZodString>;
27658
- confidence: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
27659
- sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
27660
- sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28487
+ type OperationalTaxFeeItem = z.infer<typeof OperationalTaxFeeItemSchema>;
28488
+ declare const OperationalPartySchema: z.ZodObject<{
28489
+ role: z.ZodString;
28490
+ name: z.ZodString;
28491
+ address: z.ZodOptional<z.ZodObject<{
28492
+ street1: z.ZodOptional<z.ZodString>;
28493
+ street2: z.ZodOptional<z.ZodString>;
28494
+ city: z.ZodOptional<z.ZodString>;
28495
+ state: z.ZodOptional<z.ZodString>;
28496
+ zip: z.ZodOptional<z.ZodString>;
28497
+ country: z.ZodOptional<z.ZodString>;
28498
+ formatted: z.ZodOptional<z.ZodString>;
27661
28499
  }, "strip", z.ZodTypeAny, {
27662
- value: string;
27663
- sourceSpanIds: string[];
27664
- confidence: "low" | "medium" | "high";
27665
- sourceNodeIds: string[];
27666
- normalizedValue?: string | undefined;
27667
- }, {
28500
+ street1?: string | undefined;
28501
+ street2?: string | undefined;
28502
+ city?: string | undefined;
28503
+ state?: string | undefined;
28504
+ zip?: string | undefined;
28505
+ country?: string | undefined;
28506
+ formatted?: string | undefined;
28507
+ }, {
28508
+ street1?: string | undefined;
28509
+ street2?: string | undefined;
28510
+ city?: string | undefined;
28511
+ state?: string | undefined;
28512
+ zip?: string | undefined;
28513
+ country?: string | undefined;
28514
+ formatted?: string | undefined;
28515
+ }>>;
28516
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28517
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28518
+ }, "strip", z.ZodTypeAny, {
28519
+ sourceSpanIds: string[];
28520
+ name: string;
28521
+ role: string;
28522
+ sourceNodeIds: string[];
28523
+ address?: {
28524
+ street1?: string | undefined;
28525
+ street2?: string | undefined;
28526
+ city?: string | undefined;
28527
+ state?: string | undefined;
28528
+ zip?: string | undefined;
28529
+ country?: string | undefined;
28530
+ formatted?: string | undefined;
28531
+ } | undefined;
28532
+ }, {
28533
+ name: string;
28534
+ role: string;
28535
+ sourceSpanIds?: string[] | undefined;
28536
+ address?: {
28537
+ street1?: string | undefined;
28538
+ street2?: string | undefined;
28539
+ city?: string | undefined;
28540
+ state?: string | undefined;
28541
+ zip?: string | undefined;
28542
+ country?: string | undefined;
28543
+ formatted?: string | undefined;
28544
+ } | undefined;
28545
+ sourceNodeIds?: string[] | undefined;
28546
+ }>;
28547
+ type OperationalParty = z.infer<typeof OperationalPartySchema>;
28548
+ declare const OperationalEndorsementSupportSchema: z.ZodObject<{
28549
+ kind: z.ZodString;
28550
+ status: z.ZodEnum<["supported", "excluded", "requires_review"]>;
28551
+ summary: z.ZodString;
28552
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28553
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28554
+ }, "strip", z.ZodTypeAny, {
28555
+ status: "supported" | "excluded" | "requires_review";
28556
+ sourceSpanIds: string[];
28557
+ kind: string;
28558
+ sourceNodeIds: string[];
28559
+ summary: string;
28560
+ }, {
28561
+ status: "supported" | "excluded" | "requires_review";
28562
+ kind: string;
28563
+ summary: string;
28564
+ sourceSpanIds?: string[] | undefined;
28565
+ sourceNodeIds?: string[] | undefined;
28566
+ }>;
28567
+ type OperationalEndorsementSupport = z.infer<typeof OperationalEndorsementSupportSchema>;
28568
+ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28569
+ documentType: z.ZodDefault<z.ZodEnum<["policy", "quote"]>>;
28570
+ linesOfBusiness: z.ZodEffects<z.ZodDefault<z.ZodArray<z.ZodEnum<["AAPPL", "AGLIA", "AGPP", "AGPR", "AIRC", "AIRPFB", "APKG", "APKGE", "APROD", "ARVP", "AUTO", "AUTOB", "AUTOP", "AVPKG", "BANDM", "BLANK", "BMISC", "BOAT", "BOP", "BOPGL", "BOPPR", "CAVN", "CEQFL", "CFIRE", "CFRM", "CGL", "COMAR", "COMR", "CONTR", "CPKGE", "CPMP", "CRIME", "DFIRE", "DISAB", "DO", "EDP", "EL", "EO", "EPLI", "EQ", "EQPFL", "EXLIA", "FIDTY", "FIDUC", "FINEA", "FLOOD", "GARAG", "GL", "GLASS", "HANG", "HBB", "HOME", "INBR", "INMAR", "INMRC", "INMRP", "JUDCL", "KIDRA", "LL", "MHOME", "MMAL", "Motorcycle", "MTRTK", "OLIB", "PHYS", "PKG", "PL", "PLMSC", "PPKGE", "PROP", "PROPC", "PUBOF", "RECV", "SCHPR", "SIGNS", "SMP", "SURE", "TRANS", "TRUCK", "UMBRC", "UMBRL", "UMBRP", "UN", "WCMA", "WIND", "WORK", "WORKP", "WORKV"]>, "many">>, ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[], unknown>;
28571
+ policyNumber: z.ZodOptional<z.ZodObject<{
28572
+ value: z.ZodString;
28573
+ normalizedValue: z.ZodOptional<z.ZodString>;
28574
+ confidence: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
28575
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28576
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28577
+ }, "strip", z.ZodTypeAny, {
28578
+ value: string;
28579
+ sourceSpanIds: string[];
28580
+ confidence: "low" | "medium" | "high";
28581
+ sourceNodeIds: string[];
28582
+ normalizedValue?: string | undefined;
28583
+ }, {
27668
28584
  value: string;
27669
28585
  sourceSpanIds?: string[] | undefined;
27670
- confidence?: "low" | "medium" | "high" | undefined;
27671
28586
  normalizedValue?: string | undefined;
28587
+ confidence?: "low" | "medium" | "high" | undefined;
27672
28588
  sourceNodeIds?: string[] | undefined;
27673
28589
  }>>;
27674
28590
  namedInsured: z.ZodOptional<z.ZodObject<{
@@ -27686,8 +28602,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27686
28602
  }, {
27687
28603
  value: string;
27688
28604
  sourceSpanIds?: string[] | undefined;
27689
- confidence?: "low" | "medium" | "high" | undefined;
27690
28605
  normalizedValue?: string | undefined;
28606
+ confidence?: "low" | "medium" | "high" | undefined;
27691
28607
  sourceNodeIds?: string[] | undefined;
27692
28608
  }>>;
27693
28609
  insurer: z.ZodOptional<z.ZodObject<{
@@ -27705,8 +28621,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27705
28621
  }, {
27706
28622
  value: string;
27707
28623
  sourceSpanIds?: string[] | undefined;
27708
- confidence?: "low" | "medium" | "high" | undefined;
27709
28624
  normalizedValue?: string | undefined;
28625
+ confidence?: "low" | "medium" | "high" | undefined;
27710
28626
  sourceNodeIds?: string[] | undefined;
27711
28627
  }>>;
27712
28628
  broker: z.ZodOptional<z.ZodObject<{
@@ -27724,8 +28640,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27724
28640
  }, {
27725
28641
  value: string;
27726
28642
  sourceSpanIds?: string[] | undefined;
27727
- confidence?: "low" | "medium" | "high" | undefined;
27728
28643
  normalizedValue?: string | undefined;
28644
+ confidence?: "low" | "medium" | "high" | undefined;
27729
28645
  sourceNodeIds?: string[] | undefined;
27730
28646
  }>>;
27731
28647
  effectiveDate: z.ZodOptional<z.ZodObject<{
@@ -27743,8 +28659,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27743
28659
  }, {
27744
28660
  value: string;
27745
28661
  sourceSpanIds?: string[] | undefined;
27746
- confidence?: "low" | "medium" | "high" | undefined;
27747
28662
  normalizedValue?: string | undefined;
28663
+ confidence?: "low" | "medium" | "high" | undefined;
27748
28664
  sourceNodeIds?: string[] | undefined;
27749
28665
  }>>;
27750
28666
  expirationDate: z.ZodOptional<z.ZodObject<{
@@ -27762,8 +28678,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27762
28678
  }, {
27763
28679
  value: string;
27764
28680
  sourceSpanIds?: string[] | undefined;
27765
- confidence?: "low" | "medium" | "high" | undefined;
27766
28681
  normalizedValue?: string | undefined;
28682
+ confidence?: "low" | "medium" | "high" | undefined;
27767
28683
  sourceNodeIds?: string[] | undefined;
27768
28684
  }>>;
27769
28685
  retroactiveDate: z.ZodOptional<z.ZodObject<{
@@ -27781,8 +28697,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27781
28697
  }, {
27782
28698
  value: string;
27783
28699
  sourceSpanIds?: string[] | undefined;
27784
- confidence?: "low" | "medium" | "high" | undefined;
27785
28700
  normalizedValue?: string | undefined;
28701
+ confidence?: "low" | "medium" | "high" | undefined;
27786
28702
  sourceNodeIds?: string[] | undefined;
27787
28703
  }>>;
27788
28704
  premium: z.ZodOptional<z.ZodObject<{
@@ -27800,8 +28716,27 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27800
28716
  }, {
27801
28717
  value: string;
27802
28718
  sourceSpanIds?: string[] | undefined;
28719
+ normalizedValue?: string | undefined;
27803
28720
  confidence?: "low" | "medium" | "high" | undefined;
28721
+ sourceNodeIds?: string[] | undefined;
28722
+ }>>;
28723
+ operationsDescription: z.ZodOptional<z.ZodObject<{
28724
+ value: z.ZodString;
28725
+ normalizedValue: z.ZodOptional<z.ZodString>;
28726
+ confidence: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
28727
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28728
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28729
+ }, "strip", z.ZodTypeAny, {
28730
+ value: string;
28731
+ sourceSpanIds: string[];
28732
+ confidence: "low" | "medium" | "high";
28733
+ sourceNodeIds: string[];
28734
+ normalizedValue?: string | undefined;
28735
+ }, {
28736
+ value: string;
28737
+ sourceSpanIds?: string[] | undefined;
27804
28738
  normalizedValue?: string | undefined;
28739
+ confidence?: "low" | "medium" | "high" | undefined;
27805
28740
  sourceNodeIds?: string[] | undefined;
27806
28741
  }>>;
27807
28742
  declarationFacts: z.ZodDefault<z.ZodArray<z.ZodObject<{
@@ -27843,7 +28778,7 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27843
28778
  sourceSpanIds: string[];
27844
28779
  confidence: "low" | "medium" | "high";
27845
28780
  sourceNodeIds: string[];
27846
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
28781
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
27847
28782
  valueKind: "string" | "number" | "date" | "unknown" | "address" | "money" | "list";
27848
28783
  address?: {
27849
28784
  street1?: string | undefined;
@@ -27854,11 +28789,11 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27854
28789
  country?: string | undefined;
27855
28790
  formatted?: string | undefined;
27856
28791
  } | undefined;
27857
- label?: string | undefined;
27858
28792
  normalizedValue?: string | undefined;
28793
+ label?: string | undefined;
27859
28794
  }, {
27860
28795
  value: string;
27861
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
28796
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
27862
28797
  sourceSpanIds?: string[] | undefined;
27863
28798
  address?: {
27864
28799
  street1?: string | undefined;
@@ -27869,10 +28804,10 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27869
28804
  country?: string | undefined;
27870
28805
  formatted?: string | undefined;
27871
28806
  } | undefined;
27872
- label?: string | undefined;
27873
- confidence?: "low" | "medium" | "high" | undefined;
27874
28807
  normalizedValue?: string | undefined;
28808
+ confidence?: "low" | "medium" | "high" | undefined;
27875
28809
  sourceNodeIds?: string[] | undefined;
28810
+ label?: string | undefined;
27876
28811
  valueKind?: "string" | "number" | "date" | "unknown" | "address" | "money" | "list" | undefined;
27877
28812
  }>, "many">>;
27878
28813
  coverages: z.ZodDefault<z.ZodArray<z.ZodObject<{
@@ -27897,9 +28832,9 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27897
28832
  }, "strip", z.ZodTypeAny, {
27898
28833
  value: string;
27899
28834
  sourceSpanIds: string[];
27900
- label: string;
27901
28835
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
27902
28836
  sourceNodeIds: string[];
28837
+ label: string;
27903
28838
  amount?: number | undefined;
27904
28839
  appliesTo?: string | undefined;
27905
28840
  }, {
@@ -27919,9 +28854,9 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27919
28854
  limits: {
27920
28855
  value: string;
27921
28856
  sourceSpanIds: string[];
27922
- label: string;
27923
28857
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
27924
28858
  sourceNodeIds: string[];
28859
+ label: string;
27925
28860
  amount?: number | undefined;
27926
28861
  appliesTo?: string | undefined;
27927
28862
  }[];
@@ -27958,9 +28893,168 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27958
28893
  lineOfBusiness?: "AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV" | undefined;
27959
28894
  endorsementNumber?: string | undefined;
27960
28895
  }>, "many">>;
28896
+ coverageSchedules: z.ZodOptional<z.ZodArray<z.ZodObject<{
28897
+ name: z.ZodString;
28898
+ kind: z.ZodEnum<["vehicle", "property", "location", "other"]>;
28899
+ description: z.ZodOptional<z.ZodString>;
28900
+ items: z.ZodDefault<z.ZodArray<z.ZodObject<{
28901
+ label: z.ZodString;
28902
+ description: z.ZodOptional<z.ZodString>;
28903
+ values: z.ZodDefault<z.ZodArray<z.ZodObject<{
28904
+ label: z.ZodString;
28905
+ value: z.ZodString;
28906
+ }, "strip", z.ZodTypeAny, {
28907
+ value: string;
28908
+ label: string;
28909
+ }, {
28910
+ value: string;
28911
+ label: string;
28912
+ }>, "many">>;
28913
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28914
+ }, "strip", z.ZodTypeAny, {
28915
+ values: {
28916
+ value: string;
28917
+ label: string;
28918
+ }[];
28919
+ sourceSpanIds: string[];
28920
+ label: string;
28921
+ description?: string | undefined;
28922
+ }, {
28923
+ label: string;
28924
+ description?: string | undefined;
28925
+ values?: {
28926
+ value: string;
28927
+ label: string;
28928
+ }[] | undefined;
28929
+ sourceSpanIds?: string[] | undefined;
28930
+ }>, "many">>;
28931
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28932
+ pageStart: z.ZodOptional<z.ZodNumber>;
28933
+ pageEnd: z.ZodOptional<z.ZodNumber>;
28934
+ }, "strip", z.ZodTypeAny, {
28935
+ sourceSpanIds: string[];
28936
+ name: string;
28937
+ kind: "other" | "property" | "location" | "vehicle";
28938
+ items: {
28939
+ values: {
28940
+ value: string;
28941
+ label: string;
28942
+ }[];
28943
+ sourceSpanIds: string[];
28944
+ label: string;
28945
+ description?: string | undefined;
28946
+ }[];
28947
+ description?: string | undefined;
28948
+ pageStart?: number | undefined;
28949
+ pageEnd?: number | undefined;
28950
+ }, {
28951
+ name: string;
28952
+ kind: "other" | "property" | "location" | "vehicle";
28953
+ description?: string | undefined;
28954
+ sourceSpanIds?: string[] | undefined;
28955
+ pageStart?: number | undefined;
28956
+ pageEnd?: number | undefined;
28957
+ items?: {
28958
+ label: string;
28959
+ description?: string | undefined;
28960
+ values?: {
28961
+ value: string;
28962
+ label: string;
28963
+ }[] | undefined;
28964
+ sourceSpanIds?: string[] | undefined;
28965
+ }[] | undefined;
28966
+ }>, "many">>;
28967
+ premiumBreakdown: z.ZodOptional<z.ZodArray<z.ZodObject<{
28968
+ line: z.ZodString;
28969
+ amount: z.ZodString;
28970
+ amountValue: z.ZodOptional<z.ZodNumber>;
28971
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28972
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28973
+ }, "strip", z.ZodTypeAny, {
28974
+ sourceSpanIds: string[];
28975
+ amount: string;
28976
+ line: string;
28977
+ sourceNodeIds: string[];
28978
+ amountValue?: number | undefined;
28979
+ }, {
28980
+ amount: string;
28981
+ line: string;
28982
+ sourceSpanIds?: string[] | undefined;
28983
+ amountValue?: number | undefined;
28984
+ sourceNodeIds?: string[] | undefined;
28985
+ }>, "many">>;
28986
+ taxesAndFees: z.ZodOptional<z.ZodArray<z.ZodObject<{
28987
+ name: z.ZodString;
28988
+ amount: z.ZodString;
28989
+ amountValue: z.ZodOptional<z.ZodNumber>;
28990
+ type: z.ZodOptional<z.ZodString>;
28991
+ description: z.ZodOptional<z.ZodString>;
28992
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28993
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
28994
+ }, "strip", z.ZodTypeAny, {
28995
+ sourceSpanIds: string[];
28996
+ name: string;
28997
+ amount: string;
28998
+ sourceNodeIds: string[];
28999
+ type?: string | undefined;
29000
+ description?: string | undefined;
29001
+ amountValue?: number | undefined;
29002
+ }, {
29003
+ name: string;
29004
+ amount: string;
29005
+ type?: string | undefined;
29006
+ description?: string | undefined;
29007
+ sourceSpanIds?: string[] | undefined;
29008
+ amountValue?: number | undefined;
29009
+ sourceNodeIds?: string[] | undefined;
29010
+ }>, "many">>;
29011
+ totalCost: z.ZodOptional<z.ZodObject<{
29012
+ value: z.ZodString;
29013
+ normalizedValue: z.ZodOptional<z.ZodString>;
29014
+ confidence: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
29015
+ sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
29016
+ sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
29017
+ }, "strip", z.ZodTypeAny, {
29018
+ value: string;
29019
+ sourceSpanIds: string[];
29020
+ confidence: "low" | "medium" | "high";
29021
+ sourceNodeIds: string[];
29022
+ normalizedValue?: string | undefined;
29023
+ }, {
29024
+ value: string;
29025
+ sourceSpanIds?: string[] | undefined;
29026
+ normalizedValue?: string | undefined;
29027
+ confidence?: "low" | "medium" | "high" | undefined;
29028
+ sourceNodeIds?: string[] | undefined;
29029
+ }>>;
27961
29030
  parties: z.ZodDefault<z.ZodArray<z.ZodObject<{
27962
29031
  role: z.ZodString;
27963
29032
  name: z.ZodString;
29033
+ address: z.ZodOptional<z.ZodObject<{
29034
+ street1: z.ZodOptional<z.ZodString>;
29035
+ street2: z.ZodOptional<z.ZodString>;
29036
+ city: z.ZodOptional<z.ZodString>;
29037
+ state: z.ZodOptional<z.ZodString>;
29038
+ zip: z.ZodOptional<z.ZodString>;
29039
+ country: z.ZodOptional<z.ZodString>;
29040
+ formatted: z.ZodOptional<z.ZodString>;
29041
+ }, "strip", z.ZodTypeAny, {
29042
+ street1?: string | undefined;
29043
+ street2?: string | undefined;
29044
+ city?: string | undefined;
29045
+ state?: string | undefined;
29046
+ zip?: string | undefined;
29047
+ country?: string | undefined;
29048
+ formatted?: string | undefined;
29049
+ }, {
29050
+ street1?: string | undefined;
29051
+ street2?: string | undefined;
29052
+ city?: string | undefined;
29053
+ state?: string | undefined;
29054
+ zip?: string | undefined;
29055
+ country?: string | undefined;
29056
+ formatted?: string | undefined;
29057
+ }>>;
27964
29058
  sourceNodeIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
27965
29059
  sourceSpanIds: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
27966
29060
  }, "strip", z.ZodTypeAny, {
@@ -27968,10 +29062,28 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27968
29062
  name: string;
27969
29063
  role: string;
27970
29064
  sourceNodeIds: string[];
29065
+ address?: {
29066
+ street1?: string | undefined;
29067
+ street2?: string | undefined;
29068
+ city?: string | undefined;
29069
+ state?: string | undefined;
29070
+ zip?: string | undefined;
29071
+ country?: string | undefined;
29072
+ formatted?: string | undefined;
29073
+ } | undefined;
27971
29074
  }, {
27972
29075
  name: string;
27973
29076
  role: string;
27974
29077
  sourceSpanIds?: string[] | undefined;
29078
+ address?: {
29079
+ street1?: string | undefined;
29080
+ street2?: string | undefined;
29081
+ city?: string | undefined;
29082
+ state?: string | undefined;
29083
+ zip?: string | undefined;
29084
+ country?: string | undefined;
29085
+ formatted?: string | undefined;
29086
+ } | undefined;
27975
29087
  sourceNodeIds?: string[] | undefined;
27976
29088
  }>, "many">>;
27977
29089
  endorsementSupport: z.ZodDefault<z.ZodArray<z.ZodObject<{
@@ -27984,8 +29096,8 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
27984
29096
  status: "supported" | "excluded" | "requires_review";
27985
29097
  sourceSpanIds: string[];
27986
29098
  kind: string;
27987
- summary: string;
27988
29099
  sourceNodeIds: string[];
29100
+ summary: string;
27989
29101
  }, {
27990
29102
  status: "supported" | "excluded" | "requires_review";
27991
29103
  kind: string;
@@ -28004,9 +29116,9 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28004
29116
  limits: {
28005
29117
  value: string;
28006
29118
  sourceSpanIds: string[];
28007
- label: string;
28008
29119
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
28009
29120
  sourceNodeIds: string[];
29121
+ label: string;
28010
29122
  amount?: number | undefined;
28011
29123
  appliesTo?: string | undefined;
28012
29124
  }[];
@@ -28021,15 +29133,15 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28021
29133
  lineOfBusiness?: "AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV" | undefined;
28022
29134
  endorsementNumber?: string | undefined;
28023
29135
  }[];
28024
- linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
28025
29136
  sourceNodeIds: string[];
29137
+ linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
28026
29138
  documentType: "policy" | "quote";
28027
29139
  declarationFacts: {
28028
29140
  value: string;
28029
29141
  sourceSpanIds: string[];
28030
29142
  confidence: "low" | "medium" | "high";
28031
29143
  sourceNodeIds: string[];
28032
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
29144
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
28033
29145
  valueKind: "string" | "number" | "date" | "unknown" | "address" | "money" | "list";
28034
29146
  address?: {
28035
29147
  street1?: string | undefined;
@@ -28040,21 +29152,30 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28040
29152
  country?: string | undefined;
28041
29153
  formatted?: string | undefined;
28042
29154
  } | undefined;
28043
- label?: string | undefined;
28044
29155
  normalizedValue?: string | undefined;
29156
+ label?: string | undefined;
28045
29157
  }[];
28046
29158
  parties: {
28047
29159
  sourceSpanIds: string[];
28048
29160
  name: string;
28049
29161
  role: string;
28050
29162
  sourceNodeIds: string[];
29163
+ address?: {
29164
+ street1?: string | undefined;
29165
+ street2?: string | undefined;
29166
+ city?: string | undefined;
29167
+ state?: string | undefined;
29168
+ zip?: string | undefined;
29169
+ country?: string | undefined;
29170
+ formatted?: string | undefined;
29171
+ } | undefined;
28051
29172
  }[];
28052
29173
  endorsementSupport: {
28053
29174
  status: "supported" | "excluded" | "requires_review";
28054
29175
  sourceSpanIds: string[];
28055
29176
  kind: string;
28056
- summary: string;
28057
29177
  sourceNodeIds: string[];
29178
+ summary: string;
28058
29179
  }[];
28059
29180
  warnings: string[];
28060
29181
  retroactiveDate?: {
@@ -28085,7 +29206,7 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28085
29206
  sourceNodeIds: string[];
28086
29207
  normalizedValue?: string | undefined;
28087
29208
  } | undefined;
28088
- expirationDate?: {
29209
+ namedInsured?: {
28089
29210
  value: string;
28090
29211
  sourceSpanIds: string[];
28091
29212
  confidence: "low" | "medium" | "high";
@@ -28102,11 +29223,58 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28102
29223
  broker?: {
28103
29224
  value: string;
28104
29225
  sourceSpanIds: string[];
28105
- confidence: "low" | "medium" | "high";
29226
+ confidence: "low" | "medium" | "high";
29227
+ sourceNodeIds: string[];
29228
+ normalizedValue?: string | undefined;
29229
+ } | undefined;
29230
+ expirationDate?: {
29231
+ value: string;
29232
+ sourceSpanIds: string[];
29233
+ confidence: "low" | "medium" | "high";
29234
+ sourceNodeIds: string[];
29235
+ normalizedValue?: string | undefined;
29236
+ } | undefined;
29237
+ operationsDescription?: {
29238
+ value: string;
29239
+ sourceSpanIds: string[];
29240
+ confidence: "low" | "medium" | "high";
29241
+ sourceNodeIds: string[];
29242
+ normalizedValue?: string | undefined;
29243
+ } | undefined;
29244
+ coverageSchedules?: {
29245
+ sourceSpanIds: string[];
29246
+ name: string;
29247
+ kind: "other" | "property" | "location" | "vehicle";
29248
+ items: {
29249
+ values: {
29250
+ value: string;
29251
+ label: string;
29252
+ }[];
29253
+ sourceSpanIds: string[];
29254
+ label: string;
29255
+ description?: string | undefined;
29256
+ }[];
29257
+ description?: string | undefined;
29258
+ pageStart?: number | undefined;
29259
+ pageEnd?: number | undefined;
29260
+ }[] | undefined;
29261
+ premiumBreakdown?: {
29262
+ sourceSpanIds: string[];
29263
+ amount: string;
29264
+ line: string;
29265
+ sourceNodeIds: string[];
29266
+ amountValue?: number | undefined;
29267
+ }[] | undefined;
29268
+ taxesAndFees?: {
29269
+ sourceSpanIds: string[];
29270
+ name: string;
29271
+ amount: string;
28106
29272
  sourceNodeIds: string[];
28107
- normalizedValue?: string | undefined;
28108
- } | undefined;
28109
- namedInsured?: {
29273
+ type?: string | undefined;
29274
+ description?: string | undefined;
29275
+ amountValue?: number | undefined;
29276
+ }[] | undefined;
29277
+ totalCost?: {
28110
29278
  value: string;
28111
29279
  sourceSpanIds: string[];
28112
29280
  confidence: "low" | "medium" | "high";
@@ -28118,22 +29286,22 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28118
29286
  retroactiveDate?: {
28119
29287
  value: string;
28120
29288
  sourceSpanIds?: string[] | undefined;
28121
- confidence?: "low" | "medium" | "high" | undefined;
28122
29289
  normalizedValue?: string | undefined;
29290
+ confidence?: "low" | "medium" | "high" | undefined;
28123
29291
  sourceNodeIds?: string[] | undefined;
28124
29292
  } | undefined;
28125
29293
  premium?: {
28126
29294
  value: string;
28127
29295
  sourceSpanIds?: string[] | undefined;
28128
- confidence?: "low" | "medium" | "high" | undefined;
28129
29296
  normalizedValue?: string | undefined;
29297
+ confidence?: "low" | "medium" | "high" | undefined;
28130
29298
  sourceNodeIds?: string[] | undefined;
28131
29299
  } | undefined;
28132
29300
  effectiveDate?: {
28133
29301
  value: string;
28134
29302
  sourceSpanIds?: string[] | undefined;
28135
- confidence?: "low" | "medium" | "high" | undefined;
28136
29303
  normalizedValue?: string | undefined;
29304
+ confidence?: "low" | "medium" | "high" | undefined;
28137
29305
  sourceNodeIds?: string[] | undefined;
28138
29306
  } | undefined;
28139
29307
  coverages?: {
@@ -28162,44 +29330,51 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28162
29330
  policyNumber?: {
28163
29331
  value: string;
28164
29332
  sourceSpanIds?: string[] | undefined;
28165
- confidence?: "low" | "medium" | "high" | undefined;
28166
29333
  normalizedValue?: string | undefined;
29334
+ confidence?: "low" | "medium" | "high" | undefined;
28167
29335
  sourceNodeIds?: string[] | undefined;
28168
29336
  } | undefined;
28169
- expirationDate?: {
29337
+ sourceNodeIds?: string[] | undefined;
29338
+ namedInsured?: {
28170
29339
  value: string;
28171
29340
  sourceSpanIds?: string[] | undefined;
28172
- confidence?: "low" | "medium" | "high" | undefined;
28173
29341
  normalizedValue?: string | undefined;
29342
+ confidence?: "low" | "medium" | "high" | undefined;
28174
29343
  sourceNodeIds?: string[] | undefined;
28175
29344
  } | undefined;
28176
- linesOfBusiness?: unknown;
28177
29345
  insurer?: {
28178
29346
  value: string;
28179
29347
  sourceSpanIds?: string[] | undefined;
28180
- confidence?: "low" | "medium" | "high" | undefined;
28181
29348
  normalizedValue?: string | undefined;
29349
+ confidence?: "low" | "medium" | "high" | undefined;
28182
29350
  sourceNodeIds?: string[] | undefined;
28183
29351
  } | undefined;
28184
29352
  broker?: {
28185
29353
  value: string;
28186
29354
  sourceSpanIds?: string[] | undefined;
28187
- confidence?: "low" | "medium" | "high" | undefined;
28188
29355
  normalizedValue?: string | undefined;
29356
+ confidence?: "low" | "medium" | "high" | undefined;
28189
29357
  sourceNodeIds?: string[] | undefined;
28190
29358
  } | undefined;
28191
- sourceNodeIds?: string[] | undefined;
28192
- namedInsured?: {
29359
+ expirationDate?: {
28193
29360
  value: string;
28194
29361
  sourceSpanIds?: string[] | undefined;
28195
- confidence?: "low" | "medium" | "high" | undefined;
28196
29362
  normalizedValue?: string | undefined;
29363
+ confidence?: "low" | "medium" | "high" | undefined;
28197
29364
  sourceNodeIds?: string[] | undefined;
28198
29365
  } | undefined;
29366
+ linesOfBusiness?: unknown;
28199
29367
  documentType?: "policy" | "quote" | undefined;
29368
+ operationsDescription?: {
29369
+ value: string;
29370
+ sourceSpanIds?: string[] | undefined;
29371
+ normalizedValue?: string | undefined;
29372
+ confidence?: "low" | "medium" | "high" | undefined;
29373
+ sourceNodeIds?: string[] | undefined;
29374
+ } | undefined;
28200
29375
  declarationFacts?: {
28201
29376
  value: string;
28202
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
29377
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
28203
29378
  sourceSpanIds?: string[] | undefined;
28204
29379
  address?: {
28205
29380
  street1?: string | undefined;
@@ -28210,16 +29385,65 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28210
29385
  country?: string | undefined;
28211
29386
  formatted?: string | undefined;
28212
29387
  } | undefined;
28213
- label?: string | undefined;
28214
- confidence?: "low" | "medium" | "high" | undefined;
28215
29388
  normalizedValue?: string | undefined;
29389
+ confidence?: "low" | "medium" | "high" | undefined;
28216
29390
  sourceNodeIds?: string[] | undefined;
29391
+ label?: string | undefined;
28217
29392
  valueKind?: "string" | "number" | "date" | "unknown" | "address" | "money" | "list" | undefined;
28218
29393
  }[] | undefined;
29394
+ coverageSchedules?: {
29395
+ name: string;
29396
+ kind: "other" | "property" | "location" | "vehicle";
29397
+ description?: string | undefined;
29398
+ sourceSpanIds?: string[] | undefined;
29399
+ pageStart?: number | undefined;
29400
+ pageEnd?: number | undefined;
29401
+ items?: {
29402
+ label: string;
29403
+ description?: string | undefined;
29404
+ values?: {
29405
+ value: string;
29406
+ label: string;
29407
+ }[] | undefined;
29408
+ sourceSpanIds?: string[] | undefined;
29409
+ }[] | undefined;
29410
+ }[] | undefined;
29411
+ premiumBreakdown?: {
29412
+ amount: string;
29413
+ line: string;
29414
+ sourceSpanIds?: string[] | undefined;
29415
+ amountValue?: number | undefined;
29416
+ sourceNodeIds?: string[] | undefined;
29417
+ }[] | undefined;
29418
+ taxesAndFees?: {
29419
+ name: string;
29420
+ amount: string;
29421
+ type?: string | undefined;
29422
+ description?: string | undefined;
29423
+ sourceSpanIds?: string[] | undefined;
29424
+ amountValue?: number | undefined;
29425
+ sourceNodeIds?: string[] | undefined;
29426
+ }[] | undefined;
29427
+ totalCost?: {
29428
+ value: string;
29429
+ sourceSpanIds?: string[] | undefined;
29430
+ normalizedValue?: string | undefined;
29431
+ confidence?: "low" | "medium" | "high" | undefined;
29432
+ sourceNodeIds?: string[] | undefined;
29433
+ } | undefined;
28219
29434
  parties?: {
28220
29435
  name: string;
28221
29436
  role: string;
28222
29437
  sourceSpanIds?: string[] | undefined;
29438
+ address?: {
29439
+ street1?: string | undefined;
29440
+ street2?: string | undefined;
29441
+ city?: string | undefined;
29442
+ state?: string | undefined;
29443
+ zip?: string | undefined;
29444
+ country?: string | undefined;
29445
+ formatted?: string | undefined;
29446
+ } | undefined;
28223
29447
  sourceNodeIds?: string[] | undefined;
28224
29448
  }[] | undefined;
28225
29449
  endorsementSupport?: {
@@ -28238,9 +29462,9 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28238
29462
  limits: {
28239
29463
  value: string;
28240
29464
  sourceSpanIds: string[];
28241
- label: string;
28242
29465
  kind: "other" | "deductible" | "sublimit" | "premium" | "retention" | "each_claim_limit" | "each_occurrence_limit" | "each_loss_limit" | "aggregate_limit" | "retroactive_date";
28243
29466
  sourceNodeIds: string[];
29467
+ label: string;
28244
29468
  amount?: number | undefined;
28245
29469
  appliesTo?: string | undefined;
28246
29470
  }[];
@@ -28255,15 +29479,15 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28255
29479
  lineOfBusiness?: "AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV" | undefined;
28256
29480
  endorsementNumber?: string | undefined;
28257
29481
  }[];
28258
- linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
28259
29482
  sourceNodeIds: string[];
29483
+ linesOfBusiness: ("AAPPL" | "AGLIA" | "AGPP" | "AGPR" | "AIRC" | "AIRPFB" | "APKG" | "APKGE" | "APROD" | "ARVP" | "AUTO" | "AUTOB" | "AUTOP" | "AVPKG" | "BANDM" | "BLANK" | "BMISC" | "BOAT" | "BOP" | "BOPGL" | "BOPPR" | "CAVN" | "CEQFL" | "CFIRE" | "CFRM" | "CGL" | "COMAR" | "COMR" | "CONTR" | "CPKGE" | "CPMP" | "CRIME" | "DFIRE" | "DISAB" | "DO" | "EDP" | "EL" | "EO" | "EPLI" | "EQ" | "EQPFL" | "EXLIA" | "FIDTY" | "FIDUC" | "FINEA" | "FLOOD" | "GARAG" | "GL" | "GLASS" | "HANG" | "HBB" | "HOME" | "INBR" | "INMAR" | "INMRC" | "INMRP" | "JUDCL" | "KIDRA" | "LL" | "MHOME" | "MMAL" | "Motorcycle" | "MTRTK" | "OLIB" | "PHYS" | "PKG" | "PL" | "PLMSC" | "PPKGE" | "PROP" | "PROPC" | "PUBOF" | "RECV" | "SCHPR" | "SIGNS" | "SMP" | "SURE" | "TRANS" | "TRUCK" | "UMBRC" | "UMBRL" | "UMBRP" | "UN" | "WCMA" | "WIND" | "WORK" | "WORKP" | "WORKV")[];
28260
29484
  documentType: "policy" | "quote";
28261
29485
  declarationFacts: {
28262
29486
  value: string;
28263
29487
  sourceSpanIds: string[];
28264
29488
  confidence: "low" | "medium" | "high";
28265
29489
  sourceNodeIds: string[];
28266
- field: "other" | "premium" | "effectiveDate" | "policyNumber" | "expirationDate" | "insurer" | "broker" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured";
29490
+ field: "other" | "premium" | "effectiveDate" | "policyNumber" | "namedInsured" | "mailingAddress" | "dba" | "entityType" | "taxId" | "additionalNamedInsured" | "insurer" | "broker" | "expirationDate";
28267
29491
  valueKind: "string" | "number" | "date" | "unknown" | "address" | "money" | "list";
28268
29492
  address?: {
28269
29493
  street1?: string | undefined;
@@ -28274,21 +29498,30 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28274
29498
  country?: string | undefined;
28275
29499
  formatted?: string | undefined;
28276
29500
  } | undefined;
28277
- label?: string | undefined;
28278
29501
  normalizedValue?: string | undefined;
29502
+ label?: string | undefined;
28279
29503
  }[];
28280
29504
  parties: {
28281
29505
  sourceSpanIds: string[];
28282
29506
  name: string;
28283
29507
  role: string;
28284
29508
  sourceNodeIds: string[];
29509
+ address?: {
29510
+ street1?: string | undefined;
29511
+ street2?: string | undefined;
29512
+ city?: string | undefined;
29513
+ state?: string | undefined;
29514
+ zip?: string | undefined;
29515
+ country?: string | undefined;
29516
+ formatted?: string | undefined;
29517
+ } | undefined;
28285
29518
  }[];
28286
29519
  endorsementSupport: {
28287
29520
  status: "supported" | "excluded" | "requires_review";
28288
29521
  sourceSpanIds: string[];
28289
29522
  kind: string;
28290
- summary: string;
28291
29523
  sourceNodeIds: string[];
29524
+ summary: string;
28292
29525
  }[];
28293
29526
  warnings: string[];
28294
29527
  retroactiveDate?: {
@@ -28319,7 +29552,7 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28319
29552
  sourceNodeIds: string[];
28320
29553
  normalizedValue?: string | undefined;
28321
29554
  } | undefined;
28322
- expirationDate?: {
29555
+ namedInsured?: {
28323
29556
  value: string;
28324
29557
  sourceSpanIds: string[];
28325
29558
  confidence: "low" | "medium" | "high";
@@ -28340,7 +29573,54 @@ declare const PolicyOperationalProfileSchema: z.ZodEffects<z.ZodObject<{
28340
29573
  sourceNodeIds: string[];
28341
29574
  normalizedValue?: string | undefined;
28342
29575
  } | undefined;
28343
- namedInsured?: {
29576
+ expirationDate?: {
29577
+ value: string;
29578
+ sourceSpanIds: string[];
29579
+ confidence: "low" | "medium" | "high";
29580
+ sourceNodeIds: string[];
29581
+ normalizedValue?: string | undefined;
29582
+ } | undefined;
29583
+ operationsDescription?: {
29584
+ value: string;
29585
+ sourceSpanIds: string[];
29586
+ confidence: "low" | "medium" | "high";
29587
+ sourceNodeIds: string[];
29588
+ normalizedValue?: string | undefined;
29589
+ } | undefined;
29590
+ coverageSchedules?: {
29591
+ sourceSpanIds: string[];
29592
+ name: string;
29593
+ kind: "other" | "property" | "location" | "vehicle";
29594
+ items: {
29595
+ values: {
29596
+ value: string;
29597
+ label: string;
29598
+ }[];
29599
+ sourceSpanIds: string[];
29600
+ label: string;
29601
+ description?: string | undefined;
29602
+ }[];
29603
+ description?: string | undefined;
29604
+ pageStart?: number | undefined;
29605
+ pageEnd?: number | undefined;
29606
+ }[] | undefined;
29607
+ premiumBreakdown?: {
29608
+ sourceSpanIds: string[];
29609
+ amount: string;
29610
+ line: string;
29611
+ sourceNodeIds: string[];
29612
+ amountValue?: number | undefined;
29613
+ }[] | undefined;
29614
+ taxesAndFees?: {
29615
+ sourceSpanIds: string[];
29616
+ name: string;
29617
+ amount: string;
29618
+ sourceNodeIds: string[];
29619
+ type?: string | undefined;
29620
+ description?: string | undefined;
29621
+ amountValue?: number | undefined;
29622
+ }[] | undefined;
29623
+ totalCost?: {
28344
29624
  value: string;
28345
29625
  sourceSpanIds: string[];
28346
29626
  confidence: "low" | "medium" | "high";
@@ -28400,10 +29680,10 @@ declare const ApplicationFieldSchema: z.ZodObject<{
28400
29680
  acroFormName: z.ZodOptional<z.ZodString>;
28401
29681
  validationStatus: z.ZodOptional<z.ZodEnum<["valid", "needs_review", "unsupported", "missing"]>>;
28402
29682
  }, "strip", z.ZodTypeAny, {
28403
- label: string;
28404
- id: string;
28405
29683
  section: string;
28406
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29684
+ id: string;
29685
+ label: string;
29686
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28407
29687
  required: boolean;
28408
29688
  value?: string | undefined;
28409
29689
  options?: string[] | undefined;
@@ -28422,10 +29702,10 @@ declare const ApplicationFieldSchema: z.ZodObject<{
28422
29702
  fieldAnchorId?: string | undefined;
28423
29703
  validationStatus?: "valid" | "needs_review" | "unsupported" | "missing" | undefined;
28424
29704
  }, {
28425
- label: string;
28426
- id: string;
28427
29705
  section: string;
28428
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29706
+ id: string;
29707
+ label: string;
29708
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28429
29709
  required: boolean;
28430
29710
  value?: string | undefined;
28431
29711
  options?: string[] | undefined;
@@ -28470,13 +29750,13 @@ declare const ApplicationRepeatSchema: z.ZodObject<{
28470
29750
  max: z.ZodOptional<z.ZodNumber>;
28471
29751
  label: z.ZodOptional<z.ZodString>;
28472
29752
  }, "strip", z.ZodTypeAny, {
28473
- label?: string | undefined;
28474
29753
  min?: number | undefined;
28475
29754
  max?: number | undefined;
28476
- }, {
28477
29755
  label?: string | undefined;
29756
+ }, {
28478
29757
  min?: number | undefined;
28479
29758
  max?: number | undefined;
29759
+ label?: string | undefined;
28480
29760
  }>;
28481
29761
  type ApplicationRepeat = z.infer<typeof ApplicationRepeatSchema>;
28482
29762
  interface ApplicationQuestionNode {
@@ -28583,10 +29863,10 @@ declare const ApplicationTemplateSchema: z.ZodObject<{
28583
29863
  acroFormName: z.ZodOptional<z.ZodString>;
28584
29864
  validationStatus: z.ZodOptional<z.ZodEnum<["valid", "needs_review", "unsupported", "missing"]>>;
28585
29865
  }, "strip", z.ZodTypeAny, {
28586
- label: string;
28587
- id: string;
28588
29866
  section: string;
28589
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29867
+ id: string;
29868
+ label: string;
29869
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28590
29870
  required: boolean;
28591
29871
  value?: string | undefined;
28592
29872
  options?: string[] | undefined;
@@ -28605,10 +29885,10 @@ declare const ApplicationTemplateSchema: z.ZodObject<{
28605
29885
  fieldAnchorId?: string | undefined;
28606
29886
  validationStatus?: "valid" | "needs_review" | "unsupported" | "missing" | undefined;
28607
29887
  }, {
28608
- label: string;
28609
- id: string;
28610
29888
  section: string;
28611
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29889
+ id: string;
29890
+ label: string;
29891
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28612
29892
  required: boolean;
28613
29893
  value?: string | undefined;
28614
29894
  options?: string[] | undefined;
@@ -28642,10 +29922,10 @@ declare const ApplicationTemplateSchema: z.ZodObject<{
28642
29922
  };
28643
29923
  applicationType?: string | null | undefined;
28644
29924
  fields?: {
28645
- label: string;
28646
- id: string;
28647
29925
  section: string;
28648
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29926
+ id: string;
29927
+ label: string;
29928
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28649
29929
  required: boolean;
28650
29930
  value?: string | undefined;
28651
29931
  options?: string[] | undefined;
@@ -28679,10 +29959,10 @@ declare const ApplicationTemplateSchema: z.ZodObject<{
28679
29959
  };
28680
29960
  applicationType?: string | null | undefined;
28681
29961
  fields?: {
28682
- label: string;
28683
- id: string;
28684
29962
  section: string;
28685
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
29963
+ id: string;
29964
+ label: string;
29965
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28686
29966
  required: boolean;
28687
29967
  value?: string | undefined;
28688
29968
  options?: string[] | undefined;
@@ -28747,10 +30027,10 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
28747
30027
  acroFormName: z.ZodOptional<z.ZodString>;
28748
30028
  validationStatus: z.ZodOptional<z.ZodEnum<["valid", "needs_review", "unsupported", "missing"]>>;
28749
30029
  }, "strip", z.ZodTypeAny, {
28750
- label: string;
28751
- id: string;
28752
30030
  section: string;
28753
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
30031
+ id: string;
30032
+ label: string;
30033
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28754
30034
  required: boolean;
28755
30035
  value?: string | undefined;
28756
30036
  options?: string[] | undefined;
@@ -28769,10 +30049,10 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
28769
30049
  fieldAnchorId?: string | undefined;
28770
30050
  validationStatus?: "valid" | "needs_review" | "unsupported" | "missing" | undefined;
28771
30051
  }, {
28772
- label: string;
28773
- id: string;
28774
30052
  section: string;
28775
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
30053
+ id: string;
30054
+ label: string;
30055
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28776
30056
  required: boolean;
28777
30057
  value?: string | undefined;
28778
30058
  options?: string[] | undefined;
@@ -28793,10 +30073,10 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
28793
30073
  }>, "many">;
28794
30074
  }, "strip", z.ZodTypeAny, {
28795
30075
  fields: {
28796
- label: string;
28797
- id: string;
28798
30076
  section: string;
28799
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
30077
+ id: string;
30078
+ label: string;
30079
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28800
30080
  required: boolean;
28801
30081
  value?: string | undefined;
28802
30082
  options?: string[] | undefined;
@@ -28817,10 +30097,10 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
28817
30097
  }[];
28818
30098
  }, {
28819
30099
  fields: {
28820
- label: string;
28821
- id: string;
28822
30100
  section: string;
28823
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
30101
+ id: string;
30102
+ label: string;
30103
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
28824
30104
  required: boolean;
28825
30105
  value?: string | undefined;
28826
30106
  options?: string[] | undefined;
@@ -29364,8 +30644,8 @@ declare const ApplicationPacketAnswerSchema: z.ZodObject<{
29364
30644
  userSourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
29365
30645
  }, "strip", z.ZodTypeAny, {
29366
30646
  value: string;
29367
- label: string;
29368
30647
  section: string;
30648
+ label: string;
29369
30649
  source: string;
29370
30650
  fieldId: string;
29371
30651
  sourceSpanIds?: string[] | undefined;
@@ -29373,8 +30653,8 @@ declare const ApplicationPacketAnswerSchema: z.ZodObject<{
29373
30653
  userSourceSpanIds?: string[] | undefined;
29374
30654
  }, {
29375
30655
  value: string;
29376
- label: string;
29377
30656
  section: string;
30657
+ label: string;
29378
30658
  source: string;
29379
30659
  fieldId: string;
29380
30660
  sourceSpanIds?: string[] | undefined;
@@ -29398,8 +30678,8 @@ declare const ApplicationPacketSchema: z.ZodObject<{
29398
30678
  userSourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
29399
30679
  }, "strip", z.ZodTypeAny, {
29400
30680
  value: string;
29401
- label: string;
29402
30681
  section: string;
30682
+ label: string;
29403
30683
  source: string;
29404
30684
  fieldId: string;
29405
30685
  sourceSpanIds?: string[] | undefined;
@@ -29407,8 +30687,8 @@ declare const ApplicationPacketSchema: z.ZodObject<{
29407
30687
  userSourceSpanIds?: string[] | undefined;
29408
30688
  }, {
29409
30689
  value: string;
29410
- label: string;
29411
30690
  section: string;
30691
+ label: string;
29412
30692
  source: string;
29413
30693
  fieldId: string;
29414
30694
  sourceSpanIds?: string[] | undefined;
@@ -29564,8 +30844,8 @@ declare const ApplicationPacketSchema: z.ZodObject<{
29564
30844
  createdAt: number;
29565
30845
  answers: {
29566
30846
  value: string;
29567
- label: string;
29568
30847
  section: string;
30848
+ label: string;
29569
30849
  source: string;
29570
30850
  fieldId: string;
29571
30851
  sourceSpanIds?: string[] | undefined;
@@ -29611,8 +30891,8 @@ declare const ApplicationPacketSchema: z.ZodObject<{
29611
30891
  createdAt: number;
29612
30892
  answers: {
29613
30893
  value: string;
29614
- label: string;
29615
30894
  section: string;
30895
+ label: string;
29616
30896
  source: string;
29617
30897
  fieldId: string;
29618
30898
  sourceSpanIds?: string[] | undefined;
@@ -29717,10 +30997,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29717
30997
  acroFormName: z.ZodOptional<z.ZodString>;
29718
30998
  validationStatus: z.ZodOptional<z.ZodEnum<["valid", "needs_review", "unsupported", "missing"]>>;
29719
30999
  }, "strip", z.ZodTypeAny, {
29720
- label: string;
29721
- id: string;
29722
31000
  section: string;
29723
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31001
+ id: string;
31002
+ label: string;
31003
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29724
31004
  required: boolean;
29725
31005
  value?: string | undefined;
29726
31006
  options?: string[] | undefined;
@@ -29739,10 +31019,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29739
31019
  fieldAnchorId?: string | undefined;
29740
31020
  validationStatus?: "valid" | "needs_review" | "unsupported" | "missing" | undefined;
29741
31021
  }, {
29742
- label: string;
29743
- id: string;
29744
31022
  section: string;
29745
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31023
+ id: string;
31024
+ label: string;
31025
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29746
31026
  required: boolean;
29747
31027
  value?: string | undefined;
29748
31028
  options?: string[] | undefined;
@@ -29776,10 +31056,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29776
31056
  };
29777
31057
  applicationType?: string | null | undefined;
29778
31058
  fields?: {
29779
- label: string;
29780
- id: string;
29781
31059
  section: string;
29782
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31060
+ id: string;
31061
+ label: string;
31062
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29783
31063
  required: boolean;
29784
31064
  value?: string | undefined;
29785
31065
  options?: string[] | undefined;
@@ -29813,10 +31093,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29813
31093
  };
29814
31094
  applicationType?: string | null | undefined;
29815
31095
  fields?: {
29816
- label: string;
29817
- id: string;
29818
31096
  section: string;
29819
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31097
+ id: string;
31098
+ label: string;
31099
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29820
31100
  required: boolean;
29821
31101
  value?: string | undefined;
29822
31102
  options?: string[] | undefined;
@@ -29892,10 +31172,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29892
31172
  acroFormName: z.ZodOptional<z.ZodString>;
29893
31173
  validationStatus: z.ZodOptional<z.ZodEnum<["valid", "needs_review", "unsupported", "missing"]>>;
29894
31174
  }, "strip", z.ZodTypeAny, {
29895
- label: string;
29896
- id: string;
29897
31175
  section: string;
29898
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31176
+ id: string;
31177
+ label: string;
31178
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29899
31179
  required: boolean;
29900
31180
  value?: string | undefined;
29901
31181
  options?: string[] | undefined;
@@ -29914,10 +31194,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
29914
31194
  fieldAnchorId?: string | undefined;
29915
31195
  validationStatus?: "valid" | "needs_review" | "unsupported" | "missing" | undefined;
29916
31196
  }, {
29917
- label: string;
29918
- id: string;
29919
31197
  section: string;
29920
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31198
+ id: string;
31199
+ label: string;
31200
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
29921
31201
  required: boolean;
29922
31202
  value?: string | undefined;
29923
31203
  options?: string[] | undefined;
@@ -29985,8 +31265,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
29985
31265
  userSourceSpanIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
29986
31266
  }, "strip", z.ZodTypeAny, {
29987
31267
  value: string;
29988
- label: string;
29989
31268
  section: string;
31269
+ label: string;
29990
31270
  source: string;
29991
31271
  fieldId: string;
29992
31272
  sourceSpanIds?: string[] | undefined;
@@ -29994,8 +31274,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
29994
31274
  userSourceSpanIds?: string[] | undefined;
29995
31275
  }, {
29996
31276
  value: string;
29997
- label: string;
29998
31277
  section: string;
31278
+ label: string;
29999
31279
  source: string;
30000
31280
  fieldId: string;
30001
31281
  sourceSpanIds?: string[] | undefined;
@@ -30151,8 +31431,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
30151
31431
  createdAt: number;
30152
31432
  answers: {
30153
31433
  value: string;
30154
- label: string;
30155
31434
  section: string;
31435
+ label: string;
30156
31436
  source: string;
30157
31437
  fieldId: string;
30158
31438
  sourceSpanIds?: string[] | undefined;
@@ -30198,8 +31478,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
30198
31478
  createdAt: number;
30199
31479
  answers: {
30200
31480
  value: string;
30201
- label: string;
30202
31481
  section: string;
31482
+ label: string;
30203
31483
  source: string;
30204
31484
  fieldId: string;
30205
31485
  sourceSpanIds?: string[] | undefined;
@@ -30387,10 +31667,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
30387
31667
  createdAt: number;
30388
31668
  updatedAt: number;
30389
31669
  fields: {
30390
- label: string;
30391
- id: string;
30392
31670
  section: string;
30393
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31671
+ id: string;
31672
+ label: string;
31673
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
30394
31674
  required: boolean;
30395
31675
  value?: string | undefined;
30396
31676
  options?: string[] | undefined;
@@ -30469,10 +31749,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
30469
31749
  };
30470
31750
  applicationType?: string | null | undefined;
30471
31751
  fields?: {
30472
- label: string;
30473
- id: string;
30474
31752
  section: string;
30475
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31753
+ id: string;
31754
+ label: string;
31755
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
30476
31756
  required: boolean;
30477
31757
  value?: string | undefined;
30478
31758
  options?: string[] | undefined;
@@ -30510,8 +31790,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
30510
31790
  createdAt: number;
30511
31791
  answers: {
30512
31792
  value: string;
30513
- label: string;
30514
31793
  section: string;
31794
+ label: string;
30515
31795
  source: string;
30516
31796
  fieldId: string;
30517
31797
  sourceSpanIds?: string[] | undefined;
@@ -30557,10 +31837,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
30557
31837
  createdAt: number;
30558
31838
  updatedAt: number;
30559
31839
  fields: {
30560
- label: string;
30561
- id: string;
30562
31840
  section: string;
30563
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31841
+ id: string;
31842
+ label: string;
31843
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
30564
31844
  required: boolean;
30565
31845
  value?: string | undefined;
30566
31846
  options?: string[] | undefined;
@@ -30638,10 +31918,10 @@ declare const ApplicationStateSchema: z.ZodObject<{
30638
31918
  };
30639
31919
  applicationType?: string | null | undefined;
30640
31920
  fields?: {
30641
- label: string;
30642
- id: string;
30643
31921
  section: string;
30644
- fieldType: "date" | "numeric" | "text" | "declaration" | "table" | "currency" | "yes_no";
31922
+ id: string;
31923
+ label: string;
31924
+ fieldType: "date" | "numeric" | "table" | "text" | "declaration" | "currency" | "yes_no";
30645
31925
  required: boolean;
30646
31926
  value?: string | undefined;
30647
31927
  options?: string[] | undefined;
@@ -30680,8 +31960,8 @@ declare const ApplicationStateSchema: z.ZodObject<{
30680
31960
  createdAt: number;
30681
31961
  answers: {
30682
31962
  value: string;
30683
- label: string;
30684
31963
  section: string;
31964
+ label: string;
30685
31965
  source: string;
30686
31966
  fieldId: string;
30687
31967
  sourceSpanIds?: string[] | undefined;
@@ -30959,4 +32239,4 @@ declare function flattenQuestionGraph(graph: ApplicationQuestionGraph): Applicat
30959
32239
  declare function getActiveApplicationFields(state: Pick<ApplicationState, "fields" | "questionGraph">): ApplicationField[];
30960
32240
  declare function getNextApplicationQuestions(state: Pick<ApplicationState, "fields" | "questionGraph" | "batches" | "currentBatchIndex">, limit?: number): ApplicationField[];
30961
32241
 
30962
- export { type ApplicationQuestionCondition as $, type AgentContext as A, type BaseQualityIssue as B, ApplicationEmailReviewSchema as C, type DocumentSourceNode as D, type ApplicationField as E, ApplicationFieldSchema as F, type GenerateObject as G, type ApplicationListFilters as H, type InsuranceDocument as I, type ApplicationNextQuestions as J, type ApplicationPacket as K, type LogFn as L, type ModelTaskKind as M, type ApplicationPacketAnswer as N, type OperationalCoverageLine as O, type PdfInput as P, type QualityGateStatus as Q, ApplicationPacketAnswerSchema as R, type SourceSpanLocation as S, type TokenUsage as T, type UnifiedQualityReport as U, ApplicationPacketSchema as V, type ApplicationPipelineConfig as W, ApplicationQualityArtifactSchema as X, ApplicationQualityIssueSchema as Y, ApplicationQualityReportSchema as Z, ApplicationQualityRoundSchema as _, type ModelBudgetResolution as a, type OperationalAddress as a$, ApplicationQuestionConditionSchema as a0, type ApplicationQuestionGraph as a1, ApplicationQuestionGraphSchema as a2, type ApplicationQuestionNode as a3, ApplicationQuestionNodeSchema as a4, type ApplicationRepeat as a5, ApplicationRepeatSchema as a6, type ApplicationState as a7, ApplicationStateSchema as a8, type ApplicationStore as a9, type DocumentFilters as aA, type DocumentMetadata as aB, DocumentMetadataSchema as aC, type DocumentNode as aD, DocumentNodeSchema as aE, type DocumentPageMapEntry as aF, DocumentPageMapEntrySchema as aG, type DocumentSourceNodeKind as aH, DocumentSourceNodeKindSchema as aI, DocumentSourceNodeSchema as aJ, type DocumentTableOfContentsEntry as aK, DocumentTableOfContentsEntrySchema as aL, type EmbedText as aM, type FieldExtractionResult as aN, FieldExtractionResultSchema as aO, type FieldType as aP, FieldTypeSchema as aQ, type FlatPdfPlacement as aR, FlatPdfPlacementSchema as aS, InsuranceDocumentSchema as aT, type LookupFill as aU, type LookupFillResult as aV, LookupFillResultSchema as aW, LookupFillSchema as aX, type LookupRequest as aY, LookupRequestSchema as aZ, type ModelCallReport as a_, type ApplicationTemplate as aa, type ApplicationTemplateListFilters as ab, ApplicationTemplateSchema as ac, type ApplicationTemplateStore as ad, type AutoFillMatch as ae, AutoFillMatchSchema as af, type AutoFillResult as ag, AutoFillResultSchema as ah, type AuxiliaryFact as ai, AuxiliaryFactSchema as aj, type BackfillProvider as ak, type BuildApplicationPacketInput as al, type BuildApplicationPacketResult as am, type ChunkFilter as an, type CommunicationIntent as ao, CommunicationIntentSchema as ap, type ContextProposalResult as aq, type ConversationTurn as ar, type ConvertPdfToImagesFn as as, type CoveredReason as at, CoveredReasonSchema as au, type CreateApplicationRunInput as av, type Definition as aw, DefinitionSchema as ax, type DocumentAgentGuidance as ay, DocumentAgentGuidanceSchema as az, type ModelCallTrace as b, planNextApplicationQuestions as b$, OperationalAddressSchema as b0, OperationalCoverageLineSchema as b1, type OperationalCoverageTerm as b2, OperationalCoverageTermSchema as b3, type OperationalDeclarationFact as b4, OperationalDeclarationFactSchema as b5, type OperationalEndorsementSupport as b6, OperationalEndorsementSupportSchema as b7, type OperationalParty as b8, OperationalPartySchema as b9, SourceChunkSchema as bA, SourceKindSchema as bB, SourceSpanBBoxSchema as bC, type SourceSpanKind as bD, SourceSpanKindSchema as bE, SourceSpanLocationSchema as bF, type SourceSpanRef as bG, SourceSpanRefSchema as bH, SourceSpanSchema as bI, SourceSpanTableLocationSchema as bJ, SourceSpanUnitSchema as bK, type Subjectivity as bL, SubjectivitySchema as bM, type Subsection as bN, SubsectionSchema as bO, type UnderwritingCondition as bP, UnderwritingConditionSchema as bQ, applyApplicationAnswers as bR, buildApplicationPacket as bS, buildQuestionGraphFromFields as bT, createApplicationPipeline as bU, createApplicationRun as bV, extractQuestionGraphFromFields as bW, flattenQuestionGraph as bX, getActiveApplicationFields as bY, getNextApplicationQuestions as bZ, normalizeApplicationQuestionGraph as b_, PLATFORM_CONFIGS as ba, type ParsedAnswer as bb, ParsedAnswerSchema as bc, type PlatformConfig as bd, PlatformSchema as be, type PolicyDocument as bf, PolicyDocumentSchema as bg, PolicyOperationalProfileSchema as bh, type PremiumLine as bi, PremiumLineSchema as bj, type PriorAnswer as bk, type ProcessApplicationInput as bl, type ProcessApplicationResult as bm, type ProcessReplyInput as bn, type ProcessReplyResult as bo, type QuestionBatchResult as bp, QuestionBatchResultSchema as bq, type QuoteDocument as br, QuoteDocumentSchema as bs, type ReplyIntent as bt, ReplyIntentSchema as bu, type ResolveModelBudgetParams as bv, type Section as bw, SectionSchema as bx, type SourceBackedValue as by, SourceBackedValueSchema as bz, type SourceSpan as c, proposeContextWrites as c0, resolveModelBudget as c1, validateApplicationPacket as c2, type SourceKind as d, type SourceSpanUnit as e, type SourceSpanTableLocation as f, type SourceChunk as g, type SourceSpanBBox as h, type DocumentChunk as i, type PolicyOperationalProfile as j, type PerformanceReport as k, type QualityGateMode as l, type ModelCapabilities as m, type ModelBudgetConstraint as n, type GenerateText as o, type DocumentStore as p, type MemoryStore as q, type Platform as r, type AcroFormMapping as s, AcroFormMappingSchema as t, type AnswerParsingResult as u, AnswerParsingResultSchema as v, type ApplicationClassifyResult as w, ApplicationClassifyResultSchema as x, type ApplicationContextProposal as y, ApplicationContextProposalSchema as z };
32242
+ export { type ApplicationQuestionCondition as $, type AgentContext as A, type BaseQualityIssue as B, ApplicationEmailReviewSchema as C, type DocumentSourceNode as D, type ApplicationField as E, ApplicationFieldSchema as F, type GenerateObject as G, type ApplicationListFilters as H, type InsuranceDocument as I, type ApplicationNextQuestions as J, type ApplicationPacket as K, type LogFn as L, type ModelTaskKind as M, type ApplicationPacketAnswer as N, type OperationalCoverageLine as O, type PolicyOperationalProfile as P, type QualityGateStatus as Q, ApplicationPacketAnswerSchema as R, type SourceSpanLocation as S, type TokenUsage as T, type UnifiedQualityReport as U, ApplicationPacketSchema as V, type ApplicationPipelineConfig as W, ApplicationQualityArtifactSchema as X, ApplicationQualityIssueSchema as Y, ApplicationQualityReportSchema as Z, ApplicationQualityRoundSchema as _, type ModelBudgetResolution as a, type OperationalAddress as a$, ApplicationQuestionConditionSchema as a0, type ApplicationQuestionGraph as a1, ApplicationQuestionGraphSchema as a2, type ApplicationQuestionNode as a3, ApplicationQuestionNodeSchema as a4, type ApplicationRepeat as a5, ApplicationRepeatSchema as a6, type ApplicationState as a7, ApplicationStateSchema as a8, type ApplicationStore as a9, type DocumentFilters as aA, type DocumentMetadata as aB, DocumentMetadataSchema as aC, type DocumentNode as aD, DocumentNodeSchema as aE, type DocumentPageMapEntry as aF, DocumentPageMapEntrySchema as aG, type DocumentSourceNodeKind as aH, DocumentSourceNodeKindSchema as aI, DocumentSourceNodeSchema as aJ, type DocumentTableOfContentsEntry as aK, DocumentTableOfContentsEntrySchema as aL, type EmbedText as aM, type FieldExtractionResult as aN, FieldExtractionResultSchema as aO, type FieldType as aP, FieldTypeSchema as aQ, type FlatPdfPlacement as aR, FlatPdfPlacementSchema as aS, InsuranceDocumentSchema as aT, type LookupFill as aU, type LookupFillResult as aV, LookupFillResultSchema as aW, LookupFillSchema as aX, type LookupRequest as aY, LookupRequestSchema as aZ, type ModelCallReport as a_, type ApplicationTemplate as aa, type ApplicationTemplateListFilters as ab, ApplicationTemplateSchema as ac, type ApplicationTemplateStore as ad, type AutoFillMatch as ae, AutoFillMatchSchema as af, type AutoFillResult as ag, AutoFillResultSchema as ah, type AuxiliaryFact as ai, AuxiliaryFactSchema as aj, type BackfillProvider as ak, type BuildApplicationPacketInput as al, type BuildApplicationPacketResult as am, type ChunkFilter as an, type CommunicationIntent as ao, CommunicationIntentSchema as ap, type ContextProposalResult as aq, type ConversationTurn as ar, type ConvertPdfToImagesFn as as, type CoveredReason as at, CoveredReasonSchema as au, type CreateApplicationRunInput as av, type Definition as aw, DefinitionSchema as ax, type DocumentAgentGuidance as ay, DocumentAgentGuidanceSchema as az, type ModelCallTrace as b, applyApplicationAnswers as b$, OperationalAddressSchema as b0, OperationalCoverageLineSchema as b1, type OperationalCoverageSchedule as b2, type OperationalCoverageScheduleItem as b3, OperationalCoverageScheduleItemSchema as b4, OperationalCoverageScheduleSchema as b5, type OperationalCoverageScheduleValue as b6, OperationalCoverageScheduleValueSchema as b7, type OperationalCoverageTerm as b8, OperationalCoverageTermSchema as b9, QuestionBatchResultSchema as bA, type QuoteDocument as bB, QuoteDocumentSchema as bC, type ReplyIntent as bD, ReplyIntentSchema as bE, type ResolveModelBudgetParams as bF, type Section as bG, SectionSchema as bH, type SourceBackedValue as bI, SourceBackedValueSchema as bJ, SourceChunkSchema as bK, SourceKindSchema as bL, SourceSpanBBoxSchema as bM, type SourceSpanKind as bN, SourceSpanKindSchema as bO, SourceSpanLocationSchema as bP, type SourceSpanRef as bQ, SourceSpanRefSchema as bR, SourceSpanSchema as bS, SourceSpanTableLocationSchema as bT, SourceSpanUnitSchema as bU, type Subjectivity as bV, SubjectivitySchema as bW, type Subsection as bX, SubsectionSchema as bY, type UnderwritingCondition as bZ, UnderwritingConditionSchema as b_, type OperationalDeclarationFact as ba, OperationalDeclarationFactSchema as bb, type OperationalEndorsementSupport as bc, OperationalEndorsementSupportSchema as bd, type OperationalParty as be, OperationalPartySchema as bf, type OperationalPremiumLine as bg, OperationalPremiumLineSchema as bh, type OperationalTaxFeeItem as bi, OperationalTaxFeeItemSchema as bj, PLATFORM_CONFIGS as bk, type ParsedAnswer as bl, ParsedAnswerSchema as bm, type PlatformConfig as bn, PlatformSchema as bo, type PolicyDocument as bp, PolicyDocumentSchema as bq, PolicyOperationalProfileSchema as br, type PremiumLine as bs, PremiumLineSchema as bt, type PriorAnswer as bu, type ProcessApplicationInput as bv, type ProcessApplicationResult as bw, type ProcessReplyInput as bx, type ProcessReplyResult as by, type QuestionBatchResult as bz, type SourceSpan as c, buildApplicationPacket as c0, buildQuestionGraphFromFields as c1, createApplicationPipeline as c2, createApplicationRun as c3, extractQuestionGraphFromFields as c4, flattenQuestionGraph as c5, getActiveApplicationFields as c6, getNextApplicationQuestions as c7, normalizeApplicationQuestionGraph as c8, planNextApplicationQuestions as c9, proposeContextWrites as ca, resolveModelBudget as cb, validateApplicationPacket as cc, type SourceKind as d, type SourceSpanUnit as e, type SourceSpanTableLocation as f, type SourceChunk as g, type SourceSpanBBox as h, type PerformanceReport as i, type ModelCapabilities as j, type ModelBudgetConstraint as k, type PdfInput as l, type DocumentChunk as m, type QualityGateMode as n, type GenerateText as o, type DocumentStore as p, type MemoryStore as q, type Platform as r, type AcroFormMapping as s, AcroFormMappingSchema as t, type AnswerParsingResult as u, AnswerParsingResultSchema as v, type ApplicationClassifyResult as w, ApplicationClassifyResultSchema as x, type ApplicationContextProposal as y, ApplicationContextProposalSchema as z };