@voyantjs/db 0.1.1 → 0.3.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.
@@ -0,0 +1,204 @@
1
+ /**
2
+ * Pre-built Zod schemas for common entity types.
3
+ */
4
+ export declare const typeIdSchemas: {
5
+ readonly userProfile: import("zod").ZodString;
6
+ readonly domain: import("zod").ZodString;
7
+ readonly webhookSubscription: import("zod").ZodString;
8
+ readonly communicationLog: import("zod").ZodString;
9
+ readonly notificationTemplate: import("zod").ZodString;
10
+ readonly notificationDelivery: import("zod").ZodString;
11
+ readonly personNote: import("zod").ZodString;
12
+ readonly organizationNote: import("zod").ZodString;
13
+ readonly segment: import("zod").ZodString;
14
+ readonly segmentMember: import("zod").ZodString;
15
+ readonly supplier: import("zod").ZodString;
16
+ readonly supplierService: import("zod").ZodString;
17
+ readonly supplierRate: import("zod").ZodString;
18
+ readonly supplierNote: import("zod").ZodString;
19
+ readonly supplierAvailability: import("zod").ZodString;
20
+ readonly supplierContract: import("zod").ZodString;
21
+ readonly facility: import("zod").ZodString;
22
+ readonly facilityContact: import("zod").ZodString;
23
+ readonly facilityFeature: import("zod").ZodString;
24
+ readonly facilityOperationSchedule: import("zod").ZodString;
25
+ readonly property: import("zod").ZodString;
26
+ readonly propertyGroup: import("zod").ZodString;
27
+ readonly propertyGroupMember: import("zod").ZodString;
28
+ readonly market: import("zod").ZodString;
29
+ readonly marketLocale: import("zod").ZodString;
30
+ readonly marketCurrency: import("zod").ZodString;
31
+ readonly fxRateSet: import("zod").ZodString;
32
+ readonly exchangeRate: import("zod").ZodString;
33
+ readonly pricingCategory: import("zod").ZodString;
34
+ readonly pricingCategoryDependency: import("zod").ZodString;
35
+ readonly cancellationPolicy: import("zod").ZodString;
36
+ readonly cancellationPolicyRule: import("zod").ZodString;
37
+ readonly priceCatalog: import("zod").ZodString;
38
+ readonly priceSchedule: import("zod").ZodString;
39
+ readonly optionPriceRule: import("zod").ZodString;
40
+ readonly optionUnitPriceRule: import("zod").ZodString;
41
+ readonly optionStartTimeRule: import("zod").ZodString;
42
+ readonly optionUnitTier: import("zod").ZodString;
43
+ readonly pickupPriceRule: import("zod").ZodString;
44
+ readonly dropoffPriceRule: import("zod").ZodString;
45
+ readonly extraPriceRule: import("zod").ZodString;
46
+ readonly productExtra: import("zod").ZodString;
47
+ readonly optionExtraConfig: import("zod").ZodString;
48
+ readonly bookingExtra: import("zod").ZodString;
49
+ readonly productContactRequirement: import("zod").ZodString;
50
+ readonly productBookingQuestion: import("zod").ZodString;
51
+ readonly optionBookingQuestion: import("zod").ZodString;
52
+ readonly bookingQuestionOption: import("zod").ZodString;
53
+ readonly bookingQuestionUnitTrigger: import("zod").ZodString;
54
+ readonly bookingQuestionOptionTrigger: import("zod").ZodString;
55
+ readonly bookingQuestionExtraTrigger: import("zod").ZodString;
56
+ readonly bookingAnswer: import("zod").ZodString;
57
+ readonly offer: import("zod").ZodString;
58
+ readonly offerParticipant: import("zod").ZodString;
59
+ readonly offerItem: import("zod").ZodString;
60
+ readonly offerItemParticipant: import("zod").ZodString;
61
+ readonly order: import("zod").ZodString;
62
+ readonly orderParticipant: import("zod").ZodString;
63
+ readonly orderItem: import("zod").ZodString;
64
+ readonly orderItemParticipant: import("zod").ZodString;
65
+ readonly orderTerm: import("zod").ZodString;
66
+ readonly marketPriceCatalog: import("zod").ZodString;
67
+ readonly marketProductRule: import("zod").ZodString;
68
+ readonly marketChannelRule: import("zod").ZodString;
69
+ readonly product: import("zod").ZodString;
70
+ readonly productOption: import("zod").ZodString;
71
+ readonly optionUnit: import("zod").ZodString;
72
+ readonly productActivationSetting: import("zod").ZodString;
73
+ readonly productTicketSetting: import("zod").ZodString;
74
+ readonly productVisibilitySetting: import("zod").ZodString;
75
+ readonly productCapability: import("zod").ZodString;
76
+ readonly productDeliveryFormat: import("zod").ZodString;
77
+ readonly productTranslation: import("zod").ZodString;
78
+ readonly productOptionTranslation: import("zod").ZodString;
79
+ readonly optionUnitTranslation: import("zod").ZodString;
80
+ readonly productDay: import("zod").ZodString;
81
+ readonly productDayService: import("zod").ZodString;
82
+ readonly productVersion: import("zod").ZodString;
83
+ readonly productNote: import("zod").ZodString;
84
+ readonly booking: import("zod").ZodString;
85
+ readonly bookingParticipant: import("zod").ZodString;
86
+ readonly bookingItem: import("zod").ZodString;
87
+ readonly bookingItemParticipant: import("zod").ZodString;
88
+ readonly bookingPassenger: import("zod").ZodString;
89
+ readonly bookingSupplierStatus: import("zod").ZodString;
90
+ readonly bookingActivity: import("zod").ZodString;
91
+ readonly bookingNote: import("zod").ZodString;
92
+ readonly bookingDocument: import("zod").ZodString;
93
+ readonly availabilityRule: import("zod").ZodString;
94
+ readonly availabilityStartTime: import("zod").ZodString;
95
+ readonly availabilitySlot: import("zod").ZodString;
96
+ readonly availabilityCloseout: import("zod").ZodString;
97
+ readonly availabilityPickupPoint: import("zod").ZodString;
98
+ readonly availabilitySlotPickup: import("zod").ZodString;
99
+ readonly roomBlock: import("zod").ZodString;
100
+ readonly roomUnitStatusEvent: import("zod").ZodString;
101
+ readonly maintenanceBlock: import("zod").ZodString;
102
+ readonly housekeepingTask: import("zod").ZodString;
103
+ readonly stayOperation: import("zod").ZodString;
104
+ readonly stayCheckpoint: import("zod").ZodString;
105
+ readonly stayServicePost: import("zod").ZodString;
106
+ readonly stayFolio: import("zod").ZodString;
107
+ readonly stayFolioLine: import("zod").ZodString;
108
+ readonly roomTypeRate: import("zod").ZodString;
109
+ readonly organization: import("zod").ZodString;
110
+ readonly person: import("zod").ZodString;
111
+ readonly pipeline: import("zod").ZodString;
112
+ readonly stage: import("zod").ZodString;
113
+ readonly opportunity: import("zod").ZodString;
114
+ readonly opportunityParticipant: import("zod").ZodString;
115
+ readonly opportunityProduct: import("zod").ZodString;
116
+ readonly quote: import("zod").ZodString;
117
+ readonly quoteLine: import("zod").ZodString;
118
+ readonly activity: import("zod").ZodString;
119
+ readonly activityLink: import("zod").ZodString;
120
+ readonly activityParticipant: import("zod").ZodString;
121
+ readonly customFieldDefinition: import("zod").ZodString;
122
+ readonly customFieldValue: import("zod").ZodString;
123
+ readonly invoice: import("zod").ZodString;
124
+ readonly paymentInstrument: import("zod").ZodString;
125
+ readonly paymentSession: import("zod").ZodString;
126
+ readonly paymentAuthorization: import("zod").ZodString;
127
+ readonly paymentCapture: import("zod").ZodString;
128
+ readonly bookingPaymentSchedule: import("zod").ZodString;
129
+ readonly bookingGuarantee: import("zod").ZodString;
130
+ readonly bookingItemTaxLine: import("zod").ZodString;
131
+ readonly bookingItemCommission: import("zod").ZodString;
132
+ readonly invoiceLineItem: import("zod").ZodString;
133
+ readonly payment: import("zod").ZodString;
134
+ readonly creditNote: import("zod").ZodString;
135
+ readonly creditNoteLineItem: import("zod").ZodString;
136
+ readonly supplierPayment: import("zod").ZodString;
137
+ readonly financeNote: import("zod").ZodString;
138
+ readonly resource: import("zod").ZodString;
139
+ readonly resourcePool: import("zod").ZodString;
140
+ readonly resourcePoolMember: import("zod").ZodString;
141
+ readonly resourceRequirement: import("zod").ZodString;
142
+ readonly resourceAllocation: import("zod").ZodString;
143
+ readonly resourceSlotAssignment: import("zod").ZodString;
144
+ readonly resourceCloseout: import("zod").ZodString;
145
+ readonly groundOperator: import("zod").ZodString;
146
+ readonly groundVehicle: import("zod").ZodString;
147
+ readonly groundDriver: import("zod").ZodString;
148
+ readonly groundTransferPreference: import("zod").ZodString;
149
+ readonly groundDispatch: import("zod").ZodString;
150
+ readonly groundExecutionEvent: import("zod").ZodString;
151
+ readonly groundDispatchAssignment: import("zod").ZodString;
152
+ readonly groundDispatchLeg: import("zod").ZodString;
153
+ readonly groundDispatchPassenger: import("zod").ZodString;
154
+ readonly groundDriverShift: import("zod").ZodString;
155
+ readonly groundServiceIncident: import("zod").ZodString;
156
+ readonly groundDispatchCheckpoint: import("zod").ZodString;
157
+ readonly channel: import("zod").ZodString;
158
+ readonly channelContract: import("zod").ZodString;
159
+ readonly channelCommissionRule: import("zod").ZodString;
160
+ readonly channelProductMapping: import("zod").ZodString;
161
+ readonly channelBookingLink: import("zod").ZodString;
162
+ readonly channelWebhookEvent: import("zod").ZodString;
163
+ readonly channelSettlementRun: import("zod").ZodString;
164
+ readonly channelSettlementItem: import("zod").ZodString;
165
+ readonly channelReconciliationRun: import("zod").ZodString;
166
+ readonly channelReconciliationItem: import("zod").ZodString;
167
+ readonly channelInventoryReleaseExecution: import("zod").ZodString;
168
+ readonly channelSettlementPolicy: import("zod").ZodString;
169
+ readonly channelReconciliationPolicy: import("zod").ZodString;
170
+ readonly channelReleaseSchedule: import("zod").ZodString;
171
+ readonly channelRemittanceException: import("zod").ZodString;
172
+ readonly channelSettlementApproval: import("zod").ZodString;
173
+ readonly sellabilitySnapshot: import("zod").ZodString;
174
+ readonly sellabilitySnapshotItem: import("zod").ZodString;
175
+ readonly sellabilityPolicy: import("zod").ZodString;
176
+ readonly sellabilityPolicyResult: import("zod").ZodString;
177
+ readonly offerRefreshRun: import("zod").ZodString;
178
+ readonly offerExpirationEvent: import("zod").ZodString;
179
+ readonly sellabilityExplanation: import("zod").ZodString;
180
+ readonly productMedia: import("zod").ZodString;
181
+ readonly productFeature: import("zod").ZodString;
182
+ readonly productFaq: import("zod").ZodString;
183
+ readonly productLocation: import("zod").ZodString;
184
+ readonly productType: import("zod").ZodString;
185
+ readonly productCategory: import("zod").ZodString;
186
+ readonly productTag: import("zod").ZodString;
187
+ readonly contract: import("zod").ZodString;
188
+ readonly contractTemplate: import("zod").ZodString;
189
+ readonly contractTemplateVersion: import("zod").ZodString;
190
+ readonly contractSignature: import("zod").ZodString;
191
+ readonly contractNumberSeries: import("zod").ZodString;
192
+ readonly contractAttachment: import("zod").ZodString;
193
+ readonly policy: import("zod").ZodString;
194
+ readonly policyVersion: import("zod").ZodString;
195
+ readonly policyRule: import("zod").ZodString;
196
+ readonly policyAssignment: import("zod").ZodString;
197
+ readonly policyAcceptance: import("zod").ZodString;
198
+ readonly invoiceNumberSeries: import("zod").ZodString;
199
+ readonly invoiceTemplate: import("zod").ZodString;
200
+ readonly invoiceRendition: import("zod").ZodString;
201
+ readonly taxRegime: import("zod").ZodString;
202
+ readonly invoiceExternalRef: import("zod").ZodString;
203
+ };
204
+ //# sourceMappingURL=typeid-schemas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeid-schemas.d.ts","sourceRoot":"","sources":["../../src/lib/typeid-schemas.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuMhB,CAAA"}
@@ -0,0 +1,205 @@
1
+ import { typeIdSchema } from "./typeid-zod.js";
2
+ /**
3
+ * Pre-built Zod schemas for common entity types.
4
+ */
5
+ export const typeIdSchemas = {
6
+ userProfile: typeIdSchema("user_profiles"),
7
+ domain: typeIdSchema("domains"),
8
+ webhookSubscription: typeIdSchema("webhook_subscriptions"),
9
+ communicationLog: typeIdSchema("communication_log"),
10
+ notificationTemplate: typeIdSchema("notification_templates"),
11
+ notificationDelivery: typeIdSchema("notification_deliveries"),
12
+ personNote: typeIdSchema("person_notes"),
13
+ organizationNote: typeIdSchema("organization_notes"),
14
+ segment: typeIdSchema("segments"),
15
+ segmentMember: typeIdSchema("segment_members"),
16
+ supplier: typeIdSchema("suppliers"),
17
+ supplierService: typeIdSchema("supplier_services"),
18
+ supplierRate: typeIdSchema("supplier_rates"),
19
+ supplierNote: typeIdSchema("supplier_notes"),
20
+ supplierAvailability: typeIdSchema("supplier_availability"),
21
+ supplierContract: typeIdSchema("supplier_contracts"),
22
+ facility: typeIdSchema("facilities"),
23
+ facilityContact: typeIdSchema("facility_contacts"),
24
+ facilityFeature: typeIdSchema("facility_features"),
25
+ facilityOperationSchedule: typeIdSchema("facility_operation_schedules"),
26
+ property: typeIdSchema("properties"),
27
+ propertyGroup: typeIdSchema("property_groups"),
28
+ propertyGroupMember: typeIdSchema("property_group_members"),
29
+ market: typeIdSchema("markets"),
30
+ marketLocale: typeIdSchema("market_locales"),
31
+ marketCurrency: typeIdSchema("market_currencies"),
32
+ fxRateSet: typeIdSchema("fx_rate_sets"),
33
+ exchangeRate: typeIdSchema("exchange_rates"),
34
+ pricingCategory: typeIdSchema("pricing_categories"),
35
+ pricingCategoryDependency: typeIdSchema("pricing_category_dependencies"),
36
+ cancellationPolicy: typeIdSchema("cancellation_policies"),
37
+ cancellationPolicyRule: typeIdSchema("cancellation_policy_rules"),
38
+ priceCatalog: typeIdSchema("price_catalogs"),
39
+ priceSchedule: typeIdSchema("price_schedules"),
40
+ optionPriceRule: typeIdSchema("option_price_rules"),
41
+ optionUnitPriceRule: typeIdSchema("option_unit_price_rules"),
42
+ optionStartTimeRule: typeIdSchema("option_start_time_rules"),
43
+ optionUnitTier: typeIdSchema("option_unit_tiers"),
44
+ pickupPriceRule: typeIdSchema("pickup_price_rules"),
45
+ dropoffPriceRule: typeIdSchema("dropoff_price_rules"),
46
+ extraPriceRule: typeIdSchema("extra_price_rules"),
47
+ productExtra: typeIdSchema("product_extras"),
48
+ optionExtraConfig: typeIdSchema("option_extra_configs"),
49
+ bookingExtra: typeIdSchema("booking_extras"),
50
+ productContactRequirement: typeIdSchema("product_contact_requirements"),
51
+ productBookingQuestion: typeIdSchema("product_booking_questions"),
52
+ optionBookingQuestion: typeIdSchema("option_booking_questions"),
53
+ bookingQuestionOption: typeIdSchema("booking_question_options"),
54
+ bookingQuestionUnitTrigger: typeIdSchema("booking_question_unit_triggers"),
55
+ bookingQuestionOptionTrigger: typeIdSchema("booking_question_option_triggers"),
56
+ bookingQuestionExtraTrigger: typeIdSchema("booking_question_extra_triggers"),
57
+ bookingAnswer: typeIdSchema("booking_answers"),
58
+ offer: typeIdSchema("offers"),
59
+ offerParticipant: typeIdSchema("offer_participants"),
60
+ offerItem: typeIdSchema("offer_items"),
61
+ offerItemParticipant: typeIdSchema("offer_item_participants"),
62
+ order: typeIdSchema("orders"),
63
+ orderParticipant: typeIdSchema("order_participants"),
64
+ orderItem: typeIdSchema("order_items"),
65
+ orderItemParticipant: typeIdSchema("order_item_participants"),
66
+ orderTerm: typeIdSchema("order_terms"),
67
+ marketPriceCatalog: typeIdSchema("market_price_catalogs"),
68
+ marketProductRule: typeIdSchema("market_product_rules"),
69
+ marketChannelRule: typeIdSchema("market_channel_rules"),
70
+ product: typeIdSchema("products"),
71
+ productOption: typeIdSchema("product_options"),
72
+ optionUnit: typeIdSchema("option_units"),
73
+ productActivationSetting: typeIdSchema("product_activation_settings"),
74
+ productTicketSetting: typeIdSchema("product_ticket_settings"),
75
+ productVisibilitySetting: typeIdSchema("product_visibility_settings"),
76
+ productCapability: typeIdSchema("product_capabilities"),
77
+ productDeliveryFormat: typeIdSchema("product_delivery_formats"),
78
+ productTranslation: typeIdSchema("product_translations"),
79
+ productOptionTranslation: typeIdSchema("product_option_translations"),
80
+ optionUnitTranslation: typeIdSchema("option_unit_translations"),
81
+ productDay: typeIdSchema("product_days"),
82
+ productDayService: typeIdSchema("product_day_services"),
83
+ productVersion: typeIdSchema("product_versions"),
84
+ productNote: typeIdSchema("product_notes"),
85
+ booking: typeIdSchema("bookings"),
86
+ bookingParticipant: typeIdSchema("booking_participants"),
87
+ bookingItem: typeIdSchema("booking_items"),
88
+ bookingItemParticipant: typeIdSchema("booking_item_participants"),
89
+ bookingPassenger: typeIdSchema("booking_participants"),
90
+ bookingSupplierStatus: typeIdSchema("booking_supplier_statuses"),
91
+ bookingActivity: typeIdSchema("booking_activity_log"),
92
+ bookingNote: typeIdSchema("booking_notes"),
93
+ bookingDocument: typeIdSchema("booking_documents"),
94
+ availabilityRule: typeIdSchema("availability_rules"),
95
+ availabilityStartTime: typeIdSchema("availability_start_times"),
96
+ availabilitySlot: typeIdSchema("availability_slots"),
97
+ availabilityCloseout: typeIdSchema("availability_closeouts"),
98
+ availabilityPickupPoint: typeIdSchema("availability_pickup_points"),
99
+ availabilitySlotPickup: typeIdSchema("availability_slot_pickups"),
100
+ roomBlock: typeIdSchema("room_blocks"),
101
+ roomUnitStatusEvent: typeIdSchema("room_unit_status_events"),
102
+ maintenanceBlock: typeIdSchema("maintenance_blocks"),
103
+ housekeepingTask: typeIdSchema("housekeeping_tasks"),
104
+ stayOperation: typeIdSchema("stay_operations"),
105
+ stayCheckpoint: typeIdSchema("stay_checkpoints"),
106
+ stayServicePost: typeIdSchema("stay_service_posts"),
107
+ stayFolio: typeIdSchema("stay_folios"),
108
+ stayFolioLine: typeIdSchema("stay_folio_lines"),
109
+ roomTypeRate: typeIdSchema("room_type_rates"),
110
+ organization: typeIdSchema("organizations"),
111
+ person: typeIdSchema("people"),
112
+ pipeline: typeIdSchema("pipelines"),
113
+ stage: typeIdSchema("stages"),
114
+ opportunity: typeIdSchema("opportunities"),
115
+ opportunityParticipant: typeIdSchema("opportunity_participants"),
116
+ opportunityProduct: typeIdSchema("opportunity_products"),
117
+ quote: typeIdSchema("quotes"),
118
+ quoteLine: typeIdSchema("quote_lines"),
119
+ activity: typeIdSchema("activities"),
120
+ activityLink: typeIdSchema("activity_links"),
121
+ activityParticipant: typeIdSchema("activity_participants"),
122
+ customFieldDefinition: typeIdSchema("custom_field_definitions"),
123
+ customFieldValue: typeIdSchema("custom_field_values"),
124
+ invoice: typeIdSchema("invoices"),
125
+ paymentInstrument: typeIdSchema("payment_instruments"),
126
+ paymentSession: typeIdSchema("payment_sessions"),
127
+ paymentAuthorization: typeIdSchema("payment_authorizations"),
128
+ paymentCapture: typeIdSchema("payment_captures"),
129
+ bookingPaymentSchedule: typeIdSchema("booking_payment_schedules"),
130
+ bookingGuarantee: typeIdSchema("booking_guarantees"),
131
+ bookingItemTaxLine: typeIdSchema("booking_item_tax_lines"),
132
+ bookingItemCommission: typeIdSchema("booking_item_commissions"),
133
+ invoiceLineItem: typeIdSchema("invoice_line_items"),
134
+ payment: typeIdSchema("payments"),
135
+ creditNote: typeIdSchema("credit_notes"),
136
+ creditNoteLineItem: typeIdSchema("credit_note_line_items"),
137
+ supplierPayment: typeIdSchema("supplier_payments"),
138
+ financeNote: typeIdSchema("finance_notes"),
139
+ resource: typeIdSchema("resources"),
140
+ resourcePool: typeIdSchema("resource_pools"),
141
+ resourcePoolMember: typeIdSchema("resource_pool_members"),
142
+ resourceRequirement: typeIdSchema("resource_requirements"),
143
+ resourceAllocation: typeIdSchema("resource_requirements"),
144
+ resourceSlotAssignment: typeIdSchema("resource_slot_assignments"),
145
+ resourceCloseout: typeIdSchema("resource_closeouts"),
146
+ groundOperator: typeIdSchema("ground_operators"),
147
+ groundVehicle: typeIdSchema("ground_vehicles"),
148
+ groundDriver: typeIdSchema("ground_drivers"),
149
+ groundTransferPreference: typeIdSchema("ground_transfer_preferences"),
150
+ groundDispatch: typeIdSchema("ground_dispatches"),
151
+ groundExecutionEvent: typeIdSchema("ground_execution_events"),
152
+ groundDispatchAssignment: typeIdSchema("ground_dispatch_assignments"),
153
+ groundDispatchLeg: typeIdSchema("ground_dispatch_legs"),
154
+ groundDispatchPassenger: typeIdSchema("ground_dispatch_passengers"),
155
+ groundDriverShift: typeIdSchema("ground_driver_shifts"),
156
+ groundServiceIncident: typeIdSchema("ground_service_incidents"),
157
+ groundDispatchCheckpoint: typeIdSchema("ground_dispatch_checkpoints"),
158
+ channel: typeIdSchema("channels"),
159
+ channelContract: typeIdSchema("channel_contracts"),
160
+ channelCommissionRule: typeIdSchema("channel_commission_rules"),
161
+ channelProductMapping: typeIdSchema("channel_product_mappings"),
162
+ channelBookingLink: typeIdSchema("channel_booking_links"),
163
+ channelWebhookEvent: typeIdSchema("channel_webhook_events"),
164
+ channelSettlementRun: typeIdSchema("channel_settlement_runs"),
165
+ channelSettlementItem: typeIdSchema("channel_settlement_items"),
166
+ channelReconciliationRun: typeIdSchema("channel_reconciliation_runs"),
167
+ channelReconciliationItem: typeIdSchema("channel_reconciliation_items"),
168
+ channelInventoryReleaseExecution: typeIdSchema("channel_inventory_release_executions"),
169
+ channelSettlementPolicy: typeIdSchema("channel_settlement_policies"),
170
+ channelReconciliationPolicy: typeIdSchema("channel_reconciliation_policies"),
171
+ channelReleaseSchedule: typeIdSchema("channel_release_schedules"),
172
+ channelRemittanceException: typeIdSchema("channel_remittance_exceptions"),
173
+ channelSettlementApproval: typeIdSchema("channel_settlement_approvals"),
174
+ sellabilitySnapshot: typeIdSchema("sellability_snapshots"),
175
+ sellabilitySnapshotItem: typeIdSchema("sellability_snapshot_items"),
176
+ sellabilityPolicy: typeIdSchema("sellability_policies"),
177
+ sellabilityPolicyResult: typeIdSchema("sellability_policy_results"),
178
+ offerRefreshRun: typeIdSchema("offer_refresh_runs"),
179
+ offerExpirationEvent: typeIdSchema("offer_expiration_events"),
180
+ sellabilityExplanation: typeIdSchema("sellability_explanations"),
181
+ productMedia: typeIdSchema("product_media"),
182
+ productFeature: typeIdSchema("product_features"),
183
+ productFaq: typeIdSchema("product_faqs"),
184
+ productLocation: typeIdSchema("product_locations"),
185
+ productType: typeIdSchema("product_types"),
186
+ productCategory: typeIdSchema("product_categories"),
187
+ productTag: typeIdSchema("product_tags"),
188
+ contract: typeIdSchema("contracts"),
189
+ contractTemplate: typeIdSchema("contract_templates"),
190
+ contractTemplateVersion: typeIdSchema("contract_template_versions"),
191
+ contractSignature: typeIdSchema("contract_signatures"),
192
+ contractNumberSeries: typeIdSchema("contract_number_series"),
193
+ contractAttachment: typeIdSchema("contract_attachments"),
194
+ policy: typeIdSchema("policies"),
195
+ policyVersion: typeIdSchema("policy_versions"),
196
+ policyRule: typeIdSchema("policy_rules"),
197
+ policyAssignment: typeIdSchema("policy_assignments"),
198
+ policyAcceptance: typeIdSchema("policy_acceptances"),
199
+ invoiceNumberSeries: typeIdSchema("invoice_number_series"),
200
+ invoiceTemplate: typeIdSchema("invoice_templates"),
201
+ invoiceRendition: typeIdSchema("invoice_renditions"),
202
+ taxRegime: typeIdSchema("tax_regimes"),
203
+ invoiceExternalRef: typeIdSchema("invoice_external_refs"),
204
+ };
205
+ //# sourceMappingURL=typeid-schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeid-schemas.js","sourceRoot":"","sources":["../../src/lib/typeid-schemas.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod";
2
+ import { type PrefixKey, type PrefixValue } from "./typeid-prefixes.js";
3
+ export declare const TYPEID_SUFFIX_PATTERN = "[0-9a-hjkmnp-tv-z]{26}";
4
+ /**
5
+ * Creates a Zod schema for validating TypeIDs with a specific prefix.
6
+ */
7
+ export declare function typeIdSchema(prefix: PrefixKey | PrefixValue): z.ZodString;
8
+ /**
9
+ * Creates a Zod schema for validating any TypeID.
10
+ */
11
+ export declare function anyTypeIdSchema(): z.ZodString;
12
+ /**
13
+ * Creates a Zod schema that accepts either a TypeID or null/undefined.
14
+ */
15
+ export declare function typeIdSchemaOptional(prefix: PrefixKey | PrefixValue): z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ //# sourceMappingURL=typeid-zod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeid-zod.d.ts","sourceRoot":"","sources":["../../src/lib/typeid-zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAY,KAAK,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE9E,eAAO,MAAM,qBAAqB,2BAA2B,CAAA;AAE7D;;GAEG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,SAAS,GAAG,WAAW,eAO3D;AAED;;GAEG;AACH,wBAAgB,eAAe,gBAM9B;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,SAAS,GAAG,WAAW,6CAEnE"}
@@ -0,0 +1,29 @@
1
+ import { z } from "zod";
2
+ import { PREFIXES } from "./typeid-prefixes.js";
3
+ export const TYPEID_SUFFIX_PATTERN = "[0-9a-hjkmnp-tv-z]{26}";
4
+ /**
5
+ * Creates a Zod schema for validating TypeIDs with a specific prefix.
6
+ */
7
+ export function typeIdSchema(prefix) {
8
+ const prefixValue = prefix in PREFIXES ? PREFIXES[prefix] : prefix;
9
+ const pattern = new RegExp(`^${prefixValue}_${TYPEID_SUFFIX_PATTERN}$`);
10
+ return z.string().regex(pattern, {
11
+ message: `Invalid TypeID: expected prefix "${prefixValue}_"`,
12
+ });
13
+ }
14
+ /**
15
+ * Creates a Zod schema for validating any TypeID.
16
+ */
17
+ export function anyTypeIdSchema() {
18
+ const pattern = new RegExp(`^[a-z][a-z0-9]{0,62}_${TYPEID_SUFFIX_PATTERN}$`);
19
+ return z.string().regex(pattern, {
20
+ message: "Invalid TypeID format",
21
+ });
22
+ }
23
+ /**
24
+ * Creates a Zod schema that accepts either a TypeID or null/undefined.
25
+ */
26
+ export function typeIdSchemaOptional(prefix) {
27
+ return typeIdSchema(prefix).nullable().optional();
28
+ }
29
+ //# sourceMappingURL=typeid-zod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeid-zod.js","sourceRoot":"","sources":["../../src/lib/typeid-zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,QAAQ,EAAoC,MAAM,mBAAmB,CAAA;AAE9E,MAAM,CAAC,MAAM,qBAAqB,GAAG,wBAAwB,CAAA;AAE7D;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,MAA+B;IAC1D,MAAM,WAAW,GAAG,MAAM,IAAI,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAmB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAA;IAC/E,MAAM,OAAO,GAAG,IAAI,MAAM,CAAC,IAAI,WAAW,IAAI,qBAAqB,GAAG,CAAC,CAAA;IAEvE,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE;QAC/B,OAAO,EAAE,oCAAoC,WAAW,IAAI;KAC7D,CAAC,CAAA;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe;IAC7B,MAAM,OAAO,GAAG,IAAI,MAAM,CAAC,wBAAwB,qBAAqB,GAAG,CAAC,CAAA;IAE5E,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE;QAC/B,OAAO,EAAE,uBAAuB;KACjC,CAAC,CAAA;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAAC,MAA+B;IAClE,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAA;AACnD,CAAC"}