@vrplatform/api 1.3.1-stage.2195 → 1.3.1-stage.2197
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.
|
@@ -4663,6 +4663,7 @@ export interface operations {
|
|
|
4663
4663
|
appIcon?: string | null;
|
|
4664
4664
|
} | null;
|
|
4665
4665
|
matchStatus?: string | null;
|
|
4666
|
+
matchedByBankRule: boolean;
|
|
4666
4667
|
};
|
|
4667
4668
|
bankRecord: {
|
|
4668
4669
|
/** Format: uuid */
|
|
@@ -34296,6 +34297,7 @@ export interface operations {
|
|
|
34296
34297
|
appIcon?: string | null;
|
|
34297
34298
|
} | null;
|
|
34298
34299
|
matchStatus?: string | null;
|
|
34300
|
+
matchedByBankRule: boolean;
|
|
34299
34301
|
};
|
|
34300
34302
|
};
|
|
34301
34303
|
};
|
|
@@ -42196,6 +42198,7 @@ export interface operations {
|
|
|
42196
42198
|
search?: string;
|
|
42197
42199
|
recurringTemplateId?: string;
|
|
42198
42200
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
42201
|
+
matchedByBankRule?: boolean;
|
|
42199
42202
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
42200
42203
|
reconciled?: boolean;
|
|
42201
42204
|
contactId?: string;
|
|
@@ -42451,6 +42454,7 @@ export interface operations {
|
|
|
42451
42454
|
appIcon?: string | null;
|
|
42452
42455
|
} | null;
|
|
42453
42456
|
matchStatus?: string | null;
|
|
42457
|
+
matchedByBankRule: boolean;
|
|
42454
42458
|
}[];
|
|
42455
42459
|
pagination: {
|
|
42456
42460
|
/** @default 100 */
|
|
@@ -42871,6 +42875,7 @@ export interface operations {
|
|
|
42871
42875
|
appIcon?: string | null;
|
|
42872
42876
|
} | null;
|
|
42873
42877
|
matchStatus?: string | null;
|
|
42878
|
+
matchedByBankRule: boolean;
|
|
42874
42879
|
};
|
|
42875
42880
|
};
|
|
42876
42881
|
};
|
|
@@ -43295,6 +43300,7 @@ export interface operations {
|
|
|
43295
43300
|
search?: string;
|
|
43296
43301
|
recurringTemplateId?: string;
|
|
43297
43302
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43303
|
+
matchedByBankRule?: boolean;
|
|
43298
43304
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43299
43305
|
reconciled?: boolean;
|
|
43300
43306
|
contactId?: string;
|
|
@@ -43427,6 +43433,7 @@ export interface operations {
|
|
|
43427
43433
|
search?: string;
|
|
43428
43434
|
recurringTemplateId?: string;
|
|
43429
43435
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43436
|
+
matchedByBankRule?: boolean;
|
|
43430
43437
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43431
43438
|
reconciled?: boolean;
|
|
43432
43439
|
contactId?: string;
|
|
@@ -43559,6 +43566,7 @@ export interface operations {
|
|
|
43559
43566
|
search?: string;
|
|
43560
43567
|
recurringTemplateId?: string;
|
|
43561
43568
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43569
|
+
matchedByBankRule?: boolean;
|
|
43562
43570
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43563
43571
|
reconciled?: boolean;
|
|
43564
43572
|
contactId?: string;
|
|
@@ -44033,6 +44041,7 @@ export interface operations {
|
|
|
44033
44041
|
search?: string;
|
|
44034
44042
|
recurringTemplateId?: string;
|
|
44035
44043
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
44044
|
+
matchedByBankRule?: boolean;
|
|
44036
44045
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
44037
44046
|
reconciled?: boolean;
|
|
44038
44047
|
contactId?: string;
|
|
@@ -45774,6 +45783,7 @@ export interface operations {
|
|
|
45774
45783
|
appIcon?: string | null;
|
|
45775
45784
|
} | null;
|
|
45776
45785
|
matchStatus?: string | null;
|
|
45786
|
+
matchedByBankRule: boolean;
|
|
45777
45787
|
}[];
|
|
45778
45788
|
};
|
|
45779
45789
|
};
|
|
@@ -45888,6 +45898,7 @@ export interface operations {
|
|
|
45888
45898
|
search?: string;
|
|
45889
45899
|
recurringTemplateId?: string;
|
|
45890
45900
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
45901
|
+
matchedByBankRule?: boolean;
|
|
45891
45902
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
45892
45903
|
reconciled?: boolean;
|
|
45893
45904
|
contactId?: string;
|
|
@@ -46244,6 +46255,7 @@ export interface operations {
|
|
|
46244
46255
|
appIcon?: string | null;
|
|
46245
46256
|
} | null;
|
|
46246
46257
|
matchStatus?: string | null;
|
|
46258
|
+
matchedByBankRule: boolean;
|
|
46247
46259
|
};
|
|
46248
46260
|
};
|
|
46249
46261
|
};
|
|
@@ -46716,6 +46728,7 @@ export interface operations {
|
|
|
46716
46728
|
appIcon?: string | null;
|
|
46717
46729
|
} | null;
|
|
46718
46730
|
matchStatus?: string | null;
|
|
46731
|
+
matchedByBankRule: boolean;
|
|
46719
46732
|
};
|
|
46720
46733
|
};
|
|
46721
46734
|
};
|
|
@@ -47195,6 +47208,7 @@ export interface operations {
|
|
|
47195
47208
|
appIcon?: string | null;
|
|
47196
47209
|
} | null;
|
|
47197
47210
|
matchStatus?: string | null;
|
|
47211
|
+
matchedByBankRule: boolean;
|
|
47198
47212
|
};
|
|
47199
47213
|
};
|
|
47200
47214
|
};
|