@vrplatform/api 1.3.1-2203 → 1.3.1-2220

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
  };
@@ -21033,6 +21046,16 @@ export interface operations {
21033
21046
  /** @enum {string} */
21034
21047
  status: "active" | "inactive";
21035
21048
  }[];
21049
+ includedFinancials: {
21050
+ /** Format: uuid */
21051
+ accountId: string;
21052
+ lineType: string;
21053
+ name: string;
21054
+ app?: {
21055
+ id: string;
21056
+ name: string;
21057
+ } | null;
21058
+ }[];
21036
21059
  taxRate?: {
21037
21060
  id: string;
21038
21061
  name: string;
@@ -21255,6 +21278,16 @@ export interface operations {
21255
21278
  /** @enum {string} */
21256
21279
  status: "active" | "inactive";
21257
21280
  }[];
21281
+ includedFinancials: {
21282
+ /** Format: uuid */
21283
+ accountId: string;
21284
+ lineType: string;
21285
+ name: string;
21286
+ app?: {
21287
+ id: string;
21288
+ name: string;
21289
+ } | null;
21290
+ }[];
21258
21291
  taxRate?: {
21259
21292
  id: string;
21260
21293
  name: string;
@@ -22189,6 +22222,16 @@ export interface operations {
22189
22222
  /** @enum {string} */
22190
22223
  status: "active" | "inactive";
22191
22224
  }[];
22225
+ includedFinancials: {
22226
+ /** Format: uuid */
22227
+ accountId: string;
22228
+ lineType: string;
22229
+ name: string;
22230
+ app?: {
22231
+ id: string;
22232
+ name: string;
22233
+ } | null;
22234
+ }[];
22192
22235
  taxRate?: {
22193
22236
  id: string;
22194
22237
  name: string;
@@ -22403,6 +22446,16 @@ export interface operations {
22403
22446
  /** @enum {string} */
22404
22447
  status: "active" | "inactive";
22405
22448
  }[];
22449
+ includedFinancials: {
22450
+ /** Format: uuid */
22451
+ accountId: string;
22452
+ lineType: string;
22453
+ name: string;
22454
+ app?: {
22455
+ id: string;
22456
+ name: string;
22457
+ } | null;
22458
+ }[];
22406
22459
  taxRate?: {
22407
22460
  id: string;
22408
22461
  name: string;
@@ -26342,7 +26395,7 @@ export interface operations {
26342
26395
  total: number;
26343
26396
  groups: ({
26344
26397
  /** @enum {string} */
26345
- name: "Bank Accounts" | "Unassigned Accounts";
26398
+ name: "Bank Accounts" | "Taxes Payable" | "Unassigned Accounts";
26346
26399
  total: number;
26347
26400
  /** @constant */
26348
26401
  type: "accounts";
@@ -31469,7 +31522,7 @@ export interface operations {
31469
31522
  * @default inReview
31470
31523
  * @enum {string}
31471
31524
  */
31472
- status?: "inReview" | "published";
31525
+ status?: "draft" | "inReview" | "published";
31473
31526
  listingPeriodIds?: string[];
31474
31527
  sync?: boolean | null;
31475
31528
  emailDelivery?: {
@@ -34296,6 +34349,7 @@ export interface operations {
34296
34349
  appIcon?: string | null;
34297
34350
  } | null;
34298
34351
  matchStatus?: string | null;
34352
+ matchedByBankRule: boolean;
34299
34353
  };
34300
34354
  };
34301
34355
  };
@@ -42196,6 +42250,7 @@ export interface operations {
42196
42250
  search?: string;
42197
42251
  recurringTemplateId?: string;
42198
42252
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
42253
+ matchedByBankRule?: boolean;
42199
42254
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
42200
42255
  reconciled?: boolean;
42201
42256
  contactId?: string;
@@ -42451,6 +42506,7 @@ export interface operations {
42451
42506
  appIcon?: string | null;
42452
42507
  } | null;
42453
42508
  matchStatus?: string | null;
42509
+ matchedByBankRule: boolean;
42454
42510
  }[];
42455
42511
  pagination: {
42456
42512
  /** @default 100 */
@@ -42558,7 +42614,7 @@ export interface operations {
42558
42614
  requestBody?: {
42559
42615
  content: {
42560
42616
  "application/json": {
42561
- description: string;
42617
+ description?: string;
42562
42618
  status?: ("active" | "inactive") | null;
42563
42619
  accountId?: string | null;
42564
42620
  contactId?: string | null;
@@ -42871,6 +42927,7 @@ export interface operations {
42871
42927
  appIcon?: string | null;
42872
42928
  } | null;
42873
42929
  matchStatus?: string | null;
42930
+ matchedByBankRule: boolean;
42874
42931
  };
42875
42932
  };
42876
42933
  };
@@ -42969,7 +43026,7 @@ export interface operations {
42969
43026
  /** Format: uuid */
42970
43027
  connectionId: string;
42971
43028
  data: {
42972
- description: string;
43029
+ description?: string;
42973
43030
  status?: ("active" | "inactive") | null;
42974
43031
  accountId?: string | null;
42975
43032
  contactId?: string | null;
@@ -43295,6 +43352,7 @@ export interface operations {
43295
43352
  search?: string;
43296
43353
  recurringTemplateId?: string;
43297
43354
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43355
+ matchedByBankRule?: boolean;
43298
43356
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43299
43357
  reconciled?: boolean;
43300
43358
  contactId?: string;
@@ -43427,6 +43485,7 @@ export interface operations {
43427
43485
  search?: string;
43428
43486
  recurringTemplateId?: string;
43429
43487
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43488
+ matchedByBankRule?: boolean;
43430
43489
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43431
43490
  reconciled?: boolean;
43432
43491
  contactId?: string;
@@ -43559,6 +43618,7 @@ export interface operations {
43559
43618
  search?: string;
43560
43619
  recurringTemplateId?: string;
43561
43620
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43621
+ matchedByBankRule?: boolean;
43562
43622
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43563
43623
  reconciled?: boolean;
43564
43624
  contactId?: string;
@@ -44033,6 +44093,7 @@ export interface operations {
44033
44093
  search?: string;
44034
44094
  recurringTemplateId?: string;
44035
44095
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
44096
+ matchedByBankRule?: boolean;
44036
44097
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
44037
44098
  reconciled?: boolean;
44038
44099
  contactId?: string;
@@ -45774,6 +45835,7 @@ export interface operations {
45774
45835
  appIcon?: string | null;
45775
45836
  } | null;
45776
45837
  matchStatus?: string | null;
45838
+ matchedByBankRule: boolean;
45777
45839
  }[];
45778
45840
  };
45779
45841
  };
@@ -45888,6 +45950,7 @@ export interface operations {
45888
45950
  search?: string;
45889
45951
  recurringTemplateId?: string;
45890
45952
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
45953
+ matchedByBankRule?: boolean;
45891
45954
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
45892
45955
  reconciled?: boolean;
45893
45956
  contactId?: string;
@@ -46244,6 +46307,7 @@ export interface operations {
46244
46307
  appIcon?: string | null;
46245
46308
  } | null;
46246
46309
  matchStatus?: string | null;
46310
+ matchedByBankRule: boolean;
46247
46311
  };
46248
46312
  };
46249
46313
  };
@@ -46716,6 +46780,7 @@ export interface operations {
46716
46780
  appIcon?: string | null;
46717
46781
  } | null;
46718
46782
  matchStatus?: string | null;
46783
+ matchedByBankRule: boolean;
46719
46784
  };
46720
46785
  };
46721
46786
  };
@@ -47195,6 +47260,7 @@ export interface operations {
47195
47260
  appIcon?: string | null;
47196
47261
  } | null;
47197
47262
  matchStatus?: string | null;
47263
+ matchedByBankRule: boolean;
47198
47264
  };
47199
47265
  };
47200
47266
  };