@claritylabs/cl-sdk 3.2.11 → 3.2.13
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/application.d.mts +1 -1
- package/dist/application.d.ts +1 -1
- package/dist/application.js +276 -0
- package/dist/application.js.map +1 -1
- package/dist/application.mjs +276 -0
- package/dist/application.mjs.map +1 -1
- package/dist/{index-BGyy2VS6.d.mts → index-WjheX6Dt.d.mts} +1 -1
- package/dist/{index-BGyy2VS6.d.ts → index-WjheX6Dt.d.ts} +1 -1
- package/dist/index.d.mts +29 -17
- package/dist/index.d.ts +29 -17
- package/dist/index.js +190 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +187 -22
- package/dist/index.mjs.map +1 -1
- package/dist/storage-sqlite.js +276 -0
- package/dist/storage-sqlite.js.map +1 -1
- package/dist/storage-sqlite.mjs +276 -0
- package/dist/storage-sqlite.mjs.map +1 -1
- package/package.json +1 -1
package/dist/application.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as AcroFormMapping, t as AcroFormMappingSchema, u as AnswerParsingResult, v as AnswerParsingResultSchema, w as ApplicationClassifyResult, x as ApplicationClassifyResultSchema, y as ApplicationContextProposal, z as ApplicationContextProposalSchema, C as ApplicationEmailReviewSchema, E as ApplicationField, F as ApplicationFieldSchema, H as ApplicationListFilters, J as ApplicationNextQuestions, K as ApplicationPacket, N as ApplicationPacketAnswer,
|
|
1
|
+
export { s as AcroFormMapping, t as AcroFormMappingSchema, u as AnswerParsingResult, v as AnswerParsingResultSchema, w as ApplicationClassifyResult, x as ApplicationClassifyResultSchema, y as ApplicationContextProposal, z as ApplicationContextProposalSchema, C as ApplicationEmailReviewSchema, E as ApplicationField, F as ApplicationFieldSchema, H as ApplicationListFilters, J as ApplicationNextQuestions, K as ApplicationPacket, N as ApplicationPacketAnswer, R as ApplicationPacketAnswerSchema, V as ApplicationPacketSchema, W as ApplicationPipelineConfig, X as ApplicationQualityArtifactSchema, Y as ApplicationQualityIssueSchema, Z as ApplicationQualityReportSchema, _ as ApplicationQualityRoundSchema, $ as ApplicationQuestionCondition, a0 as ApplicationQuestionConditionSchema, a1 as ApplicationQuestionGraph, a2 as ApplicationQuestionGraphSchema, a3 as ApplicationQuestionNode, a4 as ApplicationQuestionNodeSchema, a5 as ApplicationRepeat, a6 as ApplicationRepeatSchema, a7 as ApplicationState, a8 as ApplicationStateSchema, a9 as ApplicationStore, aa as ApplicationTemplate, ab as ApplicationTemplateListFilters, ac as ApplicationTemplateSchema, ad as ApplicationTemplateStore, ae as AutoFillMatch, af as AutoFillMatchSchema, ag as AutoFillResult, ah as AutoFillResultSchema, ak as BackfillProvider, al as BuildApplicationPacketInput, am as BuildApplicationPacketResult, aq as ContextProposalResult, av as CreateApplicationRunInput, aN as FieldExtractionResult, aO as FieldExtractionResultSchema, aP as FieldType, aQ as FieldTypeSchema, aR as FlatPdfPlacement, aS as FlatPdfPlacementSchema, aU as LookupFill, aV as LookupFillResult, aW as LookupFillResultSchema, aX as LookupFillSchema, aY as LookupRequest, aZ as LookupRequestSchema, b7 as ParsedAnswer, b8 as ParsedAnswerSchema, bg as PriorAnswer, bh as ProcessApplicationInput, bi as ProcessApplicationResult, bj as ProcessReplyInput, bk as ProcessReplyResult, bl as QuestionBatchResult, bm as QuestionBatchResultSchema, bp as ReplyIntent, bq as ReplyIntentSchema, bN as applyApplicationAnswers, bO as buildApplicationPacket, bP as buildQuestionGraphFromFields, bQ as createApplicationPipeline, bR as createApplicationRun, bS as extractQuestionGraphFromFields, bT as flattenQuestionGraph, bU as getActiveApplicationFields, bV as getNextApplicationQuestions, bW as normalizeApplicationQuestionGraph, bX as planNextApplicationQuestions, bY as proposeContextWrites, b_ as validateApplicationPacket } from './index-WjheX6Dt.mjs';
|
|
2
2
|
import 'zod';
|
package/dist/application.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as AcroFormMapping, t as AcroFormMappingSchema, u as AnswerParsingResult, v as AnswerParsingResultSchema, w as ApplicationClassifyResult, x as ApplicationClassifyResultSchema, y as ApplicationContextProposal, z as ApplicationContextProposalSchema, C as ApplicationEmailReviewSchema, E as ApplicationField, F as ApplicationFieldSchema, H as ApplicationListFilters, J as ApplicationNextQuestions, K as ApplicationPacket, N as ApplicationPacketAnswer,
|
|
1
|
+
export { s as AcroFormMapping, t as AcroFormMappingSchema, u as AnswerParsingResult, v as AnswerParsingResultSchema, w as ApplicationClassifyResult, x as ApplicationClassifyResultSchema, y as ApplicationContextProposal, z as ApplicationContextProposalSchema, C as ApplicationEmailReviewSchema, E as ApplicationField, F as ApplicationFieldSchema, H as ApplicationListFilters, J as ApplicationNextQuestions, K as ApplicationPacket, N as ApplicationPacketAnswer, R as ApplicationPacketAnswerSchema, V as ApplicationPacketSchema, W as ApplicationPipelineConfig, X as ApplicationQualityArtifactSchema, Y as ApplicationQualityIssueSchema, Z as ApplicationQualityReportSchema, _ as ApplicationQualityRoundSchema, $ as ApplicationQuestionCondition, a0 as ApplicationQuestionConditionSchema, a1 as ApplicationQuestionGraph, a2 as ApplicationQuestionGraphSchema, a3 as ApplicationQuestionNode, a4 as ApplicationQuestionNodeSchema, a5 as ApplicationRepeat, a6 as ApplicationRepeatSchema, a7 as ApplicationState, a8 as ApplicationStateSchema, a9 as ApplicationStore, aa as ApplicationTemplate, ab as ApplicationTemplateListFilters, ac as ApplicationTemplateSchema, ad as ApplicationTemplateStore, ae as AutoFillMatch, af as AutoFillMatchSchema, ag as AutoFillResult, ah as AutoFillResultSchema, ak as BackfillProvider, al as BuildApplicationPacketInput, am as BuildApplicationPacketResult, aq as ContextProposalResult, av as CreateApplicationRunInput, aN as FieldExtractionResult, aO as FieldExtractionResultSchema, aP as FieldType, aQ as FieldTypeSchema, aR as FlatPdfPlacement, aS as FlatPdfPlacementSchema, aU as LookupFill, aV as LookupFillResult, aW as LookupFillResultSchema, aX as LookupFillSchema, aY as LookupRequest, aZ as LookupRequestSchema, b7 as ParsedAnswer, b8 as ParsedAnswerSchema, bg as PriorAnswer, bh as ProcessApplicationInput, bi as ProcessApplicationResult, bj as ProcessReplyInput, bk as ProcessReplyResult, bl as QuestionBatchResult, bm as QuestionBatchResultSchema, bp as ReplyIntent, bq as ReplyIntentSchema, bN as applyApplicationAnswers, bO as buildApplicationPacket, bP as buildQuestionGraphFromFields, bQ as createApplicationPipeline, bR as createApplicationRun, bS as extractQuestionGraphFromFields, bT as flattenQuestionGraph, bU as getActiveApplicationFields, bV as getNextApplicationQuestions, bW as normalizeApplicationQuestionGraph, bX as planNextApplicationQuestions, bY as proposeContextWrites, b_ as validateApplicationPacket } from './index-WjheX6Dt.js';
|
|
2
2
|
import 'zod';
|
package/dist/application.js
CHANGED
|
@@ -1324,6 +1324,282 @@ var PolicyOperationalProfileSchema = import_zod2.z.object({
|
|
|
1324
1324
|
warnings: import_zod2.z.array(import_zod2.z.string()).default([])
|
|
1325
1325
|
});
|
|
1326
1326
|
|
|
1327
|
+
// src/schemas/enums.ts
|
|
1328
|
+
var import_zod3 = require("zod");
|
|
1329
|
+
var PolicyTypeSchema = import_zod3.z.enum([
|
|
1330
|
+
// Commercial lines
|
|
1331
|
+
"general_liability",
|
|
1332
|
+
"commercial_property",
|
|
1333
|
+
"commercial_auto",
|
|
1334
|
+
"non_owned_auto",
|
|
1335
|
+
"workers_comp",
|
|
1336
|
+
"umbrella",
|
|
1337
|
+
"excess_liability",
|
|
1338
|
+
"professional_liability",
|
|
1339
|
+
"cyber",
|
|
1340
|
+
"epli",
|
|
1341
|
+
"directors_officers",
|
|
1342
|
+
"fiduciary_liability",
|
|
1343
|
+
"crime_fidelity",
|
|
1344
|
+
"inland_marine",
|
|
1345
|
+
"builders_risk",
|
|
1346
|
+
"environmental",
|
|
1347
|
+
"ocean_marine",
|
|
1348
|
+
"surety",
|
|
1349
|
+
"product_liability",
|
|
1350
|
+
"bop",
|
|
1351
|
+
"management_liability_package",
|
|
1352
|
+
"property",
|
|
1353
|
+
// Personal lines
|
|
1354
|
+
"homeowners_ho3",
|
|
1355
|
+
"homeowners_ho5",
|
|
1356
|
+
"renters_ho4",
|
|
1357
|
+
"condo_ho6",
|
|
1358
|
+
"dwelling_fire",
|
|
1359
|
+
"mobile_home",
|
|
1360
|
+
"personal_auto",
|
|
1361
|
+
"personal_umbrella",
|
|
1362
|
+
"flood_nfip",
|
|
1363
|
+
"flood_private",
|
|
1364
|
+
"earthquake",
|
|
1365
|
+
"personal_inland_marine",
|
|
1366
|
+
"watercraft",
|
|
1367
|
+
"recreational_vehicle",
|
|
1368
|
+
"farm_ranch",
|
|
1369
|
+
"life",
|
|
1370
|
+
"critical_illness",
|
|
1371
|
+
"disability",
|
|
1372
|
+
"long_term_care",
|
|
1373
|
+
"pet",
|
|
1374
|
+
"travel",
|
|
1375
|
+
"identity_theft",
|
|
1376
|
+
"title",
|
|
1377
|
+
"other"
|
|
1378
|
+
]);
|
|
1379
|
+
var POLICY_TYPES = PolicyTypeSchema.options;
|
|
1380
|
+
var EndorsementTypeSchema = import_zod3.z.enum([
|
|
1381
|
+
"additional_insured",
|
|
1382
|
+
"waiver_of_subrogation",
|
|
1383
|
+
"primary_noncontributory",
|
|
1384
|
+
"blanket_additional_insured",
|
|
1385
|
+
"loss_payee",
|
|
1386
|
+
"mortgage_holder",
|
|
1387
|
+
"broadening",
|
|
1388
|
+
"restriction",
|
|
1389
|
+
"exclusion",
|
|
1390
|
+
"amendatory",
|
|
1391
|
+
"notice_of_cancellation",
|
|
1392
|
+
"designated_premises",
|
|
1393
|
+
"classification_change",
|
|
1394
|
+
"schedule_update",
|
|
1395
|
+
"deductible_change",
|
|
1396
|
+
"limit_change",
|
|
1397
|
+
"territorial_extension",
|
|
1398
|
+
"other"
|
|
1399
|
+
]);
|
|
1400
|
+
var ENDORSEMENT_TYPES = EndorsementTypeSchema.options;
|
|
1401
|
+
var ConditionTypeSchema = import_zod3.z.enum([
|
|
1402
|
+
"duties_after_loss",
|
|
1403
|
+
"notice_requirements",
|
|
1404
|
+
"other_insurance",
|
|
1405
|
+
"cancellation",
|
|
1406
|
+
"nonrenewal",
|
|
1407
|
+
"transfer_of_rights",
|
|
1408
|
+
"liberalization",
|
|
1409
|
+
"arbitration",
|
|
1410
|
+
"concealment_fraud",
|
|
1411
|
+
"examination_under_oath",
|
|
1412
|
+
"legal_action",
|
|
1413
|
+
"loss_payment",
|
|
1414
|
+
"appraisal",
|
|
1415
|
+
"mortgage_holders",
|
|
1416
|
+
"policy_territory",
|
|
1417
|
+
"separation_of_insureds",
|
|
1418
|
+
"other"
|
|
1419
|
+
]);
|
|
1420
|
+
var CONDITION_TYPES = ConditionTypeSchema.options;
|
|
1421
|
+
var PolicySectionTypeSchema = import_zod3.z.enum([
|
|
1422
|
+
"declarations",
|
|
1423
|
+
"insuring_agreement",
|
|
1424
|
+
"policy_form",
|
|
1425
|
+
"endorsement",
|
|
1426
|
+
"application",
|
|
1427
|
+
"exclusion",
|
|
1428
|
+
"condition",
|
|
1429
|
+
"definition",
|
|
1430
|
+
"schedule",
|
|
1431
|
+
"notice",
|
|
1432
|
+
"regulatory",
|
|
1433
|
+
"other"
|
|
1434
|
+
]);
|
|
1435
|
+
var POLICY_SECTION_TYPES = PolicySectionTypeSchema.options;
|
|
1436
|
+
var QuoteSectionTypeSchema = import_zod3.z.enum([
|
|
1437
|
+
"terms_summary",
|
|
1438
|
+
"premium_indication",
|
|
1439
|
+
"underwriting_condition",
|
|
1440
|
+
"subjectivity",
|
|
1441
|
+
"coverage_summary",
|
|
1442
|
+
"exclusion",
|
|
1443
|
+
"other"
|
|
1444
|
+
]);
|
|
1445
|
+
var QUOTE_SECTION_TYPES = QuoteSectionTypeSchema.options;
|
|
1446
|
+
var CoverageFormSchema = import_zod3.z.enum(["occurrence", "claims_made", "accident"]);
|
|
1447
|
+
var COVERAGE_FORMS = CoverageFormSchema.options;
|
|
1448
|
+
var PolicyTermTypeSchema = import_zod3.z.enum(["fixed", "continuous"]);
|
|
1449
|
+
var POLICY_TERM_TYPES = PolicyTermTypeSchema.options;
|
|
1450
|
+
var CoverageTriggerSchema = import_zod3.z.enum(["occurrence", "claims_made", "accident"]);
|
|
1451
|
+
var COVERAGE_TRIGGERS = CoverageTriggerSchema.options;
|
|
1452
|
+
var LimitTypeSchema = import_zod3.z.enum([
|
|
1453
|
+
"per_occurrence",
|
|
1454
|
+
"per_claim",
|
|
1455
|
+
"aggregate",
|
|
1456
|
+
"per_person",
|
|
1457
|
+
"per_accident",
|
|
1458
|
+
"statutory",
|
|
1459
|
+
"blanket",
|
|
1460
|
+
"scheduled"
|
|
1461
|
+
]);
|
|
1462
|
+
var LIMIT_TYPES = LimitTypeSchema.options;
|
|
1463
|
+
var DeductibleTypeSchema = import_zod3.z.enum([
|
|
1464
|
+
"per_occurrence",
|
|
1465
|
+
"per_claim",
|
|
1466
|
+
"aggregate",
|
|
1467
|
+
"percentage",
|
|
1468
|
+
"waiting_period"
|
|
1469
|
+
]);
|
|
1470
|
+
var DEDUCTIBLE_TYPES = DeductibleTypeSchema.options;
|
|
1471
|
+
var ValuationMethodSchema = import_zod3.z.enum([
|
|
1472
|
+
"replacement_cost",
|
|
1473
|
+
"actual_cash_value",
|
|
1474
|
+
"agreed_value",
|
|
1475
|
+
"functional_replacement"
|
|
1476
|
+
]);
|
|
1477
|
+
var VALUATION_METHODS = ValuationMethodSchema.options;
|
|
1478
|
+
var DefenseCostTreatmentSchema = import_zod3.z.enum(["inside_limits", "outside_limits", "supplementary"]);
|
|
1479
|
+
var DEFENSE_COST_TREATMENTS = DefenseCostTreatmentSchema.options;
|
|
1480
|
+
var EntityTypeSchema = import_zod3.z.enum([
|
|
1481
|
+
"corporation",
|
|
1482
|
+
"llc",
|
|
1483
|
+
"partnership",
|
|
1484
|
+
"sole_proprietor",
|
|
1485
|
+
"joint_venture",
|
|
1486
|
+
"trust",
|
|
1487
|
+
"nonprofit",
|
|
1488
|
+
"municipality",
|
|
1489
|
+
"individual",
|
|
1490
|
+
"married_couple",
|
|
1491
|
+
"other"
|
|
1492
|
+
]);
|
|
1493
|
+
var ENTITY_TYPES = EntityTypeSchema.options;
|
|
1494
|
+
var AdmittedStatusSchema = import_zod3.z.enum(["admitted", "non_admitted", "surplus_lines"]);
|
|
1495
|
+
var ADMITTED_STATUSES = AdmittedStatusSchema.options;
|
|
1496
|
+
var AuditTypeSchema = import_zod3.z.enum([
|
|
1497
|
+
"annual",
|
|
1498
|
+
"semi_annual",
|
|
1499
|
+
"quarterly",
|
|
1500
|
+
"monthly",
|
|
1501
|
+
"self",
|
|
1502
|
+
"physical",
|
|
1503
|
+
"none"
|
|
1504
|
+
]);
|
|
1505
|
+
var AUDIT_TYPES = AuditTypeSchema.options;
|
|
1506
|
+
var EndorsementPartyRoleSchema = import_zod3.z.enum([
|
|
1507
|
+
"additional_insured",
|
|
1508
|
+
"loss_payee",
|
|
1509
|
+
"mortgage_holder",
|
|
1510
|
+
"certificate_holder",
|
|
1511
|
+
"notice_recipient",
|
|
1512
|
+
"other"
|
|
1513
|
+
]);
|
|
1514
|
+
var ENDORSEMENT_PARTY_ROLES = EndorsementPartyRoleSchema.options;
|
|
1515
|
+
var ClaimStatusSchema = import_zod3.z.enum(["open", "closed", "reopened"]);
|
|
1516
|
+
var CLAIM_STATUSES = ClaimStatusSchema.options;
|
|
1517
|
+
var SubjectivityCategorySchema = import_zod3.z.enum(["pre_binding", "post_binding", "information"]);
|
|
1518
|
+
var SUBJECTIVITY_CATEGORIES = SubjectivityCategorySchema.options;
|
|
1519
|
+
var DocumentTypeSchema = import_zod3.z.enum(["policy", "quote", "binder", "endorsement", "certificate"]);
|
|
1520
|
+
var DOCUMENT_TYPES = DocumentTypeSchema.options;
|
|
1521
|
+
var ChunkTypeSchema = import_zod3.z.enum([
|
|
1522
|
+
"declarations",
|
|
1523
|
+
"coverage_form",
|
|
1524
|
+
"endorsement",
|
|
1525
|
+
"schedule",
|
|
1526
|
+
"conditions",
|
|
1527
|
+
"mixed"
|
|
1528
|
+
]);
|
|
1529
|
+
var CHUNK_TYPES = ChunkTypeSchema.options;
|
|
1530
|
+
var RatingBasisTypeSchema = import_zod3.z.enum([
|
|
1531
|
+
"payroll",
|
|
1532
|
+
"revenue",
|
|
1533
|
+
"area",
|
|
1534
|
+
"units",
|
|
1535
|
+
"vehicle_count",
|
|
1536
|
+
"employee_count",
|
|
1537
|
+
"per_capita",
|
|
1538
|
+
"dwelling_value",
|
|
1539
|
+
"vehicle_value",
|
|
1540
|
+
"contents_value",
|
|
1541
|
+
"other"
|
|
1542
|
+
]);
|
|
1543
|
+
var RATING_BASIS_TYPES = RatingBasisTypeSchema.options;
|
|
1544
|
+
var VehicleCoverageTypeSchema = import_zod3.z.enum([
|
|
1545
|
+
"liability",
|
|
1546
|
+
"collision",
|
|
1547
|
+
"comprehensive",
|
|
1548
|
+
"uninsured_motorist",
|
|
1549
|
+
"underinsured_motorist",
|
|
1550
|
+
"medical_payments",
|
|
1551
|
+
"hired_auto",
|
|
1552
|
+
"non_owned_auto",
|
|
1553
|
+
"cargo",
|
|
1554
|
+
"physical_damage"
|
|
1555
|
+
]);
|
|
1556
|
+
var VEHICLE_COVERAGE_TYPES = VehicleCoverageTypeSchema.options;
|
|
1557
|
+
var HomeownersFormTypeSchema = import_zod3.z.enum(["HO-3", "HO-5", "HO-4", "HO-6", "HO-7", "HO-8"]);
|
|
1558
|
+
var HOMEOWNERS_FORM_TYPES = HomeownersFormTypeSchema.options;
|
|
1559
|
+
var DwellingFireFormTypeSchema = import_zod3.z.enum(["DP-1", "DP-2", "DP-3"]);
|
|
1560
|
+
var DWELLING_FIRE_FORM_TYPES = DwellingFireFormTypeSchema.options;
|
|
1561
|
+
var FloodZoneSchema = import_zod3.z.enum(["A", "AE", "AH", "AO", "AR", "V", "VE", "B", "C", "X", "D"]);
|
|
1562
|
+
var FLOOD_ZONES = FloodZoneSchema.options;
|
|
1563
|
+
var ConstructionTypeSchema = import_zod3.z.enum(["frame", "masonry", "superior", "mixed", "other"]);
|
|
1564
|
+
var CONSTRUCTION_TYPES = ConstructionTypeSchema.options;
|
|
1565
|
+
var RoofTypeSchema = import_zod3.z.enum(["asphalt_shingle", "tile", "metal", "slate", "flat", "wood_shake", "other"]);
|
|
1566
|
+
var ROOF_TYPES = RoofTypeSchema.options;
|
|
1567
|
+
var FoundationTypeSchema = import_zod3.z.enum(["basement", "crawl_space", "slab", "pier", "other"]);
|
|
1568
|
+
var FOUNDATION_TYPES = FoundationTypeSchema.options;
|
|
1569
|
+
var PersonalAutoUsageSchema = import_zod3.z.enum(["pleasure", "commute", "business", "farm"]);
|
|
1570
|
+
var PERSONAL_AUTO_USAGES = PersonalAutoUsageSchema.options;
|
|
1571
|
+
var LossSettlementSchema = import_zod3.z.enum([
|
|
1572
|
+
"replacement_cost",
|
|
1573
|
+
"actual_cash_value",
|
|
1574
|
+
"extended_replacement_cost",
|
|
1575
|
+
"guaranteed_replacement_cost"
|
|
1576
|
+
]);
|
|
1577
|
+
var LOSS_SETTLEMENTS = LossSettlementSchema.options;
|
|
1578
|
+
var BoatTypeSchema = import_zod3.z.enum(["sailboat", "powerboat", "pontoon", "jet_ski", "kayak_canoe", "yacht", "other"]);
|
|
1579
|
+
var BOAT_TYPES = BoatTypeSchema.options;
|
|
1580
|
+
var RVTypeSchema = import_zod3.z.enum(["rv_motorhome", "travel_trailer", "atv", "snowmobile", "golf_cart", "dirt_bike", "other"]);
|
|
1581
|
+
var RV_TYPES = RVTypeSchema.options;
|
|
1582
|
+
var ScheduledItemCategorySchema = import_zod3.z.enum([
|
|
1583
|
+
"jewelry",
|
|
1584
|
+
"fine_art",
|
|
1585
|
+
"musical_instruments",
|
|
1586
|
+
"silverware",
|
|
1587
|
+
"furs",
|
|
1588
|
+
"cameras",
|
|
1589
|
+
"collectibles",
|
|
1590
|
+
"firearms",
|
|
1591
|
+
"golf_equipment",
|
|
1592
|
+
"other"
|
|
1593
|
+
]);
|
|
1594
|
+
var SCHEDULED_ITEM_CATEGORIES = ScheduledItemCategorySchema.options;
|
|
1595
|
+
var TitlePolicyTypeSchema = import_zod3.z.enum(["owners", "lenders"]);
|
|
1596
|
+
var TITLE_POLICY_TYPES = TitlePolicyTypeSchema.options;
|
|
1597
|
+
var PetSpeciesSchema = import_zod3.z.enum(["dog", "cat", "other"]);
|
|
1598
|
+
var PET_SPECIES = PetSpeciesSchema.options;
|
|
1599
|
+
|
|
1600
|
+
// src/source/policy-types.ts
|
|
1601
|
+
var POLICY_TYPE_KEYS = new Set(POLICY_TYPES);
|
|
1602
|
+
|
|
1327
1603
|
// src/source/ids.ts
|
|
1328
1604
|
function normalizeText(text) {
|
|
1329
1605
|
return text.replace(/\s+/g, " ").trim();
|