@vrplatform/api 1.3.1-3758 → 1.3.1-3776

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.
@@ -12235,6 +12235,8 @@ export interface operations {
12235
12235
  type?: "owner" | "vendor";
12236
12236
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12237
12237
  isIndividual?: boolean;
12238
+ /** @description Filter contacts by ownership period ID. */
12239
+ ownershipPeriodId?: string;
12238
12240
  /** @description comma separated contact short refs */
12239
12241
  shortRefs?: string;
12240
12242
  /** @description Comma-separated contact IDs. */
@@ -12763,6 +12765,8 @@ export interface operations {
12763
12765
  type?: "owner" | "vendor";
12764
12766
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12765
12767
  isIndividual?: boolean;
12768
+ /** @description Filter contacts by ownership period ID. */
12769
+ ownershipPeriodId?: string;
12766
12770
  /** @description comma separated contact short refs */
12767
12771
  shortRefs?: string;
12768
12772
  /** @description Comma-separated contact IDs. */
@@ -13586,6 +13590,9 @@ export interface operations {
13586
13590
  status: "active" | "inactive" | "unconfirmed";
13587
13591
  lastInvitedAt: string | null;
13588
13592
  lastSeen: string | null;
13593
+ notifications: {
13594
+ ownerStatementPublished: boolean;
13595
+ };
13589
13596
  }[];
13590
13597
  };
13591
13598
  };
@@ -13709,6 +13716,9 @@ export interface operations {
13709
13716
  status: "active" | "inactive" | "unconfirmed";
13710
13717
  lastInvitedAt: string | null;
13711
13718
  lastSeen: string | null;
13719
+ notifications: {
13720
+ ownerStatementPublished: boolean;
13721
+ };
13712
13722
  };
13713
13723
  };
13714
13724
  };
@@ -13938,6 +13948,9 @@ export interface operations {
13938
13948
  status: "active" | "inactive" | "unconfirmed";
13939
13949
  lastInvitedAt: string | null;
13940
13950
  lastSeen: string | null;
13951
+ notifications: {
13952
+ ownerStatementPublished: boolean;
13953
+ };
13941
13954
  };
13942
13955
  };
13943
13956
  };
@@ -25804,6 +25817,9 @@ export interface operations {
25804
25817
  /** @enum {string} */
25805
25818
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25806
25819
  };
25820
+ /** @enum {string} */
25821
+ measure?: "periodActivity" | "balance";
25822
+ label?: string;
25807
25823
  } | null;
25808
25824
  }[];
25809
25825
  total: number;
@@ -25886,6 +25902,9 @@ export interface operations {
25886
25902
  /** @enum {string} */
25887
25903
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25888
25904
  };
25905
+ /** @enum {string} */
25906
+ measure?: "periodActivity" | "balance";
25907
+ label?: string;
25889
25908
  } | null;
25890
25909
  }[];
25891
25910
  total: number;
@@ -25971,6 +25990,9 @@ export interface operations {
25971
25990
  /** @enum {string} */
25972
25991
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25973
25992
  };
25993
+ /** @enum {string} */
25994
+ measure?: "periodActivity" | "balance";
25995
+ label?: string;
25974
25996
  } | null;
25975
25997
  }[];
25976
25998
  total: number;
@@ -26055,6 +26077,9 @@ export interface operations {
26055
26077
  /** @enum {string} */
26056
26078
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26057
26079
  };
26080
+ /** @enum {string} */
26081
+ measure?: "periodActivity" | "balance";
26082
+ label?: string;
26058
26083
  } | null;
26059
26084
  }[];
26060
26085
  total: number;
@@ -26137,6 +26162,9 @@ export interface operations {
26137
26162
  /** @enum {string} */
26138
26163
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26139
26164
  };
26165
+ /** @enum {string} */
26166
+ measure?: "periodActivity" | "balance";
26167
+ label?: string;
26140
26168
  } | null;
26141
26169
  }[];
26142
26170
  total: number;
@@ -26222,6 +26250,9 @@ export interface operations {
26222
26250
  /** @enum {string} */
26223
26251
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26224
26252
  };
26253
+ /** @enum {string} */
26254
+ measure?: "periodActivity" | "balance";
26255
+ label?: string;
26225
26256
  } | null;
26226
26257
  }[];
26227
26258
  total: number;
@@ -26306,6 +26337,9 @@ export interface operations {
26306
26337
  /** @enum {string} */
26307
26338
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26308
26339
  };
26340
+ /** @enum {string} */
26341
+ measure?: "periodActivity" | "balance";
26342
+ label?: string;
26309
26343
  } | null;
26310
26344
  }[];
26311
26345
  total: number;
@@ -26388,6 +26422,9 @@ export interface operations {
26388
26422
  /** @enum {string} */
26389
26423
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26390
26424
  };
26425
+ /** @enum {string} */
26426
+ measure?: "periodActivity" | "balance";
26427
+ label?: string;
26391
26428
  } | null;
26392
26429
  }[];
26393
26430
  total: number;
@@ -26473,6 +26510,9 @@ export interface operations {
26473
26510
  /** @enum {string} */
26474
26511
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26475
26512
  };
26513
+ /** @enum {string} */
26514
+ measure?: "periodActivity" | "balance";
26515
+ label?: string;
26476
26516
  } | null;
26477
26517
  }[];
26478
26518
  total: number;
@@ -26557,6 +26597,9 @@ export interface operations {
26557
26597
  /** @enum {string} */
26558
26598
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26559
26599
  };
26600
+ /** @enum {string} */
26601
+ measure?: "periodActivity" | "balance";
26602
+ label?: string;
26560
26603
  } | null;
26561
26604
  }[];
26562
26605
  total: number;
@@ -26639,6 +26682,9 @@ export interface operations {
26639
26682
  /** @enum {string} */
26640
26683
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26641
26684
  };
26685
+ /** @enum {string} */
26686
+ measure?: "periodActivity" | "balance";
26687
+ label?: string;
26642
26688
  } | null;
26643
26689
  }[];
26644
26690
  total: number;
@@ -26724,6 +26770,9 @@ export interface operations {
26724
26770
  /** @enum {string} */
26725
26771
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26726
26772
  };
26773
+ /** @enum {string} */
26774
+ measure?: "periodActivity" | "balance";
26775
+ label?: string;
26727
26776
  } | null;
26728
26777
  }[];
26729
26778
  total: number;
@@ -27049,6 +27098,9 @@ export interface operations {
27049
27098
  /** @enum {string} */
27050
27099
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27051
27100
  };
27101
+ /** @enum {string} */
27102
+ measure?: "periodActivity" | "balance";
27103
+ label?: string;
27052
27104
  } | null;
27053
27105
  }[];
27054
27106
  }[];
@@ -27545,6 +27597,7 @@ export interface operations {
27545
27597
  bookingChannel?: string;
27546
27598
  transactionReference?: string;
27547
27599
  reservationLineReference?: string;
27600
+ contact?: string;
27548
27601
  classification?: string;
27549
27602
  category?: string;
27550
27603
  };
@@ -28163,6 +28216,9 @@ export interface operations {
28163
28216
  /** @enum {string} */
28164
28217
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28165
28218
  };
28219
+ /** @enum {string} */
28220
+ measure?: "periodActivity" | "balance";
28221
+ label?: string;
28166
28222
  } | null;
28167
28223
  }[];
28168
28224
  sections: {
@@ -28254,6 +28310,9 @@ export interface operations {
28254
28310
  /** @enum {string} */
28255
28311
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28256
28312
  };
28313
+ /** @enum {string} */
28314
+ measure?: "periodActivity" | "balance";
28315
+ label?: string;
28257
28316
  } | null;
28258
28317
  }[];
28259
28318
  /** @description Value in cents (100 = 1€) */
@@ -28330,6 +28389,9 @@ export interface operations {
28330
28389
  /** @enum {string} */
28331
28390
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28332
28391
  };
28392
+ /** @enum {string} */
28393
+ measure?: "periodActivity" | "balance";
28394
+ label?: string;
28333
28395
  } | null;
28334
28396
  }[];
28335
28397
  };
@@ -28708,6 +28770,7 @@ export interface operations {
28708
28770
  bookingChannel?: string;
28709
28771
  transactionReference?: string;
28710
28772
  reservationLineReference?: string;
28773
+ contact?: string;
28711
28774
  classification?: string;
28712
28775
  category?: string;
28713
28776
  };
@@ -29292,6 +29355,9 @@ export interface operations {
29292
29355
  /** @enum {string} */
29293
29356
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29294
29357
  };
29358
+ /** @enum {string} */
29359
+ measure?: "periodActivity" | "balance";
29360
+ label?: string;
29295
29361
  } | null;
29296
29362
  }[];
29297
29363
  };
@@ -29715,6 +29781,9 @@ export interface operations {
29715
29781
  /** @enum {string} */
29716
29782
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29717
29783
  };
29784
+ /** @enum {string} */
29785
+ measure?: "periodActivity" | "balance";
29786
+ label?: string;
29718
29787
  } | null;
29719
29788
  layouts: {
29720
29789
  layoutId: string;
@@ -29792,6 +29861,9 @@ export interface operations {
29792
29861
  /** @enum {string} */
29793
29862
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29794
29863
  };
29864
+ /** @enum {string} */
29865
+ measure?: "periodActivity" | "balance";
29866
+ label?: string;
29795
29867
  } | null;
29796
29868
  netRevenueSection: {
29797
29869
  title: string;
@@ -29890,6 +29962,9 @@ export interface operations {
29890
29962
  /** @enum {string} */
29891
29963
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29892
29964
  };
29965
+ /** @enum {string} */
29966
+ measure?: "periodActivity" | "balance";
29967
+ label?: string;
29893
29968
  } | null;
29894
29969
  }[];
29895
29970
  drilldown?: {
@@ -29964,6 +30039,9 @@ export interface operations {
29964
30039
  /** @enum {string} */
29965
30040
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29966
30041
  };
30042
+ /** @enum {string} */
30043
+ measure?: "periodActivity" | "balance";
30044
+ label?: string;
29967
30045
  } | null;
29968
30046
  }[];
29969
30047
  drilldown?: {
@@ -30038,6 +30116,9 @@ export interface operations {
30038
30116
  /** @enum {string} */
30039
30117
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30040
30118
  };
30119
+ /** @enum {string} */
30120
+ measure?: "periodActivity" | "balance";
30121
+ label?: string;
30041
30122
  } | null;
30042
30123
  subtotal?: {
30043
30124
  title: string;
@@ -30118,6 +30199,9 @@ export interface operations {
30118
30199
  /** @enum {string} */
30119
30200
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30120
30201
  };
30202
+ /** @enum {string} */
30203
+ measure?: "periodActivity" | "balance";
30204
+ label?: string;
30121
30205
  } | null;
30122
30206
  }[];
30123
30207
  drilldown?: {
@@ -30192,6 +30276,9 @@ export interface operations {
30192
30276
  /** @enum {string} */
30193
30277
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30194
30278
  };
30279
+ /** @enum {string} */
30280
+ measure?: "periodActivity" | "balance";
30281
+ label?: string;
30195
30282
  } | null;
30196
30283
  };
30197
30284
  aggregate: boolean;
@@ -30293,6 +30380,9 @@ export interface operations {
30293
30380
  /** @enum {string} */
30294
30381
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30295
30382
  };
30383
+ /** @enum {string} */
30384
+ measure?: "periodActivity" | "balance";
30385
+ label?: string;
30296
30386
  } | null;
30297
30387
  }[];
30298
30388
  drilldown?: {
@@ -30367,6 +30457,9 @@ export interface operations {
30367
30457
  /** @enum {string} */
30368
30458
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30369
30459
  };
30460
+ /** @enum {string} */
30461
+ measure?: "periodActivity" | "balance";
30462
+ label?: string;
30370
30463
  } | null;
30371
30464
  }[];
30372
30465
  drilldown?: {
@@ -30441,6 +30534,9 @@ export interface operations {
30441
30534
  /** @enum {string} */
30442
30535
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30443
30536
  };
30537
+ /** @enum {string} */
30538
+ measure?: "periodActivity" | "balance";
30539
+ label?: string;
30444
30540
  } | null;
30445
30541
  subtotal?: {
30446
30542
  title: string;
@@ -30521,6 +30617,9 @@ export interface operations {
30521
30617
  /** @enum {string} */
30522
30618
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30523
30619
  };
30620
+ /** @enum {string} */
30621
+ measure?: "periodActivity" | "balance";
30622
+ label?: string;
30524
30623
  } | null;
30525
30624
  }[];
30526
30625
  drilldown?: {
@@ -30595,6 +30694,9 @@ export interface operations {
30595
30694
  /** @enum {string} */
30596
30695
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30597
30696
  };
30697
+ /** @enum {string} */
30698
+ measure?: "periodActivity" | "balance";
30699
+ label?: string;
30598
30700
  } | null;
30599
30701
  };
30600
30702
  }[];
@@ -30695,6 +30797,9 @@ export interface operations {
30695
30797
  /** @enum {string} */
30696
30798
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30697
30799
  };
30800
+ /** @enum {string} */
30801
+ measure?: "periodActivity" | "balance";
30802
+ label?: string;
30698
30803
  } | null;
30699
30804
  }[];
30700
30805
  drilldown?: {
@@ -30769,6 +30874,9 @@ export interface operations {
30769
30874
  /** @enum {string} */
30770
30875
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30771
30876
  };
30877
+ /** @enum {string} */
30878
+ measure?: "periodActivity" | "balance";
30879
+ label?: string;
30772
30880
  } | null;
30773
30881
  }[];
30774
30882
  drilldown?: {
@@ -30843,6 +30951,9 @@ export interface operations {
30843
30951
  /** @enum {string} */
30844
30952
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30845
30953
  };
30954
+ /** @enum {string} */
30955
+ measure?: "periodActivity" | "balance";
30956
+ label?: string;
30846
30957
  } | null;
30847
30958
  subtotal?: {
30848
30959
  title: string;
@@ -30923,6 +31034,9 @@ export interface operations {
30923
31034
  /** @enum {string} */
30924
31035
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30925
31036
  };
31037
+ /** @enum {string} */
31038
+ measure?: "periodActivity" | "balance";
31039
+ label?: string;
30926
31040
  } | null;
30927
31041
  }[];
30928
31042
  drilldown?: {
@@ -30997,6 +31111,9 @@ export interface operations {
30997
31111
  /** @enum {string} */
30998
31112
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30999
31113
  };
31114
+ /** @enum {string} */
31115
+ measure?: "periodActivity" | "balance";
31116
+ label?: string;
31000
31117
  } | null;
31001
31118
  };
31002
31119
  };
@@ -31544,6 +31661,9 @@ export interface operations {
31544
31661
  /** @enum {string} */
31545
31662
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31546
31663
  };
31664
+ /** @enum {string} */
31665
+ measure?: "periodActivity" | "balance";
31666
+ label?: string;
31547
31667
  } | null;
31548
31668
  }[];
31549
31669
  computedValues?: {
@@ -31623,6 +31743,9 @@ export interface operations {
31623
31743
  /** @enum {string} */
31624
31744
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31625
31745
  };
31746
+ /** @enum {string} */
31747
+ measure?: "periodActivity" | "balance";
31748
+ label?: string;
31626
31749
  } | null;
31627
31750
  }[];
31628
31751
  categories?: {
@@ -31706,6 +31829,9 @@ export interface operations {
31706
31829
  /** @enum {string} */
31707
31830
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31708
31831
  };
31832
+ /** @enum {string} */
31833
+ measure?: "periodActivity" | "balance";
31834
+ label?: string;
31709
31835
  } | null;
31710
31836
  values: {
31711
31837
  id: string;
@@ -31784,6 +31910,9 @@ export interface operations {
31784
31910
  /** @enum {string} */
31785
31911
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31786
31912
  };
31913
+ /** @enum {string} */
31914
+ measure?: "periodActivity" | "balance";
31915
+ label?: string;
31787
31916
  } | null;
31788
31917
  }[];
31789
31918
  }[];
@@ -31870,6 +31999,9 @@ export interface operations {
31870
31999
  /** @enum {string} */
31871
32000
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31872
32001
  };
32002
+ /** @enum {string} */
32003
+ measure?: "periodActivity" | "balance";
32004
+ label?: string;
31873
32005
  } | null;
31874
32006
  }[];
31875
32007
  computedValues?: {
@@ -31949,6 +32081,9 @@ export interface operations {
31949
32081
  /** @enum {string} */
31950
32082
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31951
32083
  };
32084
+ /** @enum {string} */
32085
+ measure?: "periodActivity" | "balance";
32086
+ label?: string;
31952
32087
  } | null;
31953
32088
  }[];
31954
32089
  categories?: {
@@ -32032,6 +32167,9 @@ export interface operations {
32032
32167
  /** @enum {string} */
32033
32168
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32034
32169
  };
32170
+ /** @enum {string} */
32171
+ measure?: "periodActivity" | "balance";
32172
+ label?: string;
32035
32173
  } | null;
32036
32174
  values: {
32037
32175
  id: string;
@@ -32110,6 +32248,9 @@ export interface operations {
32110
32248
  /** @enum {string} */
32111
32249
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32112
32250
  };
32251
+ /** @enum {string} */
32252
+ measure?: "periodActivity" | "balance";
32253
+ label?: string;
32113
32254
  } | null;
32114
32255
  }[];
32115
32256
  }[];
@@ -32196,6 +32337,9 @@ export interface operations {
32196
32337
  /** @enum {string} */
32197
32338
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32198
32339
  };
32340
+ /** @enum {string} */
32341
+ measure?: "periodActivity" | "balance";
32342
+ label?: string;
32199
32343
  } | null;
32200
32344
  }[];
32201
32345
  computedValues?: {
@@ -32275,6 +32419,9 @@ export interface operations {
32275
32419
  /** @enum {string} */
32276
32420
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32277
32421
  };
32422
+ /** @enum {string} */
32423
+ measure?: "periodActivity" | "balance";
32424
+ label?: string;
32278
32425
  } | null;
32279
32426
  }[];
32280
32427
  categories?: {
@@ -32358,6 +32505,9 @@ export interface operations {
32358
32505
  /** @enum {string} */
32359
32506
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32360
32507
  };
32508
+ /** @enum {string} */
32509
+ measure?: "periodActivity" | "balance";
32510
+ label?: string;
32361
32511
  } | null;
32362
32512
  values: {
32363
32513
  id: string;
@@ -32436,6 +32586,9 @@ export interface operations {
32436
32586
  /** @enum {string} */
32437
32587
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32438
32588
  };
32589
+ /** @enum {string} */
32590
+ measure?: "periodActivity" | "balance";
32591
+ label?: string;
32439
32592
  } | null;
32440
32593
  }[];
32441
32594
  }[];
@@ -32522,6 +32675,9 @@ export interface operations {
32522
32675
  /** @enum {string} */
32523
32676
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32524
32677
  };
32678
+ /** @enum {string} */
32679
+ measure?: "periodActivity" | "balance";
32680
+ label?: string;
32525
32681
  } | null;
32526
32682
  }[];
32527
32683
  computedValues?: {
@@ -32601,6 +32757,9 @@ export interface operations {
32601
32757
  /** @enum {string} */
32602
32758
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32603
32759
  };
32760
+ /** @enum {string} */
32761
+ measure?: "periodActivity" | "balance";
32762
+ label?: string;
32604
32763
  } | null;
32605
32764
  }[];
32606
32765
  categories?: {
@@ -32684,6 +32843,9 @@ export interface operations {
32684
32843
  /** @enum {string} */
32685
32844
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32686
32845
  };
32846
+ /** @enum {string} */
32847
+ measure?: "periodActivity" | "balance";
32848
+ label?: string;
32687
32849
  } | null;
32688
32850
  values: {
32689
32851
  id: string;
@@ -32762,6 +32924,9 @@ export interface operations {
32762
32924
  /** @enum {string} */
32763
32925
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32764
32926
  };
32927
+ /** @enum {string} */
32928
+ measure?: "periodActivity" | "balance";
32929
+ label?: string;
32765
32930
  } | null;
32766
32931
  }[];
32767
32932
  }[];
@@ -33080,6 +33245,9 @@ export interface operations {
33080
33245
  /** @enum {string} */
33081
33246
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33082
33247
  };
33248
+ /** @enum {string} */
33249
+ measure?: "periodActivity" | "balance";
33250
+ label?: string;
33083
33251
  } | null;
33084
33252
  collectableTaxesDrilldown?: {
33085
33253
  /** @constant */
@@ -33153,6 +33321,9 @@ export interface operations {
33153
33321
  /** @enum {string} */
33154
33322
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33155
33323
  };
33324
+ /** @enum {string} */
33325
+ measure?: "periodActivity" | "balance";
33326
+ label?: string;
33156
33327
  } | null;
33157
33328
  }[];
33158
33329
  }[];
@@ -33455,6 +33626,9 @@ export interface operations {
33455
33626
  /** @enum {string} */
33456
33627
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33457
33628
  };
33629
+ /** @enum {string} */
33630
+ measure?: "periodActivity" | "balance";
33631
+ label?: string;
33458
33632
  } | null;
33459
33633
  debit: {
33460
33634
  /** @constant */
@@ -33528,6 +33702,9 @@ export interface operations {
33528
33702
  /** @enum {string} */
33529
33703
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33530
33704
  };
33705
+ /** @enum {string} */
33706
+ measure?: "periodActivity" | "balance";
33707
+ label?: string;
33531
33708
  } | null;
33532
33709
  credit: {
33533
33710
  /** @constant */
@@ -33601,6 +33778,9 @@ export interface operations {
33601
33778
  /** @enum {string} */
33602
33779
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33603
33780
  };
33781
+ /** @enum {string} */
33782
+ measure?: "periodActivity" | "balance";
33783
+ label?: string;
33604
33784
  } | null;
33605
33785
  balanceEnd: {
33606
33786
  /** @constant */
@@ -33674,6 +33854,9 @@ export interface operations {
33674
33854
  /** @enum {string} */
33675
33855
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33676
33856
  };
33857
+ /** @enum {string} */
33858
+ measure?: "periodActivity" | "balance";
33859
+ label?: string;
33677
33860
  } | null;
33678
33861
  };
33679
33862
  accounts: {
@@ -33757,6 +33940,9 @@ export interface operations {
33757
33940
  /** @enum {string} */
33758
33941
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33759
33942
  };
33943
+ /** @enum {string} */
33944
+ measure?: "periodActivity" | "balance";
33945
+ label?: string;
33760
33946
  } | null;
33761
33947
  debit: {
33762
33948
  /** @constant */
@@ -33830,6 +34016,9 @@ export interface operations {
33830
34016
  /** @enum {string} */
33831
34017
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33832
34018
  };
34019
+ /** @enum {string} */
34020
+ measure?: "periodActivity" | "balance";
34021
+ label?: string;
33833
34022
  } | null;
33834
34023
  credit: {
33835
34024
  /** @constant */
@@ -33903,6 +34092,9 @@ export interface operations {
33903
34092
  /** @enum {string} */
33904
34093
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33905
34094
  };
34095
+ /** @enum {string} */
34096
+ measure?: "periodActivity" | "balance";
34097
+ label?: string;
33906
34098
  } | null;
33907
34099
  balanceEnd: {
33908
34100
  /** @constant */
@@ -33976,6 +34168,9 @@ export interface operations {
33976
34168
  /** @enum {string} */
33977
34169
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33978
34170
  };
34171
+ /** @enum {string} */
34172
+ measure?: "periodActivity" | "balance";
34173
+ label?: string;
33979
34174
  } | null;
33980
34175
  };
33981
34176
  }[];
@@ -34280,6 +34475,9 @@ export interface operations {
34280
34475
  /** @enum {string} */
34281
34476
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34282
34477
  };
34478
+ /** @enum {string} */
34479
+ measure?: "periodActivity" | "balance";
34480
+ label?: string;
34283
34481
  } | null;
34284
34482
  issues?: {
34285
34483
  /** @constant */
@@ -34374,6 +34572,9 @@ export interface operations {
34374
34572
  /** @enum {string} */
34375
34573
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34376
34574
  };
34575
+ /** @enum {string} */
34576
+ measure?: "periodActivity" | "balance";
34577
+ label?: string;
34377
34578
  } | null;
34378
34579
  }[];
34379
34580
  } | {
@@ -34458,6 +34659,9 @@ export interface operations {
34458
34659
  /** @enum {string} */
34459
34660
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34460
34661
  };
34662
+ /** @enum {string} */
34663
+ measure?: "periodActivity" | "balance";
34664
+ label?: string;
34461
34665
  } | null;
34462
34666
  }[];
34463
34667
  })[];
@@ -34652,6 +34856,9 @@ export interface operations {
34652
34856
  /** @enum {string} */
34653
34857
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34654
34858
  };
34859
+ /** @enum {string} */
34860
+ measure?: "periodActivity" | "balance";
34861
+ label?: string;
34655
34862
  } | null;
34656
34863
  }[];
34657
34864
  } | {
@@ -34749,6 +34956,9 @@ export interface operations {
34749
34956
  /** @enum {string} */
34750
34957
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34751
34958
  };
34959
+ /** @enum {string} */
34960
+ measure?: "periodActivity" | "balance";
34961
+ label?: string;
34752
34962
  } | null;
34753
34963
  }[];
34754
34964
  }[];
@@ -39987,6 +40197,9 @@ export interface operations {
39987
40197
  /** @enum {string} */
39988
40198
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
39989
40199
  };
40200
+ /** @enum {string} */
40201
+ measure?: "periodActivity" | "balance";
40202
+ label?: string;
39990
40203
  } | null;
39991
40204
  payouts: {
39992
40205
  id: string;
@@ -40469,6 +40682,9 @@ export interface operations {
40469
40682
  /** @enum {string} */
40470
40683
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40471
40684
  };
40685
+ /** @enum {string} */
40686
+ measure?: "periodActivity" | "balance";
40687
+ label?: string;
40472
40688
  } | null;
40473
40689
  payouts: {
40474
40690
  id: string;
@@ -40754,6 +40970,9 @@ export interface operations {
40754
40970
  /** @enum {string} */
40755
40971
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40756
40972
  };
40973
+ /** @enum {string} */
40974
+ measure?: "periodActivity" | "balance";
40975
+ label?: string;
40757
40976
  } | null;
40758
40977
  props?: {
40759
40978
  [key: string]: unknown;
@@ -40831,6 +41050,9 @@ export interface operations {
40831
41050
  /** @enum {string} */
40832
41051
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40833
41052
  };
41053
+ /** @enum {string} */
41054
+ measure?: "periodActivity" | "balance";
41055
+ label?: string;
40834
41056
  } | null;
40835
41057
  /** @constant */
40836
41058
  type: "transaction";
@@ -40975,6 +41197,9 @@ export interface operations {
40975
41197
  /** @enum {string} */
40976
41198
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40977
41199
  };
41200
+ /** @enum {string} */
41201
+ measure?: "periodActivity" | "balance";
41202
+ label?: string;
40978
41203
  } | null;
40979
41204
  props?: {
40980
41205
  [key: string]: unknown;
@@ -41052,6 +41277,9 @@ export interface operations {
41052
41277
  /** @enum {string} */
41053
41278
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41054
41279
  };
41280
+ /** @enum {string} */
41281
+ measure?: "periodActivity" | "balance";
41282
+ label?: string;
41055
41283
  } | null;
41056
41284
  /** @constant */
41057
41285
  type: "reservation";
@@ -41212,6 +41440,9 @@ export interface operations {
41212
41440
  /** @enum {string} */
41213
41441
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41214
41442
  };
41443
+ /** @enum {string} */
41444
+ measure?: "periodActivity" | "balance";
41445
+ label?: string;
41215
41446
  } | null;
41216
41447
  props?: {
41217
41448
  [key: string]: unknown;
@@ -41289,6 +41520,9 @@ export interface operations {
41289
41520
  /** @enum {string} */
41290
41521
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41291
41522
  };
41523
+ /** @enum {string} */
41524
+ measure?: "periodActivity" | "balance";
41525
+ label?: string;
41292
41526
  } | null;
41293
41527
  /** @constant */
41294
41528
  type: "summary";
@@ -41694,6 +41928,9 @@ export interface operations {
41694
41928
  /** @enum {string} */
41695
41929
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41696
41930
  };
41931
+ /** @enum {string} */
41932
+ measure?: "periodActivity" | "balance";
41933
+ label?: string;
41697
41934
  } | null;
41698
41935
  payouts: {
41699
41936
  id: string;
@@ -41979,6 +42216,9 @@ export interface operations {
41979
42216
  /** @enum {string} */
41980
42217
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41981
42218
  };
42219
+ /** @enum {string} */
42220
+ measure?: "periodActivity" | "balance";
42221
+ label?: string;
41982
42222
  } | null;
41983
42223
  props?: {
41984
42224
  [key: string]: unknown;
@@ -42056,6 +42296,9 @@ export interface operations {
42056
42296
  /** @enum {string} */
42057
42297
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42058
42298
  };
42299
+ /** @enum {string} */
42300
+ measure?: "periodActivity" | "balance";
42301
+ label?: string;
42059
42302
  } | null;
42060
42303
  /** @constant */
42061
42304
  type: "transaction";
@@ -42200,6 +42443,9 @@ export interface operations {
42200
42443
  /** @enum {string} */
42201
42444
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42202
42445
  };
42446
+ /** @enum {string} */
42447
+ measure?: "periodActivity" | "balance";
42448
+ label?: string;
42203
42449
  } | null;
42204
42450
  props?: {
42205
42451
  [key: string]: unknown;
@@ -42277,6 +42523,9 @@ export interface operations {
42277
42523
  /** @enum {string} */
42278
42524
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42279
42525
  };
42526
+ /** @enum {string} */
42527
+ measure?: "periodActivity" | "balance";
42528
+ label?: string;
42280
42529
  } | null;
42281
42530
  /** @constant */
42282
42531
  type: "reservation";
@@ -42437,6 +42686,9 @@ export interface operations {
42437
42686
  /** @enum {string} */
42438
42687
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42439
42688
  };
42689
+ /** @enum {string} */
42690
+ measure?: "periodActivity" | "balance";
42691
+ label?: string;
42440
42692
  } | null;
42441
42693
  props?: {
42442
42694
  [key: string]: unknown;
@@ -42514,6 +42766,9 @@ export interface operations {
42514
42766
  /** @enum {string} */
42515
42767
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42516
42768
  };
42769
+ /** @enum {string} */
42770
+ measure?: "periodActivity" | "balance";
42771
+ label?: string;
42517
42772
  } | null;
42518
42773
  /** @constant */
42519
42774
  type: "summary";
@@ -45156,6 +45411,9 @@ export interface operations {
45156
45411
  /** @enum {string} */
45157
45412
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45158
45413
  };
45414
+ /** @enum {string} */
45415
+ measure?: "periodActivity" | "balance";
45416
+ label?: string;
45159
45417
  } | null;
45160
45418
  payouts: {
45161
45419
  id: string;
@@ -45441,6 +45699,9 @@ export interface operations {
45441
45699
  /** @enum {string} */
45442
45700
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45443
45701
  };
45702
+ /** @enum {string} */
45703
+ measure?: "periodActivity" | "balance";
45704
+ label?: string;
45444
45705
  } | null;
45445
45706
  props?: {
45446
45707
  [key: string]: unknown;
@@ -45518,6 +45779,9 @@ export interface operations {
45518
45779
  /** @enum {string} */
45519
45780
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45520
45781
  };
45782
+ /** @enum {string} */
45783
+ measure?: "periodActivity" | "balance";
45784
+ label?: string;
45521
45785
  } | null;
45522
45786
  /** @constant */
45523
45787
  type: "transaction";
@@ -45662,6 +45926,9 @@ export interface operations {
45662
45926
  /** @enum {string} */
45663
45927
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45664
45928
  };
45929
+ /** @enum {string} */
45930
+ measure?: "periodActivity" | "balance";
45931
+ label?: string;
45665
45932
  } | null;
45666
45933
  props?: {
45667
45934
  [key: string]: unknown;
@@ -45739,6 +46006,9 @@ export interface operations {
45739
46006
  /** @enum {string} */
45740
46007
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45741
46008
  };
46009
+ /** @enum {string} */
46010
+ measure?: "periodActivity" | "balance";
46011
+ label?: string;
45742
46012
  } | null;
45743
46013
  /** @constant */
45744
46014
  type: "reservation";
@@ -45899,6 +46169,9 @@ export interface operations {
45899
46169
  /** @enum {string} */
45900
46170
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45901
46171
  };
46172
+ /** @enum {string} */
46173
+ measure?: "periodActivity" | "balance";
46174
+ label?: string;
45902
46175
  } | null;
45903
46176
  props?: {
45904
46177
  [key: string]: unknown;
@@ -45976,6 +46249,9 @@ export interface operations {
45976
46249
  /** @enum {string} */
45977
46250
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45978
46251
  };
46252
+ /** @enum {string} */
46253
+ measure?: "periodActivity" | "balance";
46254
+ label?: string;
45979
46255
  } | null;
45980
46256
  /** @constant */
45981
46257
  type: "summary";
@@ -46386,6 +46662,9 @@ export interface operations {
46386
46662
  /** @enum {string} */
46387
46663
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46388
46664
  };
46665
+ /** @enum {string} */
46666
+ measure?: "periodActivity" | "balance";
46667
+ label?: string;
46389
46668
  } | null;
46390
46669
  payouts: {
46391
46670
  id: string;
@@ -46671,6 +46950,9 @@ export interface operations {
46671
46950
  /** @enum {string} */
46672
46951
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46673
46952
  };
46953
+ /** @enum {string} */
46954
+ measure?: "periodActivity" | "balance";
46955
+ label?: string;
46674
46956
  } | null;
46675
46957
  props?: {
46676
46958
  [key: string]: unknown;
@@ -46748,6 +47030,9 @@ export interface operations {
46748
47030
  /** @enum {string} */
46749
47031
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46750
47032
  };
47033
+ /** @enum {string} */
47034
+ measure?: "periodActivity" | "balance";
47035
+ label?: string;
46751
47036
  } | null;
46752
47037
  /** @constant */
46753
47038
  type: "transaction";
@@ -46892,6 +47177,9 @@ export interface operations {
46892
47177
  /** @enum {string} */
46893
47178
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46894
47179
  };
47180
+ /** @enum {string} */
47181
+ measure?: "periodActivity" | "balance";
47182
+ label?: string;
46895
47183
  } | null;
46896
47184
  props?: {
46897
47185
  [key: string]: unknown;
@@ -46969,6 +47257,9 @@ export interface operations {
46969
47257
  /** @enum {string} */
46970
47258
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46971
47259
  };
47260
+ /** @enum {string} */
47261
+ measure?: "periodActivity" | "balance";
47262
+ label?: string;
46972
47263
  } | null;
46973
47264
  /** @constant */
46974
47265
  type: "reservation";
@@ -47129,6 +47420,9 @@ export interface operations {
47129
47420
  /** @enum {string} */
47130
47421
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
47131
47422
  };
47423
+ /** @enum {string} */
47424
+ measure?: "periodActivity" | "balance";
47425
+ label?: string;
47132
47426
  } | null;
47133
47427
  props?: {
47134
47428
  [key: string]: unknown;
@@ -47206,6 +47500,9 @@ export interface operations {
47206
47500
  /** @enum {string} */
47207
47501
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
47208
47502
  };
47503
+ /** @enum {string} */
47504
+ measure?: "periodActivity" | "balance";
47505
+ label?: string;
47209
47506
  } | null;
47210
47507
  /** @constant */
47211
47508
  type: "summary";
@@ -47774,9 +48071,12 @@ export interface operations {
47774
48071
  getSyncs: {
47775
48072
  parameters: {
47776
48073
  query?: {
47777
- status?: "queued" | "started" | "completed" | "failed" | "canceled";
48074
+ search?: string;
48075
+ category?: string;
47778
48076
  connectionId?: string;
47779
- automationId?: string;
48077
+ type?: "extract" | "automate" | "webhook";
48078
+ status?: "queued" | "started" | "completed" | "failed" | "canceled";
48079
+ sort?: "created_asc" | "created_desc" | "updated_asc" | "updated_desc";
47780
48080
  limit?: number;
47781
48081
  page?: number;
47782
48082
  };
@@ -47797,14 +48097,37 @@ export interface operations {
47797
48097
  /** @enum {string} */
47798
48098
  type: "extract" | "automate" | "webhook";
47799
48099
  message?: string;
47800
- connectionId?: string;
47801
48100
  triggerRef?: string;
47802
- userId?: string;
47803
- automationId?: string;
48101
+ automationId?: string | null;
47804
48102
  /** Format: uuid */
47805
48103
  id: string;
47806
48104
  /** @enum {string} */
47807
48105
  status: "queued" | "started" | "completed" | "failed" | "canceled";
48106
+ /**
48107
+ * Format: date-time
48108
+ * @description Timestamp string with date, time, milliseconds, and timezone.
48109
+ * @example 2024-01-15T12:30:00.000+00:00
48110
+ */
48111
+ createdAt: string;
48112
+ /**
48113
+ * Format: date-time
48114
+ * @description Timestamp string with date, time, milliseconds, and timezone.
48115
+ * @example 2024-01-15T12:30:00.000+00:00
48116
+ */
48117
+ updatedAt: string;
48118
+ triggeredByUser: {
48119
+ id?: string | null;
48120
+ firstName?: string | null;
48121
+ lastName?: string | null;
48122
+ email?: string | null;
48123
+ };
48124
+ connection: {
48125
+ id?: string | null;
48126
+ icon?: string | null;
48127
+ name?: string | null;
48128
+ uniqueRef?: string | null;
48129
+ appName?: string | null;
48130
+ };
47808
48131
  }[];
47809
48132
  pagination: {
47810
48133
  /** @default 100 */