@voyantjs/schema-kit 0.95.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,382 @@
1
+ /**
2
+ * All entity prefixes for the Voyant platform.
3
+ *
4
+ * Convention:
5
+ * - Root entities: first N chars of the entity name, shortest unambiguous (2-4 chars).
6
+ * Examples: prod (product), book (booking), inv (invoice), pers (person), org (organization).
7
+ * - Child entities: 2-char module code + 2-char child suffix from the child entity's first chars.
8
+ * Examples: bk+it = bkit (booking_item), ch+co = chco (channel_contract).
9
+ * - All lowercase alphanumeric, max 4 chars.
10
+ * - Prefer guessable over clever — a developer should be able to guess the prefix from the entity name.
11
+ */
12
+ export const PREFIXES = {
13
+ // --- IAM ---
14
+ user_profiles: "usrp",
15
+ user_invitations: "uinv",
16
+ connection_secrets: "secr",
17
+ // --- INFRA ---
18
+ webhook_subscriptions: "hksub",
19
+ webhook_deliveries: "whde",
20
+ rate_limit_buckets: "rlbk",
21
+ public_document_delivery_grants: "pddg",
22
+ domains: "dom",
23
+ email_domain_records: "emdr",
24
+ idempotency_keys: "ikey",
25
+ action_ledger_entries: "alge",
26
+ action_ledger_outbox: "algo",
27
+ action_ledger_payloads: "algp",
28
+ action_delegations: "aldg",
29
+ action_mutation_details: "almd",
30
+ action_sensitive_read_details: "alsr",
31
+ action_approvals: "alap",
32
+ // --- VOYANT MODULES ---
33
+ communication_log: "clog",
34
+ customer_signals: "csig",
35
+ notification_templates: "ntpl",
36
+ notification_deliveries: "ntdl",
37
+ notification_reminder_rules: "ntrl",
38
+ notification_reminder_runs: "ntrn",
39
+ notification_reminder_rule_stages: "ntrs",
40
+ notification_reminder_stage_channels: "ntsc",
41
+ notification_settings: "nset",
42
+ person_notes: "pnot",
43
+ organization_notes: "onot",
44
+ segments: "seg",
45
+ segment_members: "segm",
46
+ suppliers: "supp",
47
+ supplier_services: "ssvc",
48
+ supplier_rates: "srat",
49
+ supplier_notes: "snot",
50
+ supplier_availability: "sava",
51
+ supplier_contracts: "scon",
52
+ products: "prod",
53
+ product_options: "popt",
54
+ option_units: "ount",
55
+ product_activation_settings: "pras",
56
+ product_ticket_settings: "prts",
57
+ product_visibility_settings: "prvs",
58
+ product_capabilities: "prcp",
59
+ product_delivery_formats: "prdf",
60
+ product_translations: "prtr",
61
+ product_option_translations: "potr",
62
+ option_unit_translations: "outr",
63
+ product_itineraries: "piti",
64
+ product_days: "pday",
65
+ product_day_services: "pdse",
66
+ product_versions: "pver",
67
+ product_notes: "prnt",
68
+ bookings: "book",
69
+ booking_travelers: "bkpt",
70
+ booking_participants: "bkpt",
71
+ booking_items: "bkit",
72
+ booking_allocations: "bkac",
73
+ booking_fulfillments: "bkfl",
74
+ booking_redemption_events: "bkrd",
75
+ booking_item_travelers: "bkip",
76
+ booking_item_participants: "bkip",
77
+ booking_staff_assignments: "bkstf",
78
+ booking_passengers: "bkps",
79
+ booking_supplier_statuses: "bkss",
80
+ booking_activity_log: "bkal",
81
+ booking_pii_access_log: "bkpl",
82
+ booking_notes: "bnot",
83
+ booking_documents: "bdoc",
84
+ booking_groups: "bkgr",
85
+ booking_group_members: "bkgm",
86
+ booking_session_states: "bkst",
87
+ availability_rules: "avrl",
88
+ availability_start_times: "avst",
89
+ availability_slots: "avsl",
90
+ availability_closeouts: "avcl",
91
+ allocation_resources: "alrs",
92
+ allocation_audit_log: "alal",
93
+ product_option_resource_templates: "port",
94
+ availability_pickup_points: "avpp",
95
+ availability_slot_pickups: "avsp",
96
+ product_meeting_configs: "pmcf",
97
+ pickup_groups: "pkgr",
98
+ pickup_locations: "pklo",
99
+ location_pickup_times: "lpkt",
100
+ custom_pickup_areas: "cpka",
101
+ organizations: "org",
102
+ people: "pers",
103
+ person_documents: "pdoc",
104
+ person_relationships: "prel",
105
+ pipelines: "pipe",
106
+ stages: "stg",
107
+ opportunities: "opp",
108
+ opportunity_participants: "oppp",
109
+ opportunity_products: "oppr",
110
+ quotes: "quot",
111
+ quote_lines: "qtln",
112
+ activities: "act",
113
+ activity_links: "actl",
114
+ activity_participants: "actp",
115
+ custom_field_definitions: "cfdf",
116
+ custom_field_values: "cfvl",
117
+ person_payment_methods: "pmth",
118
+ invoices: "inv",
119
+ payment_instruments: "pmin",
120
+ vouchers: "vch",
121
+ voucher_redemptions: "vchr",
122
+ payment_sessions: "pmss",
123
+ payment_authorizations: "pmaz",
124
+ payment_captures: "pmcp",
125
+ booking_payment_schedules: "bkpy",
126
+ booking_guarantees: "bkgu",
127
+ booking_item_tax_lines: "bitx",
128
+ booking_item_commissions: "bcom",
129
+ invoice_line_items: "inli",
130
+ payments: "pay",
131
+ credit_notes: "crn",
132
+ credit_note_line_items: "cnli",
133
+ supplier_payments: "spay",
134
+ finance_notes: "fnot",
135
+ resources: "res",
136
+ resource_pools: "repl",
137
+ resource_pool_members: "repm",
138
+ resource_requirements: "rerq",
139
+ resource_slot_assignments: "resa",
140
+ resource_closeouts: "recl",
141
+ ground_operators: "gopr",
142
+ ground_vehicles: "gveh",
143
+ ground_drivers: "gdrv",
144
+ ground_transfer_preferences: "gtpr",
145
+ ground_dispatches: "gdsp",
146
+ ground_execution_events: "gexe",
147
+ ground_dispatch_assignments: "gdas",
148
+ ground_dispatch_legs: "gdlg",
149
+ ground_dispatch_passengers: "gdps",
150
+ ground_driver_shifts: "gdsh",
151
+ ground_service_incidents: "gsin",
152
+ ground_dispatch_checkpoints: "gdcp",
153
+ channels: "chan",
154
+ channel_contracts: "chco",
155
+ channel_commission_rules: "chcr",
156
+ channel_product_mappings: "chpm",
157
+ channel_booking_links: "chbl",
158
+ channel_webhook_events: "chwe",
159
+ channel_inventory_allotments: "chia",
160
+ channel_inventory_allotment_targets: "chat",
161
+ channel_inventory_release_rules: "chir",
162
+ channel_settlement_runs: "chsr",
163
+ channel_settlement_items: "chsi",
164
+ channel_reconciliation_runs: "chrr",
165
+ channel_reconciliation_items: "chri",
166
+ channel_inventory_release_executions: "chrx",
167
+ channel_settlement_policies: "chsp",
168
+ channel_reconciliation_policies: "chrp",
169
+ channel_release_schedules: "chrs",
170
+ channel_remittance_exceptions: "chre",
171
+ channel_settlement_approvals: "chap",
172
+ channel_availability_push_intents: "cavi",
173
+ channel_content_push_intents: "ccpi",
174
+ facilities: "fac",
175
+ facility_contacts: "fcon",
176
+ facility_features: "ffea",
177
+ facility_operation_schedules: "fops",
178
+ properties: "prop",
179
+ property_groups: "pgrp",
180
+ property_group_members: "pgpm",
181
+ room_types: "hrmt",
182
+ room_type_bed_configs: "hrbc",
183
+ room_units: "hrun",
184
+ meal_plans: "hmlp",
185
+ rate_plans: "hrpl",
186
+ rate_plan_room_types: "hrrt",
187
+ stay_rules: "hstr",
188
+ room_inventory: "hriv",
189
+ rate_plan_inventory_overrides: "hrio",
190
+ stay_booking_items: "hsbi",
191
+ stay_daily_rates: "hsdr",
192
+ room_type_rates: "hrtr",
193
+ room_blocks: "hrbl",
194
+ room_unit_status_events: "hrse",
195
+ maintenance_blocks: "hmbl",
196
+ housekeeping_tasks: "hhkt",
197
+ stay_operations: "hsop",
198
+ stay_checkpoints: "hscp",
199
+ stay_service_posts: "hssp",
200
+ stay_folios: "hsfo",
201
+ stay_folio_lines: "hsfl",
202
+ identity_contact_points: "idcp",
203
+ identity_addresses: "idad",
204
+ identity_named_contacts: "idnc",
205
+ markets: "mkt",
206
+ market_locales: "mklo",
207
+ market_currencies: "mkcu",
208
+ fx_rate_sets: "fxrs",
209
+ exchange_rates: "fxrt",
210
+ pricing_categories: "prcg",
211
+ pricing_category_dependencies: "prcd",
212
+ cancellation_policies: "ccpo",
213
+ cancellation_policy_rules: "ccpr",
214
+ price_catalogs: "prca",
215
+ price_schedules: "prsc",
216
+ option_price_rules: "oprr",
217
+ option_unit_price_rules: "oupr",
218
+ option_start_time_rules: "ostr",
219
+ option_unit_tiers: "outi",
220
+ pickup_price_rules: "pkpr",
221
+ dropoff_price_rules: "drpr",
222
+ extra_price_rules: "expr",
223
+ departure_price_overrides: "dpov",
224
+ product_extras: "pxtr",
225
+ option_extra_configs: "oexc",
226
+ booking_extras: "bkex",
227
+ extra_participant_selections: "exps",
228
+ product_contact_requirements: "pcre",
229
+ product_booking_questions: "pbqq",
230
+ option_booking_questions: "obqq",
231
+ booking_question_options: "bqop",
232
+ booking_question_unit_triggers: "bqut",
233
+ booking_question_option_triggers: "bqot",
234
+ booking_question_extra_triggers: "bqet",
235
+ booking_answers: "bqan",
236
+ storefront_verification_challenges: "svch",
237
+ offers: "ofr",
238
+ offer_contact_assignments: "ofca",
239
+ offer_participants: "ofpt",
240
+ offer_staff_assignments: "ofsa",
241
+ offer_items: "ofit",
242
+ offer_item_participants: "ofip",
243
+ orders: "ord",
244
+ order_contact_assignments: "orca",
245
+ order_participants: "orpt",
246
+ order_staff_assignments: "orsa",
247
+ order_items: "orit",
248
+ order_item_participants: "orip",
249
+ order_terms: "ortm",
250
+ transaction_pii_access_log: "tpal",
251
+ market_price_catalogs: "mkpc",
252
+ market_product_rules: "mkpr",
253
+ market_channel_rules: "mkcr",
254
+ external_refs: "exrf",
255
+ sellability_snapshots: "sels",
256
+ sellability_snapshot_items: "sesi",
257
+ sellability_policies: "slpo",
258
+ sellability_policy_results: "slpr",
259
+ offer_refresh_runs: "ofrr",
260
+ offer_expiration_events: "ofee",
261
+ sellability_explanations: "slex",
262
+ // --- CONTRACTS ---
263
+ contracts: "cont",
264
+ contract_templates: "ctpl",
265
+ contract_template_versions: "ctpv",
266
+ contract_signatures: "ctsi",
267
+ contract_number_series: "ctns",
268
+ contract_attachments: "ctat",
269
+ // --- POLICIES ---
270
+ policies: "pol",
271
+ policy_versions: "plvr",
272
+ policy_rules: "plrl",
273
+ policy_assignments: "plas",
274
+ policy_acceptances: "plac",
275
+ // --- FINANCE (invoicing extensions) ---
276
+ invoice_number_series: "invs",
277
+ invoice_templates: "invt",
278
+ invoice_renditions: "invr",
279
+ invoice_attachments: "inat",
280
+ tax_regimes: "txrg",
281
+ invoice_external_refs: "iner",
282
+ // --- PRODUCT MEDIA ---
283
+ product_media: "pmed",
284
+ product_features: "pftr",
285
+ product_faqs: "pfaq",
286
+ product_locations: "ploc",
287
+ // --- PRODUCT TAXONOMY ---
288
+ product_types: "ptyp",
289
+ product_categories: "pctg",
290
+ product_category_translations: "pctr",
291
+ product_tags: "ptag",
292
+ product_tag_translations: "pttr",
293
+ destinations: "dest",
294
+ destination_translations: "dtrn",
295
+ product_destinations: "pdst",
296
+ // --- BOOKING EXTENSIONS ---
297
+ booking_product_details: "bkpd",
298
+ booking_item_product_details: "bipd",
299
+ booking_crm_details: "bkcd",
300
+ booking_transaction_details: "bktd",
301
+ booking_distribution_details: "bkdd",
302
+ booking_traveler_travel_details: "bptd",
303
+ booking_participant_travel_details: "bptd",
304
+ // --- CRUISES ---
305
+ cruises: "cru",
306
+ cruise_voyage_groups: "crvg",
307
+ cruise_voyage_group_segments: "crvs",
308
+ cruise_sailings: "crsl",
309
+ cruise_ships: "crsh",
310
+ cruise_decks: "crdk",
311
+ cruise_cabin_categories: "crcc",
312
+ cruise_cabins: "crcb",
313
+ cruise_prices: "crpx",
314
+ cruise_price_components: "crpc",
315
+ cruise_days: "crdy",
316
+ cruise_sailing_days: "crsd",
317
+ cruise_media: "crme",
318
+ cruise_inclusions: "crin",
319
+ cruise_search_index: "crsi",
320
+ cruise_enrichment_programs: "crep",
321
+ // --- CHARTERS ---
322
+ charter_products: "chrt",
323
+ charter_voyages: "chrv",
324
+ charter_yachts: "chry",
325
+ charter_suites: "chst",
326
+ charter_schedule_days: "chrd",
327
+ // --- CATALOG (cross-vertical infrastructure) ---
328
+ catalog_overlay: "ovly",
329
+ booking_catalog_snapshot: "bcsn",
330
+ catalog_drift_event: "cdrf",
331
+ catalog_quotes: "cquo",
332
+ catalog_sourced_entries: "cse",
333
+ catalog_content_drift_event: "cnde",
334
+ catalog_demo_inventory: "cdmi",
335
+ catalog_demo_orders: "cdmo",
336
+ // Resumable session-bound draft for the unified booking journey.
337
+ // Per docs/architecture/booking-journey-architecture.md §5.7 +
338
+ // §12.10 (chose option B: ship as a sibling table to
339
+ // booking_session_states).
340
+ booking_drafts: "bdrf",
341
+ // --- TRAVEL COMPOSER ---
342
+ trip_envelopes: "trip",
343
+ trip_components: "trcp",
344
+ trip_component_events: "trce",
345
+ // --- FINANCE (extensions for journey tax computation) ---
346
+ // Per booking-journey-architecture §9. The classes are the per-
347
+ // product treatment decision; tax_regimes remains the
348
+ // jurisdictional rate catalog and is unchanged.
349
+ tax_classes: "txcl",
350
+ tax_policy_profiles: "txpp",
351
+ tax_policy_rules: "txpr",
352
+ // Per-product per-occupancy rate tier table for non-cruise
353
+ // verticals. Cruises keep their specialized cruise_prices table.
354
+ product_pax_pricing_tiers: "ppt",
355
+ // --- AVAILABILITY (extension for booking-journey holds) ---
356
+ // Soft holds against availability_slots tied to booking_drafts.
357
+ // Per booking-journey-architecture §5.7 + §6 — the doc proposes
358
+ // bookingAllocations for owned holds, but those require a
359
+ // booking_id FK and journey holds are pre-booking. A dedicated
360
+ // table is the cleanest fit.
361
+ availability_holds: "avhd",
362
+ // Workflow runs — observability for in-process workflows (the
363
+ // catalog-checkout finalize spine, follow-up scheduled jobs, etc).
364
+ // Lives outside the durable @voyantjs/workflows orchestrator so
365
+ // edge-compatible templates can record runs without spinning up
366
+ // a separate Node process.
367
+ workflow_runs: "wfrn",
368
+ workflow_run_steps: "wfrs",
369
+ // --- Operator-template-local settings ---
370
+ operator_settings: "opset",
371
+ operator_profile: "oppf",
372
+ operator_payment_instructions: "opin",
373
+ operator_payment_defaults: "opdp",
374
+ booking_tax_settings: "btxs",
375
+ // --- PROMOTIONS (per docs/architecture/promotions-architecture.md §4.4) ---
376
+ // promotional_offer_products is a join table (no `id` column).
377
+ promotional_offers: "pofr",
378
+ promotional_offer_redemptions: "pofx",
379
+ // Boundary-scheduler watermark — single-row table, but typed for
380
+ // registry completeness. Per §9.2 of the promotions architecture doc.
381
+ promotional_offer_scheduler_state: "pofs",
382
+ };
@@ -0,0 +1,207 @@
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 extraParticipantSelection: import("zod").ZodString;
50
+ readonly productContactRequirement: import("zod").ZodString;
51
+ readonly productBookingQuestion: import("zod").ZodString;
52
+ readonly optionBookingQuestion: import("zod").ZodString;
53
+ readonly bookingQuestionOption: import("zod").ZodString;
54
+ readonly bookingQuestionUnitTrigger: import("zod").ZodString;
55
+ readonly bookingQuestionOptionTrigger: import("zod").ZodString;
56
+ readonly bookingQuestionExtraTrigger: import("zod").ZodString;
57
+ readonly bookingAnswer: import("zod").ZodString;
58
+ readonly offer: import("zod").ZodString;
59
+ readonly offerParticipant: import("zod").ZodString;
60
+ readonly offerItem: import("zod").ZodString;
61
+ readonly offerItemParticipant: import("zod").ZodString;
62
+ readonly order: import("zod").ZodString;
63
+ readonly orderParticipant: import("zod").ZodString;
64
+ readonly orderItem: import("zod").ZodString;
65
+ readonly orderItemParticipant: import("zod").ZodString;
66
+ readonly orderTerm: import("zod").ZodString;
67
+ readonly marketPriceCatalog: import("zod").ZodString;
68
+ readonly marketProductRule: import("zod").ZodString;
69
+ readonly marketChannelRule: import("zod").ZodString;
70
+ readonly product: import("zod").ZodString;
71
+ readonly productOption: import("zod").ZodString;
72
+ readonly optionUnit: import("zod").ZodString;
73
+ readonly productActivationSetting: import("zod").ZodString;
74
+ readonly productTicketSetting: import("zod").ZodString;
75
+ readonly productVisibilitySetting: import("zod").ZodString;
76
+ readonly productCapability: import("zod").ZodString;
77
+ readonly productDeliveryFormat: import("zod").ZodString;
78
+ readonly productTranslation: import("zod").ZodString;
79
+ readonly productOptionTranslation: import("zod").ZodString;
80
+ readonly optionUnitTranslation: import("zod").ZodString;
81
+ readonly productDay: import("zod").ZodString;
82
+ readonly productDayService: import("zod").ZodString;
83
+ readonly productVersion: import("zod").ZodString;
84
+ readonly productNote: import("zod").ZodString;
85
+ readonly booking: import("zod").ZodString;
86
+ readonly bookingTraveler: import("zod").ZodString;
87
+ readonly bookingParticipant: import("zod").ZodString;
88
+ readonly bookingItem: import("zod").ZodString;
89
+ readonly bookingItemTraveler: import("zod").ZodString;
90
+ readonly bookingItemParticipant: import("zod").ZodString;
91
+ readonly bookingPassenger: import("zod").ZodString;
92
+ readonly bookingSupplierStatus: import("zod").ZodString;
93
+ readonly bookingActivity: import("zod").ZodString;
94
+ readonly bookingNote: import("zod").ZodString;
95
+ readonly bookingDocument: import("zod").ZodString;
96
+ readonly availabilityRule: import("zod").ZodString;
97
+ readonly availabilityStartTime: import("zod").ZodString;
98
+ readonly availabilitySlot: import("zod").ZodString;
99
+ readonly availabilityCloseout: import("zod").ZodString;
100
+ readonly availabilityPickupPoint: import("zod").ZodString;
101
+ readonly availabilitySlotPickup: import("zod").ZodString;
102
+ readonly roomBlock: import("zod").ZodString;
103
+ readonly roomUnitStatusEvent: import("zod").ZodString;
104
+ readonly maintenanceBlock: import("zod").ZodString;
105
+ readonly housekeepingTask: import("zod").ZodString;
106
+ readonly stayOperation: import("zod").ZodString;
107
+ readonly stayCheckpoint: import("zod").ZodString;
108
+ readonly stayServicePost: import("zod").ZodString;
109
+ readonly stayFolio: import("zod").ZodString;
110
+ readonly stayFolioLine: import("zod").ZodString;
111
+ readonly roomTypeRate: import("zod").ZodString;
112
+ readonly organization: import("zod").ZodString;
113
+ readonly person: import("zod").ZodString;
114
+ readonly pipeline: import("zod").ZodString;
115
+ readonly stage: import("zod").ZodString;
116
+ readonly opportunity: import("zod").ZodString;
117
+ readonly opportunityParticipant: import("zod").ZodString;
118
+ readonly opportunityProduct: import("zod").ZodString;
119
+ readonly quote: import("zod").ZodString;
120
+ readonly quoteLine: import("zod").ZodString;
121
+ readonly activity: import("zod").ZodString;
122
+ readonly activityLink: import("zod").ZodString;
123
+ readonly activityParticipant: import("zod").ZodString;
124
+ readonly customFieldDefinition: import("zod").ZodString;
125
+ readonly customFieldValue: import("zod").ZodString;
126
+ readonly invoice: import("zod").ZodString;
127
+ readonly paymentInstrument: import("zod").ZodString;
128
+ readonly paymentSession: import("zod").ZodString;
129
+ readonly paymentAuthorization: import("zod").ZodString;
130
+ readonly paymentCapture: import("zod").ZodString;
131
+ readonly bookingPaymentSchedule: import("zod").ZodString;
132
+ readonly bookingGuarantee: import("zod").ZodString;
133
+ readonly bookingItemTaxLine: import("zod").ZodString;
134
+ readonly bookingItemCommission: import("zod").ZodString;
135
+ readonly invoiceLineItem: import("zod").ZodString;
136
+ readonly payment: import("zod").ZodString;
137
+ readonly creditNote: import("zod").ZodString;
138
+ readonly creditNoteLineItem: import("zod").ZodString;
139
+ readonly supplierPayment: import("zod").ZodString;
140
+ readonly financeNote: import("zod").ZodString;
141
+ readonly resource: import("zod").ZodString;
142
+ readonly resourcePool: import("zod").ZodString;
143
+ readonly resourcePoolMember: import("zod").ZodString;
144
+ readonly resourceRequirement: import("zod").ZodString;
145
+ readonly resourceAllocation: import("zod").ZodString;
146
+ readonly resourceSlotAssignment: import("zod").ZodString;
147
+ readonly resourceCloseout: import("zod").ZodString;
148
+ readonly groundOperator: import("zod").ZodString;
149
+ readonly groundVehicle: import("zod").ZodString;
150
+ readonly groundDriver: import("zod").ZodString;
151
+ readonly groundTransferPreference: import("zod").ZodString;
152
+ readonly groundDispatch: import("zod").ZodString;
153
+ readonly groundExecutionEvent: import("zod").ZodString;
154
+ readonly groundDispatchAssignment: import("zod").ZodString;
155
+ readonly groundDispatchLeg: import("zod").ZodString;
156
+ readonly groundDispatchPassenger: import("zod").ZodString;
157
+ readonly groundDriverShift: import("zod").ZodString;
158
+ readonly groundServiceIncident: import("zod").ZodString;
159
+ readonly groundDispatchCheckpoint: import("zod").ZodString;
160
+ readonly channel: import("zod").ZodString;
161
+ readonly channelContract: import("zod").ZodString;
162
+ readonly channelCommissionRule: import("zod").ZodString;
163
+ readonly channelProductMapping: import("zod").ZodString;
164
+ readonly channelBookingLink: import("zod").ZodString;
165
+ readonly channelWebhookEvent: import("zod").ZodString;
166
+ readonly channelSettlementRun: import("zod").ZodString;
167
+ readonly channelSettlementItem: import("zod").ZodString;
168
+ readonly channelReconciliationRun: import("zod").ZodString;
169
+ readonly channelReconciliationItem: import("zod").ZodString;
170
+ readonly channelInventoryReleaseExecution: import("zod").ZodString;
171
+ readonly channelSettlementPolicy: import("zod").ZodString;
172
+ readonly channelReconciliationPolicy: import("zod").ZodString;
173
+ readonly channelReleaseSchedule: import("zod").ZodString;
174
+ readonly channelRemittanceException: import("zod").ZodString;
175
+ readonly channelSettlementApproval: import("zod").ZodString;
176
+ readonly sellabilitySnapshot: import("zod").ZodString;
177
+ readonly sellabilitySnapshotItem: import("zod").ZodString;
178
+ readonly sellabilityPolicy: import("zod").ZodString;
179
+ readonly sellabilityPolicyResult: import("zod").ZodString;
180
+ readonly offerRefreshRun: import("zod").ZodString;
181
+ readonly offerExpirationEvent: import("zod").ZodString;
182
+ readonly sellabilityExplanation: import("zod").ZodString;
183
+ readonly productMedia: import("zod").ZodString;
184
+ readonly productFeature: import("zod").ZodString;
185
+ readonly productFaq: import("zod").ZodString;
186
+ readonly productLocation: import("zod").ZodString;
187
+ readonly productType: import("zod").ZodString;
188
+ readonly productCategory: import("zod").ZodString;
189
+ readonly productTag: import("zod").ZodString;
190
+ readonly contract: import("zod").ZodString;
191
+ readonly contractTemplate: import("zod").ZodString;
192
+ readonly contractTemplateVersion: import("zod").ZodString;
193
+ readonly contractSignature: import("zod").ZodString;
194
+ readonly contractNumberSeries: import("zod").ZodString;
195
+ readonly contractAttachment: import("zod").ZodString;
196
+ readonly policy: import("zod").ZodString;
197
+ readonly policyVersion: import("zod").ZodString;
198
+ readonly policyRule: import("zod").ZodString;
199
+ readonly policyAssignment: import("zod").ZodString;
200
+ readonly policyAcceptance: import("zod").ZodString;
201
+ readonly invoiceNumberSeries: import("zod").ZodString;
202
+ readonly invoiceTemplate: import("zod").ZodString;
203
+ readonly invoiceRendition: import("zod").ZodString;
204
+ readonly taxRegime: import("zod").ZodString;
205
+ readonly invoiceExternalRef: import("zod").ZodString;
206
+ };
207
+ //# sourceMappingURL=typeid-schemas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeid-schemas.d.ts","sourceRoot":"","sources":["../../src/typeid/typeid-schemas.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0MhB,CAAA"}