@vrplatform/api 1.3.1-stage.2195 → 1.3.1-stage.2204
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 */
|
|
@@ -9566,6 +9567,7 @@ export interface operations {
|
|
|
9566
9567
|
name: string;
|
|
9567
9568
|
icon: string | null;
|
|
9568
9569
|
color: string | null;
|
|
9570
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
9569
9571
|
}[];
|
|
9570
9572
|
};
|
|
9571
9573
|
};
|
|
@@ -14003,6 +14005,7 @@ export interface operations {
|
|
|
14003
14005
|
channelRef: string | null;
|
|
14004
14006
|
icon: string | null;
|
|
14005
14007
|
color: string | null;
|
|
14008
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14006
14009
|
lastGenerateRun: string | null;
|
|
14007
14010
|
usageCount: number;
|
|
14008
14011
|
iconCandidateCount: number;
|
|
@@ -14366,6 +14369,8 @@ export interface operations {
|
|
|
14366
14369
|
id: string;
|
|
14367
14370
|
/** Format: uuid */
|
|
14368
14371
|
bookingChannelId: string;
|
|
14372
|
+
/** @enum {string} */
|
|
14373
|
+
provider: "cloudflare" | "logo_dev";
|
|
14369
14374
|
cloudflareImageId: string | null;
|
|
14370
14375
|
icon: string | null;
|
|
14371
14376
|
color: string | null;
|
|
@@ -14483,6 +14488,8 @@ export interface operations {
|
|
|
14483
14488
|
id: string;
|
|
14484
14489
|
/** Format: uuid */
|
|
14485
14490
|
bookingChannelId: string;
|
|
14491
|
+
/** @enum {string} */
|
|
14492
|
+
provider: "cloudflare" | "logo_dev";
|
|
14486
14493
|
cloudflareImageId: string | null;
|
|
14487
14494
|
icon: string | null;
|
|
14488
14495
|
color: string | null;
|
|
@@ -14599,6 +14606,8 @@ export interface operations {
|
|
|
14599
14606
|
id: string;
|
|
14600
14607
|
/** Format: uuid */
|
|
14601
14608
|
bookingChannelId: string;
|
|
14609
|
+
/** @enum {string} */
|
|
14610
|
+
provider: "cloudflare" | "logo_dev";
|
|
14602
14611
|
cloudflareImageId: string | null;
|
|
14603
14612
|
icon: string | null;
|
|
14604
14613
|
color: string | null;
|
|
@@ -14721,6 +14730,7 @@ export interface operations {
|
|
|
14721
14730
|
channelRef: string | null;
|
|
14722
14731
|
icon: string | null;
|
|
14723
14732
|
color: string | null;
|
|
14733
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14724
14734
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14725
14735
|
candidateCount: number;
|
|
14726
14736
|
};
|
|
@@ -14837,6 +14847,8 @@ export interface operations {
|
|
|
14837
14847
|
id: string;
|
|
14838
14848
|
/** Format: uuid */
|
|
14839
14849
|
bookingChannelId: string;
|
|
14850
|
+
/** @enum {string} */
|
|
14851
|
+
provider: "cloudflare" | "logo_dev";
|
|
14840
14852
|
cloudflareImageId: string | null;
|
|
14841
14853
|
icon: string | null;
|
|
14842
14854
|
color: string | null;
|
|
@@ -14960,6 +14972,7 @@ export interface operations {
|
|
|
14960
14972
|
channelRef: string | null;
|
|
14961
14973
|
icon: string | null;
|
|
14962
14974
|
color: string | null;
|
|
14975
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14963
14976
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14964
14977
|
candidateCount: number;
|
|
14965
14978
|
};
|
|
@@ -34296,6 +34309,7 @@ export interface operations {
|
|
|
34296
34309
|
appIcon?: string | null;
|
|
34297
34310
|
} | null;
|
|
34298
34311
|
matchStatus?: string | null;
|
|
34312
|
+
matchedByBankRule: boolean;
|
|
34299
34313
|
};
|
|
34300
34314
|
};
|
|
34301
34315
|
};
|
|
@@ -42196,6 +42210,7 @@ export interface operations {
|
|
|
42196
42210
|
search?: string;
|
|
42197
42211
|
recurringTemplateId?: string;
|
|
42198
42212
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
42213
|
+
matchedByBankRule?: boolean;
|
|
42199
42214
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
42200
42215
|
reconciled?: boolean;
|
|
42201
42216
|
contactId?: string;
|
|
@@ -42451,6 +42466,7 @@ export interface operations {
|
|
|
42451
42466
|
appIcon?: string | null;
|
|
42452
42467
|
} | null;
|
|
42453
42468
|
matchStatus?: string | null;
|
|
42469
|
+
matchedByBankRule: boolean;
|
|
42454
42470
|
}[];
|
|
42455
42471
|
pagination: {
|
|
42456
42472
|
/** @default 100 */
|
|
@@ -42558,7 +42574,7 @@ export interface operations {
|
|
|
42558
42574
|
requestBody?: {
|
|
42559
42575
|
content: {
|
|
42560
42576
|
"application/json": {
|
|
42561
|
-
description
|
|
42577
|
+
description?: string;
|
|
42562
42578
|
status?: ("active" | "inactive") | null;
|
|
42563
42579
|
accountId?: string | null;
|
|
42564
42580
|
contactId?: string | null;
|
|
@@ -42871,6 +42887,7 @@ export interface operations {
|
|
|
42871
42887
|
appIcon?: string | null;
|
|
42872
42888
|
} | null;
|
|
42873
42889
|
matchStatus?: string | null;
|
|
42890
|
+
matchedByBankRule: boolean;
|
|
42874
42891
|
};
|
|
42875
42892
|
};
|
|
42876
42893
|
};
|
|
@@ -42969,7 +42986,7 @@ export interface operations {
|
|
|
42969
42986
|
/** Format: uuid */
|
|
42970
42987
|
connectionId: string;
|
|
42971
42988
|
data: {
|
|
42972
|
-
description
|
|
42989
|
+
description?: string;
|
|
42973
42990
|
status?: ("active" | "inactive") | null;
|
|
42974
42991
|
accountId?: string | null;
|
|
42975
42992
|
contactId?: string | null;
|
|
@@ -43295,6 +43312,7 @@ export interface operations {
|
|
|
43295
43312
|
search?: string;
|
|
43296
43313
|
recurringTemplateId?: string;
|
|
43297
43314
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43315
|
+
matchedByBankRule?: boolean;
|
|
43298
43316
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43299
43317
|
reconciled?: boolean;
|
|
43300
43318
|
contactId?: string;
|
|
@@ -43427,6 +43445,7 @@ export interface operations {
|
|
|
43427
43445
|
search?: string;
|
|
43428
43446
|
recurringTemplateId?: string;
|
|
43429
43447
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43448
|
+
matchedByBankRule?: boolean;
|
|
43430
43449
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43431
43450
|
reconciled?: boolean;
|
|
43432
43451
|
contactId?: string;
|
|
@@ -43559,6 +43578,7 @@ export interface operations {
|
|
|
43559
43578
|
search?: string;
|
|
43560
43579
|
recurringTemplateId?: string;
|
|
43561
43580
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43581
|
+
matchedByBankRule?: boolean;
|
|
43562
43582
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43563
43583
|
reconciled?: boolean;
|
|
43564
43584
|
contactId?: string;
|
|
@@ -44033,6 +44053,7 @@ export interface operations {
|
|
|
44033
44053
|
search?: string;
|
|
44034
44054
|
recurringTemplateId?: string;
|
|
44035
44055
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
44056
|
+
matchedByBankRule?: boolean;
|
|
44036
44057
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
44037
44058
|
reconciled?: boolean;
|
|
44038
44059
|
contactId?: string;
|
|
@@ -45774,6 +45795,7 @@ export interface operations {
|
|
|
45774
45795
|
appIcon?: string | null;
|
|
45775
45796
|
} | null;
|
|
45776
45797
|
matchStatus?: string | null;
|
|
45798
|
+
matchedByBankRule: boolean;
|
|
45777
45799
|
}[];
|
|
45778
45800
|
};
|
|
45779
45801
|
};
|
|
@@ -45888,6 +45910,7 @@ export interface operations {
|
|
|
45888
45910
|
search?: string;
|
|
45889
45911
|
recurringTemplateId?: string;
|
|
45890
45912
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
45913
|
+
matchedByBankRule?: boolean;
|
|
45891
45914
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
45892
45915
|
reconciled?: boolean;
|
|
45893
45916
|
contactId?: string;
|
|
@@ -46244,6 +46267,7 @@ export interface operations {
|
|
|
46244
46267
|
appIcon?: string | null;
|
|
46245
46268
|
} | null;
|
|
46246
46269
|
matchStatus?: string | null;
|
|
46270
|
+
matchedByBankRule: boolean;
|
|
46247
46271
|
};
|
|
46248
46272
|
};
|
|
46249
46273
|
};
|
|
@@ -46716,6 +46740,7 @@ export interface operations {
|
|
|
46716
46740
|
appIcon?: string | null;
|
|
46717
46741
|
} | null;
|
|
46718
46742
|
matchStatus?: string | null;
|
|
46743
|
+
matchedByBankRule: boolean;
|
|
46719
46744
|
};
|
|
46720
46745
|
};
|
|
46721
46746
|
};
|
|
@@ -47195,6 +47220,7 @@ export interface operations {
|
|
|
47195
47220
|
appIcon?: string | null;
|
|
47196
47221
|
} | null;
|
|
47197
47222
|
matchStatus?: string | null;
|
|
47223
|
+
matchedByBankRule: boolean;
|
|
47198
47224
|
};
|
|
47199
47225
|
};
|
|
47200
47226
|
};
|