@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -4664,6 +4664,7 @@ export interface operations {
|
|
|
4664
4664
|
appIcon?: string | null;
|
|
4665
4665
|
} | null;
|
|
4666
4666
|
matchStatus?: string | null;
|
|
4667
|
+
matchedByBankRule: boolean;
|
|
4667
4668
|
};
|
|
4668
4669
|
bankRecord: {
|
|
4669
4670
|
/** Format: uuid */
|
|
@@ -34297,6 +34298,7 @@ export interface operations {
|
|
|
34297
34298
|
appIcon?: string | null;
|
|
34298
34299
|
} | null;
|
|
34299
34300
|
matchStatus?: string | null;
|
|
34301
|
+
matchedByBankRule: boolean;
|
|
34300
34302
|
};
|
|
34301
34303
|
};
|
|
34302
34304
|
};
|
|
@@ -42197,6 +42199,7 @@ export interface operations {
|
|
|
42197
42199
|
search?: string;
|
|
42198
42200
|
recurringTemplateId?: string;
|
|
42199
42201
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
42202
|
+
matchedByBankRule?: boolean;
|
|
42200
42203
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
42201
42204
|
reconciled?: boolean;
|
|
42202
42205
|
contactId?: string;
|
|
@@ -42452,6 +42455,7 @@ export interface operations {
|
|
|
42452
42455
|
appIcon?: string | null;
|
|
42453
42456
|
} | null;
|
|
42454
42457
|
matchStatus?: string | null;
|
|
42458
|
+
matchedByBankRule: boolean;
|
|
42455
42459
|
}[];
|
|
42456
42460
|
pagination: {
|
|
42457
42461
|
/** @default 100 */
|
|
@@ -42872,6 +42876,7 @@ export interface operations {
|
|
|
42872
42876
|
appIcon?: string | null;
|
|
42873
42877
|
} | null;
|
|
42874
42878
|
matchStatus?: string | null;
|
|
42879
|
+
matchedByBankRule: boolean;
|
|
42875
42880
|
};
|
|
42876
42881
|
};
|
|
42877
42882
|
};
|
|
@@ -43296,6 +43301,7 @@ export interface operations {
|
|
|
43296
43301
|
search?: string;
|
|
43297
43302
|
recurringTemplateId?: string;
|
|
43298
43303
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43304
|
+
matchedByBankRule?: boolean;
|
|
43299
43305
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43300
43306
|
reconciled?: boolean;
|
|
43301
43307
|
contactId?: string;
|
|
@@ -43428,6 +43434,7 @@ export interface operations {
|
|
|
43428
43434
|
search?: string;
|
|
43429
43435
|
recurringTemplateId?: string;
|
|
43430
43436
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43437
|
+
matchedByBankRule?: boolean;
|
|
43431
43438
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43432
43439
|
reconciled?: boolean;
|
|
43433
43440
|
contactId?: string;
|
|
@@ -43560,6 +43567,7 @@ export interface operations {
|
|
|
43560
43567
|
search?: string;
|
|
43561
43568
|
recurringTemplateId?: string;
|
|
43562
43569
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43570
|
+
matchedByBankRule?: boolean;
|
|
43563
43571
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43564
43572
|
reconciled?: boolean;
|
|
43565
43573
|
contactId?: string;
|
|
@@ -44034,6 +44042,7 @@ export interface operations {
|
|
|
44034
44042
|
search?: string;
|
|
44035
44043
|
recurringTemplateId?: string;
|
|
44036
44044
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
44045
|
+
matchedByBankRule?: boolean;
|
|
44037
44046
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
44038
44047
|
reconciled?: boolean;
|
|
44039
44048
|
contactId?: string;
|
|
@@ -45775,6 +45784,7 @@ export interface operations {
|
|
|
45775
45784
|
appIcon?: string | null;
|
|
45776
45785
|
} | null;
|
|
45777
45786
|
matchStatus?: string | null;
|
|
45787
|
+
matchedByBankRule: boolean;
|
|
45778
45788
|
}[];
|
|
45779
45789
|
};
|
|
45780
45790
|
};
|
|
@@ -45889,6 +45899,7 @@ export interface operations {
|
|
|
45889
45899
|
search?: string;
|
|
45890
45900
|
recurringTemplateId?: string;
|
|
45891
45901
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
45902
|
+
matchedByBankRule?: boolean;
|
|
45892
45903
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
45893
45904
|
reconciled?: boolean;
|
|
45894
45905
|
contactId?: string;
|
|
@@ -46245,6 +46256,7 @@ export interface operations {
|
|
|
46245
46256
|
appIcon?: string | null;
|
|
46246
46257
|
} | null;
|
|
46247
46258
|
matchStatus?: string | null;
|
|
46259
|
+
matchedByBankRule: boolean;
|
|
46248
46260
|
};
|
|
46249
46261
|
};
|
|
46250
46262
|
};
|
|
@@ -46717,6 +46729,7 @@ export interface operations {
|
|
|
46717
46729
|
appIcon?: string | null;
|
|
46718
46730
|
} | null;
|
|
46719
46731
|
matchStatus?: string | null;
|
|
46732
|
+
matchedByBankRule: boolean;
|
|
46720
46733
|
};
|
|
46721
46734
|
};
|
|
46722
46735
|
};
|
|
@@ -47196,6 +47209,7 @@ export interface operations {
|
|
|
47196
47209
|
appIcon?: string | null;
|
|
47197
47210
|
} | null;
|
|
47198
47211
|
matchStatus?: string | null;
|
|
47212
|
+
matchedByBankRule: boolean;
|
|
47199
47213
|
};
|
|
47200
47214
|
};
|
|
47201
47215
|
};
|