@vrplatform/api 1.3.1-stage.3995 → 1.3.1-stage.3998

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.
@@ -11880,6 +11880,22 @@ export interface operations {
11880
11880
  targetTransactionLineMoveCount: number;
11881
11881
  targetPaymentLineMoveCount: number;
11882
11882
  lockedCount: number;
11883
+ targetListings: {
11884
+ /** Format: uuid */
11885
+ targetListingConnectionId: string;
11886
+ uniqueRef: string | null;
11887
+ name: string;
11888
+ address: string | null;
11889
+ listingId: string | null;
11890
+ /** @enum {string} */
11891
+ status: "alreadyShared" | "matched" | "ambiguous" | "unmapped";
11892
+ suggestedListing: {
11893
+ /** Format: uuid */
11894
+ id: string;
11895
+ name: string;
11896
+ address: string | null;
11897
+ } | null;
11898
+ }[];
11883
11899
  };
11884
11900
  /** @constant */
11885
11901
  applied: true;
@@ -12172,6 +12188,22 @@ export interface operations {
12172
12188
  targetTransactionLineMoveCount: number;
12173
12189
  targetPaymentLineMoveCount: number;
12174
12190
  lockedCount: number;
12191
+ targetListings: {
12192
+ /** Format: uuid */
12193
+ targetListingConnectionId: string;
12194
+ uniqueRef: string | null;
12195
+ name: string;
12196
+ address: string | null;
12197
+ listingId: string | null;
12198
+ /** @enum {string} */
12199
+ status: "alreadyShared" | "matched" | "ambiguous" | "unmapped";
12200
+ suggestedListing: {
12201
+ /** Format: uuid */
12202
+ id: string;
12203
+ name: string;
12204
+ address: string | null;
12205
+ } | null;
12206
+ }[];
12175
12207
  };
12176
12208
  };
12177
12209
  };