@vrplatform/api 1.2.40-stage.1049 → 1.2.40-stage.1051

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.
@@ -8406,7 +8406,7 @@ export interface operations {
8406
8406
  taxRateCountryOverwrite?: string | null;
8407
8407
  copyFromTeamId?: string;
8408
8408
  copyLineMappingsFromPartnerId?: string | null;
8409
- include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates")[];
8409
+ include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates" | "lineMappings")[];
8410
8410
  } | boolean;
8411
8411
  partnerId?: string | null;
8412
8412
  billingPartnerId?: string | null;
@@ -8559,7 +8559,7 @@ export interface operations {
8559
8559
  taxRateCountryOverwrite?: string | null;
8560
8560
  copyFromTeamId?: string;
8561
8561
  copyLineMappingsFromPartnerId?: string | null;
8562
- include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates")[];
8562
+ include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates" | "lineMappings")[];
8563
8563
  };
8564
8564
  };
8565
8565
  };