@claritylabs/cl-sdk 0.14.1 → 0.15.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.
- package/dist/index.d.mts +22 -10
- package/dist/index.d.ts +22 -10
- package/dist/index.js +573 -175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +573 -175
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -28570,7 +28570,7 @@ declare const ApplicationFieldSchema: z.ZodObject<{
|
|
|
28570
28570
|
dependsOn: string;
|
|
28571
28571
|
whenValue: string;
|
|
28572
28572
|
} | undefined;
|
|
28573
|
-
confidence?: "
|
|
28573
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28574
28574
|
columns?: string[] | undefined;
|
|
28575
28575
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28576
28576
|
source?: string | undefined;
|
|
@@ -28586,7 +28586,7 @@ declare const ApplicationFieldSchema: z.ZodObject<{
|
|
|
28586
28586
|
dependsOn: string;
|
|
28587
28587
|
whenValue: string;
|
|
28588
28588
|
} | undefined;
|
|
28589
|
-
confidence?: "
|
|
28589
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28590
28590
|
columns?: string[] | undefined;
|
|
28591
28591
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28592
28592
|
source?: string | undefined;
|
|
@@ -28641,7 +28641,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28641
28641
|
dependsOn: string;
|
|
28642
28642
|
whenValue: string;
|
|
28643
28643
|
} | undefined;
|
|
28644
|
-
confidence?: "
|
|
28644
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28645
28645
|
columns?: string[] | undefined;
|
|
28646
28646
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28647
28647
|
source?: string | undefined;
|
|
@@ -28657,7 +28657,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28657
28657
|
dependsOn: string;
|
|
28658
28658
|
whenValue: string;
|
|
28659
28659
|
} | undefined;
|
|
28660
|
-
confidence?: "
|
|
28660
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28661
28661
|
columns?: string[] | undefined;
|
|
28662
28662
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28663
28663
|
source?: string | undefined;
|
|
@@ -28675,7 +28675,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28675
28675
|
dependsOn: string;
|
|
28676
28676
|
whenValue: string;
|
|
28677
28677
|
} | undefined;
|
|
28678
|
-
confidence?: "
|
|
28678
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28679
28679
|
columns?: string[] | undefined;
|
|
28680
28680
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28681
28681
|
source?: string | undefined;
|
|
@@ -28693,7 +28693,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28693
28693
|
dependsOn: string;
|
|
28694
28694
|
whenValue: string;
|
|
28695
28695
|
} | undefined;
|
|
28696
|
-
confidence?: "
|
|
28696
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28697
28697
|
columns?: string[] | undefined;
|
|
28698
28698
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28699
28699
|
source?: string | undefined;
|
|
@@ -29211,7 +29211,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29211
29211
|
dependsOn: string;
|
|
29212
29212
|
whenValue: string;
|
|
29213
29213
|
} | undefined;
|
|
29214
|
-
confidence?: "
|
|
29214
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29215
29215
|
columns?: string[] | undefined;
|
|
29216
29216
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29217
29217
|
source?: string | undefined;
|
|
@@ -29227,7 +29227,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29227
29227
|
dependsOn: string;
|
|
29228
29228
|
whenValue: string;
|
|
29229
29229
|
} | undefined;
|
|
29230
|
-
confidence?: "
|
|
29230
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29231
29231
|
columns?: string[] | undefined;
|
|
29232
29232
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29233
29233
|
source?: string | undefined;
|
|
@@ -29391,7 +29391,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29391
29391
|
dependsOn: string;
|
|
29392
29392
|
whenValue: string;
|
|
29393
29393
|
} | undefined;
|
|
29394
|
-
confidence?: "
|
|
29394
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29395
29395
|
columns?: string[] | undefined;
|
|
29396
29396
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29397
29397
|
source?: string | undefined;
|
|
@@ -29447,7 +29447,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29447
29447
|
dependsOn: string;
|
|
29448
29448
|
whenValue: string;
|
|
29449
29449
|
} | undefined;
|
|
29450
|
-
confidence?: "
|
|
29450
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29451
29451
|
columns?: string[] | undefined;
|
|
29452
29452
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29453
29453
|
source?: string | undefined;
|
|
@@ -29760,17 +29760,20 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29760
29760
|
insuredName: z.ZodOptional<z.ZodString>;
|
|
29761
29761
|
policyNumber: z.ZodOptional<z.ZodString>;
|
|
29762
29762
|
quoteNumber: z.ZodOptional<z.ZodString>;
|
|
29763
|
+
policyTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["general_liability", "commercial_property", "commercial_auto", "non_owned_auto", "workers_comp", "umbrella", "excess_liability", "professional_liability", "cyber", "epli", "directors_officers", "fiduciary_liability", "crime_fidelity", "inland_marine", "builders_risk", "environmental", "ocean_marine", "surety", "product_liability", "bop", "management_liability_package", "property", "homeowners_ho3", "homeowners_ho5", "renters_ho4", "condo_ho6", "dwelling_fire", "mobile_home", "personal_auto", "personal_umbrella", "flood_nfip", "flood_private", "earthquake", "personal_inland_marine", "watercraft", "recreational_vehicle", "farm_ranch", "pet", "travel", "identity_theft", "title", "other"]>, "many">>;
|
|
29763
29764
|
}, "strip", z.ZodTypeAny, {
|
|
29764
29765
|
type?: "policy" | "quote" | undefined;
|
|
29765
29766
|
carrier?: string | undefined;
|
|
29766
29767
|
policyNumber?: string | undefined;
|
|
29767
29768
|
insuredName?: string | undefined;
|
|
29769
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29768
29770
|
quoteNumber?: string | undefined;
|
|
29769
29771
|
}, {
|
|
29770
29772
|
type?: "policy" | "quote" | undefined;
|
|
29771
29773
|
carrier?: string | undefined;
|
|
29772
29774
|
policyNumber?: string | undefined;
|
|
29773
29775
|
insuredName?: string | undefined;
|
|
29776
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29774
29777
|
quoteNumber?: string | undefined;
|
|
29775
29778
|
}>>;
|
|
29776
29779
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29782,6 +29785,7 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29782
29785
|
carrier?: string | undefined;
|
|
29783
29786
|
policyNumber?: string | undefined;
|
|
29784
29787
|
insuredName?: string | undefined;
|
|
29788
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29785
29789
|
quoteNumber?: string | undefined;
|
|
29786
29790
|
} | undefined;
|
|
29787
29791
|
}, {
|
|
@@ -29793,6 +29797,7 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29793
29797
|
carrier?: string | undefined;
|
|
29794
29798
|
policyNumber?: string | undefined;
|
|
29795
29799
|
insuredName?: string | undefined;
|
|
29800
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29796
29801
|
quoteNumber?: string | undefined;
|
|
29797
29802
|
} | undefined;
|
|
29798
29803
|
}>;
|
|
@@ -29809,17 +29814,20 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29809
29814
|
insuredName: z.ZodOptional<z.ZodString>;
|
|
29810
29815
|
policyNumber: z.ZodOptional<z.ZodString>;
|
|
29811
29816
|
quoteNumber: z.ZodOptional<z.ZodString>;
|
|
29817
|
+
policyTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["general_liability", "commercial_property", "commercial_auto", "non_owned_auto", "workers_comp", "umbrella", "excess_liability", "professional_liability", "cyber", "epli", "directors_officers", "fiduciary_liability", "crime_fidelity", "inland_marine", "builders_risk", "environmental", "ocean_marine", "surety", "product_liability", "bop", "management_liability_package", "property", "homeowners_ho3", "homeowners_ho5", "renters_ho4", "condo_ho6", "dwelling_fire", "mobile_home", "personal_auto", "personal_umbrella", "flood_nfip", "flood_private", "earthquake", "personal_inland_marine", "watercraft", "recreational_vehicle", "farm_ranch", "pet", "travel", "identity_theft", "title", "other"]>, "many">>;
|
|
29812
29818
|
}, "strip", z.ZodTypeAny, {
|
|
29813
29819
|
type?: "policy" | "quote" | undefined;
|
|
29814
29820
|
carrier?: string | undefined;
|
|
29815
29821
|
policyNumber?: string | undefined;
|
|
29816
29822
|
insuredName?: string | undefined;
|
|
29823
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29817
29824
|
quoteNumber?: string | undefined;
|
|
29818
29825
|
}, {
|
|
29819
29826
|
type?: "policy" | "quote" | undefined;
|
|
29820
29827
|
carrier?: string | undefined;
|
|
29821
29828
|
policyNumber?: string | undefined;
|
|
29822
29829
|
insuredName?: string | undefined;
|
|
29830
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29823
29831
|
quoteNumber?: string | undefined;
|
|
29824
29832
|
}>>;
|
|
29825
29833
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29831,6 +29839,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29831
29839
|
carrier?: string | undefined;
|
|
29832
29840
|
policyNumber?: string | undefined;
|
|
29833
29841
|
insuredName?: string | undefined;
|
|
29842
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29834
29843
|
quoteNumber?: string | undefined;
|
|
29835
29844
|
} | undefined;
|
|
29836
29845
|
}, {
|
|
@@ -29842,6 +29851,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29842
29851
|
carrier?: string | undefined;
|
|
29843
29852
|
policyNumber?: string | undefined;
|
|
29844
29853
|
insuredName?: string | undefined;
|
|
29854
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29845
29855
|
quoteNumber?: string | undefined;
|
|
29846
29856
|
} | undefined;
|
|
29847
29857
|
}>, "many">;
|
|
@@ -29859,6 +29869,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29859
29869
|
carrier?: string | undefined;
|
|
29860
29870
|
policyNumber?: string | undefined;
|
|
29861
29871
|
insuredName?: string | undefined;
|
|
29872
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29862
29873
|
quoteNumber?: string | undefined;
|
|
29863
29874
|
} | undefined;
|
|
29864
29875
|
}[];
|
|
@@ -29876,6 +29887,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29876
29887
|
carrier?: string | undefined;
|
|
29877
29888
|
policyNumber?: string | undefined;
|
|
29878
29889
|
insuredName?: string | undefined;
|
|
29890
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29879
29891
|
quoteNumber?: string | undefined;
|
|
29880
29892
|
} | undefined;
|
|
29881
29893
|
}[];
|
package/dist/index.d.ts
CHANGED
|
@@ -28570,7 +28570,7 @@ declare const ApplicationFieldSchema: z.ZodObject<{
|
|
|
28570
28570
|
dependsOn: string;
|
|
28571
28571
|
whenValue: string;
|
|
28572
28572
|
} | undefined;
|
|
28573
|
-
confidence?: "
|
|
28573
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28574
28574
|
columns?: string[] | undefined;
|
|
28575
28575
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28576
28576
|
source?: string | undefined;
|
|
@@ -28586,7 +28586,7 @@ declare const ApplicationFieldSchema: z.ZodObject<{
|
|
|
28586
28586
|
dependsOn: string;
|
|
28587
28587
|
whenValue: string;
|
|
28588
28588
|
} | undefined;
|
|
28589
|
-
confidence?: "
|
|
28589
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28590
28590
|
columns?: string[] | undefined;
|
|
28591
28591
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28592
28592
|
source?: string | undefined;
|
|
@@ -28641,7 +28641,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28641
28641
|
dependsOn: string;
|
|
28642
28642
|
whenValue: string;
|
|
28643
28643
|
} | undefined;
|
|
28644
|
-
confidence?: "
|
|
28644
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28645
28645
|
columns?: string[] | undefined;
|
|
28646
28646
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28647
28647
|
source?: string | undefined;
|
|
@@ -28657,7 +28657,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28657
28657
|
dependsOn: string;
|
|
28658
28658
|
whenValue: string;
|
|
28659
28659
|
} | undefined;
|
|
28660
|
-
confidence?: "
|
|
28660
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28661
28661
|
columns?: string[] | undefined;
|
|
28662
28662
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28663
28663
|
source?: string | undefined;
|
|
@@ -28675,7 +28675,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28675
28675
|
dependsOn: string;
|
|
28676
28676
|
whenValue: string;
|
|
28677
28677
|
} | undefined;
|
|
28678
|
-
confidence?: "
|
|
28678
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28679
28679
|
columns?: string[] | undefined;
|
|
28680
28680
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28681
28681
|
source?: string | undefined;
|
|
@@ -28693,7 +28693,7 @@ declare const FieldExtractionResultSchema: z.ZodObject<{
|
|
|
28693
28693
|
dependsOn: string;
|
|
28694
28694
|
whenValue: string;
|
|
28695
28695
|
} | undefined;
|
|
28696
|
-
confidence?: "
|
|
28696
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
28697
28697
|
columns?: string[] | undefined;
|
|
28698
28698
|
requiresExplanationIfYes?: boolean | undefined;
|
|
28699
28699
|
source?: string | undefined;
|
|
@@ -29211,7 +29211,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29211
29211
|
dependsOn: string;
|
|
29212
29212
|
whenValue: string;
|
|
29213
29213
|
} | undefined;
|
|
29214
|
-
confidence?: "
|
|
29214
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29215
29215
|
columns?: string[] | undefined;
|
|
29216
29216
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29217
29217
|
source?: string | undefined;
|
|
@@ -29227,7 +29227,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29227
29227
|
dependsOn: string;
|
|
29228
29228
|
whenValue: string;
|
|
29229
29229
|
} | undefined;
|
|
29230
|
-
confidence?: "
|
|
29230
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29231
29231
|
columns?: string[] | undefined;
|
|
29232
29232
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29233
29233
|
source?: string | undefined;
|
|
@@ -29391,7 +29391,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29391
29391
|
dependsOn: string;
|
|
29392
29392
|
whenValue: string;
|
|
29393
29393
|
} | undefined;
|
|
29394
|
-
confidence?: "
|
|
29394
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29395
29395
|
columns?: string[] | undefined;
|
|
29396
29396
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29397
29397
|
source?: string | undefined;
|
|
@@ -29447,7 +29447,7 @@ declare const ApplicationStateSchema: z.ZodObject<{
|
|
|
29447
29447
|
dependsOn: string;
|
|
29448
29448
|
whenValue: string;
|
|
29449
29449
|
} | undefined;
|
|
29450
|
-
confidence?: "
|
|
29450
|
+
confidence?: "high" | "medium" | "low" | "confirmed" | undefined;
|
|
29451
29451
|
columns?: string[] | undefined;
|
|
29452
29452
|
requiresExplanationIfYes?: boolean | undefined;
|
|
29453
29453
|
source?: string | undefined;
|
|
@@ -29760,17 +29760,20 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29760
29760
|
insuredName: z.ZodOptional<z.ZodString>;
|
|
29761
29761
|
policyNumber: z.ZodOptional<z.ZodString>;
|
|
29762
29762
|
quoteNumber: z.ZodOptional<z.ZodString>;
|
|
29763
|
+
policyTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["general_liability", "commercial_property", "commercial_auto", "non_owned_auto", "workers_comp", "umbrella", "excess_liability", "professional_liability", "cyber", "epli", "directors_officers", "fiduciary_liability", "crime_fidelity", "inland_marine", "builders_risk", "environmental", "ocean_marine", "surety", "product_liability", "bop", "management_liability_package", "property", "homeowners_ho3", "homeowners_ho5", "renters_ho4", "condo_ho6", "dwelling_fire", "mobile_home", "personal_auto", "personal_umbrella", "flood_nfip", "flood_private", "earthquake", "personal_inland_marine", "watercraft", "recreational_vehicle", "farm_ranch", "pet", "travel", "identity_theft", "title", "other"]>, "many">>;
|
|
29763
29764
|
}, "strip", z.ZodTypeAny, {
|
|
29764
29765
|
type?: "policy" | "quote" | undefined;
|
|
29765
29766
|
carrier?: string | undefined;
|
|
29766
29767
|
policyNumber?: string | undefined;
|
|
29767
29768
|
insuredName?: string | undefined;
|
|
29769
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29768
29770
|
quoteNumber?: string | undefined;
|
|
29769
29771
|
}, {
|
|
29770
29772
|
type?: "policy" | "quote" | undefined;
|
|
29771
29773
|
carrier?: string | undefined;
|
|
29772
29774
|
policyNumber?: string | undefined;
|
|
29773
29775
|
insuredName?: string | undefined;
|
|
29776
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29774
29777
|
quoteNumber?: string | undefined;
|
|
29775
29778
|
}>>;
|
|
29776
29779
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29782,6 +29785,7 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29782
29785
|
carrier?: string | undefined;
|
|
29783
29786
|
policyNumber?: string | undefined;
|
|
29784
29787
|
insuredName?: string | undefined;
|
|
29788
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29785
29789
|
quoteNumber?: string | undefined;
|
|
29786
29790
|
} | undefined;
|
|
29787
29791
|
}, {
|
|
@@ -29793,6 +29797,7 @@ declare const SubQuestionSchema: z.ZodObject<{
|
|
|
29793
29797
|
carrier?: string | undefined;
|
|
29794
29798
|
policyNumber?: string | undefined;
|
|
29795
29799
|
insuredName?: string | undefined;
|
|
29800
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29796
29801
|
quoteNumber?: string | undefined;
|
|
29797
29802
|
} | undefined;
|
|
29798
29803
|
}>;
|
|
@@ -29809,17 +29814,20 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29809
29814
|
insuredName: z.ZodOptional<z.ZodString>;
|
|
29810
29815
|
policyNumber: z.ZodOptional<z.ZodString>;
|
|
29811
29816
|
quoteNumber: z.ZodOptional<z.ZodString>;
|
|
29817
|
+
policyTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["general_liability", "commercial_property", "commercial_auto", "non_owned_auto", "workers_comp", "umbrella", "excess_liability", "professional_liability", "cyber", "epli", "directors_officers", "fiduciary_liability", "crime_fidelity", "inland_marine", "builders_risk", "environmental", "ocean_marine", "surety", "product_liability", "bop", "management_liability_package", "property", "homeowners_ho3", "homeowners_ho5", "renters_ho4", "condo_ho6", "dwelling_fire", "mobile_home", "personal_auto", "personal_umbrella", "flood_nfip", "flood_private", "earthquake", "personal_inland_marine", "watercraft", "recreational_vehicle", "farm_ranch", "pet", "travel", "identity_theft", "title", "other"]>, "many">>;
|
|
29812
29818
|
}, "strip", z.ZodTypeAny, {
|
|
29813
29819
|
type?: "policy" | "quote" | undefined;
|
|
29814
29820
|
carrier?: string | undefined;
|
|
29815
29821
|
policyNumber?: string | undefined;
|
|
29816
29822
|
insuredName?: string | undefined;
|
|
29823
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29817
29824
|
quoteNumber?: string | undefined;
|
|
29818
29825
|
}, {
|
|
29819
29826
|
type?: "policy" | "quote" | undefined;
|
|
29820
29827
|
carrier?: string | undefined;
|
|
29821
29828
|
policyNumber?: string | undefined;
|
|
29822
29829
|
insuredName?: string | undefined;
|
|
29830
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29823
29831
|
quoteNumber?: string | undefined;
|
|
29824
29832
|
}>>;
|
|
29825
29833
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29831,6 +29839,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29831
29839
|
carrier?: string | undefined;
|
|
29832
29840
|
policyNumber?: string | undefined;
|
|
29833
29841
|
insuredName?: string | undefined;
|
|
29842
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29834
29843
|
quoteNumber?: string | undefined;
|
|
29835
29844
|
} | undefined;
|
|
29836
29845
|
}, {
|
|
@@ -29842,6 +29851,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29842
29851
|
carrier?: string | undefined;
|
|
29843
29852
|
policyNumber?: string | undefined;
|
|
29844
29853
|
insuredName?: string | undefined;
|
|
29854
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29845
29855
|
quoteNumber?: string | undefined;
|
|
29846
29856
|
} | undefined;
|
|
29847
29857
|
}>, "many">;
|
|
@@ -29859,6 +29869,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29859
29869
|
carrier?: string | undefined;
|
|
29860
29870
|
policyNumber?: string | undefined;
|
|
29861
29871
|
insuredName?: string | undefined;
|
|
29872
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29862
29873
|
quoteNumber?: string | undefined;
|
|
29863
29874
|
} | undefined;
|
|
29864
29875
|
}[];
|
|
@@ -29876,6 +29887,7 @@ declare const QueryClassifyResultSchema: z.ZodObject<{
|
|
|
29876
29887
|
carrier?: string | undefined;
|
|
29877
29888
|
policyNumber?: string | undefined;
|
|
29878
29889
|
insuredName?: string | undefined;
|
|
29890
|
+
policyTypes?: ("general_liability" | "commercial_property" | "commercial_auto" | "non_owned_auto" | "workers_comp" | "umbrella" | "excess_liability" | "professional_liability" | "cyber" | "epli" | "directors_officers" | "fiduciary_liability" | "crime_fidelity" | "inland_marine" | "builders_risk" | "environmental" | "ocean_marine" | "surety" | "product_liability" | "bop" | "management_liability_package" | "property" | "homeowners_ho3" | "homeowners_ho5" | "renters_ho4" | "condo_ho6" | "dwelling_fire" | "mobile_home" | "personal_auto" | "personal_umbrella" | "flood_nfip" | "flood_private" | "earthquake" | "personal_inland_marine" | "watercraft" | "recreational_vehicle" | "farm_ranch" | "pet" | "travel" | "identity_theft" | "title" | "other")[] | undefined;
|
|
29879
29891
|
quoteNumber?: string | undefined;
|
|
29880
29892
|
} | undefined;
|
|
29881
29893
|
}[];
|