@vrplatform/api 1.3.1-stage.1838 → 1.3.1-stage.1840

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.
@@ -10686,6 +10686,8 @@ export interface operations {
10686
10686
  activeRecurringFeePeriods?: string;
10687
10687
  /** @description Filter listings that have (true) or lack (false) opening balances */
10688
10688
  openingBalance?: boolean;
10689
+ /** @description Filter listings by setup issue code, "all" (all setup issues), or "any" (at least one setup issue) */
10690
+ issue?: "all" | "any" | "missingOwnershipOrDeactivation" | "missingFeesAndCommission" | "missingOpeningBalance";
10689
10691
  limit?: number;
10690
10692
  page?: number;
10691
10693
  };
@@ -11307,6 +11309,8 @@ export interface operations {
11307
11309
  activeRecurringFeePeriods?: string;
11308
11310
  /** @description Filter listings that have (true) or lack (false) opening balances */
11309
11311
  openingBalance?: boolean;
11312
+ /** @description Filter listings by setup issue code, "all" (all setup issues), or "any" (at least one setup issue) */
11313
+ issue?: "all" | "any" | "missingOwnershipOrDeactivation" | "missingFeesAndCommission" | "missingOpeningBalance";
11310
11314
  };
11311
11315
  header?: never;
11312
11316
  path?: never;
@@ -24485,6 +24489,7 @@ export interface operations {
24485
24489
  name: string;
24486
24490
  summaryType?: ("default" | "invoice") | null;
24487
24491
  isDefault: boolean;
24492
+ showTeamEmail?: boolean | null;
24488
24493
  netRevenueSections: {
24489
24494
  id?: string | null;
24490
24495
  name: string;
@@ -25044,6 +25049,7 @@ export interface operations {
25044
25049
  name: string;
25045
25050
  summaryType?: ("default" | "invoice") | null;
25046
25051
  isDefault: boolean;
25052
+ showTeamEmail?: boolean | null;
25047
25053
  netRevenueSections: {
25048
25054
  id?: string | null;
25049
25055
  name: string;
@@ -25656,6 +25662,7 @@ export interface operations {
25656
25662
  name: string;
25657
25663
  summaryType?: ("default" | "invoice") | null;
25658
25664
  isDefault: boolean;
25665
+ showTeamEmail?: boolean | null;
25659
25666
  netRevenueSections: {
25660
25667
  id?: string | null;
25661
25668
  name: string;
@@ -25849,6 +25856,7 @@ export interface operations {
25849
25856
  summaryType?: ("default" | "invoice") | null;
25850
25857
  activeListingIds?: string[] | null;
25851
25858
  isDefault?: boolean | null;
25859
+ showTeamEmail?: boolean | null;
25852
25860
  netRevenueSections: {
25853
25861
  id?: string | null;
25854
25862
  name: string;
@@ -25910,6 +25918,7 @@ export interface operations {
25910
25918
  name: string;
25911
25919
  summaryType?: ("default" | "invoice") | null;
25912
25920
  isDefault: boolean;
25921
+ showTeamEmail?: boolean | null;
25913
25922
  netRevenueSections: {
25914
25923
  id?: string | null;
25915
25924
  name: string;
@@ -26100,6 +26109,7 @@ export interface operations {
26100
26109
  name: string;
26101
26110
  summaryType?: ("default" | "invoice") | null;
26102
26111
  isDefault: boolean;
26112
+ showTeamEmail?: boolean | null;
26103
26113
  netRevenueSections: {
26104
26114
  id?: string | null;
26105
26115
  name: string;
@@ -26285,6 +26295,7 @@ export interface operations {
26285
26295
  summaryType?: ("default" | "invoice") | null;
26286
26296
  activeListingIds?: string[] | null;
26287
26297
  isDefault?: boolean | null;
26298
+ showTeamEmail?: boolean | null;
26288
26299
  netRevenueSections?: {
26289
26300
  id?: string | null;
26290
26301
  name: string;
@@ -26346,6 +26357,7 @@ export interface operations {
26346
26357
  name: string;
26347
26358
  summaryType?: ("default" | "invoice") | null;
26348
26359
  isDefault: boolean;
26360
+ showTeamEmail?: boolean | null;
26349
26361
  netRevenueSections: {
26350
26362
  id?: string | null;
26351
26363
  name: string;
@@ -27534,6 +27546,7 @@ export interface operations {
27534
27546
  name: string;
27535
27547
  summaryType?: ("default" | "invoice") | null;
27536
27548
  isDefault: boolean;
27549
+ showTeamEmail?: boolean | null;
27537
27550
  netRevenueSections: {
27538
27551
  id?: string | null;
27539
27552
  name: string;
@@ -28098,6 +28111,7 @@ export interface operations {
28098
28111
  name: string;
28099
28112
  summaryType?: ("default" | "invoice") | null;
28100
28113
  isDefault: boolean;
28114
+ showTeamEmail?: boolean | null;
28101
28115
  netRevenueSections: {
28102
28116
  id?: string | null;
28103
28117
  name: string;