@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-2203",
6
+ "version": "1.3.1-2220",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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
  };
@@ -21034,6 +21047,16 @@ export interface operations {
21034
21047
  /** @enum {string} */
21035
21048
  status: "active" | "inactive";
21036
21049
  }[];
21050
+ includedFinancials: {
21051
+ /** Format: uuid */
21052
+ accountId: string;
21053
+ lineType: string;
21054
+ name: string;
21055
+ app?: {
21056
+ id: string;
21057
+ name: string;
21058
+ } | null;
21059
+ }[];
21037
21060
  taxRate?: {
21038
21061
  id: string;
21039
21062
  name: string;
@@ -21256,6 +21279,16 @@ export interface operations {
21256
21279
  /** @enum {string} */
21257
21280
  status: "active" | "inactive";
21258
21281
  }[];
21282
+ includedFinancials: {
21283
+ /** Format: uuid */
21284
+ accountId: string;
21285
+ lineType: string;
21286
+ name: string;
21287
+ app?: {
21288
+ id: string;
21289
+ name: string;
21290
+ } | null;
21291
+ }[];
21259
21292
  taxRate?: {
21260
21293
  id: string;
21261
21294
  name: string;
@@ -22190,6 +22223,16 @@ export interface operations {
22190
22223
  /** @enum {string} */
22191
22224
  status: "active" | "inactive";
22192
22225
  }[];
22226
+ includedFinancials: {
22227
+ /** Format: uuid */
22228
+ accountId: string;
22229
+ lineType: string;
22230
+ name: string;
22231
+ app?: {
22232
+ id: string;
22233
+ name: string;
22234
+ } | null;
22235
+ }[];
22193
22236
  taxRate?: {
22194
22237
  id: string;
22195
22238
  name: string;
@@ -22404,6 +22447,16 @@ export interface operations {
22404
22447
  /** @enum {string} */
22405
22448
  status: "active" | "inactive";
22406
22449
  }[];
22450
+ includedFinancials: {
22451
+ /** Format: uuid */
22452
+ accountId: string;
22453
+ lineType: string;
22454
+ name: string;
22455
+ app?: {
22456
+ id: string;
22457
+ name: string;
22458
+ } | null;
22459
+ }[];
22407
22460
  taxRate?: {
22408
22461
  id: string;
22409
22462
  name: string;
@@ -26343,7 +26396,7 @@ export interface operations {
26343
26396
  total: number;
26344
26397
  groups: ({
26345
26398
  /** @enum {string} */
26346
- name: "Bank Accounts" | "Unassigned Accounts";
26399
+ name: "Bank Accounts" | "Taxes Payable" | "Unassigned Accounts";
26347
26400
  total: number;
26348
26401
  /** @constant */
26349
26402
  type: "accounts";
@@ -31470,7 +31523,7 @@ export interface operations {
31470
31523
  * @default inReview
31471
31524
  * @enum {string}
31472
31525
  */
31473
- status?: "inReview" | "published";
31526
+ status?: "draft" | "inReview" | "published";
31474
31527
  listingPeriodIds?: string[];
31475
31528
  sync?: boolean | null;
31476
31529
  emailDelivery?: {
@@ -34297,6 +34350,7 @@ export interface operations {
34297
34350
  appIcon?: string | null;
34298
34351
  } | null;
34299
34352
  matchStatus?: string | null;
34353
+ matchedByBankRule: boolean;
34300
34354
  };
34301
34355
  };
34302
34356
  };
@@ -42197,6 +42251,7 @@ export interface operations {
42197
42251
  search?: string;
42198
42252
  recurringTemplateId?: string;
42199
42253
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
42254
+ matchedByBankRule?: boolean;
42200
42255
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
42201
42256
  reconciled?: boolean;
42202
42257
  contactId?: string;
@@ -42452,6 +42507,7 @@ export interface operations {
42452
42507
  appIcon?: string | null;
42453
42508
  } | null;
42454
42509
  matchStatus?: string | null;
42510
+ matchedByBankRule: boolean;
42455
42511
  }[];
42456
42512
  pagination: {
42457
42513
  /** @default 100 */
@@ -42559,7 +42615,7 @@ export interface operations {
42559
42615
  requestBody?: {
42560
42616
  content: {
42561
42617
  "application/json": {
42562
- description: string;
42618
+ description?: string;
42563
42619
  status?: ("active" | "inactive") | null;
42564
42620
  accountId?: string | null;
42565
42621
  contactId?: string | null;
@@ -42872,6 +42928,7 @@ export interface operations {
42872
42928
  appIcon?: string | null;
42873
42929
  } | null;
42874
42930
  matchStatus?: string | null;
42931
+ matchedByBankRule: boolean;
42875
42932
  };
42876
42933
  };
42877
42934
  };
@@ -42970,7 +43027,7 @@ export interface operations {
42970
43027
  /** Format: uuid */
42971
43028
  connectionId: string;
42972
43029
  data: {
42973
- description: string;
43030
+ description?: string;
42974
43031
  status?: ("active" | "inactive") | null;
42975
43032
  accountId?: string | null;
42976
43033
  contactId?: string | null;
@@ -43296,6 +43353,7 @@ export interface operations {
43296
43353
  search?: string;
43297
43354
  recurringTemplateId?: string;
43298
43355
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43356
+ matchedByBankRule?: boolean;
43299
43357
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43300
43358
  reconciled?: boolean;
43301
43359
  contactId?: string;
@@ -43428,6 +43486,7 @@ export interface operations {
43428
43486
  search?: string;
43429
43487
  recurringTemplateId?: string;
43430
43488
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43489
+ matchedByBankRule?: boolean;
43431
43490
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43432
43491
  reconciled?: boolean;
43433
43492
  contactId?: string;
@@ -43560,6 +43619,7 @@ export interface operations {
43560
43619
  search?: string;
43561
43620
  recurringTemplateId?: string;
43562
43621
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
43622
+ matchedByBankRule?: boolean;
43563
43623
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
43564
43624
  reconciled?: boolean;
43565
43625
  contactId?: string;
@@ -44034,6 +44094,7 @@ export interface operations {
44034
44094
  search?: string;
44035
44095
  recurringTemplateId?: string;
44036
44096
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
44097
+ matchedByBankRule?: boolean;
44037
44098
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
44038
44099
  reconciled?: boolean;
44039
44100
  contactId?: string;
@@ -45775,6 +45836,7 @@ export interface operations {
45775
45836
  appIcon?: string | null;
45776
45837
  } | null;
45777
45838
  matchStatus?: string | null;
45839
+ matchedByBankRule: boolean;
45778
45840
  }[];
45779
45841
  };
45780
45842
  };
@@ -45889,6 +45951,7 @@ export interface operations {
45889
45951
  search?: string;
45890
45952
  recurringTemplateId?: string;
45891
45953
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
45954
+ matchedByBankRule?: boolean;
45892
45955
  /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
45893
45956
  reconciled?: boolean;
45894
45957
  contactId?: string;
@@ -46245,6 +46308,7 @@ export interface operations {
46245
46308
  appIcon?: string | null;
46246
46309
  } | null;
46247
46310
  matchStatus?: string | null;
46311
+ matchedByBankRule: boolean;
46248
46312
  };
46249
46313
  };
46250
46314
  };
@@ -46717,6 +46781,7 @@ export interface operations {
46717
46781
  appIcon?: string | null;
46718
46782
  } | null;
46719
46783
  matchStatus?: string | null;
46784
+ matchedByBankRule: boolean;
46720
46785
  };
46721
46786
  };
46722
46787
  };
@@ -47196,6 +47261,7 @@ export interface operations {
47196
47261
  appIcon?: string | null;
47197
47262
  } | null;
47198
47263
  matchStatus?: string | null;
47264
+ matchedByBankRule: boolean;
47199
47265
  };
47200
47266
  };
47201
47267
  };