@insure-os/client 0.0.49 → 0.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -683,6 +683,8 @@ type QuoteMountConfig = BaseMountConfig & {
683
683
  * - All products: ['*'] - shows all org products, ignores client_settings
684
684
  */
685
685
  products?: string[];
686
+ /** Optional dealer organisation ID to attribute quotes to a dealer */
687
+ dealerOrganisationId?: string;
686
688
  };
687
689
  type PaymentLinkMountConfig = BaseMountConfig & {
688
690
  mode: 'payment';