@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.
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 */
|
|
@@ -9567,6 +9568,7 @@ export interface operations {
|
|
|
9567
9568
|
name: string;
|
|
9568
9569
|
icon: string | null;
|
|
9569
9570
|
color: string | null;
|
|
9571
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
9570
9572
|
}[];
|
|
9571
9573
|
};
|
|
9572
9574
|
};
|
|
@@ -14004,6 +14006,7 @@ export interface operations {
|
|
|
14004
14006
|
channelRef: string | null;
|
|
14005
14007
|
icon: string | null;
|
|
14006
14008
|
color: string | null;
|
|
14009
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14007
14010
|
lastGenerateRun: string | null;
|
|
14008
14011
|
usageCount: number;
|
|
14009
14012
|
iconCandidateCount: number;
|
|
@@ -14367,6 +14370,8 @@ export interface operations {
|
|
|
14367
14370
|
id: string;
|
|
14368
14371
|
/** Format: uuid */
|
|
14369
14372
|
bookingChannelId: string;
|
|
14373
|
+
/** @enum {string} */
|
|
14374
|
+
provider: "cloudflare" | "logo_dev";
|
|
14370
14375
|
cloudflareImageId: string | null;
|
|
14371
14376
|
icon: string | null;
|
|
14372
14377
|
color: string | null;
|
|
@@ -14484,6 +14489,8 @@ export interface operations {
|
|
|
14484
14489
|
id: string;
|
|
14485
14490
|
/** Format: uuid */
|
|
14486
14491
|
bookingChannelId: string;
|
|
14492
|
+
/** @enum {string} */
|
|
14493
|
+
provider: "cloudflare" | "logo_dev";
|
|
14487
14494
|
cloudflareImageId: string | null;
|
|
14488
14495
|
icon: string | null;
|
|
14489
14496
|
color: string | null;
|
|
@@ -14600,6 +14607,8 @@ export interface operations {
|
|
|
14600
14607
|
id: string;
|
|
14601
14608
|
/** Format: uuid */
|
|
14602
14609
|
bookingChannelId: string;
|
|
14610
|
+
/** @enum {string} */
|
|
14611
|
+
provider: "cloudflare" | "logo_dev";
|
|
14603
14612
|
cloudflareImageId: string | null;
|
|
14604
14613
|
icon: string | null;
|
|
14605
14614
|
color: string | null;
|
|
@@ -14722,6 +14731,7 @@ export interface operations {
|
|
|
14722
14731
|
channelRef: string | null;
|
|
14723
14732
|
icon: string | null;
|
|
14724
14733
|
color: string | null;
|
|
14734
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14725
14735
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14726
14736
|
candidateCount: number;
|
|
14727
14737
|
};
|
|
@@ -14838,6 +14848,8 @@ export interface operations {
|
|
|
14838
14848
|
id: string;
|
|
14839
14849
|
/** Format: uuid */
|
|
14840
14850
|
bookingChannelId: string;
|
|
14851
|
+
/** @enum {string} */
|
|
14852
|
+
provider: "cloudflare" | "logo_dev";
|
|
14841
14853
|
cloudflareImageId: string | null;
|
|
14842
14854
|
icon: string | null;
|
|
14843
14855
|
color: string | null;
|
|
@@ -14961,6 +14973,7 @@ export interface operations {
|
|
|
14961
14973
|
channelRef: string | null;
|
|
14962
14974
|
icon: string | null;
|
|
14963
14975
|
color: string | null;
|
|
14976
|
+
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
14964
14977
|
selectedBookingChannelIconCandidateId: string | null;
|
|
14965
14978
|
candidateCount: number;
|
|
14966
14979
|
};
|
|
@@ -34297,6 +34310,7 @@ export interface operations {
|
|
|
34297
34310
|
appIcon?: string | null;
|
|
34298
34311
|
} | null;
|
|
34299
34312
|
matchStatus?: string | null;
|
|
34313
|
+
matchedByBankRule: boolean;
|
|
34300
34314
|
};
|
|
34301
34315
|
};
|
|
34302
34316
|
};
|
|
@@ -42197,6 +42211,7 @@ export interface operations {
|
|
|
42197
42211
|
search?: string;
|
|
42198
42212
|
recurringTemplateId?: string;
|
|
42199
42213
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
42214
|
+
matchedByBankRule?: boolean;
|
|
42200
42215
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
42201
42216
|
reconciled?: boolean;
|
|
42202
42217
|
contactId?: string;
|
|
@@ -42452,6 +42467,7 @@ export interface operations {
|
|
|
42452
42467
|
appIcon?: string | null;
|
|
42453
42468
|
} | null;
|
|
42454
42469
|
matchStatus?: string | null;
|
|
42470
|
+
matchedByBankRule: boolean;
|
|
42455
42471
|
}[];
|
|
42456
42472
|
pagination: {
|
|
42457
42473
|
/** @default 100 */
|
|
@@ -42559,7 +42575,7 @@ export interface operations {
|
|
|
42559
42575
|
requestBody?: {
|
|
42560
42576
|
content: {
|
|
42561
42577
|
"application/json": {
|
|
42562
|
-
description
|
|
42578
|
+
description?: string;
|
|
42563
42579
|
status?: ("active" | "inactive") | null;
|
|
42564
42580
|
accountId?: string | null;
|
|
42565
42581
|
contactId?: string | null;
|
|
@@ -42872,6 +42888,7 @@ export interface operations {
|
|
|
42872
42888
|
appIcon?: string | null;
|
|
42873
42889
|
} | null;
|
|
42874
42890
|
matchStatus?: string | null;
|
|
42891
|
+
matchedByBankRule: boolean;
|
|
42875
42892
|
};
|
|
42876
42893
|
};
|
|
42877
42894
|
};
|
|
@@ -42970,7 +42987,7 @@ export interface operations {
|
|
|
42970
42987
|
/** Format: uuid */
|
|
42971
42988
|
connectionId: string;
|
|
42972
42989
|
data: {
|
|
42973
|
-
description
|
|
42990
|
+
description?: string;
|
|
42974
42991
|
status?: ("active" | "inactive") | null;
|
|
42975
42992
|
accountId?: string | null;
|
|
42976
42993
|
contactId?: string | null;
|
|
@@ -43296,6 +43313,7 @@ export interface operations {
|
|
|
43296
43313
|
search?: string;
|
|
43297
43314
|
recurringTemplateId?: string;
|
|
43298
43315
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43316
|
+
matchedByBankRule?: boolean;
|
|
43299
43317
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43300
43318
|
reconciled?: boolean;
|
|
43301
43319
|
contactId?: string;
|
|
@@ -43428,6 +43446,7 @@ export interface operations {
|
|
|
43428
43446
|
search?: string;
|
|
43429
43447
|
recurringTemplateId?: string;
|
|
43430
43448
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43449
|
+
matchedByBankRule?: boolean;
|
|
43431
43450
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43432
43451
|
reconciled?: boolean;
|
|
43433
43452
|
contactId?: string;
|
|
@@ -43560,6 +43579,7 @@ export interface operations {
|
|
|
43560
43579
|
search?: string;
|
|
43561
43580
|
recurringTemplateId?: string;
|
|
43562
43581
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
43582
|
+
matchedByBankRule?: boolean;
|
|
43563
43583
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
43564
43584
|
reconciled?: boolean;
|
|
43565
43585
|
contactId?: string;
|
|
@@ -44034,6 +44054,7 @@ export interface operations {
|
|
|
44034
44054
|
search?: string;
|
|
44035
44055
|
recurringTemplateId?: string;
|
|
44036
44056
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
44057
|
+
matchedByBankRule?: boolean;
|
|
44037
44058
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
44038
44059
|
reconciled?: boolean;
|
|
44039
44060
|
contactId?: string;
|
|
@@ -45775,6 +45796,7 @@ export interface operations {
|
|
|
45775
45796
|
appIcon?: string | null;
|
|
45776
45797
|
} | null;
|
|
45777
45798
|
matchStatus?: string | null;
|
|
45799
|
+
matchedByBankRule: boolean;
|
|
45778
45800
|
}[];
|
|
45779
45801
|
};
|
|
45780
45802
|
};
|
|
@@ -45889,6 +45911,7 @@ export interface operations {
|
|
|
45889
45911
|
search?: string;
|
|
45890
45912
|
recurringTemplateId?: string;
|
|
45891
45913
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
45914
|
+
matchedByBankRule?: boolean;
|
|
45892
45915
|
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
45893
45916
|
reconciled?: boolean;
|
|
45894
45917
|
contactId?: string;
|
|
@@ -46245,6 +46268,7 @@ export interface operations {
|
|
|
46245
46268
|
appIcon?: string | null;
|
|
46246
46269
|
} | null;
|
|
46247
46270
|
matchStatus?: string | null;
|
|
46271
|
+
matchedByBankRule: boolean;
|
|
46248
46272
|
};
|
|
46249
46273
|
};
|
|
46250
46274
|
};
|
|
@@ -46717,6 +46741,7 @@ export interface operations {
|
|
|
46717
46741
|
appIcon?: string | null;
|
|
46718
46742
|
} | null;
|
|
46719
46743
|
matchStatus?: string | null;
|
|
46744
|
+
matchedByBankRule: boolean;
|
|
46720
46745
|
};
|
|
46721
46746
|
};
|
|
46722
46747
|
};
|
|
@@ -47196,6 +47221,7 @@ export interface operations {
|
|
|
47196
47221
|
appIcon?: string | null;
|
|
47197
47222
|
} | null;
|
|
47198
47223
|
matchStatus?: string | null;
|
|
47224
|
+
matchedByBankRule: boolean;
|
|
47199
47225
|
};
|
|
47200
47226
|
};
|
|
47201
47227
|
};
|