@voyantjs/db 0.1.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/LICENSE +109 -0
- package/README.md +55 -0
- package/dist/columns/collection.d.ts +37 -0
- package/dist/columns/collection.d.ts.map +1 -0
- package/dist/columns/collection.js +44 -0
- package/dist/columns/collection.js.map +1 -0
- package/dist/columns/cruise.d.ts +26 -0
- package/dist/columns/cruise.d.ts.map +1 -0
- package/dist/columns/cruise.js +31 -0
- package/dist/columns/cruise.js.map +1 -0
- package/dist/columns/departure-sub-tables.d.ts +179 -0
- package/dist/columns/departure-sub-tables.d.ts.map +1 -0
- package/dist/columns/departure-sub-tables.js +214 -0
- package/dist/columns/departure-sub-tables.js.map +1 -0
- package/dist/columns/departure.d.ts +20 -0
- package/dist/columns/departure.d.ts.map +1 -0
- package/dist/columns/departure.js +23 -0
- package/dist/columns/departure.js.map +1 -0
- package/dist/columns/destinations.d.ts +21 -0
- package/dist/columns/destinations.d.ts.map +1 -0
- package/dist/columns/destinations.js +24 -0
- package/dist/columns/destinations.js.map +1 -0
- package/dist/columns/index.d.ts +31 -0
- package/dist/columns/index.d.ts.map +1 -0
- package/dist/columns/index.js +57 -0
- package/dist/columns/index.js.map +1 -0
- package/dist/columns/itinerary-sub-tables.d.ts +177 -0
- package/dist/columns/itinerary-sub-tables.d.ts.map +1 -0
- package/dist/columns/itinerary-sub-tables.js +122 -0
- package/dist/columns/itinerary-sub-tables.js.map +1 -0
- package/dist/columns/itinerary.d.ts +17 -0
- package/dist/columns/itinerary.d.ts.map +1 -0
- package/dist/columns/itinerary.js +20 -0
- package/dist/columns/itinerary.js.map +1 -0
- package/dist/columns/lodging.d.ts +143 -0
- package/dist/columns/lodging.d.ts.map +1 -0
- package/dist/columns/lodging.js +164 -0
- package/dist/columns/lodging.js.map +1 -0
- package/dist/columns/offers.d.ts +31 -0
- package/dist/columns/offers.d.ts.map +1 -0
- package/dist/columns/offers.js +43 -0
- package/dist/columns/offers.js.map +1 -0
- package/dist/columns/pricing.d.ts +60 -0
- package/dist/columns/pricing.d.ts.map +1 -0
- package/dist/columns/pricing.js +71 -0
- package/dist/columns/pricing.js.map +1 -0
- package/dist/columns/product-accommodation.d.ts +99 -0
- package/dist/columns/product-accommodation.d.ts.map +1 -0
- package/dist/columns/product-accommodation.js +65 -0
- package/dist/columns/product-accommodation.js.map +1 -0
- package/dist/columns/product-addons.d.ts +18 -0
- package/dist/columns/product-addons.d.ts.map +1 -0
- package/dist/columns/product-addons.js +21 -0
- package/dist/columns/product-addons.js.map +1 -0
- package/dist/columns/product-availability-states.d.ts +65 -0
- package/dist/columns/product-availability-states.d.ts.map +1 -0
- package/dist/columns/product-availability-states.js +81 -0
- package/dist/columns/product-availability-states.js.map +1 -0
- package/dist/columns/product-availability.d.ts +21 -0
- package/dist/columns/product-availability.d.ts.map +1 -0
- package/dist/columns/product-availability.js +24 -0
- package/dist/columns/product-availability.js.map +1 -0
- package/dist/columns/product-booking-rules.d.ts +45 -0
- package/dist/columns/product-booking-rules.d.ts.map +1 -0
- package/dist/columns/product-booking-rules.js +55 -0
- package/dist/columns/product-booking-rules.js.map +1 -0
- package/dist/columns/product-category-assignments.d.ts +17 -0
- package/dist/columns/product-category-assignments.d.ts.map +1 -0
- package/dist/columns/product-category-assignments.js +20 -0
- package/dist/columns/product-category-assignments.js.map +1 -0
- package/dist/columns/product-extensions.d.ts +24 -0
- package/dist/columns/product-extensions.d.ts.map +1 -0
- package/dist/columns/product-extensions.js +27 -0
- package/dist/columns/product-extensions.js.map +1 -0
- package/dist/columns/product-media.d.ts +19 -0
- package/dist/columns/product-media.d.ts.map +1 -0
- package/dist/columns/product-media.js +22 -0
- package/dist/columns/product-media.js.map +1 -0
- package/dist/columns/product-overrides.d.ts +19 -0
- package/dist/columns/product-overrides.d.ts.map +1 -0
- package/dist/columns/product-overrides.js +22 -0
- package/dist/columns/product-overrides.js.map +1 -0
- package/dist/columns/product-preferences.d.ts +51 -0
- package/dist/columns/product-preferences.d.ts.map +1 -0
- package/dist/columns/product-preferences.js +59 -0
- package/dist/columns/product-preferences.js.map +1 -0
- package/dist/columns/product-publish-settings.d.ts +18 -0
- package/dist/columns/product-publish-settings.d.ts.map +1 -0
- package/dist/columns/product-publish-settings.js +21 -0
- package/dist/columns/product-publish-settings.js.map +1 -0
- package/dist/columns/product-rate-plans.d.ts +28 -0
- package/dist/columns/product-rate-plans.d.ts.map +1 -0
- package/dist/columns/product-rate-plans.js +33 -0
- package/dist/columns/product-rate-plans.js.map +1 -0
- package/dist/columns/product-translations.d.ts +24 -0
- package/dist/columns/product-translations.d.ts.map +1 -0
- package/dist/columns/product-translations.js +27 -0
- package/dist/columns/product-translations.js.map +1 -0
- package/dist/columns/product-versions.d.ts +19 -0
- package/dist/columns/product-versions.d.ts.map +1 -0
- package/dist/columns/product-versions.js +22 -0
- package/dist/columns/product-versions.js.map +1 -0
- package/dist/columns/product-visibility.d.ts +16 -0
- package/dist/columns/product-visibility.d.ts.map +1 -0
- package/dist/columns/product-visibility.js +19 -0
- package/dist/columns/product-visibility.js.map +1 -0
- package/dist/columns/product.d.ts +56 -0
- package/dist/columns/product.d.ts.map +1 -0
- package/dist/columns/product.js +44 -0
- package/dist/columns/product.js.map +1 -0
- package/dist/columns/room.d.ts +117 -0
- package/dist/columns/room.d.ts.map +1 -0
- package/dist/columns/room.js +86 -0
- package/dist/columns/room.js.map +1 -0
- package/dist/columns/ship.d.ts +22 -0
- package/dist/columns/ship.d.ts.map +1 -0
- package/dist/columns/ship.js +25 -0
- package/dist/columns/ship.js.map +1 -0
- package/dist/columns/tags.d.ts +33 -0
- package/dist/columns/tags.d.ts.map +1 -0
- package/dist/columns/tags.js +38 -0
- package/dist/columns/tags.js.map +1 -0
- package/dist/columns/transport.d.ts +53 -0
- package/dist/columns/transport.d.ts.map +1 -0
- package/dist/columns/transport.js +62 -0
- package/dist/columns/transport.js.map +1 -0
- package/dist/crud.d.ts +72 -0
- package/dist/crud.d.ts.map +1 -0
- package/dist/crud.js +134 -0
- package/dist/crud.js.map +1 -0
- package/dist/helpers.d.ts +46 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/helpers.js +57 -0
- package/dist/helpers.js.map +1 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +70 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/index.d.ts +3 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/index.js +5 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/typeid-column.d.ts +75 -0
- package/dist/lib/typeid-column.d.ts.map +1 -0
- package/dist/lib/typeid-column.js +92 -0
- package/dist/lib/typeid-column.js.map +1 -0
- package/dist/lib/typeid.d.ts +511 -0
- package/dist/lib/typeid.d.ts.map +1 -0
- package/dist/lib/typeid.js +566 -0
- package/dist/lib/typeid.js.map +1 -0
- package/dist/links.d.ts +22 -0
- package/dist/links.d.ts.map +1 -0
- package/dist/links.js +181 -0
- package/dist/links.js.map +1 -0
- package/dist/operators.d.ts +9 -0
- package/dist/operators.d.ts.map +1 -0
- package/dist/operators.js +9 -0
- package/dist/operators.js.map +1 -0
- package/dist/primitives/catalog-schemas.d.ts +101 -0
- package/dist/primitives/catalog-schemas.d.ts.map +1 -0
- package/dist/primitives/catalog-schemas.js +69 -0
- package/dist/primitives/catalog-schemas.js.map +1 -0
- package/dist/primitives/catalog.d.ts +47 -0
- package/dist/primitives/catalog.d.ts.map +1 -0
- package/dist/primitives/catalog.js +94 -0
- package/dist/primitives/catalog.js.map +1 -0
- package/dist/primitives/index.d.ts +4 -0
- package/dist/primitives/index.d.ts.map +1 -0
- package/dist/primitives/index.js +4 -0
- package/dist/primitives/index.js.map +1 -0
- package/dist/primitives/offers.d.ts +224 -0
- package/dist/primitives/offers.d.ts.map +1 -0
- package/dist/primitives/offers.js +132 -0
- package/dist/primitives/offers.js.map +1 -0
- package/dist/queries/index.d.ts +18 -0
- package/dist/queries/index.d.ts.map +1 -0
- package/dist/queries/index.js +30 -0
- package/dist/queries/index.js.map +1 -0
- package/dist/runtime/index.d.ts +2 -0
- package/dist/runtime/index.d.ts.map +1 -0
- package/dist/runtime/index.js +3 -0
- package/dist/runtime/index.js.map +1 -0
- package/dist/schema/00_ensure_schemas.d.ts +4 -0
- package/dist/schema/00_ensure_schemas.d.ts.map +1 -0
- package/dist/schema/00_ensure_schemas.js +5 -0
- package/dist/schema/00_ensure_schemas.js.map +1 -0
- package/dist/schema/0_schemas.d.ts +4 -0
- package/dist/schema/0_schemas.d.ts.map +1 -0
- package/dist/schema/0_schemas.js +5 -0
- package/dist/schema/0_schemas.js.map +1 -0
- package/dist/schema/billing/0_enums.d.ts +2 -0
- package/dist/schema/billing/0_enums.d.ts.map +1 -0
- package/dist/schema/billing/0_enums.js +2 -0
- package/dist/schema/billing/0_enums.js.map +1 -0
- package/dist/schema/billing/accounting_connections.d.ts +118 -0
- package/dist/schema/billing/accounting_connections.d.ts.map +1 -0
- package/dist/schema/billing/accounting_connections.js +25 -0
- package/dist/schema/billing/accounting_connections.js.map +1 -0
- package/dist/schema/billing/accounting_exports.d.ts +218 -0
- package/dist/schema/billing/accounting_exports.d.ts.map +1 -0
- package/dist/schema/billing/accounting_exports.js +42 -0
- package/dist/schema/billing/accounting_exports.js.map +1 -0
- package/dist/schema/billing/accounting_mappings.d.ts +158 -0
- package/dist/schema/billing/accounting_mappings.d.ts.map +1 -0
- package/dist/schema/billing/accounting_mappings.js +34 -0
- package/dist/schema/billing/accounting_mappings.js.map +1 -0
- package/dist/schema/billing/index.d.ts +22 -0
- package/dist/schema/billing/index.d.ts.map +1 -0
- package/dist/schema/billing/index.js +23 -0
- package/dist/schema/billing/index.js.map +1 -0
- package/dist/schema/billing/invoice_lines.d.ts +318 -0
- package/dist/schema/billing/invoice_lines.d.ts.map +1 -0
- package/dist/schema/billing/invoice_lines.js +60 -0
- package/dist/schema/billing/invoice_lines.js.map +1 -0
- package/dist/schema/billing/invoices.d.ts +494 -0
- package/dist/schema/billing/invoices.d.ts.map +1 -0
- package/dist/schema/billing/invoices.js +77 -0
- package/dist/schema/billing/invoices.js.map +1 -0
- package/dist/schema/billing/organization_tax_settings.d.ts +157 -0
- package/dist/schema/billing/organization_tax_settings.d.ts.map +1 -0
- package/dist/schema/billing/organization_tax_settings.js +39 -0
- package/dist/schema/billing/organization_tax_settings.js.map +1 -0
- package/dist/schema/billing/payment_terms.d.ts +78 -0
- package/dist/schema/billing/payment_terms.d.ts.map +1 -0
- package/dist/schema/billing/payment_terms.js +21 -0
- package/dist/schema/billing/payment_terms.js.map +1 -0
- package/dist/schema/billing/promotion_codes.d.ts +389 -0
- package/dist/schema/billing/promotion_codes.d.ts.map +1 -0
- package/dist/schema/billing/promotion_codes.js +99 -0
- package/dist/schema/billing/promotion_codes.js.map +1 -0
- package/dist/schema/billing/promotion_redemptions.d.ts +472 -0
- package/dist/schema/billing/promotion_redemptions.d.ts.map +1 -0
- package/dist/schema/billing/promotion_redemptions.js +111 -0
- package/dist/schema/billing/promotion_redemptions.js.map +1 -0
- package/dist/schema/billing/promotions.d.ts +917 -0
- package/dist/schema/billing/promotions.d.ts.map +1 -0
- package/dist/schema/billing/promotions.js +182 -0
- package/dist/schema/billing/promotions.js.map +1 -0
- package/dist/schema/billing/quote_items.d.ts +266 -0
- package/dist/schema/billing/quote_items.d.ts.map +1 -0
- package/dist/schema/billing/quote_items.js +56 -0
- package/dist/schema/billing/quote_items.js.map +1 -0
- package/dist/schema/billing/quotes.d.ts +569 -0
- package/dist/schema/billing/quotes.d.ts.map +1 -0
- package/dist/schema/billing/quotes.js +105 -0
- package/dist/schema/billing/quotes.js.map +1 -0
- package/dist/schema/billing/rate_cards.d.ts +160 -0
- package/dist/schema/billing/rate_cards.d.ts.map +1 -0
- package/dist/schema/billing/rate_cards.js +35 -0
- package/dist/schema/billing/rate_cards.js.map +1 -0
- package/dist/schema/billing/tax_code_rules.d.ts +160 -0
- package/dist/schema/billing/tax_code_rules.d.ts.map +1 -0
- package/dist/schema/billing/tax_code_rules.js +36 -0
- package/dist/schema/billing/tax_code_rules.js.map +1 -0
- package/dist/schema/billing/tax_codes.d.ts +198 -0
- package/dist/schema/billing/tax_codes.d.ts.map +1 -0
- package/dist/schema/billing/tax_codes.js +33 -0
- package/dist/schema/billing/tax_codes.js.map +1 -0
- package/dist/schema/billing/tax_profiles.d.ts +78 -0
- package/dist/schema/billing/tax_profiles.d.ts.map +1 -0
- package/dist/schema/billing/tax_profiles.js +21 -0
- package/dist/schema/billing/tax_profiles.js.map +1 -0
- package/dist/schema/billing/tax_rules.d.ts +273 -0
- package/dist/schema/billing/tax_rules.d.ts.map +1 -0
- package/dist/schema/billing/tax_rules.js +48 -0
- package/dist/schema/billing/tax_rules.js.map +1 -0
- package/dist/schema/billing/voucher_transactions.d.ts +266 -0
- package/dist/schema/billing/voucher_transactions.d.ts.map +1 -0
- package/dist/schema/billing/voucher_transactions.js +86 -0
- package/dist/schema/billing/voucher_transactions.js.map +1 -0
- package/dist/schema/billing/vouchers.d.ts +538 -0
- package/dist/schema/billing/vouchers.d.ts.map +1 -0
- package/dist/schema/billing/vouchers.js +117 -0
- package/dist/schema/billing/vouchers.js.map +1 -0
- package/dist/schema/billing/webhook_events.d.ts +196 -0
- package/dist/schema/billing/webhook_events.d.ts.map +1 -0
- package/dist/schema/billing/webhook_events.js +35 -0
- package/dist/schema/billing/webhook_events.js.map +1 -0
- package/dist/schema/bookings/booking_cancellations.d.ts +569 -0
- package/dist/schema/bookings/booking_cancellations.d.ts.map +1 -0
- package/dist/schema/bookings/booking_cancellations.js +119 -0
- package/dist/schema/bookings/booking_cancellations.js.map +1 -0
- package/dist/schema/bookings/booking_insurance.d.ts +413 -0
- package/dist/schema/bookings/booking_insurance.d.ts.map +1 -0
- package/dist/schema/bookings/booking_insurance.js +92 -0
- package/dist/schema/bookings/booking_insurance.js.map +1 -0
- package/dist/schema/bookings/booking_reminder_logs.d.ts +273 -0
- package/dist/schema/bookings/booking_reminder_logs.d.ts.map +1 -0
- package/dist/schema/bookings/booking_reminder_logs.js +88 -0
- package/dist/schema/bookings/booking_reminder_logs.js.map +1 -0
- package/dist/schema/bookings/booking_sessions.d.ts +1436 -0
- package/dist/schema/bookings/booking_sessions.d.ts.map +1 -0
- package/dist/schema/bookings/booking_sessions.js +313 -0
- package/dist/schema/bookings/booking_sessions.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_adjustments.d.ts +320 -0
- package/dist/schema/bookings/bookings/booking_adjustments.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_adjustments.js +67 -0
- package/dist/schema/bookings/bookings/booking_adjustments.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_items.d.ts +440 -0
- package/dist/schema/bookings/bookings/booking_items.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_items.js +77 -0
- package/dist/schema/bookings/bookings/booking_items.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_passengers.d.ts +505 -0
- package/dist/schema/bookings/bookings/booking_passengers.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_passengers.js +152 -0
- package/dist/schema/bookings/bookings/booking_passengers.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_room_allocations.d.ts +138 -0
- package/dist/schema/bookings/bookings/booking_room_allocations.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_room_allocations.js +33 -0
- package/dist/schema/bookings/bookings/booking_room_allocations.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_room_selections.d.ts +335 -0
- package/dist/schema/bookings/bookings/booking_room_selections.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_room_selections.js +69 -0
- package/dist/schema/bookings/bookings/booking_room_selections.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_status_history.d.ts +164 -0
- package/dist/schema/bookings/bookings/booking_status_history.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_status_history.js +46 -0
- package/dist/schema/bookings/bookings/booking_status_history.js.map +1 -0
- package/dist/schema/bookings/bookings/booking_taxes.d.ts +198 -0
- package/dist/schema/bookings/bookings/booking_taxes.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/booking_taxes.js +47 -0
- package/dist/schema/bookings/bookings/booking_taxes.js.map +1 -0
- package/dist/schema/bookings/bookings/bookings.d.ts +847 -0
- package/dist/schema/bookings/bookings/bookings.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/bookings.js +150 -0
- package/dist/schema/bookings/bookings/bookings.js.map +1 -0
- package/dist/schema/bookings/bookings/index.d.ts +10 -0
- package/dist/schema/bookings/bookings/index.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/index.js +10 -0
- package/dist/schema/bookings/bookings/index.js.map +1 -0
- package/dist/schema/bookings/bookings/v_bookings_list.d.ts +25 -0
- package/dist/schema/bookings/bookings/v_bookings_list.d.ts.map +1 -0
- package/dist/schema/bookings/bookings/v_bookings_list.js +11 -0
- package/dist/schema/bookings/bookings/v_bookings_list.js.map +1 -0
- package/dist/schema/bookings/index.d.ts +10 -0
- package/dist/schema/bookings/index.d.ts.map +1 -0
- package/dist/schema/bookings/index.js +10 -0
- package/dist/schema/bookings/index.js.map +1 -0
- package/dist/schema/bookings/item_option_selections.d.ts +276 -0
- package/dist/schema/bookings/item_option_selections.d.ts.map +1 -0
- package/dist/schema/bookings/item_option_selections.js +48 -0
- package/dist/schema/bookings/item_option_selections.js.map +1 -0
- package/dist/schema/bookings/payment_milestones.d.ts +409 -0
- package/dist/schema/bookings/payment_milestones.d.ts.map +1 -0
- package/dist/schema/bookings/payment_milestones.js +88 -0
- package/dist/schema/bookings/payment_milestones.js.map +1 -0
- package/dist/schema/bookings/resource_allocations.d.ts +400 -0
- package/dist/schema/bookings/resource_allocations.d.ts.map +1 -0
- package/dist/schema/bookings/resource_allocations.js +87 -0
- package/dist/schema/bookings/resource_allocations.js.map +1 -0
- package/dist/schema/bookings/resources/index.d.ts +5 -0
- package/dist/schema/bookings/resources/index.d.ts.map +1 -0
- package/dist/schema/bookings/resources/index.js +5 -0
- package/dist/schema/bookings/resources/index.js.map +1 -0
- package/dist/schema/bookings/resources/resource_allocations.d.ts +400 -0
- package/dist/schema/bookings/resources/resource_allocations.d.ts.map +1 -0
- package/dist/schema/bookings/resources/resource_allocations.js +87 -0
- package/dist/schema/bookings/resources/resource_allocations.js.map +1 -0
- package/dist/schema/bookings/resources/resource_layouts.d.ts +138 -0
- package/dist/schema/bookings/resources/resource_layouts.d.ts.map +1 -0
- package/dist/schema/bookings/resources/resource_layouts.js +30 -0
- package/dist/schema/bookings/resources/resource_layouts.js.map +1 -0
- package/dist/schema/bookings/resources/resource_units.d.ts +197 -0
- package/dist/schema/bookings/resources/resource_units.d.ts.map +1 -0
- package/dist/schema/bookings/resources/resource_units.js +50 -0
- package/dist/schema/bookings/resources/resource_units.js.map +1 -0
- package/dist/schema/bookings/resources/resources.d.ts +201 -0
- package/dist/schema/bookings/resources/resources.d.ts.map +1 -0
- package/dist/schema/bookings/resources/resources.js +44 -0
- package/dist/schema/bookings/resources/resources.js.map +1 -0
- package/dist/schema/bookings/supplier_confirmations.d.ts +243 -0
- package/dist/schema/bookings/supplier_confirmations.d.ts.map +1 -0
- package/dist/schema/bookings/supplier_confirmations.js +50 -0
- package/dist/schema/bookings/supplier_confirmations.js.map +1 -0
- package/dist/schema/catalog/0_enums.d.ts +63 -0
- package/dist/schema/catalog/0_enums.d.ts.map +1 -0
- package/dist/schema/catalog/0_enums.js +31 -0
- package/dist/schema/catalog/0_enums.js.map +1 -0
- package/dist/schema/catalog/accomodations.d.ts +159 -0
- package/dist/schema/catalog/accomodations.d.ts.map +1 -0
- package/dist/schema/catalog/accomodations.js +30 -0
- package/dist/schema/catalog/accomodations.js.map +1 -0
- package/dist/schema/catalog/channels/channel_product_pricing.d.ts +212 -0
- package/dist/schema/catalog/channels/channel_product_pricing.d.ts.map +1 -0
- package/dist/schema/catalog/channels/channel_product_pricing.js +86 -0
- package/dist/schema/catalog/channels/channel_product_pricing.js.map +1 -0
- package/dist/schema/catalog/channels/distribution_channels.d.ts +232 -0
- package/dist/schema/catalog/channels/distribution_channels.d.ts.map +1 -0
- package/dist/schema/catalog/channels/distribution_channels.js +57 -0
- package/dist/schema/catalog/channels/distribution_channels.js.map +1 -0
- package/dist/schema/catalog/channels/index.d.ts +3 -0
- package/dist/schema/catalog/channels/index.d.ts.map +1 -0
- package/dist/schema/catalog/channels/index.js +3 -0
- package/dist/schema/catalog/channels/index.js.map +1 -0
- package/dist/schema/catalog/collections/collection_items.d.ts +230 -0
- package/dist/schema/catalog/collections/collection_items.d.ts.map +1 -0
- package/dist/schema/catalog/collections/collection_items.js +52 -0
- package/dist/schema/catalog/collections/collection_items.js.map +1 -0
- package/dist/schema/catalog/collections/collection_tags.d.ts +102 -0
- package/dist/schema/catalog/collections/collection_tags.d.ts.map +1 -0
- package/dist/schema/catalog/collections/collection_tags.js +27 -0
- package/dist/schema/catalog/collections/collection_tags.js.map +1 -0
- package/dist/schema/catalog/collections/collection_translations.d.ts +142 -0
- package/dist/schema/catalog/collections/collection_translations.d.ts.map +1 -0
- package/dist/schema/catalog/collections/collection_translations.js +41 -0
- package/dist/schema/catalog/collections/collection_translations.js.map +1 -0
- package/dist/schema/catalog/collections/collections.d.ts +345 -0
- package/dist/schema/catalog/collections/collections.d.ts.map +1 -0
- package/dist/schema/catalog/collections/collections.js +60 -0
- package/dist/schema/catalog/collections/collections.js.map +1 -0
- package/dist/schema/catalog/collections/index.d.ts +5 -0
- package/dist/schema/catalog/collections/index.d.ts.map +1 -0
- package/dist/schema/catalog/collections/index.js +5 -0
- package/dist/schema/catalog/collections/index.js.map +1 -0
- package/dist/schema/catalog/departures/departure_cabin_categories.d.ts +249 -0
- package/dist/schema/catalog/departures/departure_cabin_categories.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_cabin_categories.js +38 -0
- package/dist/schema/catalog/departures/departure_cabin_categories.js.map +1 -0
- package/dist/schema/catalog/departures/departure_cabins.d.ts +182 -0
- package/dist/schema/catalog/departures/departure_cabins.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_cabins.js +35 -0
- package/dist/schema/catalog/departures/departure_cabins.js.map +1 -0
- package/dist/schema/catalog/departures/departure_day_tasks.d.ts +238 -0
- package/dist/schema/catalog/departures/departure_day_tasks.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_day_tasks.js +38 -0
- package/dist/schema/catalog/departures/departure_day_tasks.js.map +1 -0
- package/dist/schema/catalog/departures/departure_days.d.ts +155 -0
- package/dist/schema/catalog/departures/departure_days.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_days.js +33 -0
- package/dist/schema/catalog/departures/departure_days.js.map +1 -0
- package/dist/schema/catalog/departures/departure_group_members.d.ts +138 -0
- package/dist/schema/catalog/departures/departure_group_members.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_group_members.js +37 -0
- package/dist/schema/catalog/departures/departure_group_members.js.map +1 -0
- package/dist/schema/catalog/departures/departure_groups.d.ts +138 -0
- package/dist/schema/catalog/departures/departure_groups.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_groups.js +29 -0
- package/dist/schema/catalog/departures/departure_groups.js.map +1 -0
- package/dist/schema/catalog/departures/departure_overrides.d.ts +156 -0
- package/dist/schema/catalog/departures/departure_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_overrides.js +34 -0
- package/dist/schema/catalog/departures/departure_overrides.js.map +1 -0
- package/dist/schema/catalog/departures/departure_port_calls.d.ts +198 -0
- package/dist/schema/catalog/departures/departure_port_calls.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_port_calls.js +41 -0
- package/dist/schema/catalog/departures/departure_port_calls.js.map +1 -0
- package/dist/schema/catalog/departures/departure_room_prices.d.ts +240 -0
- package/dist/schema/catalog/departures/departure_room_prices.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_room_prices.js +42 -0
- package/dist/schema/catalog/departures/departure_room_prices.js.map +1 -0
- package/dist/schema/catalog/departures/departure_rooms.d.ts +338 -0
- package/dist/schema/catalog/departures/departure_rooms.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_rooms.js +71 -0
- package/dist/schema/catalog/departures/departure_rooms.js.map +1 -0
- package/dist/schema/catalog/departures/departure_translations.d.ts +120 -0
- package/dist/schema/catalog/departures/departure_translations.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_translations.js +41 -0
- package/dist/schema/catalog/departures/departure_translations.js.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_options.d.ts +298 -0
- package/dist/schema/catalog/departures/departure_transport_options.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_options.js +45 -0
- package/dist/schema/catalog/departures/departure_transport_options.js.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_seating.d.ts +178 -0
- package/dist/schema/catalog/departures/departure_transport_seating.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_seating.js +39 -0
- package/dist/schema/catalog/departures/departure_transport_seating.js.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_segments.d.ts +560 -0
- package/dist/schema/catalog/departures/departure_transport_segments.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departure_transport_segments.js +66 -0
- package/dist/schema/catalog/departures/departure_transport_segments.js.map +1 -0
- package/dist/schema/catalog/departures/departures.d.ts +338 -0
- package/dist/schema/catalog/departures/departures.d.ts.map +1 -0
- package/dist/schema/catalog/departures/departures.js +67 -0
- package/dist/schema/catalog/departures/departures.js.map +1 -0
- package/dist/schema/catalog/departures/index.d.ts +16 -0
- package/dist/schema/catalog/departures/index.d.ts.map +1 -0
- package/dist/schema/catalog/departures/index.js +16 -0
- package/dist/schema/catalog/departures/index.js.map +1 -0
- package/dist/schema/catalog/destinations.d.ts +274 -0
- package/dist/schema/catalog/destinations.d.ts.map +1 -0
- package/dist/schema/catalog/destinations.js +37 -0
- package/dist/schema/catalog/destinations.js.map +1 -0
- package/dist/schema/catalog/index.d.ts +19 -0
- package/dist/schema/catalog/index.d.ts.map +1 -0
- package/dist/schema/catalog/index.js +20 -0
- package/dist/schema/catalog/index.js.map +1 -0
- package/dist/schema/catalog/inventory/index.d.ts +2 -0
- package/dist/schema/catalog/inventory/index.d.ts.map +1 -0
- package/dist/schema/catalog/inventory/index.js +2 -0
- package/dist/schema/catalog/inventory/index.js.map +1 -0
- package/dist/schema/catalog/inventory/inventory_ledger.d.ts +198 -0
- package/dist/schema/catalog/inventory/inventory_ledger.d.ts.map +1 -0
- package/dist/schema/catalog/inventory/inventory_ledger.js +43 -0
- package/dist/schema/catalog/inventory/inventory_ledger.js.map +1 -0
- package/dist/schema/catalog/itineraries/index.d.ts +19 -0
- package/dist/schema/catalog/itineraries/index.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/index.js +19 -0
- package/dist/schema/catalog/itineraries/index.js.map +1 -0
- package/dist/schema/catalog/itineraries/itineraries.d.ts +198 -0
- package/dist/schema/catalog/itineraries/itineraries.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itineraries.js +43 -0
- package/dist/schema/catalog/itineraries/itineraries.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_allotments.d.ts +258 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_allotments.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_allotments.js +60 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_allotments.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.d.ts +250 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.js +50 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_options.d.ts +336 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_options.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_options.js +59 -0
- package/dist/schema/catalog/itineraries/itinerary_activity_options.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.d.ts +154 -0
- package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.js +43 -0
- package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_translations.d.ts +140 -0
- package/dist/schema/catalog/itineraries/itinerary_day_translations.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_translations.js +40 -0
- package/dist/schema/catalog/itineraries/itinerary_day_translations.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_transports.d.ts +418 -0
- package/dist/schema/catalog/itineraries/itinerary_day_transports.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_day_transports.js +67 -0
- package/dist/schema/catalog/itineraries/itinerary_day_transports.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_days.d.ts +377 -0
- package/dist/schema/catalog/itineraries/itinerary_days.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_days.js +55 -0
- package/dist/schema/catalog/itineraries/itinerary_days.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_item_overrides.d.ts +154 -0
- package/dist/schema/catalog/itineraries/itinerary_item_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_item_overrides.js +39 -0
- package/dist/schema/catalog/itineraries/itinerary_item_overrides.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_overrides.d.ts +154 -0
- package/dist/schema/catalog/itineraries/itinerary_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_overrides.js +35 -0
- package/dist/schema/catalog/itineraries/itinerary_overrides.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_segment_translations.d.ts +140 -0
- package/dist/schema/catalog/itineraries/itinerary_segment_translations.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_segment_translations.js +40 -0
- package/dist/schema/catalog/itineraries/itinerary_segment_translations.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_segments.d.ts +1000 -0
- package/dist/schema/catalog/itineraries/itinerary_segments.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_segments.js +95 -0
- package/dist/schema/catalog/itineraries/itinerary_segments.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.d.ts +114 -0
- package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.js +25 -0
- package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_translations.d.ts +160 -0
- package/dist/schema/catalog/itineraries/itinerary_translations.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_translations.js +41 -0
- package/dist/schema/catalog/itineraries/itinerary_translations.js.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_versions.d.ts +136 -0
- package/dist/schema/catalog/itineraries/itinerary_versions.d.ts.map +1 -0
- package/dist/schema/catalog/itineraries/itinerary_versions.js +36 -0
- package/dist/schema/catalog/itineraries/itinerary_versions.js.map +1 -0
- package/dist/schema/catalog/offers/index.d.ts +2 -0
- package/dist/schema/catalog/offers/index.d.ts.map +1 -0
- package/dist/schema/catalog/offers/index.js +2 -0
- package/dist/schema/catalog/offers/index.js.map +1 -0
- package/dist/schema/catalog/offers/offers.d.ts +599 -0
- package/dist/schema/catalog/offers/offers.d.ts.map +1 -0
- package/dist/schema/catalog/offers/offers.js +96 -0
- package/dist/schema/catalog/offers/offers.js.map +1 -0
- package/dist/schema/catalog/price_rules.d.ts +332 -0
- package/dist/schema/catalog/price_rules.d.ts.map +1 -0
- package/dist/schema/catalog/price_rules.js +55 -0
- package/dist/schema/catalog/price_rules.js.map +1 -0
- package/dist/schema/catalog/pricing/index.d.ts +6 -0
- package/dist/schema/catalog/pricing/index.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/index.js +6 -0
- package/dist/schema/catalog/pricing/index.js.map +1 -0
- package/dist/schema/catalog/pricing/payment_terms.d.ts +379 -0
- package/dist/schema/catalog/pricing/payment_terms.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/payment_terms.js +96 -0
- package/dist/schema/catalog/pricing/payment_terms.js.map +1 -0
- package/dist/schema/catalog/pricing/price_schedules.d.ts +280 -0
- package/dist/schema/catalog/pricing/price_schedules.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/price_schedules.js +42 -0
- package/dist/schema/catalog/pricing/price_schedules.js.map +1 -0
- package/dist/schema/catalog/pricing/product_base_prices.d.ts +242 -0
- package/dist/schema/catalog/pricing/product_base_prices.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/product_base_prices.js +48 -0
- package/dist/schema/catalog/pricing/product_base_prices.js.map +1 -0
- package/dist/schema/catalog/pricing/product_departure_price_overrides.d.ts +176 -0
- package/dist/schema/catalog/pricing/product_departure_price_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/product_departure_price_overrides.js +40 -0
- package/dist/schema/catalog/pricing/product_departure_price_overrides.js.map +1 -0
- package/dist/schema/catalog/pricing/product_payment_overrides.d.ts +134 -0
- package/dist/schema/catalog/pricing/product_payment_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/pricing/product_payment_overrides.js +31 -0
- package/dist/schema/catalog/pricing/product_payment_overrides.js.map +1 -0
- package/dist/schema/catalog/product_lodging.d.ts +650 -0
- package/dist/schema/catalog/product_lodging.d.ts.map +1 -0
- package/dist/schema/catalog/product_lodging.js +144 -0
- package/dist/schema/catalog/product_lodging.js.map +1 -0
- package/dist/schema/catalog/products/index.d.ts +26 -0
- package/dist/schema/catalog/products/index.d.ts.map +1 -0
- package/dist/schema/catalog/products/index.js +26 -0
- package/dist/schema/catalog/products/index.js.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_option_rooms.d.ts +286 -0
- package/dist/schema/catalog/products/product_accommodation_option_rooms.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_option_rooms.js +26 -0
- package/dist/schema/catalog/products/product_accommodation_option_rooms.js.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_options.d.ts +167 -0
- package/dist/schema/catalog/products/product_accommodation_options.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_options.js +24 -0
- package/dist/schema/catalog/products/product_accommodation_options.js.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_set_items.d.ts +254 -0
- package/dist/schema/catalog/products/product_accommodation_set_items.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_set_items.js +43 -0
- package/dist/schema/catalog/products/product_accommodation_set_items.js.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_sets.d.ts +194 -0
- package/dist/schema/catalog/products/product_accommodation_sets.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_accommodation_sets.js +34 -0
- package/dist/schema/catalog/products/product_accommodation_sets.js.map +1 -0
- package/dist/schema/catalog/products/product_addons.d.ts +140 -0
- package/dist/schema/catalog/products/product_addons.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_addons.js +30 -0
- package/dist/schema/catalog/products/product_addons.js.map +1 -0
- package/dist/schema/catalog/products/product_availability.d.ts +168 -0
- package/dist/schema/catalog/products/product_availability.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_availability.js +28 -0
- package/dist/schema/catalog/products/product_availability.js.map +1 -0
- package/dist/schema/catalog/products/product_availability_states.d.ts +1337 -0
- package/dist/schema/catalog/products/product_availability_states.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_availability_states.js +281 -0
- package/dist/schema/catalog/products/product_availability_states.js.map +1 -0
- package/dist/schema/catalog/products/product_booking_rules.d.ts +712 -0
- package/dist/schema/catalog/products/product_booking_rules.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_booking_rules.js +156 -0
- package/dist/schema/catalog/products/product_booking_rules.js.map +1 -0
- package/dist/schema/catalog/products/product_categories.d.ts +245 -0
- package/dist/schema/catalog/products/product_categories.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_categories.js +48 -0
- package/dist/schema/catalog/products/product_categories.js.map +1 -0
- package/dist/schema/catalog/products/product_category_assignments.d.ts +122 -0
- package/dist/schema/catalog/products/product_category_assignments.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_category_assignments.js +46 -0
- package/dist/schema/catalog/products/product_category_assignments.js.map +1 -0
- package/dist/schema/catalog/products/product_category_crosswalk.d.ts +106 -0
- package/dist/schema/catalog/products/product_category_crosswalk.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_category_crosswalk.js +37 -0
- package/dist/schema/catalog/products/product_category_crosswalk.js.map +1 -0
- package/dist/schema/catalog/products/product_category_i18n.d.ts +120 -0
- package/dist/schema/catalog/products/product_category_i18n.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_category_i18n.js +34 -0
- package/dist/schema/catalog/products/product_category_i18n.js.map +1 -0
- package/dist/schema/catalog/products/product_extensions.d.ts +236 -0
- package/dist/schema/catalog/products/product_extensions.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_extensions.js +39 -0
- package/dist/schema/catalog/products/product_extensions.js.map +1 -0
- package/dist/schema/catalog/products/product_media.d.ts +132 -0
- package/dist/schema/catalog/products/product_media.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_media.js +25 -0
- package/dist/schema/catalog/products/product_media.js.map +1 -0
- package/dist/schema/catalog/products/product_overrides.d.ts +174 -0
- package/dist/schema/catalog/products/product_overrides.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_overrides.js +36 -0
- package/dist/schema/catalog/products/product_overrides.js.map +1 -0
- package/dist/schema/catalog/products/product_preferences.d.ts +735 -0
- package/dist/schema/catalog/products/product_preferences.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_preferences.js +107 -0
- package/dist/schema/catalog/products/product_preferences.js.map +1 -0
- package/dist/schema/catalog/products/product_publish_settings.d.ts +140 -0
- package/dist/schema/catalog/products/product_publish_settings.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_publish_settings.js +29 -0
- package/dist/schema/catalog/products/product_publish_settings.js.map +1 -0
- package/dist/schema/catalog/products/product_rate_plan_channels.d.ts +116 -0
- package/dist/schema/catalog/products/product_rate_plan_channels.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_rate_plan_channels.js +39 -0
- package/dist/schema/catalog/products/product_rate_plan_channels.js.map +1 -0
- package/dist/schema/catalog/products/product_rate_plans.d.ts +220 -0
- package/dist/schema/catalog/products/product_rate_plans.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_rate_plans.js +46 -0
- package/dist/schema/catalog/products/product_rate_plans.js.map +1 -0
- package/dist/schema/catalog/products/product_tag_assignments.d.ts +64 -0
- package/dist/schema/catalog/products/product_tag_assignments.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_tag_assignments.js +26 -0
- package/dist/schema/catalog/products/product_tag_assignments.js.map +1 -0
- package/dist/schema/catalog/products/product_tags.d.ts +65 -0
- package/dist/schema/catalog/products/product_tags.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_tags.js +18 -0
- package/dist/schema/catalog/products/product_tags.js.map +1 -0
- package/dist/schema/catalog/products/product_translations.d.ts +206 -0
- package/dist/schema/catalog/products/product_translations.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_translations.js +37 -0
- package/dist/schema/catalog/products/product_translations.js.map +1 -0
- package/dist/schema/catalog/products/product_versions.d.ts +132 -0
- package/dist/schema/catalog/products/product_versions.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_versions.js +25 -0
- package/dist/schema/catalog/products/product_versions.js.map +1 -0
- package/dist/schema/catalog/products/product_visibility.d.ts +123 -0
- package/dist/schema/catalog/products/product_visibility.d.ts.map +1 -0
- package/dist/schema/catalog/products/product_visibility.js +45 -0
- package/dist/schema/catalog/products/product_visibility.js.map +1 -0
- package/dist/schema/catalog/products/products.d.ts +585 -0
- package/dist/schema/catalog/products/products.d.ts.map +1 -0
- package/dist/schema/catalog/products/products.js +95 -0
- package/dist/schema/catalog/products/products.js.map +1 -0
- package/dist/schema/catalog/providers/index.d.ts +2 -0
- package/dist/schema/catalog/providers/index.d.ts.map +1 -0
- package/dist/schema/catalog/providers/index.js +2 -0
- package/dist/schema/catalog/providers/index.js.map +1 -0
- package/dist/schema/catalog/providers/provider_mappings.d.ts +177 -0
- package/dist/schema/catalog/providers/provider_mappings.d.ts.map +1 -0
- package/dist/schema/catalog/providers/provider_mappings.js +32 -0
- package/dist/schema/catalog/providers/provider_mappings.js.map +1 -0
- package/dist/schema/catalog/reviews/reviews.d.ts +1416 -0
- package/dist/schema/catalog/reviews/reviews.d.ts.map +1 -0
- package/dist/schema/catalog/reviews/reviews.js +216 -0
- package/dist/schema/catalog/reviews/reviews.js.map +1 -0
- package/dist/schema/catalog/rooms/index.d.ts +7 -0
- package/dist/schema/catalog/rooms/index.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/index.js +7 -0
- package/dist/schema/catalog/rooms/index.js.map +1 -0
- package/dist/schema/catalog/rooms/room_availability.d.ts +252 -0
- package/dist/schema/catalog/rooms/room_availability.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_availability.js +56 -0
- package/dist/schema/catalog/rooms/room_availability.js.map +1 -0
- package/dist/schema/catalog/rooms/room_prices.d.ts +217 -0
- package/dist/schema/catalog/rooms/room_prices.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_prices.js +37 -0
- package/dist/schema/catalog/rooms/room_prices.js.map +1 -0
- package/dist/schema/catalog/rooms/room_profile_media.d.ts +368 -0
- package/dist/schema/catalog/rooms/room_profile_media.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_profile_media.js +53 -0
- package/dist/schema/catalog/rooms/room_profile_media.js.map +1 -0
- package/dist/schema/catalog/rooms/room_profiles.d.ts +669 -0
- package/dist/schema/catalog/rooms/room_profiles.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_profiles.js +58 -0
- package/dist/schema/catalog/rooms/room_profiles.js.map +1 -0
- package/dist/schema/catalog/rooms/room_rate_plans.d.ts +338 -0
- package/dist/schema/catalog/rooms/room_rate_plans.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_rate_plans.js +51 -0
- package/dist/schema/catalog/rooms/room_rate_plans.js.map +1 -0
- package/dist/schema/catalog/rooms/room_types.d.ts +297 -0
- package/dist/schema/catalog/rooms/room_types.d.ts.map +1 -0
- package/dist/schema/catalog/rooms/room_types.js +53 -0
- package/dist/schema/catalog/rooms/room_types.js.map +1 -0
- package/dist/schema/catalog/transport/index.d.ts +2 -0
- package/dist/schema/catalog/transport/index.d.ts.map +1 -0
- package/dist/schema/catalog/transport/index.js +2 -0
- package/dist/schema/catalog/transport/index.js.map +1 -0
- package/dist/schema/catalog/transport/transport_option_segments.d.ts +440 -0
- package/dist/schema/catalog/transport/transport_option_segments.d.ts.map +1 -0
- package/dist/schema/catalog/transport/transport_option_segments.js +69 -0
- package/dist/schema/catalog/transport/transport_option_segments.js.map +1 -0
- package/dist/schema/catalog/views/product_list_view.d.ts +197 -0
- package/dist/schema/catalog/views/product_list_view.d.ts.map +1 -0
- package/dist/schema/catalog/views/product_list_view.js +48 -0
- package/dist/schema/catalog/views/product_list_view.js.map +1 -0
- package/dist/schema/comms/channels/channel_accounts.d.ts +367 -0
- package/dist/schema/comms/channels/channel_accounts.d.ts.map +1 -0
- package/dist/schema/comms/channels/channel_accounts.js +61 -0
- package/dist/schema/comms/channels/channel_accounts.js.map +1 -0
- package/dist/schema/comms/channels/channels.d.ts +18 -0
- package/dist/schema/comms/channels/channels.d.ts.map +1 -0
- package/dist/schema/comms/channels/channels.js +18 -0
- package/dist/schema/comms/channels/channels.js.map +1 -0
- package/dist/schema/comms/channels/index.d.ts +3 -0
- package/dist/schema/comms/channels/index.d.ts.map +1 -0
- package/dist/schema/comms/channels/index.js +3 -0
- package/dist/schema/comms/channels/index.js.map +1 -0
- package/dist/schema/comms/connection_secrets.d.ts +83 -0
- package/dist/schema/comms/connection_secrets.d.ts.map +1 -0
- package/dist/schema/comms/connection_secrets.js +24 -0
- package/dist/schema/comms/connection_secrets.js.map +1 -0
- package/dist/schema/comms/conversations/conversation_participants.d.ts +255 -0
- package/dist/schema/comms/conversations/conversation_participants.d.ts.map +1 -0
- package/dist/schema/comms/conversations/conversation_participants.js +54 -0
- package/dist/schema/comms/conversations/conversation_participants.js.map +1 -0
- package/dist/schema/comms/conversations/conversations.d.ts +416 -0
- package/dist/schema/comms/conversations/conversations.d.ts.map +1 -0
- package/dist/schema/comms/conversations/conversations.js +69 -0
- package/dist/schema/comms/conversations/conversations.js.map +1 -0
- package/dist/schema/comms/conversations/index.d.ts +3 -0
- package/dist/schema/comms/conversations/index.d.ts.map +1 -0
- package/dist/schema/comms/conversations/index.js +3 -0
- package/dist/schema/comms/conversations/index.js.map +1 -0
- package/dist/schema/comms/delivery_events.d.ts +270 -0
- package/dist/schema/comms/delivery_events.d.ts.map +1 -0
- package/dist/schema/comms/delivery_events.js +61 -0
- package/dist/schema/comms/delivery_events.js.map +1 -0
- package/dist/schema/comms/email_identities.d.ts +389 -0
- package/dist/schema/comms/email_identities.d.ts.map +1 -0
- package/dist/schema/comms/email_identities.js +78 -0
- package/dist/schema/comms/email_identities.js.map +1 -0
- package/dist/schema/comms/external_identities.d.ts +197 -0
- package/dist/schema/comms/external_identities.d.ts.map +1 -0
- package/dist/schema/comms/external_identities.js +38 -0
- package/dist/schema/comms/external_identities.js.map +1 -0
- package/dist/schema/comms/inbound_email_routes.d.ts +179 -0
- package/dist/schema/comms/inbound_email_routes.d.ts.map +1 -0
- package/dist/schema/comms/inbound_email_routes.js +41 -0
- package/dist/schema/comms/inbound_email_routes.js.map +1 -0
- package/dist/schema/comms/inboxes.d.ts +80 -0
- package/dist/schema/comms/inboxes.d.ts.map +1 -0
- package/dist/schema/comms/inboxes.js +23 -0
- package/dist/schema/comms/inboxes.js.map +1 -0
- package/dist/schema/comms/index.d.ts +21 -0
- package/dist/schema/comms/index.d.ts.map +1 -0
- package/dist/schema/comms/index.js +21 -0
- package/dist/schema/comms/index.js.map +1 -0
- package/dist/schema/comms/messages/index.d.ts +4 -0
- package/dist/schema/comms/messages/index.d.ts.map +1 -0
- package/dist/schema/comms/messages/index.js +4 -0
- package/dist/schema/comms/messages/index.js.map +1 -0
- package/dist/schema/comms/messages/message_attachments.d.ts +200 -0
- package/dist/schema/comms/messages/message_attachments.d.ts.map +1 -0
- package/dist/schema/comms/messages/message_attachments.js +44 -0
- package/dist/schema/comms/messages/message_attachments.js.map +1 -0
- package/dist/schema/comms/messages/message_delivery_events.d.ts +176 -0
- package/dist/schema/comms/messages/message_delivery_events.d.ts.map +1 -0
- package/dist/schema/comms/messages/message_delivery_events.js +63 -0
- package/dist/schema/comms/messages/message_delivery_events.js.map +1 -0
- package/dist/schema/comms/messages/messages.d.ts +345 -0
- package/dist/schema/comms/messages/messages.d.ts.map +1 -0
- package/dist/schema/comms/messages/messages.js +84 -0
- package/dist/schema/comms/messages/messages.js.map +1 -0
- package/dist/schema/comms/messaging/index.d.ts +8 -0
- package/dist/schema/comms/messaging/index.d.ts.map +1 -0
- package/dist/schema/comms/messaging/index.js +8 -0
- package/dist/schema/comms/messaging/index.js.map +1 -0
- package/dist/schema/comms/messaging/message_channel_config.d.ts +153 -0
- package/dist/schema/comms/messaging/message_channel_config.d.ts.map +1 -0
- package/dist/schema/comms/messaging/message_channel_config.js +36 -0
- package/dist/schema/comms/messaging/message_channel_config.js.map +1 -0
- package/dist/schema/comms/messaging/message_templates.d.ts +234 -0
- package/dist/schema/comms/messaging/message_templates.d.ts.map +1 -0
- package/dist/schema/comms/messaging/message_templates.js +48 -0
- package/dist/schema/comms/messaging/message_templates.js.map +1 -0
- package/dist/schema/comms/messaging/provider_config.d.ts +174 -0
- package/dist/schema/comms/messaging/provider_config.d.ts.map +1 -0
- package/dist/schema/comms/messaging/provider_config.js +40 -0
- package/dist/schema/comms/messaging/provider_config.js.map +1 -0
- package/dist/schema/comms/messaging/scheduled_messages.d.ts +338 -0
- package/dist/schema/comms/messaging/scheduled_messages.d.ts.map +1 -0
- package/dist/schema/comms/messaging/scheduled_messages.js +67 -0
- package/dist/schema/comms/messaging/scheduled_messages.js.map +1 -0
- package/dist/schema/comms/messaging/sent_messages.d.ts +348 -0
- package/dist/schema/comms/messaging/sent_messages.d.ts.map +1 -0
- package/dist/schema/comms/messaging/sent_messages.js +58 -0
- package/dist/schema/comms/messaging/sent_messages.js.map +1 -0
- package/dist/schema/comms/messaging/sms_rate_limits.d.ts +295 -0
- package/dist/schema/comms/messaging/sms_rate_limits.d.ts.map +1 -0
- package/dist/schema/comms/messaging/sms_rate_limits.js +67 -0
- package/dist/schema/comms/messaging/sms_rate_limits.js.map +1 -0
- package/dist/schema/comms/messaging/twilio_connections.d.ts +333 -0
- package/dist/schema/comms/messaging/twilio_connections.d.ts.map +1 -0
- package/dist/schema/comms/messaging/twilio_connections.js +121 -0
- package/dist/schema/comms/messaging/twilio_connections.js.map +1 -0
- package/dist/schema/comms/organization_notification_settings.d.ts +655 -0
- package/dist/schema/comms/organization_notification_settings.d.ts.map +1 -0
- package/dist/schema/comms/organization_notification_settings.js +162 -0
- package/dist/schema/comms/organization_notification_settings.js.map +1 -0
- package/dist/schema/comms/push_subscriptions.d.ts +210 -0
- package/dist/schema/comms/push_subscriptions.d.ts.map +1 -0
- package/dist/schema/comms/push_subscriptions.js +48 -0
- package/dist/schema/comms/push_subscriptions.js.map +1 -0
- package/dist/schema/comms/routing_rules.d.ts +153 -0
- package/dist/schema/comms/routing_rules.d.ts.map +1 -0
- package/dist/schema/comms/routing_rules.js +34 -0
- package/dist/schema/comms/routing_rules.js.map +1 -0
- package/dist/schema/comms/sender/index.d.ts +3 -0
- package/dist/schema/comms/sender/index.d.ts.map +1 -0
- package/dist/schema/comms/sender/index.js +3 -0
- package/dist/schema/comms/sender/index.js.map +1 -0
- package/dist/schema/comms/sender/sender_identities.d.ts +325 -0
- package/dist/schema/comms/sender/sender_identities.d.ts.map +1 -0
- package/dist/schema/comms/sender/sender_identities.js +65 -0
- package/dist/schema/comms/sender/sender_identities.js.map +1 -0
- package/dist/schema/comms/sender/sender_policies.d.ts +153 -0
- package/dist/schema/comms/sender/sender_policies.d.ts.map +1 -0
- package/dist/schema/comms/sender/sender_policies.js +41 -0
- package/dist/schema/comms/sender/sender_policies.js.map +1 -0
- package/dist/schema/comms/templates/index.d.ts +4 -0
- package/dist/schema/comms/templates/index.d.ts.map +1 -0
- package/dist/schema/comms/templates/index.js +4 -0
- package/dist/schema/comms/templates/index.js.map +1 -0
- package/dist/schema/comms/templates/template_tests.d.ts +100 -0
- package/dist/schema/comms/templates/template_tests.d.ts.map +1 -0
- package/dist/schema/comms/templates/template_tests.js +28 -0
- package/dist/schema/comms/templates/template_tests.js.map +1 -0
- package/dist/schema/comms/templates/template_versions.d.ts +326 -0
- package/dist/schema/comms/templates/template_versions.d.ts.map +1 -0
- package/dist/schema/comms/templates/template_versions.js +49 -0
- package/dist/schema/comms/templates/template_versions.js.map +1 -0
- package/dist/schema/comms/templates/templates.d.ts +192 -0
- package/dist/schema/comms/templates/templates.d.ts.map +1 -0
- package/dist/schema/comms/templates/templates.js +44 -0
- package/dist/schema/comms/templates/templates.js.map +1 -0
- package/dist/schema/comms/verification_codes.d.ts +197 -0
- package/dist/schema/comms/verification_codes.d.ts.map +1 -0
- package/dist/schema/comms/verification_codes.js +36 -0
- package/dist/schema/comms/verification_codes.js.map +1 -0
- package/dist/schema/core/companies/companies.d.ts +349 -0
- package/dist/schema/core/companies/companies.d.ts.map +1 -0
- package/dist/schema/core/companies/companies.js +60 -0
- package/dist/schema/core/companies/companies.js.map +1 -0
- package/dist/schema/core/companies/company_capabilities.d.ts +193 -0
- package/dist/schema/core/companies/company_capabilities.d.ts.map +1 -0
- package/dist/schema/core/companies/company_capabilities.js +32 -0
- package/dist/schema/core/companies/company_capabilities.js.map +1 -0
- package/dist/schema/core/companies/company_tags.d.ts +102 -0
- package/dist/schema/core/companies/company_tags.d.ts.map +1 -0
- package/dist/schema/core/companies/company_tags.js +27 -0
- package/dist/schema/core/companies/company_tags.js.map +1 -0
- package/dist/schema/core/companies/index.d.ts +4 -0
- package/dist/schema/core/companies/index.d.ts.map +1 -0
- package/dist/schema/core/companies/index.js +4 -0
- package/dist/schema/core/companies/index.js.map +1 -0
- package/dist/schema/core/edit_locks.d.ts +192 -0
- package/dist/schema/core/edit_locks.d.ts.map +1 -0
- package/dist/schema/core/edit_locks.js +57 -0
- package/dist/schema/core/edit_locks.js.map +1 -0
- package/dist/schema/core/index.d.ts +7 -0
- package/dist/schema/core/index.d.ts.map +1 -0
- package/dist/schema/core/index.js +7 -0
- package/dist/schema/core/index.js.map +1 -0
- package/dist/schema/core/people/index.d.ts +6 -0
- package/dist/schema/core/people/index.d.ts.map +1 -0
- package/dist/schema/core/people/index.js +6 -0
- package/dist/schema/core/people/index.js.map +1 -0
- package/dist/schema/core/people/people.d.ts +698 -0
- package/dist/schema/core/people/people.d.ts.map +1 -0
- package/dist/schema/core/people/people.js +163 -0
- package/dist/schema/core/people/people.js.map +1 -0
- package/dist/schema/core/people/people_tags.d.ts +196 -0
- package/dist/schema/core/people/people_tags.d.ts.map +1 -0
- package/dist/schema/core/people/people_tags.js +29 -0
- package/dist/schema/core/people/people_tags.js.map +1 -0
- package/dist/schema/core/people/person_addresses.d.ts +320 -0
- package/dist/schema/core/people/person_addresses.d.ts.map +1 -0
- package/dist/schema/core/people/person_addresses.js +53 -0
- package/dist/schema/core/people/person_addresses.js.map +1 -0
- package/dist/schema/core/people/person_documents.d.ts +296 -0
- package/dist/schema/core/people/person_documents.d.ts.map +1 -0
- package/dist/schema/core/people/person_documents.js +64 -0
- package/dist/schema/core/people/person_documents.js.map +1 -0
- package/dist/schema/core/people/person_relationships.d.ts +389 -0
- package/dist/schema/core/people/person_relationships.d.ts.map +1 -0
- package/dist/schema/core/people/person_relationships.js +81 -0
- package/dist/schema/core/people/person_relationships.js.map +1 -0
- package/dist/schema/core/person_insurance_policies.d.ts +348 -0
- package/dist/schema/core/person_insurance_policies.d.ts.map +1 -0
- package/dist/schema/core/person_insurance_policies.js +86 -0
- package/dist/schema/core/person_insurance_policies.js.map +1 -0
- package/dist/schema/core/person_loyalty_memberships.d.ts +365 -0
- package/dist/schema/core/person_loyalty_memberships.d.ts.map +1 -0
- package/dist/schema/core/person_loyalty_memberships.js +79 -0
- package/dist/schema/core/person_loyalty_memberships.js.map +1 -0
- package/dist/schema/core/suppliers/index.d.ts +9 -0
- package/dist/schema/core/suppliers/index.d.ts.map +1 -0
- package/dist/schema/core/suppliers/index.js +9 -0
- package/dist/schema/core/suppliers/index.js.map +1 -0
- package/dist/schema/core/suppliers/supplier_contacts.d.ts +357 -0
- package/dist/schema/core/suppliers/supplier_contacts.d.ts.map +1 -0
- package/dist/schema/core/suppliers/supplier_contacts.js +92 -0
- package/dist/schema/core/suppliers/supplier_contacts.js.map +1 -0
- package/dist/schema/core/suppliers/supplier_net_costs.d.ts +331 -0
- package/dist/schema/core/suppliers/supplier_net_costs.d.ts.map +1 -0
- package/dist/schema/core/suppliers/supplier_net_costs.js +149 -0
- package/dist/schema/core/suppliers/supplier_net_costs.js.map +1 -0
- package/dist/schema/core/suppliers/suppliers.d.ts +598 -0
- package/dist/schema/core/suppliers/suppliers.d.ts.map +1 -0
- package/dist/schema/core/suppliers/suppliers.js +138 -0
- package/dist/schema/core/suppliers/suppliers.js.map +1 -0
- package/dist/schema/core.d.ts +11 -0
- package/dist/schema/core.d.ts.map +1 -0
- package/dist/schema/core.js +11 -0
- package/dist/schema/core.js.map +1 -0
- package/dist/schema/crm/activities.d.ts +362 -0
- package/dist/schema/crm/activities.d.ts.map +1 -0
- package/dist/schema/crm/activities.js +81 -0
- package/dist/schema/crm/activities.js.map +1 -0
- package/dist/schema/crm/form_submissions.d.ts +149 -0
- package/dist/schema/crm/form_submissions.d.ts.map +1 -0
- package/dist/schema/crm/form_submissions.js +48 -0
- package/dist/schema/crm/form_submissions.js.map +1 -0
- package/dist/schema/crm/forms.d.ts +181 -0
- package/dist/schema/crm/forms.d.ts.map +1 -0
- package/dist/schema/crm/forms.js +44 -0
- package/dist/schema/crm/forms.js.map +1 -0
- package/dist/schema/crm/index.d.ts +7 -0
- package/dist/schema/crm/index.d.ts.map +1 -0
- package/dist/schema/crm/index.js +7 -0
- package/dist/schema/crm/index.js.map +1 -0
- package/dist/schema/crm/opportunities.d.ts +325 -0
- package/dist/schema/crm/opportunities.d.ts.map +1 -0
- package/dist/schema/crm/opportunities.js +75 -0
- package/dist/schema/crm/opportunities.js.map +1 -0
- package/dist/schema/crm/pipeline_stages.d.ts +160 -0
- package/dist/schema/crm/pipeline_stages.d.ts.map +1 -0
- package/dist/schema/crm/pipeline_stages.js +48 -0
- package/dist/schema/crm/pipeline_stages.js.map +1 -0
- package/dist/schema/crm/pipelines.d.ts +120 -0
- package/dist/schema/crm/pipelines.d.ts.map +1 -0
- package/dist/schema/crm/pipelines.js +33 -0
- package/dist/schema/crm/pipelines.js.map +1 -0
- package/dist/schema/cruise/index.d.ts +4 -0
- package/dist/schema/cruise/index.d.ts.map +1 -0
- package/dist/schema/cruise/index.js +4 -0
- package/dist/schema/cruise/index.js.map +1 -0
- package/dist/schema/cruise/ship_cabin_categories.d.ts +260 -0
- package/dist/schema/cruise/ship_cabin_categories.d.ts.map +1 -0
- package/dist/schema/cruise/ship_cabin_categories.js +42 -0
- package/dist/schema/cruise/ship_cabin_categories.js.map +1 -0
- package/dist/schema/cruise/ship_cabins.d.ts +180 -0
- package/dist/schema/cruise/ship_cabins.d.ts.map +1 -0
- package/dist/schema/cruise/ship_cabins.js +35 -0
- package/dist/schema/cruise/ship_cabins.js.map +1 -0
- package/dist/schema/cruise/ships.d.ts +276 -0
- package/dist/schema/cruise/ships.d.ts.map +1 -0
- package/dist/schema/cruise/ships.js +35 -0
- package/dist/schema/cruise/ships.js.map +1 -0
- package/dist/schema/custom-fields/definitions.d.ts +229 -0
- package/dist/schema/custom-fields/definitions.d.ts.map +1 -0
- package/dist/schema/custom-fields/definitions.js +26 -0
- package/dist/schema/custom-fields/definitions.js.map +1 -0
- package/dist/schema/custom-fields/index.d.ts +3 -0
- package/dist/schema/custom-fields/index.d.ts.map +1 -0
- package/dist/schema/custom-fields/index.js +3 -0
- package/dist/schema/custom-fields/index.js.map +1 -0
- package/dist/schema/custom-fields/values.d.ts +127 -0
- package/dist/schema/custom-fields/values.d.ts.map +1 -0
- package/dist/schema/custom-fields/values.js +21 -0
- package/dist/schema/custom-fields/values.js.map +1 -0
- package/dist/schema/forms/0_enums.d.ts +12 -0
- package/dist/schema/forms/0_enums.d.ts.map +1 -0
- package/dist/schema/forms/0_enums.js +8 -0
- package/dist/schema/forms/0_enums.js.map +1 -0
- package/dist/schema/forms/form_submissions.d.ts +149 -0
- package/dist/schema/forms/form_submissions.d.ts.map +1 -0
- package/dist/schema/forms/form_submissions.js +50 -0
- package/dist/schema/forms/form_submissions.js.map +1 -0
- package/dist/schema/forms/forms.d.ts +304 -0
- package/dist/schema/forms/forms.d.ts.map +1 -0
- package/dist/schema/forms/forms.js +66 -0
- package/dist/schema/forms/forms.js.map +1 -0
- package/dist/schema/forms/index.d.ts +9 -0
- package/dist/schema/forms/index.d.ts.map +1 -0
- package/dist/schema/forms/index.js +9 -0
- package/dist/schema/forms/index.js.map +1 -0
- package/dist/schema/gallery/folders.d.ts +134 -0
- package/dist/schema/gallery/folders.d.ts.map +1 -0
- package/dist/schema/gallery/folders.js +28 -0
- package/dist/schema/gallery/folders.js.map +1 -0
- package/dist/schema/gallery/gallery_file_translations.d.ts +140 -0
- package/dist/schema/gallery/gallery_file_translations.d.ts.map +1 -0
- package/dist/schema/gallery/gallery_file_translations.js +43 -0
- package/dist/schema/gallery/gallery_file_translations.js.map +1 -0
- package/dist/schema/gallery/gallery_files.d.ts +679 -0
- package/dist/schema/gallery/gallery_files.d.ts.map +1 -0
- package/dist/schema/gallery/gallery_files.js +121 -0
- package/dist/schema/gallery/gallery_files.js.map +1 -0
- package/dist/schema/gallery/index.d.ts +4 -0
- package/dist/schema/gallery/index.d.ts.map +1 -0
- package/dist/schema/gallery/index.js +5 -0
- package/dist/schema/gallery/index.js.map +1 -0
- package/dist/schema/gallery/storage-helpers.d.ts +48 -0
- package/dist/schema/gallery/storage-helpers.d.ts.map +1 -0
- package/dist/schema/gallery/storage-helpers.js +94 -0
- package/dist/schema/gallery/storage-helpers.js.map +1 -0
- package/dist/schema/gateway/api_audit_logs.d.ts +266 -0
- package/dist/schema/gateway/api_audit_logs.d.ts.map +1 -0
- package/dist/schema/gateway/api_audit_logs.js +28 -0
- package/dist/schema/gateway/api_audit_logs.js.map +1 -0
- package/dist/schema/gateway/availability.d.ts +512 -0
- package/dist/schema/gateway/availability.d.ts.map +1 -0
- package/dist/schema/gateway/availability.js +54 -0
- package/dist/schema/gateway/availability.js.map +1 -0
- package/dist/schema/gateway/booking_unit_items.d.ts +231 -0
- package/dist/schema/gateway/booking_unit_items.d.ts.map +1 -0
- package/dist/schema/gateway/booking_unit_items.js +25 -0
- package/dist/schema/gateway/booking_unit_items.js.map +1 -0
- package/dist/schema/gateway/bookings.d.ts +436 -0
- package/dist/schema/gateway/bookings.d.ts.map +1 -0
- package/dist/schema/gateway/bookings.js +49 -0
- package/dist/schema/gateway/bookings.js.map +1 -0
- package/dist/schema/gateway/connection_health_events.d.ts +130 -0
- package/dist/schema/gateway/connection_health_events.d.ts.map +1 -0
- package/dist/schema/gateway/connection_health_events.js +20 -0
- package/dist/schema/gateway/connection_health_events.js.map +1 -0
- package/dist/schema/gateway/connections.d.ts +217 -0
- package/dist/schema/gateway/connections.d.ts.map +1 -0
- package/dist/schema/gateway/connections.js +30 -0
- package/dist/schema/gateway/connections.js.map +1 -0
- package/dist/schema/gateway/connector_configs.d.ts +241 -0
- package/dist/schema/gateway/connector_configs.d.ts.map +1 -0
- package/dist/schema/gateway/connector_configs.js +27 -0
- package/dist/schema/gateway/connector_configs.js.map +1 -0
- package/dist/schema/gateway/idempotency_keys.d.ts +180 -0
- package/dist/schema/gateway/idempotency_keys.d.ts.map +1 -0
- package/dist/schema/gateway/idempotency_keys.js +22 -0
- package/dist/schema/gateway/idempotency_keys.js.map +1 -0
- package/dist/schema/gateway/index.d.ts +21 -0
- package/dist/schema/gateway/index.d.ts.map +1 -0
- package/dist/schema/gateway/index.js +21 -0
- package/dist/schema/gateway/index.js.map +1 -0
- package/dist/schema/gateway/invite_tokens.d.ts +223 -0
- package/dist/schema/gateway/invite_tokens.d.ts.map +1 -0
- package/dist/schema/gateway/invite_tokens.js +25 -0
- package/dist/schema/gateway/invite_tokens.js.map +1 -0
- package/dist/schema/gateway/notification_subscriptions.d.ts +148 -0
- package/dist/schema/gateway/notification_subscriptions.d.ts.map +1 -0
- package/dist/schema/gateway/notification_subscriptions.js +20 -0
- package/dist/schema/gateway/notification_subscriptions.js.map +1 -0
- package/dist/schema/gateway/oauth_clients.d.ts +223 -0
- package/dist/schema/gateway/oauth_clients.d.ts.map +1 -0
- package/dist/schema/gateway/oauth_clients.js +26 -0
- package/dist/schema/gateway/oauth_clients.js.map +1 -0
- package/dist/schema/gateway/operator_grants.d.ts +183 -0
- package/dist/schema/gateway/operator_grants.d.ts.map +1 -0
- package/dist/schema/gateway/operator_grants.js +26 -0
- package/dist/schema/gateway/operator_grants.js.map +1 -0
- package/dist/schema/gateway/operators.d.ts +183 -0
- package/dist/schema/gateway/operators.d.ts.map +1 -0
- package/dist/schema/gateway/operators.js +22 -0
- package/dist/schema/gateway/operators.js.map +1 -0
- package/dist/schema/gateway/product_options.d.ts +611 -0
- package/dist/schema/gateway/product_options.d.ts.map +1 -0
- package/dist/schema/gateway/product_options.js +48 -0
- package/dist/schema/gateway/product_options.js.map +1 -0
- package/dist/schema/gateway/product_units.d.ts +267 -0
- package/dist/schema/gateway/product_units.d.ts.map +1 -0
- package/dist/schema/gateway/product_units.js +27 -0
- package/dist/schema/gateway/product_units.js.map +1 -0
- package/dist/schema/gateway/products.d.ts +563 -0
- package/dist/schema/gateway/products.d.ts.map +1 -0
- package/dist/schema/gateway/products.js +46 -0
- package/dist/schema/gateway/products.js.map +1 -0
- package/dist/schema/gateway/request_logs.d.ts +199 -0
- package/dist/schema/gateway/request_logs.d.ts.map +1 -0
- package/dist/schema/gateway/request_logs.js +23 -0
- package/dist/schema/gateway/request_logs.js.map +1 -0
- package/dist/schema/gateway/suppliers.d.ts +248 -0
- package/dist/schema/gateway/suppliers.d.ts.map +1 -0
- package/dist/schema/gateway/suppliers.js +26 -0
- package/dist/schema/gateway/suppliers.js.map +1 -0
- package/dist/schema/gateway/usage_records.d.ts +146 -0
- package/dist/schema/gateway/usage_records.d.ts.map +1 -0
- package/dist/schema/gateway/usage_records.js +22 -0
- package/dist/schema/gateway/usage_records.js.map +1 -0
- package/dist/schema/gateway/webhook_events.d.ts +198 -0
- package/dist/schema/gateway/webhook_events.d.ts.map +1 -0
- package/dist/schema/gateway/webhook_events.js +25 -0
- package/dist/schema/gateway/webhook_events.js.map +1 -0
- package/dist/schema/iam/api_keys.d.ts +379 -0
- package/dist/schema/iam/api_keys.d.ts.map +1 -0
- package/dist/schema/iam/api_keys.js +104 -0
- package/dist/schema/iam/api_keys.js.map +1 -0
- package/dist/schema/iam/apikey.d.ts +396 -0
- package/dist/schema/iam/apikey.d.ts.map +1 -0
- package/dist/schema/iam/apikey.js +41 -0
- package/dist/schema/iam/apikey.js.map +1 -0
- package/dist/schema/iam/auth.d.ts +992 -0
- package/dist/schema/iam/auth.d.ts.map +1 -0
- package/dist/schema/iam/auth.js +119 -0
- package/dist/schema/iam/auth.js.map +1 -0
- package/dist/schema/iam/identities.d.ts +244 -0
- package/dist/schema/iam/identities.d.ts.map +1 -0
- package/dist/schema/iam/identities.js +72 -0
- package/dist/schema/iam/identities.js.map +1 -0
- package/dist/schema/iam/identity_profiles.d.ts +676 -0
- package/dist/schema/iam/identity_profiles.d.ts.map +1 -0
- package/dist/schema/iam/identity_profiles.js +215 -0
- package/dist/schema/iam/identity_profiles.js.map +1 -0
- package/dist/schema/iam/index.d.ts +6 -0
- package/dist/schema/iam/index.d.ts.map +1 -0
- package/dist/schema/iam/index.js +6 -0
- package/dist/schema/iam/index.js.map +1 -0
- package/dist/schema/iam/kms.d.ts +60 -0
- package/dist/schema/iam/kms.d.ts.map +1 -0
- package/dist/schema/iam/kms.js +46 -0
- package/dist/schema/iam/kms.js.map +1 -0
- package/dist/schema/iam/organization_api_keys.d.ts +377 -0
- package/dist/schema/iam/organization_api_keys.d.ts.map +1 -0
- package/dist/schema/iam/organization_api_keys.js +113 -0
- package/dist/schema/iam/organization_api_keys.js.map +1 -0
- package/dist/schema/iam/roles.d.ts +12 -0
- package/dist/schema/iam/roles.d.ts.map +1 -0
- package/dist/schema/iam/roles.js +12 -0
- package/dist/schema/iam/roles.js.map +1 -0
- package/dist/schema/iam/user_profiles.d.ts +618 -0
- package/dist/schema/iam/user_profiles.d.ts.map +1 -0
- package/dist/schema/iam/user_profiles.js +142 -0
- package/dist/schema/iam/user_profiles.js.map +1 -0
- package/dist/schema/index.d.ts +4 -0
- package/dist/schema/index.d.ts.map +1 -0
- package/dist/schema/index.js +4 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/schema/infra/domains.d.ts +609 -0
- package/dist/schema/infra/domains.d.ts.map +1 -0
- package/dist/schema/infra/domains.js +107 -0
- package/dist/schema/infra/domains.js.map +1 -0
- package/dist/schema/infra/email_domain_records.d.ts +255 -0
- package/dist/schema/infra/email_domain_records.d.ts.map +1 -0
- package/dist/schema/infra/email_domain_records.js +65 -0
- package/dist/schema/infra/email_domain_records.js.map +1 -0
- package/dist/schema/infra/index.d.ts +3 -0
- package/dist/schema/infra/index.d.ts.map +1 -0
- package/dist/schema/infra/index.js +4 -0
- package/dist/schema/infra/index.js.map +1 -0
- package/dist/schema/infra/webhook_subscriptions.d.ts +284 -0
- package/dist/schema/infra/webhook_subscriptions.d.ts.map +1 -0
- package/dist/schema/infra/webhook_subscriptions.js +64 -0
- package/dist/schema/infra/webhook_subscriptions.js.map +1 -0
- package/dist/schema/insurance/0_schemas.d.ts +2 -0
- package/dist/schema/insurance/0_schemas.d.ts.map +1 -0
- package/dist/schema/insurance/0_schemas.js +3 -0
- package/dist/schema/insurance/0_schemas.js.map +1 -0
- package/dist/schema/insurance/index.d.ts +4 -0
- package/dist/schema/insurance/index.d.ts.map +1 -0
- package/dist/schema/insurance/index.js +4 -0
- package/dist/schema/insurance/index.js.map +1 -0
- package/dist/schema/insurance/organization_connections.d.ts +272 -0
- package/dist/schema/insurance/organization_connections.d.ts.map +1 -0
- package/dist/schema/insurance/organization_connections.js +57 -0
- package/dist/schema/insurance/organization_connections.js.map +1 -0
- package/dist/schema/insurance/providers.d.ts +348 -0
- package/dist/schema/insurance/providers.d.ts.map +1 -0
- package/dist/schema/insurance/providers.js +84 -0
- package/dist/schema/insurance/providers.js.map +1 -0
- package/dist/schema/legal/allotments.d.ts +224 -0
- package/dist/schema/legal/allotments.d.ts.map +1 -0
- package/dist/schema/legal/allotments.js +42 -0
- package/dist/schema/legal/allotments.js.map +1 -0
- package/dist/schema/legal/cancellation_policies.d.ts +345 -0
- package/dist/schema/legal/cancellation_policies.d.ts.map +1 -0
- package/dist/schema/legal/cancellation_policies.js +84 -0
- package/dist/schema/legal/cancellation_policies.js.map +1 -0
- package/dist/schema/legal/contract_number_register.d.ts +216 -0
- package/dist/schema/legal/contract_number_register.d.ts.map +1 -0
- package/dist/schema/legal/contract_number_register.js +43 -0
- package/dist/schema/legal/contract_number_register.js.map +1 -0
- package/dist/schema/legal/contract_series.d.ts +254 -0
- package/dist/schema/legal/contract_series.d.ts.map +1 -0
- package/dist/schema/legal/contract_series.js +45 -0
- package/dist/schema/legal/contract_series.js.map +1 -0
- package/dist/schema/legal/contract_series_counters.d.ts +100 -0
- package/dist/schema/legal/contract_series_counters.d.ts.map +1 -0
- package/dist/schema/legal/contract_series_counters.js +25 -0
- package/dist/schema/legal/contract_series_counters.js.map +1 -0
- package/dist/schema/legal/contract_templates.d.ts +340 -0
- package/dist/schema/legal/contract_templates.d.ts.map +1 -0
- package/dist/schema/legal/contract_templates.js +65 -0
- package/dist/schema/legal/contract_templates.js.map +1 -0
- package/dist/schema/legal/contract_versions.d.ts +156 -0
- package/dist/schema/legal/contract_versions.d.ts.map +1 -0
- package/dist/schema/legal/contract_versions.js +32 -0
- package/dist/schema/legal/contract_versions.js.map +1 -0
- package/dist/schema/legal/contracts.d.ts +454 -0
- package/dist/schema/legal/contracts.d.ts.map +1 -0
- package/dist/schema/legal/contracts.js +77 -0
- package/dist/schema/legal/contracts.js.map +1 -0
- package/dist/schema/legal/credit_notes.d.ts +436 -0
- package/dist/schema/legal/credit_notes.d.ts.map +1 -0
- package/dist/schema/legal/credit_notes.js +65 -0
- package/dist/schema/legal/credit_notes.js.map +1 -0
- package/dist/schema/legal/document_rules.d.ts +296 -0
- package/dist/schema/legal/document_rules.d.ts.map +1 -0
- package/dist/schema/legal/document_rules.js +55 -0
- package/dist/schema/legal/document_rules.js.map +1 -0
- package/dist/schema/legal/index.d.ts +15 -0
- package/dist/schema/legal/index.d.ts.map +1 -0
- package/dist/schema/legal/index.js +15 -0
- package/dist/schema/legal/index.js.map +1 -0
- package/dist/schema/legal/policies.d.ts +183 -0
- package/dist/schema/legal/policies.d.ts.map +1 -0
- package/dist/schema/legal/policies.js +37 -0
- package/dist/schema/legal/policies.js.map +1 -0
- package/dist/schema/legal/policy_rules.d.ts +167 -0
- package/dist/schema/legal/policy_rules.d.ts.map +1 -0
- package/dist/schema/legal/policy_rules.js +43 -0
- package/dist/schema/legal/policy_rules.js.map +1 -0
- package/dist/schema/legal/policy_translations.d.ts +160 -0
- package/dist/schema/legal/policy_translations.d.ts.map +1 -0
- package/dist/schema/legal/policy_translations.js +48 -0
- package/dist/schema/legal/policy_translations.js.map +1 -0
- package/dist/schema/legal/rate_cards.d.ts +162 -0
- package/dist/schema/legal/rate_cards.d.ts.map +1 -0
- package/dist/schema/legal/rate_cards.js +37 -0
- package/dist/schema/legal/rate_cards.js.map +1 -0
- package/dist/schema/lodging/amenities.d.ts +164 -0
- package/dist/schema/lodging/amenities.d.ts.map +1 -0
- package/dist/schema/lodging/amenities.js +71 -0
- package/dist/schema/lodging/amenities.js.map +1 -0
- package/dist/schema/lodging/index.d.ts +14 -0
- package/dist/schema/lodging/index.d.ts.map +1 -0
- package/dist/schema/lodging/index.js +14 -0
- package/dist/schema/lodging/index.js.map +1 -0
- package/dist/schema/lodging/media.d.ts +424 -0
- package/dist/schema/lodging/media.d.ts.map +1 -0
- package/dist/schema/lodging/media.js +76 -0
- package/dist/schema/lodging/media.js.map +1 -0
- package/dist/schema/lodging/properties.d.ts +448 -0
- package/dist/schema/lodging/properties.d.ts.map +1 -0
- package/dist/schema/lodging/properties.js +50 -0
- package/dist/schema/lodging/properties.js.map +1 -0
- package/dist/schema/lodging/property_daily_rates.d.ts +307 -0
- package/dist/schema/lodging/property_daily_rates.d.ts.map +1 -0
- package/dist/schema/lodging/property_daily_rates.js +58 -0
- package/dist/schema/lodging/property_daily_rates.js.map +1 -0
- package/dist/schema/lodging/property_drafts.d.ts +382 -0
- package/dist/schema/lodging/property_drafts.d.ts.map +1 -0
- package/dist/schema/lodging/property_drafts.js +73 -0
- package/dist/schema/lodging/property_drafts.js.map +1 -0
- package/dist/schema/lodging/rate_plan_price_rules.d.ts +310 -0
- package/dist/schema/lodging/rate_plan_price_rules.d.ts.map +1 -0
- package/dist/schema/lodging/rate_plan_price_rules.js +53 -0
- package/dist/schema/lodging/rate_plan_price_rules.js.map +1 -0
- package/dist/schema/lodging/rate_plans.d.ts +326 -0
- package/dist/schema/lodging/rate_plans.d.ts.map +1 -0
- package/dist/schema/lodging/rate_plans.js +47 -0
- package/dist/schema/lodging/rate_plans.js.map +1 -0
- package/dist/schema/lodging/reference_room_categories.d.ts +174 -0
- package/dist/schema/lodging/reference_room_categories.d.ts.map +1 -0
- package/dist/schema/lodging/reference_room_categories.js +39 -0
- package/dist/schema/lodging/reference_room_categories.js.map +1 -0
- package/dist/schema/lodging/restrictions.d.ts +294 -0
- package/dist/schema/lodging/restrictions.d.ts.map +1 -0
- package/dist/schema/lodging/restrictions.js +66 -0
- package/dist/schema/lodging/restrictions.js.map +1 -0
- package/dist/schema/lodging/room_type.d.ts +912 -0
- package/dist/schema/lodging/room_type.d.ts.map +1 -0
- package/dist/schema/lodging/room_type.js +69 -0
- package/dist/schema/lodging/room_type.js.map +1 -0
- package/dist/schema/lodging/room_type_inventory.d.ts +330 -0
- package/dist/schema/lodging/room_type_inventory.d.ts.map +1 -0
- package/dist/schema/lodging/room_type_inventory.js +54 -0
- package/dist/schema/lodging/room_type_inventory.js.map +1 -0
- package/dist/schema/lodging/room_type_rate_plan.d.ts +215 -0
- package/dist/schema/lodging/room_type_rate_plan.d.ts.map +1 -0
- package/dist/schema/lodging/room_type_rate_plan.js +56 -0
- package/dist/schema/lodging/room_type_rate_plan.js.map +1 -0
- package/dist/schema/lodging/translations.d.ts +551 -0
- package/dist/schema/lodging/translations.d.ts.map +1 -0
- package/dist/schema/lodging/translations.js +131 -0
- package/dist/schema/lodging/translations.js.map +1 -0
- package/dist/schema/loyalty/0_schemas.d.ts +2 -0
- package/dist/schema/loyalty/0_schemas.d.ts.map +1 -0
- package/dist/schema/loyalty/0_schemas.js +3 -0
- package/dist/schema/loyalty/0_schemas.js.map +1 -0
- package/dist/schema/loyalty/alliances.d.ts +268 -0
- package/dist/schema/loyalty/alliances.d.ts.map +1 -0
- package/dist/schema/loyalty/alliances.js +61 -0
- package/dist/schema/loyalty/alliances.js.map +1 -0
- package/dist/schema/loyalty/index.d.ts +5 -0
- package/dist/schema/loyalty/index.d.ts.map +1 -0
- package/dist/schema/loyalty/index.js +5 -0
- package/dist/schema/loyalty/index.js.map +1 -0
- package/dist/schema/loyalty/programs.d.ts +314 -0
- package/dist/schema/loyalty/programs.d.ts.map +1 -0
- package/dist/schema/loyalty/programs.js +71 -0
- package/dist/schema/loyalty/programs.js.map +1 -0
- package/dist/schema/loyalty/tiers.d.ts +104 -0
- package/dist/schema/loyalty/tiers.d.ts.map +1 -0
- package/dist/schema/loyalty/tiers.js +34 -0
- package/dist/schema/loyalty/tiers.js.map +1 -0
- package/dist/schema/marketplace/0_schemas.d.ts +2 -0
- package/dist/schema/marketplace/0_schemas.d.ts.map +1 -0
- package/dist/schema/marketplace/0_schemas.js +3 -0
- package/dist/schema/marketplace/0_schemas.js.map +1 -0
- package/dist/schema/marketplace/catalog/0_enums.d.ts +109 -0
- package/dist/schema/marketplace/catalog/0_enums.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/0_enums.js +58 -0
- package/dist/schema/marketplace/catalog/0_enums.js.map +1 -0
- package/dist/schema/marketplace/catalog/channels/channel_product_pricing.d.ts +280 -0
- package/dist/schema/marketplace/catalog/channels/channel_product_pricing.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/channels/channel_product_pricing.js +100 -0
- package/dist/schema/marketplace/catalog/channels/channel_product_pricing.js.map +1 -0
- package/dist/schema/marketplace/catalog/channels/distribution_channels.d.ts +300 -0
- package/dist/schema/marketplace/catalog/channels/distribution_channels.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/channels/distribution_channels.js +59 -0
- package/dist/schema/marketplace/catalog/channels/distribution_channels.js.map +1 -0
- package/dist/schema/marketplace/catalog/channels/index.d.ts +3 -0
- package/dist/schema/marketplace/catalog/channels/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/channels/index.js +3 -0
- package/dist/schema/marketplace/catalog/channels/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collection_items.d.ts +201 -0
- package/dist/schema/marketplace/catalog/collections/collection_items.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collection_items.js +39 -0
- package/dist/schema/marketplace/catalog/collections/collection_items.js.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collection_translations.d.ts +151 -0
- package/dist/schema/marketplace/catalog/collections/collection_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collection_translations.js +29 -0
- package/dist/schema/marketplace/catalog/collections/collection_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collections.d.ts +288 -0
- package/dist/schema/marketplace/catalog/collections/collections.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/collections/collections.js +34 -0
- package/dist/schema/marketplace/catalog/collections/collections.js.map +1 -0
- package/dist/schema/marketplace/catalog/collections/index.d.ts +4 -0
- package/dist/schema/marketplace/catalog/collections/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/collections/index.js +4 -0
- package/dist/schema/marketplace/catalog/collections/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.d.ts +237 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.js +31 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabins.d.ts +169 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabins.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabins.js +31 -0
- package/dist/schema/marketplace/catalog/departures/departure_cabins.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_day_tasks.d.ts +237 -0
- package/dist/schema/marketplace/catalog/departures/departure_day_tasks.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_day_tasks.js +30 -0
- package/dist/schema/marketplace/catalog/departures/departure_day_tasks.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_days.d.ts +167 -0
- package/dist/schema/marketplace/catalog/departures/departure_days.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_days.js +28 -0
- package/dist/schema/marketplace/catalog/departures/departure_days.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_group_members.d.ts +153 -0
- package/dist/schema/marketplace/catalog/departures/departure_group_members.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_group_members.js +33 -0
- package/dist/schema/marketplace/catalog/departures/departure_group_members.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_groups.d.ts +150 -0
- package/dist/schema/marketplace/catalog/departures/departure_groups.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_groups.js +27 -0
- package/dist/schema/marketplace/catalog/departures/departure_groups.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_overrides.d.ts +167 -0
- package/dist/schema/marketplace/catalog/departures/departure_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_overrides.js +28 -0
- package/dist/schema/marketplace/catalog/departures/departure_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_port_calls.d.ts +204 -0
- package/dist/schema/marketplace/catalog/departures/departure_port_calls.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_port_calls.js +33 -0
- package/dist/schema/marketplace/catalog/departures/departure_port_calls.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_room_prices.d.ts +239 -0
- package/dist/schema/marketplace/catalog/departures/departure_room_prices.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_room_prices.js +32 -0
- package/dist/schema/marketplace/catalog/departures/departure_room_prices.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_rooms.d.ts +323 -0
- package/dist/schema/marketplace/catalog/departures/departure_rooms.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_rooms.js +49 -0
- package/dist/schema/marketplace/catalog/departures/departure_rooms.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_translations.d.ts +134 -0
- package/dist/schema/marketplace/catalog/departures/departure_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_translations.js +28 -0
- package/dist/schema/marketplace/catalog/departures/departure_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_options.d.ts +286 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_options.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_options.js +33 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_options.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_seating.d.ts +187 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_seating.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_seating.js +33 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_seating.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_segments.d.ts +510 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_segments.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_segments.js +38 -0
- package/dist/schema/marketplace/catalog/departures/departure_transport_segments.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures/index.d.ts +16 -0
- package/dist/schema/marketplace/catalog/departures/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures/index.js +18 -0
- package/dist/schema/marketplace/catalog/departures/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/departures.d.ts +252 -0
- package/dist/schema/marketplace/catalog/departures.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/departures.js +48 -0
- package/dist/schema/marketplace/catalog/departures.js.map +1 -0
- package/dist/schema/marketplace/catalog/destinations.d.ts +269 -0
- package/dist/schema/marketplace/catalog/destinations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/destinations.js +26 -0
- package/dist/schema/marketplace/catalog/destinations.js.map +1 -0
- package/dist/schema/marketplace/catalog/index.d.ts +21 -0
- package/dist/schema/marketplace/catalog/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/index.js +22 -0
- package/dist/schema/marketplace/catalog/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/inventory/index.d.ts +2 -0
- package/dist/schema/marketplace/catalog/inventory/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/inventory/index.js +2 -0
- package/dist/schema/marketplace/catalog/inventory/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/inventory/inventory_ledger.d.ts +202 -0
- package/dist/schema/marketplace/catalog/inventory/inventory_ledger.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/inventory/inventory_ledger.js +47 -0
- package/dist/schema/marketplace/catalog/inventory/inventory_ledger.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/index.d.ts +16 -0
- package/dist/schema/marketplace/catalog/itineraries/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/index.js +18 -0
- package/dist/schema/marketplace/catalog/itineraries/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.d.ts +254 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.js +49 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.d.ts +237 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.js +36 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.d.ts +322 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.js +40 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.d.ts +167 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.js +36 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.d.ts +151 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.js +28 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.d.ts +390 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.js +46 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_days.d.ts +356 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_days.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_days.js +36 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_days.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.d.ts +167 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.js +34 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.d.ts +167 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.js +29 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.d.ts +151 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.js +28 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.d.ts +913 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.js +47 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.d.ts +133 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.js +21 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.d.ts +168 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.js +28 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.d.ts +150 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.js +31 -0
- package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.js.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries.d.ts +201 -0
- package/dist/schema/marketplace/catalog/itineraries.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/itineraries.js +37 -0
- package/dist/schema/marketplace/catalog/itineraries.js.map +1 -0
- package/dist/schema/marketplace/catalog/offers.d.ts +432 -0
- package/dist/schema/marketplace/catalog/offers.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/offers.js +41 -0
- package/dist/schema/marketplace/catalog/offers.js.map +1 -0
- package/dist/schema/marketplace/catalog/price_rules.d.ts +405 -0
- package/dist/schema/marketplace/catalog/price_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/price_rules.js +69 -0
- package/dist/schema/marketplace/catalog/price_rules.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/index.d.ts +7 -0
- package/dist/schema/marketplace/catalog/pricing/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/index.js +7 -0
- package/dist/schema/marketplace/catalog/pricing/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/payment_terms.d.ts +241 -0
- package/dist/schema/marketplace/catalog/pricing/payment_terms.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/payment_terms.js +34 -0
- package/dist/schema/marketplace/catalog/pricing/payment_terms.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/price_schedules.d.ts +269 -0
- package/dist/schema/marketplace/catalog/pricing/price_schedules.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/price_schedules.js +33 -0
- package/dist/schema/marketplace/catalog/pricing/price_schedules.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/price_summaries.d.ts +255 -0
- package/dist/schema/marketplace/catalog/pricing/price_summaries.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/price_summaries.js +33 -0
- package/dist/schema/marketplace/catalog/pricing/price_summaries.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_base_prices.d.ts +237 -0
- package/dist/schema/marketplace/catalog/pricing/product_base_prices.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_base_prices.js +37 -0
- package/dist/schema/marketplace/catalog/pricing/product_base_prices.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.d.ts +186 -0
- package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.js +34 -0
- package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.d.ts +150 -0
- package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.js +27 -0
- package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/product_lodging.d.ts +862 -0
- package/dist/schema/marketplace/catalog/product_lodging.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/product_lodging.js +178 -0
- package/dist/schema/marketplace/catalog/product_lodging.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/index.d.ts +21 -0
- package/dist/schema/marketplace/catalog/products/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/index.js +24 -0
- package/dist/schema/marketplace/catalog/products/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.d.ts +321 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.js +27 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_options.d.ts +201 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_options.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_options.js +28 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_options.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.d.ts +252 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.js +31 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_sets.d.ts +201 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_sets.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_sets.js +27 -0
- package/dist/schema/marketplace/catalog/products/product_accommodation_sets.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_addons.d.ts +150 -0
- package/dist/schema/marketplace/catalog/products/product_addons.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_addons.js +27 -0
- package/dist/schema/marketplace/catalog/products/product_addons.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_availability.d.ts +203 -0
- package/dist/schema/marketplace/catalog/products/product_availability.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_availability.js +30 -0
- package/dist/schema/marketplace/catalog/products/product_availability.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_availability_states.d.ts +1206 -0
- package/dist/schema/marketplace/catalog/products/product_availability_states.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_availability_states.js +124 -0
- package/dist/schema/marketplace/catalog/products/product_availability_states.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_booking_rules.d.ts +576 -0
- package/dist/schema/marketplace/catalog/products/product_booking_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_booking_rules.js +30 -0
- package/dist/schema/marketplace/catalog/products/product_booking_rules.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_category_assignments.d.ts +135 -0
- package/dist/schema/marketplace/catalog/products/product_category_assignments.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_category_assignments.js +34 -0
- package/dist/schema/marketplace/catalog/products/product_category_assignments.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_extensions.d.ts +269 -0
- package/dist/schema/marketplace/catalog/products/product_extensions.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_extensions.js +39 -0
- package/dist/schema/marketplace/catalog/products/product_extensions.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_media.d.ts +167 -0
- package/dist/schema/marketplace/catalog/products/product_media.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_media.js +27 -0
- package/dist/schema/marketplace/catalog/products/product_media.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_overrides.d.ts +184 -0
- package/dist/schema/marketplace/catalog/products/product_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_overrides.js +29 -0
- package/dist/schema/marketplace/catalog/products/product_overrides.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_preferences.d.ts +618 -0
- package/dist/schema/marketplace/catalog/products/product_preferences.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_preferences.js +31 -0
- package/dist/schema/marketplace/catalog/products/product_preferences.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_publish_settings.d.ts +150 -0
- package/dist/schema/marketplace/catalog/products/product_publish_settings.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_publish_settings.js +25 -0
- package/dist/schema/marketplace/catalog/products/product_publish_settings.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.d.ts +150 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.js +37 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plans.d.ts +220 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plans.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plans.js +30 -0
- package/dist/schema/marketplace/catalog/products/product_rate_plans.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_translations.d.ts +236 -0
- package/dist/schema/marketplace/catalog/products/product_translations.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_translations.js +32 -0
- package/dist/schema/marketplace/catalog/products/product_translations.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_versions.d.ts +167 -0
- package/dist/schema/marketplace/catalog/products/product_versions.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_versions.js +28 -0
- package/dist/schema/marketplace/catalog/products/product_versions.js.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_visibility.d.ts +150 -0
- package/dist/schema/marketplace/catalog/products/product_visibility.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products/product_visibility.js +32 -0
- package/dist/schema/marketplace/catalog/products/product_visibility.js.map +1 -0
- package/dist/schema/marketplace/catalog/products.d.ts +423 -0
- package/dist/schema/marketplace/catalog/products.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/products.js +37 -0
- package/dist/schema/marketplace/catalog/products.js.map +1 -0
- package/dist/schema/marketplace/catalog/providers/index.d.ts +2 -0
- package/dist/schema/marketplace/catalog/providers/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/providers/index.js +2 -0
- package/dist/schema/marketplace/catalog/providers/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/providers/provider_mappings.d.ts +180 -0
- package/dist/schema/marketplace/catalog/providers/provider_mappings.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/providers/provider_mappings.js +35 -0
- package/dist/schema/marketplace/catalog/providers/provider_mappings.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/index.d.ts +7 -0
- package/dist/schema/marketplace/catalog/rooms/index.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/index.js +7 -0
- package/dist/schema/marketplace/catalog/rooms/index.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_availability.d.ts +266 -0
- package/dist/schema/marketplace/catalog/rooms/room_availability.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_availability.js +34 -0
- package/dist/schema/marketplace/catalog/rooms/room_availability.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_prices.d.ts +218 -0
- package/dist/schema/marketplace/catalog/rooms/room_prices.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_prices.js +28 -0
- package/dist/schema/marketplace/catalog/rooms/room_prices.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_profile_media.d.ts +363 -0
- package/dist/schema/marketplace/catalog/rooms/room_profile_media.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_profile_media.js +31 -0
- package/dist/schema/marketplace/catalog/rooms/room_profile_media.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_profiles.d.ts +638 -0
- package/dist/schema/marketplace/catalog/rooms/room_profiles.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_profiles.js +30 -0
- package/dist/schema/marketplace/catalog/rooms/room_profiles.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_rate_plans.d.ts +333 -0
- package/dist/schema/marketplace/catalog/rooms/room_rate_plans.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_rate_plans.js +0 -0
- package/dist/schema/marketplace/catalog/rooms/room_rate_plans.js.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_types.d.ts +295 -0
- package/dist/schema/marketplace/catalog/rooms/room_types.d.ts.map +1 -0
- package/dist/schema/marketplace/catalog/rooms/room_types.js +29 -0
- package/dist/schema/marketplace/catalog/rooms/room_types.js.map +1 -0
- package/dist/schema/marketplace/channel_inventory.d.ts +873 -0
- package/dist/schema/marketplace/channel_inventory.d.ts.map +1 -0
- package/dist/schema/marketplace/channel_inventory.js +192 -0
- package/dist/schema/marketplace/channel_inventory.js.map +1 -0
- package/dist/schema/marketplace/cruise/index.d.ts +3 -0
- package/dist/schema/marketplace/cruise/index.d.ts.map +1 -0
- package/dist/schema/marketplace/cruise/index.js +3 -0
- package/dist/schema/marketplace/cruise/index.js.map +1 -0
- package/dist/schema/marketplace/cruise/ship_cabin_categories.d.ts +414 -0
- package/dist/schema/marketplace/cruise/ship_cabin_categories.d.ts.map +1 -0
- package/dist/schema/marketplace/cruise/ship_cabin_categories.js +67 -0
- package/dist/schema/marketplace/cruise/ship_cabin_categories.js.map +1 -0
- package/dist/schema/marketplace/cruise/ships.d.ts +347 -0
- package/dist/schema/marketplace/cruise/ships.d.ts.map +1 -0
- package/dist/schema/marketplace/cruise/ships.js +52 -0
- package/dist/schema/marketplace/cruise/ships.js.map +1 -0
- package/dist/schema/marketplace/demand_pricing_rules.d.ts +1156 -0
- package/dist/schema/marketplace/demand_pricing_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/demand_pricing_rules.js +202 -0
- package/dist/schema/marketplace/demand_pricing_rules.js.map +1 -0
- package/dist/schema/marketplace/index.d.ts +21 -0
- package/dist/schema/marketplace/index.d.ts.map +1 -0
- package/dist/schema/marketplace/index.js +22 -0
- package/dist/schema/marketplace/index.js.map +1 -0
- package/dist/schema/marketplace/lodging/0_enums.d.ts +16 -0
- package/dist/schema/marketplace/lodging/0_enums.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/0_enums.js +11 -0
- package/dist/schema/marketplace/lodging/0_enums.js.map +1 -0
- package/dist/schema/marketplace/lodging/amenities.d.ts +225 -0
- package/dist/schema/marketplace/lodging/amenities.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/amenities.js +81 -0
- package/dist/schema/marketplace/lodging/amenities.js.map +1 -0
- package/dist/schema/marketplace/lodging/index.d.ts +14 -0
- package/dist/schema/marketplace/lodging/index.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/index.js +14 -0
- package/dist/schema/marketplace/lodging/index.js.map +1 -0
- package/dist/schema/marketplace/lodging/media.d.ts +383 -0
- package/dist/schema/marketplace/lodging/media.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/media.js +84 -0
- package/dist/schema/marketplace/lodging/media.js.map +1 -0
- package/dist/schema/marketplace/lodging/properties.d.ts +461 -0
- package/dist/schema/marketplace/lodging/properties.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/properties.js +55 -0
- package/dist/schema/marketplace/lodging/properties.js.map +1 -0
- package/dist/schema/marketplace/lodging/property_allotments.d.ts +211 -0
- package/dist/schema/marketplace/lodging/property_allotments.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/property_allotments.js +49 -0
- package/dist/schema/marketplace/lodging/property_allotments.js.map +1 -0
- package/dist/schema/marketplace/lodging/property_daily_rates.d.ts +356 -0
- package/dist/schema/marketplace/lodging/property_daily_rates.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/property_daily_rates.js +65 -0
- package/dist/schema/marketplace/lodging/property_daily_rates.js.map +1 -0
- package/dist/schema/marketplace/lodging/property_room_rate_plans.d.ts +172 -0
- package/dist/schema/marketplace/lodging/property_room_rate_plans.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/property_room_rate_plans.js +55 -0
- package/dist/schema/marketplace/lodging/property_room_rate_plans.js.map +1 -0
- package/dist/schema/marketplace/lodging/property_rooms.d.ts +521 -0
- package/dist/schema/marketplace/lodging/property_rooms.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/property_rooms.js +65 -0
- package/dist/schema/marketplace/lodging/property_rooms.js.map +1 -0
- package/dist/schema/marketplace/lodging/rate_plan_price_rules.d.ts +406 -0
- package/dist/schema/marketplace/lodging/rate_plan_price_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/rate_plan_price_rules.js +73 -0
- package/dist/schema/marketplace/lodging/rate_plan_price_rules.js.map +1 -0
- package/dist/schema/marketplace/lodging/rate_plans.d.ts +399 -0
- package/dist/schema/marketplace/lodging/rate_plans.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/rate_plans.js +61 -0
- package/dist/schema/marketplace/lodging/rate_plans.js.map +1 -0
- package/dist/schema/marketplace/lodging/reference_room_categories.d.ts +176 -0
- package/dist/schema/marketplace/lodging/reference_room_categories.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/reference_room_categories.js +41 -0
- package/dist/schema/marketplace/lodging/reference_room_categories.js.map +1 -0
- package/dist/schema/marketplace/lodging/restrictions.d.ts +405 -0
- package/dist/schema/marketplace/lodging/restrictions.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/restrictions.js +91 -0
- package/dist/schema/marketplace/lodging/restrictions.js.map +1 -0
- package/dist/schema/marketplace/lodging/translations.d.ts +536 -0
- package/dist/schema/marketplace/lodging/translations.d.ts.map +1 -0
- package/dist/schema/marketplace/lodging/translations.js +135 -0
- package/dist/schema/marketplace/lodging/translations.js.map +1 -0
- package/dist/schema/marketplace/marketplace_providers.d.ts +197 -0
- package/dist/schema/marketplace/marketplace_providers.d.ts.map +1 -0
- package/dist/schema/marketplace/marketplace_providers.js +3 -0
- package/dist/schema/marketplace/marketplace_providers.js.map +1 -0
- package/dist/schema/marketplace/offers.d.ts +738 -0
- package/dist/schema/marketplace/offers.d.ts.map +1 -0
- package/dist/schema/marketplace/offers.js +144 -0
- package/dist/schema/marketplace/offers.js.map +1 -0
- package/dist/schema/marketplace/organization_provider_profiles.d.ts +240 -0
- package/dist/schema/marketplace/organization_provider_profiles.d.ts.map +1 -0
- package/dist/schema/marketplace/organization_provider_profiles.js +35 -0
- package/dist/schema/marketplace/organization_provider_profiles.js.map +1 -0
- package/dist/schema/marketplace/provider_access.d.ts +929 -0
- package/dist/schema/marketplace/provider_access.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_access.js +142 -0
- package/dist/schema/marketplace/provider_access.js.map +1 -0
- package/dist/schema/marketplace/provider_access_requests.d.ts +2 -0
- package/dist/schema/marketplace/provider_access_requests.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_access_requests.js +2 -0
- package/dist/schema/marketplace/provider_access_requests.js.map +1 -0
- package/dist/schema/marketplace/provider_commissions.d.ts +1453 -0
- package/dist/schema/marketplace/provider_commissions.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_commissions.js +362 -0
- package/dist/schema/marketplace/provider_commissions.js.map +1 -0
- package/dist/schema/marketplace/provider_connection_pricing_rules.d.ts +267 -0
- package/dist/schema/marketplace/provider_connection_pricing_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_connection_pricing_rules.js +53 -0
- package/dist/schema/marketplace/provider_connection_pricing_rules.js.map +1 -0
- package/dist/schema/marketplace/provider_connections.d.ts +300 -0
- package/dist/schema/marketplace/provider_connections.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_connections.js +44 -0
- package/dist/schema/marketplace/provider_connections.js.map +1 -0
- package/dist/schema/marketplace/provider_product_category_assignments.d.ts +120 -0
- package/dist/schema/marketplace/provider_product_category_assignments.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_product_category_assignments.js +27 -0
- package/dist/schema/marketplace/provider_product_category_assignments.js.map +1 -0
- package/dist/schema/marketplace/provider_product_overrides.d.ts +275 -0
- package/dist/schema/marketplace/provider_product_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_product_overrides.js +52 -0
- package/dist/schema/marketplace/provider_product_overrides.js.map +1 -0
- package/dist/schema/marketplace/provider_product_pricing_overrides.d.ts +249 -0
- package/dist/schema/marketplace/provider_product_pricing_overrides.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_product_pricing_overrides.js +51 -0
- package/dist/schema/marketplace/provider_product_pricing_overrides.js.map +1 -0
- package/dist/schema/marketplace/provider_products.d.ts +387 -0
- package/dist/schema/marketplace/provider_products.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_products.js +56 -0
- package/dist/schema/marketplace/provider_products.js.map +1 -0
- package/dist/schema/marketplace/provider_products_index.d.ts +241 -0
- package/dist/schema/marketplace/provider_products_index.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_products_index.js +48 -0
- package/dist/schema/marketplace/provider_products_index.js.map +1 -0
- package/dist/schema/marketplace/provider_profile_media.d.ts +195 -0
- package/dist/schema/marketplace/provider_profile_media.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_profile_media.js +36 -0
- package/dist/schema/marketplace/provider_profile_media.js.map +1 -0
- package/dist/schema/marketplace/provider_profile_pricing_rules.d.ts +293 -0
- package/dist/schema/marketplace/provider_profile_pricing_rules.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_profile_pricing_rules.js +53 -0
- package/dist/schema/marketplace/provider_profile_pricing_rules.js.map +1 -0
- package/dist/schema/marketplace/provider_profiles.d.ts +357 -0
- package/dist/schema/marketplace/provider_profiles.d.ts.map +1 -0
- package/dist/schema/marketplace/provider_profiles.js +55 -0
- package/dist/schema/marketplace/provider_profiles.js.map +1 -0
- package/dist/schema/marketplace/providers.d.ts +349 -0
- package/dist/schema/marketplace/providers.d.ts.map +1 -0
- package/dist/schema/marketplace/providers.js +55 -0
- package/dist/schema/marketplace/providers.js.map +1 -0
- package/dist/schema/marketplace/webhook_subscriptions.d.ts +794 -0
- package/dist/schema/marketplace/webhook_subscriptions.d.ts.map +1 -0
- package/dist/schema/marketplace/webhook_subscriptions.js +144 -0
- package/dist/schema/marketplace/webhook_subscriptions.js.map +1 -0
- package/dist/schema/octo/connection_health_events.d.ts +130 -0
- package/dist/schema/octo/connection_health_events.d.ts.map +1 -0
- package/dist/schema/octo/connection_health_events.js +19 -0
- package/dist/schema/octo/connection_health_events.js.map +1 -0
- package/dist/schema/octo/connections.d.ts +199 -0
- package/dist/schema/octo/connections.d.ts.map +1 -0
- package/dist/schema/octo/connections.js +28 -0
- package/dist/schema/octo/connections.js.map +1 -0
- package/dist/schema/octo/connector_configs.d.ts +241 -0
- package/dist/schema/octo/connector_configs.d.ts.map +1 -0
- package/dist/schema/octo/connector_configs.js +24 -0
- package/dist/schema/octo/connector_configs.js.map +1 -0
- package/dist/schema/octo/idempotency_keys.d.ts +180 -0
- package/dist/schema/octo/idempotency_keys.d.ts.map +1 -0
- package/dist/schema/octo/idempotency_keys.js +22 -0
- package/dist/schema/octo/idempotency_keys.js.map +1 -0
- package/dist/schema/octo/index.d.ts +10 -0
- package/dist/schema/octo/index.d.ts.map +1 -0
- package/dist/schema/octo/index.js +10 -0
- package/dist/schema/octo/index.js.map +1 -0
- package/dist/schema/octo/oauth_clients.d.ts +206 -0
- package/dist/schema/octo/oauth_clients.d.ts.map +1 -0
- package/dist/schema/octo/oauth_clients.js +22 -0
- package/dist/schema/octo/oauth_clients.js.map +1 -0
- package/dist/schema/octo/operators.d.ts +166 -0
- package/dist/schema/octo/operators.d.ts.map +1 -0
- package/dist/schema/octo/operators.js +19 -0
- package/dist/schema/octo/operators.js.map +1 -0
- package/dist/schema/octo/request_logs.d.ts +199 -0
- package/dist/schema/octo/request_logs.d.ts.map +1 -0
- package/dist/schema/octo/request_logs.js +23 -0
- package/dist/schema/octo/request_logs.js.map +1 -0
- package/dist/schema/octo/usage_records.d.ts +146 -0
- package/dist/schema/octo/usage_records.d.ts.map +1 -0
- package/dist/schema/octo/usage_records.js +22 -0
- package/dist/schema/octo/usage_records.js.map +1 -0
- package/dist/schema/octo/webhook_events.d.ts +198 -0
- package/dist/schema/octo/webhook_events.d.ts.map +1 -0
- package/dist/schema/octo/webhook_events.js +25 -0
- package/dist/schema/octo/webhook_events.js.map +1 -0
- package/dist/schema/ops/guide_assignments.d.ts +318 -0
- package/dist/schema/ops/guide_assignments.d.ts.map +1 -0
- package/dist/schema/ops/guide_assignments.js +62 -0
- package/dist/schema/ops/guide_assignments.js.map +1 -0
- package/dist/schema/ops/guide_availability.d.ts +39 -0
- package/dist/schema/ops/guide_availability.d.ts.map +1 -0
- package/dist/schema/ops/guide_availability.js +24 -0
- package/dist/schema/ops/guide_availability.js.map +1 -0
- package/dist/schema/ops/guide_languages.d.ts +29 -0
- package/dist/schema/ops/guide_languages.d.ts.map +1 -0
- package/dist/schema/ops/guide_languages.js +21 -0
- package/dist/schema/ops/guide_languages.js.map +1 -0
- package/dist/schema/ops/guide_specializations.d.ts +18 -0
- package/dist/schema/ops/guide_specializations.d.ts.map +1 -0
- package/dist/schema/ops/guide_specializations.js +16 -0
- package/dist/schema/ops/guide_specializations.js.map +1 -0
- package/dist/schema/ops/guides.d.ts +598 -0
- package/dist/schema/ops/guides.d.ts.map +1 -0
- package/dist/schema/ops/guides.js +117 -0
- package/dist/schema/ops/guides.js.map +1 -0
- package/dist/schema/ops/index.d.ts +7 -0
- package/dist/schema/ops/index.d.ts.map +1 -0
- package/dist/schema/ops/index.js +7 -0
- package/dist/schema/ops/index.js.map +1 -0
- package/dist/schema/ops/product_guides.d.ts +172 -0
- package/dist/schema/ops/product_guides.d.ts.map +1 -0
- package/dist/schema/ops/product_guides.js +44 -0
- package/dist/schema/ops/product_guides.js.map +1 -0
- package/dist/schema/payments/index.d.ts +6 -0
- package/dist/schema/payments/index.d.ts.map +1 -0
- package/dist/schema/payments/index.js +6 -0
- package/dist/schema/payments/index.js.map +1 -0
- package/dist/schema/payments/payment_accounts.d.ts +174 -0
- package/dist/schema/payments/payment_accounts.d.ts.map +1 -0
- package/dist/schema/payments/payment_accounts.js +34 -0
- package/dist/schema/payments/payment_accounts.js.map +1 -0
- package/dist/schema/payments/payment_sessions.d.ts +338 -0
- package/dist/schema/payments/payment_sessions.d.ts.map +1 -0
- package/dist/schema/payments/payment_sessions.js +54 -0
- package/dist/schema/payments/payment_sessions.js.map +1 -0
- package/dist/schema/payments/payments.d.ts +500 -0
- package/dist/schema/payments/payments.d.ts.map +1 -0
- package/dist/schema/payments/payments.js +76 -0
- package/dist/schema/payments/payments.js.map +1 -0
- package/dist/schema/payments/refunds.d.ts +260 -0
- package/dist/schema/payments/refunds.d.ts.map +1 -0
- package/dist/schema/payments/refunds.js +50 -0
- package/dist/schema/payments/refunds.js.map +1 -0
- package/dist/schema/payments/webhook_events.d.ts +200 -0
- package/dist/schema/payments/webhook_events.d.ts.map +1 -0
- package/dist/schema/payments/webhook_events.js +37 -0
- package/dist/schema/payments/webhook_events.js.map +1 -0
- package/dist/schema/ref/amenities.d.ts +120 -0
- package/dist/schema/ref/amenities.d.ts.map +1 -0
- package/dist/schema/ref/amenities.js +23 -0
- package/dist/schema/ref/amenities.js.map +1 -0
- package/dist/schema/ref/bed_types.d.ts +120 -0
- package/dist/schema/ref/bed_types.d.ts.map +1 -0
- package/dist/schema/ref/bed_types.js +23 -0
- package/dist/schema/ref/bed_types.js.map +1 -0
- package/dist/schema/ref/index.d.ts +8 -0
- package/dist/schema/ref/index.d.ts.map +1 -0
- package/dist/schema/ref/index.js +8 -0
- package/dist/schema/ref/index.js.map +1 -0
- package/dist/schema/ref/places.d.ts +532 -0
- package/dist/schema/ref/places.d.ts.map +1 -0
- package/dist/schema/ref/places.js +151 -0
- package/dist/schema/ref/places.js.map +1 -0
- package/dist/schema/ref/port_aliases.d.ts +157 -0
- package/dist/schema/ref/port_aliases.d.ts.map +1 -0
- package/dist/schema/ref/port_aliases.js +33 -0
- package/dist/schema/ref/port_aliases.js.map +1 -0
- package/dist/schema/ref/ports.d.ts +214 -0
- package/dist/schema/ref/ports.d.ts.map +1 -0
- package/dist/schema/ref/ports.js +35 -0
- package/dist/schema/ref/ports.js.map +1 -0
- package/dist/schema/ref/room_categories.d.ts +146 -0
- package/dist/schema/ref/room_categories.d.ts.map +1 -0
- package/dist/schema/ref/room_categories.js +25 -0
- package/dist/schema/ref/room_categories.js.map +1 -0
- package/dist/schema/ref/transportation_mode_xwalk.d.ts +87 -0
- package/dist/schema/ref/transportation_mode_xwalk.d.ts.map +1 -0
- package/dist/schema/ref/transportation_mode_xwalk.js +30 -0
- package/dist/schema/ref/transportation_mode_xwalk.js.map +1 -0
- package/dist/schema/revenue/index.d.ts +3 -0
- package/dist/schema/revenue/index.d.ts.map +1 -0
- package/dist/schema/revenue/index.js +3 -0
- package/dist/schema/revenue/index.js.map +1 -0
- package/dist/schema/revenue/plans.d.ts +185 -0
- package/dist/schema/revenue/plans.d.ts.map +1 -0
- package/dist/schema/revenue/plans.js +52 -0
- package/dist/schema/revenue/plans.js.map +1 -0
- package/dist/schema/revenue/webhook_events.d.ts +196 -0
- package/dist/schema/revenue/webhook_events.d.ts.map +1 -0
- package/dist/schema/revenue/webhook_events.js +35 -0
- package/dist/schema/revenue/webhook_events.js.map +1 -0
- package/dist/schema/transport/addons.d.ts +177 -0
- package/dist/schema/transport/addons.d.ts.map +1 -0
- package/dist/schema/transport/addons.js +40 -0
- package/dist/schema/transport/addons.js.map +1 -0
- package/dist/schema/transport/config_legs.d.ts +282 -0
- package/dist/schema/transport/config_legs.d.ts.map +1 -0
- package/dist/schema/transport/config_legs.js +49 -0
- package/dist/schema/transport/config_legs.js.map +1 -0
- package/dist/schema/transport/configs.d.ts +152 -0
- package/dist/schema/transport/configs.d.ts.map +1 -0
- package/dist/schema/transport/configs.js +32 -0
- package/dist/schema/transport/configs.js.map +1 -0
- package/dist/schema/transport/fare_classes.d.ts +196 -0
- package/dist/schema/transport/fare_classes.d.ts.map +1 -0
- package/dist/schema/transport/fare_classes.js +27 -0
- package/dist/schema/transport/fare_classes.js.map +1 -0
- package/dist/schema/transport/index.d.ts +5 -0
- package/dist/schema/transport/index.d.ts.map +1 -0
- package/dist/schema/transport/index.js +5 -0
- package/dist/schema/transport/index.js.map +1 -0
- package/dist/schema/voyant/bookings.d.ts +2 -0
- package/dist/schema/voyant/bookings.d.ts.map +1 -0
- package/dist/schema/voyant/bookings.js +2 -0
- package/dist/schema/voyant/bookings.js.map +1 -0
- package/dist/schema/voyant/contacts.d.ts +2 -0
- package/dist/schema/voyant/contacts.d.ts.map +1 -0
- package/dist/schema/voyant/contacts.js +2 -0
- package/dist/schema/voyant/contacts.js.map +1 -0
- package/dist/schema/voyant/finance.d.ts +2 -0
- package/dist/schema/voyant/finance.d.ts.map +1 -0
- package/dist/schema/voyant/finance.js +2 -0
- package/dist/schema/voyant/finance.js.map +1 -0
- package/dist/schema/voyant/products.d.ts +2 -0
- package/dist/schema/voyant/products.d.ts.map +1 -0
- package/dist/schema/voyant/products.js +2 -0
- package/dist/schema/voyant/products.js.map +1 -0
- package/dist/schema/voyant/suppliers.d.ts +2 -0
- package/dist/schema/voyant/suppliers.d.ts.map +1 -0
- package/dist/schema/voyant/suppliers.js +2 -0
- package/dist/schema/voyant/suppliers.js.map +1 -0
- package/dist/test-utils.d.ts +17 -0
- package/dist/test-utils.d.ts.map +1 -0
- package/dist/test-utils.js +39 -0
- package/dist/test-utils.js.map +1 -0
- package/dist/types.d.ts +9 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utils.d.ts +2 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +19 -0
- package/dist/utils.js.map +1 -0
- package/package.json +145 -0
|
@@ -0,0 +1,1453 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provider Commissions
|
|
3
|
+
*
|
|
4
|
+
* Tracks commission structures, rules, and automatic revenue sharing
|
|
5
|
+
* for marketplace products distributed across organizations.
|
|
6
|
+
*/
|
|
7
|
+
import { z } from "zod";
|
|
8
|
+
/**
|
|
9
|
+
* Commission type enum
|
|
10
|
+
*/
|
|
11
|
+
export declare const commissionType: import("drizzle-orm/pg-core").PgEnum<["percentage", "fixed", "tiered", "hybrid"]>;
|
|
12
|
+
/**
|
|
13
|
+
* Commission status enum
|
|
14
|
+
*/
|
|
15
|
+
export declare const commissionStatus: import("drizzle-orm/pg-core").PgEnum<["pending", "approved", "paid", "cancelled", "disputed"]>;
|
|
16
|
+
/**
|
|
17
|
+
* Commission Rules
|
|
18
|
+
*
|
|
19
|
+
* Defines commission structures between providers and consumers.
|
|
20
|
+
*/
|
|
21
|
+
export declare const providerCommissionRulesTable: Omit<import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
22
|
+
name: "provider_commission_rules";
|
|
23
|
+
schema: "marketplace";
|
|
24
|
+
columns: {
|
|
25
|
+
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
26
|
+
name: string;
|
|
27
|
+
tableName: "provider_commission_rules";
|
|
28
|
+
dataType: "string";
|
|
29
|
+
columnType: "PgText";
|
|
30
|
+
data: string;
|
|
31
|
+
driverParam: string;
|
|
32
|
+
notNull: true;
|
|
33
|
+
hasDefault: true;
|
|
34
|
+
isPrimaryKey: true;
|
|
35
|
+
isAutoincrement: false;
|
|
36
|
+
hasRuntimeDefault: true;
|
|
37
|
+
enumValues: [string, ...string[]];
|
|
38
|
+
baseColumn: never;
|
|
39
|
+
identity: undefined;
|
|
40
|
+
generated: undefined;
|
|
41
|
+
}, {}, {}>;
|
|
42
|
+
providerId: import("drizzle-orm/pg-core").PgColumn<{
|
|
43
|
+
name: string;
|
|
44
|
+
tableName: "provider_commission_rules";
|
|
45
|
+
dataType: "string";
|
|
46
|
+
columnType: "PgText";
|
|
47
|
+
data: string;
|
|
48
|
+
driverParam: string;
|
|
49
|
+
notNull: true;
|
|
50
|
+
hasDefault: false;
|
|
51
|
+
isPrimaryKey: false;
|
|
52
|
+
isAutoincrement: false;
|
|
53
|
+
hasRuntimeDefault: false;
|
|
54
|
+
enumValues: [string, ...string[]];
|
|
55
|
+
baseColumn: never;
|
|
56
|
+
identity: undefined;
|
|
57
|
+
generated: undefined;
|
|
58
|
+
}, {}, {}>;
|
|
59
|
+
consumerOrganizationId: import("drizzle-orm/pg-core").PgColumn<{
|
|
60
|
+
name: string;
|
|
61
|
+
tableName: "provider_commission_rules";
|
|
62
|
+
dataType: "string";
|
|
63
|
+
columnType: "PgText";
|
|
64
|
+
data: string;
|
|
65
|
+
driverParam: string;
|
|
66
|
+
notNull: false;
|
|
67
|
+
hasDefault: false;
|
|
68
|
+
isPrimaryKey: false;
|
|
69
|
+
isAutoincrement: false;
|
|
70
|
+
hasRuntimeDefault: false;
|
|
71
|
+
enumValues: [string, ...string[]];
|
|
72
|
+
baseColumn: never;
|
|
73
|
+
identity: undefined;
|
|
74
|
+
generated: undefined;
|
|
75
|
+
}, {}, {}>;
|
|
76
|
+
name: import("drizzle-orm/pg-core").PgColumn<{
|
|
77
|
+
name: "name";
|
|
78
|
+
tableName: "provider_commission_rules";
|
|
79
|
+
dataType: "string";
|
|
80
|
+
columnType: "PgText";
|
|
81
|
+
data: string;
|
|
82
|
+
driverParam: string;
|
|
83
|
+
notNull: true;
|
|
84
|
+
hasDefault: false;
|
|
85
|
+
isPrimaryKey: false;
|
|
86
|
+
isAutoincrement: false;
|
|
87
|
+
hasRuntimeDefault: false;
|
|
88
|
+
enumValues: [string, ...string[]];
|
|
89
|
+
baseColumn: never;
|
|
90
|
+
identity: undefined;
|
|
91
|
+
generated: undefined;
|
|
92
|
+
}, {}, {}>;
|
|
93
|
+
description: import("drizzle-orm/pg-core").PgColumn<{
|
|
94
|
+
name: "description";
|
|
95
|
+
tableName: "provider_commission_rules";
|
|
96
|
+
dataType: "string";
|
|
97
|
+
columnType: "PgText";
|
|
98
|
+
data: string;
|
|
99
|
+
driverParam: string;
|
|
100
|
+
notNull: false;
|
|
101
|
+
hasDefault: false;
|
|
102
|
+
isPrimaryKey: false;
|
|
103
|
+
isAutoincrement: false;
|
|
104
|
+
hasRuntimeDefault: false;
|
|
105
|
+
enumValues: [string, ...string[]];
|
|
106
|
+
baseColumn: never;
|
|
107
|
+
identity: undefined;
|
|
108
|
+
generated: undefined;
|
|
109
|
+
}, {}, {}>;
|
|
110
|
+
type: import("drizzle-orm/pg-core").PgColumn<{
|
|
111
|
+
name: "type";
|
|
112
|
+
tableName: "provider_commission_rules";
|
|
113
|
+
dataType: "string";
|
|
114
|
+
columnType: "PgEnumColumn";
|
|
115
|
+
data: "fixed" | "percentage" | "tiered" | "hybrid";
|
|
116
|
+
driverParam: string;
|
|
117
|
+
notNull: true;
|
|
118
|
+
hasDefault: false;
|
|
119
|
+
isPrimaryKey: false;
|
|
120
|
+
isAutoincrement: false;
|
|
121
|
+
hasRuntimeDefault: false;
|
|
122
|
+
enumValues: ["percentage", "fixed", "tiered", "hybrid"];
|
|
123
|
+
baseColumn: never;
|
|
124
|
+
identity: undefined;
|
|
125
|
+
generated: undefined;
|
|
126
|
+
}, {}, {}>;
|
|
127
|
+
percentage: import("drizzle-orm/pg-core").PgColumn<{
|
|
128
|
+
name: "percentage";
|
|
129
|
+
tableName: "provider_commission_rules";
|
|
130
|
+
dataType: "string";
|
|
131
|
+
columnType: "PgNumeric";
|
|
132
|
+
data: string;
|
|
133
|
+
driverParam: string;
|
|
134
|
+
notNull: false;
|
|
135
|
+
hasDefault: false;
|
|
136
|
+
isPrimaryKey: false;
|
|
137
|
+
isAutoincrement: false;
|
|
138
|
+
hasRuntimeDefault: false;
|
|
139
|
+
enumValues: undefined;
|
|
140
|
+
baseColumn: never;
|
|
141
|
+
identity: undefined;
|
|
142
|
+
generated: undefined;
|
|
143
|
+
}, {}, {}>;
|
|
144
|
+
fixedAmount: import("drizzle-orm/pg-core").PgColumn<{
|
|
145
|
+
name: "fixed_amount";
|
|
146
|
+
tableName: "provider_commission_rules";
|
|
147
|
+
dataType: "string";
|
|
148
|
+
columnType: "PgNumeric";
|
|
149
|
+
data: string;
|
|
150
|
+
driverParam: string;
|
|
151
|
+
notNull: false;
|
|
152
|
+
hasDefault: false;
|
|
153
|
+
isPrimaryKey: false;
|
|
154
|
+
isAutoincrement: false;
|
|
155
|
+
hasRuntimeDefault: false;
|
|
156
|
+
enumValues: undefined;
|
|
157
|
+
baseColumn: never;
|
|
158
|
+
identity: undefined;
|
|
159
|
+
generated: undefined;
|
|
160
|
+
}, {}, {}>;
|
|
161
|
+
currency: import("drizzle-orm/pg-core").PgColumn<{
|
|
162
|
+
name: "currency";
|
|
163
|
+
tableName: "provider_commission_rules";
|
|
164
|
+
dataType: "string";
|
|
165
|
+
columnType: "PgChar";
|
|
166
|
+
data: string;
|
|
167
|
+
driverParam: string;
|
|
168
|
+
notNull: false;
|
|
169
|
+
hasDefault: false;
|
|
170
|
+
isPrimaryKey: false;
|
|
171
|
+
isAutoincrement: false;
|
|
172
|
+
hasRuntimeDefault: false;
|
|
173
|
+
enumValues: [string, ...string[]];
|
|
174
|
+
baseColumn: never;
|
|
175
|
+
identity: undefined;
|
|
176
|
+
generated: undefined;
|
|
177
|
+
}, {}, {
|
|
178
|
+
length: 3;
|
|
179
|
+
}>;
|
|
180
|
+
tiers: import("drizzle-orm/pg-core").PgColumn<{
|
|
181
|
+
name: "tiers";
|
|
182
|
+
tableName: "provider_commission_rules";
|
|
183
|
+
dataType: "json";
|
|
184
|
+
columnType: "PgJsonb";
|
|
185
|
+
data: {
|
|
186
|
+
minBookings?: number;
|
|
187
|
+
maxBookings?: number;
|
|
188
|
+
minRevenue?: number;
|
|
189
|
+
maxRevenue?: number;
|
|
190
|
+
percentage?: number;
|
|
191
|
+
fixedAmount?: number;
|
|
192
|
+
}[];
|
|
193
|
+
driverParam: unknown;
|
|
194
|
+
notNull: false;
|
|
195
|
+
hasDefault: false;
|
|
196
|
+
isPrimaryKey: false;
|
|
197
|
+
isAutoincrement: false;
|
|
198
|
+
hasRuntimeDefault: false;
|
|
199
|
+
enumValues: undefined;
|
|
200
|
+
baseColumn: never;
|
|
201
|
+
identity: undefined;
|
|
202
|
+
generated: undefined;
|
|
203
|
+
}, {}, {
|
|
204
|
+
$type: {
|
|
205
|
+
minBookings?: number;
|
|
206
|
+
maxBookings?: number;
|
|
207
|
+
minRevenue?: number;
|
|
208
|
+
maxRevenue?: number;
|
|
209
|
+
percentage?: number;
|
|
210
|
+
fixedAmount?: number;
|
|
211
|
+
}[];
|
|
212
|
+
}>;
|
|
213
|
+
percentageComponent: import("drizzle-orm/pg-core").PgColumn<{
|
|
214
|
+
name: "percentage_component";
|
|
215
|
+
tableName: "provider_commission_rules";
|
|
216
|
+
dataType: "string";
|
|
217
|
+
columnType: "PgNumeric";
|
|
218
|
+
data: string;
|
|
219
|
+
driverParam: string;
|
|
220
|
+
notNull: false;
|
|
221
|
+
hasDefault: false;
|
|
222
|
+
isPrimaryKey: false;
|
|
223
|
+
isAutoincrement: false;
|
|
224
|
+
hasRuntimeDefault: false;
|
|
225
|
+
enumValues: undefined;
|
|
226
|
+
baseColumn: never;
|
|
227
|
+
identity: undefined;
|
|
228
|
+
generated: undefined;
|
|
229
|
+
}, {}, {}>;
|
|
230
|
+
fixedComponent: import("drizzle-orm/pg-core").PgColumn<{
|
|
231
|
+
name: "fixed_component";
|
|
232
|
+
tableName: "provider_commission_rules";
|
|
233
|
+
dataType: "string";
|
|
234
|
+
columnType: "PgNumeric";
|
|
235
|
+
data: string;
|
|
236
|
+
driverParam: string;
|
|
237
|
+
notNull: false;
|
|
238
|
+
hasDefault: false;
|
|
239
|
+
isPrimaryKey: false;
|
|
240
|
+
isAutoincrement: false;
|
|
241
|
+
hasRuntimeDefault: false;
|
|
242
|
+
enumValues: undefined;
|
|
243
|
+
baseColumn: never;
|
|
244
|
+
identity: undefined;
|
|
245
|
+
generated: undefined;
|
|
246
|
+
}, {}, {}>;
|
|
247
|
+
paymentTermsDays: import("drizzle-orm/pg-core").PgColumn<{
|
|
248
|
+
name: "payment_terms_days";
|
|
249
|
+
tableName: "provider_commission_rules";
|
|
250
|
+
dataType: "number";
|
|
251
|
+
columnType: "PgInteger";
|
|
252
|
+
data: number;
|
|
253
|
+
driverParam: string | number;
|
|
254
|
+
notNull: false;
|
|
255
|
+
hasDefault: true;
|
|
256
|
+
isPrimaryKey: false;
|
|
257
|
+
isAutoincrement: false;
|
|
258
|
+
hasRuntimeDefault: false;
|
|
259
|
+
enumValues: undefined;
|
|
260
|
+
baseColumn: never;
|
|
261
|
+
identity: undefined;
|
|
262
|
+
generated: undefined;
|
|
263
|
+
}, {}, {}>;
|
|
264
|
+
minimumPayoutAmount: import("drizzle-orm/pg-core").PgColumn<{
|
|
265
|
+
name: "minimum_payout_amount";
|
|
266
|
+
tableName: "provider_commission_rules";
|
|
267
|
+
dataType: "string";
|
|
268
|
+
columnType: "PgNumeric";
|
|
269
|
+
data: string;
|
|
270
|
+
driverParam: string;
|
|
271
|
+
notNull: false;
|
|
272
|
+
hasDefault: false;
|
|
273
|
+
isPrimaryKey: false;
|
|
274
|
+
isAutoincrement: false;
|
|
275
|
+
hasRuntimeDefault: false;
|
|
276
|
+
enumValues: undefined;
|
|
277
|
+
baseColumn: never;
|
|
278
|
+
identity: undefined;
|
|
279
|
+
generated: undefined;
|
|
280
|
+
}, {}, {}>;
|
|
281
|
+
productIds: import("drizzle-orm/pg-core").PgColumn<{
|
|
282
|
+
name: "product_ids";
|
|
283
|
+
tableName: "provider_commission_rules";
|
|
284
|
+
dataType: "json";
|
|
285
|
+
columnType: "PgJsonb";
|
|
286
|
+
data: string[];
|
|
287
|
+
driverParam: unknown;
|
|
288
|
+
notNull: false;
|
|
289
|
+
hasDefault: false;
|
|
290
|
+
isPrimaryKey: false;
|
|
291
|
+
isAutoincrement: false;
|
|
292
|
+
hasRuntimeDefault: false;
|
|
293
|
+
enumValues: undefined;
|
|
294
|
+
baseColumn: never;
|
|
295
|
+
identity: undefined;
|
|
296
|
+
generated: undefined;
|
|
297
|
+
}, {}, {
|
|
298
|
+
$type: string[];
|
|
299
|
+
}>;
|
|
300
|
+
productTypes: import("drizzle-orm/pg-core").PgColumn<{
|
|
301
|
+
name: "product_types";
|
|
302
|
+
tableName: "provider_commission_rules";
|
|
303
|
+
dataType: "json";
|
|
304
|
+
columnType: "PgJsonb";
|
|
305
|
+
data: string[];
|
|
306
|
+
driverParam: unknown;
|
|
307
|
+
notNull: false;
|
|
308
|
+
hasDefault: false;
|
|
309
|
+
isPrimaryKey: false;
|
|
310
|
+
isAutoincrement: false;
|
|
311
|
+
hasRuntimeDefault: false;
|
|
312
|
+
enumValues: undefined;
|
|
313
|
+
baseColumn: never;
|
|
314
|
+
identity: undefined;
|
|
315
|
+
generated: undefined;
|
|
316
|
+
}, {}, {
|
|
317
|
+
$type: string[];
|
|
318
|
+
}>;
|
|
319
|
+
departureStartDate: import("drizzle-orm/pg-core").PgColumn<{
|
|
320
|
+
name: "departure_start_date";
|
|
321
|
+
tableName: "provider_commission_rules";
|
|
322
|
+
dataType: "string";
|
|
323
|
+
columnType: "PgDateString";
|
|
324
|
+
data: string;
|
|
325
|
+
driverParam: string;
|
|
326
|
+
notNull: false;
|
|
327
|
+
hasDefault: false;
|
|
328
|
+
isPrimaryKey: false;
|
|
329
|
+
isAutoincrement: false;
|
|
330
|
+
hasRuntimeDefault: false;
|
|
331
|
+
enumValues: undefined;
|
|
332
|
+
baseColumn: never;
|
|
333
|
+
identity: undefined;
|
|
334
|
+
generated: undefined;
|
|
335
|
+
}, {}, {}>;
|
|
336
|
+
departureEndDate: import("drizzle-orm/pg-core").PgColumn<{
|
|
337
|
+
name: "departure_end_date";
|
|
338
|
+
tableName: "provider_commission_rules";
|
|
339
|
+
dataType: "string";
|
|
340
|
+
columnType: "PgDateString";
|
|
341
|
+
data: string;
|
|
342
|
+
driverParam: string;
|
|
343
|
+
notNull: false;
|
|
344
|
+
hasDefault: false;
|
|
345
|
+
isPrimaryKey: false;
|
|
346
|
+
isAutoincrement: false;
|
|
347
|
+
hasRuntimeDefault: false;
|
|
348
|
+
enumValues: undefined;
|
|
349
|
+
baseColumn: never;
|
|
350
|
+
identity: undefined;
|
|
351
|
+
generated: undefined;
|
|
352
|
+
}, {}, {}>;
|
|
353
|
+
isActive: import("drizzle-orm/pg-core").PgColumn<{
|
|
354
|
+
name: "is_active";
|
|
355
|
+
tableName: "provider_commission_rules";
|
|
356
|
+
dataType: "boolean";
|
|
357
|
+
columnType: "PgBoolean";
|
|
358
|
+
data: boolean;
|
|
359
|
+
driverParam: boolean;
|
|
360
|
+
notNull: true;
|
|
361
|
+
hasDefault: true;
|
|
362
|
+
isPrimaryKey: false;
|
|
363
|
+
isAutoincrement: false;
|
|
364
|
+
hasRuntimeDefault: false;
|
|
365
|
+
enumValues: undefined;
|
|
366
|
+
baseColumn: never;
|
|
367
|
+
identity: undefined;
|
|
368
|
+
generated: undefined;
|
|
369
|
+
}, {}, {}>;
|
|
370
|
+
validFrom: import("drizzle-orm/pg-core").PgColumn<{
|
|
371
|
+
name: "valid_from";
|
|
372
|
+
tableName: "provider_commission_rules";
|
|
373
|
+
dataType: "date";
|
|
374
|
+
columnType: "PgTimestamp";
|
|
375
|
+
data: Date;
|
|
376
|
+
driverParam: string;
|
|
377
|
+
notNull: false;
|
|
378
|
+
hasDefault: false;
|
|
379
|
+
isPrimaryKey: false;
|
|
380
|
+
isAutoincrement: false;
|
|
381
|
+
hasRuntimeDefault: false;
|
|
382
|
+
enumValues: undefined;
|
|
383
|
+
baseColumn: never;
|
|
384
|
+
identity: undefined;
|
|
385
|
+
generated: undefined;
|
|
386
|
+
}, {}, {}>;
|
|
387
|
+
validUntil: import("drizzle-orm/pg-core").PgColumn<{
|
|
388
|
+
name: "valid_until";
|
|
389
|
+
tableName: "provider_commission_rules";
|
|
390
|
+
dataType: "date";
|
|
391
|
+
columnType: "PgTimestamp";
|
|
392
|
+
data: Date;
|
|
393
|
+
driverParam: string;
|
|
394
|
+
notNull: false;
|
|
395
|
+
hasDefault: false;
|
|
396
|
+
isPrimaryKey: false;
|
|
397
|
+
isAutoincrement: false;
|
|
398
|
+
hasRuntimeDefault: false;
|
|
399
|
+
enumValues: undefined;
|
|
400
|
+
baseColumn: never;
|
|
401
|
+
identity: undefined;
|
|
402
|
+
generated: undefined;
|
|
403
|
+
}, {}, {}>;
|
|
404
|
+
createdAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
405
|
+
name: "created_at";
|
|
406
|
+
tableName: "provider_commission_rules";
|
|
407
|
+
dataType: "date";
|
|
408
|
+
columnType: "PgTimestamp";
|
|
409
|
+
data: Date;
|
|
410
|
+
driverParam: string;
|
|
411
|
+
notNull: true;
|
|
412
|
+
hasDefault: true;
|
|
413
|
+
isPrimaryKey: false;
|
|
414
|
+
isAutoincrement: false;
|
|
415
|
+
hasRuntimeDefault: false;
|
|
416
|
+
enumValues: undefined;
|
|
417
|
+
baseColumn: never;
|
|
418
|
+
identity: undefined;
|
|
419
|
+
generated: undefined;
|
|
420
|
+
}, {}, {}>;
|
|
421
|
+
createdBy: import("drizzle-orm/pg-core").PgColumn<{
|
|
422
|
+
name: string;
|
|
423
|
+
tableName: "provider_commission_rules";
|
|
424
|
+
dataType: "string";
|
|
425
|
+
columnType: "PgText";
|
|
426
|
+
data: string;
|
|
427
|
+
driverParam: string;
|
|
428
|
+
notNull: false;
|
|
429
|
+
hasDefault: false;
|
|
430
|
+
isPrimaryKey: false;
|
|
431
|
+
isAutoincrement: false;
|
|
432
|
+
hasRuntimeDefault: false;
|
|
433
|
+
enumValues: [string, ...string[]];
|
|
434
|
+
baseColumn: never;
|
|
435
|
+
identity: undefined;
|
|
436
|
+
generated: undefined;
|
|
437
|
+
}, {}, {}>;
|
|
438
|
+
updatedAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
439
|
+
name: "updated_at";
|
|
440
|
+
tableName: "provider_commission_rules";
|
|
441
|
+
dataType: "date";
|
|
442
|
+
columnType: "PgTimestamp";
|
|
443
|
+
data: Date;
|
|
444
|
+
driverParam: string;
|
|
445
|
+
notNull: true;
|
|
446
|
+
hasDefault: true;
|
|
447
|
+
isPrimaryKey: false;
|
|
448
|
+
isAutoincrement: false;
|
|
449
|
+
hasRuntimeDefault: false;
|
|
450
|
+
enumValues: undefined;
|
|
451
|
+
baseColumn: never;
|
|
452
|
+
identity: undefined;
|
|
453
|
+
generated: undefined;
|
|
454
|
+
}, {}, {}>;
|
|
455
|
+
};
|
|
456
|
+
dialect: "pg";
|
|
457
|
+
}>, "enableRLS">;
|
|
458
|
+
export declare const providerCommissionRuleInsertSchema: z.ZodObject<{
|
|
459
|
+
id: z.ZodOptional<z.ZodString>;
|
|
460
|
+
providerId: z.ZodString;
|
|
461
|
+
consumerOrganizationId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
462
|
+
name: z.ZodString;
|
|
463
|
+
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
464
|
+
type: z.ZodEnum<{
|
|
465
|
+
fixed: "fixed";
|
|
466
|
+
percentage: "percentage";
|
|
467
|
+
tiered: "tiered";
|
|
468
|
+
hybrid: "hybrid";
|
|
469
|
+
}>;
|
|
470
|
+
percentage: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
471
|
+
fixedAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
472
|
+
currency: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
473
|
+
tiers: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
474
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
475
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
476
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
477
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
478
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
479
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
480
|
+
}, z.core.$strip>>>>;
|
|
481
|
+
percentageComponent: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
482
|
+
fixedComponent: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
483
|
+
paymentTermsDays: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNumber>>>;
|
|
484
|
+
minimumPayoutAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
485
|
+
productIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
486
|
+
productTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
487
|
+
departureStartDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
488
|
+
departureEndDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
489
|
+
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
490
|
+
validFrom: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
491
|
+
validUntil: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
492
|
+
createdAt: z.ZodOptional<z.ZodDate>;
|
|
493
|
+
createdBy: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
494
|
+
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
495
|
+
}, z.core.$strip>;
|
|
496
|
+
export declare const providerCommissionRuleUpdateSchema: z.ZodObject<{
|
|
497
|
+
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
498
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
499
|
+
consumerOrganizationId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
500
|
+
name: z.ZodOptional<z.ZodString>;
|
|
501
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
502
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
503
|
+
fixed: "fixed";
|
|
504
|
+
percentage: "percentage";
|
|
505
|
+
tiered: "tiered";
|
|
506
|
+
hybrid: "hybrid";
|
|
507
|
+
}>>;
|
|
508
|
+
percentage: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
509
|
+
fixedAmount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
510
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
511
|
+
tiers: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
512
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
513
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
514
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
515
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
516
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
517
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
518
|
+
}, z.core.$strip>>>>>;
|
|
519
|
+
percentageComponent: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
520
|
+
fixedComponent: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
521
|
+
paymentTermsDays: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNumber>>>>;
|
|
522
|
+
minimumPayoutAmount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
523
|
+
productIds: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>>;
|
|
524
|
+
productTypes: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>>;
|
|
525
|
+
departureStartDate: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
526
|
+
departureEndDate: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
527
|
+
isActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
528
|
+
validFrom: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
|
|
529
|
+
validUntil: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
|
|
530
|
+
createdAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
531
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
532
|
+
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
533
|
+
}, z.core.$strip>;
|
|
534
|
+
export declare const providerCommissionRuleSelectSchema: z.ZodObject<{
|
|
535
|
+
providerId: z.ZodString;
|
|
536
|
+
consumerOrganizationId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
537
|
+
name: z.ZodString;
|
|
538
|
+
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
539
|
+
type: z.ZodEnum<{
|
|
540
|
+
fixed: "fixed";
|
|
541
|
+
percentage: "percentage";
|
|
542
|
+
tiered: "tiered";
|
|
543
|
+
hybrid: "hybrid";
|
|
544
|
+
}>;
|
|
545
|
+
percentage: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
546
|
+
fixedAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
547
|
+
currency: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
548
|
+
tiers: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
549
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
550
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
551
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
552
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
553
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
554
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
555
|
+
}, z.core.$strip>>>>;
|
|
556
|
+
percentageComponent: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
557
|
+
fixedComponent: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
558
|
+
paymentTermsDays: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodNumber>>>;
|
|
559
|
+
minimumPayoutAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
560
|
+
productIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
561
|
+
productTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
562
|
+
departureStartDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
563
|
+
departureEndDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
564
|
+
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
565
|
+
validFrom: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
566
|
+
validUntil: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
567
|
+
createdBy: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
568
|
+
id: z.ZodString;
|
|
569
|
+
createdAt: z.ZodDate;
|
|
570
|
+
updatedAt: z.ZodDate;
|
|
571
|
+
}, z.core.$strip>;
|
|
572
|
+
export type InsertProviderCommissionRule = typeof providerCommissionRulesTable.$inferInsert;
|
|
573
|
+
export type SelectProviderCommissionRule = typeof providerCommissionRulesTable.$inferSelect;
|
|
574
|
+
/**
|
|
575
|
+
* Commission Records
|
|
576
|
+
*
|
|
577
|
+
* Tracks individual commission transactions for bookings.
|
|
578
|
+
*/
|
|
579
|
+
export declare const providerCommissionsTable: Omit<import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
580
|
+
name: "provider_commissions";
|
|
581
|
+
schema: "marketplace";
|
|
582
|
+
columns: {
|
|
583
|
+
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
584
|
+
name: string;
|
|
585
|
+
tableName: "provider_commissions";
|
|
586
|
+
dataType: "string";
|
|
587
|
+
columnType: "PgText";
|
|
588
|
+
data: string;
|
|
589
|
+
driverParam: string;
|
|
590
|
+
notNull: true;
|
|
591
|
+
hasDefault: true;
|
|
592
|
+
isPrimaryKey: true;
|
|
593
|
+
isAutoincrement: false;
|
|
594
|
+
hasRuntimeDefault: true;
|
|
595
|
+
enumValues: [string, ...string[]];
|
|
596
|
+
baseColumn: never;
|
|
597
|
+
identity: undefined;
|
|
598
|
+
generated: undefined;
|
|
599
|
+
}, {}, {}>;
|
|
600
|
+
ruleId: import("drizzle-orm/pg-core").PgColumn<{
|
|
601
|
+
name: string;
|
|
602
|
+
tableName: "provider_commissions";
|
|
603
|
+
dataType: "string";
|
|
604
|
+
columnType: "PgText";
|
|
605
|
+
data: string;
|
|
606
|
+
driverParam: string;
|
|
607
|
+
notNull: false;
|
|
608
|
+
hasDefault: false;
|
|
609
|
+
isPrimaryKey: false;
|
|
610
|
+
isAutoincrement: false;
|
|
611
|
+
hasRuntimeDefault: false;
|
|
612
|
+
enumValues: [string, ...string[]];
|
|
613
|
+
baseColumn: never;
|
|
614
|
+
identity: undefined;
|
|
615
|
+
generated: undefined;
|
|
616
|
+
}, {}, {}>;
|
|
617
|
+
providerId: import("drizzle-orm/pg-core").PgColumn<{
|
|
618
|
+
name: string;
|
|
619
|
+
tableName: "provider_commissions";
|
|
620
|
+
dataType: "string";
|
|
621
|
+
columnType: "PgText";
|
|
622
|
+
data: string;
|
|
623
|
+
driverParam: string;
|
|
624
|
+
notNull: true;
|
|
625
|
+
hasDefault: false;
|
|
626
|
+
isPrimaryKey: false;
|
|
627
|
+
isAutoincrement: false;
|
|
628
|
+
hasRuntimeDefault: false;
|
|
629
|
+
enumValues: [string, ...string[]];
|
|
630
|
+
baseColumn: never;
|
|
631
|
+
identity: undefined;
|
|
632
|
+
generated: undefined;
|
|
633
|
+
}, {}, {}>;
|
|
634
|
+
consumerOrganizationId: import("drizzle-orm/pg-core").PgColumn<{
|
|
635
|
+
name: string;
|
|
636
|
+
tableName: "provider_commissions";
|
|
637
|
+
dataType: "string";
|
|
638
|
+
columnType: "PgText";
|
|
639
|
+
data: string;
|
|
640
|
+
driverParam: string;
|
|
641
|
+
notNull: true;
|
|
642
|
+
hasDefault: false;
|
|
643
|
+
isPrimaryKey: false;
|
|
644
|
+
isAutoincrement: false;
|
|
645
|
+
hasRuntimeDefault: false;
|
|
646
|
+
enumValues: [string, ...string[]];
|
|
647
|
+
baseColumn: never;
|
|
648
|
+
identity: undefined;
|
|
649
|
+
generated: undefined;
|
|
650
|
+
}, {}, {}>;
|
|
651
|
+
bookingId: import("drizzle-orm/pg-core").PgColumn<{
|
|
652
|
+
name: string;
|
|
653
|
+
tableName: "provider_commissions";
|
|
654
|
+
dataType: "string";
|
|
655
|
+
columnType: "PgText";
|
|
656
|
+
data: string;
|
|
657
|
+
driverParam: string;
|
|
658
|
+
notNull: true;
|
|
659
|
+
hasDefault: false;
|
|
660
|
+
isPrimaryKey: false;
|
|
661
|
+
isAutoincrement: false;
|
|
662
|
+
hasRuntimeDefault: false;
|
|
663
|
+
enumValues: [string, ...string[]];
|
|
664
|
+
baseColumn: never;
|
|
665
|
+
identity: undefined;
|
|
666
|
+
generated: undefined;
|
|
667
|
+
}, {}, {}>;
|
|
668
|
+
productId: import("drizzle-orm/pg-core").PgColumn<{
|
|
669
|
+
name: string;
|
|
670
|
+
tableName: "provider_commissions";
|
|
671
|
+
dataType: "string";
|
|
672
|
+
columnType: "PgText";
|
|
673
|
+
data: string;
|
|
674
|
+
driverParam: string;
|
|
675
|
+
notNull: true;
|
|
676
|
+
hasDefault: false;
|
|
677
|
+
isPrimaryKey: false;
|
|
678
|
+
isAutoincrement: false;
|
|
679
|
+
hasRuntimeDefault: false;
|
|
680
|
+
enumValues: [string, ...string[]];
|
|
681
|
+
baseColumn: never;
|
|
682
|
+
identity: undefined;
|
|
683
|
+
generated: undefined;
|
|
684
|
+
}, {}, {}>;
|
|
685
|
+
departureId: import("drizzle-orm/pg-core").PgColumn<{
|
|
686
|
+
name: string;
|
|
687
|
+
tableName: "provider_commissions";
|
|
688
|
+
dataType: "string";
|
|
689
|
+
columnType: "PgText";
|
|
690
|
+
data: string;
|
|
691
|
+
driverParam: string;
|
|
692
|
+
notNull: false;
|
|
693
|
+
hasDefault: false;
|
|
694
|
+
isPrimaryKey: false;
|
|
695
|
+
isAutoincrement: false;
|
|
696
|
+
hasRuntimeDefault: false;
|
|
697
|
+
enumValues: [string, ...string[]];
|
|
698
|
+
baseColumn: never;
|
|
699
|
+
identity: undefined;
|
|
700
|
+
generated: undefined;
|
|
701
|
+
}, {}, {}>;
|
|
702
|
+
type: import("drizzle-orm/pg-core").PgColumn<{
|
|
703
|
+
name: "type";
|
|
704
|
+
tableName: "provider_commissions";
|
|
705
|
+
dataType: "string";
|
|
706
|
+
columnType: "PgEnumColumn";
|
|
707
|
+
data: "fixed" | "percentage" | "tiered" | "hybrid";
|
|
708
|
+
driverParam: string;
|
|
709
|
+
notNull: true;
|
|
710
|
+
hasDefault: false;
|
|
711
|
+
isPrimaryKey: false;
|
|
712
|
+
isAutoincrement: false;
|
|
713
|
+
hasRuntimeDefault: false;
|
|
714
|
+
enumValues: ["percentage", "fixed", "tiered", "hybrid"];
|
|
715
|
+
baseColumn: never;
|
|
716
|
+
identity: undefined;
|
|
717
|
+
generated: undefined;
|
|
718
|
+
}, {}, {}>;
|
|
719
|
+
bookingAmount: import("drizzle-orm/pg-core").PgColumn<{
|
|
720
|
+
name: "booking_amount";
|
|
721
|
+
tableName: "provider_commissions";
|
|
722
|
+
dataType: "string";
|
|
723
|
+
columnType: "PgNumeric";
|
|
724
|
+
data: string;
|
|
725
|
+
driverParam: string;
|
|
726
|
+
notNull: true;
|
|
727
|
+
hasDefault: false;
|
|
728
|
+
isPrimaryKey: false;
|
|
729
|
+
isAutoincrement: false;
|
|
730
|
+
hasRuntimeDefault: false;
|
|
731
|
+
enumValues: undefined;
|
|
732
|
+
baseColumn: never;
|
|
733
|
+
identity: undefined;
|
|
734
|
+
generated: undefined;
|
|
735
|
+
}, {}, {}>;
|
|
736
|
+
commissionAmount: import("drizzle-orm/pg-core").PgColumn<{
|
|
737
|
+
name: "commission_amount";
|
|
738
|
+
tableName: "provider_commissions";
|
|
739
|
+
dataType: "string";
|
|
740
|
+
columnType: "PgNumeric";
|
|
741
|
+
data: string;
|
|
742
|
+
driverParam: string;
|
|
743
|
+
notNull: true;
|
|
744
|
+
hasDefault: false;
|
|
745
|
+
isPrimaryKey: false;
|
|
746
|
+
isAutoincrement: false;
|
|
747
|
+
hasRuntimeDefault: false;
|
|
748
|
+
enumValues: undefined;
|
|
749
|
+
baseColumn: never;
|
|
750
|
+
identity: undefined;
|
|
751
|
+
generated: undefined;
|
|
752
|
+
}, {}, {}>;
|
|
753
|
+
currency: import("drizzle-orm/pg-core").PgColumn<{
|
|
754
|
+
name: "currency";
|
|
755
|
+
tableName: "provider_commissions";
|
|
756
|
+
dataType: "string";
|
|
757
|
+
columnType: "PgChar";
|
|
758
|
+
data: string;
|
|
759
|
+
driverParam: string;
|
|
760
|
+
notNull: true;
|
|
761
|
+
hasDefault: false;
|
|
762
|
+
isPrimaryKey: false;
|
|
763
|
+
isAutoincrement: false;
|
|
764
|
+
hasRuntimeDefault: false;
|
|
765
|
+
enumValues: [string, ...string[]];
|
|
766
|
+
baseColumn: never;
|
|
767
|
+
identity: undefined;
|
|
768
|
+
generated: undefined;
|
|
769
|
+
}, {}, {
|
|
770
|
+
length: 3;
|
|
771
|
+
}>;
|
|
772
|
+
calculationDetails: import("drizzle-orm/pg-core").PgColumn<{
|
|
773
|
+
name: "calculation_details";
|
|
774
|
+
tableName: "provider_commissions";
|
|
775
|
+
dataType: "json";
|
|
776
|
+
columnType: "PgJsonb";
|
|
777
|
+
data: {
|
|
778
|
+
type: "percentage" | "fixed" | "tiered" | "hybrid";
|
|
779
|
+
percentage?: number;
|
|
780
|
+
fixedAmount?: number;
|
|
781
|
+
tier?: {
|
|
782
|
+
minBookings?: number;
|
|
783
|
+
maxBookings?: number;
|
|
784
|
+
minRevenue?: number;
|
|
785
|
+
maxRevenue?: number;
|
|
786
|
+
percentage?: number;
|
|
787
|
+
fixedAmount?: number;
|
|
788
|
+
};
|
|
789
|
+
notes?: string;
|
|
790
|
+
};
|
|
791
|
+
driverParam: unknown;
|
|
792
|
+
notNull: false;
|
|
793
|
+
hasDefault: false;
|
|
794
|
+
isPrimaryKey: false;
|
|
795
|
+
isAutoincrement: false;
|
|
796
|
+
hasRuntimeDefault: false;
|
|
797
|
+
enumValues: undefined;
|
|
798
|
+
baseColumn: never;
|
|
799
|
+
identity: undefined;
|
|
800
|
+
generated: undefined;
|
|
801
|
+
}, {}, {
|
|
802
|
+
$type: {
|
|
803
|
+
type: "percentage" | "fixed" | "tiered" | "hybrid";
|
|
804
|
+
percentage?: number;
|
|
805
|
+
fixedAmount?: number;
|
|
806
|
+
tier?: {
|
|
807
|
+
minBookings?: number;
|
|
808
|
+
maxBookings?: number;
|
|
809
|
+
minRevenue?: number;
|
|
810
|
+
maxRevenue?: number;
|
|
811
|
+
percentage?: number;
|
|
812
|
+
fixedAmount?: number;
|
|
813
|
+
};
|
|
814
|
+
notes?: string;
|
|
815
|
+
};
|
|
816
|
+
}>;
|
|
817
|
+
status: import("drizzle-orm/pg-core").PgColumn<{
|
|
818
|
+
name: "status";
|
|
819
|
+
tableName: "provider_commissions";
|
|
820
|
+
dataType: "string";
|
|
821
|
+
columnType: "PgEnumColumn";
|
|
822
|
+
data: "cancelled" | "pending" | "paid" | "approved" | "disputed";
|
|
823
|
+
driverParam: string;
|
|
824
|
+
notNull: true;
|
|
825
|
+
hasDefault: true;
|
|
826
|
+
isPrimaryKey: false;
|
|
827
|
+
isAutoincrement: false;
|
|
828
|
+
hasRuntimeDefault: false;
|
|
829
|
+
enumValues: ["pending", "approved", "paid", "cancelled", "disputed"];
|
|
830
|
+
baseColumn: never;
|
|
831
|
+
identity: undefined;
|
|
832
|
+
generated: undefined;
|
|
833
|
+
}, {}, {}>;
|
|
834
|
+
dueDate: import("drizzle-orm/pg-core").PgColumn<{
|
|
835
|
+
name: "due_date";
|
|
836
|
+
tableName: "provider_commissions";
|
|
837
|
+
dataType: "date";
|
|
838
|
+
columnType: "PgTimestamp";
|
|
839
|
+
data: Date;
|
|
840
|
+
driverParam: string;
|
|
841
|
+
notNull: false;
|
|
842
|
+
hasDefault: false;
|
|
843
|
+
isPrimaryKey: false;
|
|
844
|
+
isAutoincrement: false;
|
|
845
|
+
hasRuntimeDefault: false;
|
|
846
|
+
enumValues: undefined;
|
|
847
|
+
baseColumn: never;
|
|
848
|
+
identity: undefined;
|
|
849
|
+
generated: undefined;
|
|
850
|
+
}, {}, {}>;
|
|
851
|
+
paidDate: import("drizzle-orm/pg-core").PgColumn<{
|
|
852
|
+
name: "paid_date";
|
|
853
|
+
tableName: "provider_commissions";
|
|
854
|
+
dataType: "date";
|
|
855
|
+
columnType: "PgTimestamp";
|
|
856
|
+
data: Date;
|
|
857
|
+
driverParam: string;
|
|
858
|
+
notNull: false;
|
|
859
|
+
hasDefault: false;
|
|
860
|
+
isPrimaryKey: false;
|
|
861
|
+
isAutoincrement: false;
|
|
862
|
+
hasRuntimeDefault: false;
|
|
863
|
+
enumValues: undefined;
|
|
864
|
+
baseColumn: never;
|
|
865
|
+
identity: undefined;
|
|
866
|
+
generated: undefined;
|
|
867
|
+
}, {}, {}>;
|
|
868
|
+
paidAmount: import("drizzle-orm/pg-core").PgColumn<{
|
|
869
|
+
name: "paid_amount";
|
|
870
|
+
tableName: "provider_commissions";
|
|
871
|
+
dataType: "string";
|
|
872
|
+
columnType: "PgNumeric";
|
|
873
|
+
data: string;
|
|
874
|
+
driverParam: string;
|
|
875
|
+
notNull: false;
|
|
876
|
+
hasDefault: false;
|
|
877
|
+
isPrimaryKey: false;
|
|
878
|
+
isAutoincrement: false;
|
|
879
|
+
hasRuntimeDefault: false;
|
|
880
|
+
enumValues: undefined;
|
|
881
|
+
baseColumn: never;
|
|
882
|
+
identity: undefined;
|
|
883
|
+
generated: undefined;
|
|
884
|
+
}, {}, {}>;
|
|
885
|
+
paymentReference: import("drizzle-orm/pg-core").PgColumn<{
|
|
886
|
+
name: "payment_reference";
|
|
887
|
+
tableName: "provider_commissions";
|
|
888
|
+
dataType: "string";
|
|
889
|
+
columnType: "PgText";
|
|
890
|
+
data: string;
|
|
891
|
+
driverParam: string;
|
|
892
|
+
notNull: false;
|
|
893
|
+
hasDefault: false;
|
|
894
|
+
isPrimaryKey: false;
|
|
895
|
+
isAutoincrement: false;
|
|
896
|
+
hasRuntimeDefault: false;
|
|
897
|
+
enumValues: [string, ...string[]];
|
|
898
|
+
baseColumn: never;
|
|
899
|
+
identity: undefined;
|
|
900
|
+
generated: undefined;
|
|
901
|
+
}, {}, {}>;
|
|
902
|
+
paymentMethod: import("drizzle-orm/pg-core").PgColumn<{
|
|
903
|
+
name: "payment_method";
|
|
904
|
+
tableName: "provider_commissions";
|
|
905
|
+
dataType: "string";
|
|
906
|
+
columnType: "PgText";
|
|
907
|
+
data: string;
|
|
908
|
+
driverParam: string;
|
|
909
|
+
notNull: false;
|
|
910
|
+
hasDefault: false;
|
|
911
|
+
isPrimaryKey: false;
|
|
912
|
+
isAutoincrement: false;
|
|
913
|
+
hasRuntimeDefault: false;
|
|
914
|
+
enumValues: [string, ...string[]];
|
|
915
|
+
baseColumn: never;
|
|
916
|
+
identity: undefined;
|
|
917
|
+
generated: undefined;
|
|
918
|
+
}, {}, {}>;
|
|
919
|
+
notes: import("drizzle-orm/pg-core").PgColumn<{
|
|
920
|
+
name: "notes";
|
|
921
|
+
tableName: "provider_commissions";
|
|
922
|
+
dataType: "string";
|
|
923
|
+
columnType: "PgText";
|
|
924
|
+
data: string;
|
|
925
|
+
driverParam: string;
|
|
926
|
+
notNull: false;
|
|
927
|
+
hasDefault: false;
|
|
928
|
+
isPrimaryKey: false;
|
|
929
|
+
isAutoincrement: false;
|
|
930
|
+
hasRuntimeDefault: false;
|
|
931
|
+
enumValues: [string, ...string[]];
|
|
932
|
+
baseColumn: never;
|
|
933
|
+
identity: undefined;
|
|
934
|
+
generated: undefined;
|
|
935
|
+
}, {}, {}>;
|
|
936
|
+
disputeReason: import("drizzle-orm/pg-core").PgColumn<{
|
|
937
|
+
name: "dispute_reason";
|
|
938
|
+
tableName: "provider_commissions";
|
|
939
|
+
dataType: "string";
|
|
940
|
+
columnType: "PgText";
|
|
941
|
+
data: string;
|
|
942
|
+
driverParam: string;
|
|
943
|
+
notNull: false;
|
|
944
|
+
hasDefault: false;
|
|
945
|
+
isPrimaryKey: false;
|
|
946
|
+
isAutoincrement: false;
|
|
947
|
+
hasRuntimeDefault: false;
|
|
948
|
+
enumValues: [string, ...string[]];
|
|
949
|
+
baseColumn: never;
|
|
950
|
+
identity: undefined;
|
|
951
|
+
generated: undefined;
|
|
952
|
+
}, {}, {}>;
|
|
953
|
+
createdAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
954
|
+
name: "created_at";
|
|
955
|
+
tableName: "provider_commissions";
|
|
956
|
+
dataType: "date";
|
|
957
|
+
columnType: "PgTimestamp";
|
|
958
|
+
data: Date;
|
|
959
|
+
driverParam: string;
|
|
960
|
+
notNull: true;
|
|
961
|
+
hasDefault: true;
|
|
962
|
+
isPrimaryKey: false;
|
|
963
|
+
isAutoincrement: false;
|
|
964
|
+
hasRuntimeDefault: false;
|
|
965
|
+
enumValues: undefined;
|
|
966
|
+
baseColumn: never;
|
|
967
|
+
identity: undefined;
|
|
968
|
+
generated: undefined;
|
|
969
|
+
}, {}, {}>;
|
|
970
|
+
updatedAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
971
|
+
name: "updated_at";
|
|
972
|
+
tableName: "provider_commissions";
|
|
973
|
+
dataType: "date";
|
|
974
|
+
columnType: "PgTimestamp";
|
|
975
|
+
data: Date;
|
|
976
|
+
driverParam: string;
|
|
977
|
+
notNull: true;
|
|
978
|
+
hasDefault: true;
|
|
979
|
+
isPrimaryKey: false;
|
|
980
|
+
isAutoincrement: false;
|
|
981
|
+
hasRuntimeDefault: false;
|
|
982
|
+
enumValues: undefined;
|
|
983
|
+
baseColumn: never;
|
|
984
|
+
identity: undefined;
|
|
985
|
+
generated: undefined;
|
|
986
|
+
}, {}, {}>;
|
|
987
|
+
};
|
|
988
|
+
dialect: "pg";
|
|
989
|
+
}>, "enableRLS">;
|
|
990
|
+
export declare const providerCommissionInsertSchema: z.ZodObject<{
|
|
991
|
+
id: z.ZodOptional<z.ZodString>;
|
|
992
|
+
ruleId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
993
|
+
providerId: z.ZodString;
|
|
994
|
+
consumerOrganizationId: z.ZodString;
|
|
995
|
+
bookingId: z.ZodString;
|
|
996
|
+
productId: z.ZodString;
|
|
997
|
+
departureId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
998
|
+
type: z.ZodEnum<{
|
|
999
|
+
fixed: "fixed";
|
|
1000
|
+
percentage: "percentage";
|
|
1001
|
+
tiered: "tiered";
|
|
1002
|
+
hybrid: "hybrid";
|
|
1003
|
+
}>;
|
|
1004
|
+
bookingAmount: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
1005
|
+
commissionAmount: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
1006
|
+
currency: z.ZodString;
|
|
1007
|
+
calculationDetails: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1008
|
+
type: z.ZodEnum<{
|
|
1009
|
+
fixed: "fixed";
|
|
1010
|
+
percentage: "percentage";
|
|
1011
|
+
tiered: "tiered";
|
|
1012
|
+
hybrid: "hybrid";
|
|
1013
|
+
}>;
|
|
1014
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1015
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1016
|
+
tier: z.ZodOptional<z.ZodObject<{
|
|
1017
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
1018
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
1019
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1020
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1021
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1022
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1023
|
+
}, z.core.$strip>>;
|
|
1024
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
1025
|
+
}, z.core.$strip>>>;
|
|
1026
|
+
status: z.ZodDefault<z.ZodEnum<{
|
|
1027
|
+
cancelled: "cancelled";
|
|
1028
|
+
pending: "pending";
|
|
1029
|
+
paid: "paid";
|
|
1030
|
+
approved: "approved";
|
|
1031
|
+
disputed: "disputed";
|
|
1032
|
+
}>>;
|
|
1033
|
+
dueDate: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
1034
|
+
paidDate: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
1035
|
+
paidAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1036
|
+
paymentReference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1037
|
+
paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1038
|
+
notes: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1039
|
+
disputeReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1040
|
+
createdAt: z.ZodOptional<z.ZodDate>;
|
|
1041
|
+
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
1042
|
+
}, z.core.$strip>;
|
|
1043
|
+
export declare const providerCommissionUpdateSchema: z.ZodObject<{
|
|
1044
|
+
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1045
|
+
ruleId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1046
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
1047
|
+
consumerOrganizationId: z.ZodOptional<z.ZodString>;
|
|
1048
|
+
bookingId: z.ZodOptional<z.ZodString>;
|
|
1049
|
+
productId: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
departureId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1051
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
1052
|
+
fixed: "fixed";
|
|
1053
|
+
percentage: "percentage";
|
|
1054
|
+
tiered: "tiered";
|
|
1055
|
+
hybrid: "hybrid";
|
|
1056
|
+
}>>;
|
|
1057
|
+
bookingAmount: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1058
|
+
commissionAmount: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1059
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
1060
|
+
calculationDetails: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1061
|
+
type: z.ZodEnum<{
|
|
1062
|
+
fixed: "fixed";
|
|
1063
|
+
percentage: "percentage";
|
|
1064
|
+
tiered: "tiered";
|
|
1065
|
+
hybrid: "hybrid";
|
|
1066
|
+
}>;
|
|
1067
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1068
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1069
|
+
tier: z.ZodOptional<z.ZodObject<{
|
|
1070
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
1071
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
1072
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1073
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1074
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1075
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1076
|
+
}, z.core.$strip>>;
|
|
1077
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
1078
|
+
}, z.core.$strip>>>>;
|
|
1079
|
+
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1080
|
+
cancelled: "cancelled";
|
|
1081
|
+
pending: "pending";
|
|
1082
|
+
paid: "paid";
|
|
1083
|
+
approved: "approved";
|
|
1084
|
+
disputed: "disputed";
|
|
1085
|
+
}>>>;
|
|
1086
|
+
dueDate: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
|
|
1087
|
+
paidDate: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
|
|
1088
|
+
paidAmount: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
|
|
1089
|
+
paymentReference: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1090
|
+
paymentMethod: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1091
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1092
|
+
disputeReason: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1093
|
+
createdAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
1094
|
+
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
1095
|
+
}, z.core.$strip>;
|
|
1096
|
+
export declare const providerCommissionSelectSchema: z.ZodObject<{
|
|
1097
|
+
ruleId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1098
|
+
providerId: z.ZodString;
|
|
1099
|
+
consumerOrganizationId: z.ZodString;
|
|
1100
|
+
bookingId: z.ZodString;
|
|
1101
|
+
productId: z.ZodString;
|
|
1102
|
+
departureId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1103
|
+
type: z.ZodEnum<{
|
|
1104
|
+
fixed: "fixed";
|
|
1105
|
+
percentage: "percentage";
|
|
1106
|
+
tiered: "tiered";
|
|
1107
|
+
hybrid: "hybrid";
|
|
1108
|
+
}>;
|
|
1109
|
+
bookingAmount: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
1110
|
+
commissionAmount: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
1111
|
+
currency: z.ZodString;
|
|
1112
|
+
calculationDetails: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1113
|
+
type: z.ZodEnum<{
|
|
1114
|
+
fixed: "fixed";
|
|
1115
|
+
percentage: "percentage";
|
|
1116
|
+
tiered: "tiered";
|
|
1117
|
+
hybrid: "hybrid";
|
|
1118
|
+
}>;
|
|
1119
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1120
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1121
|
+
tier: z.ZodOptional<z.ZodObject<{
|
|
1122
|
+
minBookings: z.ZodOptional<z.ZodNumber>;
|
|
1123
|
+
maxBookings: z.ZodOptional<z.ZodNumber>;
|
|
1124
|
+
minRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1125
|
+
maxRevenue: z.ZodOptional<z.ZodNumber>;
|
|
1126
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
1127
|
+
fixedAmount: z.ZodOptional<z.ZodNumber>;
|
|
1128
|
+
}, z.core.$strip>>;
|
|
1129
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
1130
|
+
}, z.core.$strip>>>;
|
|
1131
|
+
status: z.ZodDefault<z.ZodEnum<{
|
|
1132
|
+
cancelled: "cancelled";
|
|
1133
|
+
pending: "pending";
|
|
1134
|
+
paid: "paid";
|
|
1135
|
+
approved: "approved";
|
|
1136
|
+
disputed: "disputed";
|
|
1137
|
+
}>>;
|
|
1138
|
+
dueDate: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
1139
|
+
paidDate: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
1140
|
+
paidAmount: z.ZodNullable<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1141
|
+
paymentReference: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1142
|
+
paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1143
|
+
notes: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1144
|
+
disputeReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1145
|
+
id: z.ZodString;
|
|
1146
|
+
createdAt: z.ZodDate;
|
|
1147
|
+
updatedAt: z.ZodDate;
|
|
1148
|
+
}, z.core.$strip>;
|
|
1149
|
+
export type InsertProviderCommission = typeof providerCommissionsTable.$inferInsert;
|
|
1150
|
+
export type SelectProviderCommission = typeof providerCommissionsTable.$inferSelect;
|
|
1151
|
+
/**
|
|
1152
|
+
* Commission Summaries
|
|
1153
|
+
*
|
|
1154
|
+
* Aggregated commission data for reporting and payouts.
|
|
1155
|
+
*/
|
|
1156
|
+
export declare const providerCommissionSummariesTable: Omit<import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
1157
|
+
name: "provider_commission_summaries";
|
|
1158
|
+
schema: "marketplace";
|
|
1159
|
+
columns: {
|
|
1160
|
+
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
1161
|
+
name: string;
|
|
1162
|
+
tableName: "provider_commission_summaries";
|
|
1163
|
+
dataType: "string";
|
|
1164
|
+
columnType: "PgText";
|
|
1165
|
+
data: string;
|
|
1166
|
+
driverParam: string;
|
|
1167
|
+
notNull: true;
|
|
1168
|
+
hasDefault: true;
|
|
1169
|
+
isPrimaryKey: true;
|
|
1170
|
+
isAutoincrement: false;
|
|
1171
|
+
hasRuntimeDefault: true;
|
|
1172
|
+
enumValues: [string, ...string[]];
|
|
1173
|
+
baseColumn: never;
|
|
1174
|
+
identity: undefined;
|
|
1175
|
+
generated: undefined;
|
|
1176
|
+
}, {}, {}>;
|
|
1177
|
+
providerId: import("drizzle-orm/pg-core").PgColumn<{
|
|
1178
|
+
name: string;
|
|
1179
|
+
tableName: "provider_commission_summaries";
|
|
1180
|
+
dataType: "string";
|
|
1181
|
+
columnType: "PgText";
|
|
1182
|
+
data: string;
|
|
1183
|
+
driverParam: string;
|
|
1184
|
+
notNull: true;
|
|
1185
|
+
hasDefault: false;
|
|
1186
|
+
isPrimaryKey: false;
|
|
1187
|
+
isAutoincrement: false;
|
|
1188
|
+
hasRuntimeDefault: false;
|
|
1189
|
+
enumValues: [string, ...string[]];
|
|
1190
|
+
baseColumn: never;
|
|
1191
|
+
identity: undefined;
|
|
1192
|
+
generated: undefined;
|
|
1193
|
+
}, {}, {}>;
|
|
1194
|
+
consumerOrganizationId: import("drizzle-orm/pg-core").PgColumn<{
|
|
1195
|
+
name: string;
|
|
1196
|
+
tableName: "provider_commission_summaries";
|
|
1197
|
+
dataType: "string";
|
|
1198
|
+
columnType: "PgText";
|
|
1199
|
+
data: string;
|
|
1200
|
+
driverParam: string;
|
|
1201
|
+
notNull: false;
|
|
1202
|
+
hasDefault: false;
|
|
1203
|
+
isPrimaryKey: false;
|
|
1204
|
+
isAutoincrement: false;
|
|
1205
|
+
hasRuntimeDefault: false;
|
|
1206
|
+
enumValues: [string, ...string[]];
|
|
1207
|
+
baseColumn: never;
|
|
1208
|
+
identity: undefined;
|
|
1209
|
+
generated: undefined;
|
|
1210
|
+
}, {}, {}>;
|
|
1211
|
+
periodStart: import("drizzle-orm/pg-core").PgColumn<{
|
|
1212
|
+
name: "period_start";
|
|
1213
|
+
tableName: "provider_commission_summaries";
|
|
1214
|
+
dataType: "string";
|
|
1215
|
+
columnType: "PgDateString";
|
|
1216
|
+
data: string;
|
|
1217
|
+
driverParam: string;
|
|
1218
|
+
notNull: true;
|
|
1219
|
+
hasDefault: false;
|
|
1220
|
+
isPrimaryKey: false;
|
|
1221
|
+
isAutoincrement: false;
|
|
1222
|
+
hasRuntimeDefault: false;
|
|
1223
|
+
enumValues: undefined;
|
|
1224
|
+
baseColumn: never;
|
|
1225
|
+
identity: undefined;
|
|
1226
|
+
generated: undefined;
|
|
1227
|
+
}, {}, {}>;
|
|
1228
|
+
periodEnd: import("drizzle-orm/pg-core").PgColumn<{
|
|
1229
|
+
name: "period_end";
|
|
1230
|
+
tableName: "provider_commission_summaries";
|
|
1231
|
+
dataType: "string";
|
|
1232
|
+
columnType: "PgDateString";
|
|
1233
|
+
data: string;
|
|
1234
|
+
driverParam: string;
|
|
1235
|
+
notNull: true;
|
|
1236
|
+
hasDefault: false;
|
|
1237
|
+
isPrimaryKey: false;
|
|
1238
|
+
isAutoincrement: false;
|
|
1239
|
+
hasRuntimeDefault: false;
|
|
1240
|
+
enumValues: undefined;
|
|
1241
|
+
baseColumn: never;
|
|
1242
|
+
identity: undefined;
|
|
1243
|
+
generated: undefined;
|
|
1244
|
+
}, {}, {}>;
|
|
1245
|
+
currency: import("drizzle-orm/pg-core").PgColumn<{
|
|
1246
|
+
name: "currency";
|
|
1247
|
+
tableName: "provider_commission_summaries";
|
|
1248
|
+
dataType: "string";
|
|
1249
|
+
columnType: "PgChar";
|
|
1250
|
+
data: string;
|
|
1251
|
+
driverParam: string;
|
|
1252
|
+
notNull: true;
|
|
1253
|
+
hasDefault: false;
|
|
1254
|
+
isPrimaryKey: false;
|
|
1255
|
+
isAutoincrement: false;
|
|
1256
|
+
hasRuntimeDefault: false;
|
|
1257
|
+
enumValues: [string, ...string[]];
|
|
1258
|
+
baseColumn: never;
|
|
1259
|
+
identity: undefined;
|
|
1260
|
+
generated: undefined;
|
|
1261
|
+
}, {}, {
|
|
1262
|
+
length: 3;
|
|
1263
|
+
}>;
|
|
1264
|
+
totalBookings: import("drizzle-orm/pg-core").PgColumn<{
|
|
1265
|
+
name: "total_bookings";
|
|
1266
|
+
tableName: "provider_commission_summaries";
|
|
1267
|
+
dataType: "number";
|
|
1268
|
+
columnType: "PgInteger";
|
|
1269
|
+
data: number;
|
|
1270
|
+
driverParam: string | number;
|
|
1271
|
+
notNull: true;
|
|
1272
|
+
hasDefault: true;
|
|
1273
|
+
isPrimaryKey: false;
|
|
1274
|
+
isAutoincrement: false;
|
|
1275
|
+
hasRuntimeDefault: false;
|
|
1276
|
+
enumValues: undefined;
|
|
1277
|
+
baseColumn: never;
|
|
1278
|
+
identity: undefined;
|
|
1279
|
+
generated: undefined;
|
|
1280
|
+
}, {}, {}>;
|
|
1281
|
+
totalBookingValue: import("drizzle-orm/pg-core").PgColumn<{
|
|
1282
|
+
name: "total_booking_value";
|
|
1283
|
+
tableName: "provider_commission_summaries";
|
|
1284
|
+
dataType: "string";
|
|
1285
|
+
columnType: "PgNumeric";
|
|
1286
|
+
data: string;
|
|
1287
|
+
driverParam: string;
|
|
1288
|
+
notNull: true;
|
|
1289
|
+
hasDefault: true;
|
|
1290
|
+
isPrimaryKey: false;
|
|
1291
|
+
isAutoincrement: false;
|
|
1292
|
+
hasRuntimeDefault: false;
|
|
1293
|
+
enumValues: undefined;
|
|
1294
|
+
baseColumn: never;
|
|
1295
|
+
identity: undefined;
|
|
1296
|
+
generated: undefined;
|
|
1297
|
+
}, {}, {}>;
|
|
1298
|
+
totalCommission: import("drizzle-orm/pg-core").PgColumn<{
|
|
1299
|
+
name: "total_commission";
|
|
1300
|
+
tableName: "provider_commission_summaries";
|
|
1301
|
+
dataType: "string";
|
|
1302
|
+
columnType: "PgNumeric";
|
|
1303
|
+
data: string;
|
|
1304
|
+
driverParam: string;
|
|
1305
|
+
notNull: true;
|
|
1306
|
+
hasDefault: true;
|
|
1307
|
+
isPrimaryKey: false;
|
|
1308
|
+
isAutoincrement: false;
|
|
1309
|
+
hasRuntimeDefault: false;
|
|
1310
|
+
enumValues: undefined;
|
|
1311
|
+
baseColumn: never;
|
|
1312
|
+
identity: undefined;
|
|
1313
|
+
generated: undefined;
|
|
1314
|
+
}, {}, {}>;
|
|
1315
|
+
pendingCommission: import("drizzle-orm/pg-core").PgColumn<{
|
|
1316
|
+
name: "pending_commission";
|
|
1317
|
+
tableName: "provider_commission_summaries";
|
|
1318
|
+
dataType: "string";
|
|
1319
|
+
columnType: "PgNumeric";
|
|
1320
|
+
data: string;
|
|
1321
|
+
driverParam: string;
|
|
1322
|
+
notNull: true;
|
|
1323
|
+
hasDefault: true;
|
|
1324
|
+
isPrimaryKey: false;
|
|
1325
|
+
isAutoincrement: false;
|
|
1326
|
+
hasRuntimeDefault: false;
|
|
1327
|
+
enumValues: undefined;
|
|
1328
|
+
baseColumn: never;
|
|
1329
|
+
identity: undefined;
|
|
1330
|
+
generated: undefined;
|
|
1331
|
+
}, {}, {}>;
|
|
1332
|
+
approvedCommission: import("drizzle-orm/pg-core").PgColumn<{
|
|
1333
|
+
name: "approved_commission";
|
|
1334
|
+
tableName: "provider_commission_summaries";
|
|
1335
|
+
dataType: "string";
|
|
1336
|
+
columnType: "PgNumeric";
|
|
1337
|
+
data: string;
|
|
1338
|
+
driverParam: string;
|
|
1339
|
+
notNull: true;
|
|
1340
|
+
hasDefault: true;
|
|
1341
|
+
isPrimaryKey: false;
|
|
1342
|
+
isAutoincrement: false;
|
|
1343
|
+
hasRuntimeDefault: false;
|
|
1344
|
+
enumValues: undefined;
|
|
1345
|
+
baseColumn: never;
|
|
1346
|
+
identity: undefined;
|
|
1347
|
+
generated: undefined;
|
|
1348
|
+
}, {}, {}>;
|
|
1349
|
+
paidCommission: import("drizzle-orm/pg-core").PgColumn<{
|
|
1350
|
+
name: "paid_commission";
|
|
1351
|
+
tableName: "provider_commission_summaries";
|
|
1352
|
+
dataType: "string";
|
|
1353
|
+
columnType: "PgNumeric";
|
|
1354
|
+
data: string;
|
|
1355
|
+
driverParam: string;
|
|
1356
|
+
notNull: true;
|
|
1357
|
+
hasDefault: true;
|
|
1358
|
+
isPrimaryKey: false;
|
|
1359
|
+
isAutoincrement: false;
|
|
1360
|
+
hasRuntimeDefault: false;
|
|
1361
|
+
enumValues: undefined;
|
|
1362
|
+
baseColumn: never;
|
|
1363
|
+
identity: undefined;
|
|
1364
|
+
generated: undefined;
|
|
1365
|
+
}, {}, {}>;
|
|
1366
|
+
lastUpdated: import("drizzle-orm/pg-core").PgColumn<{
|
|
1367
|
+
name: "last_updated";
|
|
1368
|
+
tableName: "provider_commission_summaries";
|
|
1369
|
+
dataType: "date";
|
|
1370
|
+
columnType: "PgTimestamp";
|
|
1371
|
+
data: Date;
|
|
1372
|
+
driverParam: string;
|
|
1373
|
+
notNull: true;
|
|
1374
|
+
hasDefault: true;
|
|
1375
|
+
isPrimaryKey: false;
|
|
1376
|
+
isAutoincrement: false;
|
|
1377
|
+
hasRuntimeDefault: false;
|
|
1378
|
+
enumValues: undefined;
|
|
1379
|
+
baseColumn: never;
|
|
1380
|
+
identity: undefined;
|
|
1381
|
+
generated: undefined;
|
|
1382
|
+
}, {}, {}>;
|
|
1383
|
+
createdAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
1384
|
+
name: "created_at";
|
|
1385
|
+
tableName: "provider_commission_summaries";
|
|
1386
|
+
dataType: "date";
|
|
1387
|
+
columnType: "PgTimestamp";
|
|
1388
|
+
data: Date;
|
|
1389
|
+
driverParam: string;
|
|
1390
|
+
notNull: true;
|
|
1391
|
+
hasDefault: true;
|
|
1392
|
+
isPrimaryKey: false;
|
|
1393
|
+
isAutoincrement: false;
|
|
1394
|
+
hasRuntimeDefault: false;
|
|
1395
|
+
enumValues: undefined;
|
|
1396
|
+
baseColumn: never;
|
|
1397
|
+
identity: undefined;
|
|
1398
|
+
generated: undefined;
|
|
1399
|
+
}, {}, {}>;
|
|
1400
|
+
};
|
|
1401
|
+
dialect: "pg";
|
|
1402
|
+
}>, "enableRLS">;
|
|
1403
|
+
export declare const providerCommissionSummaryInsertSchema: z.ZodObject<{
|
|
1404
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1405
|
+
providerId: z.ZodString;
|
|
1406
|
+
consumerOrganizationId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1407
|
+
periodStart: z.ZodString;
|
|
1408
|
+
periodEnd: z.ZodString;
|
|
1409
|
+
currency: z.ZodString;
|
|
1410
|
+
totalBookings: z.ZodDefault<z.ZodNumber>;
|
|
1411
|
+
totalBookingValue: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1412
|
+
totalCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1413
|
+
pendingCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1414
|
+
approvedCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1415
|
+
paidCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1416
|
+
lastUpdated: z.ZodOptional<z.ZodDate>;
|
|
1417
|
+
createdAt: z.ZodOptional<z.ZodDate>;
|
|
1418
|
+
}, z.core.$strip>;
|
|
1419
|
+
export declare const providerCommissionSummaryUpdateSchema: z.ZodObject<{
|
|
1420
|
+
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1421
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
1422
|
+
consumerOrganizationId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1423
|
+
periodStart: z.ZodOptional<z.ZodString>;
|
|
1424
|
+
periodEnd: z.ZodOptional<z.ZodString>;
|
|
1425
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
1426
|
+
totalBookings: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1427
|
+
totalBookingValue: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1428
|
+
totalCommission: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1429
|
+
pendingCommission: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1430
|
+
approvedCommission: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1431
|
+
paidCommission: z.ZodOptional<z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1432
|
+
lastUpdated: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
1433
|
+
createdAt: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
|
|
1434
|
+
}, z.core.$strip>;
|
|
1435
|
+
export declare const providerCommissionSummarySelectSchema: z.ZodObject<{
|
|
1436
|
+
providerId: z.ZodString;
|
|
1437
|
+
consumerOrganizationId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1438
|
+
periodStart: z.ZodString;
|
|
1439
|
+
periodEnd: z.ZodString;
|
|
1440
|
+
currency: z.ZodString;
|
|
1441
|
+
totalBookings: z.ZodDefault<z.ZodNumber>;
|
|
1442
|
+
totalBookingValue: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1443
|
+
totalCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1444
|
+
pendingCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1445
|
+
approvedCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1446
|
+
paidCommission: z.ZodDefault<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1447
|
+
id: z.ZodString;
|
|
1448
|
+
lastUpdated: z.ZodDate;
|
|
1449
|
+
createdAt: z.ZodDate;
|
|
1450
|
+
}, z.core.$strip>;
|
|
1451
|
+
export type InsertProviderCommissionSummary = typeof providerCommissionSummariesTable.$inferInsert;
|
|
1452
|
+
export type SelectProviderCommissionSummary = typeof providerCommissionSummariesTable.$inferSelect;
|
|
1453
|
+
//# sourceMappingURL=provider_commissions.d.ts.map
|